Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24853’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24855 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/338 [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/338 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 Commit message: "Merge pull request #3121 from weichou1229/issue-3119" > git rev-list --no-walk d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T04:29:14.041Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T04:29:14.305Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T04:29:14.408Z] ========================================================= [2021-02-04T04:29:14.408Z] EdgeX Global Pipelines Version Info [2021-02-04T04:29:14.408Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:29:16.622Z] ------------------- [2021-02-04T04:29:16.622Z] stable info: [2021-02-04T04:29:16.622Z] ------------------- [2021-02-04T04:29:16.622Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:29:16.622Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:29:16.622Z] Message: update stable to v1.0.179 [2021-02-04T04:29:17.208Z] ------------------- [2021-02-04T04:29:17.208Z] experimental info: [2021-02-04T04:29:17.208Z] ------------------- [2021-02-04T04:29:17.208Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:29:17.208Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:29:17.208Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T04:29:17.759Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T04:29:17.848Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T04:29:17.948Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T04:29:18.068Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T04:29:18.179Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T04:29:18.306Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T04:29:18.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T04:29:18.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T04:29:18.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T04:29:18.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T04:29:18.815Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T04:29:18.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T04:29:19.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T04:29:19.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T04:29:19.227Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:29:19.325Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:29:19.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T04:29:19.540Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T04:29:19.630Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T04:29:19.777Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T04:29:19.865Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T04:29:19.995Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T04:29:20.092Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T04:29:20.223Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-04T04:29:20.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-04T04:29:20.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-04T04:29:20.683Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] echo [2021-02-04T04:29:20.797Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87b1ca7 [Pipeline] echo [2021-02-04T04:29:20.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:29:21.179Z] provisioning config files... [2021-02-04T04:29:21.212Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/338@tmp/config2534133424494469120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:29:21.685Z] ---> docker-login.sh [2021-02-04T04:29:21.686Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:29:22.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:29:22.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:29:22.564Z] Configure a credential helper to remove this warning. See [2021-02-04T04:29:22.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:29:22.564Z] [2021-02-04T04:29:22.564Z] Login Succeeded [2021-02-04T04:29:22.564Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:29:22.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:29:22.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:29:22.836Z] Configure a credential helper to remove this warning. See [2021-02-04T04:29:22.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:29:22.836Z] [2021-02-04T04:29:22.836Z] Login Succeeded [2021-02-04T04:29:22.836Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:29:22.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:29:23.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:29:23.104Z] Configure a credential helper to remove this warning. See [2021-02-04T04:29:23.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:29:23.104Z] [2021-02-04T04:29:23.104Z] Login Succeeded [2021-02-04T04:29:23.104Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:29:23.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:29:23.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:29:23.105Z] Configure a credential helper to remove this warning. See [2021-02-04T04:29:23.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:29:23.105Z] [2021-02-04T04:29:23.105Z] Login Succeeded [2021-02-04T04:29:23.105Z] docker.io [2021-02-04T04:29:23.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:29:23.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:29:23.656Z] Configure a credential helper to remove this warning. See [2021-02-04T04:29:23.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:29:23.656Z] [2021-02-04T04:29:23.656Z] Login Succeeded [2021-02-04T04:29:23.656Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:29:23.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:29:24.243Z] ++ 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-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T04:29:24.243Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T04:29:24.243Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:29:24.243Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:29:24.243Z] ++ cut -d/ -f2 [2021-02-04T04:29:24.243Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T04:29:24.339Z] 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-04T04:29:25.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:29:25.190Z] [2021-02-04T04:29:25.190Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:29:25.580Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:29:25.581Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T04:29:25.581Z] 31603596830f: Pulling fs layer [2021-02-04T04:29:25.581Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T04:29:25.581Z] 6ca5941a6612: Pulling fs layer [2021-02-04T04:29:25.581Z] ecc8261a40a4: Pulling fs layer [2021-02-04T04:29:25.581Z] ecc8261a40a4: Waiting [2021-02-04T04:29:25.581Z] 2a8b12db71e7: Download complete [2021-02-04T04:29:25.874Z] 31603596830f: Verifying Checksum [2021-02-04T04:29:25.874Z] 31603596830f: Download complete [2021-02-04T04:29:26.156Z] ecc8261a40a4: Verifying Checksum [2021-02-04T04:29:26.156Z] ecc8261a40a4: Download complete [2021-02-04T04:29:26.156Z] 6ca5941a6612: Verifying Checksum [2021-02-04T04:29:26.156Z] 6ca5941a6612: Download complete [2021-02-04T04:29:26.451Z] 31603596830f: Pull complete [2021-02-04T04:29:26.733Z] 2a8b12db71e7: Pull complete [2021-02-04T04:29:28.193Z] 6ca5941a6612: Pull complete [2021-02-04T04:29:28.461Z] ecc8261a40a4: Pull complete [2021-02-04T04:29:28.461Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T04:29:28.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:29:28.461Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T04:29:28.697Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:29:28.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:29:32.881Z] $ docker top cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:29:33.331Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:29:33.331Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:29:33.789Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:29:33.796Z] $ docker exec cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da ssh-agent [2021-02-04T04:29:35.038Z] SSH_AUTH_SOCK=/tmp/ssh-7Ty9n1xCavkq/agent.12 [2021-02-04T04:29:35.038Z] SSH_AGENT_PID=18 [2021-02-04T04:29:35.067Z] Running ssh-add (command line suppressed) [2021-02-04T04:29:35.411Z] Identity added: /w/workspace/edgex-go/338@tmp/private_key_8549442108696804933.key (/w/workspace/edgex-go/338@tmp/private_key_8549442108696804933.key) [2021-02-04T04:29:35.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:29:35.868Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T04:29:35.907Z] $ docker exec --env ******** --env ******** cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da ssh-agent -k [2021-02-04T04:29:36.075Z] unset SSH_AUTH_SOCK; [2021-02-04T04:29:36.076Z] unset SSH_AGENT_PID; [2021-02-04T04:29:36.077Z] echo Agent pid 18 killed; [2021-02-04T04:29:36.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T04:29:36.301Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:29:36.301Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:29:36.704Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:29:36.709Z] $ docker exec cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da ssh-agent [2021-02-04T04:29:37.070Z] SSH_AUTH_SOCK=/tmp/ssh-IR0v0AS07uno/agent.49 [2021-02-04T04:29:37.070Z] SSH_AGENT_PID=54 [2021-02-04T04:29:37.084Z] Running ssh-add (command line suppressed) [2021-02-04T04:29:37.317Z] Identity added: /w/workspace/edgex-go/338@tmp/private_key_7004743238576080059.key (/w/workspace/edgex-go/338@tmp/private_key_7004743238576080059.key) [2021-02-04T04:29:37.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:29:37.828Z] + git semver init [2021-02-04T04:29:37.828Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:29:37.828Z] # $GIT_DIR = /w/workspace/edgex-go/338/.git [2021-02-04T04:29:37.828Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/338 [2021-02-04T04:29:37.828Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:29:37.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:29:37.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:29:37.828Z] # $SEMVER_BRANCH = master [2021-02-04T04:29:37.828Z] # $SEMVER_TEMP = /tmp/semver-187821011 [2021-02-04T04:29:37.828Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T04:31:14.905Z] # '/tmp/semver-187821011' -> '/w/workspace/edgex-go/338/.semver' [2021-02-04T04:31:14.905Z] # -> Force: false [2021-02-04T04:31:14.905Z] # $SEMVER_DIR = /w/workspace/edgex-go/338/.semver [Pipeline] } [2021-02-04T04:31:14.931Z] $ docker exec --env ******** --env ******** cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da ssh-agent -k [2021-02-04T04:31:15.384Z] unset SSH_AUTH_SOCK; [2021-02-04T04:31:15.385Z] unset SSH_AGENT_PID; [2021-02-04T04:31:15.385Z] echo Agent pid 54 killed; [2021-02-04T04:31:15.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:31:16.103Z] + git semver [Pipeline] } [2021-02-04T04:31:16.151Z] $ docker stop --time=1 cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da [2021-02-04T04:31:18.332Z] $ docker rm -f cf6b5250d0da12c69669a453c9c1f08c0a01278350713c8de742b05ba5ee21da [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:31:19.158Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T04:31:20.008Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T04:31:20.011Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.73 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:31:21.090Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:31:21.420Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:31:21.770Z] + true [2021-02-04T04:31:21.770Z] + sudo service docker restart [2021-02-04T04:31:21.770Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T04:31:22.787Z] ========================================================= [2021-02-04T04:31:22.787Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T04:31:22.787Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:31:23.174Z] + 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-04T04:31:31.567Z] Sending build context to Docker daemon 327.5MB [2021-02-04T04:31:31.567Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:31:31.567Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:31:31.567Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T04:31:31.567Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:31:31.567Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:31:31.567Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:31:31.567Z] bca2f99d35d6: Pulling fs layer [2021-02-04T04:31:31.567Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T04:31:31.567Z] 7c6f9722023f: Pulling fs layer [2021-02-04T04:31:31.567Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T04:31:31.567Z] bca2f99d35d6: Waiting [2021-02-04T04:31:31.567Z] 93359f2a8cfa: Waiting [2021-02-04T04:31:31.567Z] 7c6f9722023f: Waiting [2021-02-04T04:31:31.567Z] a35cf1a2eb13: Waiting [2021-02-04T04:31:31.567Z] de9db76c5a1d: Verifying Checksum [2021-02-04T04:31:31.567Z] de9db76c5a1d: Download complete [2021-02-04T04:31:31.567Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T04:31:31.567Z] 0ef7d3d256c8: Download complete [2021-02-04T04:31:31.567Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T04:31:31.567Z] 93359f2a8cfa: Download complete [2021-02-04T04:31:31.567Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:31:31.567Z] 188c0c94c7c5: Download complete [2021-02-04T04:31:31.567Z] 7c6f9722023f: Verifying Checksum [2021-02-04T04:31:31.568Z] 7c6f9722023f: Download complete [2021-02-04T04:31:31.842Z] 188c0c94c7c5: Pull complete [2021-02-04T04:31:32.459Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:31:32.738Z] de9db76c5a1d: Pull complete [2021-02-04T04:31:34.737Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T04:31:34.737Z] a35cf1a2eb13: Download complete [2021-02-04T04:31:35.440Z] Still waiting to schedule task [2021-02-04T04:31:35.440Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T04:31:37.398Z] bca2f99d35d6: Verifying Checksum [2021-02-04T04:31:37.398Z] bca2f99d35d6: Download complete [2021-02-04T04:31:50.021Z] bca2f99d35d6: Pull complete [2021-02-04T04:31:50.021Z] 93359f2a8cfa: Pull complete [2021-02-04T04:31:50.021Z] 7c6f9722023f: Pull complete [2021-02-04T04:31:54.436Z] a35cf1a2eb13: Pull complete [2021-02-04T04:31:54.436Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T04:31:54.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T04:31:54.436Z] ---> a62c8e92a672 [2021-02-04T04:31:54.436Z] 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-04T04:31:54.749Z] ---> Running in e037df492601 [2021-02-04T04:31:56.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:31:57.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:31:58.610Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:31:58.610Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:31:58.610Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:31:58.892Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:32:31.236Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:32:31.236Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:32:31.236Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:32:31.236Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:32:31.236Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:32:31.236Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:32:31.236Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:32:31.236Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:32:31.236Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:32:31.236Z] OK: 233 MiB in 51 packages [2021-02-04T04:32:32.716Z] Removing intermediate container e037df492601 [2021-02-04T04:32:32.716Z] ---> 7555c52973ac [2021-02-04T04:32:32.716Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:32:32.716Z] ---> Running in 84978ec31f5e [2021-02-04T04:32:32.983Z] Removing intermediate container 84978ec31f5e [2021-02-04T04:32:32.983Z] ---> 4e958a35629f [2021-02-04T04:32:32.983Z] Step 5/6 : COPY go.mod . [2021-02-04T04:32:33.269Z] ---> 20b8076e62f3 [2021-02-04T04:32:33.269Z] Step 6/6 : RUN go mod download [2021-02-04T04:32:33.545Z] ---> Running in a1f2d231ac2d [2021-02-04T04:33:06.252Z] Removing intermediate container a1f2d231ac2d [2021-02-04T04:33:06.252Z] ---> da54f4f52af6 [2021-02-04T04:33:06.252Z] Successfully built da54f4f52af6 [2021-02-04T04:33:06.252Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:06.621Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:06.897Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:07.246Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:33:07.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:33:08.981Z] $ docker top 1506ba25ad93a5c3d91bab3a9f28666c0748ab671fa9af44c7c9147c9e888f82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:33:09.745Z] + go version [2021-02-04T04:33:10.043Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T04:33:10.066Z] $ docker stop --time=1 1506ba25ad93a5c3d91bab3a9f28666c0748ab671fa9af44c7c9147c9e888f82 [2021-02-04T04:33:11.689Z] $ docker rm -f 1506ba25ad93a5c3d91bab3a9f28666c0748ab671fa9af44c7c9147c9e888f82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:12.699Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:12.699Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:12.968Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:33:13.057Z] $ 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/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:33:14.498Z] $ docker top 5502101628a7c03aa650343ce63ac921a6087e7f16b871bfa520dec30fcfeb96 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:33:14.830Z] ========================================================= [2021-02-04T04:33:14.830Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:33:14.830Z] ========================================================= [Pipeline] sh [2021-02-04T04:33:15.362Z] + make test [2021-02-04T04:33:15.363Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:33:33.785Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:33:43.978Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24869 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-04T04:33:44.038Z] Running in /w/workspace/edgex-go/338 [Pipeline] { [Pipeline] checkout [2021-02-04T04:33:49.462Z] using credential edgex-jenkins-ssh [2021-02-04T04:33:49.532Z] Cloning the remote Git repository [2021-02-04T04:33:49.588Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:33:49.700Z] > git init /w/workspace/edgex-go/338 # timeout=10 [2021-02-04T04:33:49.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:33:49.781Z] > git --version # timeout=10 [2021-02-04T04:33:49.805Z] > git --version # 'git version 2.17.1' [2021-02-04T04:33:49.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:33:49.859Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:34:10.135Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:34:10.157Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:34:10.186Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:34:10.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:34:10.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:34:10.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:34:10.832Z] Checking out Revision 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (master) [2021-02-04T04:34:10.849Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:34:10.865Z] > git checkout -f 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:34:13.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:34:15.570Z] Commit message: "Merge pull request #3121 from weichou1229/issue-3119" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:34:17.066Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:34:17.477Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:34:18.001Z] + sudo service docker restart [2021-02-04T04:34:18.001Z] + true [2021-02-04T04:34:18.924Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:34:18.924Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:34:18.924Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:34:18.924Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:34:19.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:34:19.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:34:19.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:34:20.044Z] provisioning config files... [2021-02-04T04:34:20.087Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/338@tmp/config7147882841617236929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:34:20.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:34:20.499Z] ---> docker-login.sh [2021-02-04T04:34:20.499Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:34:21.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:34:21.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:34:21.693Z] Configure a credential helper to remove this warning. See [2021-02-04T04:34:21.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:34:21.693Z] [2021-02-04T04:34:21.693Z] Login Succeeded [2021-02-04T04:34:21.693Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:34:21.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:34:22.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:34:22.248Z] Configure a credential helper to remove this warning. See [2021-02-04T04:34:22.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:34:22.248Z] [2021-02-04T04:34:22.248Z] Login Succeeded [2021-02-04T04:34:22.248Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:34:22.407Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:34:22.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:34:22.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:34:22.523Z] Configure a credential helper to remove this warning. See [2021-02-04T04:34:22.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:34:22.523Z] [2021-02-04T04:34:22.523Z] Login Succeeded [2021-02-04T04:34:22.798Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:34:23.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:34:23.240Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:34:23.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:34:23.347Z] Configure a credential helper to remove this warning. See [2021-02-04T04:34:23.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:34:23.347Z] [2021-02-04T04:34:23.347Z] Login Succeeded [2021-02-04T04:34:23.347Z] docker.io [2021-02-04T04:34:23.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:34:24.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:34:24.215Z] Configure a credential helper to remove this warning. See [2021-02-04T04:34:24.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:34:24.215Z] [2021-02-04T04:34:24.215Z] Login Succeeded [2021-02-04T04:34:24.215Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:34:24.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T04:34:24.667Z] ========================================================= [2021-02-04T04:34:24.667Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T04:34:24.667Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:34:25.078Z] + 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-04T04:34:27.730Z] Sending build context to Docker daemon 166.1MB [2021-02-04T04:34:27.730Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:34:27.730Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:34:27.730Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T04:34:27.730Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T04:34:27.730Z] a4357932f1b6: Pulling fs layer [2021-02-04T04:34:27.730Z] 18c013af1878: Pulling fs layer [2021-02-04T04:34:27.730Z] 00ac8860ef70: Pulling fs layer [2021-02-04T04:34:27.730Z] 63d7cb157983: Pulling fs layer [2021-02-04T04:34:27.730Z] b116817d02f9: Pulling fs layer [2021-02-04T04:34:27.730Z] 745a02a5169b: Pulling fs layer [2021-02-04T04:34:27.730Z] 63d7cb157983: Waiting [2021-02-04T04:34:27.730Z] b116817d02f9: Waiting [2021-02-04T04:34:27.730Z] 745a02a5169b: Waiting [2021-02-04T04:34:27.730Z] 00ac8860ef70: Waiting [2021-02-04T04:34:27.730Z] 18c013af1878: Verifying Checksum [2021-02-04T04:34:27.730Z] 18c013af1878: Download complete [2021-02-04T04:34:27.730Z] a4357932f1b6: Download complete [2021-02-04T04:34:27.730Z] 63d7cb157983: Download complete [2021-02-04T04:34:27.730Z] b116817d02f9: Verifying Checksum [2021-02-04T04:34:27.730Z] b116817d02f9: Download complete [2021-02-04T04:34:27.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:34:27.948Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:34:27.948Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:34:28.331Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T04:34:28.331Z] 5f621e34cdf4: Download complete [2021-02-04T04:34:28.937Z] 5f621e34cdf4: Pull complete [2021-02-04T04:34:29.541Z] a4357932f1b6: Pull complete [2021-02-04T04:34:29.860Z] 18c013af1878: Pull complete [2021-02-04T04:34:30.849Z] 745a02a5169b: Verifying Checksum [2021-02-04T04:34:30.849Z] 745a02a5169b: Download complete [2021-02-04T04:34:31.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 46.0% of statements [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:34:31.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:34:31.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.077s coverage: 100.0% of statements [2021-02-04T04:34:31.827Z] 00ac8860ef70: Verifying Checksum [2021-02-04T04:34:31.827Z] 00ac8860ef70: Download complete [2021-02-04T04:34:35.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.465s coverage: 27.1% of statements [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:34:35.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:34:35.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.115s coverage: 100.0% of statements [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:34:35.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:34:36.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.136s coverage: 65.8% of statements [2021-02-04T04:34:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:34:36.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:34:37.200Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.548s coverage: 82.3% of statements [2021-02-04T04:34:37.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:37.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:37.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:34:37.200Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:34:40.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.641s coverage: 28.6% of statements [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:34:40.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:34:40.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:34:40.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements [2021-02-04T04:34:40.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:34:41.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.259s coverage: 97.5% of statements [2021-02-04T04:34:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:34:41.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-02-04T04:34:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:34:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:34:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:34:41.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:34:42.018Z] 00ac8860ef70: Pull complete [2021-02-04T04:34:42.299Z] 63d7cb157983: Pull complete [2021-02-04T04:34:42.578Z] b116817d02f9: Pull complete [2021-02-04T04:34:46.890Z] 745a02a5169b: Pull complete [2021-02-04T04:34:46.890Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T04:34:46.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T04:34:46.890Z] ---> b7e6874047d6 [2021-02-04T04:34:46.890Z] 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-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.776s coverage: 92.8% of statements [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.115s coverage: 58.8% of statements [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:34:47.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-02-04T04:34:47.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-02-04T04:34:50.296Z] ---> Running in e8fd3337a950 [2021-02-04T04:34:50.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:34:51.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:34:52.458Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:34:52.458Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:34:52.729Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:34:52.729Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:34:59.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2021-02-04T04:34:59.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements [2021-02-04T04:35:05.102Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:35:05.102Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:35:05.102Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:35:05.102Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:35:05.102Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:35:05.102Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:35:05.102Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:35:05.373Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:35:05.373Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:35:05.647Z] OK: 217 MiB in 51 packages [2021-02-04T04:35:09.957Z] Removing intermediate container e8fd3337a950 [2021-02-04T04:35:09.957Z] ---> c9570afcb86f [2021-02-04T04:35:09.958Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:35:09.958Z] ---> Running in 396184f7713d [2021-02-04T04:35:09.958Z] Removing intermediate container 396184f7713d [2021-02-04T04:35:09.958Z] ---> e743b2680eca [2021-02-04T04:35:09.958Z] Step 5/6 : COPY go.mod . [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.174s coverage: 92.9% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.204s coverage: 87.2% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.166s coverage: 75.5% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.409s coverage: 91.4% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 63.5% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.103s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.963s coverage: 68.9% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.201s coverage: 37.0% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.665s coverage: 84.0% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.325s coverage: 47.0% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.153s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:35:10.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:35:10.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:35:10.209Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 90.4% of statements [2021-02-04T04:35:10.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:35:10.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:35:10.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:35:10.552Z] ---> 0c2e13cd27c5 [2021-02-04T04:35:10.553Z] Step 6/6 : RUN go mod download [2021-02-04T04:35:10.553Z] ---> Running in 8912ef8b550f [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.224s coverage: 29.1% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.106s coverage: 99.0% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.132s coverage: 100.0% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 100.0% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:35:14.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-02-04T04:35:14.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-02-04T04:35:15.737Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.114s coverage: 100.0% of statements [2021-02-04T04:35:16.020Z] GO111MODULE=on go vet ./... [2021-02-04T04:35:37.387Z] Removing intermediate container 8912ef8b550f [2021-02-04T04:35:37.387Z] ---> 4812aa9b510c [2021-02-04T04:35:37.387Z] Successfully built 4812aa9b510c [2021-02-04T04:35:37.387Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:37.755Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:35:37.755Z] . [Pipeline] withDockerContainer [2021-02-04T04:35:38.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-24869 does not seem to be running inside a container [2021-02-04T04:35:38.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T04:35:39.672Z] $ docker top 4044ae8b751d58ef352f6e9447e18ef23bf79695e67158ea493781eadc5e5cca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:35:40.699Z] + go version [2021-02-04T04:35:40.699Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T04:35:40.717Z] $ docker stop --time=1 4044ae8b751d58ef352f6e9447e18ef23bf79695e67158ea493781eadc5e5cca [2021-02-04T04:35:42.650Z] $ docker rm -f 4044ae8b751d58ef352f6e9447e18ef23bf79695e67158ea493781eadc5e5cca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:44.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:35:44.548Z] [2021-02-04T04:35:44.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:44.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:35:44.939Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:35:44.939Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:35:44.939Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:35:44.939Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:35:45.214Z] 29e5d40040c1: Verifying Checksum [2021-02-04T04:35:45.214Z] 29e5d40040c1: Download complete [2021-02-04T04:35:45.819Z] 1ce36da41761: Verifying Checksum [2021-02-04T04:35:45.819Z] 1ce36da41761: Download complete [2021-02-04T04:35:45.819Z] 29e5d40040c1: Pull complete [2021-02-04T04:35:47.266Z] 1ce36da41761: Pull complete [2021-02-04T04:35:47.545Z] 25b303627fd3: Verifying Checksum [2021-02-04T04:35:47.545Z] 25b303627fd3: Download complete [2021-02-04T04:35:57.734Z] 25b303627fd3: Pull complete [2021-02-04T04:35:57.734Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:35:57.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:35:57.734Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T04:35:58.008Z] prd-ubuntu18.04-docker-arm64-4c-16g-24869 does not seem to be running inside a container [2021-02-04T04:35:58.090Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:36:01.065Z] $ docker top a9eea8a14f759bb20aab35249941c2665ab049dd126610ccfc237a5f917e0c9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:02.146Z] + docker-compose+ grep parallel build [2021-02-04T04:36:02.146Z] --help [2021-02-04T04:36:05.459Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:36:05.754Z] $ docker stop --time=1 a9eea8a14f759bb20aab35249941c2665ab049dd126610ccfc237a5f917e0c9b [2021-02-04T04:36:07.728Z] $ docker rm -f a9eea8a14f759bb20aab35249941c2665ab049dd126610ccfc237a5f917e0c9b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:08.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:36:08.691Z] . [Pipeline] withDockerContainer [2021-02-04T04:36:09.001Z] prd-ubuntu18.04-docker-arm64-4c-16g-24869 does not seem to be running inside a container [2021-02-04T04:36:09.157Z] $ 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/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:36:10.744Z] $ docker top a70762c2e16693787decfa6d4948b8d2f78690ca03c018f711dc2b382bec0bbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:36:11.784Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:36:13.855Z] gofmt -l . [2021-02-04T04:36:13.855Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:36:13.855Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:36:13.855Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:36:14.561Z] + ls -al . [2021-02-04T04:36:14.562Z] total 684 [2021-02-04T04:36:14.562Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 04:36 . [2021-02-04T04:36:14.562Z] drwxr-xr-x 4 root root 32 Feb 4 04:33 .. [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:29 .dockerignore [2021-02-04T04:36:14.562Z] drwxrwxr-x 8 1001 1001 162 Feb 4 04:29 .git [2021-02-04T04:36:14.562Z] drwxrwxr-x 3 1001 1001 125 Feb 4 04:29 .github [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:29 .gitignore [2021-02-04T04:36:14.562Z] drwx------ 3 1001 1001 45 Feb 4 04:31 .semver [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:29 .sonarcloud.properties [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:29 Attribution.txt [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:29 CONTRIBUTING.md [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:29 Dockerfile.build [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:29 Jenkinsfile [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:29 LICENSE [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:29 Makefile [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:29 README.md [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:29 SECURITY.md [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 12 Feb 4 04:31 VERSION [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:29 ZMQWindows.md [2021-02-04T04:36:14.562Z] drwxrwxr-x 2 1001 1001 117 Feb 4 04:29 bin [2021-02-04T04:36:14.562Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:29 cmd [2021-02-04T04:36:14.562Z] -rw-r--r-- 1 root root 580808 Feb 4 04:35 coverage.out [2021-02-04T04:36:14.562Z] -rw-r--r-- 1 root root 1054 Feb 4 04:36 go.mod [2021-02-04T04:36:14.562Z] -rw-r--r-- 1 root root 19399 Feb 4 04:36 go.sum [2021-02-04T04:36:14.562Z] drwxrwxr-x 8 1001 1001 127 Feb 4 04:29 internal [2021-02-04T04:36:14.562Z] drwxrwxr-x 4 1001 1001 26 Feb 4 04:29 openapi [2021-02-04T04:36:14.562Z] drwxrwxr-x 4 1001 1001 71 Feb 4 04:29 snap [2021-02-04T04:36:14.562Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:29 version.go [Pipeline] sh [2021-02-04T04:36:14.899Z] + '[' -e coverage.out ] [2021-02-04T04:36:14.899Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:36:15.174Z] Building docker-core-command-go ... [2021-02-04T04:36:15.175Z] Building docker-core-data-go ... [2021-02-04T04:36:15.175Z] Building docker-core-metadata-go ... [2021-02-04T04:36:15.175Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:36:15.175Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:36:15.175Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:36:15.175Z] Building docker-support-notifications-go ... [2021-02-04T04:36:15.175Z] Building docker-support-scheduler-go ... [2021-02-04T04:36:15.175Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:36:15.175Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:36:15.175Z] Building docker-security-proxy-setup-go [2021-02-04T04:36:15.175Z] Building docker-support-scheduler-go [2021-02-04T04:36:15.175Z] Building docker-core-command-go [2021-02-04T04:36:15.175Z] Building docker-support-notifications-go [2021-02-04T04:36:15.493Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:36:16.223Z] + make build [2021-02-04T04:36:16.223Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:36:21.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:36:37.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:36:40.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:36:43.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:36:44.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:36:46.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:36:49.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:36:51.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:36:53.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:36:56.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:36:58.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:37:01.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T04:37:04.925Z] $ docker stop --time=1 5502101628a7c03aa650343ce63ac921a6087e7f16b871bfa520dec30fcfeb96 [2021-02-04T04:37:06.988Z] $ docker rm -f 5502101628a7c03aa650343ce63ac921a6087e7f16b871bfa520dec30fcfeb96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:08.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:37:08.667Z] [2021-02-04T04:37:08.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:09.050Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:37:09.318Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:37:09.318Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:37:09.318Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:37:09.318Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:37:09.937Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T04:37:09.937Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:37:10.562Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:37:10.842Z] ca9280d653b3: Verifying Checksum [2021-02-04T04:37:10.842Z] ca9280d653b3: Download complete [2021-02-04T04:37:11.729Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:11.729Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:37:11.729Z] ---> 4812aa9b510c [2021-02-04T04:37:11.729Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:37:11.729Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:11.729Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:37:11.729Z] ---> 4812aa9b510c [2021-02-04T04:37:11.729Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:37:11.729Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:11.729Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:37:11.729Z] ---> 4812aa9b510c [2021-02-04T04:37:11.729Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:37:11.729Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:11.729Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:37:11.729Z] ---> 4812aa9b510c [2021-02-04T04:37:11.729Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:37:11.729Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:37:11.729Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:37:11.729Z] ---> 4812aa9b510c [2021-02-04T04:37:11.729Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:37:11.729Z] ---> Running in 26f08a3f4d8c [2021-02-04T04:37:11.729Z] ---> Running in 2472d710760c [2021-02-04T04:37:11.729Z] ---> Running in 9422d0790e1a [2021-02-04T04:37:11.729Z] ---> Running in a3355630b167 [2021-02-04T04:37:11.729Z] ---> Running in 4f7b5da78b6d [2021-02-04T04:37:11.729Z] Removing intermediate container 26f08a3f4d8c [2021-02-04T04:37:11.729Z] ---> b7b7c4d1a75d [2021-02-04T04:37:11.729Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:37:11.729Z] Removing intermediate container 4f7b5da78b6d [2021-02-04T04:37:11.729Z] ---> 7f0ef3d136c2 [2021-02-04T04:37:11.729Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:37:11.729Z] Removing intermediate container 9422d0790e1a [2021-02-04T04:37:11.729Z] ---> ed0559383b2a [2021-02-04T04:37:11.729Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:37:11.729Z] Removing intermediate container 2472d710760c [2021-02-04T04:37:11.729Z] ---> e8e941677763 [2021-02-04T04:37:11.729Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:37:11.729Z] Removing intermediate container a3355630b167 [2021-02-04T04:37:11.729Z] ---> 60050806b2b3 [2021-02-04T04:37:11.729Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:37:11.729Z] ---> Running in 42484c6d3ec0 [2021-02-04T04:37:11.729Z] ---> Running in 582b1fb201dd [2021-02-04T04:37:11.729Z] ---> Running in 9ff6205f8690 [2021-02-04T04:37:11.729Z] ---> Running in dcf3f47dae92 [2021-02-04T04:37:11.730Z] ---> Running in 729b7a4cb7a9 [2021-02-04T04:37:12.335Z] Removing intermediate container 42484c6d3ec0 [2021-02-04T04:37:12.335Z] ---> 0b7ffd11e58e [2021-02-04T04:37:12.335Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:37:12.615Z] ---> Running in 0bdcdb689fe0 [2021-02-04T04:37:12.615Z] Removing intermediate container 582b1fb201dd [2021-02-04T04:37:12.615Z] ---> fd77f171103b [2021-02-04T04:37:12.615Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:37:12.837Z] ca9280d653b3: Pull complete [2021-02-04T04:37:12.888Z] Removing intermediate container 9ff6205f8690 [2021-02-04T04:37:12.889Z] ---> 21147d2a5f1b [2021-02-04T04:37:12.889Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:37:13.170Z] ---> Running in eb0e612a14e9 [2021-02-04T04:37:13.437Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T04:37:13.437Z] 7e9c9ca2126c: Download complete [2021-02-04T04:37:13.446Z] ---> Running in 53c751a66330 [2021-02-04T04:37:13.720Z] Removing intermediate container 729b7a4cb7a9 [2021-02-04T04:37:13.720Z] ---> 8411f527190d [2021-02-04T04:37:13.720Z] Removing intermediate container dcf3f47dae92 [2021-02-04T04:37:13.720Z] ---> fbf9f2837e2b [2021-02-04T04:37:13.720Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:37:13.721Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:37:14.318Z] ---> Running in 911b9a2d425e [2021-02-04T04:37:14.318Z] ---> Running in 6c5b7b159210 [2021-02-04T04:37:14.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:15.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:15.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:15.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:15.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:15.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:16.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:16.068Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:16.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:16.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:16.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:37:16.692Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:16.966Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:17.565Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:17.565Z] OK: 217 MiB in 51 packages [2021-02-04T04:37:18.166Z] Removing intermediate container 0bdcdb689fe0 [2021-02-04T04:37:18.166Z] ---> a7e2906088eb [2021-02-04T04:37:18.166Z] Step 6/21 : COPY go.mod . [2021-02-04T04:37:18.773Z] Removing intermediate container eb0e612a14e9 [2021-02-04T04:37:18.773Z] ---> 2ca87fabaad3 [2021-02-04T04:37:18.773Z] Step 6/26 : COPY go.mod . [2021-02-04T04:37:19.049Z] Removing intermediate container 53c751a66330 [2021-02-04T04:37:19.049Z] ---> 7f3da8854cf2 [2021-02-04T04:37:19.049Z] Step 6/22 : COPY go.mod . [2021-02-04T04:37:19.325Z] ---> cf1dcdd1898c [2021-02-04T04:37:19.325Z] Step 7/21 : RUN go mod download [2021-02-04T04:37:19.921Z] ---> Running in 96c2e829b524 [2021-02-04T04:37:19.921Z] Removing intermediate container 911b9a2d425e [2021-02-04T04:37:19.921Z] ---> 6ff0478a1f97 [2021-02-04T04:37:19.921Z] Step 6/22 : COPY go.mod . [2021-02-04T04:37:19.921Z] ---> 9181ffe70b36 [2021-02-04T04:37:19.921Z] Step 7/26 : RUN go mod download [2021-02-04T04:37:20.197Z] Removing intermediate container 6c5b7b159210 [2021-02-04T04:37:20.197Z] ---> 045c44680c21 [2021-02-04T04:37:20.197Z] Step 6/23 : COPY go.mod . [2021-02-04T04:37:20.473Z] ---> c587e6d1a73d [2021-02-04T04:37:20.473Z] Step 7/22 : RUN go mod download [2021-02-04T04:37:20.473Z] ---> Running in 3e62300f9b25 [2021-02-04T04:37:21.065Z] ---> Running in b16bc12e1395 [2021-02-04T04:37:21.065Z] ---> 078b1d09d647 [2021-02-04T04:37:21.065Z] Step 7/22 : RUN go mod download [2021-02-04T04:37:21.065Z] ---> 20fd6530d368 [2021-02-04T04:37:21.065Z] Step 7/23 : RUN go mod download [2021-02-04T04:37:21.669Z] ---> Running in ee01f55f4e44 [2021-02-04T04:37:21.669Z] ---> Running in d7eac7ae5fb3 [2021-02-04T04:37:23.724Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:37:23.724Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:37:23.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:37:23.724Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:37:24.035Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:37:24.112Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:37:25.113Z] Removing intermediate container 96c2e829b524 [2021-02-04T04:37:25.113Z] ---> 21dcd1156117 [2021-02-04T04:37:25.113Z] Step 8/21 : COPY . . [2021-02-04T04:37:25.113Z] Removing intermediate container 3e62300f9b25 [2021-02-04T04:37:25.113Z] ---> 40184a54b8bf [2021-02-04T04:37:25.113Z] Step 8/26 : COPY . . [2021-02-04T04:37:26.583Z] Removing intermediate container b16bc12e1395 [2021-02-04T04:37:26.583Z] ---> ae997024ed1d [2021-02-04T04:37:26.583Z] Step 8/22 : COPY . . [2021-02-04T04:37:27.186Z] Removing intermediate container ee01f55f4e44 [2021-02-04T04:37:27.186Z] ---> ddf97256eeb6 [2021-02-04T04:37:27.186Z] Step 8/22 : COPY . . [2021-02-04T04:37:27.186Z] Removing intermediate container d7eac7ae5fb3 [2021-02-04T04:37:27.186Z] ---> 59fc93ad6615 [2021-02-04T04:37:27.186Z] Step 8/23 : COPY . . [2021-02-04T04:37:27.410Z] $ docker top bec9090b7c502a33c17dd7565aa5edecb5a48b965f7e13c3049263f0f7f1c50c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:37:28.089Z] + docker-compose build --help [2021-02-04T04:37:28.089Z] + grep parallel [2021-02-04T04:37:30.028Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:37:30.050Z] $ docker stop --time=1 bec9090b7c502a33c17dd7565aa5edecb5a48b965f7e13c3049263f0f7f1c50c [2021-02-04T04:37:31.545Z] $ docker rm -f bec9090b7c502a33c17dd7565aa5edecb5a48b965f7e13c3049263f0f7f1c50c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:32.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:37:32.193Z] . [Pipeline] withDockerContainer [2021-02-04T04:37:32.353Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:37:32.416Z] $ 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/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:37:33.292Z] $ docker top a2c115dab96af15210bb05702f81bb09eb589a4a70b9fdb93d03588cae7add3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:37:33.958Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:37:35.378Z] Building docker-core-command-go ... [2021-02-04T04:37:35.378Z] Building docker-core-data-go ... [2021-02-04T04:37:35.378Z] Building docker-core-metadata-go ... [2021-02-04T04:37:35.378Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:37:35.379Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:37:35.379Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:37:35.379Z] Building docker-support-notifications-go ... [2021-02-04T04:37:35.379Z] Building docker-support-scheduler-go ... [2021-02-04T04:37:35.379Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:37:35.379Z] Building docker-core-data-go [2021-02-04T04:37:35.379Z] Building docker-support-notifications-go [2021-02-04T04:37:35.379Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:37:35.379Z] Building docker-security-secretstore-setup-go [2021-02-04T04:37:35.379Z] Building docker-security-proxy-setup-go [2021-02-04T04:37:49.400Z] ---> 9e02711efa27 [2021-02-04T04:37:49.400Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:37:49.400Z] ---> 414606a06417 [2021-02-04T04:37:49.400Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:37:49.400Z] ---> 65d7f70dd6c8 [2021-02-04T04:37:49.400Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:37:49.400Z] ---> 95a4cd7722b2 [2021-02-04T04:37:49.400Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:37:49.400Z] ---> 15502a54e850 [2021-02-04T04:37:49.400Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:37:49.400Z] ---> Running in 21992ca66635 [2021-02-04T04:37:49.400Z] ---> Running in a537c4088601 [2021-02-04T04:37:49.400Z] ---> Running in fb0eff7b4e9a [2021-02-04T04:37:49.400Z] ---> Running in ebf27ae43c9f [2021-02-04T04:37:49.400Z] ---> Running in d9e4d50cdde4 [2021-02-04T04:37:49.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:37:49.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:37:49.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:37:49.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:37:49.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:38:44.467Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:44.468Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:44.468Z] ---> da54f4f52af6 [2021-02-04T04:38:44.468Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:38:44.468Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:44.468Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:44.468Z] ---> da54f4f52af6 [2021-02-04T04:38:44.468Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:38:44.468Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:44.468Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:44.468Z] ---> da54f4f52af6 [2021-02-04T04:38:44.468Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:38:44.468Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:44.468Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:44.468Z] ---> da54f4f52af6 [2021-02-04T04:38:44.468Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:38:44.468Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:44.468Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:44.468Z] ---> da54f4f52af6 [2021-02-04T04:38:44.468Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:38:44.468Z] ---> Running in 64dcd009baa6 [2021-02-04T04:38:44.468Z] ---> Running in 02ed3980a055 [2021-02-04T04:38:44.468Z] ---> Running in 4c210f666fa0 [2021-02-04T04:38:44.468Z] ---> Running in b0a3e5e9ae36 [2021-02-04T04:38:44.468Z] ---> Running in f98cd417506f [2021-02-04T04:38:44.468Z] Removing intermediate container b0a3e5e9ae36 [2021-02-04T04:38:44.468Z] ---> 1b73bbdb7549 [2021-02-04T04:38:44.468Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:44.468Z] Removing intermediate container f98cd417506f [2021-02-04T04:38:44.468Z] ---> 9da4a8e8d676 [2021-02-04T04:38:44.468Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:44.468Z] Removing intermediate container 02ed3980a055 [2021-02-04T04:38:44.468Z] ---> fae7f729cf82 [2021-02-04T04:38:44.468Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:44.468Z] Removing intermediate container 64dcd009baa6 [2021-02-04T04:38:44.468Z] ---> 4bf5ee6b9a77 [2021-02-04T04:38:44.468Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:44.468Z] Removing intermediate container 4c210f666fa0 [2021-02-04T04:38:44.468Z] ---> f864ed257b81 [2021-02-04T04:38:44.468Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:44.468Z] ---> Running in 10dceabc0071 [2021-02-04T04:38:44.468Z] ---> Running in 528e2debb06d [2021-02-04T04:38:44.468Z] ---> Running in 71c662d978ec [2021-02-04T04:38:44.468Z] ---> Running in 71c18d326e11 [2021-02-04T04:38:44.468Z] ---> Running in 26bc9f07c6cd [2021-02-04T04:38:45.117Z] Removing intermediate container 71c18d326e11 [2021-02-04T04:38:45.117Z] ---> e821e2e551b5 [2021-02-04T04:38:45.117Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:38:45.117Z] ---> Running in 14f2c5dbbb59 [2021-02-04T04:38:45.386Z] Removing intermediate container 71c662d978ec [2021-02-04T04:38:45.386Z] ---> 65963105582c [2021-02-04T04:38:45.386Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:38:45.386Z] Removing intermediate container 10dceabc0071 [2021-02-04T04:38:45.386Z] ---> 560f8d31797d [2021-02-04T04:38:45.386Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:38:45.386Z] Removing intermediate container 528e2debb06d [2021-02-04T04:38:45.386Z] ---> fb27bb9c2134 [2021-02-04T04:38:45.386Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:38:45.706Z] ---> Running in ed7f6d31df9d [2021-02-04T04:38:45.706Z] ---> Running in dc5456eaa444 [2021-02-04T04:38:45.706Z] ---> Running in b81ce24b3e20 [2021-02-04T04:38:45.706Z] Removing intermediate container 26bc9f07c6cd [2021-02-04T04:38:45.706Z] ---> e2a97f609908 [2021-02-04T04:38:45.706Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:38:46.024Z] ---> Running in 6d9157f9fc7b [2021-02-04T04:38:47.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:47.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:47.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:47.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:47.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:47.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:48.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:48.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:48.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:48.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:48.613Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:48.613Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:48.888Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:49.165Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:49.448Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:50.148Z] Removing intermediate container ed7f6d31df9d [2021-02-04T04:38:50.148Z] ---> 8103974513bf [2021-02-04T04:38:50.148Z] Step 6/26 : COPY go.mod . [2021-02-04T04:38:50.473Z] Removing intermediate container 14f2c5dbbb59 [2021-02-04T04:38:50.473Z] ---> 42a5b61510be [2021-02-04T04:38:50.473Z] Step 6/22 : COPY go.mod . [2021-02-04T04:38:50.473Z] Removing intermediate container dc5456eaa444 [2021-02-04T04:38:50.473Z] ---> d7d2a6a158f1 [2021-02-04T04:38:50.473Z] Step 6/21 : COPY go.mod . [2021-02-04T04:38:50.761Z] Removing intermediate container b81ce24b3e20 [2021-02-04T04:38:50.761Z] ---> f3f446b49522 [2021-02-04T04:38:50.761Z] Step 6/23 : COPY go.mod . [2021-02-04T04:38:50.761Z] ---> b5722a41aa9c [2021-02-04T04:38:50.761Z] Step 7/26 : RUN go mod download [2021-02-04T04:38:51.043Z] Removing intermediate container 6d9157f9fc7b [2021-02-04T04:38:51.043Z] ---> daee169794da [2021-02-04T04:38:51.043Z] Step 6/24 : COPY go.mod . [2021-02-04T04:38:51.043Z] ---> Running in 160efaa450b3 [2021-02-04T04:38:51.043Z] ---> 7221cdaf0456 [2021-02-04T04:38:51.043Z] Step 7/22 : RUN go mod download [2021-02-04T04:38:51.043Z] ---> 72e0274f5665 [2021-02-04T04:38:51.043Z] Step 7/21 : RUN go mod download [2021-02-04T04:38:51.369Z] ---> Running in 58bdfe2627fc [2021-02-04T04:38:51.369Z] ---> 881af13cdf4d [2021-02-04T04:38:51.369Z] Step 7/23 : RUN go mod download [2021-02-04T04:38:51.369Z] ---> Running in 460e526fdeaf [2021-02-04T04:38:51.733Z] ---> Running in 897002e50fb6 [2021-02-04T04:38:51.733Z] ---> 2fb430bef058 [2021-02-04T04:38:51.733Z] Step 7/24 : RUN go mod download [2021-02-04T04:38:52.075Z] ---> Running in 0529d3d66185 [2021-02-04T04:38:55.575Z] Removing intermediate container 160efaa450b3 [2021-02-04T04:38:55.575Z] ---> 9195ad1dc430 [2021-02-04T04:38:55.576Z] Step 8/26 : COPY . . [2021-02-04T04:38:55.576Z] Removing intermediate container 460e526fdeaf [2021-02-04T04:38:55.576Z] ---> 29e4eae51b7c [2021-02-04T04:38:55.576Z] Step 8/21 : COPY . . [2021-02-04T04:38:56.167Z] Removing intermediate container 897002e50fb6 [2021-02-04T04:38:56.167Z] ---> 97b829597db2 [2021-02-04T04:38:56.167Z] Step 8/23 : COPY . . [2021-02-04T04:38:58.259Z] Removing intermediate container 58bdfe2627fc [2021-02-04T04:38:58.259Z] ---> 046fe34eba8d [2021-02-04T04:38:58.259Z] Step 8/22 : COPY . . [2021-02-04T04:39:00.391Z] Removing intermediate container 0529d3d66185 [2021-02-04T04:39:00.391Z] ---> 4725ad229fa2 [2021-02-04T04:39:00.391Z] Step 8/24 : COPY . . [2021-02-04T04:39:11.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:39:23.650Z] Removing intermediate container fb0eff7b4e9a [2021-02-04T04:39:23.650Z] ---> 574d243b2a1f [2021-02-04T04:39:23.650Z] [2021-02-04T04:39:23.650Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:39:23.930Z] 3.12: Pulling from library/alpine [2021-02-04T04:39:25.927Z] Removing intermediate container a537c4088601 [2021-02-04T04:39:25.927Z] ---> a92da86da986 [2021-02-04T04:39:25.927Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:39:25.927Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:39:25.927Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:39:25.927Z] ---> afeebe901d6b [2021-02-04T04:39:25.927Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:39:26.204Z] ---> Running in 26c25a5e2646 [2021-02-04T04:39:26.483Z] ---> Running in c2d177facf02 [2021-02-04T04:39:28.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:39:28.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:28.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:29.371Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:39:29.371Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:39:29.650Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:39:29.650Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:39:29.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:29.650Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:39:29.926Z] OK: 7 MiB in 18 packages [2021-02-04T04:39:32.577Z] Removing intermediate container c2d177facf02 [2021-02-04T04:39:32.577Z] ---> 21c50bf6fbb8 [2021-02-04T04:39:32.577Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:39:32.857Z] ---> Running in bb2646c07b76 [2021-02-04T04:39:33.462Z] Removing intermediate container bb2646c07b76 [2021-02-04T04:39:33.462Z] ---> 7af698aeb4d8 [2021-02-04T04:39:33.462Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:39:33.738Z] Removing intermediate container 26c25a5e2646 [2021-02-04T04:39:33.738Z] ---> b84d4e98b840 [2021-02-04T04:39:33.738Z] [2021-02-04T04:39:33.738Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:39:34.063Z] ---> Running in 46e75605d31a [2021-02-04T04:39:34.063Z] 20.10.0: Pulling from library/docker [2021-02-04T04:39:36.240Z] Removing intermediate container 46e75605d31a [2021-02-04T04:39:36.240Z] ---> 92e2a4f793a9 [2021-02-04T04:39:36.240Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:39:38.882Z] ---> 139bb42f8369 [2021-02-04T04:39:38.882Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:39:39.864Z] Removing intermediate container ebf27ae43c9f [2021-02-04T04:39:39.864Z] ---> 8f1a33435ff0 [2021-02-04T04:39:39.864Z] [2021-02-04T04:39:39.864Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:39:39.864Z] ---> afeebe901d6b [2021-02-04T04:39:39.864Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:39:40.843Z] ---> Running in d1bf39f5b5b2 [2021-02-04T04:39:41.113Z] ---> 311f2f3c6b23 [2021-02-04T04:39:41.113Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:39:42.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:42.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:43.857Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:39:43.857Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:43.857Z] OK: 5 MiB in 15 packages [2021-02-04T04:39:43.857Z] Removing intermediate container d9e4d50cdde4 [2021-02-04T04:39:43.857Z] ---> 0e6c8f28b69e [2021-02-04T04:39:43.857Z] [2021-02-04T04:39:43.857Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:39:43.857Z] ---> afeebe901d6b [2021-02-04T04:39:43.857Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:39:43.857Z] ---> be41f2bd7b99 [2021-02-04T04:39:43.857Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:39:44.150Z] ---> Running in 0627a67a95d5 [2021-02-04T04:39:44.426Z] Removing intermediate container 21992ca66635 [2021-02-04T04:39:44.426Z] ---> ee599db10765 [2021-02-04T04:39:44.426Z] [2021-02-04T04:39:44.426Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:39:44.426Z] ---> afeebe901d6b [2021-02-04T04:39:44.426Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:39:44.426Z] ---> Running in 0cecfc0c4476 [2021-02-04T04:39:44.702Z] ---> Running in c63ca27fdfd2 [2021-02-04T04:39:45.336Z] Removing intermediate container 0cecfc0c4476 [2021-02-04T04:39:45.336Z] ---> 2870fe8f40da [2021-02-04T04:39:45.336Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:39:45.621Z] ---> Running in 15e83be66361 [2021-02-04T04:39:45.908Z] Removing intermediate container d1bf39f5b5b2 [2021-02-04T04:39:45.908Z] ---> 56888492a1c4 [2021-02-04T04:39:45.908Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:46.186Z] ---> Running in 15cdeba4b256 [2021-02-04T04:39:46.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:46.460Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:46.460Z] Removing intermediate container 15e83be66361 [2021-02-04T04:39:46.460Z] ---> 0e821db07c9b [2021-02-04T04:39:46.460Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:39:46.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:46.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:47.017Z] ---> Running in 0affb62fd735 [2021-02-04T04:39:47.017Z] Removing intermediate container 15cdeba4b256 [2021-02-04T04:39:47.017Z] ---> 77671a6ed291 [2021-02-04T04:39:47.017Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:39:47.294Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:39:47.294Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:47.294Z] OK: 5 MiB in 15 packages [2021-02-04T04:39:47.294Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:39:47.294Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:39:47.294Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:47.572Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:39:47.572Z] ---> Running in 8ace39761993 [2021-02-04T04:39:47.572Z] OK: 6 MiB in 16 packages [2021-02-04T04:39:47.851Z] Removing intermediate container 0affb62fd735 [2021-02-04T04:39:47.851Z] ---> bfa5e5c1bf54 [2021-02-04T04:39:47.851Z] Step 20/21 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:39:48.131Z] ---> Running in c49f16b69a21 [2021-02-04T04:39:48.405Z] Removing intermediate container 8ace39761993 [2021-02-04T04:39:48.405Z] ---> 5a789c0794bf [2021-02-04T04:39:48.405Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:39:48.680Z] ---> Running in 8f9ade9a178b [2021-02-04T04:39:48.956Z] Removing intermediate container 0627a67a95d5 [2021-02-04T04:39:48.956Z] ---> f2c50f02ccfb [2021-02-04T04:39:48.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:48.956Z] Removing intermediate container c49f16b69a21 [2021-02-04T04:39:48.956Z] ---> 1737e8e186ec [2021-02-04T04:39:48.956Z] Step 21/21 : LABEL version=2.0.0-dev.73 [2021-02-04T04:39:49.234Z] ---> Running in 886934973ef3 [2021-02-04T04:39:49.234Z] ---> Running in cfe0ec5558e1 [2021-02-04T04:39:49.509Z] Removing intermediate container 8f9ade9a178b [2021-02-04T04:39:49.509Z] ---> a6a8429a9eb4 [2021-02-04T04:39:49.509Z] Step 15/23 : WORKDIR / [2021-02-04T04:39:49.784Z] ---> Running in 793b57cc80d4 [2021-02-04T04:39:50.059Z] Removing intermediate container 886934973ef3 [2021-02-04T04:39:50.059Z] ---> a8ad6e633689 [2021-02-04T04:39:50.059Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:39:50.059Z] Removing intermediate container c63ca27fdfd2 [2021-02-04T04:39:50.059Z] ---> 7a688ebb20f7 [2021-02-04T04:39:50.059Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:50.059Z] Removing intermediate container cfe0ec5558e1 [2021-02-04T04:39:50.059Z] ---> 8d5c4e16e3dc [2021-02-04T04:39:50.059Z] [2021-02-04T04:39:50.338Z] ---> Running in b20c360e62fb [2021-02-04T04:39:50.338Z] ---> Running in dbe3b8668172 [2021-02-04T04:39:50.338Z] Removing intermediate container 793b57cc80d4 [2021-02-04T04:39:50.338Z] ---> 5641bb5dc543 [2021-02-04T04:39:50.338Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:39:50.613Z] Successfully built 8d5c4e16e3dc [2021-02-04T04:39:50.613Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:39:50.613Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-04T04:39:51.219Z] Removing intermediate container dbe3b8668172 [2021-02-04T04:39:51.219Z] ---> bf2740d70eca [2021-02-04T04:39:51.219Z] Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container b20c360e62fb [2021-02-04T04:39:51.219Z] ---> 90aabcc069fb [2021-02-04T04:39:51.219Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:39:51.219Z] [2021-02-04T04:39:51.219Z] ---> Running in 75a3c9d863dd [2021-02-04T04:39:51.219Z] ---> Running in 111bd5df6bef [2021-02-04T04:39:51.498Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:39:51.498Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:39:51.498Z] ---> eeaf43b92773 [2021-02-04T04:39:51.498Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:39:51.498Z] ---> 3f4c9083080f [2021-02-04T04:39:51.498Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:39:51.498Z] ---> Running in ff8e4a76515d [2021-02-04T04:39:52.119Z] Removing intermediate container 111bd5df6bef [2021-02-04T04:39:52.120Z] ---> 9e5a99c596a5 [2021-02-04T04:39:52.120Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:39:52.405Z] Removing intermediate container 75a3c9d863dd [2021-02-04T04:39:52.693Z] ---> 422d9b116d4d [2021-02-04T04:39:52.693Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:39:52.693Z] ---> Running in dfcc0ffff7f0 [2021-02-04T04:39:53.685Z] ---> 56bec083b2a1 [2021-02-04T04:39:53.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:39:53.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:53.981Z] Removing intermediate container dfcc0ffff7f0 [2021-02-04T04:39:53.981Z] ---> f6be5a30c53c [2021-02-04T04:39:53.981Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:39:53.981Z] ---> 03c03169131b [2021-02-04T04:39:53.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:39:54.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:39:54.257Z] ---> 49818e37a23f [2021-02-04T04:39:54.257Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:39:54.532Z] ---> Running in c8acbd2c1f59 [2021-02-04T04:39:55.136Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:39:55.136Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:39:55.136Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:39:55.136Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:55.136Z] OK: 12 MiB in 22 packages [2021-02-04T04:39:55.136Z] Removing intermediate container c8acbd2c1f59 [2021-02-04T04:39:55.136Z] ---> 7efca3155b86 [2021-02-04T04:39:55.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:55.409Z] ---> 3b4ed9e7524e [2021-02-04T04:39:55.409Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:39:55.687Z] ---> Running in 7dafd0728396 [2021-02-04T04:39:55.967Z] ---> 296c2c0a87a2 [2021-02-04T04:39:55.967Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:39:56.577Z] Removing intermediate container 7dafd0728396 [2021-02-04T04:39:56.577Z] ---> dce3d6d3b2e7 [2021-02-04T04:39:56.577Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:39:56.854Z] ---> Running in 599ee261c310 [2021-02-04T04:39:57.128Z] Removing intermediate container ff8e4a76515d [2021-02-04T04:39:57.128Z] ---> 0000e56d158c [2021-02-04T04:39:57.128Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:39:57.128Z] ---> ebdb7264cc3d [2021-02-04T04:39:57.128Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:39:57.407Z] ---> b6a2a79bacd9 [2021-02-04T04:39:57.407Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:39:57.407Z] ---> Running in 002e6a028f82 [2021-02-04T04:39:57.705Z] ---> Running in bbde6d98d9a8 [2021-02-04T04:39:57.705Z] Removing intermediate container 599ee261c310 [2021-02-04T04:39:57.705Z] ---> b622ab6a3b06 [2021-02-04T04:39:57.705Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:39:58.012Z] ---> Running in 02c86bff42d2 [2021-02-04T04:39:58.203Z] ---> 1984f5a89c03 [2021-02-04T04:39:58.203Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:39:58.203Z] ---> bd46ef661fbd [2021-02-04T04:39:58.203Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:39:58.203Z] ---> Running in cabe1223f8b3 [2021-02-04T04:39:58.203Z] ---> Running in 11ff5cd2c6c9 [2021-02-04T04:39:58.287Z] Removing intermediate container 002e6a028f82 [2021-02-04T04:39:58.287Z] ---> 654c8db76932 [2021-02-04T04:39:58.287Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:39:58.287Z] Removing intermediate container bbde6d98d9a8 [2021-02-04T04:39:58.287Z] ---> f599ad1a54ea [2021-02-04T04:39:58.287Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:58.562Z] ---> Running in 64173ca35f93 [2021-02-04T04:39:58.812Z] ---> 53983af5b14f [2021-02-04T04:39:58.813Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:39:58.813Z] ---> 02f2f57c08b2 [2021-02-04T04:39:58.813Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:39:58.813Z] ---> a587899d9320 [2021-02-04T04:39:58.813Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:39:58.813Z] ---> Running in b407e5d4f908 [2021-02-04T04:39:58.835Z] ---> Running in 924ec6e40d98 [2021-02-04T04:39:58.835Z] ---> 628bddaeb066 [2021-02-04T04:39:58.836Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:39:58.836Z] Removing intermediate container 02c86bff42d2 [2021-02-04T04:39:58.836Z] ---> 6f71545b6029 [2021-02-04T04:39:58.836Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:39:59.107Z] ---> Running in 87c934859db7 [2021-02-04T04:39:59.107Z] ---> Running in d53f68268132 [2021-02-04T04:39:59.111Z] ---> Running in a423e5a84541 [2021-02-04T04:39:59.111Z] ---> Running in a1d9fabdc46b [2021-02-04T04:39:59.389Z] Removing intermediate container 64173ca35f93 [2021-02-04T04:39:59.389Z] ---> 516332ea637e [2021-02-04T04:39:59.389Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:39:59.389Z] Removing intermediate container 924ec6e40d98 [2021-02-04T04:39:59.389Z] ---> c870f1093a9d [2021-02-04T04:39:59.389Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:39:59.665Z] ---> Running in dee4c3c1490e [2021-02-04T04:39:59.665Z] ---> Running in 6e73d2b81ed7 [2021-02-04T04:39:59.940Z] Removing intermediate container a423e5a84541 [2021-02-04T04:39:59.940Z] ---> 2a9c64b84e50 [2021-02-04T04:39:59.940Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:59.940Z] Removing intermediate container a1d9fabdc46b [2021-02-04T04:39:59.940Z] ---> d1f93ac8e27c [2021-02-04T04:39:59.940Z] [2021-02-04T04:40:00.212Z] ---> Running in 56414f642e68 [2021-02-04T04:40:00.497Z] Successfully built d1f93ac8e27c [2021-02-04T04:40:00.497Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:40:00.497Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-04T04:40:00.771Z] Removing intermediate container 6e73d2b81ed7 [2021-02-04T04:40:00.771Z] ---> 5c88d7cc0df6 [2021-02-04T04:40:00.771Z] Step 21/22 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:40:00.771Z] Removing intermediate container dee4c3c1490e [2021-02-04T04:40:00.771Z] ---> 398f94dd17e3 [2021-02-04T04:40:00.771Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:40:00.771Z] Removing intermediate container 56414f642e68 [2021-02-04T04:40:00.771Z] ---> e8023a63f3d8 [2021-02-04T04:40:00.771Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:40:01.046Z] ---> Running in 054e6f08b297 [2021-02-04T04:40:01.046Z] ---> Running in d7ff2d4320bc [2021-02-04T04:40:01.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:40:01.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:40:01.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:40:01.126Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:40:01.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:40:01.646Z] Removing intermediate container 054e6f08b297 [2021-02-04T04:40:01.646Z] ---> 0903b9c861c8 [2021-02-04T04:40:01.646Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-04T04:40:01.930Z] Removing intermediate container d7ff2d4320bc [2021-02-04T04:40:01.930Z] ---> 4cbe93d431f5 [2021-02-04T04:40:01.930Z] Step 21/22 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:40:02.205Z] ---> Running in 976e71b43b60 [2021-02-04T04:40:02.512Z] ---> Running in 1f2a42e0db9f [2021-02-04T04:40:02.512Z] ---> d97da268347c [2021-02-04T04:40:02.512Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:02.801Z] Removing intermediate container 976e71b43b60 [2021-02-04T04:40:02.801Z] ---> ebf364dbc923 [2021-02-04T04:40:02.801Z] [2021-02-04T04:40:03.417Z] Removing intermediate container 1f2a42e0db9f [2021-02-04T04:40:03.417Z] ---> f83849767d03 [2021-02-04T04:40:03.417Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-04T04:40:03.417Z] Successfully built ebf364dbc923 [2021-02-04T04:40:03.693Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:40:03.693Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:40:03.693Z] ---> 4812aa9b510c [2021-02-04T04:40:03.693Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:40:03.693Z] Step 3/31 : WORKDIR /edgex-go Building docker-support-scheduler-go ... done  [2021-02-04T04:40:03.693Z] ---> Using cache [2021-02-04T04:40:03.693Z] Building docker-security-secretstore-setup-go [2021-02-04T04:40:03.693Z] ---> 60050806b2b3 [2021-02-04T04:40:03.693Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:03.693Z] ---> Using cache [2021-02-04T04:40:03.693Z] ---> 8411f527190d [2021-02-04T04:40:03.693Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:40:03.693Z] ---> Using cache [2021-02-04T04:40:03.693Z] ---> 045c44680c21 [2021-02-04T04:40:03.693Z] Step 6/31 : COPY go.mod . [2021-02-04T04:40:03.693Z] ---> Using cache [2021-02-04T04:40:03.693Z] ---> 20fd6530d368 [2021-02-04T04:40:03.693Z] Step 7/31 : RUN go mod download [2021-02-04T04:40:03.693Z] ---> Using cache [2021-02-04T04:40:03.693Z] ---> 59fc93ad6615 [2021-02-04T04:40:03.693Z] Step 8/31 : COPY . . [2021-02-04T04:40:03.988Z] ---> Running in c19bc7566c1b [2021-02-04T04:40:03.988Z] ---> Using cache [2021-02-04T04:40:03.988Z] ---> 95a4cd7722b2 [2021-02-04T04:40:03.988Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:40:03.988Z] ---> c69869976e3b [2021-02-04T04:40:03.988Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:40:04.261Z] ---> Running in 02795a4a9106 [2021-02-04T04:40:04.862Z] Removing intermediate container c19bc7566c1b [2021-02-04T04:40:04.862Z] ---> 8d9029523108 [2021-02-04T04:40:04.862Z] [2021-02-04T04:40:05.137Z] Successfully built 8d9029523108 [2021-02-04T04:40:05.414Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:40:05.414Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T04:40:05.686Z] ---> 08a340b8bd5e [2021-02-04T04:40:05.686Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:40:05.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:40:05.957Z] ---> Running in 5764bc07973e [2021-02-04T04:40:07.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:40:07.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:40:08.300Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:40:08.300Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:40:08.300Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:40:08.300Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:40:08.300Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:40:08.300Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:40:08.574Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:40:11.203Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:40:11.203Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:40:11.203Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:40:11.203Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:40:11.203Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:40:11.203Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:40:11.203Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:40:11.203Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:40:11.203Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:40:11.203Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:40:11.203Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:40:11.203Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:40:11.203Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:40:11.203Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:40:11.203Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:40:11.203Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:40:11.203Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:40:11.203Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:40:11.203Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:40:11.479Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:40:11.479Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:40:11.479Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:40:11.479Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:40:11.479Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:40:11.479Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:40:11.479Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:40:11.759Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:11.759Z] OK: 71 MiB in 55 packages [2021-02-04T04:40:26.891Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:40:26.891Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:40:26.891Z] ---> 4812aa9b510c [2021-02-04T04:40:26.891Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:40:26.891Z] ---> Using cache [2021-02-04T04:40:26.891Z] ---> 60050806b2b3 [2021-02-04T04:40:26.891Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:26.891Z] ---> Using cache [2021-02-04T04:40:26.891Z] ---> 8411f527190d [2021-02-04T04:40:26.891Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:40:26.891Z] ---> Running in 7620d3e6b7d8 [2021-02-04T04:40:27.175Z] Removing intermediate container 5764bc07973e [2021-02-04T04:40:27.175Z] ---> d8bd10eb98ae [2021-02-04T04:40:27.175Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:40:28.164Z] ---> Running in 574d20b50639 [2021-02-04T04:40:29.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:40:30.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:40:30.808Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:40:30.808Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:40:30.808Z] ---> 4812aa9b510c [2021-02-04T04:40:30.808Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 60050806b2b3 [2021-02-04T04:40:30.808Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 8411f527190d [2021-02-04T04:40:30.808Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 045c44680c21 [2021-02-04T04:40:30.808Z] Step 6/24 : COPY go.mod . [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 20fd6530d368 [2021-02-04T04:40:30.808Z] Step 7/24 : RUN go mod download [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 59fc93ad6615 [2021-02-04T04:40:30.808Z] Step 8/24 : COPY . . [2021-02-04T04:40:30.808Z] ---> Using cache [2021-02-04T04:40:30.808Z] ---> 95a4cd7722b2 [2021-02-04T04:40:30.808Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:40:31.409Z] OK: 217 MiB in 51 packages [2021-02-04T04:40:31.409Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:40:31.409Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:40:31.409Z] ---> 4812aa9b510c [2021-02-04T04:40:31.409Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:40:31.409Z] ---> Using cache [2021-02-04T04:40:31.409Z] ---> 60050806b2b3 [2021-02-04T04:40:31.409Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:31.409Z] ---> Using cache [2021-02-04T04:40:31.409Z] ---> 8411f527190d [2021-02-04T04:40:31.409Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:40:31.409Z] ---> Using cache [2021-02-04T04:40:31.409Z] ---> 045c44680c21 [2021-02-04T04:40:31.409Z] Step 6/23 : COPY go.mod . [2021-02-04T04:40:31.409Z] ---> Using cache [2021-02-04T04:40:31.409Z] ---> 20fd6530d368 [2021-02-04T04:40:31.409Z] Step 7/23 : RUN go mod download [2021-02-04T04:40:31.409Z] ---> Using cache [2021-02-04T04:40:31.409Z] ---> 59fc93ad6615 [2021-02-04T04:40:31.409Z] Step 8/23 : COPY . . [2021-02-04T04:40:31.688Z] ---> Using cache [2021-02-04T04:40:31.688Z] ---> 95a4cd7722b2 [2021-02-04T04:40:31.688Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:40:31.688Z] ---> Running in e1e01066ad40 [2021-02-04T04:40:31.964Z] ---> Running in 118ab55b8a83 [2021-02-04T04:40:33.954Z] Removing intermediate container 7620d3e6b7d8 [2021-02-04T04:40:33.954Z] ---> 763fdc1b2b0b [2021-02-04T04:40:33.954Z] Step 6/23 : COPY go.mod . [2021-02-04T04:40:33.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:40:33.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:40:34.560Z] ---> 3f8130dc9978 [2021-02-04T04:40:34.560Z] Step 7/23 : RUN go mod download [2021-02-04T04:40:34.864Z] ---> Running in df6ae1ce2169 [2021-02-04T04:40:36.312Z] Collecting docker-compose==1.23.2 [2021-02-04T04:40:36.312Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:40:38.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:40:38.959Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:40:39.235Z] Removing intermediate container df6ae1ce2169 [2021-02-04T04:40:39.236Z] ---> c9ac09566b0a [2021-02-04T04:40:39.236Z] Step 8/23 : COPY . . [2021-02-04T04:40:39.514Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:40:39.514Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:40:43.839Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:40:43.839Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:40:48.158Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:40:48.158Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:40:48.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:40:48.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:40:49.602Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:40:49.879Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:40:51.871Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:40:51.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:40:52.865Z] ---> b0afd09d457c [2021-02-04T04:40:52.865Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:40:52.865Z] ---> Running in 25f21713a23f [2021-02-04T04:40:53.237Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:40:53.237Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:40:54.264Z] Removing intermediate container 11ff5cd2c6c9 [2021-02-04T04:40:54.264Z] ---> 915ebcdd2cf2 [2021-02-04T04:40:54.264Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:40:54.264Z] ---> Running in f2fc871f0ec2 [2021-02-04T04:40:54.794Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:40:56.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:40:56.782Z] 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-04T04:40:57.759Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:40:57.759Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:40:58.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:41:00.866Z] Removing intermediate container 87c934859db7 [2021-02-04T04:41:00.866Z] ---> 8fc199b9f449 [2021-02-04T04:41:00.866Z] [2021-02-04T04:41:00.866Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:41:00.866Z] 3.12: Pulling from library/alpine [2021-02-04T04:41:01.458Z] Removing intermediate container b407e5d4f908 [2021-02-04T04:41:01.458Z] ---> d49be061e346 [2021-02-04T04:41:01.458Z] [2021-02-04T04:41:01.458Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:41:01.458Z] 3.12: Pulling from library/alpine [2021-02-04T04:41:02.059Z] Removing intermediate container d53f68268132 [2021-02-04T04:41:02.059Z] ---> 689a272ede88 [2021-02-04T04:41:02.059Z] [2021-02-04T04:41:02.059Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:41:02.059Z] 3.12: Pulling from library/alpine [2021-02-04T04:41:02.059Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:41:02.059Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:41:02.059Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:41:02.059Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:41:02.059Z] ---> 389fef711851 [2021-02-04T04:41:02.059Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:41:02.059Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:41:02.059Z] ---> 389fef711851 [2021-02-04T04:41:02.059Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:41:02.060Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:41:02.060Z] ---> 389fef711851 [2021-02-04T04:41:02.060Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:41:02.374Z] ---> Running in c8d18a69e675 [2021-02-04T04:41:02.374Z] ---> Running in 05eb4a6f1327 [2021-02-04T04:41:02.374Z] ---> Running in 8c1ca53af663 [2021-02-04T04:41:02.997Z] Removing intermediate container f2fc871f0ec2 [2021-02-04T04:41:02.997Z] ---> 9264f7b4312a [2021-02-04T04:41:02.997Z] [2021-02-04T04:41:02.997Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:41:02.997Z] 20.10.0: Pulling from library/docker [2021-02-04T04:41:03.052Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:41:03.052Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:41:04.034Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:41:04.034Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:41:04.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.316Z] 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-04T04:41:04.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:04.589Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:41:04.589Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:41:04.668Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:41:04.668Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:41:04.668Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:41:04.668Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:41:04.668Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:41:04.668Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:41:04.668Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:41:04.668Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:41:04.668Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:04.668Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:41:04.668Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:41:04.668Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:04.668Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:41:04.668Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:41:04.865Z] 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-04T04:41:04.956Z] OK: 7 MiB in 19 packages [2021-02-04T04:41:04.956Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:41:04.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:04.956Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:41:04.956Z] OK: 7 MiB in 18 packages [2021-02-04T04:41:04.956Z] OK: 6 MiB in 16 packages [2021-02-04T04:41:05.138Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:41:05.138Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:41:05.427Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:41:05.427Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:41:05.427Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:41:05.427Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:41:06.879Z] Installing collected packages: urllib3, idna, requests, docopt, dockerpty, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, cached-property, docker-compose [2021-02-04T04:41:06.879Z] Attempting uninstall: urllib3 [2021-02-04T04:41:06.879Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:41:06.879Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:41:06.879Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:41:07.857Z] Attempting uninstall: idna [2021-02-04T04:41:07.857Z] Found existing installation: idna 2.9 [2021-02-04T04:41:07.857Z] Uninstalling idna-2.9: [2021-02-04T04:41:07.857Z] Successfully uninstalled idna-2.9 [2021-02-04T04:41:08.359Z] Removing intermediate container cabe1223f8b3 [2021-02-04T04:41:08.359Z] ---> 417053042dd9 [2021-02-04T04:41:08.359Z] [2021-02-04T04:41:08.359Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:41:08.359Z] ---> 389fef711851 [2021-02-04T04:41:08.359Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:41:08.454Z] Attempting uninstall: requests [2021-02-04T04:41:08.455Z] Found existing installation: requests 2.23.0 [2021-02-04T04:41:08.455Z] Uninstalling requests-2.23.0: [2021-02-04T04:41:08.670Z] ---> Running in dc7a061a942f [2021-02-04T04:41:08.728Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:41:09.326Z] Running setup.py install for docopt: started [2021-02-04T04:41:10.230Z] Removing intermediate container dc7a061a942f [2021-02-04T04:41:10.230Z] ---> aba337a27e1a [2021-02-04T04:41:10.230Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:41:10.230Z] Removing intermediate container c8d18a69e675 [2021-02-04T04:41:10.230Z] ---> 0d0789415937 [2021-02-04T04:41:10.230Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:41:10.230Z] Removing intermediate container 8c1ca53af663 [2021-02-04T04:41:10.230Z] ---> 13a8c0a1c5b8 [2021-02-04T04:41:10.230Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:41:10.230Z] ---> Running in 3c6c89c1d78f [2021-02-04T04:41:10.230Z] Removing intermediate container 05eb4a6f1327 [2021-02-04T04:41:10.230Z] ---> 4825f8d24d76 [2021-02-04T04:41:10.230Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:41:10.504Z] ---> Running in c635aca72616 [2021-02-04T04:41:10.504Z] ---> Running in cdfee7ace249 [2021-02-04T04:41:10.504Z] ---> Running in 0448307f0229 [2021-02-04T04:41:10.789Z] Removing intermediate container 3c6c89c1d78f [2021-02-04T04:41:10.789Z] ---> 0dc23ada4858 [2021-02-04T04:41:10.789Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:41:11.062Z] Removing intermediate container 0448307f0229 [2021-02-04T04:41:11.062Z] ---> 4033ae9a9a20 [2021-02-04T04:41:11.062Z] Step 13/24 : WORKDIR / [2021-02-04T04:41:11.062Z] ---> Running in 54474f871033 [2021-02-04T04:41:11.062Z] Removing intermediate container cdfee7ace249 [2021-02-04T04:41:11.062Z] ---> f0344fc6605f [2021-02-04T04:41:11.062Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:41:11.062Z] Removing intermediate container c635aca72616 [2021-02-04T04:41:11.062Z] ---> f6bade6ab0f0 [2021-02-04T04:41:11.062Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:41:11.062Z] ---> Running in 47d850dadc01 [2021-02-04T04:41:11.365Z] ---> Running in 791b914837e6 [2021-02-04T04:41:11.365Z] ---> Running in 8e0eb4df7389 [2021-02-04T04:41:11.365Z] Removing intermediate container 54474f871033 [2021-02-04T04:41:11.365Z] ---> 37130b1d7006 [2021-02-04T04:41:11.365Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:41:11.671Z] ---> Running in 336274b53721 [2021-02-04T04:41:11.671Z] Removing intermediate container 47d850dadc01 [2021-02-04T04:41:11.671Z] ---> 49d875d194bf [2021-02-04T04:41:11.671Z] 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-04T04:41:11.948Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:41:11.948Z] Running setup.py install for dockerpty: started [2021-02-04T04:41:11.991Z] Removing intermediate container 791b914837e6 [2021-02-04T04:41:11.991Z] ---> 9adf95cff195 [2021-02-04T04:41:11.991Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:41:11.991Z] Removing intermediate container 8e0eb4df7389 [2021-02-04T04:41:11.991Z] ---> d2f868113096 [2021-02-04T04:41:11.991Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:41:12.282Z] ---> Running in a8101cdaaaa3 [2021-02-04T04:41:12.603Z] ---> fd9844b7a4c8 [2021-02-04T04:41:12.603Z] 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-04T04:41:12.896Z] ---> 68cc0cf403aa [2021-02-04T04:41:12.896Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:41:13.202Z] Removing intermediate container a8101cdaaaa3 [2021-02-04T04:41:13.202Z] ---> dd2b47296c3e [2021-02-04T04:41:13.202Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:41:13.513Z] ---> 238afd520cbd [2021-02-04T04:41:13.513Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:41:14.227Z] ---> 79d7ec34907e [2021-02-04T04:41:14.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:41:14.227Z] ---> a4f3a6821881 [2021-02-04T04:41:14.227Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:41:14.528Z] ---> 6f34825d083a [2021-02-04T04:41:14.528Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:41:14.835Z] Removing intermediate container 336274b53721 [2021-02-04T04:41:14.835Z] ---> 3541f85ae10f [2021-02-04T04:41:14.835Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:41:15.125Z] ---> Running in 27f97e1a21bd [2021-02-04T04:41:15.354Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:41:16.189Z] ---> 5e10be801709 [2021-02-04T04:41:16.189Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:41:16.793Z] Running setup.py install for texttable: started [2021-02-04T04:41:16.851Z] ---> 6fe8a014cc46 [2021-02-04T04:41:16.851Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:41:16.851Z] ---> d42335ff5580 [2021-02-04T04:41:16.851Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:41:17.149Z] ---> Running in d996e12930f1 [2021-02-04T04:41:18.299Z] ---> 9276ea31ff8b [2021-02-04T04:41:18.299Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:41:18.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:18.635Z] ---> Running in b2e00f4a6cbc [2021-02-04T04:41:18.635Z] Removing intermediate container d996e12930f1 [2021-02-04T04:41:18.635Z] ---> 2469e9533cda [2021-02-04T04:41:18.635Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:41:18.635Z] ---> 5a6b4a1666a7 [2021-02-04T04:41:18.635Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:41:18.920Z] ---> Running in 0331aa346ca3 [2021-02-04T04:41:18.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:19.184Z] Removing intermediate container b2e00f4a6cbc [2021-02-04T04:41:19.184Z] ---> e908071263a2 [2021-02-04T04:41:19.184Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:41:19.184Z] ---> Running in f82f1d87229e [2021-02-04T04:41:19.414Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:41:19.414Z] Running setup.py install for PyYAML: started [2021-02-04T04:41:19.470Z] Removing intermediate container 0331aa346ca3 [2021-02-04T04:41:19.470Z] ---> 719eb4f81675 [2021-02-04T04:41:19.470Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:41:19.470Z] ---> 1ce60d0e8e04 [2021-02-04T04:41:19.470Z] 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-04T04:41:19.470Z] ---> Running in fbc5d8d0e542 [2021-02-04T04:41:19.470Z] ---> Running in 70c4a8821e85 [2021-02-04T04:41:19.748Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:41:19.748Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:41:19.748Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:41:19.748Z] Removing intermediate container f82f1d87229e [2021-02-04T04:41:19.748Z] ---> 27e722bc6a20 [2021-02-04T04:41:19.748Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:41:20.039Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:41:20.039Z] ---> Running in 94c37b2c37a4 [2021-02-04T04:41:20.328Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:41:20.328Z] Removing intermediate container 70c4a8821e85 [2021-02-04T04:41:20.328Z] ---> 357c4d8477d5 [2021-02-04T04:41:20.328Z] Step 20/21 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:41:20.328Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:41:20.328Z] ---> Running in 4f04a890b2df [2021-02-04T04:41:20.328Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:20.328Z] OK: 8 MiB in 20 packages [2021-02-04T04:41:20.608Z] Removing intermediate container 94c37b2c37a4 [2021-02-04T04:41:20.608Z] ---> a51283b9704b [2021-02-04T04:41:20.608Z] Step 21/22 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:41:20.889Z] ---> Running in b2b54cafcf0b [2021-02-04T04:41:20.889Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:41:20.889Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:41:20.889Z] ---> aefe523efa57 [2021-02-04T04:41:20.889Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:41:20.889Z] Removing intermediate container 4f04a890b2df [2021-02-04T04:41:20.889Z] ---> 59044c594976 [2021-02-04T04:41:20.889Z] Step 21/21 : LABEL version=2.0.0-dev.73 [2021-02-04T04:41:21.158Z] ---> Running in 2979ac67ded9 [2021-02-04T04:41:21.158Z] ---> Running in d299a866ccc0 [2021-02-04T04:41:21.766Z] Removing intermediate container b2b54cafcf0b [2021-02-04T04:41:21.766Z] ---> 83d7fc46f5a7 [2021-02-04T04:41:21.766Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-04T04:41:21.766Z] ---> Running in 01e53efafd84 [2021-02-04T04:41:21.766Z] Removing intermediate container d299a866ccc0 [2021-02-04T04:41:21.766Z] ---> 53a332258188 [2021-02-04T04:41:21.766Z] [2021-02-04T04:41:21.766Z] Removing intermediate container 27f97e1a21bd [2021-02-04T04:41:21.766Z] ---> 8beb311102a8 [2021-02-04T04:41:21.766Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:41:22.375Z] Removing intermediate container 01e53efafd84 [2021-02-04T04:41:22.375Z] ---> 3ba16f332979 [2021-02-04T04:41:22.375Z] [2021-02-04T04:41:22.375Z] Removing intermediate container fbc5d8d0e542 [2021-02-04T04:41:22.375Z] ---> 8a25e9fff958 [2021-02-04T04:41:22.375Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:41:22.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:22.375Z] Successfully built 53a332258188 [2021-02-04T04:41:22.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:22.647Z] ---> Running in 89f777e23047 [2021-02-04T04:41:22.647Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:41:22.647Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-04T04:41:22.647Z] Successfully built 3ba16f332979 [2021-02-04T04:41:22.647Z] ---> 9b58781d50c2 [2021-02-04T04:41:22.647Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:41:22.647Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:41:22.647Z] Building docker-core-command-go [2021-02-04T04:41:22.647Z]  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:41:22.647Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:41:22.805Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:41:22.932Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:41:22.932Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:22.932Z] OK: 12 MiB in 22 packages [2021-02-04T04:41:22.932Z] Removing intermediate container 89f777e23047 [2021-02-04T04:41:22.932Z] ---> a4181ae9419c [2021-02-04T04:41:22.932Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:41:23.231Z] ---> Running in 74fb5c86be45 [2021-02-04T04:41:23.839Z] Removing intermediate container 74fb5c86be45 [2021-02-04T04:41:23.839Z] ---> d32900784ebd [2021-02-04T04:41:23.839Z] Step 23/24 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:41:23.839Z] ---> fee31589ab44 [2021-02-04T04:41:23.840Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:41:23.840Z] ---> Running in 8281909cbf1a [2021-02-04T04:41:24.149Z] Removing intermediate container 2979ac67ded9 [2021-02-04T04:41:24.149Z] ---> f17d3dbeed29 [2021-02-04T04:41:24.149Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:41:24.149Z] ---> Running in cfa5521af45a [2021-02-04T04:41:24.425Z] Removing intermediate container 8281909cbf1a [2021-02-04T04:41:24.425Z] ---> 5cee79f0dcc3 [2021-02-04T04:41:24.425Z] Step 24/24 : LABEL version=2.0.0-dev.73 [2021-02-04T04:41:24.780Z] 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-04T04:41:24.780Z] Removing intermediate container 02795a4a9106 [2021-02-04T04:41:24.780Z] ---> 574266dcca0d [2021-02-04T04:41:24.780Z] [2021-02-04T04:41:24.780Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:41:24.780Z] ---> afeebe901d6b [2021-02-04T04:41:24.780Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:41:25.055Z] ---> Running in 82ca4945de01 [2021-02-04T04:41:25.652Z] Removing intermediate container 82ca4945de01 [2021-02-04T04:41:25.652Z] ---> 7beabf4726c2 [2021-02-04T04:41:25.652Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:41:25.925Z] ---> Running in c0376c96d616 [2021-02-04T04:41:26.547Z] ---> 514f270ac13e [2021-02-04T04:41:26.547Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:41:26.547Z] ---> Running in a174ffd8d89f [2021-02-04T04:41:26.547Z] Removing intermediate container cfa5521af45a [2021-02-04T04:41:26.547Z] ---> a9a1792b0113 [2021-02-04T04:41:26.547Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:41:26.819Z] ---> Running in 9ef84d2dd02e [2021-02-04T04:41:27.104Z] ---> Running in 86c18b44ffd4 [2021-02-04T04:41:27.104Z] Removing intermediate container 9ef84d2dd02e [2021-02-04T04:41:27.388Z] ---> 008623b49123 [2021-02-04T04:41:27.388Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:41:27.388Z] Removing intermediate container a174ffd8d89f [2021-02-04T04:41:27.388Z] ---> 4a6a2133bbb4 [2021-02-04T04:41:27.388Z] [2021-02-04T04:41:27.668Z] ---> Running in e2c43c7c1b7f [2021-02-04T04:41:28.383Z] Successfully built 4a6a2133bbb4 [2021-02-04T04:41:28.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:41:28.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:41:28.699Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:41:28.699Z] Building docker-security-bootstrapper-go [2021-02-04T04:41:29.041Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 86c18b44ffd4 [2021-02-04T04:41:29.041Z] ---> d9572ddaa1db [2021-02-04T04:41:29.041Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:41:29.174Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:41:29.174Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:41:29.174Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:29.174Z] OK: 5 MiB in 16 packages [2021-02-04T04:41:30.518Z] ---> Running in 8a1ae0b8cbb7 [2021-02-04T04:41:30.790Z] Removing intermediate container e2c43c7c1b7f [2021-02-04T04:41:30.790Z] ---> d9b89d49cd02 [2021-02-04T04:41:30.790Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:41:31.824Z] Removing intermediate container 574d20b50639 [2021-02-04T04:41:31.824Z] ---> 518c59951429 [2021-02-04T04:41:31.824Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:41:31.831Z] Removing intermediate container 8a1ae0b8cbb7 [2021-02-04T04:41:31.831Z] ---> 23cf290ecbcf [2021-02-04T04:41:31.831Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:41:31.831Z] ---> Running in 0e642bdda9b4 [2021-02-04T04:41:32.097Z] Removing intermediate container c0376c96d616 [2021-02-04T04:41:32.097Z] ---> 60d612f5d511 [2021-02-04T04:41:32.097Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:41:32.097Z] ---> Running in 7ae4c3c67930 [2021-02-04T04:41:32.514Z] Removing intermediate container 0e642bdda9b4 [2021-02-04T04:41:32.514Z] ---> 0d29d545a657 [2021-02-04T04:41:32.514Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:41:32.701Z] ---> Running in e3daebd9e025 [2021-02-04T04:41:33.147Z] ---> Running in 34cfeeb671f9 [2021-02-04T04:41:33.682Z] Removing intermediate container e3daebd9e025 [2021-02-04T04:41:33.682Z] ---> 7437a12932f0 [2021-02-04T04:41:33.682Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:41:33.882Z] ---> 4afe552f36fd [2021-02-04T04:41:33.882Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:41:33.961Z] ---> Running in af6d18b8137d [2021-02-04T04:41:34.177Z] Removing intermediate container 34cfeeb671f9 [2021-02-04T04:41:34.177Z] ---> e50cac21823d [2021-02-04T04:41:34.177Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:41:34.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:41:34.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:41:34.852Z] Removing intermediate container af6d18b8137d [2021-02-04T04:41:34.852Z] ---> de60d6090b5f [2021-02-04T04:41:34.852Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:41:35.130Z] ---> Running in 91fdf50365ec [2021-02-04T04:41:35.130Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:41:35.409Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:41:35.409Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:41:35.409Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:35.409Z] OK: 71 MiB in 58 packages [2021-02-04T04:41:36.356Z] ---> Running in 4dbbf3a6f8a0 [2021-02-04T04:41:36.356Z] ---> 4af2d4667f88 [2021-02-04T04:41:36.356Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:41:37.395Z] Removing intermediate container 7ae4c3c67930 [2021-02-04T04:41:37.395Z] ---> f24af69adc60 [2021-02-04T04:41:37.395Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:41:37.524Z] Removing intermediate container 4dbbf3a6f8a0 [2021-02-04T04:41:37.524Z] ---> db968b28ccdd [2021-02-04T04:41:37.524Z] [2021-02-04T04:41:37.524Z] ---> 8ce72938d95b [2021-02-04T04:41:37.524Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:41:37.672Z] ---> Running in b414bcbab94b [2021-02-04T04:41:37.824Z] Successfully built db968b28ccdd [2021-02-04T04:41:37.824Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:41:37.824Z] Building docker-core-metadata-go [2021-02-04T04:41:37.824Z]  Building docker-core-data-go ... done  ---> Running in 4b1cb6f5316e [2021-02-04T04:41:38.655Z] Removing intermediate container b414bcbab94b [2021-02-04T04:41:38.655Z] ---> f0c160fec169 [2021-02-04T04:41:38.655Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:41:38.655Z] ---> Running in ccc61b2cee94 [2021-02-04T04:41:38.931Z] Removing intermediate container 91fdf50365ec [2021-02-04T04:41:38.931Z] ---> de3ccf28eba5 [2021-02-04T04:41:38.931Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:41:39.210Z] ---> Running in 764f1066ae07 [2021-02-04T04:41:39.492Z] Removing intermediate container ccc61b2cee94 [2021-02-04T04:41:39.492Z] ---> 25a2562dbcd7 [2021-02-04T04:41:39.492Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:41:39.771Z] ---> Running in 8d0d91b4d96d [2021-02-04T04:41:40.058Z] Removing intermediate container 764f1066ae07 [2021-02-04T04:41:40.058Z] ---> 7c3f73577e3d [2021-02-04T04:41:40.058Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:41:40.338Z] Removing intermediate container 8d0d91b4d96d [2021-02-04T04:41:40.338Z] ---> 9c9f7ab35269 [2021-02-04T04:41:40.338Z] Step 25/26 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:41:40.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:40.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:41:40.577Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:41:40.577Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:41:40.577Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:41:40.577Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:41:40.577Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:41:40.577Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:41:40.577Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:41:40.617Z] ---> Running in 84d45fce5db1 [2021-02-04T04:41:41.612Z] Removing intermediate container 84d45fce5db1 [2021-02-04T04:41:41.612Z] ---> 0658fe3c1ba5 [2021-02-04T04:41:41.612Z] Step 26/26 : LABEL version=2.0.0-dev.73 [2021-02-04T04:41:41.612Z] ---> b1a27e89c83b [2021-02-04T04:41:41.612Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:41:41.612Z] ---> Running in 4f269e2a2518 [2021-02-04T04:41:42.226Z] ---> Running in e42d22b909ba [2021-02-04T04:41:42.502Z] Removing intermediate container 4f269e2a2518 [2021-02-04T04:41:42.502Z] ---> 78f25e7c3288 [2021-02-04T04:41:42.502Z] [2021-02-04T04:41:43.114Z] Successfully built 78f25e7c3288 [2021-02-04T04:41:43.114Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:41:44.389Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:41:44.389Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:41:44.389Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:41:44.389Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:41:45.429Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:41:45.750Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e42d22b909ba [2021-02-04T04:41:45.750Z] ---> e29d6eaa1779 [2021-02-04T04:41:45.750Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:41:46.790Z] ---> c47c15000114 [2021-02-04T04:41:46.790Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:41:47.543Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:41:47.543Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:41:47.902Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:41:48.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:41:48.551Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:41:48.551Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:41:48.841Z] ---> 221b13212a6a [2021-02-04T04:41:48.842Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:41:48.888Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:41:48.888Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:41:48.888Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:41:50.300Z] ---> 0a6351c54fd4 [2021-02-04T04:41:50.300Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:41:50.662Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:41:51.295Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:41:51.605Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:41:51.605Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:41:51.605Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:41:51.746Z] ---> 07af7ff60cf8 [2021-02-04T04:41:51.746Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:41:51.903Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:41:51.903Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:41:51.903Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:41:51.903Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:41:52.243Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:41:52.243Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:41:52.243Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:41:52.243Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:41:52.760Z] ---> de270ad679d6 [2021-02-04T04:41:52.760Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:41:52.871Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:41:53.195Z] OK: 71 MiB in 55 packages [2021-02-04T04:41:53.359Z] ---> Running in ebd21de2476c [2021-02-04T04:41:53.992Z] Removing intermediate container ebd21de2476c [2021-02-04T04:41:53.992Z] ---> 5220679f1e37 [2021-02-04T04:41:53.992Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:41:55.024Z] ---> 6d2493896d0d [2021-02-04T04:41:55.024Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:41:55.621Z] ---> Running in 0f1227d7c840 [2021-02-04T04:41:59.025Z] Removing intermediate container 0f1227d7c840 [2021-02-04T04:41:59.025Z] ---> 6de724aed6d6 [2021-02-04T04:41:59.025Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:41:59.620Z] ---> Running in 3e0bebf15c83 [2021-02-04T04:42:01.264Z] Removing intermediate container 3e0bebf15c83 [2021-02-04T04:42:01.264Z] ---> efc97150fecf [2021-02-04T04:42:01.264Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:42:02.442Z] ---> Running in 89389c93c4aa [2021-02-04T04:42:03.063Z] Removing intermediate container e1e01066ad40 [2021-02-04T04:42:03.063Z] ---> 22ee16f26d3c [2021-02-04T04:42:03.063Z] [2021-02-04T04:42:03.063Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:42:03.063Z] ---> afeebe901d6b [2021-02-04T04:42:03.063Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:42:03.063Z] Removing intermediate container 89389c93c4aa [2021-02-04T04:42:03.063Z] ---> 877039d02b38 [2021-02-04T04:42:03.063Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:42:03.397Z] ---> Running in ffe94c4e9701 [2021-02-04T04:42:04.005Z] ---> Running in 12b1be968785 [2021-02-04T04:42:04.997Z] Removing intermediate container 12b1be968785 [2021-02-04T04:42:04.997Z] ---> 551423dd0028 [2021-02-04T04:42:04.997Z] Step 30/31 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:05.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:42:05.548Z] ---> Running in 199ac453d7e1 [2021-02-04T04:42:05.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:42:06.167Z] Removing intermediate container 199ac453d7e1 [2021-02-04T04:42:06.167Z] ---> d6997ba2e864 [2021-02-04T04:42:06.167Z] Step 31/31 : LABEL version=2.0.0-dev.73 [2021-02-04T04:42:06.762Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:42:06.762Z] ---> Running in 78c3cebd3001 [2021-02-04T04:42:06.762Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:42:06.762Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:42:06.762Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:42:06.762Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:42:06.762Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:42:06.762Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:42:07.035Z] OK: 7 MiB in 19 packages [2021-02-04T04:42:07.634Z] Removing intermediate container 78c3cebd3001 [2021-02-04T04:42:07.634Z] ---> a9fc71cb9d05 [2021-02-04T04:42:07.634Z] [2021-02-04T04:42:08.234Z] Successfully built a9fc71cb9d05 [2021-02-04T04:42:08.234Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:42:09.677Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container ffe94c4e9701 [2021-02-04T04:42:09.677Z] ---> 0acc1f6fc867 [2021-02-04T04:42:09.677Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:42:09.677Z] ---> Running in 6dd8c9596ece [2021-02-04T04:42:10.322Z] Removing intermediate container 6dd8c9596ece [2021-02-04T04:42:10.322Z] ---> bd0638b7e30e [2021-02-04T04:42:10.322Z] Step 13/24 : WORKDIR / [2021-02-04T04:42:10.917Z] ---> Running in d1ed5eaa5eae [2021-02-04T04:42:11.515Z] Removing intermediate container d1ed5eaa5eae [2021-02-04T04:42:11.515Z] ---> 36540b6b7ab7 [2021-02-04T04:42:11.515Z] 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-04T04:42:12.494Z] ---> fdcc1f0490bb [2021-02-04T04:42:12.494Z] 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-04T04:42:13.941Z] ---> 97ea650f34a6 [2021-02-04T04:42:13.941Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:42:14.932Z] ---> b2b15f6b8bfc [2021-02-04T04:42:14.932Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:42:16.110Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:42:16.110Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:42:16.110Z] ---> da54f4f52af6 [2021-02-04T04:42:16.110Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> f864ed257b81 [2021-02-04T04:42:16.110Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> e2a97f609908 [2021-02-04T04:42:16.110Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> daee169794da [2021-02-04T04:42:16.110Z] Step 6/23 : COPY go.mod . [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 2fb430bef058 [2021-02-04T04:42:16.110Z] Step 7/23 : RUN go mod download [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 4725ad229fa2 [2021-02-04T04:42:16.110Z] Step 8/23 : COPY . . [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 02f2f57c08b2 [2021-02-04T04:42:16.110Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:42:16.110Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:42:16.110Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:42:16.110Z] ---> da54f4f52af6 [2021-02-04T04:42:16.110Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> f864ed257b81 [2021-02-04T04:42:16.110Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> e2a97f609908 [2021-02-04T04:42:16.110Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> daee169794da [2021-02-04T04:42:16.110Z] Step 6/22 : COPY go.mod . [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 2fb430bef058 [2021-02-04T04:42:16.110Z] Step 7/22 : RUN go mod download [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 4725ad229fa2 [2021-02-04T04:42:16.110Z] Step 8/22 : COPY . . [2021-02-04T04:42:16.110Z] ---> Using cache [2021-02-04T04:42:16.110Z] ---> 02f2f57c08b2 [2021-02-04T04:42:16.110Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:42:16.730Z] ---> Running in c1192a1d3668 [2021-02-04T04:42:16.730Z] ---> Running in 316fc8a7feab [2021-02-04T04:42:16.730Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:42:16.730Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:42:16.730Z] ---> da54f4f52af6 [2021-02-04T04:42:16.730Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:42:16.730Z] ---> Using cache [2021-02-04T04:42:16.730Z] ---> f864ed257b81 [2021-02-04T04:42:16.731Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:42:16.731Z] ---> Using cache [2021-02-04T04:42:16.731Z] ---> e2a97f609908 [2021-02-04T04:42:16.731Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:42:16.731Z] ---> Using cache [2021-02-04T04:42:16.731Z] ---> daee169794da [2021-02-04T04:42:16.731Z] Step 6/31 : COPY go.mod . [2021-02-04T04:42:16.731Z] ---> Using cache [2021-02-04T04:42:16.731Z] ---> 2fb430bef058 [2021-02-04T04:42:16.731Z] Step 7/31 : RUN go mod download [2021-02-04T04:42:16.731Z] ---> Using cache [2021-02-04T04:42:16.731Z] ---> 4725ad229fa2 [2021-02-04T04:42:16.731Z] Step 8/31 : COPY . . [2021-02-04T04:42:16.928Z] ---> 3d35f3d6a66d [2021-02-04T04:42:16.928Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:42:17.056Z] ---> Using cache [2021-02-04T04:42:17.056Z] ---> 02f2f57c08b2 [2021-02-04T04:42:17.056Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:42:18.544Z] ---> Running in c8732cd14366 [2021-02-04T04:42:18.940Z] ---> 34e6f57927ff [2021-02-04T04:42:18.940Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:42:19.932Z] ---> 4f228d321605 [2021-02-04T04:42:19.932Z] 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-04T04:42:20.209Z] ---> Running in 1bdc83896543 [2021-02-04T04:42:22.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:42:22.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:42:22.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:42:23.626Z] Removing intermediate container 118ab55b8a83 [2021-02-04T04:42:23.626Z] ---> f24a5aeaafa2 [2021-02-04T04:42:23.626Z] [2021-02-04T04:42:23.626Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:42:23.626Z] ---> afeebe901d6b [2021-02-04T04:42:23.626Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:42:23.626Z] ---> Using cache [2021-02-04T04:42:23.626Z] ---> f2c50f02ccfb [2021-02-04T04:42:23.626Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:42:23.626Z] ---> Using cache [2021-02-04T04:42:23.626Z] ---> a8ad6e633689 [2021-02-04T04:42:23.626Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:42:23.626Z] ---> Running in d1f836a4d0bb [2021-02-04T04:42:23.626Z] Removing intermediate container 1bdc83896543 [2021-02-04T04:42:23.626Z] ---> 6a5f5245b065 [2021-02-04T04:42:23.626Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:42:23.626Z] ---> Running in 1116c339a4a3 [2021-02-04T04:42:23.901Z] Removing intermediate container d1f836a4d0bb [2021-02-04T04:42:23.901Z] ---> 9ed5984825e5 [2021-02-04T04:42:23.901Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:42:24.176Z] ---> Running in 3f7bf83987cc [2021-02-04T04:42:24.452Z] Removing intermediate container 1116c339a4a3 [2021-02-04T04:42:24.452Z] ---> b65c652bda76 [2021-02-04T04:42:24.452Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:42:24.729Z] ---> Running in f17396b421b8 [2021-02-04T04:42:25.010Z] Removing intermediate container 3f7bf83987cc [2021-02-04T04:42:25.010Z] ---> 13eafb0ffd8e [2021-02-04T04:42:25.010Z] Step 15/23 : WORKDIR / [2021-02-04T04:42:25.010Z] ---> Running in a7a37ad44c92 [2021-02-04T04:42:25.420Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:42:25.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:42:25.421Z] ---> da54f4f52af6 [2021-02-04T04:42:25.421Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:42:25.421Z] ---> Using cache [2021-02-04T04:42:25.421Z] ---> f864ed257b81 [2021-02-04T04:42:25.421Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:42:25.421Z] ---> Using cache [2021-02-04T04:42:25.421Z] ---> e2a97f609908 [2021-02-04T04:42:25.421Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:42:25.421Z] ---> Using cache [2021-02-04T04:42:25.421Z] ---> daee169794da [2021-02-04T04:42:25.421Z] Step 6/23 : COPY go.mod . [2021-02-04T04:42:25.421Z] ---> Using cache [2021-02-04T04:42:25.421Z] ---> 2fb430bef058 [2021-02-04T04:42:25.421Z] Step 7/23 : RUN go mod download [2021-02-04T04:42:25.421Z] ---> Using cache [2021-02-04T04:42:25.421Z] ---> 4725ad229fa2 [2021-02-04T04:42:25.421Z] Step 8/23 : COPY . . [2021-02-04T04:42:25.621Z] Removing intermediate container f17396b421b8 [2021-02-04T04:42:25.621Z] ---> a547f118164d [2021-02-04T04:42:25.621Z] Step 23/24 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:25.621Z] ---> Running in 8a7df7f08a3a [2021-02-04T04:42:25.621Z] Removing intermediate container a7a37ad44c92 [2021-02-04T04:42:25.621Z] ---> 52ceca356eeb [2021-02-04T04:42:25.621Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:42:26.039Z] ---> Using cache [2021-02-04T04:42:26.039Z] ---> 02f2f57c08b2 [2021-02-04T04:42:26.039Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:42:26.368Z] ---> Running in e3245d90e40a [2021-02-04T04:42:26.612Z] Removing intermediate container 8a7df7f08a3a [2021-02-04T04:42:26.612Z] ---> afa48981d3db [2021-02-04T04:42:26.612Z] Step 24/24 : LABEL version=2.0.0-dev.73 [2021-02-04T04:42:26.613Z] ---> Running in c748a6722133 [2021-02-04T04:42:26.884Z] ---> 6579850c0b8e [2021-02-04T04:42:26.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:42:27.158Z] Removing intermediate container c748a6722133 [2021-02-04T04:42:27.158Z] ---> 9d166062be11 [2021-02-04T04:42:27.158Z] [2021-02-04T04:42:27.757Z] Successfully built 9d166062be11 [2021-02-04T04:42:27.757Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:42:27.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:42:28.741Z]  Building docker-security-secretstore-setup-go ... done  ---> 2ab822a480e7 [2021-02-04T04:42:28.741Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:42:29.347Z] ---> cd8e92968b44 [2021-02-04T04:42:29.347Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:42:29.347Z] ---> Running in 8dd9cfec3d3e [2021-02-04T04:42:29.947Z] Removing intermediate container 8dd9cfec3d3e [2021-02-04T04:42:29.947Z] ---> 5ffacc4954b1 [2021-02-04T04:42:29.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:42:29.947Z] ---> Running in 44e4a0b5e47b [2021-02-04T04:42:30.543Z] Removing intermediate container 44e4a0b5e47b [2021-02-04T04:42:30.543Z] ---> a3b8453632b5 [2021-02-04T04:42:30.543Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:42:30.818Z] ---> Running in 8d94f0b7fde6 [2021-02-04T04:42:31.096Z] Removing intermediate container 8d94f0b7fde6 [2021-02-04T04:42:31.096Z] ---> 7baa80a040a4 [2021-02-04T04:42:31.096Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:31.369Z] ---> Running in cf2143390a11 [2021-02-04T04:42:31.969Z] Removing intermediate container cf2143390a11 [2021-02-04T04:42:31.969Z] ---> b0f8bcdf5deb [2021-02-04T04:42:31.969Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:42:32.249Z] ---> Running in 2412b973845f [2021-02-04T04:42:33.226Z] Removing intermediate container 2412b973845f [2021-02-04T04:42:33.226Z] ---> 6ed64f85b4c7 [2021-02-04T04:42:33.226Z] [2021-02-04T04:42:33.496Z] Successfully built 6ed64f85b4c7 [2021-02-04T04:42:33.496Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:42:33.767Z]  Building docker-core-metadata-go ... done Removing intermediate container 25f21713a23f [2021-02-04T04:42:33.767Z] ---> 9024c50f6216 [2021-02-04T04:42:33.767Z] [2021-02-04T04:42:33.767Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:42:33.767Z] ---> afeebe901d6b [2021-02-04T04:42:33.767Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:42:34.038Z] ---> Running in cd635263b6f2 [2021-02-04T04:42:34.309Z] Removing intermediate container cd635263b6f2 [2021-02-04T04:42:34.309Z] ---> dce9a332a1d2 [2021-02-04T04:42:34.309Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:42:34.591Z] ---> Running in 5f6a14f18313 [2021-02-04T04:42:35.183Z] Removing intermediate container 5f6a14f18313 [2021-02-04T04:42:35.183Z] ---> c212bccfdd62 [2021-02-04T04:42:35.183Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:42:35.183Z] ---> Running in d6184d9dfd14 [2021-02-04T04:42:35.778Z] Removing intermediate container d6184d9dfd14 [2021-02-04T04:42:35.778Z] ---> 6bff0f457e9c [2021-02-04T04:42:35.778Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:42:35.778Z] ---> Running in c653d19fbeef [2021-02-04T04:42:37.749Z] Removing intermediate container c653d19fbeef [2021-02-04T04:42:37.749Z] ---> 7fc50a38d91c [2021-02-04T04:42:37.749Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:42:38.025Z] ---> Running in e082a1cd7e4b [2021-02-04T04:42:38.485Z] Removing intermediate container 4b1cb6f5316e [2021-02-04T04:42:38.485Z] ---> edf976dcfbb3 [2021-02-04T04:42:38.485Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:42:38.485Z] ---> Running in ad3f7a073adf [2021-02-04T04:42:39.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:42:39.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:42:40.584Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:42:40.584Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:42:40.584Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:42:40.854Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:42:41.125Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:42:41.397Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:42:41.397Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:42:41.397Z] OK: 8 MiB in 20 packages [2021-02-04T04:42:42.833Z] Removing intermediate container e082a1cd7e4b [2021-02-04T04:42:42.833Z] ---> 9cd8c4b726c9 [2021-02-04T04:42:42.833Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:42:43.427Z] ---> 66d05c7f71f9 [2021-02-04T04:42:43.427Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:42:44.912Z] ---> a9f431ae419f [2021-02-04T04:42:44.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:42:45.466Z] Collecting docker-compose==1.23.2 [2021-02-04T04:42:45.466Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:42:45.552Z] ---> a86f25f1aef6 [2021-02-04T04:42:45.552Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:42:45.552Z] ---> Running in 0e35ffa5503b [2021-02-04T04:42:45.767Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:42:45.767Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:42:46.155Z] Removing intermediate container 0e35ffa5503b [2021-02-04T04:42:46.155Z] ---> 7516bdde3b4d [2021-02-04T04:42:46.155Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:42:46.155Z] ---> Running in 307cea88c327 [2021-02-04T04:42:46.784Z] Removing intermediate container 307cea88c327 [2021-02-04T04:42:46.784Z] ---> 1429957ff929 [2021-02-04T04:42:46.784Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:42:46.784Z] ---> Running in 94334c928198 [2021-02-04T04:42:47.058Z] Removing intermediate container 94334c928198 [2021-02-04T04:42:47.058Z] ---> afffdf2b1b8c [2021-02-04T04:42:47.058Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:47.332Z] ---> Running in 49f0d7f13bd6 [2021-02-04T04:42:47.358Z] 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-04T04:42:47.662Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:42:47.662Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:42:47.931Z] Removing intermediate container 49f0d7f13bd6 [2021-02-04T04:42:47.931Z] ---> 95832c7795d1 [2021-02-04T04:42:47.931Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:42:47.931Z] ---> Running in c2fe02dbe795 [2021-02-04T04:42:48.218Z] Removing intermediate container c2fe02dbe795 [2021-02-04T04:42:48.218Z] ---> aadf121ecc04 [2021-02-04T04:42:48.218Z] [2021-02-04T04:42:48.497Z] Successfully built aadf121ecc04 [2021-02-04T04:42:48.497Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:42:49.148Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:42:49.136Z] $ docker stop --time=1 a70762c2e16693787decfa6d4948b8d2f78690ca03c018f711dc2b382bec0bbe [2021-02-04T04:42:49.829Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:42:49.829Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:42:50.191Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:42:50.191Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:42:51.092Z] $ docker rm -f a70762c2e16693787decfa6d4948b8d2f78690ca03c018f711dc2b382bec0bbe [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:42:51.803Z] + + grep docker [2021-02-04T04:42:51.803Z] docker images [2021-02-04T04:42:52.074Z] docker-core-data-go-arm64 latest aadf121ecc04 3 seconds ago 21MB [2021-02-04T04:42:52.074Z] docker-core-metadata-go-arm64 latest 6ed64f85b4c7 19 seconds ago 17.7MB [2021-02-04T04:42:52.074Z] docker-security-secretstore-setup-go-arm64 latest 9d166062be11 25 seconds ago 23.4MB [2021-02-04T04:42:52.074Z] docker-security-bootstrapper-go-arm64 latest a9fc71cb9d05 44 seconds ago 22.6MB [2021-02-04T04:42:52.074Z] docker-sys-mgmt-agent-go-arm64 latest 78f25e7c3288 About a minute ago 300MB [2021-02-04T04:42:52.074Z] docker-support-notifications-go-arm64 latest 8d9029523108 2 minutes ago 16.7MB [2021-02-04T04:42:52.074Z] docker-support-scheduler-go-arm64 latest ebf364dbc923 2 minutes ago 16.1MB [2021-02-04T04:42:52.074Z] docker-core-command-go-arm64 latest d1f93ac8e27c 2 minutes ago 16MB [2021-02-04T04:42:52.074Z] docker-security-proxy-setup-go-arm64 latest 8d5c4e16e3dc 3 minutes ago 23.2MB [2021-02-04T04:42:52.074Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-04T04:42:52.275Z] Collecting jsonschema<3,>=2.5.1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-04T04:42:52.602Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] wrap [2021-02-04T04:42:52.644Z] provisioning config files... [2021-02-04T04:42:52.678Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/338@tmp/config4273017476979913888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:42:53.070Z] ---> docker-login.sh [2021-02-04T04:42:53.070Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:42:53.307Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:42:53.307Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:42:53.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:42:53.606Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:42:53.606Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:42:53.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:42:53.609Z] Configure a credential helper to remove this warning. See [2021-02-04T04:42:53.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:42:53.609Z] [2021-02-04T04:42:53.609Z] Login Succeeded [2021-02-04T04:42:53.609Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:42:53.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:42:54.747Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:42:54.747Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:42:55.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:42:55.302Z] Configure a credential helper to remove this warning. See [2021-02-04T04:42:55.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:42:55.302Z] [2021-02-04T04:42:55.302Z] Login Succeeded [2021-02-04T04:42:55.302Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:42:55.411Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:42:55.411Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:42:55.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:42:55.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:42:55.574Z] Configure a credential helper to remove this warning. See [2021-02-04T04:42:55.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:42:55.574Z] [2021-02-04T04:42:55.574Z] Login Succeeded [2021-02-04T04:42:55.574Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:42:55.706Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:42:55.706Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:42:56.020Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:42:56.020Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:42:56.020Z] 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-04T04:42:56.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:42:56.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:42:56.207Z] Configure a credential helper to remove this warning. See [2021-02-04T04:42:56.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:42:56.207Z] [2021-02-04T04:42:56.207Z] Login Succeeded [2021-02-04T04:42:56.325Z] 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-04T04:42:56.325Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:42:56.325Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:42:56.325Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:42:56.325Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:42:56.494Z] docker.io [2021-02-04T04:42:56.616Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:42:56.616Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:42:56.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:42:56.932Z] Installing collected packages: texttable, dockerpty, websocket-client, PyYAML, jsonschema, urllib3, idna, requests, docopt, cached-property, docker-pycreds, docker, docker-compose [2021-02-04T04:42:56.933Z] Running setup.py install for texttable: started [2021-02-04T04:42:57.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:42:57.045Z] Configure a credential helper to remove this warning. See [2021-02-04T04:42:57.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:42:57.045Z] [2021-02-04T04:42:57.045Z] Login Succeeded [2021-02-04T04:42:57.045Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:42:57.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:42:57.273Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-04T04:42:57.273Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:57.273Z] 2.0.0-dev.73 [2021-02-04T04:42:57.273Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:42:57.273Z] master [2021-02-04T04:42:57.273Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:42:57.798Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:42:58.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:42:58.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T04:42:58.135Z] 762eb3d19208: Preparing [2021-02-04T04:42:58.135Z] f04424216163: Preparing [2021-02-04T04:42:58.135Z] 5ef6ecf170fa: Preparing [2021-02-04T04:42:58.135Z] 4c4258f574e8: Preparing [2021-02-04T04:42:58.135Z] 379067d0cb53: Preparing [2021-02-04T04:42:58.407Z] 379067d0cb53: Layer already exists [2021-02-04T04:42:58.407Z] 5ef6ecf170fa: Pushed [2021-02-04T04:42:58.407Z] 4c4258f574e8: Pushed [2021-02-04T04:42:58.407Z] 762eb3d19208: Pushed [2021-02-04T04:42:58.559Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:42:58.559Z] Running setup.py install for dockerpty: started [2021-02-04T04:42:59.696Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:43:00.725Z] Running setup.py install for PyYAML: started [2021-02-04T04:43:01.020Z] f04424216163: Pushed [2021-02-04T04:43:01.292Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:26f2176562d979112d0090a6ad07682cb2f7017fd72ad335b5560d03f3de09a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:01.635Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:01.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:01.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T04:43:01.974Z] 762eb3d19208: Preparing [2021-02-04T04:43:01.974Z] f04424216163: Preparing [2021-02-04T04:43:01.974Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:01.974Z] 4c4258f574e8: Preparing [2021-02-04T04:43:01.974Z] 379067d0cb53: Preparing [2021-02-04T04:43:01.974Z] f04424216163: Layer already exists [2021-02-04T04:43:01.974Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:01.974Z] 4c4258f574e8: Layer already exists [2021-02-04T04:43:01.974Z] 762eb3d19208: Layer already exists [2021-02-04T04:43:01.974Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:02.108Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:43:02.245Z] 2.0.0-dev.73: digest: sha256:26f2176562d979112d0090a6ad07682cb2f7017fd72ad335b5560d03f3de09a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:02.591Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:02.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:02.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T04:43:02.931Z] 762eb3d19208: Preparing [2021-02-04T04:43:02.931Z] f04424216163: Preparing [2021-02-04T04:43:02.931Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:02.931Z] 4c4258f574e8: Preparing [2021-02-04T04:43:02.931Z] 379067d0cb53: Preparing [2021-02-04T04:43:02.931Z] f04424216163: Layer already exists [2021-02-04T04:43:02.931Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:02.931Z] 762eb3d19208: Layer already exists [2021-02-04T04:43:02.931Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:02.931Z] 4c4258f574e8: Layer already exists [2021-02-04T04:43:03.200Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:26f2176562d979112d0090a6ad07682cb2f7017fd72ad335b5560d03f3de09a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:03.255Z] Attempting uninstall: urllib3 [2021-02-04T04:43:03.255Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:43:03.255Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:43:03.255Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:43:03.539Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:03.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-04T04:43:03.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-04T04:43:03.873Z] 762eb3d19208: Preparing [2021-02-04T04:43:03.873Z] f04424216163: Preparing [2021-02-04T04:43:03.873Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:03.873Z] 4c4258f574e8: Preparing [2021-02-04T04:43:03.873Z] 379067d0cb53: Preparing [2021-02-04T04:43:03.917Z] Attempting uninstall: idna [2021-02-04T04:43:03.917Z] Found existing installation: idna 2.9 [2021-02-04T04:43:03.917Z] Uninstalling idna-2.9: [2021-02-04T04:43:04.141Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:04.141Z] 4c4258f574e8: Layer already exists [2021-02-04T04:43:04.141Z] f04424216163: Layer already exists [2021-02-04T04:43:04.141Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:04.141Z] 762eb3d19208: Layer already exists [2021-02-04T04:43:04.141Z] master: digest: sha256:26f2176562d979112d0090a6ad07682cb2f7017fd72ad335b5560d03f3de09a2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-04T04:43:04.247Z] Successfully uninstalled idna-2.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:04.349Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:04.397Z] taggedImages: [2021-02-04T04:43:04.397Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:04.397Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:04.397Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:04.397Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-04T04:43:04.500Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-04T04:43:04.500Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:04.500Z] 2.0.0-dev.73 [2021-02-04T04:43:04.500Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:04.500Z] master [2021-02-04T04:43:04.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-04T04:43:04.558Z] Attempting uninstall: requests [2021-02-04T04:43:04.558Z] Found existing installation: requests 2.23.0 [2021-02-04T04:43:04.558Z] Uninstalling requests-2.23.0: [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:04.891Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:43:05.039Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:05.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:05.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T04:43:05.378Z] a47d1e395f52: Preparing [2021-02-04T04:43:05.378Z] 3560a5885496: Preparing [2021-02-04T04:43:05.378Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:05.378Z] cbc660486e18: Preparing [2021-02-04T04:43:05.378Z] a92204965d73: Preparing [2021-02-04T04:43:05.378Z] 379067d0cb53: Preparing [2021-02-04T04:43:05.378Z] 379067d0cb53: Waiting [2021-02-04T04:43:05.428Z] Running setup.py install for docopt: started [2021-02-04T04:43:05.655Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:05.655Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:05.655Z] a92204965d73: Pushed [2021-02-04T04:43:05.655Z] a47d1e395f52: Pushed [2021-02-04T04:43:06.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.73" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T04:43:06.247Z] cbc660486e18: Pushed [2021-02-04T04:43:06.716Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:43:08.850Z] 3560a5885496: Pushed [2021-02-04T04:43:09.118Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:c6b1b1ddf057f1cb669106b67173f0809b6bd314669998222f43a2ea31382d8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:09.491Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:09.785Z] 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-04T04:43:09.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:09.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T04:43:09.845Z] a47d1e395f52: Preparing [2021-02-04T04:43:09.845Z] 3560a5885496: Preparing [2021-02-04T04:43:09.845Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:09.845Z] cbc660486e18: Preparing [2021-02-04T04:43:09.845Z] a92204965d73: Preparing [2021-02-04T04:43:09.845Z] 379067d0cb53: Preparing [2021-02-04T04:43:09.845Z] 379067d0cb53: Waiting [2021-02-04T04:43:09.845Z] a92204965d73: Layer already exists [2021-02-04T04:43:09.845Z] 3560a5885496: Layer already exists [2021-02-04T04:43:09.845Z] cbc660486e18: Layer already exists [2021-02-04T04:43:09.845Z] a47d1e395f52: Layer already exists [2021-02-04T04:43:09.845Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:10.114Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:10.114Z] 2.0.0-dev.73: digest: sha256:c6b1b1ddf057f1cb669106b67173f0809b6bd314669998222f43a2ea31382d8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:10.454Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:10.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:10.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T04:43:10.788Z] a47d1e395f52: Preparing [2021-02-04T04:43:10.788Z] 3560a5885496: Preparing [2021-02-04T04:43:10.788Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:10.788Z] cbc660486e18: Preparing [2021-02-04T04:43:10.788Z] a92204965d73: Preparing [2021-02-04T04:43:10.788Z] 379067d0cb53: Preparing [2021-02-04T04:43:10.788Z] 379067d0cb53: Waiting [2021-02-04T04:43:10.788Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:10.788Z] a47d1e395f52: Layer already exists [2021-02-04T04:43:10.788Z] cbc660486e18: Layer already exists [2021-02-04T04:43:10.788Z] 3560a5885496: Layer already exists [2021-02-04T04:43:10.788Z] a92204965d73: Layer already exists [2021-02-04T04:43:10.788Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:11.064Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:c6b1b1ddf057f1cb669106b67173f0809b6bd314669998222f43a2ea31382d8d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:11.425Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:11.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-04T04:43:11.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-04T04:43:11.772Z] a47d1e395f52: Preparing [2021-02-04T04:43:11.772Z] 3560a5885496: Preparing [2021-02-04T04:43:11.772Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:11.772Z] cbc660486e18: Preparing [2021-02-04T04:43:11.772Z] a92204965d73: Preparing [2021-02-04T04:43:11.772Z] 379067d0cb53: Preparing [2021-02-04T04:43:11.772Z] 379067d0cb53: Waiting [2021-02-04T04:43:11.772Z] 3560a5885496: Layer already exists [2021-02-04T04:43:11.772Z] cbc660486e18: Layer already exists [2021-02-04T04:43:11.772Z] a47d1e395f52: Layer already exists [2021-02-04T04:43:11.772Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:11.772Z] a92204965d73: Layer already exists [2021-02-04T04:43:12.043Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:12.043Z] master: digest: sha256:c6b1b1ddf057f1cb669106b67173f0809b6bd314669998222f43a2ea31382d8d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:12.532Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:12.578Z] taggedImages: [2021-02-04T04:43:12.578Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:12.578Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:12.578Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:12.578Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-04T04:43:12.648Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-04T04:43:12.648Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:12.648Z] 2.0.0-dev.73 [2021-02-04T04:43:12.648Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:12.648Z] master [2021-02-04T04:43:12.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:13.169Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:13.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:13.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T04:43:13.511Z] 9e1d00aa3fe3: Preparing [2021-02-04T04:43:13.511Z] 5e9fc0969194: Preparing [2021-02-04T04:43:13.511Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:13.511Z] ddf905750ef2: Preparing [2021-02-04T04:43:13.511Z] 379067d0cb53: Preparing [2021-02-04T04:43:13.788Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:13.788Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:13.788Z] 9e1d00aa3fe3: Pushed [2021-02-04T04:43:13.788Z] ddf905750ef2: Pushed [2021-02-04T04:43:16.684Z] Removing intermediate container ad3f7a073adf [2021-02-04T04:43:16.684Z] ---> 4e8043eb8250 [2021-02-04T04:43:16.684Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:43:16.977Z] ---> Running in ecdd8bb7749e [2021-02-04T04:43:17.170Z] 5e9fc0969194: Pushed [2021-02-04T04:43:17.170Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:429d56c9fa8a052a868886df2692c7ef7588c17a59cd04df94a0ee866e5997d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:17.532Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:17.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:17.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T04:43:17.864Z] 9e1d00aa3fe3: Preparing [2021-02-04T04:43:17.864Z] 5e9fc0969194: Preparing [2021-02-04T04:43:17.864Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:17.864Z] ddf905750ef2: Preparing [2021-02-04T04:43:17.864Z] 379067d0cb53: Preparing [2021-02-04T04:43:17.864Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:17.864Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:17.864Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:17.864Z] 5e9fc0969194: Layer already exists [2021-02-04T04:43:17.864Z] 9e1d00aa3fe3: Layer already exists [2021-02-04T04:43:18.135Z] 2.0.0-dev.73: digest: sha256:429d56c9fa8a052a868886df2692c7ef7588c17a59cd04df94a0ee866e5997d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:18.473Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:18.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:18.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T04:43:18.805Z] 9e1d00aa3fe3: Preparing [2021-02-04T04:43:18.805Z] 5e9fc0969194: Preparing [2021-02-04T04:43:18.805Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:18.805Z] ddf905750ef2: Preparing [2021-02-04T04:43:18.805Z] 379067d0cb53: Preparing [2021-02-04T04:43:18.805Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:18.805Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:18.805Z] 9e1d00aa3fe3: Layer already exists [2021-02-04T04:43:18.805Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:18.805Z] 5e9fc0969194: Layer already exists [2021-02-04T04:43:19.075Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:429d56c9fa8a052a868886df2692c7ef7588c17a59cd04df94a0ee866e5997d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:19.415Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:19.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-04T04:43:19.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-04T04:43:19.777Z] 9e1d00aa3fe3: Preparing [2021-02-04T04:43:19.777Z] 5e9fc0969194: Preparing [2021-02-04T04:43:19.777Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:19.777Z] ddf905750ef2: Preparing [2021-02-04T04:43:19.777Z] 379067d0cb53: Preparing [2021-02-04T04:43:19.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:20.058Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:20.058Z] 9e1d00aa3fe3: Layer already exists [2021-02-04T04:43:20.058Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:20.058Z] 5e9fc0969194: Layer already exists [2021-02-04T04:43:20.058Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:20.058Z] master: digest: sha256:429d56c9fa8a052a868886df2692c7ef7588c17a59cd04df94a0ee866e5997d7 size: 1363 [Pipeline] } [2021-02-04T04:43:20.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:20.296Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:20.346Z] taggedImages: [2021-02-04T04:43:20.346Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:20.346Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:20.346Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:20.346Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-04T04:43:20.413Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-04T04:43:20.413Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:20.413Z] 2.0.0-dev.73 [2021-02-04T04:43:20.413Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:20.413Z] master [2021-02-04T04:43:20.413Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-04T04:43:20.498Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:43:20.498Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:43:20.498Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:43:20.498Z] Executing busybox-1.31.1-r19.trigger [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:20.864Z] OK: 72 MiB in 58 packages [2021-02-04T04:43:20.992Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:21.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:21.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T04:43:21.343Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:21.343Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:21.343Z] 240bd83e991a: Preparing [2021-02-04T04:43:21.343Z] 657bc03cdebc: Preparing [2021-02-04T04:43:21.343Z] 526a8b758b78: Preparing [2021-02-04T04:43:21.343Z] 2b7e722d55ed: Preparing [2021-02-04T04:43:21.343Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:21.343Z] ffb7128b577d: Preparing [2021-02-04T04:43:21.343Z] 5ef6ecf170fa: Waiting [2021-02-04T04:43:21.343Z] ffb7128b577d: Preparing [2021-02-04T04:43:21.343Z] 54fbb8a338f4: Preparing [2021-02-04T04:43:21.343Z] ffb7128b577d: Waiting [2021-02-04T04:43:21.343Z] 94c26145d343: Preparing [2021-02-04T04:43:21.343Z] 54fbb8a338f4: Waiting [2021-02-04T04:43:21.343Z] 379067d0cb53: Preparing [2021-02-04T04:43:21.343Z] 94c26145d343: Waiting [2021-02-04T04:43:21.343Z] 379067d0cb53: Waiting [2021-02-04T04:43:21.648Z] ad2afdb3be4b: Pushed [2021-02-04T04:43:21.648Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:21.923Z] 240bd83e991a: Pushed [2021-02-04T04:43:21.923Z] 526a8b758b78: Pushed [2021-02-04T04:43:21.923Z] ffb7128b577d: Pushed [2021-02-04T04:43:21.923Z] 54fbb8a338f4: Pushed [2021-02-04T04:43:21.923Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:22.194Z] 94c26145d343: Pushed [2021-02-04T04:43:24.153Z] 657bc03cdebc: Pushed [2021-02-04T04:43:24.153Z] 2b7e722d55ed: Pushed [2021-02-04T04:43:24.422Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:1215538dff2bd81f9105945fc3dc2c4b0c86be4f27647dd9f2a0b41ab705860a size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:24.758Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:25.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:25.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T04:43:25.097Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:25.097Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:25.097Z] 240bd83e991a: Preparing [2021-02-04T04:43:25.097Z] 657bc03cdebc: Preparing [2021-02-04T04:43:25.097Z] 526a8b758b78: Preparing [2021-02-04T04:43:25.097Z] 2b7e722d55ed: Preparing [2021-02-04T04:43:25.097Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:25.097Z] ffb7128b577d: Preparing [2021-02-04T04:43:25.097Z] ffb7128b577d: Preparing [2021-02-04T04:43:25.097Z] 54fbb8a338f4: Preparing [2021-02-04T04:43:25.097Z] 94c26145d343: Preparing [2021-02-04T04:43:25.097Z] 379067d0cb53: Preparing [2021-02-04T04:43:25.097Z] 54fbb8a338f4: Waiting [2021-02-04T04:43:25.097Z] 5ef6ecf170fa: Waiting [2021-02-04T04:43:25.097Z] ffb7128b577d: Waiting [2021-02-04T04:43:25.097Z] 94c26145d343: Waiting [2021-02-04T04:43:25.097Z] 379067d0cb53: Waiting [2021-02-04T04:43:25.097Z] ad2afdb3be4b: Layer already exists [2021-02-04T04:43:25.097Z] 657bc03cdebc: Layer already exists [2021-02-04T04:43:25.097Z] 526a8b758b78: Layer already exists [2021-02-04T04:43:25.367Z] 240bd83e991a: Layer already exists [2021-02-04T04:43:25.367Z] 2b7e722d55ed: Layer already exists [2021-02-04T04:43:25.367Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:25.367Z] ffb7128b577d: Layer already exists [2021-02-04T04:43:25.367Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:25.367Z] 54fbb8a338f4: Layer already exists [2021-02-04T04:43:25.367Z] 94c26145d343: Layer already exists [2021-02-04T04:43:25.367Z] 2.0.0-dev.73: digest: sha256:1215538dff2bd81f9105945fc3dc2c4b0c86be4f27647dd9f2a0b41ab705860a size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:25.667Z] Removing intermediate container ecdd8bb7749e [2021-02-04T04:43:25.667Z] ---> 99fadb6f2642 [2021-02-04T04:43:25.667Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:43:25.711Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:26.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:26.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T04:43:26.039Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:26.039Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:26.039Z] 240bd83e991a: Preparing [2021-02-04T04:43:26.039Z] 657bc03cdebc: Preparing [2021-02-04T04:43:26.039Z] 526a8b758b78: Preparing [2021-02-04T04:43:26.039Z] 2b7e722d55ed: Preparing [2021-02-04T04:43:26.039Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:26.039Z] ffb7128b577d: Preparing [2021-02-04T04:43:26.039Z] ffb7128b577d: Preparing [2021-02-04T04:43:26.039Z] 54fbb8a338f4: Preparing [2021-02-04T04:43:26.039Z] 94c26145d343: Preparing [2021-02-04T04:43:26.039Z] 379067d0cb53: Preparing [2021-02-04T04:43:26.039Z] 5ef6ecf170fa: Waiting [2021-02-04T04:43:26.039Z] 54fbb8a338f4: Waiting [2021-02-04T04:43:26.039Z] ffb7128b577d: Waiting [2021-02-04T04:43:26.039Z] 94c26145d343: Waiting [2021-02-04T04:43:26.039Z] 379067d0cb53: Waiting [2021-02-04T04:43:26.260Z] ---> Running in 948daf61e17c [2021-02-04T04:43:26.306Z] 657bc03cdebc: Layer already exists [2021-02-04T04:43:26.306Z] 526a8b758b78: Layer already exists [2021-02-04T04:43:26.306Z] 240bd83e991a: Layer already exists [2021-02-04T04:43:26.306Z] ad2afdb3be4b: Layer already exists [2021-02-04T04:43:26.307Z] 2b7e722d55ed: Layer already exists [2021-02-04T04:43:26.576Z] ffb7128b577d: Layer already exists [2021-02-04T04:43:26.576Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:26.576Z] 54fbb8a338f4: Layer already exists [2021-02-04T04:43:26.576Z] 94c26145d343: Layer already exists [2021-02-04T04:43:26.576Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:26.576Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:1215538dff2bd81f9105945fc3dc2c4b0c86be4f27647dd9f2a0b41ab705860a size: 2820 [2021-02-04T04:43:26.580Z] Removing intermediate container c8732cd14366 [2021-02-04T04:43:26.580Z] ---> 3b20dbed0e92 [2021-02-04T04:43:26.580Z] [2021-02-04T04:43:26.580Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:43:26.580Z] ---> 389fef711851 [2021-02-04T04:43:26.580Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:43:26.580Z] Removing intermediate container 316fc8a7feab [2021-02-04T04:43:26.580Z] ---> 80fd8faf7c59 [2021-02-04T04:43:26.580Z] [2021-02-04T04:43:26.580Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:43:26.580Z] ---> 389fef711851 [2021-02-04T04:43:26.580Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:43:26.580Z] Removing intermediate container c1192a1d3668 [2021-02-04T04:43:26.580Z] ---> 15f18d554cce [2021-02-04T04:43:26.580Z] [2021-02-04T04:43:26.580Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:43:26.580Z] ---> 389fef711851 [2021-02-04T04:43:26.580Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:26.913Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-04T04:43:26.927Z] ---> Running in 31436a5518c3 [2021-02-04T04:43:26.927Z] ---> Running in bd4d4e7e2d88 [2021-02-04T04:43:26.927Z] ---> Running in 783a02cf6371 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:27.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-04T04:43:27.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-04T04:43:27.247Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:27.247Z] ad2afdb3be4b: Preparing [2021-02-04T04:43:27.247Z] 240bd83e991a: Preparing [2021-02-04T04:43:27.247Z] 657bc03cdebc: Preparing [2021-02-04T04:43:27.247Z] 526a8b758b78: Preparing [2021-02-04T04:43:27.247Z] 2b7e722d55ed: Preparing [2021-02-04T04:43:27.247Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:27.247Z] ffb7128b577d: Preparing [2021-02-04T04:43:27.247Z] ffb7128b577d: Preparing [2021-02-04T04:43:27.247Z] 54fbb8a338f4: Preparing [2021-02-04T04:43:27.247Z] 94c26145d343: Preparing [2021-02-04T04:43:27.247Z] 379067d0cb53: Preparing [2021-02-04T04:43:27.247Z] 5ef6ecf170fa: Waiting [2021-02-04T04:43:27.247Z] ffb7128b577d: Waiting [2021-02-04T04:43:27.248Z] 54fbb8a338f4: Waiting [2021-02-04T04:43:27.248Z] 94c26145d343: Waiting [2021-02-04T04:43:27.248Z] 379067d0cb53: Waiting [2021-02-04T04:43:27.248Z] 526a8b758b78: Layer already exists [2021-02-04T04:43:27.248Z] ad2afdb3be4b: Layer already exists [2021-02-04T04:43:27.248Z] 240bd83e991a: Layer already exists [2021-02-04T04:43:27.248Z] 2b7e722d55ed: Layer already exists [2021-02-04T04:43:27.248Z] 657bc03cdebc: Layer already exists [2021-02-04T04:43:27.520Z] ffb7128b577d: Layer already exists [2021-02-04T04:43:27.520Z] 54fbb8a338f4: Layer already exists [2021-02-04T04:43:27.520Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:27.520Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:27.520Z] 94c26145d343: Layer already exists [2021-02-04T04:43:27.520Z] master: digest: sha256:1215538dff2bd81f9105945fc3dc2c4b0c86be4f27647dd9f2a0b41ab705860a size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-04T04:43:27.644Z] Removing intermediate container 948daf61e17c [2021-02-04T04:43:27.644Z] ---> cb6201645d47 [2021-02-04T04:43:27.644Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:27.850Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:27.906Z] taggedImages: [2021-02-04T04:43:27.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:27.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:27.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:27.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-04T04:43:28.006Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-04T04:43:28.006Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:28.006Z] 2.0.0-dev.73 [2021-02-04T04:43:28.006Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:28.006Z] master [2021-02-04T04:43:28.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:28.523Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:28.667Z] Removing intermediate container 31436a5518c3 [2021-02-04T04:43:28.667Z] ---> 07b9e099c22d [2021-02-04T04:43:28.667Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:43:28.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:28.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T04:43:28.861Z] 04fd80d2371f: Preparing [2021-02-04T04:43:28.861Z] 762ddbccd853: Preparing [2021-02-04T04:43:28.861Z] ca494d370913: Preparing [2021-02-04T04:43:28.861Z] 86266df15125: Preparing [2021-02-04T04:43:28.861Z] c47a74c2c503: Preparing [2021-02-04T04:43:28.861Z] 379067d0cb53: Preparing [2021-02-04T04:43:28.861Z] 379067d0cb53: Waiting [2021-02-04T04:43:28.946Z] ---> Running in 2d699006529a [2021-02-04T04:43:29.133Z] 86266df15125: Pushed [2021-02-04T04:43:29.133Z] ca494d370913: Pushed [2021-02-04T04:43:29.133Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:29.239Z] ---> Running in 929fc4601911 [2021-02-04T04:43:29.727Z] c47a74c2c503: Pushed [2021-02-04T04:43:30.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:30.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:30.971Z] Removing intermediate container e3245d90e40a [2021-02-04T04:43:30.971Z] ---> 3cbf6ee11abd [2021-02-04T04:43:30.971Z] [2021-02-04T04:43:30.971Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:43:30.971Z] ---> 389fef711851 [2021-02-04T04:43:30.971Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:43:30.971Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:43:30.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:43:30.971Z] OK: 6 MiB in 15 packages [2021-02-04T04:43:31.157Z] 04fd80d2371f: Pushed [2021-02-04T04:43:31.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:31.264Z] ---> Running in cbbe8e0e3a7a [2021-02-04T04:43:31.264Z] Removing intermediate container 2d699006529a [2021-02-04T04:43:31.264Z] ---> 3dcc3eea6ac1 [2021-02-04T04:43:31.264Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:43:31.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:31.428Z] 762ddbccd853: Pushed [2021-02-04T04:43:31.564Z] ---> Running in f78843a3ae83 [2021-02-04T04:43:31.564Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:43:31.564Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:43:31.564Z] OK: 6 MiB in 15 packages [2021-02-04T04:43:31.697Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:9c4bdadc3b37c97a1acac1cd410d5ca7118a41376f1f181de2fb0d1a262b72aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:31.872Z] Removing intermediate container f78843a3ae83 [2021-02-04T04:43:31.872Z] ---> 9be6ba3a3d92 [2021-02-04T04:43:31.872Z] Step 25/26 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:32.038Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:32.165Z] ---> Running in 143235e66a3b [2021-02-04T04:43:32.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:32.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T04:43:32.388Z] 04fd80d2371f: Preparing [2021-02-04T04:43:32.388Z] 762ddbccd853: Preparing [2021-02-04T04:43:32.388Z] ca494d370913: Preparing [2021-02-04T04:43:32.388Z] 86266df15125: Preparing [2021-02-04T04:43:32.388Z] c47a74c2c503: Preparing [2021-02-04T04:43:32.388Z] 379067d0cb53: Preparing [2021-02-04T04:43:32.388Z] 379067d0cb53: Waiting [2021-02-04T04:43:32.388Z] c47a74c2c503: Layer already exists [2021-02-04T04:43:32.388Z] 04fd80d2371f: Layer already exists [2021-02-04T04:43:32.388Z] ca494d370913: Layer already exists [2021-02-04T04:43:32.388Z] 762ddbccd853: Layer already exists [2021-02-04T04:43:32.388Z] 86266df15125: Layer already exists [2021-02-04T04:43:32.388Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:32.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:32.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:32.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:32.491Z] Removing intermediate container bd4d4e7e2d88 [2021-02-04T04:43:32.491Z] ---> 1fb31aedf8c7 [2021-02-04T04:43:32.491Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:43:32.660Z] 2.0.0-dev.73: digest: sha256:9c4bdadc3b37c97a1acac1cd410d5ca7118a41376f1f181de2fb0d1a262b72aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:32.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:43:32.806Z] Removing intermediate container 143235e66a3b [2021-02-04T04:43:32.806Z] ---> fa3cefeeee12 [2021-02-04T04:43:32.806Z] Step 26/26 : LABEL version=2.0.0-dev.73 [2021-02-04T04:43:32.806Z] ---> Running in d5238d4ce9ad [2021-02-04T04:43:32.806Z] ---> Running in e34812e9703e [2021-02-04T04:43:33.001Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:33.118Z] Removing intermediate container 783a02cf6371 [2021-02-04T04:43:33.118Z] ---> 1c6b8a4d794f [2021-02-04T04:43:33.118Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:43:33.118Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:43:33.118Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:43:33.118Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:43:33.118Z] OK: 6 MiB in 16 packages [2021-02-04T04:43:33.118Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:43:33.118Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:43:33.118Z] OK: 6 MiB in 15 packages [2021-02-04T04:43:33.118Z] ---> Running in 5f216c7313ac [2021-02-04T04:43:33.118Z] Removing intermediate container d5238d4ce9ad [2021-02-04T04:43:33.118Z] ---> 2ca77c45a0a8 [2021-02-04T04:43:33.118Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:43:33.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:33.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T04:43:33.345Z] 04fd80d2371f: Preparing [2021-02-04T04:43:33.345Z] 762ddbccd853: Preparing [2021-02-04T04:43:33.345Z] ca494d370913: Preparing [2021-02-04T04:43:33.345Z] 86266df15125: Preparing [2021-02-04T04:43:33.345Z] c47a74c2c503: Preparing [2021-02-04T04:43:33.345Z] 379067d0cb53: Preparing [2021-02-04T04:43:33.345Z] 379067d0cb53: Waiting [2021-02-04T04:43:33.429Z] Removing intermediate container e34812e9703e [2021-02-04T04:43:33.429Z] ---> 840565329722 [2021-02-04T04:43:33.429Z] [2021-02-04T04:43:33.429Z] ---> Running in 743132bda7aa [2021-02-04T04:43:33.429Z] Removing intermediate container 5f216c7313ac [2021-02-04T04:43:33.429Z] ---> 6e38dbf4c14d [2021-02-04T04:43:33.429Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:43:33.616Z] ca494d370913: Layer already exists [2021-02-04T04:43:33.616Z] 86266df15125: Layer already exists [2021-02-04T04:43:33.616Z] c47a74c2c503: Layer already exists [2021-02-04T04:43:33.616Z] 762ddbccd853: Layer already exists [2021-02-04T04:43:33.616Z] 04fd80d2371f: Layer already exists [2021-02-04T04:43:33.616Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:33.616Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:9c4bdadc3b37c97a1acac1cd410d5ca7118a41376f1f181de2fb0d1a262b72aa size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:33.830Z] ---> Running in 00886aded3b0 [2021-02-04T04:43:33.968Z] + 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-04T04:43:34.162Z] Successfully built 840565329722 [2021-02-04T04:43:34.162Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:43:34.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-04T04:43:34.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-04T04:43:34.306Z] 04fd80d2371f: Preparing [2021-02-04T04:43:34.306Z] 762ddbccd853: Preparing [2021-02-04T04:43:34.306Z] ca494d370913: Preparing [2021-02-04T04:43:34.306Z] 86266df15125: Preparing [2021-02-04T04:43:34.306Z] c47a74c2c503: Preparing [2021-02-04T04:43:34.306Z] 379067d0cb53: Preparing [2021-02-04T04:43:34.306Z] 379067d0cb53: Waiting [2021-02-04T04:43:34.454Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 743132bda7aa [2021-02-04T04:43:34.454Z] ---> 87d96678e7c6 [2021-02-04T04:43:34.454Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:43:34.454Z] Removing intermediate container 00886aded3b0 [2021-02-04T04:43:34.454Z] ---> b8b74df06a00 [2021-02-04T04:43:34.454Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:43:34.454Z] Removing intermediate container 929fc4601911 [2021-02-04T04:43:34.454Z] ---> aa3fad0be305 [2021-02-04T04:43:34.454Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:43:34.454Z] ---> Running in 725de1a17906 [2021-02-04T04:43:34.576Z] 04fd80d2371f: Layer already exists [2021-02-04T04:43:34.576Z] ca494d370913: Layer already exists [2021-02-04T04:43:34.576Z] 86266df15125: Layer already exists [2021-02-04T04:43:34.576Z] 762ddbccd853: Layer already exists [2021-02-04T04:43:34.576Z] c47a74c2c503: Layer already exists [2021-02-04T04:43:34.576Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:34.576Z] master: digest: sha256:9c4bdadc3b37c97a1acac1cd410d5ca7118a41376f1f181de2fb0d1a262b72aa size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-04T04:43:34.746Z] ---> Running in 7fd01cb7638d [2021-02-04T04:43:34.746Z] ---> Running in b9f255611429 [2021-02-04T04:43:34.746Z] Removing intermediate container cbbe8e0e3a7a [2021-02-04T04:43:34.746Z] ---> 1bc63f696168 [2021-02-04T04:43:34.746Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:43:34.746Z] Removing intermediate container 725de1a17906 [2021-02-04T04:43:34.746Z] ---> 87de3728249a [2021-02-04T04:43:34.746Z] Step 15/23 : WORKDIR / [Pipeline] echo [2021-02-04T04:43:34.761Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:34.811Z] taggedImages: [2021-02-04T04:43:34.811Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:34.811Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:34.811Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:34.811Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-04T04:43:34.878Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-04T04:43:34.878Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:34.878Z] 2.0.0-dev.73 [2021-02-04T04:43:34.878Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:34.878Z] master [2021-02-04T04:43:34.878Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-02-04T04:43:35.057Z] ---> Running in 5649c605cdbd [2021-02-04T04:43:35.057Z] ---> Running in c8702c7adc41 [2021-02-04T04:43:35.057Z] Removing intermediate container 7fd01cb7638d [2021-02-04T04:43:35.057Z] ---> 3cc05b64bd7c [2021-02-04T04:43:35.057Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:35.360Z] Removing intermediate container b9f255611429 [2021-02-04T04:43:35.360Z] ---> b2c8539d736b [2021-02-04T04:43:35.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:43:35.360Z] ---> Running in 53099de759ac [2021-02-04T04:43:35.396Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:36.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:36.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T04:43:36.723Z] 92f27f7f22dd: Preparing [2021-02-04T04:43:36.723Z] a327601f5126: Preparing [2021-02-04T04:43:36.723Z] cbe8e013f807: Preparing [2021-02-04T04:43:36.723Z] 9fe4606de2dd: Preparing [2021-02-04T04:43:36.723Z] 894d1bbb4422: Preparing [2021-02-04T04:43:36.723Z] b3c060d85bb5: Preparing [2021-02-04T04:43:36.723Z] 337ba7df31b8: Preparing [2021-02-04T04:43:36.723Z] e8972a9d689d: Preparing [2021-02-04T04:43:36.723Z] 379067d0cb53: Preparing [2021-02-04T04:43:36.723Z] b3c060d85bb5: Waiting [2021-02-04T04:43:36.723Z] 337ba7df31b8: Waiting [2021-02-04T04:43:36.723Z] e8972a9d689d: Waiting [2021-02-04T04:43:36.723Z] 379067d0cb53: Waiting [2021-02-04T04:43:36.723Z] 92f27f7f22dd: Pushed [2021-02-04T04:43:36.723Z] a327601f5126: Pushed [2021-02-04T04:43:36.723Z] b3c060d85bb5: Pushed [2021-02-04T04:43:36.723Z] 337ba7df31b8: Pushed [2021-02-04T04:43:36.723Z] 894d1bbb4422: Pushed [2021-02-04T04:43:36.723Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:36.723Z] e8972a9d689d: Pushed [2021-02-04T04:43:36.926Z] Removing intermediate container 5649c605cdbd [2021-02-04T04:43:36.926Z] ---> 011a22dc0781 [2021-02-04T04:43:36.926Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:43:36.926Z] Removing intermediate container c8702c7adc41 [2021-02-04T04:43:36.926Z] ---> 170a01b26daa [2021-02-04T04:43:36.926Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:43:36.926Z] Removing intermediate container 53099de759ac [2021-02-04T04:43:36.926Z] ---> 9d5b99db9ee3 [2021-02-04T04:43:36.926Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} ---> Running in 4d519adf6b3d [2021-02-04T04:43:36.926Z] [2021-02-04T04:43:36.926Z] ---> a8e7b3d2a0ea [2021-02-04T04:43:36.926Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:43:36.926Z] ---> Running in 21d40469cdd2 [2021-02-04T04:43:36.926Z] ---> 08009b23ec34 [2021-02-04T04:43:36.926Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:43:36.926Z] Removing intermediate container 4d519adf6b3d [2021-02-04T04:43:36.926Z] ---> e3397478349a [2021-02-04T04:43:36.926Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:43:37.249Z] ---> Running in db09d3566a4d [2021-02-04T04:43:37.559Z] Removing intermediate container db09d3566a4d [2021-02-04T04:43:37.559Z] ---> c45f9c0d71e3 [2021-02-04T04:43:37.559Z] Step 15/23 : WORKDIR / [2021-02-04T04:43:37.874Z] ---> 9f4b72ff9cce [2021-02-04T04:43:37.874Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:43:37.874Z] ---> Running in 6fd2f2b63c77 [2021-02-04T04:43:37.874Z] ---> 99cd438c398b [2021-02-04T04:43:37.874Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:43:38.176Z] 9fe4606de2dd: Pushed [2021-02-04T04:43:38.176Z] cbe8e013f807: Pushed [2021-02-04T04:43:38.176Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:3de89456e87d656545514a837b6bb6c1f8344a825782eb298d624961f1c71d2e size: 2198 [2021-02-04T04:43:38.185Z] Removing intermediate container 6fd2f2b63c77 [2021-02-04T04:43:38.185Z] ---> f9a1abdfd104 [2021-02-04T04:43:38.185Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:38.479Z] ---> b5a0147e9cfa [2021-02-04T04:43:38.479Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:43:38.479Z] ---> daf6cbf6b24a [2021-02-04T04:43:38.479Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:43:38.479Z] ---> Running in 609126be9e83 [2021-02-04T04:43:38.479Z] ---> Running in 596c6b10ad06 [2021-02-04T04:43:38.479Z] Removing intermediate container 21d40469cdd2 [2021-02-04T04:43:38.527Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:38.749Z] ---> 3bf50e5c1177 [2021-02-04T04:43:38.749Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:43:38.749Z] ---> Running in e5269788195c [2021-02-04T04:43:38.749Z] ---> 41c5b028fe7f [2021-02-04T04:43:38.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:43:38.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:38.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T04:43:38.906Z] 92f27f7f22dd: Preparing [2021-02-04T04:43:38.906Z] a327601f5126: Preparing [2021-02-04T04:43:38.906Z] cbe8e013f807: Preparing [2021-02-04T04:43:38.906Z] 9fe4606de2dd: Preparing [2021-02-04T04:43:38.906Z] 894d1bbb4422: Preparing [2021-02-04T04:43:38.906Z] b3c060d85bb5: Preparing [2021-02-04T04:43:38.906Z] 337ba7df31b8: Preparing [2021-02-04T04:43:38.906Z] e8972a9d689d: Preparing [2021-02-04T04:43:38.906Z] 379067d0cb53: Preparing [2021-02-04T04:43:38.906Z] b3c060d85bb5: Waiting [2021-02-04T04:43:38.906Z] 337ba7df31b8: Waiting [2021-02-04T04:43:38.906Z] e8972a9d689d: Waiting [2021-02-04T04:43:38.906Z] 379067d0cb53: Waiting [2021-02-04T04:43:38.906Z] a327601f5126: Layer already exists [2021-02-04T04:43:38.906Z] 894d1bbb4422: Layer already exists [2021-02-04T04:43:38.906Z] 9fe4606de2dd: Layer already exists [2021-02-04T04:43:38.906Z] 92f27f7f22dd: Layer already exists [2021-02-04T04:43:38.906Z] cbe8e013f807: Layer already exists [2021-02-04T04:43:38.906Z] 337ba7df31b8: Layer already exists [2021-02-04T04:43:38.906Z] b3c060d85bb5: Layer already exists [2021-02-04T04:43:38.906Z] e8972a9d689d: Layer already exists [2021-02-04T04:43:38.906Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:39.180Z] 2.0.0-dev.73: digest: sha256:3de89456e87d656545514a837b6bb6c1f8344a825782eb298d624961f1c71d2e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:39.341Z] Removing intermediate container 609126be9e83 [2021-02-04T04:43:39.341Z] ---> 657b0d1a8152 [2021-02-04T04:43:39.341Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:43:39.520Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:39.617Z] Removing intermediate container 596c6b10ad06 [2021-02-04T04:43:39.618Z] ---> a62099f322f8 [2021-02-04T04:43:39.618Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:43:39.618Z] Removing intermediate container e5269788195c [2021-02-04T04:43:39.618Z] ---> 91bbdaab808e [2021-02-04T04:43:39.618Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:43:39.618Z] ---> Running in e82df3af7960 [2021-02-04T04:43:39.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:39.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T04:43:39.959Z] ---> Running in 1de384cd6e98 [2021-02-04T04:43:39.959Z] ---> b33bcf698983 [2021-02-04T04:43:39.959Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:43:40.254Z] Removing intermediate container e82df3af7960 [2021-02-04T04:43:40.254Z] ---> 3a7df17b4a8b [2021-02-04T04:43:40.254Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:43:40.539Z] Removing intermediate container 1de384cd6e98 [2021-02-04T04:43:40.539Z] ---> 0d866be7d3a7 [2021-02-04T04:43:40.539Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:43:40.539Z] ---> Running in 00d8dd621080 [2021-02-04T04:43:40.539Z] ---> 111d3b633e0b [2021-02-04T04:43:40.539Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:43:40.539Z] ---> Running in 5fe7df3be0f8 [2021-02-04T04:43:40.812Z] ---> Running in 9c65728e8b58 [2021-02-04T04:43:40.812Z] ---> 743d38192702 [2021-02-04T04:43:40.812Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:43:40.812Z] Removing intermediate container 00d8dd621080 [2021-02-04T04:43:40.812Z] ---> 56b345381e72 [2021-02-04T04:43:40.812Z] Step 21/22 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:41.094Z] ---> Running in 91b7ecdeaf32 [2021-02-04T04:43:41.094Z] ---> Running in b4f95d54cfb2 [2021-02-04T04:43:41.094Z] Removing intermediate container 5fe7df3be0f8 [2021-02-04T04:43:41.094Z] ---> 4c2444a89176 [2021-02-04T04:43:41.094Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:41.272Z] 92f27f7f22dd: Preparing [2021-02-04T04:43:41.272Z] a327601f5126: Preparing [2021-02-04T04:43:41.272Z] cbe8e013f807: Preparing [2021-02-04T04:43:41.272Z] 9fe4606de2dd: Preparing [2021-02-04T04:43:41.272Z] 894d1bbb4422: Preparing [2021-02-04T04:43:41.272Z] b3c060d85bb5: Preparing [2021-02-04T04:43:41.272Z] 337ba7df31b8: Preparing [2021-02-04T04:43:41.272Z] e8972a9d689d: Preparing [2021-02-04T04:43:41.272Z] 379067d0cb53: Preparing [2021-02-04T04:43:41.272Z] e8972a9d689d: Waiting [2021-02-04T04:43:41.272Z] b3c060d85bb5: Waiting [2021-02-04T04:43:41.272Z] 337ba7df31b8: Waiting [2021-02-04T04:43:41.272Z] 379067d0cb53: Waiting [2021-02-04T04:43:41.272Z] a327601f5126: Layer already exists [2021-02-04T04:43:41.272Z] 894d1bbb4422: Layer already exists [2021-02-04T04:43:41.272Z] 9fe4606de2dd: Layer already exists [2021-02-04T04:43:41.272Z] cbe8e013f807: Layer already exists [2021-02-04T04:43:41.272Z] 92f27f7f22dd: Layer already exists [2021-02-04T04:43:41.272Z] b3c060d85bb5: Layer already exists [2021-02-04T04:43:41.272Z] e8972a9d689d: Layer already exists [2021-02-04T04:43:41.272Z] 337ba7df31b8: Layer already exists [2021-02-04T04:43:41.272Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:41.272Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:3de89456e87d656545514a837b6bb6c1f8344a825782eb298d624961f1c71d2e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:41.366Z] ---> Running in c5275b0acb24 [2021-02-04T04:43:41.366Z] Removing intermediate container 91b7ecdeaf32 [2021-02-04T04:43:41.366Z] ---> b5d7975a4a54 [2021-02-04T04:43:41.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:43:41.366Z] Removing intermediate container b4f95d54cfb2 [2021-02-04T04:43:41.366Z] ---> 7750168cbfa6 [2021-02-04T04:43:41.366Z] Step 22/22 : LABEL version=2.0.0-dev.73 [2021-02-04T04:43:41.607Z] + 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-04T04:43:41.651Z] Removing intermediate container c5275b0acb24 [2021-02-04T04:43:41.651Z] ---> 5ab08240c092 [2021-02-04T04:43:41.651Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:43:41.651Z] ---> Running in 22a8cb77fb40 [2021-02-04T04:43:41.935Z] ---> Running in c74e08e5a4f7 [2021-02-04T04:43:41.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-04T04:43:41.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-04T04:43:41.946Z] 92f27f7f22dd: Preparing [2021-02-04T04:43:41.946Z] a327601f5126: Preparing [2021-02-04T04:43:41.946Z] cbe8e013f807: Preparing [2021-02-04T04:43:41.946Z] 9fe4606de2dd: Preparing [2021-02-04T04:43:41.946Z] 894d1bbb4422: Preparing [2021-02-04T04:43:41.946Z] b3c060d85bb5: Preparing [2021-02-04T04:43:41.946Z] 337ba7df31b8: Preparing [2021-02-04T04:43:41.946Z] e8972a9d689d: Preparing [2021-02-04T04:43:41.946Z] 379067d0cb53: Preparing [2021-02-04T04:43:41.946Z] b3c060d85bb5: Waiting [2021-02-04T04:43:41.946Z] 337ba7df31b8: Waiting [2021-02-04T04:43:41.946Z] e8972a9d689d: Waiting [2021-02-04T04:43:41.946Z] 379067d0cb53: Waiting [2021-02-04T04:43:41.946Z] 92f27f7f22dd: Layer already exists [2021-02-04T04:43:41.946Z] cbe8e013f807: Layer already exists [2021-02-04T04:43:41.946Z] a327601f5126: Layer already exists [2021-02-04T04:43:41.946Z] 894d1bbb4422: Layer already exists [2021-02-04T04:43:41.946Z] 9fe4606de2dd: Layer already exists [2021-02-04T04:43:42.210Z] ---> Running in d40e56971dfa [2021-02-04T04:43:42.217Z] 337ba7df31b8: Layer already exists [2021-02-04T04:43:42.217Z] e8972a9d689d: Layer already exists [2021-02-04T04:43:42.217Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:42.217Z] b3c060d85bb5: Layer already exists [2021-02-04T04:43:42.217Z] master: digest: sha256:3de89456e87d656545514a837b6bb6c1f8344a825782eb298d624961f1c71d2e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:42.404Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:42.451Z] taggedImages: [2021-02-04T04:43:42.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:42.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:42.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:42.451Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-04T04:43:42.487Z] Removing intermediate container 22a8cb77fb40 [2021-02-04T04:43:42.487Z] ---> c518c4a2a96e [2021-02-04T04:43:42.487Z] Step 21/23 : LABEL arch=x86_64 [Pipeline] echo [2021-02-04T04:43:42.515Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-04T04:43:42.515Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:42.515Z] 2.0.0-dev.73 [2021-02-04T04:43:42.515Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:42.515Z] master [2021-02-04T04:43:42.515Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:42.797Z] ---> Running in 0e4dc93deae1 [2021-02-04T04:43:42.797Z] Removing intermediate container c74e08e5a4f7 [2021-02-04T04:43:42.797Z] ---> 9c461afd6f0d [2021-02-04T04:43:42.797Z] [2021-02-04T04:43:42.797Z] Removing intermediate container d40e56971dfa [2021-02-04T04:43:42.797Z] ---> 3b163cc573d4 [2021-02-04T04:43:42.797Z] [2021-02-04T04:43:43.024Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:43.092Z] Successfully built 9c461afd6f0d [2021-02-04T04:43:43.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:43.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T04:43:43.369Z] fdba4bbad790: Preparing [2021-02-04T04:43:43.369Z] 7be9824e8a5e: Preparing [2021-02-04T04:43:43.369Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:43.369Z] b911714fd914: Preparing [2021-02-04T04:43:43.369Z] 379067d0cb53: Preparing [2021-02-04T04:43:43.462Z] Successfully built 3b163cc573d4 [2021-02-04T04:43:43.462Z] Removing intermediate container 0e4dc93deae1 [2021-02-04T04:43:43.462Z] ---> a43ee40d1272 [2021-02-04T04:43:43.462Z] Step 22/23 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:43.462Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:43:43.462Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-core-command-go:latest [2021-02-04T04:43:43.462Z]  Building docker-core-command-go ... done Removing intermediate container 9c65728e8b58 [2021-02-04T04:43:43.462Z] ---> fca7bb03c8ea [2021-02-04T04:43:43.462Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:43:43.648Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:43.648Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:43.648Z] fdba4bbad790: Pushed [2021-02-04T04:43:43.776Z] ---> Running in 83ed06942bbe [2021-02-04T04:43:43.920Z] b911714fd914: Pushed [2021-02-04T04:43:44.053Z] Removing intermediate container 83ed06942bbe [2021-02-04T04:43:44.053Z] ---> 55a339b77fd0 [2021-02-04T04:43:44.053Z] Step 23/23 : LABEL version=2.0.0-dev.73 [2021-02-04T04:43:44.335Z] ---> 4b9eb1adc2b1 [2021-02-04T04:43:44.335Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:43:44.335Z] ---> Running in 3003ea803880 [2021-02-04T04:43:44.627Z] Removing intermediate container 3003ea803880 [2021-02-04T04:43:44.627Z] ---> 54877fad59b8 [2021-02-04T04:43:44.627Z] [2021-02-04T04:43:44.894Z] Successfully built 54877fad59b8 [2021-02-04T04:43:44.894Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:43:45.159Z]  Building docker-core-metadata-go ... done  ---> 496149f51afc [2021-02-04T04:43:45.159Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:43:45.439Z] ---> 26cda8d2de18 [2021-02-04T04:43:45.439Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:43:46.403Z] ---> 7f20fd1b9d84 [2021-02-04T04:43:46.403Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:43:46.605Z] 7be9824e8a5e: Pushed [2021-02-04T04:43:46.676Z] ---> a79f5e75c783 [2021-02-04T04:43:46.676Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:43:46.676Z] ---> Running in 99c168d0083a [2021-02-04T04:43:46.876Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:1ed473ce3e8decdce100813bf73420f551760effcf6398edaafe36cceb6ca132 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:46.955Z] Removing intermediate container 99c168d0083a [2021-02-04T04:43:46.955Z] ---> bd54378d4b97 [2021-02-04T04:43:46.955Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:43:47.221Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:47.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:47.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T04:43:47.567Z] fdba4bbad790: Preparing [2021-02-04T04:43:47.567Z] 7be9824e8a5e: Preparing [2021-02-04T04:43:47.567Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:47.567Z] b911714fd914: Preparing [2021-02-04T04:43:47.567Z] 379067d0cb53: Preparing [2021-02-04T04:43:47.567Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:47.567Z] fdba4bbad790: Layer already exists [2021-02-04T04:43:47.567Z] 7be9824e8a5e: Layer already exists [2021-02-04T04:43:47.567Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:47.567Z] b911714fd914: Layer already exists [2021-02-04T04:43:47.717Z] ---> 95abd8c834ab [2021-02-04T04:43:47.717Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:43:47.839Z] 2.0.0-dev.73: digest: sha256:1ed473ce3e8decdce100813bf73420f551760effcf6398edaafe36cceb6ca132 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:48.052Z] ---> Running in f59112644c9e [2021-02-04T04:43:48.177Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:48.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:48.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T04:43:48.510Z] fdba4bbad790: Preparing [2021-02-04T04:43:48.510Z] 7be9824e8a5e: Preparing [2021-02-04T04:43:48.510Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:48.510Z] b911714fd914: Preparing [2021-02-04T04:43:48.510Z] 379067d0cb53: Preparing [2021-02-04T04:43:48.510Z] fdba4bbad790: Layer already exists [2021-02-04T04:43:48.510Z] 7be9824e8a5e: Layer already exists [2021-02-04T04:43:48.510Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:48.510Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:48.779Z] b911714fd914: Layer already exists [2021-02-04T04:43:48.779Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:1ed473ce3e8decdce100813bf73420f551760effcf6398edaafe36cceb6ca132 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:49.116Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:49.144Z] Removing intermediate container f59112644c9e [2021-02-04T04:43:49.145Z] ---> 17ab5fa8a993 [2021-02-04T04:43:49.145Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:43:49.412Z] ---> Running in 7442c21dda72 [2021-02-04T04:43:49.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-04T04:43:49.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-04T04:43:49.467Z] fdba4bbad790: Preparing [2021-02-04T04:43:49.467Z] 7be9824e8a5e: Preparing [2021-02-04T04:43:49.467Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:49.467Z] b911714fd914: Preparing [2021-02-04T04:43:49.467Z] 379067d0cb53: Preparing [2021-02-04T04:43:49.467Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:49.467Z] b911714fd914: Layer already exists [2021-02-04T04:43:49.467Z] fdba4bbad790: Layer already exists [2021-02-04T04:43:49.467Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:49.467Z] 7be9824e8a5e: Layer already exists [2021-02-04T04:43:49.679Z] Removing intermediate container 7442c21dda72 [2021-02-04T04:43:49.679Z] ---> 2923a2e13a34 [2021-02-04T04:43:49.679Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:43:49.737Z] master: digest: sha256:1ed473ce3e8decdce100813bf73420f551760effcf6398edaafe36cceb6ca132 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-04T04:43:49.955Z] ---> Running in 8ccec119659d [Pipeline] echo [2021-02-04T04:43:50.005Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:50.053Z] taggedImages: [2021-02-04T04:43:50.053Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:50.053Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:50.053Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:50.053Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-04T04:43:50.160Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-04T04:43:50.160Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:50.160Z] 2.0.0-dev.73 [2021-02-04T04:43:50.160Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:50.160Z] master [2021-02-04T04:43:50.160Z] ===================================================== [2021-02-04T04:43:50.232Z] Removing intermediate container 8ccec119659d [2021-02-04T04:43:50.233Z] ---> 27f0b6e528d4 [2021-02-04T04:43:50.233Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:43:50.233Z] ---> Running in be0c604e1f68 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:50.818Z] Removing intermediate container be0c604e1f68 [2021-02-04T04:43:50.818Z] ---> 3169c43d1914 [2021-02-04T04:43:50.818Z] Step 30/31 : LABEL git_sha=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:50.818Z] ---> Running in 06a8599f3595 [2021-02-04T04:43:50.945Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:51.088Z] Removing intermediate container 06a8599f3595 [2021-02-04T04:43:51.088Z] ---> 559e4fdb9084 [2021-02-04T04:43:51.088Z] Step 31/31 : LABEL version=2.0.0-dev.73 [2021-02-04T04:43:51.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:51.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T04:43:51.281Z] bb044ee6e548: Preparing [2021-02-04T04:43:51.281Z] 1af85b5ba6af: Preparing [2021-02-04T04:43:51.281Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:51.281Z] ddf905750ef2: Preparing [2021-02-04T04:43:51.281Z] 379067d0cb53: Preparing [2021-02-04T04:43:51.425Z] ---> Running in 2124678f3fcc [2021-02-04T04:43:51.552Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:51.552Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:51.552Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:51.552Z] bb044ee6e548: Pushed [2021-02-04T04:43:51.743Z] Removing intermediate container 2124678f3fcc [2021-02-04T04:43:51.743Z] ---> 4106279c4dac [2021-02-04T04:43:51.743Z] [2021-02-04T04:43:52.028Z] Successfully built 4106279c4dac [2021-02-04T04:43:52.309Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:43:52.589Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T04:43:52.608Z] $ docker stop --time=1 a2c115dab96af15210bb05702f81bb09eb589a4a70b9fdb93d03588cae7add3b [2021-02-04T04:43:54.160Z] 1af85b5ba6af: Pushed [2021-02-04T04:43:54.430Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:e87d19beb6c4546a03dcb95cfde9579b73028416199ccb8f3793f597e8998e0a size: 1363 [2021-02-04T04:43:54.894Z] $ docker rm -f a2c115dab96af15210bb05702f81bb09eb589a4a70b9fdb93d03588cae7add3b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:55.752Z] + docker images [2021-02-04T04:43:55.752Z] + grep docker [2021-02-04T04:43:55.849Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:56.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:56.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T04:43:56.177Z] bb044ee6e548: Preparing [2021-02-04T04:43:56.177Z] 1af85b5ba6af: Preparing [2021-02-04T04:43:56.177Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:56.177Z] ddf905750ef2: Preparing [2021-02-04T04:43:56.177Z] 379067d0cb53: Preparing [2021-02-04T04:43:56.177Z] bb044ee6e548: Layer already exists [2021-02-04T04:43:56.177Z] 1af85b5ba6af: Layer already exists [2021-02-04T04:43:56.177Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:56.177Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:56.345Z] docker-security-bootstrapper-go latest 4106279c4dac 5 seconds ago 23.8MB [2021-02-04T04:43:56.345Z] docker-core-metadata-go latest 54877fad59b8 12 seconds ago 18.8MB [2021-02-04T04:43:56.345Z] docker-core-command-go latest 3b163cc573d4 14 seconds ago 16.9MB [2021-02-04T04:43:56.345Z] docker-support-scheduler-go latest 9c461afd6f0d 14 seconds ago 17MB [2021-02-04T04:43:56.345Z] docker-sys-mgmt-agent-go latest 840565329722 23 seconds ago 313MB [2021-02-04T04:43:56.345Z] docker-core-data-go latest db968b28ccdd 2 minutes ago 22.3MB [2021-02-04T04:43:56.345Z] docker-security-secretstore-setup-go latest 4a6a2133bbb4 2 minutes ago 24.6MB [2021-02-04T04:43:56.345Z] docker-support-notifications-go latest 3ba16f332979 2 minutes ago 17.5MB [2021-02-04T04:43:56.345Z] docker-security-proxy-setup-go latest 53a332258188 2 minutes ago 24.4MB [2021-02-04T04:43:56.345Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-02-04T04:43:56.447Z] ddf905750ef2: Layer already exists [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-04T04:43:56.716Z] 2.0.0-dev.73: digest: sha256:e87d19beb6c4546a03dcb95cfde9579b73028416199ccb8f3793f597e8998e0a size: 1363 [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2021-02-04T04:43:57.056Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:43:57.184Z] provisioning config files... [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:57.221Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/338@tmp/config9011153220469897500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:43:57.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:57.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T04:43:57.504Z] bb044ee6e548: Preparing [2021-02-04T04:43:57.504Z] 1af85b5ba6af: Preparing [2021-02-04T04:43:57.504Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:57.504Z] ddf905750ef2: Preparing [2021-02-04T04:43:57.504Z] 379067d0cb53: Preparing [2021-02-04T04:43:57.504Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:57.504Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:57.504Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:57.504Z] 1af85b5ba6af: Layer already exists [2021-02-04T04:43:57.504Z] bb044ee6e548: Layer already exists [2021-02-04T04:43:57.700Z] ---> docker-login.sh [2021-02-04T04:43:57.700Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:43:57.773Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:e87d19beb6c4546a03dcb95cfde9579b73028416199ccb8f3793f597e8998e0a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:57.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:43:57.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:43:57.976Z] Configure a credential helper to remove this warning. See [2021-02-04T04:43:57.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:43:57.976Z] [2021-02-04T04:43:57.976Z] Login Succeeded [2021-02-04T04:43:57.976Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:43:58.108Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:58.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:43:58.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-04T04:43:58.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-04T04:43:58.439Z] bb044ee6e548: Preparing [2021-02-04T04:43:58.439Z] 1af85b5ba6af: Preparing [2021-02-04T04:43:58.439Z] 5ef6ecf170fa: Preparing [2021-02-04T04:43:58.439Z] ddf905750ef2: Preparing [2021-02-04T04:43:58.439Z] 379067d0cb53: Preparing [2021-02-04T04:43:58.439Z] ddf905750ef2: Layer already exists [2021-02-04T04:43:58.439Z] 379067d0cb53: Layer already exists [2021-02-04T04:43:58.439Z] 5ef6ecf170fa: Layer already exists [2021-02-04T04:43:58.439Z] bb044ee6e548: Layer already exists [2021-02-04T04:43:58.439Z] 1af85b5ba6af: Layer already exists [2021-02-04T04:43:58.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:43:58.508Z] Configure a credential helper to remove this warning. See [2021-02-04T04:43:58.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:43:58.508Z] [2021-02-04T04:43:58.508Z] Login Succeeded [2021-02-04T04:43:58.508Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:43:58.706Z] master: digest: sha256:e87d19beb6c4546a03dcb95cfde9579b73028416199ccb8f3793f597e8998e0a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-02-04T04:43:58.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:43:58.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:43:58.781Z] Configure a credential helper to remove this warning. See [2021-02-04T04:43:58.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:43:58.781Z] [2021-02-04T04:43:58.781Z] Login Succeeded [2021-02-04T04:43:58.781Z] nexus3.edgexfoundry.org:10004 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:58.894Z] ===================================================== [Pipeline] echo [2021-02-04T04:43:58.938Z] taggedImages: [2021-02-04T04:43:58.938Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:58.938Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.73 [2021-02-04T04:43:58.938Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:58.938Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-04T04:43:58.999Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-04T04:43:58.999Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:58.999Z] 2.0.0-dev.73 [2021-02-04T04:43:58.999Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:58.999Z] master [2021-02-04T04:43:58.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-04T04:43:59.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:43:59.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:43:59.080Z] Configure a credential helper to remove this warning. See [2021-02-04T04:43:59.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:43:59.080Z] [2021-02-04T04:43:59.080Z] Login Succeeded [2021-02-04T04:43:59.080Z] docker.io [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:59.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:43:59.509Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:43:59.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:43:59.621Z] Configure a credential helper to remove this warning. See [2021-02-04T04:43:59.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:43:59.621Z] [2021-02-04T04:43:59.621Z] Login Succeeded [2021-02-04T04:43:59.621Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:43:59.688Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:43:59.872Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-04T04:43:59.872Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:59.872Z] 2.0.0-dev.73 [2021-02-04T04:43:59.872Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:43:59.872Z] master [2021-02-04T04:43:59.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-04T04:43:59.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:43:59.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T04:43:59.919Z] 9f869fafa5c5: Preparing [2021-02-04T04:43:59.919Z] 4e11b3840bac: Preparing [2021-02-04T04:43:59.919Z] a967b6fa4fe9: Preparing [2021-02-04T04:43:59.919Z] 1de19c2e926b: Preparing [2021-02-04T04:43:59.919Z] bb58fa884b4e: Preparing [2021-02-04T04:43:59.919Z] 687f484fb261: Preparing [2021-02-04T04:43:59.919Z] 1a69f713222d: Preparing [2021-02-04T04:43:59.919Z] 9ded3b6bb9b5: Preparing [2021-02-04T04:43:59.919Z] fa1afe8e6ed9: Preparing [2021-02-04T04:43:59.919Z] 87a09b4c083e: Preparing [2021-02-04T04:43:59.919Z] 0f74e9ff2a61: Preparing [2021-02-04T04:43:59.919Z] b122376c33c6: Preparing [2021-02-04T04:43:59.919Z] f8381ed47b22: Preparing [2021-02-04T04:43:59.919Z] e934a737d657: Preparing [2021-02-04T04:43:59.919Z] 1a69f713222d: Waiting [2021-02-04T04:43:59.919Z] 87a09b4c083e: Waiting [2021-02-04T04:43:59.919Z] 0f74e9ff2a61: Waiting [2021-02-04T04:43:59.919Z] b122376c33c6: Waiting [2021-02-04T04:43:59.919Z] f8381ed47b22: Waiting [2021-02-04T04:43:59.919Z] e934a737d657: Waiting [2021-02-04T04:43:59.919Z] 687f484fb261: Waiting [2021-02-04T04:43:59.919Z] 9ded3b6bb9b5: Waiting [2021-02-04T04:43:59.919Z] fa1afe8e6ed9: Waiting [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:00.364Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:00.515Z] bb58fa884b4e: Pushed [2021-02-04T04:44:00.784Z] 9f869fafa5c5: Pushed [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:01.054Z] 1de19c2e926b: Pushed [2021-02-04T04:44:01.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:01.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T04:44:01.277Z] ebf4a756e7df: Preparing [2021-02-04T04:44:01.277Z] d87ca8e3c52a: Preparing [2021-02-04T04:44:01.277Z] bd14b380c2d7: Preparing [2021-02-04T04:44:01.277Z] 46a2b6734847: Preparing [2021-02-04T04:44:01.277Z] 777b2c648970: Preparing [2021-02-04T04:44:01.277Z] 777b2c648970: Layer already exists [2021-02-04T04:44:01.326Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T04:44:01.326Z] fa1afe8e6ed9: Layer already exists [2021-02-04T04:44:01.326Z] 1a69f713222d: Pushed [2021-02-04T04:44:01.326Z] 87a09b4c083e: Layer already exists [2021-02-04T04:44:01.326Z] 0f74e9ff2a61: Layer already exists [2021-02-04T04:44:01.326Z] b122376c33c6: Layer already exists [2021-02-04T04:44:01.558Z] bd14b380c2d7: Pushed [2021-02-04T04:44:01.558Z] 46a2b6734847: Pushed [2021-02-04T04:44:01.558Z] ebf4a756e7df: Pushed [2021-02-04T04:44:01.599Z] f8381ed47b22: Layer already exists [2021-02-04T04:44:01.599Z] e934a737d657: Layer already exists [2021-02-04T04:44:01.872Z] 4e11b3840bac: Pushed [2021-02-04T04:44:02.843Z] 687f484fb261: Pushed [2021-02-04T04:44:03.104Z] d87ca8e3c52a: Pushed [2021-02-04T04:44:03.104Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:43a84a6bc93153b32da8a8bc07aec3f4c5c0c7a4891fbe86053de66e79421939 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:03.514Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:03.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [2021-02-04T04:44:03.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T04:44:03.866Z] ebf4a756e7df: Preparing [2021-02-04T04:44:03.866Z] d87ca8e3c52a: Preparing [2021-02-04T04:44:03.866Z] bd14b380c2d7: Preparing [2021-02-04T04:44:03.866Z] 46a2b6734847: Preparing [2021-02-04T04:44:03.866Z] 777b2c648970: Preparing [2021-02-04T04:44:04.133Z] d87ca8e3c52a: Layer already exists [2021-02-04T04:44:04.133Z] ebf4a756e7df: Layer already exists [2021-02-04T04:44:04.133Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:04.133Z] 46a2b6734847: Layer already exists [2021-02-04T04:44:04.133Z] 777b2c648970: Layer already exists [2021-02-04T04:44:04.133Z] 2.0.0-dev.73: digest: sha256:43a84a6bc93153b32da8a8bc07aec3f4c5c0c7a4891fbe86053de66e79421939 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:04.468Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:04.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:04.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T04:44:04.827Z] ebf4a756e7df: Preparing [2021-02-04T04:44:04.827Z] d87ca8e3c52a: Preparing [2021-02-04T04:44:04.827Z] bd14b380c2d7: Preparing [2021-02-04T04:44:04.827Z] 46a2b6734847: Preparing [2021-02-04T04:44:04.827Z] 777b2c648970: Preparing [2021-02-04T04:44:05.094Z] 777b2c648970: Layer already exists [2021-02-04T04:44:05.094Z] ebf4a756e7df: Layer already exists [2021-02-04T04:44:05.094Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:05.094Z] d87ca8e3c52a: Layer already exists [2021-02-04T04:44:05.094Z] 46a2b6734847: Layer already exists [2021-02-04T04:44:05.094Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:43a84a6bc93153b32da8a8bc07aec3f4c5c0c7a4891fbe86053de66e79421939 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:05.463Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:05.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-04T04:44:05.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-04T04:44:05.820Z] ebf4a756e7df: Preparing [2021-02-04T04:44:05.820Z] d87ca8e3c52a: Preparing [2021-02-04T04:44:05.820Z] bd14b380c2d7: Preparing [2021-02-04T04:44:05.820Z] 46a2b6734847: Preparing [2021-02-04T04:44:05.820Z] 777b2c648970: Preparing [2021-02-04T04:44:05.820Z] 46a2b6734847: Layer already exists [2021-02-04T04:44:05.820Z] d87ca8e3c52a: Layer already exists [2021-02-04T04:44:05.820Z] ebf4a756e7df: Layer already exists [2021-02-04T04:44:05.820Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:05.820Z] 777b2c648970: Layer already exists [2021-02-04T04:44:06.121Z] master: digest: sha256:43a84a6bc93153b32da8a8bc07aec3f4c5c0c7a4891fbe86053de66e79421939 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:06.333Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:06.381Z] taggedImages: [2021-02-04T04:44:06.381Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:06.381Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.73 [2021-02-04T04:44:06.381Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:06.381Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-04T04:44:06.446Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-04T04:44:06.446Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:06.446Z] 2.0.0-dev.73 [2021-02-04T04:44:06.446Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:06.446Z] master [2021-02-04T04:44:06.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:06.963Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:07.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:07.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T04:44:07.375Z] 2075b264a122: Preparing [2021-02-04T04:44:07.375Z] beaffa5a509a: Preparing [2021-02-04T04:44:07.375Z] bd14b380c2d7: Preparing [2021-02-04T04:44:07.375Z] 4986990f9947: Preparing [2021-02-04T04:44:07.375Z] 926321d81905: Preparing [2021-02-04T04:44:07.375Z] 777b2c648970: Preparing [2021-02-04T04:44:07.375Z] 777b2c648970: Waiting [2021-02-04T04:44:07.375Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:07.737Z] 777b2c648970: Layer already exists [2021-02-04T04:44:07.737Z] 2075b264a122: Pushed [2021-02-04T04:44:07.737Z] 926321d81905: Pushed [2021-02-04T04:44:08.019Z] 4986990f9947: Pushed [2021-02-04T04:44:09.595Z] beaffa5a509a: Pushed [2021-02-04T04:44:09.865Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:00c18359a1465b3b4bbd72619caf0e9d279938f03d95bb09cb9fa04a24bdda92 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:10.200Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:10.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [2021-02-04T04:44:10.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T04:44:10.524Z] 2075b264a122: Preparing [2021-02-04T04:44:10.524Z] beaffa5a509a: Preparing [2021-02-04T04:44:10.524Z] bd14b380c2d7: Preparing [2021-02-04T04:44:10.524Z] 4986990f9947: Preparing [2021-02-04T04:44:10.524Z] 926321d81905: Preparing [2021-02-04T04:44:10.524Z] 777b2c648970: Preparing [2021-02-04T04:44:10.524Z] 777b2c648970: Waiting [2021-02-04T04:44:10.524Z] 2075b264a122: Layer already exists [2021-02-04T04:44:10.524Z] 4986990f9947: Layer already exists [2021-02-04T04:44:10.524Z] 926321d81905: Layer already exists [2021-02-04T04:44:10.524Z] beaffa5a509a: Layer already exists [2021-02-04T04:44:10.524Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:10.524Z] 777b2c648970: Layer already exists [2021-02-04T04:44:10.789Z] 2.0.0-dev.73: digest: sha256:00c18359a1465b3b4bbd72619caf0e9d279938f03d95bb09cb9fa04a24bdda92 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:11.134Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:11.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:11.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T04:44:12.429Z] 2075b264a122: Preparing [2021-02-04T04:44:12.430Z] beaffa5a509a: Preparing [2021-02-04T04:44:12.430Z] bd14b380c2d7: Preparing [2021-02-04T04:44:12.430Z] 4986990f9947: Preparing [2021-02-04T04:44:12.430Z] 926321d81905: Preparing [2021-02-04T04:44:12.430Z] 777b2c648970: Preparing [2021-02-04T04:44:12.430Z] 777b2c648970: Waiting [2021-02-04T04:44:12.430Z] beaffa5a509a: Layer already exists [2021-02-04T04:44:12.430Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:12.430Z] 4986990f9947: Layer already exists [2021-02-04T04:44:12.430Z] 2075b264a122: Layer already exists [2021-02-04T04:44:12.430Z] 926321d81905: Layer already exists [2021-02-04T04:44:12.430Z] 777b2c648970: Layer already exists [2021-02-04T04:44:12.703Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:00c18359a1465b3b4bbd72619caf0e9d279938f03d95bb09cb9fa04a24bdda92 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:12.963Z] a967b6fa4fe9: Pushed [2021-02-04T04:44:12.963Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:fa17f28344b89830cef17ecfb7d660c6553ec71f4e4923f3540b0171bdcaf6c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:13.139Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:13.301Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:13.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-04T04:44:13.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-04T04:44:13.540Z] 2075b264a122: Preparing [2021-02-04T04:44:13.540Z] beaffa5a509a: Preparing [2021-02-04T04:44:13.540Z] bd14b380c2d7: Preparing [2021-02-04T04:44:13.540Z] 4986990f9947: Preparing [2021-02-04T04:44:13.540Z] 926321d81905: Preparing [2021-02-04T04:44:13.540Z] 777b2c648970: Preparing [2021-02-04T04:44:13.540Z] 777b2c648970: Waiting [2021-02-04T04:44:13.540Z] 926321d81905: Layer already exists [2021-02-04T04:44:13.540Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:13.540Z] 4986990f9947: Layer already exists [2021-02-04T04:44:13.540Z] 2075b264a122: Layer already exists [2021-02-04T04:44:13.540Z] beaffa5a509a: Layer already exists [2021-02-04T04:44:13.540Z] 777b2c648970: Layer already exists [2021-02-04T04:44:13.540Z] master: digest: sha256:00c18359a1465b3b4bbd72619caf0e9d279938f03d95bb09cb9fa04a24bdda92 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-02-04T04:44:13.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [2021-02-04T04:44:13.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T04:44:13.644Z] 9f869fafa5c5: Preparing [2021-02-04T04:44:13.644Z] 4e11b3840bac: Preparing [2021-02-04T04:44:13.644Z] a967b6fa4fe9: Preparing [2021-02-04T04:44:13.644Z] 1de19c2e926b: Preparing [2021-02-04T04:44:13.644Z] bb58fa884b4e: Preparing [2021-02-04T04:44:13.644Z] 687f484fb261: Preparing [2021-02-04T04:44:13.645Z] 1a69f713222d: Preparing [2021-02-04T04:44:13.645Z] 9ded3b6bb9b5: Preparing [2021-02-04T04:44:13.645Z] fa1afe8e6ed9: Preparing [2021-02-04T04:44:13.645Z] 87a09b4c083e: Preparing [2021-02-04T04:44:13.645Z] 0f74e9ff2a61: Preparing [2021-02-04T04:44:13.645Z] b122376c33c6: Preparing [2021-02-04T04:44:13.645Z] f8381ed47b22: Preparing [2021-02-04T04:44:13.645Z] e934a737d657: Preparing [2021-02-04T04:44:13.645Z] fa1afe8e6ed9: Waiting [2021-02-04T04:44:13.645Z] 87a09b4c083e: Waiting [2021-02-04T04:44:13.645Z] 0f74e9ff2a61: Waiting [2021-02-04T04:44:13.645Z] 1a69f713222d: Waiting [2021-02-04T04:44:13.645Z] 687f484fb261: Waiting [2021-02-04T04:44:13.645Z] 9ded3b6bb9b5: Waiting [2021-02-04T04:44:13.645Z] b122376c33c6: Waiting [2021-02-04T04:44:13.645Z] f8381ed47b22: Waiting [2021-02-04T04:44:13.645Z] e934a737d657: Waiting [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:13.724Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:13.768Z] taggedImages: [2021-02-04T04:44:13.768Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:13.768Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.73 [2021-02-04T04:44:13.768Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:13.768Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-04T04:44:13.876Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-04T04:44:13.876Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:13.876Z] 2.0.0-dev.73 [2021-02-04T04:44:13.876Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:13.876Z] master [2021-02-04T04:44:13.876Z] ===================================================== [2021-02-04T04:44:13.920Z] 9f869fafa5c5: Layer already exists [2021-02-04T04:44:13.920Z] bb58fa884b4e: Layer already exists [2021-02-04T04:44:13.920Z] 4e11b3840bac: Layer already exists [2021-02-04T04:44:13.920Z] a967b6fa4fe9: Layer already exists [2021-02-04T04:44:13.920Z] 1de19c2e926b: Layer already exists [2021-02-04T04:44:13.920Z] 687f484fb261: Layer already exists [2021-02-04T04:44:13.920Z] 1a69f713222d: Layer already exists [2021-02-04T04:44:13.920Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T04:44:13.920Z] 87a09b4c083e: Layer already exists [2021-02-04T04:44:13.920Z] fa1afe8e6ed9: Layer already exists [2021-02-04T04:44:13.920Z] b122376c33c6: Layer already exists [2021-02-04T04:44:13.920Z] 0f74e9ff2a61: Layer already exists [2021-02-04T04:44:13.920Z] f8381ed47b22: Layer already exists [2021-02-04T04:44:13.920Z] e934a737d657: Layer already exists [2021-02-04T04:44:13.920Z] 2.0.0-dev.73: digest: sha256:fa17f28344b89830cef17ecfb7d660c6553ec71f4e4923f3540b0171bdcaf6c1 size: 3252 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:14.379Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:14.507Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:14.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:14.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T04:44:14.715Z] 9f869fafa5c5: Preparing [2021-02-04T04:44:14.715Z] 4e11b3840bac: Preparing [2021-02-04T04:44:14.715Z] a967b6fa4fe9: Preparing [2021-02-04T04:44:14.715Z] 1de19c2e926b: Preparing [2021-02-04T04:44:14.715Z] bb58fa884b4e: Preparing [2021-02-04T04:44:14.715Z] 687f484fb261: Preparing [2021-02-04T04:44:14.715Z] 1a69f713222d: Preparing [2021-02-04T04:44:14.715Z] 9ded3b6bb9b5: Preparing [2021-02-04T04:44:14.715Z] fa1afe8e6ed9: Preparing [2021-02-04T04:44:14.715Z] 87a09b4c083e: Preparing [2021-02-04T04:44:14.715Z] 0f74e9ff2a61: Preparing [2021-02-04T04:44:14.715Z] b122376c33c6: Preparing [2021-02-04T04:44:14.715Z] f8381ed47b22: Preparing [2021-02-04T04:44:14.715Z] e934a737d657: Preparing [2021-02-04T04:44:14.715Z] fa1afe8e6ed9: Waiting [2021-02-04T04:44:14.715Z] 87a09b4c083e: Waiting [2021-02-04T04:44:14.715Z] 0f74e9ff2a61: Waiting [2021-02-04T04:44:14.715Z] b122376c33c6: Waiting [2021-02-04T04:44:14.715Z] f8381ed47b22: Waiting [2021-02-04T04:44:14.715Z] e934a737d657: Waiting [2021-02-04T04:44:14.715Z] 687f484fb261: Waiting [2021-02-04T04:44:14.715Z] 9ded3b6bb9b5: Waiting [2021-02-04T04:44:14.715Z] 1a69f713222d: Waiting [2021-02-04T04:44:14.715Z] 9f869fafa5c5: Layer already exists [2021-02-04T04:44:14.715Z] bb58fa884b4e: Layer already exists [2021-02-04T04:44:14.715Z] a967b6fa4fe9: Layer already exists [2021-02-04T04:44:14.715Z] 4e11b3840bac: Layer already exists [2021-02-04T04:44:14.715Z] 1de19c2e926b: Layer already exists [2021-02-04T04:44:14.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:14.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T04:44:14.876Z] c7e1a1a7b133: Preparing [2021-02-04T04:44:14.876Z] 3625cf3d4ae9: Preparing [2021-02-04T04:44:14.876Z] bd14b380c2d7: Preparing [2021-02-04T04:44:14.876Z] 8036e2372e2d: Preparing [2021-02-04T04:44:14.876Z] 777b2c648970: Preparing [2021-02-04T04:44:14.876Z] 777b2c648970: Layer already exists [2021-02-04T04:44:14.986Z] 687f484fb261: Layer already exists [2021-02-04T04:44:14.986Z] fa1afe8e6ed9: Layer already exists [2021-02-04T04:44:14.986Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T04:44:14.986Z] 87a09b4c083e: Layer already exists [2021-02-04T04:44:14.986Z] 1a69f713222d: Layer already exists [2021-02-04T04:44:14.986Z] b122376c33c6: Layer already exists [2021-02-04T04:44:14.986Z] f8381ed47b22: Layer already exists [2021-02-04T04:44:14.986Z] 0f74e9ff2a61: Layer already exists [2021-02-04T04:44:14.986Z] e934a737d657: Layer already exists [2021-02-04T04:44:14.986Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:fa17f28344b89830cef17ecfb7d660c6553ec71f4e4923f3540b0171bdcaf6c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:15.145Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:15.145Z] c7e1a1a7b133: Pushed [2021-02-04T04:44:15.145Z] 8036e2372e2d: Pushed [2021-02-04T04:44:15.324Z] + 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-04T04:44:15.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-04T04:44:15.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-04T04:44:15.664Z] 9f869fafa5c5: Preparing [2021-02-04T04:44:15.664Z] 4e11b3840bac: Preparing [2021-02-04T04:44:15.664Z] a967b6fa4fe9: Preparing [2021-02-04T04:44:15.664Z] 1de19c2e926b: Preparing [2021-02-04T04:44:15.664Z] bb58fa884b4e: Preparing [2021-02-04T04:44:15.664Z] 687f484fb261: Preparing [2021-02-04T04:44:15.664Z] 1a69f713222d: Preparing [2021-02-04T04:44:15.664Z] 9ded3b6bb9b5: Preparing [2021-02-04T04:44:15.664Z] fa1afe8e6ed9: Preparing [2021-02-04T04:44:15.664Z] 87a09b4c083e: Preparing [2021-02-04T04:44:15.664Z] 0f74e9ff2a61: Preparing [2021-02-04T04:44:15.664Z] b122376c33c6: Preparing [2021-02-04T04:44:15.664Z] f8381ed47b22: Preparing [2021-02-04T04:44:15.664Z] e934a737d657: Preparing [2021-02-04T04:44:15.664Z] 687f484fb261: Waiting [2021-02-04T04:44:15.664Z] 1a69f713222d: Waiting [2021-02-04T04:44:15.664Z] 9ded3b6bb9b5: Waiting [2021-02-04T04:44:15.664Z] fa1afe8e6ed9: Waiting [2021-02-04T04:44:15.664Z] 87a09b4c083e: Waiting [2021-02-04T04:44:15.664Z] 0f74e9ff2a61: Waiting [2021-02-04T04:44:15.664Z] b122376c33c6: Waiting [2021-02-04T04:44:15.664Z] f8381ed47b22: Waiting [2021-02-04T04:44:15.664Z] e934a737d657: Waiting [2021-02-04T04:44:15.664Z] 9f869fafa5c5: Layer already exists [2021-02-04T04:44:15.664Z] 4e11b3840bac: Layer already exists [2021-02-04T04:44:15.664Z] 1de19c2e926b: Layer already exists [2021-02-04T04:44:15.935Z] a967b6fa4fe9: Layer already exists [2021-02-04T04:44:15.935Z] bb58fa884b4e: Layer already exists [2021-02-04T04:44:15.935Z] 687f484fb261: Layer already exists [2021-02-04T04:44:15.935Z] 9ded3b6bb9b5: Layer already exists [2021-02-04T04:44:15.935Z] 1a69f713222d: Layer already exists [2021-02-04T04:44:15.935Z] 87a09b4c083e: Layer already exists [2021-02-04T04:44:15.935Z] fa1afe8e6ed9: Layer already exists [2021-02-04T04:44:15.935Z] b122376c33c6: Layer already exists [2021-02-04T04:44:15.935Z] e934a737d657: Layer already exists [2021-02-04T04:44:15.935Z] f8381ed47b22: Layer already exists [2021-02-04T04:44:15.935Z] 0f74e9ff2a61: Layer already exists [2021-02-04T04:44:15.935Z] master: digest: sha256:fa17f28344b89830cef17ecfb7d660c6553ec71f4e4923f3540b0171bdcaf6c1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:16.351Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:16.398Z] taggedImages: [2021-02-04T04:44:16.398Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:16.398Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.73 [2021-02-04T04:44:16.398Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:16.398Z] - 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 [2021-02-04T04:44:17.103Z] 3625cf3d4ae9: Pushed [Pipeline] } [2021-02-04T04:44:17.381Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:5542c3b16363d246b8216bd20dd66f094f8d3516ac22b3070b5ca1e365a73e94 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:17.731Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:18.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [2021-02-04T04:44:18.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T04:44:18.050Z] c7e1a1a7b133: Preparing [2021-02-04T04:44:18.050Z] 3625cf3d4ae9: Preparing [2021-02-04T04:44:18.050Z] bd14b380c2d7: Preparing [2021-02-04T04:44:18.050Z] 8036e2372e2d: Preparing [2021-02-04T04:44:18.050Z] 777b2c648970: Preparing [2021-02-04T04:44:18.050Z] 8036e2372e2d: Layer already exists [2021-02-04T04:44:18.050Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:18.050Z] c7e1a1a7b133: Layer already exists [2021-02-04T04:44:18.050Z] 777b2c648970: Layer already exists [2021-02-04T04:44:18.050Z] 3625cf3d4ae9: Layer already exists [2021-02-04T04:44:18.319Z] 2.0.0-dev.73: digest: sha256:5542c3b16363d246b8216bd20dd66f094f8d3516ac22b3070b5ca1e365a73e94 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:18.673Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:19.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:19.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T04:44:19.013Z] c7e1a1a7b133: Preparing [2021-02-04T04:44:19.013Z] 3625cf3d4ae9: Preparing [2021-02-04T04:44:19.013Z] bd14b380c2d7: Preparing [2021-02-04T04:44:19.013Z] 8036e2372e2d: Preparing [2021-02-04T04:44:19.013Z] 777b2c648970: Preparing [2021-02-04T04:44:19.013Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:19.013Z] c7e1a1a7b133: Layer already exists [2021-02-04T04:44:19.013Z] 8036e2372e2d: Layer already exists [2021-02-04T04:44:19.013Z] 3625cf3d4ae9: Layer already exists [2021-02-04T04:44:19.013Z] 777b2c648970: Layer already exists [2021-02-04T04:44:19.278Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:5542c3b16363d246b8216bd20dd66f094f8d3516ac22b3070b5ca1e365a73e94 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:19.840Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:20.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-04T04:44:20.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-04T04:44:20.449Z] c7e1a1a7b133: Preparing [2021-02-04T04:44:20.449Z] 3625cf3d4ae9: Preparing [2021-02-04T04:44:20.449Z] bd14b380c2d7: Preparing [2021-02-04T04:44:20.449Z] 8036e2372e2d: Preparing [2021-02-04T04:44:20.449Z] 777b2c648970: Preparing [2021-02-04T04:44:20.449Z] 3625cf3d4ae9: Layer already exists [2021-02-04T04:44:20.449Z] c7e1a1a7b133: Layer already exists [2021-02-04T04:44:20.449Z] 777b2c648970: Layer already exists [2021-02-04T04:44:20.449Z] 8036e2372e2d: Layer already exists [2021-02-04T04:44:20.449Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:20.449Z] master: digest: sha256:5542c3b16363d246b8216bd20dd66f094f8d3516ac22b3070b5ca1e365a73e94 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:20.667Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:20.714Z] taggedImages: [2021-02-04T04:44:20.714Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:20.714Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.73 [2021-02-04T04:44:20.714Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:20.714Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-04T04:44:20.782Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-04T04:44:20.782Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:20.782Z] 2.0.0-dev.73 [2021-02-04T04:44:20.782Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:20.782Z] master [2021-02-04T04:44:20.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:21.276Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:21.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:21.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T04:44:21.627Z] 40cb860bfb41: Preparing [2021-02-04T04:44:21.627Z] 40cb860bfb41: Preparing [2021-02-04T04:44:21.627Z] fd14f398301a: Preparing [2021-02-04T04:44:21.627Z] e56b4faa53ab: Preparing [2021-02-04T04:44:21.627Z] 19a707cb216f: Preparing [2021-02-04T04:44:21.627Z] ca655bebcea3: Preparing [2021-02-04T04:44:21.627Z] bd14b380c2d7: Preparing [2021-02-04T04:44:21.627Z] 31874bc44f3e: Preparing [2021-02-04T04:44:21.627Z] 31874bc44f3e: Preparing [2021-02-04T04:44:21.627Z] de3d315a78e2: Preparing [2021-02-04T04:44:21.627Z] 1b899cc4be52: Preparing [2021-02-04T04:44:21.627Z] 777b2c648970: Preparing [2021-02-04T04:44:21.627Z] bd14b380c2d7: Waiting [2021-02-04T04:44:21.627Z] 31874bc44f3e: Waiting [2021-02-04T04:44:21.627Z] de3d315a78e2: Waiting [2021-02-04T04:44:21.627Z] 777b2c648970: Waiting [2021-02-04T04:44:21.627Z] 1b899cc4be52: Waiting [2021-02-04T04:44:21.903Z] 40cb860bfb41: Pushed [2021-02-04T04:44:22.175Z] 19a707cb216f: Pushed [2021-02-04T04:44:22.175Z] fd14f398301a: Pushed [2021-02-04T04:44:22.175Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:22.463Z] 31874bc44f3e: Pushed [2021-02-04T04:44:22.463Z] 1b899cc4be52: Pushed [2021-02-04T04:44:22.463Z] de3d315a78e2: Pushed [2021-02-04T04:44:22.463Z] 777b2c648970: Layer already exists [2021-02-04T04:44:23.477Z] e56b4faa53ab: Pushed [2021-02-04T04:44:23.477Z] ca655bebcea3: Pushed [2021-02-04T04:44:23.741Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:10b363858f417d03bfa8ff996d89eae5dde2a328f5eea5246540a017e14e5cb1 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:24.069Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:24.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [2021-02-04T04:44:24.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T04:44:24.389Z] 40cb860bfb41: Preparing [2021-02-04T04:44:24.389Z] 40cb860bfb41: Preparing [2021-02-04T04:44:24.389Z] fd14f398301a: Preparing [2021-02-04T04:44:24.389Z] e56b4faa53ab: Preparing [2021-02-04T04:44:24.389Z] 19a707cb216f: Preparing [2021-02-04T04:44:24.389Z] ca655bebcea3: Preparing [2021-02-04T04:44:24.389Z] bd14b380c2d7: Preparing [2021-02-04T04:44:24.389Z] 31874bc44f3e: Preparing [2021-02-04T04:44:24.389Z] 31874bc44f3e: Preparing [2021-02-04T04:44:24.389Z] de3d315a78e2: Preparing [2021-02-04T04:44:24.389Z] 1b899cc4be52: Preparing [2021-02-04T04:44:24.389Z] 777b2c648970: Preparing [2021-02-04T04:44:24.389Z] bd14b380c2d7: Waiting [2021-02-04T04:44:24.389Z] 31874bc44f3e: Waiting [2021-02-04T04:44:24.389Z] de3d315a78e2: Waiting [2021-02-04T04:44:24.389Z] 1b899cc4be52: Waiting [2021-02-04T04:44:24.389Z] 19a707cb216f: Layer already exists [2021-02-04T04:44:24.389Z] ca655bebcea3: Layer already exists [2021-02-04T04:44:24.389Z] e56b4faa53ab: Layer already exists [2021-02-04T04:44:24.389Z] 40cb860bfb41: Layer already exists [2021-02-04T04:44:24.389Z] fd14f398301a: Layer already exists [2021-02-04T04:44:24.389Z] 1b899cc4be52: Layer already exists [2021-02-04T04:44:24.389Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:24.389Z] 31874bc44f3e: Layer already exists [2021-02-04T04:44:24.389Z] 777b2c648970: Layer already exists [2021-02-04T04:44:24.389Z] de3d315a78e2: Layer already exists [2021-02-04T04:44:24.651Z] 2.0.0-dev.73: digest: sha256:10b363858f417d03bfa8ff996d89eae5dde2a328f5eea5246540a017e14e5cb1 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:24.999Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:25.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:25.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T04:44:25.394Z] 40cb860bfb41: Preparing [2021-02-04T04:44:25.394Z] 40cb860bfb41: Preparing [2021-02-04T04:44:25.394Z] fd14f398301a: Preparing [2021-02-04T04:44:25.394Z] e56b4faa53ab: Preparing [2021-02-04T04:44:25.394Z] 19a707cb216f: Preparing [2021-02-04T04:44:25.394Z] ca655bebcea3: Preparing [2021-02-04T04:44:25.394Z] bd14b380c2d7: Preparing [2021-02-04T04:44:25.394Z] 31874bc44f3e: Preparing [2021-02-04T04:44:25.394Z] 31874bc44f3e: Preparing [2021-02-04T04:44:25.394Z] de3d315a78e2: Preparing [2021-02-04T04:44:25.394Z] 1b899cc4be52: Preparing [2021-02-04T04:44:25.394Z] 777b2c648970: Preparing [2021-02-04T04:44:25.394Z] bd14b380c2d7: Waiting [2021-02-04T04:44:25.394Z] 31874bc44f3e: Waiting [2021-02-04T04:44:25.394Z] de3d315a78e2: Waiting [2021-02-04T04:44:25.394Z] 1b899cc4be52: Waiting [2021-02-04T04:44:25.394Z] 777b2c648970: Waiting [2021-02-04T04:44:25.394Z] ca655bebcea3: Layer already exists [2021-02-04T04:44:25.394Z] e56b4faa53ab: Layer already exists [2021-02-04T04:44:25.394Z] 40cb860bfb41: Layer already exists [2021-02-04T04:44:25.394Z] fd14f398301a: Layer already exists [2021-02-04T04:44:25.394Z] 19a707cb216f: Layer already exists [2021-02-04T04:44:25.394Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:25.394Z] 31874bc44f3e: Layer already exists [2021-02-04T04:44:25.394Z] 777b2c648970: Layer already exists [2021-02-04T04:44:25.394Z] de3d315a78e2: Layer already exists [2021-02-04T04:44:25.394Z] 1b899cc4be52: Layer already exists [2021-02-04T04:44:25.659Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:10b363858f417d03bfa8ff996d89eae5dde2a328f5eea5246540a017e14e5cb1 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:25.997Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:26.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-04T04:44:26.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-04T04:44:26.325Z] 40cb860bfb41: Preparing [2021-02-04T04:44:26.325Z] 40cb860bfb41: Preparing [2021-02-04T04:44:26.325Z] fd14f398301a: Preparing [2021-02-04T04:44:26.325Z] e56b4faa53ab: Preparing [2021-02-04T04:44:26.325Z] 19a707cb216f: Preparing [2021-02-04T04:44:26.325Z] ca655bebcea3: Preparing [2021-02-04T04:44:26.325Z] bd14b380c2d7: Preparing [2021-02-04T04:44:26.325Z] 31874bc44f3e: Preparing [2021-02-04T04:44:26.325Z] 31874bc44f3e: Preparing [2021-02-04T04:44:26.325Z] de3d315a78e2: Preparing [2021-02-04T04:44:26.325Z] 1b899cc4be52: Preparing [2021-02-04T04:44:26.325Z] 777b2c648970: Preparing [2021-02-04T04:44:26.325Z] 31874bc44f3e: Waiting [2021-02-04T04:44:26.325Z] de3d315a78e2: Waiting [2021-02-04T04:44:26.325Z] 1b899cc4be52: Waiting [2021-02-04T04:44:26.325Z] 777b2c648970: Waiting [2021-02-04T04:44:26.325Z] bd14b380c2d7: Waiting [2021-02-04T04:44:26.325Z] ca655bebcea3: Layer already exists [2021-02-04T04:44:26.325Z] 40cb860bfb41: Layer already exists [2021-02-04T04:44:26.325Z] e56b4faa53ab: Layer already exists [2021-02-04T04:44:26.325Z] fd14f398301a: Layer already exists [2021-02-04T04:44:26.325Z] 19a707cb216f: Layer already exists [2021-02-04T04:44:26.325Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:26.325Z] 777b2c648970: Layer already exists [2021-02-04T04:44:26.325Z] 31874bc44f3e: Layer already exists [2021-02-04T04:44:26.325Z] de3d315a78e2: Layer already exists [2021-02-04T04:44:26.325Z] 1b899cc4be52: Layer already exists [2021-02-04T04:44:26.595Z] master: digest: sha256:10b363858f417d03bfa8ff996d89eae5dde2a328f5eea5246540a017e14e5cb1 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:26.773Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:26.816Z] taggedImages: [2021-02-04T04:44:26.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:26.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.73 [2021-02-04T04:44:26.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:26.816Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-04T04:44:26.879Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-04T04:44:26.879Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:26.879Z] 2.0.0-dev.73 [2021-02-04T04:44:26.879Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:26.879Z] master [2021-02-04T04:44:26.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:27.393Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:27.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:27.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T04:44:27.797Z] b9238267a8c5: Preparing [2021-02-04T04:44:27.797Z] 749f38cb0eda: Preparing [2021-02-04T04:44:27.797Z] d7a63724385c: Preparing [2021-02-04T04:44:27.797Z] 1b7173baf453: Preparing [2021-02-04T04:44:27.797Z] 35af649a32c5: Preparing [2021-02-04T04:44:27.797Z] 777b2c648970: Preparing [2021-02-04T04:44:27.797Z] 777b2c648970: Waiting [2021-02-04T04:44:28.074Z] d7a63724385c: Pushed [2021-02-04T04:44:28.074Z] 1b7173baf453: Pushed [2021-02-04T04:44:28.373Z] 777b2c648970: Layer already exists [2021-02-04T04:44:28.976Z] 35af649a32c5: Pushed [2021-02-04T04:44:29.557Z] b9238267a8c5: Pushed [2021-02-04T04:44:29.557Z] 749f38cb0eda: Pushed [2021-02-04T04:44:29.823Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:8cbcd578c44882de0722c3db932369a46cd3762a815d31f4c6a21a299963ab8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:30.155Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:30.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [2021-02-04T04:44:30.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T04:44:30.861Z] b9238267a8c5: Preparing [2021-02-04T04:44:30.861Z] 749f38cb0eda: Preparing [2021-02-04T04:44:30.861Z] d7a63724385c: Preparing [2021-02-04T04:44:30.861Z] 1b7173baf453: Preparing [2021-02-04T04:44:30.861Z] 35af649a32c5: Preparing [2021-02-04T04:44:30.861Z] 777b2c648970: Preparing [2021-02-04T04:44:30.861Z] 35af649a32c5: Layer already exists [2021-02-04T04:44:30.861Z] 749f38cb0eda: Layer already exists [2021-02-04T04:44:30.861Z] d7a63724385c: Layer already exists [2021-02-04T04:44:30.861Z] b9238267a8c5: Layer already exists [2021-02-04T04:44:30.861Z] 1b7173baf453: Layer already exists [2021-02-04T04:44:30.861Z] 777b2c648970: Layer already exists [2021-02-04T04:44:30.861Z] 2.0.0-dev.73: digest: sha256:8cbcd578c44882de0722c3db932369a46cd3762a815d31f4c6a21a299963ab8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:31.243Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:31.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:31.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T04:44:31.570Z] b9238267a8c5: Preparing [2021-02-04T04:44:31.570Z] 749f38cb0eda: Preparing [2021-02-04T04:44:31.570Z] d7a63724385c: Preparing [2021-02-04T04:44:31.570Z] 1b7173baf453: Preparing [2021-02-04T04:44:31.570Z] 35af649a32c5: Preparing [2021-02-04T04:44:31.570Z] 777b2c648970: Preparing [2021-02-04T04:44:31.570Z] 777b2c648970: Waiting [2021-02-04T04:44:31.570Z] d7a63724385c: Layer already exists [2021-02-04T04:44:31.570Z] 1b7173baf453: Layer already exists [2021-02-04T04:44:31.570Z] 35af649a32c5: Layer already exists [2021-02-04T04:44:31.570Z] 749f38cb0eda: Layer already exists [2021-02-04T04:44:31.570Z] b9238267a8c5: Layer already exists [2021-02-04T04:44:31.570Z] 777b2c648970: Layer already exists [2021-02-04T04:44:31.570Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:8cbcd578c44882de0722c3db932369a46cd3762a815d31f4c6a21a299963ab8f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:31.897Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:32.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-04T04:44:32.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-04T04:44:32.231Z] b9238267a8c5: Preparing [2021-02-04T04:44:32.231Z] 749f38cb0eda: Preparing [2021-02-04T04:44:32.231Z] d7a63724385c: Preparing [2021-02-04T04:44:32.231Z] 1b7173baf453: Preparing [2021-02-04T04:44:32.231Z] 35af649a32c5: Preparing [2021-02-04T04:44:32.231Z] 777b2c648970: Preparing [2021-02-04T04:44:32.231Z] 777b2c648970: Waiting [2021-02-04T04:44:32.231Z] 1b7173baf453: Layer already exists [2021-02-04T04:44:32.231Z] 35af649a32c5: Layer already exists [2021-02-04T04:44:32.231Z] b9238267a8c5: Layer already exists [2021-02-04T04:44:32.231Z] d7a63724385c: Layer already exists [2021-02-04T04:44:32.231Z] 749f38cb0eda: Layer already exists [2021-02-04T04:44:32.231Z] 777b2c648970: Layer already exists [2021-02-04T04:44:32.496Z] master: digest: sha256:8cbcd578c44882de0722c3db932369a46cd3762a815d31f4c6a21a299963ab8f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:32.699Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:32.751Z] taggedImages: [2021-02-04T04:44:32.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:32.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.73 [2021-02-04T04:44:32.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:32.751Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-04T04:44:32.813Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-04T04:44:32.813Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:32.813Z] 2.0.0-dev.73 [2021-02-04T04:44:32.813Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:32.813Z] master [2021-02-04T04:44:32.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:33.319Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:33.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:33.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T04:44:33.642Z] 8eb6e05ee99a: Preparing [2021-02-04T04:44:33.642Z] 438c7747b119: Preparing [2021-02-04T04:44:33.642Z] d5705032c859: Preparing [2021-02-04T04:44:33.642Z] aae3e15d1316: Preparing [2021-02-04T04:44:33.642Z] 4e94929ce638: Preparing [2021-02-04T04:44:33.642Z] b68778766c4e: Preparing [2021-02-04T04:44:33.642Z] 7025d90b86e8: Preparing [2021-02-04T04:44:33.642Z] 697969f16bd7: Preparing [2021-02-04T04:44:33.642Z] 777b2c648970: Preparing [2021-02-04T04:44:33.642Z] b68778766c4e: Waiting [2021-02-04T04:44:33.642Z] 7025d90b86e8: Waiting [2021-02-04T04:44:33.642Z] 697969f16bd7: Waiting [2021-02-04T04:44:33.642Z] 777b2c648970: Waiting [2021-02-04T04:44:33.921Z] 8eb6e05ee99a: Pushed [2021-02-04T04:44:33.921Z] 438c7747b119: Pushed [2021-02-04T04:44:34.221Z] 4e94929ce638: Pushed [2021-02-04T04:44:34.221Z] b68778766c4e: Pushed [2021-02-04T04:44:34.525Z] 7025d90b86e8: Pushed [2021-02-04T04:44:34.525Z] 777b2c648970: Layer already exists [2021-02-04T04:44:35.118Z] 697969f16bd7: Pushed [2021-02-04T04:44:35.118Z] aae3e15d1316: Pushed [2021-02-04T04:44:35.118Z] d5705032c859: Pushed [2021-02-04T04:44:35.386Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:6216d47a0dc62b11794f4d05557f3d6f83fa8c0eb9b0b1edd72384d90df126de size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:35.732Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:36.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [2021-02-04T04:44:36.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T04:44:36.048Z] 8eb6e05ee99a: Preparing [2021-02-04T04:44:36.048Z] 438c7747b119: Preparing [2021-02-04T04:44:36.048Z] d5705032c859: Preparing [2021-02-04T04:44:36.048Z] aae3e15d1316: Preparing [2021-02-04T04:44:36.048Z] 4e94929ce638: Preparing [2021-02-04T04:44:36.048Z] b68778766c4e: Preparing [2021-02-04T04:44:36.048Z] 7025d90b86e8: Preparing [2021-02-04T04:44:36.048Z] 697969f16bd7: Preparing [2021-02-04T04:44:36.048Z] 777b2c648970: Preparing [2021-02-04T04:44:36.048Z] b68778766c4e: Waiting [2021-02-04T04:44:36.048Z] 7025d90b86e8: Waiting [2021-02-04T04:44:36.048Z] 697969f16bd7: Waiting [2021-02-04T04:44:36.048Z] 777b2c648970: Waiting [2021-02-04T04:44:36.048Z] 438c7747b119: Layer already exists [2021-02-04T04:44:36.048Z] 4e94929ce638: Layer already exists [2021-02-04T04:44:36.048Z] aae3e15d1316: Layer already exists [2021-02-04T04:44:36.048Z] 8eb6e05ee99a: Layer already exists [2021-02-04T04:44:36.048Z] d5705032c859: Layer already exists [2021-02-04T04:44:36.048Z] 7025d90b86e8: Layer already exists [2021-02-04T04:44:36.048Z] b68778766c4e: Layer already exists [2021-02-04T04:44:36.048Z] 697969f16bd7: Layer already exists [2021-02-04T04:44:36.048Z] 777b2c648970: Layer already exists [2021-02-04T04:44:36.313Z] 2.0.0-dev.73: digest: sha256:6216d47a0dc62b11794f4d05557f3d6f83fa8c0eb9b0b1edd72384d90df126de size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:36.639Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:36.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:36.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T04:44:36.956Z] 8eb6e05ee99a: Preparing [2021-02-04T04:44:36.956Z] 438c7747b119: Preparing [2021-02-04T04:44:36.956Z] d5705032c859: Preparing [2021-02-04T04:44:36.956Z] aae3e15d1316: Preparing [2021-02-04T04:44:36.956Z] 4e94929ce638: Preparing [2021-02-04T04:44:36.956Z] b68778766c4e: Preparing [2021-02-04T04:44:36.956Z] 7025d90b86e8: Preparing [2021-02-04T04:44:36.956Z] 697969f16bd7: Preparing [2021-02-04T04:44:36.956Z] 777b2c648970: Preparing [2021-02-04T04:44:36.956Z] b68778766c4e: Waiting [2021-02-04T04:44:36.956Z] 7025d90b86e8: Waiting [2021-02-04T04:44:36.956Z] 697969f16bd7: Waiting [2021-02-04T04:44:36.956Z] 777b2c648970: Waiting [2021-02-04T04:44:36.956Z] 4e94929ce638: Layer already exists [2021-02-04T04:44:36.956Z] 438c7747b119: Layer already exists [2021-02-04T04:44:36.956Z] aae3e15d1316: Layer already exists [2021-02-04T04:44:36.956Z] d5705032c859: Layer already exists [2021-02-04T04:44:36.956Z] 8eb6e05ee99a: Layer already exists [2021-02-04T04:44:36.956Z] 7025d90b86e8: Layer already exists [2021-02-04T04:44:36.956Z] b68778766c4e: Layer already exists [2021-02-04T04:44:36.956Z] 697969f16bd7: Layer already exists [2021-02-04T04:44:36.956Z] 777b2c648970: Layer already exists [2021-02-04T04:44:37.218Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:6216d47a0dc62b11794f4d05557f3d6f83fa8c0eb9b0b1edd72384d90df126de size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:37.536Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:37.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-04T04:44:37.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-04T04:44:37.862Z] 8eb6e05ee99a: Preparing [2021-02-04T04:44:37.862Z] 438c7747b119: Preparing [2021-02-04T04:44:37.862Z] d5705032c859: Preparing [2021-02-04T04:44:37.862Z] aae3e15d1316: Preparing [2021-02-04T04:44:37.862Z] 4e94929ce638: Preparing [2021-02-04T04:44:37.862Z] b68778766c4e: Preparing [2021-02-04T04:44:37.862Z] 7025d90b86e8: Preparing [2021-02-04T04:44:37.862Z] 697969f16bd7: Preparing [2021-02-04T04:44:37.862Z] 777b2c648970: Preparing [2021-02-04T04:44:37.862Z] b68778766c4e: Waiting [2021-02-04T04:44:37.862Z] 7025d90b86e8: Waiting [2021-02-04T04:44:37.862Z] 697969f16bd7: Waiting [2021-02-04T04:44:37.862Z] 777b2c648970: Waiting [2021-02-04T04:44:37.862Z] 8eb6e05ee99a: Layer already exists [2021-02-04T04:44:38.138Z] d5705032c859: Layer already exists [2021-02-04T04:44:38.138Z] 4e94929ce638: Layer already exists [2021-02-04T04:44:38.138Z] 438c7747b119: Layer already exists [2021-02-04T04:44:38.138Z] aae3e15d1316: Layer already exists [2021-02-04T04:44:38.138Z] 777b2c648970: Layer already exists [2021-02-04T04:44:38.138Z] 7025d90b86e8: Layer already exists [2021-02-04T04:44:38.138Z] 697969f16bd7: Layer already exists [2021-02-04T04:44:38.138Z] b68778766c4e: Layer already exists [2021-02-04T04:44:38.138Z] master: digest: sha256:6216d47a0dc62b11794f4d05557f3d6f83fa8c0eb9b0b1edd72384d90df126de size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:38.343Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:38.386Z] taggedImages: [2021-02-04T04:44:38.386Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:38.386Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.73 [2021-02-04T04:44:38.386Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:38.386Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-04T04:44:38.452Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-04T04:44:38.452Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:38.452Z] 2.0.0-dev.73 [2021-02-04T04:44:38.452Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:38.452Z] master [2021-02-04T04:44:38.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:38.936Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:39.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:39.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T04:44:39.282Z] 2ab753240432: Preparing [2021-02-04T04:44:39.282Z] 45904e0e3fe8: Preparing [2021-02-04T04:44:39.282Z] bd14b380c2d7: Preparing [2021-02-04T04:44:39.282Z] ef03244cb37c: Preparing [2021-02-04T04:44:39.282Z] 777b2c648970: Preparing [2021-02-04T04:44:39.282Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:39.282Z] 777b2c648970: Layer already exists [2021-02-04T04:44:39.549Z] 2ab753240432: Pushed [2021-02-04T04:44:40.196Z] ef03244cb37c: Pushed [2021-02-04T04:44:40.777Z] 45904e0e3fe8: Pushed [2021-02-04T04:44:41.041Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:a3a2413df12442ca324c08edf8b72c0d335f0940b88e1331478aa4d83d566f1c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:41.382Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:41.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [2021-02-04T04:44:41.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T04:44:41.712Z] 2ab753240432: Preparing [2021-02-04T04:44:41.712Z] 45904e0e3fe8: Preparing [2021-02-04T04:44:41.712Z] bd14b380c2d7: Preparing [2021-02-04T04:44:41.712Z] ef03244cb37c: Preparing [2021-02-04T04:44:41.712Z] 777b2c648970: Preparing [2021-02-04T04:44:41.712Z] 45904e0e3fe8: Layer already exists [2021-02-04T04:44:41.712Z] 2ab753240432: Layer already exists [2021-02-04T04:44:41.712Z] ef03244cb37c: Layer already exists [2021-02-04T04:44:41.712Z] 777b2c648970: Layer already exists [2021-02-04T04:44:41.712Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:41.712Z] 2.0.0-dev.73: digest: sha256:a3a2413df12442ca324c08edf8b72c0d335f0940b88e1331478aa4d83d566f1c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:42.049Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:42.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:42.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T04:44:42.389Z] 2ab753240432: Preparing [2021-02-04T04:44:42.389Z] 45904e0e3fe8: Preparing [2021-02-04T04:44:42.389Z] bd14b380c2d7: Preparing [2021-02-04T04:44:42.389Z] ef03244cb37c: Preparing [2021-02-04T04:44:42.389Z] 777b2c648970: Preparing [2021-02-04T04:44:42.389Z] 45904e0e3fe8: Layer already exists [2021-02-04T04:44:42.389Z] ef03244cb37c: Layer already exists [2021-02-04T04:44:42.389Z] 2ab753240432: Layer already exists [2021-02-04T04:44:42.389Z] 777b2c648970: Layer already exists [2021-02-04T04:44:42.389Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:42.389Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:a3a2413df12442ca324c08edf8b72c0d335f0940b88e1331478aa4d83d566f1c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:42.898Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:43.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-04T04:44:43.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-04T04:44:43.349Z] 2ab753240432: Preparing [2021-02-04T04:44:43.350Z] 45904e0e3fe8: Preparing [2021-02-04T04:44:43.350Z] bd14b380c2d7: Preparing [2021-02-04T04:44:43.350Z] ef03244cb37c: Preparing [2021-02-04T04:44:43.350Z] 777b2c648970: Preparing [2021-02-04T04:44:43.350Z] 777b2c648970: Layer already exists [2021-02-04T04:44:43.350Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:43.350Z] 2ab753240432: Layer already exists [2021-02-04T04:44:43.350Z] ef03244cb37c: Layer already exists [2021-02-04T04:44:43.350Z] 45904e0e3fe8: Layer already exists [2021-02-04T04:44:43.619Z] master: digest: sha256:a3a2413df12442ca324c08edf8b72c0d335f0940b88e1331478aa4d83d566f1c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:43.814Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:43.873Z] taggedImages: [2021-02-04T04:44:43.873Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:43.873Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.73 [2021-02-04T04:44:43.873Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:43.873Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-04T04:44:43.976Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-04T04:44:43.976Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:43.976Z] 2.0.0-dev.73 [2021-02-04T04:44:43.976Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:43.976Z] master [2021-02-04T04:44:43.976Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:44.504Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:44.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:44.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T04:44:44.822Z] 0c31b30c9898: Preparing [2021-02-04T04:44:44.822Z] 6f3788e062ec: Preparing [2021-02-04T04:44:44.822Z] bd14b380c2d7: Preparing [2021-02-04T04:44:44.822Z] 8d3b8150a279: Preparing [2021-02-04T04:44:44.822Z] 777b2c648970: Preparing [2021-02-04T04:44:44.822Z] 777b2c648970: Layer already exists [2021-02-04T04:44:44.822Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:45.091Z] 0c31b30c9898: Pushed [2021-02-04T04:44:45.091Z] 8d3b8150a279: Pushed [2021-02-04T04:44:46.511Z] 6f3788e062ec: Pushed [2021-02-04T04:44:46.774Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:839b4f21797a1bb8a32c1b0852790b6d5b51eb2b841563f5336a81e5d6f0844b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:47.093Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:47.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [2021-02-04T04:44:47.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T04:44:47.416Z] 0c31b30c9898: Preparing [2021-02-04T04:44:47.416Z] 6f3788e062ec: Preparing [2021-02-04T04:44:47.416Z] bd14b380c2d7: Preparing [2021-02-04T04:44:47.416Z] 8d3b8150a279: Preparing [2021-02-04T04:44:47.416Z] 777b2c648970: Preparing [2021-02-04T04:44:47.416Z] 777b2c648970: Layer already exists [2021-02-04T04:44:47.416Z] 6f3788e062ec: Layer already exists [2021-02-04T04:44:47.416Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:47.416Z] 8d3b8150a279: Layer already exists [2021-02-04T04:44:47.416Z] 0c31b30c9898: Layer already exists [2021-02-04T04:44:47.683Z] 2.0.0-dev.73: digest: sha256:839b4f21797a1bb8a32c1b0852790b6d5b51eb2b841563f5336a81e5d6f0844b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:48.013Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:48.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:48.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T04:44:48.352Z] 0c31b30c9898: Preparing [2021-02-04T04:44:48.352Z] 6f3788e062ec: Preparing [2021-02-04T04:44:48.352Z] bd14b380c2d7: Preparing [2021-02-04T04:44:48.352Z] 8d3b8150a279: Preparing [2021-02-04T04:44:48.352Z] 777b2c648970: Preparing [2021-02-04T04:44:48.352Z] 777b2c648970: Layer already exists [2021-02-04T04:44:48.352Z] 6f3788e062ec: Layer already exists [2021-02-04T04:44:48.352Z] 0c31b30c9898: Layer already exists [2021-02-04T04:44:48.352Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:48.352Z] 8d3b8150a279: Layer already exists [2021-02-04T04:44:48.617Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:839b4f21797a1bb8a32c1b0852790b6d5b51eb2b841563f5336a81e5d6f0844b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:48.941Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:49.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-04T04:44:49.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-04T04:44:49.247Z] 0c31b30c9898: Preparing [2021-02-04T04:44:49.247Z] 6f3788e062ec: Preparing [2021-02-04T04:44:49.247Z] bd14b380c2d7: Preparing [2021-02-04T04:44:49.247Z] 8d3b8150a279: Preparing [2021-02-04T04:44:49.247Z] 777b2c648970: Preparing [2021-02-04T04:44:49.247Z] 8d3b8150a279: Layer already exists [2021-02-04T04:44:49.247Z] 6f3788e062ec: Layer already exists [2021-02-04T04:44:49.247Z] 0c31b30c9898: Layer already exists [2021-02-04T04:44:49.247Z] 777b2c648970: Layer already exists [2021-02-04T04:44:49.247Z] bd14b380c2d7: Layer already exists [2021-02-04T04:44:49.247Z] master: digest: sha256:839b4f21797a1bb8a32c1b0852790b6d5b51eb2b841563f5336a81e5d6f0844b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:44:49.438Z] ===================================================== [Pipeline] echo [2021-02-04T04:44:49.483Z] taggedImages: [2021-02-04T04:44:49.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:49.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.73 [2021-02-04T04:44:49.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:49.483Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-04T04:44:49.580Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-04T04:44:49.580Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:49.580Z] 2.0.0-dev.73 [2021-02-04T04:44:49.580Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:44:49.580Z] master [2021-02-04T04:44:49.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:50.064Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:50.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:44:50.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T04:44:50.422Z] ee1971e57b0f: Preparing [2021-02-04T04:44:50.422Z] 683c2ea8408c: Preparing [2021-02-04T04:44:50.422Z] 8338f9aa277a: Preparing [2021-02-04T04:44:50.422Z] d9cdcd75b9ba: Preparing [2021-02-04T04:44:50.422Z] ea0e95a00a7f: Preparing [2021-02-04T04:44:50.422Z] ec6faf48f276: Preparing [2021-02-04T04:44:50.422Z] 104b5dc766fa: Preparing [2021-02-04T04:44:50.422Z] 0754057c0ad3: Preparing [2021-02-04T04:44:50.422Z] 998cdf262ab1: Preparing [2021-02-04T04:44:50.422Z] 02e56110abd2: Preparing [2021-02-04T04:44:50.422Z] abc36efb885a: Preparing [2021-02-04T04:44:50.422Z] b0b09059f4e1: Preparing [2021-02-04T04:44:50.422Z] bb961f40224b: Preparing [2021-02-04T04:44:50.422Z] f4666769fca7: Preparing [2021-02-04T04:44:50.422Z] ec6faf48f276: Waiting [2021-02-04T04:44:50.422Z] 02e56110abd2: Waiting [2021-02-04T04:44:50.422Z] abc36efb885a: Waiting [2021-02-04T04:44:50.422Z] b0b09059f4e1: Waiting [2021-02-04T04:44:50.422Z] bb961f40224b: Waiting [2021-02-04T04:44:50.422Z] f4666769fca7: Waiting [2021-02-04T04:44:50.422Z] 104b5dc766fa: Waiting [2021-02-04T04:44:50.422Z] 0754057c0ad3: Waiting [2021-02-04T04:44:50.422Z] 998cdf262ab1: Waiting [2021-02-04T04:44:50.719Z] ea0e95a00a7f: Pushed [2021-02-04T04:44:51.012Z] ee1971e57b0f: Pushed [2021-02-04T04:44:51.293Z] d9cdcd75b9ba: Pushed [2021-02-04T04:44:51.293Z] 0754057c0ad3: Layer already exists [2021-02-04T04:44:51.293Z] 998cdf262ab1: Layer already exists [2021-02-04T04:44:51.568Z] 104b5dc766fa: Pushed [2021-02-04T04:44:51.568Z] 02e56110abd2: Layer already exists [2021-02-04T04:44:51.568Z] abc36efb885a: Layer already exists [2021-02-04T04:44:51.568Z] b0b09059f4e1: Layer already exists [2021-02-04T04:44:51.568Z] 683c2ea8408c: Pushed [2021-02-04T04:44:51.568Z] bb961f40224b: Layer already exists [2021-02-04T04:44:51.568Z] f4666769fca7: Layer already exists [2021-02-04T04:44:52.154Z] ec6faf48f276: Pushed [2021-02-04T04:45:02.324Z] 8338f9aa277a: Pushed [2021-02-04T04:45:02.324Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd: digest: sha256:2e9f0a4e9c6d0decdb2f6d152767f323cedeb91fdf4b50fecd9b3579d4ac3821 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:02.688Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:03.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [2021-02-04T04:45:03.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T04:45:03.017Z] ee1971e57b0f: Preparing [2021-02-04T04:45:03.017Z] 683c2ea8408c: Preparing [2021-02-04T04:45:03.017Z] 8338f9aa277a: Preparing [2021-02-04T04:45:03.017Z] d9cdcd75b9ba: Preparing [2021-02-04T04:45:03.017Z] ea0e95a00a7f: Preparing [2021-02-04T04:45:03.017Z] ec6faf48f276: Preparing [2021-02-04T04:45:03.017Z] 104b5dc766fa: Preparing [2021-02-04T04:45:03.017Z] 0754057c0ad3: Preparing [2021-02-04T04:45:03.017Z] 998cdf262ab1: Preparing [2021-02-04T04:45:03.017Z] 02e56110abd2: Preparing [2021-02-04T04:45:03.017Z] abc36efb885a: Preparing [2021-02-04T04:45:03.017Z] b0b09059f4e1: Preparing [2021-02-04T04:45:03.017Z] bb961f40224b: Preparing [2021-02-04T04:45:03.017Z] f4666769fca7: Preparing [2021-02-04T04:45:03.017Z] ec6faf48f276: Waiting [2021-02-04T04:45:03.017Z] 104b5dc766fa: Waiting [2021-02-04T04:45:03.017Z] 0754057c0ad3: Waiting [2021-02-04T04:45:03.017Z] 998cdf262ab1: Waiting [2021-02-04T04:45:03.017Z] 02e56110abd2: Waiting [2021-02-04T04:45:03.017Z] abc36efb885a: Waiting [2021-02-04T04:45:03.017Z] b0b09059f4e1: Waiting [2021-02-04T04:45:03.017Z] bb961f40224b: Waiting [2021-02-04T04:45:03.017Z] f4666769fca7: Waiting [2021-02-04T04:45:03.018Z] 8338f9aa277a: Layer already exists [2021-02-04T04:45:03.018Z] d9cdcd75b9ba: Layer already exists [2021-02-04T04:45:03.018Z] 683c2ea8408c: Layer already exists [2021-02-04T04:45:03.018Z] ee1971e57b0f: Layer already exists [2021-02-04T04:45:03.018Z] ea0e95a00a7f: Layer already exists [2021-02-04T04:45:03.286Z] ec6faf48f276: Layer already exists [2021-02-04T04:45:03.286Z] 104b5dc766fa: Layer already exists [2021-02-04T04:45:03.286Z] 0754057c0ad3: Layer already exists [2021-02-04T04:45:03.286Z] b0b09059f4e1: Layer already exists [2021-02-04T04:45:03.286Z] abc36efb885a: Layer already exists [2021-02-04T04:45:03.286Z] 02e56110abd2: Layer already exists [2021-02-04T04:45:03.286Z] 998cdf262ab1: Layer already exists [2021-02-04T04:45:03.286Z] bb961f40224b: Layer already exists [2021-02-04T04:45:03.286Z] f4666769fca7: Layer already exists [2021-02-04T04:45:03.286Z] 2.0.0-dev.73: digest: sha256:2e9f0a4e9c6d0decdb2f6d152767f323cedeb91fdf4b50fecd9b3579d4ac3821 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:03.618Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:03.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:45:03.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T04:45:03.995Z] ee1971e57b0f: Preparing [2021-02-04T04:45:03.995Z] 683c2ea8408c: Preparing [2021-02-04T04:45:03.995Z] 8338f9aa277a: Preparing [2021-02-04T04:45:03.995Z] d9cdcd75b9ba: Preparing [2021-02-04T04:45:03.995Z] ea0e95a00a7f: Preparing [2021-02-04T04:45:03.995Z] ec6faf48f276: Preparing [2021-02-04T04:45:03.995Z] 104b5dc766fa: Preparing [2021-02-04T04:45:03.995Z] 0754057c0ad3: Preparing [2021-02-04T04:45:03.995Z] 998cdf262ab1: Preparing [2021-02-04T04:45:03.995Z] 02e56110abd2: Preparing [2021-02-04T04:45:03.995Z] abc36efb885a: Preparing [2021-02-04T04:45:03.995Z] b0b09059f4e1: Preparing [2021-02-04T04:45:03.995Z] bb961f40224b: Preparing [2021-02-04T04:45:03.995Z] f4666769fca7: Preparing [2021-02-04T04:45:03.995Z] 0754057c0ad3: Waiting [2021-02-04T04:45:03.995Z] 998cdf262ab1: Waiting [2021-02-04T04:45:03.995Z] b0b09059f4e1: Waiting [2021-02-04T04:45:03.995Z] 02e56110abd2: Waiting [2021-02-04T04:45:03.995Z] abc36efb885a: Waiting [2021-02-04T04:45:03.995Z] bb961f40224b: Waiting [2021-02-04T04:45:03.995Z] f4666769fca7: Waiting [2021-02-04T04:45:03.995Z] ec6faf48f276: Waiting [2021-02-04T04:45:03.995Z] 104b5dc766fa: Waiting [2021-02-04T04:45:04.259Z] d9cdcd75b9ba: Layer already exists [2021-02-04T04:45:04.259Z] 8338f9aa277a: Layer already exists [2021-02-04T04:45:04.259Z] ea0e95a00a7f: Layer already exists [2021-02-04T04:45:04.259Z] 683c2ea8408c: Layer already exists [2021-02-04T04:45:04.259Z] ee1971e57b0f: Layer already exists [2021-02-04T04:45:04.259Z] ec6faf48f276: Layer already exists [2021-02-04T04:45:04.259Z] 998cdf262ab1: Layer already exists [2021-02-04T04:45:04.259Z] 104b5dc766fa: Layer already exists [2021-02-04T04:45:04.259Z] 0754057c0ad3: Layer already exists [2021-02-04T04:45:04.259Z] 02e56110abd2: Layer already exists [2021-02-04T04:45:04.259Z] abc36efb885a: Layer already exists [2021-02-04T04:45:04.259Z] b0b09059f4e1: Layer already exists [2021-02-04T04:45:04.259Z] bb961f40224b: Layer already exists [2021-02-04T04:45:04.259Z] f4666769fca7: Layer already exists [2021-02-04T04:45:04.259Z] 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73: digest: sha256:2e9f0a4e9c6d0decdb2f6d152767f323cedeb91fdf4b50fecd9b3579d4ac3821 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:04.577Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:04.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-04T04:45:04.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-04T04:45:04.905Z] ee1971e57b0f: Preparing [2021-02-04T04:45:04.905Z] 683c2ea8408c: Preparing [2021-02-04T04:45:04.905Z] 8338f9aa277a: Preparing [2021-02-04T04:45:04.905Z] d9cdcd75b9ba: Preparing [2021-02-04T04:45:04.905Z] ea0e95a00a7f: Preparing [2021-02-04T04:45:04.905Z] ec6faf48f276: Preparing [2021-02-04T04:45:04.905Z] 104b5dc766fa: Preparing [2021-02-04T04:45:04.905Z] 0754057c0ad3: Preparing [2021-02-04T04:45:04.905Z] 998cdf262ab1: Preparing [2021-02-04T04:45:04.905Z] 02e56110abd2: Preparing [2021-02-04T04:45:04.905Z] abc36efb885a: Preparing [2021-02-04T04:45:04.905Z] b0b09059f4e1: Preparing [2021-02-04T04:45:04.905Z] bb961f40224b: Preparing [2021-02-04T04:45:04.905Z] f4666769fca7: Preparing [2021-02-04T04:45:04.905Z] ec6faf48f276: Waiting [2021-02-04T04:45:04.905Z] 104b5dc766fa: Waiting [2021-02-04T04:45:04.905Z] 0754057c0ad3: Waiting [2021-02-04T04:45:04.905Z] 998cdf262ab1: Waiting [2021-02-04T04:45:04.905Z] 02e56110abd2: Waiting [2021-02-04T04:45:04.905Z] abc36efb885a: Waiting [2021-02-04T04:45:04.905Z] b0b09059f4e1: Waiting [2021-02-04T04:45:04.905Z] bb961f40224b: Waiting [2021-02-04T04:45:04.905Z] f4666769fca7: Waiting [2021-02-04T04:45:05.172Z] ea0e95a00a7f: Layer already exists [2021-02-04T04:45:05.172Z] d9cdcd75b9ba: Layer already exists [2021-02-04T04:45:05.172Z] 8338f9aa277a: Layer already exists [2021-02-04T04:45:05.172Z] 683c2ea8408c: Layer already exists [2021-02-04T04:45:05.172Z] ee1971e57b0f: Layer already exists [2021-02-04T04:45:05.172Z] 104b5dc766fa: Layer already exists [2021-02-04T04:45:05.172Z] 02e56110abd2: Layer already exists [2021-02-04T04:45:05.172Z] 998cdf262ab1: Layer already exists [2021-02-04T04:45:05.172Z] ec6faf48f276: Layer already exists [2021-02-04T04:45:05.172Z] 0754057c0ad3: Layer already exists [2021-02-04T04:45:05.172Z] abc36efb885a: Layer already exists [2021-02-04T04:45:05.172Z] bb961f40224b: Layer already exists [2021-02-04T04:45:05.172Z] f4666769fca7: Layer already exists [2021-02-04T04:45:05.172Z] b0b09059f4e1: Layer already exists [2021-02-04T04:45:05.464Z] master: digest: sha256:2e9f0a4e9c6d0decdb2f6d152767f323cedeb91fdf4b50fecd9b3579d4ac3821 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-04T04:45:05.674Z] ===================================================== [Pipeline] echo [2021-02-04T04:45:05.723Z] taggedImages: [2021-02-04T04:45:05.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [2021-02-04T04:45:05.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.73 [2021-02-04T04:45:05.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:87b1ca7249f6ff93374f71253a3531d5ae5e3ebd-2.0.0-dev.73 [2021-02-04T04:45:05.723Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T04:45:07.077Z] provisioning config files... [2021-02-04T04:45:07.095Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/338@tmp/config5576077396326730063tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:45:07.474Z] + set +x [2021-02-04T04:45:07.474Z] + curl -s https://codecov.io/bash [2021-02-04T04:45:07.474Z] + bash -s -- [2021-02-04T04:45:08.049Z] [2021-02-04T04:45:08.049Z] _____ _ [2021-02-04T04:45:08.049Z] / ____| | | [2021-02-04T04:45:08.049Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:45:08.049Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:45:08.049Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:45:08.049Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:45:08.049Z] Bash-20210129-7c25fce [2021-02-04T04:45:08.049Z] [2021-02-04T04:45:08.049Z] [2021-02-04T04:45:08.049Z] ==> git version 2.24.3 found [2021-02-04T04:45:08.049Z] ==> 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-04T04:45:08.049Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:45:08.049Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:45:08.049Z] ==> Jenkins CI detected. [2021-02-04T04:45:08.049Z] project root: . [2021-02-04T04:45:08.049Z] --> token set from env [2021-02-04T04:45:08.049Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:45:08.049Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:45:08.314Z] ==> Python coveragepy not found [2021-02-04T04:45:08.314Z] ==> Searching for coverage reports in: [2021-02-04T04:45:08.314Z] + . [2021-02-04T04:45:08.314Z] -> Found 1 reports [2021-02-04T04:45:08.314Z] ==> Detecting git/mercurial file structure [2021-02-04T04:45:08.314Z] ==> Reading reports [2021-02-04T04:45:08.314Z] + ./coverage.out bytes=580808 [2021-02-04T04:45:08.314Z] ==> Appending adjustments [2021-02-04T04:45:08.314Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:45:15.036Z] + Found adjustments [2021-02-04T04:45:15.036Z] ==> Gzipping contents [2021-02-04T04:45:15.036Z] 88K /tmp/codecov.HyMbx0.gz [2021-02-04T04:45:15.036Z] ==> Uploading reports [2021-02-04T04:45:15.036Z] url: https://codecov.io [2021-02-04T04:45:15.036Z] query: branch=master&commit=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd&build=338&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F338%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T04:45:15.036Z] -> Pinging Codecov [2021-02-04T04:45:15.036Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=87b1ca7249f6ff93374f71253a3531d5ae5e3ebd&build=338&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F338%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-04T04:45:15.036Z] -> Uploading to [2021-02-04T04:45:15.036Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/87b1ca7249f6ff93374f71253a3531d5ae5e3ebd/92274f51-ff5a-4bbc-8b31-ab504dc3688c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T044514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d589fa5fed020979a1fe915359c0fcfda0d18e63ee1f8844bcf908bd2fadf6bc [2021-02-04T04:45:15.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:45:15.036Z] Dload Upload Total Spent Left Speed [2021-02-04T04:45:15.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87735 0 0 100 87735 0 148k --:--:-- --:--:-- --:--:-- 149k [2021-02-04T04:45:15.036Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/87b1ca7249f6ff93374f71253a3531d5ae5e3ebd [Pipeline] } [2021-02-04T04:45:15.048Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-04T04:45:15.944Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-04T04:45:16.059Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:16.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:45:16.676Z] [2021-02-04T04:45:16.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:45:17.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:45:18.510Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-04T04:45:18.510Z] 188c0c94c7c5: Already exists [2021-02-04T04:45:18.510Z] 0ef7d3d256c8: Already exists [2021-02-04T04:45:18.510Z] de9db76c5a1d: Already exists [2021-02-04T04:45:18.510Z] 0eba1c9be4d2: Pulling fs layer [2021-02-04T04:45:18.510Z] 0d57e429df01: Pulling fs layer [2021-02-04T04:45:18.510Z] 4e4be7b47b0d: Pulling fs layer [2021-02-04T04:45:18.510Z] e1f770b5df2f: Pulling fs layer [2021-02-04T04:45:18.510Z] 85a0685a4137: Pulling fs layer [2021-02-04T04:45:18.510Z] e1f770b5df2f: Waiting [2021-02-04T04:45:18.510Z] 85a0685a4137: Waiting [2021-02-04T04:45:18.510Z] 0d57e429df01: Verifying Checksum [2021-02-04T04:45:18.510Z] 0d57e429df01: Download complete [2021-02-04T04:45:18.510Z] 4e4be7b47b0d: Verifying Checksum [2021-02-04T04:45:18.510Z] 4e4be7b47b0d: Download complete [2021-02-04T04:45:20.496Z] e1f770b5df2f: Verifying Checksum [2021-02-04T04:45:20.496Z] e1f770b5df2f: Download complete [2021-02-04T04:45:23.895Z] 0eba1c9be4d2: Verifying Checksum [2021-02-04T04:45:23.895Z] 0eba1c9be4d2: Download complete [2021-02-04T04:45:24.879Z] 85a0685a4137: Verifying Checksum [2021-02-04T04:45:24.879Z] 85a0685a4137: Download complete [2021-02-04T04:45:33.285Z] 0eba1c9be4d2: Pull complete [2021-02-04T04:45:33.550Z] 0d57e429df01: Pull complete [2021-02-04T04:45:33.836Z] 4e4be7b47b0d: Pull complete [2021-02-04T04:45:37.546Z] e1f770b5df2f: Pull complete [2021-02-04T04:45:52.859Z] 85a0685a4137: Pull complete [2021-02-04T04:45:52.859Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-04T04:45:52.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-04T04:45:52.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-04T04:45:54.213Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:45:54.310Z] $ 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/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:45:56.816Z] $ docker top 6a7a999b9ee61ca4a5d3fe6633e2580a9364cf70f39c92f9cf47053d50eb3532 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:45:57.478Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-04T04:45:58.152Z] + set -o pipefail [2021-02-04T04:45:58.152Z] + snyk monitor '--org=edgex-jenkins' [2021-02-04T04:46:16.547Z] [2021-02-04T04:46:16.547Z] Monitoring /w/workspace/edgex-go/338 (github.com/edgexfoundry/edgex-go)... [2021-02-04T04:46:16.547Z] [2021-02-04T04:46:16.547Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/30b302f5-b73e-4802-ac3f-aaf446aec87a [2021-02-04T04:46:16.547Z] [2021-02-04T04:46:16.547Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-04T04:46:16.547Z] [2021-02-04T04:46:16.547Z] [Pipeline] } [2021-02-04T04:46:16.568Z] $ docker stop --time=1 6a7a999b9ee61ca4a5d3fe6633e2580a9364cf70f39c92f9cf47053d50eb3532 [2021-02-04T04:46:21.076Z] $ docker rm -f 6a7a999b9ee61ca4a5d3fe6633e2580a9364cf70f39c92f9cf47053d50eb3532 [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-04T04:46:22.932Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:46:22.983Z] provisioning config files... [2021-02-04T04:46:23.045Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/338@tmp/config4845675503193224469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:46:23.609Z] --> edgex-publish-swagger.sh [2021-02-04T04:46:23.609Z] === Publish openapi/v1 API === [2021-02-04T04:46:23.609Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-04T04:46:23.609Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/338/openapi/v1/core-command.yaml] [2021-02-04T04:46:23.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:23.609Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:25.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7895 0:00:01 0:00:01 --:--:-- 7905 100 10522 0 0 100 10522 0 7893 0:00:01 0:00:01 --:--:-- 7905 [2021-02-04T04:46:25.049Z] [2021-02-04T04:46:25.049Z] [2021-02-04T04:46:25.049Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/338/openapi/v1/core-data.yaml] [2021-02-04T04:46:25.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:25.049Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:26.029Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28693 0:00:01 0:00:01 --:--:-- 28735 100 32557 0 0 100 32557 0 28684 0:00:01 0:00:01 --:--:-- 28709 [2021-02-04T04:46:26.029Z] [2021-02-04T04:46:26.029Z] [2021-02-04T04:46:26.029Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/338/openapi/v1/core-metadata.yaml] [2021-02-04T04:46:26.029Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:26.029Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:27.407Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 56120 0:00:01 0:00:01 --:--:-- 56104 100 73721 0 0 100 73721 0 55513 0:00:01 0:00:01 --:--:-- 55512 [2021-02-04T04:46:27.407Z] [2021-02-04T04:46:27.407Z] [2021-02-04T04:46:27.407Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/338/openapi/v1/support-logging.yaml] [2021-02-04T04:46:27.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:27.407Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:28.884Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 10936 0:00:01 0:00:01 --:--:-- 10943 100 13581 0 0 100 13581 0 10932 0:00:01 0:00:01 --:--:-- 10943 [2021-02-04T04:46:28.884Z] [2021-02-04T04:46:28.884Z] [2021-02-04T04:46:28.884Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/338/openapi/v1/support-notifications.yaml] [2021-02-04T04:46:28.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:28.884Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:29.894Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 30088 0:00:01 0:00:01 --:--:-- 30100 100 38890 0 0 100 38890 0 28292 0:00:01 0:00:01 --:--:-- 28304 [2021-02-04T04:46:29.894Z] [2021-02-04T04:46:29.894Z] [2021-02-04T04:46:29.894Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/338/openapi/v1/support-scheduler.yaml] [2021-02-04T04:46:30.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:30.177Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:31.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11072 0:00:01 0:00:01 --:--:-- 11071 100 14249 0 0 100 14249 0 10837 0:00:01 0:00:01 --:--:-- 10835 [2021-02-04T04:46:31.608Z] [2021-02-04T04:46:31.608Z] [2021-02-04T04:46:31.608Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/338/openapi/v1/system-agent.yaml] [2021-02-04T04:46:31.608Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:31.608Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:32.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3433 0:00:01 0:00:01 --:--:-- 3436 100 4110 0 0 100 4110 0 3432 0:00:01 0:00:01 --:--:-- 3433 [2021-02-04T04:46:32.589Z] [2021-02-04T04:46:32.589Z] [2021-02-04T04:46:32.589Z] === Publish openapi/v2 API === [2021-02-04T04:46:32.589Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-04T04:46:32.589Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/338/openapi/v2/core-command.yaml] [2021-02-04T04:46:32.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:32.589Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:34.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 17890 0:00:01 0:00:01 --:--:-- 17905 100 21325 0 0 100 21325 0 17884 0:00:01 0:00:01 --:--:-- 17890 [2021-02-04T04:46:34.009Z] [2021-02-04T04:46:34.009Z] [2021-02-04T04:46:34.009Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/338/openapi/v2/core-data.yaml] [2021-02-04T04:46:34.009Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:34.009Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:35.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 48409 0:00:01 0:00:01 --:--:-- 48439 100 57013 0 0 100 57013 0 48395 0:00:01 0:00:01 --:--:-- 48439 [2021-02-04T04:46:35.004Z] [2021-02-04T04:46:35.004Z] [2021-02-04T04:46:35.004Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/338/openapi/v2/core-metadata.yaml] [2021-02-04T04:46:35.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:35.004Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:36.274Z] 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 99392 0:00:01 0:00:01 --:--:-- 99398 100 117k 0 0 100 117k 0 99375 0:00:01 0:00:01 --:--:-- 99398 [2021-02-04T04:46:36.274Z] [2021-02-04T04:46:36.274Z] [2021-02-04T04:46:36.274Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/338/openapi/v2/support-notifications.yaml] [2021-02-04T04:46:36.274Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:36.274Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:37.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58553 0 0 100 58553 0 46030 0:00:01 0:00:01 --:--:-- 46068 100 58553 0 0 100 58553 0 41562 0:00:01 0:00:01 --:--:-- 41585 [2021-02-04T04:46:37.714Z] [2021-02-04T04:46:37.714Z] [2021-02-04T04:46:37.714Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/338/openapi/v2/support-scheduler.yaml] [2021-02-04T04:46:37.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:37.714Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:39.163Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 31759 0:00:01 0:00:01 --:--:-- 31792 100 38851 0 0 100 38851 0 31752 0:00:01 0:00:01 --:--:-- 31766 [2021-02-04T04:46:39.163Z] [2021-02-04T04:46:39.163Z] [2021-02-04T04:46:39.163Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/338/openapi/v2/system-agent.yaml] [2021-02-04T04:46:39.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:46:39.163Z] Dload Upload Total Spent Left Speed [2021-02-04T04:46:40.229Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 19978 0:00:01 0:00:01 --:--:-- 19969 100 23684 0 0 100 23684 0 19972 0:00:01 0:00:01 --:--:-- 19969 [2021-02-04T04:46:40.229Z] [2021-02-04T04:46:40.229Z] [Pipeline] } [2021-02-04T04:46:40.243Z] 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-04T04:46:41.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:46:41.891Z] . [Pipeline] withDockerContainer [2021-02-04T04:46:42.247Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:46:42.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:46:44.434Z] $ docker top 3a67e088a6780b30c997e56a409a457b9b12d02f9f182537ad001afac0665284 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:46:45.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:46:45.067Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:46:45.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:46:45.717Z] $ docker exec 3a67e088a6780b30c997e56a409a457b9b12d02f9f182537ad001afac0665284 ssh-agent [2021-02-04T04:46:46.523Z] SSH_AUTH_SOCK=/tmp/ssh-0mDmAwvDl3th/agent.11 [2021-02-04T04:46:46.523Z] SSH_AGENT_PID=16 [2021-02-04T04:46:46.555Z] Running ssh-add (command line suppressed) [2021-02-04T04:46:46.944Z] Identity added: /w/workspace/edgex-go/338@tmp/private_key_1358264284828751923.key (/w/workspace/edgex-go/338@tmp/private_key_1358264284828751923.key) [2021-02-04T04:46:47.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:46:48.431Z] + git semver tag [2021-02-04T04:46:49.074Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:46:49.074Z] # $GIT_DIR = /w/workspace/edgex-go/338/.git [2021-02-04T04:46:49.074Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/338 [2021-02-04T04:46:49.074Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:46:49.074Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:46:49.074Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:46:49.074Z] # $SEMVER_BRANCH = master [2021-02-04T04:46:49.074Z] # $SEMVER_DIR = /w/workspace/edgex-go/338/.semver [2021-02-04T04:46:49.074Z] # 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd HEAD [2021-02-04T04:46:50.625Z] # -> Force: false [2021-02-04T04:46:50.625Z] # 8f5c982c7b5461c22222d052688fc6eca0c16ecc refs/tags/v2.0.0-dev.73 [Pipeline] } [2021-02-04T04:46:50.671Z] $ docker exec --env ******** --env ******** 3a67e088a6780b30c997e56a409a457b9b12d02f9f182537ad001afac0665284 ssh-agent -k [2021-02-04T04:46:51.197Z] unset SSH_AUTH_SOCK; [2021-02-04T04:46:51.198Z] unset SSH_AGENT_PID; [2021-02-04T04:46:51.198Z] echo Agent pid 16 killed; [2021-02-04T04:46:51.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:46:52.742Z] + git semver [Pipeline] } [2021-02-04T04:46:52.801Z] $ docker stop --time=1 3a67e088a6780b30c997e56a409a457b9b12d02f9f182537ad001afac0665284 [2021-02-04T04:46:55.071Z] $ docker rm -f 3a67e088a6780b30c997e56a409a457b9b12d02f9f182537ad001afac0665284 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:46:56.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:46:56.264Z] [2021-02-04T04:46:56.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:46:56.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:46:56.965Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-04T04:46:56.965Z] ab5ef0e58194: Pulling fs layer [2021-02-04T04:46:56.965Z] 9712f1f96733: Pulling fs layer [2021-02-04T04:46:56.965Z] 63f879dbbcfc: Pulling fs layer [2021-02-04T04:46:56.965Z] 0d9ebad4ef96: Pulling fs layer [2021-02-04T04:46:56.965Z] e9a5061849ea: Pulling fs layer [2021-02-04T04:46:56.965Z] d747dcd14b5f: Pulling fs layer [2021-02-04T04:46:56.965Z] 2de7ff778b66: Pulling fs layer [2021-02-04T04:46:56.965Z] 0d9ebad4ef96: Waiting [2021-02-04T04:46:56.965Z] e9a5061849ea: Waiting [2021-02-04T04:46:56.965Z] d747dcd14b5f: Waiting [2021-02-04T04:46:56.965Z] 2de7ff778b66: Waiting [2021-02-04T04:46:56.965Z] 9712f1f96733: Verifying Checksum [2021-02-04T04:46:56.965Z] 9712f1f96733: Download complete [2021-02-04T04:47:01.338Z] 63f879dbbcfc: Verifying Checksum [2021-02-04T04:47:01.338Z] 63f879dbbcfc: Download complete [2021-02-04T04:47:02.035Z] e9a5061849ea: Verifying Checksum [2021-02-04T04:47:02.035Z] e9a5061849ea: Download complete [2021-02-04T04:47:02.035Z] d747dcd14b5f: Verifying Checksum [2021-02-04T04:47:02.035Z] d747dcd14b5f: Download complete [2021-02-04T04:47:04.371Z] 0d9ebad4ef96: Verifying Checksum [2021-02-04T04:47:04.371Z] 0d9ebad4ef96: Download complete [2021-02-04T04:47:04.371Z] 2de7ff778b66: Verifying Checksum [2021-02-04T04:47:04.371Z] 2de7ff778b66: Download complete [2021-02-04T04:47:04.371Z] ab5ef0e58194: Verifying Checksum [2021-02-04T04:47:04.371Z] ab5ef0e58194: Download complete [2021-02-04T04:47:17.340Z] ab5ef0e58194: Pull complete [2021-02-04T04:47:17.340Z] 9712f1f96733: Pull complete [2021-02-04T04:47:20.052Z] 63f879dbbcfc: Pull complete [2021-02-04T04:47:38.954Z] 0d9ebad4ef96: Pull complete [2021-02-04T04:47:38.954Z] e9a5061849ea: Pull complete [2021-02-04T04:47:38.954Z] d747dcd14b5f: Pull complete [2021-02-04T04:47:43.501Z] 2de7ff778b66: Pull complete [2021-02-04T04:47:43.501Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-04T04:47:43.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-04T04:47:43.501Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-04T04:47:43.809Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:47:43.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:47:47.529Z] $ docker top 0bf3a6fec41854531d4364ea42928927abd06a248ce06d9aa7dc79f0dad4d8dd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:47:48.134Z] provisioning config files... [2021-02-04T04:47:48.149Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/338@tmp/config5375258881216590015tmp [2021-02-04T04:47:48.173Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/338@tmp/config243059131575247302tmp [2021-02-04T04:47:48.219Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/338@tmp/config3944383488651063990tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:47:48.302Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:47:48.974Z] ---> sigul-configuration.sh [2021-02-04T04:47:48.974Z] gpg: directory `/root/.gnupg' created [2021-02-04T04:47:48.974Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-04T04:47:48.974Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-04T04:47:48.974Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-04T04:47:48.974Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-04T04:47:48.974Z] gpg: CAST5 encrypted data [2021-02-04T04:47:48.974Z] gpg: encrypted with 1 passphrase [2021-02-04T04:47:48.974Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-04T04:47:49.564Z] + mkdir /home/jenkins [2021-02-04T04:47:49.564Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-04T04:47:50.166Z] + 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-04T04:47:50.447Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:47:50.767Z] ---> sigul-install.sh [2021-02-04T04:47:59.129Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-04T04:47:59.787Z] + git tag --list [2021-02-04T04:47:59.787Z] 0.6.0 [2021-02-04T04:47:59.787Z] 0.6.1 [2021-02-04T04:47:59.787Z] 0.7.0 [2021-02-04T04:47:59.787Z] 0.7.1 [2021-02-04T04:47:59.787Z] v0.0.0 [2021-02-04T04:47:59.787Z] v0.0.1-dev.1 [2021-02-04T04:47:59.787Z] v1.0.0 [2021-02-04T04:47:59.787Z] v1.0.1 [2021-02-04T04:47:59.787Z] v1.1.0 [2021-02-04T04:47:59.787Z] v1.2.0 [2021-02-04T04:47:59.787Z] v1.2.1 [2021-02-04T04:47:59.787Z] v1.2.2-dev.1 [2021-02-04T04:47:59.787Z] v1.2.2-dev.10 [2021-02-04T04:47:59.787Z] v1.2.2-dev.100 [2021-02-04T04:47:59.787Z] v1.2.2-dev.101 [2021-02-04T04:47:59.787Z] v1.2.2-dev.102 [2021-02-04T04:47:59.787Z] v1.2.2-dev.103 [2021-02-04T04:47:59.787Z] v1.2.2-dev.104 [2021-02-04T04:47:59.787Z] v1.2.2-dev.105 [2021-02-04T04:47:59.787Z] v1.2.2-dev.106 [2021-02-04T04:47:59.787Z] v1.2.2-dev.107 [2021-02-04T04:47:59.787Z] v1.2.2-dev.11 [2021-02-04T04:47:59.787Z] v1.2.2-dev.12 [2021-02-04T04:47:59.787Z] v1.2.2-dev.13 [2021-02-04T04:47:59.787Z] v1.2.2-dev.14 [2021-02-04T04:47:59.787Z] v1.2.2-dev.15 [2021-02-04T04:47:59.787Z] v1.2.2-dev.16 [2021-02-04T04:47:59.787Z] v1.2.2-dev.17 [2021-02-04T04:47:59.787Z] v1.2.2-dev.18 [2021-02-04T04:47:59.787Z] v1.2.2-dev.19 [2021-02-04T04:47:59.787Z] v1.2.2-dev.2 [2021-02-04T04:47:59.787Z] v1.2.2-dev.20 [2021-02-04T04:47:59.787Z] v1.2.2-dev.21 [2021-02-04T04:47:59.787Z] v1.2.2-dev.22 [2021-02-04T04:47:59.787Z] v1.2.2-dev.23 [2021-02-04T04:47:59.787Z] v1.2.2-dev.24 [2021-02-04T04:47:59.787Z] v1.2.2-dev.25 [2021-02-04T04:47:59.787Z] v1.2.2-dev.26 [2021-02-04T04:47:59.787Z] v1.2.2-dev.27 [2021-02-04T04:47:59.787Z] v1.2.2-dev.28 [2021-02-04T04:47:59.787Z] v1.2.2-dev.29 [2021-02-04T04:47:59.787Z] v1.2.2-dev.3 [2021-02-04T04:47:59.787Z] v1.2.2-dev.30 [2021-02-04T04:47:59.787Z] v1.2.2-dev.31 [2021-02-04T04:47:59.787Z] v1.2.2-dev.32 [2021-02-04T04:47:59.787Z] v1.2.2-dev.33 [2021-02-04T04:47:59.787Z] v1.2.2-dev.34 [2021-02-04T04:47:59.787Z] v1.2.2-dev.35 [2021-02-04T04:47:59.787Z] v1.2.2-dev.36 [2021-02-04T04:47:59.787Z] v1.2.2-dev.37 [2021-02-04T04:47:59.787Z] v1.2.2-dev.38 [2021-02-04T04:47:59.787Z] v1.2.2-dev.39 [2021-02-04T04:47:59.787Z] v1.2.2-dev.4 [2021-02-04T04:47:59.787Z] v1.2.2-dev.40 [2021-02-04T04:47:59.787Z] v1.2.2-dev.41 [2021-02-04T04:47:59.787Z] v1.2.2-dev.42 [2021-02-04T04:47:59.787Z] v1.2.2-dev.43 [2021-02-04T04:47:59.787Z] v1.2.2-dev.44 [2021-02-04T04:47:59.787Z] v1.2.2-dev.45 [2021-02-04T04:47:59.787Z] v1.2.2-dev.46 [2021-02-04T04:47:59.787Z] v1.2.2-dev.47 [2021-02-04T04:47:59.787Z] v1.2.2-dev.48 [2021-02-04T04:47:59.787Z] v1.2.2-dev.49 [2021-02-04T04:47:59.787Z] v1.2.2-dev.5 [2021-02-04T04:47:59.787Z] v1.2.2-dev.50 [2021-02-04T04:47:59.787Z] v1.2.2-dev.51 [2021-02-04T04:47:59.787Z] v1.2.2-dev.52 [2021-02-04T04:47:59.787Z] v1.2.2-dev.53 [2021-02-04T04:47:59.787Z] v1.2.2-dev.54 [2021-02-04T04:47:59.787Z] v1.2.2-dev.55 [2021-02-04T04:47:59.787Z] v1.2.2-dev.56 [2021-02-04T04:47:59.787Z] v1.2.2-dev.57 [2021-02-04T04:47:59.787Z] v1.2.2-dev.58 [2021-02-04T04:47:59.787Z] v1.2.2-dev.59 [2021-02-04T04:47:59.787Z] v1.2.2-dev.6 [2021-02-04T04:47:59.787Z] v1.2.2-dev.60 [2021-02-04T04:47:59.787Z] v1.2.2-dev.61 [2021-02-04T04:47:59.787Z] v1.2.2-dev.62 [2021-02-04T04:47:59.787Z] v1.2.2-dev.63 [2021-02-04T04:47:59.787Z] v1.2.2-dev.64 [2021-02-04T04:47:59.787Z] v1.2.2-dev.65 [2021-02-04T04:47:59.788Z] v1.2.2-dev.66 [2021-02-04T04:47:59.788Z] v1.2.2-dev.67 [2021-02-04T04:47:59.788Z] v1.2.2-dev.68 [2021-02-04T04:47:59.788Z] v1.2.2-dev.69 [2021-02-04T04:47:59.788Z] v1.2.2-dev.7 [2021-02-04T04:47:59.788Z] v1.2.2-dev.70 [2021-02-04T04:47:59.788Z] v1.2.2-dev.71 [2021-02-04T04:47:59.788Z] v1.2.2-dev.72 [2021-02-04T04:47:59.788Z] v1.2.2-dev.73 [2021-02-04T04:47:59.788Z] v1.2.2-dev.74 [2021-02-04T04:47:59.788Z] v1.2.2-dev.75 [2021-02-04T04:47:59.788Z] v1.2.2-dev.76 [2021-02-04T04:47:59.788Z] v1.2.2-dev.77 [2021-02-04T04:47:59.788Z] v1.2.2-dev.78 [2021-02-04T04:47:59.788Z] v1.2.2-dev.79 [2021-02-04T04:47:59.788Z] v1.2.2-dev.8 [2021-02-04T04:47:59.788Z] v1.2.2-dev.80 [2021-02-04T04:47:59.788Z] v1.2.2-dev.81 [2021-02-04T04:47:59.788Z] v1.2.2-dev.82 [2021-02-04T04:47:59.788Z] v1.2.2-dev.83 [2021-02-04T04:47:59.788Z] v1.2.2-dev.84 [2021-02-04T04:47:59.788Z] v1.2.2-dev.85 [2021-02-04T04:47:59.788Z] v1.2.2-dev.86 [2021-02-04T04:47:59.788Z] v1.2.2-dev.87 [2021-02-04T04:47:59.788Z] v1.2.2-dev.88 [2021-02-04T04:47:59.788Z] v1.2.2-dev.89 [2021-02-04T04:47:59.788Z] v1.2.2-dev.9 [2021-02-04T04:47:59.788Z] v1.2.2-dev.90 [2021-02-04T04:47:59.788Z] v1.2.2-dev.91 [2021-02-04T04:47:59.788Z] v1.2.2-dev.92 [2021-02-04T04:47:59.788Z] v1.2.2-dev.93 [2021-02-04T04:47:59.788Z] v1.2.2-dev.94 [2021-02-04T04:47:59.788Z] v1.2.2-dev.95 [2021-02-04T04:47:59.788Z] v1.2.2-dev.96 [2021-02-04T04:47:59.788Z] v1.2.2-dev.97 [2021-02-04T04:47:59.788Z] v1.2.2-dev.98 [2021-02-04T04:47:59.788Z] v1.2.2-dev.99 [2021-02-04T04:47:59.788Z] v1.3.0 [2021-02-04T04:47:59.788Z] v1.3.1-dev.1 [2021-02-04T04:47:59.788Z] v1.3.1-dev.10 [2021-02-04T04:47:59.788Z] v1.3.1-dev.11 [2021-02-04T04:47:59.788Z] v1.3.1-dev.12 [2021-02-04T04:47:59.788Z] v1.3.1-dev.13 [2021-02-04T04:47:59.788Z] v1.3.1-dev.14 [2021-02-04T04:47:59.788Z] v1.3.1-dev.15 [2021-02-04T04:47:59.788Z] v1.3.1-dev.16 [2021-02-04T04:47:59.788Z] v1.3.1-dev.17 [2021-02-04T04:47:59.788Z] v1.3.1-dev.18 [2021-02-04T04:47:59.788Z] v1.3.1-dev.2 [2021-02-04T04:47:59.788Z] v1.3.1-dev.3 [2021-02-04T04:47:59.788Z] v1.3.1-dev.4 [2021-02-04T04:47:59.788Z] v1.3.1-dev.5 [2021-02-04T04:47:59.788Z] v1.3.1-dev.6 [2021-02-04T04:47:59.788Z] v1.3.1-dev.7 [2021-02-04T04:47:59.788Z] v1.3.1-dev.8 [2021-02-04T04:47:59.788Z] v1.3.1-dev.9 [2021-02-04T04:47:59.788Z] v2.0.0-dev.1 [2021-02-04T04:47:59.788Z] v2.0.0-dev.10 [2021-02-04T04:47:59.788Z] v2.0.0-dev.11 [2021-02-04T04:47:59.788Z] v2.0.0-dev.12 [2021-02-04T04:47:59.788Z] v2.0.0-dev.13 [2021-02-04T04:47:59.788Z] v2.0.0-dev.14 [2021-02-04T04:47:59.788Z] v2.0.0-dev.15 [2021-02-04T04:47:59.788Z] v2.0.0-dev.16 [2021-02-04T04:47:59.788Z] v2.0.0-dev.17 [2021-02-04T04:47:59.788Z] v2.0.0-dev.18 [2021-02-04T04:47:59.788Z] v2.0.0-dev.19 [2021-02-04T04:47:59.788Z] v2.0.0-dev.2 [2021-02-04T04:47:59.788Z] v2.0.0-dev.20 [2021-02-04T04:47:59.788Z] v2.0.0-dev.21 [2021-02-04T04:47:59.788Z] v2.0.0-dev.22 [2021-02-04T04:47:59.788Z] v2.0.0-dev.23 [2021-02-04T04:47:59.788Z] v2.0.0-dev.24 [2021-02-04T04:47:59.788Z] v2.0.0-dev.25 [2021-02-04T04:47:59.788Z] v2.0.0-dev.26 [2021-02-04T04:47:59.788Z] v2.0.0-dev.27 [2021-02-04T04:47:59.788Z] v2.0.0-dev.28 [2021-02-04T04:47:59.788Z] v2.0.0-dev.29 [2021-02-04T04:47:59.788Z] v2.0.0-dev.3 [2021-02-04T04:47:59.788Z] v2.0.0-dev.30 [2021-02-04T04:47:59.788Z] v2.0.0-dev.31 [2021-02-04T04:47:59.788Z] v2.0.0-dev.32 [2021-02-04T04:47:59.788Z] v2.0.0-dev.33 [2021-02-04T04:47:59.788Z] v2.0.0-dev.34 [2021-02-04T04:47:59.788Z] v2.0.0-dev.35 [2021-02-04T04:47:59.788Z] v2.0.0-dev.36 [2021-02-04T04:47:59.788Z] v2.0.0-dev.37 [2021-02-04T04:47:59.788Z] v2.0.0-dev.38 [2021-02-04T04:47:59.788Z] v2.0.0-dev.39 [2021-02-04T04:47:59.788Z] v2.0.0-dev.4 [2021-02-04T04:47:59.788Z] v2.0.0-dev.40 [2021-02-04T04:47:59.788Z] v2.0.0-dev.41 [2021-02-04T04:47:59.788Z] v2.0.0-dev.42 [2021-02-04T04:47:59.788Z] v2.0.0-dev.43 [2021-02-04T04:47:59.788Z] v2.0.0-dev.44 [2021-02-04T04:47:59.788Z] v2.0.0-dev.45 [2021-02-04T04:47:59.788Z] v2.0.0-dev.46 [2021-02-04T04:47:59.788Z] v2.0.0-dev.47 [2021-02-04T04:47:59.788Z] v2.0.0-dev.48 [2021-02-04T04:47:59.788Z] v2.0.0-dev.49 [2021-02-04T04:47:59.788Z] v2.0.0-dev.5 [2021-02-04T04:47:59.788Z] v2.0.0-dev.50 [2021-02-04T04:47:59.788Z] v2.0.0-dev.51 [2021-02-04T04:47:59.788Z] v2.0.0-dev.52 [2021-02-04T04:47:59.788Z] v2.0.0-dev.53 [2021-02-04T04:47:59.788Z] v2.0.0-dev.54 [2021-02-04T04:47:59.788Z] v2.0.0-dev.55 [2021-02-04T04:47:59.788Z] v2.0.0-dev.56 [2021-02-04T04:47:59.788Z] v2.0.0-dev.57 [2021-02-04T04:47:59.788Z] v2.0.0-dev.58 [2021-02-04T04:47:59.788Z] v2.0.0-dev.59 [2021-02-04T04:47:59.788Z] v2.0.0-dev.6 [2021-02-04T04:47:59.788Z] v2.0.0-dev.60 [2021-02-04T04:47:59.788Z] v2.0.0-dev.61 [2021-02-04T04:47:59.788Z] v2.0.0-dev.62 [2021-02-04T04:47:59.788Z] v2.0.0-dev.63 [2021-02-04T04:47:59.788Z] v2.0.0-dev.64 [2021-02-04T04:47:59.788Z] v2.0.0-dev.65 [2021-02-04T04:47:59.788Z] v2.0.0-dev.66 [2021-02-04T04:47:59.788Z] v2.0.0-dev.67 [2021-02-04T04:47:59.788Z] v2.0.0-dev.68 [2021-02-04T04:47:59.788Z] v2.0.0-dev.69 [2021-02-04T04:47:59.788Z] v2.0.0-dev.7 [2021-02-04T04:47:59.788Z] v2.0.0-dev.70 [2021-02-04T04:47:59.788Z] v2.0.0-dev.71 [2021-02-04T04:47:59.788Z] v2.0.0-dev.72 [2021-02-04T04:47:59.788Z] v2.0.0-dev.73 [2021-02-04T04:47:59.788Z] v2.0.0-dev.8 [2021-02-04T04:47:59.788Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-04T04:48:00.156Z] + lftools sign git-tag v2.0.0-dev.73 [2021-02-04T04:48:02.850Z] Signing Git tag with Sigul... [2021-02-04T04:48:02.850Z] Signing v2.0.0-dev.73 [Pipeline] echo [2021-02-04T04:48:04.836Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:48:05.508Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-04T04:48:05.530Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-04T04:48:05.637Z] $ docker stop --time=1 0bf3a6fec41854531d4364ea42928927abd06a248ce06d9aa7dc79f0dad4d8dd [2021-02-04T04:48:07.741Z] $ docker rm -f 0bf3a6fec41854531d4364ea42928927abd06a248ce06d9aa7dc79f0dad4d8dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:48:08.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:48:08.577Z] . [Pipeline] withDockerContainer [2021-02-04T04:48:08.759Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:48:09.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:48:10.327Z] $ docker top f78189d2e85dc3f676c546cdbc8c0c47b5a87a4106f113fc5194332fb87e7e9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:48:10.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:48:10.778Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:48:11.193Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:48:11.197Z] $ docker exec f78189d2e85dc3f676c546cdbc8c0c47b5a87a4106f113fc5194332fb87e7e9b ssh-agent [2021-02-04T04:48:11.570Z] SSH_AUTH_SOCK=/tmp/ssh-HszI0jPkf3sk/agent.11 [2021-02-04T04:48:11.570Z] SSH_AGENT_PID=17 [2021-02-04T04:48:11.581Z] Running ssh-add (command line suppressed) [2021-02-04T04:48:11.856Z] Identity added: /w/workspace/edgex-go/338@tmp/private_key_4813118989196331443.key (/w/workspace/edgex-go/338@tmp/private_key_4813118989196331443.key) [2021-02-04T04:48:11.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:48:12.639Z] + git semver bump pre [2021-02-04T04:48:12.639Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:48:12.639Z] # $GIT_DIR = /w/workspace/edgex-go/338/.git [2021-02-04T04:48:12.639Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/338 [2021-02-04T04:48:12.639Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:48:12.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:48:12.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:48:12.639Z] # $SEMVER_BRANCH = master [2021-02-04T04:48:12.639Z] # $SEMVER_DIR = /w/workspace/edgex-go/338/.semver [2021-02-04T04:48:12.639Z] 2.0.0-dev.74 [Pipeline] } [2021-02-04T04:48:12.660Z] $ docker exec --env ******** --env ******** f78189d2e85dc3f676c546cdbc8c0c47b5a87a4106f113fc5194332fb87e7e9b ssh-agent -k [2021-02-04T04:48:13.038Z] unset SSH_AUTH_SOCK; [2021-02-04T04:48:13.038Z] unset SSH_AGENT_PID; [2021-02-04T04:48:13.038Z] echo Agent pid 17 killed; [2021-02-04T04:48:13.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:48:14.015Z] + git semver [Pipeline] } [2021-02-04T04:48:14.050Z] $ docker stop --time=1 f78189d2e85dc3f676c546cdbc8c0c47b5a87a4106f113fc5194332fb87e7e9b [2021-02-04T04:48:15.940Z] $ docker rm -f f78189d2e85dc3f676c546cdbc8c0c47b5a87a4106f113fc5194332fb87e7e9b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:48:16.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:48:16.514Z] . [Pipeline] withDockerContainer [2021-02-04T04:48:16.719Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:48:16.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:48:18.069Z] $ docker top 80034a2c1c72758b38c45b05fdb2d9e95d2f0cb43a5ef88c86b1154f1320e30c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:48:18.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:48:18.471Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:48:18.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:48:18.905Z] $ docker exec 80034a2c1c72758b38c45b05fdb2d9e95d2f0cb43a5ef88c86b1154f1320e30c ssh-agent [2021-02-04T04:48:19.212Z] SSH_AUTH_SOCK=/tmp/ssh-5L0mHEdHgCvn/agent.12 [2021-02-04T04:48:19.212Z] SSH_AGENT_PID=17 [2021-02-04T04:48:19.220Z] Running ssh-add (command line suppressed) [2021-02-04T04:48:19.404Z] Identity added: /w/workspace/edgex-go/338@tmp/private_key_840879769769324516.key (/w/workspace/edgex-go/338@tmp/private_key_840879769769324516.key) [2021-02-04T04:48:19.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:48:19.886Z] + git semver push [2021-02-04T04:48:19.886Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:48:19.886Z] # $GIT_DIR = /w/workspace/edgex-go/338/.git [2021-02-04T04:48:19.886Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/338 [2021-02-04T04:48:19.886Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:48:19.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:48:19.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:48:19.886Z] # $SEMVER_BRANCH = master [2021-02-04T04:48:19.886Z] # $SEMVER_DIR = /w/workspace/edgex-go/338/.semver [Pipeline] } [2021-02-04T04:48:32.266Z] $ docker exec --env ******** --env ******** 80034a2c1c72758b38c45b05fdb2d9e95d2f0cb43a5ef88c86b1154f1320e30c ssh-agent -k [2021-02-04T04:48:32.525Z] unset SSH_AUTH_SOCK; [2021-02-04T04:48:32.526Z] unset SSH_AGENT_PID; [2021-02-04T04:48:32.526Z] echo Agent pid 17 killed; [2021-02-04T04:48:32.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:48:33.464Z] + git semver [Pipeline] } [2021-02-04T04:48:33.493Z] $ docker stop --time=1 80034a2c1c72758b38c45b05fdb2d9e95d2f0cb43a5ef88c86b1154f1320e30c [2021-02-04T04:48:35.327Z] $ docker rm -f 80034a2c1c72758b38c45b05fdb2d9e95d2f0cb43a5ef88c86b1154f1320e30c [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-04T04:48:36.646Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:48:37.931Z] ---> package-listing.sh [2021-02-04T04:48:37.931Z] ++ facter osfamily [2021-02-04T04:48:37.931Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:48:37.931Z] + OS_FAMILY=redhat [2021-02-04T04:48:37.931Z] + workspace=/w/workspace/edgex-go/338 [2021-02-04T04:48:37.931Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:48:37.931Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:48:37.931Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:48:37.931Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:48:37.931Z] + '[' /w/workspace/edgex-go/338 ']' [2021-02-04T04:48:37.931Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:48:37.931Z] + case "${OS_FAMILY}" in [2021-02-04T04:48:37.931Z] + rpm -qa [2021-02-04T04:48:37.931Z] + sort [2021-02-04T04:48:44.593Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:48:44.593Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:48:44.593Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:48:44.593Z] + '[' /w/workspace/edgex-go/338 ']' [2021-02-04T04:48:44.593Z] + mkdir -p /w/workspace/edgex-go/338/archives/ [2021-02-04T04:48:44.593Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/338/archives/ [Pipeline] echo [2021-02-04T04:48:44.611Z] 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/338/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T04:48:44.949Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:48:45.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:48:45.844Z] [2021-02-04T04:48:45.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:48:46.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:48:46.211Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:48:46.211Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:48:46.211Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:48:46.211Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:48:46.211Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:48:46.211Z] 93b61091891f: Pulling fs layer [2021-02-04T04:48:46.211Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:48:46.211Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:48:46.211Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:48:46.211Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:48:46.211Z] 93b9cdb0e59b: Waiting [2021-02-04T04:48:46.211Z] 5e14af77c1be: Waiting [2021-02-04T04:48:46.211Z] 01666e4c0597: Waiting [2021-02-04T04:48:46.211Z] aa168da1d23b: Waiting [2021-02-04T04:48:46.211Z] 46f8f816bc3b: Waiting [2021-02-04T04:48:46.211Z] 93b61091891f: Waiting [2021-02-04T04:48:46.211Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:48:46.211Z] 36b3adc4ff6f: Download complete [2021-02-04T04:48:46.486Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:48:46.486Z] 46f8f816bc3b: Download complete [2021-02-04T04:48:46.486Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:48:46.486Z] df20fa9351a1: Download complete [2021-02-04T04:48:46.486Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T04:48:46.486Z] 93b9cdb0e59b: Download complete [2021-02-04T04:48:46.486Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:48:46.486Z] 5e14af77c1be: Download complete [2021-02-04T04:48:46.486Z] 01666e4c0597: Verifying Checksum [2021-02-04T04:48:46.486Z] 01666e4c0597: Download complete [2021-02-04T04:48:46.774Z] 93b61091891f: Download complete [2021-02-04T04:48:46.774Z] df20fa9351a1: Pull complete [2021-02-04T04:48:46.774Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:48:46.774Z] 8ad3a11d3b57: Download complete [2021-02-04T04:48:47.360Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:48:48.880Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:48:48.880Z] 46f8f816bc3b: Pull complete [2021-02-04T04:48:50.022Z] 93b61091891f: Pull complete [2021-02-04T04:48:50.307Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:48:51.283Z] 5e14af77c1be: Pull complete [2021-02-04T04:48:51.552Z] 01666e4c0597: Pull complete [2021-02-04T04:48:52.972Z] aa168da1d23b: Verifying Checksum [2021-02-04T04:48:52.972Z] aa168da1d23b: Download complete [2021-02-04T04:49:08.290Z] aa168da1d23b: Pull complete [2021-02-04T04:49:08.290Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:49:08.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:49:08.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:49:08.566Z] prd-centos7-docker-4c-2g-24855 does not seem to be running inside a container [2021-02-04T04:49:08.634Z] $ 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/338/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/338 -v /w/workspace/edgex-go/338:/w/workspace/edgex-go/338:rw,z -v /w/workspace/edgex-go/338@tmp:/w/workspace/edgex-go/338@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-04T04:49:12.059Z] $ docker top 10bb63e9b8485b12b6a958b08f1afc12b8bbf45ffbccb66f976b80b2aa688c0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:49:13.596Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:49:14.341Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:49:15.117Z] + ls /var/log/sa-host [2021-02-04T04:49:15.117Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:49:15.117Z] file_magic: OK [2021-02-04T04:49:15.117Z] HZ: Using current value: 100 [2021-02-04T04:49:15.117Z] file_header: OK [2021-02-04T04:49:15.117Z] 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-04T04:49:15.117Z] Statistics: [2021-02-04T04:49:15.117Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T04:49:15.117Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:49:15.117Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:49:15.117Z] file_magic: OK [2021-02-04T04:49:15.117Z] HZ: Using current value: 100 [2021-02-04T04:49:15.117Z] file_header: OK [2021-02-04T04:49:15.117Z] 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-04T04:49:15.117Z] Statistics: [2021-02-04T04:49:15.117Z] Hnuu...uuuununununu... [2021-02-04T04:49:15.117Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:49:15.740Z] provisioning config files... [2021-02-04T04:49:15.759Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/338@tmp/config2640698646650886105tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:49:15.831Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:49:16.150Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:49:16.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:49:16.254Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:49:16.577Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:49:16.608Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:49:17.331Z] ---> sudo-logs.sh [2021-02-04T04:49:17.331Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:49:17.352Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:49:17.695Z] ---> job-cost.sh [2021-02-04T04:49:18.006Z] lf-activate-venv: SKIPPING [2021-02-04T04:49:18.006Z] INFO: No Stack... [2021-02-04T04:49:19.022Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:49:19.622Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:49:19.641Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:49:20.330Z] ---> logs-deploy.sh [2021-02-04T04:49:20.330Z] lf-activate-venv: SKIPPING [2021-02-04T04:49:20.330Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/338 [2021-02-04T04:49:20.330Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:49:22.313Z] Archives upload complete. [2021-02-04T04:49:22.580Z] INFO: archiving logs to Nexus