Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16075 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/255 [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/255 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 # timeout=10 Commit message: "Merge pull request #2949 from judehung/issue-2948" > git rev-list --no-walk 5c7d82cd65b8973aa000dcfc910cc709fcfb47af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T06:39:14.123Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T06:39:14.393Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T06:39:14.492Z] ========================================================= [2020-12-15T06:39:14.492Z] EdgeX Global Pipelines Version Info [2020-12-15T06:39:14.492Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:39:15.956Z] ------------------- [2020-12-15T06:39:15.956Z] stable info: [2020-12-15T06:39:15.956Z] ------------------- [2020-12-15T06:39:15.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T06:39:15.956Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T06:39:15.956Z] Message: update stable to v1.0.172 [2020-12-15T06:39:16.906Z] ------------------- [2020-12-15T06:39:16.906Z] experimental info: [2020-12-15T06:39:16.906Z] ------------------- [2020-12-15T06:39:16.906Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T06:39:16.906Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T06:39:16.906Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:39:17.162Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T06:39:17.259Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T06:39:17.353Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T06:39:17.468Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T06:39:17.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T06:39:17.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T06:39:17.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T06:39:17.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T06:39:18.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T06:39:18.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T06:39:18.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T06:39:18.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T06:39:18.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T06:39:18.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T06:39:18.903Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T06:39:18.995Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T06:39:19.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T06:39:19.169Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T06:39:19.259Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T06:39:19.351Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T06:39:19.436Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T06:39:19.672Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T06:39:19.816Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-15T06:39:19.908Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-15T06:39:20.011Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-15T06:39:20.151Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] echo [2020-12-15T06:39:20.328Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79d1af4 [Pipeline] echo [2020-12-15T06:39:20.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T06:39:20.862Z] provisioning config files... [2020-12-15T06:39:20.898Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/255@tmp/config5196381403096899659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:39:21.387Z] ---> docker-login.sh [2020-12-15T06:39:21.388Z] nexus3.edgexfoundry.org:10001 [2020-12-15T06:39:21.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:39:21.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:39:21.912Z] Configure a credential helper to remove this warning. See [2020-12-15T06:39:21.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:39:21.912Z] [2020-12-15T06:39:21.912Z] Login Succeeded [2020-12-15T06:39:21.912Z] nexus3.edgexfoundry.org:10002 [2020-12-15T06:39:21.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:39:21.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:39:21.912Z] Configure a credential helper to remove this warning. See [2020-12-15T06:39:21.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:39:21.912Z] [2020-12-15T06:39:21.912Z] Login Succeeded [2020-12-15T06:39:21.912Z] nexus3.edgexfoundry.org:10003 [2020-12-15T06:39:22.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:39:22.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:39:22.180Z] Configure a credential helper to remove this warning. See [2020-12-15T06:39:22.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:39:22.180Z] [2020-12-15T06:39:22.180Z] Login Succeeded [2020-12-15T06:39:22.180Z] nexus3.edgexfoundry.org:10004 [2020-12-15T06:39:22.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:39:22.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:39:22.444Z] Configure a credential helper to remove this warning. See [2020-12-15T06:39:22.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:39:22.444Z] [2020-12-15T06:39:22.444Z] Login Succeeded [2020-12-15T06:39:22.444Z] docker.io [2020-12-15T06:39:22.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:39:22.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:39:22.709Z] Configure a credential helper to remove this warning. See [2020-12-15T06:39:22.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:39:22.709Z] [2020-12-15T06:39:22.709Z] Login Succeeded [2020-12-15T06:39:22.709Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T06:39:22.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T06:39:23.232Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T06:39:23.232Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T06:39:23.232Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T06:39:23.232Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T06:39:23.232Z] ++ cut -d/ -f2 [2020-12-15T06:39:23.232Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T06:39:23.306Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-15T06:39:24.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:39:24.179Z] [2020-12-15T06:39:24.179Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:39:24.540Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:39:24.540Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T06:39:24.540Z] 31603596830f: Pulling fs layer [2020-12-15T06:39:24.540Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T06:39:24.540Z] 6ca5941a6612: Pulling fs layer [2020-12-15T06:39:24.540Z] ecc8261a40a4: Pulling fs layer [2020-12-15T06:39:24.540Z] ecc8261a40a4: Waiting [2020-12-15T06:39:24.540Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T06:39:24.540Z] 2a8b12db71e7: Download complete [2020-12-15T06:39:24.540Z] 31603596830f: Download complete [2020-12-15T06:39:24.812Z] ecc8261a40a4: Verifying Checksum [2020-12-15T06:39:24.812Z] ecc8261a40a4: Download complete [2020-12-15T06:39:24.812Z] 6ca5941a6612: Verifying Checksum [2020-12-15T06:39:24.812Z] 6ca5941a6612: Download complete [2020-12-15T06:39:25.076Z] 31603596830f: Pull complete [2020-12-15T06:39:25.343Z] 2a8b12db71e7: Pull complete [2020-12-15T06:39:26.295Z] 6ca5941a6612: Pull complete [2020-12-15T06:39:26.295Z] ecc8261a40a4: Pull complete [2020-12-15T06:39:26.295Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T06:39:26.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:39:26.295Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T06:39:26.409Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:39:26.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:39:28.995Z] $ docker top a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T06:39:29.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T06:39:29.365Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T06:39:29.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T06:39:29.618Z] $ docker exec a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 ssh-agent [2020-12-15T06:39:29.999Z] SSH_AUTH_SOCK=/tmp/ssh-irVnLB5QVGnP/agent.12 [2020-12-15T06:39:29.999Z] SSH_AGENT_PID=17 [2020-12-15T06:39:30.009Z] Running ssh-add (command line suppressed) [2020-12-15T06:39:30.143Z] Identity added: /w/workspace/edgex-go/255@tmp/private_key_7550272065625621396.key (/w/workspace/edgex-go/255@tmp/private_key_7550272065625621396.key) [2020-12-15T06:39:30.198Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T06:39:30.530Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T06:39:30.561Z] $ docker exec --env ******** --env ******** a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 ssh-agent -k [2020-12-15T06:39:30.671Z] unset SSH_AUTH_SOCK; [2020-12-15T06:39:30.671Z] unset SSH_AGENT_PID; [2020-12-15T06:39:30.671Z] echo Agent pid 17 killed; [2020-12-15T06:39:30.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T06:39:30.875Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T06:39:30.875Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T06:39:31.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T06:39:31.109Z] $ docker exec a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 ssh-agent [2020-12-15T06:39:31.267Z] SSH_AUTH_SOCK=/tmp/ssh-sWfDVvQaau2o/agent.47 [2020-12-15T06:39:31.267Z] SSH_AGENT_PID=52 [2020-12-15T06:39:31.274Z] Running ssh-add (command line suppressed) [2020-12-15T06:39:31.394Z] Identity added: /w/workspace/edgex-go/255@tmp/private_key_6647065386519580829.key (/w/workspace/edgex-go/255@tmp/private_key_6647065386519580829.key) [2020-12-15T06:39:31.444Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T06:39:31.780Z] + git semver init [2020-12-15T06:39:31.780Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T06:39:31.780Z] # $GIT_DIR = /w/workspace/edgex-go/255/.git [2020-12-15T06:39:31.780Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/255 [2020-12-15T06:39:31.780Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T06:39:31.780Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T06:39:31.780Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T06:39:31.780Z] # $SEMVER_BRANCH = master [2020-12-15T06:39:31.780Z] # $SEMVER_TEMP = /tmp/semver-685731323 [2020-12-15T06:39:31.780Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T06:40:10.597Z] # '/tmp/semver-685731323' -> '/w/workspace/edgex-go/255/.semver' [2020-12-15T06:40:10.597Z] # -> Force: false [2020-12-15T06:40:10.597Z] # $SEMVER_DIR = /w/workspace/edgex-go/255/.semver [Pipeline] } [2020-12-15T06:40:10.616Z] $ docker exec --env ******** --env ******** a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 ssh-agent -k [2020-12-15T06:40:10.865Z] unset SSH_AUTH_SOCK; [2020-12-15T06:40:10.866Z] unset SSH_AGENT_PID; [2020-12-15T06:40:10.866Z] echo Agent pid 52 killed; [2020-12-15T06:40:10.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T06:40:11.530Z] + git semver [Pipeline] } [2020-12-15T06:40:11.551Z] $ docker stop --time=1 a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 [2020-12-15T06:40:13.322Z] $ docker rm -f a5ea11380e3cb5ec13bc7bbc8066c63d733868761b0294a4326b3cb46f7d4fe7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T06:40:13.854Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T06:40:14.480Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T06:40:14.483Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.11 [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 [2020-12-15T06:40:15.440Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T06:40:15.743Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T06:40:16.048Z] + sudo service docker restart [2020-12-15T06:40:16.048Z] + true [2020-12-15T06:40:16.048Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T06:40:16.647Z] ========================================================= [2020-12-15T06:40:16.647Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T06:40:16.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:40:16.989Z] + 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 . [2020-12-15T06:40:21.259Z] Sending build context to Docker daemon 326.5MB [2020-12-15T06:40:21.259Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T06:40:21.259Z] Step 2/7 : FROM ${BASE} [2020-12-15T06:40:21.259Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T06:40:21.259Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T06:40:21.259Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T06:40:21.259Z] de9db76c5a1d: Pulling fs layer [2020-12-15T06:40:21.259Z] bca2f99d35d6: Pulling fs layer [2020-12-15T06:40:21.259Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T06:40:21.259Z] 7c6f9722023f: Pulling fs layer [2020-12-15T06:40:21.259Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T06:40:21.259Z] 7c6f9722023f: Waiting [2020-12-15T06:40:21.259Z] bca2f99d35d6: Waiting [2020-12-15T06:40:21.259Z] 93359f2a8cfa: Waiting [2020-12-15T06:40:21.259Z] a35cf1a2eb13: Waiting [2020-12-15T06:40:21.259Z] de9db76c5a1d: Download complete [2020-12-15T06:40:21.259Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T06:40:21.259Z] 0ef7d3d256c8: Download complete [2020-12-15T06:40:21.259Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T06:40:21.259Z] 93359f2a8cfa: Download complete [2020-12-15T06:40:21.259Z] 7c6f9722023f: Download complete [2020-12-15T06:40:21.537Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T06:40:21.537Z] 188c0c94c7c5: Download complete [2020-12-15T06:40:21.801Z] 188c0c94c7c5: Pull complete [2020-12-15T06:40:22.755Z] 0ef7d3d256c8: Pull complete [2020-12-15T06:40:22.755Z] de9db76c5a1d: Pull complete [2020-12-15T06:40:23.706Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T06:40:23.706Z] a35cf1a2eb13: Download complete [2020-12-15T06:40:24.288Z] bca2f99d35d6: Download complete [2020-12-15T06:40:29.628Z] bca2f99d35d6: Pull complete [2020-12-15T06:40:29.628Z] 93359f2a8cfa: Pull complete [2020-12-15T06:40:29.628Z] 7c6f9722023f: Pull complete [2020-12-15T06:40:29.936Z] Still waiting to schedule task [2020-12-15T06:40:29.936Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-15T06:40:33.883Z] a35cf1a2eb13: Pull complete [2020-12-15T06:40:33.884Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T06:40:33.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T06:40:33.884Z] ---> a62c8e92a672 [2020-12-15T06:40:33.884Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T06:40:33.884Z] ---> Running in 3a29d19c6ae9 [2020-12-15T06:40:34.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:40:35.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:40:37.250Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T06:40:37.827Z] (2/12) Installing file (5.38-r0) [2020-12-15T06:40:38.090Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T06:40:38.091Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T06:41:04.743Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T06:41:04.743Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T06:41:04.743Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T06:41:04.743Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T06:41:04.743Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T06:41:04.743Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T06:41:05.008Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T06:41:05.271Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T06:41:05.271Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:41:05.271Z] OK: 233 MiB in 51 packages [2020-12-15T06:41:09.492Z] Removing intermediate container 3a29d19c6ae9 [2020-12-15T06:41:09.492Z] ---> e3a54ec5341a [2020-12-15T06:41:09.492Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T06:41:09.492Z] ---> Running in 078dbde94f64 [2020-12-15T06:41:09.492Z] Removing intermediate container 078dbde94f64 [2020-12-15T06:41:09.492Z] ---> 2cd6d74185e6 [2020-12-15T06:41:09.492Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T06:41:09.756Z] latest: Pulling from library/docker [2020-12-15T06:41:09.756Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T06:41:09.756Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T06:41:09.756Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T06:41:09.756Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T06:41:09.756Z] 80e8d568a223: Pulling fs layer [2020-12-15T06:41:09.756Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T06:41:09.756Z] 2312dd95470a: Pulling fs layer [2020-12-15T06:41:09.756Z] 80e8d568a223: Waiting [2020-12-15T06:41:09.756Z] 8dc6ef1a942a: Waiting [2020-12-15T06:41:09.756Z] 2312dd95470a: Waiting [2020-12-15T06:41:09.756Z] 2e060f4bd70b: Waiting [2020-12-15T06:41:10.025Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T06:41:10.025Z] 292df0bc6bf3: Download complete [2020-12-15T06:41:10.025Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T06:41:10.025Z] 6db28d0fdbf6: Download complete [2020-12-15T06:41:10.025Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T06:41:10.025Z] 05e7bc50f07f: Download complete [2020-12-15T06:41:10.025Z] 80e8d568a223: Verifying Checksum [2020-12-15T06:41:10.025Z] 80e8d568a223: Download complete [2020-12-15T06:41:10.292Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T06:41:10.292Z] 8dc6ef1a942a: Download complete [2020-12-15T06:41:10.292Z] 05e7bc50f07f: Pull complete [2020-12-15T06:41:10.292Z] 2312dd95470a: Verifying Checksum [2020-12-15T06:41:10.292Z] 2312dd95470a: Download complete [2020-12-15T06:41:10.557Z] 6db28d0fdbf6: Pull complete [2020-12-15T06:41:10.557Z] 292df0bc6bf3: Pull complete [2020-12-15T06:41:11.531Z] 2e060f4bd70b: Verifying Checksum [2020-12-15T06:41:11.531Z] 2e060f4bd70b: Download complete [2020-12-15T06:41:14.118Z] 2e060f4bd70b: Pull complete [2020-12-15T06:41:14.118Z] 80e8d568a223: Pull complete [2020-12-15T06:41:14.118Z] 8dc6ef1a942a: Pull complete [2020-12-15T06:41:14.118Z] 2312dd95470a: Pull complete [2020-12-15T06:41:14.118Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T06:41:14.380Z] Status: Downloaded newer image for docker:latest [2020-12-15T06:41:15.772Z] ---> 9b643d10def7 [2020-12-15T06:41:15.772Z] Step 6/7 : COPY go.mod . [2020-12-15T06:41:15.772Z] ---> 4dd274d6eccc [2020-12-15T06:41:15.772Z] Step 7/7 : RUN go mod download [2020-12-15T06:41:16.040Z] ---> Running in d246cbdd866d [2020-12-15T06:41:38.080Z] Removing intermediate container d246cbdd866d [2020-12-15T06:41:38.080Z] ---> 101249a479f1 [2020-12-15T06:41:38.080Z] Successfully built 101249a479f1 [2020-12-15T06:41:38.080Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:41:38.405Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T06:41:38.405Z] . [Pipeline] withDockerContainer [2020-12-15T06:41:38.512Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:41:38.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:41:39.374Z] $ docker top d7bad8c1a8848e43d9f87e26f2f2b7cbc2b31eb48357baf8688d5feba4b81a58 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:41:39.896Z] + go version [2020-12-15T06:41:39.896Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T06:41:39.914Z] $ docker stop --time=1 d7bad8c1a8848e43d9f87e26f2f2b7cbc2b31eb48357baf8688d5feba4b81a58 [2020-12-15T06:41:41.382Z] $ docker rm -f d7bad8c1a8848e43d9f87e26f2f2b7cbc2b31eb48357baf8688d5feba4b81a58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:41:42.394Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T06:41:42.394Z] . [Pipeline] withDockerContainer [2020-12-15T06:41:42.499Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:41:42.561Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:41:43.380Z] $ docker top 5fe16835e1ba021e4ced16fa71db8175fbd2fe18abc7bf49e70e8598d9d36465 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T06:41:43.571Z] ========================================================= [2020-12-15T06:41:43.572Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T06:41:43.572Z] ========================================================= [Pipeline] sh [2020-12-15T06:41:43.867Z] + make test [2020-12-15T06:41:43.867Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T06:41:52.340Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T06:42:07.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T06:42:14.216Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T06:42:14.216Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T06:42:14.216Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T06:42:14.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T06:42:14.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T06:42:14.810Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T06:42:16.770Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-12-15T06:42:16.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T06:42:16.770Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T06:42:17.744Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T06:42:17.744Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T06:42:17.744Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T06:42:17.744Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T06:42:21.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2020-12-15T06:42:21.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T06:42:21.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T06:42:21.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T06:42:21.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T06:42:21.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T06:42:23.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T06:42:23.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T06:42:23.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T06:42:23.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T06:42:24.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 71.3% of statements [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T06:42:24.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.102s coverage: 83.7% of statements [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T06:42:24.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T06:42:26.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T06:42:26.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T06:42:26.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T06:42:26.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2020-12-15T06:42:26.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T06:42:27.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2020-12-15T06:42:27.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T06:42:27.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements [2020-12-15T06:42:27.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T06:42:27.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T06:42:27.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T06:42:27.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 93.8% of statements [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2020-12-15T06:42:29.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2020-12-15T06:42:29.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2020-12-15T06:42:29.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements [2020-12-15T06:42:29.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2020-12-15T06:42:29.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T06:42:30.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2020-12-15T06:42:30.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T06:42:30.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T06:42:30.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2020-12-15T06:42:30.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2020-12-15T06:42:30.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2020-12-15T06:42:30.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2020-12-15T06:42:31.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-12-15T06:42:32.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 55.9% of statements [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T06:42:32.338Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.675s coverage: 86.3% of statements [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.160s coverage: 72.2% of statements [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.398s coverage: 72.1% of statements [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T06:42:37.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.303s coverage: 84.0% of statements [2020-12-15T06:42:37.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-12-15T06:42:37.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.1% of statements [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T06:42:37.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T06:42:37.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T06:42:37.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-12-15T06:42:37.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T06:42:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.643s coverage: 29.1% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T06:42:40.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T06:42:40.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2020-12-15T06:42:41.553Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-15T06:42:41.553Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-15T06:42:41.818Z] GO111MODULE=on go vet ./... [2020-12-15T06:42:53.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16078 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-15T06:42:53.556Z] Running in /w/workspace/edgex-go/255 [Pipeline] { [Pipeline] checkout [2020-12-15T06:42:58.999Z] using credential edgex-jenkins-ssh [2020-12-15T06:42:59.059Z] Cloning the remote Git repository [2020-12-15T06:42:59.121Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T06:42:59.241Z] > git init /w/workspace/edgex-go/255 # timeout=10 [2020-12-15T06:42:59.334Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T06:42:59.335Z] > git --version # timeout=10 [2020-12-15T06:42:59.355Z] > git --version # 'git version 2.17.1' [2020-12-15T06:42:59.357Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T06:42:59.420Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T06:43:08.554Z] gofmt -l . [2020-12-15T06:43:08.554Z] [ "`gofmt -l .`" = "" ] [2020-12-15T06:43:08.554Z] ./bin/test-go-mod-tidy.sh [2020-12-15T06:43:08.821Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T06:43:11.062Z] + ls -al . [2020-12-15T06:43:11.062Z] total 664 [2020-12-15T06:43:11.062Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 06:43 . [2020-12-15T06:43:11.062Z] drwxr-xr-x 4 root root 32 Dec 15 06:41 .. [2020-12-15T06:43:11.062Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 06:39 .dockerignore [2020-12-15T06:43:11.062Z] drwxrwxr-x 8 1001 1001 162 Dec 15 06:39 .git [2020-12-15T06:43:11.062Z] drwxrwxr-x 3 1001 1001 125 Dec 15 06:39 .github [2020-12-15T06:43:11.062Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 06:39 .gitignore [2020-12-15T06:43:11.062Z] drwx------ 3 1001 1001 32 Dec 15 06:40 .semver [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 06:39 .sonarcloud.properties [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 06:39 CONTRIBUTING.md [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 06:39 Dockerfile.build [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 06:39 Jenkinsfile [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 06:39 LICENSE [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 06:39 Makefile [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 06:39 README.md [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 06:39 SECURITY.md [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 12 Dec 15 06:40 VERSION [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 06:39 ZMQWindows.md [2020-12-15T06:43:11.063Z] drwxrwxr-x 2 1001 1001 117 Dec 15 06:39 bin [2020-12-15T06:43:11.063Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 06:39 cmd [2020-12-15T06:43:11.063Z] -rw-r--r-- 1 root root 568194 Dec 15 06:42 coverage.out [2020-12-15T06:43:11.063Z] -rw-r--r-- 1 root root 1041 Dec 15 06:43 go.mod [2020-12-15T06:43:11.063Z] -rw-r--r-- 1 root root 18856 Dec 15 06:43 go.sum [2020-12-15T06:43:11.063Z] drwxrwxr-x 8 1001 1001 127 Dec 15 06:39 internal [2020-12-15T06:43:11.063Z] drwxrwxr-x 4 1001 1001 26 Dec 15 06:39 openapi [2020-12-15T06:43:11.063Z] drwxrwxr-x 4 1001 1001 71 Dec 15 06:39 snap [2020-12-15T06:43:11.063Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 06:39 version.go [Pipeline] sh [2020-12-15T06:43:11.394Z] + '[' -e coverage.out ] [2020-12-15T06:43:11.394Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T06:43:11.585Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T06:43:11.895Z] + make build [2020-12-15T06:43:11.895Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T06:43:17.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T06:43:25.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T06:43:26.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T06:43:27.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T06:43:28.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T06:43:29.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T06:43:29.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T06:43:29.708Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T06:43:29.737Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T06:43:29.775Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T06:43:29.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T06:43:29.787Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T06:43:30.345Z] Checking out Revision 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 (master) [2020-12-15T06:43:31.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T06:43:32.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T06:43:30.369Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T06:43:30.384Z] > git checkout -f 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 # timeout=10 [2020-12-15T06:43:33.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T06:43:35.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T06:43:35.091Z] Commit message: "Merge pull request #2949 from judehung/issue-2948" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T06:43:35.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T06:43:36.642Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T06:43:37.066Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T06:43:37.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T06:43:37.411Z] + sudo service docker restart [2020-12-15T06:43:37.411Z] + true [Pipeline] } [2020-12-15T06:43:38.353Z] $ docker stop --time=1 5fe16835e1ba021e4ced16fa71db8175fbd2fe18abc7bf49e70e8598d9d36465 [2020-12-15T06:43:39.989Z] $ docker rm -f 5fe16835e1ba021e4ced16fa71db8175fbd2fe18abc7bf49e70e8598d9d36465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2020-12-15T06:43:40.775Z] provisioning config files... [2020-12-15T06:43:40.835Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/255@tmp/config8444941867285020685tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2020-12-15T06:43:41.236Z] ---> docker-login.sh [2020-12-15T06:43:41.236Z] nexus3.edgexfoundry.org:10001 [2020-12-15T06:43:41.836Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:43:42.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:43:42.468Z] Configure a credential helper to remove this warning. See [2020-12-15T06:43:42.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:43:42.468Z] [2020-12-15T06:43:42.468Z] Login Succeeded [2020-12-15T06:43:42.468Z] nexus3.edgexfoundry.org:10002 [2020-12-15T06:43:42.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:43:43.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:43:43.019Z] Configure a credential helper to remove this warning. See [2020-12-15T06:43:43.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:43:43.019Z] [2020-12-15T06:43:43.019Z] Login Succeeded [2020-12-15T06:43:43.019Z] nexus3.edgexfoundry.org:10003 [2020-12-15T06:43:43.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:43:43.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:43:43.572Z] Configure a credential helper to remove this warning. See [2020-12-15T06:43:43.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:43:43.572Z] [2020-12-15T06:43:43.572Z] Login Succeeded [2020-12-15T06:43:43.572Z] nexus3.edgexfoundry.org:10004 [2020-12-15T06:43:43.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:43:44.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:43:44.129Z] Configure a credential helper to remove this warning. See [2020-12-15T06:43:44.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:43:44.129Z] [2020-12-15T06:43:44.129Z] Login Succeeded [2020-12-15T06:43:44.129Z] docker.io [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:43:44.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:43:44.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T06:43:44.594Z] [2020-12-15T06:43:44.594Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:43:44.963Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T06:43:44.964Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T06:43:44.964Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T06:43:44.964Z] ca9280d653b3: Pulling fs layer [2020-12-15T06:43:44.964Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T06:43:45.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:43:45.005Z] Configure a credential helper to remove this warning. See [2020-12-15T06:43:45.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:43:45.005Z] [2020-12-15T06:43:45.005Z] Login Succeeded [2020-12-15T06:43:45.005Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T06:43:45.035Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-15T06:43:45.278Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-15T06:43:45.278Z] cbdbe7a5bc2a: Download complete [Pipeline] echo [2020-12-15T06:43:45.515Z] ========================================================= [2020-12-15T06:43:45.515Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T06:43:45.515Z] ========================================================= [2020-12-15T06:43:45.605Z] cbdbe7a5bc2a: Pull complete [2020-12-15T06:43:45.605Z] ca9280d653b3: Verifying Checksum [2020-12-15T06:43:45.605Z] ca9280d653b3: Download complete [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:43:45.953Z] + 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 . [2020-12-15T06:43:46.703Z] ca9280d653b3: Pull complete [2020-12-15T06:43:46.965Z] 7e9c9ca2126c: Download complete [2020-12-15T06:43:48.607Z] Sending build context to Docker daemon 165.7MB [2020-12-15T06:43:48.607Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T06:43:48.607Z] Step 2/7 : FROM ${BASE} [2020-12-15T06:43:48.607Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T06:43:48.607Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T06:43:48.607Z] a4357932f1b6: Pulling fs layer [2020-12-15T06:43:48.607Z] 18c013af1878: Pulling fs layer [2020-12-15T06:43:48.607Z] 00ac8860ef70: Pulling fs layer [2020-12-15T06:43:48.607Z] 63d7cb157983: Pulling fs layer [2020-12-15T06:43:48.607Z] b116817d02f9: Pulling fs layer [2020-12-15T06:43:48.607Z] 745a02a5169b: Pulling fs layer [2020-12-15T06:43:48.607Z] 63d7cb157983: Waiting [2020-12-15T06:43:48.607Z] b116817d02f9: Waiting [2020-12-15T06:43:48.607Z] 745a02a5169b: Waiting [2020-12-15T06:43:48.607Z] 00ac8860ef70: Waiting [2020-12-15T06:43:48.607Z] 18c013af1878: Verifying Checksum [2020-12-15T06:43:48.607Z] 18c013af1878: Download complete [2020-12-15T06:43:48.607Z] a4357932f1b6: Download complete [2020-12-15T06:43:48.607Z] 63d7cb157983: Verifying Checksum [2020-12-15T06:43:48.607Z] 63d7cb157983: Download complete [2020-12-15T06:43:48.607Z] b116817d02f9: Download complete [2020-12-15T06:43:48.607Z] 5f621e34cdf4: Download complete [2020-12-15T06:43:49.212Z] 5f621e34cdf4: Pull complete [2020-12-15T06:43:49.822Z] a4357932f1b6: Pull complete [2020-12-15T06:43:50.097Z] 18c013af1878: Pull complete [2020-12-15T06:43:51.542Z] 745a02a5169b: Verifying Checksum [2020-12-15T06:43:51.542Z] 745a02a5169b: Download complete [2020-12-15T06:43:52.529Z] 00ac8860ef70: Verifying Checksum [2020-12-15T06:43:52.529Z] 00ac8860ef70: Download complete [2020-12-15T06:43:53.597Z] 7e9c9ca2126c: Pull complete [2020-12-15T06:43:53.598Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T06:43:53.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T06:43:53.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T06:43:53.763Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:43:53.817Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:43:56.473Z] $ docker top 2c6b0454789da3ce2f5b6025104c0af0e623b010e6c7982b1decf4d61ff5049e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:43:57.035Z] + docker-compose build --help [2020-12-15T06:43:57.035Z] + grep parallel [2020-12-15T06:43:57.984Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T06:43:58.001Z] $ docker stop --time=1 2c6b0454789da3ce2f5b6025104c0af0e623b010e6c7982b1decf4d61ff5049e [2020-12-15T06:43:59.392Z] $ docker rm -f 2c6b0454789da3ce2f5b6025104c0af0e623b010e6c7982b1decf4d61ff5049e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:44:00.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T06:44:00.016Z] . [Pipeline] withDockerContainer [2020-12-15T06:44:00.125Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:44:00.181Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:44:01.553Z] $ docker top 902cba42a78460c3a1aa2012cd7dc3116f146f223d666a0cce4d2b91be60f49d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:44:02.031Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T06:44:02.710Z] 00ac8860ef70: Pull complete [2020-12-15T06:44:02.978Z] Building docker-core-command-go ... [2020-12-15T06:44:02.978Z] Building docker-core-data-go ... [2020-12-15T06:44:02.978Z] Building docker-core-metadata-go ... [2020-12-15T06:44:02.978Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T06:44:02.978Z] Building docker-security-proxy-setup-go ... [2020-12-15T06:44:02.978Z] Building docker-security-secrets-setup-go ... [2020-12-15T06:44:02.978Z] Building docker-security-secretstore-setup-go ... [2020-12-15T06:44:02.978Z] Building docker-support-notifications-go ... [2020-12-15T06:44:02.978Z] Building docker-support-scheduler-go ... [2020-12-15T06:44:02.978Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T06:44:02.978Z] Building docker-support-scheduler-go [2020-12-15T06:44:02.978Z] Building docker-sys-mgmt-agent-go [2020-12-15T06:44:02.978Z] Building docker-security-secretstore-setup-go [2020-12-15T06:44:02.978Z] Building docker-security-bootstrap-redis-go [2020-12-15T06:44:02.978Z] Building docker-core-metadata-go [2020-12-15T06:44:02.982Z] 63d7cb157983: Pull complete [2020-12-15T06:44:03.257Z] b116817d02f9: Pull complete [2020-12-15T06:44:07.602Z] 745a02a5169b: Pull complete [2020-12-15T06:44:07.602Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T06:44:07.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T06:44:07.602Z] ---> b7e6874047d6 [2020-12-15T06:44:07.602Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T06:44:10.997Z] ---> Running in b459be442a22 [2020-12-15T06:44:11.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:44:12.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:44:14.389Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T06:44:14.661Z] (2/12) Installing file (5.38-r0) [2020-12-15T06:44:14.661Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T06:44:14.932Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T06:44:30.046Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T06:44:30.046Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T06:44:30.046Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T06:44:30.046Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T06:44:30.046Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T06:44:30.046Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T06:44:30.046Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T06:44:30.046Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T06:44:30.046Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:44:30.046Z] OK: 217 MiB in 51 packages [2020-12-15T06:44:33.437Z] Removing intermediate container b459be442a22 [2020-12-15T06:44:33.437Z] ---> fdadf5e16323 [2020-12-15T06:44:33.437Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T06:44:33.437Z] ---> Running in fc6792c0c662 [2020-12-15T06:44:33.437Z] Removing intermediate container fc6792c0c662 [2020-12-15T06:44:33.437Z] ---> 3d6a2b952ab1 [2020-12-15T06:44:33.437Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T06:44:34.030Z] latest: Pulling from library/docker [2020-12-15T06:44:34.309Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T06:44:34.309Z] 02a3295e0d61: Pulling fs layer [2020-12-15T06:44:34.309Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T06:44:34.309Z] 330b718f631f: Pulling fs layer [2020-12-15T06:44:34.309Z] a93816041522: Pulling fs layer [2020-12-15T06:44:34.309Z] bdb6da89ff94: Pulling fs layer [2020-12-15T06:44:34.309Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T06:44:34.309Z] 2a70c0c122f4: Waiting [2020-12-15T06:44:34.309Z] a93816041522: Waiting [2020-12-15T06:44:34.309Z] bdb6da89ff94: Waiting [2020-12-15T06:44:34.309Z] 330b718f631f: Waiting [2020-12-15T06:44:34.309Z] 0f4f2e6d8100: Download complete [2020-12-15T06:44:34.584Z] 02a3295e0d61: Verifying Checksum [2020-12-15T06:44:34.584Z] 02a3295e0d61: Download complete [2020-12-15T06:44:34.584Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T06:44:34.584Z] a3cc7d3b244e: Download complete [2020-12-15T06:44:34.585Z] a93816041522: Verifying Checksum [2020-12-15T06:44:34.585Z] a93816041522: Download complete [2020-12-15T06:44:34.585Z] bdb6da89ff94: Verifying Checksum [2020-12-15T06:44:34.585Z] bdb6da89ff94: Download complete [2020-12-15T06:44:34.860Z] 2a70c0c122f4: Download complete [2020-12-15T06:44:35.137Z] a3cc7d3b244e: Pull complete [2020-12-15T06:44:35.289Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:44:35.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:44:35.289Z] ---> 101249a479f1 [2020-12-15T06:44:35.289Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:44:35.289Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:44:35.289Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:44:35.289Z] ---> 101249a479f1 [2020-12-15T06:44:35.289Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T06:44:35.289Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:44:35.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:44:35.289Z] ---> 101249a479f1 [2020-12-15T06:44:35.289Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:44:35.289Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:44:35.289Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:44:35.289Z] ---> 101249a479f1 [2020-12-15T06:44:35.289Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T06:44:35.289Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:44:35.289Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:44:35.289Z] ---> 101249a479f1 [2020-12-15T06:44:35.289Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T06:44:35.553Z] ---> Running in 67c1534db934 [2020-12-15T06:44:35.740Z] 02a3295e0d61: Pull complete [2020-12-15T06:44:35.832Z] ---> Running in 021dc391cee1 [2020-12-15T06:44:35.832Z] ---> Running in b5e28aec5efc [2020-12-15T06:44:35.832Z] ---> Running in 266f4faed0ab [2020-12-15T06:44:35.832Z] ---> Running in f50618304907 [2020-12-15T06:44:36.016Z] 0f4f2e6d8100: Pull complete [2020-12-15T06:44:36.016Z] 330b718f631f: Verifying Checksum [2020-12-15T06:44:36.016Z] 330b718f631f: Download complete [2020-12-15T06:44:36.096Z] Removing intermediate container 67c1534db934 [2020-12-15T06:44:36.096Z] ---> 7a53301a8a3a [2020-12-15T06:44:36.096Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:44:36.096Z] Removing intermediate container b5e28aec5efc [2020-12-15T06:44:36.096Z] ---> 709e517c32e4 [2020-12-15T06:44:36.096Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:44:36.367Z] Removing intermediate container 021dc391cee1 [2020-12-15T06:44:36.367Z] ---> 44ca4e7cb0f2 [2020-12-15T06:44:36.367Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:44:36.367Z] Removing intermediate container 266f4faed0ab [2020-12-15T06:44:36.367Z] ---> 313eca8246a6 [2020-12-15T06:44:36.367Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:44:36.367Z] Removing intermediate container f50618304907 [2020-12-15T06:44:36.367Z] ---> 6d51a107d467 [2020-12-15T06:44:36.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:44:36.367Z] ---> Running in 1c5c6eda6241 [2020-12-15T06:44:36.367Z] ---> Running in b9ffea465d91 [2020-12-15T06:44:36.367Z] ---> Running in 13b2278931b0 [2020-12-15T06:44:36.367Z] ---> Running in 8642f8c9b04b [2020-12-15T06:44:36.367Z] ---> Running in c0f8fc0f83fd [2020-12-15T06:44:38.316Z] Removing intermediate container 1c5c6eda6241 [2020-12-15T06:44:38.316Z] ---> f08df78aedc1 [2020-12-15T06:44:38.316Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:44:38.316Z] ---> Running in 6a2fe052be66 [2020-12-15T06:44:38.581Z] Removing intermediate container 13b2278931b0 [2020-12-15T06:44:38.581Z] ---> 71973be197c2 [2020-12-15T06:44:38.581Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T06:44:38.844Z] ---> Running in 2ebb415cadef [2020-12-15T06:44:38.844Z] Removing intermediate container b9ffea465d91 [2020-12-15T06:44:38.844Z] ---> 9b4ca111c994 [2020-12-15T06:44:38.844Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T06:44:39.108Z] Removing intermediate container 8642f8c9b04b [2020-12-15T06:44:39.108Z] ---> b0501406c765 [2020-12-15T06:44:39.108Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:44:39.108Z] ---> Running in 2acdcb7f96e2 [2020-12-15T06:44:39.372Z] Removing intermediate container c0f8fc0f83fd [2020-12-15T06:44:39.372Z] ---> 6bf74dd51f71 [2020-12-15T06:44:39.372Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T06:44:39.372Z] ---> Running in 98932f0f1060 [2020-12-15T06:44:39.635Z] ---> Running in d0dd3db09df7 [2020-12-15T06:44:39.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:39.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:39.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:40.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:40.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:40.352Z] 330b718f631f: Pull complete [2020-12-15T06:44:40.352Z] a93816041522: Pull complete [2020-12-15T06:44:40.637Z] bdb6da89ff94: Pull complete [2020-12-15T06:44:40.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:40.938Z] 2a70c0c122f4: Pull complete [2020-12-15T06:44:40.938Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T06:44:40.938Z] Status: Downloaded newer image for docker:latest [2020-12-15T06:44:41.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:41.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:41.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:41.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:44:41.873Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:44:41.873Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:44:41.873Z] OK: 12750 distinct packages available [2020-12-15T06:44:42.146Z] OK: 233 MiB in 51 packages [2020-12-15T06:44:42.730Z] Removing intermediate container 6a2fe052be66 [2020-12-15T06:44:42.730Z] ---> 34f092c486d7 [2020-12-15T06:44:42.730Z] Step 6/22 : COPY go.mod . [2020-12-15T06:44:42.730Z] ---> 44ba44d7520b [2020-12-15T06:44:42.730Z] Step 7/22 : RUN go mod download [2020-12-15T06:44:43.008Z] ---> Running in 8c096af95279 [2020-12-15T06:44:43.008Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:44:43.008Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:44:43.008Z] OK: 12750 distinct packages available [2020-12-15T06:44:43.008Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:44:43.008Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:44:43.008Z] OK: 12750 distinct packages available [2020-12-15T06:44:43.283Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:44:43.283Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:44:43.283Z] OK: 12750 distinct packages available [2020-12-15T06:44:43.283Z] OK: 233 MiB in 51 packages [2020-12-15T06:44:43.283Z] OK: 233 MiB in 51 packages [2020-12-15T06:44:43.545Z] OK: 233 MiB in 51 packages [2020-12-15T06:44:43.545Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:44:43.545Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:44:43.545Z] OK: 12750 distinct packages available [2020-12-15T06:44:43.811Z] OK: 233 MiB in 51 packages [2020-12-15T06:44:43.811Z] Removing intermediate container d0dd3db09df7 [2020-12-15T06:44:43.811Z] ---> 1f53a0c10f36 [2020-12-15T06:44:43.811Z] Step 6/21 : COPY go.mod . [2020-12-15T06:44:44.078Z] Removing intermediate container 2ebb415cadef [2020-12-15T06:44:44.078Z] ---> 94e562ce9986 [2020-12-15T06:44:44.078Z] Step 6/27 : COPY go.mod . [2020-12-15T06:44:44.344Z] Removing intermediate container 2acdcb7f96e2 [2020-12-15T06:44:44.344Z] ---> 7cc6af2e6810 [2020-12-15T06:44:44.344Z] Step 6/24 : COPY go.mod . [2020-12-15T06:44:44.344Z] ---> 9f10f9d7c62c [2020-12-15T06:44:44.344Z] Step 7/21 : RUN go mod download [2020-12-15T06:44:44.373Z] ---> c6caa090ab67 [2020-12-15T06:44:44.373Z] Step 6/7 : COPY go.mod . [2020-12-15T06:44:44.611Z] ---> 2bbb372e27b8 [2020-12-15T06:44:44.611Z] Step 7/27 : RUN go mod download [2020-12-15T06:44:44.611Z] ---> Running in 13638b08fad3 [2020-12-15T06:44:44.874Z] ---> Running in 833881f95706 [2020-12-15T06:44:44.874Z] ---> 44edf49b2818 [2020-12-15T06:44:44.874Z] Step 7/24 : RUN go mod download [2020-12-15T06:44:44.874Z] Removing intermediate container 98932f0f1060 [2020-12-15T06:44:44.874Z] ---> be53e11133f9 [2020-12-15T06:44:44.874Z] Step 6/22 : COPY go.mod . [2020-12-15T06:44:44.966Z] ---> 8ba86a39079c [2020-12-15T06:44:44.966Z] Step 7/7 : RUN go mod download [2020-12-15T06:44:45.139Z] Removing intermediate container 8c096af95279 [2020-12-15T06:44:45.139Z] ---> 28f128c5bcb1 [2020-12-15T06:44:45.139Z] Step 8/22 : COPY . . [2020-12-15T06:44:45.139Z] ---> Running in 5762e629409b [2020-12-15T06:44:45.241Z] ---> Running in 7202c5de5ba7 [2020-12-15T06:44:45.406Z] ---> 96982c9f8656 [2020-12-15T06:44:45.406Z] Step 7/22 : RUN go mod download [2020-12-15T06:44:45.674Z] ---> Running in e03a3c498518 [2020-12-15T06:44:51.020Z] Removing intermediate container 13638b08fad3 [2020-12-15T06:44:51.020Z] ---> 6c3be4fe5541 [2020-12-15T06:44:51.020Z] Step 8/21 : COPY . . [2020-12-15T06:44:56.360Z] Removing intermediate container 833881f95706 [2020-12-15T06:44:56.360Z] ---> 92275bc4ed47 [2020-12-15T06:44:56.360Z] Step 8/27 : COPY . . [2020-12-15T06:44:58.303Z] Removing intermediate container 5762e629409b [2020-12-15T06:44:58.303Z] ---> 8765871ed33b [2020-12-15T06:44:58.303Z] Step 8/24 : COPY . . [2020-12-15T06:44:59.284Z] Removing intermediate container e03a3c498518 [2020-12-15T06:44:59.284Z] ---> 96d6b0a789c9 [2020-12-15T06:44:59.284Z] Step 8/22 : COPY . . [2020-12-15T06:45:12.046Z] Removing intermediate container 7202c5de5ba7 [2020-12-15T06:45:12.046Z] ---> 3a2f7f3a964d [2020-12-15T06:45:12.046Z] Successfully built 3a2f7f3a964d [2020-12-15T06:45:12.046Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:45:12.394Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T06:45:12.394Z] . [Pipeline] withDockerContainer [2020-12-15T06:45:12.666Z] prd-ubuntu18.04-docker-arm64-4c-16g-16078 does not seem to be running inside a container [2020-12-15T06:45:12.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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-arm64 cat [2020-12-15T06:45:14.279Z] $ docker top 0c2d6f9f4aeab342804ab76b5e894e6fb667625ada454ee017e88651d85f07c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:45:15.340Z] + go version [2020-12-15T06:45:15.340Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T06:45:15.368Z] $ docker stop --time=1 0c2d6f9f4aeab342804ab76b5e894e6fb667625ada454ee017e88651d85f07c4 [2020-12-15T06:45:17.288Z] $ docker rm -f 0c2d6f9f4aeab342804ab76b5e894e6fb667625ada454ee017e88651d85f07c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:45:18.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T06:45:18.563Z] [2020-12-15T06:45:18.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:45:18.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T06:45:18.947Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T06:45:18.947Z] 29e5d40040c1: Pulling fs layer [2020-12-15T06:45:18.947Z] 1ce36da41761: Pulling fs layer [2020-12-15T06:45:18.947Z] 25b303627fd3: Pulling fs layer [2020-12-15T06:45:19.221Z] 29e5d40040c1: Verifying Checksum [2020-12-15T06:45:19.221Z] 29e5d40040c1: Download complete [2020-12-15T06:45:19.822Z] 1ce36da41761: Verifying Checksum [2020-12-15T06:45:19.822Z] 1ce36da41761: Download complete [2020-12-15T06:45:19.822Z] 29e5d40040c1: Pull complete [2020-12-15T06:45:21.273Z] 1ce36da41761: Pull complete [2020-12-15T06:45:21.274Z] 25b303627fd3: Download complete [2020-12-15T06:45:21.419Z] ---> da7a4f9085c1 [2020-12-15T06:45:21.419Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T06:45:21.419Z] ---> Running in e044d57a79cb [2020-12-15T06:45:29.609Z] ---> 27bfc7edc2b1 [2020-12-15T06:45:29.609Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T06:45:30.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T06:45:30.764Z] ---> Running in cb3b50630b7a [2020-12-15T06:45:31.438Z] 25b303627fd3: Pull complete [2020-12-15T06:45:31.438Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T06:45:31.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T06:45:31.438Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T06:45:31.697Z] prd-ubuntu18.04-docker-arm64-4c-16g-16078 does not seem to be running inside a container [2020-12-15T06:45:31.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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-arm64:latest cat [2020-12-15T06:45:34.150Z] ---> 6bd8eac1a3da [2020-12-15T06:45:34.150Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T06:45:34.150Z] ---> ca5493a6b8ea [2020-12-15T06:45:34.150Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T06:45:34.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T06:45:34.150Z] ---> Running in 434e0ccc0f7c [2020-12-15T06:45:34.150Z] ---> Running in 5408d367265c [2020-12-15T06:45:34.150Z] ---> 2c4ecc726ab2 [2020-12-15T06:45:34.150Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T06:45:34.420Z] ---> Running in ebb566f06538 [2020-12-15T06:45:34.791Z] $ docker top 3a35b859f058d5e012f3a9e64bc509df599fc2d8e1abe5eed4583702e0d29bde -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:45:35.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T06:45:35.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T06:45:35.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T06:45:35.857Z] + docker-compose build --help [2020-12-15T06:45:35.857Z] + grep parallel [2020-12-15T06:45:39.427Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T06:45:39.459Z] $ docker stop --time=1 3a35b859f058d5e012f3a9e64bc509df599fc2d8e1abe5eed4583702e0d29bde [2020-12-15T06:45:41.441Z] $ docker rm -f 3a35b859f058d5e012f3a9e64bc509df599fc2d8e1abe5eed4583702e0d29bde [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:45:42.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T06:45:42.437Z] . [Pipeline] withDockerContainer [2020-12-15T06:45:42.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-16078 does not seem to be running inside a container [2020-12-15T06:45:42.792Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:45:44.223Z] $ docker top 61ec2a107f60997bc5ca9485a70b29cf9ce8682f579b9fa522e74e673dbc4c75 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:45:45.226Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T06:45:48.601Z] Building docker-core-command-go ... [2020-12-15T06:45:48.601Z] Building docker-core-data-go ... [2020-12-15T06:45:48.601Z] Building docker-core-metadata-go ... [2020-12-15T06:45:48.601Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T06:45:48.601Z] Building docker-security-proxy-setup-go ... [2020-12-15T06:45:48.601Z] Building docker-security-secrets-setup-go ... [2020-12-15T06:45:48.601Z] Building docker-security-secretstore-setup-go ... [2020-12-15T06:45:48.601Z] Building docker-support-notifications-go ... [2020-12-15T06:45:48.601Z] Building docker-support-scheduler-go ... [2020-12-15T06:45:48.601Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T06:45:48.601Z] Building docker-core-data-go [2020-12-15T06:45:48.601Z] Building docker-security-bootstrap-redis-go [2020-12-15T06:45:48.601Z] Building docker-security-secretstore-setup-go [2020-12-15T06:45:48.601Z] Building docker-sys-mgmt-agent-go [2020-12-15T06:45:48.601Z] Building docker-core-metadata-go [2020-12-15T06:46:02.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T06:46:09.231Z] Removing intermediate container ebb566f06538 [2020-12-15T06:46:09.231Z] ---> 23e5dd83b34c [2020-12-15T06:46:09.231Z] [2020-12-15T06:46:09.231Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T06:46:09.231Z] 3.10: Pulling from library/alpine [2020-12-15T06:46:09.231Z] Removing intermediate container 434e0ccc0f7c [2020-12-15T06:46:09.231Z] ---> f7baf1164df8 [2020-12-15T06:46:09.231Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T06:46:09.231Z] Removing intermediate container 5408d367265c [2020-12-15T06:46:09.231Z] ---> 8bb59520ed1e [2020-12-15T06:46:09.231Z] [2020-12-15T06:46:09.231Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T06:46:09.231Z] Removing intermediate container e044d57a79cb [2020-12-15T06:46:09.231Z] ---> 37d48c01d14c [2020-12-15T06:46:09.231Z] [2020-12-15T06:46:09.231Z] Step 10/22 : FROM scratch [2020-12-15T06:46:09.231Z] ---> [2020-12-15T06:46:09.231Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:46:09.231Z] 3.10: Pulling from library/alpine [2020-12-15T06:46:09.231Z] ---> Running in a3422a0b6b44 [2020-12-15T06:46:09.496Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T06:46:10.888Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T06:46:10.888Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T06:46:10.888Z] ---> be4e4bea2c2e [2020-12-15T06:46:10.888Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T06:46:10.888Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T06:46:10.888Z] ---> be4e4bea2c2e [2020-12-15T06:46:10.888Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T06:46:11.840Z] ---> Running in 236ee38e9c70 [2020-12-15T06:46:11.840Z] ---> Running in 02b55f71ec59 [2020-12-15T06:46:11.840Z] ---> Running in c8dc61136cde [2020-12-15T06:46:12.105Z] Removing intermediate container cb3b50630b7a [2020-12-15T06:46:12.105Z] ---> 561f77e046c6 [2020-12-15T06:46:12.105Z] [2020-12-15T06:46:12.105Z] Step 10/21 : FROM scratch [2020-12-15T06:46:12.105Z] ---> [2020-12-15T06:46:12.105Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:46:12.105Z] ---> Using cache [2020-12-15T06:46:12.105Z] ---> 17e17a21874c [2020-12-15T06:46:12.105Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T06:46:12.105Z] Removing intermediate container 236ee38e9c70 [2020-12-15T06:46:12.105Z] ---> 17e17a21874c [2020-12-15T06:46:12.105Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T06:46:12.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T06:46:12.105Z] ---> Running in 1c0b25ac0ade [2020-12-15T06:46:12.105Z] ---> Running in 3e852c586a96 [2020-12-15T06:46:12.377Z] Removing intermediate container 1c0b25ac0ade [2020-12-15T06:46:12.377Z] ---> 1e712d31f63b [2020-12-15T06:46:12.377Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T06:46:12.377Z] Removing intermediate container 3e852c586a96 [2020-12-15T06:46:12.377Z] ---> 040ebc0e46a6 [2020-12-15T06:46:12.377Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T06:46:12.652Z] ---> Running in 17182a189f3c [2020-12-15T06:46:12.652Z] ---> Running in adc4a9515547 [2020-12-15T06:46:12.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:12.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:12.927Z] Removing intermediate container 17182a189f3c [2020-12-15T06:46:12.927Z] ---> 4e3f3fbe3caf [2020-12-15T06:46:12.927Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T06:46:12.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:12.927Z] Removing intermediate container adc4a9515547 [2020-12-15T06:46:12.927Z] ---> 72093cbe5dd4 [2020-12-15T06:46:12.927Z] Step 14/22 : WORKDIR / [2020-12-15T06:46:12.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:12.927Z] ---> Running in c3947b84e50d [2020-12-15T06:46:12.927Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T06:46:12.927Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T06:46:12.927Z] OK: 10348 distinct packages available [2020-12-15T06:46:12.927Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T06:46:12.927Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T06:46:12.927Z] OK: 10348 distinct packages available [2020-12-15T06:46:13.196Z] ---> 9039e4712597 [2020-12-15T06:46:13.196Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T06:46:13.196Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T06:46:13.196Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T06:46:13.196Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T06:46:13.196Z] Removing intermediate container c3947b84e50d [2020-12-15T06:46:13.196Z] ---> 43516730df76 [2020-12-15T06:46:13.196Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T06:46:13.196Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T06:46:13.196Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T06:46:13.196Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T06:46:13.196Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T06:46:13.196Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T06:46:13.196Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T06:46:13.196Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T06:46:13.460Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T06:46:13.460Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T06:46:13.460Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T06:46:13.460Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T06:46:13.460Z] OK: 7 MiB in 19 packages [2020-12-15T06:46:13.460Z] OK: 7 MiB in 19 packages [2020-12-15T06:46:14.854Z] ---> 9477b28f7ade [2020-12-15T06:46:14.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T06:46:14.854Z] ---> a355fe575826 [2020-12-15T06:46:14.854Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T06:46:14.854Z] Removing intermediate container a3422a0b6b44 [2020-12-15T06:46:14.854Z] ---> cac27ca321ef [2020-12-15T06:46:14.854Z] [2020-12-15T06:46:14.854Z] Step 11/27 : FROM docker:latest [2020-12-15T06:46:14.854Z] ---> aefe523efa57 [2020-12-15T06:46:14.854Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T06:46:15.117Z] ---> Running in 6437f6888252 [2020-12-15T06:46:15.696Z] ---> 765231421756 [2020-12-15T06:46:15.696Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T06:46:16.273Z] ---> Running in 20f758595309 [2020-12-15T06:46:16.273Z] ---> f9a1e079ae68 [2020-12-15T06:46:16.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T06:46:16.273Z] Removing intermediate container 02b55f71ec59 [2020-12-15T06:46:16.273Z] ---> d1a73ee36eeb [2020-12-15T06:46:16.273Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T06:46:16.273Z] Removing intermediate container c8dc61136cde [2020-12-15T06:46:16.273Z] ---> 3bdd400790cc [2020-12-15T06:46:16.273Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T06:46:17.227Z] ---> Running in 8a7f9c6e93f8 [2020-12-15T06:46:17.227Z] ---> Running in 4603db792544 [2020-12-15T06:46:17.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:17.227Z] Removing intermediate container 20f758595309 [2020-12-15T06:46:17.227Z] ---> 015bd9220464 [2020-12-15T06:46:17.227Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:46:17.227Z] ---> 2eb4de0a6846 [2020-12-15T06:46:17.227Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T06:46:17.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:17.227Z] ---> Running in 9510dedd3760 [2020-12-15T06:46:17.490Z] ---> Running in 827a6e0744c1 [2020-12-15T06:46:17.490Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T06:46:17.490Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T06:46:17.490Z] Executing bash-5.0.17-r0.post-install [2020-12-15T06:46:17.490Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:46:17.490Z] Removing intermediate container 4603db792544 [2020-12-15T06:46:17.490Z] ---> 78552f46314a [2020-12-15T06:46:17.490Z] Removing intermediate container 8a7f9c6e93f8 [2020-12-15T06:46:17.490Z] Step 13/24 : WORKDIR / ---> f114cf292b7a [2020-12-15T06:46:17.490Z] [2020-12-15T06:46:17.490Z] Step 13/22 : WORKDIR / [2020-12-15T06:46:17.490Z] OK: 12 MiB in 22 packages [2020-12-15T06:46:17.754Z] ---> Running in 0aea053c394d [2020-12-15T06:46:17.754Z] ---> Running in ccdced45d868 [2020-12-15T06:46:17.754Z] Removing intermediate container 9510dedd3760 [2020-12-15T06:46:17.754Z] ---> 0d7b7aa0147c [2020-12-15T06:46:17.754Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T06:46:17.754Z] Removing intermediate container 827a6e0744c1 [2020-12-15T06:46:17.754Z] ---> 032dc1941579 [2020-12-15T06:46:17.754Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:46:18.027Z] ---> Running in 7a868fdc7966 [2020-12-15T06:46:18.027Z] ---> Running in 5a8d62b9275d [2020-12-15T06:46:18.027Z] Removing intermediate container 0aea053c394d [2020-12-15T06:46:18.027Z] ---> ab2d84e24556 [2020-12-15T06:46:18.027Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T06:46:18.027Z] Removing intermediate container ccdced45d868 [2020-12-15T06:46:18.027Z] ---> 36070300249b [2020-12-15T06:46:18.027Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T06:46:18.293Z] Removing intermediate container 7a868fdc7966 [2020-12-15T06:46:18.293Z] ---> 997af5c509ec [2020-12-15T06:46:18.293Z] Step 20/21 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:46:18.559Z] Removing intermediate container 5a8d62b9275d [2020-12-15T06:46:18.559Z] ---> ee4fefc45fde [2020-12-15T06:46:18.559Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T06:46:18.559Z] ---> Running in 4267227e9abc [2020-12-15T06:46:18.559Z] Removing intermediate container 6437f6888252 [2020-12-15T06:46:18.559Z] ---> f6d922cfa4a5 [2020-12-15T06:46:18.559Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T06:46:18.559Z] ---> 5fa33a43574c [2020-12-15T06:46:18.559Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T06:46:18.559Z] ---> Running in b3cfc4375aac [2020-12-15T06:46:18.559Z] ---> c561eb6bdaa0 [2020-12-15T06:46:18.559Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T06:46:18.822Z] ---> Running in 01bc423b601b [2020-12-15T06:46:19.085Z] Removing intermediate container 4267227e9abc [2020-12-15T06:46:19.085Z] ---> 00bc92dfbc9b [2020-12-15T06:46:19.085Z] Step 21/21 : LABEL version=2.0.0-dev.11 [2020-12-15T06:46:19.351Z] ---> Running in b5872f0311a8 [2020-12-15T06:46:19.351Z] Removing intermediate container b3cfc4375aac [2020-12-15T06:46:19.351Z] ---> 144efba1cadb [2020-12-15T06:46:19.351Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:46:19.351Z] ---> 227dad515d0b [2020-12-15T06:46:19.351Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T06:46:19.351Z] ---> 598f7d6c1c78 [2020-12-15T06:46:19.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T06:46:19.351Z] ---> Running in 572300ef80ca [2020-12-15T06:46:19.615Z] Removing intermediate container b5872f0311a8 [2020-12-15T06:46:19.615Z] ---> 5fedd5ccab92 [2020-12-15T06:46:19.615Z] [2020-12-15T06:46:19.879Z] Successfully built 5fedd5ccab92 [2020-12-15T06:46:19.879Z] ---> 235d5b2be147 [2020-12-15T06:46:19.879Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T06:46:19.879Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T06:46:19.879Z] Building docker-support-notifications-go [2020-12-15T06:46:19.879Z]  Building docker-support-scheduler-go ... done Removing intermediate container 572300ef80ca [2020-12-15T06:46:19.879Z] ---> afbb5d3714ae [2020-12-15T06:46:19.879Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:46:20.143Z] ---> 95cd672bd083 [2020-12-15T06:46:20.143Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T06:46:20.143Z] ---> Running in d10e0c600e82 [2020-12-15T06:46:20.719Z] Removing intermediate container d10e0c600e82 [2020-12-15T06:46:20.719Z] ---> 562b2b9ab0f5 [2020-12-15T06:46:20.719Z] [2020-12-15T06:46:20.719Z] ---> 782a1869071d [2020-12-15T06:46:20.719Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T06:46:20.990Z] Successfully built 562b2b9ab0f5 [2020-12-15T06:46:20.990Z] ---> 39cfe2f67dcb [2020-12-15T06:46:20.990Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T06:46:20.990Z] Removing intermediate container 01bc423b601b [2020-12-15T06:46:20.990Z] ---> 7704bdc37c40 [2020-12-15T06:46:20.990Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T06:46:20.990Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T06:46:20.990Z] Building docker-core-command-go [2020-12-15T06:46:21.282Z]  Building docker-core-metadata-go ... done  ---> Running in 10eb253b2bf0 [2020-12-15T06:46:21.282Z] ---> Running in 4da807cc7df4 [2020-12-15T06:46:26.636Z] Removing intermediate container 4da807cc7df4 [2020-12-15T06:46:26.636Z] ---> 927476cd089c [2020-12-15T06:46:26.636Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T06:46:26.636Z] ---> 3df3efe91a73 [2020-12-15T06:46:26.636Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T06:46:26.636Z] ---> Running in b43acfbb9ca0 [2020-12-15T06:46:26.636Z] Removing intermediate container 10eb253b2bf0 [2020-12-15T06:46:26.636Z] ---> 2d193a61affa [2020-12-15T06:46:26.636Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T06:46:26.636Z] ---> dd97b5ffe5a4 [2020-12-15T06:46:26.636Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T06:46:26.636Z] Removing intermediate container b43acfbb9ca0 [2020-12-15T06:46:26.636Z] ---> d9b47b9c15fa [2020-12-15T06:46:26.636Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T06:46:26.901Z] ---> Running in 7dd286283286 [2020-12-15T06:46:26.901Z] ---> Running in f7262a4c76a4 [2020-12-15T06:46:26.901Z] ---> Running in c3b737ed22d4 [2020-12-15T06:46:27.165Z] Removing intermediate container 7dd286283286 [2020-12-15T06:46:27.165Z] ---> e3e601b619af [2020-12-15T06:46:27.166Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T06:46:27.166Z] Removing intermediate container c3b737ed22d4 [2020-12-15T06:46:27.166Z] ---> 80fa3c8d2fd2 [2020-12-15T06:46:27.166Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T06:46:27.764Z] ---> Running in 165516b049f8 [2020-12-15T06:46:31.140Z] Removing intermediate container 165516b049f8 [2020-12-15T06:46:31.140Z] ---> 53dfecbd7b27 [2020-12-15T06:46:31.140Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:46:31.140Z] ---> d4ab1bde708f [2020-12-15T06:46:31.140Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T06:46:31.405Z] ---> Running in 6dd2301a28cd [2020-12-15T06:46:34.008Z] Removing intermediate container f7262a4c76a4 [2020-12-15T06:46:34.008Z] ---> 2795e3697ff5 [2020-12-15T06:46:34.008Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T06:46:35.486Z] ---> 4b671b212756 [2020-12-15T06:46:35.486Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T06:46:35.486Z] Removing intermediate container 6dd2301a28cd [2020-12-15T06:46:35.486Z] ---> e475495fa6b0 [2020-12-15T06:46:35.486Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:46:35.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:35.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:35.614Z] ---> 3a2f7f3a964d [2020-12-15T06:46:35.614Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:46:35.614Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:35.614Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:35.614Z] ---> 3a2f7f3a964d [2020-12-15T06:46:35.614Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T06:46:35.614Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:35.614Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:35.614Z] ---> 3a2f7f3a964d [2020-12-15T06:46:35.614Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:46:35.614Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:35.614Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:35.614Z] ---> 3a2f7f3a964d [2020-12-15T06:46:35.614Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T06:46:35.614Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:35.614Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:35.614Z] ---> 3a2f7f3a964d [2020-12-15T06:46:35.614Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T06:46:36.108Z] ---> Running in 7f298ab05dd7 [2020-12-15T06:46:36.394Z] ---> Running in 08da63127bb1 [2020-12-15T06:46:36.671Z] Removing intermediate container 7f298ab05dd7 [2020-12-15T06:46:36.671Z] ---> c2438b73f200 [2020-12-15T06:46:36.671Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T06:46:37.258Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:37.258Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:37.258Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:37.258Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:37.844Z] ---> 101249a479f1 [2020-12-15T06:46:37.844Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:46:37.844Z] ---> 101249a479f1 [2020-12-15T06:46:37.844Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T06:46:37.844Z] ---> Using cache [2020-12-15T06:46:37.844Z] ---> 709e517c32e4 [2020-12-15T06:46:37.844Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:37.844Z] ---> Using cache [2020-12-15T06:46:37.844Z] ---> 709e517c32e4 [2020-12-15T06:46:37.844Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:37.844Z] ---> Using cache [2020-12-15T06:46:37.844Z] ---> Using cache [2020-12-15T06:46:37.844Z] ---> 71973be197c2 [2020-12-15T06:46:37.844Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T06:46:37.844Z] ---> 71973be197c2 [2020-12-15T06:46:37.844Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:46:38.249Z] ---> Running in 9b51f18aaa47 [2020-12-15T06:46:38.249Z] ---> Running in 84f011643062 [2020-12-15T06:46:38.249Z] ---> Running in 21d9094b8939 [2020-12-15T06:46:38.249Z] ---> Running in 616be959faa1 [2020-12-15T06:46:38.249Z] ---> Running in 14422946050f [2020-12-15T06:46:38.426Z] ---> Running in ff39e14922cc [2020-12-15T06:46:38.426Z] ---> 1e9a0ca061b0 [2020-12-15T06:46:38.426Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T06:46:38.528Z] Removing intermediate container 84f011643062 [2020-12-15T06:46:38.528Z] ---> 4e280086d7be [2020-12-15T06:46:38.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:38.528Z] Removing intermediate container 21d9094b8939 [2020-12-15T06:46:38.528Z] ---> 8d6725feaacf [2020-12-15T06:46:38.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:38.528Z] Removing intermediate container 616be959faa1 [2020-12-15T06:46:38.529Z] Removing intermediate container 14422946050f [2020-12-15T06:46:38.529Z] ---> a35abdc12591 [2020-12-15T06:46:38.529Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:38.529Z] ---> e5e580256f13 [2020-12-15T06:46:38.529Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:38.529Z] Removing intermediate container 9b51f18aaa47 [2020-12-15T06:46:38.529Z] ---> 66902094b506 [2020-12-15T06:46:38.529Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:38.693Z] Removing intermediate container 08da63127bb1 [2020-12-15T06:46:38.693Z] ---> d3ca0d1972d7 [2020-12-15T06:46:38.693Z] [2020-12-15T06:46:38.693Z] ---> Running in 1df0e46a89cf [2020-12-15T06:46:38.693Z] ---> Running in 7d92a655ecd7 [2020-12-15T06:46:38.693Z] ---> Running in fc1146bdc501 [2020-12-15T06:46:38.693Z] Successfully built d3ca0d1972d7 [2020-12-15T06:46:38.693Z] Removing intermediate container ff39e14922cc [2020-12-15T06:46:38.693Z] ---> 9da6c2522a8a [2020-12-15T06:46:38.693Z] Step 23/24 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:46:38.802Z] ---> Running in 2594625a7b1c [2020-12-15T06:46:38.803Z] ---> Running in 79c8fe7c5fb8 [2020-12-15T06:46:38.964Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T06:46:38.964Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2020-12-15T06:46:38.964Z] ---> Running in eabb7f4b8265 [2020-12-15T06:46:39.079Z] ---> Running in cd0ff38a1c90 [2020-12-15T06:46:39.079Z] ---> Running in cab17a13ef18 [2020-12-15T06:46:39.079Z] ---> Running in 5f083488b970 [2020-12-15T06:46:39.566Z] Removing intermediate container eabb7f4b8265 [2020-12-15T06:46:39.566Z] ---> 2f9611fadf7e [2020-12-15T06:46:39.566Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2020-12-15T06:46:39.838Z] ---> Running in 75e165f5e7fb [2020-12-15T06:46:40.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:40.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:40.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:40.375Z] Removing intermediate container 75e165f5e7fb [2020-12-15T06:46:40.375Z] ---> 46b48013d2ac [2020-12-15T06:46:40.375Z] [2020-12-15T06:46:40.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:40.376Z] Successfully built 46b48013d2ac [2020-12-15T06:46:40.376Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T06:46:40.376Z] Building docker-security-secrets-setup-go [2020-12-15T06:46:40.641Z]  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T06:46:40.919Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T06:46:40.919Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T06:46:40.919Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T06:46:41.192Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T06:46:41.192Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T06:46:41.192Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T06:46:41.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:41.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:46:42.554Z] Removing intermediate container 79c8fe7c5fb8 [2020-12-15T06:46:42.554Z] ---> 700531e79eb3 [2020-12-15T06:46:42.554Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:46:42.554Z] ---> Running in bcec4cb9d4c6 [2020-12-15T06:46:43.169Z] Removing intermediate container cd0ff38a1c90 [2020-12-15T06:46:43.169Z] ---> d65d9fdd2dc2 [2020-12-15T06:46:43.169Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T06:46:43.444Z] ---> Running in 508b6ab219be [2020-12-15T06:46:43.444Z] Removing intermediate container 2594625a7b1c [2020-12-15T06:46:43.444Z] ---> b6d38072c174 [2020-12-15T06:46:43.444Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:46:43.444Z] Removing intermediate container 5f083488b970 [2020-12-15T06:46:43.444Z] ---> f1b79858f9e9 [2020-12-15T06:46:43.444Z] Removing intermediate container cab17a13ef18 [2020-12-15T06:46:43.444Z] ---> 8dab67457879 [2020-12-15T06:46:43.445Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T06:46:43.445Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T06:46:43.541Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:43.541Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:43.541Z] OK: 12750 distinct packages available [2020-12-15T06:46:43.722Z] ---> Running in f47eb2137ddc [2020-12-15T06:46:43.722Z] ---> Running in b4dd40b3f6bd [2020-12-15T06:46:43.722Z] ---> Running in a616625a6d97 [2020-12-15T06:46:44.122Z] OK: 233 MiB in 51 packages [2020-12-15T06:46:44.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:44.396Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:44.396Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:44.396Z] OK: 12750 distinct packages available [2020-12-15T06:46:44.663Z] OK: 233 MiB in 51 packages [2020-12-15T06:46:44.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:45.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:45.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:45.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:45.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:46.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:46.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:46.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:46.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:46:47.988Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T06:46:47.988Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T06:46:47.988Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T06:46:47.988Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T06:46:48.096Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:48.096Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:48.096Z] OK: 12620 distinct packages available [2020-12-15T06:46:48.096Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:48.096Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:48.096Z] OK: 12620 distinct packages available [2020-12-15T06:46:48.259Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T06:46:48.370Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:48.370Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:48.370Z] OK: 12620 distinct packages available [2020-12-15T06:46:48.370Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:48.370Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:48.370Z] OK: 12620 distinct packages available [2020-12-15T06:46:48.646Z] OK: 217 MiB in 51 packages [2020-12-15T06:46:48.920Z] OK: 217 MiB in 51 packages [2020-12-15T06:46:49.200Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:46:49.200Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:46:49.200Z] OK: 12620 distinct packages available [2020-12-15T06:46:49.200Z] OK: 217 MiB in 51 packages [2020-12-15T06:46:49.212Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T06:46:49.481Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T06:46:49.812Z] OK: 217 MiB in 51 packages [2020-12-15T06:46:50.065Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T06:46:50.065Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T06:46:50.065Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T06:46:50.087Z] OK: 217 MiB in 51 packages [2020-12-15T06:46:50.701Z] Removing intermediate container a616625a6d97 [2020-12-15T06:46:50.701Z] ---> d00f71ebf70b [2020-12-15T06:46:50.701Z] Step 6/27 : COPY go.mod . [2020-12-15T06:46:50.843Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T06:46:50.990Z] Removing intermediate container f47eb2137ddc [2020-12-15T06:46:50.991Z] ---> 000a11f9c2e1 [2020-12-15T06:46:50.991Z] Step 6/22 : COPY go.mod . [2020-12-15T06:46:51.121Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T06:46:51.268Z] Removing intermediate container b4dd40b3f6bd [2020-12-15T06:46:51.268Z] ---> 4e0f8e79d321 [2020-12-15T06:46:51.268Z] Step 6/23 : COPY go.mod . [2020-12-15T06:46:51.558Z] Removing intermediate container bcec4cb9d4c6 [2020-12-15T06:46:51.558Z] ---> 59194a832ec9 [2020-12-15T06:46:51.558Z] Step 6/22 : COPY go.mod . [2020-12-15T06:46:51.762Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T06:46:51.762Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T06:46:51.762Z] Removing intermediate container 1df0e46a89cf [2020-12-15T06:46:51.762Z] ---> 5d0cad418b39 [2020-12-15T06:46:51.762Z] Step 6/24 : COPY go.mod . [2020-12-15T06:46:51.762Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T06:46:51.897Z] ---> 5c2de3641134 [2020-12-15T06:46:51.897Z] Step 7/27 : RUN go mod download [2020-12-15T06:46:51.897Z] ---> Running in dcfe8c750dc5 [2020-12-15T06:46:52.206Z] Removing intermediate container 508b6ab219be [2020-12-15T06:46:52.206Z] ---> a144ce470d9a [2020-12-15T06:46:52.206Z] Step 6/24 : COPY go.mod . [2020-12-15T06:46:52.206Z] ---> 036295e4160a [2020-12-15T06:46:52.206Z] Step 7/22 : RUN go mod download [2020-12-15T06:46:52.206Z] ---> 78fe0fc7a338 [2020-12-15T06:46:52.206Z] Step 7/23 : RUN go mod download [2020-12-15T06:46:52.500Z] ---> Running in 2514a874be04 [2020-12-15T06:46:52.500Z] ---> Running in dcc8c31de363 [2020-12-15T06:46:52.500Z] ---> 47075df11b37 [2020-12-15T06:46:52.500Z] Step 7/22 : RUN go mod download [2020-12-15T06:46:52.814Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T06:46:52.814Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T06:46:52.814Z] Removing intermediate container 7d92a655ecd7 [2020-12-15T06:46:52.814Z] ---> 3283ab895b5c [2020-12-15T06:46:52.814Z] Step 6/22 : COPY go.mod . [2020-12-15T06:46:52.814Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T06:46:52.814Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T06:46:53.111Z] ---> Running in 0124a3ffbb0d [2020-12-15T06:46:53.112Z] ---> 6af5accf62f0 [2020-12-15T06:46:53.112Z] Step 7/24 : RUN go mod download [2020-12-15T06:46:53.391Z] ---> Running in 58084af0445e [2020-12-15T06:46:54.774Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T06:46:54.774Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T06:46:54.774Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T06:46:54.774Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T06:46:55.358Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T06:46:55.623Z] ---> b91e92ae1be5 [2020-12-15T06:46:55.623Z] Step 7/24 : RUN go mod download [2020-12-15T06:46:55.623Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T06:46:55.624Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T06:46:56.023Z] Removing intermediate container dcfe8c750dc5 [2020-12-15T06:46:56.023Z] ---> c4046ef09ae3 [2020-12-15T06:46:56.023Z] Step 8/27 : COPY . . [2020-12-15T06:46:57.044Z] ---> 4265a13fd404 [2020-12-15T06:46:57.044Z] Step 7/22 : RUN go mod download [2020-12-15T06:46:57.044Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:46:57.044Z] ---> Running in 1b417107591c [2020-12-15T06:46:57.044Z] OK: 71 MiB in 55 packages [2020-12-15T06:46:57.464Z] Removing intermediate container 2514a874be04 [2020-12-15T06:46:57.464Z] ---> edc2d2c0d165 [2020-12-15T06:46:57.464Z] Step 8/23 : COPY . . [2020-12-15T06:46:57.740Z] Removing intermediate container dcc8c31de363 [2020-12-15T06:46:57.740Z] ---> cc637b06dec1 [2020-12-15T06:46:57.740Z] Step 8/22 : COPY . . [2020-12-15T06:46:58.008Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:58.008Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:46:58.008Z] ---> 101249a479f1 [2020-12-15T06:46:58.008Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T06:46:58.008Z] ---> Using cache [2020-12-15T06:46:58.008Z] ---> 709e517c32e4 [2020-12-15T06:46:58.008Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:46:58.008Z] ---> Using cache [2020-12-15T06:46:58.008Z] ---> 71973be197c2 [2020-12-15T06:46:58.008Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T06:46:58.008Z] ---> Using cache [2020-12-15T06:46:58.008Z] ---> 3283ab895b5c [2020-12-15T06:46:58.008Z] Step 6/21 : COPY go.mod . [2020-12-15T06:46:58.008Z] ---> Using cache [2020-12-15T06:46:58.008Z] ---> 4265a13fd404 [2020-12-15T06:46:58.008Z] Step 7/21 : RUN go mod download [2020-12-15T06:46:58.016Z] Removing intermediate container 0124a3ffbb0d [2020-12-15T06:46:58.016Z] ---> 79ca45f6572f [2020-12-15T06:46:58.016Z] Step 8/22 : COPY . . [2020-12-15T06:46:58.016Z] Removing intermediate container 58084af0445e [2020-12-15T06:46:58.016Z] ---> a64731bfbd9b [2020-12-15T06:46:58.016Z] Step 8/24 : COPY . . [2020-12-15T06:46:58.591Z] ---> Running in 8d20756f60fb [2020-12-15T06:46:58.591Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:46:58.591Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T06:46:58.591Z] ---> 101249a479f1 [2020-12-15T06:46:58.591Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T06:46:58.591Z] ---> Using cache [2020-12-15T06:46:58.591Z] ---> 709e517c32e4 [2020-12-15T06:46:58.591Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T06:46:59.172Z] ---> Running in da3cd9687226 [2020-12-15T06:46:59.437Z] ---> Running in ffd88aa77c18 [2020-12-15T06:47:00.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:47:01.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:47:02.344Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:47:02.344Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:47:02.344Z] OK: 12750 distinct packages available [2020-12-15T06:47:02.344Z] OK: 233 MiB in 51 packages [2020-12-15T06:47:03.748Z] Removing intermediate container 8d20756f60fb [2020-12-15T06:47:03.748Z] ---> 4f3f6dedb9aa [2020-12-15T06:47:03.748Z] Step 8/22 : COPY . . [2020-12-15T06:47:04.812Z] Removing intermediate container 1b417107591c [2020-12-15T06:47:04.812Z] ---> ae836d784308 [2020-12-15T06:47:04.812Z] Step 8/24 : COPY . . [2020-12-15T06:47:04.812Z] Removing intermediate container da3cd9687226 [2020-12-15T06:47:04.812Z] ---> 8dd9da7ba4fa [2020-12-15T06:47:04.812Z] Step 8/21 : COPY . . [2020-12-15T06:47:13.020Z] Removing intermediate container ffd88aa77c18 [2020-12-15T06:47:13.020Z] ---> f0499717749b [2020-12-15T06:47:13.020Z] Step 5/29 : COPY go.mod . [2020-12-15T06:47:16.365Z] ---> 0a4c0e32d6b1 [2020-12-15T06:47:16.365Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T06:47:16.365Z] ---> 1c9da885c753 [2020-12-15T06:47:16.365Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T06:47:16.365Z] ---> df29a0b37621 [2020-12-15T06:47:16.365Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T06:47:16.365Z] ---> f71f51a869c6 [2020-12-15T06:47:16.365Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T06:47:16.365Z] ---> 2e07caf13619 [2020-12-15T06:47:16.365Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T06:47:16.365Z] ---> Running in f9c8f375048a [2020-12-15T06:47:16.365Z] ---> Running in 17c711b5dd01 [2020-12-15T06:47:16.365Z] ---> Running in c998f05f83bb [2020-12-15T06:47:16.365Z] ---> Running in f1356bc7a8bc [2020-12-15T06:47:16.365Z] ---> Running in 246b2a08287f [2020-12-15T06:47:17.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T06:47:17.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T06:47:17.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T06:47:17.983Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T06:47:18.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T06:47:19.695Z] ---> a0192563001d [2020-12-15T06:47:19.696Z] Step 6/29 : RUN go mod download [2020-12-15T06:47:22.298Z] ---> Running in 53d30ea7ce8f [2020-12-15T06:47:22.298Z] Removing intermediate container fc1146bdc501 [2020-12-15T06:47:22.298Z] ---> 1825e65c41ea [2020-12-15T06:47:22.298Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T06:47:26.563Z] ---> Running in 96959ec07167 [2020-12-15T06:47:34.822Z] Collecting docker-compose==1.23.2 [2020-12-15T06:47:34.822Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T06:47:35.406Z] Removing intermediate container 53d30ea7ce8f [2020-12-15T06:47:35.406Z] ---> 9f4dfba1597e [2020-12-15T06:47:35.406Z] Step 7/29 : COPY . . [2020-12-15T06:47:35.689Z] ---> 81103ef3c910 [2020-12-15T06:47:35.689Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T06:47:35.689Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T06:47:35.689Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T06:47:35.689Z] ---> 78d2f8c9a1da [2020-12-15T06:47:35.689Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T06:47:35.689Z] ---> Running in 7bd39fb820d8 [2020-12-15T06:47:35.689Z] ---> 180abe235d5f [2020-12-15T06:47:35.689Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T06:47:35.689Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T06:47:35.961Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T06:47:35.961Z] ---> Running in d40ea409ac58 [2020-12-15T06:47:35.961Z] ---> Running in 9275a063d141 [2020-12-15T06:47:36.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T06:47:38.037Z] Collecting PyYAML<4,>=3.10 [2020-12-15T06:47:38.037Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T06:47:39.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T06:47:40.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T06:47:40.457Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T06:47:40.457Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T06:47:41.166Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T06:47:42.146Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T06:47:42.146Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T06:47:43.127Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T06:47:43.128Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T06:47:43.726Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T06:47:43.726Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T06:47:46.528Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T06:47:46.528Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T06:47:46.801Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T06:47:46.801Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T06:47:47.391Z] 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) [2020-12-15T06:47:47.391Z] Collecting idna<2.8,>=2.5 [2020-12-15T06:47:47.391Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T06:47:47.670Z] 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) [2020-12-15T06:47:47.670Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T06:47:47.670Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T06:47:48.672Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T06:47:48.672Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T06:47:48.672Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T06:47:48.672Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T06:47:48.672Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T06:47:48.672Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T06:47:48.960Z] Installing collected packages: idna, urllib3, requests, texttable, PyYAML, docopt, dockerpty, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docker-compose [2020-12-15T06:47:48.960Z] Attempting uninstall: idna [2020-12-15T06:47:48.960Z] Found existing installation: idna 2.9 [2020-12-15T06:47:48.960Z] Uninstalling idna-2.9: [2020-12-15T06:47:48.960Z] Successfully uninstalled idna-2.9 [2020-12-15T06:47:49.591Z] Attempting uninstall: urllib3 [2020-12-15T06:47:49.591Z] Found existing installation: urllib3 1.25.9 [2020-12-15T06:47:49.591Z] Uninstalling urllib3-1.25.9: [2020-12-15T06:47:49.872Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T06:47:50.144Z] Attempting uninstall: requests [2020-12-15T06:47:50.428Z] Found existing installation: requests 2.23.0 [2020-12-15T06:47:50.428Z] Uninstalling requests-2.23.0: [2020-12-15T06:47:50.428Z] Successfully uninstalled requests-2.23.0 [2020-12-15T06:47:50.704Z] Running setup.py install for texttable: started [2020-12-15T06:47:52.177Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T06:47:52.177Z] Running setup.py install for PyYAML: started [2020-12-15T06:47:53.186Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T06:47:53.186Z] Running setup.py install for docopt: started [2020-12-15T06:47:53.803Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T06:47:53.803Z] Running setup.py install for dockerpty: started [2020-12-15T06:47:54.790Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T06:47:57.432Z] ---> f8b966b9c949 [2020-12-15T06:47:57.432Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T06:47:57.432Z] ---> Running in 68fb01271077 [2020-12-15T06:47:57.712Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T06:47:58.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T06:48:03.033Z] Removing intermediate container 96959ec07167 [2020-12-15T06:48:03.033Z] ---> 9a6819a39df5 [2020-12-15T06:48:03.033Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T06:48:04.011Z] ---> Running in c3f2e9c46c82 [2020-12-15T06:48:04.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:04.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:04.886Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T06:48:04.886Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T06:48:04.886Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T06:48:05.163Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:48:05.163Z] OK: 72 MiB in 58 packages [2020-12-15T06:48:06.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T06:48:06.442Z] Removing intermediate container c3f2e9c46c82 [2020-12-15T06:48:06.442Z] ---> e045c9e611b4 [2020-12-15T06:48:06.442Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T06:48:06.442Z] ---> Running in 407b88ca3368 [2020-12-15T06:48:06.722Z] Removing intermediate container 407b88ca3368 [2020-12-15T06:48:06.722Z] ---> 3ece3d578e5a [2020-12-15T06:48:06.722Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:48:06.722Z] ---> Running in 5855bb2bb6e3 [2020-12-15T06:48:07.000Z] Removing intermediate container 5855bb2bb6e3 [2020-12-15T06:48:07.000Z] ---> 296a938cf8a7 [2020-12-15T06:48:07.000Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T06:48:07.275Z] ---> Running in e56d4cd797f5 [2020-12-15T06:48:07.548Z] Removing intermediate container e56d4cd797f5 [2020-12-15T06:48:07.548Z] ---> 1b0f86f2d183 [2020-12-15T06:48:07.548Z] Step 26/27 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:48:07.817Z] ---> Running in 8669038f07bf [2020-12-15T06:48:08.097Z] Removing intermediate container 8669038f07bf [2020-12-15T06:48:08.097Z] ---> 96e8bc90eb4b [2020-12-15T06:48:08.097Z] Step 27/27 : LABEL version=2.0.0-dev.11 [2020-12-15T06:48:08.370Z] ---> Running in 3a56216343f2 [2020-12-15T06:48:08.642Z] Removing intermediate container 3a56216343f2 [2020-12-15T06:48:08.642Z] ---> 1a127cf1bcd2 [2020-12-15T06:48:08.642Z] [2020-12-15T06:48:08.925Z] Successfully built 1a127cf1bcd2 [2020-12-15T06:48:08.925Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T06:48:08.925Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-12-15T06:48:19.043Z] Removing intermediate container d40ea409ac58 [2020-12-15T06:48:19.043Z] ---> cc9a3c45a0f9 [2020-12-15T06:48:19.043Z] [2020-12-15T06:48:19.043Z] Step 10/24 : FROM scratch [2020-12-15T06:48:19.043Z] ---> [2020-12-15T06:48:19.043Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T06:48:19.043Z] Removing intermediate container 7bd39fb820d8 [2020-12-15T06:48:19.043Z] ---> 7296e53b28ff [2020-12-15T06:48:19.043Z] [2020-12-15T06:48:19.043Z] Step 10/22 : FROM scratch [2020-12-15T06:48:19.043Z] ---> [2020-12-15T06:48:19.043Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:48:19.320Z] ---> Using cache [2020-12-15T06:48:19.320Z] ---> 17e17a21874c [2020-12-15T06:48:19.320Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T06:48:21.473Z] ---> Running in 8169a199e94f [2020-12-15T06:48:21.473Z] ---> Running in 37a33815de5d [2020-12-15T06:48:25.717Z] Removing intermediate container 8169a199e94f [2020-12-15T06:48:25.717Z] ---> ed6cf6a576d3 [2020-12-15T06:48:25.717Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T06:48:25.717Z] Removing intermediate container 37a33815de5d [2020-12-15T06:48:25.717Z] ---> 3e589eb13158 [2020-12-15T06:48:25.717Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T06:48:25.717Z] Removing intermediate container 9275a063d141 [2020-12-15T06:48:25.717Z] ---> 01e61c0c6791 [2020-12-15T06:48:25.717Z] [2020-12-15T06:48:25.717Z] Step 10/21 : FROM alpine [2020-12-15T06:48:25.717Z] latest: Pulling from library/alpine [2020-12-15T06:48:26.302Z] ---> Running in 44b3077ab2d0 [2020-12-15T06:48:26.302Z] ---> Running in 7a0cc79a7e8d [2020-12-15T06:48:26.302Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T06:48:26.302Z] Status: Downloaded newer image for alpine:latest [2020-12-15T06:48:26.302Z] ---> b14afc6dfb98 [2020-12-15T06:48:26.302Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T06:48:29.654Z] ---> Running in 8a95b4057554 [2020-12-15T06:48:29.654Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:48:29.654Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:48:29.654Z] ---> 101249a479f1 [2020-12-15T06:48:29.654Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T06:48:30.609Z] ---> Using cache [2020-12-15T06:48:30.609Z] ---> 709e517c32e4 [2020-12-15T06:48:30.609Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:48:30.609Z] ---> Using cache [2020-12-15T06:48:30.609Z] ---> 71973be197c2 [2020-12-15T06:48:30.609Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T06:48:30.609Z] Removing intermediate container 7a0cc79a7e8d [2020-12-15T06:48:30.609Z] ---> 02c5a4d7f4f8 [2020-12-15T06:48:30.609Z] Step 14/22 : WORKDIR / [2020-12-15T06:48:30.609Z] Removing intermediate container 44b3077ab2d0 [2020-12-15T06:48:30.609Z] ---> 4a395fff9cde [2020-12-15T06:48:30.609Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T06:48:30.883Z] Removing intermediate container 68fb01271077 [2020-12-15T06:48:30.883Z] ---> db04dafc3141 [2020-12-15T06:48:30.883Z] [2020-12-15T06:48:30.883Z] Step 9/29 : FROM alpine:latest [2020-12-15T06:48:30.883Z] ---> b14afc6dfb98 [2020-12-15T06:48:30.883Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T06:48:30.883Z] ---> Running in 3539d6f671ed [2020-12-15T06:48:30.883Z] ---> Running in 970d943bd69c [2020-12-15T06:48:30.883Z] ---> Running in cbcfb2e7995f [2020-12-15T06:48:30.883Z] ---> Running in 153003f1215b [2020-12-15T06:48:31.153Z] Removing intermediate container 970d943bd69c [2020-12-15T06:48:31.422Z] ---> fae6ed0dcbb0 [2020-12-15T06:48:31.422Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T06:48:31.422Z] Removing intermediate container 3539d6f671ed [2020-12-15T06:48:31.422Z] ---> 97e981132498 [2020-12-15T06:48:31.422Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T06:48:31.422Z] Removing intermediate container 153003f1215b [2020-12-15T06:48:31.422Z] ---> a2912cf504f5 [2020-12-15T06:48:31.422Z] Step 11/29 : USER root [2020-12-15T06:48:31.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:31.422Z] ---> Running in 13b673f90d1f [2020-12-15T06:48:31.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:31.703Z] ---> 150d6e488b11 [2020-12-15T06:48:31.703Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T06:48:31.703Z] ---> db52b0f44673 [2020-12-15T06:48:31.703Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T06:48:31.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:31.703Z] Removing intermediate container 13b673f90d1f [2020-12-15T06:48:31.703Z] ---> 327e86c699d8 [2020-12-15T06:48:31.703Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T06:48:31.703Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:48:31.703Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:48:31.703Z] OK: 12747 distinct packages available [2020-12-15T06:48:31.973Z] ---> Running in f04bbf7f5509 [2020-12-15T06:48:31.973Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T06:48:32.934Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T06:48:32.934Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T06:48:32.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:32.934Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T06:48:32.934Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:48:32.934Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T06:48:32.934Z] OK: 7 MiB in 18 packages [2020-12-15T06:48:33.901Z] ---> d139c6cd56dc [2020-12-15T06:48:33.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T06:48:33.901Z] ---> b90d21b45ffb [2020-12-15T06:48:33.901Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T06:48:34.185Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:48:34.185Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:48:34.185Z] OK: 12750 distinct packages available [2020-12-15T06:48:34.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:34.458Z] OK: 233 MiB in 51 packages [2020-12-15T06:48:34.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:48:34.726Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:48:34.726Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:48:34.726Z] OK: 12747 distinct packages available [2020-12-15T06:48:34.991Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T06:48:34.991Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T06:48:34.991Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:48:34.991Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T06:48:34.991Z] OK: 6 MiB in 16 packages [2020-12-15T06:48:35.256Z] ---> a7ad7bad8c91 [2020-12-15T06:48:35.256Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T06:48:35.522Z] Removing intermediate container 8a95b4057554 [2020-12-15T06:48:35.522Z] ---> b5c4c77f1278 [2020-12-15T06:48:35.522Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T06:48:35.522Z] ---> 6f3651726ec9 [2020-12-15T06:48:35.522Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T06:48:35.787Z] ---> Running in 995d91cadf46 [2020-12-15T06:48:35.787Z] ---> Running in e8feb15620a6 [2020-12-15T06:48:36.057Z] ---> ca43198c9fee [2020-12-15T06:48:36.057Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T06:48:36.057Z] Removing intermediate container 995d91cadf46 [2020-12-15T06:48:36.057Z] ---> caa5d3d5bbe0 [2020-12-15T06:48:36.057Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:48:37.016Z] Removing intermediate container e8feb15620a6 [2020-12-15T06:48:37.016Z] ---> df767d92cb3d [2020-12-15T06:48:37.016Z] Step 13/21 : WORKDIR /edgex [2020-12-15T06:48:37.016Z] Removing intermediate container cbcfb2e7995f [2020-12-15T06:48:37.016Z] ---> 5a8df2588c5a [2020-12-15T06:48:37.016Z] Step 6/23 : COPY go.mod . [2020-12-15T06:48:37.016Z] ---> Running in d8a2af05b520 [2020-12-15T06:48:37.016Z] Removing intermediate container f04bbf7f5509 [2020-12-15T06:48:37.016Z] ---> 515a4e0c074b [2020-12-15T06:48:37.016Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T06:48:37.016Z] ---> 52f6dcfbc52b [2020-12-15T06:48:37.016Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T06:48:37.016Z] ---> Running in c75884b10f58 [2020-12-15T06:48:37.016Z] ---> Running in 88f0a41d5240 [2020-12-15T06:48:37.289Z] ---> 467d1ae1db8f [2020-12-15T06:48:37.289Z] Step 7/23 : RUN go mod download [2020-12-15T06:48:37.289Z] Removing intermediate container d8a2af05b520 [2020-12-15T06:48:37.289Z] ---> de2e2afba77b [2020-12-15T06:48:37.289Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T06:48:37.289Z] ---> Running in f563d08953a2 [2020-12-15T06:48:37.554Z] ---> b3dea6f20dc4 [2020-12-15T06:48:37.554Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T06:48:37.554Z] ---> Running in bcfd14178854 [2020-12-15T06:48:37.554Z] Removing intermediate container c75884b10f58 [2020-12-15T06:48:37.554Z] ---> 74b368840027 [2020-12-15T06:48:37.554Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T06:48:37.554Z] Removing intermediate container 88f0a41d5240 [2020-12-15T06:48:37.554Z] ---> f02ed455f7a6 [2020-12-15T06:48:37.554Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T06:48:37.820Z] ---> Running in 76d015a4ec92 [2020-12-15T06:48:37.820Z] ---> Running in 8ba785eae0e4 [2020-12-15T06:48:38.088Z] Removing intermediate container bcfd14178854 [2020-12-15T06:48:38.088Z] ---> 88b1904ecae5 [2020-12-15T06:48:38.088Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:48:38.088Z] ---> b1804c1e6efa [2020-12-15T06:48:38.088Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T06:48:38.088Z] ---> Running in f6e099599604 [2020-12-15T06:48:38.088Z] Removing intermediate container 76d015a4ec92 [2020-12-15T06:48:38.088Z] ---> bd25f2b8dc75 [2020-12-15T06:48:38.088Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:48:38.357Z] ---> Running in 83a8390e8b75 [2020-12-15T06:48:38.357Z] Removing intermediate container 8ba785eae0e4 [2020-12-15T06:48:38.357Z] ---> d62982903456 [2020-12-15T06:48:38.357Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T06:48:38.630Z] ---> Running in 73ee5561db59 [2020-12-15T06:48:38.630Z] Removing intermediate container f6e099599604 [2020-12-15T06:48:38.630Z] ---> ea387ae41d81 [2020-12-15T06:48:38.630Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:48:38.630Z] Removing intermediate container 83a8390e8b75 [2020-12-15T06:48:38.630Z] ---> f7a989b1ad0e [2020-12-15T06:48:38.630Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T06:48:38.942Z] ---> Running in 622aa63f3a61 [2020-12-15T06:48:38.942Z] ---> 1923058d9110 [2020-12-15T06:48:38.942Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T06:48:38.942Z] ---> Running in ed40edbd4756 [2020-12-15T06:48:39.428Z] Removing intermediate container 622aa63f3a61 [2020-12-15T06:48:39.428Z] ---> 230ee88f420e [2020-12-15T06:48:39.428Z] [2020-12-15T06:48:39.693Z] Removing intermediate container ed40edbd4756 [2020-12-15T06:48:39.693Z] ---> 69050578b455 [2020-12-15T06:48:39.693Z] Step 23/24 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:48:39.693Z] Successfully built 230ee88f420e [2020-12-15T06:48:39.693Z] Successfully tagged docker-core-command-go:latest [2020-12-15T06:48:39.958Z]  Building docker-core-command-go ... done  ---> Running in 13d5a4ee20f4 [2020-12-15T06:48:39.958Z] ---> 9af32c954a02 [2020-12-15T06:48:39.958Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T06:48:40.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T06:48:40.225Z] Removing intermediate container f563d08953a2 [2020-12-15T06:48:40.225Z] ---> 8a72b97d287e [2020-12-15T06:48:40.225Z] Step 8/23 : COPY . . [2020-12-15T06:48:40.225Z] ---> Running in 2755a3e855a8 [2020-12-15T06:48:40.225Z] Removing intermediate container 13d5a4ee20f4 [2020-12-15T06:48:40.225Z] ---> d40f83c4c36a [2020-12-15T06:48:40.225Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2020-12-15T06:48:40.498Z] ---> Running in 57b49fff459b [2020-12-15T06:48:41.083Z] Removing intermediate container 2755a3e855a8 [2020-12-15T06:48:41.083Z] ---> 90b5894c91e4 [2020-12-15T06:48:41.083Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T06:48:41.354Z] Removing intermediate container 73ee5561db59 [2020-12-15T06:48:41.354Z] ---> a245be489367 [2020-12-15T06:48:41.354Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T06:48:41.354Z] Removing intermediate container 57b49fff459b [2020-12-15T06:48:41.354Z] ---> 9461611667b0 [2020-12-15T06:48:41.354Z] [2020-12-15T06:48:41.354Z] ---> Running in 7c8f9bef4af3 [2020-12-15T06:48:41.619Z] Successfully built 9461611667b0 [2020-12-15T06:48:41.619Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T06:48:43.562Z]  Building docker-support-notifications-go ... done Removing intermediate container 7c8f9bef4af3 [2020-12-15T06:48:43.562Z] ---> 230e93191826 [2020-12-15T06:48:43.562Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T06:48:43.562Z] ---> 8dc9a50acf51 [2020-12-15T06:48:43.562Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T06:48:44.147Z] ---> Running in f2727a2acbf6 [2020-12-15T06:48:44.753Z] Removing intermediate container c998f05f83bb [2020-12-15T06:48:44.753Z] ---> 3984bae117df [2020-12-15T06:48:44.753Z] [2020-12-15T06:48:44.753Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T06:48:44.753Z] 3.10: Pulling from library/alpine [2020-12-15T06:48:46.223Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T06:48:46.223Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T06:48:46.223Z] ---> 536a684cf733 [2020-12-15T06:48:46.223Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T06:48:46.223Z] ---> Running in be5f8b853b50 [2020-12-15T06:48:46.720Z] ---> f6d86e8a43f8 [2020-12-15T06:48:46.720Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T06:48:46.720Z] Removing intermediate container f2727a2acbf6 [2020-12-15T06:48:46.720Z] ---> 4f78c05d4646 [2020-12-15T06:48:46.720Z] Step 20/21 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:48:49.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:48:49.940Z] Removing intermediate container 17c711b5dd01 [2020-12-15T06:48:49.940Z] ---> bb576dec12bb [2020-12-15T06:48:49.940Z] [2020-12-15T06:48:49.940Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T06:48:49.940Z] ---> 536a684cf733 [2020-12-15T06:48:49.940Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T06:48:50.080Z] ---> Running in b2afdf0c2d3e [2020-12-15T06:48:50.080Z] ---> 365020c4f059 [2020-12-15T06:48:50.080Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T06:48:50.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:48:50.834Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T06:48:50.834Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T06:48:50.834Z] OK: 10169 distinct packages available [2020-12-15T06:48:50.834Z] ---> Running in 4422eb54af13 [2020-12-15T06:48:51.049Z] Removing intermediate container b2afdf0c2d3e [2020-12-15T06:48:51.049Z] ---> 679748096491 [2020-12-15T06:48:51.049Z] Step 21/21 : LABEL version=2.0.0-dev.11 [2020-12-15T06:48:51.444Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T06:48:51.729Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T06:48:51.729Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T06:48:51.729Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T06:48:51.729Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T06:48:51.729Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T06:48:51.729Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T06:48:52.338Z] OK: 7 MiB in 19 packages [2020-12-15T06:48:52.461Z] ---> 034649ba0619 [2020-12-15T06:48:52.461Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T06:48:52.461Z] ---> Running in 6d5dbfcd7a0c [2020-12-15T06:48:52.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:48:53.237Z] Removing intermediate container 6d5dbfcd7a0c [2020-12-15T06:48:53.237Z] ---> c89eb258cb14 [2020-12-15T06:48:53.237Z] [2020-12-15T06:48:53.237Z] ---> 2afe6da97207 [2020-12-15T06:48:53.237Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T06:48:53.237Z] ---> Running in e65cd833b711 [2020-12-15T06:48:53.237Z] Successfully built c89eb258cb14 [2020-12-15T06:48:53.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:48:53.520Z] Removing intermediate container f9c8f375048a [2020-12-15T06:48:53.521Z] ---> 0b2e6fb5162a [2020-12-15T06:48:53.521Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T06:48:53.802Z] ---> Running in c2b7825f9a97 [2020-12-15T06:48:53.924Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T06:48:54.080Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T06:48:54.080Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T06:48:54.080Z] OK: 10169 distinct packages available [2020-12-15T06:48:54.683Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T06:48:54.966Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T06:48:54.966Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T06:48:54.966Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T06:48:54.966Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T06:48:54.966Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T06:48:54.966Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T06:48:55.577Z] OK: 7 MiB in 19 packages [2020-12-15T06:48:55.577Z] Removing intermediate container be5f8b853b50 [2020-12-15T06:48:55.577Z] ---> 314236a88889 [2020-12-15T06:48:55.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T06:48:55.859Z] ---> Running in 3f3324f5eb8f [2020-12-15T06:48:56.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T06:48:56.534Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e65cd833b711 [2020-12-15T06:48:56.534Z] ---> 0b82e0e2c528 [2020-12-15T06:48:56.534Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T06:48:56.752Z] Removing intermediate container 3f3324f5eb8f [2020-12-15T06:48:56.752Z] ---> ab1f09da1824 [2020-12-15T06:48:56.752Z] Step 13/22 : WORKDIR / [2020-12-15T06:48:56.752Z] ---> Running in faec79fe082c [2020-12-15T06:48:56.809Z] ---> cbe14bb1ec2a [2020-12-15T06:48:56.809Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T06:48:56.809Z] ---> Running in 0475c2cdd1d1 [2020-12-15T06:48:57.085Z] ---> ec024490e681 [2020-12-15T06:48:57.085Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T06:48:57.085Z] ---> Running in 4e1afc05a9b1 [2020-12-15T06:48:57.676Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T06:48:58.225Z] Removing intermediate container 4422eb54af13 [2020-12-15T06:48:58.225Z] ---> 55efef3d8609 [2020-12-15T06:48:58.225Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T06:48:58.225Z] Removing intermediate container faec79fe082c [2020-12-15T06:48:58.225Z] ---> 86b953fdb3fe [2020-12-15T06:48:58.225Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T06:48:58.225Z] ---> Running in e91bfed1e304 [2020-12-15T06:48:58.263Z] Removing intermediate container 4e1afc05a9b1 [2020-12-15T06:48:58.263Z] ---> a9d50b15a3a8 [2020-12-15T06:48:58.263Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T06:48:58.263Z] ---> Running in 4876795d5cac [2020-12-15T06:48:59.224Z] Removing intermediate container e91bfed1e304 [2020-12-15T06:48:59.224Z] ---> ba1d80b6626f [2020-12-15T06:48:59.224Z] Step 13/24 : WORKDIR / [2020-12-15T06:48:59.224Z] ---> b7ab21f43a13 [2020-12-15T06:48:59.224Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T06:48:59.224Z] ---> Running in 186928cc318f [2020-12-15T06:49:00.246Z] Removing intermediate container 4876795d5cac [2020-12-15T06:49:00.246Z] ---> 371252841225 [2020-12-15T06:49:00.246Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T06:49:00.246Z] ---> Running in 035af6ca8c11 [2020-12-15T06:49:00.251Z] Removing intermediate container 186928cc318f [2020-12-15T06:49:00.251Z] ---> 7b31ddae0464 [2020-12-15T06:49:00.251Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T06:49:00.526Z] Removing intermediate container 035af6ca8c11 [2020-12-15T06:49:00.526Z] ---> e7d8c493c4ae [2020-12-15T06:49:00.526Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T06:49:00.803Z] ---> Running in c1881ca56c8f [2020-12-15T06:49:00.803Z] Removing intermediate container c1881ca56c8f [2020-12-15T06:49:00.803Z] ---> 79fda94cbefc [2020-12-15T06:49:00.803Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T06:49:01.083Z] ---> Running in deb82057254f [2020-12-15T06:49:01.368Z] Removing intermediate container deb82057254f [2020-12-15T06:49:01.368Z] ---> 0bba889ff9c8 [2020-12-15T06:49:01.368Z] Step 28/29 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:01.368Z] ---> Running in fe91ef9ed2e3 [2020-12-15T06:49:01.646Z] Removing intermediate container fe91ef9ed2e3 [2020-12-15T06:49:01.646Z] ---> 1cfc37e2c1fa [2020-12-15T06:49:01.646Z] Step 29/29 : LABEL version=2.0.0-dev.11 [2020-12-15T06:49:01.646Z] ---> Running in dcf30c0c4b1d [2020-12-15T06:49:02.297Z] ---> b0542aaed1f2 [2020-12-15T06:49:02.297Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T06:49:02.297Z] ---> d5a17c11204c [2020-12-15T06:49:02.297Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T06:49:02.297Z] Removing intermediate container c2b7825f9a97 [2020-12-15T06:49:02.297Z] ---> 107b478d3f20 [2020-12-15T06:49:02.297Z] [2020-12-15T06:49:02.297Z] Step 11/27 : FROM docker:latest [2020-12-15T06:49:02.297Z] ---> eeaf43b92773 [2020-12-15T06:49:02.297Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T06:49:02.778Z] Removing intermediate container dcf30c0c4b1d [2020-12-15T06:49:02.778Z] ---> 0718d3ce28cf [2020-12-15T06:49:02.778Z] [2020-12-15T06:49:02.906Z] ---> Running in 15d983c37e43 [2020-12-15T06:49:03.057Z] Successfully built 0718d3ce28cf [2020-12-15T06:49:03.057Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T06:49:03.516Z] ---> 479c21d11af3 [2020-12-15T06:49:03.516Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T06:49:04.126Z] ---> 3b013fb7cd89 [2020-12-15T06:49:04.126Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T06:49:04.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:05.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:05.313Z] ---> 9d327f99b796 [2020-12-15T06:49:05.313Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T06:49:05.604Z] ---> Running in aa8662ad2a66 [2020-12-15T06:49:05.604Z] ---> 62a4ecda7ff6 [2020-12-15T06:49:05.604Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T06:49:05.883Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T06:49:05.883Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T06:49:06.161Z] Executing bash-5.0.17-r0.post-install [2020-12-15T06:49:06.161Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:49:06.161Z] OK: 12 MiB in 22 packages [2020-12-15T06:49:08.165Z] ---> 40093d23ed8f [2020-12-15T06:49:08.165Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T06:49:08.460Z] Removing intermediate container 15d983c37e43 [2020-12-15T06:49:08.460Z] ---> a813e1694f0b [2020-12-15T06:49:08.460Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T06:49:09.066Z] ---> Running in 2d6312d2ed6d [2020-12-15T06:49:10.514Z] Removing intermediate container aa8662ad2a66 [2020-12-15T06:49:10.514Z] ---> 7e56ad6e537e [2020-12-15T06:49:10.514Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T06:49:10.798Z] ---> 04e2b8f3cf5c [2020-12-15T06:49:10.798Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T06:49:10.798Z] ---> Running in 1046426234a6 [2020-12-15T06:49:11.834Z] Removing intermediate container 1046426234a6 [2020-12-15T06:49:11.834Z] ---> fcaf17f25c39 [2020-12-15T06:49:11.834Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T06:49:12.125Z] ---> Running in 82ad73f42ba2 [2020-12-15T06:49:12.408Z] ---> 326356d0b341 [2020-12-15T06:49:12.408Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T06:49:13.038Z] ---> Running in 171a076927f7 [2020-12-15T06:49:13.038Z] Removing intermediate container 82ad73f42ba2 [2020-12-15T06:49:13.038Z] ---> b8f74b97c421 [2020-12-15T06:49:13.038Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:13.315Z] ---> Running in 4b829818a7f8 [2020-12-15T06:49:13.316Z] Removing intermediate container 2d6312d2ed6d [2020-12-15T06:49:13.316Z] ---> f2294c9bb0b8 [2020-12-15T06:49:13.316Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T06:49:13.919Z] ---> Running in b3e4c10f2aa3 [2020-12-15T06:49:14.195Z] Removing intermediate container 4b829818a7f8 [2020-12-15T06:49:14.195Z] ---> 809719570727 [2020-12-15T06:49:14.195Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:49:14.472Z] ---> Running in 854b4f5571a9 [2020-12-15T06:49:14.752Z] Removing intermediate container b3e4c10f2aa3 [2020-12-15T06:49:14.752Z] ---> 362372b7a464 [2020-12-15T06:49:14.752Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T06:49:15.031Z] ---> Running in cece1ba08185 [2020-12-15T06:49:15.309Z] Removing intermediate container 854b4f5571a9 [2020-12-15T06:49:15.309Z] ---> 40927be221a3 [2020-12-15T06:49:15.309Z] [2020-12-15T06:49:15.424Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 0475c2cdd1d1 [2020-12-15T06:49:15.424Z] ---> 8119fa8fbb11 [2020-12-15T06:49:15.424Z] [2020-12-15T06:49:15.424Z] Step 10/23 : FROM alpine [2020-12-15T06:49:15.424Z] ---> b14afc6dfb98 [2020-12-15T06:49:15.424Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:49:15.424Z] ---> Running in a5dae95fef8e [2020-12-15T06:49:15.424Z] Removing intermediate container a5dae95fef8e [2020-12-15T06:49:15.424Z] ---> 588020a888b4 [2020-12-15T06:49:15.424Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T06:49:15.424Z] ---> Running in aa984765f525 [2020-12-15T06:49:15.424Z] Removing intermediate container aa984765f525 [2020-12-15T06:49:15.424Z] ---> 2fd56bfbec04 [2020-12-15T06:49:15.424Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T06:49:15.424Z] ---> Running in 6b0ff9089920 [2020-12-15T06:49:15.424Z] Removing intermediate container 6b0ff9089920 [2020-12-15T06:49:15.424Z] ---> 5931ac96d743 [2020-12-15T06:49:15.424Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:49:15.424Z] ---> Running in fd98127bbb82 [2020-12-15T06:49:15.689Z] Removing intermediate container fd98127bbb82 [2020-12-15T06:49:15.689Z] ---> 6a5c01521442 [2020-12-15T06:49:15.689Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T06:49:15.689Z] ---> Running in 45ae398f8e14 [2020-12-15T06:49:15.923Z] Removing intermediate container cece1ba08185 [2020-12-15T06:49:15.923Z] ---> 582e8b65e8f9 [2020-12-15T06:49:15.923Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T06:49:16.207Z] Successfully built 40927be221a3 [2020-12-15T06:49:16.207Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T06:49:16.207Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secrets-setup-go [2020-12-15T06:49:16.207Z] ---> Running in 032644785b17 [2020-12-15T06:49:16.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T06:49:17.231Z] Removing intermediate container 171a076927f7 [2020-12-15T06:49:17.231Z] ---> eb3430917a13 [2020-12-15T06:49:17.231Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T06:49:17.231Z] Removing intermediate container 032644785b17 [2020-12-15T06:49:17.231Z] ---> 1b5c5f6740c8 [2020-12-15T06:49:17.231Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T06:49:17.231Z] ---> Running in 8674fa4d6df1 [2020-12-15T06:49:17.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T06:49:17.828Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T06:49:17.828Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T06:49:18.095Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T06:49:18.360Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T06:49:18.625Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T06:49:18.625Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:49:18.625Z] OK: 8 MiB in 19 packages [2020-12-15T06:49:18.731Z] Removing intermediate container 8674fa4d6df1 [2020-12-15T06:49:18.731Z] ---> 728c96bb6f6d [2020-12-15T06:49:18.731Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T06:49:19.205Z] Removing intermediate container 45ae398f8e14 [2020-12-15T06:49:19.205Z] ---> 12d9e5b6639e [2020-12-15T06:49:19.205Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T06:49:19.474Z] ---> 372d37b0ca20 [2020-12-15T06:49:19.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T06:49:19.743Z] ---> e5944a299f50 [2020-12-15T06:49:19.743Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T06:49:19.743Z] ---> Running in 1cd709a968a8 [2020-12-15T06:49:20.053Z] ---> 04e8f0a199ba [2020-12-15T06:49:20.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T06:49:20.317Z] ---> c6f3c469e0b6 [2020-12-15T06:49:20.317Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T06:49:20.317Z] ---> Running in 343b9aa2a887 [2020-12-15T06:49:20.582Z] Removing intermediate container 343b9aa2a887 [2020-12-15T06:49:20.582Z] ---> 02bcf3ed3a92 [2020-12-15T06:49:20.582Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:49:20.582Z] ---> Running in c15b1ff0d02f [2020-12-15T06:49:20.739Z] Removing intermediate container 1cd709a968a8 [2020-12-15T06:49:20.740Z] ---> 4ce966f5cb5f [2020-12-15T06:49:20.740Z] Step 23/24 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:20.847Z] Removing intermediate container c15b1ff0d02f [2020-12-15T06:49:20.847Z] ---> 7c353fa6d63d [2020-12-15T06:49:20.847Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T06:49:20.847Z] ---> Running in 23cad5b5f49a [2020-12-15T06:49:21.015Z] ---> 616f1fa65be2 [2020-12-15T06:49:21.015Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T06:49:21.015Z] ---> Running in b82c0d0b6ddb [2020-12-15T06:49:21.114Z] Removing intermediate container 23cad5b5f49a [2020-12-15T06:49:21.114Z] ---> 4edcb78ec67d [2020-12-15T06:49:21.114Z] Step 22/23 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:21.114Z] ---> Running in 9fd62abb3192 [2020-12-15T06:49:21.114Z] Removing intermediate container 9fd62abb3192 [2020-12-15T06:49:21.114Z] ---> 11b5f6cd750f [2020-12-15T06:49:21.114Z] Step 23/23 : LABEL version=2.0.0-dev.11 [2020-12-15T06:49:21.384Z] ---> Running in ebd935f39b49 [2020-12-15T06:49:21.384Z] Removing intermediate container ebd935f39b49 [2020-12-15T06:49:21.384Z] ---> 8068ebb5c5a8 [2020-12-15T06:49:21.384Z] [2020-12-15T06:49:21.650Z] Successfully built 8068ebb5c5a8 [2020-12-15T06:49:21.650Z] Successfully tagged docker-core-data-go:latest [2020-12-15T06:49:21.930Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-15T06:49:21.950Z] $ docker stop --time=1 902cba42a78460c3a1aa2012cd7dc3116f146f223d666a0cce4d2b91be60f49d [2020-12-15T06:49:22.472Z] Removing intermediate container b82c0d0b6ddb [2020-12-15T06:49:22.472Z] ---> 9a2e26d04091 [2020-12-15T06:49:22.472Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2020-12-15T06:49:22.472Z] ---> Running in 2f494738e102 [2020-12-15T06:49:22.472Z] ---> 2011704c5ec0 [2020-12-15T06:49:22.472Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T06:49:22.755Z] ---> Running in 0f53b06ad977 [2020-12-15T06:49:23.393Z] Removing intermediate container 2f494738e102 [2020-12-15T06:49:23.394Z] ---> f9fc341d92f7 [2020-12-15T06:49:23.394Z] [2020-12-15T06:49:23.672Z] $ docker rm -f 902cba42a78460c3a1aa2012cd7dc3116f146f223d666a0cce4d2b91be60f49d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T06:49:24.021Z] Successfully built f9fc341d92f7 [2020-12-15T06:49:24.304Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T06:49:24.304Z] Building docker-security-proxy-setup-go [2020-12-15T06:49:24.311Z] + docker images [2020-12-15T06:49:24.311Z] + grep docker [2020-12-15T06:49:24.887Z] docker-core-data-go latest 8068ebb5c5a8 3 seconds ago 23.7MB [2020-12-15T06:49:24.887Z] docker-security-secrets-setup-go latest 0718d3ce28cf 23 seconds ago 23.9MB [2020-12-15T06:49:24.887Z] docker-security-proxy-setup-go latest c89eb258cb14 32 seconds ago 24.6MB [2020-12-15T06:49:24.887Z] docker-support-notifications-go latest 9461611667b0 44 seconds ago 13.6MB [2020-12-15T06:49:24.887Z] docker-core-command-go latest 230ee88f420e 46 seconds ago 12.2MB [2020-12-15T06:49:24.887Z] docker-sys-mgmt-agent-go latest 1a127cf1bcd2 About a minute ago 313MB [2020-12-15T06:49:24.887Z] docker-security-secretstore-setup-go latest 46b48013d2ac 2 minutes ago 24.7MB [2020-12-15T06:49:24.887Z] docker-security-bootstrap-redis-go latest d3ca0d1972d7 2 minutes ago 15.8MB [2020-12-15T06:49:24.887Z] docker-core-metadata-go latest 562b2b9ab0f5 3 minutes ago 14.5MB [2020-12-15T06:49:24.887Z] docker-support-scheduler-go latest 5fedd5ccab92 3 minutes ago 12.3MB [2020-12-15T06:49:24.887Z] docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [2020-12-15T06:49:24.909Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:24.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-12-15T06:49:25.510Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T06:49:25.510Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T06:49:25.510Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T06:49:25.510Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T06:49:25.510Z] (5/33) Installing xz-libs (5.2.5-r0) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T06:49:25.589Z] provisioning config files... [2020-12-15T06:49:25.651Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/255@tmp/config2107497287786402917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:49:25.786Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T06:49:25.786Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T06:49:26.035Z] ---> docker-login.sh [2020-12-15T06:49:26.035Z] nexus3.edgexfoundry.org:10001 [2020-12-15T06:49:26.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:49:26.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:49:26.300Z] Configure a credential helper to remove this warning. See [2020-12-15T06:49:26.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:49:26.300Z] [2020-12-15T06:49:26.300Z] Login Succeeded [2020-12-15T06:49:26.300Z] nexus3.edgexfoundry.org:10002 [2020-12-15T06:49:26.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:49:26.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:49:26.300Z] Configure a credential helper to remove this warning. See [2020-12-15T06:49:26.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:49:26.300Z] [2020-12-15T06:49:26.300Z] Login Succeeded [2020-12-15T06:49:26.300Z] nexus3.edgexfoundry.org:10003 [2020-12-15T06:49:26.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:49:26.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:49:26.565Z] Configure a credential helper to remove this warning. See [2020-12-15T06:49:26.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:49:26.565Z] [2020-12-15T06:49:26.565Z] Login Succeeded [2020-12-15T06:49:26.565Z] nexus3.edgexfoundry.org:10004 [2020-12-15T06:49:26.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:49:26.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:49:26.831Z] Configure a credential helper to remove this warning. See [2020-12-15T06:49:26.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:49:26.831Z] [2020-12-15T06:49:26.831Z] Login Succeeded [2020-12-15T06:49:26.831Z] docker.io [2020-12-15T06:49:26.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:49:27.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:49:27.410Z] Configure a credential helper to remove this warning. See [2020-12-15T06:49:27.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:49:27.410Z] [2020-12-15T06:49:27.410Z] Login Succeeded [2020-12-15T06:49:27.410Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T06:49:27.424Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:27.685Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-15T06:49:27.686Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:27.686Z] 2.0.0-dev.11 [2020-12-15T06:49:27.686Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:27.686Z] master [2020-12-15T06:49:27.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-15T06:49:27.781Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T06:49:27.782Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T06:49:27.782Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T06:49:27.782Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T06:49:27.782Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T06:49:27.782Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T06:49:27.782Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T06:49:27.782Z] (15/33) Installing py3-idna (2.9-r0) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:28.073Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T06:49:28.073Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T06:49:28.073Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T06:49:28.073Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T06:49:28.073Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T06:49:28.073Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T06:49:28.073Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T06:49:28.073Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T06:49:28.294Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:28.352Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T06:49:28.352Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T06:49:28.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T06:49:28.352Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T06:49:28.352Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T06:49:28.352Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T06:49:28.352Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T06:49:28.352Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T06:49:28.352Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T06:49:28.352Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T06:49:28.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:28.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T06:49:28.609Z] e0bd0f2f28aa: Preparing [2020-12-15T06:49:28.609Z] 26ec1293dfce: Preparing [2020-12-15T06:49:28.609Z] 74d001083817: Preparing [2020-12-15T06:49:28.634Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:49:28.634Z] OK: 71 MiB in 55 packages [2020-12-15T06:49:28.875Z] 74d001083817: Pushed [2020-12-15T06:49:28.875Z] e0bd0f2f28aa: Pushed [2020-12-15T06:49:29.824Z] 26ec1293dfce: Pushed [2020-12-15T06:49:30.086Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:f614979067e79e6d2af61298309628e412d1a9c6c3bbb0a105934e2617b02257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:30.408Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:30.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.11 [2020-12-15T06:49:30.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T06:49:30.942Z] e0bd0f2f28aa: Preparing [2020-12-15T06:49:30.942Z] 26ec1293dfce: Preparing [2020-12-15T06:49:30.942Z] 74d001083817: Preparing [2020-12-15T06:49:30.942Z] 26ec1293dfce: Layer already exists [2020-12-15T06:49:30.942Z] 74d001083817: Layer already exists [2020-12-15T06:49:30.942Z] e0bd0f2f28aa: Layer already exists [2020-12-15T06:49:30.942Z] 2.0.0-dev.11: digest: sha256:f614979067e79e6d2af61298309628e412d1a9c6c3bbb0a105934e2617b02257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:31.266Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:31.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:31.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T06:49:31.573Z] e0bd0f2f28aa: Preparing [2020-12-15T06:49:31.573Z] 26ec1293dfce: Preparing [2020-12-15T06:49:31.573Z] 74d001083817: Preparing [2020-12-15T06:49:31.573Z] e0bd0f2f28aa: Layer already exists [2020-12-15T06:49:31.573Z] 74d001083817: Layer already exists [2020-12-15T06:49:31.573Z] 26ec1293dfce: Layer already exists [2020-12-15T06:49:31.573Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:f614979067e79e6d2af61298309628e412d1a9c6c3bbb0a105934e2617b02257 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:31.886Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:32.081Z] Removing intermediate container 246b2a08287f [2020-12-15T06:49:32.081Z] ---> fac31219bd3a [2020-12-15T06:49:32.081Z] [2020-12-15T06:49:32.081Z] Step 10/22 : FROM scratch [2020-12-15T06:49:32.081Z] ---> [2020-12-15T06:49:32.081Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:49:32.081Z] ---> Running in c7aaa7cf4d3f [2020-12-15T06:49:32.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-15T06:49:32.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T06:49:32.191Z] e0bd0f2f28aa: Preparing [2020-12-15T06:49:32.191Z] 26ec1293dfce: Preparing [2020-12-15T06:49:32.191Z] 74d001083817: Preparing [2020-12-15T06:49:32.191Z] 26ec1293dfce: Layer already exists [2020-12-15T06:49:32.191Z] 74d001083817: Layer already exists [2020-12-15T06:49:32.191Z] e0bd0f2f28aa: Layer already exists [2020-12-15T06:49:32.191Z] master: digest: sha256:f614979067e79e6d2af61298309628e412d1a9c6c3bbb0a105934e2617b02257 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:32.417Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:32.473Z] taggedImages: [2020-12-15T06:49:32.473Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:32.473Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.11 [2020-12-15T06:49:32.473Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:32.473Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-15T06:49:32.548Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-15T06:49:32.548Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:32.548Z] 2.0.0-dev.11 [2020-12-15T06:49:32.548Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:32.548Z] master [2020-12-15T06:49:32.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:33.073Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:49:33.073Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T06:49:33.073Z] ---> 3a2f7f3a964d [2020-12-15T06:49:33.073Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T06:49:33.073Z] ---> Using cache [2020-12-15T06:49:33.073Z] ---> e5e580256f13 [2020-12-15T06:49:33.073Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T06:49:33.073Z] Removing intermediate container c7aaa7cf4d3f [2020-12-15T06:49:33.073Z] ---> aeea5de310d5 [2020-12-15T06:49:33.073Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T06:49:33.082Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:33.348Z] ---> Running in 0890f9b4a2ce [2020-12-15T06:49:33.348Z] ---> Running in 2fe2cb105eff [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:33.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:33.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T06:49:33.660Z] 0b9d063fdcf5: Preparing [2020-12-15T06:49:33.660Z] aa952d2080c9: Preparing [2020-12-15T06:49:33.660Z] d3effec7d423: Preparing [2020-12-15T06:49:33.660Z] 8fe5c30ae538: Preparing [2020-12-15T06:49:33.660Z] 5ae89cfbe4a3: Preparing [2020-12-15T06:49:33.660Z] f4666769fca7: Preparing [2020-12-15T06:49:33.660Z] f4666769fca7: Waiting [2020-12-15T06:49:33.923Z] d3effec7d423: Pushed [2020-12-15T06:49:33.923Z] 0b9d063fdcf5: Pushed [2020-12-15T06:49:33.923Z] 5ae89cfbe4a3: Pushed [2020-12-15T06:49:33.923Z] f4666769fca7: Layer already exists [2020-12-15T06:49:33.923Z] 8fe5c30ae538: Pushed [2020-12-15T06:49:34.794Z] Removing intermediate container 2fe2cb105eff [2020-12-15T06:49:34.794Z] ---> f75d6d47453f [2020-12-15T06:49:34.794Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T06:49:35.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:35.082Z] ---> Running in 24c5b40f5f50 [2020-12-15T06:49:35.319Z] aa952d2080c9: Pushed [2020-12-15T06:49:35.319Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:f8b0f92e15404a42cb2d96bbf2c911f267a3089807c7e94e8cd2dce14a9092d3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:35.635Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:35.680Z] Removing intermediate container 24c5b40f5f50 [2020-12-15T06:49:35.680Z] ---> 592c40d4fb8f [2020-12-15T06:49:35.680Z] Step 14/22 : WORKDIR / [2020-12-15T06:49:35.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.11 [2020-12-15T06:49:35.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T06:49:35.942Z] 0b9d063fdcf5: Preparing [2020-12-15T06:49:35.942Z] aa952d2080c9: Preparing [2020-12-15T06:49:35.942Z] d3effec7d423: Preparing [2020-12-15T06:49:35.942Z] 8fe5c30ae538: Preparing [2020-12-15T06:49:35.942Z] 5ae89cfbe4a3: Preparing [2020-12-15T06:49:35.942Z] f4666769fca7: Preparing [2020-12-15T06:49:35.942Z] f4666769fca7: Waiting [2020-12-15T06:49:35.942Z] 0b9d063fdcf5: Layer already exists [2020-12-15T06:49:35.942Z] 8fe5c30ae538: Layer already exists [2020-12-15T06:49:35.942Z] d3effec7d423: Layer already exists [2020-12-15T06:49:35.942Z] 5ae89cfbe4a3: Layer already exists [2020-12-15T06:49:35.942Z] aa952d2080c9: Layer already exists [2020-12-15T06:49:35.942Z] f4666769fca7: Layer already exists [2020-12-15T06:49:35.942Z] 2.0.0-dev.11: digest: sha256:f8b0f92e15404a42cb2d96bbf2c911f267a3089807c7e94e8cd2dce14a9092d3 size: 1572 [Pipeline] isUnix [2020-12-15T06:49:35.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:35.965Z] ---> Running in 8dbdc8c119ab [Pipeline] sh [2020-12-15T06:49:36.259Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:36.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:36.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T06:49:36.570Z] 0b9d063fdcf5: Preparing [2020-12-15T06:49:36.570Z] aa952d2080c9: Preparing [2020-12-15T06:49:36.570Z] d3effec7d423: Preparing [2020-12-15T06:49:36.570Z] 8fe5c30ae538: Preparing [2020-12-15T06:49:36.570Z] 5ae89cfbe4a3: Preparing [2020-12-15T06:49:36.570Z] f4666769fca7: Preparing [2020-12-15T06:49:36.570Z] f4666769fca7: Waiting [2020-12-15T06:49:36.570Z] 5ae89cfbe4a3: Layer already exists [2020-12-15T06:49:36.570Z] d3effec7d423: Layer already exists [2020-12-15T06:49:36.570Z] 0b9d063fdcf5: Layer already exists [2020-12-15T06:49:36.570Z] aa952d2080c9: Layer already exists [2020-12-15T06:49:36.570Z] 8fe5c30ae538: Layer already exists [2020-12-15T06:49:36.570Z] f4666769fca7: Layer already exists [2020-12-15T06:49:36.965Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:49:36.965Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:49:36.965Z] OK: 12620 distinct packages available [2020-12-15T06:49:37.568Z] Removing intermediate container 8dbdc8c119ab [2020-12-15T06:49:37.568Z] ---> 0c931d286c02 [2020-12-15T06:49:37.568Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T06:49:37.848Z] OK: 217 MiB in 51 packages [2020-12-15T06:49:37.960Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:f8b0f92e15404a42cb2d96bbf2c911f267a3089807c7e94e8cd2dce14a9092d3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:38.276Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:38.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-15T06:49:38.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T06:49:38.597Z] 0b9d063fdcf5: Preparing [2020-12-15T06:49:38.597Z] aa952d2080c9: Preparing [2020-12-15T06:49:38.597Z] d3effec7d423: Preparing [2020-12-15T06:49:38.597Z] 8fe5c30ae538: Preparing [2020-12-15T06:49:38.597Z] 5ae89cfbe4a3: Preparing [2020-12-15T06:49:38.597Z] f4666769fca7: Preparing [2020-12-15T06:49:38.597Z] f4666769fca7: Waiting [2020-12-15T06:49:38.597Z] aa952d2080c9: Layer already exists [2020-12-15T06:49:38.597Z] 0b9d063fdcf5: Layer already exists [2020-12-15T06:49:38.597Z] 5ae89cfbe4a3: Layer already exists [2020-12-15T06:49:38.597Z] 8fe5c30ae538: Layer already exists [2020-12-15T06:49:38.597Z] d3effec7d423: Layer already exists [2020-12-15T06:49:38.597Z] f4666769fca7: Layer already exists [2020-12-15T06:49:38.597Z] master: digest: sha256:f8b0f92e15404a42cb2d96bbf2c911f267a3089807c7e94e8cd2dce14a9092d3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:39.000Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:39.057Z] taggedImages: [2020-12-15T06:49:39.057Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:39.057Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.11 [2020-12-15T06:49:39.057Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:39.057Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-15T06:49:39.138Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-15T06:49:39.138Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:39.138Z] 2.0.0-dev.11 [2020-12-15T06:49:39.138Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:39.138Z] master [2020-12-15T06:49:39.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:39.820Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:39.934Z] ---> ecaeb78c959c [2020-12-15T06:49:39.934Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T06:49:40.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:40.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T06:49:40.124Z] bda56ab3dfc7: Preparing [2020-12-15T06:49:40.124Z] 64c85e5f1768: Preparing [2020-12-15T06:49:40.124Z] 2fae9a969f7f: Preparing [2020-12-15T06:49:40.388Z] 2fae9a969f7f: Pushed [2020-12-15T06:49:40.388Z] bda56ab3dfc7: Pushed [2020-12-15T06:49:40.534Z] Removing intermediate container f1356bc7a8bc [2020-12-15T06:49:40.534Z] ---> c4638394c36c [2020-12-15T06:49:40.534Z] [2020-12-15T06:49:40.534Z] Step 10/23 : FROM alpine [2020-12-15T06:49:40.816Z] Removing intermediate container 0890f9b4a2ce [2020-12-15T06:49:40.816Z] ---> 2b9730303ff6 [2020-12-15T06:49:40.816Z] Step 5/29 : COPY go.mod . [2020-12-15T06:49:40.816Z] latest: Pulling from library/alpine [2020-12-15T06:49:40.816Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T06:49:40.816Z] Status: Downloaded newer image for alpine:latest [2020-12-15T06:49:40.816Z] ---> dd36a01c3f31 [2020-12-15T06:49:40.817Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:49:41.337Z] 64c85e5f1768: Pushed [2020-12-15T06:49:41.427Z] Removing intermediate container 0f53b06ad977 [2020-12-15T06:49:41.427Z] ---> 3c9a6345b264 [2020-12-15T06:49:41.427Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T06:49:41.427Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:49:41.427Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:49:41.427Z] ---> 3a2f7f3a964d [2020-12-15T06:49:41.427Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T06:49:41.427Z] ---> Using cache [2020-12-15T06:49:41.427Z] ---> e5e580256f13 [2020-12-15T06:49:41.427Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:49:41.427Z] ---> Using cache [2020-12-15T06:49:41.427Z] ---> d65d9fdd2dc2 [2020-12-15T06:49:41.427Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T06:49:41.427Z] ---> Using cache [2020-12-15T06:49:41.427Z] ---> a144ce470d9a [2020-12-15T06:49:41.427Z] Step 6/21 : COPY go.mod . [2020-12-15T06:49:41.427Z] ---> Using cache [2020-12-15T06:49:41.427Z] ---> 6af5accf62f0 [2020-12-15T06:49:41.427Z] Step 7/21 : RUN go mod download [2020-12-15T06:49:41.427Z] ---> Using cache [2020-12-15T06:49:41.427Z] ---> a64731bfbd9b [2020-12-15T06:49:41.427Z] Step 8/21 : COPY . . [2020-12-15T06:49:41.603Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:a7eae73f05f2ea29758a25bf6f17e1bea1636fe97bd570be44317a42ffd1c6c4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:41.701Z] ---> Using cache [2020-12-15T06:49:41.701Z] ---> 1c9da885c753 [2020-12-15T06:49:41.701Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T06:49:41.701Z] ---> Running in 1cfc3e100074 [2020-12-15T06:49:41.923Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:41.989Z] ---> Running in cd7856056d2a [2020-12-15T06:49:41.989Z] ---> 771d60dfbf88 [2020-12-15T06:49:41.989Z] Step 6/29 : RUN go mod download [2020-12-15T06:49:41.989Z] ---> Running in b687269d39f4 [2020-12-15T06:49:42.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.11 [2020-12-15T06:49:42.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T06:49:42.234Z] bda56ab3dfc7: Preparing [2020-12-15T06:49:42.234Z] 64c85e5f1768: Preparing [2020-12-15T06:49:42.234Z] 2fae9a969f7f: Preparing [2020-12-15T06:49:42.234Z] 2fae9a969f7f: Layer already exists [2020-12-15T06:49:42.234Z] 64c85e5f1768: Layer already exists [2020-12-15T06:49:42.234Z] bda56ab3dfc7: Layer already exists [2020-12-15T06:49:42.234Z] 2.0.0-dev.11: digest: sha256:a7eae73f05f2ea29758a25bf6f17e1bea1636fe97bd570be44317a42ffd1c6c4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:42.273Z] ---> e92ddb03b7b8 [2020-12-15T06:49:42.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T06:49:42.273Z] ---> Running in cb20ab2d0802 [2020-12-15T06:49:42.556Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:42.556Z] Removing intermediate container 1cfc3e100074 [2020-12-15T06:49:42.556Z] ---> a21688732202 [2020-12-15T06:49:42.556Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:42.850Z] ---> Running in 50066c34eab4 [2020-12-15T06:49:42.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:42.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T06:49:42.903Z] bda56ab3dfc7: Preparing [2020-12-15T06:49:42.903Z] 64c85e5f1768: Preparing [2020-12-15T06:49:42.903Z] 2fae9a969f7f: Preparing [2020-12-15T06:49:42.903Z] bda56ab3dfc7: Layer already exists [2020-12-15T06:49:42.903Z] 2fae9a969f7f: Layer already exists [2020-12-15T06:49:42.903Z] 64c85e5f1768: Layer already exists [2020-12-15T06:49:42.903Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:a7eae73f05f2ea29758a25bf6f17e1bea1636fe97bd570be44317a42ffd1c6c4 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:43.254Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:43.511Z] ---> bfb51666dabe [2020-12-15T06:49:43.511Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T06:49:43.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-15T06:49:43.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T06:49:43.611Z] bda56ab3dfc7: Preparing [2020-12-15T06:49:43.611Z] 64c85e5f1768: Preparing [2020-12-15T06:49:43.611Z] 2fae9a969f7f: Preparing [2020-12-15T06:49:43.611Z] 2fae9a969f7f: Layer already exists [2020-12-15T06:49:43.611Z] 64c85e5f1768: Layer already exists [2020-12-15T06:49:43.611Z] bda56ab3dfc7: Layer already exists [2020-12-15T06:49:43.792Z] Removing intermediate container 50066c34eab4 [2020-12-15T06:49:43.792Z] ---> fa92dc605b71 [2020-12-15T06:49:43.792Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T06:49:43.792Z] ---> Running in 4d57d8e73d49 [2020-12-15T06:49:43.888Z] master: digest: sha256:a7eae73f05f2ea29758a25bf6f17e1bea1636fe97bd570be44317a42ffd1c6c4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-15T06:49:44.071Z] ---> Running in f50941db4d40 [2020-12-15T06:49:44.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] echo [2020-12-15T06:49:44.143Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:44.204Z] taggedImages: [2020-12-15T06:49:44.204Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:44.204Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.11 [2020-12-15T06:49:44.204Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:44.204Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-15T06:49:44.286Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-15T06:49:44.286Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:44.286Z] 2.0.0-dev.11 [2020-12-15T06:49:44.286Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:44.286Z] master [2020-12-15T06:49:44.286Z] ===================================================== [2020-12-15T06:49:44.343Z] Removing intermediate container 4d57d8e73d49 [2020-12-15T06:49:44.343Z] ---> 80bab94b0e2b [2020-12-15T06:49:44.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:44.614Z] ---> Running in b829fda790b0 [2020-12-15T06:49:44.614Z] Removing intermediate container f50941db4d40 [2020-12-15T06:49:44.614Z] ---> 3b949711de41 [2020-12-15T06:49:44.614Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:49:44.839Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:44.888Z] ---> Running in a1b88ede96ac [2020-12-15T06:49:45.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:45.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T06:49:45.142Z] 35203c3b7825: Preparing [2020-12-15T06:49:45.142Z] fa273edcc55b: Preparing [2020-12-15T06:49:45.142Z] 8ed0178df948: Preparing [2020-12-15T06:49:45.142Z] c96498888e55: Preparing [2020-12-15T06:49:45.142Z] 94893059fc5c: Preparing [2020-12-15T06:49:45.142Z] 3e009b73e905: Preparing [2020-12-15T06:49:45.142Z] 1b3ee35aacca: Preparing [2020-12-15T06:49:45.142Z] 3e009b73e905: Waiting [2020-12-15T06:49:45.142Z] 1b3ee35aacca: Waiting [2020-12-15T06:49:45.408Z] 94893059fc5c: Pushed [2020-12-15T06:49:45.408Z] 35203c3b7825: Pushed [2020-12-15T06:49:45.408Z] 8ed0178df948: Pushed [2020-12-15T06:49:45.408Z] fa273edcc55b: Pushed [2020-12-15T06:49:45.408Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:49:45.496Z] Removing intermediate container b829fda790b0 [2020-12-15T06:49:45.496Z] ---> 949721eb6962 [2020-12-15T06:49:45.496Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T06:49:45.779Z] ---> Running in 5d1d3de4a140 [2020-12-15T06:49:45.998Z] 3e009b73e905: Pushed [2020-12-15T06:49:45.998Z] c96498888e55: Pushed [2020-12-15T06:49:46.259Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:f1993b9cf7a66c7d1b668e824e9cfc808f4c3a68e3aab3299639e6f45c64bfff size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:46.404Z] Removing intermediate container 5d1d3de4a140 [2020-12-15T06:49:46.404Z] ---> dcfc03583d21 [2020-12-15T06:49:46.404Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:46.571Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:46.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.11 [2020-12-15T06:49:46.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T06:49:46.878Z] 35203c3b7825: Preparing [2020-12-15T06:49:46.878Z] fa273edcc55b: Preparing [2020-12-15T06:49:46.878Z] 8ed0178df948: Preparing [2020-12-15T06:49:46.878Z] c96498888e55: Preparing [2020-12-15T06:49:46.878Z] 94893059fc5c: Preparing [2020-12-15T06:49:46.878Z] 3e009b73e905: Preparing [2020-12-15T06:49:46.878Z] 1b3ee35aacca: Preparing [2020-12-15T06:49:46.878Z] 3e009b73e905: Waiting [2020-12-15T06:49:46.878Z] 1b3ee35aacca: Waiting [2020-12-15T06:49:46.878Z] c96498888e55: Layer already exists [2020-12-15T06:49:46.878Z] fa273edcc55b: Layer already exists [2020-12-15T06:49:46.878Z] 35203c3b7825: Layer already exists [2020-12-15T06:49:46.878Z] 94893059fc5c: Layer already exists [2020-12-15T06:49:46.878Z] 8ed0178df948: Layer already exists [2020-12-15T06:49:46.878Z] 3e009b73e905: Layer already exists [2020-12-15T06:49:46.878Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:49:46.878Z] 2.0.0-dev.11: digest: sha256:f1993b9cf7a66c7d1b668e824e9cfc808f4c3a68e3aab3299639e6f45c64bfff size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:47.004Z] ---> Running in cba88339dbcb [2020-12-15T06:49:47.004Z] Removing intermediate container cb20ab2d0802 [2020-12-15T06:49:47.004Z] ---> b58ef5998f5d [2020-12-15T06:49:47.004Z] Step 7/29 : COPY . . [2020-12-15T06:49:47.195Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:47.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:47.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T06:49:47.500Z] 35203c3b7825: Preparing [2020-12-15T06:49:47.500Z] fa273edcc55b: Preparing [2020-12-15T06:49:47.500Z] 8ed0178df948: Preparing [2020-12-15T06:49:47.500Z] c96498888e55: Preparing [2020-12-15T06:49:47.500Z] 94893059fc5c: Preparing [2020-12-15T06:49:47.500Z] 3e009b73e905: Preparing [2020-12-15T06:49:47.500Z] 1b3ee35aacca: Preparing [2020-12-15T06:49:47.500Z] 3e009b73e905: Waiting [2020-12-15T06:49:47.500Z] 1b3ee35aacca: Waiting [2020-12-15T06:49:47.500Z] fa273edcc55b: Layer already exists [2020-12-15T06:49:47.500Z] c96498888e55: Layer already exists [2020-12-15T06:49:47.500Z] 8ed0178df948: Layer already exists [2020-12-15T06:49:47.500Z] 35203c3b7825: Layer already exists [2020-12-15T06:49:47.500Z] 94893059fc5c: Layer already exists [2020-12-15T06:49:47.500Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:49:47.500Z] 3e009b73e905: Layer already exists [2020-12-15T06:49:47.500Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:f1993b9cf7a66c7d1b668e824e9cfc808f4c3a68e3aab3299639e6f45c64bfff size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:47.813Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:47.989Z] Removing intermediate container cba88339dbcb [2020-12-15T06:49:47.989Z] ---> 9748d2b30ec8 [2020-12-15T06:49:47.989Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:49:48.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-15T06:49:48.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T06:49:48.116Z] 35203c3b7825: Preparing [2020-12-15T06:49:48.116Z] fa273edcc55b: Preparing [2020-12-15T06:49:48.116Z] 8ed0178df948: Preparing [2020-12-15T06:49:48.116Z] c96498888e55: Preparing [2020-12-15T06:49:48.116Z] 94893059fc5c: Preparing [2020-12-15T06:49:48.116Z] 3e009b73e905: Preparing [2020-12-15T06:49:48.116Z] 1b3ee35aacca: Preparing [2020-12-15T06:49:48.116Z] 3e009b73e905: Waiting [2020-12-15T06:49:48.116Z] 1b3ee35aacca: Waiting [2020-12-15T06:49:48.117Z] 35203c3b7825: Layer already exists [2020-12-15T06:49:48.117Z] fa273edcc55b: Layer already exists [2020-12-15T06:49:48.117Z] 94893059fc5c: Layer already exists [2020-12-15T06:49:48.117Z] c96498888e55: Layer already exists [2020-12-15T06:49:48.117Z] 8ed0178df948: Layer already exists [2020-12-15T06:49:48.117Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:49:48.117Z] 3e009b73e905: Layer already exists [2020-12-15T06:49:48.117Z] master: digest: sha256:f1993b9cf7a66c7d1b668e824e9cfc808f4c3a68e3aab3299639e6f45c64bfff size: 1778 [2020-12-15T06:49:48.266Z] ---> Running in 489cb490032c [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:48.576Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:48.629Z] taggedImages: [2020-12-15T06:49:48.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:48.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.11 [2020-12-15T06:49:48.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:48.629Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-15T06:49:48.708Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-15T06:49:48.708Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:48.708Z] 2.0.0-dev.11 [2020-12-15T06:49:48.708Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:48.708Z] master [2020-12-15T06:49:48.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:49.221Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:49.424Z] Removing intermediate container a1b88ede96ac [2020-12-15T06:49:49.424Z] ---> bdfbff5b80aa [2020-12-15T06:49:49.424Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T06:49:49.424Z] Removing intermediate container 489cb490032c [2020-12-15T06:49:49.424Z] ---> 9896ead17096 [2020-12-15T06:49:49.424Z] [2020-12-15T06:49:49.424Z] Collecting docker-compose==1.23.2 [2020-12-15T06:49:49.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T06:49:49.424Z] ---> Running in 6a70d99ea38a [2020-12-15T06:49:49.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:49.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T06:49:49.523Z] 8397893dd2b6: Preparing [2020-12-15T06:49:49.523Z] 140f9824f3d3: Preparing [2020-12-15T06:49:49.523Z] 94e4f6f4ca6c: Preparing [2020-12-15T06:49:49.523Z] 1c99533c920a: Preparing [2020-12-15T06:49:49.523Z] 426e535d8a91: Preparing [2020-12-15T06:49:49.523Z] f4666769fca7: Preparing [2020-12-15T06:49:49.784Z] 1c99533c920a: Pushed [2020-12-15T06:49:49.784Z] 94e4f6f4ca6c: Pushed [2020-12-15T06:49:49.784Z] f4666769fca7: Layer already exists [2020-12-15T06:49:50.046Z] 426e535d8a91: Pushed [2020-12-15T06:49:50.635Z] 8397893dd2b6: Pushed [2020-12-15T06:49:50.635Z] 140f9824f3d3: Pushed [2020-12-15T06:49:50.901Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:68fae3dc9ca632af55246e509bc8a28d32394169d10e497528ebc0db5dab5de1 size: 1574 [2020-12-15T06:49:50.920Z] Successfully built 9896ead17096 [2020-12-15T06:49:50.920Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T06:49:50.920Z] Building docker-support-scheduler-go [2020-12-15T06:49:50.920Z]  Building docker-core-metadata-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T06:49:50.920Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:51.261Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:51.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.11 [2020-12-15T06:49:51.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T06:49:51.566Z] 8397893dd2b6: Preparing [2020-12-15T06:49:51.566Z] 140f9824f3d3: Preparing [2020-12-15T06:49:51.566Z] 94e4f6f4ca6c: Preparing [2020-12-15T06:49:51.566Z] 1c99533c920a: Preparing [2020-12-15T06:49:51.566Z] 426e535d8a91: Preparing [2020-12-15T06:49:51.566Z] f4666769fca7: Preparing [2020-12-15T06:49:51.566Z] f4666769fca7: Waiting [2020-12-15T06:49:51.566Z] 1c99533c920a: Layer already exists [2020-12-15T06:49:51.566Z] 426e535d8a91: Layer already exists [2020-12-15T06:49:51.566Z] 140f9824f3d3: Layer already exists [2020-12-15T06:49:51.566Z] 94e4f6f4ca6c: Layer already exists [2020-12-15T06:49:51.566Z] 8397893dd2b6: Layer already exists [2020-12-15T06:49:51.566Z] f4666769fca7: Layer already exists [2020-12-15T06:49:51.566Z] 2.0.0-dev.11: digest: sha256:68fae3dc9ca632af55246e509bc8a28d32394169d10e497528ebc0db5dab5de1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:51.874Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:51.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:49:52.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:52.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T06:49:52.171Z] 8397893dd2b6: Preparing [2020-12-15T06:49:52.171Z] 140f9824f3d3: Preparing [2020-12-15T06:49:52.171Z] 94e4f6f4ca6c: Preparing [2020-12-15T06:49:52.171Z] 1c99533c920a: Preparing [2020-12-15T06:49:52.171Z] 426e535d8a91: Preparing [2020-12-15T06:49:52.171Z] f4666769fca7: Preparing [2020-12-15T06:49:52.171Z] f4666769fca7: Waiting [2020-12-15T06:49:52.171Z] 94e4f6f4ca6c: Layer already exists [2020-12-15T06:49:52.171Z] 1c99533c920a: Layer already exists [2020-12-15T06:49:52.171Z] 8397893dd2b6: Layer already exists [2020-12-15T06:49:52.171Z] 426e535d8a91: Layer already exists [2020-12-15T06:49:52.171Z] 140f9824f3d3: Layer already exists [2020-12-15T06:49:52.171Z] f4666769fca7: Layer already exists [2020-12-15T06:49:52.171Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:68fae3dc9ca632af55246e509bc8a28d32394169d10e497528ebc0db5dab5de1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:52.478Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:52.547Z] Collecting PyYAML<4,>=3.10 [2020-12-15T06:49:52.548Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T06:49:52.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-15T06:49:52.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T06:49:52.777Z] 8397893dd2b6: Preparing [2020-12-15T06:49:52.777Z] 140f9824f3d3: Preparing [2020-12-15T06:49:52.777Z] 94e4f6f4ca6c: Preparing [2020-12-15T06:49:52.777Z] 1c99533c920a: Preparing [2020-12-15T06:49:52.777Z] 426e535d8a91: Preparing [2020-12-15T06:49:52.777Z] f4666769fca7: Preparing [2020-12-15T06:49:52.777Z] f4666769fca7: Waiting [2020-12-15T06:49:52.777Z] 426e535d8a91: Layer already exists [2020-12-15T06:49:52.777Z] 94e4f6f4ca6c: Layer already exists [2020-12-15T06:49:52.777Z] 8397893dd2b6: Layer already exists [2020-12-15T06:49:52.777Z] 1c99533c920a: Layer already exists [2020-12-15T06:49:52.777Z] 140f9824f3d3: Layer already exists [2020-12-15T06:49:52.777Z] f4666769fca7: Layer already exists [2020-12-15T06:49:52.777Z] master: digest: sha256:68fae3dc9ca632af55246e509bc8a28d32394169d10e497528ebc0db5dab5de1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:53.023Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:53.079Z] taggedImages: [2020-12-15T06:49:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.11 [2020-12-15T06:49:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:53.079Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-15T06:49:53.154Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-15T06:49:53.154Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:53.154Z] 2.0.0-dev.11 [2020-12-15T06:49:53.154Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:53.154Z] master [2020-12-15T06:49:53.154Z] ===================================================== [2020-12-15T06:49:53.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:53.716Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:54.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:54.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T06:49:54.021Z] ad857f04e448: Preparing [2020-12-15T06:49:54.021Z] 78031f9e8e3a: Preparing [2020-12-15T06:49:54.021Z] 92eca959c970: Preparing [2020-12-15T06:49:54.021Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:54.021Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:54.021Z] 371947e3ff4e: Preparing [2020-12-15T06:49:54.021Z] 02c3a8c2cde5: Preparing [2020-12-15T06:49:54.021Z] 56b906f4efe2: Preparing [2020-12-15T06:49:54.021Z] ad857f04e448: Preparing [2020-12-15T06:49:54.021Z] ae07de4484e1: Preparing [2020-12-15T06:49:54.021Z] e48bb67ddba9: Preparing [2020-12-15T06:49:54.021Z] a9e4bd675222: Preparing [2020-12-15T06:49:54.021Z] f4666769fca7: Preparing [2020-12-15T06:49:54.021Z] 02c3a8c2cde5: Waiting [2020-12-15T06:49:54.021Z] ae07de4484e1: Waiting [2020-12-15T06:49:54.021Z] 56b906f4efe2: Waiting [2020-12-15T06:49:54.021Z] a9e4bd675222: Waiting [2020-12-15T06:49:54.021Z] f4666769fca7: Waiting [2020-12-15T06:49:54.146Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T06:49:54.283Z] 78031f9e8e3a: Pushed [2020-12-15T06:49:54.283Z] 92eca959c970: Pushed [2020-12-15T06:49:54.283Z] 371947e3ff4e: Pushed [2020-12-15T06:49:54.283Z] 2d6e63c5ff3c: Pushed [2020-12-15T06:49:54.283Z] 02c3a8c2cde5: Pushed [2020-12-15T06:49:54.283Z] e48bb67ddba9: Pushed [2020-12-15T06:49:54.420Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T06:49:54.420Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T06:49:54.544Z] f4666769fca7: Layer already exists [2020-12-15T06:49:54.544Z] 56b906f4efe2: Pushed [2020-12-15T06:49:54.544Z] ae07de4484e1: Pushed [2020-12-15T06:49:54.805Z] a9e4bd675222: Pushed [2020-12-15T06:49:55.024Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T06:49:55.068Z] ad857f04e448: Pushed [2020-12-15T06:49:55.068Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:411855908e1d6f9cf757be01cbcf9b9d862ff8f5decd68416ebdbc2e8220425a size: 3027 [2020-12-15T06:49:55.304Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T06:49:55.304Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:49:55.304Z] OK: 8 MiB in 19 packages [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:55.634Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:55.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.11 [2020-12-15T06:49:55.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T06:49:55.935Z] ad857f04e448: Preparing [2020-12-15T06:49:55.935Z] 78031f9e8e3a: Preparing [2020-12-15T06:49:55.935Z] 92eca959c970: Preparing [2020-12-15T06:49:55.935Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:55.935Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:55.935Z] 371947e3ff4e: Preparing [2020-12-15T06:49:55.935Z] 02c3a8c2cde5: Preparing [2020-12-15T06:49:55.935Z] 56b906f4efe2: Preparing [2020-12-15T06:49:55.935Z] ad857f04e448: Preparing [2020-12-15T06:49:55.935Z] ae07de4484e1: Preparing [2020-12-15T06:49:55.935Z] e48bb67ddba9: Preparing [2020-12-15T06:49:55.935Z] a9e4bd675222: Preparing [2020-12-15T06:49:55.935Z] f4666769fca7: Preparing [2020-12-15T06:49:55.935Z] ae07de4484e1: Waiting [2020-12-15T06:49:55.935Z] e48bb67ddba9: Waiting [2020-12-15T06:49:55.935Z] a9e4bd675222: Waiting [2020-12-15T06:49:55.935Z] f4666769fca7: Waiting [2020-12-15T06:49:55.935Z] 56b906f4efe2: Waiting [2020-12-15T06:49:55.935Z] 02c3a8c2cde5: Waiting [2020-12-15T06:49:55.935Z] 371947e3ff4e: Layer already exists [2020-12-15T06:49:55.935Z] 92eca959c970: Layer already exists [2020-12-15T06:49:55.935Z] 78031f9e8e3a: Layer already exists [2020-12-15T06:49:55.935Z] 2d6e63c5ff3c: Layer already exists [2020-12-15T06:49:55.935Z] ad857f04e448: Layer already exists [2020-12-15T06:49:55.935Z] e48bb67ddba9: Layer already exists [2020-12-15T06:49:55.935Z] 02c3a8c2cde5: Layer already exists [2020-12-15T06:49:55.935Z] 56b906f4efe2: Layer already exists [2020-12-15T06:49:55.935Z] a9e4bd675222: Layer already exists [2020-12-15T06:49:55.935Z] ae07de4484e1: Layer already exists [2020-12-15T06:49:55.935Z] f4666769fca7: Layer already exists [2020-12-15T06:49:55.935Z] 2.0.0-dev.11: digest: sha256:411855908e1d6f9cf757be01cbcf9b9d862ff8f5decd68416ebdbc2e8220425a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:56.243Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:56.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:56.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T06:49:56.543Z] ad857f04e448: Preparing [2020-12-15T06:49:56.543Z] 78031f9e8e3a: Preparing [2020-12-15T06:49:56.543Z] 92eca959c970: Preparing [2020-12-15T06:49:56.543Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:56.543Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:56.543Z] 371947e3ff4e: Preparing [2020-12-15T06:49:56.543Z] 02c3a8c2cde5: Preparing [2020-12-15T06:49:56.543Z] 56b906f4efe2: Preparing [2020-12-15T06:49:56.543Z] ad857f04e448: Preparing [2020-12-15T06:49:56.543Z] ae07de4484e1: Preparing [2020-12-15T06:49:56.543Z] e48bb67ddba9: Preparing [2020-12-15T06:49:56.543Z] a9e4bd675222: Preparing [2020-12-15T06:49:56.543Z] f4666769fca7: Preparing [2020-12-15T06:49:56.543Z] 56b906f4efe2: Waiting [2020-12-15T06:49:56.543Z] ae07de4484e1: Waiting [2020-12-15T06:49:56.543Z] e48bb67ddba9: Waiting [2020-12-15T06:49:56.543Z] a9e4bd675222: Waiting [2020-12-15T06:49:56.543Z] f4666769fca7: Waiting [2020-12-15T06:49:56.543Z] 02c3a8c2cde5: Waiting [2020-12-15T06:49:56.543Z] 78031f9e8e3a: Layer already exists [2020-12-15T06:49:56.543Z] 371947e3ff4e: Layer already exists [2020-12-15T06:49:56.543Z] 92eca959c970: Layer already exists [2020-12-15T06:49:56.543Z] 2d6e63c5ff3c: Layer already exists [2020-12-15T06:49:56.543Z] ad857f04e448: Layer already exists [2020-12-15T06:49:56.543Z] 56b906f4efe2: Layer already exists [2020-12-15T06:49:56.543Z] ae07de4484e1: Layer already exists [2020-12-15T06:49:56.543Z] e48bb67ddba9: Layer already exists [2020-12-15T06:49:56.543Z] 02c3a8c2cde5: Layer already exists [2020-12-15T06:49:56.543Z] f4666769fca7: Layer already exists [2020-12-15T06:49:56.805Z] a9e4bd675222: Layer already exists [2020-12-15T06:49:56.805Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:411855908e1d6f9cf757be01cbcf9b9d862ff8f5decd68416ebdbc2e8220425a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:57.108Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:57.417Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T06:49:57.417Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T06:49:57.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-15T06:49:57.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T06:49:57.493Z] ad857f04e448: Preparing [2020-12-15T06:49:57.493Z] 78031f9e8e3a: Preparing [2020-12-15T06:49:57.493Z] 92eca959c970: Preparing [2020-12-15T06:49:57.493Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:57.493Z] 2d6e63c5ff3c: Preparing [2020-12-15T06:49:57.493Z] 371947e3ff4e: Preparing [2020-12-15T06:49:57.493Z] 02c3a8c2cde5: Preparing [2020-12-15T06:49:57.493Z] 56b906f4efe2: Preparing [2020-12-15T06:49:57.493Z] ad857f04e448: Preparing [2020-12-15T06:49:57.493Z] ae07de4484e1: Preparing [2020-12-15T06:49:57.493Z] e48bb67ddba9: Preparing [2020-12-15T06:49:57.493Z] a9e4bd675222: Preparing [2020-12-15T06:49:57.493Z] f4666769fca7: Preparing [2020-12-15T06:49:57.493Z] 02c3a8c2cde5: Waiting [2020-12-15T06:49:57.493Z] 56b906f4efe2: Waiting [2020-12-15T06:49:57.493Z] ae07de4484e1: Waiting [2020-12-15T06:49:57.493Z] e48bb67ddba9: Waiting [2020-12-15T06:49:57.493Z] a9e4bd675222: Waiting [2020-12-15T06:49:57.493Z] f4666769fca7: Waiting [2020-12-15T06:49:57.493Z] 2d6e63c5ff3c: Layer already exists [2020-12-15T06:49:57.493Z] 78031f9e8e3a: Layer already exists [2020-12-15T06:49:57.493Z] 92eca959c970: Layer already exists [2020-12-15T06:49:57.493Z] 371947e3ff4e: Layer already exists [2020-12-15T06:49:57.493Z] ad857f04e448: Layer already exists [2020-12-15T06:49:57.493Z] 56b906f4efe2: Layer already exists [2020-12-15T06:49:57.493Z] e48bb67ddba9: Layer already exists [2020-12-15T06:49:57.493Z] 02c3a8c2cde5: Layer already exists [2020-12-15T06:49:57.493Z] a9e4bd675222: Layer already exists [2020-12-15T06:49:57.493Z] ae07de4484e1: Layer already exists [2020-12-15T06:49:57.493Z] f4666769fca7: Layer already exists [2020-12-15T06:49:57.493Z] master: digest: sha256:411855908e1d6f9cf757be01cbcf9b9d862ff8f5decd68416ebdbc2e8220425a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:49:57.738Z] ===================================================== [Pipeline] echo [2020-12-15T06:49:57.786Z] taggedImages: [2020-12-15T06:49:57.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:57.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.11 [2020-12-15T06:49:57.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:57.786Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-15T06:49:57.853Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-15T06:49:57.853Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:57.853Z] 2.0.0-dev.11 [2020-12-15T06:49:57.853Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:49:57.853Z] master [2020-12-15T06:49:57.853Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:58.389Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:49:58.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:49:58.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T06:49:58.691Z] 1fbc07cca021: Preparing [2020-12-15T06:49:58.691Z] 50592cc74ad7: Preparing [2020-12-15T06:49:58.691Z] 4bc401567fd6: Preparing [2020-12-15T06:49:58.691Z] ddf0765cc44a: Preparing [2020-12-15T06:49:58.691Z] 759cf9e0aa98: Preparing [2020-12-15T06:49:58.691Z] b5242508b129: Preparing [2020-12-15T06:49:58.691Z] b5c386f5ba80: Preparing [2020-12-15T06:49:58.691Z] 3e009b73e905: Preparing [2020-12-15T06:49:58.691Z] 1b3ee35aacca: Preparing [2020-12-15T06:49:58.691Z] b5242508b129: Waiting [2020-12-15T06:49:58.691Z] b5c386f5ba80: Waiting [2020-12-15T06:49:58.691Z] 3e009b73e905: Waiting [2020-12-15T06:49:58.691Z] 1b3ee35aacca: Waiting [2020-12-15T06:49:58.955Z] 1fbc07cca021: Pushed [2020-12-15T06:49:58.955Z] 759cf9e0aa98: Pushed [2020-12-15T06:49:58.955Z] 50592cc74ad7: Pushed [2020-12-15T06:49:58.955Z] 3e009b73e905: Layer already exists [2020-12-15T06:49:58.955Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:49:58.955Z] b5c386f5ba80: Pushed [2020-12-15T06:49:58.955Z] b5242508b129: Pushed [2020-12-15T06:49:59.904Z] ddf0765cc44a: Pushed [2020-12-15T06:49:59.904Z] 4bc401567fd6: Pushed [2020-12-15T06:49:59.904Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:332b07984c5bb12c5fcf5e591db95f934ee3993f2efe105ce16a483a38fa6ac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:00.123Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T06:50:00.123Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T06:50:00.124Z] Removing intermediate container 6a70d99ea38a [2020-12-15T06:50:00.124Z] ---> 482943ff0255 [2020-12-15T06:50:00.124Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T06:50:00.233Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:00.437Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T06:50:00.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.11 [2020-12-15T06:50:00.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T06:50:00.564Z] 1fbc07cca021: Preparing [2020-12-15T06:50:00.564Z] 50592cc74ad7: Preparing [2020-12-15T06:50:00.564Z] 4bc401567fd6: Preparing [2020-12-15T06:50:00.564Z] ddf0765cc44a: Preparing [2020-12-15T06:50:00.564Z] 759cf9e0aa98: Preparing [2020-12-15T06:50:00.564Z] b5242508b129: Preparing [2020-12-15T06:50:00.564Z] b5c386f5ba80: Preparing [2020-12-15T06:50:00.564Z] 3e009b73e905: Preparing [2020-12-15T06:50:00.564Z] 1b3ee35aacca: Preparing [2020-12-15T06:50:00.564Z] b5242508b129: Waiting [2020-12-15T06:50:00.564Z] b5c386f5ba80: Waiting [2020-12-15T06:50:00.564Z] 3e009b73e905: Waiting [2020-12-15T06:50:00.564Z] 1b3ee35aacca: Waiting [2020-12-15T06:50:00.564Z] 4bc401567fd6: Layer already exists [2020-12-15T06:50:00.564Z] 50592cc74ad7: Layer already exists [2020-12-15T06:50:00.564Z] 759cf9e0aa98: Layer already exists [2020-12-15T06:50:00.564Z] 1fbc07cca021: Layer already exists [2020-12-15T06:50:00.564Z] ddf0765cc44a: Layer already exists [2020-12-15T06:50:00.564Z] b5c386f5ba80: Layer already exists [2020-12-15T06:50:00.564Z] b5242508b129: Layer already exists [2020-12-15T06:50:00.564Z] 3e009b73e905: Layer already exists [2020-12-15T06:50:00.564Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:50:00.564Z] 2.0.0-dev.11: digest: sha256:332b07984c5bb12c5fcf5e591db95f934ee3993f2efe105ce16a483a38fa6ac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:00.885Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:01.045Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T06:50:01.045Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T06:50:01.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:01.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T06:50:01.182Z] 1fbc07cca021: Preparing [2020-12-15T06:50:01.182Z] 50592cc74ad7: Preparing [2020-12-15T06:50:01.182Z] 4bc401567fd6: Preparing [2020-12-15T06:50:01.182Z] ddf0765cc44a: Preparing [2020-12-15T06:50:01.182Z] 759cf9e0aa98: Preparing [2020-12-15T06:50:01.182Z] b5242508b129: Preparing [2020-12-15T06:50:01.182Z] b5c386f5ba80: Preparing [2020-12-15T06:50:01.182Z] 3e009b73e905: Preparing [2020-12-15T06:50:01.182Z] 1b3ee35aacca: Preparing [2020-12-15T06:50:01.182Z] b5242508b129: Waiting [2020-12-15T06:50:01.182Z] 3e009b73e905: Waiting [2020-12-15T06:50:01.182Z] b5c386f5ba80: Waiting [2020-12-15T06:50:01.182Z] 1b3ee35aacca: Waiting [2020-12-15T06:50:01.182Z] 1fbc07cca021: Layer already exists [2020-12-15T06:50:01.182Z] 4bc401567fd6: Layer already exists [2020-12-15T06:50:01.182Z] 759cf9e0aa98: Layer already exists [2020-12-15T06:50:01.182Z] 50592cc74ad7: Layer already exists [2020-12-15T06:50:01.182Z] ddf0765cc44a: Layer already exists [2020-12-15T06:50:01.182Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:50:01.182Z] b5c386f5ba80: Layer already exists [2020-12-15T06:50:01.182Z] b5242508b129: Layer already exists [2020-12-15T06:50:01.182Z] 3e009b73e905: Layer already exists [2020-12-15T06:50:01.182Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:332b07984c5bb12c5fcf5e591db95f934ee3993f2efe105ce16a483a38fa6ac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:01.490Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:01.650Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T06:50:01.650Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T06:50:01.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-15T06:50:01.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T06:50:01.803Z] 1fbc07cca021: Preparing [2020-12-15T06:50:01.803Z] 50592cc74ad7: Preparing [2020-12-15T06:50:01.803Z] 4bc401567fd6: Preparing [2020-12-15T06:50:01.803Z] ddf0765cc44a: Preparing [2020-12-15T06:50:01.803Z] 759cf9e0aa98: Preparing [2020-12-15T06:50:01.803Z] b5242508b129: Preparing [2020-12-15T06:50:01.803Z] b5c386f5ba80: Preparing [2020-12-15T06:50:01.803Z] 3e009b73e905: Preparing [2020-12-15T06:50:01.803Z] 1b3ee35aacca: Preparing [2020-12-15T06:50:01.803Z] b5242508b129: Waiting [2020-12-15T06:50:01.803Z] b5c386f5ba80: Waiting [2020-12-15T06:50:01.803Z] 3e009b73e905: Waiting [2020-12-15T06:50:01.803Z] 1b3ee35aacca: Waiting [2020-12-15T06:50:01.803Z] 4bc401567fd6: Layer already exists [2020-12-15T06:50:01.803Z] ddf0765cc44a: Layer already exists [2020-12-15T06:50:01.803Z] 759cf9e0aa98: Layer already exists [2020-12-15T06:50:01.803Z] 50592cc74ad7: Layer already exists [2020-12-15T06:50:01.803Z] 1fbc07cca021: Layer already exists [2020-12-15T06:50:01.803Z] b5c386f5ba80: Layer already exists [2020-12-15T06:50:01.803Z] 3e009b73e905: Layer already exists [2020-12-15T06:50:01.803Z] b5242508b129: Layer already exists [2020-12-15T06:50:01.803Z] 1b3ee35aacca: Layer already exists [2020-12-15T06:50:01.930Z] ---> 297c7655e858 [2020-12-15T06:50:01.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T06:50:02.066Z] master: digest: sha256:332b07984c5bb12c5fcf5e591db95f934ee3993f2efe105ce16a483a38fa6ac8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:50:02.278Z] ===================================================== [Pipeline] echo [2020-12-15T06:50:02.357Z] taggedImages: [2020-12-15T06:50:02.357Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:02.357Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.11 [2020-12-15T06:50:02.357Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:02.357Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-15T06:50:02.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-15T06:50:02.419Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:02.419Z] 2.0.0-dev.11 [2020-12-15T06:50:02.419Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:02.419Z] master [2020-12-15T06:50:02.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:02.911Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:03.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:03.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T06:50:03.230Z] fe02e8514670: Preparing [2020-12-15T06:50:03.230Z] ba2251c83c33: Preparing [2020-12-15T06:50:03.230Z] 5f7813eb77be: Preparing [2020-12-15T06:50:03.230Z] 0139456a00ee: Preparing [2020-12-15T06:50:03.230Z] fdeae2b322fb: Preparing [2020-12-15T06:50:03.230Z] bd37abc1244e: Preparing [2020-12-15T06:50:03.230Z] bd37abc1244e: Waiting [2020-12-15T06:50:03.503Z] 5f7813eb77be: Pushed [2020-12-15T06:50:03.503Z] 0139456a00ee: Pushed [2020-12-15T06:50:03.503Z] fe02e8514670: Pushed [2020-12-15T06:50:03.775Z] fdeae2b322fb: Pushed [2020-12-15T06:50:03.775Z] bd37abc1244e: Pushed [2020-12-15T06:50:04.617Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T06:50:04.617Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T06:50:04.617Z] ---> 4743b8c891d4 [2020-12-15T06:50:04.617Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T06:50:04.732Z] ba2251c83c33: Pushed [2020-12-15T06:50:04.733Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:42ebd0bc67fbb73f90a0f9a5865b8d5eaa47aa5ca85d9bf3166dd3ca0d757346 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:05.109Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:05.278Z] ---> Running in c6a51519b629 [2020-12-15T06:50:05.278Z] ---> 94e480dae8c1 [2020-12-15T06:50:05.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T06:50:05.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.11 [2020-12-15T06:50:05.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T06:50:05.445Z] fe02e8514670: Preparing [2020-12-15T06:50:05.445Z] ba2251c83c33: Preparing [2020-12-15T06:50:05.445Z] 5f7813eb77be: Preparing [2020-12-15T06:50:05.445Z] 0139456a00ee: Preparing [2020-12-15T06:50:05.445Z] fdeae2b322fb: Preparing [2020-12-15T06:50:05.445Z] bd37abc1244e: Preparing [2020-12-15T06:50:05.445Z] bd37abc1244e: Waiting [2020-12-15T06:50:05.445Z] ba2251c83c33: Layer already exists [2020-12-15T06:50:05.445Z] 5f7813eb77be: Layer already exists [2020-12-15T06:50:05.445Z] fdeae2b322fb: Layer already exists [2020-12-15T06:50:05.445Z] fe02e8514670: Layer already exists [2020-12-15T06:50:05.445Z] 0139456a00ee: Layer already exists [2020-12-15T06:50:05.445Z] bd37abc1244e: Layer already exists [2020-12-15T06:50:05.445Z] 2.0.0-dev.11: digest: sha256:42ebd0bc67fbb73f90a0f9a5865b8d5eaa47aa5ca85d9bf3166dd3ca0d757346 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:05.768Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:06.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:06.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T06:50:06.193Z] fe02e8514670: Preparing [2020-12-15T06:50:06.193Z] ba2251c83c33: Preparing [2020-12-15T06:50:06.193Z] 5f7813eb77be: Preparing [2020-12-15T06:50:06.193Z] 0139456a00ee: Preparing [2020-12-15T06:50:06.193Z] fdeae2b322fb: Preparing [2020-12-15T06:50:06.193Z] bd37abc1244e: Preparing [2020-12-15T06:50:06.193Z] fdeae2b322fb: Layer already exists [2020-12-15T06:50:06.193Z] ba2251c83c33: Layer already exists [2020-12-15T06:50:06.193Z] 0139456a00ee: Layer already exists [2020-12-15T06:50:06.193Z] 5f7813eb77be: Layer already exists [2020-12-15T06:50:06.193Z] fe02e8514670: Layer already exists [2020-12-15T06:50:06.193Z] bd37abc1244e: Layer already exists [2020-12-15T06:50:06.193Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:42ebd0bc67fbb73f90a0f9a5865b8d5eaa47aa5ca85d9bf3166dd3ca0d757346 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:06.554Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:06.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-15T06:50:06.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T06:50:06.861Z] fe02e8514670: Preparing [2020-12-15T06:50:06.861Z] ba2251c83c33: Preparing [2020-12-15T06:50:06.861Z] 5f7813eb77be: Preparing [2020-12-15T06:50:06.861Z] 0139456a00ee: Preparing [2020-12-15T06:50:06.861Z] fdeae2b322fb: Preparing [2020-12-15T06:50:06.861Z] bd37abc1244e: Preparing [2020-12-15T06:50:06.861Z] bd37abc1244e: Waiting [2020-12-15T06:50:06.861Z] ba2251c83c33: Layer already exists [2020-12-15T06:50:06.861Z] fe02e8514670: Layer already exists [2020-12-15T06:50:06.861Z] 5f7813eb77be: Layer already exists [2020-12-15T06:50:06.861Z] fdeae2b322fb: Layer already exists [2020-12-15T06:50:06.861Z] 0139456a00ee: Layer already exists [2020-12-15T06:50:06.861Z] bd37abc1244e: Layer already exists [2020-12-15T06:50:06.861Z] master: digest: sha256:42ebd0bc67fbb73f90a0f9a5865b8d5eaa47aa5ca85d9bf3166dd3ca0d757346 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:50:07.070Z] ===================================================== [Pipeline] echo [2020-12-15T06:50:07.124Z] taggedImages: [2020-12-15T06:50:07.124Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:07.124Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.11 [2020-12-15T06:50:07.124Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:07.124Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-15T06:50:07.199Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-15T06:50:07.199Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:07.199Z] 2.0.0-dev.11 [2020-12-15T06:50:07.199Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:07.199Z] master [2020-12-15T06:50:07.199Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-15T06:50:07.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T06:50:07.324Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:50:07.324Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:50:07.324Z] ---> 3a2f7f3a964d [2020-12-15T06:50:07.324Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T06:50:07.324Z] ---> Using cache [2020-12-15T06:50:07.324Z] ---> e5e580256f13 [2020-12-15T06:50:07.324Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:50:07.324Z] ---> Using cache [2020-12-15T06:50:07.324Z] ---> d65d9fdd2dc2 [2020-12-15T06:50:07.324Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T06:50:07.324Z] ---> Using cache [2020-12-15T06:50:07.324Z] ---> a144ce470d9a [2020-12-15T06:50:07.324Z] Step 6/21 : COPY go.mod . [2020-12-15T06:50:07.324Z] ---> Using cache [2020-12-15T06:50:07.324Z] ---> 6af5accf62f0 [2020-12-15T06:50:07.324Z] Step 7/21 : RUN go mod download [2020-12-15T06:50:07.324Z] ---> Using cache [2020-12-15T06:50:07.324Z] ---> a64731bfbd9b [2020-12-15T06:50:07.324Z] Step 8/21 : COPY . . [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:07.606Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T06:50:07.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T06:50:07.606Z] ---> Using cache [2020-12-15T06:50:07.606Z] ---> 1c9da885c753 [2020-12-15T06:50:07.606Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T06:50:07.606Z] ---> b8235ca0f606 [2020-12-15T06:50:07.606Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T06:50:07.769Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:07.884Z] ---> Running in 9a6a6889415d [2020-12-15T06:50:07.884Z] ---> Running in 765fd9e28f89 [2020-12-15T06:50:08.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:08.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T06:50:08.095Z] b7a6f76f203d: Preparing [2020-12-15T06:50:08.095Z] ce819afa11ed: Preparing [2020-12-15T06:50:08.095Z] fafae5731495: Preparing [2020-12-15T06:50:08.372Z] b7a6f76f203d: Pushed [2020-12-15T06:50:08.372Z] fafae5731495: Pushed [2020-12-15T06:50:09.021Z] Removing intermediate container 765fd9e28f89 [2020-12-15T06:50:09.021Z] ---> dab97d081ec7 [2020-12-15T06:50:09.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:50:09.021Z] ---> Running in 0f8ac29ca3c8 [2020-12-15T06:50:09.412Z] ce819afa11ed: Pushed [2020-12-15T06:50:09.412Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:a29440969533b461523a796cbe0d169397346a4f1beedfa22aff326b8d8ccf5b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:09.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T06:50:09.660Z] Removing intermediate container 0f8ac29ca3c8 [2020-12-15T06:50:09.660Z] ---> aa39c15977e7 [2020-12-15T06:50:09.660Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T06:50:09.812Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:09.975Z] ---> Running in cfd93f9d3000 [2020-12-15T06:50:10.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.11 [2020-12-15T06:50:10.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T06:50:10.395Z] b7a6f76f203d: Preparing [2020-12-15T06:50:10.395Z] ce819afa11ed: Preparing [2020-12-15T06:50:10.395Z] fafae5731495: Preparing [2020-12-15T06:50:10.395Z] ce819afa11ed: Layer already exists [2020-12-15T06:50:10.395Z] fafae5731495: Layer already exists [2020-12-15T06:50:10.395Z] b7a6f76f203d: Layer already exists [2020-12-15T06:50:10.395Z] 2.0.0-dev.11: digest: sha256:a29440969533b461523a796cbe0d169397346a4f1beedfa22aff326b8d8ccf5b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:10.589Z] Removing intermediate container cfd93f9d3000 [2020-12-15T06:50:10.589Z] ---> d612a3bc4aa5 [2020-12-15T06:50:10.589Z] Step 22/23 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:10.589Z] ---> Running in fb04e1626cfd [2020-12-15T06:50:10.722Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:11.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:11.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T06:50:11.085Z] b7a6f76f203d: Preparing [2020-12-15T06:50:11.085Z] ce819afa11ed: Preparing [2020-12-15T06:50:11.085Z] fafae5731495: Preparing [2020-12-15T06:50:11.085Z] fafae5731495: Layer already exists [2020-12-15T06:50:11.085Z] ce819afa11ed: Layer already exists [2020-12-15T06:50:11.085Z] b7a6f76f203d: Layer already exists [2020-12-15T06:50:11.085Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:a29440969533b461523a796cbe0d169397346a4f1beedfa22aff326b8d8ccf5b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:11.227Z] Removing intermediate container fb04e1626cfd [2020-12-15T06:50:11.227Z] ---> eac1d42e8e98 [2020-12-15T06:50:11.227Z] Step 23/23 : LABEL version=2.0.0-dev.11 [2020-12-15T06:50:11.489Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:11.519Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T06:50:11.519Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T06:50:11.519Z] ---> Running in 7238d23ae934 [2020-12-15T06:50:11.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-15T06:50:11.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T06:50:11.815Z] b7a6f76f203d: Preparing [2020-12-15T06:50:11.815Z] ce819afa11ed: Preparing [2020-12-15T06:50:11.815Z] fafae5731495: Preparing [2020-12-15T06:50:11.815Z] ce819afa11ed: Layer already exists [2020-12-15T06:50:11.815Z] fafae5731495: Layer already exists [2020-12-15T06:50:11.815Z] b7a6f76f203d: Layer already exists [2020-12-15T06:50:11.815Z] master: digest: sha256:a29440969533b461523a796cbe0d169397346a4f1beedfa22aff326b8d8ccf5b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:50:12.027Z] ===================================================== [2020-12-15T06:50:12.135Z] Removing intermediate container 7238d23ae934 [2020-12-15T06:50:12.135Z] ---> dc5900092cf4 [2020-12-15T06:50:12.135Z] [Pipeline] echo [2020-12-15T06:50:12.139Z] taggedImages: [2020-12-15T06:50:12.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:12.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.11 [2020-12-15T06:50:12.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:12.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-15T06:50:12.263Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-15T06:50:12.263Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:12.263Z] 2.0.0-dev.11 [2020-12-15T06:50:12.263Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:12.263Z] master [2020-12-15T06:50:12.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-15T06:50:12.416Z] Successfully built dc5900092cf4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:12.706Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T06:50:12.706Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-12-15T06:50:12.706Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T06:50:12.706Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T06:50:12.851Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:13.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:13.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T06:50:13.199Z] 425d8dd9ecb2: Preparing [2020-12-15T06:50:13.199Z] 4e63a37d9add: Preparing [2020-12-15T06:50:13.199Z] 9f115c11781b: Preparing [2020-12-15T06:50:13.199Z] 3374acef924e: Preparing [2020-12-15T06:50:13.199Z] 4959bc8f1c74: Preparing [2020-12-15T06:50:13.199Z] 2664554c368b: Preparing [2020-12-15T06:50:13.199Z] 007a7d802b96: Preparing [2020-12-15T06:50:13.199Z] 0754057c0ad3: Preparing [2020-12-15T06:50:13.199Z] 998cdf262ab1: Preparing [2020-12-15T06:50:13.199Z] 02e56110abd2: Preparing [2020-12-15T06:50:13.199Z] abc36efb885a: Preparing [2020-12-15T06:50:13.199Z] b0b09059f4e1: Preparing [2020-12-15T06:50:13.199Z] bb961f40224b: Preparing [2020-12-15T06:50:13.199Z] f4666769fca7: Preparing [2020-12-15T06:50:13.199Z] 2664554c368b: Waiting [2020-12-15T06:50:13.199Z] 007a7d802b96: Waiting [2020-12-15T06:50:13.199Z] 0754057c0ad3: Waiting [2020-12-15T06:50:13.199Z] 998cdf262ab1: Waiting [2020-12-15T06:50:13.199Z] 02e56110abd2: Waiting [2020-12-15T06:50:13.199Z] abc36efb885a: Waiting [2020-12-15T06:50:13.199Z] b0b09059f4e1: Waiting [2020-12-15T06:50:13.199Z] bb961f40224b: Waiting [2020-12-15T06:50:13.199Z] f4666769fca7: Waiting [2020-12-15T06:50:13.328Z] Collecting idna<2.8,>=2.5 [2020-12-15T06:50:13.328Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T06:50:13.499Z] 4959bc8f1c74: Pushed [2020-12-15T06:50:13.499Z] 425d8dd9ecb2: Pushed [2020-12-15T06:50:13.499Z] 3374acef924e: Pushed [2020-12-15T06:50:13.629Z] 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) [2020-12-15T06:50:13.630Z] 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) [2020-12-15T06:50:13.779Z] 0754057c0ad3: Layer already exists [2020-12-15T06:50:13.780Z] 998cdf262ab1: Layer already exists [2020-12-15T06:50:13.780Z] 02e56110abd2: Layer already exists [2020-12-15T06:50:13.780Z] 007a7d802b96: Pushed [2020-12-15T06:50:13.780Z] abc36efb885a: Layer already exists [2020-12-15T06:50:13.780Z] b0b09059f4e1: Layer already exists [2020-12-15T06:50:13.915Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T06:50:13.915Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T06:50:14.075Z] f4666769fca7: Layer already exists [2020-12-15T06:50:14.075Z] bb961f40224b: Layer already exists [2020-12-15T06:50:14.205Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T06:50:14.206Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T06:50:14.206Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T06:50:14.206Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T06:50:14.656Z] 2664554c368b: Pushed [2020-12-15T06:50:14.656Z] 4e63a37d9add: Pushed [2020-12-15T06:50:15.737Z] Installing collected packages: websocket-client, PyYAML, cached-property, urllib3, idna, requests, jsonschema, texttable, docopt, dockerpty, docker-pycreds, docker, docker-compose [2020-12-15T06:50:15.737Z] Running setup.py install for PyYAML: started [2020-12-15T06:50:19.197Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T06:50:19.197Z] Attempting uninstall: urllib3 [2020-12-15T06:50:19.197Z] Found existing installation: urllib3 1.25.9 [2020-12-15T06:50:19.197Z] Uninstalling urllib3-1.25.9: [2020-12-15T06:50:19.477Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T06:50:20.472Z] Attempting uninstall: idna [2020-12-15T06:50:20.472Z] Found existing installation: idna 2.9 [2020-12-15T06:50:20.472Z] Uninstalling idna-2.9: [2020-12-15T06:50:20.760Z] Successfully uninstalled idna-2.9 [2020-12-15T06:50:21.379Z] Attempting uninstall: requests [2020-12-15T06:50:21.379Z] Found existing installation: requests 2.23.0 [2020-12-15T06:50:21.379Z] Uninstalling requests-2.23.0: [2020-12-15T06:50:21.663Z] Successfully uninstalled requests-2.23.0 [2020-12-15T06:50:22.661Z] Running setup.py install for texttable: started [2020-12-15T06:50:22.942Z] 9f115c11781b: Pushed [2020-12-15T06:50:22.942Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:322bae0c9801e8c2526a18639d83a13e30a69718c2f27de85b97ce336d1f3c8b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:23.311Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:23.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.11 [2020-12-15T06:50:23.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T06:50:23.617Z] 425d8dd9ecb2: Preparing [2020-12-15T06:50:23.617Z] 4e63a37d9add: Preparing [2020-12-15T06:50:23.617Z] 9f115c11781b: Preparing [2020-12-15T06:50:23.617Z] 3374acef924e: Preparing [2020-12-15T06:50:23.617Z] 4959bc8f1c74: Preparing [2020-12-15T06:50:23.617Z] 2664554c368b: Preparing [2020-12-15T06:50:23.617Z] 007a7d802b96: Preparing [2020-12-15T06:50:23.618Z] 0754057c0ad3: Preparing [2020-12-15T06:50:23.618Z] 998cdf262ab1: Preparing [2020-12-15T06:50:23.618Z] 02e56110abd2: Preparing [2020-12-15T06:50:23.618Z] abc36efb885a: Preparing [2020-12-15T06:50:23.618Z] b0b09059f4e1: Preparing [2020-12-15T06:50:23.618Z] bb961f40224b: Preparing [2020-12-15T06:50:23.618Z] f4666769fca7: Preparing [2020-12-15T06:50:23.618Z] 0754057c0ad3: Waiting [2020-12-15T06:50:23.618Z] 007a7d802b96: Waiting [2020-12-15T06:50:23.618Z] 998cdf262ab1: Waiting [2020-12-15T06:50:23.618Z] 02e56110abd2: Waiting [2020-12-15T06:50:23.618Z] abc36efb885a: Waiting [2020-12-15T06:50:23.618Z] b0b09059f4e1: Waiting [2020-12-15T06:50:23.618Z] bb961f40224b: Waiting [2020-12-15T06:50:23.618Z] f4666769fca7: Waiting [2020-12-15T06:50:23.618Z] 2664554c368b: Waiting [2020-12-15T06:50:23.618Z] 425d8dd9ecb2: Layer already exists [2020-12-15T06:50:23.618Z] 9f115c11781b: Layer already exists [2020-12-15T06:50:23.618Z] 4959bc8f1c74: Layer already exists [2020-12-15T06:50:23.618Z] 4e63a37d9add: Layer already exists [2020-12-15T06:50:23.618Z] 3374acef924e: Layer already exists [2020-12-15T06:50:23.618Z] 2664554c368b: Layer already exists [2020-12-15T06:50:23.618Z] 007a7d802b96: Layer already exists [2020-12-15T06:50:23.618Z] 02e56110abd2: Layer already exists [2020-12-15T06:50:23.618Z] 0754057c0ad3: Layer already exists [2020-12-15T06:50:23.618Z] 998cdf262ab1: Layer already exists [2020-12-15T06:50:23.618Z] b0b09059f4e1: Layer already exists [2020-12-15T06:50:23.618Z] abc36efb885a: Layer already exists [2020-12-15T06:50:23.618Z] bb961f40224b: Layer already exists [2020-12-15T06:50:23.618Z] f4666769fca7: Layer already exists [2020-12-15T06:50:23.618Z] 2.0.0-dev.11: digest: sha256:322bae0c9801e8c2526a18639d83a13e30a69718c2f27de85b97ce336d1f3c8b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:24.184Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:24.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:24.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T06:50:24.514Z] 425d8dd9ecb2: Preparing [2020-12-15T06:50:24.514Z] 4e63a37d9add: Preparing [2020-12-15T06:50:24.514Z] 9f115c11781b: Preparing [2020-12-15T06:50:24.514Z] 3374acef924e: Preparing [2020-12-15T06:50:24.514Z] 4959bc8f1c74: Preparing [2020-12-15T06:50:24.514Z] 2664554c368b: Preparing [2020-12-15T06:50:24.514Z] 007a7d802b96: Preparing [2020-12-15T06:50:24.514Z] 0754057c0ad3: Preparing [2020-12-15T06:50:24.514Z] 998cdf262ab1: Preparing [2020-12-15T06:50:24.514Z] 02e56110abd2: Preparing [2020-12-15T06:50:24.514Z] abc36efb885a: Preparing [2020-12-15T06:50:24.514Z] b0b09059f4e1: Preparing [2020-12-15T06:50:24.514Z] bb961f40224b: Preparing [2020-12-15T06:50:24.514Z] f4666769fca7: Preparing [2020-12-15T06:50:24.514Z] 2664554c368b: Waiting [2020-12-15T06:50:24.514Z] 007a7d802b96: Waiting [2020-12-15T06:50:24.514Z] 0754057c0ad3: Waiting [2020-12-15T06:50:24.514Z] 998cdf262ab1: Waiting [2020-12-15T06:50:24.514Z] 02e56110abd2: Waiting [2020-12-15T06:50:24.514Z] abc36efb885a: Waiting [2020-12-15T06:50:24.514Z] b0b09059f4e1: Waiting [2020-12-15T06:50:24.514Z] bb961f40224b: Waiting [2020-12-15T06:50:24.514Z] f4666769fca7: Waiting [2020-12-15T06:50:24.514Z] 9f115c11781b: Layer already exists [2020-12-15T06:50:24.514Z] 3374acef924e: Layer already exists [2020-12-15T06:50:24.514Z] 4959bc8f1c74: Layer already exists [2020-12-15T06:50:24.514Z] 425d8dd9ecb2: Layer already exists [2020-12-15T06:50:24.514Z] 4e63a37d9add: Layer already exists [2020-12-15T06:50:24.514Z] 0754057c0ad3: Layer already exists [2020-12-15T06:50:24.514Z] 998cdf262ab1: Layer already exists [2020-12-15T06:50:24.514Z] 007a7d802b96: Layer already exists [2020-12-15T06:50:24.514Z] 02e56110abd2: Layer already exists [2020-12-15T06:50:24.514Z] b0b09059f4e1: Layer already exists [2020-12-15T06:50:24.514Z] abc36efb885a: Layer already exists [2020-12-15T06:50:24.514Z] bb961f40224b: Layer already exists [2020-12-15T06:50:24.514Z] f4666769fca7: Layer already exists [2020-12-15T06:50:24.778Z] 2664554c368b: Layer already exists [2020-12-15T06:50:24.778Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:322bae0c9801e8c2526a18639d83a13e30a69718c2f27de85b97ce336d1f3c8b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:25.096Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:50:25.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-15T06:50:25.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T06:50:25.448Z] 425d8dd9ecb2: Preparing [2020-12-15T06:50:25.448Z] 4e63a37d9add: Preparing [2020-12-15T06:50:25.448Z] 9f115c11781b: Preparing [2020-12-15T06:50:25.448Z] 3374acef924e: Preparing [2020-12-15T06:50:25.448Z] 4959bc8f1c74: Preparing [2020-12-15T06:50:25.448Z] 2664554c368b: Preparing [2020-12-15T06:50:25.448Z] 007a7d802b96: Preparing [2020-12-15T06:50:25.448Z] 0754057c0ad3: Preparing [2020-12-15T06:50:25.448Z] 998cdf262ab1: Preparing [2020-12-15T06:50:25.448Z] 02e56110abd2: Preparing [2020-12-15T06:50:25.448Z] abc36efb885a: Preparing [2020-12-15T06:50:25.448Z] b0b09059f4e1: Preparing [2020-12-15T06:50:25.448Z] bb961f40224b: Preparing [2020-12-15T06:50:25.448Z] f4666769fca7: Preparing [2020-12-15T06:50:25.448Z] 2664554c368b: Waiting [2020-12-15T06:50:25.448Z] 007a7d802b96: Waiting [2020-12-15T06:50:25.448Z] 0754057c0ad3: Waiting [2020-12-15T06:50:25.448Z] 998cdf262ab1: Waiting [2020-12-15T06:50:25.448Z] 02e56110abd2: Waiting [2020-12-15T06:50:25.448Z] abc36efb885a: Waiting [2020-12-15T06:50:25.448Z] b0b09059f4e1: Waiting [2020-12-15T06:50:25.448Z] bb961f40224b: Waiting [2020-12-15T06:50:25.448Z] f4666769fca7: Waiting [2020-12-15T06:50:25.448Z] 4959bc8f1c74: Layer already exists [2020-12-15T06:50:25.448Z] 9f115c11781b: Layer already exists [2020-12-15T06:50:25.448Z] 3374acef924e: Layer already exists [2020-12-15T06:50:25.448Z] 4e63a37d9add: Layer already exists [2020-12-15T06:50:25.448Z] 425d8dd9ecb2: Layer already exists [2020-12-15T06:50:25.448Z] 2664554c368b: Layer already exists [2020-12-15T06:50:25.448Z] 007a7d802b96: Layer already exists [2020-12-15T06:50:25.448Z] 0754057c0ad3: Layer already exists [2020-12-15T06:50:25.448Z] 998cdf262ab1: Layer already exists [2020-12-15T06:50:25.448Z] 02e56110abd2: Layer already exists [2020-12-15T06:50:25.448Z] abc36efb885a: Layer already exists [2020-12-15T06:50:25.448Z] f4666769fca7: Layer already exists [2020-12-15T06:50:25.448Z] b0b09059f4e1: Layer already exists [2020-12-15T06:50:25.448Z] bb961f40224b: Layer already exists [2020-12-15T06:50:25.711Z] master: digest: sha256:322bae0c9801e8c2526a18639d83a13e30a69718c2f27de85b97ce336d1f3c8b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:50:25.894Z] ===================================================== [Pipeline] echo [2020-12-15T06:50:25.937Z] taggedImages: [2020-12-15T06:50:25.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:25.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.11 [2020-12-15T06:50:25.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:50:25.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-15T06:50:26.187Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T06:50:26.187Z] Running setup.py install for docopt: started [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] } [2020-12-15T06:50:28.949Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:50:28.949Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:50:28.949Z] ---> 3a2f7f3a964d [2020-12-15T06:50:28.949Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T06:50:28.949Z] ---> Using cache [2020-12-15T06:50:28.949Z] ---> e5e580256f13 [2020-12-15T06:50:28.949Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:50:28.949Z] ---> Using cache [2020-12-15T06:50:28.949Z] ---> d65d9fdd2dc2 [2020-12-15T06:50:28.949Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T06:50:28.949Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T06:50:28.949Z] Running setup.py install for dockerpty: started [2020-12-15T06:50:29.955Z] ---> Running in 48f9c27a6581 [2020-12-15T06:50:32.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:50:32.018Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T06:50:33.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:50:34.111Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T06:50:34.111Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:50:34.111Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:50:34.111Z] OK: 12620 distinct packages available [2020-12-15T06:50:35.231Z] OK: 217 MiB in 51 packages [2020-12-15T06:50:37.298Z] Removing intermediate container 48f9c27a6581 [2020-12-15T06:50:37.298Z] ---> 94b80c58042f [2020-12-15T06:50:37.298Z] Step 6/24 : COPY go.mod . [2020-12-15T06:50:38.818Z] ---> ba6803c53e7e [2020-12-15T06:50:38.819Z] Step 7/24 : RUN go mod download [2020-12-15T06:50:39.108Z] ---> Running in 07b616f98452 [2020-12-15T06:50:39.753Z] Removing intermediate container cd7856056d2a [2020-12-15T06:50:39.753Z] ---> b23f1044cfd9 [2020-12-15T06:50:39.753Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T06:50:40.045Z] ---> Running in 7b4c6b45a881 [2020-12-15T06:50:42.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:50:42.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:50:43.149Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T06:50:43.149Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T06:50:43.149Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T06:50:43.451Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:50:43.451Z] OK: 71 MiB in 58 packages [2020-12-15T06:50:43.744Z] Removing intermediate container 07b616f98452 [2020-12-15T06:50:43.744Z] ---> 303bdb316df8 [2020-12-15T06:50:43.744Z] Step 8/24 : COPY . . [2020-12-15T06:50:45.832Z] Removing intermediate container 7b4c6b45a881 [2020-12-15T06:50:45.832Z] ---> 347fcef89498 [2020-12-15T06:50:45.832Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T06:50:46.128Z] ---> Running in 4767e50d94c6 [2020-12-15T06:50:47.212Z] Removing intermediate container 4767e50d94c6 [2020-12-15T06:50:47.212Z] ---> d8bebfab71c6 [2020-12-15T06:50:47.212Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:50:47.870Z] ---> Running in 384fe8cb0ad3 [2020-12-15T06:50:48.930Z] Removing intermediate container 384fe8cb0ad3 [2020-12-15T06:50:48.930Z] ---> 7a558c535f47 [2020-12-15T06:50:48.930Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T06:50:49.212Z] ---> Running in 9db19c86ed5a [2020-12-15T06:50:50.270Z] Removing intermediate container 9db19c86ed5a [2020-12-15T06:50:50.271Z] ---> 1cda3dc430c6 [2020-12-15T06:50:50.271Z] Step 26/27 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:50:50.562Z] ---> Running in 68d9245e744a [2020-12-15T06:50:51.636Z] Removing intermediate container 68d9245e744a [2020-12-15T06:50:51.636Z] ---> 72909902cf46 [2020-12-15T06:50:51.636Z] Step 27/27 : LABEL version=2.0.0-dev.11 [2020-12-15T06:50:51.636Z] ---> Running in c22cfbb77878 [2020-12-15T06:50:52.643Z] Removing intermediate container c22cfbb77878 [2020-12-15T06:50:52.643Z] ---> c15f5964c64c [2020-12-15T06:50:52.643Z] [2020-12-15T06:50:53.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T06:50:53.252Z] Successfully built c15f5964c64c [2020-12-15T06:50:53.252Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T06:50:53.252Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-12-15T06:50:59.376Z] ---> f1e11febc8be [2020-12-15T06:50:59.376Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T06:50:59.376Z] ---> Running in ea3db13e6527 [2020-12-15T06:51:00.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T06:51:11.199Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T06:51:11.200Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T06:51:11.200Z] ---> 3a2f7f3a964d [2020-12-15T06:51:11.200Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> e5e580256f13 [2020-12-15T06:51:11.200Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> d65d9fdd2dc2 [2020-12-15T06:51:11.200Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> a144ce470d9a [2020-12-15T06:51:11.200Z] Step 6/22 : COPY go.mod . [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> 6af5accf62f0 [2020-12-15T06:51:11.200Z] Step 7/22 : RUN go mod download [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> a64731bfbd9b [2020-12-15T06:51:11.200Z] Step 8/22 : COPY . . [2020-12-15T06:51:11.200Z] ---> Using cache [2020-12-15T06:51:11.200Z] ---> 1c9da885c753 [2020-12-15T06:51:11.200Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T06:51:11.806Z] ---> Running in b8ab6a3d9530 [2020-12-15T06:51:13.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.11" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T06:51:14.883Z] Removing intermediate container b687269d39f4 [2020-12-15T06:51:14.883Z] ---> 0b57b6b9979c [2020-12-15T06:51:14.883Z] [2020-12-15T06:51:14.883Z] Step 10/21 : FROM alpine [2020-12-15T06:51:14.883Z] ---> dd36a01c3f31 [2020-12-15T06:51:14.883Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T06:51:15.162Z] ---> Running in d5c7756f7af3 [2020-12-15T06:51:17.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:51:17.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:51:17.764Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:51:17.764Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:51:17.764Z] OK: 12617 distinct packages available [2020-12-15T06:51:18.376Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T06:51:18.659Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T06:51:18.659Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T06:51:18.659Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T06:51:18.659Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:51:18.659Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T06:51:19.289Z] OK: 7 MiB in 18 packages [2020-12-15T06:51:21.455Z] Removing intermediate container d5c7756f7af3 [2020-12-15T06:51:21.455Z] ---> 4586dd0a6f69 [2020-12-15T06:51:21.455Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T06:51:21.455Z] ---> Running in b6edd339e66d [2020-12-15T06:51:22.125Z] Removing intermediate container b6edd339e66d [2020-12-15T06:51:22.125Z] ---> 54c3bcb17b64 [2020-12-15T06:51:22.125Z] Step 13/21 : WORKDIR /edgex [2020-12-15T06:51:22.430Z] ---> Running in af95a42897e3 [2020-12-15T06:51:23.178Z] Removing intermediate container af95a42897e3 [2020-12-15T06:51:23.178Z] ---> 8ef5a2aa18e4 [2020-12-15T06:51:23.178Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T06:51:24.316Z] ---> acd3d705b832 [2020-12-15T06:51:24.316Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T06:51:25.843Z] ---> 984dfa70c85a [2020-12-15T06:51:25.843Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T06:51:28.516Z] ---> 18d70c203d8e [2020-12-15T06:51:28.516Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T06:51:28.516Z] ---> Running in e8c386cd7be6 [2020-12-15T06:51:29.518Z] Removing intermediate container e8c386cd7be6 [2020-12-15T06:51:29.518Z] ---> 23ee294fbae9 [2020-12-15T06:51:29.518Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T06:51:29.797Z] ---> Running in b8684b02b569 [2020-12-15T06:51:30.092Z] Removing intermediate container c6a51519b629 [2020-12-15T06:51:30.092Z] ---> 9dc489504336 [2020-12-15T06:51:30.092Z] [2020-12-15T06:51:30.092Z] Step 9/29 : FROM alpine:latest [2020-12-15T06:51:30.092Z] ---> dd36a01c3f31 [2020-12-15T06:51:30.092Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T06:51:30.435Z] ---> Running in 57899aa70960 [2020-12-15T06:51:31.064Z] Removing intermediate container b8684b02b569 [2020-12-15T06:51:31.064Z] ---> 5d78e4a11492 [2020-12-15T06:51:31.064Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T06:51:31.064Z] ---> Running in dfd7913d8c23 [2020-12-15T06:51:31.384Z] Removing intermediate container 57899aa70960 [2020-12-15T06:51:31.384Z] ---> 21140bf4b3fc [2020-12-15T06:51:31.384Z] Step 11/29 : USER root [2020-12-15T06:51:31.695Z] ---> Running in 1f94d0ae320e [2020-12-15T06:51:31.981Z] Removing intermediate container dfd7913d8c23 [2020-12-15T06:51:31.981Z] ---> 584421f8bacf [2020-12-15T06:51:31.981Z] Step 20/21 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:51:32.260Z] ---> Running in ecebab516e86 [2020-12-15T06:51:32.546Z] Removing intermediate container 1f94d0ae320e [2020-12-15T06:51:32.546Z] ---> 885ca9773069 [2020-12-15T06:51:32.546Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T06:51:32.832Z] ---> Running in 6d12540c1cfe [2020-12-15T06:51:33.113Z] Removing intermediate container ecebab516e86 [2020-12-15T06:51:33.113Z] ---> 241d9e39299e [2020-12-15T06:51:33.113Z] Step 21/21 : LABEL version=2.0.0-dev.11 [2020-12-15T06:51:33.394Z] ---> Running in 1ba8f314e39e [2020-12-15T06:51:34.011Z] Removing intermediate container 1ba8f314e39e [2020-12-15T06:51:34.011Z] ---> 0f7f71ec4c77 [2020-12-15T06:51:34.011Z] [2020-12-15T06:51:34.626Z] Successfully built 0f7f71ec4c77 [2020-12-15T06:51:34.626Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T06:51:34.915Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T06:51:35.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T06:51:35.862Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T06:51:35.862Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T06:51:35.862Z] OK: 12617 distinct packages available [2020-12-15T06:51:36.475Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T06:51:36.754Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T06:51:36.754Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T06:51:36.754Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T06:51:37.038Z] OK: 6 MiB in 16 packages [2020-12-15T06:51:39.208Z] Removing intermediate container 6d12540c1cfe [2020-12-15T06:51:39.208Z] ---> 8724593cc5f6 [2020-12-15T06:51:39.208Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T06:51:39.208Z] ---> Running in fd1dae876094 [2020-12-15T06:51:40.247Z] Removing intermediate container fd1dae876094 [2020-12-15T06:51:40.247Z] ---> 9c307fca332c [2020-12-15T06:51:40.247Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T06:51:40.247Z] ---> Running in 4923f46de051 [2020-12-15T06:51:40.868Z] Removing intermediate container 4923f46de051 [2020-12-15T06:51:40.868Z] ---> 3694f1be6a0a [2020-12-15T06:51:40.868Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T06:51:40.868Z] ---> Running in 89524f795a06 [2020-12-15T06:51:44.444Z] Removing intermediate container 89524f795a06 [2020-12-15T06:51:44.444Z] ---> be735fc81518 [2020-12-15T06:51:44.444Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T06:51:45.898Z] ---> 9df9e256c506 [2020-12-15T06:51:45.898Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T06:51:47.345Z] ---> 96c829d6ab1a [2020-12-15T06:51:47.345Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T06:51:48.338Z] ---> 4a67598d2ebd [2020-12-15T06:51:48.338Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T06:51:49.329Z] ---> bcceb768615a [2020-12-15T06:51:49.329Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T06:51:50.825Z] ---> e52f41faf6c9 [2020-12-15T06:51:50.825Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T06:51:50.825Z] ---> Running in d27d1fde127b [2020-12-15T06:51:54.358Z] Removing intermediate container d27d1fde127b [2020-12-15T06:51:54.358Z] ---> 5a265bd25269 [2020-12-15T06:51:54.358Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T06:51:54.998Z] ---> 7eb34305b916 [2020-12-15T06:51:54.998Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T06:51:55.298Z] ---> Running in 584c2eada6f3 [2020-12-15T06:51:59.663Z] Removing intermediate container 584c2eada6f3 [2020-12-15T06:51:59.663Z] ---> 19d4db1490c9 [2020-12-15T06:51:59.663Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T06:51:59.663Z] ---> Running in df3c43dd77a6 [2020-12-15T06:52:03.107Z] Removing intermediate container 9a6a6889415d [2020-12-15T06:52:03.107Z] ---> 11d445eca528 [2020-12-15T06:52:03.107Z] [2020-12-15T06:52:03.107Z] Step 10/21 : FROM scratch [2020-12-15T06:52:03.107Z] ---> [2020-12-15T06:52:03.107Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:52:03.107Z] ---> Using cache [2020-12-15T06:52:03.107Z] ---> aeea5de310d5 [2020-12-15T06:52:03.107Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T06:52:03.107Z] ---> Running in 52bbe0748d39 [2020-12-15T06:52:03.720Z] Removing intermediate container df3c43dd77a6 [2020-12-15T06:52:03.720Z] ---> c80f863706a8 [2020-12-15T06:52:03.720Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T06:52:04.030Z] Removing intermediate container 52bbe0748d39 [2020-12-15T06:52:04.030Z] ---> 08ab8672336b [2020-12-15T06:52:04.030Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T06:52:04.030Z] ---> Running in 3f386cd9d942 [2020-12-15T06:52:04.030Z] ---> Running in 9ea541906259 [2020-12-15T06:52:04.671Z] Removing intermediate container 3f386cd9d942 [2020-12-15T06:52:04.671Z] ---> 9db70c672a8c [2020-12-15T06:52:04.671Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T06:52:04.671Z] Removing intermediate container 9ea541906259 [2020-12-15T06:52:04.671Z] ---> 2080fd940ec6 [2020-12-15T06:52:04.995Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T06:52:04.995Z] ---> Running in af95dc19d36e [2020-12-15T06:52:06.017Z] Removing intermediate container af95dc19d36e [2020-12-15T06:52:06.017Z] ---> d5d84b37d2f0 [2020-12-15T06:52:06.017Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T06:52:06.017Z] ---> Running in f4122b6bd532 [2020-12-15T06:52:06.296Z] ---> 2983c8846d14 [2020-12-15T06:52:06.296Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T06:52:06.899Z] Removing intermediate container f4122b6bd532 [2020-12-15T06:52:06.899Z] ---> 2fd33593ab62 [2020-12-15T06:52:06.899Z] Step 28/29 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:06.899Z] ---> Running in 201b9c9ce47c [2020-12-15T06:52:07.902Z] Removing intermediate container 201b9c9ce47c [2020-12-15T06:52:07.902Z] ---> c93560abdd5b [2020-12-15T06:52:07.902Z] Step 29/29 : LABEL version=2.0.0-dev.11 [2020-12-15T06:52:08.183Z] ---> Running in 17608c88d3bc [2020-12-15T06:52:08.456Z] ---> afc77b2f5524 [2020-12-15T06:52:08.456Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T06:52:09.058Z] Removing intermediate container 17608c88d3bc [2020-12-15T06:52:09.058Z] ---> 6b4fb0ae899f [2020-12-15T06:52:09.058Z] [2020-12-15T06:52:09.666Z] Successfully built 6b4fb0ae899f [2020-12-15T06:52:09.666Z] ---> 8bf881ef211c [2020-12-15T06:52:09.666Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T06:52:09.666Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T06:52:09.666Z]  Building docker-security-secrets-setup-go ... done  ---> Running in b20d50e1e95f [2020-12-15T06:52:10.338Z] Removing intermediate container b20d50e1e95f [2020-12-15T06:52:10.338Z] ---> 170e5f930120 [2020-12-15T06:52:10.622Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:52:10.622Z] ---> Running in 6e4db6f4e812 [2020-12-15T06:52:11.407Z] Removing intermediate container 6e4db6f4e812 [2020-12-15T06:52:11.407Z] ---> b8204c2806ed [2020-12-15T06:52:11.407Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T06:52:11.407Z] ---> Running in 068fdc2ad740 [2020-12-15T06:52:12.151Z] Removing intermediate container 068fdc2ad740 [2020-12-15T06:52:12.151Z] ---> 89229d48768c [2020-12-15T06:52:12.151Z] Step 20/21 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:12.460Z] ---> Running in 0339ad10552c [2020-12-15T06:52:13.098Z] Removing intermediate container 0339ad10552c [2020-12-15T06:52:13.098Z] ---> 28636c9f86b0 [2020-12-15T06:52:13.098Z] Step 21/21 : LABEL version=2.0.0-dev.11 [2020-12-15T06:52:13.098Z] ---> Running in f6345063d226 [2020-12-15T06:52:13.752Z] Removing intermediate container f6345063d226 [2020-12-15T06:52:13.752Z] ---> 986690c8315e [2020-12-15T06:52:13.752Z] [2020-12-15T06:52:14.383Z] Successfully built 986690c8315e [2020-12-15T06:52:14.383Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T06:52:26.888Z]  Building docker-support-scheduler-go ... done Removing intermediate container ea3db13e6527 [2020-12-15T06:52:26.888Z] ---> f4ad1bd58ccd [2020-12-15T06:52:26.888Z] [2020-12-15T06:52:26.888Z] Step 10/24 : FROM scratch [2020-12-15T06:52:26.888Z] ---> [2020-12-15T06:52:26.888Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T06:52:26.888Z] ---> Running in f4262fe682f2 [2020-12-15T06:52:27.159Z] Removing intermediate container f4262fe682f2 [2020-12-15T06:52:27.159Z] ---> 29d42d5c4f03 [2020-12-15T06:52:27.159Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T06:52:27.440Z] ---> Running in 9b2e7569f42a [2020-12-15T06:52:28.062Z] Removing intermediate container 9b2e7569f42a [2020-12-15T06:52:28.062Z] ---> 86bffd27d701 [2020-12-15T06:52:28.062Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T06:52:28.341Z] ---> Running in b2b3caf5c604 [2020-12-15T06:52:28.627Z] Removing intermediate container b8ab6a3d9530 [2020-12-15T06:52:28.627Z] ---> d4ea88a6ee02 [2020-12-15T06:52:28.627Z] [2020-12-15T06:52:28.627Z] Step 10/22 : FROM scratch [2020-12-15T06:52:28.627Z] ---> [2020-12-15T06:52:28.627Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T06:52:28.927Z] ---> Using cache [2020-12-15T06:52:28.927Z] ---> aeea5de310d5 [2020-12-15T06:52:28.927Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T06:52:28.927Z] Removing intermediate container b2b3caf5c604 [2020-12-15T06:52:28.927Z] ---> 8d016d79e8ed [2020-12-15T06:52:28.927Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T06:52:28.927Z] ---> Running in 1ed9bd782cb7 [2020-12-15T06:52:29.559Z] Removing intermediate container 1ed9bd782cb7 [2020-12-15T06:52:29.559Z] ---> ab77b92e8240 [2020-12-15T06:52:29.559Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T06:52:29.559Z] ---> Running in f8637808046c [2020-12-15T06:52:29.559Z] ---> f04159474e01 [2020-12-15T06:52:29.559Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T06:52:30.165Z] Removing intermediate container f8637808046c [2020-12-15T06:52:30.165Z] ---> 06290d823b0a [2020-12-15T06:52:30.165Z] Step 14/22 : WORKDIR / [2020-12-15T06:52:30.165Z] ---> Running in 836aaf38c0ed [2020-12-15T06:52:30.767Z] Removing intermediate container 836aaf38c0ed [2020-12-15T06:52:30.767Z] ---> e4f20945746b [2020-12-15T06:52:30.767Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T06:52:30.767Z] ---> 37600715efdb [2020-12-15T06:52:30.767Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T06:52:31.756Z] ---> 5f9e39d18ef2 [2020-12-15T06:52:31.756Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T06:52:32.038Z] ---> ff0ef6c04cb4 [2020-12-15T06:52:32.038Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T06:52:33.046Z] ---> f5805f7fc662 [2020-12-15T06:52:33.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T06:52:33.046Z] ---> 781a29a8ef4a [2020-12-15T06:52:33.046Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T06:52:33.662Z] ---> 4285b9c8d03e [2020-12-15T06:52:33.662Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T06:52:33.933Z] ---> Running in 86a9a111222d [2020-12-15T06:52:34.527Z] ---> 471db1fe3686 [2020-12-15T06:52:34.527Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T06:52:34.527Z] Removing intermediate container 86a9a111222d [2020-12-15T06:52:34.527Z] ---> ca9b5b559208 [2020-12-15T06:52:34.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:52:34.527Z] ---> Running in be910e7c78ec [2020-12-15T06:52:35.119Z] ---> 6f9e44204e59 [2020-12-15T06:52:35.119Z] Removing intermediate container be910e7c78ec [2020-12-15T06:52:35.119Z] ---> 9ac52bbbbb39 [2020-12-15T06:52:35.119Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T06:52:35.119Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T06:52:35.392Z] ---> Running in 06ccb81a0bda [2020-12-15T06:52:35.392Z] ---> Running in 569657b00489 [2020-12-15T06:52:35.664Z] Removing intermediate container 569657b00489 [2020-12-15T06:52:35.665Z] ---> 0be146bc9f2e [2020-12-15T06:52:35.665Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T06:52:35.939Z] Removing intermediate container 06ccb81a0bda [2020-12-15T06:52:35.939Z] ---> 902d1e2ad3fc [2020-12-15T06:52:35.939Z] Step 21/22 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:35.939Z] ---> Running in 273b197afedb [2020-12-15T06:52:35.939Z] ---> Running in 5dcc1f93de6f [2020-12-15T06:52:36.537Z] Removing intermediate container 273b197afedb [2020-12-15T06:52:36.537Z] ---> 02c0680cdbc6 [2020-12-15T06:52:36.537Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T06:52:36.537Z] Removing intermediate container 5dcc1f93de6f [2020-12-15T06:52:36.537Z] ---> d7f0ab0d5c34 [2020-12-15T06:52:36.537Z] Step 22/22 : LABEL version=2.0.0-dev.11 [2020-12-15T06:52:36.812Z] ---> Running in cb8b3476900a [2020-12-15T06:52:36.812Z] ---> Running in 7e03ee832d25 [2020-12-15T06:52:37.088Z] Removing intermediate container cb8b3476900a [2020-12-15T06:52:37.088Z] ---> 83f231cdda97 [2020-12-15T06:52:37.088Z] Step 23/24 : LABEL git_sha=79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:37.371Z] Removing intermediate container 7e03ee832d25 [2020-12-15T06:52:37.371Z] ---> 169ab57c412f [2020-12-15T06:52:37.371Z] [2020-12-15T06:52:37.371Z] ---> Running in 9b8f520169a2 [2020-12-15T06:52:37.651Z] Successfully built 169ab57c412f [2020-12-15T06:52:37.651Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T06:52:37.927Z]  Building docker-core-command-go ... done Removing intermediate container 9b8f520169a2 [2020-12-15T06:52:37.927Z] ---> bbbf7538e908 [2020-12-15T06:52:37.927Z] Step 24/24 : LABEL version=2.0.0-dev.11 [2020-12-15T06:52:37.927Z] ---> Running in 5dd5609858af [2020-12-15T06:52:38.521Z] Removing intermediate container 5dd5609858af [2020-12-15T06:52:38.521Z] ---> 17c4d3f7f83e [2020-12-15T06:52:38.521Z] [2020-12-15T06:52:38.521Z] Successfully built 17c4d3f7f83e [2020-12-15T06:52:38.521Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T06:52:39.138Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-15T06:52:39.133Z] $ docker stop --time=1 61ec2a107f60997bc5ca9485a70b29cf9ce8682f579b9fa522e74e673dbc4c75 [2020-12-15T06:52:40.996Z] $ docker rm -f 61ec2a107f60997bc5ca9485a70b29cf9ce8682f579b9fa522e74e673dbc4c75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T06:52:41.840Z] + + docker images [2020-12-15T06:52:41.841Z] grep docker [2020-12-15T06:52:42.112Z] docker-support-notifications-go-arm64 latest 17c4d3f7f83e 3 seconds ago 12.9MB [2020-12-15T06:52:42.112Z] docker-core-command-go-arm64 latest 169ab57c412f 5 seconds ago 11.4MB [2020-12-15T06:52:42.112Z] docker-support-scheduler-go-arm64 latest 986690c8315e 28 seconds ago 11.5MB [2020-12-15T06:52:42.112Z] docker-security-secrets-setup-go-arm64 latest 6b4fb0ae899f 33 seconds ago 22.7MB [2020-12-15T06:52:42.112Z] docker-security-proxy-setup-go-arm64 latest 0f7f71ec4c77 About a minute ago 23.4MB [2020-12-15T06:52:42.112Z] docker-sys-mgmt-agent-go-arm64 latest c15f5964c64c About a minute ago 300MB [2020-12-15T06:52:42.112Z] docker-core-data-go-arm64 latest dc5900092cf4 2 minutes ago 22.3MB [2020-12-15T06:52:42.112Z] docker-core-metadata-go-arm64 latest 9896ead17096 2 minutes ago 13.6MB [2020-12-15T06:52:42.112Z] docker-security-secretstore-setup-go-arm64 latest f9fc341d92f7 3 minutes ago 23.5MB [2020-12-15T06:52:42.112Z] docker-security-bootstrap-redis-go-arm64 latest 40927be221a3 3 minutes ago 15.2MB [2020-12-15T06:52:42.112Z] docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T06:52:42.839Z] provisioning config files... [2020-12-15T06:52:42.885Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/255@tmp/config4904063359239108753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:52:43.360Z] ---> docker-login.sh [2020-12-15T06:52:43.360Z] nexus3.edgexfoundry.org:10001 [2020-12-15T06:52:43.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:52:43.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:52:43.920Z] Configure a credential helper to remove this warning. See [2020-12-15T06:52:43.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:52:43.920Z] [2020-12-15T06:52:43.920Z] Login Succeeded [2020-12-15T06:52:43.920Z] nexus3.edgexfoundry.org:10002 [2020-12-15T06:52:44.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:52:44.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:52:44.470Z] Configure a credential helper to remove this warning. See [2020-12-15T06:52:44.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:52:44.470Z] [2020-12-15T06:52:44.470Z] Login Succeeded [2020-12-15T06:52:44.470Z] nexus3.edgexfoundry.org:10003 [2020-12-15T06:52:44.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:52:45.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:52:45.013Z] Configure a credential helper to remove this warning. See [2020-12-15T06:52:45.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:52:45.013Z] [2020-12-15T06:52:45.013Z] Login Succeeded [2020-12-15T06:52:45.013Z] nexus3.edgexfoundry.org:10004 [2020-12-15T06:52:45.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:52:45.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:52:45.556Z] Configure a credential helper to remove this warning. See [2020-12-15T06:52:45.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:52:45.556Z] [2020-12-15T06:52:45.556Z] Login Succeeded [2020-12-15T06:52:45.556Z] docker.io [2020-12-15T06:52:45.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T06:52:46.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T06:52:46.434Z] Configure a credential helper to remove this warning. See [2020-12-15T06:52:46.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T06:52:46.434Z] [2020-12-15T06:52:46.434Z] Login Succeeded [2020-12-15T06:52:46.434Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T06:52:46.456Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:52:46.705Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-15T06:52:46.705Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:46.705Z] 2.0.0-dev.11 [2020-12-15T06:52:46.705Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:52:46.705Z] master [2020-12-15T06:52:46.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:47.332Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:47.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:47.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T06:52:47.675Z] af197e2baf66: Preparing [2020-12-15T06:52:47.675Z] 34e9f9840b52: Preparing [2020-12-15T06:52:47.675Z] 15dffa05e8f0: Preparing [2020-12-15T06:52:47.947Z] af197e2baf66: Pushed [2020-12-15T06:52:47.947Z] 15dffa05e8f0: Pushed [2020-12-15T06:52:51.344Z] 34e9f9840b52: Pushed [2020-12-15T06:52:51.344Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:6ab8e2851c88c2cbdadf54ca1d9ebff7cc8dbab993e3177b3a4fed3139aed342 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:51.690Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:52.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.11 [2020-12-15T06:52:52.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T06:52:52.036Z] af197e2baf66: Preparing [2020-12-15T06:52:52.036Z] 34e9f9840b52: Preparing [2020-12-15T06:52:52.036Z] 15dffa05e8f0: Preparing [2020-12-15T06:52:52.307Z] 15dffa05e8f0: Layer already exists [2020-12-15T06:52:52.307Z] af197e2baf66: Layer already exists [2020-12-15T06:52:52.307Z] 34e9f9840b52: Layer already exists [2020-12-15T06:52:52.307Z] 2.0.0-dev.11: digest: sha256:6ab8e2851c88c2cbdadf54ca1d9ebff7cc8dbab993e3177b3a4fed3139aed342 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:52.652Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:52.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:52:52.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T06:52:52.990Z] af197e2baf66: Preparing [2020-12-15T06:52:52.990Z] 34e9f9840b52: Preparing [2020-12-15T06:52:52.990Z] 15dffa05e8f0: Preparing [2020-12-15T06:52:52.990Z] 34e9f9840b52: Layer already exists [2020-12-15T06:52:52.990Z] 15dffa05e8f0: Layer already exists [2020-12-15T06:52:52.990Z] af197e2baf66: Layer already exists [2020-12-15T06:52:53.260Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:6ab8e2851c88c2cbdadf54ca1d9ebff7cc8dbab993e3177b3a4fed3139aed342 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:53.607Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:53.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-15T06:52:53.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T06:52:53.948Z] af197e2baf66: Preparing [2020-12-15T06:52:53.948Z] 34e9f9840b52: Preparing [2020-12-15T06:52:53.948Z] 15dffa05e8f0: Preparing [2020-12-15T06:52:53.948Z] af197e2baf66: Layer already exists [2020-12-15T06:52:53.948Z] 34e9f9840b52: Layer already exists [2020-12-15T06:52:53.948Z] 15dffa05e8f0: Layer already exists [2020-12-15T06:52:54.218Z] master: digest: sha256:6ab8e2851c88c2cbdadf54ca1d9ebff7cc8dbab993e3177b3a4fed3139aed342 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:52:54.459Z] ===================================================== [Pipeline] echo [2020-12-15T06:52:54.524Z] taggedImages: [2020-12-15T06:52:54.525Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:54.525Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.11 [2020-12-15T06:52:54.525Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:52:54.525Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-15T06:52:54.608Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-15T06:52:54.608Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:54.608Z] 2.0.0-dev.11 [2020-12-15T06:52:54.608Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:52:54.608Z] master [2020-12-15T06:52:54.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:55.140Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:55.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:52:55.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T06:52:55.475Z] f8fa3ff3e7db: Preparing [2020-12-15T06:52:55.475Z] b0bee15fba24: Preparing [2020-12-15T06:52:55.475Z] 769ca0c96f31: Preparing [2020-12-15T06:52:55.475Z] 44fa2cbaec40: Preparing [2020-12-15T06:52:55.475Z] 3814e838a03b: Preparing [2020-12-15T06:52:55.475Z] e934a737d657: Preparing [2020-12-15T06:52:55.475Z] e934a737d657: Waiting [2020-12-15T06:52:55.749Z] 769ca0c96f31: Pushed [2020-12-15T06:52:55.749Z] f8fa3ff3e7db: Pushed [2020-12-15T06:52:55.749Z] 3814e838a03b: Pushed [2020-12-15T06:52:56.032Z] e934a737d657: Layer already exists [2020-12-15T06:52:56.323Z] 44fa2cbaec40: Pushed [2020-12-15T06:52:58.950Z] b0bee15fba24: Pushed [2020-12-15T06:52:59.234Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:98d7f75abebf8823a6db871618c4f54cb48d5ccac754ad49f20007045789a749 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:59.612Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:52:59.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.11 [2020-12-15T06:52:59.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T06:52:59.975Z] f8fa3ff3e7db: Preparing [2020-12-15T06:52:59.975Z] b0bee15fba24: Preparing [2020-12-15T06:52:59.975Z] 769ca0c96f31: Preparing [2020-12-15T06:52:59.975Z] 44fa2cbaec40: Preparing [2020-12-15T06:52:59.975Z] 3814e838a03b: Preparing [2020-12-15T06:52:59.975Z] e934a737d657: Preparing [2020-12-15T06:52:59.975Z] e934a737d657: Waiting [2020-12-15T06:52:59.975Z] f8fa3ff3e7db: Layer already exists [2020-12-15T06:52:59.975Z] 769ca0c96f31: Layer already exists [2020-12-15T06:52:59.975Z] 44fa2cbaec40: Layer already exists [2020-12-15T06:53:00.254Z] b0bee15fba24: Layer already exists [2020-12-15T06:53:00.254Z] 3814e838a03b: Layer already exists [2020-12-15T06:53:00.254Z] e934a737d657: Layer already exists [2020-12-15T06:53:00.254Z] 2.0.0-dev.11: digest: sha256:98d7f75abebf8823a6db871618c4f54cb48d5ccac754ad49f20007045789a749 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:00.607Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:00.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:00.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T06:53:00.954Z] f8fa3ff3e7db: Preparing [2020-12-15T06:53:00.954Z] b0bee15fba24: Preparing [2020-12-15T06:53:00.954Z] 769ca0c96f31: Preparing [2020-12-15T06:53:00.954Z] 44fa2cbaec40: Preparing [2020-12-15T06:53:00.954Z] 3814e838a03b: Preparing [2020-12-15T06:53:00.954Z] e934a737d657: Preparing [2020-12-15T06:53:00.954Z] e934a737d657: Waiting [2020-12-15T06:53:00.954Z] 44fa2cbaec40: Layer already exists [2020-12-15T06:53:00.954Z] f8fa3ff3e7db: Layer already exists [2020-12-15T06:53:00.954Z] 3814e838a03b: Layer already exists [2020-12-15T06:53:00.954Z] 769ca0c96f31: Layer already exists [2020-12-15T06:53:00.954Z] b0bee15fba24: Layer already exists [2020-12-15T06:53:00.954Z] e934a737d657: Layer already exists [2020-12-15T06:53:01.225Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:98d7f75abebf8823a6db871618c4f54cb48d5ccac754ad49f20007045789a749 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:01.572Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:01.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-15T06:53:01.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T06:53:01.915Z] f8fa3ff3e7db: Preparing [2020-12-15T06:53:01.915Z] b0bee15fba24: Preparing [2020-12-15T06:53:01.915Z] 769ca0c96f31: Preparing [2020-12-15T06:53:01.915Z] 44fa2cbaec40: Preparing [2020-12-15T06:53:01.915Z] 3814e838a03b: Preparing [2020-12-15T06:53:01.915Z] e934a737d657: Preparing [2020-12-15T06:53:01.915Z] e934a737d657: Waiting [2020-12-15T06:53:01.915Z] b0bee15fba24: Layer already exists [2020-12-15T06:53:02.190Z] 769ca0c96f31: Layer already exists [2020-12-15T06:53:02.190Z] 3814e838a03b: Layer already exists [2020-12-15T06:53:02.190Z] 44fa2cbaec40: Layer already exists [2020-12-15T06:53:02.190Z] f8fa3ff3e7db: Layer already exists [2020-12-15T06:53:02.190Z] e934a737d657: Layer already exists [2020-12-15T06:53:02.190Z] master: digest: sha256:98d7f75abebf8823a6db871618c4f54cb48d5ccac754ad49f20007045789a749 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:02.439Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:02.494Z] taggedImages: [2020-12-15T06:53:02.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:02.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:02.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:02.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-15T06:53:02.574Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-15T06:53:02.574Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:02.574Z] 2.0.0-dev.11 [2020-12-15T06:53:02.574Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:02.574Z] master [2020-12-15T06:53:02.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:03.130Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:03.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:03.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T06:53:03.500Z] 579463a01f7e: Preparing [2020-12-15T06:53:03.500Z] 69b346f7662d: Preparing [2020-12-15T06:53:03.500Z] f7ab65b2ea67: Preparing [2020-12-15T06:53:03.776Z] f7ab65b2ea67: Pushed [2020-12-15T06:53:03.776Z] 579463a01f7e: Pushed [2020-12-15T06:53:07.222Z] 69b346f7662d: Pushed [2020-12-15T06:53:07.222Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:1d43e37077bed84ca7b33a265b492039cd6fec20a2c7e0557f575e9f91c25ed1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:07.560Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:07.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:07.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T06:53:07.891Z] 579463a01f7e: Preparing [2020-12-15T06:53:07.891Z] 69b346f7662d: Preparing [2020-12-15T06:53:07.891Z] f7ab65b2ea67: Preparing [2020-12-15T06:53:08.162Z] f7ab65b2ea67: Layer already exists [2020-12-15T06:53:08.162Z] 579463a01f7e: Layer already exists [2020-12-15T06:53:08.162Z] 69b346f7662d: Layer already exists [2020-12-15T06:53:08.162Z] 2.0.0-dev.11: digest: sha256:1d43e37077bed84ca7b33a265b492039cd6fec20a2c7e0557f575e9f91c25ed1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:08.500Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:08.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:08.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T06:53:08.841Z] 579463a01f7e: Preparing [2020-12-15T06:53:08.841Z] 69b346f7662d: Preparing [2020-12-15T06:53:08.841Z] f7ab65b2ea67: Preparing [2020-12-15T06:53:08.841Z] f7ab65b2ea67: Layer already exists [2020-12-15T06:53:08.841Z] 579463a01f7e: Layer already exists [2020-12-15T06:53:08.841Z] 69b346f7662d: Layer already exists [2020-12-15T06:53:09.112Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:1d43e37077bed84ca7b33a265b492039cd6fec20a2c7e0557f575e9f91c25ed1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:09.453Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:09.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-15T06:53:09.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T06:53:09.787Z] 579463a01f7e: Preparing [2020-12-15T06:53:09.787Z] 69b346f7662d: Preparing [2020-12-15T06:53:09.787Z] f7ab65b2ea67: Preparing [2020-12-15T06:53:09.787Z] 69b346f7662d: Layer already exists [2020-12-15T06:53:09.787Z] 579463a01f7e: Layer already exists [2020-12-15T06:53:09.787Z] f7ab65b2ea67: Layer already exists [2020-12-15T06:53:10.056Z] master: digest: sha256:1d43e37077bed84ca7b33a265b492039cd6fec20a2c7e0557f575e9f91c25ed1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:10.408Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:10.479Z] taggedImages: [2020-12-15T06:53:10.479Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:10.479Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:10.479Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:10.479Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-15T06:53:10.581Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-15T06:53:10.581Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:10.581Z] 2.0.0-dev.11 [2020-12-15T06:53:10.581Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:10.581Z] master [2020-12-15T06:53:10.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:11.148Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:11.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:11.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T06:53:11.506Z] e4a00a9c04a6: Preparing [2020-12-15T06:53:11.506Z] 1312501a6389: Preparing [2020-12-15T06:53:11.506Z] baac0683fb09: Preparing [2020-12-15T06:53:11.506Z] 27feaf45ae92: Preparing [2020-12-15T06:53:11.506Z] 7f16e35d85c7: Preparing [2020-12-15T06:53:11.506Z] 6ae4d39bc034: Preparing [2020-12-15T06:53:11.506Z] 66b385cf80cf: Preparing [2020-12-15T06:53:11.506Z] 66b385cf80cf: Waiting [2020-12-15T06:53:11.506Z] 6ae4d39bc034: Waiting [2020-12-15T06:53:11.787Z] 1312501a6389: Pushed [2020-12-15T06:53:11.787Z] 7f16e35d85c7: Pushed [2020-12-15T06:53:12.066Z] baac0683fb09: Pushed [2020-12-15T06:53:12.066Z] e4a00a9c04a6: Pushed [2020-12-15T06:53:12.066Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:12.336Z] 6ae4d39bc034: Pushed [2020-12-15T06:53:13.763Z] 27feaf45ae92: Pushed [2020-12-15T06:53:14.033Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:c071f3ec77bb16e94ff4f282bef67f3156ccbdd457d89cd04550fae6311059d0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:14.371Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:14.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:14.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T06:53:14.707Z] e4a00a9c04a6: Preparing [2020-12-15T06:53:14.707Z] 1312501a6389: Preparing [2020-12-15T06:53:14.707Z] baac0683fb09: Preparing [2020-12-15T06:53:14.707Z] 27feaf45ae92: Preparing [2020-12-15T06:53:14.707Z] 7f16e35d85c7: Preparing [2020-12-15T06:53:14.707Z] 6ae4d39bc034: Preparing [2020-12-15T06:53:14.707Z] 66b385cf80cf: Preparing [2020-12-15T06:53:14.707Z] 6ae4d39bc034: Waiting [2020-12-15T06:53:14.707Z] 66b385cf80cf: Waiting [2020-12-15T06:53:14.707Z] 27feaf45ae92: Layer already exists [2020-12-15T06:53:14.707Z] e4a00a9c04a6: Layer already exists [2020-12-15T06:53:14.707Z] 7f16e35d85c7: Layer already exists [2020-12-15T06:53:14.707Z] 1312501a6389: Layer already exists [2020-12-15T06:53:14.707Z] baac0683fb09: Layer already exists [2020-12-15T06:53:14.707Z] 6ae4d39bc034: Layer already exists [2020-12-15T06:53:14.707Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:14.981Z] 2.0.0-dev.11: digest: sha256:c071f3ec77bb16e94ff4f282bef67f3156ccbdd457d89cd04550fae6311059d0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:15.318Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:15.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:15.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T06:53:15.650Z] e4a00a9c04a6: Preparing [2020-12-15T06:53:15.650Z] 1312501a6389: Preparing [2020-12-15T06:53:15.650Z] baac0683fb09: Preparing [2020-12-15T06:53:15.650Z] 27feaf45ae92: Preparing [2020-12-15T06:53:15.650Z] 7f16e35d85c7: Preparing [2020-12-15T06:53:15.650Z] 6ae4d39bc034: Preparing [2020-12-15T06:53:15.650Z] 66b385cf80cf: Preparing [2020-12-15T06:53:15.650Z] 6ae4d39bc034: Waiting [2020-12-15T06:53:15.650Z] 66b385cf80cf: Waiting [2020-12-15T06:53:15.650Z] baac0683fb09: Layer already exists [2020-12-15T06:53:15.650Z] 1312501a6389: Layer already exists [2020-12-15T06:53:15.650Z] 7f16e35d85c7: Layer already exists [2020-12-15T06:53:15.650Z] e4a00a9c04a6: Layer already exists [2020-12-15T06:53:15.650Z] 27feaf45ae92: Layer already exists [2020-12-15T06:53:15.650Z] 6ae4d39bc034: Layer already exists [2020-12-15T06:53:15.921Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:15.921Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:c071f3ec77bb16e94ff4f282bef67f3156ccbdd457d89cd04550fae6311059d0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:16.265Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:16.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-15T06:53:16.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T06:53:16.603Z] e4a00a9c04a6: Preparing [2020-12-15T06:53:16.603Z] 1312501a6389: Preparing [2020-12-15T06:53:16.603Z] baac0683fb09: Preparing [2020-12-15T06:53:16.603Z] 27feaf45ae92: Preparing [2020-12-15T06:53:16.603Z] 7f16e35d85c7: Preparing [2020-12-15T06:53:16.603Z] 6ae4d39bc034: Preparing [2020-12-15T06:53:16.603Z] 66b385cf80cf: Preparing [2020-12-15T06:53:16.603Z] 6ae4d39bc034: Waiting [2020-12-15T06:53:16.603Z] 66b385cf80cf: Waiting [2020-12-15T06:53:16.880Z] baac0683fb09: Layer already exists [2020-12-15T06:53:16.880Z] 7f16e35d85c7: Layer already exists [2020-12-15T06:53:16.880Z] e4a00a9c04a6: Layer already exists [2020-12-15T06:53:16.880Z] 1312501a6389: Layer already exists [2020-12-15T06:53:16.880Z] 27feaf45ae92: Layer already exists [2020-12-15T06:53:16.880Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:16.880Z] 6ae4d39bc034: Layer already exists [2020-12-15T06:53:16.880Z] master: digest: sha256:c071f3ec77bb16e94ff4f282bef67f3156ccbdd457d89cd04550fae6311059d0 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:17.183Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:17.244Z] taggedImages: [2020-12-15T06:53:17.244Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:17.244Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:17.244Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:17.244Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-15T06:53:17.317Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-15T06:53:17.317Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:17.317Z] 2.0.0-dev.11 [2020-12-15T06:53:17.317Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:17.317Z] master [2020-12-15T06:53:17.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:17.834Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:18.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:18.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T06:53:18.169Z] 6aa255907533: Preparing [2020-12-15T06:53:18.169Z] 3a25e6d02047: Preparing [2020-12-15T06:53:18.169Z] ccbc945e7824: Preparing [2020-12-15T06:53:18.169Z] 184bff96e076: Preparing [2020-12-15T06:53:18.169Z] 5bb1e560c36c: Preparing [2020-12-15T06:53:18.169Z] e934a737d657: Preparing [2020-12-15T06:53:18.169Z] e934a737d657: Waiting [2020-12-15T06:53:18.456Z] ccbc945e7824: Pushed [2020-12-15T06:53:18.456Z] e934a737d657: Layer already exists [2020-12-15T06:53:18.456Z] 184bff96e076: Pushed [2020-12-15T06:53:19.049Z] 5bb1e560c36c: Pushed [2020-12-15T06:53:20.525Z] 6aa255907533: Pushed [2020-12-15T06:53:20.525Z] 3a25e6d02047: Pushed [2020-12-15T06:53:20.801Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:860f65756147ce0c6bf5805e2bdab9854815efbb202367eec3f7f0d8b64d76e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:21.153Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:21.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:21.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T06:53:21.498Z] 6aa255907533: Preparing [2020-12-15T06:53:21.498Z] 3a25e6d02047: Preparing [2020-12-15T06:53:21.498Z] ccbc945e7824: Preparing [2020-12-15T06:53:21.498Z] 184bff96e076: Preparing [2020-12-15T06:53:21.498Z] 5bb1e560c36c: Preparing [2020-12-15T06:53:21.498Z] e934a737d657: Preparing [2020-12-15T06:53:21.498Z] e934a737d657: Waiting [2020-12-15T06:53:21.498Z] 5bb1e560c36c: Layer already exists [2020-12-15T06:53:21.498Z] 3a25e6d02047: Layer already exists [2020-12-15T06:53:21.498Z] 6aa255907533: Layer already exists [2020-12-15T06:53:21.498Z] 184bff96e076: Layer already exists [2020-12-15T06:53:21.498Z] ccbc945e7824: Layer already exists [2020-12-15T06:53:21.777Z] e934a737d657: Layer already exists [2020-12-15T06:53:21.777Z] 2.0.0-dev.11: digest: sha256:860f65756147ce0c6bf5805e2bdab9854815efbb202367eec3f7f0d8b64d76e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:22.164Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:22.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:22.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T06:53:22.530Z] 6aa255907533: Preparing [2020-12-15T06:53:22.530Z] 3a25e6d02047: Preparing [2020-12-15T06:53:22.530Z] ccbc945e7824: Preparing [2020-12-15T06:53:22.530Z] 184bff96e076: Preparing [2020-12-15T06:53:22.530Z] 5bb1e560c36c: Preparing [2020-12-15T06:53:22.530Z] e934a737d657: Preparing [2020-12-15T06:53:22.530Z] e934a737d657: Waiting [2020-12-15T06:53:22.530Z] 5bb1e560c36c: Layer already exists [2020-12-15T06:53:22.530Z] 3a25e6d02047: Layer already exists [2020-12-15T06:53:22.530Z] 6aa255907533: Layer already exists [2020-12-15T06:53:22.530Z] ccbc945e7824: Layer already exists [2020-12-15T06:53:22.530Z] 184bff96e076: Layer already exists [2020-12-15T06:53:22.817Z] e934a737d657: Layer already exists [2020-12-15T06:53:22.817Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:860f65756147ce0c6bf5805e2bdab9854815efbb202367eec3f7f0d8b64d76e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:23.232Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:23.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-15T06:53:23.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T06:53:23.591Z] 6aa255907533: Preparing [2020-12-15T06:53:23.591Z] 3a25e6d02047: Preparing [2020-12-15T06:53:23.591Z] ccbc945e7824: Preparing [2020-12-15T06:53:23.591Z] 184bff96e076: Preparing [2020-12-15T06:53:23.591Z] 5bb1e560c36c: Preparing [2020-12-15T06:53:23.591Z] e934a737d657: Preparing [2020-12-15T06:53:23.591Z] e934a737d657: Waiting [2020-12-15T06:53:23.591Z] 6aa255907533: Layer already exists [2020-12-15T06:53:23.591Z] ccbc945e7824: Layer already exists [2020-12-15T06:53:23.591Z] 3a25e6d02047: Layer already exists [2020-12-15T06:53:23.591Z] 184bff96e076: Layer already exists [2020-12-15T06:53:23.591Z] 5bb1e560c36c: Layer already exists [2020-12-15T06:53:23.861Z] e934a737d657: Layer already exists [2020-12-15T06:53:23.861Z] master: digest: sha256:860f65756147ce0c6bf5805e2bdab9854815efbb202367eec3f7f0d8b64d76e7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:24.064Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:24.117Z] taggedImages: [2020-12-15T06:53:24.117Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:24.117Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:24.117Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:24.117Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-15T06:53:24.195Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-15T06:53:24.195Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:24.195Z] 2.0.0-dev.11 [2020-12-15T06:53:24.195Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:24.195Z] master [2020-12-15T06:53:24.195Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:24.712Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:25.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:25.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T06:53:25.045Z] 6358013a962d: Preparing [2020-12-15T06:53:25.045Z] e649b6b0444a: Preparing [2020-12-15T06:53:25.045Z] 16522d3b2a5a: Preparing [2020-12-15T06:53:25.045Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:25.045Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:25.045Z] 99bbe3730237: Preparing [2020-12-15T06:53:25.045Z] cda0b4102b7e: Preparing [2020-12-15T06:53:25.045Z] 05c91633bc75: Preparing [2020-12-15T06:53:25.045Z] 6358013a962d: Preparing [2020-12-15T06:53:25.045Z] ad56f9dafd88: Preparing [2020-12-15T06:53:25.045Z] 8256cf961909: Preparing [2020-12-15T06:53:25.045Z] 9358a662a9e1: Preparing [2020-12-15T06:53:25.045Z] e934a737d657: Preparing [2020-12-15T06:53:25.045Z] cda0b4102b7e: Waiting [2020-12-15T06:53:25.045Z] 05c91633bc75: Waiting [2020-12-15T06:53:25.045Z] ad56f9dafd88: Waiting [2020-12-15T06:53:25.045Z] 8256cf961909: Waiting [2020-12-15T06:53:25.045Z] 9358a662a9e1: Waiting [2020-12-15T06:53:25.045Z] e934a737d657: Waiting [2020-12-15T06:53:25.320Z] 06d5ae37c0d3: Pushed [2020-12-15T06:53:25.320Z] e649b6b0444a: Pushed [2020-12-15T06:53:25.320Z] 16522d3b2a5a: Pushed [2020-12-15T06:53:25.595Z] ad56f9dafd88: Pushed [2020-12-15T06:53:25.595Z] cda0b4102b7e: Pushed [2020-12-15T06:53:25.595Z] 05c91633bc75: Pushed [2020-12-15T06:53:25.879Z] e934a737d657: Layer already exists [2020-12-15T06:53:25.879Z] 8256cf961909: Pushed [2020-12-15T06:53:26.162Z] 9358a662a9e1: Pushed [2020-12-15T06:53:26.162Z] 99bbe3730237: Pushed [2020-12-15T06:53:27.188Z] 6358013a962d: Pushed [2020-12-15T06:53:27.477Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:f0bbaf0c2192ddb0eca740b52c66e39a4924bf4a75bedc89b417da613b82a9df size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:27.927Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:28.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:28.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T06:53:28.334Z] 6358013a962d: Preparing [2020-12-15T06:53:28.334Z] e649b6b0444a: Preparing [2020-12-15T06:53:28.334Z] 16522d3b2a5a: Preparing [2020-12-15T06:53:28.334Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:28.334Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:28.334Z] 99bbe3730237: Preparing [2020-12-15T06:53:28.334Z] cda0b4102b7e: Preparing [2020-12-15T06:53:28.334Z] 05c91633bc75: Preparing [2020-12-15T06:53:28.334Z] 6358013a962d: Preparing [2020-12-15T06:53:28.334Z] ad56f9dafd88: Preparing [2020-12-15T06:53:28.334Z] 8256cf961909: Preparing [2020-12-15T06:53:28.334Z] 9358a662a9e1: Preparing [2020-12-15T06:53:28.334Z] e934a737d657: Preparing [2020-12-15T06:53:28.334Z] ad56f9dafd88: Waiting [2020-12-15T06:53:28.334Z] 8256cf961909: Waiting [2020-12-15T06:53:28.334Z] 9358a662a9e1: Waiting [2020-12-15T06:53:28.334Z] e934a737d657: Waiting [2020-12-15T06:53:28.334Z] 05c91633bc75: Waiting [2020-12-15T06:53:28.334Z] cda0b4102b7e: Waiting [2020-12-15T06:53:28.334Z] 16522d3b2a5a: Layer already exists [2020-12-15T06:53:28.334Z] e649b6b0444a: Layer already exists [2020-12-15T06:53:28.334Z] 6358013a962d: Layer already exists [2020-12-15T06:53:28.334Z] 06d5ae37c0d3: Layer already exists [2020-12-15T06:53:28.334Z] 99bbe3730237: Layer already exists [2020-12-15T06:53:28.618Z] ad56f9dafd88: Layer already exists [2020-12-15T06:53:28.618Z] 05c91633bc75: Layer already exists [2020-12-15T06:53:28.618Z] 8256cf961909: Layer already exists [2020-12-15T06:53:28.618Z] 9358a662a9e1: Layer already exists [2020-12-15T06:53:28.618Z] cda0b4102b7e: Layer already exists [2020-12-15T06:53:28.618Z] e934a737d657: Layer already exists [2020-12-15T06:53:28.618Z] 2.0.0-dev.11: digest: sha256:f0bbaf0c2192ddb0eca740b52c66e39a4924bf4a75bedc89b417da613b82a9df size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:28.989Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:29.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:29.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T06:53:29.371Z] 6358013a962d: Preparing [2020-12-15T06:53:29.371Z] e649b6b0444a: Preparing [2020-12-15T06:53:29.371Z] 16522d3b2a5a: Preparing [2020-12-15T06:53:29.371Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:29.371Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:29.371Z] 99bbe3730237: Preparing [2020-12-15T06:53:29.371Z] cda0b4102b7e: Preparing [2020-12-15T06:53:29.371Z] 05c91633bc75: Preparing [2020-12-15T06:53:29.371Z] 6358013a962d: Preparing [2020-12-15T06:53:29.371Z] ad56f9dafd88: Preparing [2020-12-15T06:53:29.371Z] 8256cf961909: Preparing [2020-12-15T06:53:29.371Z] 9358a662a9e1: Preparing [2020-12-15T06:53:29.371Z] e934a737d657: Preparing [2020-12-15T06:53:29.371Z] ad56f9dafd88: Waiting [2020-12-15T06:53:29.371Z] 8256cf961909: Waiting [2020-12-15T06:53:29.371Z] 9358a662a9e1: Waiting [2020-12-15T06:53:29.371Z] e934a737d657: Waiting [2020-12-15T06:53:29.371Z] cda0b4102b7e: Waiting [2020-12-15T06:53:29.371Z] 05c91633bc75: Waiting [2020-12-15T06:53:29.371Z] 6358013a962d: Layer already exists [2020-12-15T06:53:29.371Z] e649b6b0444a: Layer already exists [2020-12-15T06:53:29.648Z] 99bbe3730237: Layer already exists [2020-12-15T06:53:29.648Z] 06d5ae37c0d3: Layer already exists [2020-12-15T06:53:29.648Z] 16522d3b2a5a: Layer already exists [2020-12-15T06:53:29.648Z] cda0b4102b7e: Layer already exists [2020-12-15T06:53:29.648Z] 9358a662a9e1: Layer already exists [2020-12-15T06:53:29.648Z] 8256cf961909: Layer already exists [2020-12-15T06:53:29.648Z] 05c91633bc75: Layer already exists [2020-12-15T06:53:29.648Z] ad56f9dafd88: Layer already exists [2020-12-15T06:53:29.648Z] e934a737d657: Layer already exists [2020-12-15T06:53:29.648Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:f0bbaf0c2192ddb0eca740b52c66e39a4924bf4a75bedc89b417da613b82a9df size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:30.017Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:30.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-15T06:53:30.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T06:53:30.349Z] 6358013a962d: Preparing [2020-12-15T06:53:30.349Z] e649b6b0444a: Preparing [2020-12-15T06:53:30.349Z] 16522d3b2a5a: Preparing [2020-12-15T06:53:30.349Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:30.349Z] 06d5ae37c0d3: Preparing [2020-12-15T06:53:30.349Z] 99bbe3730237: Preparing [2020-12-15T06:53:30.349Z] cda0b4102b7e: Preparing [2020-12-15T06:53:30.349Z] 05c91633bc75: Preparing [2020-12-15T06:53:30.349Z] 6358013a962d: Preparing [2020-12-15T06:53:30.349Z] ad56f9dafd88: Preparing [2020-12-15T06:53:30.349Z] 8256cf961909: Preparing [2020-12-15T06:53:30.349Z] 9358a662a9e1: Preparing [2020-12-15T06:53:30.349Z] e934a737d657: Preparing [2020-12-15T06:53:30.349Z] cda0b4102b7e: Waiting [2020-12-15T06:53:30.349Z] 05c91633bc75: Waiting [2020-12-15T06:53:30.349Z] ad56f9dafd88: Waiting [2020-12-15T06:53:30.349Z] 8256cf961909: Waiting [2020-12-15T06:53:30.349Z] 9358a662a9e1: Waiting [2020-12-15T06:53:30.349Z] e934a737d657: Waiting [2020-12-15T06:53:30.619Z] 6358013a962d: Layer already exists [2020-12-15T06:53:30.619Z] 99bbe3730237: Layer already exists [2020-12-15T06:53:30.619Z] 06d5ae37c0d3: Layer already exists [2020-12-15T06:53:30.619Z] 16522d3b2a5a: Layer already exists [2020-12-15T06:53:30.619Z] e649b6b0444a: Layer already exists [2020-12-15T06:53:30.619Z] cda0b4102b7e: Layer already exists [2020-12-15T06:53:30.619Z] ad56f9dafd88: Layer already exists [2020-12-15T06:53:30.619Z] 05c91633bc75: Layer already exists [2020-12-15T06:53:30.619Z] 8256cf961909: Layer already exists [2020-12-15T06:53:30.619Z] 9358a662a9e1: Layer already exists [2020-12-15T06:53:30.619Z] e934a737d657: Layer already exists [2020-12-15T06:53:30.619Z] master: digest: sha256:f0bbaf0c2192ddb0eca740b52c66e39a4924bf4a75bedc89b417da613b82a9df size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:30.839Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:30.898Z] taggedImages: [2020-12-15T06:53:30.898Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:30.898Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:30.898Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:30.898Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-15T06:53:30.975Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-15T06:53:30.975Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:30.975Z] 2.0.0-dev.11 [2020-12-15T06:53:30.975Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:30.975Z] master [2020-12-15T06:53:30.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:31.518Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:31.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:31.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T06:53:31.859Z] 47392b4ec358: Preparing [2020-12-15T06:53:31.859Z] fbdb91d7ceaa: Preparing [2020-12-15T06:53:31.859Z] 434a5d0f933b: Preparing [2020-12-15T06:53:31.859Z] 6a561c77ca36: Preparing [2020-12-15T06:53:31.859Z] 239dca86fff0: Preparing [2020-12-15T06:53:31.859Z] eda5c69eb61b: Preparing [2020-12-15T06:53:31.859Z] d3305139ef19: Preparing [2020-12-15T06:53:31.859Z] 106855be7436: Preparing [2020-12-15T06:53:31.859Z] 66b385cf80cf: Preparing [2020-12-15T06:53:31.859Z] eda5c69eb61b: Waiting [2020-12-15T06:53:31.859Z] d3305139ef19: Waiting [2020-12-15T06:53:31.859Z] 106855be7436: Waiting [2020-12-15T06:53:31.859Z] 66b385cf80cf: Waiting [2020-12-15T06:53:32.145Z] fbdb91d7ceaa: Pushed [2020-12-15T06:53:32.146Z] 239dca86fff0: Pushed [2020-12-15T06:53:32.146Z] 47392b4ec358: Pushed [2020-12-15T06:53:32.419Z] eda5c69eb61b: Pushed [2020-12-15T06:53:32.419Z] d3305139ef19: Pushed [2020-12-15T06:53:32.419Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:33.009Z] 106855be7436: Pushed [2020-12-15T06:53:34.439Z] 6a561c77ca36: Pushed [2020-12-15T06:53:34.439Z] 434a5d0f933b: Pushed [2020-12-15T06:53:34.439Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:b2be53387b0657cb3d725960dc2a417e27d1fe5766dc61be6249e5b981f49ce2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:34.779Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:35.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:35.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T06:53:35.109Z] 47392b4ec358: Preparing [2020-12-15T06:53:35.109Z] fbdb91d7ceaa: Preparing [2020-12-15T06:53:35.109Z] 434a5d0f933b: Preparing [2020-12-15T06:53:35.109Z] 6a561c77ca36: Preparing [2020-12-15T06:53:35.109Z] 239dca86fff0: Preparing [2020-12-15T06:53:35.109Z] eda5c69eb61b: Preparing [2020-12-15T06:53:35.109Z] d3305139ef19: Preparing [2020-12-15T06:53:35.109Z] 106855be7436: Preparing [2020-12-15T06:53:35.109Z] 66b385cf80cf: Preparing [2020-12-15T06:53:35.109Z] eda5c69eb61b: Waiting [2020-12-15T06:53:35.109Z] 106855be7436: Waiting [2020-12-15T06:53:35.109Z] 66b385cf80cf: Waiting [2020-12-15T06:53:35.109Z] d3305139ef19: Waiting [2020-12-15T06:53:35.109Z] 434a5d0f933b: Layer already exists [2020-12-15T06:53:35.109Z] 47392b4ec358: Layer already exists [2020-12-15T06:53:35.109Z] fbdb91d7ceaa: Layer already exists [2020-12-15T06:53:35.109Z] 239dca86fff0: Layer already exists [2020-12-15T06:53:35.109Z] 6a561c77ca36: Layer already exists [2020-12-15T06:53:35.379Z] eda5c69eb61b: Layer already exists [2020-12-15T06:53:35.379Z] 106855be7436: Layer already exists [2020-12-15T06:53:35.379Z] d3305139ef19: Layer already exists [2020-12-15T06:53:35.379Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:35.379Z] 2.0.0-dev.11: digest: sha256:b2be53387b0657cb3d725960dc2a417e27d1fe5766dc61be6249e5b981f49ce2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:35.717Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:36.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:36.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T06:53:36.049Z] 47392b4ec358: Preparing [2020-12-15T06:53:36.049Z] fbdb91d7ceaa: Preparing [2020-12-15T06:53:36.049Z] 434a5d0f933b: Preparing [2020-12-15T06:53:36.049Z] 6a561c77ca36: Preparing [2020-12-15T06:53:36.049Z] 239dca86fff0: Preparing [2020-12-15T06:53:36.049Z] eda5c69eb61b: Preparing [2020-12-15T06:53:36.049Z] d3305139ef19: Preparing [2020-12-15T06:53:36.049Z] 106855be7436: Preparing [2020-12-15T06:53:36.049Z] 66b385cf80cf: Preparing [2020-12-15T06:53:36.049Z] 66b385cf80cf: Waiting [2020-12-15T06:53:36.049Z] d3305139ef19: Waiting [2020-12-15T06:53:36.049Z] 106855be7436: Waiting [2020-12-15T06:53:36.049Z] eda5c69eb61b: Waiting [2020-12-15T06:53:36.049Z] 434a5d0f933b: Layer already exists [2020-12-15T06:53:36.049Z] fbdb91d7ceaa: Layer already exists [2020-12-15T06:53:36.049Z] 6a561c77ca36: Layer already exists [2020-12-15T06:53:36.049Z] 239dca86fff0: Layer already exists [2020-12-15T06:53:36.049Z] 47392b4ec358: Layer already exists [2020-12-15T06:53:36.318Z] 106855be7436: Layer already exists [2020-12-15T06:53:36.318Z] eda5c69eb61b: Layer already exists [2020-12-15T06:53:36.318Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:36.318Z] d3305139ef19: Layer already exists [2020-12-15T06:53:36.318Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:b2be53387b0657cb3d725960dc2a417e27d1fe5766dc61be6249e5b981f49ce2 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:36.654Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:36.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-15T06:53:36.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T06:53:36.995Z] 47392b4ec358: Preparing [2020-12-15T06:53:36.995Z] fbdb91d7ceaa: Preparing [2020-12-15T06:53:36.995Z] 434a5d0f933b: Preparing [2020-12-15T06:53:36.995Z] 6a561c77ca36: Preparing [2020-12-15T06:53:36.995Z] 239dca86fff0: Preparing [2020-12-15T06:53:36.995Z] eda5c69eb61b: Preparing [2020-12-15T06:53:36.995Z] d3305139ef19: Preparing [2020-12-15T06:53:36.995Z] 106855be7436: Preparing [2020-12-15T06:53:36.995Z] 66b385cf80cf: Preparing [2020-12-15T06:53:36.995Z] d3305139ef19: Waiting [2020-12-15T06:53:36.995Z] 106855be7436: Waiting [2020-12-15T06:53:36.995Z] 66b385cf80cf: Waiting [2020-12-15T06:53:36.995Z] eda5c69eb61b: Waiting [2020-12-15T06:53:36.995Z] 434a5d0f933b: Layer already exists [2020-12-15T06:53:36.995Z] 239dca86fff0: Layer already exists [2020-12-15T06:53:36.995Z] 47392b4ec358: Layer already exists [2020-12-15T06:53:36.995Z] fbdb91d7ceaa: Layer already exists [2020-12-15T06:53:36.995Z] 6a561c77ca36: Layer already exists [2020-12-15T06:53:37.266Z] d3305139ef19: Layer already exists [2020-12-15T06:53:37.266Z] eda5c69eb61b: Layer already exists [2020-12-15T06:53:37.266Z] 66b385cf80cf: Layer already exists [2020-12-15T06:53:37.266Z] 106855be7436: Layer already exists [2020-12-15T06:53:37.266Z] master: digest: sha256:b2be53387b0657cb3d725960dc2a417e27d1fe5766dc61be6249e5b981f49ce2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:37.465Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:37.520Z] taggedImages: [2020-12-15T06:53:37.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:37.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:37.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:37.520Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-15T06:53:37.591Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-15T06:53:37.591Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:37.591Z] 2.0.0-dev.11 [2020-12-15T06:53:37.591Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:37.591Z] master [2020-12-15T06:53:37.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:38.108Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:38.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:38.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T06:53:38.445Z] 45a620245443: Preparing [2020-12-15T06:53:38.445Z] bcb5b31ad644: Preparing [2020-12-15T06:53:38.445Z] add8026c4cfe: Preparing [2020-12-15T06:53:38.445Z] b16dc614dd5c: Preparing [2020-12-15T06:53:38.445Z] 7e1960e7f7a1: Preparing [2020-12-15T06:53:38.445Z] 023607fed5a9: Preparing [2020-12-15T06:53:38.445Z] 023607fed5a9: Waiting [2020-12-15T06:53:38.716Z] add8026c4cfe: Pushed [2020-12-15T06:53:38.716Z] 45a620245443: Pushed [2020-12-15T06:53:39.001Z] 7e1960e7f7a1: Pushed [2020-12-15T06:53:39.001Z] b16dc614dd5c: Pushed [2020-12-15T06:53:39.279Z] 023607fed5a9: Pushed [2020-12-15T06:53:41.918Z] bcb5b31ad644: Pushed [2020-12-15T06:53:41.918Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:7b7c9422a418ba6b61a69248f0c2f65f17d4c22e640fc50cd1d20d0db2d9d65a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:42.262Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:42.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:42.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T06:53:42.600Z] 45a620245443: Preparing [2020-12-15T06:53:42.600Z] bcb5b31ad644: Preparing [2020-12-15T06:53:42.600Z] add8026c4cfe: Preparing [2020-12-15T06:53:42.600Z] b16dc614dd5c: Preparing [2020-12-15T06:53:42.600Z] 7e1960e7f7a1: Preparing [2020-12-15T06:53:42.600Z] 023607fed5a9: Preparing [2020-12-15T06:53:42.600Z] 023607fed5a9: Waiting [2020-12-15T06:53:42.600Z] b16dc614dd5c: Layer already exists [2020-12-15T06:53:42.600Z] 45a620245443: Layer already exists [2020-12-15T06:53:42.600Z] add8026c4cfe: Layer already exists [2020-12-15T06:53:42.600Z] 7e1960e7f7a1: Layer already exists [2020-12-15T06:53:42.600Z] bcb5b31ad644: Layer already exists [2020-12-15T06:53:42.870Z] 023607fed5a9: Layer already exists [2020-12-15T06:53:42.870Z] 2.0.0-dev.11: digest: sha256:7b7c9422a418ba6b61a69248f0c2f65f17d4c22e640fc50cd1d20d0db2d9d65a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:43.213Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:43.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:43.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T06:53:43.549Z] 45a620245443: Preparing [2020-12-15T06:53:43.549Z] bcb5b31ad644: Preparing [2020-12-15T06:53:43.549Z] add8026c4cfe: Preparing [2020-12-15T06:53:43.549Z] b16dc614dd5c: Preparing [2020-12-15T06:53:43.549Z] 7e1960e7f7a1: Preparing [2020-12-15T06:53:43.549Z] 023607fed5a9: Preparing [2020-12-15T06:53:43.549Z] 023607fed5a9: Waiting [2020-12-15T06:53:43.855Z] 7e1960e7f7a1: Layer already exists [2020-12-15T06:53:43.855Z] bcb5b31ad644: Layer already exists [2020-12-15T06:53:43.855Z] add8026c4cfe: Layer already exists [2020-12-15T06:53:43.855Z] b16dc614dd5c: Layer already exists [2020-12-15T06:53:43.855Z] 45a620245443: Layer already exists [2020-12-15T06:53:43.855Z] 023607fed5a9: Layer already exists [2020-12-15T06:53:43.855Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:7b7c9422a418ba6b61a69248f0c2f65f17d4c22e640fc50cd1d20d0db2d9d65a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:44.228Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:44.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-15T06:53:44.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T06:53:44.854Z] 45a620245443: Preparing [2020-12-15T06:53:44.854Z] bcb5b31ad644: Preparing [2020-12-15T06:53:44.854Z] add8026c4cfe: Preparing [2020-12-15T06:53:44.854Z] b16dc614dd5c: Preparing [2020-12-15T06:53:44.854Z] 7e1960e7f7a1: Preparing [2020-12-15T06:53:44.854Z] 023607fed5a9: Preparing [2020-12-15T06:53:44.854Z] 023607fed5a9: Waiting [2020-12-15T06:53:45.146Z] 45a620245443: Layer already exists [2020-12-15T06:53:45.146Z] add8026c4cfe: Layer already exists [2020-12-15T06:53:45.146Z] 7e1960e7f7a1: Layer already exists [2020-12-15T06:53:45.146Z] bcb5b31ad644: Layer already exists [2020-12-15T06:53:45.146Z] b16dc614dd5c: Layer already exists [2020-12-15T06:53:45.146Z] 023607fed5a9: Layer already exists [2020-12-15T06:53:45.146Z] master: digest: sha256:7b7c9422a418ba6b61a69248f0c2f65f17d4c22e640fc50cd1d20d0db2d9d65a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:45.375Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:45.427Z] taggedImages: [2020-12-15T06:53:45.427Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:45.427Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:45.427Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:45.427Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-15T06:53:45.500Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-15T06:53:45.500Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:45.500Z] 2.0.0-dev.11 [2020-12-15T06:53:45.500Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:45.500Z] master [2020-12-15T06:53:45.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:46.036Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:46.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:46.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T06:53:46.385Z] 27e09527fb6e: Preparing [2020-12-15T06:53:46.385Z] 7f4746232ba2: Preparing [2020-12-15T06:53:46.385Z] 32ad2ab5baf5: Preparing [2020-12-15T06:53:46.658Z] 32ad2ab5baf5: Pushed [2020-12-15T06:53:46.658Z] 27e09527fb6e: Pushed [2020-12-15T06:53:49.264Z] 7f4746232ba2: Pushed [2020-12-15T06:53:49.534Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:1b594e2e55af68a8ec2f5885917369c61e063f8cee72ef5e06886a71ce6d91f2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:49.873Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:50.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:50.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T06:53:50.205Z] 27e09527fb6e: Preparing [2020-12-15T06:53:50.205Z] 7f4746232ba2: Preparing [2020-12-15T06:53:50.205Z] 32ad2ab5baf5: Preparing [2020-12-15T06:53:50.205Z] 27e09527fb6e: Layer already exists [2020-12-15T06:53:50.205Z] 32ad2ab5baf5: Layer already exists [2020-12-15T06:53:50.205Z] 7f4746232ba2: Layer already exists [2020-12-15T06:53:50.476Z] 2.0.0-dev.11: digest: sha256:1b594e2e55af68a8ec2f5885917369c61e063f8cee72ef5e06886a71ce6d91f2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:50.838Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:51.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:51.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T06:53:51.246Z] 27e09527fb6e: Preparing [2020-12-15T06:53:51.246Z] 7f4746232ba2: Preparing [2020-12-15T06:53:51.246Z] 32ad2ab5baf5: Preparing [2020-12-15T06:53:51.246Z] 27e09527fb6e: Layer already exists [2020-12-15T06:53:51.246Z] 7f4746232ba2: Layer already exists [2020-12-15T06:53:51.246Z] 32ad2ab5baf5: Layer already exists [2020-12-15T06:53:51.532Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:1b594e2e55af68a8ec2f5885917369c61e063f8cee72ef5e06886a71ce6d91f2 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:51.876Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:52.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-15T06:53:52.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T06:53:52.210Z] 27e09527fb6e: Preparing [2020-12-15T06:53:52.210Z] 7f4746232ba2: Preparing [2020-12-15T06:53:52.210Z] 32ad2ab5baf5: Preparing [2020-12-15T06:53:52.210Z] 27e09527fb6e: Layer already exists [2020-12-15T06:53:52.210Z] 7f4746232ba2: Layer already exists [2020-12-15T06:53:52.210Z] 32ad2ab5baf5: Layer already exists [2020-12-15T06:53:52.480Z] master: digest: sha256:1b594e2e55af68a8ec2f5885917369c61e063f8cee72ef5e06886a71ce6d91f2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:53:52.728Z] ===================================================== [Pipeline] echo [2020-12-15T06:53:52.778Z] taggedImages: [2020-12-15T06:53:52.778Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:52.778Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.11 [2020-12-15T06:53:52.778Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:52.778Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-15T06:53:52.851Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-15T06:53:52.851Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:52.851Z] 2.0.0-dev.11 [2020-12-15T06:53:52.851Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:53:52.851Z] master [2020-12-15T06:53:52.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:53.378Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:53:53.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:53:53.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T06:53:53.710Z] ec0cc8999313: Preparing [2020-12-15T06:53:53.710Z] b1590830c3bf: Preparing [2020-12-15T06:53:53.710Z] 6d98d4641b97: Preparing [2020-12-15T06:53:53.710Z] 5216c2f293e3: Preparing [2020-12-15T06:53:53.710Z] 70f45a96ced0: Preparing [2020-12-15T06:53:53.710Z] acaef753eb71: Preparing [2020-12-15T06:53:53.711Z] 6d89a917cff1: Preparing [2020-12-15T06:53:53.711Z] 9ded3b6bb9b5: Preparing [2020-12-15T06:53:53.711Z] fa1afe8e6ed9: Preparing [2020-12-15T06:53:53.711Z] 87a09b4c083e: Preparing [2020-12-15T06:53:53.711Z] 0f74e9ff2a61: Preparing [2020-12-15T06:53:53.711Z] b122376c33c6: Preparing [2020-12-15T06:53:53.711Z] f8381ed47b22: Preparing [2020-12-15T06:53:53.711Z] e934a737d657: Preparing [2020-12-15T06:53:53.711Z] 87a09b4c083e: Waiting [2020-12-15T06:53:53.711Z] 0f74e9ff2a61: Waiting [2020-12-15T06:53:53.711Z] b122376c33c6: Waiting [2020-12-15T06:53:53.711Z] f8381ed47b22: Waiting [2020-12-15T06:53:53.711Z] e934a737d657: Waiting [2020-12-15T06:53:53.711Z] acaef753eb71: Waiting [2020-12-15T06:53:53.711Z] 6d89a917cff1: Waiting [2020-12-15T06:53:53.711Z] fa1afe8e6ed9: Waiting [2020-12-15T06:53:53.711Z] 9ded3b6bb9b5: Waiting [2020-12-15T06:53:54.308Z] 70f45a96ced0: Pushed [2020-12-15T06:53:54.308Z] ec0cc8999313: Pushed [2020-12-15T06:53:54.911Z] 5216c2f293e3: Pushed [2020-12-15T06:53:54.911Z] 6d89a917cff1: Pushed [2020-12-15T06:53:54.911Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T06:53:55.184Z] fa1afe8e6ed9: Layer already exists [2020-12-15T06:53:55.184Z] 87a09b4c083e: Layer already exists [2020-12-15T06:53:55.184Z] 0f74e9ff2a61: Layer already exists [2020-12-15T06:53:55.184Z] b122376c33c6: Layer already exists [2020-12-15T06:53:55.184Z] f8381ed47b22: Layer already exists [2020-12-15T06:53:55.184Z] e934a737d657: Layer already exists [2020-12-15T06:53:55.787Z] b1590830c3bf: Pushed [2020-12-15T06:53:56.761Z] acaef753eb71: Pushed [2020-12-15T06:54:07.098Z] 6d98d4641b97: Pushed [2020-12-15T06:54:07.379Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9: digest: sha256:359690c85d5eede3f9a41deaaf8220366410be3eac65bbe7692551cfe3149f31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:07.739Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:08.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.11 [2020-12-15T06:54:08.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T06:54:08.083Z] ec0cc8999313: Preparing [2020-12-15T06:54:08.083Z] b1590830c3bf: Preparing [2020-12-15T06:54:08.083Z] 6d98d4641b97: Preparing [2020-12-15T06:54:08.083Z] 5216c2f293e3: Preparing [2020-12-15T06:54:08.083Z] 70f45a96ced0: Preparing [2020-12-15T06:54:08.083Z] acaef753eb71: Preparing [2020-12-15T06:54:08.083Z] 6d89a917cff1: Preparing [2020-12-15T06:54:08.083Z] 9ded3b6bb9b5: Preparing [2020-12-15T06:54:08.083Z] fa1afe8e6ed9: Preparing [2020-12-15T06:54:08.083Z] 87a09b4c083e: Preparing [2020-12-15T06:54:08.083Z] 0f74e9ff2a61: Preparing [2020-12-15T06:54:08.083Z] b122376c33c6: Preparing [2020-12-15T06:54:08.083Z] f8381ed47b22: Preparing [2020-12-15T06:54:08.083Z] e934a737d657: Preparing [2020-12-15T06:54:08.083Z] fa1afe8e6ed9: Waiting [2020-12-15T06:54:08.083Z] 87a09b4c083e: Waiting [2020-12-15T06:54:08.083Z] 6d89a917cff1: Waiting [2020-12-15T06:54:08.083Z] 9ded3b6bb9b5: Waiting [2020-12-15T06:54:08.083Z] acaef753eb71: Waiting [2020-12-15T06:54:08.083Z] 0f74e9ff2a61: Waiting [2020-12-15T06:54:08.083Z] f8381ed47b22: Waiting [2020-12-15T06:54:08.083Z] e934a737d657: Waiting [2020-12-15T06:54:08.083Z] b122376c33c6: Waiting [2020-12-15T06:54:08.083Z] b1590830c3bf: Layer already exists [2020-12-15T06:54:08.083Z] 70f45a96ced0: Layer already exists [2020-12-15T06:54:08.083Z] 5216c2f293e3: Layer already exists [2020-12-15T06:54:08.083Z] 6d98d4641b97: Layer already exists [2020-12-15T06:54:08.083Z] ec0cc8999313: Layer already exists [2020-12-15T06:54:08.083Z] 6d89a917cff1: Layer already exists [2020-12-15T06:54:08.083Z] acaef753eb71: Layer already exists [2020-12-15T06:54:08.083Z] fa1afe8e6ed9: Layer already exists [2020-12-15T06:54:08.358Z] 87a09b4c083e: Layer already exists [2020-12-15T06:54:08.358Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T06:54:08.358Z] 0f74e9ff2a61: Layer already exists [2020-12-15T06:54:08.358Z] b122376c33c6: Layer already exists [2020-12-15T06:54:08.358Z] f8381ed47b22: Layer already exists [2020-12-15T06:54:08.358Z] e934a737d657: Layer already exists [2020-12-15T06:54:08.358Z] 2.0.0-dev.11: digest: sha256:359690c85d5eede3f9a41deaaf8220366410be3eac65bbe7692551cfe3149f31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:08.710Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:09.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:54:09.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T06:54:09.045Z] ec0cc8999313: Preparing [2020-12-15T06:54:09.045Z] b1590830c3bf: Preparing [2020-12-15T06:54:09.045Z] 6d98d4641b97: Preparing [2020-12-15T06:54:09.045Z] 5216c2f293e3: Preparing [2020-12-15T06:54:09.045Z] 70f45a96ced0: Preparing [2020-12-15T06:54:09.045Z] acaef753eb71: Preparing [2020-12-15T06:54:09.045Z] 6d89a917cff1: Preparing [2020-12-15T06:54:09.045Z] 9ded3b6bb9b5: Preparing [2020-12-15T06:54:09.045Z] fa1afe8e6ed9: Preparing [2020-12-15T06:54:09.045Z] 87a09b4c083e: Preparing [2020-12-15T06:54:09.045Z] 0f74e9ff2a61: Preparing [2020-12-15T06:54:09.045Z] b122376c33c6: Preparing [2020-12-15T06:54:09.045Z] f8381ed47b22: Preparing [2020-12-15T06:54:09.045Z] e934a737d657: Preparing [2020-12-15T06:54:09.045Z] acaef753eb71: Waiting [2020-12-15T06:54:09.045Z] 6d89a917cff1: Waiting [2020-12-15T06:54:09.045Z] 9ded3b6bb9b5: Waiting [2020-12-15T06:54:09.045Z] fa1afe8e6ed9: Waiting [2020-12-15T06:54:09.045Z] 87a09b4c083e: Waiting [2020-12-15T06:54:09.045Z] 0f74e9ff2a61: Waiting [2020-12-15T06:54:09.045Z] b122376c33c6: Waiting [2020-12-15T06:54:09.045Z] f8381ed47b22: Waiting [2020-12-15T06:54:09.045Z] e934a737d657: Waiting [2020-12-15T06:54:09.045Z] b1590830c3bf: Layer already exists [2020-12-15T06:54:09.045Z] 5216c2f293e3: Layer already exists [2020-12-15T06:54:09.045Z] 70f45a96ced0: Layer already exists [2020-12-15T06:54:09.045Z] 6d98d4641b97: Layer already exists [2020-12-15T06:54:09.045Z] ec0cc8999313: Layer already exists [2020-12-15T06:54:09.045Z] 6d89a917cff1: Layer already exists [2020-12-15T06:54:09.316Z] acaef753eb71: Layer already exists [2020-12-15T06:54:09.316Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T06:54:09.316Z] fa1afe8e6ed9: Layer already exists [2020-12-15T06:54:09.316Z] b122376c33c6: Layer already exists [2020-12-15T06:54:09.316Z] 87a09b4c083e: Layer already exists [2020-12-15T06:54:09.316Z] 0f74e9ff2a61: Layer already exists [2020-12-15T06:54:09.316Z] e934a737d657: Layer already exists [2020-12-15T06:54:09.316Z] f8381ed47b22: Layer already exists [2020-12-15T06:54:09.316Z] 79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11: digest: sha256:359690c85d5eede3f9a41deaaf8220366410be3eac65bbe7692551cfe3149f31 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:09.669Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:10.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-15T06:54:10.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T06:54:10.015Z] ec0cc8999313: Preparing [2020-12-15T06:54:10.015Z] b1590830c3bf: Preparing [2020-12-15T06:54:10.015Z] 6d98d4641b97: Preparing [2020-12-15T06:54:10.015Z] 5216c2f293e3: Preparing [2020-12-15T06:54:10.015Z] 70f45a96ced0: Preparing [2020-12-15T06:54:10.015Z] acaef753eb71: Preparing [2020-12-15T06:54:10.015Z] 6d89a917cff1: Preparing [2020-12-15T06:54:10.015Z] 9ded3b6bb9b5: Preparing [2020-12-15T06:54:10.015Z] fa1afe8e6ed9: Preparing [2020-12-15T06:54:10.015Z] 87a09b4c083e: Preparing [2020-12-15T06:54:10.015Z] 0f74e9ff2a61: Preparing [2020-12-15T06:54:10.015Z] b122376c33c6: Preparing [2020-12-15T06:54:10.015Z] f8381ed47b22: Preparing [2020-12-15T06:54:10.015Z] e934a737d657: Preparing [2020-12-15T06:54:10.015Z] acaef753eb71: Waiting [2020-12-15T06:54:10.015Z] 87a09b4c083e: Waiting [2020-12-15T06:54:10.015Z] 0f74e9ff2a61: Waiting [2020-12-15T06:54:10.015Z] b122376c33c6: Waiting [2020-12-15T06:54:10.015Z] 6d89a917cff1: Waiting [2020-12-15T06:54:10.015Z] f8381ed47b22: Waiting [2020-12-15T06:54:10.015Z] 9ded3b6bb9b5: Waiting [2020-12-15T06:54:10.015Z] fa1afe8e6ed9: Waiting [2020-12-15T06:54:10.015Z] e934a737d657: Waiting [2020-12-15T06:54:10.015Z] b1590830c3bf: Layer already exists [2020-12-15T06:54:10.015Z] ec0cc8999313: Layer already exists [2020-12-15T06:54:10.015Z] 5216c2f293e3: Layer already exists [2020-12-15T06:54:10.015Z] 6d98d4641b97: Layer already exists [2020-12-15T06:54:10.015Z] 70f45a96ced0: Layer already exists [2020-12-15T06:54:10.015Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T06:54:10.015Z] acaef753eb71: Layer already exists [2020-12-15T06:54:10.015Z] 87a09b4c083e: Layer already exists [2020-12-15T06:54:10.293Z] fa1afe8e6ed9: Layer already exists [2020-12-15T06:54:10.294Z] 6d89a917cff1: Layer already exists [2020-12-15T06:54:10.294Z] b122376c33c6: Layer already exists [2020-12-15T06:54:10.294Z] 0f74e9ff2a61: Layer already exists [2020-12-15T06:54:10.294Z] f8381ed47b22: Layer already exists [2020-12-15T06:54:10.294Z] e934a737d657: Layer already exists [2020-12-15T06:54:10.294Z] master: digest: sha256:359690c85d5eede3f9a41deaaf8220366410be3eac65bbe7692551cfe3149f31 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T06:54:10.616Z] ===================================================== [Pipeline] echo [2020-12-15T06:54:10.670Z] taggedImages: [2020-12-15T06:54:10.671Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [2020-12-15T06:54:10.671Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.11 [2020-12-15T06:54:10.671Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:79d1af4a1f3885f41c39dfef2c86f9a672a557b9-2.0.0-dev.11 [2020-12-15T06:54:10.671Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T06:54:12.593Z] provisioning config files... [2020-12-15T06:54:12.610Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/255@tmp/config1693726083892757679tmp [Pipeline] { [Pipeline] sh [2020-12-15T06:54:12.996Z] + set +x [2020-12-15T06:54:12.996Z] + curl -s https://codecov.io/bash [2020-12-15T06:54:12.996Z] + bash -s -- [2020-12-15T06:54:13.260Z] [2020-12-15T06:54:13.260Z] _____ _ [2020-12-15T06:54:13.260Z] / ____| | | [2020-12-15T06:54:13.260Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T06:54:13.260Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T06:54:13.260Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T06:54:13.260Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T06:54:13.260Z] Bash-20201130-cc6d3fe [2020-12-15T06:54:13.260Z] [2020-12-15T06:54:13.260Z] [2020-12-15T06:54:13.525Z] ==> Jenkins CI detected. [2020-12-15T06:54:13.525Z] project root: . [2020-12-15T06:54:13.525Z] --> token set from env [2020-12-15T06:54:13.525Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T06:54:13.525Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T06:54:13.525Z] ==> Python coveragepy not found [2020-12-15T06:54:13.525Z] ==> Searching for coverage reports in: [2020-12-15T06:54:13.525Z] + . [2020-12-15T06:54:13.525Z] -> Found 1 reports [2020-12-15T06:54:13.525Z] ==> Detecting git/mercurial file structure [2020-12-15T06:54:13.525Z] ==> Reading reports [2020-12-15T06:54:13.525Z] + ./coverage.out bytes=568194 [2020-12-15T06:54:13.525Z] ==> Appending adjustments [2020-12-15T06:54:13.525Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T06:54:16.845Z] + Found adjustments [2020-12-15T06:54:16.845Z] ==> Gzipping contents [2020-12-15T06:54:16.845Z] 88K /tmp/codecov.Vv7NvJ.gz [2020-12-15T06:54:16.845Z] ==> Uploading reports [2020-12-15T06:54:16.845Z] url: https://codecov.io [2020-12-15T06:54:16.845Z] query: branch=master&commit=79d1af4a1f3885f41c39dfef2c86f9a672a557b9&build=255&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F255%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T06:54:16.845Z] -> Pinging Codecov [2020-12-15T06:54:16.845Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=79d1af4a1f3885f41c39dfef2c86f9a672a557b9&build=255&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F255%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T06:54:17.419Z] -> Uploading to [2020-12-15T06:54:17.419Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/79d1af4a1f3885f41c39dfef2c86f9a672a557b9/227fa0f4-de86-4f15-9e0d-d786f1439e88.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T065417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52aaea37eff9165e38d0469c397f3059608b0d3c31c5cbfac7c2471195399b14 [2020-12-15T06:54:17.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:54:17.419Z] Dload Upload Total Spent Left Speed [2020-12-15T06:54:17.943Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 87919 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87919 0 0 100 87919 0 130k --:--:-- --:--:-- --:--:-- 130k [2020-12-15T06:54:17.943Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/79d1af4a1f3885f41c39dfef2c86f9a672a557b9 [Pipeline] } [2020-12-15T06:54:17.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-15T06:54:18.404Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-15T06:54:18.497Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:18.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:54:18.852Z] [2020-12-15T06:54:18.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:54:19.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:54:19.204Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-15T06:54:19.204Z] 188c0c94c7c5: Already exists [2020-12-15T06:54:19.204Z] 0ef7d3d256c8: Already exists [2020-12-15T06:54:19.204Z] de9db76c5a1d: Already exists [2020-12-15T06:54:19.204Z] 0eba1c9be4d2: Pulling fs layer [2020-12-15T06:54:19.204Z] 0d57e429df01: Pulling fs layer [2020-12-15T06:54:19.204Z] 4e4be7b47b0d: Pulling fs layer [2020-12-15T06:54:19.204Z] e1f770b5df2f: Pulling fs layer [2020-12-15T06:54:19.204Z] 85a0685a4137: Pulling fs layer [2020-12-15T06:54:19.204Z] e1f770b5df2f: Waiting [2020-12-15T06:54:19.204Z] 0d57e429df01: Verifying Checksum [2020-12-15T06:54:19.204Z] 0d57e429df01: Download complete [2020-12-15T06:54:19.204Z] 4e4be7b47b0d: Verifying Checksum [2020-12-15T06:54:19.204Z] 4e4be7b47b0d: Download complete [2020-12-15T06:54:21.135Z] e1f770b5df2f: Verifying Checksum [2020-12-15T06:54:21.135Z] e1f770b5df2f: Download complete [2020-12-15T06:54:23.702Z] 0eba1c9be4d2: Verifying Checksum [2020-12-15T06:54:23.702Z] 0eba1c9be4d2: Download complete [2020-12-15T06:54:23.702Z] 85a0685a4137: Verifying Checksum [2020-12-15T06:54:23.702Z] 85a0685a4137: Download complete [2020-12-15T06:54:29.028Z] 0eba1c9be4d2: Pull complete [2020-12-15T06:54:29.291Z] 0d57e429df01: Pull complete [2020-12-15T06:54:29.291Z] 4e4be7b47b0d: Pull complete [2020-12-15T06:54:33.523Z] e1f770b5df2f: Pull complete [2020-12-15T06:54:43.667Z] 85a0685a4137: Pull complete [2020-12-15T06:54:43.667Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-15T06:54:43.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:54:43.667Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-15T06:54:43.902Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:54:43.968Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:54:45.272Z] $ docker top 8f3fb1850c989dda2d650d77f324514e7bc05f12aa673c5a416a36a9e1d7670d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T06:54:45.579Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-15T06:54:45.876Z] + set -o pipefail [2020-12-15T06:54:45.877Z] + snyk monitor '--org=edgex-jenkins' [2020-12-15T06:55:00.846Z] [2020-12-15T06:55:00.846Z] Monitoring /w/workspace/edgex-go/255 (github.com/edgexfoundry/edgex-go)... [2020-12-15T06:55:00.846Z] [2020-12-15T06:55:00.846Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2f9e42f9-da4a-44dc-ad1e-d58b858e9d0d [2020-12-15T06:55:00.846Z] [2020-12-15T06:55:00.846Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-15T06:55:00.846Z] [2020-12-15T06:55:00.846Z] [2020-12-15T06:55:00.846Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-15T06:55:00.846Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-15T06:55:00.876Z] $ docker stop --time=1 8f3fb1850c989dda2d650d77f324514e7bc05f12aa673c5a416a36a9e1d7670d [2020-12-15T06:55:04.044Z] $ docker rm -f 8f3fb1850c989dda2d650d77f324514e7bc05f12aa673c5a416a36a9e1d7670d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-15T06:55:05.199Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-15T06:55:05.202Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:55:05.498Z] + set -o pipefail [2020-12-15T06:55:05.498Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:55:05.498Z] + tee .snyk [2020-12-15T06:55:05.761Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:55:05.761Z] version: v1.14.1 [2020-12-15T06:55:05.761Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:55:05.761Z] ignore: [2020-12-15T06:55:05.761Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:55:05.761Z] - '*': [2020-12-15T06:55:05.761Z] reason: does not apply # justification for ignoring [2020-12-15T06:55:05.761Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:55:05.761Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:55:05.761Z] - '*': [2020-12-15T06:55:05.761Z] reason: false positive [2020-12-15T06:55:05.761Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:05.761Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:55:05.761Z] - '*': [2020-12-15T06:55:05.761Z] reason: does not apply [2020-12-15T06:55:05.761Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:05.761Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:55:05.853Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:55:06.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:55:06.212Z] . [Pipeline] withDockerContainer [2020-12-15T06:55:06.457Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:55:06.560Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:55:07.483Z] $ docker top 91a6b18e94e78a8d6eea1efae171a8dae155e3f16f4fb96e0f7b15d067cd9581 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:55:08.091Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:55:08.147Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:55:08.507Z] + set -o pipefail [2020-12-15T06:55:08.507Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:55:08.507Z] + snyk-to-html -o snykReport.html [2020-12-15T06:55:19.033Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:55:19.066Z] $ docker stop --time=1 91a6b18e94e78a8d6eea1efae171a8dae155e3f16f4fb96e0f7b15d067cd9581 [2020-12-15T06:55:20.634Z] $ docker rm -f 91a6b18e94e78a8d6eea1efae171a8dae155e3f16f4fb96e0f7b15d067cd9581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:55:20.940Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-15T06:55:20.943Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:55:21.241Z] + set -o pipefail [2020-12-15T06:55:21.241Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:55:21.241Z] + tee .snyk [2020-12-15T06:55:21.505Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:55:21.505Z] version: v1.14.1 [2020-12-15T06:55:21.505Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:55:21.505Z] ignore: [2020-12-15T06:55:21.505Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:55:21.505Z] - '*': [2020-12-15T06:55:21.505Z] reason: does not apply # justification for ignoring [2020-12-15T06:55:21.505Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:55:21.505Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:55:21.505Z] - '*': [2020-12-15T06:55:21.505Z] reason: false positive [2020-12-15T06:55:21.505Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:21.505Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:55:21.505Z] - '*': [2020-12-15T06:55:21.505Z] reason: does not apply [2020-12-15T06:55:21.505Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:21.505Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:55:21.605Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:55:21.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:55:21.973Z] . [Pipeline] withDockerContainer [2020-12-15T06:55:22.093Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:55:22.154Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:55:22.907Z] $ docker top d4dfce654685a737d4f85d7cd0e03eed988156a9618817581f3b8455abe2d0a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:55:23.455Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:55:23.467Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:55:23.762Z] + set -o pipefail [2020-12-15T06:55:23.762Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:55:23.762Z] + snyk-to-html -o snykReport.html [2020-12-15T06:55:30.396Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:55:30.416Z] $ docker stop --time=1 d4dfce654685a737d4f85d7cd0e03eed988156a9618817581f3b8455abe2d0a7 [2020-12-15T06:55:31.891Z] $ docker rm -f d4dfce654685a737d4f85d7cd0e03eed988156a9618817581f3b8455abe2d0a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:55:32.239Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T06:55:32.241Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T06:55:32.481Z] Archiving artifacts [Pipeline] unstable [2020-12-15T06:55:32.597Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T06:55:32.653Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-15T06:55:32.656Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:55:32.962Z] + set -o pipefail [2020-12-15T06:55:32.962Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:55:32.962Z] + tee .snyk [2020-12-15T06:55:32.962Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:55:32.962Z] version: v1.14.1 [2020-12-15T06:55:32.962Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:55:32.962Z] ignore: [2020-12-15T06:55:32.962Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:55:32.962Z] - '*': [2020-12-15T06:55:32.962Z] reason: does not apply # justification for ignoring [2020-12-15T06:55:32.962Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:55:32.962Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:55:32.962Z] - '*': [2020-12-15T06:55:32.962Z] reason: false positive [2020-12-15T06:55:32.962Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:32.962Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:55:32.962Z] - '*': [2020-12-15T06:55:32.962Z] reason: does not apply [2020-12-15T06:55:32.962Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:32.962Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:55:33.065Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:55:33.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:55:33.446Z] . [Pipeline] withDockerContainer [2020-12-15T06:55:33.565Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:55:33.623Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:55:34.332Z] $ docker top 1ca675b71462554b73d8aa6b3889156efff4b44c1c41139082b007506cb8f454 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:55:34.850Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:55:34.867Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:55:35.170Z] + set -o pipefail [2020-12-15T06:55:35.171Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:55:35.171Z] + snyk-to-html -o snykReport.html [2020-12-15T06:55:43.352Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:55:43.372Z] $ docker stop --time=1 1ca675b71462554b73d8aa6b3889156efff4b44c1c41139082b007506cb8f454 [2020-12-15T06:55:44.967Z] $ docker rm -f 1ca675b71462554b73d8aa6b3889156efff4b44c1c41139082b007506cb8f454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:55:45.276Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-15T06:55:45.279Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:55:45.620Z] + set -o pipefail [2020-12-15T06:55:45.620Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:55:45.620Z] + tee .snyk [2020-12-15T06:55:45.896Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:55:45.896Z] version: v1.14.1 [2020-12-15T06:55:45.896Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:55:45.896Z] ignore: [2020-12-15T06:55:45.896Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:55:45.896Z] - '*': [2020-12-15T06:55:45.896Z] reason: does not apply # justification for ignoring [2020-12-15T06:55:45.896Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:55:45.896Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:55:45.896Z] - '*': [2020-12-15T06:55:45.896Z] reason: false positive [2020-12-15T06:55:45.896Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:45.896Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:55:45.896Z] - '*': [2020-12-15T06:55:45.896Z] reason: does not apply [2020-12-15T06:55:45.896Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:45.896Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:55:45.973Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:55:46.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:55:46.427Z] . [Pipeline] withDockerContainer [2020-12-15T06:55:46.559Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:55:46.648Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:55:47.506Z] $ docker top ade9a10cd903ce55349f1c100652135c130248a3dba367a89f9779ce9dfc2177 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:55:48.282Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:55:48.298Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:55:48.622Z] + set -o pipefail [2020-12-15T06:55:48.622Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:55:48.622Z] + snyk-to-html -o snykReport.html [2020-12-15T06:55:57.000Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:55:57.060Z] $ docker stop --time=1 ade9a10cd903ce55349f1c100652135c130248a3dba367a89f9779ce9dfc2177 [2020-12-15T06:55:58.531Z] $ docker rm -f ade9a10cd903ce55349f1c100652135c130248a3dba367a89f9779ce9dfc2177 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:55:58.877Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-15T06:55:58.881Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:55:59.198Z] + set -o pipefail [2020-12-15T06:55:59.198Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:55:59.198Z] + tee .snyk [2020-12-15T06:55:59.198Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:55:59.198Z] version: v1.14.1 [2020-12-15T06:55:59.198Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:55:59.198Z] ignore: [2020-12-15T06:55:59.198Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:55:59.198Z] - '*': [2020-12-15T06:55:59.198Z] reason: does not apply # justification for ignoring [2020-12-15T06:55:59.198Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:55:59.198Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:55:59.198Z] - '*': [2020-12-15T06:55:59.198Z] reason: false positive [2020-12-15T06:55:59.198Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:59.198Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:55:59.198Z] - '*': [2020-12-15T06:55:59.198Z] reason: does not apply [2020-12-15T06:55:59.198Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:55:59.198Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:55:59.302Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:55:59.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:55:59.663Z] . [Pipeline] withDockerContainer [2020-12-15T06:55:59.912Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:55:59.978Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:56:00.797Z] $ docker top 7599e7d6183555c87d9918f3e886a95329bc267d4d085ee68f7412da8a4c3f86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:56:01.347Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:56:01.363Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:56:01.668Z] + set -o pipefail [2020-12-15T06:56:01.668Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:56:01.668Z] + snyk-to-html -o snykReport.html [2020-12-15T06:56:08.332Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:56:08.361Z] $ docker stop --time=1 7599e7d6183555c87d9918f3e886a95329bc267d4d085ee68f7412da8a4c3f86 [2020-12-15T06:56:09.768Z] $ docker rm -f 7599e7d6183555c87d9918f3e886a95329bc267d4d085ee68f7412da8a4c3f86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:56:10.183Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T06:56:10.185Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T06:56:10.316Z] Archiving artifacts [Pipeline] unstable [2020-12-15T06:56:10.371Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T06:56:10.427Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-15T06:56:10.431Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:56:10.767Z] + set -o pipefail [2020-12-15T06:56:10.767Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:56:10.767Z] + tee .snyk [2020-12-15T06:56:10.767Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:56:10.767Z] version: v1.14.1 [2020-12-15T06:56:10.767Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:56:10.767Z] ignore: [2020-12-15T06:56:10.767Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:56:10.767Z] - '*': [2020-12-15T06:56:10.767Z] reason: does not apply # justification for ignoring [2020-12-15T06:56:10.767Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:56:10.767Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:56:10.767Z] - '*': [2020-12-15T06:56:10.767Z] reason: false positive [2020-12-15T06:56:10.767Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:10.767Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:56:10.767Z] - '*': [2020-12-15T06:56:10.767Z] reason: does not apply [2020-12-15T06:56:10.767Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:10.767Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:56:10.864Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:56:11.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:56:11.442Z] . [Pipeline] withDockerContainer [2020-12-15T06:56:11.576Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:56:11.664Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:56:12.471Z] $ docker top 8dd71d721305199e49202bcbbb571e5ab637b84508a166859b432fd0c9c87a44 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:56:13.072Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:56:13.084Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:56:13.379Z] + set -o pipefail [2020-12-15T06:56:13.379Z] + + snyk-to-html -osnyk snykReport.html test [2020-12-15T06:56:13.379Z] '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:56:20.054Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:56:20.079Z] $ docker stop --time=1 8dd71d721305199e49202bcbbb571e5ab637b84508a166859b432fd0c9c87a44 [2020-12-15T06:56:21.568Z] $ docker rm -f 8dd71d721305199e49202bcbbb571e5ab637b84508a166859b432fd0c9c87a44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:56:21.963Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T06:56:21.967Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T06:56:22.110Z] Archiving artifacts [Pipeline] unstable [2020-12-15T06:56:22.185Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T06:56:22.329Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-15T06:56:22.334Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:56:22.682Z] + set -o pipefail [2020-12-15T06:56:22.682Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:56:22.682Z] + tee .snyk [2020-12-15T06:56:22.706Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:56:22.706Z] version: v1.14.1 [2020-12-15T06:56:22.706Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:56:22.706Z] ignore: [2020-12-15T06:56:22.706Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:56:22.706Z] - '*': [2020-12-15T06:56:22.706Z] reason: does not apply # justification for ignoring [2020-12-15T06:56:22.706Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:56:22.706Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:56:22.706Z] - '*': [2020-12-15T06:56:22.706Z] reason: false positive [2020-12-15T06:56:22.706Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:22.706Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:56:22.706Z] - '*': [2020-12-15T06:56:22.706Z] reason: does not apply [2020-12-15T06:56:22.706Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:22.706Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:56:22.765Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:56:23.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:56:23.167Z] . [Pipeline] withDockerContainer [2020-12-15T06:56:23.341Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:56:23.459Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:56:24.241Z] $ docker top b6049abee9f7e4d7be73da1ebbfd3e29a0c2429e0bf23603b81b52e2dd403290 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:56:24.771Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:56:24.783Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:56:25.078Z] + set -o pipefail [2020-12-15T06:56:25.078Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:56:25.078Z] + snyk-to-html -o snykReport.html [2020-12-15T06:56:35.172Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:56:35.204Z] $ docker stop --time=1 b6049abee9f7e4d7be73da1ebbfd3e29a0c2429e0bf23603b81b52e2dd403290 [2020-12-15T06:56:36.691Z] $ docker rm -f b6049abee9f7e4d7be73da1ebbfd3e29a0c2429e0bf23603b81b52e2dd403290 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:56:37.042Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-15T06:56:37.045Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:56:37.351Z] + set -o pipefail [2020-12-15T06:56:37.351Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:56:37.351Z] + tee .snyk [2020-12-15T06:56:37.351Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:56:37.351Z] version: v1.14.1 [2020-12-15T06:56:37.351Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:56:37.351Z] ignore: [2020-12-15T06:56:37.351Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:56:37.351Z] - '*': [2020-12-15T06:56:37.351Z] reason: does not apply # justification for ignoring [2020-12-15T06:56:37.351Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:56:37.351Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:56:37.351Z] - '*': [2020-12-15T06:56:37.351Z] reason: false positive [2020-12-15T06:56:37.351Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:37.351Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:56:37.351Z] - '*': [2020-12-15T06:56:37.351Z] reason: does not apply [2020-12-15T06:56:37.351Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:37.351Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:56:37.449Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:56:37.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:56:37.810Z] . [Pipeline] withDockerContainer [2020-12-15T06:56:37.920Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:56:37.977Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:56:38.777Z] $ docker top b24b268d9f52ed8f1c16ebb235ef9bec1d85cc336baf173a210a2986760f1fe0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:56:39.306Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:56:39.321Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:56:39.616Z] + set -o pipefail [2020-12-15T06:56:39.616Z] + + snyk-to-html -o snykReport.htmlsnyk [2020-12-15T06:56:39.616Z] test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:56:51.972Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:56:51.993Z] $ docker stop --time=1 b24b268d9f52ed8f1c16ebb235ef9bec1d85cc336baf173a210a2986760f1fe0 [2020-12-15T06:56:53.548Z] $ docker rm -f b24b268d9f52ed8f1c16ebb235ef9bec1d85cc336baf173a210a2986760f1fe0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:56:53.913Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-15T06:56:53.916Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:56:54.215Z] + set -o pipefail [2020-12-15T06:56:54.215Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:56:54.215Z] + tee .snyk [2020-12-15T06:56:54.215Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:56:54.215Z] version: v1.14.1 [2020-12-15T06:56:54.215Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:56:54.215Z] ignore: [2020-12-15T06:56:54.215Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:56:54.215Z] - '*': [2020-12-15T06:56:54.215Z] reason: does not apply # justification for ignoring [2020-12-15T06:56:54.215Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:56:54.215Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:56:54.215Z] - '*': [2020-12-15T06:56:54.215Z] reason: false positive [2020-12-15T06:56:54.215Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:54.215Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:56:54.215Z] - '*': [2020-12-15T06:56:54.215Z] reason: does not apply [2020-12-15T06:56:54.215Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:56:54.215Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:56:54.349Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:56:54.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:56:54.726Z] . [Pipeline] withDockerContainer [2020-12-15T06:56:54.836Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:56:54.892Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:56:55.751Z] $ docker top 2e4bf58d44642b79f1262705028a374732fd4831b88feaaaefece76323f72bf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:56:56.247Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:56:56.259Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:56:56.555Z] + set -o pipefail [2020-12-15T06:56:56.555Z] + snyk-to-html -o snykReport.html [2020-12-15T06:56:56.555Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:57:08.897Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:57:08.932Z] $ docker stop --time=1 2e4bf58d44642b79f1262705028a374732fd4831b88feaaaefece76323f72bf6 [2020-12-15T06:57:10.532Z] $ docker rm -f 2e4bf58d44642b79f1262705028a374732fd4831b88feaaaefece76323f72bf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:57:10.908Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T06:57:10.912Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T06:57:11.235Z] + set -o pipefail [2020-12-15T06:57:11.235Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T06:57:11.235Z] + tee .snyk [2020-12-15T06:57:11.235Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T06:57:11.235Z] version: v1.14.1 [2020-12-15T06:57:11.235Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T06:57:11.235Z] ignore: [2020-12-15T06:57:11.235Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T06:57:11.235Z] - '*': [2020-12-15T06:57:11.235Z] reason: does not apply # justification for ignoring [2020-12-15T06:57:11.235Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-15T06:57:11.235Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T06:57:11.235Z] - '*': [2020-12-15T06:57:11.235Z] reason: false positive [2020-12-15T06:57:11.235Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:57:11.235Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T06:57:11.235Z] - '*': [2020-12-15T06:57:11.235Z] reason: does not apply [2020-12-15T06:57:11.235Z] expires: 2021-01-01T00:00:00 [2020-12-15T06:57:11.235Z] # patch: {} [Pipeline] withCredentials [2020-12-15T06:57:11.345Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:57:11.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T06:57:11.706Z] . [Pipeline] withDockerContainer [2020-12-15T06:57:11.820Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:57:12.557Z] $ 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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:57:13.323Z] $ docker top 73080201b0abb11ee6b368a8b1d2f8f5fc47189ed5512494b30cfb4a2c535fe3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:57:13.818Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T06:57:13.830Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T06:57:14.123Z] + set -o pipefail [2020-12-15T06:57:14.124Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:79d1af4a1f3885f41c39dfef2c86f9a672a557b9 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T06:57:14.124Z] + snyk-to-html -o snykReport.html [2020-12-15T06:57:20.782Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T06:57:20.844Z] $ docker stop --time=1 73080201b0abb11ee6b368a8b1d2f8f5fc47189ed5512494b30cfb4a2c535fe3 [2020-12-15T06:57:22.320Z] $ docker rm -f 73080201b0abb11ee6b368a8b1d2f8f5fc47189ed5512494b30cfb4a2c535fe3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T06:57:22.812Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T06:57:22.814Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T06:57:22.937Z] Archiving artifacts [Pipeline] unstable [2020-12-15T06:57:22.997Z] WARNING: Snyk Found Vulnerabilites [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-15T06:57:23.509Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T06:57:23.564Z] provisioning config files... [2020-12-15T06:57:23.575Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/255@tmp/config6241247934899029306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:57:23.965Z] --> edgex-publish-swagger.sh [2020-12-15T06:57:23.965Z] === Publish openapi/v1 API === [2020-12-15T06:57:23.965Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-15T06:57:23.965Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T06:57:23.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:23.965Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:24.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9572 0:00:01 0:00:01 --:--:-- 9581 100 10521 0 0 100 10521 0 9570 0:00:01 0:00:01 --:--:-- 9581 [2020-12-15T06:57:24.925Z] [2020-12-15T06:57:24.925Z] [2020-12-15T06:57:24.925Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T06:57:24.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:24.925Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:26.353Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29684 0:00:01 0:00:01 --:--:-- 29704 100 32556 0 0 100 32556 0 29680 0:00:01 0:00:01 --:--:-- 29704 [2020-12-15T06:57:26.353Z] [2020-12-15T06:57:26.353Z] [2020-12-15T06:57:26.353Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T06:57:26.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:26.353Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:27.319Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67096 0:00:01 0:00:01 --:--:-- 67140 100 73720 0 0 100 73720 0 67086 0:00:01 0:00:01 --:--:-- 67140 [2020-12-15T06:57:27.319Z] [2020-12-15T06:57:27.319Z] [2020-12-15T06:57:27.319Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T06:57:27.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:27.319Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:28.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12260 0:00:01 0:00:01 --:--:-- 12267 100 13580 0 0 100 13580 0 12258 0:00:01 0:00:01 --:--:-- 12267 [2020-12-15T06:57:28.313Z] [2020-12-15T06:57:28.313Z] [2020-12-15T06:57:28.313Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T06:57:28.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:28.313Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:29.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35482 0:00:01 0:00:01 --:--:-- 35515 100 38889 0 0 100 38889 0 35476 0:00:01 0:00:01 --:--:-- 35515 [2020-12-15T06:57:29.347Z] [2020-12-15T06:57:29.347Z] [2020-12-15T06:57:29.347Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T06:57:29.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:29.347Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:30.667Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12534 0:00:01 0:00:01 --:--:-- 12542 [2020-12-15T06:57:30.667Z] [2020-12-15T06:57:30.667Z] [2020-12-15T06:57:30.667Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T06:57:30.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:30.667Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:31.668Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4026 0:00:01 0:00:01 --:--:-- 4028 [2020-12-15T06:57:31.668Z] [2020-12-15T06:57:31.668Z] [2020-12-15T06:57:31.668Z] === Publish openapi/v2 API === [2020-12-15T06:57:31.668Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-15T06:57:31.668Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T06:57:31.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:31.668Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:32.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26528 0:00:01 0:00:01 --:--:-- 26560 100 29535 0 0 100 29535 0 26523 0:00:01 0:00:01 --:--:-- 26536 [2020-12-15T06:57:32.635Z] [2020-12-15T06:57:32.635Z] [2020-12-15T06:57:32.635Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T06:57:32.917Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:32.917Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:33.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61192 0 0 100 61192 0 54500 0:00:01 0:00:01 --:--:-- 54538 100 61192 0 0 100 61192 0 54489 0:00:01 0:00:01 --:--:-- 54538 [2020-12-15T06:57:33.927Z] [2020-12-15T06:57:33.927Z] [2020-12-15T06:57:33.927Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T06:57:33.927Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:33.927Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:34.930Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 109k 0:00:01 0:00:01 --:--:-- 109k 100 119k 0 0 100 119k 0 109k 0:00:01 0:00:01 --:--:-- 109k [2020-12-15T06:57:34.930Z] [2020-12-15T06:57:34.930Z] [2020-12-15T06:57:34.930Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T06:57:34.930Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:34.930Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:37.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19536 0:00:01 0:00:01 --:--:-- 19547 100 23691 0 0 100 23691 0 11743 0:00:02 0:00:02 --:--:-- 11745 100 23691 0 0 100 23691 0 11742 0:00:02 0:00:02 --:--:-- 11745 [2020-12-15T06:57:37.006Z] [2020-12-15T06:57:37.006Z] [2020-12-15T06:57:37.006Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T06:57:37.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:37.006Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:38.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54603 0:00:01 0:00:01 --:--:-- 54656 100 62691 0 0 100 62691 0 54594 0:00:01 0:00:01 --:--:-- 54608 [2020-12-15T06:57:38.414Z] [2020-12-15T06:57:38.414Z] [2020-12-15T06:57:38.414Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T06:57:38.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:38.414Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:39.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43013 0:00:01 0:00:01 --:--:-- 43054 100 46198 0 0 100 46198 0 43005 0:00:01 0:00:01 --:--:-- 43014 [2020-12-15T06:57:39.368Z] [2020-12-15T06:57:39.368Z] [2020-12-15T06:57:39.368Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T06:57:39.368Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T06:57:39.368Z] Dload Upload Total Spent Left Speed [2020-12-15T06:57:40.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19539 0:00:01 0:00:01 --:--:-- 19558 100 23725 0 0 100 23725 0 18914 0:00:01 0:00:01 --:--:-- 18919 [2020-12-15T06:57:40.760Z] [2020-12-15T06:57:40.760Z] [Pipeline] } [2020-12-15T06:57:40.773Z] 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 [2020-12-15T06:57:41.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:57:41.727Z] . [Pipeline] withDockerContainer [2020-12-15T06:57:41.848Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:57:41.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:57:42.760Z] $ docker top 5d8ad261a2b25327e23fc7223150faba2f1d8327571e7e80b6af456bba8e3567 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T06:57:43.067Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T06:57:43.067Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T06:57:43.308Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T06:57:43.314Z] $ docker exec 5d8ad261a2b25327e23fc7223150faba2f1d8327571e7e80b6af456bba8e3567 ssh-agent [2020-12-15T06:57:43.525Z] SSH_AUTH_SOCK=/tmp/ssh-5tplNuAHrlbM/agent.11 [2020-12-15T06:57:43.525Z] SSH_AGENT_PID=16 [2020-12-15T06:57:43.549Z] Running ssh-add (command line suppressed) [2020-12-15T06:57:43.692Z] Identity added: /w/workspace/edgex-go/255@tmp/private_key_2573123740124517187.key (/w/workspace/edgex-go/255@tmp/private_key_2573123740124517187.key) [2020-12-15T06:57:43.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T06:57:44.114Z] + git semver tag [2020-12-15T06:57:44.377Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T06:57:44.377Z] # $GIT_DIR = /w/workspace/edgex-go/255/.git [2020-12-15T06:57:44.377Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/255 [2020-12-15T06:57:44.377Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T06:57:44.377Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T06:57:44.377Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T06:57:44.377Z] # $SEMVER_BRANCH = master [2020-12-15T06:57:44.377Z] # $SEMVER_DIR = /w/workspace/edgex-go/255/.semver [2020-12-15T06:57:44.377Z] # 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 HEAD [2020-12-15T06:57:44.957Z] # -> Force: false [2020-12-15T06:57:44.957Z] # 6b488d8d9563ee10820368eeb6ee644e84e40ed7 refs/tags/v2.0.0-dev.11 [Pipeline] } [2020-12-15T06:57:44.974Z] $ docker exec --env ******** --env ******** 5d8ad261a2b25327e23fc7223150faba2f1d8327571e7e80b6af456bba8e3567 ssh-agent -k [2020-12-15T06:57:45.111Z] unset SSH_AUTH_SOCK; [2020-12-15T06:57:45.111Z] unset SSH_AGENT_PID; [2020-12-15T06:57:45.111Z] echo Agent pid 16 killed; [2020-12-15T06:57:45.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T06:57:45.659Z] + git semver [Pipeline] } [2020-12-15T06:57:45.684Z] $ docker stop --time=1 5d8ad261a2b25327e23fc7223150faba2f1d8327571e7e80b6af456bba8e3567 [2020-12-15T06:57:47.071Z] $ docker rm -f 5d8ad261a2b25327e23fc7223150faba2f1d8327571e7e80b6af456bba8e3567 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:57:47.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T06:57:47.727Z] [2020-12-15T06:57:47.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:57:48.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T06:57:48.160Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-15T06:57:48.160Z] ab5ef0e58194: Pulling fs layer [2020-12-15T06:57:48.160Z] 9712f1f96733: Pulling fs layer [2020-12-15T06:57:48.160Z] 63f879dbbcfc: Pulling fs layer [2020-12-15T06:57:48.160Z] 0d9ebad4ef96: Pulling fs layer [2020-12-15T06:57:48.160Z] e9a5061849ea: Pulling fs layer [2020-12-15T06:57:48.160Z] d747dcd14b5f: Pulling fs layer [2020-12-15T06:57:48.160Z] 2de7ff778b66: Pulling fs layer [2020-12-15T06:57:48.160Z] e9a5061849ea: Waiting [2020-12-15T06:57:48.160Z] d747dcd14b5f: Waiting [2020-12-15T06:57:48.160Z] 2de7ff778b66: Waiting [2020-12-15T06:57:48.160Z] 0d9ebad4ef96: Waiting [2020-12-15T06:57:48.160Z] 9712f1f96733: Verifying Checksum [2020-12-15T06:57:48.160Z] 9712f1f96733: Download complete [2020-12-15T06:57:50.756Z] 63f879dbbcfc: Verifying Checksum [2020-12-15T06:57:50.756Z] 63f879dbbcfc: Download complete [2020-12-15T06:57:51.019Z] e9a5061849ea: Download complete [2020-12-15T06:57:51.019Z] d747dcd14b5f: Verifying Checksum [2020-12-15T06:57:51.019Z] d747dcd14b5f: Download complete [2020-12-15T06:57:51.597Z] 0d9ebad4ef96: Verifying Checksum [2020-12-15T06:57:51.597Z] 0d9ebad4ef96: Download complete [2020-12-15T06:57:51.597Z] 2de7ff778b66: Verifying Checksum [2020-12-15T06:57:51.597Z] 2de7ff778b66: Download complete [2020-12-15T06:57:51.597Z] ab5ef0e58194: Verifying Checksum [2020-12-15T06:57:51.597Z] ab5ef0e58194: Download complete [2020-12-15T06:57:55.833Z] ab5ef0e58194: Pull complete [2020-12-15T06:57:55.833Z] 9712f1f96733: Pull complete [2020-12-15T06:57:58.411Z] 63f879dbbcfc: Pull complete [2020-12-15T06:58:05.103Z] 0d9ebad4ef96: Pull complete [2020-12-15T06:58:08.438Z] e9a5061849ea: Pull complete [2020-12-15T06:58:08.438Z] d747dcd14b5f: Pull complete [2020-12-15T06:58:09.427Z] 2de7ff778b66: Pull complete [2020-12-15T06:58:09.427Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-15T06:58:09.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T06:58:09.427Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-15T06:58:09.739Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:58:09.955Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:58:14.929Z] $ docker top ef6502e756ebb01088c17214ccb59ec51c2c948298f2857621bf8d85c92090ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-15T06:58:15.271Z] provisioning config files... [2020-12-15T06:58:15.299Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/255@tmp/config477371573740646969tmp [2020-12-15T06:58:15.335Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/255@tmp/config2612508830798822183tmp [2020-12-15T06:58:15.380Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/255@tmp/config8756147257024277605tmp [Pipeline] { [Pipeline] echo [2020-12-15T06:58:15.453Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:58:15.790Z] ---> sigul-configuration.sh [2020-12-15T06:58:15.790Z] gpg: directory `/root/.gnupg' created [2020-12-15T06:58:15.790Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-15T06:58:15.790Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-15T06:58:15.790Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-15T06:58:15.790Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-15T06:58:15.790Z] gpg: CAST5 encrypted data [2020-12-15T06:58:16.060Z] gpg: encrypted with 1 passphrase [2020-12-15T06:58:16.060Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-15T06:58:16.365Z] + mkdir /home/jenkins [2020-12-15T06:58:16.365Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-15T06:58:16.670Z] + 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 [2020-12-15T06:58:16.682Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:58:16.986Z] ---> sigul-install.sh [2020-12-15T06:58:23.634Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-15T06:58:23.938Z] + git tag --list [2020-12-15T06:58:23.938Z] 0.6.0 [2020-12-15T06:58:23.938Z] 0.6.1 [2020-12-15T06:58:23.938Z] 0.7.0 [2020-12-15T06:58:23.938Z] 0.7.1 [2020-12-15T06:58:23.938Z] v1.0.0 [2020-12-15T06:58:23.938Z] v1.0.1 [2020-12-15T06:58:23.938Z] v1.1.0 [2020-12-15T06:58:23.938Z] v1.2.0 [2020-12-15T06:58:23.938Z] v1.2.1 [2020-12-15T06:58:23.938Z] v1.2.2-dev.1 [2020-12-15T06:58:23.938Z] v1.2.2-dev.10 [2020-12-15T06:58:23.938Z] v1.2.2-dev.100 [2020-12-15T06:58:23.938Z] v1.2.2-dev.101 [2020-12-15T06:58:23.938Z] v1.2.2-dev.102 [2020-12-15T06:58:23.938Z] v1.2.2-dev.103 [2020-12-15T06:58:23.938Z] v1.2.2-dev.104 [2020-12-15T06:58:23.938Z] v1.2.2-dev.105 [2020-12-15T06:58:23.938Z] v1.2.2-dev.106 [2020-12-15T06:58:23.938Z] v1.2.2-dev.107 [2020-12-15T06:58:23.938Z] v1.2.2-dev.11 [2020-12-15T06:58:23.938Z] v1.2.2-dev.12 [2020-12-15T06:58:23.938Z] v1.2.2-dev.13 [2020-12-15T06:58:23.938Z] v1.2.2-dev.14 [2020-12-15T06:58:23.938Z] v1.2.2-dev.15 [2020-12-15T06:58:23.938Z] v1.2.2-dev.16 [2020-12-15T06:58:23.938Z] v1.2.2-dev.17 [2020-12-15T06:58:23.938Z] v1.2.2-dev.18 [2020-12-15T06:58:23.938Z] v1.2.2-dev.19 [2020-12-15T06:58:23.938Z] v1.2.2-dev.2 [2020-12-15T06:58:23.938Z] v1.2.2-dev.20 [2020-12-15T06:58:23.938Z] v1.2.2-dev.21 [2020-12-15T06:58:23.938Z] v1.2.2-dev.22 [2020-12-15T06:58:23.938Z] v1.2.2-dev.23 [2020-12-15T06:58:23.938Z] v1.2.2-dev.24 [2020-12-15T06:58:23.938Z] v1.2.2-dev.25 [2020-12-15T06:58:23.938Z] v1.2.2-dev.26 [2020-12-15T06:58:23.938Z] v1.2.2-dev.27 [2020-12-15T06:58:23.938Z] v1.2.2-dev.28 [2020-12-15T06:58:23.938Z] v1.2.2-dev.29 [2020-12-15T06:58:23.938Z] v1.2.2-dev.3 [2020-12-15T06:58:23.938Z] v1.2.2-dev.30 [2020-12-15T06:58:23.938Z] v1.2.2-dev.31 [2020-12-15T06:58:23.938Z] v1.2.2-dev.32 [2020-12-15T06:58:23.938Z] v1.2.2-dev.33 [2020-12-15T06:58:23.938Z] v1.2.2-dev.34 [2020-12-15T06:58:23.938Z] v1.2.2-dev.35 [2020-12-15T06:58:23.938Z] v1.2.2-dev.36 [2020-12-15T06:58:23.938Z] v1.2.2-dev.37 [2020-12-15T06:58:23.938Z] v1.2.2-dev.38 [2020-12-15T06:58:23.938Z] v1.2.2-dev.39 [2020-12-15T06:58:23.938Z] v1.2.2-dev.4 [2020-12-15T06:58:23.938Z] v1.2.2-dev.40 [2020-12-15T06:58:23.938Z] v1.2.2-dev.41 [2020-12-15T06:58:23.938Z] v1.2.2-dev.42 [2020-12-15T06:58:23.938Z] v1.2.2-dev.43 [2020-12-15T06:58:23.938Z] v1.2.2-dev.44 [2020-12-15T06:58:23.938Z] v1.2.2-dev.45 [2020-12-15T06:58:23.938Z] v1.2.2-dev.46 [2020-12-15T06:58:23.938Z] v1.2.2-dev.47 [2020-12-15T06:58:23.938Z] v1.2.2-dev.48 [2020-12-15T06:58:23.938Z] v1.2.2-dev.49 [2020-12-15T06:58:23.938Z] v1.2.2-dev.5 [2020-12-15T06:58:23.938Z] v1.2.2-dev.50 [2020-12-15T06:58:23.938Z] v1.2.2-dev.51 [2020-12-15T06:58:23.938Z] v1.2.2-dev.52 [2020-12-15T06:58:23.938Z] v1.2.2-dev.53 [2020-12-15T06:58:23.938Z] v1.2.2-dev.54 [2020-12-15T06:58:23.938Z] v1.2.2-dev.55 [2020-12-15T06:58:23.938Z] v1.2.2-dev.56 [2020-12-15T06:58:23.938Z] v1.2.2-dev.57 [2020-12-15T06:58:23.938Z] v1.2.2-dev.58 [2020-12-15T06:58:23.938Z] v1.2.2-dev.59 [2020-12-15T06:58:23.938Z] v1.2.2-dev.6 [2020-12-15T06:58:23.938Z] v1.2.2-dev.60 [2020-12-15T06:58:23.938Z] v1.2.2-dev.61 [2020-12-15T06:58:23.938Z] v1.2.2-dev.62 [2020-12-15T06:58:23.938Z] v1.2.2-dev.63 [2020-12-15T06:58:23.938Z] v1.2.2-dev.64 [2020-12-15T06:58:23.938Z] v1.2.2-dev.65 [2020-12-15T06:58:23.938Z] v1.2.2-dev.66 [2020-12-15T06:58:23.938Z] v1.2.2-dev.67 [2020-12-15T06:58:23.938Z] v1.2.2-dev.68 [2020-12-15T06:58:23.938Z] v1.2.2-dev.69 [2020-12-15T06:58:23.938Z] v1.2.2-dev.7 [2020-12-15T06:58:23.938Z] v1.2.2-dev.70 [2020-12-15T06:58:23.938Z] v1.2.2-dev.71 [2020-12-15T06:58:23.938Z] v1.2.2-dev.72 [2020-12-15T06:58:23.938Z] v1.2.2-dev.73 [2020-12-15T06:58:23.938Z] v1.2.2-dev.74 [2020-12-15T06:58:23.938Z] v1.2.2-dev.75 [2020-12-15T06:58:23.938Z] v1.2.2-dev.76 [2020-12-15T06:58:23.938Z] v1.2.2-dev.77 [2020-12-15T06:58:23.938Z] v1.2.2-dev.78 [2020-12-15T06:58:23.938Z] v1.2.2-dev.79 [2020-12-15T06:58:23.938Z] v1.2.2-dev.8 [2020-12-15T06:58:23.938Z] v1.2.2-dev.80 [2020-12-15T06:58:23.938Z] v1.2.2-dev.81 [2020-12-15T06:58:23.938Z] v1.2.2-dev.82 [2020-12-15T06:58:23.938Z] v1.2.2-dev.83 [2020-12-15T06:58:23.938Z] v1.2.2-dev.84 [2020-12-15T06:58:23.938Z] v1.2.2-dev.85 [2020-12-15T06:58:23.938Z] v1.2.2-dev.86 [2020-12-15T06:58:23.938Z] v1.2.2-dev.87 [2020-12-15T06:58:23.938Z] v1.2.2-dev.88 [2020-12-15T06:58:23.938Z] v1.2.2-dev.89 [2020-12-15T06:58:23.938Z] v1.2.2-dev.9 [2020-12-15T06:58:23.938Z] v1.2.2-dev.90 [2020-12-15T06:58:23.938Z] v1.2.2-dev.91 [2020-12-15T06:58:23.938Z] v1.2.2-dev.92 [2020-12-15T06:58:23.938Z] v1.2.2-dev.93 [2020-12-15T06:58:23.938Z] v1.2.2-dev.94 [2020-12-15T06:58:23.938Z] v1.2.2-dev.95 [2020-12-15T06:58:23.938Z] v1.2.2-dev.96 [2020-12-15T06:58:23.938Z] v1.2.2-dev.97 [2020-12-15T06:58:23.938Z] v1.2.2-dev.98 [2020-12-15T06:58:23.938Z] v1.2.2-dev.99 [2020-12-15T06:58:23.938Z] v1.3.0 [2020-12-15T06:58:23.939Z] v1.3.1-dev.1 [2020-12-15T06:58:23.939Z] v1.3.1-dev.10 [2020-12-15T06:58:23.939Z] v1.3.1-dev.11 [2020-12-15T06:58:23.939Z] v1.3.1-dev.12 [2020-12-15T06:58:23.939Z] v1.3.1-dev.13 [2020-12-15T06:58:23.939Z] v1.3.1-dev.14 [2020-12-15T06:58:23.939Z] v1.3.1-dev.15 [2020-12-15T06:58:23.939Z] v1.3.1-dev.16 [2020-12-15T06:58:23.939Z] v1.3.1-dev.17 [2020-12-15T06:58:23.939Z] v1.3.1-dev.18 [2020-12-15T06:58:23.939Z] v1.3.1-dev.2 [2020-12-15T06:58:23.939Z] v1.3.1-dev.3 [2020-12-15T06:58:23.939Z] v1.3.1-dev.4 [2020-12-15T06:58:23.939Z] v1.3.1-dev.5 [2020-12-15T06:58:23.939Z] v1.3.1-dev.6 [2020-12-15T06:58:23.939Z] v1.3.1-dev.7 [2020-12-15T06:58:23.939Z] v1.3.1-dev.8 [2020-12-15T06:58:23.939Z] v1.3.1-dev.9 [2020-12-15T06:58:23.939Z] v2.0.0-dev.1 [2020-12-15T06:58:23.939Z] v2.0.0-dev.10 [2020-12-15T06:58:23.939Z] v2.0.0-dev.11 [2020-12-15T06:58:23.939Z] v2.0.0-dev.2 [2020-12-15T06:58:23.939Z] v2.0.0-dev.3 [2020-12-15T06:58:23.939Z] v2.0.0-dev.4 [2020-12-15T06:58:23.939Z] v2.0.0-dev.5 [2020-12-15T06:58:23.939Z] v2.0.0-dev.6 [2020-12-15T06:58:23.939Z] v2.0.0-dev.7 [2020-12-15T06:58:23.939Z] v2.0.0-dev.8 [2020-12-15T06:58:23.939Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-15T06:58:24.413Z] + lftools sign git-tag v2.0.0-dev.11 [2020-12-15T06:58:25.830Z] Signing Git tag with Sigul... [2020-12-15T06:58:25.830Z] Signing v2.0.0-dev.11 [Pipeline] echo [2020-12-15T06:58:26.789Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:58:27.089Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-15T06:58:27.100Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-15T06:58:27.195Z] $ docker stop --time=1 ef6502e756ebb01088c17214ccb59ec51c2c948298f2857621bf8d85c92090ab [2020-12-15T06:58:29.430Z] $ docker rm -f ef6502e756ebb01088c17214ccb59ec51c2c948298f2857621bf8d85c92090ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:58:30.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:58:30.239Z] . [Pipeline] withDockerContainer [2020-12-15T06:58:30.347Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:58:30.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:58:31.172Z] $ docker top a935a443a61fa0e8455e3d566e2cc9e252a3e1e0dd935fd0600dcf43e3d82688 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T06:58:31.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T06:58:31.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T06:58:31.728Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T06:58:31.734Z] $ docker exec a935a443a61fa0e8455e3d566e2cc9e252a3e1e0dd935fd0600dcf43e3d82688 ssh-agent [2020-12-15T06:58:31.939Z] SSH_AUTH_SOCK=/tmp/ssh-ufqsRGiPogGc/agent.11 [2020-12-15T06:58:31.939Z] SSH_AGENT_PID=16 [2020-12-15T06:58:31.947Z] Running ssh-add (command line suppressed) [2020-12-15T06:58:32.112Z] Identity added: /w/workspace/edgex-go/255@tmp/private_key_473099417916223996.key (/w/workspace/edgex-go/255@tmp/private_key_473099417916223996.key) [2020-12-15T06:58:32.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T06:58:32.530Z] + git semver bump pre [2020-12-15T06:58:32.530Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T06:58:32.530Z] # $GIT_DIR = /w/workspace/edgex-go/255/.git [2020-12-15T06:58:32.530Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/255 [2020-12-15T06:58:32.530Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T06:58:32.530Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T06:58:32.530Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T06:58:32.530Z] # $SEMVER_BRANCH = master [2020-12-15T06:58:32.530Z] # $SEMVER_DIR = /w/workspace/edgex-go/255/.semver [2020-12-15T06:58:32.530Z] 2.0.0-dev.12 [Pipeline] } [2020-12-15T06:58:32.545Z] $ docker exec --env ******** --env ******** a935a443a61fa0e8455e3d566e2cc9e252a3e1e0dd935fd0600dcf43e3d82688 ssh-agent -k [2020-12-15T06:58:32.685Z] unset SSH_AUTH_SOCK; [2020-12-15T06:58:32.685Z] unset SSH_AGENT_PID; [2020-12-15T06:58:32.685Z] echo Agent pid 16 killed; [2020-12-15T06:58:32.740Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T06:58:33.223Z] + git semver [Pipeline] } [2020-12-15T06:58:33.242Z] $ docker stop --time=1 a935a443a61fa0e8455e3d566e2cc9e252a3e1e0dd935fd0600dcf43e3d82688 [2020-12-15T06:58:35.071Z] $ docker rm -f a935a443a61fa0e8455e3d566e2cc9e252a3e1e0dd935fd0600dcf43e3d82688 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:58:35.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T06:58:35.675Z] . [Pipeline] withDockerContainer [2020-12-15T06:58:35.817Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:58:35.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:58:36.736Z] $ docker top 524889f75ea6f14a99e1632c7b37789999bd2e21c1d7eada3f56377022d184ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T06:58:37.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T06:58:37.094Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T06:58:37.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T06:58:37.322Z] $ docker exec 524889f75ea6f14a99e1632c7b37789999bd2e21c1d7eada3f56377022d184ff ssh-agent [2020-12-15T06:58:37.507Z] SSH_AUTH_SOCK=/tmp/ssh-hsZNjCIcofqU/agent.12 [2020-12-15T06:58:37.507Z] SSH_AGENT_PID=17 [2020-12-15T06:58:37.518Z] Running ssh-add (command line suppressed) [2020-12-15T06:58:37.660Z] Identity added: /w/workspace/edgex-go/255@tmp/private_key_1748719862722989705.key (/w/workspace/edgex-go/255@tmp/private_key_1748719862722989705.key) [2020-12-15T06:58:37.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T06:58:38.066Z] + git semver push [2020-12-15T06:58:38.066Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T06:58:38.066Z] # $GIT_DIR = /w/workspace/edgex-go/255/.git [2020-12-15T06:58:38.066Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/255 [2020-12-15T06:58:38.066Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T06:58:38.066Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T06:58:38.066Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T06:58:38.066Z] # $SEMVER_BRANCH = master [2020-12-15T06:58:38.066Z] # $SEMVER_DIR = /w/workspace/edgex-go/255/.semver [Pipeline] } [2020-12-15T06:58:48.153Z] $ docker exec --env ******** --env ******** 524889f75ea6f14a99e1632c7b37789999bd2e21c1d7eada3f56377022d184ff ssh-agent -k [2020-12-15T06:58:48.312Z] unset SSH_AUTH_SOCK; [2020-12-15T06:58:48.312Z] unset SSH_AGENT_PID; [2020-12-15T06:58:48.312Z] echo Agent pid 17 killed; [2020-12-15T06:58:48.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T06:58:48.891Z] + git semver [Pipeline] } [2020-12-15T06:58:48.910Z] $ docker stop --time=1 524889f75ea6f14a99e1632c7b37789999bd2e21c1d7eada3f56377022d184ff [2020-12-15T06:58:50.346Z] $ docker rm -f 524889f75ea6f14a99e1632c7b37789999bd2e21c1d7eada3f56377022d184ff [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 [2020-12-15T06:58:51.706Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:58:52.653Z] ---> package-listing.sh [2020-12-15T06:58:52.653Z] ++ facter osfamily [2020-12-15T06:58:52.653Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T06:58:52.653Z] + OS_FAMILY=redhat [2020-12-15T06:58:52.653Z] + workspace=/w/workspace/edgex-go/255 [2020-12-15T06:58:52.653Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T06:58:52.653Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T06:58:52.653Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T06:58:52.653Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T06:58:52.653Z] + '[' /w/workspace/edgex-go/255 ']' [2020-12-15T06:58:52.653Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T06:58:52.653Z] + case "${OS_FAMILY}" in [2020-12-15T06:58:52.653Z] + rpm -qa [2020-12-15T06:58:52.653Z] + sort [2020-12-15T06:58:57.978Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T06:58:57.978Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T06:58:57.978Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T06:58:57.978Z] + '[' /w/workspace/edgex-go/255 ']' [2020-12-15T06:58:57.978Z] + mkdir -p /w/workspace/edgex-go/255/archives/ [2020-12-15T06:58:57.978Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/255/archives/ [Pipeline] echo [2020-12-15T06:58:57.992Z] 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/255/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T06:58:58.282Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:58:58.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T06:58:58.588Z] [2020-12-15T06:58:58.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T06:58:58.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T06:58:58.964Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T06:58:58.964Z] df20fa9351a1: Pulling fs layer [2020-12-15T06:58:58.964Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T06:58:58.964Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T06:58:58.964Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T06:58:58.964Z] 93b61091891f: Pulling fs layer [2020-12-15T06:58:58.964Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T06:58:58.964Z] 5e14af77c1be: Pulling fs layer [2020-12-15T06:58:58.964Z] 01666e4c0597: Pulling fs layer [2020-12-15T06:58:58.964Z] aa168da1d23b: Pulling fs layer [2020-12-15T06:58:58.964Z] 93b9cdb0e59b: Waiting [2020-12-15T06:58:58.964Z] aa168da1d23b: Waiting [2020-12-15T06:58:58.964Z] 5e14af77c1be: Waiting [2020-12-15T06:58:58.964Z] 01666e4c0597: Waiting [2020-12-15T06:58:58.964Z] 46f8f816bc3b: Waiting [2020-12-15T06:58:58.964Z] 93b61091891f: Waiting [2020-12-15T06:58:58.964Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T06:58:58.964Z] 36b3adc4ff6f: Download complete [2020-12-15T06:58:58.964Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T06:58:58.964Z] 46f8f816bc3b: Download complete [2020-12-15T06:58:59.230Z] df20fa9351a1: Verifying Checksum [2020-12-15T06:58:59.230Z] df20fa9351a1: Download complete [2020-12-15T06:58:59.230Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T06:58:59.230Z] 93b9cdb0e59b: Download complete [2020-12-15T06:58:59.230Z] 5e14af77c1be: Verifying Checksum [2020-12-15T06:58:59.230Z] 5e14af77c1be: Download complete [2020-12-15T06:58:59.230Z] 93b61091891f: Verifying Checksum [2020-12-15T06:58:59.230Z] 93b61091891f: Download complete [2020-12-15T06:58:59.230Z] 01666e4c0597: Verifying Checksum [2020-12-15T06:58:59.230Z] 01666e4c0597: Download complete [2020-12-15T06:58:59.230Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T06:58:59.230Z] 8ad3a11d3b57: Download complete [2020-12-15T06:58:59.494Z] df20fa9351a1: Pull complete [2020-12-15T06:58:59.756Z] 36b3adc4ff6f: Pull complete [2020-12-15T06:59:01.710Z] 8ad3a11d3b57: Pull complete [2020-12-15T06:59:01.710Z] aa168da1d23b: Verifying Checksum [2020-12-15T06:59:01.710Z] aa168da1d23b: Download complete [2020-12-15T06:59:01.710Z] 46f8f816bc3b: Pull complete [2020-12-15T06:59:01.986Z] 93b61091891f: Pull complete [2020-12-15T06:59:02.251Z] 93b9cdb0e59b: Pull complete [2020-12-15T06:59:02.514Z] 5e14af77c1be: Pull complete [2020-12-15T06:59:02.514Z] 01666e4c0597: Pull complete [2020-12-15T06:59:10.774Z] aa168da1d23b: Pull complete [2020-12-15T06:59:10.774Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T06:59:10.774Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T06:59:10.774Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T06:59:10.959Z] prd-centos7-docker-4c-2g-16075 does not seem to be running inside a container [2020-12-15T06:59:11.032Z] $ 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/255/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/255 -v /w/workspace/edgex-go/255:/w/workspace/edgex-go/255:rw,z -v /w/workspace/edgex-go/255@tmp:/w/workspace/edgex-go/255@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 [2020-12-15T06:59:13.537Z] $ docker top c1b5a36dad7ba445a2dff01b16c37a553c9a526a076b2db7efe5ac7d1165af2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T06:59:14.051Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T06:59:14.350Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T06:59:14.654Z] + ls /var/log/sa-host [2020-12-15T06:59:14.654Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T06:59:14.654Z] file_magic: OK [2020-12-15T06:59:14.654Z] HZ: Using current value: 100 [2020-12-15T06:59:14.654Z] file_header: OK [2020-12-15T06:59:14.654Z] 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 [2020-12-15T06:59:14.654Z] Statistics: [2020-12-15T06:59:14.654Z] 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... [2020-12-15T06:59:14.654Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T06:59:14.654Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T06:59:14.654Z] file_magic: OK [2020-12-15T06:59:14.654Z] HZ: Using current value: 100 [2020-12-15T06:59:14.654Z] file_header: OK [2020-12-15T06:59:14.654Z] 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 [2020-12-15T06:59:14.654Z] Statistics: [2020-12-15T06:59:14.654Z] Hnuu...uuuununununu... [2020-12-15T06:59:14.654Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T06:59:15.356Z] provisioning config files... [2020-12-15T06:59:15.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/255@tmp/config2703827757050214155tmp [Pipeline] { [Pipeline] echo [2020-12-15T06:59:15.462Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:59:15.805Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T06:59:15.816Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T06:59:15.926Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:59:16.224Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T06:59:16.235Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:59:16.534Z] ---> sudo-logs.sh [2020-12-15T06:59:16.534Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T06:59:16.546Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:59:16.848Z] ---> job-cost.sh [2020-12-15T06:59:16.848Z] lf-activate-venv: SKIPPING [2020-12-15T06:59:16.848Z] INFO: No Stack... [2020-12-15T06:59:18.245Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T06:59:18.521Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T06:59:18.540Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T06:59:18.872Z] ---> logs-deploy.sh [2020-12-15T06:59:18.873Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/255 [2020-12-15T06:59:18.873Z] INFO: archiving workspace using pattern(s): [2020-12-15T06:59:20.820Z] Archives upload complete. [2020-12-15T06:59:20.820Z] INFO: archiving logs to Nexus