Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 97c9be662ca07851310f194347921b3ddadc13fb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25135 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/342 [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/342 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 97c9be662ca07851310f194347921b3ddadc13fb (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name}/{command} V2 API (#3120)" > git rev-list --no-walk a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T01:17:58.011Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T01:17:58.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T01:17:58.365Z] ========================================================= [2021-02-05T01:17:58.365Z] EdgeX Global Pipelines Version Info [2021-02-05T01:17:58.365Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:17:59.816Z] ------------------- [2021-02-05T01:17:59.816Z] stable info: [2021-02-05T01:17:59.816Z] ------------------- [2021-02-05T01:17:59.816Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T01:17:59.816Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T01:17:59.816Z] Message: update stable to v1.0.179 [2021-02-05T01:18:00.802Z] ------------------- [2021-02-05T01:18:00.802Z] experimental info: [2021-02-05T01:18:00.802Z] ------------------- [2021-02-05T01:18:00.802Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T01:18:00.802Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T01:18:00.802Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T01:18:01.064Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T01:18:01.150Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T01:18:01.234Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T01:18:01.318Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T01:18:01.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T01:18:01.503Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T01:18:01.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T01:18:01.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T01:18:01.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T01:18:01.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T01:18:01.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T01:18:02.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T01:18:02.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T01:18:02.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T01:18:02.429Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T01:18:02.530Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T01:18:02.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T01:18:02.694Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T01:18:02.778Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T01:18:02.859Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T01:18:02.939Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T01:18:03.021Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T01:18:03.107Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T01:18:03.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-05T01:18:03.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-05T01:18:03.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-05T01:18:03.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] echo [2021-02-05T01:18:03.576Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97c9be6 [Pipeline] echo [2021-02-05T01:18:03.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:18:03.827Z] provisioning config files... [2021-02-05T01:18:03.857Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/342@tmp/config7990798079655162258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:18:04.232Z] ---> docker-login.sh [2021-02-05T01:18:04.232Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:18:04.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:18:04.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:18:04.760Z] Configure a credential helper to remove this warning. See [2021-02-05T01:18:04.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:18:04.760Z] [2021-02-05T01:18:04.760Z] Login Succeeded [2021-02-05T01:18:04.760Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:18:04.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:18:05.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:18:05.023Z] Configure a credential helper to remove this warning. See [2021-02-05T01:18:05.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:18:05.023Z] [2021-02-05T01:18:05.023Z] Login Succeeded [2021-02-05T01:18:05.023Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:18:05.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:18:05.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:18:05.023Z] Configure a credential helper to remove this warning. See [2021-02-05T01:18:05.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:18:05.023Z] [2021-02-05T01:18:05.023Z] Login Succeeded [2021-02-05T01:18:05.023Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:18:05.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:18:05.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:18:05.285Z] Configure a credential helper to remove this warning. See [2021-02-05T01:18:05.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:18:05.285Z] [2021-02-05T01:18:05.285Z] Login Succeeded [2021-02-05T01:18:05.285Z] docker.io [2021-02-05T01:18:05.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:18:05.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:18:05.547Z] Configure a credential helper to remove this warning. See [2021-02-05T01:18:05.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:18:05.547Z] [2021-02-05T01:18:05.547Z] Login Succeeded [2021-02-05T01:18:05.547Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:18:05.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:18:06.020Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T01:18:06.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T01:18:06.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T01:18:06.020Z] ++ cut -d/ -f2 [2021-02-05T01:18:06.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T01:18:06.094Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:18:07.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:18:07.690Z] [2021-02-05T01:18:07.690Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:18:08.028Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:18:08.028Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T01:18:08.028Z] 31603596830f: Pulling fs layer [2021-02-05T01:18:08.028Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T01:18:08.028Z] 6ca5941a6612: Pulling fs layer [2021-02-05T01:18:08.028Z] ecc8261a40a4: Pulling fs layer [2021-02-05T01:18:08.028Z] ecc8261a40a4: Waiting [2021-02-05T01:18:08.291Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T01:18:08.291Z] 2a8b12db71e7: Download complete [2021-02-05T01:18:08.291Z] 31603596830f: Download complete [2021-02-05T01:18:08.582Z] 6ca5941a6612: Verifying Checksum [2021-02-05T01:18:08.582Z] 6ca5941a6612: Download complete [2021-02-05T01:18:08.582Z] ecc8261a40a4: Verifying Checksum [2021-02-05T01:18:08.582Z] ecc8261a40a4: Download complete [2021-02-05T01:18:08.582Z] 31603596830f: Pull complete [2021-02-05T01:18:08.875Z] 2a8b12db71e7: Pull complete [2021-02-05T01:18:09.830Z] 6ca5941a6612: Pull complete [2021-02-05T01:18:09.830Z] ecc8261a40a4: Pull complete [2021-02-05T01:18:09.830Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T01:18:09.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:18:09.830Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T01:18:09.936Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:18:09.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T01:18:12.387Z] $ docker top d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T01:18:12.672Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:18:12.672Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:18:12.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:18:12.902Z] $ docker exec d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 ssh-agent [2021-02-05T01:18:13.063Z] SSH_AUTH_SOCK=/tmp/ssh-3sMzKCI7LBIV/agent.12 [2021-02-05T01:18:13.063Z] SSH_AGENT_PID=17 [2021-02-05T01:18:13.073Z] Running ssh-add (command line suppressed) [2021-02-05T01:18:13.198Z] Identity added: /w/workspace/edgex-go/342@tmp/private_key_8910159452652885696.key (/w/workspace/edgex-go/342@tmp/private_key_8910159452652885696.key) [2021-02-05T01:18:13.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:18:13.590Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T01:18:13.615Z] $ docker exec --env ******** --env ******** d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 ssh-agent -k [2021-02-05T01:18:13.723Z] unset SSH_AUTH_SOCK; [2021-02-05T01:18:13.724Z] unset SSH_AGENT_PID; [2021-02-05T01:18:13.724Z] echo Agent pid 17 killed; [2021-02-05T01:18:13.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T01:18:13.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:18:13.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:18:14.071Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:18:14.077Z] $ docker exec d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 ssh-agent [2021-02-05T01:18:14.271Z] SSH_AUTH_SOCK=/tmp/ssh-kywd1A8dWMyh/agent.46 [2021-02-05T01:18:14.271Z] SSH_AGENT_PID=51 [2021-02-05T01:18:14.310Z] Running ssh-add (command line suppressed) [2021-02-05T01:18:14.426Z] Identity added: /w/workspace/edgex-go/342@tmp/private_key_4099180218425400280.key (/w/workspace/edgex-go/342@tmp/private_key_4099180218425400280.key) [2021-02-05T01:18:14.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:18:14.807Z] + git semver init [2021-02-05T01:18:14.807Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T01:18:14.807Z] # $GIT_DIR = /w/workspace/edgex-go/342/.git [2021-02-05T01:18:14.807Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/342 [2021-02-05T01:18:14.807Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T01:18:14.807Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T01:18:14.807Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T01:18:14.807Z] # $SEMVER_BRANCH = master [2021-02-05T01:18:14.807Z] # $SEMVER_TEMP = /tmp/semver-675447522 [2021-02-05T01:18:14.807Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T01:18:36.882Z] # '/tmp/semver-675447522' -> '/w/workspace/edgex-go/342/.semver' [2021-02-05T01:18:37.468Z] # -> Force: false [2021-02-05T01:18:37.468Z] # $SEMVER_DIR = /w/workspace/edgex-go/342/.semver [Pipeline] } [2021-02-05T01:18:37.487Z] $ docker exec --env ******** --env ******** d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 ssh-agent -k [2021-02-05T01:18:37.703Z] unset SSH_AUTH_SOCK; [2021-02-05T01:18:37.703Z] unset SSH_AGENT_PID; [2021-02-05T01:18:37.703Z] echo Agent pid 51 killed; [2021-02-05T01:18:37.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:18:38.258Z] + git semver [Pipeline] } [2021-02-05T01:18:38.280Z] $ docker stop --time=1 d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 [2021-02-05T01:18:39.889Z] $ docker rm -f d2f4a5fcf6367d23a9cf89ed32d099a44c738a1176905a152d458e766f408af7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:18:40.388Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T01:18:40.874Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T01:18:40.877Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.77 [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) [2021-02-05T01:18:41.461Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25122 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-05T01:18:41.510Z] Running in /w/workspace/edgex-go/342 [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-02-05T01:18:41.866Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:18:42.169Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:18:42.473Z] + sudo service docker restart [2021-02-05T01:18:42.473Z] + true [2021-02-05T01:18:42.473Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T01:18:43.066Z] ========================================================= [2021-02-05T01:18:43.066Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T01:18:43.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:18:43.402Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T01:18:46.135Z] using credential edgex-jenkins-ssh [2021-02-05T01:18:46.203Z] Cloning the remote Git repository [2021-02-05T01:18:46.317Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:18:46.414Z] > git init /w/workspace/edgex-go/342 # timeout=10 [2021-02-05T01:18:46.502Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:18:46.503Z] > git --version # timeout=10 [2021-02-05T01:18:46.526Z] > git --version # 'git version 2.17.1' [2021-02-05T01:18:46.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:18:46.581Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:18:47.659Z] Sending build context to Docker daemon 327.5MB [2021-02-05T01:18:47.659Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T01:18:47.659Z] Step 2/6 : FROM ${BASE} [2021-02-05T01:18:47.659Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T01:18:47.659Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T01:18:47.659Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T01:18:47.659Z] de9db76c5a1d: Pulling fs layer [2021-02-05T01:18:47.659Z] bca2f99d35d6: Pulling fs layer [2021-02-05T01:18:47.659Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T01:18:47.659Z] 7c6f9722023f: Pulling fs layer [2021-02-05T01:18:47.659Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T01:18:47.659Z] 93359f2a8cfa: Waiting [2021-02-05T01:18:47.659Z] 7c6f9722023f: Waiting [2021-02-05T01:18:47.659Z] a35cf1a2eb13: Waiting [2021-02-05T01:18:47.659Z] bca2f99d35d6: Waiting [2021-02-05T01:18:47.659Z] de9db76c5a1d: Verifying Checksum [2021-02-05T01:18:47.659Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T01:18:47.659Z] 0ef7d3d256c8: Download complete [2021-02-05T01:18:47.659Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T01:18:47.659Z] 93359f2a8cfa: Download complete [2021-02-05T01:18:47.659Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T01:18:47.659Z] 188c0c94c7c5: Download complete [2021-02-05T01:18:47.659Z] 7c6f9722023f: Verifying Checksum [2021-02-05T01:18:47.659Z] 7c6f9722023f: Download complete [2021-02-05T01:18:47.659Z] 188c0c94c7c5: Pull complete [2021-02-05T01:18:47.920Z] 0ef7d3d256c8: Pull complete [2021-02-05T01:18:47.920Z] de9db76c5a1d: Pull complete [2021-02-05T01:18:49.862Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T01:18:49.862Z] a35cf1a2eb13: Download complete [2021-02-05T01:18:50.441Z] bca2f99d35d6: Verifying Checksum [2021-02-05T01:18:50.442Z] bca2f99d35d6: Download complete [2021-02-05T01:18:55.794Z] bca2f99d35d6: Pull complete [2021-02-05T01:18:55.794Z] 93359f2a8cfa: Pull complete [2021-02-05T01:18:55.794Z] 7c6f9722023f: Pull complete [2021-02-05T01:19:01.120Z] a35cf1a2eb13: Pull complete [2021-02-05T01:19:01.120Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T01:19:01.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T01:19:01.120Z] ---> a62c8e92a672 [2021-02-05T01:19:01.120Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T01:19:01.120Z] ---> Running in 9da2bb8454b7 [2021-02-05T01:19:01.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:19:02.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:19:02.907Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T01:19:02.907Z] (2/12) Installing file (5.38-r0) [2021-02-05T01:19:03.169Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T01:19:03.169Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T01:19:06.608Z] Checking out Revision 97c9be662ca07851310f194347921b3ddadc13fb (master) [2021-02-05T01:19:05.945Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:19:05.961Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T01:19:05.984Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T01:19:06.018Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T01:19:06.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T01:19:06.031Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T01:19:06.623Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T01:19:06.634Z] > git checkout -f 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 [2021-02-05T01:19:11.002Z] Commit message: "feat(command): Implement Command GET /device/name/{name}/{command} V2 API (#3120)" [2021-02-05T01:19:11.336Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T01:19:11.336Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T01:19:11.336Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T01:19:11.336Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T01:19:11.336Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T01:19:11.336Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T01:19:11.336Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T01:19:11.336Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T01:19:11.336Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:19:11.336Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T01:19:12.708Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:19:13.109Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T01:19:13.459Z] + sudo service docker restart [2021-02-05T01:19:13.459Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:19:15.508Z] provisioning config files... [2021-02-05T01:19:15.551Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/342@tmp/config558272530479003292tmp [Pipeline] { [2021-02-05T01:19:15.586Z] Removing intermediate container 9da2bb8454b7 [2021-02-05T01:19:15.586Z] ---> 500ad210d759 [2021-02-05T01:19:15.586Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T01:19:15.586Z] ---> Running in 506695f7ac10 [2021-02-05T01:19:15.586Z] Removing intermediate container 506695f7ac10 [2021-02-05T01:19:15.586Z] ---> 07a2d88a4865 [2021-02-05T01:19:15.586Z] Step 5/6 : COPY go.mod . [2021-02-05T01:19:15.586Z] ---> 61e367fcf77a [2021-02-05T01:19:15.586Z] Step 6/6 : RUN go mod download [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:19:15.853Z] ---> Running in f746da84e71e [2021-02-05T01:19:15.950Z] ---> docker-login.sh [2021-02-05T01:19:15.950Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:19:16.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:17.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:17.205Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:17.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:17.205Z] [2021-02-05T01:19:17.205Z] Login Succeeded [2021-02-05T01:19:17.205Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:19:17.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:17.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:17.753Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:17.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:17.753Z] [2021-02-05T01:19:17.753Z] Login Succeeded [2021-02-05T01:19:17.753Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:19:18.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:18.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:18.298Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:18.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:18.298Z] [2021-02-05T01:19:18.298Z] Login Succeeded [2021-02-05T01:19:18.298Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:19:18.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:18.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:18.848Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:18.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:18.848Z] [2021-02-05T01:19:18.848Z] Login Succeeded [2021-02-05T01:19:18.848Z] docker.io [2021-02-05T01:19:19.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:19:19.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:19:19.399Z] Configure a credential helper to remove this warning. See [2021-02-05T01:19:19.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:19:19.399Z] [2021-02-05T01:19:19.399Z] Login Succeeded [2021-02-05T01:19:19.399Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:19:19.416Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T01:19:19.840Z] ========================================================= [2021-02-05T01:19:19.840Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T01:19:19.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:19:20.227Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T01:19:22.894Z] Sending build context to Docker daemon 166.1MB [2021-02-05T01:19:22.894Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T01:19:22.894Z] Step 2/6 : FROM ${BASE} [2021-02-05T01:19:22.894Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T01:19:22.894Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T01:19:22.894Z] a4357932f1b6: Pulling fs layer [2021-02-05T01:19:22.894Z] 18c013af1878: Pulling fs layer [2021-02-05T01:19:22.894Z] 00ac8860ef70: Pulling fs layer [2021-02-05T01:19:22.894Z] 63d7cb157983: Pulling fs layer [2021-02-05T01:19:22.894Z] b116817d02f9: Pulling fs layer [2021-02-05T01:19:22.894Z] 745a02a5169b: Pulling fs layer [2021-02-05T01:19:22.894Z] 00ac8860ef70: Waiting [2021-02-05T01:19:22.894Z] 63d7cb157983: Waiting [2021-02-05T01:19:22.894Z] b116817d02f9: Waiting [2021-02-05T01:19:22.894Z] 745a02a5169b: Waiting [2021-02-05T01:19:22.894Z] 18c013af1878: Verifying Checksum [2021-02-05T01:19:22.894Z] 18c013af1878: Download complete [2021-02-05T01:19:22.894Z] a4357932f1b6: Verifying Checksum [2021-02-05T01:19:22.894Z] a4357932f1b6: Download complete [2021-02-05T01:19:22.894Z] 63d7cb157983: Verifying Checksum [2021-02-05T01:19:22.894Z] 63d7cb157983: Download complete [2021-02-05T01:19:22.894Z] b116817d02f9: Verifying Checksum [2021-02-05T01:19:22.894Z] b116817d02f9: Download complete [2021-02-05T01:19:22.894Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T01:19:22.894Z] 5f621e34cdf4: Download complete [2021-02-05T01:19:23.498Z] 5f621e34cdf4: Pull complete [2021-02-05T01:19:24.116Z] a4357932f1b6: Pull complete [2021-02-05T01:19:24.391Z] 18c013af1878: Pull complete [2021-02-05T01:19:25.373Z] 745a02a5169b: Verifying Checksum [2021-02-05T01:19:25.373Z] 745a02a5169b: Download complete [2021-02-05T01:19:26.349Z] 00ac8860ef70: Download complete [2021-02-05T01:19:36.539Z] 00ac8860ef70: Pull complete [2021-02-05T01:19:36.539Z] 63d7cb157983: Pull complete [2021-02-05T01:19:36.813Z] b116817d02f9: Pull complete [2021-02-05T01:19:37.881Z] Removing intermediate container f746da84e71e [2021-02-05T01:19:37.881Z] ---> de9669ef438b [2021-02-05T01:19:37.881Z] Successfully built de9669ef438b [2021-02-05T01:19:37.881Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:19:38.198Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T01:19:38.198Z] . [Pipeline] withDockerContainer [2021-02-05T01:19:38.303Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:19:38.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T01:19:39.214Z] $ docker top eef473c89d42414a8231eee4bf146f821e42dd654a631dba48740ff970777535 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:19:39.737Z] + go version [2021-02-05T01:19:39.738Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T01:19:39.755Z] $ docker stop --time=1 eef473c89d42414a8231eee4bf146f821e42dd654a631dba48740ff970777535 [2021-02-05T01:19:41.097Z] $ docker rm -f eef473c89d42414a8231eee4bf146f821e42dd654a631dba48740ff970777535 [2021-02-05T01:19:41.122Z] 745a02a5169b: Pull complete [2021-02-05T01:19:41.122Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T01:19:41.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T01:19:41.122Z] ---> b7e6874047d6 [2021-02-05T01:19:41.122Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:19:41.948Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T01:19:41.948Z] . [Pipeline] withDockerContainer [2021-02-05T01:19:42.054Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:19:42.105Z] $ 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/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T01:19:42.837Z] $ docker top 28261eae0c7e9f1255b524ca883caecd7bde258176b3ccd69c6f9f195d6ad213 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T01:19:43.043Z] ========================================================= [2021-02-05T01:19:43.043Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T01:19:43.043Z] ========================================================= [Pipeline] sh [2021-02-05T01:19:43.341Z] + make test [2021-02-05T01:19:43.341Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T01:19:43.950Z] ---> Running in a662aa0e0fe0 [2021-02-05T01:19:45.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:19:45.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:19:46.573Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T01:19:46.843Z] (2/12) Installing file (5.38-r0) [2021-02-05T01:19:46.843Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T01:19:47.112Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T01:19:52.502Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T01:19:52.502Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T01:19:52.502Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T01:19:52.502Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T01:19:52.502Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T01:19:52.502Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T01:19:52.772Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T01:19:52.772Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T01:19:53.045Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:19:53.045Z] OK: 217 MiB in 51 packages [2021-02-05T01:19:53.426Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T01:19:57.366Z] Removing intermediate container a662aa0e0fe0 [2021-02-05T01:19:57.366Z] ---> 6152ea6b0959 [2021-02-05T01:19:57.366Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T01:19:57.366Z] ---> Running in fe44bd97dd2c [2021-02-05T01:19:57.641Z] Removing intermediate container fe44bd97dd2c [2021-02-05T01:19:57.641Z] ---> 8a7e7aeab9e0 [2021-02-05T01:19:57.641Z] Step 5/6 : COPY go.mod . [2021-02-05T01:19:58.238Z] ---> 2bff86c9756c [2021-02-05T01:19:58.238Z] Step 6/6 : RUN go mod download [2021-02-05T01:19:58.512Z] ---> Running in b90c4489a006 [2021-02-05T01:20:08.482Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T01:20:15.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T01:20:15.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T01:20:15.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T01:20:15.166Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T01:20:17.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T01:20:17.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T01:20:17.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T01:20:17.114Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T01:20:17.114Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T01:20:17.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T01:20:20.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T01:20:20.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T01:20:20.310Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T01:20:22.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.6% of statements [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T01:20:22.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T01:20:22.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.068s coverage: 100.0% of statements [2021-02-05T01:20:25.299Z] Removing intermediate container b90c4489a006 [2021-02-05T01:20:25.299Z] ---> fce52bff1e5b [2021-02-05T01:20:25.299Z] Successfully built fce52bff1e5b [2021-02-05T01:20:25.299Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:20:25.649Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T01:20:25.649Z] . [Pipeline] withDockerContainer [2021-02-05T01:20:25.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-25122 does not seem to be running inside a container [2021-02-05T01:20:25.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T01:20:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T01:20:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T01:20:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T01:20:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 65.8% of statements [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T01:20:26.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.422s coverage: 82.3% of statements [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T01:20:26.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T01:20:27.451Z] $ docker top 30903ec26db1cdd80f76e389267560c8a480cb1a5222b49442b248f49cefcb03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:20:27.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.408s coverage: 28.6% of statements [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T01:20:27.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T01:20:27.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-02-05T01:20:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T01:20:28.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-02-05T01:20:28.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T01:20:28.452Z] + go version [2021-02-05T01:20:28.452Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T01:20:28.480Z] $ docker stop --time=1 30903ec26db1cdd80f76e389267560c8a480cb1a5222b49442b248f49cefcb03 [2021-02-05T01:20:28.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements [2021-02-05T01:20:28.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T01:20:29.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-02-05T01:20:29.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T01:20:29.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T01:20:29.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T01:20:29.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T01:20:30.324Z] $ docker rm -f 30903ec26db1cdd80f76e389267560c8a480cb1a5222b49442b248f49cefcb03 [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] { [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 92.8% of statements [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T01:20:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.024s coverage: 94.1% of statements [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-02-05T01:20:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:20:34.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:20:34.116Z] [2021-02-05T01:20:34.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:20:34.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:20:34.767Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T01:20:34.767Z] 29e5d40040c1: Pulling fs layer [2021-02-05T01:20:34.767Z] 1ce36da41761: Pulling fs layer [2021-02-05T01:20:34.767Z] 25b303627fd3: Pulling fs layer [2021-02-05T01:20:35.051Z] 29e5d40040c1: Download complete [2021-02-05T01:20:35.647Z] 29e5d40040c1: Pull complete [2021-02-05T01:20:35.920Z] 1ce36da41761: Download complete [2021-02-05T01:20:36.901Z] 1ce36da41761: Pull complete [2021-02-05T01:20:37.881Z] 25b303627fd3: Verifying Checksum [2021-02-05T01:20:37.881Z] 25b303627fd3: Download complete [2021-02-05T01:20:44.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-02-05T01:20:44.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-05T01:20:50.276Z] 25b303627fd3: Pull complete [2021-02-05T01:20:50.276Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T01:20:50.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:20:50.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T01:20:50.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-25122 does not seem to be running inside a container [2021-02-05T01:20:50.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T01:20:53.764Z] $ docker top 1df268225b44e437b329d40fe6434dd5cfeba8204088342b6502c55e6bca5e31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 68.9% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 47.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.067s coverage: 87.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T01:20:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-05T01:20:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-05T01:20:54.453Z] GO111MODULE=on go vet ./... [2021-02-05T01:20:54.913Z] + docker-compose build --help [2021-02-05T01:20:54.913Z] + grep parallel [2021-02-05T01:20:58.297Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T01:20:58.319Z] $ docker stop --time=1 1df268225b44e437b329d40fe6434dd5cfeba8204088342b6502c55e6bca5e31 [2021-02-05T01:21:00.221Z] $ docker rm -f 1df268225b44e437b329d40fe6434dd5cfeba8204088342b6502c55e6bca5e31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:21:01.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T01:21:01.022Z] . [Pipeline] withDockerContainer [2021-02-05T01:21:01.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-25122 does not seem to be running inside a container [2021-02-05T01:21:01.368Z] $ 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/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T01:21:02.761Z] $ docker top da52408596d95554884aa01580c7ecfb0d91bd216ff946f7f0518d93fa32f2c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:21:03.778Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T01:21:07.154Z] Building docker-core-command-go ... [2021-02-05T01:21:07.154Z] Building docker-core-data-go ... [2021-02-05T01:21:07.154Z] Building docker-core-metadata-go ... [2021-02-05T01:21:07.154Z] Building docker-security-bootstrapper-go ... [2021-02-05T01:21:07.154Z] Building docker-security-proxy-setup-go ... [2021-02-05T01:21:07.154Z] Building docker-security-secretstore-setup-go ... [2021-02-05T01:21:07.154Z] Building docker-support-notifications-go ... [2021-02-05T01:21:07.154Z] Building docker-support-scheduler-go ... [2021-02-05T01:21:07.154Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T01:21:07.154Z] Building docker-security-secretstore-setup-go [2021-02-05T01:21:07.154Z] Building docker-security-bootstrapper-go [2021-02-05T01:21:07.154Z] Building docker-core-command-go [2021-02-05T01:21:07.154Z] Building docker-core-data-go [2021-02-05T01:21:07.154Z] Building docker-sys-mgmt-agent-go [2021-02-05T01:21:21.192Z] gofmt -l . [2021-02-05T01:21:21.192Z] [ "`gofmt -l .`" = "" ] [2021-02-05T01:21:21.192Z] ./bin/test-go-mod-tidy.sh [2021-02-05T01:21:21.192Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T01:21:21.772Z] + ls -al . [2021-02-05T01:21:21.772Z] total 688 [2021-02-05T01:21:21.772Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 01:21 . [2021-02-05T01:21:21.772Z] drwxr-xr-x 4 root root 32 Feb 5 01:19 .. [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 01:17 .dockerignore [2021-02-05T01:21:21.772Z] drwxrwxr-x 8 1001 1001 162 Feb 5 01:17 .git [2021-02-05T01:21:21.772Z] drwxrwxr-x 3 1001 1001 125 Feb 5 01:17 .github [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 01:17 .gitignore [2021-02-05T01:21:21.772Z] drwx------ 3 1001 1001 45 Feb 5 01:18 .semver [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 01:17 .sonarcloud.properties [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:17 Attribution.txt [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:17 CONTRIBUTING.md [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 01:17 Dockerfile.build [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 01:17 Jenkinsfile [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:17 LICENSE [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:17 Makefile [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:17 README.md [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:17 SECURITY.md [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 12 Feb 5 01:18 VERSION [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:17 ZMQWindows.md [2021-02-05T01:21:21.772Z] drwxrwxr-x 2 1001 1001 117 Feb 5 01:17 bin [2021-02-05T01:21:21.772Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 01:17 cmd [2021-02-05T01:21:21.772Z] -rw-r--r-- 1 root root 583623 Feb 5 01:20 coverage.out [2021-02-05T01:21:21.772Z] -rw-r--r-- 1 root root 1054 Feb 5 01:21 go.mod [2021-02-05T01:21:21.772Z] -rw-r--r-- 1 root root 19290 Feb 5 01:21 go.sum [2021-02-05T01:21:21.772Z] drwxrwxr-x 8 1001 1001 127 Feb 5 01:17 internal [2021-02-05T01:21:21.772Z] drwxrwxr-x 4 1001 1001 26 Feb 5 01:17 openapi [2021-02-05T01:21:21.772Z] drwxrwxr-x 4 1001 1001 71 Feb 5 01:17 snap [2021-02-05T01:21:21.772Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 01:17 version.go [Pipeline] sh [2021-02-05T01:21:22.097Z] + '[' -e coverage.out ] [2021-02-05T01:21:22.097Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T01:21:22.309Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T01:21:22.609Z] + make build [2021-02-05T01:21:22.609Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T01:21:26.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T01:21:35.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T01:21:35.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T01:21:36.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T01:21:37.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T01:21:38.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T01:21:39.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T01:21:40.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T01:21:42.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T01:21:43.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:21:44.149Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T01:21:45.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T01:21:47.057Z] $ docker stop --time=1 28261eae0c7e9f1255b524ca883caecd7bde258176b3ccd69c6f9f195d6ad213 [2021-02-05T01:21:48.624Z] $ docker rm -f 28261eae0c7e9f1255b524ca883caecd7bde258176b3ccd69c6f9f195d6ad213 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:21:49.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:21:49.762Z] [2021-02-05T01:21:49.762Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:21:50.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:21:50.106Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T01:21:50.106Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T01:21:50.106Z] ca9280d653b3: Pulling fs layer [2021-02-05T01:21:50.106Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T01:21:50.106Z] cbdbe7a5bc2a: Download complete [2021-02-05T01:21:50.681Z] cbdbe7a5bc2a: Pull complete [2021-02-05T01:21:51.257Z] ca9280d653b3: Verifying Checksum [2021-02-05T01:21:51.257Z] ca9280d653b3: Download complete [2021-02-05T01:21:52.214Z] ca9280d653b3: Pull complete [2021-02-05T01:21:52.214Z] 7e9c9ca2126c: Download complete [2021-02-05T01:21:54.133Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:21:54.133Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:21:54.133Z] ---> fce52bff1e5b [2021-02-05T01:21:54.133Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T01:21:54.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:21:54.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:21:54.133Z] ---> fce52bff1e5b [2021-02-05T01:21:54.133Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:21:54.133Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:21:54.133Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:21:54.133Z] ---> fce52bff1e5b [2021-02-05T01:21:54.133Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T01:21:54.133Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:21:54.133Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:21:54.133Z] ---> fce52bff1e5b [2021-02-05T01:21:54.133Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T01:21:54.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:21:54.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:21:54.133Z] ---> fce52bff1e5b [2021-02-05T01:21:54.133Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:21:57.530Z] ---> Running in 0f93b4ee89cc [2021-02-05T01:21:57.530Z] ---> Running in e0ad1ddf567f [2021-02-05T01:21:57.530Z] ---> Running in 721ce78f2c60 [2021-02-05T01:21:57.530Z] ---> Running in f3d5ab94568b [2021-02-05T01:21:57.530Z] ---> Running in fde7ef7660a7 [2021-02-05T01:21:57.814Z] Removing intermediate container e0ad1ddf567f [2021-02-05T01:21:57.814Z] ---> 5a7d4095fd69 [2021-02-05T01:21:57.814Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:21:57.814Z] Removing intermediate container f3d5ab94568b [2021-02-05T01:21:57.814Z] ---> 5d446502f6fd [2021-02-05T01:21:58.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:21:58.091Z] Removing intermediate container fde7ef7660a7 [2021-02-05T01:21:58.091Z] ---> 8213d0a1926c [2021-02-05T01:21:58.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:21:58.092Z] Removing intermediate container 0f93b4ee89cc [2021-02-05T01:21:58.092Z] ---> 47386debee17 [2021-02-05T01:21:58.092Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:21:58.092Z] Removing intermediate container 721ce78f2c60 [2021-02-05T01:21:58.092Z] ---> bb88e01d10c8 [2021-02-05T01:21:58.092Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:21:58.362Z] ---> Running in d76dcbea621c [2021-02-05T01:21:58.362Z] ---> Running in 3f693e6496c6 [2021-02-05T01:21:58.362Z] ---> Running in 965b60f481e2 [2021-02-05T01:21:58.362Z] ---> Running in 2b0af0f35f91 [2021-02-05T01:21:58.362Z] ---> Running in 2245b2f04faf [2021-02-05T01:21:58.835Z] 7e9c9ca2126c: Pull complete [2021-02-05T01:21:58.835Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T01:21:58.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:21:58.835Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T01:21:59.010Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:21:59.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T01:22:01.653Z] $ docker top c5d3470be275f41ac6e138d5b231571bc46f7258166e9337577b03542138c690 -eo pid,comm [2021-02-05T01:22:01.775Z] Removing intermediate container d76dcbea621c [2021-02-05T01:22:01.775Z] ---> 2a53e3c99628 [2021-02-05T01:22:01.775Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T01:22:01.775Z] ---> Running in 0de7531ae828 [Pipeline] { [Pipeline] sh [2021-02-05T01:22:02.067Z] Removing intermediate container 965b60f481e2 [2021-02-05T01:22:02.067Z] ---> a27bfffc49dc [2021-02-05T01:22:02.067Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T01:22:02.212Z] + docker-compose build --help [2021-02-05T01:22:02.212Z] + grep parallel [2021-02-05T01:22:02.343Z] Removing intermediate container 3f693e6496c6 [2021-02-05T01:22:02.343Z] ---> 9e2a7066e380 [2021-02-05T01:22:02.343Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T01:22:02.343Z] ---> Running in 5b6aeb742789 [2021-02-05T01:22:02.621Z] Removing intermediate container 2245b2f04faf [2021-02-05T01:22:02.621Z] ---> 058e1c03c33a [2021-02-05T01:22:02.621Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T01:22:02.621Z] ---> Running in e6a855b52da3 [2021-02-05T01:22:02.905Z] ---> Running in 2d96db96d7a5 [2021-02-05T01:22:02.905Z] Removing intermediate container 2b0af0f35f91 [2021-02-05T01:22:02.905Z] ---> 2471232f6696 [2021-02-05T01:22:02.905Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:22:03.158Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T01:22:03.174Z] $ docker stop --time=1 c5d3470be275f41ac6e138d5b231571bc46f7258166e9337577b03542138c690 [2021-02-05T01:22:03.182Z] ---> Running in 4417e7ff3ef6 [2021-02-05T01:22:03.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:04.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:04.523Z] $ docker rm -f c5d3470be275f41ac6e138d5b231571bc46f7258166e9337577b03542138c690 [Pipeline] // withDockerContainer [2021-02-05T01:22:04.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:04.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:04.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:04.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:22:04.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:05.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T01:22:05.123Z] . [Pipeline] withDockerContainer [2021-02-05T01:22:05.214Z] OK: 217 MiB in 51 packages [2021-02-05T01:22:05.231Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:22:05.285Z] $ 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/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T01:22:05.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:05.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:05.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:22:05.780Z] OK: 217 MiB in 51 packages [2021-02-05T01:22:06.053Z] OK: 217 MiB in 51 packages [2021-02-05T01:22:06.334Z] OK: 217 MiB in 51 packages [2021-02-05T01:22:06.334Z] OK: 217 MiB in 51 packages [2021-02-05T01:22:06.526Z] $ docker top b7bce8b1e32ac42f661ee40d7577ec005b8c89b8916d7dcf42c767c09c801f05 -eo pid,comm [2021-02-05T01:22:06.618Z] Removing intermediate container 0de7531ae828 [2021-02-05T01:22:06.618Z] ---> c1b54d1783f1 [2021-02-05T01:22:06.618Z] Step 6/23 : COPY go.mod . [Pipeline] { [Pipeline] sh [2021-02-05T01:22:07.028Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T01:22:07.608Z] Removing intermediate container 5b6aeb742789 [2021-02-05T01:22:07.608Z] ---> d1929901d910 [2021-02-05T01:22:07.608Z] Step 6/31 : COPY go.mod . [2021-02-05T01:22:07.893Z] Removing intermediate container e6a855b52da3 [2021-02-05T01:22:07.893Z] ---> b9c8847a366a [2021-02-05T01:22:07.893Z] Step 6/24 : COPY go.mod . [2021-02-05T01:22:07.893Z] ---> 0aac3ebadf08 [2021-02-05T01:22:07.893Z] Step 7/23 : RUN go mod download [2021-02-05T01:22:08.143Z] Building docker-core-command-go ... [2021-02-05T01:22:08.143Z] Building docker-core-data-go ... [2021-02-05T01:22:08.143Z] Building docker-core-metadata-go ... [2021-02-05T01:22:08.143Z] Building docker-security-bootstrapper-go ... [2021-02-05T01:22:08.143Z] Building docker-security-proxy-setup-go ... [2021-02-05T01:22:08.143Z] Building docker-security-secretstore-setup-go ... [2021-02-05T01:22:08.143Z] Building docker-support-notifications-go ... [2021-02-05T01:22:08.143Z] Building docker-support-scheduler-go ... [2021-02-05T01:22:08.143Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T01:22:08.143Z] Building docker-core-metadata-go [2021-02-05T01:22:08.143Z] Building docker-core-command-go [2021-02-05T01:22:08.143Z] Building docker-support-notifications-go [2021-02-05T01:22:08.143Z] Building docker-security-secretstore-setup-go [2021-02-05T01:22:08.143Z] Building docker-security-bootstrapper-go [2021-02-05T01:22:08.175Z] Removing intermediate container 4417e7ff3ef6 [2021-02-05T01:22:08.175Z] ---> c166d51e21f3 [2021-02-05T01:22:08.175Z] Step 6/23 : COPY go.mod . [2021-02-05T01:22:08.175Z] Removing intermediate container 2d96db96d7a5 [2021-02-05T01:22:08.175Z] ---> 29a132414aec [2021-02-05T01:22:08.175Z] Step 6/26 : COPY go.mod . [2021-02-05T01:22:08.175Z] ---> Running in cfec17ff03e1 [2021-02-05T01:22:08.769Z] ---> 155c79c60f1a [2021-02-05T01:22:08.769Z] Step 7/31 : RUN go mod download [2021-02-05T01:22:08.769Z] ---> Running in 9274d41dcedb [2021-02-05T01:22:09.040Z] ---> b77b76984a43 [2021-02-05T01:22:09.040Z] Step 7/24 : RUN go mod download [2021-02-05T01:22:09.334Z] ---> Running in 015e55e74c5d [2021-02-05T01:22:09.334Z] ---> ce6b9e21caec [2021-02-05T01:22:09.334Z] Step 7/26 : RUN go mod download [2021-02-05T01:22:09.608Z] ---> a5444f8babbc [2021-02-05T01:22:09.608Z] Step 7/23 : RUN go mod download [2021-02-05T01:22:09.608Z] ---> Running in ad021f9d2dc0 [2021-02-05T01:22:09.887Z] ---> Running in f596c1f7a303 [2021-02-05T01:22:12.529Z] Removing intermediate container cfec17ff03e1 [2021-02-05T01:22:12.529Z] ---> eea417f91e59 [2021-02-05T01:22:12.529Z] Step 8/23 : COPY . . [2021-02-05T01:22:13.519Z] Removing intermediate container 9274d41dcedb [2021-02-05T01:22:13.519Z] ---> 9abcac529f8c [2021-02-05T01:22:13.519Z] Step 8/31 : COPY . . [2021-02-05T01:22:14.135Z] Removing intermediate container 015e55e74c5d [2021-02-05T01:22:14.135Z] ---> 1b6d0c70d932 [2021-02-05T01:22:14.135Z] Step 8/24 : COPY . . [2021-02-05T01:22:15.134Z] Removing intermediate container ad021f9d2dc0 [2021-02-05T01:22:15.134Z] ---> a51a36b8c4e2 [2021-02-05T01:22:15.134Z] Step 8/26 : COPY . . [2021-02-05T01:22:15.738Z] Removing intermediate container f596c1f7a303 [2021-02-05T01:22:15.738Z] ---> 7c47a0c7c682 [2021-02-05T01:22:15.738Z] Step 8/23 : COPY . . [2021-02-05T01:22:34.063Z] ---> 790f528d9e19 [2021-02-05T01:22:34.063Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T01:22:34.063Z] ---> 204a56eec573 [2021-02-05T01:22:34.063Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T01:22:34.063Z] ---> a56689d6726b [2021-02-05T01:22:34.063Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T01:22:34.063Z] ---> 2d8b97063951 [2021-02-05T01:22:34.063Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T01:22:34.063Z] ---> Running in be442ff5361f [2021-02-05T01:22:34.063Z] ---> Running in 87c314d7b963 [2021-02-05T01:22:34.063Z] ---> 06f5a7b2b837 [2021-02-05T01:22:34.063Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T01:22:34.063Z] ---> Running in 77a267a2d375 [2021-02-05T01:22:34.063Z] ---> Running in 3b50e200c8c7 [2021-02-05T01:22:34.063Z] ---> Running in 9da6f7664340 [2021-02-05T01:22:34.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T01:22:34.339Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T01:22:34.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T01:22:34.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T01:22:34.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T01:22:40.456Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:22:40.456Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:22:40.456Z] ---> de9669ef438b [2021-02-05T01:22:40.456Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:22:40.456Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:22:40.456Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:22:40.456Z] ---> de9669ef438b [2021-02-05T01:22:40.456Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:22:40.456Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:22:40.456Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:22:40.456Z] ---> de9669ef438b [2021-02-05T01:22:40.456Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:22:40.456Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:22:40.456Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:22:40.456Z] ---> de9669ef438b [2021-02-05T01:22:40.456Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T01:22:40.456Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:22:40.456Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:22:40.456Z] ---> de9669ef438b [2021-02-05T01:22:40.456Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T01:22:40.456Z] ---> Running in 40694440b447 [2021-02-05T01:22:40.456Z] ---> Running in 8bc7ef093808 [2021-02-05T01:22:40.456Z] ---> Running in b743a4311dd9 [2021-02-05T01:22:40.456Z] ---> Running in 48a1e882cdc6 [2021-02-05T01:22:40.456Z] ---> Running in 10954d707f1e [2021-02-05T01:22:40.456Z] Removing intermediate container 40694440b447 [2021-02-05T01:22:40.456Z] ---> d85fef5f5089 [2021-02-05T01:22:40.456Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:22:40.456Z] Removing intermediate container 48a1e882cdc6 [2021-02-05T01:22:40.456Z] ---> 9f0ba72eec59 [2021-02-05T01:22:40.456Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:22:40.456Z] Removing intermediate container 8bc7ef093808 [2021-02-05T01:22:40.456Z] ---> 6be3c2c4bef8 [2021-02-05T01:22:40.456Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:22:40.456Z] Removing intermediate container 10954d707f1e [2021-02-05T01:22:40.456Z] ---> f9d4e879fe0e [2021-02-05T01:22:40.456Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:22:40.456Z] Removing intermediate container b743a4311dd9 [2021-02-05T01:22:40.456Z] ---> 33067f8f99c1 [2021-02-05T01:22:40.456Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:22:40.456Z] ---> Running in 74f623458210 [2021-02-05T01:22:40.456Z] ---> Running in 6e48a4b06f36 [2021-02-05T01:22:40.456Z] ---> Running in c41c580c49f6 [2021-02-05T01:22:40.456Z] ---> Running in 6081768ae101 [2021-02-05T01:22:40.456Z] ---> Running in 03648fc5ac03 [2021-02-05T01:22:42.402Z] Removing intermediate container 74f623458210 [2021-02-05T01:22:42.402Z] ---> 6a96042f7983 [2021-02-05T01:22:42.402Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:22:42.402Z] Removing intermediate container c41c580c49f6 [2021-02-05T01:22:42.402Z] ---> 0e5dfe2ceb77 [2021-02-05T01:22:42.402Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T01:22:42.402Z] ---> Running in e7ad50bf3d29 [2021-02-05T01:22:42.402Z] ---> Running in 23f0585da6fa [2021-02-05T01:22:42.664Z] Removing intermediate container 6e48a4b06f36 [2021-02-05T01:22:42.664Z] ---> ab524086d20f [2021-02-05T01:22:42.664Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T01:22:42.664Z] Removing intermediate container 6081768ae101 [2021-02-05T01:22:42.664Z] ---> d31666741178 [2021-02-05T01:22:42.664Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T01:22:42.926Z] Removing intermediate container 03648fc5ac03 [2021-02-05T01:22:42.926Z] ---> 1dfa315be79e [2021-02-05T01:22:42.926Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:22:42.926Z] ---> Running in 157170c65a6d [2021-02-05T01:22:42.926Z] ---> Running in 2c800ff09687 [2021-02-05T01:22:43.187Z] ---> Running in cc4730e76f3f [2021-02-05T01:22:43.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:43.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:43.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:43.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:43.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:43.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:44.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:44.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:44.773Z] OK: 233 MiB in 51 packages [2021-02-05T01:22:44.773Z] OK: 233 MiB in 51 packages [2021-02-05T01:22:44.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:45.036Z] OK: 233 MiB in 51 packages [2021-02-05T01:22:45.299Z] Removing intermediate container 23f0585da6fa [2021-02-05T01:22:45.299Z] ---> e7b182e4d898 [2021-02-05T01:22:45.299Z] Step 6/24 : COPY go.mod . [2021-02-05T01:22:45.299Z] Removing intermediate container e7ad50bf3d29 [2021-02-05T01:22:45.299Z] ---> db328dbaf873 [2021-02-05T01:22:45.299Z] Step 6/23 : COPY go.mod . [2021-02-05T01:22:45.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:22:45.562Z] ---> 556c31f0c807 [2021-02-05T01:22:45.562Z] Step 7/24 : RUN go mod download [2021-02-05T01:22:45.562Z] ---> 78a4949e19c1 [2021-02-05T01:22:45.562Z] Step 7/23 : RUN go mod download [2021-02-05T01:22:45.562Z] ---> Running in ba64a4e9ff2e [2021-02-05T01:22:45.562Z] ---> Running in e2433aac2ac3 [2021-02-05T01:22:45.562Z] Removing intermediate container 157170c65a6d [2021-02-05T01:22:45.562Z] ---> 65c3f54db9ad [2021-02-05T01:22:45.562Z] Step 6/22 : COPY go.mod . [2021-02-05T01:22:46.142Z] ---> d8dea4e6fd0f [2021-02-05T01:22:46.143Z] Step 7/22 : RUN go mod download [2021-02-05T01:22:46.143Z] ---> Running in b6c511835d79 [2021-02-05T01:22:46.410Z] OK: 233 MiB in 51 packages [2021-02-05T01:22:46.410Z] OK: 233 MiB in 51 packages [2021-02-05T01:22:47.002Z] Removing intermediate container 2c800ff09687 [2021-02-05T01:22:47.002Z] ---> e132af2cd5c7 [2021-02-05T01:22:47.002Z] Step 6/31 : COPY go.mod . [2021-02-05T01:22:47.002Z] Removing intermediate container cc4730e76f3f [2021-02-05T01:22:47.002Z] ---> 026842e35464 [2021-02-05T01:22:47.002Z] Step 6/23 : COPY go.mod . [2021-02-05T01:22:47.271Z] ---> a46778848a92 [2021-02-05T01:22:47.271Z] Step 7/31 : RUN go mod download [2021-02-05T01:22:47.533Z] ---> adcfde5588b4 [2021-02-05T01:22:47.533Z] Step 7/23 : RUN go mod download [2021-02-05T01:22:47.533Z] ---> Running in 60787339166d [2021-02-05T01:22:47.533Z] ---> Running in 94ad10ef7395 [2021-02-05T01:22:48.115Z] Removing intermediate container b6c511835d79 [2021-02-05T01:22:48.115Z] ---> dc42b3760e35 [2021-02-05T01:22:48.115Z] Step 8/22 : COPY . . [2021-02-05T01:22:48.399Z] Removing intermediate container e2433aac2ac3 [2021-02-05T01:22:48.399Z] ---> 483e22d76bb4 [2021-02-05T01:22:48.399Z] Step 8/24 : COPY . . [2021-02-05T01:22:48.399Z] Removing intermediate container ba64a4e9ff2e [2021-02-05T01:22:48.399Z] ---> f58fa417f8c2 [2021-02-05T01:22:48.399Z] Step 8/23 : COPY . . [2021-02-05T01:23:00.741Z] Removing intermediate container 94ad10ef7395 [2021-02-05T01:23:00.741Z] ---> fc5d238d5b10 [2021-02-05T01:23:00.741Z] Step 8/23 : COPY . . [2021-02-05T01:23:00.741Z] Removing intermediate container 60787339166d [2021-02-05T01:23:00.741Z] ---> 7aa2abb2f6a1 [2021-02-05T01:23:00.741Z] Step 8/31 : COPY . . [2021-02-05T01:23:33.020Z] ---> 2c46025bab6b [2021-02-05T01:23:33.020Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T01:23:33.975Z] ---> d2b7a8066f2a [2021-02-05T01:23:33.975Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T01:23:35.366Z] ---> 15e0607b6eed [2021-02-05T01:23:35.366Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T01:23:35.632Z] ---> Running in 7fc104c15946 [2021-02-05T01:23:35.632Z] ---> Running in 51555456addc [2021-02-05T01:23:35.895Z] ---> Running in e49317ea7765 [2021-02-05T01:23:35.895Z] ---> 7800c411860e [2021-02-05T01:23:35.895Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T01:23:35.895Z] ---> 65c1d896d0e8 [2021-02-05T01:23:35.895Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T01:23:36.168Z] ---> Running in 89cd17569527 [2021-02-05T01:23:36.168Z] ---> Running in 3717a39e7588 [2021-02-05T01:23:37.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T01:23:37.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T01:23:37.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T01:23:38.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T01:23:38.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T01:23:56.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T01:23:56.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:24:04.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T01:24:04.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T01:24:09.021Z] Removing intermediate container 77a267a2d375 [2021-02-05T01:24:09.021Z] ---> 6f7b592b4a33 [2021-02-05T01:24:09.021Z] [2021-02-05T01:24:09.021Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T01:24:09.299Z] 3.12: Pulling from library/alpine [2021-02-05T01:24:10.754Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T01:24:10.754Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T01:24:10.754Z] ---> afeebe901d6b [2021-02-05T01:24:10.754Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T01:24:10.754Z] Removing intermediate container 3b50e200c8c7 [2021-02-05T01:24:10.754Z] ---> 686bbf1c5d39 [2021-02-05T01:24:10.754Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T01:24:11.361Z] ---> Running in 745bbb0bd1da [2021-02-05T01:24:11.361Z] ---> Running in df389230ba08 [2021-02-05T01:24:11.544Z] Removing intermediate container 7fc104c15946 [2021-02-05T01:24:11.544Z] ---> a9aadb6127cc [2021-02-05T01:24:11.544Z] [2021-02-05T01:24:11.544Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T01:24:11.812Z] 3.12: Pulling from library/alpine [2021-02-05T01:24:12.403Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T01:24:12.403Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T01:24:12.403Z] ---> 389fef711851 [2021-02-05T01:24:12.403Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T01:24:13.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:13.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T01:24:13.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:14.513Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T01:24:14.789Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:24:14.789Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T01:24:14.789Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T01:24:14.789Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:14.789Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:14.789Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:24:14.971Z] ---> Running in dd89a4b977de [2021-02-05T01:24:14.971Z] Removing intermediate container 3717a39e7588 [2021-02-05T01:24:14.971Z] ---> 439bb92d6980 [2021-02-05T01:24:14.971Z] [2021-02-05T01:24:14.971Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T01:24:14.971Z] ---> 389fef711851 [2021-02-05T01:24:14.971Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T01:24:14.971Z] Removing intermediate container e49317ea7765 [2021-02-05T01:24:14.971Z] ---> ffca2be69e65 [2021-02-05T01:24:14.971Z] [2021-02-05T01:24:14.971Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:24:14.971Z] ---> 389fef711851 [2021-02-05T01:24:15.068Z] OK: 7 MiB in 19 packages [2021-02-05T01:24:15.234Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T01:24:16.632Z] ---> Running in 941977292b82 [2021-02-05T01:24:17.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:17.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:17.583Z] ---> Running in cc828ba39e14 [2021-02-05T01:24:17.852Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T01:24:17.852Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:24:17.852Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T01:24:17.852Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T01:24:17.852Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:17.852Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:17.852Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:24:17.852Z] OK: 7 MiB in 19 packages [2021-02-05T01:24:18.488Z] Removing intermediate container df389230ba08 [2021-02-05T01:24:18.488Z] ---> 9599a4c4b998 [2021-02-05T01:24:18.488Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:24:18.773Z] ---> Running in c2bba55ade75 [2021-02-05T01:24:18.802Z] Removing intermediate container 941977292b82 [2021-02-05T01:24:18.802Z] ---> 868fe6939d61 [2021-02-05T01:24:18.802Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T01:24:20.196Z] ---> Running in 2ec482b70064 [2021-02-05T01:24:20.196Z] Removing intermediate container 51555456addc [2021-02-05T01:24:20.196Z] ---> f5be3d6c1cb8 [2021-02-05T01:24:20.196Z] [2021-02-05T01:24:20.196Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:24:20.196Z] ---> 389fef711851 [2021-02-05T01:24:20.196Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:24:20.223Z] Removing intermediate container c2bba55ade75 [2021-02-05T01:24:20.223Z] ---> 7a31256d4e7b [2021-02-05T01:24:20.223Z] Step 13/24 : WORKDIR / [2021-02-05T01:24:20.458Z] Removing intermediate container 89cd17569527 [2021-02-05T01:24:20.458Z] ---> 7f8997e3883e [2021-02-05T01:24:20.458Z] [2021-02-05T01:24:20.458Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:24:20.458Z] ---> 389fef711851 [2021-02-05T01:24:20.458Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:24:20.499Z] ---> Running in ccdca7c3e36b [2021-02-05T01:24:20.772Z] Removing intermediate container 745bbb0bd1da [2021-02-05T01:24:20.772Z] ---> b98f7e138465 [2021-02-05T01:24:20.772Z] [2021-02-05T01:24:20.772Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T01:24:20.772Z] 20.10.0: Pulling from library/docker [2021-02-05T01:24:21.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:21.039Z] ---> Running in bc206d32fd97 [2021-02-05T01:24:21.039Z] ---> Running in 4eddf867a232 [2021-02-05T01:24:21.044Z] Removing intermediate container be442ff5361f [2021-02-05T01:24:21.044Z] ---> 4caf9d677027 [2021-02-05T01:24:21.044Z] [2021-02-05T01:24:21.044Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T01:24:21.044Z] ---> afeebe901d6b [2021-02-05T01:24:21.044Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T01:24:21.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:21.310Z] Removing intermediate container dd89a4b977de [2021-02-05T01:24:21.310Z] ---> eb698a9c9515 [2021-02-05T01:24:21.310Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:24:21.310Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T01:24:21.576Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:21.576Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:21.576Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:24:21.576Z] OK: 6 MiB in 16 packages [2021-02-05T01:24:21.576Z] ---> Running in 552d911f4b5a [2021-02-05T01:24:21.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:21.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:21.651Z] ---> Running in 5b7fbe91c5d9 [2021-02-05T01:24:21.651Z] Removing intermediate container ccdca7c3e36b [2021-02-05T01:24:21.651Z] ---> ef71e9157349 [2021-02-05T01:24:21.651Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T01:24:21.847Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:21.847Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T01:24:21.847Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:21.847Z] OK: 6 MiB in 16 packages [2021-02-05T01:24:22.111Z] Removing intermediate container 552d911f4b5a [2021-02-05T01:24:22.111Z] ---> 132fccb491cc [2021-02-05T01:24:22.111Z] Step 13/24 : WORKDIR / [2021-02-05T01:24:22.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:22.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:22.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:22.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:24:22.386Z] ---> Running in 50e20fd61cb2 [2021-02-05T01:24:22.652Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:22.652Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:22.652Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:22.652Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:22.652Z] OK: 6 MiB in 15 packages [2021-02-05T01:24:22.652Z] OK: 6 MiB in 15 packages [2021-02-05T01:24:23.228Z] Removing intermediate container 50e20fd61cb2 [2021-02-05T01:24:23.228Z] ---> 85799e7bc4c5 [2021-02-05T01:24:23.228Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T01:24:23.492Z] Removing intermediate container 2ec482b70064 [2021-02-05T01:24:23.492Z] ---> 2be318526d91 [2021-02-05T01:24:23.492Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T01:24:23.492Z] Removing intermediate container cc828ba39e14 [2021-02-05T01:24:23.492Z] ---> 184a84d28255 [2021-02-05T01:24:23.492Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:24:23.642Z] Removing intermediate container 5b7fbe91c5d9 [2021-02-05T01:24:23.642Z] ---> 3acda69bc4c8 [2021-02-05T01:24:23.642Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T01:24:23.755Z] ---> Running in cf03d54b8e1a [2021-02-05T01:24:23.755Z] ---> Running in af22c46c890f [2021-02-05T01:24:23.755Z] ---> 586056d382e3 [2021-02-05T01:24:23.755Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T01:24:23.961Z] ---> 74b4b7e6b7f0 [2021-02-05T01:24:23.961Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T01:24:23.961Z] ---> Running in 1bc590b9c5ec [2021-02-05T01:24:24.017Z] Removing intermediate container cf03d54b8e1a [2021-02-05T01:24:24.018Z] ---> 0f2f589ddd59 [2021-02-05T01:24:24.018Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T01:24:24.018Z] Removing intermediate container af22c46c890f [2021-02-05T01:24:24.018Z] ---> 27548c5e1864 [2021-02-05T01:24:24.018Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T01:24:24.974Z] Removing intermediate container 4eddf867a232 [2021-02-05T01:24:24.974Z] ---> d09d1ff01d34 [2021-02-05T01:24:24.974Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:24:24.974Z] Removing intermediate container bc206d32fd97 [2021-02-05T01:24:24.974Z] ---> 2b28b4589deb [2021-02-05T01:24:24.974Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:24:24.974Z] ---> Running in b7762d516c4e [2021-02-05T01:24:24.974Z] ---> 72da27660df0 [2021-02-05T01:24:24.974Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:24.974Z] ---> Running in 28e4abb92135 [2021-02-05T01:24:24.974Z] ---> Running in e158134321f7 [2021-02-05T01:24:24.974Z] ---> Running in 979fe6d33157 [2021-02-05T01:24:25.243Z] Removing intermediate container b7762d516c4e [2021-02-05T01:24:25.243Z] ---> 753e5cc3aa0c [2021-02-05T01:24:25.243Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T01:24:25.243Z] Removing intermediate container 28e4abb92135 [2021-02-05T01:24:25.243Z] ---> fdafc4fab77a [2021-02-05T01:24:25.243Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:24:25.505Z] Removing intermediate container e158134321f7 [2021-02-05T01:24:25.505Z] ---> 7af12c48a1b0 [2021-02-05T01:24:25.505Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T01:24:25.505Z] Removing intermediate container 979fe6d33157 [2021-02-05T01:24:25.505Z] ---> 84a03f63cf33 [2021-02-05T01:24:25.505Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T01:24:25.505Z] ---> 3774d448b8ea [2021-02-05T01:24:25.505Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T01:24:25.505Z] ---> Running in b51e5cbab151 [2021-02-05T01:24:25.766Z] ---> Running in 39fdbacbedb2 [2021-02-05T01:24:25.766Z] ---> Running in 53151f52ae9f [2021-02-05T01:24:25.766Z] ---> Running in 981a24a431e3 [2021-02-05T01:24:25.959Z] ---> 9530d9825a99 [2021-02-05T01:24:25.959Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:25.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:26.028Z] Removing intermediate container 39fdbacbedb2 [2021-02-05T01:24:26.028Z] ---> 56c227425e2e [2021-02-05T01:24:26.028Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:24:26.238Z] Removing intermediate container 9da6f7664340 [2021-02-05T01:24:26.238Z] ---> ab932c8e4f4d [2021-02-05T01:24:26.238Z] [2021-02-05T01:24:26.238Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:24:26.238Z] ---> afeebe901d6b [2021-02-05T01:24:26.238Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:24:26.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:26.291Z] Removing intermediate container 53151f52ae9f [2021-02-05T01:24:26.291Z] ---> 5c8ea26671a5 [2021-02-05T01:24:26.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:26.291Z] Removing intermediate container 981a24a431e3 [2021-02-05T01:24:26.291Z] ---> fef5ceeec790 [2021-02-05T01:24:26.291Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:24:26.291Z] ---> 4bfe3c3f71fc [2021-02-05T01:24:26.291Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T01:24:26.291Z] ---> Running in 143fa64c4d8b [2021-02-05T01:24:26.513Z] ---> Running in 06304cd3a26f [2021-02-05T01:24:26.554Z] ---> Running in 04e06cc8238b [2021-02-05T01:24:26.818Z] ---> 437112cc0a71 [2021-02-05T01:24:26.818Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T01:24:26.818Z] Removing intermediate container 04e06cc8238b [2021-02-05T01:24:26.818Z] ---> 7fde9e1e9880 [2021-02-05T01:24:26.818Z] Step 15/23 : WORKDIR / [2021-02-05T01:24:27.083Z] ---> 44426dadc35f [2021-02-05T01:24:27.083Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T01:24:27.083Z] Removing intermediate container 143fa64c4d8b [2021-02-05T01:24:27.083Z] ---> f835a59eeb03 [2021-02-05T01:24:27.083Z] Step 15/23 : WORKDIR / [2021-02-05T01:24:27.117Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:27.117Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T01:24:27.117Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:27.117Z] OK: 5 MiB in 16 packages [2021-02-05T01:24:27.117Z] ---> 57345d81467a [2021-02-05T01:24:27.117Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T01:24:27.347Z] ---> Running in b6e70162e075 [2021-02-05T01:24:27.347Z] ---> Running in bdd94f3a2ed7 [2021-02-05T01:24:27.610Z] Removing intermediate container b51e5cbab151 [2021-02-05T01:24:27.610Z] ---> ce887ae1bc0a [2021-02-05T01:24:27.610Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T01:24:27.610Z] ---> eed106ea4841 [2021-02-05T01:24:27.610Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T01:24:27.610Z] ---> 686c486048d1 [2021-02-05T01:24:27.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:27.871Z] ---> Running in 42e0adf2e5b4 [2021-02-05T01:24:27.871Z] ---> Running in dd014635141e [2021-02-05T01:24:27.871Z] Removing intermediate container b6e70162e075 [2021-02-05T01:24:27.871Z] ---> 125c2844d903 [2021-02-05T01:24:27.871Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:28.133Z] Removing intermediate container bdd94f3a2ed7 [2021-02-05T01:24:28.133Z] ---> e65ed3c66646 [2021-02-05T01:24:28.133Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:28.133Z] ---> c4cf974dc04c [2021-02-05T01:24:28.133Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T01:24:28.408Z] Removing intermediate container 42e0adf2e5b4 [2021-02-05T01:24:28.408Z] ---> 15c2c7afd38b [2021-02-05T01:24:28.408Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T01:24:28.408Z] ---> c02ee02095c4 [2021-02-05T01:24:28.408Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T01:24:28.408Z] ---> Running in 01475734f1fc [2021-02-05T01:24:28.408Z] ---> 5935199e4bf9 [2021-02-05T01:24:28.408Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T01:24:28.679Z] Removing intermediate container 01475734f1fc [2021-02-05T01:24:28.679Z] ---> 6b7ef4e9f5c6 [2021-02-05T01:24:28.679Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:24:28.945Z] ---> Running in 80dbc6968a76 [2021-02-05T01:24:28.945Z] ---> 4a39a0bd59f0 [2021-02-05T01:24:28.945Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T01:24:29.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:29.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:29.211Z] ---> Running in f57b8b3519af [2021-02-05T01:24:29.211Z] ---> ae6ec7084a57 [2021-02-05T01:24:29.211Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:29.416Z] Removing intermediate container 1bc590b9c5ec [2021-02-05T01:24:29.416Z] ---> 8688cb99fda1 [2021-02-05T01:24:29.416Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T01:24:29.416Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:29.416Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:29.416Z] OK: 5 MiB in 15 packages [2021-02-05T01:24:29.472Z] ---> 7b8a36d61878 [2021-02-05T01:24:29.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:29.472Z] Removing intermediate container 80dbc6968a76 [2021-02-05T01:24:29.472Z] ---> f506a97d1e72 [2021-02-05T01:24:29.472Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T01:24:29.693Z] ---> 1f40189594e6 [2021-02-05T01:24:29.693Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T01:24:29.693Z] ---> Running in ee0705dd4df5 [2021-02-05T01:24:29.746Z] ---> Running in 4fe5176c5667 [2021-02-05T01:24:30.010Z] Removing intermediate container dd014635141e [2021-02-05T01:24:30.010Z] ---> 405c2546e256 [2021-02-05T01:24:30.010Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T01:24:30.010Z] ---> c0fc9cb09fe9 [2021-02-05T01:24:30.010Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T01:24:30.010Z] ---> 239ede8b9ff3 [2021-02-05T01:24:30.010Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T01:24:30.010Z] ---> Running in 5dcce4bae82b [2021-02-05T01:24:30.273Z] ---> Running in b16ea2b8a033 [2021-02-05T01:24:30.273Z] ---> Running in dd56d4a0dbbd [2021-02-05T01:24:30.273Z] Removing intermediate container 4fe5176c5667 [2021-02-05T01:24:30.273Z] ---> f4c51b2b086d [2021-02-05T01:24:30.273Z] Step 21/22 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:30.538Z] ---> Running in 955c7c73fae4 [2021-02-05T01:24:30.538Z] Removing intermediate container 5dcce4bae82b [2021-02-05T01:24:30.538Z] ---> e49fac012133 [2021-02-05T01:24:30.538Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T01:24:30.538Z] Removing intermediate container b16ea2b8a033 [2021-02-05T01:24:30.538Z] ---> 1f9776538538 [2021-02-05T01:24:30.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:24:30.538Z] Removing intermediate container dd56d4a0dbbd [2021-02-05T01:24:30.538Z] ---> 6e0e860984b8 [2021-02-05T01:24:30.538Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:24:30.684Z] Removing intermediate container ee0705dd4df5 [2021-02-05T01:24:30.684Z] ---> 0298c4ca6ba7 [2021-02-05T01:24:30.684Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T01:24:30.809Z] ---> Running in 147fe0e2e497 [2021-02-05T01:24:30.809Z] ---> Running in 6e3fa140d374 [2021-02-05T01:24:30.809Z] ---> Running in 1274e93d8aea [2021-02-05T01:24:30.809Z] Removing intermediate container 955c7c73fae4 [2021-02-05T01:24:30.809Z] ---> 86955b0212d3 [2021-02-05T01:24:30.809Z] Step 22/22 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:31.071Z] ---> Running in 98d8eaa0266c [2021-02-05T01:24:31.071Z] Removing intermediate container 147fe0e2e497 [2021-02-05T01:24:31.071Z] ---> 1faba2aec5c3 [2021-02-05T01:24:31.071Z] Step 23/24 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:31.287Z] ---> Running in 0a2db6605041 [2021-02-05T01:24:31.342Z] Removing intermediate container 6e3fa140d374 [2021-02-05T01:24:31.342Z] ---> 7537bc6864d0 [2021-02-05T01:24:31.342Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:24:31.342Z] Removing intermediate container f57b8b3519af [2021-02-05T01:24:31.342Z] ---> a31da6f8a4a3 [2021-02-05T01:24:31.342Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:31.342Z] Removing intermediate container 1274e93d8aea [2021-02-05T01:24:31.342Z] ---> 02e20e38aa16 [2021-02-05T01:24:31.342Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:24:31.342Z] ---> Running in 2ccb4aee8433 [2021-02-05T01:24:31.342Z] Removing intermediate container 98d8eaa0266c [2021-02-05T01:24:31.342Z] ---> e0637c5b5797 [2021-02-05T01:24:31.342Z] [2021-02-05T01:24:31.604Z] ---> Running in cbd61e4c97a4 [2021-02-05T01:24:31.604Z] Successfully built e0637c5b5797 [2021-02-05T01:24:31.604Z] ---> Running in 21131d761a5d [2021-02-05T01:24:31.871Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T01:24:31.871Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-02-05T01:24:31.871Z] Removing intermediate container 2ccb4aee8433 [2021-02-05T01:24:31.871Z] ---> 37605bdd711e [2021-02-05T01:24:31.871Z] Step 24/24 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:31.871Z] ---> 755b4adba3e9 [2021-02-05T01:24:31.871Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T01:24:31.871Z] Removing intermediate container cbd61e4c97a4 [2021-02-05T01:24:31.871Z] ---> 46a8bd57a7d4 [2021-02-05T01:24:31.871Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:31.886Z] Removing intermediate container 06304cd3a26f [2021-02-05T01:24:31.886Z] ---> 292b231540ff [2021-02-05T01:24:31.887Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:24:31.887Z] Removing intermediate container 0a2db6605041 [2021-02-05T01:24:31.887Z] ---> 1d0caddd5331 [2021-02-05T01:24:31.887Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T01:24:31.887Z] ---> 4b52f98676bd [2021-02-05T01:24:31.887Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T01:24:32.137Z] ---> Running in 6a8fa9f25e89 [2021-02-05T01:24:32.137Z] ---> Running in 7a13ac91e7c0 [2021-02-05T01:24:32.137Z] Removing intermediate container 21131d761a5d [2021-02-05T01:24:32.137Z] ---> 4fa133419233 [2021-02-05T01:24:32.137Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:32.160Z] ---> Running in 00d5de46deb5 [2021-02-05T01:24:32.160Z] ---> Running in 4f15436a895f [2021-02-05T01:24:32.402Z] ---> Running in 0024b5f6deb5 [2021-02-05T01:24:32.402Z] Removing intermediate container 7a13ac91e7c0 [2021-02-05T01:24:32.402Z] ---> d1d6e11f8471 [2021-02-05T01:24:32.402Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:32.671Z] Removing intermediate container 6a8fa9f25e89 [2021-02-05T01:24:32.671Z] ---> fa35cea5b875 [2021-02-05T01:24:32.671Z] [2021-02-05T01:24:32.937Z] Successfully built fa35cea5b875 [2021-02-05T01:24:32.937Z] ---> d707b99db43a [2021-02-05T01:24:32.937Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T01:24:32.937Z] ---> Running in d882ca2be225 [2021-02-05T01:24:32.937Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T01:24:32.937Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-05T01:24:32.937Z] Removing intermediate container 0024b5f6deb5 [2021-02-05T01:24:32.937Z] ---> 6e93673fc962 [2021-02-05T01:24:32.937Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:33.158Z] Removing intermediate container 00d5de46deb5 [2021-02-05T01:24:33.158Z] ---> b90b2bc849fd [2021-02-05T01:24:33.158Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T01:24:34.792Z] ---> Running in b8f082a6f4b9 [2021-02-05T01:24:34.792Z] ---> 5abaa20c30e5 [2021-02-05T01:24:34.792Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T01:24:34.792Z] ---> Running in 459d5671eae5 [2021-02-05T01:24:34.792Z] Removing intermediate container b8f082a6f4b9 [2021-02-05T01:24:34.792Z] ---> f5394bbb9ff6 [2021-02-05T01:24:34.792Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:24:34.792Z] ---> Running in 52a070cc3a00 [2021-02-05T01:24:34.803Z] ---> Running in a6ae89d4ea05 [2021-02-05T01:24:35.796Z] Removing intermediate container 52a070cc3a00 [2021-02-05T01:24:35.796Z] ---> 341b1b2a5deb [2021-02-05T01:24:35.796Z] Step 15/23 : WORKDIR / [2021-02-05T01:24:36.072Z] Removing intermediate container 4f15436a895f [2021-02-05T01:24:36.072Z] ---> b30137b71394 [2021-02-05T01:24:36.072Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T01:24:36.352Z] ---> Running in 7baa1502120d [2021-02-05T01:24:36.634Z] ---> Running in 2df6597c5751 [2021-02-05T01:24:37.269Z] Removing intermediate container 7baa1502120d [2021-02-05T01:24:37.269Z] ---> f6f4c176ad46 [2021-02-05T01:24:37.269Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:37.867Z] Removing intermediate container 2df6597c5751 [2021-02-05T01:24:37.867Z] ---> 02d411b19842 [2021-02-05T01:24:37.867Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T01:24:38.144Z] Removing intermediate container 459d5671eae5 [2021-02-05T01:24:38.144Z] ---> 4454cceb8200 [2021-02-05T01:24:38.144Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T01:24:38.169Z] Removing intermediate container d882ca2be225 [2021-02-05T01:24:38.169Z] ---> dad5c9ccfa38 [2021-02-05T01:24:38.169Z] [2021-02-05T01:24:38.169Z] ---> 06bf23ad6291 [2021-02-05T01:24:38.169Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T01:24:38.419Z] ---> Running in 8bbc38071a2f [2021-02-05T01:24:38.419Z] ---> 9830accdc45a [2021-02-05T01:24:38.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T01:24:38.432Z] Successfully built dad5c9ccfa38 [2021-02-05T01:24:38.696Z] Removing intermediate container 87c314d7b963 [2021-02-05T01:24:38.696Z] ---> f6f12e7272ec [2021-02-05T01:24:38.696Z] [2021-02-05T01:24:38.696Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:24:38.696Z] ---> afeebe901d6b [2021-02-05T01:24:38.696Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T01:24:38.968Z] ---> cba15ec099fa [2021-02-05T01:24:38.968Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T01:24:39.244Z] ---> Running in 4d0c9e67b8dd [2021-02-05T01:24:39.244Z] Removing intermediate container 8bbc38071a2f [2021-02-05T01:24:39.244Z] ---> f7e5ce5d6aa8 [2021-02-05T01:24:39.244Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T01:24:39.244Z] ---> Running in 51d65f3d21b1 [2021-02-05T01:24:39.395Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T01:24:39.395Z] Building docker-core-data-go [2021-02-05T01:24:39.395Z]  Building docker-core-metadata-go ... done Removing intermediate container a6ae89d4ea05 [2021-02-05T01:24:39.395Z] ---> 1f11e29e72cb [2021-02-05T01:24:39.395Z] [2021-02-05T01:24:39.520Z] ---> Running in 1d64e84c9693 [2021-02-05T01:24:39.977Z] Successfully built 1f11e29e72cb [2021-02-05T01:24:39.977Z] Successfully tagged docker-core-command-go:latest [2021-02-05T01:24:39.977Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T01:24:40.130Z] Removing intermediate container 4d0c9e67b8dd [2021-02-05T01:24:40.130Z] ---> be45d700b492 [2021-02-05T01:24:40.130Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T01:24:40.130Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T01:24:40.130Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T01:24:40.130Z] ---> eeaf43b92773 [2021-02-05T01:24:40.130Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T01:24:40.130Z] ---> 2eb3505b50b2 [2021-02-05T01:24:40.130Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:40.130Z] ---> Running in 8c20cad18ed0 [2021-02-05T01:24:40.404Z] ---> Running in 29c38ed04fef [2021-02-05T01:24:40.404Z] Removing intermediate container 1d64e84c9693 [2021-02-05T01:24:40.404Z] ---> bae26c04ec08 [2021-02-05T01:24:40.404Z] Step 23/24 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:40.682Z] ---> Running in 17403cae4e27 [2021-02-05T01:24:40.953Z] Removing intermediate container 8c20cad18ed0 [2021-02-05T01:24:40.953Z] ---> 5b942c9e2cb5 [2021-02-05T01:24:40.953Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T01:24:41.226Z] ---> Running in 7844637b0c67 [2021-02-05T01:24:41.511Z] ---> 446207e11f06 [2021-02-05T01:24:41.511Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T01:24:41.511Z] Removing intermediate container 17403cae4e27 [2021-02-05T01:24:41.511Z] ---> 71be0eda4a52 [2021-02-05T01:24:41.511Z] Step 24/24 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:41.784Z] ---> Running in 00746b82047e [2021-02-05T01:24:41.784Z] ---> Running in 1bad89faf940 [2021-02-05T01:24:42.059Z] Removing intermediate container 7844637b0c67 [2021-02-05T01:24:42.059Z] ---> fa15294811dc [2021-02-05T01:24:42.059Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:42.338Z] ---> Running in 499a49f4192c [2021-02-05T01:24:42.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:42.616Z] Removing intermediate container 00746b82047e [2021-02-05T01:24:42.616Z] ---> 57f4f351158d [2021-02-05T01:24:42.616Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:24:42.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:42.617Z] Removing intermediate container 1bad89faf940 [2021-02-05T01:24:42.617Z] ---> 1a4db9225df1 [2021-02-05T01:24:42.617Z] [2021-02-05T01:24:42.892Z] ---> Running in c40fe6165f80 [2021-02-05T01:24:42.892Z] Removing intermediate container 51d65f3d21b1 [2021-02-05T01:24:42.892Z] ---> 2e7175f3dafe [2021-02-05T01:24:42.892Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:43.169Z] Successfully built 1a4db9225df1 [2021-02-05T01:24:43.169Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T01:24:43.169Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T01:24:43.169Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T01:24:43.169Z] Building docker-security-proxy-setup-go [2021-02-05T01:24:43.169Z]  Building docker-security-secretstore-setup-go ... done Executing bash-5.0.17-r0.post-install [2021-02-05T01:24:43.169Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:43.169Z] OK: 12 MiB in 22 packages [2021-02-05T01:24:43.781Z] Removing intermediate container c40fe6165f80 [2021-02-05T01:24:43.781Z] ---> a8569695cdcf [2021-02-05T01:24:43.781Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:24:44.062Z] ---> Running in 8de5f7292f55 [2021-02-05T01:24:44.347Z] ---> 5a2f89f88f4b [2021-02-05T01:24:44.347Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T01:24:45.324Z] Removing intermediate container 8de5f7292f55 [2021-02-05T01:24:45.324Z] ---> 670d65784958 [2021-02-05T01:24:45.324Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:24:45.349Z] ---> 84f928d694e1 [2021-02-05T01:24:45.349Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T01:24:45.914Z] Removing intermediate container 29c38ed04fef [2021-02-05T01:24:45.914Z] ---> 697ae01e4d37 [2021-02-05T01:24:45.914Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T01:24:45.938Z] ---> 4b012e5ece78 [2021-02-05T01:24:45.938Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T01:24:46.186Z] ---> Running in 2617d49357ac [2021-02-05T01:24:46.462Z] ---> 5425b46fd577 [2021-02-05T01:24:46.462Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T01:24:46.462Z] ---> Running in f6622d66b7dc [2021-02-05T01:24:46.735Z] Removing intermediate container 499a49f4192c [2021-02-05T01:24:46.735Z] ---> 4a4911da03a6 [2021-02-05T01:24:46.735Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T01:24:46.735Z] Removing intermediate container 2617d49357ac [2021-02-05T01:24:46.735Z] ---> 5affb7787772 [2021-02-05T01:24:46.735Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:24:46.896Z] ---> Running in 94c07060b441 [2021-02-05T01:24:47.012Z] ---> Running in 92542bf1d22a [2021-02-05T01:24:47.012Z] ---> Running in d09ad8381db3 [2021-02-05T01:24:47.289Z] Removing intermediate container f6622d66b7dc [2021-02-05T01:24:47.289Z] ---> ffd27ef8bb65 [2021-02-05T01:24:47.289Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T01:24:47.289Z] ---> 2af1057d0902 [2021-02-05T01:24:47.289Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T01:24:47.885Z] ---> Running in 5402190b5a36 [2021-02-05T01:24:47.885Z] Removing intermediate container d09ad8381db3 [2021-02-05T01:24:47.885Z] ---> 335d7f567d8d [2021-02-05T01:24:47.885Z] [2021-02-05T01:24:48.486Z] Successfully built 335d7f567d8d [2021-02-05T01:24:48.486Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T01:24:48.486Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-05T01:24:48.486Z] Removing intermediate container 5402190b5a36 [2021-02-05T01:24:48.486Z] ---> a70758d234a0 [2021-02-05T01:24:48.486Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T01:24:48.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:48.762Z] ---> Running in 8fb3b9e33817 [2021-02-05T01:24:49.032Z] ---> b9674987058f [2021-02-05T01:24:49.032Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T01:24:49.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:49.308Z] Removing intermediate container 8fb3b9e33817 [2021-02-05T01:24:49.308Z] ---> 8c317df29d40 [2021-02-05T01:24:49.308Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T01:24:49.922Z] ---> 5ea53ae633ad [2021-02-05T01:24:49.922Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T01:24:50.523Z] ---> Running in cf4bc959dd62 [2021-02-05T01:24:50.523Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T01:24:50.523Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T01:24:50.809Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T01:24:50.809Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T01:24:51.413Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T01:24:51.413Z] ---> fecd4254b429 [2021-02-05T01:24:51.413Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:51.688Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T01:24:51.688Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:24:51.688Z] Removing intermediate container cf4bc959dd62 [2021-02-05T01:24:51.688Z] ---> 9222e2caa106 [2021-02-05T01:24:51.688Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T01:24:51.688Z] OK: 8 MiB in 20 packages [2021-02-05T01:24:52.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:52.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:52.284Z] ---> de9669ef438b [2021-02-05T01:24:52.284Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:24:52.284Z] ---> Using cache [2021-02-05T01:24:52.284Z] ---> 33067f8f99c1 [2021-02-05T01:24:52.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:52.284Z] ---> Using cache [2021-02-05T01:24:52.284Z] ---> d31666741178 [2021-02-05T01:24:52.284Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T01:24:52.284Z] ---> Using cache [2021-02-05T01:24:52.284Z] ---> e132af2cd5c7 [2021-02-05T01:24:52.285Z] Step 6/22 : COPY go.mod . [2021-02-05T01:24:52.285Z] ---> Using cache [2021-02-05T01:24:52.285Z] ---> a46778848a92 [2021-02-05T01:24:52.285Z] Step 7/22 : RUN go mod download [2021-02-05T01:24:52.285Z] ---> Using cache [2021-02-05T01:24:52.285Z] ---> 7aa2abb2f6a1 [2021-02-05T01:24:52.285Z] Step 8/22 : COPY . . [2021-02-05T01:24:52.285Z] ---> Using cache [2021-02-05T01:24:52.285Z] ---> 7800c411860e [2021-02-05T01:24:52.285Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T01:24:53.178Z] ---> 690776b2a4d9 [2021-02-05T01:24:53.178Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T01:24:53.354Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:53.354Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:53.354Z] ---> de9669ef438b [2021-02-05T01:24:53.354Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T01:24:53.354Z] ---> Using cache [2021-02-05T01:24:53.354Z] ---> 33067f8f99c1 [2021-02-05T01:24:53.354Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:53.354Z] ---> Using cache [2021-02-05T01:24:53.354Z] ---> d31666741178 [2021-02-05T01:24:53.354Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T01:24:53.354Z] ---> Using cache [2021-02-05T01:24:53.354Z] ---> e132af2cd5c7 [2021-02-05T01:24:53.354Z] Step 6/21 : COPY go.mod . [2021-02-05T01:24:53.354Z] ---> Using cache [2021-02-05T01:24:53.354Z] ---> a46778848a92 [2021-02-05T01:24:53.354Z] Step 7/21 : RUN go mod download [2021-02-05T01:24:53.354Z] ---> Using cache [2021-02-05T01:24:53.354Z] ---> 7aa2abb2f6a1 [2021-02-05T01:24:53.354Z] Step 8/21 : COPY . . [2021-02-05T01:24:53.456Z] ---> 2082adfe5374 [2021-02-05T01:24:53.456Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T01:24:53.634Z] ---> Using cache [2021-02-05T01:24:53.634Z] ---> 7800c411860e [2021-02-05T01:24:53.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T01:24:54.232Z] ---> Running in b1c03a1ad650 [2021-02-05T01:24:54.447Z] ---> Running in 87b27aac1b92 [2021-02-05T01:24:54.447Z] Removing intermediate container 92542bf1d22a [2021-02-05T01:24:54.447Z] ---> 6b1217d707ad [2021-02-05T01:24:54.447Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:24:54.447Z] ---> 724f096ce3a9 [2021-02-05T01:24:54.447Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T01:24:54.511Z] Removing intermediate container 94c07060b441 [2021-02-05T01:24:54.511Z] ---> bec9bfb76b59 [2021-02-05T01:24:54.511Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T01:24:54.511Z] ---> Running in df52a872b766 [2021-02-05T01:24:54.717Z] ---> Running in ff38860d8fb8 [2021-02-05T01:24:55.696Z] ---> 127f5e26cf69 [2021-02-05T01:24:55.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T01:24:56.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:56.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:24:57.665Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T01:24:57.665Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T01:24:57.665Z] ---> f459775be349 [2021-02-05T01:24:57.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T01:24:57.665Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T01:24:57.665Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T01:24:57.665Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T01:24:57.665Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T01:24:57.665Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T01:24:57.843Z] ---> 28a35a95278b [2021-02-05T01:24:57.843Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T01:24:57.942Z] Removing intermediate container 87b27aac1b92 [2021-02-05T01:24:57.942Z] ---> adcbc63c0d30 [2021-02-05T01:24:57.942Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T01:24:58.545Z] ---> Running in cbfb4cc37b3a [2021-02-05T01:24:58.816Z] ---> Running in 965be714892b [2021-02-05T01:24:58.821Z] ---> 9962c3d1922a [2021-02-05T01:24:58.821Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T01:24:59.423Z] ---> Running in 422f650e1465 [2021-02-05T01:24:59.702Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T01:24:59.702Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T01:24:59.702Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T01:24:59.702Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T01:24:59.702Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T01:24:59.702Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T01:24:59.702Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T01:24:59.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T01:24:59.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T01:24:59.976Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T01:24:59.976Z] Removing intermediate container cbfb4cc37b3a [2021-02-05T01:24:59.976Z] ---> f3295016a883 [2021-02-05T01:24:59.976Z] Step 28/31 : CMD ["gate"] [2021-02-05T01:24:59.976Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T01:24:59.976Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T01:24:59.976Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T01:24:59.976Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T01:24:59.976Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T01:24:59.976Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T01:24:59.976Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:24:59.976Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:24:59.976Z] ---> fce52bff1e5b [2021-02-05T01:24:59.976Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T01:24:59.976Z] ---> Using cache [2021-02-05T01:24:59.976Z] ---> bb88e01d10c8 [2021-02-05T01:24:59.976Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:24:59.976Z] ---> Using cache [2021-02-05T01:24:59.976Z] ---> 058e1c03c33a [2021-02-05T01:24:59.976Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T01:25:00.247Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T01:25:00.247Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T01:25:00.247Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T01:25:00.247Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T01:25:00.247Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T01:25:00.247Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T01:25:00.247Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T01:25:00.247Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T01:25:00.247Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T01:25:00.247Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T01:25:00.247Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T01:25:00.247Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T01:25:00.528Z] Removing intermediate container 422f650e1465 [2021-02-05T01:25:00.528Z] ---> afa5bd7f2b62 [2021-02-05T01:25:00.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:25:00.528Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:00.528Z] OK: 71 MiB in 55 packages [2021-02-05T01:25:01.123Z] ---> Running in 1f489e69151c [2021-02-05T01:25:01.123Z] ---> Running in abb5dbd430c1 [2021-02-05T01:25:01.741Z] ---> Running in 97d62f185d19 [2021-02-05T01:25:02.339Z] Removing intermediate container abb5dbd430c1 [2021-02-05T01:25:02.339Z] ---> 620322f01a11 [2021-02-05T01:25:02.339Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T01:25:02.549Z] Removing intermediate container 965be714892b [2021-02-05T01:25:02.549Z] ---> 2493758702c1 [2021-02-05T01:25:02.549Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T01:25:02.681Z] Removing intermediate container 97d62f185d19 [2021-02-05T01:25:02.681Z] ---> a7066e0eea5c [2021-02-05T01:25:02.681Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:25:03.289Z] ---> Running in 9cd21135f65d [2021-02-05T01:25:03.525Z] ---> Running in 4b43b10fe762 [2021-02-05T01:25:03.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:03.836Z] ---> Running in 0d39f314a760 [2021-02-05T01:25:04.109Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:04.109Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:25:04.109Z] ---> fce52bff1e5b [2021-02-05T01:25:04.109Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:25:04.109Z] ---> Using cache [2021-02-05T01:25:04.110Z] ---> bb88e01d10c8 [2021-02-05T01:25:04.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:25:04.110Z] ---> Using cache [2021-02-05T01:25:04.110Z] ---> 058e1c03c33a [2021-02-05T01:25:04.110Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T01:25:04.118Z] Removing intermediate container 4b43b10fe762 [2021-02-05T01:25:04.119Z] ---> d4596c6b3ec6 [2021-02-05T01:25:04.119Z] Step 28/31 : CMD ["gate"] [2021-02-05T01:25:04.390Z] Removing intermediate container 9cd21135f65d [2021-02-05T01:25:04.390Z] ---> b07bd5f5353c [2021-02-05T01:25:04.390Z] Step 30/31 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:25:04.390Z] ---> Running in 51c9bfb124cd [2021-02-05T01:25:04.674Z] Removing intermediate container 0d39f314a760 [2021-02-05T01:25:04.674Z] ---> a93b613ffaf6 [2021-02-05T01:25:04.674Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:25:04.706Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:04.706Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:25:04.706Z] ---> de9669ef438b [2021-02-05T01:25:04.706Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T01:25:04.706Z] ---> Using cache [2021-02-05T01:25:04.706Z] ---> 33067f8f99c1 [2021-02-05T01:25:04.706Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:25:04.706Z] ---> Using cache [2021-02-05T01:25:04.706Z] ---> d31666741178 [2021-02-05T01:25:04.706Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T01:25:04.945Z] ---> Running in 11f0ca088d00 [2021-02-05T01:25:04.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:04.946Z] ---> Running in 20099841a0bd [2021-02-05T01:25:04.968Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:04.968Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:25:04.968Z] ---> de9669ef438b [2021-02-05T01:25:04.968Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:25:04.968Z] ---> Using cache [2021-02-05T01:25:04.968Z] ---> 33067f8f99c1 [2021-02-05T01:25:04.968Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:25:04.968Z] ---> Using cache [2021-02-05T01:25:04.968Z] ---> d31666741178 [2021-02-05T01:25:04.968Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T01:25:05.929Z] Removing intermediate container 11f0ca088d00 [2021-02-05T01:25:05.929Z] ---> d6d78152fd12 [2021-02-05T01:25:05.929Z] Step 31/31 : LABEL version=2.0.0-dev.77 [2021-02-05T01:25:05.929Z] Removing intermediate container 20099841a0bd [2021-02-05T01:25:05.929Z] ---> 9bb17853d7e5 [2021-02-05T01:25:05.929Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:25:05.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:06.206Z] ---> Running in 32a8f40fc540 [2021-02-05T01:25:06.206Z] ---> Running in 1d79c594fb83 [2021-02-05T01:25:06.376Z] ---> Running in 45ad2e2df27f [2021-02-05T01:25:06.376Z] ---> Running in 3dba4ea265d8 [2021-02-05T01:25:06.376Z] ---> Running in 959a4a46341b [2021-02-05T01:25:06.483Z] OK: 217 MiB in 51 packages [2021-02-05T01:25:06.649Z] Removing intermediate container 45ad2e2df27f [2021-02-05T01:25:06.649Z] ---> c66704819c79 [2021-02-05T01:25:06.649Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T01:25:06.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:25:07.041Z] Removing intermediate container 1d79c594fb83 [2021-02-05T01:25:07.041Z] ---> de7fda5bffbd [2021-02-05T01:25:07.041Z] [2021-02-05T01:25:07.041Z] Removing intermediate container 32a8f40fc540 [2021-02-05T01:25:07.041Z] ---> f5a1f6123853 [2021-02-05T01:25:07.041Z] [2021-02-05T01:25:07.252Z] ---> Running in 6caca3de96d6 [2021-02-05T01:25:07.523Z] Removing intermediate container 6caca3de96d6 [2021-02-05T01:25:07.523Z] ---> 2f31d644ff47 [2021-02-05T01:25:07.523Z] Step 30/31 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:25:07.642Z] Successfully built de7fda5bffbd [2021-02-05T01:25:07.642Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T01:25:07.642Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-05T01:25:07.642Z] Successfully built f5a1f6123853 [2021-02-05T01:25:07.796Z] ---> Running in 7b9c126596ea [2021-02-05T01:25:07.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:07.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:07.924Z] OK: 217 MiB in 51 packages [2021-02-05T01:25:07.924Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T01:25:07.924Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-02-05T01:25:08.111Z] Removing intermediate container 7b9c126596ea [2021-02-05T01:25:08.111Z] ---> e4fa0caa9241 [2021-02-05T01:25:08.111Z] Step 31/31 : LABEL version=2.0.0-dev.77 [2021-02-05T01:25:08.111Z] ---> Running in 0aef75a101b0 [2021-02-05T01:25:08.203Z] Removing intermediate container 1f489e69151c [2021-02-05T01:25:08.203Z] ---> bfcc390f7206 [2021-02-05T01:25:08.481Z] Step 6/21 : COPY go.mod . [2021-02-05T01:25:08.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:08.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:08.985Z] Removing intermediate container 0aef75a101b0 [2021-02-05T01:25:08.985Z] ---> a46d32f8d5bd [2021-02-05T01:25:08.985Z] [2021-02-05T01:25:09.271Z] Successfully built a46d32f8d5bd [2021-02-05T01:25:09.272Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T01:25:09.465Z] ---> c097a961cf86 [2021-02-05T01:25:09.465Z] Step 7/21 : RUN go mod download [2021-02-05T01:25:09.465Z] Removing intermediate container 51c9bfb124cd [2021-02-05T01:25:09.465Z] ---> 598b2e9d99dc [2021-02-05T01:25:09.465Z] Step 6/22 : COPY go.mod . [2021-02-05T01:25:09.567Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-02-05T01:25:09.567Z] OK: 233 MiB in 51 packages [2021-02-05T01:25:09.746Z] ---> Running in fa5673a7ecbc [2021-02-05T01:25:10.549Z] Removing intermediate container 959a4a46341b [2021-02-05T01:25:10.549Z] ---> aeab7d7b71e6 [2021-02-05T01:25:10.549Z] Step 6/26 : COPY go.mod . [2021-02-05T01:25:10.549Z] Removing intermediate container 3dba4ea265d8 [2021-02-05T01:25:10.549Z] ---> f49796e15933 [2021-02-05T01:25:10.549Z] Step 6/23 : COPY go.mod . [2021-02-05T01:25:10.762Z] Removing intermediate container ff38860d8fb8 [2021-02-05T01:25:10.762Z] ---> 28289de333e3 [2021-02-05T01:25:10.762Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T01:25:10.820Z] ---> 60b178608c2d [2021-02-05T01:25:10.820Z] Step 7/26 : RUN go mod download [2021-02-05T01:25:10.820Z] ---> 6b367c700d80 [2021-02-05T01:25:10.820Z] Step 7/23 : RUN go mod download [2021-02-05T01:25:11.104Z] ---> Running in 0a7ddf2e74bb [2021-02-05T01:25:11.104Z] ---> Running in dff7a7e642d6 [2021-02-05T01:25:11.361Z] ---> 128908ad6bee [2021-02-05T01:25:11.361Z] Step 7/22 : RUN go mod download [2021-02-05T01:25:11.965Z] ---> Running in 304ed3c95e91 [2021-02-05T01:25:12.971Z] ---> Running in f7d2bef8632f [2021-02-05T01:25:13.727Z] Removing intermediate container dff7a7e642d6 [2021-02-05T01:25:13.727Z] ---> b9ac9eed5178 [2021-02-05T01:25:13.727Z] Step 8/23 : COPY . . [2021-02-05T01:25:13.994Z] Removing intermediate container 0a7ddf2e74bb [2021-02-05T01:25:13.994Z] ---> ac6477225799 [2021-02-05T01:25:13.994Z] Step 8/26 : COPY . . [2021-02-05T01:25:14.514Z] Removing intermediate container fa5673a7ecbc [2021-02-05T01:25:14.514Z] ---> 03f29ed71e23 [2021-02-05T01:25:14.514Z] Step 8/21 : COPY . . [2021-02-05T01:25:20.030Z] Removing intermediate container f7d2bef8632f [2021-02-05T01:25:20.031Z] ---> 7b5c17fc0c6b [2021-02-05T01:25:20.031Z] Step 8/22 : COPY . . [2021-02-05T01:25:20.639Z] Collecting docker-compose==1.23.2 [2021-02-05T01:25:20.918Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T01:25:21.909Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T01:25:21.909Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T01:25:22.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T01:25:22.507Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T01:25:22.781Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T01:25:24.768Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T01:25:24.768Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T01:25:25.040Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T01:25:26.018Z] Collecting PyYAML<4,>=3.10 [2021-02-05T01:25:26.293Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T01:25:28.925Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:28.925Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:25:28.925Z] ---> fce52bff1e5b [2021-02-05T01:25:28.925Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T01:25:28.925Z] ---> Using cache [2021-02-05T01:25:28.925Z] ---> bb88e01d10c8 [2021-02-05T01:25:28.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:25:28.925Z] ---> Using cache [2021-02-05T01:25:28.925Z] ---> 058e1c03c33a [2021-02-05T01:25:28.925Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T01:25:28.925Z] ---> Using cache [2021-02-05T01:25:28.925Z] ---> bfcc390f7206 [2021-02-05T01:25:28.925Z] Step 6/22 : COPY go.mod . [2021-02-05T01:25:28.925Z] ---> Using cache [2021-02-05T01:25:28.925Z] ---> c097a961cf86 [2021-02-05T01:25:28.925Z] Step 7/22 : RUN go mod download [2021-02-05T01:25:28.925Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> 03f29ed71e23 [2021-02-05T01:25:29.200Z] Step 8/22 : COPY . . [2021-02-05T01:25:29.200Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T01:25:29.200Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T01:25:29.200Z] ---> fce52bff1e5b [2021-02-05T01:25:29.200Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T01:25:29.200Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> bb88e01d10c8 [2021-02-05T01:25:29.200Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:25:29.200Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> 058e1c03c33a [2021-02-05T01:25:29.200Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T01:25:29.200Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> bfcc390f7206 [2021-02-05T01:25:29.200Z] Step 6/23 : COPY go.mod . [2021-02-05T01:25:29.200Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> c097a961cf86 [2021-02-05T01:25:29.200Z] Step 7/23 : RUN go mod download [2021-02-05T01:25:29.200Z] ---> Using cache [2021-02-05T01:25:29.200Z] ---> 03f29ed71e23 [2021-02-05T01:25:29.200Z] Step 8/23 : COPY . . [2021-02-05T01:25:29.476Z] ---> Using cache [2021-02-05T01:25:29.476Z] ---> 683847f49e87 [2021-02-05T01:25:29.476Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T01:25:29.476Z] ---> Using cache [2021-02-05T01:25:29.476Z] ---> 683847f49e87 [2021-02-05T01:25:29.476Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T01:25:31.503Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T01:25:31.503Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T01:25:34.138Z] ---> Running in 670a40fcfc28 [2021-02-05T01:25:34.138Z] ---> Running in 031d953894ad [2021-02-05T01:25:34.138Z] ---> 683847f49e87 [2021-02-05T01:25:34.138Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T01:25:34.138Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T01:25:34.138Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T01:25:34.138Z] ---> 57a679dfcf21 [2021-02-05T01:25:34.138Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T01:25:34.415Z] ---> Running in 56133b5b67b6 [2021-02-05T01:25:34.415Z] ---> Running in d96e095b30a2 [2021-02-05T01:25:35.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T01:25:35.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T01:25:36.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T01:25:36.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T01:25:38.328Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T01:25:38.328Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T01:25:39.312Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T01:25:39.312Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T01:25:43.642Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T01:25:43.642Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T01:25:43.642Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T01:25:44.244Z] Collecting idna<2.8,>=2.5 [2021-02-05T01:25:44.244Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T01:25:44.244Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T01:25:44.306Z] Removing intermediate container df52a872b766 [2021-02-05T01:25:44.306Z] ---> 553ee57e089e [2021-02-05T01:25:44.306Z] [2021-02-05T01:25:44.306Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T01:25:44.306Z] ---> 389fef711851 [2021-02-05T01:25:44.306Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T01:25:44.306Z] ---> Running in ca073916172a [2021-02-05T01:25:44.306Z] Removing intermediate container b1c03a1ad650 [2021-02-05T01:25:44.306Z] ---> f19804c4b67a [2021-02-05T01:25:44.306Z] [2021-02-05T01:25:44.306Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:25:44.306Z] ---> 389fef711851 [2021-02-05T01:25:44.306Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:25:44.306Z] ---> Using cache [2021-02-05T01:25:44.306Z] ---> 2b28b4589deb [2021-02-05T01:25:44.306Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:25:44.306Z] ---> Using cache [2021-02-05T01:25:44.306Z] ---> 84a03f63cf33 [2021-02-05T01:25:44.306Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T01:25:44.306Z] ---> 75bd49d14896 [2021-02-05T01:25:44.306Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T01:25:44.306Z] ---> Running in ca0a2c07b799 [2021-02-05T01:25:44.306Z] ---> Running in e0b860b1c91a [2021-02-05T01:25:44.306Z] ---> 5ff76b0d845d [2021-02-05T01:25:44.306Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T01:25:44.306Z] ---> Running in 547ab91179eb [2021-02-05T01:25:44.306Z] Removing intermediate container ca0a2c07b799 [2021-02-05T01:25:44.306Z] ---> adf778743275 [2021-02-05T01:25:44.306Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:25:44.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:44.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:25:44.306Z] ---> Running in 753534607f61 [2021-02-05T01:25:44.306Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T01:25:44.306Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T01:25:44.306Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:25:44.306Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T01:25:44.306Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T01:25:44.306Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:25:44.306Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:25:44.578Z] OK: 7 MiB in 18 packages [2021-02-05T01:25:44.578Z] Removing intermediate container 753534607f61 [2021-02-05T01:25:44.578Z] ---> ae8cf9d51337 [2021-02-05T01:25:44.578Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:25:44.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T01:25:45.127Z] ---> 97298cfdbe7e [2021-02-05T01:25:45.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T01:25:45.231Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T01:25:45.231Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T01:25:45.829Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T01:25:46.102Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T01:25:46.102Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T01:25:46.102Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T01:25:46.102Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T01:25:46.102Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T01:25:47.074Z] Removing intermediate container ca073916172a [2021-02-05T01:25:47.074Z] ---> f77be0c45ee1 [2021-02-05T01:25:47.074Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:25:47.355Z] ---> 6299bd9bd929 [2021-02-05T01:25:47.355Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T01:25:47.355Z] ---> Running in d916051e6dfd [2021-02-05T01:25:47.535Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, PyYAML, texttable, dockerpty, docker-pycreds, docker, docopt, jsonschema, docker-compose [2021-02-05T01:25:47.621Z] Removing intermediate container d916051e6dfd [2021-02-05T01:25:47.621Z] ---> ed3a708885dd [2021-02-05T01:25:47.621Z] Step 13/21 : WORKDIR /edgex [2021-02-05T01:25:47.886Z] ---> Running in fcdceb19c034 [2021-02-05T01:25:48.134Z] Attempting uninstall: idna [2021-02-05T01:25:48.134Z] Found existing installation: idna 2.9 [2021-02-05T01:25:48.134Z] Uninstalling idna-2.9: [2021-02-05T01:25:48.134Z] Successfully uninstalled idna-2.9 [2021-02-05T01:25:48.157Z] ---> 76309975a069 [2021-02-05T01:25:48.157Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T01:25:48.157Z] ---> Running in 254201e67e09 [2021-02-05T01:25:48.426Z] Removing intermediate container fcdceb19c034 [2021-02-05T01:25:48.426Z] ---> 984916fc416d [2021-02-05T01:25:48.426Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T01:25:48.693Z] Removing intermediate container 254201e67e09 [2021-02-05T01:25:48.693Z] ---> 428ed9997f5f [2021-02-05T01:25:48.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:25:48.693Z] ---> Running in ff614d99e606 [2021-02-05T01:25:48.970Z] ---> 3f9912a86c17 [2021-02-05T01:25:48.970Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T01:25:48.970Z] Removing intermediate container ff614d99e606 [2021-02-05T01:25:48.970Z] ---> 2efbabf11e33 [2021-02-05T01:25:48.970Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T01:25:49.118Z] Attempting uninstall: urllib3 [2021-02-05T01:25:49.118Z] Found existing installation: urllib3 1.25.9 [2021-02-05T01:25:49.118Z] Uninstalling urllib3-1.25.9: [2021-02-05T01:25:49.233Z] ---> Running in df0fd11f1ac4 [2021-02-05T01:25:49.392Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T01:25:49.501Z] Removing intermediate container df0fd11f1ac4 [2021-02-05T01:25:49.501Z] ---> 9d531ad7ebd1 [2021-02-05T01:25:49.501Z] Step 21/22 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:25:49.992Z] Attempting uninstall: requests [2021-02-05T01:25:49.992Z] Found existing installation: requests 2.23.0 [2021-02-05T01:25:49.992Z] Uninstalling requests-2.23.0: [2021-02-05T01:25:50.087Z] ---> Running in 82212f2dda0f [2021-02-05T01:25:50.267Z] Successfully uninstalled requests-2.23.0 [2021-02-05T01:25:50.368Z] ---> 7056628ab97a [2021-02-05T01:25:50.368Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T01:25:50.644Z] Removing intermediate container 82212f2dda0f [2021-02-05T01:25:50.644Z] ---> a34104149b2d [2021-02-05T01:25:50.644Z] Step 22/22 : LABEL version=2.0.0-dev.77 [2021-02-05T01:25:50.644Z] ---> Running in ae93667d42d8 [2021-02-05T01:25:50.871Z] Running setup.py install for PyYAML: started [2021-02-05T01:25:50.912Z] Removing intermediate container ae93667d42d8 [2021-02-05T01:25:50.912Z] ---> bae7ca4bc119 [2021-02-05T01:25:50.912Z] [2021-02-05T01:25:51.180Z] Successfully built bae7ca4bc119 [2021-02-05T01:25:51.465Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T01:25:51.465Z]  Building docker-support-scheduler-go ... done  ---> 11c77c386c1c [2021-02-05T01:25:51.465Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T01:25:51.465Z] ---> Running in b4868a2a9568 [2021-02-05T01:25:51.743Z] Removing intermediate container b4868a2a9568 [2021-02-05T01:25:51.743Z] ---> 2a0a287497f8 [2021-02-05T01:25:51.743Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T01:25:51.743Z] ---> Running in ed7bef264f15 [2021-02-05T01:25:52.018Z] Removing intermediate container ed7bef264f15 [2021-02-05T01:25:52.018Z] ---> 115517c09376 [2021-02-05T01:25:52.018Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T01:25:52.294Z] ---> Running in 20988e8a529d [2021-02-05T01:25:52.886Z] Removing intermediate container 20988e8a529d [2021-02-05T01:25:52.886Z] ---> ba7bda220d27 [2021-02-05T01:25:52.886Z] Step 20/21 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:25:52.886Z] ---> Running in 4c52a5d0bd2a [2021-02-05T01:25:53.157Z] Removing intermediate container 4c52a5d0bd2a [2021-02-05T01:25:53.157Z] ---> 231a2ed387da [2021-02-05T01:25:53.157Z] Step 21/21 : LABEL version=2.0.0-dev.77 [2021-02-05T01:25:53.433Z] ---> Running in 010699f97b81 [2021-02-05T01:25:53.433Z] Removing intermediate container 010699f97b81 [2021-02-05T01:25:53.433Z] ---> 4a51c80e4d52 [2021-02-05T01:25:53.433Z] [2021-02-05T01:25:53.497Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T01:25:53.706Z] Successfully built 4a51c80e4d52 [2021-02-05T01:25:53.706Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T01:25:53.773Z] Running setup.py install for texttable: started [2021-02-05T01:25:56.410Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T01:25:56.410Z] Running setup.py install for dockerpty: started [2021-02-05T01:25:59.050Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T01:26:00.042Z] Running setup.py install for docopt: started [2021-02-05T01:26:02.693Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T01:26:03.820Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 547ab91179eb [2021-02-05T01:26:03.820Z] ---> 6e750f7aa970 [2021-02-05T01:26:03.820Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T01:26:03.820Z] ---> Running in 1e436ac02691 [2021-02-05T01:26:04.218Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T01:26:04.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T01:26:06.962Z] Removing intermediate container e0b860b1c91a [2021-02-05T01:26:06.963Z] ---> 3e4ad942bddd [2021-02-05T01:26:06.963Z] [2021-02-05T01:26:06.963Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:26:06.963Z] ---> 389fef711851 [2021-02-05T01:26:06.963Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T01:26:06.963Z] Removing intermediate container 1e436ac02691 [2021-02-05T01:26:06.963Z] ---> 2c745b3f9678 [2021-02-05T01:26:06.963Z] [2021-02-05T01:26:06.963Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T01:26:06.963Z] ---> Running in dfd0d9bb3273 [2021-02-05T01:26:06.963Z] 20.10.0: Pulling from library/docker [2021-02-05T01:26:06.963Z] Removing intermediate container dfd0d9bb3273 [2021-02-05T01:26:06.963Z] ---> 92a629913a3e [2021-02-05T01:26:06.963Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T01:26:06.963Z] ---> Running in 70c3dde3a72e [2021-02-05T01:26:07.546Z] Removing intermediate container 70c3dde3a72e [2021-02-05T01:26:07.546Z] ---> 39704da759e1 [2021-02-05T01:26:07.546Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T01:26:08.122Z] ---> Running in 094c99645591 [2021-02-05T01:26:08.122Z] Removing intermediate container 094c99645591 [2021-02-05T01:26:08.122Z] ---> 7b0780ddf029 [2021-02-05T01:26:08.122Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T01:26:08.384Z] ---> Running in e5684cc8d31c [2021-02-05T01:26:10.319Z] Removing intermediate container e5684cc8d31c [2021-02-05T01:26:10.319Z] ---> ca7ca75e7537 [2021-02-05T01:26:10.319Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T01:26:10.319Z] ---> Running in e89adf787bd5 [2021-02-05T01:26:10.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:10.991Z] Removing intermediate container 304ed3c95e91 [2021-02-05T01:26:10.991Z] ---> bdf962b32497 [2021-02-05T01:26:10.991Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T01:26:10.991Z] ---> Running in 803c861e4df3 [2021-02-05T01:26:11.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:12.057Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T01:26:12.057Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T01:26:12.057Z] ---> aefe523efa57 [2021-02-05T01:26:12.057Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T01:26:12.322Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T01:26:12.322Z] ---> Running in 5f012453b245 [2021-02-05T01:26:12.322Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T01:26:12.322Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T01:26:12.586Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T01:26:12.854Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T01:26:12.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:12.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:12.854Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T01:26:12.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:26:13.116Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:13.117Z] OK: 8 MiB in 20 packages [2021-02-05T01:26:13.117Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T01:26:13.117Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T01:26:13.117Z] Executing bash-5.0.17-r0.post-install [2021-02-05T01:26:13.117Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:13.117Z] OK: 12 MiB in 22 packages [2021-02-05T01:26:13.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:26:13.699Z] Removing intermediate container 5f012453b245 [2021-02-05T01:26:13.699Z] ---> 3987c46dd222 [2021-02-05T01:26:13.699Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T01:26:13.699Z] Removing intermediate container e89adf787bd5 [2021-02-05T01:26:13.699Z] ---> f2a0e956ffc4 [2021-02-05T01:26:13.699Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:26:13.699Z] ---> Running in 97863e5c3812 [2021-02-05T01:26:13.961Z] Removing intermediate container 97863e5c3812 [2021-02-05T01:26:13.962Z] ---> 3cb3d2d9928d [2021-02-05T01:26:13.962Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T01:26:13.962Z] ---> 2171288231cd [2021-02-05T01:26:13.962Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T01:26:13.962Z] ---> Running in 0e55b67f43e3 [2021-02-05T01:26:14.231Z] Removing intermediate container 0e55b67f43e3 [2021-02-05T01:26:14.231Z] ---> 560058b4e855 [2021-02-05T01:26:14.231Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T01:26:14.231Z] ---> Running in d8426aaa123f [2021-02-05T01:26:14.251Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:26:14.251Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T01:26:14.251Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T01:26:14.251Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:14.251Z] OK: 71 MiB in 58 packages [2021-02-05T01:26:14.497Z] Removing intermediate container d8426aaa123f [2021-02-05T01:26:14.497Z] ---> 5bc242fcf3f2 [2021-02-05T01:26:14.497Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T01:26:14.497Z] ---> e140ab13ddef [2021-02-05T01:26:14.497Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:15.081Z] ---> 7d7f47f678b2 [2021-02-05T01:26:15.081Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T01:26:15.081Z] ---> Running in 6b2e533134ad [2021-02-05T01:26:15.081Z] ---> f252a1146539 [2021-02-05T01:26:15.081Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T01:26:15.081Z] Removing intermediate container 6b2e533134ad [2021-02-05T01:26:15.081Z] ---> bba6e0b5d298 [2021-02-05T01:26:15.081Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:26:15.346Z] ---> Running in 9e3efbc8fc71 [2021-02-05T01:26:15.346Z] ---> 52bddeda912c [2021-02-05T01:26:15.346Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T01:26:15.346Z] Removing intermediate container 9e3efbc8fc71 [2021-02-05T01:26:15.346Z] ---> 897a752ffd1d [2021-02-05T01:26:15.346Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T01:26:15.617Z] ---> Running in 2e0ec3fc63ba [2021-02-05T01:26:15.617Z] ---> b8e5e1ae61d7 [2021-02-05T01:26:15.617Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T01:26:15.617Z] Removing intermediate container 2e0ec3fc63ba [2021-02-05T01:26:15.617Z] ---> a6edd4875204 [2021-02-05T01:26:15.617Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:15.617Z] ---> Running in a2aa840d9eec [2021-02-05T01:26:15.883Z] ---> Running in d3a4b7172a0c [2021-02-05T01:26:15.883Z] Removing intermediate container d3a4b7172a0c [2021-02-05T01:26:15.883Z] ---> ce09087be66f [2021-02-05T01:26:15.883Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:26:16.147Z] ---> Running in cb53d418db49 [2021-02-05T01:26:16.147Z] Removing intermediate container cb53d418db49 [2021-02-05T01:26:16.147Z] ---> e72e742e5203 [2021-02-05T01:26:16.147Z] [2021-02-05T01:26:16.269Z] Removing intermediate container 803c861e4df3 [2021-02-05T01:26:16.269Z] ---> 2d6795abbc33 [2021-02-05T01:26:16.269Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T01:26:16.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:16.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:16.411Z] Successfully built e72e742e5203 [2021-02-05T01:26:16.411Z] Successfully tagged docker-core-data-go:latest [2021-02-05T01:26:16.550Z] ---> Running in 668cb16fdadb [2021-02-05T01:26:16.674Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T01:26:16.674Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T01:26:16.674Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T01:26:16.674Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T01:26:16.674Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T01:26:16.674Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T01:26:16.674Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T01:26:17.167Z] Removing intermediate container 668cb16fdadb [2021-02-05T01:26:17.167Z] ---> c934def95128 [2021-02-05T01:26:17.167Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:26:17.441Z] ---> Running in 6012f93b20e8 [2021-02-05T01:26:17.619Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T01:26:17.619Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T01:26:17.619Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T01:26:17.619Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T01:26:17.619Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T01:26:17.619Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T01:26:17.619Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T01:26:17.619Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T01:26:17.619Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T01:26:17.882Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T01:26:17.882Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T01:26:17.882Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T01:26:17.882Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T01:26:17.882Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T01:26:17.882Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T01:26:17.882Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T01:26:17.882Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T01:26:17.882Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T01:26:17.882Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T01:26:17.882Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T01:26:17.882Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T01:26:17.882Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T01:26:17.882Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T01:26:18.043Z] Removing intermediate container 6012f93b20e8 [2021-02-05T01:26:18.043Z] ---> b4f08ca0c90e [2021-02-05T01:26:18.043Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T01:26:18.145Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T01:26:18.145Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T01:26:18.145Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T01:26:18.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:18.145Z] OK: 71 MiB in 55 packages [2021-02-05T01:26:18.316Z] ---> Running in 191182e388d4 [2021-02-05T01:26:18.919Z] Removing intermediate container 191182e388d4 [2021-02-05T01:26:18.919Z] ---> 4d5a224e0018 [2021-02-05T01:26:18.919Z] Step 25/26 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:19.193Z] ---> Running in 662bf1ffb04c [2021-02-05T01:26:20.180Z] Removing intermediate container 662bf1ffb04c [2021-02-05T01:26:20.180Z] ---> eb277fe3f13a [2021-02-05T01:26:20.180Z] Step 26/26 : LABEL version=2.0.0-dev.77 [2021-02-05T01:26:20.180Z] ---> Running in 5d3651739029 [2021-02-05T01:26:21.161Z] Removing intermediate container 5d3651739029 [2021-02-05T01:26:21.161Z] ---> 742167357fb5 [2021-02-05T01:26:21.161Z] [2021-02-05T01:26:21.435Z] Successfully built 742167357fb5 [2021-02-05T01:26:21.435Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T01:26:28.341Z] Removing intermediate container a2aa840d9eec [2021-02-05T01:26:28.341Z] ---> 6439cd19d76c [2021-02-05T01:26:28.341Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T01:26:28.341Z] ---> Running in 47f3dd9a254c [2021-02-05T01:26:28.618Z] Collecting docker-compose==1.23.2 [2021-02-05T01:26:28.618Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T01:26:28.925Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T01:26:28.925Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T01:26:29.508Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T01:26:29.508Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T01:26:29.508Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T01:26:29.508Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T01:26:30.081Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T01:26:30.081Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T01:26:30.681Z] Collecting PyYAML<4,>=3.10 [2021-02-05T01:26:30.681Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T01:26:31.629Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T01:26:31.629Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T01:26:31.629Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T01:26:31.891Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T01:26:31.891Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T01:26:31.891Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T01:26:31.891Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T01:26:32.153Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T01:26:32.414Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T01:26:32.414Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T01:26:32.414Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T01:26:32.676Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T01:26:32.676Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T01:26:32.676Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T01:26:32.676Z] Collecting idna<2.8,>=2.5 [2021-02-05T01:26:32.676Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T01:26:32.676Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T01:26:32.676Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T01:26:32.676Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T01:26:32.676Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T01:26:32.676Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T01:26:32.938Z] Installing collected packages: texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, dockerpty, PyYAML, cached-property, jsonschema, docker-compose [2021-02-05T01:26:32.938Z] Running setup.py install for texttable: started [2021-02-05T01:26:33.513Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T01:26:33.513Z] Attempting uninstall: urllib3 [2021-02-05T01:26:33.513Z] Found existing installation: urllib3 1.25.9 [2021-02-05T01:26:33.513Z] Uninstalling urllib3-1.25.9: [2021-02-05T01:26:33.513Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T01:26:33.513Z] Attempting uninstall: idna [2021-02-05T01:26:33.513Z] Found existing installation: idna 2.9 [2021-02-05T01:26:33.513Z] Uninstalling idna-2.9: [2021-02-05T01:26:33.778Z] Successfully uninstalled idna-2.9 [2021-02-05T01:26:33.778Z] Attempting uninstall: requests [2021-02-05T01:26:33.778Z] Found existing installation: requests 2.23.0 [2021-02-05T01:26:33.778Z] Uninstalling requests-2.23.0: [2021-02-05T01:26:33.778Z] Successfully uninstalled requests-2.23.0 [2021-02-05T01:26:34.352Z] Running setup.py install for docopt: started [2021-02-05T01:26:34.924Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T01:26:34.924Z] Running setup.py install for dockerpty: started [2021-02-05T01:26:35.187Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T01:26:35.187Z] Running setup.py install for PyYAML: started [2021-02-05T01:26:35.761Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T01:26:36.339Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T01:26:40.564Z] Removing intermediate container 47f3dd9a254c [2021-02-05T01:26:40.564Z] ---> 1ebf4f5f22a8 [2021-02-05T01:26:40.564Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T01:26:40.564Z] ---> Running in 2a6a1a366553 [2021-02-05T01:26:40.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:40.825Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T01:26:40.825Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:26:40.825Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T01:26:40.825Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T01:26:40.825Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:26:41.090Z] OK: 72 MiB in 58 packages [2021-02-05T01:26:41.352Z] Removing intermediate container 2a6a1a366553 [2021-02-05T01:26:41.352Z] ---> e1fad84f1e8a [2021-02-05T01:26:41.352Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T01:26:41.352Z] ---> Running in 125d0752312f [2021-02-05T01:26:41.614Z] Removing intermediate container 125d0752312f [2021-02-05T01:26:41.614Z] ---> 67432872832a [2021-02-05T01:26:41.614Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:26:41.614Z] ---> Running in af679c98d6a7 [2021-02-05T01:26:41.876Z] Removing intermediate container af679c98d6a7 [2021-02-05T01:26:41.876Z] ---> f8d07b6d3709 [2021-02-05T01:26:41.876Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T01:26:41.876Z] ---> Running in 6aed2a315bce [2021-02-05T01:26:42.140Z] Removing intermediate container 6aed2a315bce [2021-02-05T01:26:42.140Z] ---> 8296ac826155 [2021-02-05T01:26:42.140Z] Step 25/26 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:42.140Z] ---> Running in c8ef3d6d115e [2021-02-05T01:26:42.401Z] Removing intermediate container c8ef3d6d115e [2021-02-05T01:26:42.401Z] ---> 5264c18b42ec [2021-02-05T01:26:42.401Z] Step 26/26 : LABEL version=2.0.0-dev.77 [2021-02-05T01:26:42.401Z] ---> Running in dc62853efc89 [2021-02-05T01:26:42.401Z] Removing intermediate container dc62853efc89 [2021-02-05T01:26:42.401Z] ---> 74d878f61a20 [2021-02-05T01:26:42.401Z] [2021-02-05T01:26:42.664Z] Successfully built 74d878f61a20 [2021-02-05T01:26:42.664Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T01:26:42.935Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T01:26:42.943Z] $ docker stop --time=1 b7bce8b1e32ac42f661ee40d7577ec005b8c89b8916d7dcf42c767c09c801f05 [2021-02-05T01:26:44.492Z] $ docker rm -f b7bce8b1e32ac42f661ee40d7577ec005b8c89b8916d7dcf42c767c09c801f05 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:26:45.007Z] + docker images [2021-02-05T01:26:45.008Z] + grep docker [2021-02-05T01:26:45.580Z] docker-sys-mgmt-agent-go latest 74d878f61a20 3 seconds ago 313MB [2021-02-05T01:26:45.580Z] docker-core-data-go latest e72e742e5203 29 seconds ago 22.3MB [2021-02-05T01:26:45.580Z] docker-security-proxy-setup-go latest 4a51c80e4d52 52 seconds ago 24.4MB [2021-02-05T01:26:45.580Z] docker-support-scheduler-go latest bae7ca4bc119 55 seconds ago 17MB [2021-02-05T01:26:45.580Z] docker-security-bootstrapper-go latest a46d32f8d5bd About a minute ago 23.8MB [2021-02-05T01:26:45.580Z] docker-core-command-go latest 1f11e29e72cb 2 minutes ago 16.9MB [2021-02-05T01:26:45.580Z] docker-core-metadata-go latest dad5c9ccfa38 2 minutes ago 18.8MB [2021-02-05T01:26:45.580Z] docker-security-secretstore-setup-go latest fa35cea5b875 2 minutes ago 24.6MB [2021-02-05T01:26:45.580Z] docker-support-notifications-go latest e0637c5b5797 2 minutes ago 17.6MB [2021-02-05T01:26:45.580Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:26:46.136Z] provisioning config files... [2021-02-05T01:26:46.186Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/342@tmp/config3745655591648124292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:26:46.544Z] ---> docker-login.sh [2021-02-05T01:26:46.544Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:26:46.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:26:46.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:26:46.806Z] Configure a credential helper to remove this warning. See [2021-02-05T01:26:46.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:26:46.806Z] [2021-02-05T01:26:46.806Z] Login Succeeded [2021-02-05T01:26:46.806Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:26:46.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:26:46.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:26:46.806Z] Configure a credential helper to remove this warning. See [2021-02-05T01:26:46.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:26:46.806Z] [2021-02-05T01:26:46.806Z] Login Succeeded [2021-02-05T01:26:46.806Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:26:47.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:26:47.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:26:47.069Z] Configure a credential helper to remove this warning. See [2021-02-05T01:26:47.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:26:47.069Z] [2021-02-05T01:26:47.069Z] Login Succeeded [2021-02-05T01:26:47.069Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:26:47.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:26:47.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:26:47.333Z] Configure a credential helper to remove this warning. See [2021-02-05T01:26:47.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:26:47.333Z] [2021-02-05T01:26:47.333Z] Login Succeeded [2021-02-05T01:26:47.333Z] docker.io [2021-02-05T01:26:47.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:26:47.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:26:47.596Z] Configure a credential helper to remove this warning. See [2021-02-05T01:26:47.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:26:47.596Z] [2021-02-05T01:26:47.596Z] Login Succeeded [2021-02-05T01:26:47.596Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:26:47.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:26:47.821Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-05T01:26:47.821Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:47.821Z] 2.0.0-dev.77 [2021-02-05T01:26:47.821Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:47.821Z] master [2021-02-05T01:26:47.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:48.310Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:48.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:48.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T01:26:48.613Z] 1078a9fba33a: Preparing [2021-02-05T01:26:48.613Z] b1feb2848744: Preparing [2021-02-05T01:26:48.613Z] b8969e971c6a: Preparing [2021-02-05T01:26:48.613Z] ea9cab36f346: Preparing [2021-02-05T01:26:48.613Z] 777b2c648970: Preparing [2021-02-05T01:26:48.613Z] 777b2c648970: Layer already exists [2021-02-05T01:26:48.877Z] ea9cab36f346: Pushed [2021-02-05T01:26:48.877Z] 1078a9fba33a: Pushed [2021-02-05T01:26:48.877Z] b8969e971c6a: Pushed [2021-02-05T01:26:49.827Z] b1feb2848744: Pushed [2021-02-05T01:26:50.089Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:6e25b9a6c91e7d66facff8ea6ec5820f3fdc62397b2cd32896bed919773b7a90 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:50.395Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:50.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.77 [2021-02-05T01:26:50.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T01:26:50.702Z] 1078a9fba33a: Preparing [2021-02-05T01:26:50.702Z] b1feb2848744: Preparing [2021-02-05T01:26:50.702Z] b8969e971c6a: Preparing [2021-02-05T01:26:50.702Z] ea9cab36f346: Preparing [2021-02-05T01:26:50.702Z] 777b2c648970: Preparing [2021-02-05T01:26:50.702Z] 1078a9fba33a: Layer already exists [2021-02-05T01:26:50.702Z] 777b2c648970: Layer already exists [2021-02-05T01:26:50.702Z] ea9cab36f346: Layer already exists [2021-02-05T01:26:50.702Z] b1feb2848744: Layer already exists [2021-02-05T01:26:50.702Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:50.702Z] 2.0.0-dev.77: digest: sha256:6e25b9a6c91e7d66facff8ea6ec5820f3fdc62397b2cd32896bed919773b7a90 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:51.008Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:51.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:51.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T01:26:51.312Z] 1078a9fba33a: Preparing [2021-02-05T01:26:51.312Z] b1feb2848744: Preparing [2021-02-05T01:26:51.312Z] b8969e971c6a: Preparing [2021-02-05T01:26:51.312Z] ea9cab36f346: Preparing [2021-02-05T01:26:51.312Z] 777b2c648970: Preparing [2021-02-05T01:26:51.312Z] 777b2c648970: Layer already exists [2021-02-05T01:26:51.312Z] b1feb2848744: Layer already exists [2021-02-05T01:26:51.312Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:51.312Z] 1078a9fba33a: Layer already exists [2021-02-05T01:26:51.312Z] ea9cab36f346: Layer already exists [2021-02-05T01:26:51.312Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:6e25b9a6c91e7d66facff8ea6ec5820f3fdc62397b2cd32896bed919773b7a90 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:51.619Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:51.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-05T01:26:51.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-05T01:26:51.921Z] 1078a9fba33a: Preparing [2021-02-05T01:26:51.921Z] b1feb2848744: Preparing [2021-02-05T01:26:51.921Z] b8969e971c6a: Preparing [2021-02-05T01:26:51.921Z] ea9cab36f346: Preparing [2021-02-05T01:26:51.921Z] 777b2c648970: Preparing [2021-02-05T01:26:51.921Z] 1078a9fba33a: Layer already exists [2021-02-05T01:26:51.921Z] 777b2c648970: Layer already exists [2021-02-05T01:26:51.921Z] ea9cab36f346: Layer already exists [2021-02-05T01:26:51.921Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:51.921Z] b1feb2848744: Layer already exists [2021-02-05T01:26:51.921Z] master: digest: sha256:6e25b9a6c91e7d66facff8ea6ec5820f3fdc62397b2cd32896bed919773b7a90 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:26:52.184Z] ===================================================== [Pipeline] echo [2021-02-05T01:26:52.231Z] taggedImages: [2021-02-05T01:26:52.231Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:52.231Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.77 [2021-02-05T01:26:52.231Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:52.231Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-05T01:26:52.316Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-05T01:26:52.316Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:52.316Z] 2.0.0-dev.77 [2021-02-05T01:26:52.316Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:52.316Z] master [2021-02-05T01:26:52.316Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:52.824Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:53.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:53.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T01:26:53.129Z] 4a9df07b16e7: Preparing [2021-02-05T01:26:53.129Z] 903c847c21af: Preparing [2021-02-05T01:26:53.129Z] b8969e971c6a: Preparing [2021-02-05T01:26:53.129Z] c0a20424da47: Preparing [2021-02-05T01:26:53.129Z] ea78fab40ef6: Preparing [2021-02-05T01:26:53.129Z] 777b2c648970: Preparing [2021-02-05T01:26:53.129Z] 777b2c648970: Waiting [2021-02-05T01:26:53.129Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:53.129Z] 777b2c648970: Layer already exists [2021-02-05T01:26:53.395Z] 4a9df07b16e7: Pushed [2021-02-05T01:26:53.395Z] ea78fab40ef6: Pushed [2021-02-05T01:26:53.395Z] c0a20424da47: Pushed [2021-02-05T01:26:53.870Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.77" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T01:26:54.341Z] 903c847c21af: Pushed [2021-02-05T01:26:54.604Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:2dfd4ffbbf443b12c5fa79f643600b23bb2c2c3d1a81a5b2d4b26e4c6bde726e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:54.912Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:55.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.77 [2021-02-05T01:26:55.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T01:26:55.217Z] 4a9df07b16e7: Preparing [2021-02-05T01:26:55.217Z] 903c847c21af: Preparing [2021-02-05T01:26:55.217Z] b8969e971c6a: Preparing [2021-02-05T01:26:55.217Z] c0a20424da47: Preparing [2021-02-05T01:26:55.217Z] ea78fab40ef6: Preparing [2021-02-05T01:26:55.217Z] 777b2c648970: Preparing [2021-02-05T01:26:55.217Z] 777b2c648970: Waiting [2021-02-05T01:26:55.217Z] ea78fab40ef6: Layer already exists [2021-02-05T01:26:55.217Z] 903c847c21af: Layer already exists [2021-02-05T01:26:55.217Z] c0a20424da47: Layer already exists [2021-02-05T01:26:55.217Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:55.217Z] 4a9df07b16e7: Layer already exists [2021-02-05T01:26:55.217Z] 777b2c648970: Layer already exists [2021-02-05T01:26:55.217Z] 2.0.0-dev.77: digest: sha256:2dfd4ffbbf443b12c5fa79f643600b23bb2c2c3d1a81a5b2d4b26e4c6bde726e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:55.522Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:55.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:55.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T01:26:55.827Z] 4a9df07b16e7: Preparing [2021-02-05T01:26:55.827Z] 903c847c21af: Preparing [2021-02-05T01:26:55.827Z] b8969e971c6a: Preparing [2021-02-05T01:26:55.827Z] c0a20424da47: Preparing [2021-02-05T01:26:55.827Z] ea78fab40ef6: Preparing [2021-02-05T01:26:55.827Z] 777b2c648970: Preparing [2021-02-05T01:26:55.827Z] 777b2c648970: Waiting [2021-02-05T01:26:55.827Z] c0a20424da47: Layer already exists [2021-02-05T01:26:55.827Z] 4a9df07b16e7: Layer already exists [2021-02-05T01:26:55.827Z] 903c847c21af: Layer already exists [2021-02-05T01:26:55.827Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:55.827Z] ea78fab40ef6: Layer already exists [2021-02-05T01:26:55.827Z] 777b2c648970: Layer already exists [2021-02-05T01:26:55.827Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:2dfd4ffbbf443b12c5fa79f643600b23bb2c2c3d1a81a5b2d4b26e4c6bde726e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:56.137Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:56.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-05T01:26:56.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-05T01:26:56.442Z] 4a9df07b16e7: Preparing [2021-02-05T01:26:56.442Z] 903c847c21af: Preparing [2021-02-05T01:26:56.442Z] b8969e971c6a: Preparing [2021-02-05T01:26:56.442Z] c0a20424da47: Preparing [2021-02-05T01:26:56.442Z] ea78fab40ef6: Preparing [2021-02-05T01:26:56.442Z] 777b2c648970: Preparing [2021-02-05T01:26:56.442Z] 777b2c648970: Waiting [2021-02-05T01:26:56.442Z] 4a9df07b16e7: Layer already exists [2021-02-05T01:26:56.442Z] 903c847c21af: Layer already exists [2021-02-05T01:26:56.442Z] c0a20424da47: Layer already exists [2021-02-05T01:26:56.442Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:56.442Z] ea78fab40ef6: Layer already exists [2021-02-05T01:26:56.442Z] 777b2c648970: Layer already exists [2021-02-05T01:26:56.442Z] master: digest: sha256:2dfd4ffbbf443b12c5fa79f643600b23bb2c2c3d1a81a5b2d4b26e4c6bde726e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:26:56.685Z] ===================================================== [Pipeline] echo [2021-02-05T01:26:56.741Z] taggedImages: [2021-02-05T01:26:56.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:56.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.77 [2021-02-05T01:26:56.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:56.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-05T01:26:56.809Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-05T01:26:56.809Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:56.809Z] 2.0.0-dev.77 [2021-02-05T01:26:56.809Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:26:56.809Z] master [2021-02-05T01:26:56.809Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:57.305Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:57.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:26:57.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T01:26:57.604Z] 41878fbaedd2: Preparing [2021-02-05T01:26:57.604Z] b52f747e465f: Preparing [2021-02-05T01:26:57.604Z] b8969e971c6a: Preparing [2021-02-05T01:26:57.604Z] ea9cab36f346: Preparing [2021-02-05T01:26:57.604Z] 777b2c648970: Preparing [2021-02-05T01:26:57.604Z] b8969e971c6a: Layer already exists [2021-02-05T01:26:57.604Z] ea9cab36f346: Layer already exists [2021-02-05T01:26:57.604Z] 777b2c648970: Layer already exists [2021-02-05T01:26:57.604Z] 41878fbaedd2: Pushed [2021-02-05T01:26:59.038Z] b52f747e465f: Pushed [2021-02-05T01:26:59.039Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:1f0b2881032ffc67cb7559e078b76757e24e0eabf5079f8e081ee5d56d626f1f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:59.388Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:26:59.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.77 [2021-02-05T01:26:59.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T01:26:59.744Z] 41878fbaedd2: Preparing [2021-02-05T01:26:59.744Z] b52f747e465f: Preparing [2021-02-05T01:26:59.744Z] b8969e971c6a: Preparing [2021-02-05T01:26:59.744Z] ea9cab36f346: Preparing [2021-02-05T01:26:59.744Z] 777b2c648970: Preparing [2021-02-05T01:26:59.744Z] 41878fbaedd2: Layer already exists [2021-02-05T01:26:59.744Z] b52f747e465f: Layer already exists [2021-02-05T01:26:59.744Z] ea9cab36f346: Layer already exists [2021-02-05T01:26:59.744Z] 777b2c648970: Layer already exists [2021-02-05T01:26:59.744Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:00.006Z] 2.0.0-dev.77: digest: sha256:1f0b2881032ffc67cb7559e078b76757e24e0eabf5079f8e081ee5d56d626f1f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:00.311Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:00.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:00.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T01:27:00.608Z] 41878fbaedd2: Preparing [2021-02-05T01:27:00.608Z] b52f747e465f: Preparing [2021-02-05T01:27:00.608Z] b8969e971c6a: Preparing [2021-02-05T01:27:00.608Z] ea9cab36f346: Preparing [2021-02-05T01:27:00.608Z] 777b2c648970: Preparing [2021-02-05T01:27:00.608Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:00.608Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:00.608Z] 777b2c648970: Layer already exists [2021-02-05T01:27:00.608Z] b52f747e465f: Layer already exists [2021-02-05T01:27:00.608Z] 41878fbaedd2: Layer already exists [2021-02-05T01:27:00.608Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:1f0b2881032ffc67cb7559e078b76757e24e0eabf5079f8e081ee5d56d626f1f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:00.916Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:01.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-05T01:27:01.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-05T01:27:01.216Z] 41878fbaedd2: Preparing [2021-02-05T01:27:01.216Z] b52f747e465f: Preparing [2021-02-05T01:27:01.216Z] b8969e971c6a: Preparing [2021-02-05T01:27:01.216Z] ea9cab36f346: Preparing [2021-02-05T01:27:01.216Z] 777b2c648970: Preparing [2021-02-05T01:27:01.216Z] 41878fbaedd2: Layer already exists [2021-02-05T01:27:01.216Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:01.216Z] 777b2c648970: Layer already exists [2021-02-05T01:27:01.216Z] b52f747e465f: Layer already exists [2021-02-05T01:27:01.216Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:01.216Z] master: digest: sha256:1f0b2881032ffc67cb7559e078b76757e24e0eabf5079f8e081ee5d56d626f1f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:01.441Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:01.492Z] taggedImages: [2021-02-05T01:27:01.492Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:01.492Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.77 [2021-02-05T01:27:01.492Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:01.492Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-05T01:27:01.561Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-05T01:27:01.561Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:01.561Z] 2.0.0-dev.77 [2021-02-05T01:27:01.561Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:01.561Z] master [2021-02-05T01:27:01.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:02.090Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:02.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:02.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T01:27:02.391Z] 2905c2939912: Preparing [2021-02-05T01:27:02.391Z] 2905c2939912: Preparing [2021-02-05T01:27:02.391Z] 2590cb08caef: Preparing [2021-02-05T01:27:02.391Z] 42f6bb1278af: Preparing [2021-02-05T01:27:02.391Z] da296d58b449: Preparing [2021-02-05T01:27:02.391Z] cb27bd26526d: Preparing [2021-02-05T01:27:02.391Z] b8969e971c6a: Preparing [2021-02-05T01:27:02.391Z] 2958c2e20e45: Preparing [2021-02-05T01:27:02.391Z] 2958c2e20e45: Preparing [2021-02-05T01:27:02.391Z] 7bf11ae2a484: Preparing [2021-02-05T01:27:02.391Z] 64fda4b40dff: Preparing [2021-02-05T01:27:02.391Z] 777b2c648970: Preparing [2021-02-05T01:27:02.391Z] 7bf11ae2a484: Waiting [2021-02-05T01:27:02.391Z] 64fda4b40dff: Waiting [2021-02-05T01:27:02.391Z] 777b2c648970: Waiting [2021-02-05T01:27:02.391Z] b8969e971c6a: Waiting [2021-02-05T01:27:02.391Z] 2958c2e20e45: Waiting [2021-02-05T01:27:02.654Z] 2905c2939912: Pushed [2021-02-05T01:27:02.654Z] 2590cb08caef: Pushed [2021-02-05T01:27:02.654Z] da296d58b449: Pushed [2021-02-05T01:27:02.654Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:02.654Z] 2958c2e20e45: Pushed [2021-02-05T01:27:02.654Z] 7bf11ae2a484: Pushed [2021-02-05T01:27:02.921Z] 64fda4b40dff: Pushed [2021-02-05T01:27:02.921Z] 777b2c648970: Layer already exists [2021-02-05T01:27:03.497Z] 42f6bb1278af: Pushed [2021-02-05T01:27:03.497Z] cb27bd26526d: Pushed [2021-02-05T01:27:03.497Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:d8b3ef97bb7d833a307dc55498ac352ee045f8d5c8bb5b55f192071e99400d32 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:04.071Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:04.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.77 [2021-02-05T01:27:04.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T01:27:04.373Z] 2905c2939912: Preparing [2021-02-05T01:27:04.373Z] 2905c2939912: Preparing [2021-02-05T01:27:04.373Z] 2590cb08caef: Preparing [2021-02-05T01:27:04.373Z] 42f6bb1278af: Preparing [2021-02-05T01:27:04.373Z] da296d58b449: Preparing [2021-02-05T01:27:04.373Z] cb27bd26526d: Preparing [2021-02-05T01:27:04.373Z] b8969e971c6a: Preparing [2021-02-05T01:27:04.373Z] 2958c2e20e45: Preparing [2021-02-05T01:27:04.373Z] 2958c2e20e45: Preparing [2021-02-05T01:27:04.373Z] 7bf11ae2a484: Preparing [2021-02-05T01:27:04.373Z] 64fda4b40dff: Preparing [2021-02-05T01:27:04.373Z] 777b2c648970: Preparing [2021-02-05T01:27:04.373Z] 2958c2e20e45: Waiting [2021-02-05T01:27:04.373Z] 7bf11ae2a484: Waiting [2021-02-05T01:27:04.373Z] 64fda4b40dff: Waiting [2021-02-05T01:27:04.373Z] b8969e971c6a: Waiting [2021-02-05T01:27:04.373Z] 777b2c648970: Waiting [2021-02-05T01:27:04.373Z] 2905c2939912: Layer already exists [2021-02-05T01:27:04.373Z] 2590cb08caef: Layer already exists [2021-02-05T01:27:04.373Z] 42f6bb1278af: Layer already exists [2021-02-05T01:27:04.373Z] cb27bd26526d: Layer already exists [2021-02-05T01:27:04.373Z] da296d58b449: Layer already exists [2021-02-05T01:27:04.373Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:04.373Z] 2958c2e20e45: Layer already exists [2021-02-05T01:27:04.373Z] 64fda4b40dff: Layer already exists [2021-02-05T01:27:04.373Z] 7bf11ae2a484: Layer already exists [2021-02-05T01:27:04.373Z] 777b2c648970: Layer already exists [2021-02-05T01:27:04.373Z] 2.0.0-dev.77: digest: sha256:d8b3ef97bb7d833a307dc55498ac352ee045f8d5c8bb5b55f192071e99400d32 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:04.681Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:04.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:04.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T01:27:04.982Z] 2905c2939912: Preparing [2021-02-05T01:27:04.982Z] 2905c2939912: Preparing [2021-02-05T01:27:04.982Z] 2590cb08caef: Preparing [2021-02-05T01:27:04.982Z] 42f6bb1278af: Preparing [2021-02-05T01:27:04.982Z] da296d58b449: Preparing [2021-02-05T01:27:04.982Z] cb27bd26526d: Preparing [2021-02-05T01:27:04.982Z] b8969e971c6a: Preparing [2021-02-05T01:27:04.982Z] 2958c2e20e45: Preparing [2021-02-05T01:27:04.982Z] 2958c2e20e45: Preparing [2021-02-05T01:27:04.982Z] 7bf11ae2a484: Preparing [2021-02-05T01:27:04.982Z] 64fda4b40dff: Preparing [2021-02-05T01:27:04.982Z] 777b2c648970: Preparing [2021-02-05T01:27:04.982Z] 7bf11ae2a484: Waiting [2021-02-05T01:27:04.982Z] b8969e971c6a: Waiting [2021-02-05T01:27:04.982Z] 2958c2e20e45: Waiting [2021-02-05T01:27:04.982Z] 64fda4b40dff: Waiting [2021-02-05T01:27:04.982Z] 777b2c648970: Waiting [2021-02-05T01:27:04.982Z] cb27bd26526d: Layer already exists [2021-02-05T01:27:04.982Z] 2905c2939912: Layer already exists [2021-02-05T01:27:04.982Z] 2590cb08caef: Layer already exists [2021-02-05T01:27:04.982Z] 42f6bb1278af: Layer already exists [2021-02-05T01:27:04.982Z] da296d58b449: Layer already exists [2021-02-05T01:27:04.982Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:04.982Z] 64fda4b40dff: Layer already exists [2021-02-05T01:27:04.982Z] 777b2c648970: Layer already exists [2021-02-05T01:27:04.982Z] 7bf11ae2a484: Layer already exists [2021-02-05T01:27:04.982Z] 2958c2e20e45: Layer already exists [2021-02-05T01:27:04.982Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:d8b3ef97bb7d833a307dc55498ac352ee045f8d5c8bb5b55f192071e99400d32 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:05.289Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:05.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-05T01:27:05.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-05T01:27:05.591Z] 2905c2939912: Preparing [2021-02-05T01:27:05.591Z] 2905c2939912: Preparing [2021-02-05T01:27:05.591Z] 2590cb08caef: Preparing [2021-02-05T01:27:05.591Z] 42f6bb1278af: Preparing [2021-02-05T01:27:05.591Z] da296d58b449: Preparing [2021-02-05T01:27:05.591Z] cb27bd26526d: Preparing [2021-02-05T01:27:05.591Z] b8969e971c6a: Preparing [2021-02-05T01:27:05.591Z] 2958c2e20e45: Preparing [2021-02-05T01:27:05.591Z] 2958c2e20e45: Preparing [2021-02-05T01:27:05.591Z] 7bf11ae2a484: Preparing [2021-02-05T01:27:05.591Z] 64fda4b40dff: Preparing [2021-02-05T01:27:05.591Z] 777b2c648970: Preparing [2021-02-05T01:27:05.591Z] b8969e971c6a: Waiting [2021-02-05T01:27:05.591Z] 64fda4b40dff: Waiting [2021-02-05T01:27:05.591Z] 2958c2e20e45: Waiting [2021-02-05T01:27:05.591Z] 7bf11ae2a484: Waiting [2021-02-05T01:27:05.591Z] 777b2c648970: Waiting [2021-02-05T01:27:05.591Z] 2590cb08caef: Layer already exists [2021-02-05T01:27:05.591Z] 42f6bb1278af: Layer already exists [2021-02-05T01:27:05.591Z] 2905c2939912: Layer already exists [2021-02-05T01:27:05.591Z] da296d58b449: Layer already exists [2021-02-05T01:27:05.591Z] cb27bd26526d: Layer already exists [2021-02-05T01:27:05.591Z] 7bf11ae2a484: Layer already exists [2021-02-05T01:27:05.591Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:05.591Z] 64fda4b40dff: Layer already exists [2021-02-05T01:27:05.591Z] 777b2c648970: Layer already exists [2021-02-05T01:27:05.591Z] 2958c2e20e45: Layer already exists [2021-02-05T01:27:05.591Z] master: digest: sha256:d8b3ef97bb7d833a307dc55498ac352ee045f8d5c8bb5b55f192071e99400d32 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:05.810Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:05.862Z] taggedImages: [2021-02-05T01:27:05.862Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:05.862Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.77 [2021-02-05T01:27:05.862Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:05.862Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-05T01:27:05.974Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-05T01:27:05.974Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:05.974Z] 2.0.0-dev.77 [2021-02-05T01:27:05.974Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:05.974Z] master [2021-02-05T01:27:05.974Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:06.456Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:06.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:06.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T01:27:06.755Z] ea8fed379c45: Preparing [2021-02-05T01:27:06.755Z] de82bd1be529: Preparing [2021-02-05T01:27:06.755Z] 166587db354f: Preparing [2021-02-05T01:27:06.755Z] 3a655947d34f: Preparing [2021-02-05T01:27:06.755Z] d697cec1dd0a: Preparing [2021-02-05T01:27:06.755Z] 777b2c648970: Preparing [2021-02-05T01:27:06.755Z] 777b2c648970: Waiting [2021-02-05T01:27:06.755Z] 3a655947d34f: Pushed [2021-02-05T01:27:07.018Z] 166587db354f: Pushed [2021-02-05T01:27:07.018Z] 777b2c648970: Layer already exists [2021-02-05T01:27:07.018Z] d697cec1dd0a: Pushed [2021-02-05T01:27:07.592Z] ea8fed379c45: Pushed [2021-02-05T01:27:07.592Z] de82bd1be529: Pushed [2021-02-05T01:27:07.855Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:3732414be419e40b29e8882ff3404b88f409a1feb23ce252dc157b26f71679d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:08.164Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:08.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.77 [2021-02-05T01:27:08.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T01:27:08.467Z] ea8fed379c45: Preparing [2021-02-05T01:27:08.467Z] de82bd1be529: Preparing [2021-02-05T01:27:08.467Z] 166587db354f: Preparing [2021-02-05T01:27:08.467Z] 3a655947d34f: Preparing [2021-02-05T01:27:08.467Z] d697cec1dd0a: Preparing [2021-02-05T01:27:08.467Z] 777b2c648970: Preparing [2021-02-05T01:27:08.467Z] 777b2c648970: Waiting [2021-02-05T01:27:08.467Z] 3a655947d34f: Layer already exists [2021-02-05T01:27:08.467Z] de82bd1be529: Layer already exists [2021-02-05T01:27:08.467Z] 166587db354f: Layer already exists [2021-02-05T01:27:08.467Z] ea8fed379c45: Layer already exists [2021-02-05T01:27:08.467Z] d697cec1dd0a: Layer already exists [2021-02-05T01:27:08.467Z] 777b2c648970: Layer already exists [2021-02-05T01:27:08.467Z] 2.0.0-dev.77: digest: sha256:3732414be419e40b29e8882ff3404b88f409a1feb23ce252dc157b26f71679d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:08.773Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:09.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:09.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T01:27:09.648Z] ea8fed379c45: Preparing [2021-02-05T01:27:09.648Z] de82bd1be529: Preparing [2021-02-05T01:27:09.648Z] 166587db354f: Preparing [2021-02-05T01:27:09.648Z] 3a655947d34f: Preparing [2021-02-05T01:27:09.648Z] d697cec1dd0a: Preparing [2021-02-05T01:27:09.648Z] 777b2c648970: Preparing [2021-02-05T01:27:09.648Z] 777b2c648970: Waiting [2021-02-05T01:27:09.648Z] d697cec1dd0a: Layer already exists [2021-02-05T01:27:09.648Z] de82bd1be529: Layer already exists [2021-02-05T01:27:09.648Z] 3a655947d34f: Layer already exists [2021-02-05T01:27:09.648Z] ea8fed379c45: Layer already exists [2021-02-05T01:27:09.648Z] 166587db354f: Layer already exists [2021-02-05T01:27:09.648Z] 777b2c648970: Layer already exists [2021-02-05T01:27:09.648Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:3732414be419e40b29e8882ff3404b88f409a1feb23ce252dc157b26f71679d5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:09.955Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:10.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-05T01:27:10.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-05T01:27:10.256Z] ea8fed379c45: Preparing [2021-02-05T01:27:10.256Z] de82bd1be529: Preparing [2021-02-05T01:27:10.256Z] 166587db354f: Preparing [2021-02-05T01:27:10.256Z] 3a655947d34f: Preparing [2021-02-05T01:27:10.256Z] d697cec1dd0a: Preparing [2021-02-05T01:27:10.256Z] 777b2c648970: Preparing [2021-02-05T01:27:10.256Z] 777b2c648970: Waiting [2021-02-05T01:27:10.256Z] 166587db354f: Layer already exists [2021-02-05T01:27:10.256Z] 3a655947d34f: Layer already exists [2021-02-05T01:27:10.256Z] d697cec1dd0a: Layer already exists [2021-02-05T01:27:10.256Z] ea8fed379c45: Layer already exists [2021-02-05T01:27:10.256Z] de82bd1be529: Layer already exists [2021-02-05T01:27:10.256Z] 777b2c648970: Layer already exists [2021-02-05T01:27:10.256Z] master: digest: sha256:3732414be419e40b29e8882ff3404b88f409a1feb23ce252dc157b26f71679d5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:10.481Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:10.527Z] taggedImages: [2021-02-05T01:27:10.527Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:10.527Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.77 [2021-02-05T01:27:10.527Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:10.527Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-05T01:27:10.628Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-05T01:27:10.628Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:10.628Z] 2.0.0-dev.77 [2021-02-05T01:27:10.628Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:10.628Z] master [2021-02-05T01:27:10.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:11.096Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:11.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:11.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T01:27:11.398Z] a82ef011aabe: Preparing [2021-02-05T01:27:11.398Z] 01c38f51c7f3: Preparing [2021-02-05T01:27:11.398Z] 06a079924a5b: Preparing [2021-02-05T01:27:11.398Z] 98f85d80450e: Preparing [2021-02-05T01:27:11.398Z] 1125c48cd1e8: Preparing [2021-02-05T01:27:11.398Z] 026bbb7e9b57: Preparing [2021-02-05T01:27:11.398Z] a4036038831c: Preparing [2021-02-05T01:27:11.398Z] 907b375eb4ab: Preparing [2021-02-05T01:27:11.398Z] 777b2c648970: Preparing [2021-02-05T01:27:11.398Z] 026bbb7e9b57: Waiting [2021-02-05T01:27:11.398Z] a4036038831c: Waiting [2021-02-05T01:27:11.398Z] 907b375eb4ab: Waiting [2021-02-05T01:27:11.660Z] a82ef011aabe: Pushed [2021-02-05T01:27:11.660Z] 1125c48cd1e8: Pushed [2021-02-05T01:27:11.660Z] 01c38f51c7f3: Pushed [2021-02-05T01:27:11.931Z] 026bbb7e9b57: Pushed [2021-02-05T01:27:11.931Z] 777b2c648970: Layer already exists [2021-02-05T01:27:11.931Z] a4036038831c: Pushed [2021-02-05T01:27:12.192Z] 907b375eb4ab: Pushed [2021-02-05T01:27:12.206Z] Removing intermediate container 56133b5b67b6 [2021-02-05T01:27:12.207Z] ---> 33f66a5c6f06 [2021-02-05T01:27:12.207Z] [2021-02-05T01:27:12.207Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T01:27:12.207Z] ---> afeebe901d6b [2021-02-05T01:27:12.207Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T01:27:12.207Z] ---> Running in 7e1f345d4ee2 [2021-02-05T01:27:12.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:27:12.456Z] 98f85d80450e: Pushed [2021-02-05T01:27:12.456Z] 06a079924a5b: Pushed [2021-02-05T01:27:12.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:27:12.718Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:1ccb8062b03f09b98669b9ea13d58e188c286093509cff1eaedc6efe6747ac56 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:13.026Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:13.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.77 [2021-02-05T01:27:13.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T01:27:13.329Z] a82ef011aabe: Preparing [2021-02-05T01:27:13.329Z] 01c38f51c7f3: Preparing [2021-02-05T01:27:13.329Z] 06a079924a5b: Preparing [2021-02-05T01:27:13.329Z] 98f85d80450e: Preparing [2021-02-05T01:27:13.329Z] 1125c48cd1e8: Preparing [2021-02-05T01:27:13.329Z] 026bbb7e9b57: Preparing [2021-02-05T01:27:13.329Z] a4036038831c: Preparing [2021-02-05T01:27:13.329Z] 907b375eb4ab: Preparing [2021-02-05T01:27:13.329Z] 777b2c648970: Preparing [2021-02-05T01:27:13.329Z] 026bbb7e9b57: Waiting [2021-02-05T01:27:13.329Z] a4036038831c: Waiting [2021-02-05T01:27:13.329Z] 907b375eb4ab: Waiting [2021-02-05T01:27:13.329Z] 777b2c648970: Waiting [2021-02-05T01:27:13.329Z] 98f85d80450e: Layer already exists [2021-02-05T01:27:13.329Z] 06a079924a5b: Layer already exists [2021-02-05T01:27:13.329Z] a82ef011aabe: Layer already exists [2021-02-05T01:27:13.329Z] 01c38f51c7f3: Layer already exists [2021-02-05T01:27:13.329Z] 1125c48cd1e8: Layer already exists [2021-02-05T01:27:13.329Z] a4036038831c: Layer already exists [2021-02-05T01:27:13.329Z] 026bbb7e9b57: Layer already exists [2021-02-05T01:27:13.329Z] 907b375eb4ab: Layer already exists [2021-02-05T01:27:13.329Z] 777b2c648970: Layer already exists [2021-02-05T01:27:13.329Z] 2.0.0-dev.77: digest: sha256:1ccb8062b03f09b98669b9ea13d58e188c286093509cff1eaedc6efe6747ac56 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:13.477Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T01:27:13.477Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T01:27:13.477Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T01:27:13.477Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T01:27:13.477Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:27:13.477Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:27:13.630Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:13.762Z] OK: 7 MiB in 18 packages [2021-02-05T01:27:13.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:13.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T01:27:13.930Z] a82ef011aabe: Preparing [2021-02-05T01:27:13.930Z] 01c38f51c7f3: Preparing [2021-02-05T01:27:13.930Z] 06a079924a5b: Preparing [2021-02-05T01:27:13.930Z] 98f85d80450e: Preparing [2021-02-05T01:27:13.930Z] 1125c48cd1e8: Preparing [2021-02-05T01:27:13.930Z] 026bbb7e9b57: Preparing [2021-02-05T01:27:13.930Z] a4036038831c: Preparing [2021-02-05T01:27:13.930Z] 907b375eb4ab: Preparing [2021-02-05T01:27:13.930Z] 777b2c648970: Preparing [2021-02-05T01:27:13.930Z] a4036038831c: Waiting [2021-02-05T01:27:13.930Z] 777b2c648970: Waiting [2021-02-05T01:27:13.930Z] 907b375eb4ab: Waiting [2021-02-05T01:27:13.930Z] 06a079924a5b: Layer already exists [2021-02-05T01:27:13.930Z] 01c38f51c7f3: Layer already exists [2021-02-05T01:27:13.930Z] 1125c48cd1e8: Layer already exists [2021-02-05T01:27:13.930Z] 98f85d80450e: Layer already exists [2021-02-05T01:27:13.930Z] a82ef011aabe: Layer already exists [2021-02-05T01:27:13.930Z] 026bbb7e9b57: Layer already exists [2021-02-05T01:27:13.930Z] a4036038831c: Layer already exists [2021-02-05T01:27:13.930Z] 777b2c648970: Layer already exists [2021-02-05T01:27:13.930Z] 907b375eb4ab: Layer already exists [2021-02-05T01:27:13.930Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:1ccb8062b03f09b98669b9ea13d58e188c286093509cff1eaedc6efe6747ac56 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:14.238Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:14.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-05T01:27:14.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-05T01:27:14.542Z] a82ef011aabe: Preparing [2021-02-05T01:27:14.542Z] 01c38f51c7f3: Preparing [2021-02-05T01:27:14.542Z] 06a079924a5b: Preparing [2021-02-05T01:27:14.542Z] 98f85d80450e: Preparing [2021-02-05T01:27:14.542Z] 1125c48cd1e8: Preparing [2021-02-05T01:27:14.542Z] 026bbb7e9b57: Preparing [2021-02-05T01:27:14.542Z] a4036038831c: Preparing [2021-02-05T01:27:14.542Z] 907b375eb4ab: Preparing [2021-02-05T01:27:14.542Z] 777b2c648970: Preparing [2021-02-05T01:27:14.542Z] a4036038831c: Waiting [2021-02-05T01:27:14.542Z] 907b375eb4ab: Waiting [2021-02-05T01:27:14.542Z] 777b2c648970: Waiting [2021-02-05T01:27:14.542Z] 026bbb7e9b57: Waiting [2021-02-05T01:27:14.542Z] 01c38f51c7f3: Layer already exists [2021-02-05T01:27:14.542Z] 1125c48cd1e8: Layer already exists [2021-02-05T01:27:14.542Z] a82ef011aabe: Layer already exists [2021-02-05T01:27:14.542Z] 06a079924a5b: Layer already exists [2021-02-05T01:27:14.542Z] 98f85d80450e: Layer already exists [2021-02-05T01:27:14.542Z] 026bbb7e9b57: Layer already exists [2021-02-05T01:27:14.542Z] a4036038831c: Layer already exists [2021-02-05T01:27:14.542Z] 907b375eb4ab: Layer already exists [2021-02-05T01:27:14.542Z] 777b2c648970: Layer already exists [2021-02-05T01:27:14.542Z] master: digest: sha256:1ccb8062b03f09b98669b9ea13d58e188c286093509cff1eaedc6efe6747ac56 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:14.731Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:14.793Z] taggedImages: [2021-02-05T01:27:14.793Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:14.793Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.77 [2021-02-05T01:27:14.793Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:14.793Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-05T01:27:14.857Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-05T01:27:14.857Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:14.857Z] 2.0.0-dev.77 [2021-02-05T01:27:14.857Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:14.857Z] master [2021-02-05T01:27:14.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:15.346Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:15.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:15.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T01:27:15.645Z] c134d14e0569: Preparing [2021-02-05T01:27:15.645Z] 704634f6d624: Preparing [2021-02-05T01:27:15.645Z] b8969e971c6a: Preparing [2021-02-05T01:27:15.645Z] 75ed8ee9106f: Preparing [2021-02-05T01:27:15.645Z] 777b2c648970: Preparing [2021-02-05T01:27:15.645Z] 777b2c648970: Layer already exists [2021-02-05T01:27:15.645Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:15.645Z] c134d14e0569: Pushed [2021-02-05T01:27:16.219Z] 75ed8ee9106f: Pushed [2021-02-05T01:27:16.413Z] Removing intermediate container 7e1f345d4ee2 [2021-02-05T01:27:16.413Z] ---> af796889640c [2021-02-05T01:27:16.413Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T01:27:16.690Z] ---> Running in d28da507105a [2021-02-05T01:27:16.792Z] 704634f6d624: Pushed [2021-02-05T01:27:16.792Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:c1af1b97beb24540e5d20265ca6588d79204a8edf2439c05972d4921a72e7be3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:17.096Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:17.310Z] Removing intermediate container d28da507105a [2021-02-05T01:27:17.310Z] ---> 5ee4a4271a57 [2021-02-05T01:27:17.310Z] Step 13/21 : WORKDIR /edgex [2021-02-05T01:27:17.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.77 [2021-02-05T01:27:17.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T01:27:17.456Z] c134d14e0569: Preparing [2021-02-05T01:27:17.456Z] 704634f6d624: Preparing [2021-02-05T01:27:17.456Z] b8969e971c6a: Preparing [2021-02-05T01:27:17.456Z] 75ed8ee9106f: Preparing [2021-02-05T01:27:17.456Z] 777b2c648970: Preparing [2021-02-05T01:27:17.456Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:17.456Z] 704634f6d624: Layer already exists [2021-02-05T01:27:17.456Z] 777b2c648970: Layer already exists [2021-02-05T01:27:17.456Z] c134d14e0569: Layer already exists [2021-02-05T01:27:17.456Z] 75ed8ee9106f: Layer already exists [2021-02-05T01:27:17.456Z] 2.0.0-dev.77: digest: sha256:c1af1b97beb24540e5d20265ca6588d79204a8edf2439c05972d4921a72e7be3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:17.591Z] ---> Running in 8152a3208524 [2021-02-05T01:27:17.818Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:18.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:18.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T01:27:18.136Z] c134d14e0569: Preparing [2021-02-05T01:27:18.136Z] 704634f6d624: Preparing [2021-02-05T01:27:18.136Z] b8969e971c6a: Preparing [2021-02-05T01:27:18.136Z] 75ed8ee9106f: Preparing [2021-02-05T01:27:18.136Z] 777b2c648970: Preparing [2021-02-05T01:27:18.136Z] c134d14e0569: Layer already exists [2021-02-05T01:27:18.136Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:18.136Z] 777b2c648970: Layer already exists [2021-02-05T01:27:18.136Z] 704634f6d624: Layer already exists [2021-02-05T01:27:18.136Z] 75ed8ee9106f: Layer already exists [2021-02-05T01:27:18.136Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:c1af1b97beb24540e5d20265ca6588d79204a8edf2439c05972d4921a72e7be3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:18.218Z] Removing intermediate container 8152a3208524 [2021-02-05T01:27:18.218Z] ---> f856e56004db [2021-02-05T01:27:18.218Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T01:27:18.444Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:18.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-05T01:27:18.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-05T01:27:18.761Z] c134d14e0569: Preparing [2021-02-05T01:27:18.761Z] 704634f6d624: Preparing [2021-02-05T01:27:18.761Z] b8969e971c6a: Preparing [2021-02-05T01:27:18.761Z] 75ed8ee9106f: Preparing [2021-02-05T01:27:18.761Z] 777b2c648970: Preparing [2021-02-05T01:27:18.761Z] 75ed8ee9106f: Layer already exists [2021-02-05T01:27:18.761Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:18.761Z] c134d14e0569: Layer already exists [2021-02-05T01:27:18.761Z] 704634f6d624: Layer already exists [2021-02-05T01:27:18.761Z] 777b2c648970: Layer already exists [2021-02-05T01:27:18.761Z] master: digest: sha256:c1af1b97beb24540e5d20265ca6588d79204a8edf2439c05972d4921a72e7be3 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:18.949Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:19.008Z] taggedImages: [2021-02-05T01:27:19.008Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:19.008Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.77 [2021-02-05T01:27:19.008Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:19.008Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-05T01:27:19.093Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-05T01:27:19.093Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:19.093Z] 2.0.0-dev.77 [2021-02-05T01:27:19.093Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:19.093Z] master [2021-02-05T01:27:19.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:19.582Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:19.705Z] ---> b41404c26e8b [2021-02-05T01:27:19.705Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T01:27:19.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:19.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T01:27:19.881Z] eb8850c8b8fe: Preparing [2021-02-05T01:27:19.881Z] 3851e78f3a07: Preparing [2021-02-05T01:27:19.881Z] b8969e971c6a: Preparing [2021-02-05T01:27:19.881Z] ea9cab36f346: Preparing [2021-02-05T01:27:19.881Z] 777b2c648970: Preparing [2021-02-05T01:27:19.881Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:19.881Z] 777b2c648970: Layer already exists [2021-02-05T01:27:19.881Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:19.881Z] eb8850c8b8fe: Pushed [2021-02-05T01:27:21.269Z] 3851e78f3a07: Pushed [2021-02-05T01:27:21.269Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:f5745178bd288636491bbb8fa37580103211f152c911bf50197c69c934cc4ba9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:21.574Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:21.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.77 [2021-02-05T01:27:21.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T01:27:21.875Z] eb8850c8b8fe: Preparing [2021-02-05T01:27:21.875Z] 3851e78f3a07: Preparing [2021-02-05T01:27:21.875Z] b8969e971c6a: Preparing [2021-02-05T01:27:21.875Z] ea9cab36f346: Preparing [2021-02-05T01:27:21.875Z] 777b2c648970: Preparing [2021-02-05T01:27:21.875Z] 777b2c648970: Layer already exists [2021-02-05T01:27:21.875Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:21.875Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:21.875Z] 3851e78f3a07: Layer already exists [2021-02-05T01:27:21.875Z] eb8850c8b8fe: Layer already exists [2021-02-05T01:27:21.875Z] 2.0.0-dev.77: digest: sha256:f5745178bd288636491bbb8fa37580103211f152c911bf50197c69c934cc4ba9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:22.188Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:22.372Z] ---> b57e10f13da2 [2021-02-05T01:27:22.372Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T01:27:22.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:22.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T01:27:22.486Z] eb8850c8b8fe: Preparing [2021-02-05T01:27:22.486Z] 3851e78f3a07: Preparing [2021-02-05T01:27:22.486Z] b8969e971c6a: Preparing [2021-02-05T01:27:22.486Z] ea9cab36f346: Preparing [2021-02-05T01:27:22.486Z] 777b2c648970: Preparing [2021-02-05T01:27:22.486Z] eb8850c8b8fe: Layer already exists [2021-02-05T01:27:22.486Z] 3851e78f3a07: Layer already exists [2021-02-05T01:27:22.486Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:22.486Z] 777b2c648970: Layer already exists [2021-02-05T01:27:22.486Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:22.486Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:f5745178bd288636491bbb8fa37580103211f152c911bf50197c69c934cc4ba9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:22.787Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:23.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-05T01:27:23.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-05T01:27:23.083Z] eb8850c8b8fe: Preparing [2021-02-05T01:27:23.083Z] 3851e78f3a07: Preparing [2021-02-05T01:27:23.083Z] b8969e971c6a: Preparing [2021-02-05T01:27:23.083Z] ea9cab36f346: Preparing [2021-02-05T01:27:23.083Z] 777b2c648970: Preparing [2021-02-05T01:27:23.083Z] 3851e78f3a07: Layer already exists [2021-02-05T01:27:23.083Z] eb8850c8b8fe: Layer already exists [2021-02-05T01:27:23.083Z] 777b2c648970: Layer already exists [2021-02-05T01:27:23.083Z] b8969e971c6a: Layer already exists [2021-02-05T01:27:23.083Z] ea9cab36f346: Layer already exists [2021-02-05T01:27:23.083Z] master: digest: sha256:f5745178bd288636491bbb8fa37580103211f152c911bf50197c69c934cc4ba9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:23.325Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:23.372Z] taggedImages: [2021-02-05T01:27:23.372Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:23.372Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.77 [2021-02-05T01:27:23.372Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:23.372Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-05T01:27:23.434Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-05T01:27:23.434Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:23.434Z] 2.0.0-dev.77 [2021-02-05T01:27:23.434Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:23.434Z] master [2021-02-05T01:27:23.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:23.915Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:24.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:24.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T01:27:24.227Z] d24de71c1fa5: Preparing [2021-02-05T01:27:24.227Z] b81205f0ebfd: Preparing [2021-02-05T01:27:24.227Z] 848de5548e2d: Preparing [2021-02-05T01:27:24.227Z] e4df0467c06c: Preparing [2021-02-05T01:27:24.227Z] 3b3119559e3b: Preparing [2021-02-05T01:27:24.227Z] 3e3c0dfabdbe: Preparing [2021-02-05T01:27:24.227Z] 25b8ce28f5d7: Preparing [2021-02-05T01:27:24.227Z] 0754057c0ad3: Preparing [2021-02-05T01:27:24.227Z] 998cdf262ab1: Preparing [2021-02-05T01:27:24.227Z] 02e56110abd2: Preparing [2021-02-05T01:27:24.227Z] abc36efb885a: Preparing [2021-02-05T01:27:24.227Z] b0b09059f4e1: Preparing [2021-02-05T01:27:24.227Z] bb961f40224b: Preparing [2021-02-05T01:27:24.227Z] f4666769fca7: Preparing [2021-02-05T01:27:24.227Z] 3e3c0dfabdbe: Waiting [2021-02-05T01:27:24.227Z] 25b8ce28f5d7: Waiting [2021-02-05T01:27:24.227Z] 0754057c0ad3: Waiting [2021-02-05T01:27:24.227Z] 998cdf262ab1: Waiting [2021-02-05T01:27:24.227Z] 02e56110abd2: Waiting [2021-02-05T01:27:24.227Z] abc36efb885a: Waiting [2021-02-05T01:27:24.227Z] f4666769fca7: Waiting [2021-02-05T01:27:24.227Z] b0b09059f4e1: Waiting [2021-02-05T01:27:24.227Z] bb961f40224b: Waiting [2021-02-05T01:27:24.379Z] Removing intermediate container 670a40fcfc28 [2021-02-05T01:27:24.379Z] ---> e801ec7d28c3 [2021-02-05T01:27:24.379Z] [2021-02-05T01:27:24.379Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:27:24.379Z] ---> afeebe901d6b [2021-02-05T01:27:24.379Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:27:24.379Z] ---> Using cache [2021-02-05T01:27:24.379Z] ---> 292b231540ff [2021-02-05T01:27:24.379Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:27:24.379Z] ---> Using cache [2021-02-05T01:27:24.379Z] ---> b90b2bc849fd [2021-02-05T01:27:24.379Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T01:27:24.379Z] ---> 08876268b075 [2021-02-05T01:27:24.380Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T01:27:24.380Z] Removing intermediate container d96e095b30a2 [2021-02-05T01:27:24.380Z] ---> 6590f8c03e9e [2021-02-05T01:27:24.380Z] [2021-02-05T01:27:24.380Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T01:27:24.380Z] ---> afeebe901d6b [2021-02-05T01:27:24.380Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T01:27:24.380Z] ---> Running in aefe1c0bbf88 [2021-02-05T01:27:24.494Z] 3b3119559e3b: Pushed [2021-02-05T01:27:24.494Z] d24de71c1fa5: Pushed [2021-02-05T01:27:24.657Z] ---> Running in 85a81bc7d82c [2021-02-05T01:27:24.657Z] ---> Running in 23e560c2348f [2021-02-05T01:27:24.759Z] e4df0467c06c: Pushed [2021-02-05T01:27:24.759Z] 0754057c0ad3: Layer already exists [2021-02-05T01:27:24.759Z] 998cdf262ab1: Layer already exists [2021-02-05T01:27:24.759Z] 02e56110abd2: Layer already exists [2021-02-05T01:27:24.759Z] 25b8ce28f5d7: Pushed [2021-02-05T01:27:24.759Z] abc36efb885a: Layer already exists [2021-02-05T01:27:24.759Z] b0b09059f4e1: Layer already exists [2021-02-05T01:27:24.759Z] bb961f40224b: Layer already exists [2021-02-05T01:27:24.759Z] f4666769fca7: Layer already exists [2021-02-05T01:27:24.759Z] b81205f0ebfd: Pushed [2021-02-05T01:27:25.331Z] 3e3c0dfabdbe: Pushed [2021-02-05T01:27:25.649Z] Removing intermediate container aefe1c0bbf88 [2021-02-05T01:27:25.650Z] ---> 9d7632c3cc1a [2021-02-05T01:27:25.650Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:27:25.650Z] Removing intermediate container 85a81bc7d82c [2021-02-05T01:27:25.650Z] ---> a400afc25095 [2021-02-05T01:27:25.650Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T01:27:25.924Z] ---> Running in a236bf5a32d4 [2021-02-05T01:27:25.924Z] ---> Running in 41d482cddc60 [2021-02-05T01:27:26.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T01:27:26.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T01:27:27.069Z] Removing intermediate container 41d482cddc60 [2021-02-05T01:27:27.069Z] ---> ca6047e7c4cf [2021-02-05T01:27:27.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:27:27.069Z] Removing intermediate container a236bf5a32d4 [2021-02-05T01:27:27.069Z] ---> df9c96e0ad7b [2021-02-05T01:27:27.069Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T01:27:27.069Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T01:27:27.344Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T01:27:27.344Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T01:27:27.344Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T01:27:27.624Z] OK: 6 MiB in 16 packages [2021-02-05T01:27:27.624Z] Removing intermediate container 031d953894ad [2021-02-05T01:27:27.624Z] ---> 3552cd3c20e6 [2021-02-05T01:27:27.624Z] [2021-02-05T01:27:27.624Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T01:27:27.624Z] ---> Running in e38347b99bfc [2021-02-05T01:27:27.624Z] ---> afeebe901d6b [2021-02-05T01:27:27.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T01:27:27.624Z] ---> Using cache [2021-02-05T01:27:27.624Z] ---> 292b231540ff [2021-02-05T01:27:27.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:27:27.624Z] ---> Using cache [2021-02-05T01:27:27.624Z] ---> b90b2bc849fd [2021-02-05T01:27:27.624Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T01:27:27.902Z] ---> Running in b743fd1a8fb4 [2021-02-05T01:27:28.175Z] ---> 16f852b78f51 [2021-02-05T01:27:28.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T01:27:28.175Z] Removing intermediate container e38347b99bfc [2021-02-05T01:27:28.175Z] ---> 139cbf16b7df [2021-02-05T01:27:28.175Z] Step 20/21 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:28.453Z] ---> Running in 2c9cf3d8140b [2021-02-05T01:27:28.641Z] 848de5548e2d: Pushed [2021-02-05T01:27:28.641Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:b0cffed315e42e3636807a9ecbf6390d978f960df5806f9a37a0895cbf51a6d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:28.734Z] Removing intermediate container b743fd1a8fb4 [2021-02-05T01:27:28.734Z] ---> 00d1a292025c [2021-02-05T01:27:28.734Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T01:27:28.952Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:29.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.77 [2021-02-05T01:27:29.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T01:27:29.248Z] d24de71c1fa5: Preparing [2021-02-05T01:27:29.248Z] b81205f0ebfd: Preparing [2021-02-05T01:27:29.248Z] 848de5548e2d: Preparing [2021-02-05T01:27:29.248Z] e4df0467c06c: Preparing [2021-02-05T01:27:29.248Z] 3b3119559e3b: Preparing [2021-02-05T01:27:29.248Z] 3e3c0dfabdbe: Preparing [2021-02-05T01:27:29.248Z] 25b8ce28f5d7: Preparing [2021-02-05T01:27:29.248Z] 0754057c0ad3: Preparing [2021-02-05T01:27:29.248Z] 998cdf262ab1: Preparing [2021-02-05T01:27:29.248Z] 02e56110abd2: Preparing [2021-02-05T01:27:29.248Z] abc36efb885a: Preparing [2021-02-05T01:27:29.248Z] b0b09059f4e1: Preparing [2021-02-05T01:27:29.248Z] bb961f40224b: Preparing [2021-02-05T01:27:29.248Z] f4666769fca7: Preparing [2021-02-05T01:27:29.248Z] 3e3c0dfabdbe: Waiting [2021-02-05T01:27:29.248Z] 25b8ce28f5d7: Waiting [2021-02-05T01:27:29.248Z] 0754057c0ad3: Waiting [2021-02-05T01:27:29.248Z] 998cdf262ab1: Waiting [2021-02-05T01:27:29.248Z] 02e56110abd2: Waiting [2021-02-05T01:27:29.248Z] abc36efb885a: Waiting [2021-02-05T01:27:29.248Z] b0b09059f4e1: Waiting [2021-02-05T01:27:29.248Z] bb961f40224b: Waiting [2021-02-05T01:27:29.248Z] f4666769fca7: Waiting [2021-02-05T01:27:29.248Z] 3b3119559e3b: Layer already exists [2021-02-05T01:27:29.248Z] d24de71c1fa5: Layer already exists [2021-02-05T01:27:29.248Z] 848de5548e2d: Layer already exists [2021-02-05T01:27:29.248Z] e4df0467c06c: Layer already exists [2021-02-05T01:27:29.248Z] b81205f0ebfd: Layer already exists [2021-02-05T01:27:29.248Z] 3e3c0dfabdbe: Layer already exists [2021-02-05T01:27:29.248Z] 25b8ce28f5d7: Layer already exists [2021-02-05T01:27:29.248Z] 02e56110abd2: Layer already exists [2021-02-05T01:27:29.248Z] 0754057c0ad3: Layer already exists [2021-02-05T01:27:29.249Z] 998cdf262ab1: Layer already exists [2021-02-05T01:27:29.249Z] abc36efb885a: Layer already exists [2021-02-05T01:27:29.249Z] b0b09059f4e1: Layer already exists [2021-02-05T01:27:29.249Z] bb961f40224b: Layer already exists [2021-02-05T01:27:29.249Z] f4666769fca7: Layer already exists [2021-02-05T01:27:29.249Z] 2.0.0-dev.77: digest: sha256:b0cffed315e42e3636807a9ecbf6390d978f960df5806f9a37a0895cbf51a6d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:29.331Z] ---> Running in 5edcb36e1d59 [2021-02-05T01:27:29.331Z] Removing intermediate container 2c9cf3d8140b [2021-02-05T01:27:29.331Z] ---> d75ea2a0af01 [2021-02-05T01:27:29.331Z] Step 21/21 : LABEL version=2.0.0-dev.77 [2021-02-05T01:27:29.550Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:29.606Z] ---> 042395ddf057 [2021-02-05T01:27:29.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:29.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T01:27:29.847Z] d24de71c1fa5: Preparing [2021-02-05T01:27:29.847Z] b81205f0ebfd: Preparing [2021-02-05T01:27:29.847Z] 848de5548e2d: Preparing [2021-02-05T01:27:29.847Z] e4df0467c06c: Preparing [2021-02-05T01:27:29.847Z] 3b3119559e3b: Preparing [2021-02-05T01:27:29.847Z] 3e3c0dfabdbe: Preparing [2021-02-05T01:27:29.847Z] 25b8ce28f5d7: Preparing [2021-02-05T01:27:29.847Z] 0754057c0ad3: Preparing [2021-02-05T01:27:29.847Z] 998cdf262ab1: Preparing [2021-02-05T01:27:29.847Z] 02e56110abd2: Preparing [2021-02-05T01:27:29.847Z] abc36efb885a: Preparing [2021-02-05T01:27:29.847Z] b0b09059f4e1: Preparing [2021-02-05T01:27:29.847Z] bb961f40224b: Preparing [2021-02-05T01:27:29.847Z] f4666769fca7: Preparing [2021-02-05T01:27:29.847Z] 3e3c0dfabdbe: Waiting [2021-02-05T01:27:29.847Z] b0b09059f4e1: Waiting [2021-02-05T01:27:29.847Z] 998cdf262ab1: Waiting [2021-02-05T01:27:29.847Z] bb961f40224b: Waiting [2021-02-05T01:27:29.847Z] 02e56110abd2: Waiting [2021-02-05T01:27:29.847Z] f4666769fca7: Waiting [2021-02-05T01:27:29.847Z] abc36efb885a: Waiting [2021-02-05T01:27:29.847Z] 25b8ce28f5d7: Waiting [2021-02-05T01:27:29.847Z] 0754057c0ad3: Waiting [2021-02-05T01:27:29.847Z] b81205f0ebfd: Layer already exists [2021-02-05T01:27:29.847Z] 3b3119559e3b: Layer already exists [2021-02-05T01:27:29.847Z] 848de5548e2d: Layer already exists [2021-02-05T01:27:29.847Z] e4df0467c06c: Layer already exists [2021-02-05T01:27:29.847Z] d24de71c1fa5: Layer already exists [2021-02-05T01:27:29.847Z] 0754057c0ad3: Layer already exists [2021-02-05T01:27:29.847Z] 3e3c0dfabdbe: Layer already exists [2021-02-05T01:27:29.847Z] 25b8ce28f5d7: Layer already exists [2021-02-05T01:27:29.847Z] 998cdf262ab1: Layer already exists [2021-02-05T01:27:29.847Z] 02e56110abd2: Layer already exists [2021-02-05T01:27:29.847Z] abc36efb885a: Layer already exists [2021-02-05T01:27:29.847Z] f4666769fca7: Layer already exists [2021-02-05T01:27:29.847Z] bb961f40224b: Layer already exists [2021-02-05T01:27:29.847Z] b0b09059f4e1: Layer already exists [2021-02-05T01:27:29.847Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:b0cffed315e42e3636807a9ecbf6390d978f960df5806f9a37a0895cbf51a6d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:29.887Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T01:27:29.887Z] Removing intermediate container 23e560c2348f [2021-02-05T01:27:29.887Z] ---> 062874016599 [2021-02-05T01:27:29.887Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T01:27:29.887Z] ---> Running in 2ea9f8c1c3c0 [2021-02-05T01:27:29.887Z] ---> Running in 2931e3db24b5 [2021-02-05T01:27:30.153Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-05T01:27:30.164Z] Removing intermediate container 5edcb36e1d59 [2021-02-05T01:27:30.164Z] ---> de0c321bf998 [2021-02-05T01:27:30.164Z] Step 15/23 : WORKDIR / [2021-02-05T01:27:30.164Z] ---> Running in bb103c27132d [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:30.442Z] Removing intermediate container 2ea9f8c1c3c0 [2021-02-05T01:27:30.442Z] ---> 32e176dbd995 [2021-02-05T01:27:30.442Z] [2021-02-05T01:27:30.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-05T01:27:30.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-05T01:27:30.451Z] d24de71c1fa5: Preparing [2021-02-05T01:27:30.451Z] b81205f0ebfd: Preparing [2021-02-05T01:27:30.451Z] 848de5548e2d: Preparing [2021-02-05T01:27:30.451Z] e4df0467c06c: Preparing [2021-02-05T01:27:30.451Z] 3b3119559e3b: Preparing [2021-02-05T01:27:30.451Z] 3e3c0dfabdbe: Preparing [2021-02-05T01:27:30.451Z] 25b8ce28f5d7: Preparing [2021-02-05T01:27:30.451Z] 0754057c0ad3: Preparing [2021-02-05T01:27:30.451Z] 998cdf262ab1: Preparing [2021-02-05T01:27:30.451Z] 02e56110abd2: Preparing [2021-02-05T01:27:30.451Z] abc36efb885a: Preparing [2021-02-05T01:27:30.451Z] b0b09059f4e1: Preparing [2021-02-05T01:27:30.451Z] bb961f40224b: Preparing [2021-02-05T01:27:30.451Z] f4666769fca7: Preparing [2021-02-05T01:27:30.451Z] 3e3c0dfabdbe: Waiting [2021-02-05T01:27:30.451Z] 25b8ce28f5d7: Waiting [2021-02-05T01:27:30.451Z] 0754057c0ad3: Waiting [2021-02-05T01:27:30.451Z] 998cdf262ab1: Waiting [2021-02-05T01:27:30.451Z] 02e56110abd2: Waiting [2021-02-05T01:27:30.451Z] abc36efb885a: Waiting [2021-02-05T01:27:30.451Z] b0b09059f4e1: Waiting [2021-02-05T01:27:30.451Z] bb961f40224b: Waiting [2021-02-05T01:27:30.451Z] f4666769fca7: Waiting [2021-02-05T01:27:30.451Z] 848de5548e2d: Layer already exists [2021-02-05T01:27:30.451Z] d24de71c1fa5: Layer already exists [2021-02-05T01:27:30.451Z] 3b3119559e3b: Layer already exists [2021-02-05T01:27:30.451Z] e4df0467c06c: Layer already exists [2021-02-05T01:27:30.451Z] b81205f0ebfd: Layer already exists [2021-02-05T01:27:30.451Z] 25b8ce28f5d7: Layer already exists [2021-02-05T01:27:30.451Z] 3e3c0dfabdbe: Layer already exists [2021-02-05T01:27:30.451Z] 02e56110abd2: Layer already exists [2021-02-05T01:27:30.451Z] 998cdf262ab1: Layer already exists [2021-02-05T01:27:30.451Z] 0754057c0ad3: Layer already exists [2021-02-05T01:27:30.451Z] abc36efb885a: Layer already exists [2021-02-05T01:27:30.451Z] b0b09059f4e1: Layer already exists [2021-02-05T01:27:30.451Z] bb961f40224b: Layer already exists [2021-02-05T01:27:30.451Z] f4666769fca7: Layer already exists [2021-02-05T01:27:30.711Z] master: digest: sha256:b0cffed315e42e3636807a9ecbf6390d978f960df5806f9a37a0895cbf51a6d5 size: 3252 [2021-02-05T01:27:30.719Z] Removing intermediate container 2931e3db24b5 [2021-02-05T01:27:30.720Z] ---> 63b067a43268 [2021-02-05T01:27:30.720Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T01:27:30.720Z] ---> f8c4ab7a9af4 [2021-02-05T01:27:30.720Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:30.905Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:30.952Z] taggedImages: [2021-02-05T01:27:30.952Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:30.952Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.77 [2021-02-05T01:27:30.952Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:30.952Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-02-05T01:27:31.002Z] ---> Running in 15dd4a23960a [2021-02-05T01:27:31.002Z] Successfully built 32e176dbd995 [2021-02-05T01:27:31.002Z] Removing intermediate container bb103c27132d [2021-02-05T01:27:31.002Z] ---> 7dbbcfd9e9ee [2021-02-05T01:27:31.002Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:27:31.002Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T01:27:31.002Z]  Building docker-security-proxy-setup-go ... done  ---> Running in cb61e8939a57 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-02-05T01:27:31.604Z] Removing intermediate container 15dd4a23960a [2021-02-05T01:27:31.604Z] ---> 52edb033b2cc [2021-02-05T01:27:31.604Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T01:27:31.604Z] ---> Running in 4408a83035d9 [2021-02-05T01:27:31.604Z] Removing intermediate container cb61e8939a57 [2021-02-05T01:27:31.604Z] ---> 245b1364d7db [2021-02-05T01:27:31.604Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T01:27:31.878Z] ---> Running in 900e150fc8ad [2021-02-05T01:27:31.878Z] ---> 09da913c2c04 [2021-02-05T01:27:31.878Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T01:27:32.150Z] Removing intermediate container 4408a83035d9 [2021-02-05T01:27:32.150Z] ---> 7bb969e9a14b [2021-02-05T01:27:32.150Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T01:27:32.423Z] Removing intermediate container 900e150fc8ad [2021-02-05T01:27:32.423Z] ---> 5feda6939881 [2021-02-05T01:27:32.423Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T01:27:32.697Z] ---> Running in 68e89be19936 [2021-02-05T01:27:33.290Z] ---> a3f1c7e8aeec [2021-02-05T01:27:33.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T01:27:33.566Z] Removing intermediate container 68e89be19936 [2021-02-05T01:27:33.566Z] ---> 0342af39e368 [2021-02-05T01:27:33.566Z] Step 21/22 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:33.566Z] ---> f36363a6f6f4 [2021-02-05T01:27:33.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T01:27:33.844Z] ---> Running in 73d478ce468b [2021-02-05T01:27:34.453Z] Removing intermediate container 73d478ce468b [2021-02-05T01:27:34.453Z] ---> b051bc5e5f08 [2021-02-05T01:27:34.453Z] Step 22/22 : LABEL version=2.0.0-dev.77 [2021-02-05T01:27:34.725Z] ---> 98f2893cdb74 [2021-02-05T01:27:34.725Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T01:27:35.010Z] ---> Running in 15c0a5bbcc55 [2021-02-05T01:27:35.010Z] ---> Running in 4578420f995b [2021-02-05T01:27:35.010Z] ---> bb4edbc913b5 [2021-02-05T01:27:35.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T01:27:35.603Z] Removing intermediate container 15c0a5bbcc55 [2021-02-05T01:27:35.603Z] Removing intermediate container 4578420f995b [2021-02-05T01:27:35.603Z] ---> c5e7e94c0d06 [2021-02-05T01:27:35.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:27:35.603Z] ---> c64c22b43a21 [2021-02-05T01:27:35.603Z] [2021-02-05T01:27:35.874Z] ---> Running in ef38fd385522 [2021-02-05T01:27:35.874Z] Successfully built c64c22b43a21 [2021-02-05T01:27:35.874Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T01:27:35.874Z]  Building docker-support-scheduler-go ... done  ---> 917c40fe4e72 [2021-02-05T01:27:35.874Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T01:27:36.149Z] ---> Running in 46ef313bf063 [2021-02-05T01:27:36.423Z] Removing intermediate container ef38fd385522 [2021-02-05T01:27:36.423Z] ---> e065d5957bd3 [2021-02-05T01:27:36.423Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T01:27:36.423Z] ---> Running in bf929097e2cf [2021-02-05T01:27:36.698Z] Removing intermediate container 46ef313bf063 [2021-02-05T01:27:36.698Z] ---> 7d53ef6a22c4 [2021-02-05T01:27:36.698Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T01:27:36.698Z] ---> Running in 41b53e8bcbbc [2021-02-05T01:27:36.971Z] Removing intermediate container bf929097e2cf [2021-02-05T01:27:36.971Z] ---> c5d40766b83e [2021-02-05T01:27:36.971Z] Step 22/23 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:37.243Z] ---> Running in 6d7370b01eae [2021-02-05T01:27:37.516Z] Removing intermediate container 41b53e8bcbbc [2021-02-05T01:27:37.516Z] ---> 169b0965f0dd [2021-02-05T01:27:37.516Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T01:27:37.516Z] ---> Running in a259cc296c24 [2021-02-05T01:27:37.789Z] Removing intermediate container 6d7370b01eae [2021-02-05T01:27:37.789Z] ---> 3eb8ad1afb6a [2021-02-05T01:27:37.789Z] Step 23/23 : LABEL version=2.0.0-dev.77 [2021-02-05T01:27:37.789Z] ---> Running in cdf42fe53d18 [2021-02-05T01:27:38.060Z] Removing intermediate container a259cc296c24 [2021-02-05T01:27:38.060Z] ---> 496133aca70a [2021-02-05T01:27:38.060Z] Step 21/22 : LABEL git_sha=97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:38.332Z] ---> Running in 0f81f3c3d4f7 [2021-02-05T01:27:38.332Z] Removing intermediate container cdf42fe53d18 [2021-02-05T01:27:38.332Z] ---> fe0e26f5a3d2 [2021-02-05T01:27:38.332Z] [2021-02-05T01:27:38.927Z] Successfully built fe0e26f5a3d2 [2021-02-05T01:27:38.927Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T01:27:38.927Z]  Building docker-core-metadata-go ... done Removing intermediate container 0f81f3c3d4f7 [2021-02-05T01:27:38.927Z] ---> f352202cd548 [2021-02-05T01:27:38.927Z] Step 22/22 : LABEL version=2.0.0-dev.77 [2021-02-05T01:27:39.200Z] ---> Running in 98b1933fffd4 [2021-02-05T01:27:39.475Z] Removing intermediate container 98b1933fffd4 [2021-02-05T01:27:39.475Z] ---> 0e3b01d2211d [2021-02-05T01:27:39.475Z] [2021-02-05T01:27:40.071Z] Successfully built 0e3b01d2211d [2021-02-05T01:27:40.071Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T01:27:40.356Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-05T01:27:40.363Z] $ docker stop --time=1 da52408596d95554884aa01580c7ecfb0d91bd216ff946f7f0518d93fa32f2c8 [2021-02-05T01:27:42.339Z] $ docker rm -f da52408596d95554884aa01580c7ecfb0d91bd216ff946f7f0518d93fa32f2c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T01:27:43.002Z] + grep docker [2021-02-05T01:27:43.002Z] + docker images [2021-02-05T01:27:43.273Z] docker-support-notifications-go-arm64 latest 0e3b01d2211d 4 seconds ago 16.7MB [2021-02-05T01:27:43.273Z] docker-core-metadata-go-arm64 latest fe0e26f5a3d2 5 seconds ago 17.7MB [2021-02-05T01:27:43.273Z] docker-support-scheduler-go-arm64 latest c64c22b43a21 8 seconds ago 16.1MB [2021-02-05T01:27:43.273Z] docker-security-proxy-setup-go-arm64 latest 32e176dbd995 13 seconds ago 23.2MB [2021-02-05T01:27:43.273Z] docker-sys-mgmt-agent-go-arm64 latest 742167357fb5 About a minute ago 300MB [2021-02-05T01:27:43.273Z] docker-core-data-go-arm64 latest f5a1f6123853 2 minutes ago 21MB [2021-02-05T01:27:43.273Z] docker-security-bootstrapper-go-arm64 latest de7fda5bffbd 2 minutes ago 22.6MB [2021-02-05T01:27:43.273Z] docker-core-command-go-arm64 latest 335d7f567d8d 2 minutes ago 16MB [2021-02-05T01:27:43.273Z] docker-security-secretstore-setup-go-arm64 latest 1a4db9225df1 3 minutes ago 23.4MB [2021-02-05T01:27:43.273Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T01:27:43.973Z] provisioning config files... [2021-02-05T01:27:44.046Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/342@tmp/config6798997902252271656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:27:44.426Z] ---> docker-login.sh [2021-02-05T01:27:44.426Z] nexus3.edgexfoundry.org:10001 [2021-02-05T01:27:44.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:27:44.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:27:44.968Z] Configure a credential helper to remove this warning. See [2021-02-05T01:27:44.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:27:44.968Z] [2021-02-05T01:27:44.968Z] Login Succeeded [2021-02-05T01:27:44.968Z] nexus3.edgexfoundry.org:10002 [2021-02-05T01:27:45.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:27:45.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:27:45.509Z] Configure a credential helper to remove this warning. See [2021-02-05T01:27:45.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:27:45.509Z] [2021-02-05T01:27:45.509Z] Login Succeeded [2021-02-05T01:27:45.509Z] nexus3.edgexfoundry.org:10003 [2021-02-05T01:27:45.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:27:46.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:27:46.051Z] Configure a credential helper to remove this warning. See [2021-02-05T01:27:46.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:27:46.051Z] [2021-02-05T01:27:46.051Z] Login Succeeded [2021-02-05T01:27:46.051Z] nexus3.edgexfoundry.org:10004 [2021-02-05T01:27:46.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:27:46.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:27:46.593Z] Configure a credential helper to remove this warning. See [2021-02-05T01:27:46.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:27:46.593Z] [2021-02-05T01:27:46.593Z] Login Succeeded [2021-02-05T01:27:46.593Z] docker.io [2021-02-05T01:27:47.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T01:27:47.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T01:27:47.451Z] Configure a credential helper to remove this warning. See [2021-02-05T01:27:47.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T01:27:47.451Z] [2021-02-05T01:27:47.451Z] Login Succeeded [2021-02-05T01:27:47.451Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T01:27:47.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:47.680Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-05T01:27:47.680Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:47.680Z] 2.0.0-dev.77 [2021-02-05T01:27:47.680Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:47.680Z] master [2021-02-05T01:27:47.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:48.169Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:48.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:48.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T01:27:48.501Z] 4e515b6b970e: Preparing [2021-02-05T01:27:48.501Z] 821a7a11cdd1: Preparing [2021-02-05T01:27:48.501Z] 14d5df96d825: Preparing [2021-02-05T01:27:48.501Z] a03f23fcf5c1: Preparing [2021-02-05T01:27:48.501Z] 379067d0cb53: Preparing [2021-02-05T01:27:48.786Z] 379067d0cb53: Layer already exists [2021-02-05T01:27:48.786Z] 4e515b6b970e: Pushed [2021-02-05T01:27:48.786Z] a03f23fcf5c1: Pushed [2021-02-05T01:27:48.786Z] 14d5df96d825: Pushed [2021-02-05T01:27:51.383Z] 821a7a11cdd1: Pushed [2021-02-05T01:27:51.653Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:08a0c08261202058c447b86058a923339d101762bd20128f5d1b2eeec5ac3310 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:51.989Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:52.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.77 [2021-02-05T01:27:52.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T01:27:52.324Z] 4e515b6b970e: Preparing [2021-02-05T01:27:52.324Z] 821a7a11cdd1: Preparing [2021-02-05T01:27:52.324Z] 14d5df96d825: Preparing [2021-02-05T01:27:52.324Z] a03f23fcf5c1: Preparing [2021-02-05T01:27:52.324Z] 379067d0cb53: Preparing [2021-02-05T01:27:52.324Z] 4e515b6b970e: Layer already exists [2021-02-05T01:27:52.324Z] 14d5df96d825: Layer already exists [2021-02-05T01:27:52.324Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:27:52.324Z] 821a7a11cdd1: Layer already exists [2021-02-05T01:27:52.324Z] 379067d0cb53: Layer already exists [2021-02-05T01:27:52.592Z] 2.0.0-dev.77: digest: sha256:08a0c08261202058c447b86058a923339d101762bd20128f5d1b2eeec5ac3310 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:52.928Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:53.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:53.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T01:27:53.271Z] 4e515b6b970e: Preparing [2021-02-05T01:27:53.271Z] 821a7a11cdd1: Preparing [2021-02-05T01:27:53.271Z] 14d5df96d825: Preparing [2021-02-05T01:27:53.271Z] a03f23fcf5c1: Preparing [2021-02-05T01:27:53.271Z] 379067d0cb53: Preparing [2021-02-05T01:27:53.271Z] 14d5df96d825: Layer already exists [2021-02-05T01:27:53.271Z] 4e515b6b970e: Layer already exists [2021-02-05T01:27:53.271Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:27:53.271Z] 379067d0cb53: Layer already exists [2021-02-05T01:27:53.271Z] 821a7a11cdd1: Layer already exists [2021-02-05T01:27:53.552Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:08a0c08261202058c447b86058a923339d101762bd20128f5d1b2eeec5ac3310 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:53.904Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:54.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-05T01:27:54.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-05T01:27:54.261Z] 4e515b6b970e: Preparing [2021-02-05T01:27:54.261Z] 821a7a11cdd1: Preparing [2021-02-05T01:27:54.261Z] 14d5df96d825: Preparing [2021-02-05T01:27:54.261Z] a03f23fcf5c1: Preparing [2021-02-05T01:27:54.261Z] 379067d0cb53: Preparing [2021-02-05T01:27:54.536Z] 821a7a11cdd1: Layer already exists [2021-02-05T01:27:54.536Z] 379067d0cb53: Layer already exists [2021-02-05T01:27:54.536Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:27:54.536Z] 14d5df96d825: Layer already exists [2021-02-05T01:27:54.536Z] 4e515b6b970e: Layer already exists [2021-02-05T01:27:54.536Z] master: digest: sha256:08a0c08261202058c447b86058a923339d101762bd20128f5d1b2eeec5ac3310 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:27:54.719Z] ===================================================== [Pipeline] echo [2021-02-05T01:27:54.794Z] taggedImages: [2021-02-05T01:27:54.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:54.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.77 [2021-02-05T01:27:54.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:54.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-05T01:27:54.855Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-05T01:27:54.855Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:54.855Z] 2.0.0-dev.77 [2021-02-05T01:27:54.855Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:27:54.855Z] master [2021-02-05T01:27:54.855Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:55.387Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:55.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:27:55.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T01:27:55.739Z] b53344415b02: Preparing [2021-02-05T01:27:55.739Z] 18e58c478b02: Preparing [2021-02-05T01:27:55.739Z] 14d5df96d825: Preparing [2021-02-05T01:27:55.739Z] 14ef50490f5d: Preparing [2021-02-05T01:27:55.739Z] 2db5d3bdc78c: Preparing [2021-02-05T01:27:55.739Z] 379067d0cb53: Preparing [2021-02-05T01:27:55.739Z] 379067d0cb53: Waiting [2021-02-05T01:27:56.012Z] 14d5df96d825: Layer already exists [2021-02-05T01:27:56.012Z] 379067d0cb53: Layer already exists [2021-02-05T01:27:56.012Z] b53344415b02: Pushed [2021-02-05T01:27:56.012Z] 2db5d3bdc78c: Pushed [2021-02-05T01:27:56.988Z] 14ef50490f5d: Pushed [2021-02-05T01:27:58.943Z] 18e58c478b02: Pushed [2021-02-05T01:27:59.214Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:49c1ff5d440895968f501855941955f108cec9cfd670ab12a1845556dcf276ce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:59.554Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:27:59.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.77 [2021-02-05T01:27:59.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T01:27:59.887Z] b53344415b02: Preparing [2021-02-05T01:27:59.887Z] 18e58c478b02: Preparing [2021-02-05T01:27:59.887Z] 14d5df96d825: Preparing [2021-02-05T01:27:59.887Z] 14ef50490f5d: Preparing [2021-02-05T01:27:59.887Z] 2db5d3bdc78c: Preparing [2021-02-05T01:27:59.887Z] 379067d0cb53: Preparing [2021-02-05T01:27:59.887Z] 379067d0cb53: Waiting [2021-02-05T01:28:00.157Z] b53344415b02: Layer already exists [2021-02-05T01:28:00.157Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:00.157Z] 18e58c478b02: Layer already exists [2021-02-05T01:28:00.157Z] 2db5d3bdc78c: Layer already exists [2021-02-05T01:28:00.157Z] 14ef50490f5d: Layer already exists [2021-02-05T01:28:00.157Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:00.157Z] 2.0.0-dev.77: digest: sha256:49c1ff5d440895968f501855941955f108cec9cfd670ab12a1845556dcf276ce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:00.494Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:00.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:00.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T01:28:00.827Z] b53344415b02: Preparing [2021-02-05T01:28:00.827Z] 18e58c478b02: Preparing [2021-02-05T01:28:00.827Z] 14d5df96d825: Preparing [2021-02-05T01:28:00.827Z] 14ef50490f5d: Preparing [2021-02-05T01:28:00.827Z] 2db5d3bdc78c: Preparing [2021-02-05T01:28:00.827Z] 379067d0cb53: Preparing [2021-02-05T01:28:00.827Z] 379067d0cb53: Waiting [2021-02-05T01:28:01.097Z] 18e58c478b02: Layer already exists [2021-02-05T01:28:01.097Z] 14ef50490f5d: Layer already exists [2021-02-05T01:28:01.097Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:01.097Z] 2db5d3bdc78c: Layer already exists [2021-02-05T01:28:01.097Z] b53344415b02: Layer already exists [2021-02-05T01:28:01.097Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:01.097Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:49c1ff5d440895968f501855941955f108cec9cfd670ab12a1845556dcf276ce size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:01.459Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:01.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-05T01:28:01.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-05T01:28:01.797Z] b53344415b02: Preparing [2021-02-05T01:28:01.797Z] 18e58c478b02: Preparing [2021-02-05T01:28:01.797Z] 14d5df96d825: Preparing [2021-02-05T01:28:01.797Z] 14ef50490f5d: Preparing [2021-02-05T01:28:01.797Z] 2db5d3bdc78c: Preparing [2021-02-05T01:28:01.797Z] 379067d0cb53: Preparing [2021-02-05T01:28:01.797Z] 379067d0cb53: Waiting [2021-02-05T01:28:01.797Z] 14ef50490f5d: Layer already exists [2021-02-05T01:28:01.797Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:02.068Z] 18e58c478b02: Layer already exists [2021-02-05T01:28:02.068Z] b53344415b02: Layer already exists [2021-02-05T01:28:02.068Z] 2db5d3bdc78c: Layer already exists [2021-02-05T01:28:02.068Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:02.068Z] master: digest: sha256:49c1ff5d440895968f501855941955f108cec9cfd670ab12a1845556dcf276ce size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:02.337Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:02.381Z] taggedImages: [2021-02-05T01:28:02.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:02.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:02.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:02.381Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-05T01:28:02.438Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-05T01:28:02.438Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:02.438Z] 2.0.0-dev.77 [2021-02-05T01:28:02.438Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:02.438Z] master [2021-02-05T01:28:02.438Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:02.929Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:03.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:03.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T01:28:03.267Z] 6c4a52d4a702: Preparing [2021-02-05T01:28:03.267Z] 0226325b445c: Preparing [2021-02-05T01:28:03.267Z] 14d5df96d825: Preparing [2021-02-05T01:28:03.267Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:03.267Z] 379067d0cb53: Preparing [2021-02-05T01:28:03.537Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:03.537Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:03.537Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:03.537Z] 6c4a52d4a702: Pushed [2021-02-05T01:28:06.906Z] 0226325b445c: Pushed [2021-02-05T01:28:06.906Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:92413f38023a14c166f8184c69896206fd4b81d3e9ff052727160d00d676d257 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:07.246Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:07.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:07.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T01:28:07.577Z] 6c4a52d4a702: Preparing [2021-02-05T01:28:07.577Z] 0226325b445c: Preparing [2021-02-05T01:28:07.577Z] 14d5df96d825: Preparing [2021-02-05T01:28:07.577Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:07.577Z] 379067d0cb53: Preparing [2021-02-05T01:28:07.577Z] 6c4a52d4a702: Layer already exists [2021-02-05T01:28:07.577Z] 0226325b445c: Layer already exists [2021-02-05T01:28:07.577Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:07.577Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:07.577Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:07.847Z] 2.0.0-dev.77: digest: sha256:92413f38023a14c166f8184c69896206fd4b81d3e9ff052727160d00d676d257 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:08.184Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:08.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:08.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T01:28:08.514Z] 6c4a52d4a702: Preparing [2021-02-05T01:28:08.514Z] 0226325b445c: Preparing [2021-02-05T01:28:08.514Z] 14d5df96d825: Preparing [2021-02-05T01:28:08.514Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:08.514Z] 379067d0cb53: Preparing [2021-02-05T01:28:08.514Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:08.514Z] 6c4a52d4a702: Layer already exists [2021-02-05T01:28:08.514Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:08.514Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:08.514Z] 0226325b445c: Layer already exists [2021-02-05T01:28:08.784Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:92413f38023a14c166f8184c69896206fd4b81d3e9ff052727160d00d676d257 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:09.119Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:09.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-05T01:28:09.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-05T01:28:09.455Z] 6c4a52d4a702: Preparing [2021-02-05T01:28:09.455Z] 0226325b445c: Preparing [2021-02-05T01:28:09.455Z] 14d5df96d825: Preparing [2021-02-05T01:28:09.455Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:09.455Z] 379067d0cb53: Preparing [2021-02-05T01:28:09.455Z] 6c4a52d4a702: Layer already exists [2021-02-05T01:28:09.455Z] 0226325b445c: Layer already exists [2021-02-05T01:28:09.455Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:09.725Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:09.725Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:09.725Z] master: digest: sha256:92413f38023a14c166f8184c69896206fd4b81d3e9ff052727160d00d676d257 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:09.925Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:09.975Z] taggedImages: [2021-02-05T01:28:09.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:09.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:09.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:09.975Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-05T01:28:10.042Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-05T01:28:10.042Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:10.042Z] 2.0.0-dev.77 [2021-02-05T01:28:10.042Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:10.042Z] master [2021-02-05T01:28:10.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:10.590Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:10.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:10.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T01:28:10.924Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:10.924Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:10.924Z] 4af00905602b: Preparing [2021-02-05T01:28:10.924Z] 7a69fbc91d48: Preparing [2021-02-05T01:28:10.924Z] 959f7f7e7726: Preparing [2021-02-05T01:28:10.924Z] 0b29377f82e2: Preparing [2021-02-05T01:28:10.924Z] 14d5df96d825: Preparing [2021-02-05T01:28:10.924Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:10.924Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:10.924Z] 9f3b53618050: Preparing [2021-02-05T01:28:10.924Z] 011ab6946c7d: Preparing [2021-02-05T01:28:10.924Z] 379067d0cb53: Preparing [2021-02-05T01:28:10.924Z] 14d5df96d825: Waiting [2021-02-05T01:28:10.924Z] 3a84c4fb7ff0: Waiting [2021-02-05T01:28:10.924Z] 9f3b53618050: Waiting [2021-02-05T01:28:10.924Z] 011ab6946c7d: Waiting [2021-02-05T01:28:10.924Z] 379067d0cb53: Waiting [2021-02-05T01:28:11.203Z] 7b5858d0a1c1: Pushed [2021-02-05T01:28:11.203Z] 4af00905602b: Pushed [2021-02-05T01:28:11.203Z] 959f7f7e7726: Pushed [2021-02-05T01:28:11.203Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:11.475Z] 9f3b53618050: Pushed [2021-02-05T01:28:11.475Z] 3a84c4fb7ff0: Pushed [2021-02-05T01:28:11.475Z] 011ab6946c7d: Pushed [2021-02-05T01:28:11.475Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:13.441Z] 7a69fbc91d48: Pushed [2021-02-05T01:28:13.441Z] 0b29377f82e2: Pushed [2021-02-05T01:28:13.712Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:f4cdf1fb740bc543ac5ec039cd3fe7f30f5ba9f59d0bb239fe854246c21d996f size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:14.052Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:14.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:14.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T01:28:14.387Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:14.387Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:14.387Z] 4af00905602b: Preparing [2021-02-05T01:28:14.387Z] 7a69fbc91d48: Preparing [2021-02-05T01:28:14.387Z] 959f7f7e7726: Preparing [2021-02-05T01:28:14.387Z] 0b29377f82e2: Preparing [2021-02-05T01:28:14.387Z] 14d5df96d825: Preparing [2021-02-05T01:28:14.387Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:14.387Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:14.387Z] 9f3b53618050: Preparing [2021-02-05T01:28:14.387Z] 011ab6946c7d: Preparing [2021-02-05T01:28:14.387Z] 379067d0cb53: Preparing [2021-02-05T01:28:14.387Z] 14d5df96d825: Waiting [2021-02-05T01:28:14.387Z] 9f3b53618050: Waiting [2021-02-05T01:28:14.387Z] 3a84c4fb7ff0: Waiting [2021-02-05T01:28:14.387Z] 379067d0cb53: Waiting [2021-02-05T01:28:14.387Z] 011ab6946c7d: Waiting [2021-02-05T01:28:14.387Z] 4af00905602b: Layer already exists [2021-02-05T01:28:14.387Z] 959f7f7e7726: Layer already exists [2021-02-05T01:28:14.387Z] 0b29377f82e2: Layer already exists [2021-02-05T01:28:14.387Z] 7a69fbc91d48: Layer already exists [2021-02-05T01:28:14.387Z] 7b5858d0a1c1: Layer already exists [2021-02-05T01:28:14.387Z] 011ab6946c7d: Layer already exists [2021-02-05T01:28:14.387Z] 9f3b53618050: Layer already exists [2021-02-05T01:28:14.387Z] 3a84c4fb7ff0: Layer already exists [2021-02-05T01:28:14.387Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:14.387Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:14.656Z] 2.0.0-dev.77: digest: sha256:f4cdf1fb740bc543ac5ec039cd3fe7f30f5ba9f59d0bb239fe854246c21d996f size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:14.995Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:15.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:15.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T01:28:15.329Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:15.329Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:15.329Z] 4af00905602b: Preparing [2021-02-05T01:28:15.329Z] 7a69fbc91d48: Preparing [2021-02-05T01:28:15.329Z] 959f7f7e7726: Preparing [2021-02-05T01:28:15.329Z] 0b29377f82e2: Preparing [2021-02-05T01:28:15.329Z] 14d5df96d825: Preparing [2021-02-05T01:28:15.329Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:15.329Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:15.329Z] 9f3b53618050: Preparing [2021-02-05T01:28:15.329Z] 011ab6946c7d: Preparing [2021-02-05T01:28:15.329Z] 379067d0cb53: Preparing [2021-02-05T01:28:15.329Z] 14d5df96d825: Waiting [2021-02-05T01:28:15.329Z] 3a84c4fb7ff0: Waiting [2021-02-05T01:28:15.329Z] 9f3b53618050: Waiting [2021-02-05T01:28:15.329Z] 011ab6946c7d: Waiting [2021-02-05T01:28:15.329Z] 379067d0cb53: Waiting [2021-02-05T01:28:15.598Z] 4af00905602b: Layer already exists [2021-02-05T01:28:15.598Z] 0b29377f82e2: Layer already exists [2021-02-05T01:28:15.598Z] 7a69fbc91d48: Layer already exists [2021-02-05T01:28:15.598Z] 959f7f7e7726: Layer already exists [2021-02-05T01:28:15.598Z] 7b5858d0a1c1: Layer already exists [2021-02-05T01:28:15.598Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:15.598Z] 3a84c4fb7ff0: Layer already exists [2021-02-05T01:28:15.598Z] 9f3b53618050: Layer already exists [2021-02-05T01:28:15.598Z] 011ab6946c7d: Layer already exists [2021-02-05T01:28:15.598Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:15.598Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:f4cdf1fb740bc543ac5ec039cd3fe7f30f5ba9f59d0bb239fe854246c21d996f size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:15.931Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:16.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-05T01:28:16.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-05T01:28:16.262Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:16.262Z] 7b5858d0a1c1: Preparing [2021-02-05T01:28:16.262Z] 4af00905602b: Preparing [2021-02-05T01:28:16.262Z] 7a69fbc91d48: Preparing [2021-02-05T01:28:16.262Z] 959f7f7e7726: Preparing [2021-02-05T01:28:16.262Z] 0b29377f82e2: Preparing [2021-02-05T01:28:16.262Z] 14d5df96d825: Preparing [2021-02-05T01:28:16.262Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:16.262Z] 3a84c4fb7ff0: Preparing [2021-02-05T01:28:16.262Z] 9f3b53618050: Preparing [2021-02-05T01:28:16.262Z] 011ab6946c7d: Preparing [2021-02-05T01:28:16.262Z] 379067d0cb53: Preparing [2021-02-05T01:28:16.262Z] 14d5df96d825: Waiting [2021-02-05T01:28:16.262Z] 3a84c4fb7ff0: Waiting [2021-02-05T01:28:16.262Z] 9f3b53618050: Waiting [2021-02-05T01:28:16.262Z] 379067d0cb53: Waiting [2021-02-05T01:28:16.262Z] 011ab6946c7d: Waiting [2021-02-05T01:28:16.262Z] 959f7f7e7726: Layer already exists [2021-02-05T01:28:16.262Z] 7b5858d0a1c1: Layer already exists [2021-02-05T01:28:16.262Z] 7a69fbc91d48: Layer already exists [2021-02-05T01:28:16.262Z] 4af00905602b: Layer already exists [2021-02-05T01:28:16.262Z] 0b29377f82e2: Layer already exists [2021-02-05T01:28:16.262Z] 011ab6946c7d: Layer already exists [2021-02-05T01:28:16.262Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:16.546Z] 9f3b53618050: Layer already exists [2021-02-05T01:28:16.546Z] 3a84c4fb7ff0: Layer already exists [2021-02-05T01:28:16.546Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:16.546Z] master: digest: sha256:f4cdf1fb740bc543ac5ec039cd3fe7f30f5ba9f59d0bb239fe854246c21d996f size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:16.776Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:16.828Z] taggedImages: [2021-02-05T01:28:16.828Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:16.828Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:16.828Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:16.828Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-05T01:28:16.896Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-05T01:28:16.896Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:16.896Z] 2.0.0-dev.77 [2021-02-05T01:28:16.896Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:16.896Z] master [2021-02-05T01:28:16.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:17.425Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:17.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:17.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T01:28:17.798Z] 38582d70cb07: Preparing [2021-02-05T01:28:17.798Z] aadc40afb2c6: Preparing [2021-02-05T01:28:17.798Z] e0cd09041e7c: Preparing [2021-02-05T01:28:17.798Z] 0eb155d4b0c3: Preparing [2021-02-05T01:28:17.798Z] 77f426593093: Preparing [2021-02-05T01:28:17.798Z] 379067d0cb53: Preparing [2021-02-05T01:28:17.798Z] 379067d0cb53: Waiting [2021-02-05T01:28:18.082Z] 0eb155d4b0c3: Pushed [2021-02-05T01:28:18.082Z] e0cd09041e7c: Pushed [2021-02-05T01:28:18.082Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:18.677Z] 77f426593093: Pushed [2021-02-05T01:28:20.105Z] aadc40afb2c6: Pushed [2021-02-05T01:28:20.375Z] 38582d70cb07: Pushed [2021-02-05T01:28:20.645Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:b143579aa8338e8929685eff1cdcf5c82be67293478ff0933190040a980bb200 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:20.989Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:21.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:21.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T01:28:21.339Z] 38582d70cb07: Preparing [2021-02-05T01:28:21.339Z] aadc40afb2c6: Preparing [2021-02-05T01:28:21.339Z] e0cd09041e7c: Preparing [2021-02-05T01:28:21.339Z] 0eb155d4b0c3: Preparing [2021-02-05T01:28:21.339Z] 77f426593093: Preparing [2021-02-05T01:28:21.339Z] 379067d0cb53: Preparing [2021-02-05T01:28:21.339Z] 379067d0cb53: Waiting [2021-02-05T01:28:21.339Z] 38582d70cb07: Layer already exists [2021-02-05T01:28:21.339Z] e0cd09041e7c: Layer already exists [2021-02-05T01:28:21.339Z] 0eb155d4b0c3: Layer already exists [2021-02-05T01:28:21.339Z] aadc40afb2c6: Layer already exists [2021-02-05T01:28:21.339Z] 77f426593093: Layer already exists [2021-02-05T01:28:21.339Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:21.607Z] 2.0.0-dev.77: digest: sha256:b143579aa8338e8929685eff1cdcf5c82be67293478ff0933190040a980bb200 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:21.954Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:22.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:22.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T01:28:22.313Z] 38582d70cb07: Preparing [2021-02-05T01:28:22.313Z] aadc40afb2c6: Preparing [2021-02-05T01:28:22.313Z] e0cd09041e7c: Preparing [2021-02-05T01:28:22.313Z] 0eb155d4b0c3: Preparing [2021-02-05T01:28:22.313Z] 77f426593093: Preparing [2021-02-05T01:28:22.313Z] 379067d0cb53: Preparing [2021-02-05T01:28:22.313Z] 379067d0cb53: Waiting [2021-02-05T01:28:22.581Z] e0cd09041e7c: Layer already exists [2021-02-05T01:28:22.581Z] 38582d70cb07: Layer already exists [2021-02-05T01:28:22.581Z] 77f426593093: Layer already exists [2021-02-05T01:28:22.581Z] aadc40afb2c6: Layer already exists [2021-02-05T01:28:22.581Z] 0eb155d4b0c3: Layer already exists [2021-02-05T01:28:22.581Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:22.581Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:b143579aa8338e8929685eff1cdcf5c82be67293478ff0933190040a980bb200 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:22.917Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:23.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-05T01:28:23.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-05T01:28:23.249Z] 38582d70cb07: Preparing [2021-02-05T01:28:23.249Z] aadc40afb2c6: Preparing [2021-02-05T01:28:23.249Z] e0cd09041e7c: Preparing [2021-02-05T01:28:23.249Z] 0eb155d4b0c3: Preparing [2021-02-05T01:28:23.249Z] 77f426593093: Preparing [2021-02-05T01:28:23.249Z] 379067d0cb53: Preparing [2021-02-05T01:28:23.249Z] 379067d0cb53: Waiting [2021-02-05T01:28:23.249Z] aadc40afb2c6: Layer already exists [2021-02-05T01:28:23.249Z] 77f426593093: Layer already exists [2021-02-05T01:28:23.249Z] 0eb155d4b0c3: Layer already exists [2021-02-05T01:28:23.249Z] 38582d70cb07: Layer already exists [2021-02-05T01:28:23.249Z] e0cd09041e7c: Layer already exists [2021-02-05T01:28:23.517Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:23.517Z] master: digest: sha256:b143579aa8338e8929685eff1cdcf5c82be67293478ff0933190040a980bb200 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:23.693Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:23.739Z] taggedImages: [2021-02-05T01:28:23.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:23.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:23.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:23.739Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-05T01:28:23.820Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-05T01:28:23.820Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:23.820Z] 2.0.0-dev.77 [2021-02-05T01:28:23.820Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:23.820Z] master [2021-02-05T01:28:23.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:24.340Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:24.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:24.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T01:28:24.670Z] 3df211f0befc: Preparing [2021-02-05T01:28:24.670Z] 5b24db9f6db9: Preparing [2021-02-05T01:28:24.670Z] 29717ba02133: Preparing [2021-02-05T01:28:24.670Z] 0a1d2f4a3dea: Preparing [2021-02-05T01:28:24.670Z] 1d981a7fb8cb: Preparing [2021-02-05T01:28:24.670Z] fd6b3d47ecc0: Preparing [2021-02-05T01:28:24.670Z] 836c1ff5ac82: Preparing [2021-02-05T01:28:24.670Z] 986abf93d594: Preparing [2021-02-05T01:28:24.670Z] 379067d0cb53: Preparing [2021-02-05T01:28:24.670Z] fd6b3d47ecc0: Waiting [2021-02-05T01:28:24.670Z] 836c1ff5ac82: Waiting [2021-02-05T01:28:24.670Z] 986abf93d594: Waiting [2021-02-05T01:28:24.670Z] 379067d0cb53: Waiting [2021-02-05T01:28:24.947Z] 1d981a7fb8cb: Pushed [2021-02-05T01:28:24.947Z] 5b24db9f6db9: Pushed [2021-02-05T01:28:24.947Z] 3df211f0befc: Pushed [2021-02-05T01:28:25.220Z] fd6b3d47ecc0: Pushed [2021-02-05T01:28:25.220Z] 836c1ff5ac82: Pushed [2021-02-05T01:28:25.220Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:25.812Z] 986abf93d594: Pushed [2021-02-05T01:28:27.242Z] 0a1d2f4a3dea: Pushed [2021-02-05T01:28:27.242Z] 29717ba02133: Pushed [2021-02-05T01:28:27.242Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:67b22d54f89e79df127da0900d424686e18888171304cfba420e7ff2b6cd167b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:27.577Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:27.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:27.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T01:28:27.908Z] 3df211f0befc: Preparing [2021-02-05T01:28:27.908Z] 5b24db9f6db9: Preparing [2021-02-05T01:28:27.908Z] 29717ba02133: Preparing [2021-02-05T01:28:27.908Z] 0a1d2f4a3dea: Preparing [2021-02-05T01:28:27.908Z] 1d981a7fb8cb: Preparing [2021-02-05T01:28:27.908Z] fd6b3d47ecc0: Preparing [2021-02-05T01:28:27.908Z] 836c1ff5ac82: Preparing [2021-02-05T01:28:27.908Z] 986abf93d594: Preparing [2021-02-05T01:28:27.908Z] 379067d0cb53: Preparing [2021-02-05T01:28:27.908Z] fd6b3d47ecc0: Waiting [2021-02-05T01:28:27.908Z] 836c1ff5ac82: Waiting [2021-02-05T01:28:27.908Z] 379067d0cb53: Waiting [2021-02-05T01:28:27.908Z] 986abf93d594: Waiting [2021-02-05T01:28:27.908Z] 1d981a7fb8cb: Layer already exists [2021-02-05T01:28:27.908Z] 0a1d2f4a3dea: Layer already exists [2021-02-05T01:28:27.908Z] 29717ba02133: Layer already exists [2021-02-05T01:28:27.908Z] 3df211f0befc: Layer already exists [2021-02-05T01:28:27.908Z] 5b24db9f6db9: Layer already exists [2021-02-05T01:28:27.908Z] 986abf93d594: Layer already exists [2021-02-05T01:28:27.908Z] 836c1ff5ac82: Layer already exists [2021-02-05T01:28:27.908Z] fd6b3d47ecc0: Layer already exists [2021-02-05T01:28:27.908Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:28.181Z] 2.0.0-dev.77: digest: sha256:67b22d54f89e79df127da0900d424686e18888171304cfba420e7ff2b6cd167b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:28.524Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:28.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:28.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T01:28:28.863Z] 3df211f0befc: Preparing [2021-02-05T01:28:28.863Z] 5b24db9f6db9: Preparing [2021-02-05T01:28:28.863Z] 29717ba02133: Preparing [2021-02-05T01:28:28.863Z] 0a1d2f4a3dea: Preparing [2021-02-05T01:28:28.863Z] 1d981a7fb8cb: Preparing [2021-02-05T01:28:28.863Z] fd6b3d47ecc0: Preparing [2021-02-05T01:28:28.863Z] 836c1ff5ac82: Preparing [2021-02-05T01:28:28.863Z] 986abf93d594: Preparing [2021-02-05T01:28:28.863Z] 379067d0cb53: Preparing [2021-02-05T01:28:28.863Z] 836c1ff5ac82: Waiting [2021-02-05T01:28:28.863Z] fd6b3d47ecc0: Waiting [2021-02-05T01:28:28.863Z] 986abf93d594: Waiting [2021-02-05T01:28:28.863Z] 379067d0cb53: Waiting [2021-02-05T01:28:28.863Z] 29717ba02133: Layer already exists [2021-02-05T01:28:28.863Z] 5b24db9f6db9: Layer already exists [2021-02-05T01:28:28.863Z] 3df211f0befc: Layer already exists [2021-02-05T01:28:28.863Z] 0a1d2f4a3dea: Layer already exists [2021-02-05T01:28:28.863Z] 1d981a7fb8cb: Layer already exists [2021-02-05T01:28:28.863Z] 836c1ff5ac82: Layer already exists [2021-02-05T01:28:28.863Z] fd6b3d47ecc0: Layer already exists [2021-02-05T01:28:28.863Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:28.863Z] 986abf93d594: Layer already exists [2021-02-05T01:28:29.132Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:67b22d54f89e79df127da0900d424686e18888171304cfba420e7ff2b6cd167b size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:29.473Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:29.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-05T01:28:29.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-05T01:28:29.814Z] 3df211f0befc: Preparing [2021-02-05T01:28:29.814Z] 5b24db9f6db9: Preparing [2021-02-05T01:28:29.814Z] 29717ba02133: Preparing [2021-02-05T01:28:29.814Z] 0a1d2f4a3dea: Preparing [2021-02-05T01:28:29.814Z] 1d981a7fb8cb: Preparing [2021-02-05T01:28:29.814Z] fd6b3d47ecc0: Preparing [2021-02-05T01:28:29.814Z] 836c1ff5ac82: Preparing [2021-02-05T01:28:29.814Z] 986abf93d594: Preparing [2021-02-05T01:28:29.814Z] 379067d0cb53: Preparing [2021-02-05T01:28:29.814Z] fd6b3d47ecc0: Waiting [2021-02-05T01:28:29.814Z] 836c1ff5ac82: Waiting [2021-02-05T01:28:29.814Z] 986abf93d594: Waiting [2021-02-05T01:28:29.814Z] 379067d0cb53: Waiting [2021-02-05T01:28:29.814Z] 1d981a7fb8cb: Layer already exists [2021-02-05T01:28:29.814Z] 0a1d2f4a3dea: Layer already exists [2021-02-05T01:28:29.814Z] 3df211f0befc: Layer already exists [2021-02-05T01:28:29.814Z] 29717ba02133: Layer already exists [2021-02-05T01:28:29.814Z] 5b24db9f6db9: Layer already exists [2021-02-05T01:28:30.083Z] 836c1ff5ac82: Layer already exists [2021-02-05T01:28:30.083Z] 986abf93d594: Layer already exists [2021-02-05T01:28:30.083Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:30.083Z] fd6b3d47ecc0: Layer already exists [2021-02-05T01:28:30.083Z] master: digest: sha256:67b22d54f89e79df127da0900d424686e18888171304cfba420e7ff2b6cd167b size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:30.350Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:30.415Z] taggedImages: [2021-02-05T01:28:30.415Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:30.415Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:30.415Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:30.415Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-05T01:28:30.539Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-05T01:28:30.539Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:30.539Z] 2.0.0-dev.77 [2021-02-05T01:28:30.539Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:30.540Z] master [2021-02-05T01:28:30.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:31.085Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:31.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:31.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T01:28:31.412Z] 62cf8fc5ed8a: Preparing [2021-02-05T01:28:31.412Z] cd3433718ed6: Preparing [2021-02-05T01:28:31.412Z] 14d5df96d825: Preparing [2021-02-05T01:28:31.412Z] 951e2d0b37de: Preparing [2021-02-05T01:28:31.412Z] 379067d0cb53: Preparing [2021-02-05T01:28:31.682Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:31.682Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:31.950Z] 62cf8fc5ed8a: Pushed [2021-02-05T01:28:31.950Z] 951e2d0b37de: Pushed [2021-02-05T01:28:33.908Z] cd3433718ed6: Pushed [2021-02-05T01:28:34.177Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:165973607a8ba112c2e50144f4c6db19521a6160155e393a82ed3871d62e732d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:34.525Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:34.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:34.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T01:28:34.853Z] 62cf8fc5ed8a: Preparing [2021-02-05T01:28:34.853Z] cd3433718ed6: Preparing [2021-02-05T01:28:34.853Z] 14d5df96d825: Preparing [2021-02-05T01:28:34.853Z] 951e2d0b37de: Preparing [2021-02-05T01:28:34.853Z] 379067d0cb53: Preparing [2021-02-05T01:28:34.853Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:34.853Z] 951e2d0b37de: Layer already exists [2021-02-05T01:28:34.853Z] 62cf8fc5ed8a: Layer already exists [2021-02-05T01:28:34.853Z] cd3433718ed6: Layer already exists [2021-02-05T01:28:34.853Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:35.121Z] 2.0.0-dev.77: digest: sha256:165973607a8ba112c2e50144f4c6db19521a6160155e393a82ed3871d62e732d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:35.457Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:35.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:35.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T01:28:35.786Z] 62cf8fc5ed8a: Preparing [2021-02-05T01:28:35.786Z] cd3433718ed6: Preparing [2021-02-05T01:28:35.786Z] 14d5df96d825: Preparing [2021-02-05T01:28:35.786Z] 951e2d0b37de: Preparing [2021-02-05T01:28:35.786Z] 379067d0cb53: Preparing [2021-02-05T01:28:35.786Z] 951e2d0b37de: Layer already exists [2021-02-05T01:28:35.786Z] cd3433718ed6: Layer already exists [2021-02-05T01:28:35.786Z] 62cf8fc5ed8a: Layer already exists [2021-02-05T01:28:35.786Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:35.786Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:36.055Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:165973607a8ba112c2e50144f4c6db19521a6160155e393a82ed3871d62e732d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:36.389Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:36.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-05T01:28:36.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-05T01:28:36.721Z] 62cf8fc5ed8a: Preparing [2021-02-05T01:28:36.721Z] cd3433718ed6: Preparing [2021-02-05T01:28:36.721Z] 14d5df96d825: Preparing [2021-02-05T01:28:36.721Z] 951e2d0b37de: Preparing [2021-02-05T01:28:36.721Z] 379067d0cb53: Preparing [2021-02-05T01:28:36.721Z] 62cf8fc5ed8a: Layer already exists [2021-02-05T01:28:36.721Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:36.721Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:36.721Z] 951e2d0b37de: Layer already exists [2021-02-05T01:28:36.721Z] cd3433718ed6: Layer already exists [2021-02-05T01:28:36.990Z] master: digest: sha256:165973607a8ba112c2e50144f4c6db19521a6160155e393a82ed3871d62e732d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:37.163Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:37.206Z] taggedImages: [2021-02-05T01:28:37.206Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:37.206Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:37.206Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:37.206Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-05T01:28:37.289Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-05T01:28:37.289Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:37.289Z] 2.0.0-dev.77 [2021-02-05T01:28:37.289Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:37.289Z] master [2021-02-05T01:28:37.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:37.811Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:38.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:38.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T01:28:38.140Z] a42fdb2699e7: Preparing [2021-02-05T01:28:38.140Z] f909e8b2016f: Preparing [2021-02-05T01:28:38.140Z] 14d5df96d825: Preparing [2021-02-05T01:28:38.140Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:38.140Z] 379067d0cb53: Preparing [2021-02-05T01:28:38.410Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:38.410Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:38.410Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:38.410Z] a42fdb2699e7: Pushed [2021-02-05T01:28:41.014Z] f909e8b2016f: Pushed [2021-02-05T01:28:41.014Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:b4eae32ae92355254080e6d659f87d203238553dfef25d35beb0e5cd9c052c4f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:41.348Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:41.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:41.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T01:28:41.699Z] a42fdb2699e7: Preparing [2021-02-05T01:28:41.699Z] f909e8b2016f: Preparing [2021-02-05T01:28:41.699Z] 14d5df96d825: Preparing [2021-02-05T01:28:41.699Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:41.699Z] 379067d0cb53: Preparing [2021-02-05T01:28:41.974Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:41.974Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:41.974Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:41.974Z] f909e8b2016f: Layer already exists [2021-02-05T01:28:41.974Z] a42fdb2699e7: Layer already exists [2021-02-05T01:28:41.974Z] 2.0.0-dev.77: digest: sha256:b4eae32ae92355254080e6d659f87d203238553dfef25d35beb0e5cd9c052c4f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:42.331Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:42.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:42.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T01:28:42.694Z] a42fdb2699e7: Preparing [2021-02-05T01:28:42.694Z] f909e8b2016f: Preparing [2021-02-05T01:28:42.694Z] 14d5df96d825: Preparing [2021-02-05T01:28:42.694Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:42.694Z] 379067d0cb53: Preparing [2021-02-05T01:28:42.694Z] f909e8b2016f: Layer already exists [2021-02-05T01:28:42.694Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:42.694Z] a42fdb2699e7: Layer already exists [2021-02-05T01:28:42.694Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:42.694Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:42.966Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:b4eae32ae92355254080e6d659f87d203238553dfef25d35beb0e5cd9c052c4f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:43.314Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:43.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-05T01:28:43.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-05T01:28:43.649Z] a42fdb2699e7: Preparing [2021-02-05T01:28:43.649Z] f909e8b2016f: Preparing [2021-02-05T01:28:43.649Z] 14d5df96d825: Preparing [2021-02-05T01:28:43.649Z] a03f23fcf5c1: Preparing [2021-02-05T01:28:43.649Z] 379067d0cb53: Preparing [2021-02-05T01:28:43.649Z] f909e8b2016f: Layer already exists [2021-02-05T01:28:43.649Z] 379067d0cb53: Layer already exists [2021-02-05T01:28:43.649Z] 14d5df96d825: Layer already exists [2021-02-05T01:28:43.649Z] a42fdb2699e7: Layer already exists [2021-02-05T01:28:43.920Z] a03f23fcf5c1: Layer already exists [2021-02-05T01:28:43.920Z] master: digest: sha256:b4eae32ae92355254080e6d659f87d203238553dfef25d35beb0e5cd9c052c4f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:28:44.144Z] ===================================================== [Pipeline] echo [2021-02-05T01:28:44.190Z] taggedImages: [2021-02-05T01:28:44.190Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:44.190Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:44.190Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:44.190Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-05T01:28:44.273Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-05T01:28:44.273Z] 97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:44.273Z] 2.0.0-dev.77 [2021-02-05T01:28:44.273Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:44.273Z] master [2021-02-05T01:28:44.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:44.755Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:45.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:28:45.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T01:28:45.092Z] 07dd6506e4ec: Preparing [2021-02-05T01:28:45.092Z] a60cf7ad64d5: Preparing [2021-02-05T01:28:45.092Z] 99ff1b14790f: Preparing [2021-02-05T01:28:45.092Z] 613131ea8913: Preparing [2021-02-05T01:28:45.092Z] 98c0095f1493: Preparing [2021-02-05T01:28:45.092Z] 2b5897f9320d: Preparing [2021-02-05T01:28:45.092Z] 7456d696954b: Preparing [2021-02-05T01:28:45.092Z] 9ded3b6bb9b5: Preparing [2021-02-05T01:28:45.092Z] fa1afe8e6ed9: Preparing [2021-02-05T01:28:45.092Z] 87a09b4c083e: Preparing [2021-02-05T01:28:45.092Z] 0f74e9ff2a61: Preparing [2021-02-05T01:28:45.092Z] b122376c33c6: Preparing [2021-02-05T01:28:45.092Z] f8381ed47b22: Preparing [2021-02-05T01:28:45.092Z] e934a737d657: Preparing [2021-02-05T01:28:45.092Z] 2b5897f9320d: Waiting [2021-02-05T01:28:45.092Z] 7456d696954b: Waiting [2021-02-05T01:28:45.092Z] 9ded3b6bb9b5: Waiting [2021-02-05T01:28:45.092Z] 87a09b4c083e: Waiting [2021-02-05T01:28:45.092Z] fa1afe8e6ed9: Waiting [2021-02-05T01:28:45.092Z] 0f74e9ff2a61: Waiting [2021-02-05T01:28:45.092Z] e934a737d657: Waiting [2021-02-05T01:28:45.092Z] b122376c33c6: Waiting [2021-02-05T01:28:45.092Z] f8381ed47b22: Waiting [2021-02-05T01:28:45.683Z] 98c0095f1493: Pushed [2021-02-05T01:28:45.683Z] 07dd6506e4ec: Pushed [2021-02-05T01:28:46.275Z] 613131ea8913: Pushed [2021-02-05T01:28:46.276Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T01:28:46.276Z] fa1afe8e6ed9: Layer already exists [2021-02-05T01:28:46.551Z] 7456d696954b: Pushed [2021-02-05T01:28:46.551Z] 87a09b4c083e: Layer already exists [2021-02-05T01:28:46.551Z] 0f74e9ff2a61: Layer already exists [2021-02-05T01:28:46.551Z] b122376c33c6: Layer already exists [2021-02-05T01:28:46.551Z] f8381ed47b22: Layer already exists [2021-02-05T01:28:46.551Z] e934a737d657: Layer already exists [2021-02-05T01:28:47.142Z] a60cf7ad64d5: Pushed [2021-02-05T01:28:48.115Z] 2b5897f9320d: Pushed [2021-02-05T01:28:58.234Z] 99ff1b14790f: Pushed [2021-02-05T01:28:58.234Z] 97c9be662ca07851310f194347921b3ddadc13fb: digest: sha256:641213447a445fc03b45cbca6b31f5e05b5e0c9718e3ef06efd3d218750ceed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:58.573Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:58.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.77 [2021-02-05T01:28:58.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T01:28:58.907Z] 07dd6506e4ec: Preparing [2021-02-05T01:28:58.907Z] a60cf7ad64d5: Preparing [2021-02-05T01:28:58.907Z] 99ff1b14790f: Preparing [2021-02-05T01:28:58.907Z] 613131ea8913: Preparing [2021-02-05T01:28:58.907Z] 98c0095f1493: Preparing [2021-02-05T01:28:58.907Z] 2b5897f9320d: Preparing [2021-02-05T01:28:58.907Z] 7456d696954b: Preparing [2021-02-05T01:28:58.907Z] 9ded3b6bb9b5: Preparing [2021-02-05T01:28:58.907Z] fa1afe8e6ed9: Preparing [2021-02-05T01:28:58.907Z] 87a09b4c083e: Preparing [2021-02-05T01:28:58.907Z] 0f74e9ff2a61: Preparing [2021-02-05T01:28:58.907Z] b122376c33c6: Preparing [2021-02-05T01:28:58.907Z] f8381ed47b22: Preparing [2021-02-05T01:28:58.907Z] e934a737d657: Preparing [2021-02-05T01:28:58.907Z] 7456d696954b: Waiting [2021-02-05T01:28:58.907Z] 9ded3b6bb9b5: Waiting [2021-02-05T01:28:58.907Z] fa1afe8e6ed9: Waiting [2021-02-05T01:28:58.907Z] 87a09b4c083e: Waiting [2021-02-05T01:28:58.907Z] 0f74e9ff2a61: Waiting [2021-02-05T01:28:58.907Z] b122376c33c6: Waiting [2021-02-05T01:28:58.907Z] f8381ed47b22: Waiting [2021-02-05T01:28:58.907Z] e934a737d657: Waiting [2021-02-05T01:28:58.907Z] 2b5897f9320d: Waiting [2021-02-05T01:28:58.907Z] 99ff1b14790f: Layer already exists [2021-02-05T01:28:58.907Z] a60cf7ad64d5: Layer already exists [2021-02-05T01:28:58.907Z] 07dd6506e4ec: Layer already exists [2021-02-05T01:28:58.907Z] 98c0095f1493: Layer already exists [2021-02-05T01:28:58.907Z] 613131ea8913: Layer already exists [2021-02-05T01:28:58.907Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T01:28:58.907Z] 7456d696954b: Layer already exists [2021-02-05T01:28:59.178Z] fa1afe8e6ed9: Layer already exists [2021-02-05T01:28:59.178Z] 2b5897f9320d: Layer already exists [2021-02-05T01:28:59.178Z] 87a09b4c083e: Layer already exists [2021-02-05T01:28:59.178Z] 0f74e9ff2a61: Layer already exists [2021-02-05T01:28:59.178Z] b122376c33c6: Layer already exists [2021-02-05T01:28:59.178Z] f8381ed47b22: Layer already exists [2021-02-05T01:28:59.178Z] e934a737d657: Layer already exists [2021-02-05T01:28:59.178Z] 2.0.0-dev.77: digest: sha256:641213447a445fc03b45cbca6b31f5e05b5e0c9718e3ef06efd3d218750ceed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:59.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:28:59.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:28:59.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T01:28:59.847Z] 07dd6506e4ec: Preparing [2021-02-05T01:28:59.847Z] a60cf7ad64d5: Preparing [2021-02-05T01:28:59.847Z] 99ff1b14790f: Preparing [2021-02-05T01:28:59.847Z] 613131ea8913: Preparing [2021-02-05T01:28:59.847Z] 98c0095f1493: Preparing [2021-02-05T01:28:59.847Z] 2b5897f9320d: Preparing [2021-02-05T01:28:59.847Z] 7456d696954b: Preparing [2021-02-05T01:28:59.847Z] 9ded3b6bb9b5: Preparing [2021-02-05T01:28:59.847Z] fa1afe8e6ed9: Preparing [2021-02-05T01:28:59.847Z] 87a09b4c083e: Preparing [2021-02-05T01:28:59.847Z] 0f74e9ff2a61: Preparing [2021-02-05T01:28:59.847Z] b122376c33c6: Preparing [2021-02-05T01:28:59.847Z] f8381ed47b22: Preparing [2021-02-05T01:28:59.847Z] e934a737d657: Preparing [2021-02-05T01:28:59.847Z] 2b5897f9320d: Waiting [2021-02-05T01:28:59.847Z] 7456d696954b: Waiting [2021-02-05T01:28:59.847Z] 9ded3b6bb9b5: Waiting [2021-02-05T01:28:59.847Z] fa1afe8e6ed9: Waiting [2021-02-05T01:28:59.847Z] 87a09b4c083e: Waiting [2021-02-05T01:28:59.847Z] 0f74e9ff2a61: Waiting [2021-02-05T01:28:59.847Z] b122376c33c6: Waiting [2021-02-05T01:28:59.847Z] f8381ed47b22: Waiting [2021-02-05T01:28:59.847Z] e934a737d657: Waiting [2021-02-05T01:28:59.847Z] a60cf7ad64d5: Layer already exists [2021-02-05T01:28:59.847Z] 98c0095f1493: Layer already exists [2021-02-05T01:28:59.847Z] 07dd6506e4ec: Layer already exists [2021-02-05T01:28:59.847Z] 99ff1b14790f: Layer already exists [2021-02-05T01:28:59.847Z] 613131ea8913: Layer already exists [2021-02-05T01:28:59.847Z] 2b5897f9320d: Layer already exists [2021-02-05T01:28:59.847Z] fa1afe8e6ed9: Layer already exists [2021-02-05T01:28:59.847Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T01:28:59.847Z] 87a09b4c083e: Layer already exists [2021-02-05T01:28:59.847Z] 7456d696954b: Layer already exists [2021-02-05T01:29:00.118Z] 0f74e9ff2a61: Layer already exists [2021-02-05T01:29:00.118Z] f8381ed47b22: Layer already exists [2021-02-05T01:29:00.118Z] b122376c33c6: Layer already exists [2021-02-05T01:29:00.118Z] e934a737d657: Layer already exists [2021-02-05T01:29:00.118Z] 97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77: digest: sha256:641213447a445fc03b45cbca6b31f5e05b5e0c9718e3ef06efd3d218750ceed3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:29:00.455Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:29:00.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-05T01:29:00.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-05T01:29:00.784Z] 07dd6506e4ec: Preparing [2021-02-05T01:29:00.784Z] a60cf7ad64d5: Preparing [2021-02-05T01:29:00.784Z] 99ff1b14790f: Preparing [2021-02-05T01:29:00.784Z] 613131ea8913: Preparing [2021-02-05T01:29:00.784Z] 98c0095f1493: Preparing [2021-02-05T01:29:00.784Z] 2b5897f9320d: Preparing [2021-02-05T01:29:00.784Z] 7456d696954b: Preparing [2021-02-05T01:29:00.784Z] 9ded3b6bb9b5: Preparing [2021-02-05T01:29:00.784Z] fa1afe8e6ed9: Preparing [2021-02-05T01:29:00.784Z] 87a09b4c083e: Preparing [2021-02-05T01:29:00.784Z] 0f74e9ff2a61: Preparing [2021-02-05T01:29:00.784Z] b122376c33c6: Preparing [2021-02-05T01:29:00.784Z] f8381ed47b22: Preparing [2021-02-05T01:29:00.784Z] e934a737d657: Preparing [2021-02-05T01:29:00.784Z] fa1afe8e6ed9: Waiting [2021-02-05T01:29:00.784Z] 87a09b4c083e: Waiting [2021-02-05T01:29:00.784Z] 7456d696954b: Waiting [2021-02-05T01:29:00.784Z] 9ded3b6bb9b5: Waiting [2021-02-05T01:29:00.784Z] 0f74e9ff2a61: Waiting [2021-02-05T01:29:00.784Z] b122376c33c6: Waiting [2021-02-05T01:29:00.784Z] e934a737d657: Waiting [2021-02-05T01:29:00.784Z] 2b5897f9320d: Waiting [2021-02-05T01:29:00.784Z] f8381ed47b22: Waiting [2021-02-05T01:29:00.784Z] 98c0095f1493: Layer already exists [2021-02-05T01:29:00.784Z] a60cf7ad64d5: Layer already exists [2021-02-05T01:29:00.784Z] 613131ea8913: Layer already exists [2021-02-05T01:29:00.784Z] 99ff1b14790f: Layer already exists [2021-02-05T01:29:00.784Z] 07dd6506e4ec: Layer already exists [2021-02-05T01:29:01.057Z] 7456d696954b: Layer already exists [2021-02-05T01:29:01.057Z] 2b5897f9320d: Layer already exists [2021-02-05T01:29:01.057Z] 9ded3b6bb9b5: Layer already exists [2021-02-05T01:29:01.057Z] 87a09b4c083e: Layer already exists [2021-02-05T01:29:01.057Z] fa1afe8e6ed9: Layer already exists [2021-02-05T01:29:01.057Z] 0f74e9ff2a61: Layer already exists [2021-02-05T01:29:01.057Z] f8381ed47b22: Layer already exists [2021-02-05T01:29:01.057Z] b122376c33c6: Layer already exists [2021-02-05T01:29:01.057Z] e934a737d657: Layer already exists [2021-02-05T01:29:01.057Z] master: digest: sha256:641213447a445fc03b45cbca6b31f5e05b5e0c9718e3ef06efd3d218750ceed3 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-05T01:29:01.257Z] ===================================================== [Pipeline] echo [2021-02-05T01:29:01.301Z] taggedImages: [2021-02-05T01:29:01.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb [2021-02-05T01:29:01.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.77 [2021-02-05T01:29:01.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:97c9be662ca07851310f194347921b3ddadc13fb-2.0.0-dev.77 [2021-02-05T01:29:01.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-05T01:29:02.675Z] provisioning config files... [2021-02-05T01:29:02.689Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/342@tmp/config5003565479096666899tmp [Pipeline] { [Pipeline] sh [2021-02-05T01:29:03.051Z] + set +x [2021-02-05T01:29:03.051Z] + curl -s https://codecov.io/bash [2021-02-05T01:29:03.051Z] + bash -s -- [2021-02-05T01:29:03.629Z] [2021-02-05T01:29:03.629Z] _____ _ [2021-02-05T01:29:03.629Z] / ____| | | [2021-02-05T01:29:03.629Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T01:29:03.629Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T01:29:03.629Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T01:29:03.629Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T01:29:03.629Z] Bash-20210129-7c25fce [2021-02-05T01:29:03.629Z] [2021-02-05T01:29:03.629Z] [2021-02-05T01:29:03.629Z] ==> git version 2.24.3 found [2021-02-05T01:29:03.629Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T01:29:03.629Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T01:29:03.629Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T01:29:03.629Z] curl: option -sm: expected a proper numerical parameter [2021-02-05T01:29:03.629Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-05T01:29:03.629Z] ==> Jenkins CI detected. [2021-02-05T01:29:03.629Z] project root: . [2021-02-05T01:29:03.629Z] --> token set from env [2021-02-05T01:29:03.629Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T01:29:03.629Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T01:29:03.629Z] ==> Python coveragepy not found [2021-02-05T01:29:03.629Z] ==> Searching for coverage reports in: [2021-02-05T01:29:03.629Z] + . [2021-02-05T01:29:03.629Z] -> Found 1 reports [2021-02-05T01:29:03.629Z] ==> Detecting git/mercurial file structure [2021-02-05T01:29:03.629Z] ==> Reading reports [2021-02-05T01:29:03.629Z] + ./coverage.out bytes=583623 [2021-02-05T01:29:03.629Z] ==> Appending adjustments [2021-02-05T01:29:03.629Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T01:29:06.944Z] + Found adjustments [2021-02-05T01:29:06.944Z] ==> Gzipping contents [2021-02-05T01:29:06.944Z] 88K /tmp/codecov.DxblmT.gz [2021-02-05T01:29:06.944Z] ==> Uploading reports [2021-02-05T01:29:06.944Z] url: https://codecov.io [2021-02-05T01:29:06.944Z] query: branch=master&commit=97c9be662ca07851310f194347921b3ddadc13fb&build=342&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F342%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T01:29:06.944Z] -> Pinging Codecov [2021-02-05T01:29:06.944Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=97c9be662ca07851310f194347921b3ddadc13fb&build=342&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F342%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-05T01:29:07.518Z] -> Uploading to [2021-02-05T01:29:07.518Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/97c9be662ca07851310f194347921b3ddadc13fb/4771cce6-5c04-4b62-92e1-5ed384f10048.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T012907Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9725a8bb2aafeace7fca845615405a6bd116b190be0b75b458aa0657c387ce5 [2021-02-05T01:29:07.518Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:07.518Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:08.358Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88059 0 0 100 88059 0 88510 --:--:-- --:--:-- --:--:-- 88501 [2021-02-05T01:29:08.358Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/97c9be662ca07851310f194347921b3ddadc13fb [Pipeline] } [2021-02-05T01:29:08.377Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-05T01:29:10.504Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-05T01:29:10.553Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:29:10.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T01:29:10.891Z] [2021-02-05T01:29:10.891Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:29:11.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T01:29:11.244Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-05T01:29:11.244Z] 188c0c94c7c5: Already exists [2021-02-05T01:29:11.244Z] 0ef7d3d256c8: Already exists [2021-02-05T01:29:11.244Z] de9db76c5a1d: Already exists [2021-02-05T01:29:11.244Z] 0eba1c9be4d2: Pulling fs layer [2021-02-05T01:29:11.244Z] 0d57e429df01: Pulling fs layer [2021-02-05T01:29:11.244Z] 4e4be7b47b0d: Pulling fs layer [2021-02-05T01:29:11.244Z] e1f770b5df2f: Pulling fs layer [2021-02-05T01:29:11.244Z] 85a0685a4137: Pulling fs layer [2021-02-05T01:29:11.244Z] e1f770b5df2f: Waiting [2021-02-05T01:29:11.244Z] 85a0685a4137: Waiting [2021-02-05T01:29:11.244Z] 4e4be7b47b0d: Verifying Checksum [2021-02-05T01:29:11.244Z] 4e4be7b47b0d: Download complete [2021-02-05T01:29:11.244Z] 0d57e429df01: Verifying Checksum [2021-02-05T01:29:11.244Z] 0d57e429df01: Download complete [2021-02-05T01:29:13.166Z] e1f770b5df2f: Verifying Checksum [2021-02-05T01:29:13.166Z] e1f770b5df2f: Download complete [2021-02-05T01:29:14.582Z] 0eba1c9be4d2: Download complete [2021-02-05T01:29:15.159Z] 85a0685a4137: Verifying Checksum [2021-02-05T01:29:15.159Z] 85a0685a4137: Download complete [2021-02-05T01:29:21.805Z] 0eba1c9be4d2: Pull complete [2021-02-05T01:29:21.805Z] 0d57e429df01: Pull complete [2021-02-05T01:29:21.805Z] 4e4be7b47b0d: Pull complete [2021-02-05T01:29:26.080Z] e1f770b5df2f: Pull complete [2021-02-05T01:29:34.481Z] 85a0685a4137: Pull complete [2021-02-05T01:29:34.481Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-05T01:29:34.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-05T01:29:34.481Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-05T01:29:34.710Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:29:34.760Z] $ 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/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-05T01:29:35.943Z] $ docker top b18bfbab081e10f112a4d005d7773f9e98887e4abfcf1adf8b134642f54f8b41 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T01:29:36.259Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-05T01:29:36.556Z] + set -o pipefail [2021-02-05T01:29:36.556Z] + snyk monitor '--org=edgex-jenkins' [2021-02-05T01:29:48.844Z] [2021-02-05T01:29:48.844Z] Monitoring /w/workspace/edgex-go/342 (github.com/edgexfoundry/edgex-go)... [2021-02-05T01:29:48.844Z] [2021-02-05T01:29:48.844Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/26c007bb-795d-4400-a848-1106e8d99df6 [2021-02-05T01:29:48.844Z] [2021-02-05T01:29:48.844Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-05T01:29:48.844Z] [2021-02-05T01:29:48.844Z] [Pipeline] } [2021-02-05T01:29:48.861Z] $ docker stop --time=1 b18bfbab081e10f112a4d005d7773f9e98887e4abfcf1adf8b134642f54f8b41 [2021-02-05T01:29:51.717Z] $ docker rm -f b18bfbab081e10f112a4d005d7773f9e98887e4abfcf1adf8b134642f54f8b41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-05T01:29:52.879Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T01:29:52.928Z] provisioning config files... [2021-02-05T01:29:52.941Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/342@tmp/config6517375319877051167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:29:53.307Z] --> edgex-publish-swagger.sh [2021-02-05T01:29:53.307Z] === Publish openapi/v1 API === [2021-02-05T01:29:53.307Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-05T01:29:53.307Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/342/openapi/v1/core-command.yaml] [2021-02-05T01:29:53.307Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:53.307Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:54.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9202 0:00:01 0:00:01 --:--:-- 9205 100 10522 0 0 100 10522 0 9200 0:00:01 0:00:01 --:--:-- 9205 [2021-02-05T01:29:54.697Z] [2021-02-05T01:29:54.697Z] [2021-02-05T01:29:54.697Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/342/openapi/v1/core-data.yaml] [2021-02-05T01:29:54.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:54.697Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:55.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30427 0:00:01 0:00:01 --:--:-- 30455 100 32557 0 0 100 32557 0 30422 0:00:01 0:00:01 --:--:-- 30427 [2021-02-05T01:29:55.644Z] [2021-02-05T01:29:55.644Z] [2021-02-05T01:29:55.644Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/342/openapi/v1/core-metadata.yaml] [2021-02-05T01:29:55.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:55.644Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:56.592Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 66508 0:00:01 0:00:01 --:--:-- 66535 100 73721 0 0 100 73721 0 66492 0:00:01 0:00:01 --:--:-- 66535 [2021-02-05T01:29:56.592Z] [2021-02-05T01:29:56.592Z] [2021-02-05T01:29:56.592Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/342/openapi/v1/support-logging.yaml] [2021-02-05T01:29:56.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:56.592Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:57.799Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 13581 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12619 0:00:01 0:00:01 --:--:-- 12633 [2021-02-05T01:29:57.799Z] [2021-02-05T01:29:57.799Z] [2021-02-05T01:29:57.799Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/342/openapi/v1/support-notifications.yaml] [2021-02-05T01:29:57.799Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:57.799Z] Dload Upload Total Spent Left Speed [2021-02-05T01:29:58.746Z] 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 34092 0:00:01 0:00:01 --:--:-- 34084 100 38890 0 0 100 38890 0 34086 0:00:01 0:00:01 --:--:-- 34084 [2021-02-05T01:29:58.746Z] [2021-02-05T01:29:58.746Z] [2021-02-05T01:29:58.746Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/342/openapi/v1/support-scheduler.yaml] [2021-02-05T01:29:58.746Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:29:58.746Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:00.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13148 0:00:01 0:00:01 --:--:-- 13156 100 14249 0 0 100 14249 0 13146 0:00:01 0:00:01 --:--:-- 13156 [2021-02-05T01:30:00.137Z] [2021-02-05T01:30:00.137Z] [2021-02-05T01:30:00.137Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/342/openapi/v1/system-agent.yaml] [2021-02-05T01:30:00.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:00.137Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:01.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3390 0:00:01 0:00:01 --:--:-- 3393 100 4110 0 0 100 4110 0 3165 0:00:01 0:00:01 --:--:-- 3166 [2021-02-05T01:30:01.348Z] [2021-02-05T01:30:01.348Z] [2021-02-05T01:30:01.348Z] === Publish openapi/v2 API === [2021-02-05T01:30:01.348Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-05T01:30:01.348Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/342/openapi/v2/core-command.yaml] [2021-02-05T01:30:01.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:01.348Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:02.303Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26076 0 0 100 26076 0 22816 0:00:01 0:00:01 --:--:-- 22833 100 26076 0 0 100 26076 0 22811 0:00:01 0:00:01 --:--:-- 22833 [2021-02-05T01:30:02.303Z] [2021-02-05T01:30:02.303Z] [2021-02-05T01:30:02.303Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/342/openapi/v2/core-data.yaml] [2021-02-05T01:30:02.303Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:02.303Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:03.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 47516 0:00:01 0:00:01 --:--:-- 47550 100 57013 0 0 100 57013 0 47509 0:00:01 0:00:01 --:--:-- 47550 [2021-02-05T01:30:03.725Z] [2021-02-05T01:30:03.725Z] [2021-02-05T01:30:03.725Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/342/openapi/v2/core-metadata.yaml] [2021-02-05T01:30:03.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:03.725Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:04.680Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 101k 0:00:01 0:00:01 --:--:-- 101k [2021-02-05T01:30:04.680Z] [2021-02-05T01:30:04.680Z] [2021-02-05T01:30:04.680Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/342/openapi/v2/support-notifications.yaml] [2021-02-05T01:30:04.680Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:04.680Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:05.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 48526 0:00:01 0:00:01 --:--:-- 48511 100 58553 0 0 100 58553 0 48518 0:00:01 0:00:01 --:--:-- 48511 [2021-02-05T01:30:05.891Z] [2021-02-05T01:30:05.891Z] [2021-02-05T01:30:05.891Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/342/openapi/v2/support-scheduler.yaml] [2021-02-05T01:30:06.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:06.154Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:07.106Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 34338 0:00:01 0:00:01 --:--:-- 34351 100 38851 0 0 100 38851 0 34332 0:00:01 0:00:01 --:--:-- 34351 [2021-02-05T01:30:07.106Z] [2021-02-05T01:30:07.106Z] [2021-02-05T01:30:07.106Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/342/openapi/v2/system-agent.yaml] [2021-02-05T01:30:07.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T01:30:07.106Z] Dload Upload Total Spent Left Speed [2021-02-05T01:30:08.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 22136 0:00:01 0:00:01 --:--:-- 22155 100 23684 0 0 100 23684 0 22132 0:00:01 0:00:01 --:--:-- 22155 [2021-02-05T01:30:08.503Z] [2021-02-05T01:30:08.503Z] [Pipeline] } [2021-02-05T01:30:08.514Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:30:09.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:30:09.340Z] . [Pipeline] withDockerContainer [2021-02-05T01:30:09.442Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:30:09.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T01:30:10.489Z] $ docker top 77f1ea25052fc0f54637e15e6d23944b527f5c3d35146386e99bef082c21d1f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T01:30:10.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:30:10.858Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:30:11.130Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:30:11.134Z] $ docker exec 77f1ea25052fc0f54637e15e6d23944b527f5c3d35146386e99bef082c21d1f2 ssh-agent [2021-02-05T01:30:11.317Z] SSH_AUTH_SOCK=/tmp/ssh-byoLFFL6Nvg2/agent.12 [2021-02-05T01:30:11.317Z] SSH_AGENT_PID=18 [2021-02-05T01:30:11.326Z] Running ssh-add (command line suppressed) [2021-02-05T01:30:11.457Z] Identity added: /w/workspace/edgex-go/342@tmp/private_key_7932140466456585342.key (/w/workspace/edgex-go/342@tmp/private_key_7932140466456585342.key) [2021-02-05T01:30:11.512Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:30:11.844Z] + git semver tag [2021-02-05T01:30:12.106Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T01:30:12.106Z] # $GIT_DIR = /w/workspace/edgex-go/342/.git [2021-02-05T01:30:12.106Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/342 [2021-02-05T01:30:12.106Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T01:30:12.106Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T01:30:12.106Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T01:30:12.106Z] # $SEMVER_BRANCH = master [2021-02-05T01:30:12.106Z] # $SEMVER_DIR = /w/workspace/edgex-go/342/.semver [2021-02-05T01:30:12.106Z] # 97c9be662ca07851310f194347921b3ddadc13fb HEAD [2021-02-05T01:30:12.681Z] # -> Force: false [2021-02-05T01:30:12.681Z] # e43467176a3348783071f72bc6cfc1a9290c36fb refs/tags/v2.0.0-dev.77 [Pipeline] } [2021-02-05T01:30:12.696Z] $ docker exec --env ******** --env ******** 77f1ea25052fc0f54637e15e6d23944b527f5c3d35146386e99bef082c21d1f2 ssh-agent -k [2021-02-05T01:30:12.823Z] unset SSH_AUTH_SOCK; [2021-02-05T01:30:12.823Z] unset SSH_AGENT_PID; [2021-02-05T01:30:12.824Z] echo Agent pid 18 killed; [2021-02-05T01:30:12.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:30:13.361Z] + git semver [Pipeline] } [2021-02-05T01:30:13.380Z] $ docker stop --time=1 77f1ea25052fc0f54637e15e6d23944b527f5c3d35146386e99bef082c21d1f2 [2021-02-05T01:30:14.756Z] $ docker rm -f 77f1ea25052fc0f54637e15e6d23944b527f5c3d35146386e99bef082c21d1f2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:30:15.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T01:30:15.369Z] [2021-02-05T01:30:15.369Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:30:15.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T01:30:15.714Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-05T01:30:15.714Z] ab5ef0e58194: Pulling fs layer [2021-02-05T01:30:15.714Z] 9712f1f96733: Pulling fs layer [2021-02-05T01:30:15.714Z] 63f879dbbcfc: Pulling fs layer [2021-02-05T01:30:15.714Z] 0d9ebad4ef96: Pulling fs layer [2021-02-05T01:30:15.714Z] e9a5061849ea: Pulling fs layer [2021-02-05T01:30:15.714Z] d747dcd14b5f: Pulling fs layer [2021-02-05T01:30:15.714Z] 2de7ff778b66: Pulling fs layer [2021-02-05T01:30:15.714Z] e9a5061849ea: Waiting [2021-02-05T01:30:15.714Z] 0d9ebad4ef96: Waiting [2021-02-05T01:30:15.714Z] 2de7ff778b66: Waiting [2021-02-05T01:30:15.714Z] d747dcd14b5f: Waiting [2021-02-05T01:30:15.714Z] 9712f1f96733: Verifying Checksum [2021-02-05T01:30:15.714Z] 9712f1f96733: Download complete [2021-02-05T01:30:17.765Z] 63f879dbbcfc: Verifying Checksum [2021-02-05T01:30:17.765Z] 63f879dbbcfc: Download complete [2021-02-05T01:30:17.765Z] e9a5061849ea: Verifying Checksum [2021-02-05T01:30:17.765Z] e9a5061849ea: Download complete [2021-02-05T01:30:17.765Z] d747dcd14b5f: Download complete [2021-02-05T01:30:18.346Z] 2de7ff778b66: Verifying Checksum [2021-02-05T01:30:18.347Z] 2de7ff778b66: Download complete [2021-02-05T01:30:18.610Z] 0d9ebad4ef96: Verifying Checksum [2021-02-05T01:30:18.610Z] 0d9ebad4ef96: Download complete [2021-02-05T01:30:18.610Z] ab5ef0e58194: Verifying Checksum [2021-02-05T01:30:18.610Z] ab5ef0e58194: Download complete [2021-02-05T01:30:23.962Z] ab5ef0e58194: Pull complete [2021-02-05T01:30:23.962Z] 9712f1f96733: Pull complete [2021-02-05T01:30:26.538Z] 63f879dbbcfc: Pull complete [2021-02-05T01:30:33.164Z] 0d9ebad4ef96: Pull complete [2021-02-05T01:30:33.164Z] e9a5061849ea: Pull complete [2021-02-05T01:30:33.164Z] d747dcd14b5f: Pull complete [2021-02-05T01:30:36.485Z] 2de7ff778b66: Pull complete [2021-02-05T01:30:36.486Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-05T01:30:36.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-05T01:30:36.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-05T01:30:36.684Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:30:36.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-05T01:30:40.562Z] $ docker top c5d6f89a483e7c2f1fdfeffd14be904b16b4881836b3837571308340e37dffb1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-05T01:30:40.877Z] provisioning config files... [2021-02-05T01:30:40.889Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/342@tmp/config8388491613277217595tmp [2021-02-05T01:30:40.908Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/342@tmp/config2753580448344909165tmp [2021-02-05T01:30:40.923Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/342@tmp/config3074848369592238276tmp [Pipeline] { [Pipeline] echo [2021-02-05T01:30:40.981Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:30:41.285Z] ---> sigul-configuration.sh [2021-02-05T01:30:41.285Z] gpg: directory `/root/.gnupg' created [2021-02-05T01:30:41.285Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-05T01:30:41.286Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-05T01:30:41.286Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-05T01:30:41.286Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-05T01:30:41.286Z] gpg: CAST5 encrypted data [2021-02-05T01:30:41.547Z] gpg: encrypted with 1 passphrase [2021-02-05T01:30:41.547Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-05T01:30:41.845Z] + mkdir /home/jenkins [2021-02-05T01:30:41.845Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-05T01:30:42.141Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-05T01:30:42.152Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:30:42.449Z] ---> sigul-install.sh [2021-02-05T01:30:47.754Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-05T01:30:48.059Z] + git tag --list [2021-02-05T01:30:48.059Z] 0.6.0 [2021-02-05T01:30:48.059Z] 0.6.1 [2021-02-05T01:30:48.059Z] 0.7.0 [2021-02-05T01:30:48.059Z] 0.7.1 [2021-02-05T01:30:48.059Z] v0.0.0 [2021-02-05T01:30:48.059Z] v0.0.1-dev.1 [2021-02-05T01:30:48.059Z] v1.0.0 [2021-02-05T01:30:48.059Z] v1.0.1 [2021-02-05T01:30:48.059Z] v1.1.0 [2021-02-05T01:30:48.059Z] v1.2.0 [2021-02-05T01:30:48.059Z] v1.2.1 [2021-02-05T01:30:48.059Z] v1.2.2-dev.1 [2021-02-05T01:30:48.059Z] v1.2.2-dev.10 [2021-02-05T01:30:48.059Z] v1.2.2-dev.100 [2021-02-05T01:30:48.059Z] v1.2.2-dev.101 [2021-02-05T01:30:48.059Z] v1.2.2-dev.102 [2021-02-05T01:30:48.059Z] v1.2.2-dev.103 [2021-02-05T01:30:48.059Z] v1.2.2-dev.104 [2021-02-05T01:30:48.059Z] v1.2.2-dev.105 [2021-02-05T01:30:48.059Z] v1.2.2-dev.106 [2021-02-05T01:30:48.059Z] v1.2.2-dev.107 [2021-02-05T01:30:48.059Z] v1.2.2-dev.11 [2021-02-05T01:30:48.059Z] v1.2.2-dev.12 [2021-02-05T01:30:48.059Z] v1.2.2-dev.13 [2021-02-05T01:30:48.059Z] v1.2.2-dev.14 [2021-02-05T01:30:48.059Z] v1.2.2-dev.15 [2021-02-05T01:30:48.059Z] v1.2.2-dev.16 [2021-02-05T01:30:48.059Z] v1.2.2-dev.17 [2021-02-05T01:30:48.059Z] v1.2.2-dev.18 [2021-02-05T01:30:48.059Z] v1.2.2-dev.19 [2021-02-05T01:30:48.059Z] v1.2.2-dev.2 [2021-02-05T01:30:48.059Z] v1.2.2-dev.20 [2021-02-05T01:30:48.059Z] v1.2.2-dev.21 [2021-02-05T01:30:48.059Z] v1.2.2-dev.22 [2021-02-05T01:30:48.059Z] v1.2.2-dev.23 [2021-02-05T01:30:48.059Z] v1.2.2-dev.24 [2021-02-05T01:30:48.059Z] v1.2.2-dev.25 [2021-02-05T01:30:48.059Z] v1.2.2-dev.26 [2021-02-05T01:30:48.059Z] v1.2.2-dev.27 [2021-02-05T01:30:48.059Z] v1.2.2-dev.28 [2021-02-05T01:30:48.059Z] v1.2.2-dev.29 [2021-02-05T01:30:48.059Z] v1.2.2-dev.3 [2021-02-05T01:30:48.059Z] v1.2.2-dev.30 [2021-02-05T01:30:48.059Z] v1.2.2-dev.31 [2021-02-05T01:30:48.059Z] v1.2.2-dev.32 [2021-02-05T01:30:48.059Z] v1.2.2-dev.33 [2021-02-05T01:30:48.059Z] v1.2.2-dev.34 [2021-02-05T01:30:48.059Z] v1.2.2-dev.35 [2021-02-05T01:30:48.059Z] v1.2.2-dev.36 [2021-02-05T01:30:48.059Z] v1.2.2-dev.37 [2021-02-05T01:30:48.059Z] v1.2.2-dev.38 [2021-02-05T01:30:48.059Z] v1.2.2-dev.39 [2021-02-05T01:30:48.059Z] v1.2.2-dev.4 [2021-02-05T01:30:48.059Z] v1.2.2-dev.40 [2021-02-05T01:30:48.059Z] v1.2.2-dev.41 [2021-02-05T01:30:48.059Z] v1.2.2-dev.42 [2021-02-05T01:30:48.059Z] v1.2.2-dev.43 [2021-02-05T01:30:48.059Z] v1.2.2-dev.44 [2021-02-05T01:30:48.059Z] v1.2.2-dev.45 [2021-02-05T01:30:48.059Z] v1.2.2-dev.46 [2021-02-05T01:30:48.059Z] v1.2.2-dev.47 [2021-02-05T01:30:48.059Z] v1.2.2-dev.48 [2021-02-05T01:30:48.059Z] v1.2.2-dev.49 [2021-02-05T01:30:48.059Z] v1.2.2-dev.5 [2021-02-05T01:30:48.059Z] v1.2.2-dev.50 [2021-02-05T01:30:48.059Z] v1.2.2-dev.51 [2021-02-05T01:30:48.059Z] v1.2.2-dev.52 [2021-02-05T01:30:48.059Z] v1.2.2-dev.53 [2021-02-05T01:30:48.059Z] v1.2.2-dev.54 [2021-02-05T01:30:48.059Z] v1.2.2-dev.55 [2021-02-05T01:30:48.059Z] v1.2.2-dev.56 [2021-02-05T01:30:48.059Z] v1.2.2-dev.57 [2021-02-05T01:30:48.059Z] v1.2.2-dev.58 [2021-02-05T01:30:48.059Z] v1.2.2-dev.59 [2021-02-05T01:30:48.059Z] v1.2.2-dev.6 [2021-02-05T01:30:48.059Z] v1.2.2-dev.60 [2021-02-05T01:30:48.059Z] v1.2.2-dev.61 [2021-02-05T01:30:48.059Z] v1.2.2-dev.62 [2021-02-05T01:30:48.059Z] v1.2.2-dev.63 [2021-02-05T01:30:48.059Z] v1.2.2-dev.64 [2021-02-05T01:30:48.059Z] v1.2.2-dev.65 [2021-02-05T01:30:48.059Z] v1.2.2-dev.66 [2021-02-05T01:30:48.059Z] v1.2.2-dev.67 [2021-02-05T01:30:48.059Z] v1.2.2-dev.68 [2021-02-05T01:30:48.059Z] v1.2.2-dev.69 [2021-02-05T01:30:48.059Z] v1.2.2-dev.7 [2021-02-05T01:30:48.059Z] v1.2.2-dev.70 [2021-02-05T01:30:48.059Z] v1.2.2-dev.71 [2021-02-05T01:30:48.059Z] v1.2.2-dev.72 [2021-02-05T01:30:48.059Z] v1.2.2-dev.73 [2021-02-05T01:30:48.059Z] v1.2.2-dev.74 [2021-02-05T01:30:48.059Z] v1.2.2-dev.75 [2021-02-05T01:30:48.059Z] v1.2.2-dev.76 [2021-02-05T01:30:48.059Z] v1.2.2-dev.77 [2021-02-05T01:30:48.059Z] v1.2.2-dev.78 [2021-02-05T01:30:48.059Z] v1.2.2-dev.79 [2021-02-05T01:30:48.059Z] v1.2.2-dev.8 [2021-02-05T01:30:48.059Z] v1.2.2-dev.80 [2021-02-05T01:30:48.059Z] v1.2.2-dev.81 [2021-02-05T01:30:48.059Z] v1.2.2-dev.82 [2021-02-05T01:30:48.059Z] v1.2.2-dev.83 [2021-02-05T01:30:48.059Z] v1.2.2-dev.84 [2021-02-05T01:30:48.059Z] v1.2.2-dev.85 [2021-02-05T01:30:48.059Z] v1.2.2-dev.86 [2021-02-05T01:30:48.059Z] v1.2.2-dev.87 [2021-02-05T01:30:48.059Z] v1.2.2-dev.88 [2021-02-05T01:30:48.059Z] v1.2.2-dev.89 [2021-02-05T01:30:48.059Z] v1.2.2-dev.9 [2021-02-05T01:30:48.059Z] v1.2.2-dev.90 [2021-02-05T01:30:48.059Z] v1.2.2-dev.91 [2021-02-05T01:30:48.059Z] v1.2.2-dev.92 [2021-02-05T01:30:48.059Z] v1.2.2-dev.93 [2021-02-05T01:30:48.059Z] v1.2.2-dev.94 [2021-02-05T01:30:48.059Z] v1.2.2-dev.95 [2021-02-05T01:30:48.059Z] v1.2.2-dev.96 [2021-02-05T01:30:48.059Z] v1.2.2-dev.97 [2021-02-05T01:30:48.059Z] v1.2.2-dev.98 [2021-02-05T01:30:48.059Z] v1.2.2-dev.99 [2021-02-05T01:30:48.059Z] v1.3.0 [2021-02-05T01:30:48.059Z] v1.3.1-dev.1 [2021-02-05T01:30:48.059Z] v1.3.1-dev.10 [2021-02-05T01:30:48.059Z] v1.3.1-dev.11 [2021-02-05T01:30:48.059Z] v1.3.1-dev.12 [2021-02-05T01:30:48.059Z] v1.3.1-dev.13 [2021-02-05T01:30:48.059Z] v1.3.1-dev.14 [2021-02-05T01:30:48.059Z] v1.3.1-dev.15 [2021-02-05T01:30:48.059Z] v1.3.1-dev.16 [2021-02-05T01:30:48.059Z] v1.3.1-dev.17 [2021-02-05T01:30:48.059Z] v1.3.1-dev.18 [2021-02-05T01:30:48.059Z] v1.3.1-dev.2 [2021-02-05T01:30:48.059Z] v1.3.1-dev.3 [2021-02-05T01:30:48.059Z] v1.3.1-dev.4 [2021-02-05T01:30:48.059Z] v1.3.1-dev.5 [2021-02-05T01:30:48.059Z] v1.3.1-dev.6 [2021-02-05T01:30:48.059Z] v1.3.1-dev.7 [2021-02-05T01:30:48.059Z] v1.3.1-dev.8 [2021-02-05T01:30:48.059Z] v1.3.1-dev.9 [2021-02-05T01:30:48.059Z] v2.0.0-dev.1 [2021-02-05T01:30:48.059Z] v2.0.0-dev.10 [2021-02-05T01:30:48.059Z] v2.0.0-dev.11 [2021-02-05T01:30:48.059Z] v2.0.0-dev.12 [2021-02-05T01:30:48.059Z] v2.0.0-dev.13 [2021-02-05T01:30:48.059Z] v2.0.0-dev.14 [2021-02-05T01:30:48.059Z] v2.0.0-dev.15 [2021-02-05T01:30:48.059Z] v2.0.0-dev.16 [2021-02-05T01:30:48.059Z] v2.0.0-dev.17 [2021-02-05T01:30:48.059Z] v2.0.0-dev.18 [2021-02-05T01:30:48.059Z] v2.0.0-dev.19 [2021-02-05T01:30:48.059Z] v2.0.0-dev.2 [2021-02-05T01:30:48.059Z] v2.0.0-dev.20 [2021-02-05T01:30:48.059Z] v2.0.0-dev.21 [2021-02-05T01:30:48.059Z] v2.0.0-dev.22 [2021-02-05T01:30:48.059Z] v2.0.0-dev.23 [2021-02-05T01:30:48.059Z] v2.0.0-dev.24 [2021-02-05T01:30:48.059Z] v2.0.0-dev.25 [2021-02-05T01:30:48.059Z] v2.0.0-dev.26 [2021-02-05T01:30:48.059Z] v2.0.0-dev.27 [2021-02-05T01:30:48.059Z] v2.0.0-dev.28 [2021-02-05T01:30:48.059Z] v2.0.0-dev.29 [2021-02-05T01:30:48.059Z] v2.0.0-dev.3 [2021-02-05T01:30:48.059Z] v2.0.0-dev.30 [2021-02-05T01:30:48.059Z] v2.0.0-dev.31 [2021-02-05T01:30:48.059Z] v2.0.0-dev.32 [2021-02-05T01:30:48.059Z] v2.0.0-dev.33 [2021-02-05T01:30:48.059Z] v2.0.0-dev.34 [2021-02-05T01:30:48.059Z] v2.0.0-dev.35 [2021-02-05T01:30:48.059Z] v2.0.0-dev.36 [2021-02-05T01:30:48.059Z] v2.0.0-dev.37 [2021-02-05T01:30:48.059Z] v2.0.0-dev.38 [2021-02-05T01:30:48.059Z] v2.0.0-dev.39 [2021-02-05T01:30:48.059Z] v2.0.0-dev.4 [2021-02-05T01:30:48.059Z] v2.0.0-dev.40 [2021-02-05T01:30:48.059Z] v2.0.0-dev.41 [2021-02-05T01:30:48.059Z] v2.0.0-dev.42 [2021-02-05T01:30:48.059Z] v2.0.0-dev.43 [2021-02-05T01:30:48.059Z] v2.0.0-dev.44 [2021-02-05T01:30:48.059Z] v2.0.0-dev.45 [2021-02-05T01:30:48.059Z] v2.0.0-dev.46 [2021-02-05T01:30:48.059Z] v2.0.0-dev.47 [2021-02-05T01:30:48.059Z] v2.0.0-dev.48 [2021-02-05T01:30:48.059Z] v2.0.0-dev.49 [2021-02-05T01:30:48.059Z] v2.0.0-dev.5 [2021-02-05T01:30:48.059Z] v2.0.0-dev.50 [2021-02-05T01:30:48.059Z] v2.0.0-dev.51 [2021-02-05T01:30:48.059Z] v2.0.0-dev.52 [2021-02-05T01:30:48.059Z] v2.0.0-dev.53 [2021-02-05T01:30:48.059Z] v2.0.0-dev.54 [2021-02-05T01:30:48.059Z] v2.0.0-dev.55 [2021-02-05T01:30:48.059Z] v2.0.0-dev.56 [2021-02-05T01:30:48.059Z] v2.0.0-dev.57 [2021-02-05T01:30:48.059Z] v2.0.0-dev.58 [2021-02-05T01:30:48.059Z] v2.0.0-dev.59 [2021-02-05T01:30:48.059Z] v2.0.0-dev.6 [2021-02-05T01:30:48.059Z] v2.0.0-dev.60 [2021-02-05T01:30:48.059Z] v2.0.0-dev.61 [2021-02-05T01:30:48.059Z] v2.0.0-dev.62 [2021-02-05T01:30:48.059Z] v2.0.0-dev.63 [2021-02-05T01:30:48.059Z] v2.0.0-dev.64 [2021-02-05T01:30:48.059Z] v2.0.0-dev.65 [2021-02-05T01:30:48.059Z] v2.0.0-dev.66 [2021-02-05T01:30:48.059Z] v2.0.0-dev.67 [2021-02-05T01:30:48.059Z] v2.0.0-dev.68 [2021-02-05T01:30:48.059Z] v2.0.0-dev.69 [2021-02-05T01:30:48.059Z] v2.0.0-dev.7 [2021-02-05T01:30:48.059Z] v2.0.0-dev.70 [2021-02-05T01:30:48.059Z] v2.0.0-dev.71 [2021-02-05T01:30:48.059Z] v2.0.0-dev.72 [2021-02-05T01:30:48.059Z] v2.0.0-dev.73 [2021-02-05T01:30:48.059Z] v2.0.0-dev.74 [2021-02-05T01:30:48.059Z] v2.0.0-dev.75 [2021-02-05T01:30:48.059Z] v2.0.0-dev.76 [2021-02-05T01:30:48.059Z] v2.0.0-dev.77 [2021-02-05T01:30:48.059Z] v2.0.0-dev.8 [2021-02-05T01:30:48.059Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-05T01:30:48.670Z] + lftools sign git-tag v2.0.0-dev.77 [2021-02-05T01:30:49.613Z] Signing Git tag with Sigul... [2021-02-05T01:30:49.613Z] Signing v2.0.0-dev.77 [Pipeline] echo [2021-02-05T01:30:51.024Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:30:51.320Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-05T01:30:51.330Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-05T01:30:51.428Z] $ docker stop --time=1 c5d6f89a483e7c2f1fdfeffd14be904b16b4881836b3837571308340e37dffb1 [2021-02-05T01:30:53.702Z] $ docker rm -f c5d6f89a483e7c2f1fdfeffd14be904b16b4881836b3837571308340e37dffb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:30:54.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:30:54.622Z] . [Pipeline] withDockerContainer [2021-02-05T01:30:54.738Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:30:54.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T01:30:55.482Z] $ docker top 12108b5093c1076ff9dead137b6c67ae64a4f1fe94dca6909d962555bba4dc48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T01:30:55.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:30:55.813Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:30:56.025Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:30:56.030Z] $ docker exec 12108b5093c1076ff9dead137b6c67ae64a4f1fe94dca6909d962555bba4dc48 ssh-agent [2021-02-05T01:30:56.248Z] SSH_AUTH_SOCK=/tmp/ssh-q4QLeYUvzx9B/agent.11 [2021-02-05T01:30:56.248Z] SSH_AGENT_PID=16 [2021-02-05T01:30:56.258Z] Running ssh-add (command line suppressed) [2021-02-05T01:30:56.383Z] Identity added: /w/workspace/edgex-go/342@tmp/private_key_64273697001628812.key (/w/workspace/edgex-go/342@tmp/private_key_64273697001628812.key) [2021-02-05T01:30:56.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:30:56.803Z] + git semver bump pre [2021-02-05T01:30:56.803Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T01:30:56.803Z] # $GIT_DIR = /w/workspace/edgex-go/342/.git [2021-02-05T01:30:56.803Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/342 [2021-02-05T01:30:56.803Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T01:30:56.803Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T01:30:56.803Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T01:30:56.803Z] # $SEMVER_BRANCH = master [2021-02-05T01:30:56.803Z] # $SEMVER_DIR = /w/workspace/edgex-go/342/.semver [2021-02-05T01:30:56.803Z] 2.0.0-dev.78 [Pipeline] } [2021-02-05T01:30:56.826Z] $ docker exec --env ******** --env ******** 12108b5093c1076ff9dead137b6c67ae64a4f1fe94dca6909d962555bba4dc48 ssh-agent -k [2021-02-05T01:30:56.946Z] unset SSH_AUTH_SOCK; [2021-02-05T01:30:56.946Z] unset SSH_AGENT_PID; [2021-02-05T01:30:56.946Z] echo Agent pid 16 killed; [2021-02-05T01:30:57.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:30:57.455Z] + git semver [Pipeline] } [2021-02-05T01:30:57.473Z] $ docker stop --time=1 12108b5093c1076ff9dead137b6c67ae64a4f1fe94dca6909d962555bba4dc48 [2021-02-05T01:30:58.821Z] $ docker rm -f 12108b5093c1076ff9dead137b6c67ae64a4f1fe94dca6909d962555bba4dc48 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:30:59.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T01:30:59.399Z] . [Pipeline] withDockerContainer [2021-02-05T01:30:59.494Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:30:59.540Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T01:31:00.243Z] $ docker top 42fa45c3c6d71f546b7ab2bf7d366322d203c95e39fad1d751903a8481d48361 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T01:31:00.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T01:31:00.623Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T01:31:00.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T01:31:00.826Z] $ docker exec 42fa45c3c6d71f546b7ab2bf7d366322d203c95e39fad1d751903a8481d48361 ssh-agent [2021-02-05T01:31:01.003Z] SSH_AUTH_SOCK=/tmp/ssh-8rrriMfVn2hH/agent.11 [2021-02-05T01:31:01.003Z] SSH_AGENT_PID=17 [2021-02-05T01:31:01.010Z] Running ssh-add (command line suppressed) [2021-02-05T01:31:01.141Z] Identity added: /w/workspace/edgex-go/342@tmp/private_key_8875103024764311794.key (/w/workspace/edgex-go/342@tmp/private_key_8875103024764311794.key) [2021-02-05T01:31:01.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T01:31:01.528Z] + git semver push [2021-02-05T01:31:01.528Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T01:31:01.528Z] # $GIT_DIR = /w/workspace/edgex-go/342/.git [2021-02-05T01:31:01.528Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/342 [2021-02-05T01:31:01.528Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T01:31:01.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T01:31:01.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T01:31:01.528Z] # $SEMVER_BRANCH = master [2021-02-05T01:31:01.528Z] # $SEMVER_DIR = /w/workspace/edgex-go/342/.semver [Pipeline] } [2021-02-05T01:31:13.810Z] $ docker exec --env ******** --env ******** 42fa45c3c6d71f546b7ab2bf7d366322d203c95e39fad1d751903a8481d48361 ssh-agent -k [2021-02-05T01:31:14.025Z] unset SSH_AUTH_SOCK; [2021-02-05T01:31:14.025Z] unset SSH_AGENT_PID; [2021-02-05T01:31:14.025Z] echo Agent pid 17 killed; [2021-02-05T01:31:14.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T01:31:14.584Z] + git semver [Pipeline] } [2021-02-05T01:31:14.606Z] $ docker stop --time=1 42fa45c3c6d71f546b7ab2bf7d366322d203c95e39fad1d751903a8481d48361 [2021-02-05T01:31:15.950Z] $ docker rm -f 42fa45c3c6d71f546b7ab2bf7d366322d203c95e39fad1d751903a8481d48361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:16.916Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:17.798Z] ---> package-listing.sh [2021-02-05T01:31:17.798Z] ++ facter osfamily [2021-02-05T01:31:17.798Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T01:31:17.798Z] + OS_FAMILY=redhat [2021-02-05T01:31:17.798Z] + workspace=/w/workspace/edgex-go/342 [2021-02-05T01:31:17.798Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T01:31:17.798Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T01:31:17.798Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T01:31:17.798Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T01:31:17.798Z] + '[' /w/workspace/edgex-go/342 ']' [2021-02-05T01:31:17.798Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T01:31:17.798Z] + case "${OS_FAMILY}" in [2021-02-05T01:31:17.798Z] + rpm -qa [2021-02-05T01:31:17.798Z] + sort [2021-02-05T01:31:23.100Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T01:31:23.100Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T01:31:23.100Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T01:31:23.100Z] + '[' /w/workspace/edgex-go/342 ']' [2021-02-05T01:31:23.100Z] + mkdir -p /w/workspace/edgex-go/342/archives/ [2021-02-05T01:31:23.100Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/342/archives/ [Pipeline] echo [2021-02-05T01:31:23.113Z] 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/342/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T01:31:23.402Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:31:23.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:31:23.711Z] [2021-02-05T01:31:23.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T01:31:24.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:31:24.061Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T01:31:24.061Z] df20fa9351a1: Pulling fs layer [2021-02-05T01:31:24.061Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T01:31:24.061Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T01:31:24.061Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T01:31:24.061Z] 93b61091891f: Pulling fs layer [2021-02-05T01:31:24.061Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T01:31:24.061Z] 5e14af77c1be: Pulling fs layer [2021-02-05T01:31:24.061Z] 01666e4c0597: Pulling fs layer [2021-02-05T01:31:24.061Z] aa168da1d23b: Pulling fs layer [2021-02-05T01:31:24.061Z] 46f8f816bc3b: Waiting [2021-02-05T01:31:24.061Z] 93b61091891f: Waiting [2021-02-05T01:31:24.061Z] 93b9cdb0e59b: Waiting [2021-02-05T01:31:24.061Z] 5e14af77c1be: Waiting [2021-02-05T01:31:24.061Z] 01666e4c0597: Waiting [2021-02-05T01:31:24.061Z] aa168da1d23b: Waiting [2021-02-05T01:31:24.061Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T01:31:24.061Z] 36b3adc4ff6f: Download complete [2021-02-05T01:31:24.061Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T01:31:24.061Z] 46f8f816bc3b: Download complete [2021-02-05T01:31:24.323Z] df20fa9351a1: Verifying Checksum [2021-02-05T01:31:24.323Z] df20fa9351a1: Download complete [2021-02-05T01:31:24.323Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T01:31:24.323Z] 93b9cdb0e59b: Download complete [2021-02-05T01:31:24.323Z] 5e14af77c1be: Verifying Checksum [2021-02-05T01:31:24.323Z] 5e14af77c1be: Download complete [2021-02-05T01:31:24.323Z] 93b61091891f: Verifying Checksum [2021-02-05T01:31:24.323Z] 93b61091891f: Download complete [2021-02-05T01:31:24.323Z] 01666e4c0597: Verifying Checksum [2021-02-05T01:31:24.323Z] 01666e4c0597: Download complete [2021-02-05T01:31:24.586Z] df20fa9351a1: Pull complete [2021-02-05T01:31:24.849Z] 36b3adc4ff6f: Pull complete [2021-02-05T01:31:25.110Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T01:31:25.110Z] 8ad3a11d3b57: Download complete [2021-02-05T01:31:27.044Z] aa168da1d23b: Verifying Checksum [2021-02-05T01:31:27.045Z] aa168da1d23b: Download complete [2021-02-05T01:31:27.045Z] 8ad3a11d3b57: Pull complete [2021-02-05T01:31:27.045Z] 46f8f816bc3b: Pull complete [2021-02-05T01:31:27.306Z] 93b61091891f: Pull complete [2021-02-05T01:31:27.567Z] 93b9cdb0e59b: Pull complete [2021-02-05T01:31:27.567Z] 5e14af77c1be: Pull complete [2021-02-05T01:31:27.830Z] 01666e4c0597: Pull complete [2021-02-05T01:31:36.009Z] aa168da1d23b: Pull complete [2021-02-05T01:31:36.009Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T01:31:36.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T01:31:36.009Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T01:31:36.176Z] prd-centos7-docker-4c-2g-25135 does not seem to be running inside a container [2021-02-05T01:31:36.243Z] $ 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/342/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/342 -v /w/workspace/edgex-go/342:/w/workspace/edgex-go/342:rw,z -v /w/workspace/edgex-go/342@tmp:/w/workspace/edgex-go/342@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T01:31:39.043Z] $ docker top ada351dbb5005ba718dcda12580405fd643c42e58ef7c13db5d47ab2818f11c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T01:31:39.585Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T01:31:39.896Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T01:31:40.270Z] + ls /var/log/sa-host [2021-02-05T01:31:40.270Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T01:31:40.270Z] file_magic: OK [2021-02-05T01:31:40.270Z] HZ: Using current value: 100 [2021-02-05T01:31:40.270Z] file_header: OK [2021-02-05T01:31:40.270Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T01:31:40.270Z] Statistics: [2021-02-05T01:31:40.270Z] 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... [2021-02-05T01:31:40.270Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T01:31:40.270Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T01:31:40.270Z] file_magic: OK [2021-02-05T01:31:40.270Z] HZ: Using current value: 100 [2021-02-05T01:31:40.270Z] file_header: OK [2021-02-05T01:31:40.270Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T01:31:40.270Z] Statistics: [2021-02-05T01:31:40.270Z] Hnuu...uuuununununu... [2021-02-05T01:31:40.270Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T01:31:40.564Z] provisioning config files... [2021-02-05T01:31:40.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/342@tmp/config3049981953341559206tmp [Pipeline] { [Pipeline] echo [2021-02-05T01:31:40.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:41.033Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T01:31:41.042Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T01:31:41.131Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:41.428Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T01:31:41.438Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:41.734Z] ---> sudo-logs.sh [2021-02-05T01:31:41.734Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T01:31:41.745Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:42.045Z] ---> job-cost.sh [2021-02-05T01:31:42.045Z] lf-activate-venv: SKIPPING [2021-02-05T01:31:42.045Z] INFO: No Stack... [2021-02-05T01:31:42.619Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T01:31:43.192Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T01:31:43.207Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T01:31:43.505Z] ---> logs-deploy.sh [2021-02-05T01:31:43.505Z] lf-activate-venv: SKIPPING [2021-02-05T01:31:43.505Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/342 [2021-02-05T01:31:43.505Z] INFO: archiving workspace using pattern(s): [2021-02-05T01:31:44.893Z] Archives upload complete. [2021-02-05T01:31:44.893Z] INFO: archiving logs to Nexus