Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7248181b27c1f196cc7a2300d5170335b9add480 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29018 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/384 [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/384 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 7248181b27c1f196cc7a2300d5170335b9add480 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 Commit message: "feat(notifications): Implement GET /notification/status/{status} V2 API (#3236)" > git rev-list --no-walk 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-08T18:23:21.416Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-08T18:23:21.721Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-08T18:23:21.834Z] ========================================================= [2021-03-08T18:23:21.834Z] EdgeX Global Pipelines Version Info [2021-03-08T18:23:21.834Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:23:23.319Z] ------------------- [2021-03-08T18:23:23.319Z] stable info: [2021-03-08T18:23:23.319Z] ------------------- [2021-03-08T18:23:23.319Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-08T18:23:23.319Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T18:23:23.319Z] Message: update stable to v1.0.184 [2021-03-08T18:23:24.267Z] ------------------- [2021-03-08T18:23:24.267Z] experimental info: [2021-03-08T18:23:24.267Z] ------------------- [2021-03-08T18:23:24.267Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-08T18:23:24.267Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-08T18:23:24.267Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-08T18:23:24.574Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-08T18:23:24.677Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-08T18:23:24.777Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-08T18:23:24.879Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-08T18:23:24.980Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-08T18:23:25.070Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-08T18:23:25.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-08T18:23:25.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-08T18:23:25.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-08T18:23:25.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-08T18:23:25.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-08T18:23:25.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-08T18:23:25.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-08T18:23:26.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-08T18:23:26.100Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T18:23:26.242Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-08T18:23:26.332Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-08T18:23:26.429Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-08T18:23:26.517Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-08T18:23:26.624Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-08T18:23:26.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-08T18:23:26.833Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-08T18:23:26.959Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-08T18:23:27.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-08T18:23:27.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-08T18:23:27.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] echo [2021-03-08T18:23:27.364Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7248181 [Pipeline] echo [2021-03-08T18:23:27.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T18:23:27.624Z] provisioning config files... [2021-03-08T18:23:27.656Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config229347526590154833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:23:28.014Z] ---> docker-login.sh [2021-03-08T18:23:28.014Z] nexus3.edgexfoundry.org:10001 [2021-03-08T18:23:28.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:23:28.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:23:28.275Z] Configure a credential helper to remove this warning. See [2021-03-08T18:23:28.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:23:28.275Z] [2021-03-08T18:23:28.275Z] Login Succeeded [2021-03-08T18:23:28.275Z] nexus3.edgexfoundry.org:10002 [2021-03-08T18:23:28.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:23:28.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:23:28.539Z] Configure a credential helper to remove this warning. See [2021-03-08T18:23:28.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:23:28.539Z] [2021-03-08T18:23:28.539Z] Login Succeeded [2021-03-08T18:23:28.539Z] nexus3.edgexfoundry.org:10003 [2021-03-08T18:23:28.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:23:28.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:23:28.801Z] Configure a credential helper to remove this warning. See [2021-03-08T18:23:28.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:23:28.801Z] [2021-03-08T18:23:28.801Z] Login Succeeded [2021-03-08T18:23:28.801Z] nexus3.edgexfoundry.org:10004 [2021-03-08T18:23:28.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:23:29.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:23:29.064Z] Configure a credential helper to remove this warning. See [2021-03-08T18:23:29.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:23:29.064Z] [2021-03-08T18:23:29.064Z] Login Succeeded [2021-03-08T18:23:29.064Z] docker.io [2021-03-08T18:23:29.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:23:29.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:23:29.327Z] Configure a credential helper to remove this warning. See [2021-03-08T18:23:29.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:23:29.327Z] [2021-03-08T18:23:29.327Z] Login Succeeded [2021-03-08T18:23:29.327Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T18:23:29.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T18:23:29.812Z] ++ 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-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/core-command/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/core-data/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-08T18:23:29.812Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-08T18:23:29.812Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-08T18:23:29.812Z] ++ cut -d/ -f2 [2021-03-08T18:23:29.812Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-08T18:23:29.900Z] 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-03-08T18:23:31.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:23:31.598Z] [2021-03-08T18:23:31.598Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:23:31.958Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:23:31.958Z] latest: Pulling from edgex-devops/git-semver [2021-03-08T18:23:31.958Z] 31603596830f: Pulling fs layer [2021-03-08T18:23:31.958Z] 2a8b12db71e7: Pulling fs layer [2021-03-08T18:23:31.958Z] 6ca5941a6612: Pulling fs layer [2021-03-08T18:23:31.958Z] ecc8261a40a4: Pulling fs layer [2021-03-08T18:23:31.958Z] ecc8261a40a4: Waiting [2021-03-08T18:23:31.958Z] 2a8b12db71e7: Verifying Checksum [2021-03-08T18:23:31.958Z] 2a8b12db71e7: Download complete [2021-03-08T18:23:31.958Z] 31603596830f: Verifying Checksum [2021-03-08T18:23:31.958Z] 31603596830f: Download complete [2021-03-08T18:23:32.221Z] ecc8261a40a4: Verifying Checksum [2021-03-08T18:23:32.221Z] ecc8261a40a4: Download complete [2021-03-08T18:23:32.221Z] 6ca5941a6612: Verifying Checksum [2021-03-08T18:23:32.221Z] 6ca5941a6612: Download complete [2021-03-08T18:23:32.485Z] 31603596830f: Pull complete [2021-03-08T18:23:32.485Z] 2a8b12db71e7: Pull complete [2021-03-08T18:23:33.445Z] 6ca5941a6612: Pull complete [2021-03-08T18:23:33.707Z] ecc8261a40a4: Pull complete [2021-03-08T18:23:33.707Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-08T18:23:33.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:23:33.707Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-08T18:23:33.818Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:23:33.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-08T18:23:36.449Z] $ docker top 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T18:23:36.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T18:23:36.724Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T18:23:36.945Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T18:23:36.949Z] $ docker exec 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent [2021-03-08T18:23:37.131Z] SSH_AUTH_SOCK=/tmp/ssh-I9Zl0W5TjNEW/agent.11 [2021-03-08T18:23:37.131Z] SSH_AGENT_PID=16 [2021-03-08T18:23:37.140Z] Running ssh-add (command line suppressed) [2021-03-08T18:23:37.256Z] Identity added: /w/workspace/edgex-go/384@tmp/private_key_4318654682117532656.key (/w/workspace/edgex-go/384@tmp/private_key_4318654682117532656.key) [2021-03-08T18:23:37.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T18:23:37.709Z] + git tag --points-at HEAD [Pipeline] } [2021-03-08T18:23:37.733Z] $ docker exec --env ******** --env ******** 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent -k [2021-03-08T18:23:37.841Z] unset SSH_AUTH_SOCK; [2021-03-08T18:23:37.841Z] unset SSH_AGENT_PID; [2021-03-08T18:23:37.841Z] echo Agent pid 16 killed; [2021-03-08T18:23:37.889Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-08T18:23:38.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T18:23:38.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T18:23:38.198Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T18:23:38.201Z] $ docker exec 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent [2021-03-08T18:23:38.363Z] SSH_AUTH_SOCK=/tmp/ssh-DD2QJxoMudfc/agent.45 [2021-03-08T18:23:38.363Z] SSH_AGENT_PID=50 [2021-03-08T18:23:38.369Z] Running ssh-add (command line suppressed) [2021-03-08T18:23:38.485Z] Identity added: /w/workspace/edgex-go/384@tmp/private_key_9178092973646577428.key (/w/workspace/edgex-go/384@tmp/private_key_9178092973646577428.key) [2021-03-08T18:23:38.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T18:23:38.894Z] + git semver init [2021-03-08T18:23:38.894Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T18:23:38.894Z] # $GIT_DIR = /w/workspace/edgex-go/384/.git [2021-03-08T18:23:38.894Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/384 [2021-03-08T18:23:38.894Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T18:23:38.894Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T18:23:38.894Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T18:23:38.894Z] # $SEMVER_BRANCH = master [2021-03-08T18:23:38.894Z] # $SEMVER_TEMP = /tmp/semver-578259188 [2021-03-08T18:23:38.894Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-08T18:23:57.079Z] # '/tmp/semver-578259188' -> '/w/workspace/edgex-go/384/.semver' [2021-03-08T18:23:57.079Z] # -> Force: false [2021-03-08T18:23:57.079Z] # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [Pipeline] } [2021-03-08T18:23:57.107Z] $ docker exec --env ******** --env ******** 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 ssh-agent -k [2021-03-08T18:23:57.329Z] unset SSH_AUTH_SOCK; [2021-03-08T18:23:57.329Z] unset SSH_AGENT_PID; [2021-03-08T18:23:57.330Z] echo Agent pid 50 killed; [2021-03-08T18:23:57.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T18:23:57.925Z] + git semver [Pipeline] } [2021-03-08T18:23:57.944Z] $ docker stop --time=1 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 [2021-03-08T18:23:59.490Z] $ docker rm -f 307efffa92cea5074a4ff344c7892bf664b042fd514845418b8bdbd82730a353 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T18:24:00.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-08T18:24:00.563Z] Stashed 1 file(s) [Pipeline] echo [2021-03-08T18:24:00.567Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.117 [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-03-08T18:24:01.535Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-08T18:24:01.837Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T18:24:02.141Z] + sudo service docker restart [2021-03-08T18:24:02.141Z] + true [2021-03-08T18:24:02.141Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-08T18:24:02.732Z] ========================================================= [2021-03-08T18:24:02.732Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-08T18:24:02.732Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:24:03.071Z] + 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-03-08T18:24:08.383Z] Sending build context to Docker daemon 328.3MB [2021-03-08T18:24:08.384Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T18:24:08.384Z] Step 2/6 : FROM ${BASE} [2021-03-08T18:24:08.384Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-08T18:24:08.384Z] 188c0c94c7c5: Pulling fs layer [2021-03-08T18:24:08.384Z] 0ef7d3d256c8: Pulling fs layer [2021-03-08T18:24:08.384Z] de9db76c5a1d: Pulling fs layer [2021-03-08T18:24:08.384Z] bca2f99d35d6: Pulling fs layer [2021-03-08T18:24:08.384Z] 93359f2a8cfa: Pulling fs layer [2021-03-08T18:24:08.384Z] 7c6f9722023f: Pulling fs layer [2021-03-08T18:24:08.384Z] a35cf1a2eb13: Pulling fs layer [2021-03-08T18:24:08.384Z] 93359f2a8cfa: Waiting [2021-03-08T18:24:08.384Z] bca2f99d35d6: Waiting [2021-03-08T18:24:08.384Z] 7c6f9722023f: Waiting [2021-03-08T18:24:08.384Z] a35cf1a2eb13: Waiting [2021-03-08T18:24:08.384Z] de9db76c5a1d: Download complete [2021-03-08T18:24:08.384Z] 0ef7d3d256c8: Verifying Checksum [2021-03-08T18:24:08.384Z] 0ef7d3d256c8: Download complete [2021-03-08T18:24:08.384Z] 93359f2a8cfa: Verifying Checksum [2021-03-08T18:24:08.384Z] 93359f2a8cfa: Download complete [2021-03-08T18:24:08.384Z] 188c0c94c7c5: Verifying Checksum [2021-03-08T18:24:08.384Z] 188c0c94c7c5: Download complete [2021-03-08T18:24:08.384Z] 7c6f9722023f: Verifying Checksum [2021-03-08T18:24:08.384Z] 7c6f9722023f: Download complete [2021-03-08T18:24:08.384Z] 188c0c94c7c5: Pull complete [2021-03-08T18:24:08.384Z] 0ef7d3d256c8: Pull complete [2021-03-08T18:24:08.647Z] de9db76c5a1d: Pull complete [2021-03-08T18:24:10.053Z] a35cf1a2eb13: Verifying Checksum [2021-03-08T18:24:10.053Z] a35cf1a2eb13: Download complete [2021-03-08T18:24:10.631Z] bca2f99d35d6: Verifying Checksum [2021-03-08T18:24:10.631Z] bca2f99d35d6: Download complete [2021-03-08T18:24:15.968Z] bca2f99d35d6: Pull complete [2021-03-08T18:24:15.968Z] 93359f2a8cfa: Pull complete [2021-03-08T18:24:15.968Z] 7c6f9722023f: Pull complete [2021-03-08T18:24:16.037Z] Still waiting to schedule task [2021-03-08T18:24:16.038Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-08T18:24:21.362Z] a35cf1a2eb13: Pull complete [2021-03-08T18:24:21.362Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-08T18:24:21.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-08T18:24:21.362Z] ---> a62c8e92a672 [2021-03-08T18:24:21.362Z] 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-03-08T18:24:21.362Z] ---> Running in 18565fc1a1ca [2021-03-08T18:24:21.362Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:24:21.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:24:22.517Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T18:24:23.091Z] (2/12) Installing file (5.38-r0) [2021-03-08T18:24:23.091Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T18:24:23.353Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-08T18:24:27.570Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T18:24:27.570Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T18:24:27.570Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T18:24:27.570Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T18:24:27.570Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T18:24:27.570Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T18:24:27.570Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T18:24:27.832Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T18:24:27.832Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:24:27.832Z] OK: 233 MiB in 51 packages [2021-03-08T18:24:32.056Z] Removing intermediate container 18565fc1a1ca [2021-03-08T18:24:32.056Z] ---> 2384e5cb9b3c [2021-03-08T18:24:32.056Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T18:24:32.056Z] ---> Running in 9fdcd34cc257 [2021-03-08T18:24:32.319Z] Removing intermediate container 9fdcd34cc257 [2021-03-08T18:24:32.319Z] ---> dda1aec753db [2021-03-08T18:24:32.319Z] Step 5/6 : COPY go.mod . [2021-03-08T18:24:32.583Z] ---> 2eb23209d159 [2021-03-08T18:24:32.583Z] Step 6/6 : RUN go mod download [2021-03-08T18:24:32.583Z] ---> Running in f511c2c68941 [2021-03-08T18:24:54.583Z] Removing intermediate container f511c2c68941 [2021-03-08T18:24:54.583Z] ---> 42feaaa0cab3 [2021-03-08T18:24:54.583Z] Successfully built 42feaaa0cab3 [2021-03-08T18:24:54.583Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:24:54.896Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T18:24:54.896Z] . [Pipeline] withDockerContainer [2021-03-08T18:24:54.994Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:24:55.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 ******** ci-base-image-x86_64 cat [2021-03-08T18:24:55.658Z] $ docker top ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T18:24:56.150Z] + go version [2021-03-08T18:24:56.150Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-08T18:24:56.165Z] $ docker stop --time=1 ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 [2021-03-08T18:24:57.491Z] $ docker rm -f ebfd2358a037b70c5326324992e38ea6b9cfb29a3d03967e535c57ffcecaee61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:24:58.273Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-08T18:24:58.273Z] . [Pipeline] withDockerContainer [2021-03-08T18:24:58.375Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:24:58.425Z] $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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 ******** ci-base-image-x86_64 cat [2021-03-08T18:24:59.048Z] $ docker top 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T18:24:59.262Z] ========================================================= [2021-03-08T18:24:59.262Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-08T18:24:59.262Z] ========================================================= [Pipeline] sh [2021-03-08T18:24:59.557Z] + make test [2021-03-08T18:24:59.557Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-08T18:25:09.660Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-08T18:25:24.944Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-08T18:25:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-08T18:25:34.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-08T18:25:34.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-08T18:25:37.376Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-08T18:25:37.376Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-08T18:25:37.376Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-08T18:25:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements [2021-03-08T18:25:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-08T18:25:39.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-08T18:25:39.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-03-08T18:25:41.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-08T18:25:41.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-08T18:25:41.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-08T18:25:41.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 66.2% of statements [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-08T18:25:41.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-08T18:25:42.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.4% of statements [2021-03-08T18:25:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-08T18:25:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T18:25:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-08T18:25:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-08T18:25:43.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-03-08T18:25:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-08T18:25:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-08T18:25:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-08T18:25:43.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-08T18:25:43.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-08T18:25:43.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-03-08T18:25:43.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-08T18:25:43.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-03-08T18:25:43.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-08T18:25:44.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2021-03-08T18:25:44.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-08T18:25:44.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-08T18:25:44.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-08T18:25:44.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-08T18:25:44.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-08T18:25:44.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-08T18:25:44.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-08T18:25:44.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-08T18:25:46.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-08T18:25:46.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-08T18:25:46.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-08T18:25:46.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-08T18:25:46.803Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-03-08T18:25:46.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-08T18:25:46.803Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-08T18:25:46.803Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-08T18:25:46.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2021-03-08T18:25:46.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements [2021-03-08T18:25:46.803Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements [2021-03-08T18:25:47.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements [2021-03-08T18:25:47.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-03-08T18:25:59.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.042s coverage: 94.4% of statements [2021-03-08T18:25:59.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-03-08T18:25:59.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.048s coverage: 81.4% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.6% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 62.4% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 69.0% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.035s coverage: 89.5% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.8% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-08T18:26:11.623Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 29.1% of statements [2021-03-08T18:26:11.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.080s coverage: 95.6% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-08T18:26:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-08T18:26:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-08T18:26:11.624Z] GO111MODULE=on go vet ./... [2021-03-08T18:26:38.359Z] gofmt -l . [2021-03-08T18:26:38.359Z] [ "`gofmt -l .`" = "" ] [2021-03-08T18:26:38.359Z] ./bin/test-go-mod-tidy.sh [2021-03-08T18:26:38.359Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-08T18:26:39.260Z] + ls -al . [2021-03-08T18:26:39.260Z] total 736 [2021-03-08T18:26:39.260Z] drwxrwxr-x 10 1001 1001 4096 Mar 8 18:26 . [2021-03-08T18:26:39.260Z] drwxr-xr-x 4 root root 32 Mar 8 18:24 .. [2021-03-08T18:26:39.260Z] -rw-rw-r-- 1 1001 1001 11 Mar 8 18:23 .dockerignore [2021-03-08T18:26:39.260Z] drwxrwxr-x 8 1001 1001 162 Mar 8 18:23 .git [2021-03-08T18:26:39.260Z] drwxrwxr-x 3 1001 1001 125 Mar 8 18:23 .github [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 818 Mar 8 18:23 .gitignore [2021-03-08T18:26:39.261Z] drwx------ 3 1001 1001 45 Mar 8 18:23 .semver [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 166 Mar 8 18:23 .sonarcloud.properties [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 8475 Mar 8 18:23 Attribution.txt [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 3804 Mar 8 18:23 CONTRIBUTING.md [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 931 Mar 8 18:23 Dockerfile.build [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 863 Mar 8 18:23 Jenkinsfile [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 10775 Mar 8 18:23 LICENSE [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 5774 Mar 8 18:23 Makefile [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 6524 Mar 8 18:23 README.md [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 6755 Mar 8 18:23 SECURITY.md [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 13 Mar 8 18:24 VERSION [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 4131 Mar 8 18:23 ZMQWindows.md [2021-03-08T18:26:39.261Z] drwxrwxr-x 2 1001 1001 117 Mar 8 18:23 bin [2021-03-08T18:26:39.261Z] drwxrwxr-x 14 1001 1001 4096 Mar 8 18:23 cmd [2021-03-08T18:26:39.261Z] -rw-r--r-- 1 root root 622934 Mar 8 18:26 coverage.out [2021-03-08T18:26:39.261Z] -rw-r--r-- 1 root root 1055 Mar 8 18:26 go.mod [2021-03-08T18:26:39.261Z] -rw-r--r-- 1 root root 21699 Mar 8 18:26 go.sum [2021-03-08T18:26:39.261Z] drwxrwxr-x 8 1001 1001 127 Mar 8 18:23 internal [2021-03-08T18:26:39.261Z] drwxrwxr-x 4 1001 1001 26 Mar 8 18:23 openapi [2021-03-08T18:26:39.261Z] drwxrwxr-x 4 1001 1001 71 Mar 8 18:23 snap [2021-03-08T18:26:39.261Z] -rw-rw-r-- 1 1001 1001 168 Mar 8 18:23 version.go [Pipeline] sh [2021-03-08T18:26:39.568Z] + '[' -e coverage.out ] [2021-03-08T18:26:39.568Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-08T18:26:39.863Z] Stashed 1 file(s) [Pipeline] sh [2021-03-08T18:26:40.253Z] + make build [2021-03-08T18:26:40.253Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T18:26:43.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T18:26:51.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T18:26:52.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T18:26:54.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T18:26:54.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T18:26:56.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T18:26:58.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T18:26:58.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T18:27:00.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T18:27:00.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T18:27:02.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-08T18:27:04.311Z] $ docker stop --time=1 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 [2021-03-08T18:27:05.818Z] $ docker rm -f 79d476476255480a429956c273533d394e6fa17d05aa73827080df217bca0ee6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:27:09.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T18:27:09.441Z] [2021-03-08T18:27:09.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:27:09.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T18:27:09.808Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-08T18:27:09.808Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-08T18:27:09.808Z] ca9280d653b3: Pulling fs layer [2021-03-08T18:27:09.808Z] 7e9c9ca2126c: Pulling fs layer [2021-03-08T18:27:09.808Z] cbdbe7a5bc2a: Download complete [2021-03-08T18:27:10.393Z] cbdbe7a5bc2a: Pull complete [2021-03-08T18:27:10.393Z] ca9280d653b3: Verifying Checksum [2021-03-08T18:27:10.393Z] ca9280d653b3: Download complete [2021-03-08T18:27:11.347Z] ca9280d653b3: Pull complete [2021-03-08T18:27:11.347Z] 7e9c9ca2126c: Download complete [2021-03-08T18:27:16.706Z] 7e9c9ca2126c: Pull complete [2021-03-08T18:27:16.706Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-08T18:27:16.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T18:27:16.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-08T18:27:16.838Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:27:16.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-08T18:27:19.782Z] $ docker top fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T18:27:20.382Z] + docker-compose build --help [2021-03-08T18:27:20.382Z] + grep parallel [2021-03-08T18:27:21.328Z] --parallel Build images in parallel. [Pipeline] } [2021-03-08T18:27:21.340Z] $ docker stop --time=1 fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 [2021-03-08T18:27:22.704Z] $ docker rm -f fe744b1ac9e8a781255e4d85ee3afede1a18b44b764cdaaf701fc90aff58b910 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:27:23.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-08T18:27:23.327Z] . [Pipeline] withDockerContainer [2021-03-08T18:27:23.421Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:27:23.464Z] $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-08T18:27:24.056Z] $ docker top 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T18:27:24.518Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T18:27:25.459Z] Building docker-core-command-go ... [2021-03-08T18:27:25.459Z] Building docker-core-data-go ... [2021-03-08T18:27:25.459Z] Building docker-core-metadata-go ... [2021-03-08T18:27:25.459Z] Building docker-security-bootstrapper-go ... [2021-03-08T18:27:25.459Z] Building docker-security-proxy-setup-go ... [2021-03-08T18:27:25.459Z] Building docker-security-secretstore-setup-go ... [2021-03-08T18:27:25.459Z] Building docker-support-notifications-go ... [2021-03-08T18:27:25.459Z] Building docker-support-scheduler-go ... [2021-03-08T18:27:25.459Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T18:27:25.459Z] Building docker-core-command-go [2021-03-08T18:27:25.459Z] Building docker-security-secretstore-setup-go [2021-03-08T18:27:25.459Z] Building docker-support-scheduler-go [2021-03-08T18:27:25.459Z] Building docker-security-bootstrapper-go [2021-03-08T18:27:25.459Z] Building docker-core-data-go [2021-03-08T18:27:53.735Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29020 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-08T18:27:53.847Z] Running in /w/workspace/edgex-go/384 [Pipeline] { [Pipeline] checkout [2021-03-08T18:27:57.639Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:27:57.639Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:27:57.639Z] ---> 42feaaa0cab3 [2021-03-08T18:27:57.639Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T18:27:57.639Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:27:57.639Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:27:57.639Z] ---> 42feaaa0cab3 [2021-03-08T18:27:57.639Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T18:27:57.639Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:27:57.639Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:27:57.639Z] ---> 42feaaa0cab3 [2021-03-08T18:27:57.639Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T18:27:57.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:27:57.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:27:57.639Z] ---> 42feaaa0cab3 [2021-03-08T18:27:57.639Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:27:57.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:27:57.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:27:57.639Z] ---> 42feaaa0cab3 [2021-03-08T18:27:57.639Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:27:57.639Z] ---> Running in 03ac074d0b13 [2021-03-08T18:27:57.907Z] ---> Running in d76117f76f03 [2021-03-08T18:27:57.907Z] ---> Running in 8711bc683552 [2021-03-08T18:27:57.907Z] ---> Running in 4800982435bf [2021-03-08T18:27:57.907Z] ---> Running in 8ec308ef3577 [2021-03-08T18:27:58.182Z] Removing intermediate container 8711bc683552 [2021-03-08T18:27:58.182Z] ---> f1921c8968e9 [2021-03-08T18:27:58.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:27:58.182Z] Removing intermediate container 8ec308ef3577 [2021-03-08T18:27:58.182Z] ---> 177622776e5e [2021-03-08T18:27:58.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:27:58.182Z] Removing intermediate container 4800982435bf [2021-03-08T18:27:58.182Z] ---> 3b274575c84c [2021-03-08T18:27:58.182Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:27:58.182Z] Removing intermediate container d76117f76f03 [2021-03-08T18:27:58.182Z] ---> 7e46215c100a [2021-03-08T18:27:58.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:27:58.447Z] Removing intermediate container 03ac074d0b13 [2021-03-08T18:27:58.447Z] ---> 3a4c7512b712 [2021-03-08T18:27:58.447Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:27:58.447Z] ---> Running in 464c9b97ef94 [2021-03-08T18:27:58.447Z] ---> Running in 96e92aaaa110 [2021-03-08T18:27:58.447Z] ---> Running in 39588c43da5c [2021-03-08T18:27:58.447Z] ---> Running in 13ea675f0399 [2021-03-08T18:27:58.447Z] ---> Running in 893f41f2b478 [2021-03-08T18:27:59.220Z] using credential edgex-jenkins-ssh [2021-03-08T18:27:59.313Z] Cloning the remote Git repository [2021-03-08T18:27:59.368Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-08T18:27:59.477Z] > git init /w/workspace/edgex-go/384 # timeout=10 [2021-03-08T18:27:59.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T18:27:59.564Z] > git --version # timeout=10 [2021-03-08T18:27:59.581Z] > git --version # 'git version 2.17.1' [2021-03-08T18:27:59.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T18:27:59.658Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T18:28:00.402Z] Removing intermediate container 464c9b97ef94 [2021-03-08T18:28:00.402Z] ---> a530a6da34a4 [2021-03-08T18:28:00.402Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T18:28:00.402Z] Removing intermediate container 96e92aaaa110 [2021-03-08T18:28:00.402Z] ---> a614224d004b [2021-03-08T18:28:00.402Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T18:28:00.402Z] Removing intermediate container 39588c43da5c [2021-03-08T18:28:00.402Z] ---> 342605aeceda [2021-03-08T18:28:00.402Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T18:28:00.669Z] ---> Running in 68dbff3aeae0 [2021-03-08T18:28:00.669Z] Removing intermediate container 13ea675f0399 [2021-03-08T18:28:00.669Z] ---> b87a84e30bb5 [2021-03-08T18:28:00.669Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T18:28:00.669Z] ---> Running in 3cc3bc2c2553 [2021-03-08T18:28:00.669Z] ---> Running in e2d916413da9 [2021-03-08T18:28:00.934Z] Removing intermediate container 893f41f2b478 [2021-03-08T18:28:00.934Z] ---> deeaec71636e [2021-03-08T18:28:00.934Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T18:28:00.934Z] ---> Running in 4d1f13483426 [2021-03-08T18:28:00.934Z] ---> Running in 760927f8e711 [2021-03-08T18:28:01.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:01.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:01.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:01.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:01.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:28:02.640Z] OK: 233 MiB in 51 packages [2021-03-08T18:28:02.905Z] OK: 233 MiB in 51 packages [2021-03-08T18:28:02.906Z] OK: 233 MiB in 51 packages [2021-03-08T18:28:02.906Z] OK: 233 MiB in 51 packages [2021-03-08T18:28:02.906Z] OK: 233 MiB in 51 packages [2021-03-08T18:28:03.481Z] Removing intermediate container 68dbff3aeae0 [2021-03-08T18:28:03.481Z] ---> 8569ef022f18 [2021-03-08T18:28:03.481Z] Step 6/24 : COPY go.mod . [2021-03-08T18:28:03.747Z] Removing intermediate container 4d1f13483426 [2021-03-08T18:28:03.747Z] ---> 6df962e5c728 [2021-03-08T18:28:03.747Z] Step 6/23 : COPY go.mod . [2021-03-08T18:28:03.747Z] Removing intermediate container 3cc3bc2c2553 [2021-03-08T18:28:03.747Z] ---> a6b704aa4b9c [2021-03-08T18:28:03.747Z] Step 6/23 : COPY go.mod . [2021-03-08T18:28:04.012Z] ---> 9074cb65463d [2021-03-08T18:28:04.012Z] Step 7/24 : RUN go mod download [2021-03-08T18:28:04.012Z] Removing intermediate container e2d916413da9 [2021-03-08T18:28:04.012Z] ---> 76ca47fba96f [2021-03-08T18:28:04.012Z] Step 6/22 : COPY go.mod . [2021-03-08T18:28:04.012Z] ---> Running in 2c831c6d8bc9 [2021-03-08T18:28:04.274Z] Removing intermediate container 760927f8e711 [2021-03-08T18:28:04.274Z] ---> d2f9134e83a3 [2021-03-08T18:28:04.274Z] Step 6/31 : COPY go.mod . [2021-03-08T18:28:04.274Z] ---> 162576edd6b1 [2021-03-08T18:28:04.274Z] Step 7/23 : RUN go mod download [2021-03-08T18:28:04.274Z] ---> dba5265242d5 [2021-03-08T18:28:04.274Z] Step 7/23 : RUN go mod download [2021-03-08T18:28:04.541Z] ---> Running in e8dee65597cb [2021-03-08T18:28:04.541Z] ---> Running in e90f24fcebbe [2021-03-08T18:28:04.541Z] ---> af03df3e6d5d [2021-03-08T18:28:04.541Z] Step 7/22 : RUN go mod download [2021-03-08T18:28:04.807Z] ---> dca261d7be12 [2021-03-08T18:28:04.807Z] Step 7/31 : RUN go mod download [2021-03-08T18:28:04.807Z] ---> Running in 5af066f89357 [2021-03-08T18:28:04.807Z] ---> Running in 40f8d65c34bd [2021-03-08T18:28:07.265Z] Removing intermediate container e90f24fcebbe [2021-03-08T18:28:07.265Z] ---> 187994b0a1ad [2021-03-08T18:28:07.265Z] Step 8/23 : COPY . . [2021-03-08T18:28:07.265Z] Removing intermediate container 2c831c6d8bc9 [2021-03-08T18:28:07.265Z] ---> f40109562173 [2021-03-08T18:28:07.265Z] Step 8/24 : COPY . . [2021-03-08T18:28:08.216Z] Removing intermediate container e8dee65597cb [2021-03-08T18:28:08.216Z] ---> 2451850e2584 [2021-03-08T18:28:08.216Z] Step 8/23 : COPY . . [2021-03-08T18:28:11.564Z] Removing intermediate container 5af066f89357 [2021-03-08T18:28:11.564Z] ---> ef785db9405a [2021-03-08T18:28:11.564Z] Step 8/22 : COPY . . [2021-03-08T18:28:11.564Z] Removing intermediate container 40f8d65c34bd [2021-03-08T18:28:11.564Z] ---> 1bf08a8d4640 [2021-03-08T18:28:11.564Z] Step 8/31 : COPY . . [2021-03-08T18:28:17.861Z] Checking out Revision 7248181b27c1f196cc7a2300d5170335b9add480 (master) [2021-03-08T18:28:17.178Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T18:28:17.215Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-08T18:28:17.239Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-08T18:28:17.269Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-08T18:28:17.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-08T18:28:17.281Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-08T18:28:17.879Z] > git config core.sparsecheckout # timeout=10 [2021-03-08T18:28:17.940Z] > git checkout -f 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-08T18:28:22.400Z] Commit message: "feat(notifications): Implement GET /notification/status/{status} V2 API (#3236)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-08T18:28:23.892Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-08T18:28:24.304Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-08T18:28:24.677Z] + sudo service docker restart [2021-03-08T18:28:24.677Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T18:28:27.390Z] provisioning config files... [2021-03-08T18:28:27.434Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config8494950127133390449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:28:27.846Z] ---> docker-login.sh [2021-03-08T18:28:27.846Z] nexus3.edgexfoundry.org:10001 [2021-03-08T18:28:28.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:28:29.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:28:29.102Z] Configure a credential helper to remove this warning. See [2021-03-08T18:28:29.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:28:29.102Z] [2021-03-08T18:28:29.102Z] Login Succeeded [2021-03-08T18:28:29.102Z] nexus3.edgexfoundry.org:10002 [2021-03-08T18:28:29.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:28:29.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:28:29.652Z] Configure a credential helper to remove this warning. See [2021-03-08T18:28:29.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:28:29.652Z] [2021-03-08T18:28:29.652Z] Login Succeeded [2021-03-08T18:28:29.652Z] nexus3.edgexfoundry.org:10003 [2021-03-08T18:28:29.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:28:30.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:28:30.202Z] Configure a credential helper to remove this warning. See [2021-03-08T18:28:30.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:28:30.202Z] [2021-03-08T18:28:30.202Z] Login Succeeded [2021-03-08T18:28:30.202Z] nexus3.edgexfoundry.org:10004 [2021-03-08T18:28:30.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:28:30.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:28:30.749Z] Configure a credential helper to remove this warning. See [2021-03-08T18:28:30.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:28:30.749Z] [2021-03-08T18:28:30.749Z] Login Succeeded [2021-03-08T18:28:30.749Z] docker.io [2021-03-08T18:28:31.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:28:31.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:28:31.298Z] Configure a credential helper to remove this warning. See [2021-03-08T18:28:31.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:28:31.298Z] [2021-03-08T18:28:31.298Z] Login Succeeded [2021-03-08T18:28:31.298Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T18:28:31.316Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-08T18:28:31.835Z] ========================================================= [2021-03-08T18:28:31.835Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-08T18:28:31.835Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:28:32.219Z] + 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-03-08T18:28:34.863Z] Sending build context to Docker daemon 166.6MB [2021-03-08T18:28:34.863Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-08T18:28:34.863Z] Step 2/6 : FROM ${BASE} [2021-03-08T18:28:34.863Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-08T18:28:34.863Z] 5f621e34cdf4: Pulling fs layer [2021-03-08T18:28:34.863Z] a4357932f1b6: Pulling fs layer [2021-03-08T18:28:34.863Z] 18c013af1878: Pulling fs layer [2021-03-08T18:28:34.863Z] 00ac8860ef70: Pulling fs layer [2021-03-08T18:28:34.863Z] 63d7cb157983: Pulling fs layer [2021-03-08T18:28:34.863Z] b116817d02f9: Pulling fs layer [2021-03-08T18:28:34.863Z] 745a02a5169b: Pulling fs layer [2021-03-08T18:28:34.863Z] 00ac8860ef70: Waiting [2021-03-08T18:28:34.863Z] 63d7cb157983: Waiting [2021-03-08T18:28:34.863Z] b116817d02f9: Waiting [2021-03-08T18:28:34.863Z] 745a02a5169b: Waiting [2021-03-08T18:28:34.863Z] 18c013af1878: Verifying Checksum [2021-03-08T18:28:34.863Z] 18c013af1878: Download complete [2021-03-08T18:28:34.863Z] a4357932f1b6: Verifying Checksum [2021-03-08T18:28:34.863Z] a4357932f1b6: Download complete [2021-03-08T18:28:34.863Z] 63d7cb157983: Verifying Checksum [2021-03-08T18:28:34.863Z] 63d7cb157983: Download complete [2021-03-08T18:28:34.863Z] b116817d02f9: Verifying Checksum [2021-03-08T18:28:34.863Z] b116817d02f9: Download complete [2021-03-08T18:28:34.863Z] 5f621e34cdf4: Verifying Checksum [2021-03-08T18:28:34.863Z] 5f621e34cdf4: Download complete [2021-03-08T18:28:35.864Z] 5f621e34cdf4: Pull complete [2021-03-08T18:28:36.145Z] a4357932f1b6: Pull complete [2021-03-08T18:28:36.756Z] 18c013af1878: Pull complete [2021-03-08T18:28:37.360Z] 745a02a5169b: Verifying Checksum [2021-03-08T18:28:37.360Z] 745a02a5169b: Download complete [2021-03-08T18:28:38.819Z] 00ac8860ef70: Verifying Checksum [2021-03-08T18:28:38.819Z] 00ac8860ef70: Download complete [2021-03-08T18:28:49.007Z] 00ac8860ef70: Pull complete [2021-03-08T18:28:49.281Z] 63d7cb157983: Pull complete [2021-03-08T18:28:49.555Z] b116817d02f9: Pull complete [2021-03-08T18:28:50.926Z] ---> 6c0c0c1b24fc [2021-03-08T18:28:50.927Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T18:28:50.927Z] ---> bee76e2dfdc5 [2021-03-08T18:28:50.927Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T18:28:50.927Z] ---> d9d57de4d0b4 [2021-03-08T18:28:50.927Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T18:28:50.927Z] ---> Running in 1fdfc3195ac8 [2021-03-08T18:28:50.927Z] ---> Running in 0de29da98428 [2021-03-08T18:28:50.927Z] ---> bae23027e7b5 [2021-03-08T18:28:50.927Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-08T18:28:50.927Z] ---> 14f33c394e6c [2021-03-08T18:28:50.927Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T18:28:50.927Z] ---> Running in 5ec5d8e2550e [2021-03-08T18:28:50.927Z] ---> Running in 8d0c7f85d745 [2021-03-08T18:28:50.927Z] ---> Running in a979ecd6ff45 [2021-03-08T18:28:50.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T18:28:50.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-08T18:28:50.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T18:28:50.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T18:28:50.927Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T18:28:54.031Z] 745a02a5169b: Pull complete [2021-03-08T18:28:54.031Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-08T18:28:54.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-08T18:28:54.031Z] ---> b7e6874047d6 [2021-03-08T18:28:54.031Z] 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-03-08T18:28:56.691Z] ---> Running in 3c86b9d047b7 [2021-03-08T18:28:58.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:28:58.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:28:59.346Z] (1/12) Installing libmagic (5.38-r0) [2021-03-08T18:28:59.622Z] (2/12) Installing file (5.38-r0) [2021-03-08T18:28:59.622Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-08T18:28:59.622Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-08T18:29:05.022Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-08T18:29:05.022Z] (6/12) Installing patch (2.7.6-r6) [2021-03-08T18:29:05.022Z] (7/12) Installing build-base (0.5-r2) [2021-03-08T18:29:05.022Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-08T18:29:05.022Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-08T18:29:05.022Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-08T18:29:05.296Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-08T18:29:05.296Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-08T18:29:05.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:05.568Z] OK: 217 MiB in 51 packages [2021-03-08T18:29:09.901Z] Removing intermediate container 3c86b9d047b7 [2021-03-08T18:29:09.901Z] ---> c898081b033b [2021-03-08T18:29:09.901Z] Step 4/6 : WORKDIR /edgex-go [2021-03-08T18:29:09.901Z] ---> Running in 01c527c14710 [2021-03-08T18:29:10.179Z] Removing intermediate container 01c527c14710 [2021-03-08T18:29:10.179Z] ---> d371e8d272c1 [2021-03-08T18:29:10.179Z] Step 5/6 : COPY go.mod . [2021-03-08T18:29:10.781Z] ---> 74f911713b27 [2021-03-08T18:29:10.781Z] Step 6/6 : RUN go mod download [2021-03-08T18:29:10.781Z] ---> Running in 38be5373d2a7 [2021-03-08T18:29:17.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T18:29:24.321Z] Removing intermediate container 1fdfc3195ac8 [2021-03-08T18:29:24.321Z] ---> 0c40c625ef0e [2021-03-08T18:29:24.321Z] [2021-03-08T18:29:24.321Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T18:29:24.584Z] 3.12: Pulling from library/alpine [2021-03-08T18:29:27.186Z] Removing intermediate container 5ec5d8e2550e [2021-03-08T18:29:27.186Z] ---> 4a82b887471d [2021-03-08T18:29:27.186Z] [2021-03-08T18:29:27.186Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T18:29:27.186Z] 3.12: Pulling from library/alpine [2021-03-08T18:29:27.186Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T18:29:27.186Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T18:29:27.186Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T18:29:27.186Z] ---> 88dd2752d2ea [2021-03-08T18:29:27.186Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T18:29:27.186Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T18:29:27.186Z] ---> 88dd2752d2ea [2021-03-08T18:29:27.186Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T18:29:27.186Z] Removing intermediate container 0de29da98428 [2021-03-08T18:29:27.186Z] ---> 1973ded91e42 [2021-03-08T18:29:27.186Z] [2021-03-08T18:29:27.186Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:29:27.186Z] ---> 88dd2752d2ea [2021-03-08T18:29:27.186Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:29:28.583Z] ---> Running in 8a6a626297fd [2021-03-08T18:29:28.583Z] ---> Running in 43f46810d447 [2021-03-08T18:29:28.583Z] ---> Running in ce699904ee9a [2021-03-08T18:29:30.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:30.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:30.813Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T18:29:30.813Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:30.813Z] OK: 6 MiB in 15 packages [2021-03-08T18:29:31.388Z] Removing intermediate container ce699904ee9a [2021-03-08T18:29:31.388Z] ---> 024180417c0f [2021-03-08T18:29:31.388Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T18:29:31.388Z] Removing intermediate container 8d0c7f85d745 [2021-03-08T18:29:31.388Z] ---> ece34a1915a5 [2021-03-08T18:29:31.388Z] [2021-03-08T18:29:31.388Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T18:29:31.388Z] ---> 88dd2752d2ea [2021-03-08T18:29:31.388Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:29:31.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:31.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:31.388Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T18:29:31.651Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:29:31.651Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T18:29:31.651Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T18:29:31.651Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T18:29:31.651Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:31.651Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:29:31.651Z] OK: 7 MiB in 19 packages [2021-03-08T18:29:34.204Z] ---> Running in e62f132dd480 [2021-03-08T18:29:34.204Z] ---> Running in df3ff125bde7 [2021-03-08T18:29:34.204Z] Removing intermediate container a979ecd6ff45 [2021-03-08T18:29:34.204Z] ---> 11929eb892a7 [2021-03-08T18:29:34.204Z] [2021-03-08T18:29:34.204Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:29:34.204Z] ---> 88dd2752d2ea [2021-03-08T18:29:34.204Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T18:29:34.204Z] ---> Running in 4aca934dbbbd [2021-03-08T18:29:34.204Z] Removing intermediate container 8a6a626297fd [2021-03-08T18:29:34.204Z] ---> 1a84d6a18f43 [2021-03-08T18:29:34.204Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:29:34.794Z] ---> Running in 0cc58de14b9d [2021-03-08T18:29:34.794Z] Removing intermediate container 4aca934dbbbd [2021-03-08T18:29:34.794Z] ---> 9aac64011b1c [2021-03-08T18:29:34.794Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T18:29:34.794Z] ---> Running in ed58991013a0 [2021-03-08T18:29:35.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:35.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:35.326Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T18:29:35.326Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T18:29:35.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:35.326Z] OK: 6 MiB in 16 packages [2021-03-08T18:29:35.326Z] Removing intermediate container 0cc58de14b9d [2021-03-08T18:29:35.326Z] ---> f99cb83a13b5 [2021-03-08T18:29:35.326Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T18:29:35.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:35.326Z] Removing intermediate container 43f46810d447 [2021-03-08T18:29:35.326Z] ---> e403e48d1524 [2021-03-08T18:29:35.326Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T18:29:35.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:35.599Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T18:29:35.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:35.599Z] OK: 6 MiB in 15 packages [2021-03-08T18:29:35.599Z] ---> Running in c0d37c598a3b [2021-03-08T18:29:35.599Z] ---> Running in 9c256c4785ca [2021-03-08T18:29:35.599Z] Removing intermediate container ed58991013a0 [2021-03-08T18:29:35.599Z] ---> c7163c92e9c2 [2021-03-08T18:29:35.599Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T18:29:35.863Z] ---> Running in 724420eaf8aa [2021-03-08T18:29:36.133Z] Removing intermediate container c0d37c598a3b [2021-03-08T18:29:36.133Z] ---> 45a1013729fe [2021-03-08T18:29:36.133Z] Step 13/24 : WORKDIR / [2021-03-08T18:29:36.133Z] Removing intermediate container 9c256c4785ca [2021-03-08T18:29:36.133Z] ---> b3b881b4718a [2021-03-08T18:29:36.133Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T18:29:36.401Z] ---> Running in 61a80400236d [2021-03-08T18:29:36.401Z] ---> Running in f39e379dbccc [2021-03-08T18:29:36.401Z] Removing intermediate container 724420eaf8aa [2021-03-08T18:29:36.401Z] ---> 0cf6bfd67ecc [2021-03-08T18:29:36.401Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:29:36.401Z] Removing intermediate container e62f132dd480 [2021-03-08T18:29:36.401Z] ---> ded253d56554 [2021-03-08T18:29:36.401Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T18:29:36.662Z] ---> Running in 21e60487bd89 [2021-03-08T18:29:36.662Z] ---> Running in 72e277319063 [2021-03-08T18:29:36.663Z] Removing intermediate container df3ff125bde7 [2021-03-08T18:29:36.663Z] ---> 73c439f625fb [2021-03-08T18:29:36.663Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:29:36.663Z] Removing intermediate container f39e379dbccc [2021-03-08T18:29:36.663Z] ---> 6f9cf75b4168 [2021-03-08T18:29:36.663Z] Step 15/23 : WORKDIR / [2021-03-08T18:29:36.663Z] Removing intermediate container 61a80400236d [2021-03-08T18:29:36.663Z] ---> ae0e0b6b36c4 [2021-03-08T18:29:36.663Z] 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-03-08T18:29:36.925Z] ---> Running in 868f416c1b26 [2021-03-08T18:29:36.925Z] ---> Running in 84fe1040b123 [2021-03-08T18:29:37.193Z] Removing intermediate container 72e277319063 [2021-03-08T18:29:37.193Z] ---> 3cdca4f20f76 [2021-03-08T18:29:37.193Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T18:29:37.193Z] ---> e20fcd0b122c [2021-03-08T18:29:37.193Z] 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-03-08T18:29:37.193Z] ---> Running in 80f52fb8d6bf [2021-03-08T18:29:37.455Z] Removing intermediate container 868f416c1b26 [2021-03-08T18:29:37.455Z] ---> ba0346555eec [2021-03-08T18:29:37.455Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T18:29:37.455Z] Removing intermediate container 84fe1040b123 [2021-03-08T18:29:37.455Z] ---> ed344bbf6a9d [2021-03-08T18:29:37.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:29:37.632Z] Removing intermediate container 38be5373d2a7 [2021-03-08T18:29:37.632Z] ---> f0d77dd63189 [2021-03-08T18:29:37.632Z] Successfully built f0d77dd63189 [2021-03-08T18:29:37.632Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:29:37.721Z] ---> Running in 9a6c96841f21 [2021-03-08T18:29:37.721Z] ---> 1fba89ef23f7 [2021-03-08T18:29:37.721Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T18:29:37.721Z] Removing intermediate container 80f52fb8d6bf [2021-03-08T18:29:37.721Z] ---> d77068fd1cfc [2021-03-08T18:29:37.721Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T18:29:37.977Z] + docker inspect -f . ci-base-image-arm64 [2021-03-08T18:29:37.977Z] . [2021-03-08T18:29:37.983Z] ---> Running in c8309f514f12 [2021-03-08T18:29:37.983Z] ---> 44137b352c4a [2021-03-08T18:29:37.983Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] withDockerContainer [2021-03-08T18:29:38.249Z] ---> 8cfd87e255c1 [2021-03-08T18:29:38.250Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T18:29:38.250Z] Removing intermediate container 9a6c96841f21 [2021-03-08T18:29:38.250Z] ---> 01fe81c4c50f [2021-03-08T18:29:38.250Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T18:29:38.282Z] prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container [2021-03-08T18:29:38.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-08T18:29:38.511Z] ---> Running in cef6febeccd2 [2021-03-08T18:29:38.781Z] Removing intermediate container 21e60487bd89 [2021-03-08T18:29:38.781Z] ---> 9d52626c1e50 [2021-03-08T18:29:38.781Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T18:29:38.781Z] ---> 4119cdbb6585 [2021-03-08T18:29:38.781Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T18:29:38.781Z] Removing intermediate container cef6febeccd2 [2021-03-08T18:29:38.781Z] ---> 59da70df4785 [2021-03-08T18:29:38.781Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:29:38.781Z] ---> 8765c05bb31e [2021-03-08T18:29:38.781Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T18:29:39.044Z] ---> Running in d65ed83832fb [2021-03-08T18:29:39.311Z] ---> a71cfc3e0938 [2021-03-08T18:29:39.311Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T18:29:39.575Z] ---> Running in 36a82be73895 [2021-03-08T18:29:39.575Z] ---> c561368bb26e [2021-03-08T18:29:39.575Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T18:29:39.575Z] ---> ac7f69e12bc4 [2021-03-08T18:29:39.575Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T18:29:39.806Z] $ docker top 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f -eo pid,comm [2021-03-08T18:29:39.841Z] Removing intermediate container 36a82be73895 [2021-03-08T18:29:39.841Z] ---> 28f1ea3a87cd [2021-03-08T18:29:39.841Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:29:39.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:40.103Z] ---> Running in 4a0259c4afea [2021-03-08T18:29:40.103Z] Removing intermediate container c8309f514f12 [2021-03-08T18:29:40.103Z] ---> 9335fd86f1e5 [2021-03-08T18:29:40.103Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T18:29:40.103Z] ---> 0275f7afde74 [2021-03-08T18:29:40.103Z] 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-03-08T18:29:40.103Z] ---> Running in 33a25050aba1 [Pipeline] { [Pipeline] sh [2021-03-08T18:29:40.365Z] ---> d4e789d865b1 [2021-03-08T18:29:40.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T18:29:40.365Z] ---> Running in 65a898708fda [2021-03-08T18:29:40.365Z] Removing intermediate container 4a0259c4afea [2021-03-08T18:29:40.365Z] ---> 154adda11951 [2021-03-08T18:29:40.365Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T18:29:40.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:29:40.628Z] Removing intermediate container 33a25050aba1 [2021-03-08T18:29:40.628Z] ---> de671b6f7985 [2021-03-08T18:29:40.628Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T18:29:40.628Z] ---> Running in 0b07d5e5f80c [2021-03-08T18:29:40.825Z] + go version [2021-03-08T18:29:40.825Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-08T18:29:40.846Z] $ docker stop --time=1 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f [2021-03-08T18:29:40.889Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T18:29:41.151Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T18:29:41.151Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T18:29:41.416Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T18:29:41.416Z] ---> 1c76faba1749 [2021-03-08T18:29:41.416Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T18:29:41.416Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T18:29:41.416Z] ---> Running in f08ac38a6fc7 [2021-03-08T18:29:41.679Z] ---> 47601acbc9e5 [2021-03-08T18:29:41.679Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T18:29:41.679Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T18:29:41.679Z] Removing intermediate container 0b07d5e5f80c [2021-03-08T18:29:41.679Z] ---> 093cb367e450 [2021-03-08T18:29:41.679Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:29:41.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:29:41.679Z] OK: 8 MiB in 20 packages [2021-03-08T18:29:41.943Z] ---> Running in 68f84dbe0690 [2021-03-08T18:29:41.943Z] ---> Running in a7fc2eb5f2cc [2021-03-08T18:29:41.943Z] Removing intermediate container f08ac38a6fc7 [2021-03-08T18:29:41.943Z] ---> 97e5bdff39d3 [2021-03-08T18:29:41.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:29:42.204Z] ---> Running in ac835a6f15e2 [2021-03-08T18:29:42.204Z] Removing intermediate container a7fc2eb5f2cc [2021-03-08T18:29:42.204Z] ---> 0110a38a7844 [2021-03-08T18:29:42.204Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:29:42.474Z] Removing intermediate container 65a898708fda [2021-03-08T18:29:42.475Z] ---> ca59a77d2f6d [2021-03-08T18:29:42.475Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T18:29:42.475Z] ---> Running in 3891b0fa2a53 [2021-03-08T18:29:42.712Z] $ docker rm -f 0db4624a1e2e0abe405666042d50a8f605e95946bf9b9654b0cde76d5205d37f [2021-03-08T18:29:42.738Z] ---> Running in 3c1f7158434a [2021-03-08T18:29:42.738Z] Removing intermediate container ac835a6f15e2 [2021-03-08T18:29:42.738Z] ---> fb88dec861c6 [2021-03-08T18:29:42.738Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T18:29:42.738Z] ---> Running in cf1ffd875960 [Pipeline] // withDockerContainer [2021-03-08T18:29:43.004Z] Removing intermediate container 3891b0fa2a53 [2021-03-08T18:29:43.004Z] ---> fc43ecf8b957 [2021-03-08T18:29:43.004Z] [2021-03-08T18:29:43.004Z] Removing intermediate container 3c1f7158434a [2021-03-08T18:29:43.004Z] ---> d65298748cef [2021-03-08T18:29:43.004Z] Step 22/24 : LABEL arch=x86_64 [2021-03-08T18:29:43.004Z] Removing intermediate container d65ed83832fb [2021-03-08T18:29:43.004Z] ---> 378c698b5e2a [2021-03-08T18:29:43.004Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-08T18:29:43.270Z] Successfully built fc43ecf8b957 [2021-03-08T18:29:43.270Z] ---> Running in 848a3ec79270 [2021-03-08T18:29:43.270Z] Removing intermediate container cf1ffd875960 [2021-03-08T18:29:43.270Z] ---> cfdbe63a9ddd [2021-03-08T18:29:43.270Z] Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:29:43.270Z] Successfully tagged docker-core-command-go:latest [2021-03-08T18:29:43.270Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-08T18:29:43.270Z] ---> Running in e10160ea2be7 [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-03-08T18:29:43.537Z] Removing intermediate container 848a3ec79270 [2021-03-08T18:29:43.538Z] ---> 73b5588dd348 [2021-03-08T18:29:43.538Z] Step 23/24 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:29:43.808Z] ---> 78c959cb8a42 [2021-03-08T18:29:43.808Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T18:29:43.808Z] Removing intermediate container e10160ea2be7 [2021-03-08T18:29:43.808Z] ---> d7c3ef0fcd52 [2021-03-08T18:29:43.808Z] Step 22/22 : LABEL version=2.0.0-dev.117 [2021-03-08T18:29:43.808Z] ---> Running in 954565032f40 [2021-03-08T18:29:43.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T18:29:43.949Z] [2021-03-08T18:29:43.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:29:44.073Z] ---> Running in ac29ea5b77b6 [2021-03-08T18:29:44.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T18:29:44.334Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-08T18:29:44.334Z] 29e5d40040c1: Pulling fs layer [2021-03-08T18:29:44.334Z] 1ce36da41761: Pulling fs layer [2021-03-08T18:29:44.334Z] 25b303627fd3: Pulling fs layer [2021-03-08T18:29:44.337Z] Removing intermediate container 954565032f40 [2021-03-08T18:29:44.337Z] ---> c842f37a2263 [2021-03-08T18:29:44.337Z] Step 24/24 : LABEL version=2.0.0-dev.117 [2021-03-08T18:29:44.337Z] Removing intermediate container 68f84dbe0690 [2021-03-08T18:29:44.337Z] ---> d9eb16f9270c [2021-03-08T18:29:44.337Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:29:44.601Z] ---> Running in 28641b395a01 [2021-03-08T18:29:44.601Z] Removing intermediate container ac29ea5b77b6 [2021-03-08T18:29:44.601Z] ---> ddb665e76286 [2021-03-08T18:29:44.601Z] [2021-03-08T18:29:44.601Z] ---> 20efdb293823 [2021-03-08T18:29:44.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T18:29:44.866Z] ---> ecff2db212ec [2021-03-08T18:29:44.866Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-08T18:29:44.866Z] Successfully built ddb665e76286 [2021-03-08T18:29:44.866Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-08T18:29:44.866Z] Building docker-support-notifications-go [2021-03-08T18:29:44.866Z]  Building docker-support-scheduler-go ... done Removing intermediate container 28641b395a01 [2021-03-08T18:29:44.866Z] ---> 9df71f61a6dd [2021-03-08T18:29:44.866Z] [2021-03-08T18:29:44.926Z] 29e5d40040c1: Download complete [2021-03-08T18:29:45.136Z] ---> c12c4255b077 [2021-03-08T18:29:45.136Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T18:29:45.136Z] Successfully built 9df71f61a6dd [2021-03-08T18:29:45.136Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-08T18:29:45.136Z] Building docker-core-metadata-go [2021-03-08T18:29:45.136Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 12b42877dd40 [2021-03-08T18:29:45.202Z] 1ce36da41761: Download complete [2021-03-08T18:29:45.400Z] ---> 43ac9479fb7a [2021-03-08T18:29:45.400Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T18:29:45.474Z] 29e5d40040c1: Pull complete [2021-03-08T18:29:46.904Z] 1ce36da41761: Pull complete [2021-03-08T18:29:47.175Z] 25b303627fd3: Verifying Checksum [2021-03-08T18:29:47.175Z] 25b303627fd3: Download complete [2021-03-08T18:29:48.515Z] Removing intermediate container 12b42877dd40 [2021-03-08T18:29:48.515Z] ---> 1319928d2adb [2021-03-08T18:29:48.515Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:29:50.445Z] ---> Running in ad1d68222956 [2021-03-08T18:29:51.855Z] ---> d4054e3968cd [2021-03-08T18:29:51.856Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T18:29:53.253Z] Removing intermediate container ad1d68222956 [2021-03-08T18:29:53.253Z] ---> 4a8e6b1e9fad [2021-03-08T18:29:53.253Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T18:29:53.253Z] ---> Running in b287578df8b2 [2021-03-08T18:29:53.253Z] ---> cad2f51d4a11 [2021-03-08T18:29:53.253Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T18:29:53.521Z] Removing intermediate container b287578df8b2 [2021-03-08T18:29:53.521Z] ---> 718483c1fd11 [2021-03-08T18:29:53.521Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:29:53.521Z] ---> aa841c712cbe [2021-03-08T18:29:53.521Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T18:29:54.105Z] ---> Running in 6c585ad2ee9d [2021-03-08T18:29:57.338Z] 25b303627fd3: Pull complete [2021-03-08T18:29:57.338Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-08T18:29:57.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T18:29:57.338Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-08T18:29:57.583Z] prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container [2021-03-08T18:29:57.671Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-08T18:29:58.387Z] ---> Running in 3e758aa375d9 [2021-03-08T18:30:00.756Z] $ docker top 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T18:30:01.731Z] Removing intermediate container 6c585ad2ee9d [2021-03-08T18:30:01.731Z] ---> 3df151f737e8 [2021-03-08T18:30:01.731Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:30:01.822Z] + grep parallel [2021-03-08T18:30:01.822Z] + docker-compose build --help [2021-03-08T18:30:03.753Z] ---> Running in bb9174ba3071 [2021-03-08T18:30:03.754Z] Removing intermediate container 3e758aa375d9 [2021-03-08T18:30:03.754Z] ---> c83c099c6b1b [2021-03-08T18:30:03.754Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T18:30:04.020Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:30:04.020Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:30:04.020Z] ---> 42feaaa0cab3 [2021-03-08T18:30:04.020Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T18:30:04.282Z] ---> Using cache [2021-03-08T18:30:04.282Z] ---> 3a4c7512b712 [2021-03-08T18:30:04.282Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:30:04.282Z] ---> Using cache [2021-03-08T18:30:04.282Z] ---> deeaec71636e [2021-03-08T18:30:04.282Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T18:30:05.231Z] --parallel Build images in parallel. [2021-03-08T18:30:05.238Z] ---> Running in 88dd8cb38083 [2021-03-08T18:30:05.238Z] Removing intermediate container bb9174ba3071 [2021-03-08T18:30:05.238Z] ---> 18fb60981ce2 [2021-03-08T18:30:05.238Z] [Pipeline] } [2021-03-08T18:30:05.252Z] $ docker stop --time=1 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 [2021-03-08T18:30:05.500Z] ---> 4b68ed47fab5 [2021-03-08T18:30:05.500Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T18:30:05.500Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:30:05.500Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:30:05.500Z] ---> 42feaaa0cab3 [2021-03-08T18:30:05.500Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T18:30:05.500Z] ---> Using cache [2021-03-08T18:30:05.500Z] ---> 3a4c7512b712 [2021-03-08T18:30:05.500Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:30:05.500Z] ---> Using cache [2021-03-08T18:30:05.500Z] ---> deeaec71636e [2021-03-08T18:30:05.500Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T18:30:06.084Z] Successfully built 18fb60981ce2 [2021-03-08T18:30:06.084Z] Successfully tagged docker-core-data-go:latest [2021-03-08T18:30:06.084Z] Building docker-security-proxy-setup-go [2021-03-08T18:30:06.084Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:30:06.084Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:30:06.084Z] ---> 42feaaa0cab3 [2021-03-08T18:30:06.084Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:30:06.084Z] ---> Using cache [2021-03-08T18:30:06.084Z] ---> 3a4c7512b712 [2021-03-08T18:30:06.084Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:30:06.084Z] ---> Using cache [2021-03-08T18:30:06.084Z] ---> deeaec71636e [2021-03-08T18:30:06.084Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T18:30:06.084Z] ---> Using cache [2021-03-08T18:30:06.084Z] ---> d2f9134e83a3 [2021-03-08T18:30:06.084Z] Step 6/23 : COPY go.mod . [2021-03-08T18:30:06.084Z] ---> Using cache [2021-03-08T18:30:06.084Z] ---> dca261d7be12 [2021-03-08T18:30:06.084Z] Step 7/23 : RUN go mod download [2021-03-08T18:30:06.084Z] ---> Using cache [2021-03-08T18:30:06.084Z] ---> 1bf08a8d4640 [2021-03-08T18:30:06.084Z] Step 8/23 : COPY . . [2021-03-08T18:30:06.351Z] ---> Using cache [2021-03-08T18:30:06.352Z] ---> bee76e2dfdc5 [2021-03-08T18:30:06.352Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T18:30:07.259Z] $ docker rm -f 257ab2e264fdfd694e47ede915a9802061c28192640235ab8a03029eeecc3397 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:30:07.745Z] ---> Running in 32d54a62a2aa [2021-03-08T18:30:08.007Z] ---> Running in 960d52fc6e00 [2021-03-08T18:30:08.007Z] ---> Running in 3b21566cf4ff [2021-03-08T18:30:08.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:30:08.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-08T18:30:08.049Z] . [Pipeline] withDockerContainer [2021-03-08T18:30:08.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-29020 does not seem to be running inside a container [2021-03-08T18:30:08.413Z] $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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-03-08T18:30:08.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:30:09.535Z] OK: 233 MiB in 51 packages [2021-03-08T18:30:10.087Z] $ docker top ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 -eo pid,comm [2021-03-08T18:30:10.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:30:10.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T18:30:10.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-03-08T18:30:11.037Z] Removing intermediate container 88dd8cb38083 [2021-03-08T18:30:11.037Z] ---> fce9644acc7f [2021-03-08T18:30:11.037Z] Step 6/26 : COPY go.mod . [2021-03-08T18:30:11.311Z] OK: 233 MiB in 51 packages [2021-03-08T18:30:11.311Z] Removing intermediate container 32d54a62a2aa [2021-03-08T18:30:11.311Z] ---> 17a572566e37 [2021-03-08T18:30:11.311Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T18:30:11.609Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-08T18:30:11.904Z] ---> 5ef2ca16e2ba [2021-03-08T18:30:11.904Z] Step 7/26 : RUN go mod download [2021-03-08T18:30:11.904Z] ---> Running in f72f11b12529 [2021-03-08T18:30:12.516Z] ---> Running in 6389a9727b60 [2021-03-08T18:30:12.795Z] Removing intermediate container f72f11b12529 [2021-03-08T18:30:12.795Z] ---> 64cc86b76545 [2021-03-08T18:30:12.795Z] Step 28/31 : CMD ["gate"] [2021-03-08T18:30:13.786Z] Removing intermediate container 3b21566cf4ff [2021-03-08T18:30:13.786Z] ---> b7020ff08e99 [2021-03-08T18:30:13.786Z] Step 6/22 : COPY go.mod . [2021-03-08T18:30:13.786Z] ---> Running in c49c8fbc50e7 [2021-03-08T18:30:14.370Z] ---> f82aa20307be [2021-03-08T18:30:14.370Z] Step 7/22 : RUN go mod download [2021-03-08T18:30:14.645Z] Removing intermediate container c49c8fbc50e7 [2021-03-08T18:30:14.645Z] ---> 94f933b886aa [2021-03-08T18:30:14.645Z] Step 29/31 : LABEL arch=x86_64 [2021-03-08T18:30:14.645Z] ---> Running in 837ac11d1421 [2021-03-08T18:30:14.979Z] Building docker-core-command-go ... [2021-03-08T18:30:14.979Z] Building docker-core-data-go ... [2021-03-08T18:30:14.979Z] Building docker-core-metadata-go ... [2021-03-08T18:30:14.979Z] Building docker-security-bootstrapper-go ... [2021-03-08T18:30:14.979Z] Building docker-security-proxy-setup-go ... [2021-03-08T18:30:14.979Z] Building docker-security-secretstore-setup-go ... [2021-03-08T18:30:14.979Z] Building docker-support-notifications-go ... [2021-03-08T18:30:14.979Z] Building docker-support-scheduler-go ... [2021-03-08T18:30:14.979Z] Building docker-sys-mgmt-agent-go ... [2021-03-08T18:30:14.979Z] Building docker-support-scheduler-go [2021-03-08T18:30:14.979Z] Building docker-core-data-go [2021-03-08T18:30:14.979Z] Building docker-support-notifications-go [2021-03-08T18:30:14.979Z] Building docker-core-metadata-go [2021-03-08T18:30:14.979Z] Building docker-sys-mgmt-agent-go [2021-03-08T18:30:16.057Z] ---> Running in b1e1d340c36c [2021-03-08T18:30:16.327Z] Removing intermediate container b1e1d340c36c [2021-03-08T18:30:16.328Z] ---> f12f08210336 [2021-03-08T18:30:16.328Z] Step 30/31 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:30:16.939Z] ---> Running in b9d22e1b8714 [2021-03-08T18:30:16.939Z] Removing intermediate container 6389a9727b60 [2021-03-08T18:30:16.939Z] ---> 1e9f3f31344e [2021-03-08T18:30:16.939Z] Step 8/26 : COPY . . [2021-03-08T18:30:17.941Z] Removing intermediate container b9d22e1b8714 [2021-03-08T18:30:17.941Z] ---> 9c0cc55cfac9 [2021-03-08T18:30:17.941Z] Step 31/31 : LABEL version=2.0.0-dev.117 [2021-03-08T18:30:21.353Z] ---> Running in cf96af47e809 [2021-03-08T18:30:23.634Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:30:23.634Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:30:23.634Z] ---> 42feaaa0cab3 [2021-03-08T18:30:23.634Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> 3a4c7512b712 [2021-03-08T18:30:23.634Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> deeaec71636e [2021-03-08T18:30:23.634Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> d2f9134e83a3 [2021-03-08T18:30:23.634Z] Step 6/21 : COPY go.mod . [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> dca261d7be12 [2021-03-08T18:30:23.634Z] Step 7/21 : RUN go mod download [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> 1bf08a8d4640 [2021-03-08T18:30:23.634Z] Step 8/21 : COPY . . [2021-03-08T18:30:23.634Z] ---> Using cache [2021-03-08T18:30:23.634Z] ---> bee76e2dfdc5 [2021-03-08T18:30:23.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T18:30:24.252Z] Removing intermediate container 837ac11d1421 [2021-03-08T18:30:24.252Z] ---> 2e486d8204b3 [2021-03-08T18:30:24.252Z] Step 8/22 : COPY . . [2021-03-08T18:30:24.528Z] Removing intermediate container cf96af47e809 [2021-03-08T18:30:24.528Z] ---> 3ede653d8635 [2021-03-08T18:30:24.528Z] [2021-03-08T18:30:24.795Z] ---> Running in 5ce69fc68033 [2021-03-08T18:30:24.795Z] Successfully built 3ede653d8635 [2021-03-08T18:30:24.795Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-08T18:30:28.159Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T18:30:46.499Z] ---> 55460d202e04 [2021-03-08T18:30:46.499Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T18:30:48.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T18:30:49.400Z] ---> Running in 656bb25ebc8a [2021-03-08T18:30:49.400Z] Removing intermediate container 960d52fc6e00 [2021-03-08T18:30:49.400Z] ---> a5e53c2a26b8 [2021-03-08T18:30:49.400Z] [2021-03-08T18:30:49.400Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:30:49.400Z] ---> 88dd2752d2ea [2021-03-08T18:30:49.400Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:30:49.664Z] ---> Using cache [2021-03-08T18:30:49.664Z] ---> 73c439f625fb [2021-03-08T18:30:49.664Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:30:49.664Z] ---> Using cache [2021-03-08T18:30:49.664Z] ---> ba0346555eec [2021-03-08T18:30:49.664Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T18:30:50.255Z] ---> 6c90c2a2d4a4 [2021-03-08T18:30:50.255Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T18:30:50.255Z] ---> Running in 37d1796a5e9d [2021-03-08T18:30:50.255Z] ---> Running in 001a73760c32 [2021-03-08T18:30:50.518Z] Removing intermediate container 37d1796a5e9d [2021-03-08T18:30:50.518Z] ---> 7281822b762f [2021-03-08T18:30:50.518Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T18:30:50.789Z] ---> Running in b7a9693c5c23 [2021-03-08T18:30:50.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T18:30:51.071Z] Removing intermediate container b7a9693c5c23 [2021-03-08T18:30:51.071Z] ---> d22abf8d4cf4 [2021-03-08T18:30:51.071Z] Step 15/23 : WORKDIR / [2021-03-08T18:30:51.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T18:30:51.071Z] ---> Running in f7910b58ab49 [2021-03-08T18:30:51.339Z] Removing intermediate container f7910b58ab49 [2021-03-08T18:30:51.339Z] ---> 64ea7aa1f75c [2021-03-08T18:30:51.339Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:30:51.613Z] ---> 566c14a25e2c [2021-03-08T18:30:51.613Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T18:30:54.259Z] ---> 0aeaadeacd19 [2021-03-08T18:30:54.259Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T18:30:54.259Z] Removing intermediate container 5ce69fc68033 [2021-03-08T18:30:54.259Z] ---> fabdb95e2cf0 [2021-03-08T18:30:54.259Z] [2021-03-08T18:30:54.259Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T18:30:54.259Z] ---> 88dd2752d2ea [2021-03-08T18:30:54.259Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T18:30:54.523Z] ---> 93029f39c867 [2021-03-08T18:30:54.523Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T18:30:55.500Z] ---> Running in b665b4b2872c [2021-03-08T18:30:55.771Z] ---> Running in fd3857dcde58 [2021-03-08T18:30:56.037Z] Removing intermediate container fd3857dcde58 [2021-03-08T18:30:56.037Z] ---> bf7e7c697708 [2021-03-08T18:30:56.037Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:30:56.307Z] ---> Running in 1cc3cd04c63b [2021-03-08T18:30:56.581Z] Removing intermediate container 1cc3cd04c63b [2021-03-08T18:30:56.581Z] ---> 0e2968c8b8a9 [2021-03-08T18:30:56.581Z] Step 21/23 : LABEL arch=x86_64 [2021-03-08T18:30:56.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:30:56.581Z] ---> Running in c1272f6c4cb3 [2021-03-08T18:30:56.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:30:56.857Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T18:30:56.857Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:30:56.858Z] Removing intermediate container c1272f6c4cb3 [2021-03-08T18:30:56.858Z] ---> 372a41b776bc [2021-03-08T18:30:56.858Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:30:56.858Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T18:30:56.858Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T18:30:56.858Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:30:57.129Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:30:57.129Z] OK: 7 MiB in 18 packages [2021-03-08T18:30:57.399Z] ---> Running in 9aceb9328c56 [2021-03-08T18:30:57.670Z] Removing intermediate container 9aceb9328c56 [2021-03-08T18:30:57.670Z] ---> 16f47700f7ac [2021-03-08T18:30:57.670Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:30:57.941Z] ---> Running in c3b58b5d4fb0 [2021-03-08T18:30:58.933Z] Removing intermediate container b665b4b2872c [2021-03-08T18:30:58.933Z] ---> 0fed785d9c27 [2021-03-08T18:30:58.933Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T18:30:58.933Z] Removing intermediate container c3b58b5d4fb0 [2021-03-08T18:30:58.933Z] ---> c5c5ea823a8a [2021-03-08T18:30:58.933Z] [2021-03-08T18:30:58.933Z] ---> Running in 757e50e0ac99 [2021-03-08T18:30:59.203Z] Successfully built c5c5ea823a8a [2021-03-08T18:30:59.203Z] Successfully tagged docker-core-metadata-go:latest [2021-03-08T18:30:59.203Z]  Building docker-core-metadata-go ... done Removing intermediate container 757e50e0ac99 [2021-03-08T18:30:59.203Z] ---> 6a4f915ba212 [2021-03-08T18:30:59.203Z] Step 13/21 : WORKDIR /edgex [2021-03-08T18:30:59.203Z] ---> Running in c0f513b6a0ab [2021-03-08T18:30:59.806Z] Removing intermediate container c0f513b6a0ab [2021-03-08T18:30:59.806Z] ---> a6c7aa1f4634 [2021-03-08T18:30:59.806Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T18:31:00.423Z] ---> 52861b952a02 [2021-03-08T18:31:00.423Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T18:31:01.857Z] ---> 1130ad3bbbad [2021-03-08T18:31:01.857Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T18:31:03.830Z] ---> 12a25b7ec94f [2021-03-08T18:31:03.830Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T18:31:04.105Z] ---> Running in 5f5ae41c2b39 [2021-03-08T18:31:04.374Z] Removing intermediate container 5f5ae41c2b39 [2021-03-08T18:31:04.374Z] ---> 2cb6a10e71e6 [2021-03-08T18:31:04.374Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T18:31:04.641Z] ---> Running in f3f75a436efe [2021-03-08T18:31:04.915Z] Removing intermediate container f3f75a436efe [2021-03-08T18:31:04.915Z] ---> 5fbf2b34751a [2021-03-08T18:31:04.915Z] Step 19/21 : LABEL arch=x86_64 [2021-03-08T18:31:04.915Z] ---> Running in 82d5b52cc517 [2021-03-08T18:31:05.187Z] Removing intermediate container 82d5b52cc517 [2021-03-08T18:31:05.187Z] ---> fa7627fd2f9d [2021-03-08T18:31:05.187Z] Step 20/21 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:05.455Z] ---> Running in 59efe92f5f0f [2021-03-08T18:31:05.723Z] Removing intermediate container 59efe92f5f0f [2021-03-08T18:31:05.723Z] ---> 54f9f6f6fa00 [2021-03-08T18:31:05.723Z] Step 21/21 : LABEL version=2.0.0-dev.117 [2021-03-08T18:31:05.990Z] ---> Running in 1a53c379c0c4 [2021-03-08T18:31:06.267Z] Removing intermediate container 1a53c379c0c4 [2021-03-08T18:31:06.267Z] ---> bf77307ffd14 [2021-03-08T18:31:06.267Z] [2021-03-08T18:31:06.539Z] Successfully built bf77307ffd14 [2021-03-08T18:31:06.539Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-08T18:31:09.922Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 656bb25ebc8a [2021-03-08T18:31:09.922Z] ---> d42df5fee433 [2021-03-08T18:31:09.922Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T18:31:09.922Z] ---> Running in 6839e8585112 [2021-03-08T18:31:10.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T18:31:11.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:31:11.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:31:11.515Z] ---> f0d77dd63189 [2021-03-08T18:31:11.515Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:31:11.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:31:11.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:31:11.515Z] ---> f0d77dd63189 [2021-03-08T18:31:11.515Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T18:31:11.515Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:31:11.515Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:31:11.515Z] ---> f0d77dd63189 [2021-03-08T18:31:11.515Z] Step 3/26 : WORKDIR /edgex-go [2021-03-08T18:31:11.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:31:11.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:31:11.515Z] ---> f0d77dd63189 [2021-03-08T18:31:11.515Z] Step 3/22 : WORKDIR /edgex-go [2021-03-08T18:31:11.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:31:11.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:31:11.515Z] ---> f0d77dd63189 [2021-03-08T18:31:11.515Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:31:11.515Z] ---> Running in fb0a86fef844 [2021-03-08T18:31:11.515Z] ---> Running in c9e9673f1193 [2021-03-08T18:31:11.515Z] ---> Running in 9bf4d1cd6115 [2021-03-08T18:31:11.515Z] ---> Running in aa8352849ee1 [2021-03-08T18:31:11.515Z] ---> Running in 3eaba96839d5 [2021-03-08T18:31:11.515Z] Removing intermediate container aa8352849ee1 [2021-03-08T18:31:11.515Z] ---> 359e93c0608b [2021-03-08T18:31:11.515Z] Removing intermediate container 3eaba96839d5 [2021-03-08T18:31:11.515Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:31:11.515Z] ---> defcc42c2b36 [2021-03-08T18:31:11.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:31:11.516Z] Removing intermediate container fb0a86fef844 [2021-03-08T18:31:11.516Z] Removing intermediate container c9e9673f1193 [2021-03-08T18:31:11.516Z] ---> 71c49aa79a4c [2021-03-08T18:31:11.516Z] ---> 7ab193e35536 [2021-03-08T18:31:11.516Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:31:11.516Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:31:11.516Z] Removing intermediate container 9bf4d1cd6115 [2021-03-08T18:31:11.516Z] ---> 806b4d3a0740 [2021-03-08T18:31:11.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:31:11.516Z] ---> Running in c5f27dc100f3 [2021-03-08T18:31:11.516Z] ---> Running in bbb0f0d4479d [2021-03-08T18:31:11.516Z] ---> Running in 81343dc31e38 [2021-03-08T18:31:11.516Z] ---> Running in f49ae85a1f43 [2021-03-08T18:31:11.516Z] ---> Running in 61bcee6ae931 [2021-03-08T18:31:11.579Z] Removing intermediate container 001a73760c32 [2021-03-08T18:31:11.579Z] ---> 88c91442baf3 [2021-03-08T18:31:11.579Z] [2021-03-08T18:31:11.579Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T18:31:11.579Z] ---> 88dd2752d2ea [2021-03-08T18:31:11.579Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T18:31:11.579Z] ---> Running in b640a9cf1191 [2021-03-08T18:31:12.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:12.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:12.166Z] Removing intermediate container 6839e8585112 [2021-03-08T18:31:12.166Z] ---> 0c96ed3d5d49 [2021-03-08T18:31:12.166Z] [2021-03-08T18:31:12.166Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T18:31:12.166Z] 20.10.0: Pulling from library/docker [2021-03-08T18:31:12.166Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T18:31:12.166Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T18:31:12.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:31:12.432Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:31:12.432Z] OK: 6 MiB in 16 packages [2021-03-08T18:31:13.832Z] Removing intermediate container b640a9cf1191 [2021-03-08T18:31:13.832Z] ---> 04cb03d83d92 [2021-03-08T18:31:13.832Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:31:14.095Z] ---> Running in f180ff1f65e2 [2021-03-08T18:31:14.361Z] Removing intermediate container f180ff1f65e2 [2021-03-08T18:31:14.361Z] ---> c1a890ae42b2 [2021-03-08T18:31:14.361Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T18:31:14.361Z] ---> Running in dfd7fc1364b4 [2021-03-08T18:31:14.623Z] Removing intermediate container dfd7fc1364b4 [2021-03-08T18:31:14.623Z] ---> ae8eaafc569b [2021-03-08T18:31:14.623Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T18:31:14.885Z] ---> Running in 58ac59a3d205 [2021-03-08T18:31:14.885Z] Removing intermediate container 58ac59a3d205 [2021-03-08T18:31:14.885Z] ---> c27e13e950dd [2021-03-08T18:31:14.885Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:31:14.910Z] Removing intermediate container c5f27dc100f3 [2021-03-08T18:31:14.910Z] ---> f58f273ffcf7 [2021-03-08T18:31:14.910Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-08T18:31:15.183Z] ---> Running in c5d4c6424133 [2021-03-08T18:31:15.781Z] Removing intermediate container bbb0f0d4479d [2021-03-08T18:31:15.781Z] ---> 7cb3b935f20e [2021-03-08T18:31:15.781Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-08T18:31:15.781Z] Removing intermediate container 81343dc31e38 [2021-03-08T18:31:15.781Z] ---> 09835ffe7bcf [2021-03-08T18:31:15.781Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T18:31:16.766Z] ---> Running in 6500553a4b16 [2021-03-08T18:31:16.766Z] ---> Running in 4af125531bb2 [2021-03-08T18:31:16.766Z] Removing intermediate container 61bcee6ae931 [2021-03-08T18:31:16.766Z] ---> 905c6ed03901 [2021-03-08T18:31:16.766Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-08T18:31:16.766Z] Removing intermediate container f49ae85a1f43 [2021-03-08T18:31:16.766Z] ---> 0614a4ba311d [2021-03-08T18:31:16.766Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-08T18:31:16.806Z] ---> 5a50125ad147 [2021-03-08T18:31:16.806Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T18:31:17.383Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T18:31:17.383Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T18:31:17.383Z] ---> aefe523efa57 [2021-03-08T18:31:17.383Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T18:31:17.383Z] ---> b62458395220 [2021-03-08T18:31:17.383Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-08T18:31:17.383Z] ---> Running in cf8c73e8f12f [2021-03-08T18:31:17.645Z] ---> 4d5267170da5 [2021-03-08T18:31:17.645Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T18:31:17.645Z] ---> Running in 0f42721816fa [2021-03-08T18:31:17.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:17.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:17.908Z] Removing intermediate container 0f42721816fa [2021-03-08T18:31:17.908Z] ---> 4aeb41ed260c [2021-03-08T18:31:17.908Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:31:17.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:17.908Z] ---> Running in 6484f9378393 [2021-03-08T18:31:18.025Z] ---> Running in 016341d5e2da [2021-03-08T18:31:18.025Z] ---> Running in dc0ce40fb61f [2021-03-08T18:31:18.169Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T18:31:18.169Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T18:31:18.169Z] Removing intermediate container 6484f9378393 [2021-03-08T18:31:18.169Z] ---> cc5934293d7d [2021-03-08T18:31:18.169Z] Step 20/22 : LABEL arch=x86_64 [2021-03-08T18:31:18.169Z] Executing bash-5.0.17-r0.post-install [2021-03-08T18:31:18.169Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:31:18.169Z] OK: 12 MiB in 22 packages [2021-03-08T18:31:18.169Z] ---> Running in 0f850b693d11 [2021-03-08T18:31:18.431Z] Removing intermediate container 0f850b693d11 [2021-03-08T18:31:18.431Z] ---> 0590497bf94b [2021-03-08T18:31:18.431Z] Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:18.431Z] ---> Running in 92a508d46e76 [2021-03-08T18:31:18.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:18.692Z] Removing intermediate container cf8c73e8f12f [2021-03-08T18:31:18.692Z] ---> af7d6a492bcd [2021-03-08T18:31:18.692Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T18:31:18.692Z] Removing intermediate container 92a508d46e76 [2021-03-08T18:31:18.692Z] ---> 487ba5064eca [2021-03-08T18:31:18.692Z] Step 22/22 : LABEL version=2.0.0-dev.117 [2021-03-08T18:31:18.692Z] ---> Running in df34f7cdc637 [2021-03-08T18:31:18.692Z] ---> Running in e876345a033e [2021-03-08T18:31:18.954Z] Removing intermediate container df34f7cdc637 [2021-03-08T18:31:18.954Z] ---> 23f02960f83d [2021-03-08T18:31:18.955Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T18:31:18.955Z] Removing intermediate container e876345a033e [2021-03-08T18:31:18.955Z] ---> 51fc51fe99d3 [2021-03-08T18:31:18.955Z] [2021-03-08T18:31:18.955Z] ---> Running in c909a41e83e7 [2021-03-08T18:31:19.217Z] Successfully built 51fc51fe99d3 [2021-03-08T18:31:19.217Z] Successfully tagged docker-support-notifications-go:latest [2021-03-08T18:31:19.217Z]  Building docker-support-notifications-go ... done Removing intermediate container c909a41e83e7 [2021-03-08T18:31:19.217Z] ---> 57d7c7104e61 [2021-03-08T18:31:19.217Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T18:31:19.217Z] ---> Running in 641c099b9d9f [2021-03-08T18:31:19.244Z] OK: 217 MiB in 51 packages [2021-03-08T18:31:19.478Z] Removing intermediate container 641c099b9d9f [2021-03-08T18:31:19.478Z] ---> 38c17451119f [2021-03-08T18:31:19.478Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T18:31:19.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:19.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.052Z] ---> 540c7f463403 [2021-03-08T18:31:20.052Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T18:31:20.052Z] ---> b4ad200bb6c0 [2021-03-08T18:31:20.052Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T18:31:20.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.625Z] ---> 7f0ded4da250 [2021-03-08T18:31:20.625Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T18:31:20.625Z] ---> Running in 519d9c2cb6fe [2021-03-08T18:31:20.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:20.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:20.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:20.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:31:21.147Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T18:31:21.147Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T18:31:21.147Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T18:31:21.147Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T18:31:21.147Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T18:31:21.147Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T18:31:21.147Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T18:31:21.604Z] OK: 217 MiB in 51 packages [2021-03-08T18:31:21.604Z] OK: 217 MiB in 51 packages [2021-03-08T18:31:21.889Z] OK: 217 MiB in 51 packages [2021-03-08T18:31:21.889Z] OK: 217 MiB in 51 packages [2021-03-08T18:31:22.088Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T18:31:22.088Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T18:31:22.088Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T18:31:22.088Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T18:31:22.088Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T18:31:22.088Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T18:31:22.088Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T18:31:22.088Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T18:31:22.088Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T18:31:22.088Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T18:31:22.162Z] Removing intermediate container c5d4c6424133 [2021-03-08T18:31:22.162Z] ---> 9196f0ecfc58 [2021-03-08T18:31:22.162Z] Step 6/26 : COPY go.mod . [2021-03-08T18:31:22.348Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T18:31:22.348Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T18:31:22.348Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T18:31:22.348Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T18:31:22.348Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T18:31:22.349Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T18:31:22.349Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T18:31:22.349Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T18:31:22.349Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T18:31:22.349Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T18:31:22.349Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T18:31:22.349Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T18:31:22.349Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T18:31:22.349Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T18:31:22.349Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T18:31:22.349Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T18:31:22.609Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:31:22.609Z] OK: 71 MiB in 55 packages [2021-03-08T18:31:24.142Z] ---> cbab94fa2566 [2021-03-08T18:31:24.142Z] Step 7/26 : RUN go mod download [2021-03-08T18:31:25.122Z] Removing intermediate container 6500553a4b16 [2021-03-08T18:31:25.122Z] ---> 3ad5739aca81 [2021-03-08T18:31:25.122Z] Step 6/22 : COPY go.mod . [2021-03-08T18:31:25.396Z] ---> Running in ca5ded123a6c [2021-03-08T18:31:25.995Z] Removing intermediate container dc0ce40fb61f [2021-03-08T18:31:25.995Z] ---> b5cb44b5d02d [2021-03-08T18:31:25.995Z] Step 6/23 : COPY go.mod . [2021-03-08T18:31:26.604Z] Removing intermediate container 4af125531bb2 [2021-03-08T18:31:26.604Z] ---> 5ebfa5f0df1b [2021-03-08T18:31:26.604Z] Step 6/23 : COPY go.mod . [2021-03-08T18:31:26.604Z] ---> fba39cf77b38 [2021-03-08T18:31:26.604Z] Step 7/22 : RUN go mod download [2021-03-08T18:31:27.205Z] Removing intermediate container 016341d5e2da [2021-03-08T18:31:27.205Z] ---> 537ee28e9fcb [2021-03-08T18:31:27.205Z] Step 6/22 : COPY go.mod . [2021-03-08T18:31:27.205Z] ---> Running in 91d6232958d0 [2021-03-08T18:31:27.485Z] ---> 34300b9057ab [2021-03-08T18:31:27.485Z] Step 7/23 : RUN go mod download [2021-03-08T18:31:28.086Z] ---> 7353dcaf9214 [2021-03-08T18:31:28.086Z] Step 7/23 : RUN go mod download [2021-03-08T18:31:28.086Z] ---> Running in ee66edd6f02b [2021-03-08T18:31:29.526Z] ---> b7cf3eef0ef3 [2021-03-08T18:31:29.526Z] Step 7/22 : RUN go mod download [2021-03-08T18:31:29.526Z] ---> Running in 6c5a715e896f [2021-03-08T18:31:29.801Z] ---> Running in c545664406ae [2021-03-08T18:31:30.767Z] Removing intermediate container 519d9c2cb6fe [2021-03-08T18:31:30.767Z] ---> b76d0d84c3ee [2021-03-08T18:31:30.767Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T18:31:30.767Z] ---> Running in 980c6b34bac1 [2021-03-08T18:31:31.796Z] Removing intermediate container ca5ded123a6c [2021-03-08T18:31:31.797Z] ---> 582ff2fe7034 [2021-03-08T18:31:31.797Z] Step 8/26 : COPY . . [2021-03-08T18:31:32.157Z] Collecting docker-compose==1.23.2 [2021-03-08T18:31:32.157Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T18:31:32.417Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T18:31:32.417Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T18:31:32.678Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T18:31:32.940Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T18:31:33.885Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T18:31:33.885Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T18:31:33.885Z] 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-03-08T18:31:33.885Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T18:31:33.885Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T18:31:34.146Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T18:31:34.146Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T18:31:34.146Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T18:31:34.146Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T18:31:34.718Z] Collecting PyYAML<4,>=3.10 [2021-03-08T18:31:34.718Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T18:31:35.219Z] Removing intermediate container 91d6232958d0 [2021-03-08T18:31:35.219Z] ---> acbda28ae3e1 [2021-03-08T18:31:35.219Z] Step 8/22 : COPY . . [2021-03-08T18:31:35.219Z] Removing intermediate container ee66edd6f02b [2021-03-08T18:31:35.219Z] ---> 3d7d5861a3bb [2021-03-08T18:31:35.219Z] Step 8/23 : COPY . . [2021-03-08T18:31:35.220Z] Removing intermediate container 6c5a715e896f [2021-03-08T18:31:35.220Z] ---> 0d06728e4fc5 [2021-03-08T18:31:35.220Z] Step 8/23 : COPY . . [2021-03-08T18:31:35.497Z] Removing intermediate container c545664406ae [2021-03-08T18:31:35.497Z] ---> 6fc0083aab43 [2021-03-08T18:31:35.497Z] Step 8/22 : COPY . . [2021-03-08T18:31:35.661Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T18:31:35.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T18:31:35.922Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T18:31:35.922Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T18:31:36.494Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T18:31:36.494Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T18:31:36.756Z] Collecting idna<2.8,>=2.5 [2021-03-08T18:31:36.756Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T18:31:36.757Z] 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-03-08T18:31:36.757Z] 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-03-08T18:31:36.757Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T18:31:36.757Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T18:31:36.757Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T18:31:36.757Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T18:31:36.757Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T18:31:36.757Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T18:31:37.018Z] Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docopt, texttable, docker-compose [2021-03-08T18:31:37.018Z] Attempting uninstall: urllib3 [2021-03-08T18:31:37.018Z] Found existing installation: urllib3 1.25.9 [2021-03-08T18:31:37.018Z] Uninstalling urllib3-1.25.9: [2021-03-08T18:31:37.018Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T18:31:37.279Z] Attempting uninstall: idna [2021-03-08T18:31:37.279Z] Found existing installation: idna 2.9 [2021-03-08T18:31:37.279Z] Uninstalling idna-2.9: [2021-03-08T18:31:37.279Z] Successfully uninstalled idna-2.9 [2021-03-08T18:31:37.542Z] Attempting uninstall: requests [2021-03-08T18:31:37.542Z] Found existing installation: requests 2.23.0 [2021-03-08T18:31:37.542Z] Uninstalling requests-2.23.0: [2021-03-08T18:31:37.542Z] Successfully uninstalled requests-2.23.0 [2021-03-08T18:31:38.113Z] Running setup.py install for dockerpty: started [2021-03-08T18:31:38.375Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T18:31:38.375Z] Running setup.py install for PyYAML: started [2021-03-08T18:31:38.947Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T18:31:38.947Z] Running setup.py install for docopt: started [2021-03-08T18:31:39.519Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T18:31:39.519Z] Running setup.py install for texttable: started [2021-03-08T18:31:39.781Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T18:31:40.042Z] 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.58.0 [2021-03-08T18:31:43.383Z] Removing intermediate container 980c6b34bac1 [2021-03-08T18:31:43.383Z] ---> 61683a96d547 [2021-03-08T18:31:43.383Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T18:31:43.383Z] ---> Running in 54df3877eb86 [2021-03-08T18:31:43.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-08T18:31:43.645Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:31:43.645Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T18:31:43.645Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T18:31:43.645Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:31:43.645Z] OK: 72 MiB in 58 packages [2021-03-08T18:31:44.222Z] Removing intermediate container 54df3877eb86 [2021-03-08T18:31:44.222Z] ---> da1367fcf850 [2021-03-08T18:31:44.222Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T18:31:44.222Z] ---> Running in 63b74b59fb29 [2021-03-08T18:31:44.485Z] Removing intermediate container 63b74b59fb29 [2021-03-08T18:31:44.485Z] ---> 915655909caa [2021-03-08T18:31:44.485Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:31:44.485Z] ---> Running in b2706f559a4c [2021-03-08T18:31:44.747Z] Removing intermediate container b2706f559a4c [2021-03-08T18:31:44.747Z] ---> 1e6540f38621 [2021-03-08T18:31:44.747Z] Step 24/26 : LABEL arch=x86_64 [2021-03-08T18:31:44.747Z] ---> Running in d4209df421d1 [2021-03-08T18:31:44.747Z] Removing intermediate container d4209df421d1 [2021-03-08T18:31:44.747Z] ---> 45b4292ad913 [2021-03-08T18:31:44.747Z] Step 25/26 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:45.009Z] ---> Running in afb7c3d505ac [2021-03-08T18:31:45.009Z] Removing intermediate container afb7c3d505ac [2021-03-08T18:31:45.009Z] ---> 71461b427b63 [2021-03-08T18:31:45.009Z] Step 26/26 : LABEL version=2.0.0-dev.117 [2021-03-08T18:31:45.273Z] ---> Running in 1154ad7b3ade [2021-03-08T18:31:45.273Z] Removing intermediate container 1154ad7b3ade [2021-03-08T18:31:45.273Z] ---> 586e19cc33d4 [2021-03-08T18:31:45.273Z] [2021-03-08T18:31:45.535Z] Successfully built 586e19cc33d4 [2021-03-08T18:31:45.535Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-08T18:31:45.813Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-08T18:31:45.820Z] $ docker stop --time=1 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 [2021-03-08T18:31:47.309Z] $ docker rm -f 4122a259680216d271cc3f2e66c64ed16845d4a43d2f1a23f6b05c5a248a2280 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T18:31:47.852Z] + docker images [2021-03-08T18:31:47.852Z] + grep docker [2021-03-08T18:31:48.113Z] docker-sys-mgmt-agent-go latest 586e19cc33d4 3 seconds ago 313MB [2021-03-08T18:31:48.113Z] docker-support-notifications-go latest 51fc51fe99d3 30 seconds ago 17.8MB [2021-03-08T18:31:48.113Z] docker-security-proxy-setup-go latest bf77307ffd14 42 seconds ago 24.7MB [2021-03-08T18:31:48.113Z] docker-core-metadata-go latest c5c5ea823a8a 50 seconds ago 19MB [2021-03-08T18:31:48.113Z] docker-security-bootstrapper-go latest 3ede653d8635 About a minute ago 18.7MB [2021-03-08T18:31:48.113Z] docker-core-data-go latest 18fb60981ce2 About a minute ago 22.4MB [2021-03-08T18:31:48.113Z] docker-support-scheduler-go latest ddb665e76286 2 minutes ago 17.2MB [2021-03-08T18:31:48.113Z] docker-security-secretstore-setup-go latest 9df71f61a6dd 2 minutes ago 24.9MB [2021-03-08T18:31:48.113Z] docker-core-command-go latest fc43ecf8b957 2 minutes ago 17.2MB [2021-03-08T18:31:48.113Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T18:31:48.653Z] provisioning config files... [2021-03-08T18:31:48.680Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config8325081114131618049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:31:49.060Z] ---> docker-login.sh [2021-03-08T18:31:49.060Z] nexus3.edgexfoundry.org:10001 [2021-03-08T18:31:49.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:31:49.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:31:49.324Z] Configure a credential helper to remove this warning. See [2021-03-08T18:31:49.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:31:49.324Z] [2021-03-08T18:31:49.324Z] Login Succeeded [2021-03-08T18:31:49.324Z] nexus3.edgexfoundry.org:10002 [2021-03-08T18:31:49.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:31:49.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:31:49.324Z] Configure a credential helper to remove this warning. See [2021-03-08T18:31:49.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:31:49.324Z] [2021-03-08T18:31:49.324Z] Login Succeeded [2021-03-08T18:31:49.324Z] nexus3.edgexfoundry.org:10003 [2021-03-08T18:31:49.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:31:49.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:31:49.587Z] Configure a credential helper to remove this warning. See [2021-03-08T18:31:49.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:31:49.587Z] [2021-03-08T18:31:49.587Z] Login Succeeded [2021-03-08T18:31:49.587Z] nexus3.edgexfoundry.org:10004 [2021-03-08T18:31:49.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:31:49.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:31:49.849Z] Configure a credential helper to remove this warning. See [2021-03-08T18:31:49.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:31:49.849Z] [2021-03-08T18:31:49.849Z] Login Succeeded [2021-03-08T18:31:49.849Z] docker.io [2021-03-08T18:31:49.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:31:50.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:31:50.112Z] Configure a credential helper to remove this warning. See [2021-03-08T18:31:50.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:31:50.112Z] [2021-03-08T18:31:50.112Z] Login Succeeded [2021-03-08T18:31:50.112Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T18:31:50.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:31:50.406Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-08T18:31:50.406Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:50.406Z] 2.0.0-dev.117 [2021-03-08T18:31:50.406Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:50.406Z] master [2021-03-08T18:31:50.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-08T18:31:50.631Z] ---> 6fead90d6347 [2021-03-08T18:31:50.632Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-08T18:31:50.632Z] ---> Running in 84e8b67be446 [2021-03-08T18:31:50.632Z] ---> 234eb4231a10 [2021-03-08T18:31:50.632Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-08T18:31:50.632Z] ---> f1933953e731 [2021-03-08T18:31:50.632Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-08T18:31:50.632Z] ---> 7bb11308ac44 [2021-03-08T18:31:50.632Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-08T18:31:50.632Z] ---> 8e31a52c521f [2021-03-08T18:31:50.632Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:50.934Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:51.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:51.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-08T18:31:51.235Z] 837b4b28fc81: Preparing [2021-03-08T18:31:51.235Z] ea7629655f9f: Preparing [2021-03-08T18:31:51.235Z] 600cc14b684c: Preparing [2021-03-08T18:31:51.235Z] df4082365c17: Preparing [2021-03-08T18:31:51.235Z] 33e8713114f8: Preparing [2021-03-08T18:31:51.235Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:51.237Z] ---> Running in 8f450f459c60 [2021-03-08T18:31:51.237Z] ---> Running in b1a1a87a5535 [2021-03-08T18:31:51.237Z] ---> Running in 9153705b0543 [2021-03-08T18:31:51.237Z] ---> Running in bf403139c890 [2021-03-08T18:31:51.496Z] 837b4b28fc81: Pushed [2021-03-08T18:31:51.496Z] df4082365c17: Pushed [2021-03-08T18:31:51.496Z] 600cc14b684c: Pushed [2021-03-08T18:31:51.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-08T18:31:52.442Z] ea7629655f9f: Pushed [2021-03-08T18:31:52.442Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:52.746Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:53.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 [2021-03-08T18:31:53.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-08T18:31:53.045Z] 837b4b28fc81: Preparing [2021-03-08T18:31:53.045Z] ea7629655f9f: Preparing [2021-03-08T18:31:53.045Z] 600cc14b684c: Preparing [2021-03-08T18:31:53.045Z] df4082365c17: Preparing [2021-03-08T18:31:53.045Z] 33e8713114f8: Preparing [2021-03-08T18:31:53.045Z] ea7629655f9f: Layer already exists [2021-03-08T18:31:53.045Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:53.045Z] df4082365c17: Layer already exists [2021-03-08T18:31:53.045Z] 837b4b28fc81: Layer already exists [2021-03-08T18:31:53.045Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:53.045Z] 2.0.0-dev.117: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:53.350Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:53.520Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-08T18:31:53.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:53.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-08T18:31:53.650Z] 837b4b28fc81: Preparing [2021-03-08T18:31:53.650Z] ea7629655f9f: Preparing [2021-03-08T18:31:53.650Z] 600cc14b684c: Preparing [2021-03-08T18:31:53.650Z] df4082365c17: Preparing [2021-03-08T18:31:53.650Z] 33e8713114f8: Preparing [2021-03-08T18:31:53.650Z] 837b4b28fc81: Layer already exists [2021-03-08T18:31:53.650Z] df4082365c17: Layer already exists [2021-03-08T18:31:53.650Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:53.650Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:53.650Z] ea7629655f9f: Layer already exists [2021-03-08T18:31:53.650Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:53.799Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-data/core-data ./cmd/core-data [2021-03-08T18:31:53.954Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:54.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-08T18:31:54.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-08T18:31:54.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-08T18:31:54.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-08T18:31:54.273Z] 837b4b28fc81: Preparing [2021-03-08T18:31:54.273Z] ea7629655f9f: Preparing [2021-03-08T18:31:54.273Z] 600cc14b684c: Preparing [2021-03-08T18:31:54.273Z] df4082365c17: Preparing [2021-03-08T18:31:54.273Z] 33e8713114f8: Preparing [2021-03-08T18:31:54.570Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:54.570Z] 837b4b28fc81: Layer already exists [2021-03-08T18:31:54.570Z] ea7629655f9f: Layer already exists [2021-03-08T18:31:54.570Z] df4082365c17: Layer already exists [2021-03-08T18:31:54.570Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:54.834Z] master: digest: sha256:1ab9f8e64a725ca2af3053fa391f9ae55a222922a9306068fe48783583518060 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:31:55.013Z] ===================================================== [Pipeline] echo [2021-03-08T18:31:55.057Z] taggedImages: [2021-03-08T18:31:55.057Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:55.057Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.117 [2021-03-08T18:31:55.057Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:55.057Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-08T18:31:55.146Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-08T18:31:55.146Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:55.146Z] 2.0.0-dev.117 [2021-03-08T18:31:55.146Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:55.146Z] master [2021-03-08T18:31:55.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:55.645Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:55.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:55.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-08T18:31:55.943Z] 48d8ebfb898e: Preparing [2021-03-08T18:31:55.943Z] 3bf4272801e0: Preparing [2021-03-08T18:31:55.943Z] 600cc14b684c: Preparing [2021-03-08T18:31:55.943Z] 14d59d16727e: Preparing [2021-03-08T18:31:55.943Z] cab97f7d601d: Preparing [2021-03-08T18:31:55.943Z] 33e8713114f8: Preparing [2021-03-08T18:31:55.943Z] 33e8713114f8: Waiting [2021-03-08T18:31:55.943Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:55.943Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:56.204Z] 48d8ebfb898e: Pushed [2021-03-08T18:31:56.204Z] cab97f7d601d: Pushed [2021-03-08T18:31:57.145Z] 14d59d16727e: Pushed [2021-03-08T18:31:57.145Z] 3bf4272801e0: Pushed [2021-03-08T18:31:57.405Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:57.709Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:58.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 [2021-03-08T18:31:58.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-08T18:31:58.007Z] 48d8ebfb898e: Preparing [2021-03-08T18:31:58.007Z] 3bf4272801e0: Preparing [2021-03-08T18:31:58.007Z] 600cc14b684c: Preparing [2021-03-08T18:31:58.007Z] 14d59d16727e: Preparing [2021-03-08T18:31:58.007Z] cab97f7d601d: Preparing [2021-03-08T18:31:58.007Z] 33e8713114f8: Preparing [2021-03-08T18:31:58.007Z] 33e8713114f8: Waiting [2021-03-08T18:31:58.007Z] 48d8ebfb898e: Layer already exists [2021-03-08T18:31:58.007Z] 3bf4272801e0: Layer already exists [2021-03-08T18:31:58.007Z] cab97f7d601d: Layer already exists [2021-03-08T18:31:58.007Z] 14d59d16727e: Layer already exists [2021-03-08T18:31:58.007Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:58.007Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:58.007Z] 2.0.0-dev.117: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:58.309Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:58.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:58.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-08T18:31:58.610Z] 48d8ebfb898e: Preparing [2021-03-08T18:31:58.610Z] 3bf4272801e0: Preparing [2021-03-08T18:31:58.610Z] 600cc14b684c: Preparing [2021-03-08T18:31:58.610Z] 14d59d16727e: Preparing [2021-03-08T18:31:58.610Z] cab97f7d601d: Preparing [2021-03-08T18:31:58.610Z] 33e8713114f8: Preparing [2021-03-08T18:31:58.610Z] 33e8713114f8: Waiting [2021-03-08T18:31:58.610Z] 3bf4272801e0: Layer already exists [2021-03-08T18:31:58.610Z] cab97f7d601d: Layer already exists [2021-03-08T18:31:58.610Z] 48d8ebfb898e: Layer already exists [2021-03-08T18:31:58.610Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:58.610Z] 14d59d16727e: Layer already exists [2021-03-08T18:31:58.610Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:58.610Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:58.914Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:59.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-08T18:31:59.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-08T18:31:59.211Z] 48d8ebfb898e: Preparing [2021-03-08T18:31:59.211Z] 3bf4272801e0: Preparing [2021-03-08T18:31:59.211Z] 600cc14b684c: Preparing [2021-03-08T18:31:59.211Z] 14d59d16727e: Preparing [2021-03-08T18:31:59.211Z] cab97f7d601d: Preparing [2021-03-08T18:31:59.211Z] 33e8713114f8: Preparing [2021-03-08T18:31:59.211Z] 33e8713114f8: Waiting [2021-03-08T18:31:59.211Z] 48d8ebfb898e: Layer already exists [2021-03-08T18:31:59.211Z] 14d59d16727e: Layer already exists [2021-03-08T18:31:59.211Z] 3bf4272801e0: Layer already exists [2021-03-08T18:31:59.211Z] 600cc14b684c: Layer already exists [2021-03-08T18:31:59.211Z] cab97f7d601d: Layer already exists [2021-03-08T18:31:59.211Z] 33e8713114f8: Layer already exists [2021-03-08T18:31:59.211Z] master: digest: sha256:cf3a2ac33ee2a9a040ac5cfdc6deffd8863da435ba12a5d295ae3011ef27fa86 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:31:59.395Z] ===================================================== [Pipeline] echo [2021-03-08T18:31:59.438Z] taggedImages: [2021-03-08T18:31:59.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:59.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.117 [2021-03-08T18:31:59.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:59.438Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-08T18:31:59.499Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-08T18:31:59.499Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:31:59.499Z] 2.0.0-dev.117 [2021-03-08T18:31:59.499Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:31:59.499Z] master [2021-03-08T18:31:59.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:31:59.982Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:00.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:00.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-08T18:32:00.277Z] d927e9060456: Preparing [2021-03-08T18:32:00.277Z] 63974e254402: Preparing [2021-03-08T18:32:00.277Z] 600cc14b684c: Preparing [2021-03-08T18:32:00.277Z] dddd5540a76a: Preparing [2021-03-08T18:32:00.277Z] 33e8713114f8: Preparing [2021-03-08T18:32:00.277Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:00.277Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:00.537Z] d927e9060456: Pushed [2021-03-08T18:32:00.537Z] dddd5540a76a: Pushed [2021-03-08T18:32:01.481Z] 63974e254402: Pushed [2021-03-08T18:32:01.741Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:02.049Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:02.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 [2021-03-08T18:32:02.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-08T18:32:02.360Z] d927e9060456: Preparing [2021-03-08T18:32:02.360Z] 63974e254402: Preparing [2021-03-08T18:32:02.360Z] 600cc14b684c: Preparing [2021-03-08T18:32:02.360Z] dddd5540a76a: Preparing [2021-03-08T18:32:02.360Z] 33e8713114f8: Preparing [2021-03-08T18:32:02.360Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:02.360Z] d927e9060456: Layer already exists [2021-03-08T18:32:02.360Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:02.360Z] 63974e254402: Layer already exists [2021-03-08T18:32:02.360Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:02.360Z] 2.0.0-dev.117: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:02.665Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:02.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:02.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-08T18:32:02.960Z] d927e9060456: Preparing [2021-03-08T18:32:02.960Z] 63974e254402: Preparing [2021-03-08T18:32:02.960Z] 600cc14b684c: Preparing [2021-03-08T18:32:02.960Z] dddd5540a76a: Preparing [2021-03-08T18:32:02.960Z] 33e8713114f8: Preparing [2021-03-08T18:32:02.960Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:02.960Z] d927e9060456: Layer already exists [2021-03-08T18:32:02.960Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:02.960Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:02.960Z] 63974e254402: Layer already exists [2021-03-08T18:32:02.960Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:03.321Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:03.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-08T18:32:03.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-08T18:32:03.622Z] d927e9060456: Preparing [2021-03-08T18:32:03.622Z] 63974e254402: Preparing [2021-03-08T18:32:03.622Z] 600cc14b684c: Preparing [2021-03-08T18:32:03.622Z] dddd5540a76a: Preparing [2021-03-08T18:32:03.622Z] 33e8713114f8: Preparing [2021-03-08T18:32:03.622Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:03.622Z] d927e9060456: Layer already exists [2021-03-08T18:32:03.622Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:03.622Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:03.622Z] 63974e254402: Layer already exists [2021-03-08T18:32:03.622Z] master: digest: sha256:c32c3fe2d33021e0f16eff11f87a4bd522f19d0286c8f31e8e8c35926d37f389 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:03.816Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:03.886Z] taggedImages: [2021-03-08T18:32:03.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:03.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.117 [2021-03-08T18:32:03.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:03.886Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-08T18:32:03.948Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-08T18:32:03.949Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:03.949Z] 2.0.0-dev.117 [2021-03-08T18:32:03.949Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:03.949Z] master [2021-03-08T18:32:03.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:04.436Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:04.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:04.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-08T18:32:04.735Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:04.735Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:04.735Z] 984c4bd17c14: Preparing [2021-03-08T18:32:04.735Z] 1d5a1a1ca033: Preparing [2021-03-08T18:32:04.735Z] 86411830c2d1: Preparing [2021-03-08T18:32:04.735Z] 58d9ce1d0df5: Preparing [2021-03-08T18:32:04.735Z] 600cc14b684c: Preparing [2021-03-08T18:32:04.735Z] d17c06feaf8b: Preparing [2021-03-08T18:32:04.735Z] d17c06feaf8b: Preparing [2021-03-08T18:32:04.735Z] a60ff587608f: Preparing [2021-03-08T18:32:04.735Z] 3823437a149b: Preparing [2021-03-08T18:32:04.735Z] 33e8713114f8: Preparing [2021-03-08T18:32:04.735Z] 600cc14b684c: Waiting [2021-03-08T18:32:04.735Z] d17c06feaf8b: Waiting [2021-03-08T18:32:04.735Z] a60ff587608f: Waiting [2021-03-08T18:32:04.735Z] 3823437a149b: Waiting [2021-03-08T18:32:04.735Z] 33e8713114f8: Waiting [2021-03-08T18:32:04.998Z] 1d5a1a1ca033: Pushed [2021-03-08T18:32:04.998Z] 984c4bd17c14: Pushed [2021-03-08T18:32:04.998Z] 86411830c2d1: Pushed [2021-03-08T18:32:04.998Z] 5f5e2afceac4: Pushed [2021-03-08T18:32:04.998Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:04.998Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:05.261Z] 3823437a149b: Pushed [2021-03-08T18:32:05.261Z] a60ff587608f: Pushed [2021-03-08T18:32:05.261Z] d17c06feaf8b: Pushed [2021-03-08T18:32:05.831Z] 58d9ce1d0df5: Pushed [2021-03-08T18:32:06.092Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:06.395Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:06.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 [2021-03-08T18:32:06.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-08T18:32:06.692Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:06.692Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:06.692Z] 984c4bd17c14: Preparing [2021-03-08T18:32:06.692Z] 1d5a1a1ca033: Preparing [2021-03-08T18:32:06.692Z] 86411830c2d1: Preparing [2021-03-08T18:32:06.692Z] 58d9ce1d0df5: Preparing [2021-03-08T18:32:06.692Z] 600cc14b684c: Preparing [2021-03-08T18:32:06.692Z] d17c06feaf8b: Preparing [2021-03-08T18:32:06.692Z] d17c06feaf8b: Preparing [2021-03-08T18:32:06.692Z] a60ff587608f: Preparing [2021-03-08T18:32:06.692Z] 3823437a149b: Preparing [2021-03-08T18:32:06.692Z] 33e8713114f8: Preparing [2021-03-08T18:32:06.692Z] 600cc14b684c: Waiting [2021-03-08T18:32:06.692Z] 3823437a149b: Waiting [2021-03-08T18:32:06.692Z] 33e8713114f8: Waiting [2021-03-08T18:32:06.692Z] d17c06feaf8b: Waiting [2021-03-08T18:32:06.692Z] a60ff587608f: Waiting [2021-03-08T18:32:06.692Z] 86411830c2d1: Layer already exists [2021-03-08T18:32:06.692Z] 1d5a1a1ca033: Layer already exists [2021-03-08T18:32:06.692Z] 5f5e2afceac4: Layer already exists [2021-03-08T18:32:06.692Z] 58d9ce1d0df5: Layer already exists [2021-03-08T18:32:06.692Z] 984c4bd17c14: Layer already exists [2021-03-08T18:32:06.692Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:06.692Z] d17c06feaf8b: Layer already exists [2021-03-08T18:32:06.692Z] a60ff587608f: Layer already exists [2021-03-08T18:32:06.692Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:06.692Z] 3823437a149b: Layer already exists [2021-03-08T18:32:06.692Z] 2.0.0-dev.117: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:06.993Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:07.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:07.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-08T18:32:07.289Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:07.289Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:07.289Z] 984c4bd17c14: Preparing [2021-03-08T18:32:07.289Z] 1d5a1a1ca033: Preparing [2021-03-08T18:32:07.289Z] 86411830c2d1: Preparing [2021-03-08T18:32:07.289Z] 58d9ce1d0df5: Preparing [2021-03-08T18:32:07.289Z] 600cc14b684c: Preparing [2021-03-08T18:32:07.289Z] d17c06feaf8b: Preparing [2021-03-08T18:32:07.289Z] d17c06feaf8b: Preparing [2021-03-08T18:32:07.289Z] a60ff587608f: Preparing [2021-03-08T18:32:07.289Z] 3823437a149b: Preparing [2021-03-08T18:32:07.289Z] 33e8713114f8: Preparing [2021-03-08T18:32:07.289Z] 600cc14b684c: Waiting [2021-03-08T18:32:07.289Z] d17c06feaf8b: Waiting [2021-03-08T18:32:07.289Z] a60ff587608f: Waiting [2021-03-08T18:32:07.289Z] 3823437a149b: Waiting [2021-03-08T18:32:07.289Z] 33e8713114f8: Waiting [2021-03-08T18:32:07.289Z] 5f5e2afceac4: Layer already exists [2021-03-08T18:32:07.289Z] 984c4bd17c14: Layer already exists [2021-03-08T18:32:07.289Z] 58d9ce1d0df5: Layer already exists [2021-03-08T18:32:07.289Z] 1d5a1a1ca033: Layer already exists [2021-03-08T18:32:07.289Z] 86411830c2d1: Layer already exists [2021-03-08T18:32:07.289Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:07.289Z] d17c06feaf8b: Layer already exists [2021-03-08T18:32:07.289Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:07.289Z] 3823437a149b: Layer already exists [2021-03-08T18:32:07.289Z] a60ff587608f: Layer already exists [2021-03-08T18:32:07.289Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:07.592Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:07.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-08T18:32:07.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-08T18:32:07.886Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:07.886Z] 5f5e2afceac4: Preparing [2021-03-08T18:32:07.886Z] 984c4bd17c14: Preparing [2021-03-08T18:32:07.886Z] 1d5a1a1ca033: Preparing [2021-03-08T18:32:07.886Z] 86411830c2d1: Preparing [2021-03-08T18:32:07.886Z] 58d9ce1d0df5: Preparing [2021-03-08T18:32:07.886Z] 600cc14b684c: Preparing [2021-03-08T18:32:07.886Z] d17c06feaf8b: Preparing [2021-03-08T18:32:07.886Z] d17c06feaf8b: Preparing [2021-03-08T18:32:07.886Z] a60ff587608f: Preparing [2021-03-08T18:32:07.886Z] 3823437a149b: Preparing [2021-03-08T18:32:07.886Z] 33e8713114f8: Preparing [2021-03-08T18:32:07.886Z] d17c06feaf8b: Waiting [2021-03-08T18:32:07.886Z] 3823437a149b: Waiting [2021-03-08T18:32:07.886Z] a60ff587608f: Waiting [2021-03-08T18:32:07.886Z] 600cc14b684c: Waiting [2021-03-08T18:32:07.886Z] 33e8713114f8: Waiting [2021-03-08T18:32:07.886Z] 1d5a1a1ca033: Layer already exists [2021-03-08T18:32:07.886Z] 58d9ce1d0df5: Layer already exists [2021-03-08T18:32:07.886Z] 86411830c2d1: Layer already exists [2021-03-08T18:32:07.886Z] 5f5e2afceac4: Layer already exists [2021-03-08T18:32:07.886Z] 984c4bd17c14: Layer already exists [2021-03-08T18:32:07.886Z] d17c06feaf8b: Layer already exists [2021-03-08T18:32:07.886Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:07.886Z] a60ff587608f: Layer already exists [2021-03-08T18:32:07.886Z] 3823437a149b: Layer already exists [2021-03-08T18:32:07.886Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:07.886Z] master: digest: sha256:1248c2c74735bea6fdeb93040f7b9b4bdaff2f3344f4447e32370cad95f5081a size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:08.074Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:08.122Z] taggedImages: [2021-03-08T18:32:08.122Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:08.122Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.117 [2021-03-08T18:32:08.122Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:08.122Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-08T18:32:08.208Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-08T18:32:08.208Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:08.208Z] 2.0.0-dev.117 [2021-03-08T18:32:08.208Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:08.208Z] master [2021-03-08T18:32:08.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:08.701Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:08.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:08.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-08T18:32:08.998Z] fcc32ab7e974: Preparing [2021-03-08T18:32:08.998Z] 0b47cb4b74be: Preparing [2021-03-08T18:32:08.998Z] d66aadbcfd6d: Preparing [2021-03-08T18:32:08.998Z] a3fc2e8043d0: Preparing [2021-03-08T18:32:08.998Z] f3156b9beb04: Preparing [2021-03-08T18:32:08.998Z] 33e8713114f8: Preparing [2021-03-08T18:32:08.998Z] 33e8713114f8: Waiting [2021-03-08T18:32:09.259Z] d66aadbcfd6d: Pushed [2021-03-08T18:32:09.259Z] a3fc2e8043d0: Pushed [2021-03-08T18:32:09.259Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:09.259Z] f3156b9beb04: Pushed [2021-03-08T18:32:09.832Z] 0b47cb4b74be: Pushed [2021-03-08T18:32:10.093Z] fcc32ab7e974: Pushed [2021-03-08T18:32:10.353Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:10.662Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:10.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 [2021-03-08T18:32:10.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-08T18:32:10.957Z] fcc32ab7e974: Preparing [2021-03-08T18:32:10.957Z] 0b47cb4b74be: Preparing [2021-03-08T18:32:10.957Z] d66aadbcfd6d: Preparing [2021-03-08T18:32:10.957Z] a3fc2e8043d0: Preparing [2021-03-08T18:32:10.957Z] f3156b9beb04: Preparing [2021-03-08T18:32:10.957Z] 33e8713114f8: Preparing [2021-03-08T18:32:10.957Z] 33e8713114f8: Waiting [2021-03-08T18:32:10.957Z] fcc32ab7e974: Layer already exists [2021-03-08T18:32:10.957Z] f3156b9beb04: Layer already exists [2021-03-08T18:32:10.957Z] 0b47cb4b74be: Layer already exists [2021-03-08T18:32:10.957Z] a3fc2e8043d0: Layer already exists [2021-03-08T18:32:10.957Z] d66aadbcfd6d: Layer already exists [2021-03-08T18:32:10.957Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:10.957Z] 2.0.0-dev.117: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:11.335Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:11.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:11.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-08T18:32:11.630Z] fcc32ab7e974: Preparing [2021-03-08T18:32:11.630Z] 0b47cb4b74be: Preparing [2021-03-08T18:32:11.630Z] d66aadbcfd6d: Preparing [2021-03-08T18:32:11.630Z] a3fc2e8043d0: Preparing [2021-03-08T18:32:11.630Z] f3156b9beb04: Preparing [2021-03-08T18:32:11.630Z] 33e8713114f8: Preparing [2021-03-08T18:32:11.630Z] 33e8713114f8: Waiting [2021-03-08T18:32:11.630Z] fcc32ab7e974: Layer already exists [2021-03-08T18:32:11.630Z] d66aadbcfd6d: Layer already exists [2021-03-08T18:32:11.630Z] a3fc2e8043d0: Layer already exists [2021-03-08T18:32:11.630Z] f3156b9beb04: Layer already exists [2021-03-08T18:32:11.630Z] 0b47cb4b74be: Layer already exists [2021-03-08T18:32:11.630Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:11.630Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:11.931Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:12.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-08T18:32:12.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-08T18:32:12.230Z] fcc32ab7e974: Preparing [2021-03-08T18:32:12.230Z] 0b47cb4b74be: Preparing [2021-03-08T18:32:12.230Z] d66aadbcfd6d: Preparing [2021-03-08T18:32:12.230Z] a3fc2e8043d0: Preparing [2021-03-08T18:32:12.230Z] f3156b9beb04: Preparing [2021-03-08T18:32:12.230Z] 33e8713114f8: Preparing [2021-03-08T18:32:12.230Z] 33e8713114f8: Waiting [2021-03-08T18:32:12.230Z] f3156b9beb04: Layer already exists [2021-03-08T18:32:12.230Z] 0b47cb4b74be: Layer already exists [2021-03-08T18:32:12.230Z] d66aadbcfd6d: Layer already exists [2021-03-08T18:32:12.230Z] a3fc2e8043d0: Layer already exists [2021-03-08T18:32:12.230Z] fcc32ab7e974: Layer already exists [2021-03-08T18:32:12.230Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:12.230Z] master: digest: sha256:dddedccf52dd6ba767fa66a9beb0c9190cc1a889063ebef8a9f5927b7407ac56 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:12.428Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:12.474Z] taggedImages: [2021-03-08T18:32:12.474Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:12.474Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.117 [2021-03-08T18:32:12.474Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:12.474Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-08T18:32:12.538Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-08T18:32:12.538Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:12.538Z] 2.0.0-dev.117 [2021-03-08T18:32:12.538Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:12.538Z] master [2021-03-08T18:32:12.538Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:13.021Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:13.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:13.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-08T18:32:13.317Z] d17321a30577: Preparing [2021-03-08T18:32:13.317Z] 6f66e96a21b6: Preparing [2021-03-08T18:32:13.317Z] 87dd1e73759e: Preparing [2021-03-08T18:32:13.317Z] 25d630d35bf8: Preparing [2021-03-08T18:32:13.317Z] 8b7dbfbfb215: Preparing [2021-03-08T18:32:13.317Z] 89c6aad67fd6: Preparing [2021-03-08T18:32:13.317Z] e662f694e687: Preparing [2021-03-08T18:32:13.317Z] ca9e94511ff0: Preparing [2021-03-08T18:32:13.317Z] 33e8713114f8: Preparing [2021-03-08T18:32:13.317Z] 89c6aad67fd6: Waiting [2021-03-08T18:32:13.317Z] e662f694e687: Waiting [2021-03-08T18:32:13.317Z] ca9e94511ff0: Waiting [2021-03-08T18:32:13.317Z] 33e8713114f8: Waiting [2021-03-08T18:32:13.578Z] 8b7dbfbfb215: Pushed [2021-03-08T18:32:13.578Z] d17321a30577: Pushed [2021-03-08T18:32:13.578Z] 6f66e96a21b6: Pushed [2021-03-08T18:32:13.578Z] 89c6aad67fd6: Pushed [2021-03-08T18:32:13.578Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:13.839Z] e662f694e687: Pushed [2021-03-08T18:32:14.099Z] ca9e94511ff0: Pushed [2021-03-08T18:32:14.362Z] 25d630d35bf8: Pushed [2021-03-08T18:32:14.362Z] 87dd1e73759e: Pushed [2021-03-08T18:32:14.625Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:14.927Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:15.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 [2021-03-08T18:32:15.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-08T18:32:15.220Z] d17321a30577: Preparing [2021-03-08T18:32:15.220Z] 6f66e96a21b6: Preparing [2021-03-08T18:32:15.220Z] 87dd1e73759e: Preparing [2021-03-08T18:32:15.220Z] 25d630d35bf8: Preparing [2021-03-08T18:32:15.220Z] 8b7dbfbfb215: Preparing [2021-03-08T18:32:15.220Z] 89c6aad67fd6: Preparing [2021-03-08T18:32:15.220Z] e662f694e687: Preparing [2021-03-08T18:32:15.220Z] ca9e94511ff0: Preparing [2021-03-08T18:32:15.220Z] 33e8713114f8: Preparing [2021-03-08T18:32:15.220Z] 89c6aad67fd6: Waiting [2021-03-08T18:32:15.220Z] e662f694e687: Waiting [2021-03-08T18:32:15.220Z] ca9e94511ff0: Waiting [2021-03-08T18:32:15.220Z] 33e8713114f8: Waiting [2021-03-08T18:32:15.220Z] 8b7dbfbfb215: Layer already exists [2021-03-08T18:32:15.220Z] 87dd1e73759e: Layer already exists [2021-03-08T18:32:15.220Z] 25d630d35bf8: Layer already exists [2021-03-08T18:32:15.220Z] d17321a30577: Layer already exists [2021-03-08T18:32:15.220Z] 6f66e96a21b6: Layer already exists [2021-03-08T18:32:15.220Z] e662f694e687: Layer already exists [2021-03-08T18:32:15.220Z] 89c6aad67fd6: Layer already exists [2021-03-08T18:32:15.220Z] ca9e94511ff0: Layer already exists [2021-03-08T18:32:15.220Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:15.220Z] 2.0.0-dev.117: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:15.521Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:15.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:15.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-08T18:32:15.817Z] d17321a30577: Preparing [2021-03-08T18:32:15.817Z] 6f66e96a21b6: Preparing [2021-03-08T18:32:15.817Z] 87dd1e73759e: Preparing [2021-03-08T18:32:15.817Z] 25d630d35bf8: Preparing [2021-03-08T18:32:15.817Z] 8b7dbfbfb215: Preparing [2021-03-08T18:32:15.817Z] 89c6aad67fd6: Preparing [2021-03-08T18:32:15.817Z] e662f694e687: Preparing [2021-03-08T18:32:15.817Z] ca9e94511ff0: Preparing [2021-03-08T18:32:15.817Z] 33e8713114f8: Preparing [2021-03-08T18:32:15.817Z] 89c6aad67fd6: Waiting [2021-03-08T18:32:15.817Z] e662f694e687: Waiting [2021-03-08T18:32:15.817Z] ca9e94511ff0: Waiting [2021-03-08T18:32:15.817Z] 33e8713114f8: Waiting [2021-03-08T18:32:15.817Z] 87dd1e73759e: Layer already exists [2021-03-08T18:32:15.817Z] 6f66e96a21b6: Layer already exists [2021-03-08T18:32:15.817Z] 8b7dbfbfb215: Layer already exists [2021-03-08T18:32:15.817Z] d17321a30577: Layer already exists [2021-03-08T18:32:15.817Z] 25d630d35bf8: Layer already exists [2021-03-08T18:32:15.817Z] ca9e94511ff0: Layer already exists [2021-03-08T18:32:15.817Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:15.817Z] 89c6aad67fd6: Layer already exists [2021-03-08T18:32:15.817Z] e662f694e687: Layer already exists [2021-03-08T18:32:15.817Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:16.116Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:16.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-08T18:32:16.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-08T18:32:16.411Z] d17321a30577: Preparing [2021-03-08T18:32:16.411Z] 6f66e96a21b6: Preparing [2021-03-08T18:32:16.411Z] 87dd1e73759e: Preparing [2021-03-08T18:32:16.411Z] 25d630d35bf8: Preparing [2021-03-08T18:32:16.411Z] 8b7dbfbfb215: Preparing [2021-03-08T18:32:16.411Z] 89c6aad67fd6: Preparing [2021-03-08T18:32:16.411Z] e662f694e687: Preparing [2021-03-08T18:32:16.411Z] ca9e94511ff0: Preparing [2021-03-08T18:32:16.411Z] 33e8713114f8: Preparing [2021-03-08T18:32:16.411Z] e662f694e687: Waiting [2021-03-08T18:32:16.411Z] ca9e94511ff0: Waiting [2021-03-08T18:32:16.411Z] 33e8713114f8: Waiting [2021-03-08T18:32:16.411Z] 89c6aad67fd6: Waiting [2021-03-08T18:32:16.411Z] 25d630d35bf8: Layer already exists [2021-03-08T18:32:16.411Z] 8b7dbfbfb215: Layer already exists [2021-03-08T18:32:16.411Z] d17321a30577: Layer already exists [2021-03-08T18:32:16.411Z] 6f66e96a21b6: Layer already exists [2021-03-08T18:32:16.411Z] 87dd1e73759e: Layer already exists [2021-03-08T18:32:16.411Z] ca9e94511ff0: Layer already exists [2021-03-08T18:32:16.411Z] 89c6aad67fd6: Layer already exists [2021-03-08T18:32:16.411Z] e662f694e687: Layer already exists [2021-03-08T18:32:16.411Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:16.411Z] master: digest: sha256:6af24a8189ec34e5606e817f20cffd12de2a2add2ff1545aa3c30744402efcf1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:16.589Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:16.637Z] taggedImages: [2021-03-08T18:32:16.637Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:16.637Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.117 [2021-03-08T18:32:16.637Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:16.637Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-08T18:32:16.700Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-08T18:32:16.700Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:16.700Z] 2.0.0-dev.117 [2021-03-08T18:32:16.700Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:16.700Z] master [2021-03-08T18:32:16.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:17.196Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:17.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:17.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-08T18:32:17.521Z] 660371349bdc: Preparing [2021-03-08T18:32:17.521Z] 352d34b3af7d: Preparing [2021-03-08T18:32:17.521Z] 600cc14b684c: Preparing [2021-03-08T18:32:17.521Z] 7b3c48e13235: Preparing [2021-03-08T18:32:17.521Z] 33e8713114f8: Preparing [2021-03-08T18:32:17.521Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:17.521Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:17.521Z] 660371349bdc: Pushed [2021-03-08T18:32:17.784Z] 7b3c48e13235: Pushed [2021-03-08T18:32:18.727Z] 352d34b3af7d: Pushed [2021-03-08T18:32:18.727Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:19.087Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:19.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 [2021-03-08T18:32:19.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-08T18:32:19.391Z] 660371349bdc: Preparing [2021-03-08T18:32:19.391Z] 352d34b3af7d: Preparing [2021-03-08T18:32:19.391Z] 600cc14b684c: Preparing [2021-03-08T18:32:19.391Z] 7b3c48e13235: Preparing [2021-03-08T18:32:19.391Z] 33e8713114f8: Preparing [2021-03-08T18:32:19.391Z] 660371349bdc: Layer already exists [2021-03-08T18:32:19.391Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:19.391Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:19.391Z] 7b3c48e13235: Layer already exists [2021-03-08T18:32:19.391Z] 352d34b3af7d: Layer already exists [2021-03-08T18:32:19.391Z] 2.0.0-dev.117: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:19.693Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:19.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:19.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-08T18:32:19.990Z] 660371349bdc: Preparing [2021-03-08T18:32:19.990Z] 352d34b3af7d: Preparing [2021-03-08T18:32:19.990Z] 600cc14b684c: Preparing [2021-03-08T18:32:19.990Z] 7b3c48e13235: Preparing [2021-03-08T18:32:19.990Z] 33e8713114f8: Preparing [2021-03-08T18:32:19.990Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:19.990Z] 660371349bdc: Layer already exists [2021-03-08T18:32:19.990Z] 7b3c48e13235: Layer already exists [2021-03-08T18:32:19.990Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:19.990Z] 352d34b3af7d: Layer already exists [2021-03-08T18:32:19.990Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:20.295Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:20.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-08T18:32:20.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-08T18:32:20.597Z] 660371349bdc: Preparing [2021-03-08T18:32:20.597Z] 352d34b3af7d: Preparing [2021-03-08T18:32:20.597Z] 600cc14b684c: Preparing [2021-03-08T18:32:20.597Z] 7b3c48e13235: Preparing [2021-03-08T18:32:20.597Z] 33e8713114f8: Preparing [2021-03-08T18:32:20.597Z] 660371349bdc: Layer already exists [2021-03-08T18:32:20.597Z] 7b3c48e13235: Layer already exists [2021-03-08T18:32:20.597Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:20.597Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:20.597Z] 352d34b3af7d: Layer already exists [2021-03-08T18:32:20.597Z] master: digest: sha256:cb915fbb082ba9be273f10aeb2af410caedf1083d208162d515e8a773b5012fc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:20.926Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:20.973Z] taggedImages: [2021-03-08T18:32:20.973Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:20.973Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.117 [2021-03-08T18:32:20.973Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:20.973Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-08T18:32:21.036Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-08T18:32:21.036Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:21.036Z] 2.0.0-dev.117 [2021-03-08T18:32:21.036Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:21.036Z] master [2021-03-08T18:32:21.036Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:21.513Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:22.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:22.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-08T18:32:22.096Z] 705058ba039f: Preparing [2021-03-08T18:32:22.096Z] 469aab13040f: Preparing [2021-03-08T18:32:22.096Z] 600cc14b684c: Preparing [2021-03-08T18:32:22.096Z] dddd5540a76a: Preparing [2021-03-08T18:32:22.096Z] 33e8713114f8: Preparing [2021-03-08T18:32:22.096Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:22.096Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:22.096Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:22.096Z] 705058ba039f: Pushed [2021-03-08T18:32:23.037Z] 469aab13040f: Pushed [2021-03-08T18:32:23.299Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:23.606Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:23.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 [2021-03-08T18:32:23.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-08T18:32:23.900Z] 705058ba039f: Preparing [2021-03-08T18:32:23.900Z] 469aab13040f: Preparing [2021-03-08T18:32:23.900Z] 600cc14b684c: Preparing [2021-03-08T18:32:23.900Z] dddd5540a76a: Preparing [2021-03-08T18:32:23.900Z] 33e8713114f8: Preparing [2021-03-08T18:32:23.900Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:23.900Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:23.900Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:23.900Z] 705058ba039f: Layer already exists [2021-03-08T18:32:23.900Z] 469aab13040f: Layer already exists [2021-03-08T18:32:23.900Z] 2.0.0-dev.117: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:24.210Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:24.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:24.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-08T18:32:24.506Z] 705058ba039f: Preparing [2021-03-08T18:32:24.506Z] 469aab13040f: Preparing [2021-03-08T18:32:24.506Z] 600cc14b684c: Preparing [2021-03-08T18:32:24.506Z] dddd5540a76a: Preparing [2021-03-08T18:32:24.506Z] 33e8713114f8: Preparing [2021-03-08T18:32:24.506Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:24.506Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:24.506Z] 705058ba039f: Layer already exists [2021-03-08T18:32:24.506Z] 469aab13040f: Layer already exists [2021-03-08T18:32:24.506Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:24.506Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:24.825Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:25.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-08T18:32:25.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-08T18:32:25.172Z] 705058ba039f: Preparing [2021-03-08T18:32:25.172Z] 469aab13040f: Preparing [2021-03-08T18:32:25.172Z] 600cc14b684c: Preparing [2021-03-08T18:32:25.172Z] dddd5540a76a: Preparing [2021-03-08T18:32:25.172Z] 33e8713114f8: Preparing [2021-03-08T18:32:25.172Z] dddd5540a76a: Layer already exists [2021-03-08T18:32:25.172Z] 705058ba039f: Layer already exists [2021-03-08T18:32:25.172Z] 469aab13040f: Layer already exists [2021-03-08T18:32:25.172Z] 33e8713114f8: Layer already exists [2021-03-08T18:32:25.172Z] 600cc14b684c: Layer already exists [2021-03-08T18:32:25.172Z] master: digest: sha256:60061a9001d861e860b1ed6d4aa37db0c18296bd3bd93699f9b8e3f28eb9eca2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:25.422Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:25.469Z] taggedImages: [2021-03-08T18:32:25.469Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:25.469Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.117 [2021-03-08T18:32:25.469Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:25.469Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-08T18:32:25.533Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-08T18:32:25.533Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:25.533Z] 2.0.0-dev.117 [2021-03-08T18:32:25.533Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:25.533Z] master [2021-03-08T18:32:25.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:26.064Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:26.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:26.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-08T18:32:26.368Z] 297d1df547e1: Preparing [2021-03-08T18:32:26.368Z] dd1f0c4cc7b9: Preparing [2021-03-08T18:32:26.368Z] ea6307220564: Preparing [2021-03-08T18:32:26.368Z] 6ab894091843: Preparing [2021-03-08T18:32:26.368Z] f59fe1761347: Preparing [2021-03-08T18:32:26.368Z] 3d6ce14f3913: Preparing [2021-03-08T18:32:26.368Z] 2b0799379fe3: Preparing [2021-03-08T18:32:26.368Z] 0754057c0ad3: Preparing [2021-03-08T18:32:26.368Z] 998cdf262ab1: Preparing [2021-03-08T18:32:26.368Z] 02e56110abd2: Preparing [2021-03-08T18:32:26.368Z] abc36efb885a: Preparing [2021-03-08T18:32:26.368Z] b0b09059f4e1: Preparing [2021-03-08T18:32:26.368Z] bb961f40224b: Preparing [2021-03-08T18:32:26.368Z] f4666769fca7: Preparing [2021-03-08T18:32:26.368Z] 3d6ce14f3913: Waiting [2021-03-08T18:32:26.368Z] 2b0799379fe3: Waiting [2021-03-08T18:32:26.368Z] 0754057c0ad3: Waiting [2021-03-08T18:32:26.368Z] b0b09059f4e1: Waiting [2021-03-08T18:32:26.368Z] bb961f40224b: Waiting [2021-03-08T18:32:26.368Z] f4666769fca7: Waiting [2021-03-08T18:32:26.368Z] 998cdf262ab1: Waiting [2021-03-08T18:32:26.368Z] 02e56110abd2: Waiting [2021-03-08T18:32:26.368Z] abc36efb885a: Waiting [2021-03-08T18:32:26.635Z] f59fe1761347: Pushed [2021-03-08T18:32:26.635Z] 297d1df547e1: Pushed [2021-03-08T18:32:26.901Z] 6ab894091843: Pushed [2021-03-08T18:32:26.901Z] 0754057c0ad3: Layer already exists [2021-03-08T18:32:26.901Z] 998cdf262ab1: Layer already exists [2021-03-08T18:32:26.901Z] 2b0799379fe3: Pushed [2021-03-08T18:32:26.901Z] 02e56110abd2: Layer already exists [2021-03-08T18:32:26.901Z] abc36efb885a: Layer already exists [2021-03-08T18:32:26.901Z] b0b09059f4e1: Layer already exists [2021-03-08T18:32:26.901Z] bb961f40224b: Layer already exists [2021-03-08T18:32:26.901Z] f4666769fca7: Layer already exists [2021-03-08T18:32:26.901Z] dd1f0c4cc7b9: Pushed [2021-03-08T18:32:27.477Z] 3d6ce14f3913: Pushed [2021-03-08T18:32:30.777Z] ea6307220564: Pushed [2021-03-08T18:32:30.777Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:31.078Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:32.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 [2021-03-08T18:32:32.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-08T18:32:32.609Z] 297d1df547e1: Preparing [2021-03-08T18:32:32.609Z] dd1f0c4cc7b9: Preparing [2021-03-08T18:32:32.609Z] ea6307220564: Preparing [2021-03-08T18:32:32.609Z] 6ab894091843: Preparing [2021-03-08T18:32:32.609Z] f59fe1761347: Preparing [2021-03-08T18:32:32.609Z] 3d6ce14f3913: Preparing [2021-03-08T18:32:32.609Z] 2b0799379fe3: Preparing [2021-03-08T18:32:32.609Z] 0754057c0ad3: Preparing [2021-03-08T18:32:32.609Z] 998cdf262ab1: Preparing [2021-03-08T18:32:32.609Z] 02e56110abd2: Preparing [2021-03-08T18:32:32.609Z] abc36efb885a: Preparing [2021-03-08T18:32:32.609Z] b0b09059f4e1: Preparing [2021-03-08T18:32:32.609Z] bb961f40224b: Preparing [2021-03-08T18:32:32.609Z] f4666769fca7: Preparing [2021-03-08T18:32:32.609Z] 2b0799379fe3: Waiting [2021-03-08T18:32:32.609Z] 0754057c0ad3: Waiting [2021-03-08T18:32:32.609Z] 998cdf262ab1: Waiting [2021-03-08T18:32:32.609Z] bb961f40224b: Waiting [2021-03-08T18:32:32.609Z] f4666769fca7: Waiting [2021-03-08T18:32:32.609Z] 02e56110abd2: Waiting [2021-03-08T18:32:32.609Z] abc36efb885a: Waiting [2021-03-08T18:32:32.609Z] b0b09059f4e1: Waiting [2021-03-08T18:32:32.609Z] 3d6ce14f3913: Waiting [2021-03-08T18:32:32.609Z] 6ab894091843: Layer already exists [2021-03-08T18:32:32.609Z] ea6307220564: Layer already exists [2021-03-08T18:32:32.609Z] 297d1df547e1: Layer already exists [2021-03-08T18:32:32.609Z] dd1f0c4cc7b9: Layer already exists [2021-03-08T18:32:32.609Z] f59fe1761347: Layer already exists [2021-03-08T18:32:32.609Z] 3d6ce14f3913: Layer already exists [2021-03-08T18:32:32.609Z] 998cdf262ab1: Layer already exists [2021-03-08T18:32:32.609Z] 2b0799379fe3: Layer already exists [2021-03-08T18:32:32.609Z] 0754057c0ad3: Layer already exists [2021-03-08T18:32:32.609Z] 02e56110abd2: Layer already exists [2021-03-08T18:32:32.609Z] abc36efb885a: Layer already exists [2021-03-08T18:32:32.609Z] b0b09059f4e1: Layer already exists [2021-03-08T18:32:32.609Z] f4666769fca7: Layer already exists [2021-03-08T18:32:32.609Z] bb961f40224b: Layer already exists [2021-03-08T18:32:32.609Z] 2.0.0-dev.117: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:33.015Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:33.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:33.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-08T18:32:33.309Z] 297d1df547e1: Preparing [2021-03-08T18:32:33.309Z] dd1f0c4cc7b9: Preparing [2021-03-08T18:32:33.309Z] ea6307220564: Preparing [2021-03-08T18:32:33.309Z] 6ab894091843: Preparing [2021-03-08T18:32:33.309Z] f59fe1761347: Preparing [2021-03-08T18:32:33.309Z] 3d6ce14f3913: Preparing [2021-03-08T18:32:33.309Z] 2b0799379fe3: Preparing [2021-03-08T18:32:33.309Z] 0754057c0ad3: Preparing [2021-03-08T18:32:33.309Z] 998cdf262ab1: Preparing [2021-03-08T18:32:33.309Z] 02e56110abd2: Preparing [2021-03-08T18:32:33.309Z] abc36efb885a: Preparing [2021-03-08T18:32:33.309Z] b0b09059f4e1: Preparing [2021-03-08T18:32:33.309Z] bb961f40224b: Preparing [2021-03-08T18:32:33.309Z] f4666769fca7: Preparing [2021-03-08T18:32:33.309Z] 02e56110abd2: Waiting [2021-03-08T18:32:33.309Z] abc36efb885a: Waiting [2021-03-08T18:32:33.309Z] b0b09059f4e1: Waiting [2021-03-08T18:32:33.309Z] bb961f40224b: Waiting [2021-03-08T18:32:33.309Z] f4666769fca7: Waiting [2021-03-08T18:32:33.309Z] 3d6ce14f3913: Waiting [2021-03-08T18:32:33.309Z] 2b0799379fe3: Waiting [2021-03-08T18:32:33.309Z] 0754057c0ad3: Waiting [2021-03-08T18:32:33.309Z] 998cdf262ab1: Waiting [2021-03-08T18:32:33.309Z] ea6307220564: Layer already exists [2021-03-08T18:32:33.309Z] 297d1df547e1: Layer already exists [2021-03-08T18:32:33.309Z] f59fe1761347: Layer already exists [2021-03-08T18:32:33.309Z] dd1f0c4cc7b9: Layer already exists [2021-03-08T18:32:33.309Z] 6ab894091843: Layer already exists [2021-03-08T18:32:33.309Z] 3d6ce14f3913: Layer already exists [2021-03-08T18:32:33.309Z] 2b0799379fe3: Layer already exists [2021-03-08T18:32:33.309Z] 998cdf262ab1: Layer already exists [2021-03-08T18:32:33.309Z] 02e56110abd2: Layer already exists [2021-03-08T18:32:33.309Z] 0754057c0ad3: Layer already exists [2021-03-08T18:32:33.309Z] abc36efb885a: Layer already exists [2021-03-08T18:32:33.309Z] b0b09059f4e1: Layer already exists [2021-03-08T18:32:33.309Z] bb961f40224b: Layer already exists [2021-03-08T18:32:33.309Z] f4666769fca7: Layer already exists [2021-03-08T18:32:33.309Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:33.613Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:32:33.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-08T18:32:33.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-08T18:32:33.908Z] 297d1df547e1: Preparing [2021-03-08T18:32:33.908Z] dd1f0c4cc7b9: Preparing [2021-03-08T18:32:33.908Z] ea6307220564: Preparing [2021-03-08T18:32:33.908Z] 6ab894091843: Preparing [2021-03-08T18:32:33.908Z] f59fe1761347: Preparing [2021-03-08T18:32:33.908Z] 3d6ce14f3913: Preparing [2021-03-08T18:32:33.908Z] 2b0799379fe3: Preparing [2021-03-08T18:32:33.908Z] 0754057c0ad3: Preparing [2021-03-08T18:32:33.908Z] 998cdf262ab1: Preparing [2021-03-08T18:32:33.908Z] 02e56110abd2: Preparing [2021-03-08T18:32:33.908Z] abc36efb885a: Preparing [2021-03-08T18:32:33.908Z] b0b09059f4e1: Preparing [2021-03-08T18:32:33.908Z] bb961f40224b: Preparing [2021-03-08T18:32:33.908Z] f4666769fca7: Preparing [2021-03-08T18:32:33.908Z] 3d6ce14f3913: Waiting [2021-03-08T18:32:33.908Z] 2b0799379fe3: Waiting [2021-03-08T18:32:33.908Z] 0754057c0ad3: Waiting [2021-03-08T18:32:33.908Z] 998cdf262ab1: Waiting [2021-03-08T18:32:33.908Z] 02e56110abd2: Waiting [2021-03-08T18:32:33.908Z] abc36efb885a: Waiting [2021-03-08T18:32:33.908Z] b0b09059f4e1: Waiting [2021-03-08T18:32:33.908Z] bb961f40224b: Waiting [2021-03-08T18:32:33.908Z] f4666769fca7: Waiting [2021-03-08T18:32:33.908Z] ea6307220564: Layer already exists [2021-03-08T18:32:33.908Z] 6ab894091843: Layer already exists [2021-03-08T18:32:33.908Z] dd1f0c4cc7b9: Layer already exists [2021-03-08T18:32:33.908Z] 297d1df547e1: Layer already exists [2021-03-08T18:32:33.908Z] f59fe1761347: Layer already exists [2021-03-08T18:32:33.908Z] 2b0799379fe3: Layer already exists [2021-03-08T18:32:33.908Z] 3d6ce14f3913: Layer already exists [2021-03-08T18:32:33.908Z] 02e56110abd2: Layer already exists [2021-03-08T18:32:33.908Z] 998cdf262ab1: Layer already exists [2021-03-08T18:32:33.908Z] abc36efb885a: Layer already exists [2021-03-08T18:32:33.908Z] 0754057c0ad3: Layer already exists [2021-03-08T18:32:33.908Z] b0b09059f4e1: Layer already exists [2021-03-08T18:32:33.908Z] bb961f40224b: Layer already exists [2021-03-08T18:32:33.908Z] f4666769fca7: Layer already exists [2021-03-08T18:32:33.908Z] master: digest: sha256:47963ccc5cd48cba6ac362957c21f40ded206bafbbc9915a01348d18f412e041 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:32:34.089Z] ===================================================== [Pipeline] echo [2021-03-08T18:32:34.135Z] taggedImages: [2021-03-08T18:32:34.135Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:32:34.135Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.117 [2021-03-08T18:32:34.135Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:32:34.135Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-08T18:33:45.981Z] Removing intermediate container 84e8b67be446 [2021-03-08T18:33:45.982Z] ---> 147cb6127958 [2021-03-08T18:33:45.982Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-08T18:33:45.982Z] ---> Running in 722d9b391e9e [2021-03-08T18:33:45.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-08T18:33:45.982Z] Removing intermediate container 722d9b391e9e [2021-03-08T18:33:45.982Z] ---> f82d205995b6 [2021-03-08T18:33:45.982Z] [2021-03-08T18:33:45.982Z] Step 11/26 : FROM docker:20.10.0 [2021-03-08T18:33:45.982Z] 20.10.0: Pulling from library/docker [2021-03-08T18:34:01.170Z] Removing intermediate container b1a1a87a5535 [2021-03-08T18:34:01.170Z] ---> bc1a854d56fc [2021-03-08T18:34:01.170Z] [2021-03-08T18:34:01.170Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T18:34:01.170Z] 3.12: Pulling from library/alpine [2021-03-08T18:34:01.170Z] Removing intermediate container 8f450f459c60 [2021-03-08T18:34:01.170Z] ---> c782f140b34c [2021-03-08T18:34:01.170Z] [2021-03-08T18:34:01.170Z] Step 10/22 : FROM alpine:3.12 [2021-03-08T18:34:01.170Z] 3.12: Pulling from library/alpine [2021-03-08T18:34:01.170Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T18:34:01.170Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-08T18:34:01.170Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T18:34:01.170Z] Status: Downloaded newer image for alpine:3.12 [2021-03-08T18:34:01.170Z] ---> d10569e2745f [2021-03-08T18:34:01.170Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-08T18:34:01.170Z] ---> d10569e2745f [2021-03-08T18:34:01.170Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:34:01.781Z] ---> Running in 62de57002f91 [2021-03-08T18:34:01.781Z] ---> Running in 2a067fc78738 [2021-03-08T18:34:03.784Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-08T18:34:03.784Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-08T18:34:03.784Z] ---> eeaf43b92773 [2021-03-08T18:34:03.784Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-08T18:34:03.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:04.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:04.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:04.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:04.349Z] ---> Running in 2d7f9f31e9e6 [2021-03-08T18:34:04.626Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-08T18:34:04.626Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-08T18:34:04.626Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:04.626Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:34:04.911Z] Removing intermediate container 9153705b0543 [2021-03-08T18:34:04.911Z] ---> 7d6a9ba37c48 [2021-03-08T18:34:04.911Z] [2021-03-08T18:34:04.911Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:34:04.911Z] ---> d10569e2745f [2021-03-08T18:34:04.911Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:34:04.911Z] OK: 6 MiB in 16 packages [2021-03-08T18:34:05.190Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T18:34:05.190Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:05.190Z] OK: 5 MiB in 15 packages [2021-03-08T18:34:05.471Z] ---> Running in ca165d247f76 [2021-03-08T18:34:06.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:06.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:07.457Z] (1/2) Installing readline (8.0.4-r0) [2021-03-08T18:34:07.457Z] (2/2) Installing bash (5.0.17-r0) [2021-03-08T18:34:07.457Z] Executing bash-5.0.17-r0.post-install [2021-03-08T18:34:07.457Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:07.457Z] OK: 12 MiB in 22 packages [2021-03-08T18:34:07.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:07.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:07.457Z] Removing intermediate container 2a067fc78738 [2021-03-08T18:34:07.457Z] ---> 42eda6ed307b [2021-03-08T18:34:07.458Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:34:08.061Z] Removing intermediate container 62de57002f91 [2021-03-08T18:34:08.061Z] ---> 73fbb1552ab9 [2021-03-08T18:34:08.061Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:34:08.061Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-08T18:34:08.061Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:08.061Z] OK: 5 MiB in 15 packages [2021-03-08T18:34:08.336Z] ---> Running in 349c41ef5183 [2021-03-08T18:34:08.614Z] ---> Running in 59dc6395353f [2021-03-08T18:34:09.219Z] Removing intermediate container 349c41ef5183 [2021-03-08T18:34:09.219Z] ---> 02db70b7587f [2021-03-08T18:34:09.219Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-08T18:34:09.816Z] ---> Running in fb1bde10266c [2021-03-08T18:34:09.816Z] Removing intermediate container 59dc6395353f [2021-03-08T18:34:09.816Z] ---> de8b4dd98bbf [2021-03-08T18:34:09.816Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-08T18:34:09.816Z] Removing intermediate container 2d7f9f31e9e6 [2021-03-08T18:34:09.816Z] ---> 3c4014ba5386 [2021-03-08T18:34:09.816Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-08T18:34:10.091Z] Removing intermediate container ca165d247f76 [2021-03-08T18:34:10.091Z] ---> a4e93bacdf56 [2021-03-08T18:34:10.091Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:34:10.368Z] ---> Running in bb5599cba3e1 [2021-03-08T18:34:10.368Z] Removing intermediate container bf403139c890 [2021-03-08T18:34:10.368Z] ---> 94db3136bb47 [2021-03-08T18:34:10.368Z] [2021-03-08T18:34:10.368Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:34:10.368Z] ---> d10569e2745f [2021-03-08T18:34:10.368Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-08T18:34:10.368Z] ---> Running in 07a9727ca84e [2021-03-08T18:34:10.648Z] ---> Running in 72e0f25a1a1a [2021-03-08T18:34:10.648Z] Removing intermediate container fb1bde10266c [2021-03-08T18:34:10.648Z] ---> 95fae5926be2 [2021-03-08T18:34:10.648Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T18:34:10.648Z] ---> Running in 4793eeff17ff [2021-03-08T18:34:10.931Z] Removing intermediate container bb5599cba3e1 [2021-03-08T18:34:10.931Z] ---> b8614889c90f [2021-03-08T18:34:10.931Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-08T18:34:10.931Z] ---> Running in e3b5ebfe3295 [2021-03-08T18:34:10.931Z] Removing intermediate container 07a9727ca84e [2021-03-08T18:34:10.931Z] ---> ab802ac4d9f8 [2021-03-08T18:34:10.931Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-08T18:34:11.208Z] ---> Running in 5ba4e3f06626 [2021-03-08T18:34:11.208Z] ---> Running in 9a3e46d1e112 [2021-03-08T18:34:11.485Z] Removing intermediate container 72e0f25a1a1a [2021-03-08T18:34:11.485Z] ---> 2fd28b14b429 [2021-03-08T18:34:11.485Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-08T18:34:11.485Z] Removing intermediate container 4793eeff17ff [2021-03-08T18:34:11.758Z] ---> f36afd026bcd [2021-03-08T18:34:11.758Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-08T18:34:11.758Z] Removing intermediate container e3b5ebfe3295 [2021-03-08T18:34:11.758Z] ---> f8b14d194f69 [2021-03-08T18:34:11.758Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:34:11.758Z] ---> Running in 7ef4cae4fc63 [2021-03-08T18:34:12.046Z] ---> Running in f5265613dc2c [2021-03-08T18:34:12.046Z] Removing intermediate container 9a3e46d1e112 [2021-03-08T18:34:12.046Z] ---> 7d0cbaeb6e94 [2021-03-08T18:34:12.046Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:34:12.046Z] Removing intermediate container 5ba4e3f06626 [2021-03-08T18:34:12.046Z] ---> 915efa98599c [2021-03-08T18:34:12.046Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-08T18:34:12.323Z] ---> Running in 11e9f7e5d832 [2021-03-08T18:34:12.323Z] Removing intermediate container 7ef4cae4fc63 [2021-03-08T18:34:12.323Z] ---> 66e915968b5f [2021-03-08T18:34:12.323Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T18:34:12.596Z] Removing intermediate container f5265613dc2c [2021-03-08T18:34:12.596Z] ---> bfb0e0fe2a6e [2021-03-08T18:34:12.596Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-08T18:34:12.596Z] ---> Running in 0cb16a982229 [2021-03-08T18:34:12.596Z] ---> 462656562186 [2021-03-08T18:34:12.596Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-08T18:34:12.881Z] ---> Running in 758fbead1057 [2021-03-08T18:34:12.881Z] Removing intermediate container 11e9f7e5d832 [2021-03-08T18:34:12.881Z] ---> 48633128b6ad [2021-03-08T18:34:12.881Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-08T18:34:12.881Z] ---> 12e8d215366d [2021-03-08T18:34:12.881Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-08T18:34:13.167Z] Removing intermediate container 0cb16a982229 [2021-03-08T18:34:13.167Z] ---> 1801a109078e [2021-03-08T18:34:13.167Z] Step 15/23 : WORKDIR / [2021-03-08T18:34:13.450Z] Removing intermediate container 758fbead1057 [2021-03-08T18:34:13.450Z] ---> 74c1855e38b6 [2021-03-08T18:34:13.450Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:34:13.741Z] ---> Running in 715f74ce86b5 [2021-03-08T18:34:14.025Z] ---> Running in 748014fbd239 [2021-03-08T18:34:14.298Z] ---> 8db4446f9076 [2021-03-08T18:34:14.298Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-08T18:34:14.572Z] ---> 69c53c784e96 [2021-03-08T18:34:14.573Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-08T18:34:14.850Z] Removing intermediate container 715f74ce86b5 [2021-03-08T18:34:14.850Z] ---> 24ce1c013e3b [2021-03-08T18:34:14.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:34:14.850Z] ---> 86c8564a88c5 [2021-03-08T18:34:14.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-08T18:34:15.453Z] ---> 780fb1a378ec [2021-03-08T18:34:15.453Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-08T18:34:15.729Z] ---> Running in 3beeead18eae [2021-03-08T18:34:16.003Z] ---> 8689e675eed7 [2021-03-08T18:34:16.003Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-08T18:34:16.003Z] ---> 20ddc3172f07 [2021-03-08T18:34:16.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-08T18:34:16.003Z] ---> 3f7c89697729 [2021-03-08T18:34:16.003Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-08T18:34:16.283Z] ---> Running in 4158268ceb41 [2021-03-08T18:34:16.561Z] Removing intermediate container 3beeead18eae [2021-03-08T18:34:16.561Z] ---> 90b047ce8127 [2021-03-08T18:34:16.561Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:34:16.836Z] ---> Running in dbcd514f6eaf [2021-03-08T18:34:17.118Z] Removing intermediate container 4158268ceb41 [2021-03-08T18:34:17.118Z] ---> 5dba626f7781 [2021-03-08T18:34:17.118Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:34:17.118Z] ---> ac8e888089f5 [2021-03-08T18:34:17.118Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-08T18:34:17.118Z] ---> Running in 356098159b74 [2021-03-08T18:34:17.393Z] ---> Running in a8a02adf371b [2021-03-08T18:34:17.394Z] Removing intermediate container 748014fbd239 [2021-03-08T18:34:17.394Z] ---> 9a5b29187c45 [2021-03-08T18:34:17.394Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-08T18:34:17.676Z] Removing intermediate container dbcd514f6eaf [2021-03-08T18:34:17.676Z] ---> 3021ad8b98a6 [2021-03-08T18:34:17.676Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T18:34:17.676Z] ---> 70f6db44f7f8 [2021-03-08T18:34:17.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-08T18:34:17.955Z] ---> Running in a72bc58490ed [2021-03-08T18:34:17.955Z] ---> Running in 783cd8e24758 [2021-03-08T18:34:17.955Z] Removing intermediate container 356098159b74 [2021-03-08T18:34:17.955Z] ---> ce2b2e5b0fbf [2021-03-08T18:34:17.955Z] Step 20/22 : LABEL arch=arm64 [2021-03-08T18:34:18.231Z] ---> Running in 0bc6dc3d0a90 [2021-03-08T18:34:18.838Z] Removing intermediate container 783cd8e24758 [2021-03-08T18:34:18.838Z] ---> 63d19ffd11c7 [2021-03-08T18:34:18.838Z] Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:34:19.112Z] Removing intermediate container 0bc6dc3d0a90 [2021-03-08T18:34:19.112Z] ---> 2e3387e30132 [2021-03-08T18:34:19.112Z] Step 21/22 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:34:19.112Z] ---> 8faee8e03905 [2021-03-08T18:34:19.112Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-08T18:34:19.112Z] ---> Running in 2d641749fb6c [2021-03-08T18:34:19.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:19.387Z] ---> Running in 004670de2816 [2021-03-08T18:34:19.387Z] ---> Running in fb3d3f3a7db5 [2021-03-08T18:34:19.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:19.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:19.660Z] Removing intermediate container 2d641749fb6c [2021-03-08T18:34:19.660Z] ---> e2c51edb125b [2021-03-08T18:34:19.660Z] Step 22/22 : LABEL version=2.0.0-dev.117 [2021-03-08T18:34:19.939Z] ---> Running in 3b3099246237 [2021-03-08T18:34:19.939Z] Removing intermediate container 004670de2816 [2021-03-08T18:34:19.939Z] ---> 0ab6cdf273fb [2021-03-08T18:34:19.939Z] Step 22/22 : LABEL version=2.0.0-dev.117Removing intermediate container fb3d3f3a7db5 [2021-03-08T18:34:19.939Z] ---> 6edccf59ef1b [2021-03-08T18:34:19.939Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:34:19.939Z] [2021-03-08T18:34:20.214Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-08T18:34:20.214Z] (2/33) Installing expat (2.2.9-r1) [2021-03-08T18:34:20.214Z] (3/33) Installing libffi (3.3-r2) [2021-03-08T18:34:20.214Z] (4/33) Installing gdbm (1.13-r1) [2021-03-08T18:34:20.214Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-08T18:34:20.214Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-08T18:34:20.214Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-08T18:34:20.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:34:20.512Z] ---> Running in 4960372fac13 [2021-03-08T18:34:20.512Z] ---> Running in 9ed58e0e614f [2021-03-08T18:34:20.789Z] Removing intermediate container 3b3099246237 [2021-03-08T18:34:20.789Z] ---> 590e04a68a41 [2021-03-08T18:34:20.789Z] [2021-03-08T18:34:21.395Z] Successfully built 590e04a68a41 [2021-03-08T18:34:21.395Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-08T18:34:21.395Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-08T18:34:21.395Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-08T18:34:21.395Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-03-08T18:34:21.395Z] Removing intermediate container 4960372fac13 [2021-03-08T18:34:21.395Z] ---> 85ba94be4359 [2021-03-08T18:34:21.395Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T18:34:21.395Z] Removing intermediate container 9ed58e0e614f [2021-03-08T18:34:21.395Z] ---> 9f59aca2bea1 [2021-03-08T18:34:21.395Z] [2021-03-08T18:34:21.395Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-08T18:34:21.680Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-08T18:34:21.680Z] Successfully built 9f59aca2bea1 [2021-03-08T18:34:21.956Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-08T18:34:21.956Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-08T18:34:21.956Z] Building docker-core-command-go [2021-03-08T18:34:22.228Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-03-08T18:34:22.228Z] ---> Running in 024e1a0795be [2021-03-08T18:34:22.228Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-08T18:34:22.228Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-08T18:34:22.228Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-08T18:34:22.228Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-08T18:34:22.228Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-08T18:34:22.228Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-08T18:34:22.228Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:22.228Z] OK: 8 MiB in 20 packages [2021-03-08T18:34:22.228Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-08T18:34:22.228Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-08T18:34:22.515Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-08T18:34:22.515Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-08T18:34:22.515Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-08T18:34:22.515Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-08T18:34:22.515Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-08T18:34:22.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-08T18:34:22.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-08T18:34:22.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-08T18:34:22.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-08T18:34:22.515Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-08T18:34:22.515Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-08T18:34:22.793Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-08T18:34:22.793Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-08T18:34:22.793Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-08T18:34:22.793Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-08T18:34:22.793Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-08T18:34:22.793Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-08T18:34:22.793Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-08T18:34:22.793Z] Removing intermediate container 024e1a0795be [2021-03-08T18:34:22.793Z] ---> 03ec39fa012b [2021-03-08T18:34:22.793Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:34:23.085Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:34:23.085Z] OK: 71 MiB in 55 packages [2021-03-08T18:34:23.085Z] ---> Running in 1fd35fffe67c [2021-03-08T18:34:25.080Z] Removing intermediate container 1fd35fffe67c [2021-03-08T18:34:25.080Z] ---> 96487f9ac9f3 [2021-03-08T18:34:25.080Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:34:25.080Z] Removing intermediate container a72bc58490ed [2021-03-08T18:34:25.080Z] ---> 1b526744e1a1 [2021-03-08T18:34:25.080Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:34:26.070Z] ---> Running in b8e10ba38dd6 [2021-03-08T18:34:26.675Z] ---> 8372546c17f3 [2021-03-08T18:34:26.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-08T18:34:26.951Z] Removing intermediate container b8e10ba38dd6 [2021-03-08T18:34:26.951Z] ---> dae1c3f2ac91 [2021-03-08T18:34:26.952Z] [2021-03-08T18:34:27.547Z] Successfully built dae1c3f2ac91 [2021-03-08T18:34:27.548Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-08T18:34:27.548Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-08T18:34:28.987Z] ---> 27bb801993be [2021-03-08T18:34:28.987Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-08T18:34:29.980Z] ---> ba5cd68955a9 [2021-03-08T18:34:29.980Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-08T18:34:30.267Z] ---> Running in e6e16cd62eb7 [2021-03-08T18:34:30.867Z] Removing intermediate container e6e16cd62eb7 [2021-03-08T18:34:30.867Z] ---> e41d951f76e7 [2021-03-08T18:34:30.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:34:30.867Z] Removing intermediate container a8a02adf371b [2021-03-08T18:34:30.867Z] ---> bfb9f71b87e4 [2021-03-08T18:34:30.867Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-08T18:34:31.142Z] ---> Running in 6c5d0e6fe3f1 [2021-03-08T18:34:31.142Z] ---> Running in b851f7d93b9a [2021-03-08T18:34:31.745Z] Removing intermediate container b851f7d93b9a [2021-03-08T18:34:31.745Z] ---> 87c63aa6e02c [2021-03-08T18:34:31.745Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T18:34:32.021Z] ---> Running in 73dbce30eaa5 [2021-03-08T18:34:32.633Z] Removing intermediate container 73dbce30eaa5 [2021-03-08T18:34:32.633Z] ---> 2f5226a6b55c [2021-03-08T18:34:32.633Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:34:32.916Z] ---> Running in a156a51ba305 [2021-03-08T18:34:33.523Z] Removing intermediate container a156a51ba305 [2021-03-08T18:34:33.523Z] ---> 13c303ecc71b [2021-03-08T18:34:33.523Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:34:33.523Z] ---> Running in b3b8340de095 [2021-03-08T18:34:34.518Z] Removing intermediate container b3b8340de095 [2021-03-08T18:34:34.518Z] ---> 3913e1b061dd [2021-03-08T18:34:34.518Z] [2021-03-08T18:34:34.797Z] Successfully built 3913e1b061dd [2021-03-08T18:34:34.797Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-08T18:34:34.797Z] Building docker-security-proxy-setup-go [2021-03-08T18:34:36.799Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-03-08T18:34:36.799Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-08T18:34:37.797Z] Collecting docker<4.0,>=3.6.0 [2021-03-08T18:34:37.797Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-08T18:34:38.781Z] Collecting jsonschema<3,>=2.5.1 [2021-03-08T18:34:38.781Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-08T18:34:39.385Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-08T18:34:39.385Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-08T18:34:42.042Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-08T18:34:42.042Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-08T18:34:42.315Z] Collecting cached-property<2,>=1.2.0 [2021-03-08T18:34:42.315Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-08T18:34:42.774Z] Collecting texttable<0.10,>=0.9.0 [2021-03-08T18:34:42.774Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-08T18:34:46.441Z] Collecting PyYAML<4,>=3.10 [2021-03-08T18:34:46.441Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-08T18:34:49.165Z] 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-03-08T18:34:50.165Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-08T18:34:50.440Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-08T18:34:50.714Z] Collecting docopt<0.7,>=0.6.1 [2021-03-08T18:34:50.714Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-08T18:34:52.710Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:34:52.710Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:34:52.710Z] ---> f0d77dd63189 [2021-03-08T18:34:52.710Z] Step 3/31 : WORKDIR /edgex-go [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 806b4d3a0740 [2021-03-08T18:34:52.710Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 905c6ed03901 [2021-03-08T18:34:52.710Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 537ee28e9fcb [2021-03-08T18:34:52.710Z] Step 6/31 : COPY go.mod . [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> b7cf3eef0ef3 [2021-03-08T18:34:52.710Z] Step 7/31 : RUN go mod download [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 6fc0083aab43 [2021-03-08T18:34:52.710Z] Step 8/31 : COPY . . [2021-03-08T18:34:52.710Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:34:52.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:34:52.710Z] ---> f0d77dd63189 [2021-03-08T18:34:52.710Z] Step 3/23 : WORKDIR /edgex-go [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 806b4d3a0740 [2021-03-08T18:34:52.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 905c6ed03901 [2021-03-08T18:34:52.710Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:52.710Z] ---> 537ee28e9fcb [2021-03-08T18:34:52.710Z] Step 6/23 : COPY go.mod . [2021-03-08T18:34:52.710Z] ---> Using cache [2021-03-08T18:34:53.005Z] ---> b7cf3eef0ef3 [2021-03-08T18:34:53.005Z] Step 7/23 : RUN go mod download [2021-03-08T18:34:53.005Z] ---> Using cache [2021-03-08T18:34:53.005Z] ---> 6fc0083aab43 [2021-03-08T18:34:53.005Z] Step 8/23 : COPY . . [2021-03-08T18:34:53.005Z] ---> Using cache [2021-03-08T18:34:53.005Z] ---> 8e31a52c521f [2021-03-08T18:34:53.005Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-08T18:34:53.005Z] ---> Using cache [2021-03-08T18:34:53.005Z] ---> 8e31a52c521f [2021-03-08T18:34:53.005Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-08T18:34:53.005Z] Collecting docker-pycreds>=0.4.0 [2021-03-08T18:34:53.005Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-08T18:34:53.613Z] 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-03-08T18:34:53.613Z] 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-03-08T18:34:54.601Z] Collecting idna<2.8,>=2.5 [2021-03-08T18:34:54.601Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-08T18:34:56.683Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-08T18:34:56.683Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-08T18:34:56.966Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-08T18:34:56.966Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-08T18:34:56.966Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-08T18:34:56.966Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-08T18:34:57.949Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, texttable, PyYAML, docopt, docker-compose [2021-03-08T18:34:58.227Z] ---> Running in 89b49e78a693 [2021-03-08T18:34:58.227Z] ---> Running in f5b39063ea75 [2021-03-08T18:34:58.506Z] Attempting uninstall: idna [2021-03-08T18:34:58.506Z] Found existing installation: idna 2.9 [2021-03-08T18:34:58.506Z] Uninstalling idna-2.9: [2021-03-08T18:34:58.506Z] Successfully uninstalled idna-2.9 [2021-03-08T18:34:59.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:34:59.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:34:59.517Z] ---> f0d77dd63189 [2021-03-08T18:34:59.517Z] Step 3/24 : WORKDIR /edgex-go [2021-03-08T18:34:59.517Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> 806b4d3a0740 [2021-03-08T18:34:59.518Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:34:59.518Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> 905c6ed03901 [2021-03-08T18:34:59.518Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-08T18:34:59.518Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> 537ee28e9fcb [2021-03-08T18:34:59.518Z] Step 6/24 : COPY go.mod . [2021-03-08T18:34:59.518Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> b7cf3eef0ef3 [2021-03-08T18:34:59.518Z] Step 7/24 : RUN go mod download [2021-03-08T18:34:59.518Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> 6fc0083aab43 [2021-03-08T18:34:59.518Z] Step 8/24 : COPY . . [2021-03-08T18:34:59.518Z] Attempting uninstall: urllib3 [2021-03-08T18:34:59.518Z] Found existing installation: urllib3 1.25.9 [2021-03-08T18:34:59.518Z] Uninstalling urllib3-1.25.9: [2021-03-08T18:34:59.518Z] ---> Using cache [2021-03-08T18:34:59.518Z] ---> 8e31a52c521f [2021-03-08T18:34:59.518Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-08T18:34:59.800Z] Successfully uninstalled urllib3-1.25.9 [2021-03-08T18:35:00.404Z] Attempting uninstall: requests [2021-03-08T18:35:00.404Z] Found existing installation: requests 2.23.0 [2021-03-08T18:35:00.404Z] Uninstalling requests-2.23.0: [2021-03-08T18:35:00.682Z] Successfully uninstalled requests-2.23.0 [2021-03-08T18:35:00.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o cmd/core-command/core-command ./cmd/core-command [2021-03-08T18:35:00.682Z] ---> Running in 8a8bbef37aed [2021-03-08T18:35:00.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-08T18:35:02.671Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-08T18:35:02.671Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-08T18:35:02.671Z] ---> f0d77dd63189 [2021-03-08T18:35:02.671Z] Step 3/21 : WORKDIR /edgex-go [2021-03-08T18:35:02.671Z] ---> Using cache [2021-03-08T18:35:02.671Z] ---> 806b4d3a0740 [2021-03-08T18:35:02.671Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-08T18:35:02.671Z] ---> Using cache [2021-03-08T18:35:02.671Z] ---> 905c6ed03901 [2021-03-08T18:35:02.672Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-08T18:35:02.672Z] ---> Using cache [2021-03-08T18:35:02.672Z] ---> 537ee28e9fcb [2021-03-08T18:35:02.672Z] Step 6/21 : COPY go.mod . [2021-03-08T18:35:02.672Z] ---> Using cache [2021-03-08T18:35:02.672Z] ---> b7cf3eef0ef3 [2021-03-08T18:35:02.672Z] Step 7/21 : RUN go mod download [2021-03-08T18:35:02.672Z] ---> Using cache [2021-03-08T18:35:02.672Z] ---> 6fc0083aab43 [2021-03-08T18:35:02.672Z] Step 8/21 : COPY . . [2021-03-08T18:35:02.672Z] ---> Using cache [2021-03-08T18:35:02.672Z] ---> 8e31a52c521f [2021-03-08T18:35:02.672Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-08T18:35:02.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-08T18:35:02.948Z] Running setup.py install for dockerpty: started [2021-03-08T18:35:02.948Z] ---> Running in 449903b6e7d6 [2021-03-08T18:35:04.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-08T18:35:05.932Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-08T18:35:06.208Z] Running setup.py install for texttable: started [2021-03-08T18:35:08.844Z] Running setup.py install for texttable: finished with status 'done' [2021-03-08T18:35:08.844Z] Running setup.py install for PyYAML: started [2021-03-08T18:35:12.272Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-08T18:35:12.272Z] Running setup.py install for docopt: started [2021-03-08T18:35:14.264Z] Running setup.py install for docopt: finished with status 'done' [2021-03-08T18:35:15.252Z] 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.58.0 [2021-03-08T18:35:20.724Z] Removing intermediate container 6c5d0e6fe3f1 [2021-03-08T18:35:20.724Z] ---> 592c2cb04a62 [2021-03-08T18:35:20.724Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-08T18:35:20.724Z] ---> Running in f7d2a40ea83d [2021-03-08T18:35:22.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:35:22.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:35:23.334Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:35:23.334Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-08T18:35:23.334Z] (3/3) Installing curl (7.69.1-r3) [2021-03-08T18:35:23.334Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:35:23.667Z] OK: 71 MiB in 58 packages [2021-03-08T18:35:25.708Z] Removing intermediate container f7d2a40ea83d [2021-03-08T18:35:25.708Z] ---> 15c980fbee64 [2021-03-08T18:35:25.708Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-08T18:35:25.708Z] ---> Running in 0dbf3c61f2a5 [2021-03-08T18:35:26.718Z] Removing intermediate container 0dbf3c61f2a5 [2021-03-08T18:35:26.718Z] ---> b3d41854429a [2021-03-08T18:35:26.718Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:35:26.718Z] ---> Running in 6bdb69d085bd [2021-03-08T18:35:27.323Z] Removing intermediate container 6bdb69d085bd [2021-03-08T18:35:27.323Z] ---> 733eb2b2357a [2021-03-08T18:35:27.323Z] Step 24/26 : LABEL arch=arm64 [2021-03-08T18:35:27.599Z] ---> Running in 237c5e18fa56 [2021-03-08T18:35:28.203Z] Removing intermediate container 237c5e18fa56 [2021-03-08T18:35:28.203Z] ---> 44fee740a460 [2021-03-08T18:35:28.203Z] Step 25/26 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:35:28.483Z] ---> Running in 348d51fa9ec1 [2021-03-08T18:35:29.093Z] Removing intermediate container 348d51fa9ec1 [2021-03-08T18:35:29.093Z] ---> 700035b4f152 [2021-03-08T18:35:29.093Z] Step 26/26 : LABEL version=2.0.0-dev.117 [2021-03-08T18:35:29.372Z] ---> Running in ede69c86e3c8 [2021-03-08T18:35:30.380Z] Removing intermediate container ede69c86e3c8 [2021-03-08T18:35:30.380Z] ---> ea2922af0b6f [2021-03-08T18:35:30.380Z] [2021-03-08T18:35:30.658Z] Successfully built ea2922af0b6f [2021-03-08T18:35:30.658Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-08T18:36:17.698Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-08T18:36:17.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.117" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-08T18:36:32.844Z] Removing intermediate container 8a8bbef37aed [2021-03-08T18:36:32.844Z] ---> 6e47924e83ce [2021-03-08T18:36:32.844Z] [2021-03-08T18:36:32.844Z] Step 10/24 : FROM alpine:3.12 [2021-03-08T18:36:32.844Z] ---> d10569e2745f [2021-03-08T18:36:32.844Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-08T18:36:32.844Z] Removing intermediate container 449903b6e7d6 [2021-03-08T18:36:32.844Z] ---> 89ee97420c60 [2021-03-08T18:36:32.844Z] [2021-03-08T18:36:32.844Z] Step 10/21 : FROM alpine:3.12 [2021-03-08T18:36:32.844Z] ---> d10569e2745f [2021-03-08T18:36:32.844Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-08T18:36:32.844Z] Removing intermediate container f5b39063ea75 [2021-03-08T18:36:32.844Z] ---> 0f9c5c009d30 [2021-03-08T18:36:32.844Z] [2021-03-08T18:36:32.844Z] Step 10/31 : FROM alpine:3.12 [2021-03-08T18:36:32.844Z] ---> d10569e2745f [2021-03-08T18:36:32.844Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-08T18:36:32.844Z] ---> Running in 06ebe09c17de [2021-03-08T18:36:32.844Z] ---> Running in 48ef7e1e38d2 [2021-03-08T18:36:32.844Z] ---> Running in 77826d8d42e6 [2021-03-08T18:36:33.457Z] Removing intermediate container 77826d8d42e6 [2021-03-08T18:36:33.457Z] ---> b4720c57409c [2021-03-08T18:36:33.457Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-08T18:36:33.740Z] ---> Running in 77d86ece527b [2021-03-08T18:36:34.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:34.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:34.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:34.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:34.901Z] Removing intermediate container 89b49e78a693 [2021-03-08T18:36:34.901Z] ---> 61df8232dc35 [2021-03-08T18:36:34.901Z] [2021-03-08T18:36:34.901Z] Step 10/23 : FROM alpine:3.12 [2021-03-08T18:36:34.901Z] ---> d10569e2745f [2021-03-08T18:36:34.901Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-08T18:36:34.901Z] ---> Using cache [2021-03-08T18:36:34.901Z] ---> a4e93bacdf56 [2021-03-08T18:36:34.901Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-08T18:36:34.901Z] ---> Using cache [2021-03-08T18:36:34.901Z] ---> 2fd28b14b429 [2021-03-08T18:36:34.901Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-08T18:36:34.901Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-08T18:36:34.901Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-08T18:36:34.901Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:36:34.901Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-08T18:36:34.901Z] ---> Running in c94e7d3e452a [2021-03-08T18:36:34.901Z] (4/4) Installing curl (7.69.1-r3) [2021-03-08T18:36:34.901Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-08T18:36:34.901Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:36:34.901Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:36:35.183Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-08T18:36:35.183Z] (4/5) Installing curl (7.69.1-r3) [2021-03-08T18:36:35.183Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-08T18:36:35.183Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:36:35.183Z] Executing ca-certificates-20191127-r4.trigger [2021-03-08T18:36:35.183Z] OK: 7 MiB in 18 packages [2021-03-08T18:36:35.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:35.464Z] OK: 7 MiB in 19 packages [2021-03-08T18:36:35.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-08T18:36:35.744Z] Removing intermediate container c94e7d3e452a [2021-03-08T18:36:35.744Z] ---> a28749879535 [2021-03-08T18:36:35.744Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-08T18:36:36.017Z] ---> Running in f0fc8e61bfd7 [2021-03-08T18:36:36.017Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-08T18:36:36.017Z] (2/2) Installing su-exec (0.2-r1) [2021-03-08T18:36:36.292Z] Executing busybox-1.31.1-r19.trigger [2021-03-08T18:36:36.292Z] OK: 5 MiB in 16 packages [2021-03-08T18:36:36.890Z] Removing intermediate container f0fc8e61bfd7 [2021-03-08T18:36:36.890Z] ---> 2928b02da376 [2021-03-08T18:36:36.891Z] Step 15/23 : WORKDIR / [2021-03-08T18:36:37.165Z] ---> Running in 2bf3b335aa6e [2021-03-08T18:36:37.439Z] Removing intermediate container 06ebe09c17de [2021-03-08T18:36:37.439Z] ---> 3852f32f9f25 [2021-03-08T18:36:37.439Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T18:36:37.439Z] Removing intermediate container 48ef7e1e38d2 [2021-03-08T18:36:37.439Z] ---> 032ba33aebdf [2021-03-08T18:36:37.439Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-08T18:36:37.716Z] ---> Running in ccc86721bf84 [2021-03-08T18:36:37.716Z] ---> Running in 92470e381f16 [2021-03-08T18:36:37.716Z] Removing intermediate container 2bf3b335aa6e [2021-03-08T18:36:37.716Z] ---> c5c256070f9b [2021-03-08T18:36:37.716Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:36:37.716Z] Removing intermediate container 77d86ece527b [2021-03-08T18:36:37.716Z] ---> 18b2b8f5e3ae [2021-03-08T18:36:37.716Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-08T18:36:37.995Z] ---> Running in 4ec38e3848b5 [2021-03-08T18:36:38.266Z] Removing intermediate container 92470e381f16 [2021-03-08T18:36:38.266Z] ---> 670f9bd6fdf8 [2021-03-08T18:36:38.266Z] Step 13/21 : WORKDIR /edgex [2021-03-08T18:36:38.266Z] Removing intermediate container ccc86721bf84 [2021-03-08T18:36:38.266Z] ---> dd9a5c414aa7 [2021-03-08T18:36:38.266Z] Step 13/24 : WORKDIR / [2021-03-08T18:36:38.539Z] ---> Running in c09a75859833 [2021-03-08T18:36:38.539Z] ---> Running in 9eb47e2caf31 [2021-03-08T18:36:38.818Z] Removing intermediate container 4ec38e3848b5 [2021-03-08T18:36:38.818Z] ---> 83e36c50e810 [2021-03-08T18:36:38.818Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-08T18:36:38.818Z] ---> 6b07241ab333 [2021-03-08T18:36:38.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-08T18:36:38.819Z] ---> Running in 5a22e67701d6 [2021-03-08T18:36:39.091Z] Removing intermediate container c09a75859833 [2021-03-08T18:36:39.091Z] ---> fdc4db9d827b [2021-03-08T18:36:39.091Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-08T18:36:39.370Z] Removing intermediate container 9eb47e2caf31 [2021-03-08T18:36:39.370Z] ---> c2819350adee [2021-03-08T18:36:39.370Z] 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-03-08T18:36:39.651Z] Removing intermediate container 5a22e67701d6 [2021-03-08T18:36:39.651Z] ---> ebd57eeaacd2 [2021-03-08T18:36:39.651Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-08T18:36:39.926Z] ---> Running in 8e900d779e38 [2021-03-08T18:36:40.525Z] ---> e3601615815c [2021-03-08T18:36:40.525Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-08T18:36:40.525Z] ---> 930f29cc7ab7 [2021-03-08T18:36:40.525Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-08T18:36:40.525Z] ---> 1cf29135cbbf [2021-03-08T18:36:40.525Z] 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-03-08T18:36:41.968Z] ---> 0ff7f58a23c0 [2021-03-08T18:36:41.968Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-08T18:36:41.968Z] ---> 492f8ac12ccd [2021-03-08T18:36:41.968Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-08T18:36:41.968Z] ---> Running in 2434e00ca144 [2021-03-08T18:36:42.242Z] ---> b2549b9941ce [2021-03-08T18:36:42.242Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-08T18:36:42.845Z] Removing intermediate container 2434e00ca144 [2021-03-08T18:36:42.845Z] ---> ef39d8dd6e99 [2021-03-08T18:36:42.845Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-08T18:36:42.846Z] Removing intermediate container 8e900d779e38 [2021-03-08T18:36:42.846Z] ---> aed7f004d2c8 [2021-03-08T18:36:42.846Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-08T18:36:42.846Z] ---> eccb89419b5b [2021-03-08T18:36:42.846Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-08T18:36:43.117Z] ---> Running in 6a8fb2450713 [2021-03-08T18:36:43.117Z] ---> Running in 46a6032873a1 [2021-03-08T18:36:43.717Z] Removing intermediate container 6a8fb2450713 [2021-03-08T18:36:43.717Z] ---> 5ad5085b1fe4 [2021-03-08T18:36:43.717Z] Step 21/23 : LABEL arch=arm64 [2021-03-08T18:36:43.717Z] ---> 1bdb3c309f07 [2021-03-08T18:36:43.717Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-08T18:36:43.717Z] ---> Running in 15d6a66e8af0 [2021-03-08T18:36:43.717Z] ---> Running in 63dc0079dc6c [2021-03-08T18:36:43.717Z] Removing intermediate container 46a6032873a1 [2021-03-08T18:36:43.717Z] ---> 072220cc6f6e [2021-03-08T18:36:43.717Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-08T18:36:44.318Z] ---> 8c339e7aa6ec [2021-03-08T18:36:44.318Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-08T18:36:44.318Z] Removing intermediate container 15d6a66e8af0 [2021-03-08T18:36:44.318Z] ---> 0b7f88509871 [2021-03-08T18:36:44.318Z] Step 18/21 : CMD ["--init=true"] [2021-03-08T18:36:44.318Z] Removing intermediate container 63dc0079dc6c [2021-03-08T18:36:44.318Z] ---> d0da276b0291 [2021-03-08T18:36:44.318Z] Step 22/23 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:36:44.595Z] ---> Running in 6dd1ff97341d [2021-03-08T18:36:44.595Z] ---> Running in 975d4fd84ab9 [2021-03-08T18:36:44.870Z] ---> 7eea16c773d9 [2021-03-08T18:36:44.870Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-08T18:36:44.870Z] ---> Running in f92a640cd082 [2021-03-08T18:36:45.162Z] Removing intermediate container 975d4fd84ab9 [2021-03-08T18:36:45.162Z] ---> 3c984382a595 [2021-03-08T18:36:45.162Z] Step 19/21 : LABEL arch=arm64 [2021-03-08T18:36:45.162Z] Removing intermediate container 6dd1ff97341d [2021-03-08T18:36:45.162Z] ---> bedee35d936f [2021-03-08T18:36:45.162Z] Step 23/23 : LABEL version=2.0.0-dev.117 [2021-03-08T18:36:45.451Z] ---> Running in 08ddcc0d4226 [2021-03-08T18:36:45.451Z] ---> Running in 704f3c444715 [2021-03-08T18:36:45.451Z] ---> d45ef4e8e99c [2021-03-08T18:36:45.451Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-08T18:36:46.050Z] Removing intermediate container 08ddcc0d4226 [2021-03-08T18:36:46.050Z] ---> 3777163930a8 [2021-03-08T18:36:46.050Z] Step 20/21 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:36:46.323Z] Removing intermediate container 704f3c444715 [2021-03-08T18:36:46.323Z] ---> 4c115a40bb14 [2021-03-08T18:36:46.323Z] [2021-03-08T18:36:46.323Z] ---> Running in 487d84dc66ef [2021-03-08T18:36:46.598Z] ---> a2e6258ab584 [2021-03-08T18:36:46.598Z] 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-03-08T18:36:46.598Z] Successfully built 4c115a40bb14 [2021-03-08T18:36:46.598Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-08T18:36:46.598Z]  Building docker-core-command-go ... done  ---> Running in 294397d534ba [2021-03-08T18:36:46.873Z] Removing intermediate container 487d84dc66ef [2021-03-08T18:36:46.873Z] ---> e2ef9e95cfcf [2021-03-08T18:36:46.873Z] Step 21/21 : LABEL version=2.0.0-dev.117 [2021-03-08T18:36:47.147Z] ---> Running in f615e8cf0115 [2021-03-08T18:36:47.744Z] Removing intermediate container f615e8cf0115 [2021-03-08T18:36:47.744Z] ---> a4d9e3793318 [2021-03-08T18:36:47.744Z] [2021-03-08T18:36:47.744Z] Removing intermediate container f92a640cd082 [2021-03-08T18:36:47.744Z] ---> 4bdfb511117f [2021-03-08T18:36:47.744Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-08T18:36:48.023Z] Successfully built a4d9e3793318 [2021-03-08T18:36:48.023Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-08T18:36:48.631Z]  Building docker-security-proxy-setup-go ... done  ---> de1133832f96 [2021-03-08T18:36:48.631Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-08T18:36:49.233Z] Removing intermediate container 294397d534ba [2021-03-08T18:36:49.506Z] ---> cdb6aa47ba0d [2021-03-08T18:36:49.506Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-08T18:36:49.506Z] ---> Running in be099b311f18 [2021-03-08T18:36:49.779Z] ---> feb4ad3f989e [2021-03-08T18:36:50.063Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-08T18:36:50.063Z] Removing intermediate container be099b311f18 [2021-03-08T18:36:50.063Z] ---> c27216e34bfc [2021-03-08T18:36:50.063Z] Step 22/24 : LABEL arch=arm64 [2021-03-08T18:36:50.063Z] ---> Running in 69c33d08188e [2021-03-08T18:36:50.670Z] Removing intermediate container 69c33d08188e [2021-03-08T18:36:50.670Z] ---> 5a817323a28c [2021-03-08T18:36:50.670Z] Step 23/24 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:36:50.670Z] ---> ab4e1a287700 [2021-03-08T18:36:50.670Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-08T18:36:50.943Z] ---> Running in 51e72e240400 [2021-03-08T18:36:51.221Z] Removing intermediate container 51e72e240400 [2021-03-08T18:36:51.221Z] ---> 8634814210da [2021-03-08T18:36:51.221Z] Step 24/24 : LABEL version=2.0.0-dev.117 [2021-03-08T18:36:51.493Z] ---> Running in b6c3518481ba [2021-03-08T18:36:51.493Z] ---> 4320406b8e38 [2021-03-08T18:36:51.493Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-08T18:36:51.769Z] Removing intermediate container b6c3518481ba [2021-03-08T18:36:51.769Z] ---> 81468dec7497 [2021-03-08T18:36:51.769Z] [2021-03-08T18:36:52.362Z] Successfully built 81468dec7497 [2021-03-08T18:36:52.362Z] ---> d25a6367f7fa [2021-03-08T18:36:52.362Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-08T18:36:52.362Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-08T18:36:52.634Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 8ea2f9f8f0b0 [2021-03-08T18:36:53.227Z] Removing intermediate container 8ea2f9f8f0b0 [2021-03-08T18:36:53.227Z] ---> 6d00c7658978 [2021-03-08T18:36:53.227Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-08T18:36:53.821Z] ---> 506a46b4b727 [2021-03-08T18:36:53.821Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-08T18:36:54.091Z] ---> Running in 10632e29dd38 [2021-03-08T18:36:56.073Z] Removing intermediate container 10632e29dd38 [2021-03-08T18:36:56.073Z] ---> 828b238f306e [2021-03-08T18:36:56.073Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-08T18:36:56.353Z] ---> Running in 2fca52a65853 [2021-03-08T18:36:56.963Z] Removing intermediate container 2fca52a65853 [2021-03-08T18:36:56.963Z] ---> 89509fabd582 [2021-03-08T18:36:56.963Z] Step 28/31 : CMD ["gate"] [2021-03-08T18:36:56.963Z] ---> Running in 17cb4076b477 [2021-03-08T18:36:57.558Z] Removing intermediate container 17cb4076b477 [2021-03-08T18:36:57.558Z] ---> 93ad5c7c9d54 [2021-03-08T18:36:57.558Z] Step 29/31 : LABEL arch=arm64 [2021-03-08T18:36:57.829Z] ---> Running in 66bc209b7cad [2021-03-08T18:36:58.421Z] Removing intermediate container 66bc209b7cad [2021-03-08T18:36:58.421Z] ---> cb802102631c [2021-03-08T18:36:58.421Z] Step 30/31 : LABEL git_sha=7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:36:58.695Z] ---> Running in f842bef5f124 [2021-03-08T18:36:59.292Z] Removing intermediate container f842bef5f124 [2021-03-08T18:36:59.292Z] ---> 1d95e70b4c11 [2021-03-08T18:36:59.292Z] Step 31/31 : LABEL version=2.0.0-dev.117 [2021-03-08T18:36:59.565Z] ---> Running in 0c24b7957c18 [2021-03-08T18:36:59.836Z] Removing intermediate container 0c24b7957c18 [2021-03-08T18:36:59.836Z] ---> ae457bb35f9e [2021-03-08T18:36:59.836Z] [2021-03-08T18:37:00.429Z] Successfully built ae457bb35f9e [2021-03-08T18:37:00.429Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-08T18:37:00.716Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-08T18:37:00.713Z] $ docker stop --time=1 ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 [2021-03-08T18:37:02.646Z] $ docker rm -f ba25ece982afdc7dadfcde8c4093880ffe2cf1f4616c368f24bd7ed78254b8c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-08T18:37:03.462Z] + docker images [2021-03-08T18:37:03.462Z] + grep docker [2021-03-08T18:37:03.741Z] docker-security-bootstrapper-go-arm64 latest ae457bb35f9e 4 seconds ago 17.8MB [2021-03-08T18:37:03.741Z] docker-security-secretstore-setup-go-arm64 latest 81468dec7497 12 seconds ago 23.7MB [2021-03-08T18:37:03.741Z] docker-security-proxy-setup-go-arm64 latest a4d9e3793318 16 seconds ago 23.4MB [2021-03-08T18:37:03.741Z] docker-core-command-go-arm64 latest 4c115a40bb14 18 seconds ago 16.2MB [2021-03-08T18:37:03.741Z] docker-sys-mgmt-agent-go-arm64 latest ea2922af0b6f About a minute ago 300MB [2021-03-08T18:37:03.741Z] docker-core-data-go-arm64 latest 3913e1b061dd 2 minutes ago 21.1MB [2021-03-08T18:37:03.741Z] docker-core-metadata-go-arm64 latest dae1c3f2ac91 2 minutes ago 17.9MB [2021-03-08T18:37:03.741Z] docker-support-scheduler-go-arm64 latest 590e04a68a41 2 minutes ago 16.3MB [2021-03-08T18:37:03.741Z] docker-support-notifications-go-arm64 latest 9f59aca2bea1 2 minutes ago 16.9MB [2021-03-08T18:37:03.741Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-08T18:37:04.326Z] provisioning config files... [2021-03-08T18:37:04.367Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/384@tmp/config6274873000218406008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:37:04.775Z] ---> docker-login.sh [2021-03-08T18:37:04.775Z] nexus3.edgexfoundry.org:10001 [2021-03-08T18:37:05.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:37:05.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:37:05.322Z] Configure a credential helper to remove this warning. See [2021-03-08T18:37:05.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:37:05.322Z] [2021-03-08T18:37:05.322Z] Login Succeeded [2021-03-08T18:37:05.322Z] nexus3.edgexfoundry.org:10002 [2021-03-08T18:37:05.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:37:05.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:37:05.868Z] Configure a credential helper to remove this warning. See [2021-03-08T18:37:05.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:37:05.868Z] [2021-03-08T18:37:05.868Z] Login Succeeded [2021-03-08T18:37:05.868Z] nexus3.edgexfoundry.org:10003 [2021-03-08T18:37:06.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:37:06.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:37:06.409Z] Configure a credential helper to remove this warning. See [2021-03-08T18:37:06.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:37:06.409Z] [2021-03-08T18:37:06.409Z] Login Succeeded [2021-03-08T18:37:06.409Z] nexus3.edgexfoundry.org:10004 [2021-03-08T18:37:07.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:37:07.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:37:07.004Z] Configure a credential helper to remove this warning. See [2021-03-08T18:37:07.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:37:07.004Z] [2021-03-08T18:37:07.004Z] Login Succeeded [2021-03-08T18:37:07.004Z] docker.io [2021-03-08T18:37:07.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-08T18:37:07.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-08T18:37:07.872Z] Configure a credential helper to remove this warning. See [2021-03-08T18:37:07.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-08T18:37:07.872Z] [2021-03-08T18:37:07.872Z] Login Succeeded [2021-03-08T18:37:07.872Z] ---> docker-login.sh ends [Pipeline] } [2021-03-08T18:37:07.888Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:08.112Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-08T18:37:08.112Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:08.112Z] 2.0.0-dev.117 [2021-03-08T18:37:08.112Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:08.112Z] master [2021-03-08T18:37:08.112Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:08.651Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:08.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:08.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-08T18:37:08.987Z] 63ad42b7343e: Preparing [2021-03-08T18:37:08.987Z] 23de249093f9: Preparing [2021-03-08T18:37:08.987Z] f8f65ca0f341: Preparing [2021-03-08T18:37:08.987Z] 9234f6b388bf: Preparing [2021-03-08T18:37:08.987Z] 02a88cfff88f: Preparing [2021-03-08T18:37:09.258Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:09.258Z] 9234f6b388bf: Pushed [2021-03-08T18:37:09.258Z] 63ad42b7343e: Pushed [2021-03-08T18:37:09.536Z] f8f65ca0f341: Pushed [2021-03-08T18:37:12.142Z] 23de249093f9: Pushed [2021-03-08T18:37:12.142Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:12.509Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:12.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:12.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-08T18:37:12.845Z] 63ad42b7343e: Preparing [2021-03-08T18:37:12.845Z] 23de249093f9: Preparing [2021-03-08T18:37:12.845Z] f8f65ca0f341: Preparing [2021-03-08T18:37:12.845Z] 9234f6b388bf: Preparing [2021-03-08T18:37:12.845Z] 02a88cfff88f: Preparing [2021-03-08T18:37:12.845Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:12.845Z] 23de249093f9: Layer already exists [2021-03-08T18:37:12.845Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:12.845Z] 63ad42b7343e: Layer already exists [2021-03-08T18:37:12.845Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:13.116Z] 2.0.0-dev.117: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:13.459Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:13.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:13.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-08T18:37:13.796Z] 63ad42b7343e: Preparing [2021-03-08T18:37:13.796Z] 23de249093f9: Preparing [2021-03-08T18:37:13.796Z] f8f65ca0f341: Preparing [2021-03-08T18:37:13.796Z] 9234f6b388bf: Preparing [2021-03-08T18:37:13.796Z] 02a88cfff88f: Preparing [2021-03-08T18:37:13.796Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:14.068Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:14.068Z] 63ad42b7343e: Layer already exists [2021-03-08T18:37:14.068Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:14.068Z] 23de249093f9: Layer already exists [2021-03-08T18:37:14.068Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:14.416Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:14.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-08T18:37:14.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-08T18:37:14.754Z] 63ad42b7343e: Preparing [2021-03-08T18:37:14.754Z] 23de249093f9: Preparing [2021-03-08T18:37:14.754Z] f8f65ca0f341: Preparing [2021-03-08T18:37:14.754Z] 9234f6b388bf: Preparing [2021-03-08T18:37:14.754Z] 02a88cfff88f: Preparing [2021-03-08T18:37:14.754Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:14.754Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:14.754Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:14.754Z] 63ad42b7343e: Layer already exists [2021-03-08T18:37:14.754Z] 23de249093f9: Layer already exists [2021-03-08T18:37:15.024Z] master: digest: sha256:48450b0918eced19f4f577d56ed025a35dbb83fe68411362b92f589b0626104c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:15.236Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:15.288Z] taggedImages: [2021-03-08T18:37:15.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:15.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:15.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:15.288Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-08T18:37:15.356Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-08T18:37:15.356Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:15.356Z] 2.0.0-dev.117 [2021-03-08T18:37:15.356Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:15.356Z] master [2021-03-08T18:37:15.356Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:15.884Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:16.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:16.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-08T18:37:16.222Z] 01209c74f4c3: Preparing [2021-03-08T18:37:16.222Z] 6612ad6c9ecb: Preparing [2021-03-08T18:37:16.222Z] f8f65ca0f341: Preparing [2021-03-08T18:37:16.222Z] 7f96e0fb1dcd: Preparing [2021-03-08T18:37:16.222Z] 5830b2e6e64d: Preparing [2021-03-08T18:37:16.222Z] 02a88cfff88f: Preparing [2021-03-08T18:37:16.222Z] 02a88cfff88f: Waiting [2021-03-08T18:37:16.500Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:16.500Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:16.500Z] 01209c74f4c3: Pushed [2021-03-08T18:37:16.500Z] 5830b2e6e64d: Pushed [2021-03-08T18:37:17.098Z] 7f96e0fb1dcd: Pushed [2021-03-08T18:37:19.698Z] 6612ad6c9ecb: Pushed [2021-03-08T18:37:19.967Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:20.310Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:20.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:20.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-08T18:37:20.646Z] 01209c74f4c3: Preparing [2021-03-08T18:37:20.646Z] 6612ad6c9ecb: Preparing [2021-03-08T18:37:20.646Z] f8f65ca0f341: Preparing [2021-03-08T18:37:20.646Z] 7f96e0fb1dcd: Preparing [2021-03-08T18:37:20.646Z] 5830b2e6e64d: Preparing [2021-03-08T18:37:20.646Z] 02a88cfff88f: Preparing [2021-03-08T18:37:20.646Z] 02a88cfff88f: Waiting [2021-03-08T18:37:20.646Z] 5830b2e6e64d: Layer already exists [2021-03-08T18:37:20.918Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:20.918Z] 7f96e0fb1dcd: Layer already exists [2021-03-08T18:37:20.918Z] 01209c74f4c3: Layer already exists [2021-03-08T18:37:20.918Z] 6612ad6c9ecb: Layer already exists [2021-03-08T18:37:20.918Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:20.918Z] 2.0.0-dev.117: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:21.302Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:21.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:21.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-08T18:37:21.700Z] 01209c74f4c3: Preparing [2021-03-08T18:37:21.700Z] 6612ad6c9ecb: Preparing [2021-03-08T18:37:21.700Z] f8f65ca0f341: Preparing [2021-03-08T18:37:21.700Z] 7f96e0fb1dcd: Preparing [2021-03-08T18:37:21.700Z] 5830b2e6e64d: Preparing [2021-03-08T18:37:21.700Z] 02a88cfff88f: Preparing [2021-03-08T18:37:21.700Z] 02a88cfff88f: Waiting [2021-03-08T18:37:21.700Z] 01209c74f4c3: Layer already exists [2021-03-08T18:37:21.700Z] 6612ad6c9ecb: Layer already exists [2021-03-08T18:37:21.700Z] 5830b2e6e64d: Layer already exists [2021-03-08T18:37:21.700Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:21.700Z] 7f96e0fb1dcd: Layer already exists [2021-03-08T18:37:21.700Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:21.976Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:22.329Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:22.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-08T18:37:22.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-08T18:37:22.723Z] 01209c74f4c3: Preparing [2021-03-08T18:37:22.723Z] 6612ad6c9ecb: Preparing [2021-03-08T18:37:22.723Z] f8f65ca0f341: Preparing [2021-03-08T18:37:22.723Z] 7f96e0fb1dcd: Preparing [2021-03-08T18:37:22.723Z] 5830b2e6e64d: Preparing [2021-03-08T18:37:22.723Z] 02a88cfff88f: Preparing [2021-03-08T18:37:22.723Z] 02a88cfff88f: Waiting [2021-03-08T18:37:22.723Z] 01209c74f4c3: Layer already exists [2021-03-08T18:37:22.723Z] 7f96e0fb1dcd: Layer already exists [2021-03-08T18:37:22.723Z] 6612ad6c9ecb: Layer already exists [2021-03-08T18:37:22.723Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:22.723Z] 5830b2e6e64d: Layer already exists [2021-03-08T18:37:22.723Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:23.000Z] master: digest: sha256:97f547f39fa70084d0d885cff93825c1151ddf97536efd45bb90ad5605f7d25c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:23.254Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:23.374Z] taggedImages: [2021-03-08T18:37:23.374Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:23.374Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:23.374Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:23.374Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-08T18:37:23.456Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-08T18:37:23.456Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:23.456Z] 2.0.0-dev.117 [2021-03-08T18:37:23.456Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:23.456Z] master [2021-03-08T18:37:23.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:23.995Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:24.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:24.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-08T18:37:24.362Z] 242438bd96bf: Preparing [2021-03-08T18:37:24.362Z] 7739ac6e174a: Preparing [2021-03-08T18:37:24.362Z] f8f65ca0f341: Preparing [2021-03-08T18:37:24.362Z] 9234f6b388bf: Preparing [2021-03-08T18:37:24.362Z] 02a88cfff88f: Preparing [2021-03-08T18:37:24.665Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:24.665Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:24.665Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:24.665Z] 242438bd96bf: Pushed [2021-03-08T18:37:28.070Z] 7739ac6e174a: Pushed [2021-03-08T18:37:28.070Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:28.407Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:28.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:28.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-08T18:37:28.743Z] 242438bd96bf: Preparing [2021-03-08T18:37:28.743Z] 7739ac6e174a: Preparing [2021-03-08T18:37:28.743Z] f8f65ca0f341: Preparing [2021-03-08T18:37:28.743Z] 9234f6b388bf: Preparing [2021-03-08T18:37:28.743Z] 02a88cfff88f: Preparing [2021-03-08T18:37:28.743Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:28.743Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:28.743Z] 242438bd96bf: Layer already exists [2021-03-08T18:37:28.743Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:28.743Z] 7739ac6e174a: Layer already exists [2021-03-08T18:37:29.013Z] 2.0.0-dev.117: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:29.357Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:29.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:29.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-08T18:37:29.689Z] 242438bd96bf: Preparing [2021-03-08T18:37:29.689Z] 7739ac6e174a: Preparing [2021-03-08T18:37:29.689Z] f8f65ca0f341: Preparing [2021-03-08T18:37:29.689Z] 9234f6b388bf: Preparing [2021-03-08T18:37:29.689Z] 02a88cfff88f: Preparing [2021-03-08T18:37:29.689Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:29.689Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:29.689Z] 7739ac6e174a: Layer already exists [2021-03-08T18:37:29.689Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:29.689Z] 242438bd96bf: Layer already exists [2021-03-08T18:37:29.960Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:30.302Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:30.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-08T18:37:30.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-08T18:37:30.635Z] 242438bd96bf: Preparing [2021-03-08T18:37:30.635Z] 7739ac6e174a: Preparing [2021-03-08T18:37:30.635Z] f8f65ca0f341: Preparing [2021-03-08T18:37:30.635Z] 9234f6b388bf: Preparing [2021-03-08T18:37:30.635Z] 02a88cfff88f: Preparing [2021-03-08T18:37:30.635Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:30.635Z] 9234f6b388bf: Layer already exists [2021-03-08T18:37:30.635Z] 7739ac6e174a: Layer already exists [2021-03-08T18:37:30.635Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:30.635Z] 242438bd96bf: Layer already exists [2021-03-08T18:37:30.905Z] master: digest: sha256:1f9132d7b6a3179ec36789ae9b330bf185385cf98e8fd72ee303b6c45e190079 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:31.190Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:31.240Z] taggedImages: [2021-03-08T18:37:31.240Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:31.240Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:31.240Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:31.240Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-08T18:37:31.310Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-08T18:37:31.310Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:31.310Z] 2.0.0-dev.117 [2021-03-08T18:37:31.310Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:31.310Z] master [2021-03-08T18:37:31.310Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:31.821Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:32.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:32.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-08T18:37:32.166Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:32.166Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:32.166Z] 7777faffd957: Preparing [2021-03-08T18:37:32.166Z] c998a15122bd: Preparing [2021-03-08T18:37:32.166Z] 84352ba66433: Preparing [2021-03-08T18:37:32.166Z] e3236e2320c1: Preparing [2021-03-08T18:37:32.166Z] f8f65ca0f341: Preparing [2021-03-08T18:37:32.166Z] b04a6424a684: Preparing [2021-03-08T18:37:32.166Z] b04a6424a684: Preparing [2021-03-08T18:37:32.166Z] 4433b75206f7: Preparing [2021-03-08T18:37:32.166Z] ac573cb31d7b: Preparing [2021-03-08T18:37:32.166Z] 02a88cfff88f: Preparing [2021-03-08T18:37:32.166Z] f8f65ca0f341: Waiting [2021-03-08T18:37:32.166Z] b04a6424a684: Waiting [2021-03-08T18:37:32.166Z] 02a88cfff88f: Waiting [2021-03-08T18:37:32.166Z] ac573cb31d7b: Waiting [2021-03-08T18:37:32.166Z] 4433b75206f7: Waiting [2021-03-08T18:37:32.758Z] 7777faffd957: Pushed [2021-03-08T18:37:32.758Z] 84352ba66433: Pushed [2021-03-08T18:37:32.758Z] c998a15122bd: Pushed [2021-03-08T18:37:32.758Z] 07fe03fe25ce: Pushed [2021-03-08T18:37:32.758Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:32.758Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:33.029Z] ac573cb31d7b: Pushed [2021-03-08T18:37:33.029Z] b04a6424a684: Pushed [2021-03-08T18:37:33.029Z] 4433b75206f7: Pushed [2021-03-08T18:37:35.631Z] e3236e2320c1: Pushed [2021-03-08T18:37:35.900Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:36.241Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:36.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:36.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-08T18:37:36.576Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:36.576Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:36.576Z] 7777faffd957: Preparing [2021-03-08T18:37:36.576Z] c998a15122bd: Preparing [2021-03-08T18:37:36.576Z] 84352ba66433: Preparing [2021-03-08T18:37:36.576Z] e3236e2320c1: Preparing [2021-03-08T18:37:36.576Z] f8f65ca0f341: Preparing [2021-03-08T18:37:36.576Z] b04a6424a684: Preparing [2021-03-08T18:37:36.576Z] b04a6424a684: Preparing [2021-03-08T18:37:36.576Z] 4433b75206f7: Preparing [2021-03-08T18:37:36.576Z] ac573cb31d7b: Preparing [2021-03-08T18:37:36.576Z] 02a88cfff88f: Preparing [2021-03-08T18:37:36.576Z] f8f65ca0f341: Waiting [2021-03-08T18:37:36.576Z] 4433b75206f7: Waiting [2021-03-08T18:37:36.576Z] ac573cb31d7b: Waiting [2021-03-08T18:37:36.576Z] 02a88cfff88f: Waiting [2021-03-08T18:37:36.576Z] b04a6424a684: Waiting [2021-03-08T18:37:36.576Z] 84352ba66433: Layer already exists [2021-03-08T18:37:36.848Z] c998a15122bd: Layer already exists [2021-03-08T18:37:36.848Z] e3236e2320c1: Layer already exists [2021-03-08T18:37:36.848Z] 7777faffd957: Layer already exists [2021-03-08T18:37:36.848Z] 07fe03fe25ce: Layer already exists [2021-03-08T18:37:36.848Z] b04a6424a684: Layer already exists [2021-03-08T18:37:36.848Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:36.848Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:36.848Z] ac573cb31d7b: Layer already exists [2021-03-08T18:37:36.848Z] 4433b75206f7: Layer already exists [2021-03-08T18:37:36.848Z] 2.0.0-dev.117: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:37.185Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:37.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:37.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-08T18:37:37.517Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:37.517Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:37.517Z] 7777faffd957: Preparing [2021-03-08T18:37:37.517Z] c998a15122bd: Preparing [2021-03-08T18:37:37.517Z] 84352ba66433: Preparing [2021-03-08T18:37:37.517Z] e3236e2320c1: Preparing [2021-03-08T18:37:37.517Z] f8f65ca0f341: Preparing [2021-03-08T18:37:37.517Z] b04a6424a684: Preparing [2021-03-08T18:37:37.517Z] b04a6424a684: Preparing [2021-03-08T18:37:37.517Z] 4433b75206f7: Preparing [2021-03-08T18:37:37.517Z] ac573cb31d7b: Preparing [2021-03-08T18:37:37.517Z] 02a88cfff88f: Preparing [2021-03-08T18:37:37.517Z] b04a6424a684: Waiting [2021-03-08T18:37:37.517Z] 4433b75206f7: Waiting [2021-03-08T18:37:37.517Z] ac573cb31d7b: Waiting [2021-03-08T18:37:37.517Z] 02a88cfff88f: Waiting [2021-03-08T18:37:37.517Z] f8f65ca0f341: Waiting [2021-03-08T18:37:37.517Z] 84352ba66433: Layer already exists [2021-03-08T18:37:37.788Z] 07fe03fe25ce: Layer already exists [2021-03-08T18:37:37.788Z] 7777faffd957: Layer already exists [2021-03-08T18:37:37.788Z] e3236e2320c1: Layer already exists [2021-03-08T18:37:37.788Z] c998a15122bd: Layer already exists [2021-03-08T18:37:37.788Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:37.788Z] 4433b75206f7: Layer already exists [2021-03-08T18:37:37.788Z] ac573cb31d7b: Layer already exists [2021-03-08T18:37:37.788Z] b04a6424a684: Layer already exists [2021-03-08T18:37:37.788Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:37.788Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:38.127Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:38.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-08T18:37:38.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-08T18:37:38.460Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:38.460Z] 07fe03fe25ce: Preparing [2021-03-08T18:37:38.460Z] 7777faffd957: Preparing [2021-03-08T18:37:38.460Z] c998a15122bd: Preparing [2021-03-08T18:37:38.460Z] 84352ba66433: Preparing [2021-03-08T18:37:38.460Z] e3236e2320c1: Preparing [2021-03-08T18:37:38.460Z] f8f65ca0f341: Preparing [2021-03-08T18:37:38.460Z] b04a6424a684: Preparing [2021-03-08T18:37:38.460Z] b04a6424a684: Preparing [2021-03-08T18:37:38.460Z] 4433b75206f7: Preparing [2021-03-08T18:37:38.460Z] ac573cb31d7b: Preparing [2021-03-08T18:37:38.460Z] 02a88cfff88f: Preparing [2021-03-08T18:37:38.460Z] f8f65ca0f341: Waiting [2021-03-08T18:37:38.460Z] b04a6424a684: Waiting [2021-03-08T18:37:38.460Z] 4433b75206f7: Waiting [2021-03-08T18:37:38.460Z] ac573cb31d7b: Waiting [2021-03-08T18:37:38.460Z] 02a88cfff88f: Waiting [2021-03-08T18:37:38.729Z] e3236e2320c1: Layer already exists [2021-03-08T18:37:38.729Z] 07fe03fe25ce: Layer already exists [2021-03-08T18:37:38.729Z] 7777faffd957: Layer already exists [2021-03-08T18:37:38.729Z] c998a15122bd: Layer already exists [2021-03-08T18:37:38.729Z] 84352ba66433: Layer already exists [2021-03-08T18:37:38.730Z] 4433b75206f7: Layer already exists [2021-03-08T18:37:38.730Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:38.730Z] ac573cb31d7b: Layer already exists [2021-03-08T18:37:38.730Z] b04a6424a684: Layer already exists [2021-03-08T18:37:38.730Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:38.730Z] master: digest: sha256:9dd709c441a6fd6aaaf78ebf78609c76a7d76912fa2f71558b757dac8faf984c size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:38.933Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:38.987Z] taggedImages: [2021-03-08T18:37:38.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:38.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:38.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:38.987Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-08T18:37:39.055Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-08T18:37:39.055Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:39.055Z] 2.0.0-dev.117 [2021-03-08T18:37:39.055Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:39.055Z] master [2021-03-08T18:37:39.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:39.627Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:39.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:39.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-08T18:37:39.967Z] 7dd664b0beda: Preparing [2021-03-08T18:37:39.968Z] 0268174cb7be: Preparing [2021-03-08T18:37:39.968Z] 3704e95209bc: Preparing [2021-03-08T18:37:39.968Z] a7b790f47fe9: Preparing [2021-03-08T18:37:39.968Z] d582384ff059: Preparing [2021-03-08T18:37:39.968Z] 02a88cfff88f: Preparing [2021-03-08T18:37:39.968Z] 02a88cfff88f: Waiting [2021-03-08T18:37:40.245Z] a7b790f47fe9: Pushed [2021-03-08T18:37:40.517Z] 3704e95209bc: Pushed [2021-03-08T18:37:40.517Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:40.789Z] d582384ff059: Pushed [2021-03-08T18:37:42.754Z] 7dd664b0beda: Pushed [2021-03-08T18:37:42.754Z] 0268174cb7be: Pushed [2021-03-08T18:37:42.754Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:43.093Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:43.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:43.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-08T18:37:43.449Z] 7dd664b0beda: Preparing [2021-03-08T18:37:43.449Z] 0268174cb7be: Preparing [2021-03-08T18:37:43.449Z] 3704e95209bc: Preparing [2021-03-08T18:37:43.449Z] a7b790f47fe9: Preparing [2021-03-08T18:37:43.449Z] d582384ff059: Preparing [2021-03-08T18:37:43.449Z] 02a88cfff88f: Preparing [2021-03-08T18:37:43.449Z] 02a88cfff88f: Waiting [2021-03-08T18:37:43.449Z] 3704e95209bc: Layer already exists [2021-03-08T18:37:43.449Z] a7b790f47fe9: Layer already exists [2021-03-08T18:37:43.449Z] d582384ff059: Layer already exists [2021-03-08T18:37:43.449Z] 0268174cb7be: Layer already exists [2021-03-08T18:37:43.449Z] 7dd664b0beda: Layer already exists [2021-03-08T18:37:43.721Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:43.721Z] 2.0.0-dev.117: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:44.060Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:44.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:44.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-08T18:37:44.395Z] 7dd664b0beda: Preparing [2021-03-08T18:37:44.395Z] 0268174cb7be: Preparing [2021-03-08T18:37:44.395Z] 3704e95209bc: Preparing [2021-03-08T18:37:44.395Z] a7b790f47fe9: Preparing [2021-03-08T18:37:44.395Z] d582384ff059: Preparing [2021-03-08T18:37:44.395Z] 02a88cfff88f: Preparing [2021-03-08T18:37:44.395Z] 02a88cfff88f: Waiting [2021-03-08T18:37:44.395Z] 3704e95209bc: Layer already exists [2021-03-08T18:37:44.395Z] d582384ff059: Layer already exists [2021-03-08T18:37:44.395Z] 7dd664b0beda: Layer already exists [2021-03-08T18:37:44.395Z] 0268174cb7be: Layer already exists [2021-03-08T18:37:44.395Z] a7b790f47fe9: Layer already exists [2021-03-08T18:37:44.665Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:44.665Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:45.005Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:45.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-08T18:37:45.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-08T18:37:45.340Z] 7dd664b0beda: Preparing [2021-03-08T18:37:45.340Z] 0268174cb7be: Preparing [2021-03-08T18:37:45.340Z] 3704e95209bc: Preparing [2021-03-08T18:37:45.340Z] a7b790f47fe9: Preparing [2021-03-08T18:37:45.340Z] d582384ff059: Preparing [2021-03-08T18:37:45.340Z] 02a88cfff88f: Preparing [2021-03-08T18:37:45.340Z] 02a88cfff88f: Waiting [2021-03-08T18:37:45.612Z] a7b790f47fe9: Layer already exists [2021-03-08T18:37:45.612Z] 0268174cb7be: Layer already exists [2021-03-08T18:37:45.612Z] d582384ff059: Layer already exists [2021-03-08T18:37:45.612Z] 3704e95209bc: Layer already exists [2021-03-08T18:37:45.612Z] 7dd664b0beda: Layer already exists [2021-03-08T18:37:45.612Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:45.612Z] master: digest: sha256:0ae4c0d9f09511408d7bda3afd69fd10fe245e5c90f251146d1e97dc8da33a2a size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:45.867Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:46.156Z] taggedImages: [2021-03-08T18:37:46.156Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:46.156Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:46.156Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:46.156Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-08T18:37:46.229Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-08T18:37:46.229Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:46.229Z] 2.0.0-dev.117 [2021-03-08T18:37:46.229Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:46.229Z] master [2021-03-08T18:37:46.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:46.736Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:47.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:47.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-08T18:37:47.073Z] aa8dd93584ee: Preparing [2021-03-08T18:37:47.073Z] 5e67c6bc7933: Preparing [2021-03-08T18:37:47.073Z] ac4cd9268b66: Preparing [2021-03-08T18:37:47.073Z] bfefcdcdd810: Preparing [2021-03-08T18:37:47.073Z] 29fa8a5e6d1d: Preparing [2021-03-08T18:37:47.073Z] 45571c01d190: Preparing [2021-03-08T18:37:47.073Z] d849f8f266b8: Preparing [2021-03-08T18:37:47.073Z] b914f104b0c5: Preparing [2021-03-08T18:37:47.073Z] 02a88cfff88f: Preparing [2021-03-08T18:37:47.073Z] 45571c01d190: Waiting [2021-03-08T18:37:47.073Z] d849f8f266b8: Waiting [2021-03-08T18:37:47.073Z] b914f104b0c5: Waiting [2021-03-08T18:37:47.073Z] 02a88cfff88f: Waiting [2021-03-08T18:37:47.346Z] 29fa8a5e6d1d: Pushed [2021-03-08T18:37:47.346Z] aa8dd93584ee: Pushed [2021-03-08T18:37:47.346Z] 5e67c6bc7933: Pushed [2021-03-08T18:37:47.949Z] 45571c01d190: Pushed [2021-03-08T18:37:47.949Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:47.949Z] b914f104b0c5: Pushed [2021-03-08T18:37:48.545Z] d849f8f266b8: Pushed [2021-03-08T18:37:49.520Z] bfefcdcdd810: Pushed [2021-03-08T18:37:49.520Z] ac4cd9268b66: Pushed [2021-03-08T18:37:49.792Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:50.137Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:50.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:50.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-08T18:37:50.468Z] aa8dd93584ee: Preparing [2021-03-08T18:37:50.468Z] 5e67c6bc7933: Preparing [2021-03-08T18:37:50.468Z] ac4cd9268b66: Preparing [2021-03-08T18:37:50.468Z] bfefcdcdd810: Preparing [2021-03-08T18:37:50.468Z] 29fa8a5e6d1d: Preparing [2021-03-08T18:37:50.468Z] 45571c01d190: Preparing [2021-03-08T18:37:50.468Z] d849f8f266b8: Preparing [2021-03-08T18:37:50.468Z] b914f104b0c5: Preparing [2021-03-08T18:37:50.468Z] 02a88cfff88f: Preparing [2021-03-08T18:37:50.468Z] d849f8f266b8: Waiting [2021-03-08T18:37:50.468Z] b914f104b0c5: Waiting [2021-03-08T18:37:50.468Z] 02a88cfff88f: Waiting [2021-03-08T18:37:50.468Z] 45571c01d190: Waiting [2021-03-08T18:37:50.468Z] 5e67c6bc7933: Layer already exists [2021-03-08T18:37:50.468Z] aa8dd93584ee: Layer already exists [2021-03-08T18:37:50.468Z] 29fa8a5e6d1d: Layer already exists [2021-03-08T18:37:50.738Z] ac4cd9268b66: Layer already exists [2021-03-08T18:37:50.738Z] bfefcdcdd810: Layer already exists [2021-03-08T18:37:50.738Z] 45571c01d190: Layer already exists [2021-03-08T18:37:50.738Z] d849f8f266b8: Layer already exists [2021-03-08T18:37:50.738Z] b914f104b0c5: Layer already exists [2021-03-08T18:37:50.738Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:50.739Z] 2.0.0-dev.117: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:51.074Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:51.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:51.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-08T18:37:51.405Z] aa8dd93584ee: Preparing [2021-03-08T18:37:51.405Z] 5e67c6bc7933: Preparing [2021-03-08T18:37:51.405Z] ac4cd9268b66: Preparing [2021-03-08T18:37:51.405Z] bfefcdcdd810: Preparing [2021-03-08T18:37:51.405Z] 29fa8a5e6d1d: Preparing [2021-03-08T18:37:51.405Z] 45571c01d190: Preparing [2021-03-08T18:37:51.405Z] d849f8f266b8: Preparing [2021-03-08T18:37:51.405Z] b914f104b0c5: Preparing [2021-03-08T18:37:51.405Z] 02a88cfff88f: Preparing [2021-03-08T18:37:51.405Z] d849f8f266b8: Waiting [2021-03-08T18:37:51.405Z] b914f104b0c5: Waiting [2021-03-08T18:37:51.405Z] 02a88cfff88f: Waiting [2021-03-08T18:37:51.405Z] 45571c01d190: Waiting [2021-03-08T18:37:51.405Z] 29fa8a5e6d1d: Layer already exists [2021-03-08T18:37:51.405Z] 5e67c6bc7933: Layer already exists [2021-03-08T18:37:51.405Z] ac4cd9268b66: Layer already exists [2021-03-08T18:37:51.405Z] bfefcdcdd810: Layer already exists [2021-03-08T18:37:51.674Z] aa8dd93584ee: Layer already exists [2021-03-08T18:37:51.674Z] d849f8f266b8: Layer already exists [2021-03-08T18:37:51.674Z] b914f104b0c5: Layer already exists [2021-03-08T18:37:51.674Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:51.674Z] 45571c01d190: Layer already exists [2021-03-08T18:37:51.674Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:52.010Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:52.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-08T18:37:52.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-08T18:37:52.342Z] aa8dd93584ee: Preparing [2021-03-08T18:37:52.342Z] 5e67c6bc7933: Preparing [2021-03-08T18:37:52.342Z] ac4cd9268b66: Preparing [2021-03-08T18:37:52.342Z] bfefcdcdd810: Preparing [2021-03-08T18:37:52.342Z] 29fa8a5e6d1d: Preparing [2021-03-08T18:37:52.342Z] 45571c01d190: Preparing [2021-03-08T18:37:52.342Z] d849f8f266b8: Preparing [2021-03-08T18:37:52.342Z] b914f104b0c5: Preparing [2021-03-08T18:37:52.342Z] 02a88cfff88f: Preparing [2021-03-08T18:37:52.342Z] 45571c01d190: Waiting [2021-03-08T18:37:52.342Z] d849f8f266b8: Waiting [2021-03-08T18:37:52.342Z] 02a88cfff88f: Waiting [2021-03-08T18:37:52.342Z] b914f104b0c5: Waiting [2021-03-08T18:37:52.342Z] ac4cd9268b66: Layer already exists [2021-03-08T18:37:52.342Z] 29fa8a5e6d1d: Layer already exists [2021-03-08T18:37:52.342Z] bfefcdcdd810: Layer already exists [2021-03-08T18:37:52.342Z] 5e67c6bc7933: Layer already exists [2021-03-08T18:37:52.342Z] aa8dd93584ee: Layer already exists [2021-03-08T18:37:52.612Z] d849f8f266b8: Layer already exists [2021-03-08T18:37:52.612Z] 45571c01d190: Layer already exists [2021-03-08T18:37:52.612Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:52.612Z] b914f104b0c5: Layer already exists [2021-03-08T18:37:52.612Z] master: digest: sha256:1f3b33beec9b8bfa2c6a546d4b7bc650b07eba3873bbd5fe760b4699cf985b36 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:37:52.832Z] ===================================================== [Pipeline] echo [2021-03-08T18:37:52.891Z] taggedImages: [2021-03-08T18:37:52.891Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:52.891Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:52.891Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:52.891Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-08T18:37:52.996Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-08T18:37:52.996Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:52.996Z] 2.0.0-dev.117 [2021-03-08T18:37:52.996Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:52.996Z] master [2021-03-08T18:37:52.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:53.519Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:53.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:37:53.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-08T18:37:53.855Z] c3835929f032: Preparing [2021-03-08T18:37:53.855Z] e7ade4f3baa9: Preparing [2021-03-08T18:37:53.855Z] f8f65ca0f341: Preparing [2021-03-08T18:37:53.855Z] 895d44a12adb: Preparing [2021-03-08T18:37:53.855Z] 02a88cfff88f: Preparing [2021-03-08T18:37:53.855Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:54.125Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:54.125Z] c3835929f032: Pushed [2021-03-08T18:37:54.394Z] 895d44a12adb: Pushed [2021-03-08T18:37:56.997Z] e7ade4f3baa9: Pushed [2021-03-08T18:37:56.997Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:57.335Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:57.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 [2021-03-08T18:37:57.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-08T18:37:57.667Z] c3835929f032: Preparing [2021-03-08T18:37:57.667Z] e7ade4f3baa9: Preparing [2021-03-08T18:37:57.667Z] f8f65ca0f341: Preparing [2021-03-08T18:37:57.667Z] 895d44a12adb: Preparing [2021-03-08T18:37:57.667Z] 02a88cfff88f: Preparing [2021-03-08T18:37:57.667Z] e7ade4f3baa9: Layer already exists [2021-03-08T18:37:57.667Z] c3835929f032: Layer already exists [2021-03-08T18:37:57.667Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:57.667Z] 895d44a12adb: Layer already exists [2021-03-08T18:37:57.667Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:57.937Z] 2.0.0-dev.117: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:58.276Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:58.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:37:58.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-08T18:37:58.609Z] c3835929f032: Preparing [2021-03-08T18:37:58.609Z] e7ade4f3baa9: Preparing [2021-03-08T18:37:58.609Z] f8f65ca0f341: Preparing [2021-03-08T18:37:58.609Z] 895d44a12adb: Preparing [2021-03-08T18:37:58.609Z] 02a88cfff88f: Preparing [2021-03-08T18:37:58.609Z] 895d44a12adb: Layer already exists [2021-03-08T18:37:58.609Z] c3835929f032: Layer already exists [2021-03-08T18:37:58.609Z] e7ade4f3baa9: Layer already exists [2021-03-08T18:37:58.609Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:58.609Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:58.880Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:59.221Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:37:59.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-08T18:37:59.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-08T18:37:59.549Z] c3835929f032: Preparing [2021-03-08T18:37:59.549Z] e7ade4f3baa9: Preparing [2021-03-08T18:37:59.549Z] f8f65ca0f341: Preparing [2021-03-08T18:37:59.549Z] 895d44a12adb: Preparing [2021-03-08T18:37:59.549Z] 02a88cfff88f: Preparing [2021-03-08T18:37:59.549Z] 02a88cfff88f: Layer already exists [2021-03-08T18:37:59.549Z] c3835929f032: Layer already exists [2021-03-08T18:37:59.549Z] e7ade4f3baa9: Layer already exists [2021-03-08T18:37:59.549Z] f8f65ca0f341: Layer already exists [2021-03-08T18:37:59.549Z] 895d44a12adb: Layer already exists [2021-03-08T18:37:59.820Z] master: digest: sha256:8ab3304f349b38a81f76d5c86b8010f0acdec782e212ad3691d05c94c21dba66 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:38:00.076Z] ===================================================== [Pipeline] echo [2021-03-08T18:38:00.126Z] taggedImages: [2021-03-08T18:38:00.126Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:00.126Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.117 [2021-03-08T18:38:00.126Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:00.126Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-08T18:38:00.190Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-08T18:38:00.190Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:00.190Z] 2.0.0-dev.117 [2021-03-08T18:38:00.190Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:00.190Z] master [2021-03-08T18:38:00.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:00.784Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:01.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:01.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-08T18:38:01.112Z] 72faf25e4285: Preparing [2021-03-08T18:38:01.112Z] 795b78b7bb38: Preparing [2021-03-08T18:38:01.112Z] f8f65ca0f341: Preparing [2021-03-08T18:38:01.112Z] aabc395f448f: Preparing [2021-03-08T18:38:01.112Z] 02a88cfff88f: Preparing [2021-03-08T18:38:01.384Z] 02a88cfff88f: Layer already exists [2021-03-08T18:38:01.385Z] f8f65ca0f341: Layer already exists [2021-03-08T18:38:01.385Z] 72faf25e4285: Pushed [2021-03-08T18:38:01.385Z] aabc395f448f: Pushed [2021-03-08T18:38:03.988Z] 795b78b7bb38: Pushed [2021-03-08T18:38:03.988Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:04.331Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:04.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 [2021-03-08T18:38:04.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-08T18:38:04.667Z] 72faf25e4285: Preparing [2021-03-08T18:38:04.667Z] 795b78b7bb38: Preparing [2021-03-08T18:38:04.667Z] f8f65ca0f341: Preparing [2021-03-08T18:38:04.667Z] aabc395f448f: Preparing [2021-03-08T18:38:04.667Z] 02a88cfff88f: Preparing [2021-03-08T18:38:04.667Z] f8f65ca0f341: Layer already exists [2021-03-08T18:38:04.667Z] 02a88cfff88f: Layer already exists [2021-03-08T18:38:04.667Z] 72faf25e4285: Layer already exists [2021-03-08T18:38:04.667Z] aabc395f448f: Layer already exists [2021-03-08T18:38:04.667Z] 795b78b7bb38: Layer already exists [2021-03-08T18:38:04.937Z] 2.0.0-dev.117: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:05.273Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:05.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:05.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-08T18:38:05.608Z] 72faf25e4285: Preparing [2021-03-08T18:38:05.608Z] 795b78b7bb38: Preparing [2021-03-08T18:38:05.608Z] f8f65ca0f341: Preparing [2021-03-08T18:38:05.608Z] aabc395f448f: Preparing [2021-03-08T18:38:05.608Z] 02a88cfff88f: Preparing [2021-03-08T18:38:05.608Z] f8f65ca0f341: Layer already exists [2021-03-08T18:38:05.608Z] 795b78b7bb38: Layer already exists [2021-03-08T18:38:05.608Z] aabc395f448f: Layer already exists [2021-03-08T18:38:05.608Z] 02a88cfff88f: Layer already exists [2021-03-08T18:38:05.608Z] 72faf25e4285: Layer already exists [2021-03-08T18:38:05.881Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:06.221Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:06.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-08T18:38:06.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-08T18:38:06.557Z] 72faf25e4285: Preparing [2021-03-08T18:38:06.557Z] 795b78b7bb38: Preparing [2021-03-08T18:38:06.557Z] f8f65ca0f341: Preparing [2021-03-08T18:38:06.557Z] aabc395f448f: Preparing [2021-03-08T18:38:06.557Z] 02a88cfff88f: Preparing [2021-03-08T18:38:06.557Z] aabc395f448f: Layer already exists [2021-03-08T18:38:06.557Z] 795b78b7bb38: Layer already exists [2021-03-08T18:38:06.557Z] f8f65ca0f341: Layer already exists [2021-03-08T18:38:06.557Z] 02a88cfff88f: Layer already exists [2021-03-08T18:38:06.557Z] 72faf25e4285: Layer already exists [2021-03-08T18:38:06.831Z] master: digest: sha256:3c52ec2d4ca104d4827b2f0d833c58d242d406a5e6d66075ac6449eef329b6cf size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:38:07.021Z] ===================================================== [Pipeline] echo [2021-03-08T18:38:07.071Z] taggedImages: [2021-03-08T18:38:07.071Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:07.071Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.117 [2021-03-08T18:38:07.071Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:07.071Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-08T18:38:07.135Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-08T18:38:07.135Z] 7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:07.135Z] 2.0.0-dev.117 [2021-03-08T18:38:07.135Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:07.135Z] master [2021-03-08T18:38:07.135Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:07.636Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:07.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:07.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-08T18:38:07.973Z] 5092e6bd4635: Preparing [2021-03-08T18:38:07.973Z] 3a0319f4058b: Preparing [2021-03-08T18:38:07.973Z] 74ca55ff77e0: Preparing [2021-03-08T18:38:07.973Z] 6edd2ba2a382: Preparing [2021-03-08T18:38:07.973Z] 1065840bb1c0: Preparing [2021-03-08T18:38:07.973Z] 5c920b39cc3c: Preparing [2021-03-08T18:38:07.973Z] bf6a268b4042: Preparing [2021-03-08T18:38:07.973Z] 9ded3b6bb9b5: Preparing [2021-03-08T18:38:07.973Z] fa1afe8e6ed9: Preparing [2021-03-08T18:38:07.973Z] 87a09b4c083e: Preparing [2021-03-08T18:38:07.973Z] 0f74e9ff2a61: Preparing [2021-03-08T18:38:07.973Z] b122376c33c6: Preparing [2021-03-08T18:38:07.973Z] f8381ed47b22: Preparing [2021-03-08T18:38:07.973Z] e934a737d657: Preparing [2021-03-08T18:38:07.973Z] 87a09b4c083e: Waiting [2021-03-08T18:38:07.973Z] 5c920b39cc3c: Waiting [2021-03-08T18:38:07.973Z] bf6a268b4042: Waiting [2021-03-08T18:38:07.973Z] 9ded3b6bb9b5: Waiting [2021-03-08T18:38:07.973Z] 0f74e9ff2a61: Waiting [2021-03-08T18:38:07.973Z] b122376c33c6: Waiting [2021-03-08T18:38:07.973Z] f8381ed47b22: Waiting [2021-03-08T18:38:07.973Z] e934a737d657: Waiting [2021-03-08T18:38:07.973Z] fa1afe8e6ed9: Waiting [2021-03-08T18:38:08.563Z] 1065840bb1c0: Pushed [2021-03-08T18:38:08.563Z] 5092e6bd4635: Pushed [2021-03-08T18:38:09.159Z] 6edd2ba2a382: Pushed [2021-03-08T18:38:09.159Z] 9ded3b6bb9b5: Layer already exists [2021-03-08T18:38:09.433Z] fa1afe8e6ed9: Layer already exists [2021-03-08T18:38:09.433Z] bf6a268b4042: Pushed [2021-03-08T18:38:09.433Z] 87a09b4c083e: Layer already exists [2021-03-08T18:38:09.433Z] b122376c33c6: Layer already exists [2021-03-08T18:38:09.433Z] 0f74e9ff2a61: Layer already exists [2021-03-08T18:38:09.433Z] e934a737d657: Layer already exists [2021-03-08T18:38:09.433Z] f8381ed47b22: Layer already exists [2021-03-08T18:38:10.028Z] 3a0319f4058b: Pushed [2021-03-08T18:38:11.002Z] 5c920b39cc3c: Pushed [2021-03-08T18:38:23.365Z] 74ca55ff77e0: Pushed [2021-03-08T18:38:23.365Z] 7248181b27c1f196cc7a2300d5170335b9add480: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:23.710Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:24.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 [2021-03-08T18:38:24.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-08T18:38:24.044Z] 5092e6bd4635: Preparing [2021-03-08T18:38:24.044Z] 3a0319f4058b: Preparing [2021-03-08T18:38:24.044Z] 74ca55ff77e0: Preparing [2021-03-08T18:38:24.044Z] 6edd2ba2a382: Preparing [2021-03-08T18:38:24.044Z] 1065840bb1c0: Preparing [2021-03-08T18:38:24.044Z] 5c920b39cc3c: Preparing [2021-03-08T18:38:24.044Z] bf6a268b4042: Preparing [2021-03-08T18:38:24.044Z] 9ded3b6bb9b5: Preparing [2021-03-08T18:38:24.044Z] fa1afe8e6ed9: Preparing [2021-03-08T18:38:24.044Z] 87a09b4c083e: Preparing [2021-03-08T18:38:24.044Z] 0f74e9ff2a61: Preparing [2021-03-08T18:38:24.044Z] b122376c33c6: Preparing [2021-03-08T18:38:24.044Z] f8381ed47b22: Preparing [2021-03-08T18:38:24.044Z] e934a737d657: Preparing [2021-03-08T18:38:24.044Z] 5c920b39cc3c: Waiting [2021-03-08T18:38:24.044Z] bf6a268b4042: Waiting [2021-03-08T18:38:24.044Z] 9ded3b6bb9b5: Waiting [2021-03-08T18:38:24.044Z] fa1afe8e6ed9: Waiting [2021-03-08T18:38:24.044Z] 87a09b4c083e: Waiting [2021-03-08T18:38:24.044Z] 0f74e9ff2a61: Waiting [2021-03-08T18:38:24.044Z] e934a737d657: Waiting [2021-03-08T18:38:24.044Z] b122376c33c6: Waiting [2021-03-08T18:38:24.044Z] f8381ed47b22: Waiting [2021-03-08T18:38:24.044Z] 3a0319f4058b: Layer already exists [2021-03-08T18:38:24.044Z] 6edd2ba2a382: Layer already exists [2021-03-08T18:38:24.044Z] 5092e6bd4635: Layer already exists [2021-03-08T18:38:24.044Z] 1065840bb1c0: Layer already exists [2021-03-08T18:38:24.314Z] 74ca55ff77e0: Layer already exists [2021-03-08T18:38:24.314Z] 5c920b39cc3c: Layer already exists [2021-03-08T18:38:24.314Z] 87a09b4c083e: Layer already exists [2021-03-08T18:38:24.314Z] 9ded3b6bb9b5: Layer already exists [2021-03-08T18:38:24.314Z] bf6a268b4042: Layer already exists [2021-03-08T18:38:24.314Z] fa1afe8e6ed9: Layer already exists [2021-03-08T18:38:24.314Z] b122376c33c6: Layer already exists [2021-03-08T18:38:24.314Z] f8381ed47b22: Layer already exists [2021-03-08T18:38:24.314Z] 0f74e9ff2a61: Layer already exists [2021-03-08T18:38:24.314Z] e934a737d657: Layer already exists [2021-03-08T18:38:24.314Z] 2.0.0-dev.117: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:24.686Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:25.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:25.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-08T18:38:25.056Z] 5092e6bd4635: Preparing [2021-03-08T18:38:25.056Z] 3a0319f4058b: Preparing [2021-03-08T18:38:25.056Z] 74ca55ff77e0: Preparing [2021-03-08T18:38:25.056Z] 6edd2ba2a382: Preparing [2021-03-08T18:38:25.056Z] 1065840bb1c0: Preparing [2021-03-08T18:38:25.056Z] 5c920b39cc3c: Preparing [2021-03-08T18:38:25.056Z] bf6a268b4042: Preparing [2021-03-08T18:38:25.056Z] 9ded3b6bb9b5: Preparing [2021-03-08T18:38:25.056Z] fa1afe8e6ed9: Preparing [2021-03-08T18:38:25.056Z] 87a09b4c083e: Preparing [2021-03-08T18:38:25.056Z] 0f74e9ff2a61: Preparing [2021-03-08T18:38:25.056Z] b122376c33c6: Preparing [2021-03-08T18:38:25.056Z] f8381ed47b22: Preparing [2021-03-08T18:38:25.056Z] e934a737d657: Preparing [2021-03-08T18:38:25.056Z] 5c920b39cc3c: Waiting [2021-03-08T18:38:25.056Z] bf6a268b4042: Waiting [2021-03-08T18:38:25.056Z] 9ded3b6bb9b5: Waiting [2021-03-08T18:38:25.056Z] fa1afe8e6ed9: Waiting [2021-03-08T18:38:25.056Z] 87a09b4c083e: Waiting [2021-03-08T18:38:25.056Z] 0f74e9ff2a61: Waiting [2021-03-08T18:38:25.056Z] b122376c33c6: Waiting [2021-03-08T18:38:25.056Z] f8381ed47b22: Waiting [2021-03-08T18:38:25.056Z] e934a737d657: Waiting [2021-03-08T18:38:25.056Z] 1065840bb1c0: Layer already exists [2021-03-08T18:38:25.056Z] 5092e6bd4635: Layer already exists [2021-03-08T18:38:25.056Z] 74ca55ff77e0: Layer already exists [2021-03-08T18:38:25.056Z] 3a0319f4058b: Layer already exists [2021-03-08T18:38:25.056Z] 6edd2ba2a382: Layer already exists [2021-03-08T18:38:25.056Z] bf6a268b4042: Layer already exists [2021-03-08T18:38:25.056Z] 5c920b39cc3c: Layer already exists [2021-03-08T18:38:25.056Z] fa1afe8e6ed9: Layer already exists [2021-03-08T18:38:25.343Z] 9ded3b6bb9b5: Layer already exists [2021-03-08T18:38:25.343Z] 87a09b4c083e: Layer already exists [2021-03-08T18:38:25.343Z] f8381ed47b22: Layer already exists [2021-03-08T18:38:25.343Z] e934a737d657: Layer already exists [2021-03-08T18:38:25.343Z] 0f74e9ff2a61: Layer already exists [2021-03-08T18:38:25.343Z] b122376c33c6: Layer already exists [2021-03-08T18:38:25.343Z] 7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:25.702Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:38:26.051Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-08T18:38:26.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-08T18:38:26.051Z] 5092e6bd4635: Preparing [2021-03-08T18:38:26.051Z] 3a0319f4058b: Preparing [2021-03-08T18:38:26.051Z] 74ca55ff77e0: Preparing [2021-03-08T18:38:26.051Z] 6edd2ba2a382: Preparing [2021-03-08T18:38:26.051Z] 1065840bb1c0: Preparing [2021-03-08T18:38:26.051Z] 5c920b39cc3c: Preparing [2021-03-08T18:38:26.051Z] bf6a268b4042: Preparing [2021-03-08T18:38:26.051Z] 9ded3b6bb9b5: Preparing [2021-03-08T18:38:26.051Z] fa1afe8e6ed9: Preparing [2021-03-08T18:38:26.051Z] 87a09b4c083e: Preparing [2021-03-08T18:38:26.051Z] 0f74e9ff2a61: Preparing [2021-03-08T18:38:26.051Z] b122376c33c6: Preparing [2021-03-08T18:38:26.051Z] f8381ed47b22: Preparing [2021-03-08T18:38:26.051Z] e934a737d657: Preparing [2021-03-08T18:38:26.051Z] 5c920b39cc3c: Waiting [2021-03-08T18:38:26.051Z] bf6a268b4042: Waiting [2021-03-08T18:38:26.051Z] 9ded3b6bb9b5: Waiting [2021-03-08T18:38:26.051Z] fa1afe8e6ed9: Waiting [2021-03-08T18:38:26.051Z] 87a09b4c083e: Waiting [2021-03-08T18:38:26.051Z] 0f74e9ff2a61: Waiting [2021-03-08T18:38:26.051Z] b122376c33c6: Waiting [2021-03-08T18:38:26.051Z] f8381ed47b22: Waiting [2021-03-08T18:38:26.051Z] e934a737d657: Waiting [2021-03-08T18:38:26.051Z] 3a0319f4058b: Layer already exists [2021-03-08T18:38:26.051Z] 5092e6bd4635: Layer already exists [2021-03-08T18:38:26.327Z] 74ca55ff77e0: Layer already exists [2021-03-08T18:38:26.327Z] 1065840bb1c0: Layer already exists [2021-03-08T18:38:26.327Z] 6edd2ba2a382: Layer already exists [2021-03-08T18:38:26.327Z] bf6a268b4042: Layer already exists [2021-03-08T18:38:26.327Z] 9ded3b6bb9b5: Layer already exists [2021-03-08T18:38:26.327Z] 5c920b39cc3c: Layer already exists [2021-03-08T18:38:26.327Z] fa1afe8e6ed9: Layer already exists [2021-03-08T18:38:26.327Z] 87a09b4c083e: Layer already exists [2021-03-08T18:38:26.327Z] b122376c33c6: Layer already exists [2021-03-08T18:38:26.327Z] f8381ed47b22: Layer already exists [2021-03-08T18:38:26.327Z] 0f74e9ff2a61: Layer already exists [2021-03-08T18:38:26.327Z] e934a737d657: Layer already exists [2021-03-08T18:38:26.327Z] master: digest: sha256:adb19bf861ca2662a3766777af96842b584d5a82ed04b4483f3bb4495b84fffe size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-08T18:38:26.534Z] ===================================================== [Pipeline] echo [2021-03-08T18:38:26.581Z] taggedImages: [2021-03-08T18:38:26.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480 [2021-03-08T18:38:26.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.117 [2021-03-08T18:38:26.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7248181b27c1f196cc7a2300d5170335b9add480-2.0.0-dev.117 [2021-03-08T18:38:26.581Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:38:27.463Z] ---> job-cost.sh [2021-03-08T18:38:27.464Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v17W [2021-03-08T18:39:06.453Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-08T18:41:28.329Z] lf-activate-venv(): INFO: Adding /tmp/venv-v17W/bin to PATH [2021-03-08T18:41:28.329Z] INFO: No Stack... [2021-03-08T18:41:28.329Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-08T18:41:28.329Z] INFO: Archiving Costs [Pipeline] sh [2021-03-08T18:41:28.662Z] + cat /w/workspace/edgex-go/384/archives/cost.csv [2021-03-08T18:41:28.662Z] + cut -d, -f6 [Pipeline] lock [2021-03-08T18:41:28.776Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] [2021-03-08T18:41:28.805Z] Resource [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] did not exist. Created. [2021-03-08T18:41:28.806Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-08T18:41:29.232Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-08T18:41:30.376Z] Stashed 1 file(s) [Pipeline] } [2021-03-08T18:41:30.421Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-384-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-08T18:41:31.875Z] provisioning config files... [2021-03-08T18:41:31.886Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/384@tmp/config3695284520825457035tmp [Pipeline] { [Pipeline] sh [2021-03-08T18:41:32.247Z] + set +x [2021-03-08T18:41:32.247Z] + curl -s https://codecov.io/bash [2021-03-08T18:41:32.247Z] + bash -s -- [2021-03-08T18:41:32.821Z] [2021-03-08T18:41:32.822Z] _____ _ [2021-03-08T18:41:32.822Z] / ____| | | [2021-03-08T18:41:32.822Z] | | ___ __| | ___ ___ _____ __ [2021-03-08T18:41:32.822Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-08T18:41:32.822Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-08T18:41:32.822Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-08T18:41:32.822Z] Bash-20210226-7100762 [2021-03-08T18:41:32.822Z] [2021-03-08T18:41:32.822Z] [2021-03-08T18:41:32.822Z] ==> git version 2.24.3 found [2021-03-08T18:41:32.822Z] ==> 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-03-08T18:41:32.822Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-08T18:41:32.822Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-08T18:41:32.822Z] ==> Jenkins CI detected. [2021-03-08T18:41:32.822Z] project root: . [2021-03-08T18:41:32.822Z] --> token set from env [2021-03-08T18:41:32.822Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-08T18:41:32.822Z] ==> Running gcov in . (disable via -X gcov) [2021-03-08T18:41:32.822Z] ==> Python coveragepy not found [2021-03-08T18:41:32.822Z] ==> Searching for coverage reports in: [2021-03-08T18:41:32.822Z] + . [2021-03-08T18:41:32.822Z] -> Found 1 reports [2021-03-08T18:41:32.822Z] ==> Detecting git/mercurial file structure [2021-03-08T18:41:32.822Z] ==> Reading reports [2021-03-08T18:41:32.822Z] + ./coverage.out bytes=622934 [2021-03-08T18:41:32.822Z] ==> Appending adjustments [2021-03-08T18:41:32.822Z] https://docs.codecov.io/docs/fixing-reports [2021-03-08T18:41:36.152Z] + Found adjustments [2021-03-08T18:41:36.152Z] ==> Gzipping contents [2021-03-08T18:41:36.152Z] 92K /tmp/codecov.67hsV2.gz [2021-03-08T18:41:36.152Z] ==> Uploading reports [2021-03-08T18:41:36.152Z] url: https://codecov.io [2021-03-08T18:41:36.152Z] query: branch=master&commit=7248181b27c1f196cc7a2300d5170335b9add480&build=384&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F384%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-08T18:41:36.152Z] -> Pinging Codecov [2021-03-08T18:41:36.152Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=7248181b27c1f196cc7a2300d5170335b9add480&build=384&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F384%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-08T18:41:36.754Z] -> Uploading to [2021-03-08T18:41:36.754Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-08/00271124DB129430A58F1EEE437C3FCB/7248181b27c1f196cc7a2300d5170335b9add480/8881fdc2-e571-43da-ae38-bdbf167f2de6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210308T184136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33124641f1825fad0e570e91c24d84366410dbe51015a7f64e28a4e61c4b18cc [2021-03-08T18:41:36.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:41:36.754Z] Dload Upload Total Spent Left Speed [2021-03-08T18:41:37.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91995 0 0 100 91995 0 165k --:--:-- --:--:-- --:--:-- 165k [2021-03-08T18:41:37.333Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7248181b27c1f196cc7a2300d5170335b9add480 [Pipeline] } [2021-03-08T18:41:37.342Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-08T18:41:38.260Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-08T18:41:38.344Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:41:38.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-08T18:41:38.722Z] [2021-03-08T18:41:38.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:41:39.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-08T18:41:39.110Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-08T18:41:39.110Z] 188c0c94c7c5: Already exists [2021-03-08T18:41:39.110Z] 0ef7d3d256c8: Already exists [2021-03-08T18:41:39.110Z] de9db76c5a1d: Already exists [2021-03-08T18:41:39.110Z] 0eba1c9be4d2: Pulling fs layer [2021-03-08T18:41:39.110Z] 0d57e429df01: Pulling fs layer [2021-03-08T18:41:39.110Z] 4e4be7b47b0d: Pulling fs layer [2021-03-08T18:41:39.110Z] e1f770b5df2f: Pulling fs layer [2021-03-08T18:41:39.110Z] 85a0685a4137: Pulling fs layer [2021-03-08T18:41:39.110Z] e1f770b5df2f: Waiting [2021-03-08T18:41:39.110Z] 85a0685a4137: Waiting [2021-03-08T18:41:39.110Z] 4e4be7b47b0d: Verifying Checksum [2021-03-08T18:41:39.110Z] 4e4be7b47b0d: Download complete [2021-03-08T18:41:39.110Z] 0d57e429df01: Download complete [2021-03-08T18:41:41.741Z] e1f770b5df2f: Verifying Checksum [2021-03-08T18:41:41.741Z] e1f770b5df2f: Download complete [2021-03-08T18:41:43.670Z] 0eba1c9be4d2: Download complete [2021-03-08T18:41:43.934Z] 85a0685a4137: Verifying Checksum [2021-03-08T18:41:43.934Z] 85a0685a4137: Download complete [2021-03-08T18:41:49.270Z] 0eba1c9be4d2: Pull complete [2021-03-08T18:41:49.535Z] 0d57e429df01: Pull complete [2021-03-08T18:41:49.535Z] 4e4be7b47b0d: Pull complete [2021-03-08T18:41:54.900Z] e1f770b5df2f: Pull complete [2021-03-08T18:42:03.179Z] 85a0685a4137: Pull complete [2021-03-08T18:42:03.179Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-08T18:42:03.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-08T18:42:03.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-08T18:42:03.390Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:42:03.451Z] $ 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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-08T18:42:04.790Z] $ docker top 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-08T18:42:05.046Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-08T18:42:05.392Z] + set -o pipefail [2021-03-08T18:42:05.392Z] + snyk monitor '--org=edgex-jenkins' [2021-03-08T18:42:17.703Z] [2021-03-08T18:42:17.703Z] Monitoring /w/workspace/edgex-go/384 (github.com/edgexfoundry/edgex-go)... [2021-03-08T18:42:17.703Z] [2021-03-08T18:42:17.703Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9ff80de8-5e90-465c-bdf4-773decfc45c2 [2021-03-08T18:42:17.704Z] [2021-03-08T18:42:17.704Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-08T18:42:17.704Z] [2021-03-08T18:42:17.704Z] [Pipeline] } [2021-03-08T18:42:17.721Z] $ docker stop --time=1 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb [2021-03-08T18:42:20.676Z] $ docker rm -f 20799bf3d38a6de237e41be31b1af2c70abfd33fbcec09ae9711f6ad744369bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-08T18:42:21.896Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-08T18:42:21.971Z] provisioning config files... [2021-03-08T18:42:21.980Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/384@tmp/config2325992785207032798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:42:22.369Z] --> edgex-publish-swagger.sh [2021-03-08T18:42:22.369Z] === Publish openapi/v1 API === [2021-03-08T18:42:22.369Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-08T18:42:22.369Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/384/openapi/v1/core-command.yaml] [2021-03-08T18:42:22.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:22.369Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:24.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8224 0:00:01 0:00:01 --:--:-- 8233 100 10522 0 0 100 10522 0 6144 0:00:01 0:00:01 --:--:-- 6146 100 10522 0 0 100 10522 0 6143 0:00:01 0:00:01 --:--:-- 6142 [2021-03-08T18:42:24.020Z] [2021-03-08T18:42:24.020Z] [2021-03-08T18:42:24.020Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/384/openapi/v1/core-data.yaml] [2021-03-08T18:42:24.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:24.020Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:25.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29400 0:00:01 0:00:01 --:--:-- 29410 100 32557 0 0 100 32557 0 29395 0:00:01 0:00:01 --:--:-- 29410 [2021-03-08T18:42:25.446Z] [2021-03-08T18:42:25.446Z] [2021-03-08T18:42:25.446Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/384/openapi/v1/core-metadata.yaml] [2021-03-08T18:42:25.446Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:25.446Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:26.398Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61087 0:00:01 0:00:01 --:--:-- 61128 100 73721 0 0 100 73721 0 54434 0:00:01 0:00:01 --:--:-- 54446 [2021-03-08T18:42:26.398Z] [2021-03-08T18:42:26.398Z] [2021-03-08T18:42:26.398Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/384/openapi/v1/support-logging.yaml] [2021-03-08T18:42:26.398Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:26.398Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:27.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12887 0:00:01 0:00:01 --:--:-- 12897 [2021-03-08T18:42:27.606Z] [2021-03-08T18:42:27.606Z] [2021-03-08T18:42:27.606Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/384/openapi/v1/support-notifications.yaml] [2021-03-08T18:42:27.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:27.606Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:28.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 33847 0:00:01 0:00:01 --:--:-- 33846 100 38890 0 0 100 38890 0 33842 0:00:01 0:00:01 --:--:-- 33846 [2021-03-08T18:42:28.810Z] [2021-03-08T18:42:28.810Z] [2021-03-08T18:42:28.810Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/384/openapi/v1/support-scheduler.yaml] [2021-03-08T18:42:28.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:28.810Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:29.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12533 0:00:01 0:00:01 --:--:-- 12543 100 14249 0 0 100 14249 0 12531 0:00:01 0:00:01 --:--:-- 12543 [2021-03-08T18:42:29.752Z] [2021-03-08T18:42:29.752Z] [2021-03-08T18:42:29.752Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/384/openapi/v1/system-agent.yaml] [2021-03-08T18:42:30.013Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:30.013Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:31.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3424 0:00:01 0:00:01 --:--:-- 3425 100 4110 0 0 100 4110 0 3326 0:00:01 0:00:01 --:--:-- 3327 [2021-03-08T18:42:31.399Z] [2021-03-08T18:42:31.399Z] [2021-03-08T18:42:31.399Z] === Publish openapi/v2 API === [2021-03-08T18:42:31.399Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-08T18:42:31.399Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/384/openapi/v2/core-command.yaml] [2021-03-08T18:42:31.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:31.399Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:32.342Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25885 0:00:01 0:00:01 --:--:-- 25909 100 29744 0 0 100 29744 0 25881 0:00:01 0:00:01 --:--:-- 25886 [2021-03-08T18:42:32.342Z] [2021-03-08T18:42:32.342Z] [2021-03-08T18:42:32.342Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/384/openapi/v2/core-data.yaml] [2021-03-08T18:42:32.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:32.342Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:33.731Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 49893 0:00:01 0:00:01 --:--:-- 49919 100 57358 0 0 100 57358 0 49886 0:00:01 0:00:01 --:--:-- 49919 [2021-03-08T18:42:33.731Z] [2021-03-08T18:42:33.731Z] [2021-03-08T18:42:33.731Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/384/openapi/v2/core-metadata.yaml] [2021-03-08T18:42:33.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:33.731Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:34.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2021-03-08T18:42:34.729Z] [2021-03-08T18:42:34.729Z] [2021-03-08T18:42:34.729Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/384/openapi/v2/support-notifications.yaml] [2021-03-08T18:42:34.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:34.729Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:35.672Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 67832 0:00:01 0:00:01 --:--:-- 67859 [2021-03-08T18:42:35.672Z] [2021-03-08T18:42:35.672Z] [2021-03-08T18:42:35.672Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/384/openapi/v2/support-scheduler.yaml] [2021-03-08T18:42:35.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:35.672Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:37.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 32859 0:00:01 0:00:01 --:--:-- 32883 100 37783 0 0 100 37783 0 32855 0:00:01 0:00:01 --:--:-- 32883 [2021-03-08T18:42:37.061Z] [2021-03-08T18:42:37.061Z] [2021-03-08T18:42:37.061Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/384/openapi/v2/system-agent.yaml] [2021-03-08T18:42:37.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-08T18:42:37.062Z] Dload Upload Total Spent Left Speed [2021-03-08T18:42:38.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21340 0:00:01 0:00:01 --:--:-- 21362 100 24182 0 0 100 24182 0 21337 0:00:01 0:00:01 --:--:-- 21343 [2021-03-08T18:42:38.045Z] [2021-03-08T18:42:38.045Z] [Pipeline] } [2021-03-08T18:42:38.060Z] 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-03-08T18:42:38.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:42:38.922Z] . [Pipeline] withDockerContainer [2021-03-08T18:42:39.034Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:42:39.078Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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-03-08T18:42:39.885Z] $ docker top fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T18:42:40.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T18:42:40.173Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T18:42:40.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T18:42:40.427Z] $ docker exec fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a ssh-agent [2021-03-08T18:42:40.624Z] SSH_AUTH_SOCK=/tmp/ssh-bXn6eoS8LCds/agent.12 [2021-03-08T18:42:40.624Z] SSH_AGENT_PID=18 [2021-03-08T18:42:40.631Z] Running ssh-add (command line suppressed) [2021-03-08T18:42:40.761Z] Identity added: /w/workspace/edgex-go/384@tmp/private_key_235038982584968012.key (/w/workspace/edgex-go/384@tmp/private_key_235038982584968012.key) [2021-03-08T18:42:40.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T18:42:41.162Z] + git semver tag [2021-03-08T18:42:41.428Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T18:42:41.428Z] # $GIT_DIR = /w/workspace/edgex-go/384/.git [2021-03-08T18:42:41.428Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/384 [2021-03-08T18:42:41.428Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T18:42:41.428Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T18:42:41.428Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T18:42:41.428Z] # $SEMVER_BRANCH = master [2021-03-08T18:42:41.428Z] # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [2021-03-08T18:42:41.428Z] # 7248181b27c1f196cc7a2300d5170335b9add480 HEAD [2021-03-08T18:42:42.011Z] # -> Force: false [2021-03-08T18:42:42.011Z] # e28c507f52c494db81e0ebc556371e2ae30670ab refs/tags/v2.0.0-dev.117 [Pipeline] } [2021-03-08T18:42:42.034Z] $ docker exec --env ******** --env ******** fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a ssh-agent -k [2021-03-08T18:42:42.225Z] unset SSH_AUTH_SOCK; [2021-03-08T18:42:42.226Z] unset SSH_AGENT_PID; [2021-03-08T18:42:42.226Z] echo Agent pid 18 killed; [2021-03-08T18:42:42.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T18:42:42.769Z] + git semver [Pipeline] } [2021-03-08T18:42:42.786Z] $ docker stop --time=1 fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a [2021-03-08T18:42:44.224Z] $ docker rm -f fd082d33a871f4c089b50f7193197b51944f697a55fb566b43e141accaf4ef3a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:42:44.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-08T18:42:44.864Z] [2021-03-08T18:42:44.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:42:45.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-08T18:42:45.211Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-08T18:42:45.211Z] ab5ef0e58194: Pulling fs layer [2021-03-08T18:42:45.211Z] 9712f1f96733: Pulling fs layer [2021-03-08T18:42:45.211Z] 63f879dbbcfc: Pulling fs layer [2021-03-08T18:42:45.211Z] 0d9ebad4ef96: Pulling fs layer [2021-03-08T18:42:45.211Z] e9a5061849ea: Pulling fs layer [2021-03-08T18:42:45.211Z] d747dcd14b5f: Pulling fs layer [2021-03-08T18:42:45.211Z] 2de7ff778b66: Pulling fs layer [2021-03-08T18:42:45.211Z] 0d9ebad4ef96: Waiting [2021-03-08T18:42:45.211Z] d747dcd14b5f: Waiting [2021-03-08T18:42:45.211Z] e9a5061849ea: Waiting [2021-03-08T18:42:45.211Z] 2de7ff778b66: Waiting [2021-03-08T18:42:45.211Z] 9712f1f96733: Verifying Checksum [2021-03-08T18:42:45.211Z] 9712f1f96733: Download complete [2021-03-08T18:42:47.145Z] 63f879dbbcfc: Verifying Checksum [2021-03-08T18:42:47.145Z] 63f879dbbcfc: Download complete [2021-03-08T18:42:47.145Z] e9a5061849ea: Verifying Checksum [2021-03-08T18:42:47.145Z] e9a5061849ea: Download complete [2021-03-08T18:42:47.145Z] d747dcd14b5f: Verifying Checksum [2021-03-08T18:42:47.145Z] d747dcd14b5f: Download complete [2021-03-08T18:42:47.724Z] 2de7ff778b66: Verifying Checksum [2021-03-08T18:42:47.724Z] 2de7ff778b66: Download complete [2021-03-08T18:42:47.724Z] 0d9ebad4ef96: Verifying Checksum [2021-03-08T18:42:47.724Z] 0d9ebad4ef96: Download complete [2021-03-08T18:42:47.987Z] ab5ef0e58194: Verifying Checksum [2021-03-08T18:42:47.987Z] ab5ef0e58194: Download complete [2021-03-08T18:42:54.618Z] ab5ef0e58194: Pull complete [2021-03-08T18:42:54.618Z] 9712f1f96733: Pull complete [2021-03-08T18:42:56.552Z] 63f879dbbcfc: Pull complete [2021-03-08T18:43:03.189Z] 0d9ebad4ef96: Pull complete [2021-03-08T18:43:04.142Z] e9a5061849ea: Pull complete [2021-03-08T18:43:04.404Z] d747dcd14b5f: Pull complete [2021-03-08T18:43:07.020Z] 2de7ff778b66: Pull complete [2021-03-08T18:43:07.020Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-08T18:43:07.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-08T18:43:07.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-08T18:43:07.170Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:43:07.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-08T18:43:10.565Z] $ docker top 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-08T18:43:10.888Z] provisioning config files... [2021-03-08T18:43:10.906Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/384@tmp/config3104365362447716815tmp [2021-03-08T18:43:10.921Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/384@tmp/config646877231595183134tmp [2021-03-08T18:43:10.939Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/384@tmp/config3587385364306914385tmp [Pipeline] { [Pipeline] echo [2021-03-08T18:43:11.019Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:43:11.318Z] ---> sigul-configuration.sh [2021-03-08T18:43:11.318Z] gpg: directory `/root/.gnupg' created [2021-03-08T18:43:11.318Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-08T18:43:11.318Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-08T18:43:11.318Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-08T18:43:11.318Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-08T18:43:11.318Z] gpg: CAST5 encrypted data [2021-03-08T18:43:11.581Z] gpg: encrypted with 1 passphrase [2021-03-08T18:43:11.581Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-08T18:43:11.880Z] + mkdir /home/jenkins [2021-03-08T18:43:11.880Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-08T18:43:12.182Z] + 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-03-08T18:43:12.193Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:43:12.491Z] ---> sigul-install.sh [2021-03-08T18:43:19.086Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-08T18:43:19.383Z] + git tag --list [2021-03-08T18:43:19.383Z] 0.6.0 [2021-03-08T18:43:19.383Z] 0.6.1 [2021-03-08T18:43:19.383Z] 0.7.0 [2021-03-08T18:43:19.383Z] 0.7.1 [2021-03-08T18:43:19.383Z] v0.0.0 [2021-03-08T18:43:19.383Z] v0.0.1-dev.1 [2021-03-08T18:43:19.383Z] v1.0.0 [2021-03-08T18:43:19.383Z] v1.0.1 [2021-03-08T18:43:19.383Z] v1.1.0 [2021-03-08T18:43:19.383Z] v1.2.0 [2021-03-08T18:43:19.383Z] v1.2.1 [2021-03-08T18:43:19.383Z] v1.2.2-dev.1 [2021-03-08T18:43:19.383Z] v1.2.2-dev.10 [2021-03-08T18:43:19.383Z] v1.2.2-dev.100 [2021-03-08T18:43:19.383Z] v1.2.2-dev.101 [2021-03-08T18:43:19.383Z] v1.2.2-dev.102 [2021-03-08T18:43:19.383Z] v1.2.2-dev.103 [2021-03-08T18:43:19.383Z] v1.2.2-dev.104 [2021-03-08T18:43:19.383Z] v1.2.2-dev.105 [2021-03-08T18:43:19.383Z] v1.2.2-dev.106 [2021-03-08T18:43:19.383Z] v1.2.2-dev.107 [2021-03-08T18:43:19.383Z] v1.2.2-dev.11 [2021-03-08T18:43:19.383Z] v1.2.2-dev.12 [2021-03-08T18:43:19.383Z] v1.2.2-dev.13 [2021-03-08T18:43:19.383Z] v1.2.2-dev.14 [2021-03-08T18:43:19.383Z] v1.2.2-dev.15 [2021-03-08T18:43:19.383Z] v1.2.2-dev.16 [2021-03-08T18:43:19.383Z] v1.2.2-dev.17 [2021-03-08T18:43:19.383Z] v1.2.2-dev.18 [2021-03-08T18:43:19.383Z] v1.2.2-dev.19 [2021-03-08T18:43:19.383Z] v1.2.2-dev.2 [2021-03-08T18:43:19.383Z] v1.2.2-dev.20 [2021-03-08T18:43:19.383Z] v1.2.2-dev.21 [2021-03-08T18:43:19.383Z] v1.2.2-dev.22 [2021-03-08T18:43:19.383Z] v1.2.2-dev.23 [2021-03-08T18:43:19.383Z] v1.2.2-dev.24 [2021-03-08T18:43:19.383Z] v1.2.2-dev.25 [2021-03-08T18:43:19.383Z] v1.2.2-dev.26 [2021-03-08T18:43:19.383Z] v1.2.2-dev.27 [2021-03-08T18:43:19.383Z] v1.2.2-dev.28 [2021-03-08T18:43:19.383Z] v1.2.2-dev.29 [2021-03-08T18:43:19.383Z] v1.2.2-dev.3 [2021-03-08T18:43:19.383Z] v1.2.2-dev.30 [2021-03-08T18:43:19.383Z] v1.2.2-dev.31 [2021-03-08T18:43:19.383Z] v1.2.2-dev.32 [2021-03-08T18:43:19.383Z] v1.2.2-dev.33 [2021-03-08T18:43:19.383Z] v1.2.2-dev.34 [2021-03-08T18:43:19.383Z] v1.2.2-dev.35 [2021-03-08T18:43:19.383Z] v1.2.2-dev.36 [2021-03-08T18:43:19.383Z] v1.2.2-dev.37 [2021-03-08T18:43:19.383Z] v1.2.2-dev.38 [2021-03-08T18:43:19.383Z] v1.2.2-dev.39 [2021-03-08T18:43:19.383Z] v1.2.2-dev.4 [2021-03-08T18:43:19.383Z] v1.2.2-dev.40 [2021-03-08T18:43:19.383Z] v1.2.2-dev.41 [2021-03-08T18:43:19.383Z] v1.2.2-dev.42 [2021-03-08T18:43:19.383Z] v1.2.2-dev.43 [2021-03-08T18:43:19.383Z] v1.2.2-dev.44 [2021-03-08T18:43:19.383Z] v1.2.2-dev.45 [2021-03-08T18:43:19.383Z] v1.2.2-dev.46 [2021-03-08T18:43:19.383Z] v1.2.2-dev.47 [2021-03-08T18:43:19.383Z] v1.2.2-dev.48 [2021-03-08T18:43:19.383Z] v1.2.2-dev.49 [2021-03-08T18:43:19.383Z] v1.2.2-dev.5 [2021-03-08T18:43:19.383Z] v1.2.2-dev.50 [2021-03-08T18:43:19.383Z] v1.2.2-dev.51 [2021-03-08T18:43:19.383Z] v1.2.2-dev.52 [2021-03-08T18:43:19.383Z] v1.2.2-dev.53 [2021-03-08T18:43:19.383Z] v1.2.2-dev.54 [2021-03-08T18:43:19.383Z] v1.2.2-dev.55 [2021-03-08T18:43:19.383Z] v1.2.2-dev.56 [2021-03-08T18:43:19.383Z] v1.2.2-dev.57 [2021-03-08T18:43:19.383Z] v1.2.2-dev.58 [2021-03-08T18:43:19.383Z] v1.2.2-dev.59 [2021-03-08T18:43:19.384Z] v1.2.2-dev.6 [2021-03-08T18:43:19.384Z] v1.2.2-dev.60 [2021-03-08T18:43:19.384Z] v1.2.2-dev.61 [2021-03-08T18:43:19.384Z] v1.2.2-dev.62 [2021-03-08T18:43:19.384Z] v1.2.2-dev.63 [2021-03-08T18:43:19.384Z] v1.2.2-dev.64 [2021-03-08T18:43:19.384Z] v1.2.2-dev.65 [2021-03-08T18:43:19.384Z] v1.2.2-dev.66 [2021-03-08T18:43:19.384Z] v1.2.2-dev.67 [2021-03-08T18:43:19.384Z] v1.2.2-dev.68 [2021-03-08T18:43:19.384Z] v1.2.2-dev.69 [2021-03-08T18:43:19.384Z] v1.2.2-dev.7 [2021-03-08T18:43:19.384Z] v1.2.2-dev.70 [2021-03-08T18:43:19.384Z] v1.2.2-dev.71 [2021-03-08T18:43:19.384Z] v1.2.2-dev.72 [2021-03-08T18:43:19.384Z] v1.2.2-dev.73 [2021-03-08T18:43:19.384Z] v1.2.2-dev.74 [2021-03-08T18:43:19.384Z] v1.2.2-dev.75 [2021-03-08T18:43:19.384Z] v1.2.2-dev.76 [2021-03-08T18:43:19.384Z] v1.2.2-dev.77 [2021-03-08T18:43:19.384Z] v1.2.2-dev.78 [2021-03-08T18:43:19.384Z] v1.2.2-dev.79 [2021-03-08T18:43:19.384Z] v1.2.2-dev.8 [2021-03-08T18:43:19.384Z] v1.2.2-dev.80 [2021-03-08T18:43:19.384Z] v1.2.2-dev.81 [2021-03-08T18:43:19.384Z] v1.2.2-dev.82 [2021-03-08T18:43:19.384Z] v1.2.2-dev.83 [2021-03-08T18:43:19.384Z] v1.2.2-dev.84 [2021-03-08T18:43:19.384Z] v1.2.2-dev.85 [2021-03-08T18:43:19.384Z] v1.2.2-dev.86 [2021-03-08T18:43:19.384Z] v1.2.2-dev.87 [2021-03-08T18:43:19.384Z] v1.2.2-dev.88 [2021-03-08T18:43:19.384Z] v1.2.2-dev.89 [2021-03-08T18:43:19.384Z] v1.2.2-dev.9 [2021-03-08T18:43:19.384Z] v1.2.2-dev.90 [2021-03-08T18:43:19.384Z] v1.2.2-dev.91 [2021-03-08T18:43:19.384Z] v1.2.2-dev.92 [2021-03-08T18:43:19.384Z] v1.2.2-dev.93 [2021-03-08T18:43:19.384Z] v1.2.2-dev.94 [2021-03-08T18:43:19.384Z] v1.2.2-dev.95 [2021-03-08T18:43:19.384Z] v1.2.2-dev.96 [2021-03-08T18:43:19.384Z] v1.2.2-dev.97 [2021-03-08T18:43:19.384Z] v1.2.2-dev.98 [2021-03-08T18:43:19.384Z] v1.2.2-dev.99 [2021-03-08T18:43:19.384Z] v1.3.0 [2021-03-08T18:43:19.384Z] v1.3.1 [2021-03-08T18:43:19.384Z] v1.3.1-dev.1 [2021-03-08T18:43:19.384Z] v1.3.1-dev.10 [2021-03-08T18:43:19.384Z] v1.3.1-dev.11 [2021-03-08T18:43:19.384Z] v1.3.1-dev.12 [2021-03-08T18:43:19.384Z] v1.3.1-dev.13 [2021-03-08T18:43:19.384Z] v1.3.1-dev.14 [2021-03-08T18:43:19.384Z] v1.3.1-dev.15 [2021-03-08T18:43:19.384Z] v1.3.1-dev.16 [2021-03-08T18:43:19.384Z] v1.3.1-dev.17 [2021-03-08T18:43:19.384Z] v1.3.1-dev.18 [2021-03-08T18:43:19.384Z] v1.3.1-dev.2 [2021-03-08T18:43:19.384Z] v1.3.1-dev.3 [2021-03-08T18:43:19.384Z] v1.3.1-dev.4 [2021-03-08T18:43:19.384Z] v1.3.1-dev.5 [2021-03-08T18:43:19.384Z] v1.3.1-dev.6 [2021-03-08T18:43:19.384Z] v1.3.1-dev.7 [2021-03-08T18:43:19.384Z] v1.3.1-dev.8 [2021-03-08T18:43:19.384Z] v1.3.1-dev.9 [2021-03-08T18:43:19.384Z] v2.0.0-dev.1 [2021-03-08T18:43:19.384Z] v2.0.0-dev.10 [2021-03-08T18:43:19.384Z] v2.0.0-dev.100 [2021-03-08T18:43:19.384Z] v2.0.0-dev.101 [2021-03-08T18:43:19.384Z] v2.0.0-dev.102 [2021-03-08T18:43:19.384Z] v2.0.0-dev.103 [2021-03-08T18:43:19.384Z] v2.0.0-dev.104 [2021-03-08T18:43:19.384Z] v2.0.0-dev.105 [2021-03-08T18:43:19.384Z] v2.0.0-dev.106 [2021-03-08T18:43:19.384Z] v2.0.0-dev.107 [2021-03-08T18:43:19.384Z] v2.0.0-dev.108 [2021-03-08T18:43:19.384Z] v2.0.0-dev.109 [2021-03-08T18:43:19.384Z] v2.0.0-dev.11 [2021-03-08T18:43:19.384Z] v2.0.0-dev.110 [2021-03-08T18:43:19.384Z] v2.0.0-dev.111 [2021-03-08T18:43:19.384Z] v2.0.0-dev.112 [2021-03-08T18:43:19.384Z] v2.0.0-dev.113 [2021-03-08T18:43:19.384Z] v2.0.0-dev.114 [2021-03-08T18:43:19.384Z] v2.0.0-dev.115 [2021-03-08T18:43:19.384Z] v2.0.0-dev.116 [2021-03-08T18:43:19.384Z] v2.0.0-dev.117 [2021-03-08T18:43:19.384Z] v2.0.0-dev.12 [2021-03-08T18:43:19.384Z] v2.0.0-dev.13 [2021-03-08T18:43:19.384Z] v2.0.0-dev.14 [2021-03-08T18:43:19.384Z] v2.0.0-dev.15 [2021-03-08T18:43:19.384Z] v2.0.0-dev.16 [2021-03-08T18:43:19.384Z] v2.0.0-dev.17 [2021-03-08T18:43:19.384Z] v2.0.0-dev.18 [2021-03-08T18:43:19.384Z] v2.0.0-dev.19 [2021-03-08T18:43:19.384Z] v2.0.0-dev.2 [2021-03-08T18:43:19.384Z] v2.0.0-dev.20 [2021-03-08T18:43:19.384Z] v2.0.0-dev.21 [2021-03-08T18:43:19.384Z] v2.0.0-dev.22 [2021-03-08T18:43:19.384Z] v2.0.0-dev.23 [2021-03-08T18:43:19.384Z] v2.0.0-dev.24 [2021-03-08T18:43:19.384Z] v2.0.0-dev.25 [2021-03-08T18:43:19.384Z] v2.0.0-dev.26 [2021-03-08T18:43:19.384Z] v2.0.0-dev.27 [2021-03-08T18:43:19.384Z] v2.0.0-dev.28 [2021-03-08T18:43:19.384Z] v2.0.0-dev.29 [2021-03-08T18:43:19.384Z] v2.0.0-dev.3 [2021-03-08T18:43:19.384Z] v2.0.0-dev.30 [2021-03-08T18:43:19.384Z] v2.0.0-dev.31 [2021-03-08T18:43:19.384Z] v2.0.0-dev.32 [2021-03-08T18:43:19.384Z] v2.0.0-dev.33 [2021-03-08T18:43:19.384Z] v2.0.0-dev.34 [2021-03-08T18:43:19.384Z] v2.0.0-dev.35 [2021-03-08T18:43:19.384Z] v2.0.0-dev.36 [2021-03-08T18:43:19.384Z] v2.0.0-dev.37 [2021-03-08T18:43:19.384Z] v2.0.0-dev.38 [2021-03-08T18:43:19.384Z] v2.0.0-dev.39 [2021-03-08T18:43:19.384Z] v2.0.0-dev.4 [2021-03-08T18:43:19.384Z] v2.0.0-dev.40 [2021-03-08T18:43:19.384Z] v2.0.0-dev.41 [2021-03-08T18:43:19.384Z] v2.0.0-dev.42 [2021-03-08T18:43:19.384Z] v2.0.0-dev.43 [2021-03-08T18:43:19.384Z] v2.0.0-dev.44 [2021-03-08T18:43:19.384Z] v2.0.0-dev.45 [2021-03-08T18:43:19.384Z] v2.0.0-dev.46 [2021-03-08T18:43:19.384Z] v2.0.0-dev.47 [2021-03-08T18:43:19.384Z] v2.0.0-dev.48 [2021-03-08T18:43:19.384Z] v2.0.0-dev.49 [2021-03-08T18:43:19.384Z] v2.0.0-dev.5 [2021-03-08T18:43:19.384Z] v2.0.0-dev.50 [2021-03-08T18:43:19.384Z] v2.0.0-dev.51 [2021-03-08T18:43:19.384Z] v2.0.0-dev.52 [2021-03-08T18:43:19.384Z] v2.0.0-dev.53 [2021-03-08T18:43:19.384Z] v2.0.0-dev.54 [2021-03-08T18:43:19.384Z] v2.0.0-dev.55 [2021-03-08T18:43:19.384Z] v2.0.0-dev.56 [2021-03-08T18:43:19.384Z] v2.0.0-dev.57 [2021-03-08T18:43:19.384Z] v2.0.0-dev.58 [2021-03-08T18:43:19.384Z] v2.0.0-dev.59 [2021-03-08T18:43:19.384Z] v2.0.0-dev.6 [2021-03-08T18:43:19.384Z] v2.0.0-dev.60 [2021-03-08T18:43:19.384Z] v2.0.0-dev.61 [2021-03-08T18:43:19.384Z] v2.0.0-dev.62 [2021-03-08T18:43:19.384Z] v2.0.0-dev.63 [2021-03-08T18:43:19.384Z] v2.0.0-dev.64 [2021-03-08T18:43:19.384Z] v2.0.0-dev.65 [2021-03-08T18:43:19.384Z] v2.0.0-dev.66 [2021-03-08T18:43:19.384Z] v2.0.0-dev.67 [2021-03-08T18:43:19.384Z] v2.0.0-dev.68 [2021-03-08T18:43:19.384Z] v2.0.0-dev.69 [2021-03-08T18:43:19.384Z] v2.0.0-dev.7 [2021-03-08T18:43:19.384Z] v2.0.0-dev.70 [2021-03-08T18:43:19.384Z] v2.0.0-dev.71 [2021-03-08T18:43:19.384Z] v2.0.0-dev.72 [2021-03-08T18:43:19.384Z] v2.0.0-dev.73 [2021-03-08T18:43:19.384Z] v2.0.0-dev.74 [2021-03-08T18:43:19.384Z] v2.0.0-dev.75 [2021-03-08T18:43:19.384Z] v2.0.0-dev.76 [2021-03-08T18:43:19.384Z] v2.0.0-dev.77 [2021-03-08T18:43:19.384Z] v2.0.0-dev.78 [2021-03-08T18:43:19.384Z] v2.0.0-dev.79 [2021-03-08T18:43:19.384Z] v2.0.0-dev.8 [2021-03-08T18:43:19.384Z] v2.0.0-dev.80 [2021-03-08T18:43:19.384Z] v2.0.0-dev.81 [2021-03-08T18:43:19.384Z] v2.0.0-dev.82 [2021-03-08T18:43:19.384Z] v2.0.0-dev.83 [2021-03-08T18:43:19.384Z] v2.0.0-dev.84 [2021-03-08T18:43:19.384Z] v2.0.0-dev.85 [2021-03-08T18:43:19.384Z] v2.0.0-dev.86 [2021-03-08T18:43:19.384Z] v2.0.0-dev.87 [2021-03-08T18:43:19.384Z] v2.0.0-dev.88 [2021-03-08T18:43:19.384Z] v2.0.0-dev.89 [2021-03-08T18:43:19.384Z] v2.0.0-dev.9 [2021-03-08T18:43:19.384Z] v2.0.0-dev.90 [2021-03-08T18:43:19.384Z] v2.0.0-dev.91 [2021-03-08T18:43:19.384Z] v2.0.0-dev.92 [2021-03-08T18:43:19.384Z] v2.0.0-dev.93 [2021-03-08T18:43:19.384Z] v2.0.0-dev.94 [2021-03-08T18:43:19.384Z] v2.0.0-dev.95 [2021-03-08T18:43:19.384Z] v2.0.0-dev.96 [2021-03-08T18:43:19.384Z] v2.0.0-dev.97 [2021-03-08T18:43:19.384Z] v2.0.0-dev.98 [2021-03-08T18:43:19.384Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-08T18:43:19.680Z] + lftools sign git-tag v2.0.0-dev.117 [2021-03-08T18:43:21.112Z] Signing Git tag with Sigul... [2021-03-08T18:43:21.112Z] Signing v2.0.0-dev.117 [Pipeline] echo [2021-03-08T18:43:22.509Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:43:22.803Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-08T18:43:22.812Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-08T18:43:22.918Z] $ docker stop --time=1 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca [2021-03-08T18:43:25.098Z] $ docker rm -f 12aaa64871411529bdf743b97422a1fbe66bdd671d56ebbe6bed216ba0a824ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:43:25.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:43:25.937Z] . [Pipeline] withDockerContainer [2021-03-08T18:43:26.036Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:43:26.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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-03-08T18:43:26.800Z] $ docker top 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T18:43:27.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T18:43:27.110Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T18:43:27.306Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T18:43:27.308Z] $ docker exec 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 ssh-agent [2021-03-08T18:43:27.486Z] SSH_AUTH_SOCK=/tmp/ssh-Jo2NEpYM9sxu/agent.12 [2021-03-08T18:43:27.486Z] SSH_AGENT_PID=18 [2021-03-08T18:43:27.492Z] Running ssh-add (command line suppressed) [2021-03-08T18:43:27.622Z] Identity added: /w/workspace/edgex-go/384@tmp/private_key_1005407134463526728.key (/w/workspace/edgex-go/384@tmp/private_key_1005407134463526728.key) [2021-03-08T18:43:27.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T18:43:28.026Z] + git semver bump pre [2021-03-08T18:43:28.026Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T18:43:28.026Z] # $GIT_DIR = /w/workspace/edgex-go/384/.git [2021-03-08T18:43:28.026Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/384 [2021-03-08T18:43:28.026Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T18:43:28.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T18:43:28.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T18:43:28.026Z] # $SEMVER_BRANCH = master [2021-03-08T18:43:28.026Z] # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [2021-03-08T18:43:28.026Z] 2.0.0-dev.118 [Pipeline] } [2021-03-08T18:43:28.037Z] $ docker exec --env ******** --env ******** 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 ssh-agent -k [2021-03-08T18:43:28.159Z] unset SSH_AUTH_SOCK; [2021-03-08T18:43:28.159Z] unset SSH_AGENT_PID; [2021-03-08T18:43:28.159Z] echo Agent pid 18 killed; [2021-03-08T18:43:28.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T18:43:28.717Z] + git semver [Pipeline] } [2021-03-08T18:43:28.733Z] $ docker stop --time=1 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 [2021-03-08T18:43:30.067Z] $ docker rm -f 7bb7badfa674b8e8062e3ee481b400bcb04c1503bc88d9f4a51d12badfb20fd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:43:30.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-08T18:43:30.617Z] . [Pipeline] withDockerContainer [2021-03-08T18:43:30.716Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:43:30.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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-03-08T18:43:31.367Z] $ docker top 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-08T18:43:31.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-08T18:43:31.735Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-08T18:43:31.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-08T18:43:31.921Z] $ docker exec 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 ssh-agent [2021-03-08T18:43:32.102Z] SSH_AUTH_SOCK=/tmp/ssh-IAIvtDiKGZ7O/agent.11 [2021-03-08T18:43:32.102Z] SSH_AGENT_PID=16 [2021-03-08T18:43:32.109Z] Running ssh-add (command line suppressed) [2021-03-08T18:43:32.239Z] Identity added: /w/workspace/edgex-go/384@tmp/private_key_1419168330886844966.key (/w/workspace/edgex-go/384@tmp/private_key_1419168330886844966.key) [2021-03-08T18:43:32.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-08T18:43:32.626Z] + git semver push [2021-03-08T18:43:32.626Z] # -> Open(): unable to determine branch for HEAD [2021-03-08T18:43:32.626Z] # $GIT_DIR = /w/workspace/edgex-go/384/.git [2021-03-08T18:43:32.626Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/384 [2021-03-08T18:43:32.626Z] # $SEMVER_REMOTE_NAME = origin [2021-03-08T18:43:32.626Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-08T18:43:32.626Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-08T18:43:32.626Z] # $SEMVER_BRANCH = master [2021-03-08T18:43:32.626Z] # $SEMVER_DIR = /w/workspace/edgex-go/384/.semver [Pipeline] } [2021-03-08T18:43:40.780Z] $ docker exec --env ******** --env ******** 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 ssh-agent -k [2021-03-08T18:43:40.902Z] unset SSH_AUTH_SOCK; [2021-03-08T18:43:40.902Z] unset SSH_AGENT_PID; [2021-03-08T18:43:40.902Z] echo Agent pid 16 killed; [2021-03-08T18:43:40.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-08T18:43:41.462Z] + git semver [Pipeline] } [2021-03-08T18:43:41.503Z] $ docker stop --time=1 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 [2021-03-08T18:43:42.896Z] $ docker rm -f 2caa2b86efaac104324328503bfa4e3953b4906a95c75e1cc6642767fd9dd678 [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-03-08T18:43:43.921Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:43:44.793Z] ---> package-listing.sh [2021-03-08T18:43:44.793Z] ++ facter osfamily [2021-03-08T18:43:44.793Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-08T18:43:44.793Z] + OS_FAMILY=redhat [2021-03-08T18:43:44.793Z] + workspace=/w/workspace/edgex-go/384 [2021-03-08T18:43:44.793Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-08T18:43:44.793Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-08T18:43:44.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-08T18:43:44.793Z] + PACKAGES=/tmp/packages_start.txt [2021-03-08T18:43:44.793Z] + '[' /w/workspace/edgex-go/384 ']' [2021-03-08T18:43:44.793Z] + PACKAGES=/tmp/packages_end.txt [2021-03-08T18:43:44.793Z] + case "${OS_FAMILY}" in [2021-03-08T18:43:44.793Z] + rpm -qa [2021-03-08T18:43:44.793Z] + sort [2021-03-08T18:43:50.093Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-08T18:43:50.093Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-08T18:43:50.093Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-08T18:43:50.093Z] + '[' /w/workspace/edgex-go/384 ']' [2021-03-08T18:43:50.093Z] + mkdir -p /w/workspace/edgex-go/384/archives/ [2021-03-08T18:43:50.093Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/384/archives/ [Pipeline] echo [2021-03-08T18:43:50.106Z] 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/384/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-08T18:43:50.394Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:43:50.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T18:43:50.698Z] [2021-03-08T18:43:50.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-08T18:43:51.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T18:43:51.049Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-08T18:43:51.049Z] df20fa9351a1: Pulling fs layer [2021-03-08T18:43:51.049Z] 36b3adc4ff6f: Pulling fs layer [2021-03-08T18:43:51.049Z] 8ad3a11d3b57: Pulling fs layer [2021-03-08T18:43:51.049Z] 46f8f816bc3b: Pulling fs layer [2021-03-08T18:43:51.049Z] 93b61091891f: Pulling fs layer [2021-03-08T18:43:51.049Z] 93b9cdb0e59b: Pulling fs layer [2021-03-08T18:43:51.049Z] 5e14af77c1be: Pulling fs layer [2021-03-08T18:43:51.049Z] 01666e4c0597: Pulling fs layer [2021-03-08T18:43:51.050Z] aa168da1d23b: Pulling fs layer [2021-03-08T18:43:51.050Z] 93b9cdb0e59b: Waiting [2021-03-08T18:43:51.050Z] 5e14af77c1be: Waiting [2021-03-08T18:43:51.050Z] 01666e4c0597: Waiting [2021-03-08T18:43:51.050Z] aa168da1d23b: Waiting [2021-03-08T18:43:51.050Z] 93b61091891f: Waiting [2021-03-08T18:43:51.050Z] 46f8f816bc3b: Waiting [2021-03-08T18:43:51.050Z] 36b3adc4ff6f: Verifying Checksum [2021-03-08T18:43:51.050Z] 36b3adc4ff6f: Download complete [2021-03-08T18:43:51.050Z] 46f8f816bc3b: Verifying Checksum [2021-03-08T18:43:51.050Z] 46f8f816bc3b: Download complete [2021-03-08T18:43:51.311Z] df20fa9351a1: Download complete [2021-03-08T18:43:51.311Z] 93b9cdb0e59b: Verifying Checksum [2021-03-08T18:43:51.311Z] 93b9cdb0e59b: Download complete [2021-03-08T18:43:51.311Z] 5e14af77c1be: Verifying Checksum [2021-03-08T18:43:51.311Z] 5e14af77c1be: Download complete [2021-03-08T18:43:51.311Z] 01666e4c0597: Verifying Checksum [2021-03-08T18:43:51.311Z] 01666e4c0597: Download complete [2021-03-08T18:43:51.311Z] 93b61091891f: Verifying Checksum [2021-03-08T18:43:51.311Z] 93b61091891f: Download complete [2021-03-08T18:43:51.584Z] df20fa9351a1: Pull complete [2021-03-08T18:43:51.848Z] 36b3adc4ff6f: Pull complete [2021-03-08T18:43:51.848Z] 8ad3a11d3b57: Verifying Checksum [2021-03-08T18:43:51.848Z] 8ad3a11d3b57: Download complete [2021-03-08T18:43:53.247Z] 8ad3a11d3b57: Pull complete [2021-03-08T18:43:53.247Z] 46f8f816bc3b: Pull complete [2021-03-08T18:43:53.510Z] aa168da1d23b: Verifying Checksum [2021-03-08T18:43:53.510Z] aa168da1d23b: Download complete [2021-03-08T18:43:54.480Z] 93b61091891f: Pull complete [2021-03-08T18:43:54.480Z] 93b9cdb0e59b: Pull complete [2021-03-08T18:43:54.741Z] 5e14af77c1be: Pull complete [2021-03-08T18:43:54.741Z] 01666e4c0597: Pull complete [2021-03-08T18:44:02.906Z] aa168da1d23b: Pull complete [2021-03-08T18:44:02.906Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-08T18:44:02.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-08T18:44:02.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-08T18:44:03.074Z] prd-centos7-docker-4c-2g-29018 does not seem to be running inside a container [2021-03-08T18:44:03.128Z] $ 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/384/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/384 -v /w/workspace/edgex-go/384:/w/workspace/edgex-go/384:rw,z -v /w/workspace/edgex-go/384@tmp:/w/workspace/edgex-go/384@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:10003/edgex-lftools-log-publisher:alpine cat [2021-03-08T18:44:06.556Z] $ docker top 3420e55f8f02ea4a0507039f350f4e21be7787744a3468eea582935738f5f2c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-08T18:44:07.134Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-08T18:44:07.444Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-08T18:44:07.758Z] + ls /var/log/sa-host [2021-03-08T18:44:07.758Z] + sadf -c /var/log/sa-host/sa08 [2021-03-08T18:44:07.758Z] file_magic: OK [2021-03-08T18:44:07.758Z] HZ: Using current value: 100 [2021-03-08T18:44:07.758Z] file_header: OK [2021-03-08T18:44:07.758Z] 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-03-08T18:44:07.758Z] Statistics: [2021-03-08T18:44:07.758Z] 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-03-08T18:44:07.758Z] File successfully converted to sysstat format version 12.2.1 [2021-03-08T18:44:07.758Z] + sadf -c /var/log/sa-host/sa23 [2021-03-08T18:44:07.758Z] file_magic: OK [2021-03-08T18:44:07.758Z] HZ: Using current value: 100 [2021-03-08T18:44:07.758Z] file_header: OK [2021-03-08T18:44:07.758Z] 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-03-08T18:44:07.758Z] Statistics: [2021-03-08T18:44:07.758Z] Hnuu...uuuununununu... [2021-03-08T18:44:07.758Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-08T18:44:07.975Z] provisioning config files... [2021-03-08T18:44:07.991Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/384@tmp/config7413116276780349290tmp [Pipeline] { [Pipeline] echo [2021-03-08T18:44:08.073Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:44:08.376Z] ---> create-netrc.sh [Pipeline] } [2021-03-08T18:44:08.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-08T18:44:08.490Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:44:08.866Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-08T18:44:08.879Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:44:09.182Z] ---> sudo-logs.sh [2021-03-08T18:44:09.182Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-08T18:44:09.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:44:09.558Z] ---> job-cost.sh [2021-03-08T18:44:09.558Z] lf-activate-venv: SKIPPING [2021-03-08T18:44:09.558Z] DEBUG: total: 0.20999999344348907 [2021-03-08T18:44:09.558Z] INFO: Retrieving Stack Cost... [2021-03-08T18:44:10.503Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-08T18:44:11.074Z] INFO: Archiving Costs [Pipeline] echo [2021-03-08T18:44:11.088Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-08T18:44:11.381Z] ---> logs-deploy.sh [2021-03-08T18:44:11.381Z] lf-activate-venv: SKIPPING [2021-03-08T18:44:11.381Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/384 [2021-03-08T18:44:11.381Z] INFO: archiving workspace using pattern(s): [2021-03-08T18:44:12.767Z] Archives upload complete. [2021-03-08T18:44:12.767Z] INFO: archiving logs to Nexus