Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5c7d82cd65b8973aa000dcfc910cc709fcfb47af 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16055 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/254 [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/254 # 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 5c7d82cd65b8973aa000dcfc910cc709fcfb47af (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 5c7d82cd65b8973aa000dcfc910cc709fcfb47af # timeout=10 Commit message: "Merge pull request #2947 from judehung/issue-2937" > git rev-list --no-walk 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T05:00:13.109Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T05:00:13.520Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T05:00:13.681Z] ========================================================= [2020-12-15T05:00:13.681Z] EdgeX Global Pipelines Version Info [2020-12-15T05:00:13.681Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:00:16.036Z] ------------------- [2020-12-15T05:00:16.036Z] stable info: [2020-12-15T05:00:16.036Z] ------------------- [2020-12-15T05:00:16.036Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T05:00:16.036Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T05:00:16.036Z] Message: update stable to v1.0.172 [2020-12-15T05:00:17.007Z] ------------------- [2020-12-15T05:00:17.007Z] experimental info: [2020-12-15T05:00:17.007Z] ------------------- [2020-12-15T05:00:17.007Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T05:00:17.007Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T05:00:17.007Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:00:17.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T05:00:17.551Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T05:00:17.645Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T05:00:17.747Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T05:00:17.850Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T05:00:17.949Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T05:00:18.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T05:00:18.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T05:00:18.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T05:00:18.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T05:00:18.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T05:00:18.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T05:00:18.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T05:00:18.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T05:00:18.949Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T05:00:19.042Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T05:00:19.135Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T05:00:19.230Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T05:00:19.321Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T05:00:19.422Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T05:00:19.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T05:00:19.632Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T05:00:19.746Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-15T05:00:19.838Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-15T05:00:19.927Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-15T05:00:20.022Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] echo [2020-12-15T05:00:20.142Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c7d82c [Pipeline] echo [2020-12-15T05:00:20.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T05:00:20.522Z] provisioning config files... [2020-12-15T05:00:20.570Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config52695778537960120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:00:21.019Z] ---> docker-login.sh [2020-12-15T05:00:21.019Z] nexus3.edgexfoundry.org:10001 [2020-12-15T05:00:21.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:00:21.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:00:21.565Z] Configure a credential helper to remove this warning. See [2020-12-15T05:00:21.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:00:21.565Z] [2020-12-15T05:00:21.565Z] Login Succeeded [2020-12-15T05:00:21.565Z] nexus3.edgexfoundry.org:10002 [2020-12-15T05:00:21.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:00:21.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:00:21.840Z] Configure a credential helper to remove this warning. See [2020-12-15T05:00:21.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:00:21.840Z] [2020-12-15T05:00:21.840Z] Login Succeeded [2020-12-15T05:00:21.840Z] nexus3.edgexfoundry.org:10003 [2020-12-15T05:00:22.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:00:22.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:00:22.372Z] Configure a credential helper to remove this warning. See [2020-12-15T05:00:22.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:00:22.372Z] [2020-12-15T05:00:22.372Z] Login Succeeded [2020-12-15T05:00:22.372Z] nexus3.edgexfoundry.org:10004 [2020-12-15T05:00:22.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:00:22.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:00:22.644Z] Configure a credential helper to remove this warning. See [2020-12-15T05:00:22.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:00:22.644Z] [2020-12-15T05:00:22.644Z] Login Succeeded [2020-12-15T05:00:22.644Z] docker.io [2020-12-15T05:00:22.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:00:23.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:00:23.229Z] Configure a credential helper to remove this warning. See [2020-12-15T05:00:23.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:00:23.229Z] [2020-12-15T05:00:23.229Z] Login Succeeded [2020-12-15T05:00:23.229Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T05:00:23.241Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T05:00:23.776Z] ++ 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-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T05:00:23.776Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T05:00:23.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T05:00:23.776Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T05:00:23.776Z] ++ cut -d/ -f2 [2020-12-15T05:00:23.776Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T05:00:23.889Z] 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-15T05:00:25.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:00:25.920Z] [2020-12-15T05:00:25.920Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:00:26.354Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:00:26.354Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T05:00:26.354Z] 31603596830f: Pulling fs layer [2020-12-15T05:00:26.354Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T05:00:26.354Z] 6ca5941a6612: Pulling fs layer [2020-12-15T05:00:26.354Z] ecc8261a40a4: Pulling fs layer [2020-12-15T05:00:26.354Z] ecc8261a40a4: Waiting [2020-12-15T05:00:26.633Z] 2a8b12db71e7: Download complete [2020-12-15T05:00:26.923Z] 31603596830f: Verifying Checksum [2020-12-15T05:00:26.923Z] 31603596830f: Download complete [2020-12-15T05:00:26.923Z] ecc8261a40a4: Verifying Checksum [2020-12-15T05:00:26.923Z] ecc8261a40a4: Download complete [2020-12-15T05:00:27.195Z] 6ca5941a6612: Verifying Checksum [2020-12-15T05:00:27.195Z] 6ca5941a6612: Download complete [2020-12-15T05:00:27.496Z] 31603596830f: Pull complete [2020-12-15T05:00:27.797Z] 2a8b12db71e7: Pull complete [2020-12-15T05:00:29.317Z] 6ca5941a6612: Pull complete [2020-12-15T05:00:29.626Z] ecc8261a40a4: Pull complete [2020-12-15T05:00:29.626Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T05:00:29.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:00:29.626Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T05:00:29.972Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:00:30.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T05:00:33.416Z] $ docker top dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T05:00:33.957Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T05:00:33.957Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T05:00:34.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T05:00:34.622Z] $ docker exec dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent [2020-12-15T05:00:35.046Z] SSH_AUTH_SOCK=/tmp/ssh-HNZwWyrG23as/agent.11 [2020-12-15T05:00:35.046Z] SSH_AGENT_PID=16 [2020-12-15T05:00:35.065Z] Running ssh-add (command line suppressed) [2020-12-15T05:00:35.352Z] Identity added: /w/workspace/edgex-go/254@tmp/private_key_5919117487875754407.key (/w/workspace/edgex-go/254@tmp/private_key_5919117487875754407.key) [2020-12-15T05:00:35.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T05:00:35.845Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T05:00:35.895Z] $ docker exec --env ******** --env ******** dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent -k [2020-12-15T05:00:36.064Z] unset SSH_AUTH_SOCK; [2020-12-15T05:00:36.064Z] unset SSH_AGENT_PID; [2020-12-15T05:00:36.064Z] echo Agent pid 16 killed; [2020-12-15T05:00:36.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T05:00:36.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T05:00:36.286Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T05:00:36.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T05:00:36.540Z] $ docker exec dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent [2020-12-15T05:00:36.771Z] SSH_AUTH_SOCK=/tmp/ssh-TdJ2Tm1Ov4U7/agent.46 [2020-12-15T05:00:36.771Z] SSH_AGENT_PID=52 [2020-12-15T05:00:36.780Z] Running ssh-add (command line suppressed) [2020-12-15T05:00:37.011Z] Identity added: /w/workspace/edgex-go/254@tmp/private_key_3678023565316497112.key (/w/workspace/edgex-go/254@tmp/private_key_3678023565316497112.key) [2020-12-15T05:00:37.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T05:00:37.489Z] + git semver init [2020-12-15T05:00:37.489Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T05:00:37.489Z] # $GIT_DIR = /w/workspace/edgex-go/254/.git [2020-12-15T05:00:37.489Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/254 [2020-12-15T05:00:37.489Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T05:00:37.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T05:00:37.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T05:00:37.489Z] # $SEMVER_BRANCH = master [2020-12-15T05:00:37.489Z] # $SEMVER_TEMP = /tmp/semver-800999151 [2020-12-15T05:00:37.489Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T05:01:45.774Z] # '/tmp/semver-800999151' -> '/w/workspace/edgex-go/254/.semver' [2020-12-15T05:01:45.774Z] # -> Force: false [2020-12-15T05:01:45.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [Pipeline] } [2020-12-15T05:01:45.794Z] $ docker exec --env ******** --env ******** dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a ssh-agent -k [2020-12-15T05:01:46.339Z] unset SSH_AUTH_SOCK; [2020-12-15T05:01:46.344Z] unset SSH_AGENT_PID; [2020-12-15T05:01:46.344Z] echo Agent pid 52 killed; [2020-12-15T05:01:46.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T05:01:47.219Z] + git semver [Pipeline] } [2020-12-15T05:01:47.274Z] $ docker stop --time=1 dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a [2020-12-15T05:01:49.124Z] $ docker rm -f dfa3f8c6e136aa518399a4bbdc148bbf0cdd18689efab29e1026a16a06f8a47a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T05:01:49.816Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T05:01:50.588Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T05:01:50.592Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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-15T05:01:51.717Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T05:01:52.064Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T05:01:52.464Z] + true [2020-12-15T05:01:52.464Z] + sudo service docker restart [2020-12-15T05:01:52.464Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T05:01:53.459Z] ========================================================= [2020-12-15T05:01:53.459Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T05:01:53.459Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:01:53.883Z] + 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-15T05:02:02.254Z] Sending build context to Docker daemon 326.4MB [2020-12-15T05:02:02.254Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T05:02:02.254Z] Step 2/7 : FROM ${BASE} [2020-12-15T05:02:02.254Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T05:02:02.254Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T05:02:02.254Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T05:02:02.254Z] de9db76c5a1d: Pulling fs layer [2020-12-15T05:02:02.254Z] bca2f99d35d6: Pulling fs layer [2020-12-15T05:02:02.254Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T05:02:02.254Z] 7c6f9722023f: Pulling fs layer [2020-12-15T05:02:02.254Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T05:02:02.254Z] 93359f2a8cfa: Waiting [2020-12-15T05:02:02.254Z] 7c6f9722023f: Waiting [2020-12-15T05:02:02.254Z] a35cf1a2eb13: Waiting [2020-12-15T05:02:02.254Z] bca2f99d35d6: Waiting [2020-12-15T05:02:02.254Z] de9db76c5a1d: Verifying Checksum [2020-12-15T05:02:02.254Z] de9db76c5a1d: Download complete [2020-12-15T05:02:02.254Z] 0ef7d3d256c8: Download complete [2020-12-15T05:02:02.254Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T05:02:02.254Z] 93359f2a8cfa: Download complete [2020-12-15T05:02:02.254Z] 7c6f9722023f: Verifying Checksum [2020-12-15T05:02:02.254Z] 7c6f9722023f: Download complete [2020-12-15T05:02:02.254Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T05:02:02.254Z] 188c0c94c7c5: Download complete [2020-12-15T05:02:02.566Z] 188c0c94c7c5: Pull complete [2020-12-15T05:02:02.934Z] 0ef7d3d256c8: Pull complete [2020-12-15T05:02:03.289Z] de9db76c5a1d: Pull complete [2020-12-15T05:02:06.076Z] Still waiting to schedule task [2020-12-15T05:02:06.076Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16054’ is offline [2020-12-15T05:02:07.779Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T05:02:07.779Z] a35cf1a2eb13: Download complete [2020-12-15T05:02:09.250Z] bca2f99d35d6: Verifying Checksum [2020-12-15T05:02:09.250Z] bca2f99d35d6: Download complete [2020-12-15T05:02:21.802Z] bca2f99d35d6: Pull complete [2020-12-15T05:02:21.802Z] 93359f2a8cfa: Pull complete [2020-12-15T05:02:21.802Z] 7c6f9722023f: Pull complete [2020-12-15T05:02:26.211Z] a35cf1a2eb13: Pull complete [2020-12-15T05:02:26.211Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T05:02:26.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T05:02:26.211Z] ---> a62c8e92a672 [2020-12-15T05:02:26.212Z] 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-15T05:02:26.212Z] ---> Running in 17bd10e88b4f [2020-12-15T05:02:27.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:02:28.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:02:29.691Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T05:02:30.086Z] (2/12) Installing file (5.38-r0) [2020-12-15T05:02:30.086Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T05:02:30.086Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T05:03:09.061Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T05:03:09.061Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T05:03:09.061Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T05:03:09.061Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T05:03:09.061Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T05:03:09.061Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T05:03:09.061Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T05:03:09.061Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T05:03:09.061Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:03:09.061Z] OK: 233 MiB in 51 packages [2020-12-15T05:03:09.061Z] Removing intermediate container 17bd10e88b4f [2020-12-15T05:03:09.061Z] ---> c81b9d9c9ea8 [2020-12-15T05:03:09.061Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T05:03:09.061Z] ---> Running in 563e5376a1c8 [2020-12-15T05:03:09.061Z] Removing intermediate container 563e5376a1c8 [2020-12-15T05:03:09.061Z] ---> 42f5f6d97ca9 [2020-12-15T05:03:09.061Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T05:03:09.714Z] latest: Pulling from library/docker [2020-12-15T05:03:10.210Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T05:03:10.210Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T05:03:10.210Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T05:03:10.210Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T05:03:10.210Z] 80e8d568a223: Pulling fs layer [2020-12-15T05:03:10.210Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T05:03:10.210Z] 2312dd95470a: Pulling fs layer [2020-12-15T05:03:10.210Z] 2e060f4bd70b: Waiting [2020-12-15T05:03:10.210Z] 80e8d568a223: Waiting [2020-12-15T05:03:10.210Z] 8dc6ef1a942a: Waiting [2020-12-15T05:03:10.210Z] 2312dd95470a: Waiting [2020-12-15T05:03:10.607Z] 292df0bc6bf3: Download complete [2020-12-15T05:03:10.607Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T05:03:10.607Z] 6db28d0fdbf6: Download complete [2020-12-15T05:03:10.607Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T05:03:10.607Z] 05e7bc50f07f: Download complete [2020-12-15T05:03:10.607Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T05:03:10.607Z] 8dc6ef1a942a: Download complete [2020-12-15T05:03:10.607Z] 80e8d568a223: Verifying Checksum [2020-12-15T05:03:10.607Z] 80e8d568a223: Download complete [2020-12-15T05:03:10.987Z] 2312dd95470a: Verifying Checksum [2020-12-15T05:03:10.987Z] 2312dd95470a: Download complete [2020-12-15T05:03:11.695Z] 05e7bc50f07f: Pull complete [2020-12-15T05:03:12.121Z] 6db28d0fdbf6: Pull complete [2020-12-15T05:03:12.832Z] 2e060f4bd70b: Verifying Checksum [2020-12-15T05:03:12.832Z] 2e060f4bd70b: Download complete [2020-12-15T05:03:12.832Z] 292df0bc6bf3: Pull complete [2020-12-15T05:03:19.760Z] 2e060f4bd70b: Pull complete [2020-12-15T05:03:20.031Z] 80e8d568a223: Pull complete [2020-12-15T05:03:20.304Z] 8dc6ef1a942a: Pull complete [2020-12-15T05:03:20.304Z] 2312dd95470a: Pull complete [2020-12-15T05:03:20.588Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T05:03:20.588Z] Status: Downloaded newer image for docker:latest [2020-12-15T05:03:23.273Z] ---> ee2524a5fa45 [2020-12-15T05:03:23.273Z] Step 6/7 : COPY go.mod . [2020-12-15T05:03:23.543Z] ---> 516f47e12632 [2020-12-15T05:03:23.543Z] Step 7/7 : RUN go mod download [2020-12-15T05:03:23.543Z] ---> Running in b8c044218c69 [2020-12-15T05:03:56.228Z] Removing intermediate container b8c044218c69 [2020-12-15T05:03:56.228Z] ---> 65ccb403cf5a [2020-12-15T05:03:56.228Z] Successfully built 65ccb403cf5a [2020-12-15T05:03:56.228Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:03:56.606Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T05:03:56.879Z] . [Pipeline] withDockerContainer [2020-12-15T05:03:57.294Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:03:57.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** ci-base-image-x86_64 cat [2020-12-15T05:04:00.521Z] $ docker top 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:04:01.877Z] + go version [2020-12-15T05:04:01.877Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T05:04:01.918Z] $ docker stop --time=1 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 [2020-12-15T05:04:03.880Z] $ docker rm -f 0b0417858481ac484c4aea21c387910cf6c32e4db04b1f253021e3a661a47778 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-12-15T05:04:04.308Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16056 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] ws [2020-12-15T05:04:04.493Z] Running in /w/workspace/edgex-go/254 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:04:05.040Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T05:04:05.040Z] . [Pipeline] withDockerContainer [2020-12-15T05:04:05.296Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:04:05.413Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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 ******** ci-base-image-x86_64 cat [2020-12-15T05:04:06.742Z] $ docker top dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T05:04:07.129Z] ========================================================= [2020-12-15T05:04:07.129Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T05:04:07.129Z] ========================================================= [Pipeline] sh [2020-12-15T05:04:07.828Z] + make test [2020-12-15T05:04:07.828Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T05:04:09.455Z] using credential edgex-jenkins-ssh [2020-12-15T05:04:09.520Z] Cloning the remote Git repository [2020-12-15T05:04:09.567Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T05:04:09.681Z] > git init /w/workspace/edgex-go/254 # timeout=10 [2020-12-15T05:04:09.775Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T05:04:09.776Z] > git --version # timeout=10 [2020-12-15T05:04:09.802Z] > git --version # 'git version 2.17.1' [2020-12-15T05:04:09.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T05:04:09.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T05:04:26.415Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T05:04:30.379Z] Checking out Revision 5c7d82cd65b8973aa000dcfc910cc709fcfb47af (master) [2020-12-15T05:04:29.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T05:04:29.770Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T05:04:29.798Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T05:04:29.833Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T05:04:29.834Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T05:04:29.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T05:04:30.394Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T05:04:30.408Z] > git checkout -f 5c7d82cd65b8973aa000dcfc910cc709fcfb47af # timeout=10 [2020-12-15T05:04:34.897Z] Commit message: "Merge pull request #2947 from judehung/issue-2937" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T05:04:36.568Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T05:04:37.026Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T05:04:37.370Z] + + sudo servicetrue docker [2020-12-15T05:04:37.370Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T05:04:39.435Z] provisioning config files... [2020-12-15T05:04:39.482Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config2660498677759661278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:04:39.896Z] ---> docker-login.sh [2020-12-15T05:04:39.896Z] nexus3.edgexfoundry.org:10001 [2020-12-15T05:04:40.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:04:41.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:04:41.092Z] Configure a credential helper to remove this warning. See [2020-12-15T05:04:41.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:04:41.092Z] [2020-12-15T05:04:41.092Z] Login Succeeded [2020-12-15T05:04:41.092Z] nexus3.edgexfoundry.org:10002 [2020-12-15T05:04:41.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:04:41.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:04:41.637Z] Configure a credential helper to remove this warning. See [2020-12-15T05:04:41.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:04:41.637Z] [2020-12-15T05:04:41.637Z] Login Succeeded [2020-12-15T05:04:41.637Z] nexus3.edgexfoundry.org:10003 [2020-12-15T05:04:41.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:04:41.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:04:41.915Z] Configure a credential helper to remove this warning. See [2020-12-15T05:04:41.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:04:41.915Z] [2020-12-15T05:04:41.915Z] Login Succeeded [2020-12-15T05:04:41.915Z] nexus3.edgexfoundry.org:10004 [2020-12-15T05:04:42.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:04:42.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:04:42.515Z] Configure a credential helper to remove this warning. See [2020-12-15T05:04:42.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:04:42.515Z] [2020-12-15T05:04:42.515Z] Login Succeeded [2020-12-15T05:04:42.515Z] docker.io [2020-12-15T05:04:42.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:04:43.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:04:43.060Z] Configure a credential helper to remove this warning. See [2020-12-15T05:04:43.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:04:43.060Z] [2020-12-15T05:04:43.060Z] Login Succeeded [2020-12-15T05:04:43.060Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T05:04:43.078Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T05:04:43.608Z] ========================================================= [2020-12-15T05:04:43.608Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T05:04:43.608Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:04:43.999Z] + 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-15T05:04:46.662Z] Sending build context to Docker daemon 165.7MB [2020-12-15T05:04:46.662Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T05:04:46.662Z] Step 2/7 : FROM ${BASE} [2020-12-15T05:04:46.662Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T05:04:46.662Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T05:04:46.662Z] a4357932f1b6: Pulling fs layer [2020-12-15T05:04:46.662Z] 18c013af1878: Pulling fs layer [2020-12-15T05:04:46.662Z] 00ac8860ef70: Pulling fs layer [2020-12-15T05:04:46.662Z] 63d7cb157983: Pulling fs layer [2020-12-15T05:04:46.662Z] b116817d02f9: Pulling fs layer [2020-12-15T05:04:46.662Z] 745a02a5169b: Pulling fs layer [2020-12-15T05:04:46.662Z] 00ac8860ef70: Waiting [2020-12-15T05:04:46.662Z] 63d7cb157983: Waiting [2020-12-15T05:04:46.662Z] b116817d02f9: Waiting [2020-12-15T05:04:46.662Z] 745a02a5169b: Waiting [2020-12-15T05:04:46.662Z] 18c013af1878: Verifying Checksum [2020-12-15T05:04:46.662Z] 18c013af1878: Download complete [2020-12-15T05:04:46.662Z] a4357932f1b6: Download complete [2020-12-15T05:04:46.935Z] 63d7cb157983: Download complete [2020-12-15T05:04:47.207Z] b116817d02f9: Download complete [2020-12-15T05:04:47.484Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T05:04:47.484Z] 5f621e34cdf4: Download complete [2020-12-15T05:04:48.095Z] 5f621e34cdf4: Pull complete [2020-12-15T05:04:48.696Z] a4357932f1b6: Pull complete [2020-12-15T05:04:48.969Z] 18c013af1878: Pull complete [2020-12-15T05:04:49.570Z] 745a02a5169b: Verifying Checksum [2020-12-15T05:04:49.570Z] 745a02a5169b: Download complete [2020-12-15T05:04:51.019Z] 00ac8860ef70: Verifying Checksum [2020-12-15T05:04:51.019Z] 00ac8860ef70: Download complete [2020-12-15T05:04:53.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T05:05:01.189Z] 00ac8860ef70: Pull complete [2020-12-15T05:05:01.189Z] 63d7cb157983: Pull complete [2020-12-15T05:05:01.790Z] b116817d02f9: Pull complete [2020-12-15T05:05:05.195Z] 745a02a5169b: Pull complete [2020-12-15T05:05:05.195Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T05:05:05.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T05:05:05.195Z] ---> b7e6874047d6 [2020-12-15T05:05:05.195Z] 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-15T05:05:06.792Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T05:05:06.793Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T05:05:06.793Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T05:05:06.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T05:05:06.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T05:05:06.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T05:05:08.593Z] ---> Running in dd51c224ef5e [2020-12-15T05:05:09.783Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s [2020-12-15T05:05:09.784Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T05:05:10.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:05:10.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T05:05:11.515Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T05:05:11.515Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T05:05:11.515Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T05:05:11.515Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T05:05:11.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:05:16.288Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T05:05:17.262Z] (2/12) Installing file (5.38-r0) [2020-12-15T05:05:17.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 46.6% of statements [2020-12-15T05:05:17.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T05:05:17.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T05:05:17.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T05:05:17.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T05:05:17.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T05:05:17.533Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T05:05:17.804Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T05:05:24.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T05:05:24.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.114s coverage: 100.0% of statements [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T05:05:24.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T05:05:24.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.713s coverage: 71.3% of statements [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T05:05:24.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 83.7% of statements [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T05:05:24.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T05:05:28.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.601s coverage: 28.6% of statements [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T05:05:28.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T05:05:28.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-12-15T05:05:28.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T05:05:28.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.252s coverage: 86.7% of statements [2020-12-15T05:05:28.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T05:05:29.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.221s coverage: 97.5% of statements [2020-12-15T05:05:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T05:05:29.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements [2020-12-15T05:05:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T05:05:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T05:05:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T05:05:29.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 93.8% of statements [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2020-12-15T05:05:32.299Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T05:05:32.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2020-12-15T05:05:32.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2020-12-15T05:05:33.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.2% of statements [2020-12-15T05:05:33.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.143s coverage: 91.4% of statements [2020-12-15T05:05:33.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T05:05:35.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.299s coverage: 63.5% of statements [2020-12-15T05:05:35.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T05:05:35.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T05:05:35.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-12-15T05:05:35.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2020-12-15T05:05:35.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2020-12-15T05:05:36.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2020-12-15T05:05:36.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2020-12-15T05:05:39.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.612s coverage: 55.9% of statements [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T05:05:39.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T05:05:44.558Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T05:05:44.558Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T05:05:44.558Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T05:05:44.558Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T05:05:44.558Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T05:05:44.558Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T05:05:44.558Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T05:05:44.558Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T05:05:44.558Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:05:44.558Z] OK: 217 MiB in 51 packages [2020-12-15T05:05:47.208Z] Removing intermediate container dd51c224ef5e [2020-12-15T05:05:47.208Z] ---> 911b9731148a [2020-12-15T05:05:47.208Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T05:05:47.208Z] ---> Running in 555bf0042fc1 [2020-12-15T05:05:47.481Z] Removing intermediate container 555bf0042fc1 [2020-12-15T05:05:47.481Z] ---> 15ca5827f0fb [2020-12-15T05:05:47.481Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T05:05:48.459Z] latest: Pulling from library/docker [2020-12-15T05:05:48.459Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T05:05:48.459Z] 02a3295e0d61: Pulling fs layer [2020-12-15T05:05:48.459Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T05:05:48.459Z] 330b718f631f: Pulling fs layer [2020-12-15T05:05:48.459Z] a93816041522: Pulling fs layer [2020-12-15T05:05:48.459Z] bdb6da89ff94: Pulling fs layer [2020-12-15T05:05:48.459Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T05:05:48.459Z] bdb6da89ff94: Waiting [2020-12-15T05:05:48.459Z] 2a70c0c122f4: Waiting [2020-12-15T05:05:48.459Z] 0f4f2e6d8100: Download complete [2020-12-15T05:05:48.734Z] 02a3295e0d61: Verifying Checksum [2020-12-15T05:05:48.734Z] 02a3295e0d61: Download complete [2020-12-15T05:05:48.734Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T05:05:48.734Z] a3cc7d3b244e: Download complete [2020-12-15T05:05:49.027Z] bdb6da89ff94: Download complete [2020-12-15T05:05:49.027Z] a93816041522: Download complete [2020-12-15T05:05:49.027Z] 2a70c0c122f4: Verifying Checksum [2020-12-15T05:05:49.027Z] 2a70c0c122f4: Download complete [2020-12-15T05:05:49.309Z] a3cc7d3b244e: Pull complete [2020-12-15T05:05:50.302Z] 02a3295e0d61: Pull complete [2020-12-15T05:05:50.302Z] 0f4f2e6d8100: Pull complete [2020-12-15T05:05:51.299Z] 330b718f631f: Download complete [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.307s coverage: 86.3% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.890s coverage: 72.2% of statements [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.771s coverage: 72.1% of statements [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.140s coverage: 48.4% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 37.0% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.509s coverage: 84.0% of statements [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T05:05:52.262Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2020-12-15T05:05:52.262Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T05:05:54.687Z] 330b718f631f: Pull complete [2020-12-15T05:05:55.282Z] a93816041522: Pull complete [2020-12-15T05:05:55.282Z] bdb6da89ff94: Pull complete [2020-12-15T05:05:55.876Z] 2a70c0c122f4: Pull complete [2020-12-15T05:05:55.876Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T05:05:55.876Z] Status: Downloaded newer image for docker:latest [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.128s coverage: 29.1% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.248s coverage: 99.0% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T05:05:56.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.111s coverage: 100.0% of statements [2020-12-15T05:05:56.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2020-12-15T05:05:56.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.108s coverage: 100.0% of statements [2020-12-15T05:05:56.930Z] GO111MODULE=on go vet ./... [2020-12-15T05:05:59.266Z] ---> b0ab4ecbd806 [2020-12-15T05:05:59.266Z] Step 6/7 : COPY go.mod . [2020-12-15T05:05:59.860Z] ---> 4ec7e9144b40 [2020-12-15T05:05:59.860Z] Step 7/7 : RUN go mod download [2020-12-15T05:05:59.860Z] ---> Running in f2939d6cfaaf [2020-12-15T05:06:26.672Z] Removing intermediate container f2939d6cfaaf [2020-12-15T05:06:26.672Z] ---> 91d00173cb48 [2020-12-15T05:06:26.672Z] Successfully built 91d00173cb48 [2020-12-15T05:06:26.672Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:06:27.025Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T05:06:27.025Z] . [Pipeline] withDockerContainer [2020-12-15T05:06:27.280Z] prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container [2020-12-15T05:06:27.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-15T05:06:28.905Z] $ docker top 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:06:29.975Z] + go version [2020-12-15T05:06:29.975Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T05:06:29.999Z] $ docker stop --time=1 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd [2020-12-15T05:06:32.043Z] $ docker rm -f 76527ebd564a7937ea6b8516a32d0f89829dda9a20fbe9961a43588eafe234cd [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-15T05:06:37.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T05:06:37.148Z] [2020-12-15T05:06:37.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:06:37.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T05:06:37.808Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T05:06:37.808Z] 29e5d40040c1: Pulling fs layer [2020-12-15T05:06:37.808Z] 1ce36da41761: Pulling fs layer [2020-12-15T05:06:37.808Z] 25b303627fd3: Pulling fs layer [2020-12-15T05:06:38.399Z] 29e5d40040c1: Verifying Checksum [2020-12-15T05:06:38.399Z] 29e5d40040c1: Download complete [2020-12-15T05:06:38.673Z] 1ce36da41761: Verifying Checksum [2020-12-15T05:06:38.673Z] 1ce36da41761: Download complete [2020-12-15T05:06:38.950Z] 29e5d40040c1: Pull complete [2020-12-15T05:06:40.387Z] 1ce36da41761: Pull complete [2020-12-15T05:06:40.387Z] 25b303627fd3: Verifying Checksum [2020-12-15T05:06:40.387Z] 25b303627fd3: Download complete [2020-12-15T05:06:45.166Z] gofmt -l . [2020-12-15T05:06:45.166Z] [ "`gofmt -l .`" = "" ] [2020-12-15T05:06:45.166Z] ./bin/test-go-mod-tidy.sh [2020-12-15T05:06:45.451Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T05:06:48.851Z] + ls -al . [2020-12-15T05:06:48.851Z] total 664 [2020-12-15T05:06:48.851Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 05:06 . [2020-12-15T05:06:48.851Z] drwxr-xr-x 4 root root 32 Dec 15 05:04 .. [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 05:00 .dockerignore [2020-12-15T05:06:48.851Z] drwxrwxr-x 8 1001 1001 162 Dec 15 05:00 .git [2020-12-15T05:06:48.851Z] drwxrwxr-x 3 1001 1001 125 Dec 15 05:00 .github [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 05:00 .gitignore [2020-12-15T05:06:48.851Z] drwx------ 3 1001 1001 32 Dec 15 05:01 .semver [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 05:00 .sonarcloud.properties [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 05:00 CONTRIBUTING.md [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 05:00 Dockerfile.build [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 05:00 Jenkinsfile [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 05:00 LICENSE [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 05:00 Makefile [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 05:00 README.md [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 05:00 SECURITY.md [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 12 Dec 15 05:01 VERSION [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 05:00 ZMQWindows.md [2020-12-15T05:06:48.851Z] drwxrwxr-x 2 1001 1001 117 Dec 15 05:00 bin [2020-12-15T05:06:48.851Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 05:00 cmd [2020-12-15T05:06:48.851Z] -rw-r--r-- 1 root root 568194 Dec 15 05:05 coverage.out [2020-12-15T05:06:48.851Z] -rw-r--r-- 1 root root 1041 Dec 15 05:06 go.mod [2020-12-15T05:06:48.851Z] -rw-r--r-- 1 root root 18856 Dec 15 05:06 go.sum [2020-12-15T05:06:48.851Z] drwxrwxr-x 8 1001 1001 127 Dec 15 05:00 internal [2020-12-15T05:06:48.851Z] drwxrwxr-x 4 1001 1001 26 Dec 15 05:00 openapi [2020-12-15T05:06:48.851Z] drwxrwxr-x 4 1001 1001 71 Dec 15 05:00 snap [2020-12-15T05:06:48.851Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 05:00 version.go [Pipeline] sh [2020-12-15T05:06:49.246Z] + '[' -e coverage.out ] [2020-12-15T05:06:49.246Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T05:06:49.733Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T05:06:50.052Z] + make build [2020-12-15T05:06:50.052Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T05:06:50.540Z] 25b303627fd3: Pull complete [2020-12-15T05:06:50.540Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T05:06:50.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T05:06:50.540Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T05:06:50.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container [2020-12-15T05:06:50.880Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-15T05:06:53.886Z] $ docker top 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:06:55.026Z] + docker-compose build --help [2020-12-15T05:06:55.026Z] + grep parallel [2020-12-15T05:06:55.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T05:06:58.492Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T05:06:58.791Z] $ docker stop --time=1 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e [2020-12-15T05:07:00.763Z] $ docker rm -f 78da84af7588c12764fc3b8ef57c0c82e012310dc87f15edb381efb3753c473e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:07:01.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T05:07:01.652Z] . [Pipeline] withDockerContainer [2020-12-15T05:07:01.879Z] prd-ubuntu18.04-docker-arm64-4c-16g-16056 does not seem to be running inside a container [2020-12-15T05:07:01.961Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-15T05:07:03.328Z] $ docker top 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:07:04.318Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T05:07:07.714Z] Building docker-core-command-go ... [2020-12-15T05:07:07.714Z] Building docker-core-data-go ... [2020-12-15T05:07:07.714Z] Building docker-core-metadata-go ... [2020-12-15T05:07:07.714Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T05:07:07.714Z] Building docker-security-proxy-setup-go ... [2020-12-15T05:07:07.714Z] Building docker-security-secrets-setup-go ... [2020-12-15T05:07:07.714Z] Building docker-security-secretstore-setup-go ... [2020-12-15T05:07:07.714Z] Building docker-support-notifications-go ... [2020-12-15T05:07:07.714Z] Building docker-support-scheduler-go ... [2020-12-15T05:07:07.714Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T05:07:07.714Z] Building docker-security-secretstore-setup-go [2020-12-15T05:07:07.714Z] Building docker-core-command-go [2020-12-15T05:07:07.714Z] Building docker-core-data-go [2020-12-15T05:07:07.714Z] Building docker-support-scheduler-go [2020-12-15T05:07:07.714Z] Building docker-sys-mgmt-agent-go [2020-12-15T05:07:14.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T05:07:16.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T05:07:20.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T05:07:21.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T05:07:25.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T05:07:28.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T05:07:30.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T05:07:35.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T05:07:37.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T05:07:40.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T05:07:43.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T05:07:46.920Z] $ docker stop --time=1 dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 [2020-12-15T05:07:49.119Z] $ docker rm -f dbcefe7a2e0ecdc00bc13134b2799920668e9d1218d3dd5ef4d64c7d21adb593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:07:51.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T05:07:51.149Z] [2020-12-15T05:07:51.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:07:51.532Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T05:07:51.951Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T05:07:51.951Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T05:07:51.951Z] ca9280d653b3: Pulling fs layer [2020-12-15T05:07:51.951Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T05:07:52.232Z] cbdbe7a5bc2a: Download complete [2020-12-15T05:07:53.764Z] ca9280d653b3: Verifying Checksum [2020-12-15T05:07:53.764Z] ca9280d653b3: Download complete [2020-12-15T05:07:54.059Z] cbdbe7a5bc2a: Pull complete [2020-12-15T05:07:54.683Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:07:54.683Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:07:54.683Z] ---> 91d00173cb48 [2020-12-15T05:07:54.683Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:07:54.683Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:07:54.683Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:07:54.683Z] ---> 91d00173cb48 [2020-12-15T05:07:54.683Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T05:07:54.683Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:07:54.683Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:07:54.683Z] ---> 91d00173cb48 [2020-12-15T05:07:54.683Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T05:07:54.683Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:07:54.683Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:07:54.683Z] ---> 91d00173cb48 [2020-12-15T05:07:54.683Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T05:07:54.683Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:07:54.683Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:07:54.683Z] ---> 91d00173cb48 [2020-12-15T05:07:54.683Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T05:07:55.663Z] ---> Running in 54cb31233ad8 [2020-12-15T05:07:55.663Z] ---> Running in 0cc85b17f6e7 [2020-12-15T05:07:55.663Z] ---> Running in edae83e7e18d [2020-12-15T05:07:55.663Z] ---> Running in 6bcc3989079a [2020-12-15T05:07:55.663Z] ---> Running in 138de3cd007c [2020-12-15T05:07:56.260Z] Removing intermediate container edae83e7e18d [2020-12-15T05:07:56.260Z] Removing intermediate container 54cb31233ad8 [2020-12-15T05:07:56.260Z] ---> 5941da3fe06d [2020-12-15T05:07:56.260Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:07:56.260Z] ---> dc798f182da0 [2020-12-15T05:07:56.260Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:07:56.260Z] Removing intermediate container 6bcc3989079a [2020-12-15T05:07:56.260Z] ---> f19d5af7b628 [2020-12-15T05:07:56.260Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:07:56.260Z] Removing intermediate container 0cc85b17f6e7 [2020-12-15T05:07:56.260Z] ---> b089a409bdc4 [2020-12-15T05:07:56.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:07:56.534Z] Removing intermediate container 138de3cd007c [2020-12-15T05:07:56.534Z] ---> 8ad0a94e7098 [2020-12-15T05:07:56.534Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:07:56.534Z] ---> Running in af0492928529 [2020-12-15T05:07:56.534Z] ---> Running in ec24e1f72191 [2020-12-15T05:07:56.534Z] ---> Running in 2f062741052a [2020-12-15T05:07:56.534Z] ---> Running in 2bff1b60575b [2020-12-15T05:07:56.534Z] ---> Running in 019c375443ee [2020-12-15T05:07:56.873Z] ca9280d653b3: Pull complete [2020-12-15T05:07:56.873Z] 7e9c9ca2126c: Verifying Checksum [2020-12-15T05:07:56.873Z] 7e9c9ca2126c: Download complete [2020-12-15T05:07:59.953Z] Removing intermediate container ec24e1f72191 [2020-12-15T05:07:59.953Z] ---> 3dbdee39f79f [2020-12-15T05:07:59.953Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T05:08:00.229Z] ---> Running in 42879d86cc9f [2020-12-15T05:08:00.517Z] Removing intermediate container af0492928529 [2020-12-15T05:08:00.517Z] ---> 5851f3b0890b [2020-12-15T05:08:00.517Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:08:00.517Z] Removing intermediate container 2f062741052a [2020-12-15T05:08:00.517Z] ---> 0e7b0264126f [2020-12-15T05:08:00.517Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T05:08:00.517Z] ---> Running in 5d1dde31059a [2020-12-15T05:08:00.792Z] ---> Running in ec1c260dd65a [2020-12-15T05:08:00.792Z] Removing intermediate container 019c375443ee [2020-12-15T05:08:00.792Z] ---> 255db57fd8ed [2020-12-15T05:08:00.792Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T05:08:00.792Z] Removing intermediate container 2bff1b60575b [2020-12-15T05:08:00.792Z] ---> 4ad58d7337ed [2020-12-15T05:08:00.792Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T05:08:01.065Z] ---> Running in 647193fea8f7 [2020-12-15T05:08:01.344Z] ---> Running in 944193ad5291 [2020-12-15T05:08:01.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:02.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:02.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:02.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:02.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:03.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:03.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:03.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:03.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:03.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:08:04.960Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:08:04.960Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:08:04.960Z] OK: 12620 distinct packages available [2020-12-15T05:08:05.233Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:08:05.233Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:08:05.233Z] OK: 12620 distinct packages available [2020-12-15T05:08:05.233Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:08:05.233Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:08:05.233Z] OK: 12620 distinct packages available [2020-12-15T05:08:05.508Z] OK: 217 MiB in 51 packages [2020-12-15T05:08:05.782Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:08:05.782Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:08:05.782Z] OK: 12620 distinct packages available [2020-12-15T05:08:06.060Z] OK: 217 MiB in 51 packages [2020-12-15T05:08:06.060Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:08:06.060Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:08:06.060Z] OK: 12620 distinct packages available [2020-12-15T05:08:06.060Z] OK: 217 MiB in 51 packages [2020-12-15T05:08:06.666Z] OK: 217 MiB in 51 packages [2020-12-15T05:08:06.945Z] OK: 217 MiB in 51 packages [2020-12-15T05:08:07.545Z] Removing intermediate container 647193fea8f7 [2020-12-15T05:08:07.545Z] ---> d6430cb255ce [2020-12-15T05:08:07.545Z] Step 6/27 : COPY go.mod . [2020-12-15T05:08:07.817Z] Removing intermediate container 944193ad5291 [2020-12-15T05:08:07.817Z] ---> fa39f154138a [2020-12-15T05:08:07.817Z] Step 6/21 : COPY go.mod . [2020-12-15T05:08:08.105Z] Removing intermediate container 42879d86cc9f [2020-12-15T05:08:08.105Z] ---> da06303cb5ed [2020-12-15T05:08:08.105Z] Step 6/24 : COPY go.mod . [2020-12-15T05:08:08.380Z] Removing intermediate container 5d1dde31059a [2020-12-15T05:08:08.380Z] ---> b9c13d8ac666 [2020-12-15T05:08:08.380Z] Step 6/22 : COPY go.mod . [2020-12-15T05:08:08.661Z] ---> ee20841ab9bd [2020-12-15T05:08:08.661Z] Step 7/27 : RUN go mod download [2020-12-15T05:08:08.937Z] ---> Running in 6fe58644c607 [2020-12-15T05:08:08.937Z] Removing intermediate container ec1c260dd65a [2020-12-15T05:08:08.937Z] ---> 0300d904b96b [2020-12-15T05:08:08.937Z] Step 6/23 : COPY go.mod . [2020-12-15T05:08:08.937Z] ---> 7afba89bfc48 [2020-12-15T05:08:08.937Z] Step 7/21 : RUN go mod download [2020-12-15T05:08:09.213Z] ---> c854507a5115 [2020-12-15T05:08:09.213Z] Step 7/24 : RUN go mod download [2020-12-15T05:08:09.213Z] ---> Running in f79fcdda2b53 [2020-12-15T05:08:09.492Z] ---> Running in e31413f08c6d [2020-12-15T05:08:09.492Z] ---> b6112df7bf48 [2020-12-15T05:08:09.492Z] Step 7/22 : RUN go mod download [2020-12-15T05:08:09.553Z] 7e9c9ca2126c: Pull complete [2020-12-15T05:08:09.553Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T05:08:09.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T05:08:09.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T05:08:09.846Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:08:09.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-compose:latest cat [2020-12-15T05:08:10.094Z] ---> Running in ee54b3f0ded0 [2020-12-15T05:08:10.094Z] ---> 302e3f9ef6dc [2020-12-15T05:08:10.094Z] Step 7/23 : RUN go mod download [2020-12-15T05:08:10.370Z] ---> Running in c060fd354606 [2020-12-15T05:08:13.006Z] Removing intermediate container 6fe58644c607 [2020-12-15T05:08:13.006Z] ---> f03f595d32b2 [2020-12-15T05:08:13.006Z] Step 8/27 : COPY . . [2020-12-15T05:08:13.213Z] $ docker top f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:08:13.603Z] Removing intermediate container f79fcdda2b53 [2020-12-15T05:08:13.603Z] ---> e4bd2899e647 [2020-12-15T05:08:13.603Z] Step 8/21 : COPY . . [2020-12-15T05:08:13.875Z] Removing intermediate container e31413f08c6d [2020-12-15T05:08:13.875Z] ---> 6b191eb2ea70 [2020-12-15T05:08:13.875Z] Step 8/24 : COPY . . [2020-12-15T05:08:14.000Z] + grep parallel [2020-12-15T05:08:14.000Z] + docker-compose build --help [2020-12-15T05:08:14.867Z] Removing intermediate container ee54b3f0ded0 [2020-12-15T05:08:14.868Z] ---> 3279fd4cb4b8 [2020-12-15T05:08:14.868Z] Step 8/22 : COPY . . [2020-12-15T05:08:15.139Z] Removing intermediate container c060fd354606 [2020-12-15T05:08:15.139Z] ---> 74354b2de7f6 [2020-12-15T05:08:15.139Z] Step 8/23 : COPY . . [2020-12-15T05:08:15.840Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T05:08:16.091Z] $ docker stop --time=1 f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 [2020-12-15T05:08:17.758Z] $ docker rm -f f6bc5294662f959ae9cdb0b9d9c2a06cce1ad0937ade3e62f25fb96567a53eb4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:08:18.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T05:08:18.754Z] . [Pipeline] withDockerContainer [2020-12-15T05:08:18.965Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:08:19.046Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-15T05:08:20.421Z] $ docker top 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:08:21.267Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T05:08:22.717Z] Building docker-core-command-go ... [2020-12-15T05:08:22.717Z] Building docker-core-data-go ... [2020-12-15T05:08:22.717Z] Building docker-core-metadata-go ... [2020-12-15T05:08:22.717Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T05:08:22.717Z] Building docker-security-proxy-setup-go ... [2020-12-15T05:08:22.717Z] Building docker-security-secrets-setup-go ... [2020-12-15T05:08:22.717Z] Building docker-security-secretstore-setup-go ... [2020-12-15T05:08:22.717Z] Building docker-support-notifications-go ... [2020-12-15T05:08:22.717Z] Building docker-support-scheduler-go ... [2020-12-15T05:08:22.717Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T05:08:22.717Z] Building docker-core-metadata-go [2020-12-15T05:08:22.717Z] Building docker-security-secretstore-setup-go [2020-12-15T05:08:22.717Z] Building docker-core-data-go [2020-12-15T05:08:22.717Z] Building docker-security-proxy-setup-go [2020-12-15T05:08:22.717Z] Building docker-security-secrets-setup-go [2020-12-15T05:08:33.562Z] ---> afec2ac3724a [2020-12-15T05:08:33.562Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T05:08:33.562Z] ---> 491f5001f40e [2020-12-15T05:08:33.562Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T05:08:33.562Z] ---> Running in 5f01d4c38851 [2020-12-15T05:08:33.562Z] ---> f94c4eb9fdbc [2020-12-15T05:08:33.562Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T05:08:33.562Z] ---> aa4c703bde30 [2020-12-15T05:08:33.562Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T05:08:33.562Z] ---> 9fc044424038 [2020-12-15T05:08:33.562Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T05:08:33.562Z] ---> Running in 6399521662da [2020-12-15T05:08:33.562Z] ---> Running in d9b5289c12c5 [2020-12-15T05:08:33.562Z] ---> Running in fa7b3e519120 [2020-12-15T05:08:33.562Z] ---> Running in 8d321af4ad6f [2020-12-15T05:08:34.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T05:08:34.441Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T05:08:35.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T05:08:35.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T05:08:35.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T05:09:20.219Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:09:20.219Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T05:09:20.219Z] ---> 65ccb403cf5a [2020-12-15T05:09:20.219Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T05:09:20.845Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:09:20.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:09:20.846Z] ---> 65ccb403cf5a [2020-12-15T05:09:20.846Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:09:20.846Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:09:20.846Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:09:20.846Z] ---> 65ccb403cf5a [2020-12-15T05:09:20.846Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T05:09:21.168Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:09:21.168Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:09:21.168Z] ---> 65ccb403cf5a [2020-12-15T05:09:21.168Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T05:09:21.767Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:09:21.767Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:09:21.767Z] ---> 65ccb403cf5a [2020-12-15T05:09:21.767Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T05:09:22.041Z] ---> Running in a1ede933070d [2020-12-15T05:09:22.041Z] ---> Running in db6889dfd171 [2020-12-15T05:09:22.041Z] ---> Running in 1832649c8aeb [2020-12-15T05:09:22.041Z] ---> Running in 25a16464c584 [2020-12-15T05:09:22.041Z] ---> Running in 83c1baedd0b3 [2020-12-15T05:09:23.135Z] Removing intermediate container db6889dfd171 [2020-12-15T05:09:23.135Z] ---> a3a480dabf16 [2020-12-15T05:09:23.135Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T05:09:23.135Z] Removing intermediate container 25a16464c584 [2020-12-15T05:09:23.135Z] ---> a1046ea7ef58 [2020-12-15T05:09:23.135Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:09:23.135Z] Removing intermediate container 1832649c8aeb [2020-12-15T05:09:23.135Z] ---> c02f6554ee09 [2020-12-15T05:09:23.135Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:09:23.135Z] Removing intermediate container 83c1baedd0b3 [2020-12-15T05:09:23.135Z] ---> c161eb57d087 [2020-12-15T05:09:23.135Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:09:23.135Z] Removing intermediate container a1ede933070d [2020-12-15T05:09:23.135Z] ---> 1454dc64f1dc [2020-12-15T05:09:23.135Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:09:23.135Z] ---> Running in 4a8d00646f0c [2020-12-15T05:09:23.135Z] ---> Running in 0cf7f866a218 [2020-12-15T05:09:23.135Z] ---> Running in 253bfade0b52 [2020-12-15T05:09:23.418Z] ---> Running in b8c6e6970440 [2020-12-15T05:09:23.418Z] ---> Running in 8d9b511936a2 [2020-12-15T05:09:26.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:26.523Z] Removing intermediate container 4a8d00646f0c [2020-12-15T05:09:26.523Z] ---> fb1624ebe097 [2020-12-15T05:09:26.523Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T05:09:26.805Z] ---> Running in fb53ef0c4b96 [2020-12-15T05:09:26.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:26.805Z] Removing intermediate container b8c6e6970440 [2020-12-15T05:09:26.805Z] ---> 073460b65efb [2020-12-15T05:09:26.805Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T05:09:27.096Z] Removing intermediate container 8d9b511936a2 [2020-12-15T05:09:27.096Z] ---> e60bf0a7896b [2020-12-15T05:09:27.096Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T05:09:27.096Z] Removing intermediate container 253bfade0b52 [2020-12-15T05:09:27.096Z] ---> 74b901358db3 [2020-12-15T05:09:27.096Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:09:27.096Z] ---> Running in b923388a0c95 [2020-12-15T05:09:27.096Z] ---> Running in e98924fc7986 [2020-12-15T05:09:27.394Z] ---> Running in 5ddac77c5d4a [2020-12-15T05:09:28.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:28.306Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:09:28.306Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:09:28.306Z] OK: 12750 distinct packages available [2020-12-15T05:09:28.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:28.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:28.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:28.916Z] OK: 233 MiB in 51 packages [2020-12-15T05:09:29.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:29.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:29.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:29.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:09:29.795Z] Removing intermediate container 0cf7f866a218 [2020-12-15T05:09:29.795Z] ---> 3f4004897100 [2020-12-15T05:09:29.795Z] Step 5/29 : COPY go.mod . [2020-12-15T05:09:30.527Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:09:30.527Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:09:30.527Z] OK: 12750 distinct packages available [2020-12-15T05:09:30.828Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:09:30.828Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:09:30.828Z] OK: 12750 distinct packages available [2020-12-15T05:09:30.828Z] ---> 3a4affd2ee90 [2020-12-15T05:09:30.828Z] Step 6/29 : RUN go mod download [2020-12-15T05:09:30.828Z] OK: 233 MiB in 51 packages [2020-12-15T05:09:30.828Z] ---> Running in ebc677cea1b2 [2020-12-15T05:09:31.131Z] OK: 233 MiB in 51 packages [2020-12-15T05:09:31.420Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:09:31.420Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:09:31.420Z] OK: 12750 distinct packages available [2020-12-15T05:09:31.775Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:09:31.775Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:09:31.775Z] OK: 12750 distinct packages available [2020-12-15T05:09:31.775Z] OK: 233 MiB in 51 packages [2020-12-15T05:09:32.078Z] Removing intermediate container fb53ef0c4b96 [2020-12-15T05:09:32.078Z] ---> 7c6448c58d5a [2020-12-15T05:09:32.078Z] Step 6/23 : COPY go.mod . [2020-12-15T05:09:32.078Z] OK: 233 MiB in 51 packages [2020-12-15T05:09:32.715Z] Removing intermediate container 5ddac77c5d4a [2020-12-15T05:09:32.715Z] ---> f61503a4b390 [2020-12-15T05:09:32.715Z] Step 6/22 : COPY go.mod . [2020-12-15T05:09:32.715Z] ---> 064877e8eaee [2020-12-15T05:09:32.715Z] Step 7/23 : RUN go mod download [2020-12-15T05:09:33.048Z] Removing intermediate container e98924fc7986 [2020-12-15T05:09:33.048Z] ---> 1c9b6234cc6c [2020-12-15T05:09:33.048Z] Step 6/24 : COPY go.mod . [2020-12-15T05:09:33.048Z] ---> Running in 5c548514de43 [2020-12-15T05:09:33.725Z] ---> fc1c5a242e2c [2020-12-15T05:09:33.726Z] Step 7/22 : RUN go mod download [2020-12-15T05:09:33.726Z] ---> f42d8a320229 [2020-12-15T05:09:33.726Z] Step 7/24 : RUN go mod download [2020-12-15T05:09:34.020Z] Removing intermediate container b923388a0c95 [2020-12-15T05:09:34.020Z] ---> dfb4ac4f9f9b [2020-12-15T05:09:34.020Z] Step 6/21 : COPY go.mod . [2020-12-15T05:09:34.020Z] ---> Running in a21a24cb76c6 [2020-12-15T05:09:34.346Z] ---> Running in 12c8e77324cd [2020-12-15T05:09:34.964Z] ---> 8bb75d620d69 [2020-12-15T05:09:34.964Z] Step 7/21 : RUN go mod download [2020-12-15T05:09:35.250Z] ---> Running in e72911c768fa [2020-12-15T05:09:35.250Z] Removing intermediate container ebc677cea1b2 [2020-12-15T05:09:35.250Z] ---> de1e833e5874 [2020-12-15T05:09:35.250Z] Step 7/29 : COPY . . [2020-12-15T05:09:37.343Z] Removing intermediate container 5c548514de43 [2020-12-15T05:09:37.343Z] ---> d1d9ebe34cc9 [2020-12-15T05:09:37.343Z] Step 8/23 : COPY . . [2020-12-15T05:09:40.172Z] Removing intermediate container a21a24cb76c6 [2020-12-15T05:09:40.172Z] ---> b655b38f8fb8 [2020-12-15T05:09:40.172Z] Step 8/22 : COPY . . [2020-12-15T05:09:40.872Z] Removing intermediate container e72911c768fa [2020-12-15T05:09:40.872Z] ---> 0d8061a2324a [2020-12-15T05:09:40.872Z] Step 8/21 : COPY . . [2020-12-15T05:09:42.379Z] Removing intermediate container 12c8e77324cd [2020-12-15T05:09:42.379Z] ---> 6172ba72675c [2020-12-15T05:09:42.379Z] Step 8/24 : COPY . . [2020-12-15T05:09:57.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T05:10:09.544Z] Removing intermediate container 5f01d4c38851 [2020-12-15T05:10:09.544Z] ---> c9bb8c5f9caf [2020-12-15T05:10:09.544Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T05:10:09.544Z] Removing intermediate container 8d321af4ad6f [2020-12-15T05:10:09.544Z] ---> 0bdb6aa2fab0 [2020-12-15T05:10:09.544Z] [2020-12-15T05:10:09.544Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T05:10:09.544Z] 3.10: Pulling from library/alpine [2020-12-15T05:10:09.544Z] ---> Running in 96490dcb1feb [2020-12-15T05:10:09.823Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T05:10:09.823Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T05:10:09.823Z] ---> 536a684cf733 [2020-12-15T05:10:09.823Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T05:10:10.435Z] ---> Running in 90048a541b73 [2020-12-15T05:10:10.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T05:10:12.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:12.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:13.322Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T05:10:13.322Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T05:10:13.322Z] OK: 10169 distinct packages available [2020-12-15T05:10:13.922Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T05:10:13.922Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T05:10:13.922Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T05:10:13.922Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T05:10:13.922Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T05:10:13.922Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T05:10:13.922Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T05:10:14.524Z] OK: 7 MiB in 19 packages [2020-12-15T05:10:17.936Z] Removing intermediate container 96490dcb1feb [2020-12-15T05:10:17.937Z] ---> 20fc137f6cdd [2020-12-15T05:10:17.937Z] [2020-12-15T05:10:17.937Z] Step 11/27 : FROM docker:latest [2020-12-15T05:10:17.937Z] ---> eeaf43b92773 [2020-12-15T05:10:17.937Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T05:10:17.937Z] Removing intermediate container 90048a541b73 [2020-12-15T05:10:17.937Z] ---> d9483dbcc91e [2020-12-15T05:10:17.937Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T05:10:17.937Z] ---> Running in ccdf0ba326ff [2020-12-15T05:10:17.937Z] ---> Running in 664614f05de8 [2020-12-15T05:10:18.545Z] Removing intermediate container 664614f05de8 [2020-12-15T05:10:18.545Z] ---> a1686a5f630e [2020-12-15T05:10:18.545Z] Step 13/24 : WORKDIR / [2020-12-15T05:10:18.828Z] ---> Running in 3021387ffec4 [2020-12-15T05:10:19.814Z] Removing intermediate container 3021387ffec4 [2020-12-15T05:10:19.814Z] ---> 6f2a13d38235 [2020-12-15T05:10:19.814Z] 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-15T05:10:20.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:20.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:20.700Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T05:10:20.981Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T05:10:20.981Z] Executing bash-5.0.17-r0.post-install [2020-12-15T05:10:20.981Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:10:20.981Z] OK: 12 MiB in 22 packages [2020-12-15T05:10:20.981Z] ---> fba4063a803a [2020-12-15T05:10:20.981Z] 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-15T05:10:23.027Z] ---> 0720826b2be7 [2020-12-15T05:10:23.027Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T05:10:23.327Z] Removing intermediate container ccdf0ba326ff [2020-12-15T05:10:23.327Z] ---> e4cea4297565 [2020-12-15T05:10:23.327Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T05:10:23.935Z] ---> Running in cb4edc2922ef [2020-12-15T05:10:24.924Z] ---> 81b1ca908bcb [2020-12-15T05:10:24.924Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T05:10:29.245Z] ---> 21cb258ede77 [2020-12-15T05:10:29.245Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T05:10:29.522Z] Removing intermediate container fa7b3e519120 [2020-12-15T05:10:29.522Z] ---> 9255e9bc7c18 [2020-12-15T05:10:29.522Z] [2020-12-15T05:10:29.522Z] Step 10/21 : FROM scratch [2020-12-15T05:10:29.522Z] ---> [2020-12-15T05:10:29.522Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:10:29.798Z] Removing intermediate container cb4edc2922ef [2020-12-15T05:10:29.798Z] ---> cdeaa976fd44 [2020-12-15T05:10:29.798Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T05:10:30.071Z] ---> Running in cc310144dab4 [2020-12-15T05:10:30.071Z] ---> Running in dbd265c0b5b9 [2020-12-15T05:10:31.059Z] Removing intermediate container dbd265c0b5b9 [2020-12-15T05:10:31.059Z] ---> bd91fd560888 [2020-12-15T05:10:31.059Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T05:10:31.059Z] Removing intermediate container d9b5289c12c5 [2020-12-15T05:10:31.059Z] ---> 7eb64c4b1bd2 [2020-12-15T05:10:31.059Z] [2020-12-15T05:10:31.059Z] Step 10/22 : FROM scratch [2020-12-15T05:10:31.059Z] ---> [2020-12-15T05:10:31.059Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:10:31.059Z] ---> Using cache [2020-12-15T05:10:31.059Z] ---> bd91fd560888 [2020-12-15T05:10:31.059Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T05:10:31.331Z] Removing intermediate container cc310144dab4 [2020-12-15T05:10:31.331Z] ---> 4b8c1cf4fb02 [2020-12-15T05:10:31.331Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T05:10:31.331Z] ---> Running in 5beb4378b5aa [2020-12-15T05:10:31.331Z] ---> Running in defc4351da4b [2020-12-15T05:10:31.604Z] ---> Running in a4c01cfdfbfc [2020-12-15T05:10:31.604Z] ---> aee73ca76b6b [2020-12-15T05:10:31.604Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T05:10:32.208Z] Removing intermediate container 5beb4378b5aa [2020-12-15T05:10:32.208Z] Removing intermediate container defc4351da4b [2020-12-15T05:10:32.208Z] ---> 80b7130baae3 [2020-12-15T05:10:32.208Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T05:10:32.208Z] ---> 24602d8e4290 [2020-12-15T05:10:32.208Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T05:10:32.208Z] ---> Running in 9ca963d87b24 [2020-12-15T05:10:32.208Z] ---> Running in b3ecd0cfb1fb [2020-12-15T05:10:32.490Z] Removing intermediate container a4c01cfdfbfc [2020-12-15T05:10:32.490Z] ---> e2a19fc77871 [2020-12-15T05:10:32.490Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T05:10:32.770Z] ---> Running in 00e1e471c332 [2020-12-15T05:10:32.770Z] ---> c0f88c59ceae [2020-12-15T05:10:32.770Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T05:10:33.058Z] ---> Running in 2fa9ea0f2d0a [2020-12-15T05:10:33.058Z] Removing intermediate container 9ca963d87b24 [2020-12-15T05:10:33.058Z] ---> 9b423c0bad71 [2020-12-15T05:10:33.058Z] Step 14/22 : WORKDIR / [2020-12-15T05:10:33.058Z] Removing intermediate container b3ecd0cfb1fb [2020-12-15T05:10:33.058Z] ---> 416dfd2e2b95 [2020-12-15T05:10:33.058Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T05:10:33.336Z] ---> Running in 4fd6143b91dd [2020-12-15T05:10:33.614Z] Removing intermediate container 00e1e471c332 [2020-12-15T05:10:33.614Z] ---> 5a0a88f10834 [2020-12-15T05:10:33.614Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T05:10:33.890Z] Removing intermediate container 4fd6143b91dd [2020-12-15T05:10:33.890Z] ---> 2534a44d6103 [2020-12-15T05:10:33.891Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T05:10:34.180Z] ---> 9d7e3178634f [2020-12-15T05:10:34.181Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T05:10:35.173Z] ---> 172c2d776b2c [2020-12-15T05:10:35.174Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T05:10:36.616Z] ---> 6c74024adcc0 [2020-12-15T05:10:36.616Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T05:10:36.901Z] ---> 174bc1d68e28 [2020-12-15T05:10:36.901Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T05:10:36.901Z] Removing intermediate container 2fa9ea0f2d0a [2020-12-15T05:10:37.186Z] ---> c561317ae3aa [2020-12-15T05:10:37.187Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T05:10:37.187Z] ---> a7112b1326e5 [2020-12-15T05:10:37.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T05:10:37.187Z] ---> Running in de198e8b17a2 [2020-12-15T05:10:37.462Z] ---> d533bd84691e [2020-12-15T05:10:37.462Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T05:10:38.450Z] Removing intermediate container de198e8b17a2 [2020-12-15T05:10:38.450Z] ---> 87272b5a24ee [2020-12-15T05:10:38.450Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T05:10:38.450Z] ---> 6958bb3ca02f [2020-12-15T05:10:38.450Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T05:10:38.729Z] ---> Running in 9a3466ed5628 [2020-12-15T05:10:38.729Z] ---> 4fda35a373c1 [2020-12-15T05:10:38.729Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T05:10:38.729Z] ---> Running in 75e619f11f68 [2020-12-15T05:10:39.331Z] ---> Running in 23a9071d6d6e [2020-12-15T05:10:39.331Z] ---> 4f9c2fa1562c [2020-12-15T05:10:39.331Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T05:10:39.331Z] Removing intermediate container 9a3466ed5628 [2020-12-15T05:10:39.331Z] ---> 8f16e789ee38 [2020-12-15T05:10:39.331Z] Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:10:39.331Z] ---> Running in a215fa712d4a [2020-12-15T05:10:39.605Z] Removing intermediate container 75e619f11f68 [2020-12-15T05:10:39.605Z] ---> 19b732e4d4df [2020-12-15T05:10:39.605Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:10:39.868Z] ---> 7a1d0c939e9f [2020-12-15T05:10:39.868Z] ---> 267c0721cd9f [2020-12-15T05:10:39.868Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setupStep 9/23 : RUN make cmd/core-data/core-data [2020-12-15T05:10:39.868Z] [2020-12-15T05:10:39.868Z] ---> Running in 4cc2974aaa8c [2020-12-15T05:10:39.868Z] ---> 7be3b3d0ce8a [2020-12-15T05:10:39.868Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T05:10:39.868Z] ---> Running in e8854ac8ee34 [2020-12-15T05:10:39.868Z] ---> 262cce7fd82c [2020-12-15T05:10:39.868Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T05:10:39.868Z] ---> d24b8ce5c6ae [2020-12-15T05:10:39.868Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T05:10:39.868Z] ---> Running in 115018326fe2 [2020-12-15T05:10:39.868Z] ---> Running in 40091382355c [2020-12-15T05:10:39.868Z] ---> Running in 424086db71c5 [2020-12-15T05:10:39.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T05:10:39.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T05:10:39.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T05:10:39.868Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T05:10:39.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T05:10:39.877Z] ---> Running in 6d79bbdb048f [2020-12-15T05:10:39.877Z] ---> Running in 04dbb2b8cd38 [2020-12-15T05:10:39.877Z] Removing intermediate container 23a9071d6d6e [2020-12-15T05:10:39.877Z] ---> 875279d3b780 [2020-12-15T05:10:39.877Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:10:40.152Z] ---> Running in fc484d91989a [2020-12-15T05:10:40.426Z] Removing intermediate container 6d79bbdb048f [2020-12-15T05:10:40.426Z] ---> 99a647fe0db7 [2020-12-15T05:10:40.426Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2020-12-15T05:10:40.708Z] Removing intermediate container 04dbb2b8cd38 [2020-12-15T05:10:40.708Z] ---> d22480a1586e [2020-12-15T05:10:40.708Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T05:10:40.985Z] ---> Running in b57c647fd72e [2020-12-15T05:10:40.985Z] ---> Running in 8cd259fc78b8 [2020-12-15T05:10:40.985Z] Removing intermediate container fc484d91989a [2020-12-15T05:10:40.985Z] ---> 205bbc37f4ae [2020-12-15T05:10:40.985Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T05:10:41.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:41.263Z] ---> Running in 1a4d8e856f3d [2020-12-15T05:10:41.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:10:41.540Z] Removing intermediate container b57c647fd72e [2020-12-15T05:10:41.540Z] ---> 6084664e589d [2020-12-15T05:10:41.540Z] [2020-12-15T05:10:41.816Z] Removing intermediate container 8cd259fc78b8 [2020-12-15T05:10:41.816Z] ---> cc888926f39e [2020-12-15T05:10:41.816Z] Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:10:42.096Z] Successfully built 6084664e589d [2020-12-15T05:10:42.096Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T05:10:42.096Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-12-15T05:10:42.096Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T05:10:42.096Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T05:10:42.096Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T05:10:42.096Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T05:10:42.096Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T05:10:42.096Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T05:10:42.096Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T05:10:42.096Z] ---> Running in 4a2d97e01dd0 [2020-12-15T05:10:42.375Z] Removing intermediate container 1a4d8e856f3d [2020-12-15T05:10:42.375Z] ---> 55be866c99e6 [2020-12-15T05:10:42.375Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:10:42.979Z] ---> Running in b1fa7b28bd76 [2020-12-15T05:10:43.265Z] Removing intermediate container 4a2d97e01dd0 [2020-12-15T05:10:43.265Z] ---> d6eed0b8bcbe [2020-12-15T05:10:43.265Z] Step 21/21 : LABEL version=2.0.0-dev.10 [2020-12-15T05:10:44.254Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T05:10:44.526Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T05:10:44.526Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T05:10:44.527Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T05:10:44.527Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T05:10:44.527Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T05:10:44.527Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T05:10:44.800Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T05:10:44.800Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T05:10:44.800Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T05:10:44.800Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T05:10:44.800Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T05:10:44.800Z] ---> Running in 9655f0e2556e [2020-12-15T05:10:44.800Z] Removing intermediate container b1fa7b28bd76 [2020-12-15T05:10:44.800Z] ---> 2b029ab81157 [2020-12-15T05:10:44.800Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:10:44.800Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T05:10:44.800Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T05:10:45.081Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T05:10:45.081Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T05:10:45.081Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T05:10:45.081Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T05:10:45.081Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T05:10:45.360Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T05:10:45.360Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T05:10:45.360Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T05:10:45.360Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T05:10:45.360Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T05:10:45.360Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T05:10:45.360Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T05:10:45.637Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:10:45.637Z] OK: 71 MiB in 55 packages [2020-12-15T05:10:45.637Z] ---> Running in 9afffbb699b5 [2020-12-15T05:10:45.637Z] Removing intermediate container 9655f0e2556e [2020-12-15T05:10:45.637Z] ---> d34f8869e4cb [2020-12-15T05:10:45.637Z] [2020-12-15T05:10:46.239Z] Successfully built d34f8869e4cb [2020-12-15T05:10:46.512Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T05:10:46.512Z] Building docker-core-metadata-go [2020-12-15T05:10:46.512Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9afffbb699b5 [2020-12-15T05:10:46.512Z] ---> 589f4f980dfd [2020-12-15T05:10:46.512Z] [2020-12-15T05:10:46.790Z] Successfully built 589f4f980dfd [2020-12-15T05:10:47.069Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T05:10:47.069Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-15T05:10:49.717Z] Removing intermediate container 6399521662da [2020-12-15T05:10:49.717Z] ---> ab021412ef1e [2020-12-15T05:10:49.717Z] [2020-12-15T05:10:49.717Z] Step 10/23 : FROM alpine [2020-12-15T05:10:49.717Z] latest: Pulling from library/alpine [2020-12-15T05:10:49.717Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T05:10:49.717Z] Status: Downloaded newer image for alpine:latest [2020-12-15T05:10:49.717Z] ---> dd36a01c3f31 [2020-12-15T05:10:49.717Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:10:51.185Z] ---> Running in be7e12a92789 [2020-12-15T05:10:52.691Z] Removing intermediate container be7e12a92789 [2020-12-15T05:10:52.691Z] ---> d7c870dcea8d [2020-12-15T05:10:52.691Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T05:10:53.684Z] ---> Running in 1f3851dcdaf6 [2020-12-15T05:10:53.960Z] Removing intermediate container a215fa712d4a [2020-12-15T05:10:53.960Z] ---> 4d3c1b9a7b21 [2020-12-15T05:10:53.960Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T05:10:54.958Z] ---> Running in 19ae468b0fca [2020-12-15T05:10:55.239Z] Removing intermediate container 1f3851dcdaf6 [2020-12-15T05:10:55.239Z] ---> 6ffc4fb091f7 [2020-12-15T05:10:55.239Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T05:10:55.239Z] ---> Running in f586f59bc157 [2020-12-15T05:10:56.227Z] Removing intermediate container f586f59bc157 [2020-12-15T05:10:56.227Z] ---> b96047856398 [2020-12-15T05:10:56.227Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:10:56.227Z] ---> Running in 19f192b512ce [2020-12-15T05:10:58.898Z] Removing intermediate container 19f192b512ce [2020-12-15T05:10:58.898Z] ---> fa5fe9fc493a [2020-12-15T05:10:58.898Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T05:10:59.175Z] ---> Running in e5c44848632a [2020-12-15T05:11:00.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:00.906Z] Collecting docker-compose==1.23.2 [2020-12-15T05:11:00.906Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T05:11:01.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:02.511Z] Collecting PyYAML<4,>=3.10 [2020-12-15T05:11:02.511Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T05:11:02.511Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T05:11:02.511Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T05:11:02.511Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T05:11:02.791Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:11:02.791Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:11:02.791Z] ---> 91d00173cb48 [2020-12-15T05:11:02.791Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T05:11:02.791Z] ---> Using cache [2020-12-15T05:11:02.791Z] ---> 8ad0a94e7098 [2020-12-15T05:11:02.791Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:11:02.791Z] ---> Using cache [2020-12-15T05:11:02.791Z] ---> 255db57fd8ed [2020-12-15T05:11:02.791Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T05:11:03.069Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T05:11:03.069Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T05:11:03.353Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:11:03.353Z] OK: 8 MiB in 19 packages [2020-12-15T05:11:04.356Z] ---> Running in 94cda6cf61a7 [2020-12-15T05:11:06.344Z] Removing intermediate container e5c44848632a [2020-12-15T05:11:06.344Z] ---> 1788cf255cfd [2020-12-15T05:11:06.344Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T05:11:06.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:07.609Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T05:11:07.609Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T05:11:07.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:08.166Z] ---> 37b0f46942b0 [2020-12-15T05:11:08.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T05:11:08.443Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T05:11:08.443Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T05:11:09.051Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T05:11:09.336Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T05:11:09.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:11:09.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:11:09.336Z] ---> 91d00173cb48 [2020-12-15T05:11:09.336Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:11:09.336Z] ---> Using cache [2020-12-15T05:11:09.336Z] ---> 8ad0a94e7098 [2020-12-15T05:11:09.336Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:11:09.336Z] ---> Using cache [2020-12-15T05:11:09.336Z] ---> 255db57fd8ed [2020-12-15T05:11:09.336Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:11:09.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:11:09.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:11:09.336Z] ---> 91d00173cb48 [2020-12-15T05:11:09.336Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:11:09.336Z] ---> Using cache [2020-12-15T05:11:09.336Z] ---> 8ad0a94e7098 [2020-12-15T05:11:09.336Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:11:09.336Z] ---> Using cache [2020-12-15T05:11:09.336Z] ---> 255db57fd8ed [2020-12-15T05:11:09.336Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:11:10.334Z] ---> Running in b4f831aac07f [2020-12-15T05:11:10.334Z] ---> Running in 11f14898f5eb [2020-12-15T05:11:10.334Z] ---> 8ecd58a32ebd [2020-12-15T05:11:10.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T05:11:11.797Z] ---> 5397fb12fcf4 [2020-12-15T05:11:11.797Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T05:11:11.797Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:11.797Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:11.797Z] OK: 12620 distinct packages available [2020-12-15T05:11:11.797Z] ---> Running in 8d9634030a31 [2020-12-15T05:11:12.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:12.077Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T05:11:12.359Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T05:11:12.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:12.359Z] Removing intermediate container 8d9634030a31 [2020-12-15T05:11:12.359Z] ---> b9d138844913 [2020-12-15T05:11:12.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:11:12.635Z] OK: 217 MiB in 51 packages [2020-12-15T05:11:12.635Z] ---> Running in 30a44a9bb266 [2020-12-15T05:11:13.245Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T05:11:13.245Z] Removing intermediate container 30a44a9bb266 [2020-12-15T05:11:13.245Z] ---> 542c1454776c [2020-12-15T05:11:13.245Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T05:11:13.245Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T05:11:13.245Z] ---> Running in dfac6ffaab1a [2020-12-15T05:11:13.523Z] 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-15T05:11:13.804Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T05:11:13.804Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T05:11:13.804Z] Removing intermediate container dfac6ffaab1a [2020-12-15T05:11:13.804Z] ---> 22dd9bcf66fa [2020-12-15T05:11:13.804Z] Step 22/23 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:11:13.804Z] Removing intermediate container 94cda6cf61a7 [2020-12-15T05:11:13.804Z] ---> f908b38477c3 [2020-12-15T05:11:13.804Z] Step 6/24 : COPY go.mod . [2020-12-15T05:11:14.083Z] ---> Running in 101d21b42cbb [2020-12-15T05:11:14.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:14.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:14.648Z] Removing intermediate container 101d21b42cbb [2020-12-15T05:11:14.648Z] ---> 95855563ea79 [2020-12-15T05:11:14.648Z] Step 23/23 : LABEL version=2.0.0-dev.10 [2020-12-15T05:11:14.922Z] ---> 485f05850e62 [2020-12-15T05:11:14.922Z] Step 7/24 : RUN go mod download [2020-12-15T05:11:14.922Z] ---> Running in 14ff59160ed6 [2020-12-15T05:11:14.922Z] ---> Running in 0d97c465e6e4 [2020-12-15T05:11:15.246Z] Removing intermediate container 14ff59160ed6 [2020-12-15T05:11:15.246Z] ---> 7a2db7ea8cde [2020-12-15T05:11:15.246Z] [2020-12-15T05:11:15.686Z] Successfully built 7a2db7ea8cde [2020-12-15T05:11:16.085Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T05:11:16.085Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-12-15T05:11:16.085Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:16.085Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:16.085Z] OK: 12620 distinct packages available [2020-12-15T05:11:16.850Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T05:11:16.850Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T05:11:17.573Z] OK: 217 MiB in 51 packages [2020-12-15T05:11:17.573Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:17.573Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:17.573Z] OK: 12620 distinct packages available [2020-12-15T05:11:19.031Z] OK: 217 MiB in 51 packages [2020-12-15T05:11:20.033Z] Removing intermediate container 11f14898f5eb [2020-12-15T05:11:20.033Z] ---> 602486627902 [2020-12-15T05:11:20.033Z] Step 6/22 : COPY go.mod . [2020-12-15T05:11:20.314Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T05:11:20.314Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T05:11:20.590Z] Removing intermediate container 0d97c465e6e4 [2020-12-15T05:11:20.590Z] ---> 2faeb7a3d475 [2020-12-15T05:11:20.590Z] Step 8/24 : COPY . . [2020-12-15T05:11:20.590Z] 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-15T05:11:20.590Z] 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-15T05:11:21.203Z] ---> fc1a473547b4 [2020-12-15T05:11:21.203Z] Step 7/22 : RUN go mod download [2020-12-15T05:11:21.203Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T05:11:21.203Z] Removing intermediate container b4f831aac07f [2020-12-15T05:11:21.203Z] ---> c63e8b4f89ab [2020-12-15T05:11:21.203Z] Step 6/22 : COPY go.mod . Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T05:11:21.203Z] [2020-12-15T05:11:21.479Z] ---> Running in ba6ee901e69e [2020-12-15T05:11:22.081Z] Collecting idna<2.8,>=2.5 [2020-12-15T05:11:22.081Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T05:11:22.357Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T05:11:22.357Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T05:11:22.639Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T05:11:22.639Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T05:11:22.639Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T05:11:22.639Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T05:11:22.916Z] ---> 5b9fe78cd0dc [2020-12-15T05:11:22.916Z] Step 7/22 : RUN go mod download [2020-12-15T05:11:23.524Z] ---> Running in 3dcd63eaa1dd [2020-12-15T05:11:23.801Z] Installing collected packages: PyYAML, urllib3, idna, requests, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, texttable, docopt, cached-property, docker-compose [2020-12-15T05:11:23.801Z] Running setup.py install for PyYAML: started [2020-12-15T05:11:27.209Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T05:11:27.209Z] Attempting uninstall: urllib3 [2020-12-15T05:11:27.209Z] Found existing installation: urllib3 1.25.9 [2020-12-15T05:11:27.209Z] Uninstalling urllib3-1.25.9: [2020-12-15T05:11:27.209Z] Removing intermediate container ba6ee901e69e [2020-12-15T05:11:27.209Z] ---> a6c3acd1d778 [2020-12-15T05:11:27.209Z] Step 8/22 : COPY . . [2020-12-15T05:11:27.209Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T05:11:27.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T05:11:27.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T05:11:27.449Z] Removing intermediate container e8854ac8ee34 [2020-12-15T05:11:27.449Z] ---> 953c7e451a9a [2020-12-15T05:11:27.449Z] [2020-12-15T05:11:27.449Z] Step 9/29 : FROM alpine:latest [2020-12-15T05:11:27.449Z] latest: Pulling from library/alpine [2020-12-15T05:11:27.449Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T05:11:27.450Z] Status: Downloaded newer image for alpine:latest [2020-12-15T05:11:27.450Z] ---> b14afc6dfb98 [2020-12-15T05:11:27.450Z] 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-15T05:11:27.802Z] ---> Running in 10fc345607c7 [2020-12-15T05:11:27.810Z] Attempting uninstall: idna [2020-12-15T05:11:27.810Z] Found existing installation: idna 2.9 [2020-12-15T05:11:27.810Z] Uninstalling idna-2.9: [2020-12-15T05:11:28.085Z] Successfully uninstalled idna-2.9 [2020-12-15T05:11:28.687Z] Removing intermediate container 3dcd63eaa1dd [2020-12-15T05:11:28.687Z] ---> c9ebe9ac5b14 [2020-12-15T05:11:28.687Z] Step 8/22 : COPY . . [2020-12-15T05:11:28.687Z] Attempting uninstall: requests [2020-12-15T05:11:28.687Z] Found existing installation: requests 2.23.0 [2020-12-15T05:11:28.687Z] Uninstalling requests-2.23.0: [2020-12-15T05:11:28.851Z] Removing intermediate container 10fc345607c7 [2020-12-15T05:11:28.851Z] ---> d39c4ed4244f [2020-12-15T05:11:28.851Z] Step 11/29 : USER root [2020-12-15T05:11:28.851Z] ---> Running in 5cf93768fcb3 [2020-12-15T05:11:28.963Z] Successfully uninstalled requests-2.23.0 [2020-12-15T05:11:29.509Z] Removing intermediate container 5cf93768fcb3 [2020-12-15T05:11:29.509Z] ---> 879dc1650603 [2020-12-15T05:11:29.509Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T05:11:29.509Z] ---> Running in 7fd3b529b3fe [2020-12-15T05:11:29.566Z] Running setup.py install for dockerpty: started [2020-12-15T05:11:31.037Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:11:31.037Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T05:11:31.037Z] ---> 91d00173cb48 [2020-12-15T05:11:31.037Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T05:11:31.037Z] ---> Using cache [2020-12-15T05:11:31.037Z] ---> 8ad0a94e7098 [2020-12-15T05:11:31.037Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T05:11:31.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:31.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:32.075Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T05:11:32.462Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:32.462Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:32.462Z] OK: 12747 distinct packages available [2020-12-15T05:11:33.134Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T05:11:33.134Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T05:11:33.134Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:11:33.134Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T05:11:33.559Z] OK: 6 MiB in 16 packages [2020-12-15T05:11:35.458Z] Removing intermediate container 424086db71c5 [2020-12-15T05:11:35.458Z] ---> cfd6ce456e6f [2020-12-15T05:11:35.458Z] [2020-12-15T05:11:35.458Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T05:11:35.458Z] 3.10: Pulling from library/alpine [2020-12-15T05:11:35.641Z] ---> Running in 203885dc4e79 [2020-12-15T05:11:35.933Z] Running setup.py install for texttable: started [2020-12-15T05:11:36.550Z] ---> 28acfc4eecaa [2020-12-15T05:11:36.550Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T05:11:37.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:37.559Z] ---> Running in a65e6d9501d2 [2020-12-15T05:11:38.032Z] Removing intermediate container 7fd3b529b3fe [2020-12-15T05:11:38.032Z] ---> 3fcb04413ffa [2020-12-15T05:11:38.032Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T05:11:38.182Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T05:11:38.182Z] Running setup.py install for docopt: started [2020-12-15T05:11:38.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:38.943Z] ---> Running in f1eb8a849460 [2020-12-15T05:11:38.943Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T05:11:38.943Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T05:11:38.943Z] ---> be4e4bea2c2e [2020-12-15T05:11:38.943Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T05:11:38.943Z] Removing intermediate container 40091382355c [2020-12-15T05:11:38.943Z] ---> 661dfa2ce08c [2020-12-15T05:11:38.943Z] [2020-12-15T05:11:38.943Z] Step 10/21 : FROM alpine [2020-12-15T05:11:38.943Z] ---> b14afc6dfb98 [2020-12-15T05:11:38.943Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T05:11:38.943Z] ---> Running in d31f5d6d326d [2020-12-15T05:11:38.943Z] ---> Running in ea351198cd90 [2020-12-15T05:11:38.943Z] Removing intermediate container f1eb8a849460 [2020-12-15T05:11:38.943Z] ---> 732bc7254487 [2020-12-15T05:11:38.943Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T05:11:38.943Z] ---> Running in 0f686422f4f8 [2020-12-15T05:11:39.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T05:11:39.925Z] Removing intermediate container 0f686422f4f8 [2020-12-15T05:11:39.925Z] ---> 7cde89bb94d8 [2020-12-15T05:11:39.925Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T05:11:39.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:40.252Z] ---> Running in 3b302f3eaceb [2020-12-15T05:11:40.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:40.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:40.617Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T05:11:40.617Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T05:11:40.617Z] OK: 10348 distinct packages available [2020-12-15T05:11:40.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:40.679Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:40.679Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:40.679Z] OK: 12620 distinct packages available [2020-12-15T05:11:40.679Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T05:11:40.929Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T05:11:40.929Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:11:40.929Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:11:40.929Z] OK: 12747 distinct packages available [2020-12-15T05:11:41.221Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T05:11:41.222Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T05:11:41.222Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T05:11:41.222Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T05:11:41.222Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T05:11:41.222Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T05:11:41.290Z] OK: 217 MiB in 51 packages [2020-12-15T05:11:41.573Z] ---> 61cf30940745 [2020-12-15T05:11:41.573Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T05:11:41.880Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T05:11:41.880Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T05:11:41.880Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T05:11:41.880Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T05:11:41.880Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:11:42.154Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T05:11:42.154Z] OK: 7 MiB in 19 packages [2020-12-15T05:11:42.154Z] OK: 7 MiB in 18 packages [2020-12-15T05:11:42.193Z] ---> Running in 32d4b4560dab [2020-12-15T05:11:42.193Z] 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-15T05:11:42.470Z] ---> 86620fd56585 [2020-12-15T05:11:42.470Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T05:11:42.470Z] ---> Running in 7f098b2c833d [2020-12-15T05:11:43.472Z] Removing intermediate container 203885dc4e79 [2020-12-15T05:11:43.472Z] ---> 5fd577f5bb56 [2020-12-15T05:11:43.472Z] Step 5/29 : COPY go.mod . [2020-12-15T05:11:44.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T05:11:44.824Z] ---> e19c0e14bc6c [2020-12-15T05:11:44.824Z] Step 6/29 : RUN go mod download [2020-12-15T05:11:44.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T05:11:44.824Z] ---> Running in 9185fde10bee [2020-12-15T05:11:44.923Z] Removing intermediate container 115018326fe2 [2020-12-15T05:11:44.924Z] ---> ae68ba183fec [2020-12-15T05:11:44.924Z] [2020-12-15T05:11:44.924Z] Step 10/22 : FROM scratch [2020-12-15T05:11:44.924Z] ---> [2020-12-15T05:11:44.924Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:11:46.025Z] ---> Running in f4e8075c46ac [2020-12-15T05:11:46.324Z] Removing intermediate container d31f5d6d326d [2020-12-15T05:11:46.324Z] ---> 0ccc460f17e7 [2020-12-15T05:11:46.324Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T05:11:46.324Z] Removing intermediate container ea351198cd90 [2020-12-15T05:11:46.324Z] ---> b2224a26ea9f [2020-12-15T05:11:46.324Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T05:11:46.623Z] ---> Running in c6b669e0ae7d [2020-12-15T05:11:46.623Z] ---> Running in 4afad0d48172 [2020-12-15T05:11:46.623Z] Removing intermediate container 3b302f3eaceb [2020-12-15T05:11:46.623Z] ---> 30a86bb01550 [2020-12-15T05:11:46.623Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T05:11:46.928Z] Removing intermediate container f4e8075c46ac [2020-12-15T05:11:46.928Z] ---> 04acb7134d76 [2020-12-15T05:11:46.928Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T05:11:47.228Z] ---> Running in 097f606cca58 [2020-12-15T05:11:47.506Z] Removing intermediate container c6b669e0ae7d [2020-12-15T05:11:47.506Z] ---> abcd9b24b4b3 [2020-12-15T05:11:47.506Z] Step 13/24 : WORKDIR / [2020-12-15T05:11:47.506Z] Removing intermediate container 4afad0d48172 [2020-12-15T05:11:47.506Z] ---> 1c0e3150566e [2020-12-15T05:11:47.506Z] Step 13/21 : WORKDIR /edgex [2020-12-15T05:11:48.275Z] ---> Running in 489ca60b31a6 [2020-12-15T05:11:48.275Z] ---> Running in ce37340ea7ce [2020-12-15T05:11:48.275Z] Removing intermediate container 097f606cca58 [2020-12-15T05:11:48.275Z] ---> e16bbc5c62da [2020-12-15T05:11:48.275Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T05:11:48.642Z] ---> 2b3187bced8c [2020-12-15T05:11:48.642Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T05:11:48.642Z] ---> Running in 73919026706f [2020-12-15T05:11:48.970Z] Removing intermediate container ce37340ea7ce [2020-12-15T05:11:48.970Z] ---> 877a65a7cb82 [2020-12-15T05:11:48.970Z] 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-15T05:11:48.970Z] Removing intermediate container 489ca60b31a6 [2020-12-15T05:11:48.970Z] ---> 9c34e90eee01 [2020-12-15T05:11:48.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T05:11:49.303Z] Removing intermediate container 19ae468b0fca [2020-12-15T05:11:49.303Z] ---> c50139b73c37 [2020-12-15T05:11:49.303Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T05:11:49.303Z] ---> Running in 8b827315996a [2020-12-15T05:11:49.303Z] Removing intermediate container 73919026706f [2020-12-15T05:11:49.303Z] ---> 91ceaa07652f [2020-12-15T05:11:49.303Z] Step 14/22 : WORKDIR / [2020-12-15T05:11:49.626Z] ---> 164d610b2c3f [2020-12-15T05:11:49.626Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T05:11:49.626Z] ---> Running in 2dd7525d53e1 [2020-12-15T05:11:50.283Z] ---> 053db076771e [2020-12-15T05:11:50.283Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T05:11:50.283Z] ---> b3dc5be3de3c [2020-12-15T05:11:50.283Z] 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-15T05:11:50.283Z] Removing intermediate container 2dd7525d53e1 [2020-12-15T05:11:50.283Z] ---> 8bf18c31308a [2020-12-15T05:11:50.283Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T05:11:50.407Z] Removing intermediate container 9185fde10bee [2020-12-15T05:11:50.407Z] ---> 20c471d6572f [2020-12-15T05:11:50.407Z] Step 7/29 : COPY . . [2020-12-15T05:11:50.583Z] ---> 5b8960977100 [2020-12-15T05:11:50.583Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T05:11:50.583Z] Removing intermediate container 4cc2974aaa8c [2020-12-15T05:11:50.583Z] ---> c104655c84d8 [2020-12-15T05:11:50.583Z] [2020-12-15T05:11:50.583Z] Step 10/23 : FROM alpine [2020-12-15T05:11:50.583Z] ---> b14afc6dfb98 [2020-12-15T05:11:50.583Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:11:51.198Z] ---> Running in 781830e6f9a5 [2020-12-15T05:11:51.198Z] ---> da6f2d23b194 [2020-12-15T05:11:51.198Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T05:11:51.198Z] ---> e4bc474cd10d [2020-12-15T05:11:51.198Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T05:11:51.198Z] ---> 7fcfd8e1ec71 [2020-12-15T05:11:51.198Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T05:11:51.198Z] ---> 39b5a98f4b6f [2020-12-15T05:11:51.198Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T05:11:51.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:51.480Z] Removing intermediate container 781830e6f9a5 [2020-12-15T05:11:51.480Z] ---> 994a7f324a0e [2020-12-15T05:11:51.480Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T05:11:51.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:11:51.765Z] ---> Running in 8c28c0c606e0 [2020-12-15T05:11:52.066Z] ---> ad7d0471f354 [2020-12-15T05:11:52.066Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T05:11:52.066Z] ---> 750e5ef958fc [2020-12-15T05:11:52.066Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T05:11:52.339Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T05:11:52.339Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T05:11:52.339Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T05:11:52.369Z] ---> Running in 4663305e490b [2020-12-15T05:11:52.621Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:11:52.621Z] OK: 71 MiB in 58 packages [2020-12-15T05:11:52.989Z] ---> 848716201609 [2020-12-15T05:11:52.989Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T05:11:52.989Z] ---> aed07e833c1e [2020-12-15T05:11:52.989Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T05:11:52.989Z] Removing intermediate container 8c28c0c606e0 [2020-12-15T05:11:52.989Z] ---> 8bf1e766ba8b [2020-12-15T05:11:52.989Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T05:11:52.989Z] ---> 9bf3869c733e [2020-12-15T05:11:52.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T05:11:52.989Z] ---> Running in 27bcf35e8747 [2020-12-15T05:11:53.288Z] ---> Running in f1eb76a48c25 [2020-12-15T05:11:53.576Z] Removing intermediate container 27bcf35e8747 [2020-12-15T05:11:53.576Z] ---> 2db2e25112a1 [2020-12-15T05:11:53.576Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T05:11:53.576Z] ---> 1fcedbd7325a [2020-12-15T05:11:53.576Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T05:11:53.875Z] ---> Running in 3f1410f67212 [2020-12-15T05:11:53.875Z] ---> Running in 164596da77fe [2020-12-15T05:11:53.875Z] Removing intermediate container f1eb76a48c25 [2020-12-15T05:11:53.875Z] ---> 32f99d67e864 [2020-12-15T05:11:53.875Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:11:53.875Z] ---> Running in d21c762f13c0 [2020-12-15T05:11:54.195Z] Removing intermediate container 3f1410f67212 [2020-12-15T05:11:54.195Z] ---> 65bd9b223e3d [2020-12-15T05:11:54.195Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T05:11:54.823Z] Removing intermediate container 164596da77fe [2020-12-15T05:11:54.823Z] ---> dbe0f06abc22 [2020-12-15T05:11:54.823Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:11:54.823Z] ---> ea381efb252b [2020-12-15T05:11:54.823Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T05:11:54.823Z] ---> Running in 5be65c8df64f [2020-12-15T05:11:55.152Z] ---> Running in ed0c88045015 [2020-12-15T05:11:55.439Z] Removing intermediate container 5be65c8df64f [2020-12-15T05:11:55.439Z] ---> 82d313595c5c [2020-12-15T05:11:55.439Z] Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:11:55.439Z] ---> Running in 494d624654e7 [2020-12-15T05:11:55.767Z] ---> ebb4bab9c6da [2020-12-15T05:11:55.767Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T05:11:55.767Z] Removing intermediate container ed0c88045015 [2020-12-15T05:11:55.767Z] ---> d1feb3198876 [2020-12-15T05:11:55.767Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T05:11:55.767Z] Removing intermediate container 4663305e490b [2020-12-15T05:11:55.767Z] ---> 4be61b3c731e [2020-12-15T05:11:55.767Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T05:11:55.767Z] ---> Running in 4c82bbccffbe [2020-12-15T05:11:56.094Z] ---> Running in 07cc9f091e05 [2020-12-15T05:11:56.094Z] Removing intermediate container 494d624654e7 [2020-12-15T05:11:56.094Z] ---> 9acb053f8d81 [2020-12-15T05:11:56.094Z] Step 21/21 : LABEL version=2.0.0-dev.10 [2020-12-15T05:11:56.134Z] Removing intermediate container 8b827315996a [2020-12-15T05:11:56.135Z] ---> 425689c57233 [2020-12-15T05:11:56.135Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T05:11:56.135Z] ---> Running in e07587d91e02 [2020-12-15T05:11:56.419Z] ---> 216c1bee7be9 [2020-12-15T05:11:56.419Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T05:11:56.419Z] ---> Running in 3e587d99ff6f [2020-12-15T05:11:56.722Z] Removing intermediate container 07cc9f091e05 [2020-12-15T05:11:56.722Z] ---> 624cec3f9137 [2020-12-15T05:11:56.722Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:11:56.722Z] ---> Running in edea426d95c4 [2020-12-15T05:11:56.722Z] ---> Running in 89dbb385e90f [2020-12-15T05:11:57.187Z] Removing intermediate container e07587d91e02 [2020-12-15T05:11:57.187Z] ---> b9d1ab816541 [2020-12-15T05:11:57.187Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:11:57.384Z] Removing intermediate container 3e587d99ff6f [2020-12-15T05:11:57.384Z] ---> 29021d8978fa [2020-12-15T05:11:57.384Z] [2020-12-15T05:11:57.384Z] Removing intermediate container d21c762f13c0 [2020-12-15T05:11:57.384Z] ---> 439922f58ecb [2020-12-15T05:11:57.384Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T05:11:57.384Z] ---> Running in 52c78908a2c7 [2020-12-15T05:11:57.384Z] Removing intermediate container 89dbb385e90f [2020-12-15T05:11:57.384Z] ---> f3c797559a2a [2020-12-15T05:11:57.384Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:11:57.672Z] ---> Running in f0f8e8712e76 [2020-12-15T05:11:57.830Z] ---> Running in 88dd266ab499 [2020-12-15T05:11:58.330Z] Successfully built 29021d8978fa [2020-12-15T05:11:58.331Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T05:11:58.331Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-12-15T05:11:58.682Z] Removing intermediate container f0f8e8712e76 [2020-12-15T05:11:58.682Z] ---> caaa92bd5f45 [2020-12-15T05:11:58.682Z] [2020-12-15T05:11:58.883Z] Removing intermediate container 88dd266ab499 [2020-12-15T05:11:58.883Z] ---> 908493ae7eba [2020-12-15T05:11:58.883Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T05:11:59.220Z] ---> Running in 45c52d5fde66 [2020-12-15T05:11:59.488Z] Successfully built caaa92bd5f45 [2020-12-15T05:11:59.488Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T05:11:59.488Z] Removing intermediate container 4c82bbccffbe [2020-12-15T05:11:59.488Z] ---> 031b90966a09 [2020-12-15T05:11:59.488Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T05:11:59.488Z] Building docker-support-notifications-go [2020-12-15T05:11:59.488Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:11:59.822Z] ---> Running in 1a36934c38fa [2020-12-15T05:12:00.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:12:00.500Z] Removing intermediate container 1a36934c38fa [2020-12-15T05:12:00.500Z] ---> 1b40ff152190 [2020-12-15T05:12:00.500Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T05:12:00.500Z] Removing intermediate container edea426d95c4 [2020-12-15T05:12:00.500Z] ---> 55076b3bdf20 [2020-12-15T05:12:00.500Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T05:12:00.749Z] Removing intermediate container 45c52d5fde66 [2020-12-15T05:12:00.749Z] ---> 1f33f76ba6db [2020-12-15T05:12:00.749Z] Step 26/27 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:12:00.920Z] ---> Running in a10b115a42bb [2020-12-15T05:12:01.208Z] ---> Running in a3cf1d6e3d35 [2020-12-15T05:12:01.317Z] ---> Running in 98211d4fc576 [2020-12-15T05:12:01.317Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T05:12:01.317Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T05:12:01.637Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T05:12:01.953Z] Removing intermediate container a10b115a42bb [2020-12-15T05:12:01.953Z] ---> 80c5f15c4266 [2020-12-15T05:12:01.953Z] Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:12:01.953Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T05:12:01.953Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T05:12:02.211Z] Removing intermediate container a3cf1d6e3d35 [2020-12-15T05:12:02.211Z] ---> 3958fdd6f099 [2020-12-15T05:12:02.211Z] Step 27/27 : LABEL version=2.0.0-dev.10 [2020-12-15T05:12:02.260Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:12:02.549Z] OK: 8 MiB in 19 packages [2020-12-15T05:12:02.823Z] ---> Running in 01358189550e [2020-12-15T05:12:03.285Z] ---> Running in be48e6c58465 [2020-12-15T05:12:03.863Z] Removing intermediate container 01358189550e [2020-12-15T05:12:03.863Z] ---> 79156f6f0fe3 [2020-12-15T05:12:03.863Z] [2020-12-15T05:12:03.929Z] Removing intermediate container be48e6c58465 [2020-12-15T05:12:03.930Z] ---> 67b7737d9ed4 [2020-12-15T05:12:03.930Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2020-12-15T05:12:04.286Z] ---> Running in 44e4bc3fba1a [2020-12-15T05:12:04.526Z] Successfully built 79156f6f0fe3 [2020-12-15T05:12:04.839Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T05:12:04.839Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-12-15T05:12:05.183Z] ---> c6286462966c [2020-12-15T05:12:05.183Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T05:12:05.485Z] ---> Running in dc1024595b09 [2020-12-15T05:12:05.516Z] Removing intermediate container 52c78908a2c7 [2020-12-15T05:12:05.516Z] ---> de9241420c28 [2020-12-15T05:12:05.516Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T05:12:06.343Z] Removing intermediate container 44e4bc3fba1a [2020-12-15T05:12:06.343Z] ---> aeb6bd1761e5 [2020-12-15T05:12:06.343Z] [2020-12-15T05:12:06.343Z] Removing intermediate container 98211d4fc576 [2020-12-15T05:12:06.343Z] ---> 29fe4aadbcbc [2020-12-15T05:12:06.343Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T05:12:06.643Z] Successfully built aeb6bd1761e5 [2020-12-15T05:12:07.256Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T05:12:07.256Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-15T05:12:07.546Z] ---> 817a751b8a14 [2020-12-15T05:12:07.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T05:12:07.546Z] ---> Running in b1c0c48f9bb7 [2020-12-15T05:12:07.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T05:12:08.778Z] Removing intermediate container b1c0c48f9bb7 [2020-12-15T05:12:08.778Z] ---> 9cd7b1e84bd7 [2020-12-15T05:12:08.778Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T05:12:09.504Z] ---> Running in 4d988548828a [2020-12-15T05:12:09.874Z] ---> e3677f602c74 [2020-12-15T05:12:09.874Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T05:12:10.453Z] Removing intermediate container 4d988548828a [2020-12-15T05:12:10.453Z] ---> fa2900ea91a9 [2020-12-15T05:12:10.453Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T05:12:11.140Z] ---> Running in 04cb7a622f8c [2020-12-15T05:12:11.140Z] ---> d6eb41a57531 [2020-12-15T05:12:11.140Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T05:12:11.811Z] ---> Running in e9965159af42 [2020-12-15T05:12:12.136Z] Removing intermediate container 04cb7a622f8c [2020-12-15T05:12:12.136Z] ---> bc6092cc53db [2020-12-15T05:12:12.136Z] Step 28/29 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:12:12.427Z] Removing intermediate container e9965159af42 [2020-12-15T05:12:12.427Z] ---> 7bce90d9ec29 [2020-12-15T05:12:12.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:12:12.427Z] ---> Running in ad2c217c3170 [2020-12-15T05:12:13.065Z] ---> Running in 167dc3f96c95 [2020-12-15T05:12:13.362Z] Removing intermediate container ad2c217c3170 [2020-12-15T05:12:13.362Z] ---> dfadf548c33f [2020-12-15T05:12:13.362Z] Step 29/29 : LABEL version=2.0.0-dev.10 [2020-12-15T05:12:13.362Z] Removing intermediate container 167dc3f96c95 [2020-12-15T05:12:13.362Z] ---> 40966cf01b1f [2020-12-15T05:12:13.362Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T05:12:13.362Z] ---> Running in 9ee6bf0baedd [2020-12-15T05:12:13.709Z] ---> Running in 5a086e66f555 [2020-12-15T05:12:14.327Z] Removing intermediate container 5a086e66f555 [2020-12-15T05:12:14.327Z] ---> 17038b67da5d [2020-12-15T05:12:14.327Z] Step 22/23 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:12:14.327Z] Removing intermediate container 9ee6bf0baedd [2020-12-15T05:12:14.327Z] ---> 30b7f26fc55c [2020-12-15T05:12:14.327Z] [2020-12-15T05:12:14.996Z] ---> Running in 61b8624cbe8a [2020-12-15T05:12:14.996Z] Successfully built 30b7f26fc55c [2020-12-15T05:12:15.327Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T05:12:15.327Z] Building docker-sys-mgmt-agent-go [2020-12-15T05:12:16.029Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 61b8624cbe8a [2020-12-15T05:12:16.029Z] ---> 536ff55761e4 [2020-12-15T05:12:16.029Z] Step 23/23 : LABEL version=2.0.0-dev.10 [2020-12-15T05:12:16.029Z] ---> Running in 5697269dd5dd [2020-12-15T05:12:17.107Z] Removing intermediate container 5697269dd5dd [2020-12-15T05:12:17.107Z] ---> fccf965e7090 [2020-12-15T05:12:17.107Z] [2020-12-15T05:12:17.386Z] Successfully built fccf965e7090 [2020-12-15T05:12:17.756Z] Successfully tagged docker-core-data-go:latest [2020-12-15T05:12:17.756Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-12-15T05:12:18.023Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:12:18.023Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:12:18.023Z] ---> 91d00173cb48 [2020-12-15T05:12:18.023Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> 8ad0a94e7098 [2020-12-15T05:12:18.023Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> 255db57fd8ed [2020-12-15T05:12:18.023Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> c63e8b4f89ab [2020-12-15T05:12:18.023Z] Step 6/21 : COPY go.mod . [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> 5b9fe78cd0dc [2020-12-15T05:12:18.023Z] Step 7/21 : RUN go mod download [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> c9ebe9ac5b14 [2020-12-15T05:12:18.023Z] Step 8/21 : COPY . . [2020-12-15T05:12:18.023Z] ---> Using cache [2020-12-15T05:12:18.023Z] ---> 86620fd56585 [2020-12-15T05:12:18.023Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T05:12:19.538Z] ---> Running in b771c2079c5f [2020-12-15T05:12:21.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T05:12:46.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:12:46.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:12:46.039Z] ---> 65ccb403cf5a [2020-12-15T05:12:46.039Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> 1454dc64f1dc [2020-12-15T05:12:46.039Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> 073460b65efb [2020-12-15T05:12:46.039Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> dfb4ac4f9f9b [2020-12-15T05:12:46.039Z] Step 6/22 : COPY go.mod . [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> 8bb75d620d69 [2020-12-15T05:12:46.039Z] Step 7/22 : RUN go mod download [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> 0d8061a2324a [2020-12-15T05:12:46.039Z] Step 8/22 : COPY . . [2020-12-15T05:12:46.039Z] ---> Using cache [2020-12-15T05:12:46.039Z] ---> 262cce7fd82c [2020-12-15T05:12:46.039Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T05:12:47.316Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:12:47.316Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:12:47.316Z] ---> 65ccb403cf5a [2020-12-15T05:12:47.316Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T05:12:47.316Z] ---> Using cache [2020-12-15T05:12:47.316Z] ---> 1454dc64f1dc [2020-12-15T05:12:47.316Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:12:47.316Z] ---> Using cache [2020-12-15T05:12:47.316Z] ---> 073460b65efb [2020-12-15T05:12:47.316Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T05:12:48.880Z] ---> Running in 30f57824e4f7 [2020-12-15T05:12:48.880Z] ---> Running in 7f6f78a60d49 [2020-12-15T05:12:49.192Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:12:49.192Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:12:49.192Z] ---> 65ccb403cf5a [2020-12-15T05:12:49.192Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> 1454dc64f1dc [2020-12-15T05:12:49.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> 073460b65efb [2020-12-15T05:12:49.192Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> dfb4ac4f9f9b [2020-12-15T05:12:49.192Z] Step 6/22 : COPY go.mod . [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> 8bb75d620d69 [2020-12-15T05:12:49.192Z] Step 7/22 : RUN go mod download [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> 0d8061a2324a [2020-12-15T05:12:49.192Z] Step 8/22 : COPY . . [2020-12-15T05:12:49.192Z] ---> Using cache [2020-12-15T05:12:49.192Z] ---> 262cce7fd82c [2020-12-15T05:12:49.192Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T05:12:51.257Z] ---> Running in 06a8237d4d43 [2020-12-15T05:12:53.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T05:12:53.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T05:12:53.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:12:54.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:12:55.034Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:12:55.034Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:12:55.034Z] OK: 12750 distinct packages available [2020-12-15T05:12:55.655Z] OK: 233 MiB in 51 packages [2020-12-15T05:13:01.620Z] Removing intermediate container 7f6f78a60d49 [2020-12-15T05:13:01.620Z] ---> 0e94c38fc672 [2020-12-15T05:13:01.620Z] Step 6/24 : COPY go.mod . [2020-12-15T05:13:03.218Z] ---> 355f41ac9706 [2020-12-15T05:13:03.218Z] Step 7/24 : RUN go mod download [2020-12-15T05:13:03.893Z] ---> Running in 4bc33246b5d8 [2020-12-15T05:13:05.061Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:13:05.061Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:13:05.061Z] ---> 65ccb403cf5a [2020-12-15T05:13:05.061Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> 1454dc64f1dc [2020-12-15T05:13:05.061Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> 073460b65efb [2020-12-15T05:13:05.061Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> dfb4ac4f9f9b [2020-12-15T05:13:05.061Z] Step 6/21 : COPY go.mod . [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> 8bb75d620d69 [2020-12-15T05:13:05.061Z] Step 7/21 : RUN go mod download [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> 0d8061a2324a [2020-12-15T05:13:05.061Z] Step 8/21 : COPY . . [2020-12-15T05:13:05.061Z] ---> Using cache [2020-12-15T05:13:05.061Z] ---> 262cce7fd82c [2020-12-15T05:13:05.061Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T05:13:05.394Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T05:13:05.394Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T05:13:05.394Z] ---> 65ccb403cf5a [2020-12-15T05:13:05.394Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T05:13:05.394Z] ---> Using cache [2020-12-15T05:13:05.394Z] ---> 1454dc64f1dc [2020-12-15T05:13:05.394Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T05:13:05.394Z] ---> Using cache [2020-12-15T05:13:05.394Z] ---> 073460b65efb [2020-12-15T05:13:05.394Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T05:13:06.157Z] ---> Running in fb7811c9d735 [2020-12-15T05:13:06.452Z] ---> Running in c460620c0d96 [2020-12-15T05:13:09.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T05:13:09.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:13:10.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:13:10.403Z] Removing intermediate container 4bc33246b5d8 [2020-12-15T05:13:10.403Z] ---> 275e56e331c5 [2020-12-15T05:13:10.403Z] Step 8/24 : COPY . . [2020-12-15T05:13:12.632Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:13:12.632Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:13:12.632Z] OK: 12750 distinct packages available [2020-12-15T05:13:13.884Z] OK: 233 MiB in 51 packages [2020-12-15T05:13:18.303Z] Removing intermediate container c460620c0d96 [2020-12-15T05:13:18.303Z] ---> 22c77a23aabe [2020-12-15T05:13:18.303Z] Step 6/27 : COPY go.mod . [2020-12-15T05:13:18.497Z] Removing intermediate container 32d4b4560dab [2020-12-15T05:13:18.497Z] ---> 32a7fee018b7 [2020-12-15T05:13:18.497Z] [2020-12-15T05:13:18.497Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T05:13:18.497Z] ---> 536a684cf733 [2020-12-15T05:13:18.497Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T05:13:18.497Z] ---> Using cache [2020-12-15T05:13:18.497Z] ---> d9483dbcc91e [2020-12-15T05:13:18.497Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T05:13:18.497Z] ---> Running in 6485c126e94e [2020-12-15T05:13:18.497Z] Removing intermediate container 6485c126e94e [2020-12-15T05:13:18.497Z] ---> 7c2e82958cc3 [2020-12-15T05:13:18.497Z] Step 13/22 : WORKDIR / [2020-12-15T05:13:18.497Z] ---> Running in 4016a12e1814 [2020-12-15T05:13:18.497Z] Removing intermediate container 4016a12e1814 [2020-12-15T05:13:18.497Z] ---> 825fb7dee4d0 [2020-12-15T05:13:18.497Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T05:13:18.497Z] ---> 906e2595cb87 [2020-12-15T05:13:18.497Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T05:13:18.497Z] ---> ee9a9dd0d3db [2020-12-15T05:13:18.497Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T05:13:18.497Z] ---> 77721ee580f7 [2020-12-15T05:13:18.497Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T05:13:19.271Z] ---> 712e633e8031 [2020-12-15T05:13:19.271Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T05:13:19.599Z] ---> Running in e62257582f19 [2020-12-15T05:13:19.969Z] ---> d678b4354934 [2020-12-15T05:13:19.969Z] Step 7/27 : RUN go mod download [2020-12-15T05:13:20.651Z] ---> Running in 733c833c697d [2020-12-15T05:13:23.297Z] Removing intermediate container e62257582f19 [2020-12-15T05:13:23.297Z] ---> 160030311e38 [2020-12-15T05:13:23.297Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T05:13:23.297Z] ---> Running in d2582247194d [2020-12-15T05:13:23.968Z] Removing intermediate container d2582247194d [2020-12-15T05:13:23.968Z] ---> a3f7e756a207 [2020-12-15T05:13:23.968Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T05:13:24.299Z] ---> Running in d554a1754e60 [2020-12-15T05:13:25.328Z] Removing intermediate container d554a1754e60 [2020-12-15T05:13:25.328Z] ---> e5173605462e [2020-12-15T05:13:25.328Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:13:25.328Z] ---> Running in e65a73ddf117 [2020-12-15T05:13:26.333Z] Removing intermediate container e65a73ddf117 [2020-12-15T05:13:26.333Z] ---> e5c30a425d72 [2020-12-15T05:13:26.334Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:13:26.583Z] Removing intermediate container 733c833c697d [2020-12-15T05:13:26.583Z] ---> c389937d8a50 [2020-12-15T05:13:26.583Z] Step 8/27 : COPY . . [2020-12-15T05:13:26.609Z] ---> Running in 582bfc34ac26 [2020-12-15T05:13:27.603Z] Removing intermediate container 582bfc34ac26 [2020-12-15T05:13:27.603Z] ---> 7ee6ed290ebb [2020-12-15T05:13:27.603Z] [2020-12-15T05:13:28.607Z] Successfully built 7ee6ed290ebb [2020-12-15T05:13:28.607Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T05:13:30.077Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dc1024595b09 [2020-12-15T05:13:30.077Z] ---> 45fd24311855 [2020-12-15T05:13:30.077Z] [2020-12-15T05:13:30.077Z] Step 9/29 : FROM alpine:latest [2020-12-15T05:13:30.077Z] ---> dd36a01c3f31 [2020-12-15T05:13:30.077Z] 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-15T05:13:30.393Z] ---> Running in db6c233f0af1 [2020-12-15T05:13:31.479Z] Removing intermediate container db6c233f0af1 [2020-12-15T05:13:31.479Z] ---> d06557c34a2d [2020-12-15T05:13:31.479Z] Step 11/29 : USER root [2020-12-15T05:13:32.097Z] ---> Running in e22367bcdffb [2020-12-15T05:13:33.096Z] Removing intermediate container e22367bcdffb [2020-12-15T05:13:33.096Z] ---> 5d6da079143b [2020-12-15T05:13:33.096Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T05:13:33.096Z] ---> Running in a6a2df5466ae [2020-12-15T05:13:33.381Z] Removing intermediate container a65e6d9501d2 [2020-12-15T05:13:33.381Z] ---> c7c6e821ed2e [2020-12-15T05:13:33.381Z] [2020-12-15T05:13:33.381Z] Step 10/24 : FROM scratch [2020-12-15T05:13:33.381Z] ---> [2020-12-15T05:13:33.381Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T05:13:34.024Z] ---> Running in d289f72f0e41 [2020-12-15T05:13:35.040Z] Removing intermediate container d289f72f0e41 [2020-12-15T05:13:35.040Z] ---> 55acdbd2b93a [2020-12-15T05:13:35.040Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T05:13:35.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:13:35.040Z] ---> Running in b6c4417dafb9 [2020-12-15T05:13:35.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:13:35.660Z] Removing intermediate container b6c4417dafb9 [2020-12-15T05:13:35.660Z] ---> 106c2b6e7b57 [2020-12-15T05:13:35.660Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T05:13:35.660Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:13:35.660Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:13:35.660Z] OK: 12617 distinct packages available [2020-12-15T05:13:35.660Z] ---> Running in 8fe41de28ac8 [2020-12-15T05:13:36.651Z] Removing intermediate container 8fe41de28ac8 [2020-12-15T05:13:36.651Z] ---> a942a73b5d40 [2020-12-15T05:13:36.651Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T05:13:36.651Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T05:13:37.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T05:13:37.576Z] ---> 008637bb468e [2020-12-15T05:13:37.576Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T05:13:37.853Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T05:13:37.853Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:13:37.853Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T05:13:38.134Z] OK: 6 MiB in 16 packages [2020-12-15T05:13:39.713Z] ---> c608692e52c4 [2020-12-15T05:13:39.713Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T05:13:41.227Z] Removing intermediate container a6a2df5466ae [2020-12-15T05:13:41.227Z] ---> b9cf247b0627 [2020-12-15T05:13:41.227Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T05:13:41.227Z] ---> Running in 503c03c8e387 [2020-12-15T05:13:41.505Z] ---> 84490ca2a19d [2020-12-15T05:13:41.505Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T05:13:42.111Z] Removing intermediate container 503c03c8e387 [2020-12-15T05:13:42.111Z] ---> f99cc2452e02 [2020-12-15T05:13:42.111Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T05:13:42.111Z] ---> Running in 32ce5e94d8ad [2020-12-15T05:13:42.391Z] ---> 85c87ded6cdf [2020-12-15T05:13:42.391Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T05:13:42.668Z] Removing intermediate container 32ce5e94d8ad [2020-12-15T05:13:42.668Z] ---> d0d11db42d94 [2020-12-15T05:13:42.668Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T05:13:43.270Z] ---> Running in 1a6c0c0fc2af [2020-12-15T05:13:44.262Z] ---> 745c9374205d [2020-12-15T05:13:44.262Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T05:13:46.283Z] ---> ee48f3dd34aa [2020-12-15T05:13:46.283Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T05:13:46.283Z] ---> Running in c19b743e7870 [2020-12-15T05:13:46.580Z] Removing intermediate container 1a6c0c0fc2af [2020-12-15T05:13:46.580Z] ---> ebe275378446 [2020-12-15T05:13:46.580Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T05:13:47.199Z] Removing intermediate container c19b743e7870 [2020-12-15T05:13:47.199Z] ---> 6d92cb71ddae [2020-12-15T05:13:47.199Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:13:47.845Z] ---> Running in bb0a417be423 [2020-12-15T05:13:48.478Z] ---> b58849fb481a [2020-12-15T05:13:48.479Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T05:13:48.479Z] Removing intermediate container bb0a417be423 [2020-12-15T05:13:48.479Z] ---> 26bae8ec25a8 [2020-12-15T05:13:48.479Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T05:13:48.780Z] Removing intermediate container b771c2079c5f [2020-12-15T05:13:48.780Z] ---> 140f04f5994e [2020-12-15T05:13:48.780Z] [2020-12-15T05:13:48.780Z] Step 10/21 : FROM alpine [2020-12-15T05:13:48.780Z] ---> dd36a01c3f31 [2020-12-15T05:13:48.780Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T05:13:49.084Z] ---> Running in 2a2bb8187c7b [2020-12-15T05:13:49.371Z] ---> Running in 13f0e629e8dd [2020-12-15T05:13:49.660Z] ---> f56e207a2827 [2020-12-15T05:13:49.660Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T05:13:49.692Z] Removing intermediate container 06a8237d4d43 [2020-12-15T05:13:49.692Z] ---> 1b0a52135cc5 [2020-12-15T05:13:49.692Z] [2020-12-15T05:13:49.692Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T05:13:49.692Z] ---> be4e4bea2c2e [2020-12-15T05:13:49.692Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T05:13:49.692Z] ---> Using cache [2020-12-15T05:13:49.692Z] ---> 0ccc460f17e7 [2020-12-15T05:13:49.692Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T05:13:49.941Z] Removing intermediate container 2a2bb8187c7b [2020-12-15T05:13:49.941Z] ---> af9a8964dbeb [2020-12-15T05:13:49.941Z] Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:13:50.230Z] ---> Running in 27c3c0dada40 [2020-12-15T05:13:50.230Z] Removing intermediate container 7f098b2c833d [2020-12-15T05:13:50.230Z] ---> 15bcb3d61536 [2020-12-15T05:13:50.230Z] [2020-12-15T05:13:50.230Z] Step 10/22 : FROM scratch [2020-12-15T05:13:50.230Z] ---> [2020-12-15T05:13:50.230Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:13:50.507Z] ---> Using cache [2020-12-15T05:13:50.507Z] ---> bd91fd560888 [2020-12-15T05:13:50.507Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T05:13:50.507Z] ---> bc94d666c7c5 [2020-12-15T05:13:50.507Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T05:13:50.819Z] ---> Running in b9e0d6df51cd [2020-12-15T05:13:50.819Z] Removing intermediate container 27c3c0dada40 [2020-12-15T05:13:50.819Z] ---> cfefd61605de [2020-12-15T05:13:50.819Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2020-12-15T05:13:50.878Z] ---> Running in 757e6e83fc10 [2020-12-15T05:13:51.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T05:13:51.152Z] ---> Running in 4bed643f1d5b [2020-12-15T05:13:51.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T05:13:51.467Z] Removing intermediate container b9e0d6df51cd [2020-12-15T05:13:51.467Z] ---> 544bd42041bb [2020-12-15T05:13:51.467Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T05:13:51.467Z] ---> Running in 086b5aabc99b [2020-12-15T05:13:51.467Z] ---> ca9c5e912a07 [2020-12-15T05:13:51.467Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T05:13:51.760Z] Removing intermediate container 4bed643f1d5b [2020-12-15T05:13:51.760Z] ---> 138cc1c43676 [2020-12-15T05:13:51.760Z] [2020-12-15T05:13:52.037Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T05:13:52.037Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T05:13:52.037Z] OK: 12617 distinct packages available [2020-12-15T05:13:52.037Z] Removing intermediate container 086b5aabc99b [2020-12-15T05:13:52.037Z] ---> 7fc021c7a127 [2020-12-15T05:13:52.037Z] Step 14/22 : WORKDIR / [2020-12-15T05:13:52.037Z] Successfully built 138cc1c43676 [2020-12-15T05:13:52.037Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T05:13:52.037Z]  Building docker-support-notifications-go ... done  ---> Running in 7e96170619fc [2020-12-15T05:13:52.080Z] Removing intermediate container 757e6e83fc10 [2020-12-15T05:13:52.080Z] ---> 60804fea7196 [2020-12-15T05:13:52.080Z] Step 13/22 : WORKDIR / [2020-12-15T05:13:52.315Z] ---> ba6aa80ef402 [2020-12-15T05:13:52.315Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T05:13:52.611Z] ---> Running in f1e324b54aad [2020-12-15T05:13:52.611Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T05:13:52.611Z] Removing intermediate container 7e96170619fc [2020-12-15T05:13:52.611Z] ---> c7779dbd0765 [2020-12-15T05:13:52.611Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T05:13:52.889Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T05:13:52.889Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T05:13:52.889Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T05:13:52.889Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:13:52.889Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T05:13:53.163Z] OK: 7 MiB in 18 packages [2020-12-15T05:13:53.761Z] ---> 940fa122f20f [2020-12-15T05:13:53.761Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T05:13:54.920Z] ---> Running in c4194473cbc6 [2020-12-15T05:13:55.195Z] Removing intermediate container 13f0e629e8dd [2020-12-15T05:13:55.195Z] ---> e277d3a10095 [2020-12-15T05:13:55.195Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T05:13:55.195Z] ---> ec10bfb36ffa [2020-12-15T05:13:55.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T05:13:55.195Z] ---> Running in 9db0ea5be53e [2020-12-15T05:13:55.195Z] Removing intermediate container f1e324b54aad [2020-12-15T05:13:55.195Z] ---> f3cb1aa57e9b [2020-12-15T05:13:55.195Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T05:13:55.790Z] Removing intermediate container 9db0ea5be53e [2020-12-15T05:13:55.790Z] ---> 1d0e1aec7f2b [2020-12-15T05:13:55.790Z] Step 13/21 : WORKDIR /edgex [2020-12-15T05:13:55.938Z] Removing intermediate container 30f57824e4f7 [2020-12-15T05:13:55.938Z] ---> 31d4f9ef2b74 [2020-12-15T05:13:55.938Z] [2020-12-15T05:13:55.938Z] Step 10/22 : FROM scratch [2020-12-15T05:13:55.938Z] ---> [2020-12-15T05:13:55.938Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:13:56.063Z] ---> Running in a9c6867cd661 [2020-12-15T05:13:56.063Z] ---> 8201eec422b6 [2020-12-15T05:13:56.063Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T05:13:56.063Z] ---> b73f97b27ebb [2020-12-15T05:13:56.063Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T05:13:56.334Z] ---> Running in e2b91c4bd496 [2020-12-15T05:13:56.334Z] ---> Running in a8dc06856951 [2020-12-15T05:13:56.334Z] Removing intermediate container a9c6867cd661 [2020-12-15T05:13:56.334Z] ---> 179677a85114 [2020-12-15T05:13:56.334Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T05:13:56.614Z] Removing intermediate container e2b91c4bd496 [2020-12-15T05:13:56.614Z] ---> 60f3f795822c [2020-12-15T05:13:56.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:13:56.886Z] ---> Running in 06969fa7cdab [2020-12-15T05:13:57.481Z] Removing intermediate container 06969fa7cdab [2020-12-15T05:13:57.481Z] ---> 0d1d0dc534ef [2020-12-15T05:13:57.481Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T05:13:57.481Z] ---> c494b98695d7 [2020-12-15T05:13:57.481Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T05:13:57.481Z] ---> Running in c8b1b9133fa9 [2020-12-15T05:13:57.999Z] ---> Using cache [2020-12-15T05:13:57.999Z] ---> 04acb7134d76 [2020-12-15T05:13:57.999Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T05:13:58.465Z] Removing intermediate container c8b1b9133fa9 [2020-12-15T05:13:58.465Z] ---> 95ed0b9084d5 [2020-12-15T05:13:58.465Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:13:58.465Z] ---> Running in 5b9b9f6b0891 [2020-12-15T05:13:58.743Z] Removing intermediate container a8dc06856951 [2020-12-15T05:13:58.744Z] ---> 2672bc244d11 [2020-12-15T05:13:58.744Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T05:13:58.744Z] ---> e07ce6eb7dae [2020-12-15T05:13:58.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T05:13:59.019Z] ---> Running in d00893c15b7a [2020-12-15T05:13:59.019Z] Removing intermediate container 5b9b9f6b0891 [2020-12-15T05:13:59.019Z] ---> fb188123ca28 [2020-12-15T05:13:59.019Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:13:59.293Z] ---> Running in b076f8c27c0e [2020-12-15T05:13:59.906Z] Removing intermediate container b076f8c27c0e [2020-12-15T05:13:59.906Z] ---> 85df4b761e99 [2020-12-15T05:13:59.906Z] [2020-12-15T05:14:00.183Z] Removing intermediate container c4194473cbc6 [2020-12-15T05:14:00.183Z] ---> 0fd294738d0b [2020-12-15T05:14:00.183Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T05:14:00.183Z] ---> Running in 7478af35e28b [2020-12-15T05:14:00.183Z] ---> 9bc5be72d4d4 [2020-12-15T05:14:00.183Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T05:14:00.207Z] ---> c6186b2a45c0 [2020-12-15T05:14:00.207Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T05:14:00.207Z] Successfully built 85df4b761e99 [2020-12-15T05:14:00.207Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T05:14:00.509Z]  Building docker-core-metadata-go ... done  ---> Running in 968ba6a29b40 [2020-12-15T05:14:00.522Z] Removing intermediate container fb7811c9d735 [2020-12-15T05:14:00.522Z] ---> 078d6971e73a [2020-12-15T05:14:00.522Z] [2020-12-15T05:14:00.522Z] Step 10/21 : FROM scratch [2020-12-15T05:14:00.522Z] ---> [2020-12-15T05:14:00.522Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T05:14:00.818Z] Removing intermediate container 968ba6a29b40 [2020-12-15T05:14:00.818Z] ---> 8f1979c7aa9a [2020-12-15T05:14:00.818Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T05:14:00.819Z] ---> Running in 37cfc76debe5 [2020-12-15T05:14:00.819Z] ---> Using cache [2020-12-15T05:14:00.819Z] ---> 04acb7134d76 [2020-12-15T05:14:00.819Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T05:14:01.127Z] Removing intermediate container 7478af35e28b [2020-12-15T05:14:01.127Z] ---> 48e08b88bc0c [2020-12-15T05:14:01.127Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T05:14:01.135Z] ---> Running in 46a6c2db983b [2020-12-15T05:14:01.467Z] ---> 927581b7ad57 [2020-12-15T05:14:01.468Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T05:14:01.468Z] ---> Running in 4b32bcd277a9 [2020-12-15T05:14:01.472Z] Removing intermediate container 46a6c2db983b [2020-12-15T05:14:01.472Z] ---> 8e2b051dddad [2020-12-15T05:14:01.472Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T05:14:01.812Z] ---> Running in 3fd10864f24b [2020-12-15T05:14:01.812Z] Removing intermediate container d00893c15b7a [2020-12-15T05:14:01.812Z] ---> 10c3fc9fe520 [2020-12-15T05:14:01.812Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T05:14:01.846Z] ---> Running in cfbb9ff1e139 [2020-12-15T05:14:02.112Z] ---> Running in b3ad9396b8f5 [2020-12-15T05:14:02.387Z] Removing intermediate container 3fd10864f24b [2020-12-15T05:14:02.387Z] ---> 13a8cacc175e [2020-12-15T05:14:02.387Z] Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:02.387Z] ---> Running in 2c5fc18bc64d [2020-12-15T05:14:02.662Z] Removing intermediate container b3ad9396b8f5 [2020-12-15T05:14:02.662Z] ---> 7f891db07422 [2020-12-15T05:14:02.662Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T05:14:02.940Z] ---> Running in aac2735f3d23 [2020-12-15T05:14:03.217Z] Removing intermediate container 2c5fc18bc64d [2020-12-15T05:14:03.217Z] ---> 8b22ab356b07 [2020-12-15T05:14:03.217Z] Step 21/21 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:03.217Z] ---> Running in 893ec398b52b [2020-12-15T05:14:03.431Z] Removing intermediate container 4b32bcd277a9 [2020-12-15T05:14:03.431Z] ---> dc95e97ffe32 [2020-12-15T05:14:03.431Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T05:14:03.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T05:14:03.431Z] Removing intermediate container cfbb9ff1e139 [2020-12-15T05:14:03.431Z] ---> 15ef46babccc [2020-12-15T05:14:03.431Z] Step 14/22 : WORKDIR / [2020-12-15T05:14:03.491Z] Removing intermediate container aac2735f3d23 [2020-12-15T05:14:03.491Z] ---> b154455f7dff [2020-12-15T05:14:03.491Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T05:14:03.491Z] ---> Running in 33de7bfb9a1a [2020-12-15T05:14:03.766Z] Removing intermediate container 893ec398b52b [2020-12-15T05:14:03.766Z] ---> dcb3d4a00e86 [2020-12-15T05:14:03.766Z] [2020-12-15T05:14:04.042Z] Successfully built dcb3d4a00e86 [2020-12-15T05:14:04.042Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T05:14:04.042Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 33de7bfb9a1a [2020-12-15T05:14:04.042Z] ---> 0377dd0ea2c8 [2020-12-15T05:14:04.042Z] Step 28/29 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:04.229Z] ---> Running in 6013b1f8da4a [2020-12-15T05:14:04.317Z] ---> Running in ca5441791a9b [2020-12-15T05:14:04.591Z] Removing intermediate container ca5441791a9b [2020-12-15T05:14:04.591Z] ---> 77378a37973c [2020-12-15T05:14:04.591Z] Step 29/29 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:04.865Z] ---> Running in 6fb104298909 [2020-12-15T05:14:05.137Z] Removing intermediate container 6fb104298909 [2020-12-15T05:14:05.138Z] ---> d7bc6aba7a7e [2020-12-15T05:14:05.138Z] [2020-12-15T05:14:05.282Z] ---> Running in 54f827679e64 [2020-12-15T05:14:05.409Z] Successfully built d7bc6aba7a7e [2020-12-15T05:14:05.410Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T05:14:05.584Z] ---> 7f13e1782cf8 [2020-12-15T05:14:05.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T05:14:05.696Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-15T05:14:05.707Z] $ docker stop --time=1 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff [2020-12-15T05:14:06.226Z] Removing intermediate container 6013b1f8da4a [2020-12-15T05:14:06.227Z] ---> 5ef20b9e5bf7 [2020-12-15T05:14:06.227Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T05:14:06.518Z] Removing intermediate container 54f827679e64 [2020-12-15T05:14:06.518Z] ---> 55af2c3704e0 [2020-12-15T05:14:06.518Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T05:14:07.155Z] ---> 3ded2b10a8ce [2020-12-15T05:14:07.155Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T05:14:07.466Z] ---> f7fd81d0a6cd [2020-12-15T05:14:07.466Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T05:14:07.559Z] $ docker rm -f 82b304536a4278bf27265fcc8230f6e48edc9dc9164ded5034ac956e4f5e95ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T05:14:08.091Z] ---> 351d9918aacd [2020-12-15T05:14:08.091Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T05:14:08.225Z] + grep docker [2020-12-15T05:14:08.226Z] + docker images [2020-12-15T05:14:08.503Z] docker-security-secrets-setup-go-arm64 latest d7bc6aba7a7e 4 seconds ago 22.7MB [2020-12-15T05:14:08.503Z] docker-security-proxy-setup-go-arm64 latest dcb3d4a00e86 5 seconds ago 23.4MB [2020-12-15T05:14:08.503Z] docker-core-metadata-go-arm64 latest 85df4b761e99 9 seconds ago 13.6MB [2020-12-15T05:14:08.503Z] docker-support-notifications-go-arm64 latest 138cc1c43676 17 seconds ago 12.9MB [2020-12-15T05:14:08.503Z] docker-security-bootstrap-redis-go-arm64 latest 7ee6ed290ebb 42 seconds ago 15.2MB [2020-12-15T05:14:08.503Z] docker-sys-mgmt-agent-go-arm64 latest 79156f6f0fe3 2 minutes ago 300MB [2020-12-15T05:14:08.503Z] docker-core-data-go-arm64 latest 7a2db7ea8cde 2 minutes ago 22.3MB [2020-12-15T05:14:08.503Z] docker-core-command-go-arm64 latest 589f4f980dfd 3 minutes ago 11.4MB [2020-12-15T05:14:08.503Z] docker-support-scheduler-go-arm64 latest d34f8869e4cb 3 minutes ago 11.5MB [2020-12-15T05:14:08.503Z] docker-security-secretstore-setup-go-arm64 latest 6084664e589d 3 minutes ago 23.5MB [2020-12-15T05:14:08.503Z] docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-15T05:14:09.184Z] ---> ce9073c239aa [2020-12-15T05:14:09.184Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T05:14:09.341Z] provisioning config files... [2020-12-15T05:14:09.406Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config3620031419509534866tmp [Pipeline] { [2020-12-15T05:14:09.487Z] ---> Running in 383377ae9673 [2020-12-15T05:14:09.487Z] ---> ffc323fcef7c [2020-12-15T05:14:09.487Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:14:09.825Z] ---> docker-login.sh [2020-12-15T05:14:09.825Z] nexus3.edgexfoundry.org:10001 [2020-12-15T05:14:10.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:14:10.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:14:10.118Z] Configure a credential helper to remove this warning. See [2020-12-15T05:14:10.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:14:10.118Z] [2020-12-15T05:14:10.118Z] Login Succeeded [2020-12-15T05:14:10.118Z] nexus3.edgexfoundry.org:10002 [2020-12-15T05:14:10.663Z] ---> 44ff78eb0828 [2020-12-15T05:14:10.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T05:14:10.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:14:10.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:14:10.714Z] Configure a credential helper to remove this warning. See [2020-12-15T05:14:10.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:14:10.714Z] [2020-12-15T05:14:10.714Z] Login Succeeded [2020-12-15T05:14:10.714Z] nexus3.edgexfoundry.org:10003 [2020-12-15T05:14:10.982Z] ---> 7c42df13d29d [2020-12-15T05:14:10.982Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T05:14:11.281Z] ---> Running in b4a65498cd18 [2020-12-15T05:14:11.281Z] ---> 2b4a9ca78be0 [2020-12-15T05:14:11.281Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T05:14:11.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:14:11.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:14:11.311Z] Configure a credential helper to remove this warning. See [2020-12-15T05:14:11.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:14:11.311Z] [2020-12-15T05:14:11.311Z] Login Succeeded [2020-12-15T05:14:11.311Z] nexus3.edgexfoundry.org:10004 [2020-12-15T05:14:11.578Z] ---> Running in ac2d1f4d4e8d [2020-12-15T05:14:11.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:14:11.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:14:11.910Z] Configure a credential helper to remove this warning. See [2020-12-15T05:14:11.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:14:11.910Z] [2020-12-15T05:14:11.910Z] Login Succeeded [2020-12-15T05:14:11.910Z] docker.io [2020-12-15T05:14:12.018Z] Removing intermediate container b4a65498cd18 [2020-12-15T05:14:12.018Z] ---> ed0ace502021 [2020-12-15T05:14:12.018Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:14:12.018Z] ---> Running in 6937c5c70c1b [2020-12-15T05:14:12.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:14:12.316Z] Removing intermediate container ac2d1f4d4e8d [2020-12-15T05:14:12.317Z] ---> 1d806475e583 [2020-12-15T05:14:12.317Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:14:12.626Z] ---> Running in b9a1cd85d028 [2020-12-15T05:14:12.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:14:12.774Z] Configure a credential helper to remove this warning. See [2020-12-15T05:14:12.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:14:12.774Z] [2020-12-15T05:14:12.774Z] Login Succeeded [2020-12-15T05:14:12.774Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T05:14:12.792Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2020-12-15T05:14:12.958Z] Removing intermediate container 6937c5c70c1b [2020-12-15T05:14:12.958Z] ---> 84821e1066cf [2020-12-15T05:14:12.958Z] Step 19/21 : LABEL arch=x86_64 [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:13.087Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-15T05:14:13.088Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:13.088Z] 2.0.0-dev.10 [2020-12-15T05:14:13.088Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:13.088Z] master [2020-12-15T05:14:13.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-15T05:14:13.246Z] Removing intermediate container b9a1cd85d028 [2020-12-15T05:14:13.246Z] ---> 5c1b027232c7 [2020-12-15T05:14:13.246Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T05:14:13.246Z] ---> Running in 7fa46d273ea8 [2020-12-15T05:14:13.246Z] Removing intermediate container 383377ae9673 [2020-12-15T05:14:13.246Z] ---> 46ce5264dcd3 [2020-12-15T05:14:13.246Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T05:14:13.246Z] ---> Running in 219b7d74618c [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:13.523Z] ---> Running in 4a441bdc92ee [2020-12-15T05:14:13.523Z] ---> 952f762dcee2 [2020-12-15T05:14:13.523Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T05:14:13.717Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:13.811Z] ---> Running in 5c27fcee96d0 [2020-12-15T05:14:13.811Z] Removing intermediate container 7fa46d273ea8 [2020-12-15T05:14:13.811Z] ---> efc24932ccdc [2020-12-15T05:14:13.811Z] Step 20/21 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:14.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:14.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T05:14:14.071Z] 182687c5b24b: Preparing [2020-12-15T05:14:14.071Z] 0aaae819dd1d: Preparing [2020-12-15T05:14:14.071Z] 8914be06403b: Preparing [2020-12-15T05:14:14.102Z] ---> Running in a3de870c8bb2 [2020-12-15T05:14:14.102Z] Removing intermediate container 219b7d74618c [2020-12-15T05:14:14.102Z] ---> 7114ceef3e2d [2020-12-15T05:14:14.102Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:14.356Z] 182687c5b24b: Pushed [2020-12-15T05:14:14.356Z] 8914be06403b: Pushed [2020-12-15T05:14:14.385Z] Removing intermediate container 4a441bdc92ee [2020-12-15T05:14:14.386Z] ---> 2e9aadaa2208 [2020-12-15T05:14:14.386Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T05:14:14.386Z] ---> Running in 483099f5b7ec [2020-12-15T05:14:14.386Z] ---> Running in 2c957b1ec794 [2020-12-15T05:14:14.689Z] Removing intermediate container a3de870c8bb2 [2020-12-15T05:14:14.690Z] ---> 380e8ad5b48f [2020-12-15T05:14:14.690Z] Step 21/21 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:14.690Z] ---> Running in 1907d6b596a8 [2020-12-15T05:14:15.017Z] Removing intermediate container 483099f5b7ec [2020-12-15T05:14:15.017Z] ---> 9f950e8d8f91 [2020-12-15T05:14:15.017Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:15.017Z] Removing intermediate container 2c957b1ec794 [2020-12-15T05:14:15.017Z] ---> ff73930c9789 [2020-12-15T05:14:15.017Z] Step 21/22 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:15.017Z] ---> Running in c4263226cfff [2020-12-15T05:14:15.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T05:14:15.326Z] Removing intermediate container 1907d6b596a8 [2020-12-15T05:14:15.326Z] ---> d39a9eab71b5 [2020-12-15T05:14:15.326Z] [2020-12-15T05:14:15.326Z] ---> Running in 2c3a9b2df69b [2020-12-15T05:14:15.668Z] Successfully built d39a9eab71b5 [2020-12-15T05:14:15.668Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T05:14:15.668Z] Removing intermediate container c4263226cfff [2020-12-15T05:14:15.668Z] ---> 96e51944fafd [2020-12-15T05:14:15.668Z] [2020-12-15T05:14:16.657Z]  Building docker-support-scheduler-go ... done Removing intermediate container 2c3a9b2df69b [2020-12-15T05:14:16.657Z] ---> 7e9257c74da9 [2020-12-15T05:14:16.657Z] Step 22/22 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:16.939Z] ---> Running in d5567b3e2227 [2020-12-15T05:14:16.939Z] Successfully built 96e51944fafd [2020-12-15T05:14:16.939Z] Successfully tagged docker-core-command-go:latest [2020-12-15T05:14:17.574Z]  Building docker-core-command-go ... done Removing intermediate container d5567b3e2227 [2020-12-15T05:14:17.574Z] ---> 146868e368cd [2020-12-15T05:14:17.574Z] [2020-12-15T05:14:17.574Z] Successfully built 146868e368cd [2020-12-15T05:14:17.861Z] 0aaae819dd1d: Pushed [2020-12-15T05:14:17.861Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [2020-12-15T05:14:17.893Z] Successfully tagged docker-security-bootstrap-redis-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:18.250Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:18.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:18.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T05:14:18.615Z] 182687c5b24b: Preparing [2020-12-15T05:14:18.615Z] 0aaae819dd1d: Preparing [2020-12-15T05:14:18.615Z] 8914be06403b: Preparing [2020-12-15T05:14:18.615Z] 0aaae819dd1d: Layer already exists [2020-12-15T05:14:18.615Z] 182687c5b24b: Layer already exists [2020-12-15T05:14:18.615Z] 8914be06403b: Layer already exists [2020-12-15T05:14:18.892Z] 2.0.0-dev.10: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:19.269Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:19.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:19.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T05:14:19.637Z] 182687c5b24b: Preparing [2020-12-15T05:14:19.637Z] 0aaae819dd1d: Preparing [2020-12-15T05:14:19.637Z] 8914be06403b: Preparing [2020-12-15T05:14:19.637Z] 8914be06403b: Layer already exists [2020-12-15T05:14:19.637Z] 182687c5b24b: Layer already exists [2020-12-15T05:14:19.637Z] 0aaae819dd1d: Layer already exists [2020-12-15T05:14:19.908Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:20.255Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:20.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-15T05:14:20.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T05:14:20.610Z] 182687c5b24b: Preparing [2020-12-15T05:14:20.610Z] 0aaae819dd1d: Preparing [2020-12-15T05:14:20.610Z] 8914be06403b: Preparing [2020-12-15T05:14:20.610Z] 182687c5b24b: Layer already exists [2020-12-15T05:14:20.892Z] 8914be06403b: Layer already exists [2020-12-15T05:14:20.892Z] 0aaae819dd1d: Layer already exists [2020-12-15T05:14:20.892Z] master: digest: sha256:a8c076acb89177de26e8a2382691c2b2cbd9083f8c54a1a1b52de8455be115c6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:21.150Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:21.217Z] taggedImages: [2020-12-15T05:14:21.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:21.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:21.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:21.217Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-15T05:14:21.306Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-15T05:14:21.306Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:21.306Z] 2.0.0-dev.10 [2020-12-15T05:14:21.306Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:21.306Z] master [2020-12-15T05:14:21.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:21.870Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:22.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:22.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T05:14:22.214Z] 6bb785147c24: Preparing [2020-12-15T05:14:22.214Z] 02866c67a024: Preparing [2020-12-15T05:14:22.214Z] fc3cf5bdcdd4: Preparing [2020-12-15T05:14:22.214Z] 8a1caf8a4539: Preparing [2020-12-15T05:14:22.214Z] fd0e6b552e06: Preparing [2020-12-15T05:14:22.214Z] e934a737d657: Preparing [2020-12-15T05:14:22.214Z] e934a737d657: Waiting [2020-12-15T05:14:22.492Z] fc3cf5bdcdd4: Pushed [2020-12-15T05:14:22.492Z] 6bb785147c24: Pushed [2020-12-15T05:14:22.492Z] fd0e6b552e06: Pushed [2020-12-15T05:14:22.492Z] e934a737d657: Layer already exists [2020-12-15T05:14:23.086Z] 8a1caf8a4539: Pushed [2020-12-15T05:14:25.688Z] 02866c67a024: Pushed [2020-12-15T05:14:25.959Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:26.302Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:26.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:26.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T05:14:26.641Z] 6bb785147c24: Preparing [2020-12-15T05:14:26.641Z] 02866c67a024: Preparing [2020-12-15T05:14:26.641Z] fc3cf5bdcdd4: Preparing [2020-12-15T05:14:26.641Z] 8a1caf8a4539: Preparing [2020-12-15T05:14:26.641Z] fd0e6b552e06: Preparing [2020-12-15T05:14:26.641Z] e934a737d657: Preparing [2020-12-15T05:14:26.641Z] e934a737d657: Waiting [2020-12-15T05:14:26.641Z] 8a1caf8a4539: Layer already exists [2020-12-15T05:14:26.641Z] fc3cf5bdcdd4: Layer already exists [2020-12-15T05:14:26.641Z] fd0e6b552e06: Layer already exists [2020-12-15T05:14:26.641Z] 6bb785147c24: Layer already exists [2020-12-15T05:14:26.641Z] 02866c67a024: Layer already exists [2020-12-15T05:14:26.641Z] e934a737d657: Layer already exists [2020-12-15T05:14:26.911Z] 2.0.0-dev.10: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:27.252Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:27.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:27.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T05:14:27.592Z] 6bb785147c24: Preparing [2020-12-15T05:14:27.592Z] 02866c67a024: Preparing [2020-12-15T05:14:27.592Z] fc3cf5bdcdd4: Preparing [2020-12-15T05:14:27.592Z] 8a1caf8a4539: Preparing [2020-12-15T05:14:27.592Z] fd0e6b552e06: Preparing [2020-12-15T05:14:27.592Z] e934a737d657: Preparing [2020-12-15T05:14:27.592Z] e934a737d657: Waiting [2020-12-15T05:14:27.592Z] fc3cf5bdcdd4: Layer already exists [2020-12-15T05:14:27.592Z] fd0e6b552e06: Layer already exists [2020-12-15T05:14:27.592Z] 6bb785147c24: Layer already exists [2020-12-15T05:14:27.592Z] 8a1caf8a4539: Layer already exists [2020-12-15T05:14:27.592Z] 02866c67a024: Layer already exists [2020-12-15T05:14:27.592Z] e934a737d657: Layer already exists [2020-12-15T05:14:27.863Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:28.205Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:28.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-15T05:14:28.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T05:14:28.565Z] 6bb785147c24: Preparing [2020-12-15T05:14:28.565Z] 02866c67a024: Preparing [2020-12-15T05:14:28.565Z] fc3cf5bdcdd4: Preparing [2020-12-15T05:14:28.565Z] 8a1caf8a4539: Preparing [2020-12-15T05:14:28.565Z] fd0e6b552e06: Preparing [2020-12-15T05:14:28.565Z] e934a737d657: Preparing [2020-12-15T05:14:28.565Z] e934a737d657: Waiting [2020-12-15T05:14:28.565Z] 8a1caf8a4539: Layer already exists [2020-12-15T05:14:28.565Z] 02866c67a024: Layer already exists [2020-12-15T05:14:28.565Z] fd0e6b552e06: Layer already exists [2020-12-15T05:14:28.565Z] 6bb785147c24: Layer already exists [2020-12-15T05:14:28.565Z] fc3cf5bdcdd4: Layer already exists [2020-12-15T05:14:28.565Z] e934a737d657: Layer already exists [2020-12-15T05:14:28.838Z] master: digest: sha256:1547dba0af50db8c018081942d38702ed39c5459c00bdd562dd83a634d6791d9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:29.086Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:29.144Z] taggedImages: [2020-12-15T05:14:29.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:29.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:29.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:29.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-15T05:14:29.225Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-15T05:14:29.225Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:29.225Z] 2.0.0-dev.10 [2020-12-15T05:14:29.225Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:29.225Z] master [2020-12-15T05:14:29.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:29.797Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:30.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:30.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T05:14:30.198Z] e5ef2cc61efc: Preparing [2020-12-15T05:14:30.198Z] 62fb778275a2: Preparing [2020-12-15T05:14:30.198Z] fea687e64c23: Preparing [2020-12-15T05:14:30.489Z] fea687e64c23: Pushed [2020-12-15T05:14:30.489Z] e5ef2cc61efc: Pushed [2020-12-15T05:14:33.872Z] 62fb778275a2: Pushed [2020-12-15T05:14:33.872Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:34.212Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:34.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:34.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T05:14:34.549Z] e5ef2cc61efc: Preparing [2020-12-15T05:14:34.549Z] 62fb778275a2: Preparing [2020-12-15T05:14:34.549Z] fea687e64c23: Preparing [2020-12-15T05:14:34.819Z] fea687e64c23: Layer already exists [2020-12-15T05:14:34.819Z] 62fb778275a2: Layer already exists [2020-12-15T05:14:34.819Z] e5ef2cc61efc: Layer already exists [2020-12-15T05:14:34.819Z] 2.0.0-dev.10: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:35.161Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:35.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:35.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T05:14:35.496Z] e5ef2cc61efc: Preparing [2020-12-15T05:14:35.496Z] 62fb778275a2: Preparing [2020-12-15T05:14:35.496Z] fea687e64c23: Preparing [2020-12-15T05:14:35.766Z] fea687e64c23: Layer already exists [2020-12-15T05:14:35.766Z] e5ef2cc61efc: Layer already exists [2020-12-15T05:14:35.766Z] 62fb778275a2: Layer already exists [2020-12-15T05:14:35.766Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:36.106Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:36.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-15T05:14:36.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T05:14:36.441Z] e5ef2cc61efc: Preparing [2020-12-15T05:14:36.441Z] 62fb778275a2: Preparing [2020-12-15T05:14:36.441Z] fea687e64c23: Preparing [2020-12-15T05:14:36.441Z] fea687e64c23: Layer already exists [2020-12-15T05:14:36.441Z] 62fb778275a2: Layer already exists [2020-12-15T05:14:36.441Z] e5ef2cc61efc: Layer already exists [2020-12-15T05:14:36.712Z] master: digest: sha256:6a89a12b9aee73b7029839a08943fe07d335442f57b3ae85a7750588d24ab7c3 size: 943 [Pipeline] } [2020-12-15T05:14:36.738Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 37cfc76debe5 [2020-12-15T05:14:36.738Z] ---> 7f424a6f7dc4 [2020-12-15T05:14:36.738Z] [2020-12-15T05:14:36.738Z] Step 10/24 : FROM scratch [2020-12-15T05:14:36.738Z] ---> [2020-12-15T05:14:36.738Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T05:14:36.738Z] ---> Running in 7d40bd3e26cc [2020-12-15T05:14:36.738Z] Removing intermediate container 7d40bd3e26cc [2020-12-15T05:14:36.738Z] ---> fddf7a7dc293 [2020-12-15T05:14:36.738Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T05:14:36.738Z] ---> Running in db2e2f027c8b [2020-12-15T05:14:36.738Z] Removing intermediate container db2e2f027c8b [2020-12-15T05:14:36.738Z] ---> 0e0646baf8b9 [2020-12-15T05:14:36.738Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T05:14:36.738Z] ---> Running in cce80caa88ea [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:36.940Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:37.006Z] taggedImages: [2020-12-15T05:14:37.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:37.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:37.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:37.006Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-15T05:14:37.029Z] Removing intermediate container 5c27fcee96d0 [2020-12-15T05:14:37.029Z] ---> 44434f06e950 [2020-12-15T05:14:37.029Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T05:14:37.029Z] Removing intermediate container cce80caa88ea [2020-12-15T05:14:37.029Z] ---> ec568466c32e [2020-12-15T05:14:37.029Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [Pipeline] echo [2020-12-15T05:14:37.083Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-15T05:14:37.083Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:37.083Z] 2.0.0-dev.10 [2020-12-15T05:14:37.083Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:37.083Z] master [2020-12-15T05:14:37.083Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:37.332Z] ---> Running in 961ea1281fb8 [2020-12-15T05:14:37.649Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:37.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:37.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T05:14:37.983Z] 99601c75e472: Preparing [2020-12-15T05:14:37.983Z] 1d7fad764536: Preparing [2020-12-15T05:14:37.983Z] 333d3f6ab5de: Preparing [2020-12-15T05:14:37.983Z] 0dab15e536d5: Preparing [2020-12-15T05:14:37.983Z] c1ae50a17730: Preparing [2020-12-15T05:14:37.983Z] a36fac189d76: Preparing [2020-12-15T05:14:37.983Z] 66b385cf80cf: Preparing [2020-12-15T05:14:37.983Z] a36fac189d76: Waiting [2020-12-15T05:14:37.983Z] 66b385cf80cf: Waiting [2020-12-15T05:14:37.992Z] ---> 210010d03e41 [2020-12-15T05:14:37.992Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T05:14:38.265Z] c1ae50a17730: Pushed [2020-12-15T05:14:38.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.10" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T05:14:38.538Z] 99601c75e472: Pushed [2020-12-15T05:14:38.538Z] 333d3f6ab5de: Pushed [2020-12-15T05:14:38.538Z] 1d7fad764536: Pushed [2020-12-15T05:14:38.538Z] 66b385cf80cf: Layer already exists [2020-12-15T05:14:39.130Z] a36fac189d76: Pushed [2020-12-15T05:14:39.806Z] ---> 80fb82ef2a29 [2020-12-15T05:14:39.806Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T05:14:40.554Z] 0dab15e536d5: Pushed [2020-12-15T05:14:40.554Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:40.904Z] ---> 5b5b00baa40b [2020-12-15T05:14:40.904Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T05:14:40.909Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:41.180Z] Removing intermediate container 961ea1281fb8 [2020-12-15T05:14:41.181Z] ---> 3f5b03162a9f [2020-12-15T05:14:41.181Z] [2020-12-15T05:14:41.181Z] Step 11/27 : FROM docker:latest [2020-12-15T05:14:41.181Z] ---> aefe523efa57 [2020-12-15T05:14:41.181Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T05:14:41.181Z] ---> Running in e8cf05d90410 [2020-12-15T05:14:41.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:41.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T05:14:41.275Z] 99601c75e472: Preparing [2020-12-15T05:14:41.275Z] 1d7fad764536: Preparing [2020-12-15T05:14:41.275Z] 333d3f6ab5de: Preparing [2020-12-15T05:14:41.275Z] 0dab15e536d5: Preparing [2020-12-15T05:14:41.275Z] c1ae50a17730: Preparing [2020-12-15T05:14:41.275Z] a36fac189d76: Preparing [2020-12-15T05:14:41.275Z] 66b385cf80cf: Preparing [2020-12-15T05:14:41.275Z] a36fac189d76: Waiting [2020-12-15T05:14:41.275Z] 66b385cf80cf: Waiting [2020-12-15T05:14:41.462Z] ---> ff413856c2ce [2020-12-15T05:14:41.462Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T05:14:41.554Z] c1ae50a17730: Layer already exists [2020-12-15T05:14:41.554Z] 0dab15e536d5: Layer already exists [2020-12-15T05:14:41.554Z] 1d7fad764536: Layer already exists [2020-12-15T05:14:41.554Z] 333d3f6ab5de: Layer already exists [2020-12-15T05:14:41.554Z] 99601c75e472: Layer already exists [2020-12-15T05:14:41.554Z] 66b385cf80cf: Layer already exists [2020-12-15T05:14:41.554Z] a36fac189d76: Layer already exists [2020-12-15T05:14:41.555Z] 2.0.0-dev.10: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:41.931Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:42.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:42.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T05:14:42.308Z] 99601c75e472: Preparing [2020-12-15T05:14:42.308Z] 1d7fad764536: Preparing [2020-12-15T05:14:42.308Z] 333d3f6ab5de: Preparing [2020-12-15T05:14:42.308Z] 0dab15e536d5: Preparing [2020-12-15T05:14:42.308Z] c1ae50a17730: Preparing [2020-12-15T05:14:42.308Z] a36fac189d76: Preparing [2020-12-15T05:14:42.308Z] 66b385cf80cf: Preparing [2020-12-15T05:14:42.308Z] a36fac189d76: Waiting [2020-12-15T05:14:42.585Z] 99601c75e472: Layer already exists [2020-12-15T05:14:42.585Z] 0dab15e536d5: Layer already exists [2020-12-15T05:14:42.585Z] c1ae50a17730: Layer already exists [2020-12-15T05:14:42.585Z] 333d3f6ab5de: Layer already exists [2020-12-15T05:14:42.585Z] 1d7fad764536: Layer already exists [2020-12-15T05:14:42.585Z] a36fac189d76: Layer already exists [2020-12-15T05:14:42.585Z] 66b385cf80cf: Layer already exists [2020-12-15T05:14:42.585Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:42.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:14:42.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:14:42.932Z] + 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-15T05:14:43.149Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T05:14:43.149Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T05:14:43.149Z] Executing bash-5.0.17-r0.post-install [2020-12-15T05:14:43.149Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:14:43.149Z] OK: 12 MiB in 22 packages [2020-12-15T05:14:43.149Z] ---> 610b28c72862 [2020-12-15T05:14:43.149Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T05:14:43.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-15T05:14:43.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T05:14:43.263Z] 99601c75e472: Preparing [2020-12-15T05:14:43.263Z] 1d7fad764536: Preparing [2020-12-15T05:14:43.263Z] 333d3f6ab5de: Preparing [2020-12-15T05:14:43.263Z] 0dab15e536d5: Preparing [2020-12-15T05:14:43.263Z] c1ae50a17730: Preparing [2020-12-15T05:14:43.263Z] a36fac189d76: Preparing [2020-12-15T05:14:43.263Z] 66b385cf80cf: Preparing [2020-12-15T05:14:43.263Z] a36fac189d76: Waiting [2020-12-15T05:14:43.263Z] 66b385cf80cf: Waiting [2020-12-15T05:14:43.532Z] 99601c75e472: Layer already exists [2020-12-15T05:14:43.532Z] 0dab15e536d5: Layer already exists [2020-12-15T05:14:43.532Z] 333d3f6ab5de: Layer already exists [2020-12-15T05:14:43.532Z] c1ae50a17730: Layer already exists [2020-12-15T05:14:43.532Z] 1d7fad764536: Layer already exists [2020-12-15T05:14:43.532Z] 66b385cf80cf: Layer already exists [2020-12-15T05:14:43.532Z] a36fac189d76: Layer already exists [2020-12-15T05:14:43.532Z] master: digest: sha256:1585301ac5c8ab675206067b15b91a64f4ce8abf5f50d6036e23ae3c1de3fea4 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:43.797Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:43.855Z] taggedImages: [2020-12-15T05:14:43.855Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:43.855Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:43.855Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:43.855Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-15T05:14:43.937Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-15T05:14:43.937Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:43.937Z] 2.0.0-dev.10 [2020-12-15T05:14:43.937Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:43.937Z] master [2020-12-15T05:14:43.937Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-15T05:14:43.992Z] ---> 7ca4977fbf88 [2020-12-15T05:14:43.992Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T05:14:43.992Z] ---> Running in 1a0a2ccad957 [2020-12-15T05:14:43.992Z] Removing intermediate container e8cf05d90410 [2020-12-15T05:14:43.992Z] ---> 8467f736c083 [2020-12-15T05:14:43.992Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:44.285Z] ---> Running in 6f7d678fb769 [2020-12-15T05:14:44.285Z] Removing intermediate container 1a0a2ccad957 [2020-12-15T05:14:44.285Z] ---> 8a0ce10b625b [2020-12-15T05:14:44.285Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:14:44.481Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:44.555Z] ---> Running in 3b2b02813c5a [2020-12-15T05:14:44.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:44.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T05:14:44.813Z] 510a09ac6028: Preparing [2020-12-15T05:14:44.813Z] 8129ba3f69ba: Preparing [2020-12-15T05:14:44.813Z] c3d653901971: Preparing [2020-12-15T05:14:44.813Z] b8f2381f87ec: Preparing [2020-12-15T05:14:44.813Z] 4f8421f5fe20: Preparing [2020-12-15T05:14:44.813Z] e934a737d657: Preparing [2020-12-15T05:14:44.813Z] e934a737d657: Waiting [2020-12-15T05:14:44.820Z] Removing intermediate container 3b2b02813c5a [2020-12-15T05:14:44.820Z] ---> 4a7bce93973b [2020-12-15T05:14:44.820Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T05:14:45.086Z] ---> Running in 3a4c497065ea [2020-12-15T05:14:45.086Z] Removing intermediate container 3a4c497065ea [2020-12-15T05:14:45.086Z] ---> b80b0e05f900 [2020-12-15T05:14:45.086Z] Step 23/24 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:45.365Z] ---> Running in edd8ee545cbf [2020-12-15T05:14:45.409Z] b8f2381f87ec: Pushed [2020-12-15T05:14:45.409Z] c3d653901971: Pushed [2020-12-15T05:14:45.409Z] e934a737d657: Layer already exists [2020-12-15T05:14:45.409Z] 4f8421f5fe20: Pushed [2020-12-15T05:14:45.641Z] Removing intermediate container 6f7d678fb769 [2020-12-15T05:14:45.641Z] ---> 5c34c2e75d98 [2020-12-15T05:14:45.641Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T05:14:45.641Z] Removing intermediate container edd8ee545cbf [2020-12-15T05:14:45.641Z] ---> f2e70a2036a8 [2020-12-15T05:14:45.641Z] Step 24/24 : LABEL version=2.0.0-dev.10 [2020-12-15T05:14:46.625Z] ---> Running in e01917c216de [2020-12-15T05:14:46.625Z] ---> Running in eb3a6dfd560d [2020-12-15T05:14:46.893Z] Removing intermediate container e01917c216de [2020-12-15T05:14:46.893Z] ---> cf0b79e99415 [2020-12-15T05:14:46.893Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T05:14:47.159Z] Removing intermediate container eb3a6dfd560d [2020-12-15T05:14:47.159Z] ---> 03ac3d628bf6 [2020-12-15T05:14:47.159Z] [2020-12-15T05:14:47.159Z] ---> Running in 5c210befde3d [2020-12-15T05:14:47.377Z] 510a09ac6028: Pushed [2020-12-15T05:14:47.377Z] 8129ba3f69ba: Pushed [2020-12-15T05:14:47.377Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:47.427Z] Successfully built 03ac3d628bf6 [2020-12-15T05:14:47.427Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T05:14:47.427Z]  Building docker-support-notifications-go ... done Removing intermediate container 5c210befde3d [2020-12-15T05:14:47.427Z] ---> 93f6c58d182c [2020-12-15T05:14:47.427Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T05:14:47.427Z] ---> Running in 109418145d6a [2020-12-15T05:14:47.715Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:47.724Z] Removing intermediate container 109418145d6a [2020-12-15T05:14:47.724Z] ---> 3756b26d5976 [2020-12-15T05:14:47.724Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:48.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:48.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T05:14:48.052Z] 510a09ac6028: Preparing [2020-12-15T05:14:48.052Z] 8129ba3f69ba: Preparing [2020-12-15T05:14:48.052Z] c3d653901971: Preparing [2020-12-15T05:14:48.052Z] b8f2381f87ec: Preparing [2020-12-15T05:14:48.052Z] 4f8421f5fe20: Preparing [2020-12-15T05:14:48.052Z] e934a737d657: Preparing [2020-12-15T05:14:48.052Z] e934a737d657: Waiting [2020-12-15T05:14:48.052Z] b8f2381f87ec: Layer already exists [2020-12-15T05:14:48.052Z] 4f8421f5fe20: Layer already exists [2020-12-15T05:14:48.052Z] 8129ba3f69ba: Layer already exists [2020-12-15T05:14:48.052Z] 510a09ac6028: Layer already exists [2020-12-15T05:14:48.052Z] c3d653901971: Layer already exists [2020-12-15T05:14:48.052Z] e934a737d657: Layer already exists [2020-12-15T05:14:48.321Z] 2.0.0-dev.10: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:48.662Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:48.705Z] ---> 1e857cd7fd78 [2020-12-15T05:14:48.705Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T05:14:49.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:49.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T05:14:49.001Z] 510a09ac6028: Preparing [2020-12-15T05:14:49.001Z] 8129ba3f69ba: Preparing [2020-12-15T05:14:49.001Z] c3d653901971: Preparing [2020-12-15T05:14:49.001Z] b8f2381f87ec: Preparing [2020-12-15T05:14:49.001Z] 4f8421f5fe20: Preparing [2020-12-15T05:14:49.001Z] e934a737d657: Preparing [2020-12-15T05:14:49.001Z] e934a737d657: Waiting [2020-12-15T05:14:49.001Z] 510a09ac6028: Layer already exists [2020-12-15T05:14:49.001Z] b8f2381f87ec: Layer already exists [2020-12-15T05:14:49.001Z] c3d653901971: Layer already exists [2020-12-15T05:14:49.001Z] 8129ba3f69ba: Layer already exists [2020-12-15T05:14:49.001Z] 4f8421f5fe20: Layer already exists [2020-12-15T05:14:49.271Z] e934a737d657: Layer already exists [2020-12-15T05:14:49.271Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:49.308Z] ---> 99cd8edc990c [2020-12-15T05:14:49.308Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T05:14:49.612Z] + 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-15T05:14:49.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-15T05:14:49.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T05:14:49.952Z] 510a09ac6028: Preparing [2020-12-15T05:14:49.952Z] 8129ba3f69ba: Preparing [2020-12-15T05:14:49.952Z] c3d653901971: Preparing [2020-12-15T05:14:49.952Z] b8f2381f87ec: Preparing [2020-12-15T05:14:49.952Z] 4f8421f5fe20: Preparing [2020-12-15T05:14:49.952Z] e934a737d657: Preparing [2020-12-15T05:14:49.952Z] e934a737d657: Waiting [2020-12-15T05:14:49.952Z] 510a09ac6028: Layer already exists [2020-12-15T05:14:49.952Z] c3d653901971: Layer already exists [2020-12-15T05:14:49.952Z] b8f2381f87ec: Layer already exists [2020-12-15T05:14:49.952Z] 4f8421f5fe20: Layer already exists [2020-12-15T05:14:49.952Z] 8129ba3f69ba: Layer already exists [2020-12-15T05:14:49.952Z] e934a737d657: Layer already exists [2020-12-15T05:14:49.992Z] ---> f8eebb46f515 [2020-12-15T05:14:49.992Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T05:14:49.992Z] ---> Running in 8deee73bd992 [2020-12-15T05:14:50.223Z] master: digest: sha256:a64e35d2c90f7e07dde2bae1008045faaa68b2d3f1978135902afa621077927d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:50.479Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:50.548Z] taggedImages: [2020-12-15T05:14:50.548Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:50.548Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:50.548Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:50.548Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-15T05:14:50.624Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-15T05:14:50.624Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:50.624Z] 2.0.0-dev.10 [2020-12-15T05:14:50.624Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:50.624Z] master [2020-12-15T05:14:50.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:50.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:14:50.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:14:50.960Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T05:14:50.960Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T05:14:51.162Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:51.230Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T05:14:51.230Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T05:14:51.230Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T05:14:51.230Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T05:14:51.230Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T05:14:51.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:51.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T05:14:51.504Z] 6f84d3557798: Preparing [2020-12-15T05:14:51.504Z] d8514204735d: Preparing [2020-12-15T05:14:51.504Z] 7aca27f7677e: Preparing [2020-12-15T05:14:51.504Z] 2d999d817deb: Preparing [2020-12-15T05:14:51.504Z] 2d999d817deb: Preparing [2020-12-15T05:14:51.504Z] 88258508414e: Preparing [2020-12-15T05:14:51.504Z] ad95a8787f92: Preparing [2020-12-15T05:14:51.504Z] 84d63b2d0e3f: Preparing [2020-12-15T05:14:51.504Z] 6f84d3557798: Preparing [2020-12-15T05:14:51.504Z] 63523ea94548: Preparing [2020-12-15T05:14:51.504Z] 237d728e5d15: Preparing [2020-12-15T05:14:51.504Z] dd04ce2b1d55: Preparing [2020-12-15T05:14:51.504Z] e934a737d657: Preparing [2020-12-15T05:14:51.504Z] 63523ea94548: Waiting [2020-12-15T05:14:51.504Z] 237d728e5d15: Waiting [2020-12-15T05:14:51.504Z] ad95a8787f92: Waiting [2020-12-15T05:14:51.504Z] dd04ce2b1d55: Waiting [2020-12-15T05:14:51.504Z] 84d63b2d0e3f: Waiting [2020-12-15T05:14:51.504Z] e934a737d657: Waiting [2020-12-15T05:14:51.776Z] 88258508414e: Pushed [2020-12-15T05:14:51.776Z] 7aca27f7677e: Pushed [2020-12-15T05:14:52.049Z] 2d999d817deb: Pushed [2020-12-15T05:14:52.049Z] d8514204735d: Pushed [2020-12-15T05:14:52.049Z] ad95a8787f92: Pushed [2020-12-15T05:14:52.049Z] 84d63b2d0e3f: Pushed [2020-12-15T05:14:52.049Z] 63523ea94548: Pushed [2020-12-15T05:14:52.049Z] 237d728e5d15: Pushed [2020-12-15T05:14:52.326Z] e934a737d657: Layer already exists [2020-12-15T05:14:52.608Z] dd04ce2b1d55: Pushed [2020-12-15T05:14:52.678Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T05:14:52.678Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T05:14:52.678Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T05:14:52.678Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T05:14:52.678Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T05:14:52.678Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T05:14:52.678Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T05:14:52.965Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T05:14:52.965Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T05:14:52.965Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T05:14:52.965Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T05:14:52.965Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T05:14:52.965Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T05:14:52.965Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T05:14:52.965Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T05:14:53.245Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T05:14:53.245Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T05:14:53.245Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T05:14:53.245Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T05:14:53.245Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T05:14:53.245Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T05:14:53.245Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T05:14:53.245Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T05:14:53.245Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T05:14:53.245Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T05:14:53.245Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T05:14:53.518Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:14:53.518Z] OK: 71 MiB in 55 packages [2020-12-15T05:14:54.071Z] 6f84d3557798: Pushed [2020-12-15T05:14:54.071Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:54.693Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:55.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:55.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T05:14:55.069Z] 6f84d3557798: Preparing [2020-12-15T05:14:55.069Z] d8514204735d: Preparing [2020-12-15T05:14:55.069Z] 7aca27f7677e: Preparing [2020-12-15T05:14:55.069Z] 2d999d817deb: Preparing [2020-12-15T05:14:55.069Z] 2d999d817deb: Preparing [2020-12-15T05:14:55.069Z] 88258508414e: Preparing [2020-12-15T05:14:55.069Z] ad95a8787f92: Preparing [2020-12-15T05:14:55.069Z] 84d63b2d0e3f: Preparing [2020-12-15T05:14:55.069Z] 6f84d3557798: Preparing [2020-12-15T05:14:55.069Z] 63523ea94548: Preparing [2020-12-15T05:14:55.069Z] 237d728e5d15: Preparing [2020-12-15T05:14:55.069Z] dd04ce2b1d55: Preparing [2020-12-15T05:14:55.069Z] e934a737d657: Preparing [2020-12-15T05:14:55.069Z] dd04ce2b1d55: Waiting [2020-12-15T05:14:55.069Z] 63523ea94548: Waiting [2020-12-15T05:14:55.069Z] 237d728e5d15: Waiting [2020-12-15T05:14:55.069Z] e934a737d657: Waiting [2020-12-15T05:14:55.069Z] ad95a8787f92: Waiting [2020-12-15T05:14:55.069Z] 84d63b2d0e3f: Waiting [2020-12-15T05:14:55.069Z] d8514204735d: Layer already exists [2020-12-15T05:14:55.069Z] 2d999d817deb: Layer already exists [2020-12-15T05:14:55.069Z] 7aca27f7677e: Layer already exists [2020-12-15T05:14:55.069Z] 6f84d3557798: Layer already exists [2020-12-15T05:14:55.069Z] 88258508414e: Layer already exists [2020-12-15T05:14:55.357Z] dd04ce2b1d55: Layer already exists [2020-12-15T05:14:55.357Z] 84d63b2d0e3f: Layer already exists [2020-12-15T05:14:55.357Z] 63523ea94548: Layer already exists [2020-12-15T05:14:55.357Z] ad95a8787f92: Layer already exists [2020-12-15T05:14:55.357Z] 237d728e5d15: Layer already exists [2020-12-15T05:14:55.357Z] e934a737d657: Layer already exists [2020-12-15T05:14:55.357Z] 2.0.0-dev.10: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:55.752Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:56.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:56.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T05:14:56.133Z] 6f84d3557798: Preparing [2020-12-15T05:14:56.133Z] d8514204735d: Preparing [2020-12-15T05:14:56.133Z] 7aca27f7677e: Preparing [2020-12-15T05:14:56.133Z] 2d999d817deb: Preparing [2020-12-15T05:14:56.133Z] 2d999d817deb: Preparing [2020-12-15T05:14:56.133Z] 88258508414e: Preparing [2020-12-15T05:14:56.133Z] ad95a8787f92: Preparing [2020-12-15T05:14:56.133Z] 84d63b2d0e3f: Preparing [2020-12-15T05:14:56.133Z] 6f84d3557798: Preparing [2020-12-15T05:14:56.133Z] 63523ea94548: Preparing [2020-12-15T05:14:56.133Z] 237d728e5d15: Preparing [2020-12-15T05:14:56.133Z] dd04ce2b1d55: Preparing [2020-12-15T05:14:56.133Z] e934a737d657: Preparing [2020-12-15T05:14:56.133Z] ad95a8787f92: Waiting [2020-12-15T05:14:56.133Z] 84d63b2d0e3f: Waiting [2020-12-15T05:14:56.133Z] 63523ea94548: Waiting [2020-12-15T05:14:56.133Z] 237d728e5d15: Waiting [2020-12-15T05:14:56.133Z] dd04ce2b1d55: Waiting [2020-12-15T05:14:56.133Z] e934a737d657: Waiting [2020-12-15T05:14:56.133Z] 7aca27f7677e: Layer already exists [2020-12-15T05:14:56.133Z] d8514204735d: Layer already exists [2020-12-15T05:14:56.133Z] 6f84d3557798: Layer already exists [2020-12-15T05:14:56.401Z] 88258508414e: Layer already exists [2020-12-15T05:14:56.401Z] 2d999d817deb: Layer already exists [2020-12-15T05:14:56.401Z] ad95a8787f92: Layer already exists [2020-12-15T05:14:56.401Z] 84d63b2d0e3f: Layer already exists [2020-12-15T05:14:56.401Z] 237d728e5d15: Layer already exists [2020-12-15T05:14:56.401Z] 63523ea94548: Layer already exists [2020-12-15T05:14:56.401Z] dd04ce2b1d55: Layer already exists [2020-12-15T05:14:56.401Z] e934a737d657: Layer already exists [2020-12-15T05:14:56.401Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:56.743Z] + 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-15T05:14:57.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-15T05:14:57.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T05:14:57.088Z] 6f84d3557798: Preparing [2020-12-15T05:14:57.088Z] d8514204735d: Preparing [2020-12-15T05:14:57.088Z] 7aca27f7677e: Preparing [2020-12-15T05:14:57.088Z] 2d999d817deb: Preparing [2020-12-15T05:14:57.088Z] 2d999d817deb: Preparing [2020-12-15T05:14:57.088Z] 88258508414e: Preparing [2020-12-15T05:14:57.088Z] ad95a8787f92: Preparing [2020-12-15T05:14:57.088Z] 84d63b2d0e3f: Preparing [2020-12-15T05:14:57.088Z] 6f84d3557798: Preparing [2020-12-15T05:14:57.088Z] 63523ea94548: Preparing [2020-12-15T05:14:57.088Z] 237d728e5d15: Preparing [2020-12-15T05:14:57.088Z] dd04ce2b1d55: Preparing [2020-12-15T05:14:57.088Z] e934a737d657: Preparing [2020-12-15T05:14:57.088Z] 84d63b2d0e3f: Waiting [2020-12-15T05:14:57.088Z] 63523ea94548: Waiting [2020-12-15T05:14:57.088Z] 237d728e5d15: Waiting [2020-12-15T05:14:57.088Z] dd04ce2b1d55: Waiting [2020-12-15T05:14:57.088Z] e934a737d657: Waiting [2020-12-15T05:14:57.088Z] ad95a8787f92: Waiting [2020-12-15T05:14:57.359Z] 6f84d3557798: Layer already exists [2020-12-15T05:14:57.359Z] 2d999d817deb: Layer already exists [2020-12-15T05:14:57.359Z] 88258508414e: Layer already exists [2020-12-15T05:14:57.359Z] d8514204735d: Layer already exists [2020-12-15T05:14:57.359Z] 7aca27f7677e: Layer already exists [2020-12-15T05:14:57.359Z] 237d728e5d15: Layer already exists [2020-12-15T05:14:57.359Z] ad95a8787f92: Layer already exists [2020-12-15T05:14:57.359Z] 84d63b2d0e3f: Layer already exists [2020-12-15T05:14:57.359Z] 63523ea94548: Layer already exists [2020-12-15T05:14:57.359Z] dd04ce2b1d55: Layer already exists [2020-12-15T05:14:57.359Z] e934a737d657: Layer already exists [2020-12-15T05:14:57.359Z] master: digest: sha256:4bd4e1d812e4c557c02e0a463def97eeb90c9f370dac5e2e9b1f621c67a05654 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:14:57.560Z] ===================================================== [Pipeline] echo [2020-12-15T05:14:57.617Z] taggedImages: [2020-12-15T05:14:57.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:57.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:14:57.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:57.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-15T05:14:57.682Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-15T05:14:57.682Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:57.682Z] 2.0.0-dev.10 [2020-12-15T05:14:57.682Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:14:57.682Z] master [2020-12-15T05:14:57.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:58.191Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:14:58.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:14:58.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T05:14:58.537Z] d706bd4f7c47: Preparing [2020-12-15T05:14:58.537Z] 878bea7ffc0a: Preparing [2020-12-15T05:14:58.537Z] fd2b9bc8bd25: Preparing [2020-12-15T05:14:58.537Z] 51f8fd1d9f40: Preparing [2020-12-15T05:14:58.537Z] 26c127d72f9f: Preparing [2020-12-15T05:14:58.537Z] bffae2f5d7e9: Preparing [2020-12-15T05:14:58.537Z] 63ca69234e3a: Preparing [2020-12-15T05:14:58.537Z] a36fac189d76: Preparing [2020-12-15T05:14:58.537Z] 66b385cf80cf: Preparing [2020-12-15T05:14:58.537Z] bffae2f5d7e9: Waiting [2020-12-15T05:14:58.537Z] a36fac189d76: Waiting [2020-12-15T05:14:58.537Z] 63ca69234e3a: Waiting [2020-12-15T05:14:58.537Z] 66b385cf80cf: Waiting [2020-12-15T05:14:58.816Z] 26c127d72f9f: Pushed [2020-12-15T05:14:58.816Z] d706bd4f7c47: Pushed [2020-12-15T05:14:58.816Z] 878bea7ffc0a: Pushed [2020-12-15T05:14:59.090Z] a36fac189d76: Layer already exists [2020-12-15T05:14:59.090Z] 66b385cf80cf: Layer already exists [2020-12-15T05:14:59.090Z] bffae2f5d7e9: Pushed [2020-12-15T05:14:59.090Z] 63ca69234e3a: Pushed [2020-12-15T05:15:01.058Z] 51f8fd1d9f40: Pushed [2020-12-15T05:15:01.058Z] fd2b9bc8bd25: Pushed [2020-12-15T05:15:01.058Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:01.401Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:01.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:01.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T05:15:01.739Z] d706bd4f7c47: Preparing [2020-12-15T05:15:01.739Z] 878bea7ffc0a: Preparing [2020-12-15T05:15:01.739Z] fd2b9bc8bd25: Preparing [2020-12-15T05:15:01.739Z] 51f8fd1d9f40: Preparing [2020-12-15T05:15:01.739Z] 26c127d72f9f: Preparing [2020-12-15T05:15:01.739Z] bffae2f5d7e9: Preparing [2020-12-15T05:15:01.739Z] 63ca69234e3a: Preparing [2020-12-15T05:15:01.739Z] a36fac189d76: Preparing [2020-12-15T05:15:01.739Z] 66b385cf80cf: Preparing [2020-12-15T05:15:01.739Z] 63ca69234e3a: Waiting [2020-12-15T05:15:01.739Z] a36fac189d76: Waiting [2020-12-15T05:15:01.739Z] 66b385cf80cf: Waiting [2020-12-15T05:15:01.739Z] bffae2f5d7e9: Waiting [2020-12-15T05:15:02.011Z] 26c127d72f9f: Layer already exists [2020-12-15T05:15:02.011Z] 51f8fd1d9f40: Layer already exists [2020-12-15T05:15:02.011Z] fd2b9bc8bd25: Layer already exists [2020-12-15T05:15:02.011Z] 878bea7ffc0a: Layer already exists [2020-12-15T05:15:02.011Z] d706bd4f7c47: Layer already exists [2020-12-15T05:15:02.011Z] bffae2f5d7e9: Layer already exists [2020-12-15T05:15:02.011Z] 63ca69234e3a: Layer already exists [2020-12-15T05:15:02.011Z] 66b385cf80cf: Layer already exists [2020-12-15T05:15:02.011Z] a36fac189d76: Layer already exists [2020-12-15T05:15:02.288Z] 2.0.0-dev.10: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:02.647Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:03.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:03.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T05:15:03.008Z] d706bd4f7c47: Preparing [2020-12-15T05:15:03.008Z] 878bea7ffc0a: Preparing [2020-12-15T05:15:03.008Z] fd2b9bc8bd25: Preparing [2020-12-15T05:15:03.008Z] 51f8fd1d9f40: Preparing [2020-12-15T05:15:03.008Z] 26c127d72f9f: Preparing [2020-12-15T05:15:03.008Z] bffae2f5d7e9: Preparing [2020-12-15T05:15:03.008Z] 63ca69234e3a: Preparing [2020-12-15T05:15:03.008Z] a36fac189d76: Preparing [2020-12-15T05:15:03.008Z] 66b385cf80cf: Preparing [2020-12-15T05:15:03.008Z] 63ca69234e3a: Waiting [2020-12-15T05:15:03.008Z] a36fac189d76: Waiting [2020-12-15T05:15:03.008Z] 66b385cf80cf: Waiting [2020-12-15T05:15:03.008Z] bffae2f5d7e9: Waiting [2020-12-15T05:15:03.282Z] d706bd4f7c47: Layer already exists [2020-12-15T05:15:03.282Z] 878bea7ffc0a: Layer already exists [2020-12-15T05:15:03.282Z] 26c127d72f9f: Layer already exists [2020-12-15T05:15:03.282Z] fd2b9bc8bd25: Layer already exists [2020-12-15T05:15:03.282Z] 51f8fd1d9f40: Layer already exists [2020-12-15T05:15:03.282Z] 63ca69234e3a: Layer already exists [2020-12-15T05:15:03.282Z] 66b385cf80cf: Layer already exists [2020-12-15T05:15:03.282Z] bffae2f5d7e9: Layer already exists [2020-12-15T05:15:03.283Z] a36fac189d76: Layer already exists [2020-12-15T05:15:03.283Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:03.649Z] + 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-15T05:15:03.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-15T05:15:03.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T05:15:03.987Z] d706bd4f7c47: Preparing [2020-12-15T05:15:03.987Z] 878bea7ffc0a: Preparing [2020-12-15T05:15:03.987Z] fd2b9bc8bd25: Preparing [2020-12-15T05:15:03.987Z] 51f8fd1d9f40: Preparing [2020-12-15T05:15:03.987Z] 26c127d72f9f: Preparing [2020-12-15T05:15:03.987Z] bffae2f5d7e9: Preparing [2020-12-15T05:15:03.987Z] 63ca69234e3a: Preparing [2020-12-15T05:15:03.987Z] a36fac189d76: Preparing [2020-12-15T05:15:03.987Z] 66b385cf80cf: Preparing [2020-12-15T05:15:03.987Z] bffae2f5d7e9: Waiting [2020-12-15T05:15:03.987Z] 63ca69234e3a: Waiting [2020-12-15T05:15:03.987Z] 66b385cf80cf: Waiting [2020-12-15T05:15:04.256Z] fd2b9bc8bd25: Layer already exists [2020-12-15T05:15:04.256Z] d706bd4f7c47: Layer already exists [2020-12-15T05:15:04.256Z] 51f8fd1d9f40: Layer already exists [2020-12-15T05:15:04.256Z] 878bea7ffc0a: Layer already exists [2020-12-15T05:15:04.256Z] 26c127d72f9f: Layer already exists [2020-12-15T05:15:04.256Z] a36fac189d76: Layer already exists [2020-12-15T05:15:04.256Z] 66b385cf80cf: Layer already exists [2020-12-15T05:15:04.256Z] 63ca69234e3a: Layer already exists [2020-12-15T05:15:04.256Z] bffae2f5d7e9: Layer already exists [2020-12-15T05:15:04.256Z] master: digest: sha256:0c9faa592a89373c72d4b30345f88bb23df1ca324540564dfec2c90a3c397afa size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:04.463Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:04.517Z] taggedImages: [2020-12-15T05:15:04.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:04.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:04.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:04.517Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-15T05:15:04.764Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-15T05:15:04.764Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:04.764Z] 2.0.0-dev.10 [2020-12-15T05:15:04.764Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:04.764Z] master [2020-12-15T05:15:04.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:05.290Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:05.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:05.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T05:15:05.923Z] 15ed56417a6b: Preparing [2020-12-15T05:15:05.923Z] c0023c4e95ff: Preparing [2020-12-15T05:15:05.923Z] c459d2571704: Preparing [2020-12-15T05:15:05.923Z] 67ce867d9a3e: Preparing [2020-12-15T05:15:05.923Z] 7518cfa11494: Preparing [2020-12-15T05:15:05.923Z] 6c69069971cc: Preparing [2020-12-15T05:15:05.923Z] 6c69069971cc: Waiting [2020-12-15T05:15:06.135Z] Removing intermediate container 8deee73bd992 [2020-12-15T05:15:06.136Z] ---> d7aee2fa101a [2020-12-15T05:15:06.136Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T05:15:06.136Z] ---> Running in e3adceb994ac [2020-12-15T05:15:06.231Z] c459d2571704: Pushed [2020-12-15T05:15:06.231Z] 15ed56417a6b: Pushed [2020-12-15T05:15:06.231Z] 67ce867d9a3e: Pushed [2020-12-15T05:15:06.532Z] 7518cfa11494: Pushed [2020-12-15T05:15:06.829Z] 6c69069971cc: Pushed [2020-12-15T05:15:07.670Z] Collecting docker-compose==1.23.2 [2020-12-15T05:15:08.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T05:15:08.810Z] c0023c4e95ff: Pushed [2020-12-15T05:15:08.914Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T05:15:08.914Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T05:15:08.914Z] 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-15T05:15:09.081Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:09.182Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T05:15:09.182Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T05:15:09.426Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:09.460Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T05:15:09.460Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T05:15:09.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:09.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T05:15:09.761Z] 15ed56417a6b: Preparing [2020-12-15T05:15:09.761Z] c0023c4e95ff: Preparing [2020-12-15T05:15:09.761Z] c459d2571704: Preparing [2020-12-15T05:15:09.761Z] 67ce867d9a3e: Preparing [2020-12-15T05:15:09.761Z] 7518cfa11494: Preparing [2020-12-15T05:15:09.761Z] 6c69069971cc: Preparing [2020-12-15T05:15:09.761Z] 6c69069971cc: Waiting [2020-12-15T05:15:09.761Z] 67ce867d9a3e: Layer already exists [2020-12-15T05:15:09.761Z] 7518cfa11494: Layer already exists [2020-12-15T05:15:10.034Z] 15ed56417a6b: Layer already exists [2020-12-15T05:15:10.034Z] c0023c4e95ff: Layer already exists [2020-12-15T05:15:10.034Z] c459d2571704: Layer already exists [2020-12-15T05:15:10.034Z] 6c69069971cc: Layer already exists [2020-12-15T05:15:10.034Z] 2.0.0-dev.10: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:10.378Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:10.498Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T05:15:10.498Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T05:15:10.498Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T05:15:10.498Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T05:15:10.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:10.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T05:15:10.715Z] 15ed56417a6b: Preparing [2020-12-15T05:15:10.715Z] c0023c4e95ff: Preparing [2020-12-15T05:15:10.715Z] c459d2571704: Preparing [2020-12-15T05:15:10.715Z] 67ce867d9a3e: Preparing [2020-12-15T05:15:10.715Z] 7518cfa11494: Preparing [2020-12-15T05:15:10.715Z] 6c69069971cc: Preparing [2020-12-15T05:15:10.715Z] 6c69069971cc: Waiting [2020-12-15T05:15:10.715Z] c0023c4e95ff: Layer already exists [2020-12-15T05:15:10.715Z] 7518cfa11494: Layer already exists [2020-12-15T05:15:10.715Z] 15ed56417a6b: Layer already exists [2020-12-15T05:15:10.769Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T05:15:10.769Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T05:15:10.769Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T05:15:10.769Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T05:15:10.986Z] c459d2571704: Layer already exists [2020-12-15T05:15:10.987Z] 67ce867d9a3e: Layer already exists [2020-12-15T05:15:10.987Z] 6c69069971cc: Layer already exists [2020-12-15T05:15:10.987Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:11.325Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:11.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-15T05:15:11.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T05:15:11.658Z] 15ed56417a6b: Preparing [2020-12-15T05:15:11.658Z] c0023c4e95ff: Preparing [2020-12-15T05:15:11.658Z] c459d2571704: Preparing [2020-12-15T05:15:11.658Z] 67ce867d9a3e: Preparing [2020-12-15T05:15:11.658Z] 7518cfa11494: Preparing [2020-12-15T05:15:11.658Z] 6c69069971cc: Preparing [2020-12-15T05:15:11.658Z] 6c69069971cc: Waiting [2020-12-15T05:15:11.658Z] 67ce867d9a3e: Layer already exists [2020-12-15T05:15:11.658Z] 15ed56417a6b: Layer already exists [2020-12-15T05:15:11.658Z] 7518cfa11494: Layer already exists [2020-12-15T05:15:11.658Z] c0023c4e95ff: Layer already exists [2020-12-15T05:15:11.658Z] c459d2571704: Layer already exists [2020-12-15T05:15:11.658Z] 6c69069971cc: Layer already exists [2020-12-15T05:15:11.744Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T05:15:11.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T05:15:11.930Z] master: digest: sha256:a98af8195c0e7e269869e3ddb31d395abac23f37c0dc8545bea0db06a07a0828 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:12.150Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:12.219Z] taggedImages: [2020-12-15T05:15:12.219Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:12.219Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:12.219Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:12.219Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-15T05:15:12.291Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-15T05:15:12.291Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:12.291Z] 2.0.0-dev.10 [2020-12-15T05:15:12.291Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:12.291Z] master [2020-12-15T05:15:12.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-15T05:15:12.351Z] Collecting PyYAML<4,>=3.10 [2020-12-15T05:15:12.351Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:12.810Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:13.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:13.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T05:15:13.149Z] ea2771aa293b: Preparing [2020-12-15T05:15:13.149Z] 0e4305ac16c0: Preparing [2020-12-15T05:15:13.149Z] 3512222e17a8: Preparing [2020-12-15T05:15:13.420Z] 3512222e17a8: Pushed [2020-12-15T05:15:13.420Z] ea2771aa293b: Pushed [2020-12-15T05:15:13.808Z] Collecting idna<2.8,>=2.5 [2020-12-15T05:15:13.808Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T05:15:13.808Z] 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-15T05:15:13.808Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T05:15:13.808Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T05:15:13.808Z] 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-15T05:15:13.808Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T05:15:13.808Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T05:15:14.077Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T05:15:14.077Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T05:15:14.077Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T05:15:14.077Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T05:15:14.344Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docopt, texttable, PyYAML, docker-compose [2020-12-15T05:15:14.344Z] Attempting uninstall: idna [2020-12-15T05:15:14.344Z] Found existing installation: idna 2.9 [2020-12-15T05:15:14.344Z] Uninstalling idna-2.9: [2020-12-15T05:15:14.344Z] Successfully uninstalled idna-2.9 [2020-12-15T05:15:14.619Z] Attempting uninstall: urllib3 [2020-12-15T05:15:14.619Z] Found existing installation: urllib3 1.25.9 [2020-12-15T05:15:14.619Z] Uninstalling urllib3-1.25.9: [2020-12-15T05:15:14.889Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T05:15:15.158Z] Attempting uninstall: requests [2020-12-15T05:15:15.158Z] Found existing installation: requests 2.23.0 [2020-12-15T05:15:15.158Z] Uninstalling requests-2.23.0: [2020-12-15T05:15:15.158Z] Successfully uninstalled requests-2.23.0 [2020-12-15T05:15:15.773Z] Running setup.py install for dockerpty: started [2020-12-15T05:15:16.794Z] 0e4305ac16c0: Pushed [2020-12-15T05:15:16.795Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:17.154Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:17.243Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T05:15:17.517Z] Running setup.py install for docopt: started [2020-12-15T05:15:17.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:17.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T05:15:17.528Z] ea2771aa293b: Preparing [2020-12-15T05:15:17.528Z] 0e4305ac16c0: Preparing [2020-12-15T05:15:17.528Z] 3512222e17a8: Preparing [2020-12-15T05:15:17.528Z] 3512222e17a8: Layer already exists [2020-12-15T05:15:17.528Z] 0e4305ac16c0: Layer already exists [2020-12-15T05:15:17.528Z] ea2771aa293b: Layer already exists [2020-12-15T05:15:17.798Z] 2.0.0-dev.10: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:18.100Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T05:15:18.100Z] Running setup.py install for texttable: started [2020-12-15T05:15:18.143Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:18.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:18.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T05:15:18.477Z] ea2771aa293b: Preparing [2020-12-15T05:15:18.477Z] 0e4305ac16c0: Preparing [2020-12-15T05:15:18.477Z] 3512222e17a8: Preparing [2020-12-15T05:15:18.477Z] 3512222e17a8: Layer already exists [2020-12-15T05:15:18.477Z] 0e4305ac16c0: Layer already exists [2020-12-15T05:15:18.683Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T05:15:18.683Z] Running setup.py install for PyYAML: started [2020-12-15T05:15:18.748Z] ea2771aa293b: Layer already exists [2020-12-15T05:15:18.748Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:19.087Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:19.279Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T05:15:19.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-15T05:15:19.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T05:15:19.422Z] ea2771aa293b: Preparing [2020-12-15T05:15:19.422Z] 0e4305ac16c0: Preparing [2020-12-15T05:15:19.422Z] 3512222e17a8: Preparing [2020-12-15T05:15:19.422Z] 0e4305ac16c0: Layer already exists [2020-12-15T05:15:19.422Z] 3512222e17a8: Layer already exists [2020-12-15T05:15:19.422Z] ea2771aa293b: Layer already exists [2020-12-15T05:15:19.692Z] master: digest: sha256:7dceb2268fcf64985305300f32d1d3e71c58dc3f15bbcb37a51220f4c535ea2d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:19.890Z] ===================================================== [2020-12-15T05:15:19.892Z] 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 [Pipeline] echo [2020-12-15T05:15:19.939Z] taggedImages: [2020-12-15T05:15:19.939Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:19.939Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:19.939Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:19.939Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-15T05:15:20.012Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-15T05:15:20.012Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:20.012Z] 2.0.0-dev.10 [2020-12-15T05:15:20.012Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:20.012Z] master [2020-12-15T05:15:20.012Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:20.571Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:21.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:21.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T05:15:21.009Z] 6c4c9689c677: Preparing [2020-12-15T05:15:21.009Z] 756a1af4413d: Preparing [2020-12-15T05:15:21.009Z] f157a08b9914: Preparing [2020-12-15T05:15:21.009Z] c38d6341fa44: Preparing [2020-12-15T05:15:21.009Z] b176a4e500e8: Preparing [2020-12-15T05:15:21.009Z] f2382579b4f4: Preparing [2020-12-15T05:15:21.009Z] 18e9d33ad202: Preparing [2020-12-15T05:15:21.009Z] 9ded3b6bb9b5: Preparing [2020-12-15T05:15:21.009Z] fa1afe8e6ed9: Preparing [2020-12-15T05:15:21.009Z] 87a09b4c083e: Preparing [2020-12-15T05:15:21.009Z] 0f74e9ff2a61: Preparing [2020-12-15T05:15:21.009Z] b122376c33c6: Preparing [2020-12-15T05:15:21.009Z] f8381ed47b22: Preparing [2020-12-15T05:15:21.009Z] e934a737d657: Preparing [2020-12-15T05:15:21.009Z] 9ded3b6bb9b5: Waiting [2020-12-15T05:15:21.009Z] fa1afe8e6ed9: Waiting [2020-12-15T05:15:21.009Z] 87a09b4c083e: Waiting [2020-12-15T05:15:21.009Z] 0f74e9ff2a61: Waiting [2020-12-15T05:15:21.009Z] b122376c33c6: Waiting [2020-12-15T05:15:21.009Z] f8381ed47b22: Waiting [2020-12-15T05:15:21.009Z] e934a737d657: Waiting [2020-12-15T05:15:21.009Z] f2382579b4f4: Waiting [2020-12-15T05:15:21.009Z] 18e9d33ad202: Waiting [2020-12-15T05:15:21.626Z] b176a4e500e8: Pushed [2020-12-15T05:15:21.626Z] 6c4c9689c677: Pushed [2020-12-15T05:15:22.223Z] c38d6341fa44: Pushed [2020-12-15T05:15:22.223Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T05:15:22.223Z] fa1afe8e6ed9: Layer already exists [2020-12-15T05:15:22.223Z] 87a09b4c083e: Layer already exists [2020-12-15T05:15:22.496Z] 18e9d33ad202: Pushed [2020-12-15T05:15:22.496Z] 0f74e9ff2a61: Layer already exists [2020-12-15T05:15:22.496Z] b122376c33c6: Layer already exists [2020-12-15T05:15:22.496Z] f8381ed47b22: Layer already exists [2020-12-15T05:15:22.496Z] e934a737d657: Layer already exists [2020-12-15T05:15:22.769Z] 756a1af4413d: Pushed [2020-12-15T05:15:23.426Z] Removing intermediate container e3adceb994ac [2020-12-15T05:15:23.427Z] ---> 275dd8aaf351 [2020-12-15T05:15:23.427Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T05:15:23.427Z] ---> Running in 75d9425c8505 [2020-12-15T05:15:23.749Z] f2382579b4f4: Pushed [2020-12-15T05:15:24.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T05:15:24.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T05:15:24.364Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T05:15:24.637Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T05:15:24.637Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T05:15:24.637Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T05:15:24.637Z] OK: 72 MiB in 58 packages [2020-12-15T05:15:25.675Z] Removing intermediate container 75d9425c8505 [2020-12-15T05:15:25.675Z] ---> 66e8a8ba8408 [2020-12-15T05:15:25.675Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T05:15:25.675Z] ---> Running in 34343db5357e [2020-12-15T05:15:25.942Z] Removing intermediate container 34343db5357e [2020-12-15T05:15:25.942Z] ---> 5331c1212198 [2020-12-15T05:15:25.942Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T05:15:26.213Z] ---> Running in eca1a7e9bcc8 [2020-12-15T05:15:26.485Z] Removing intermediate container eca1a7e9bcc8 [2020-12-15T05:15:26.485Z] ---> ba85b1ffc76e [2020-12-15T05:15:26.485Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T05:15:26.485Z] ---> Running in 74cf5331bdfc [2020-12-15T05:15:26.755Z] Removing intermediate container 74cf5331bdfc [2020-12-15T05:15:26.755Z] ---> 8f9afa11d915 [2020-12-15T05:15:26.755Z] Step 26/27 : LABEL git_sha=5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:26.755Z] ---> Running in 2dc727c107db [2020-12-15T05:15:27.019Z] Removing intermediate container 2dc727c107db [2020-12-15T05:15:27.019Z] ---> 9b588089fedf [2020-12-15T05:15:27.019Z] Step 27/27 : LABEL version=2.0.0-dev.10 [2020-12-15T05:15:27.305Z] ---> Running in eb7e4f28ed1c [2020-12-15T05:15:27.584Z] Removing intermediate container eb7e4f28ed1c [2020-12-15T05:15:27.584Z] ---> f09902ce6b21 [2020-12-15T05:15:27.584Z] [2020-12-15T05:15:27.584Z] Successfully built f09902ce6b21 [2020-12-15T05:15:27.863Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T05:15:28.194Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T05:15:28.221Z] $ docker stop --time=1 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 [2020-12-15T05:15:30.422Z] $ docker rm -f 64fee11bacf5781f367a85468230034206ee460cc9f0e159ebfc4e3e821a83f7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T05:15:31.160Z] + docker images [2020-12-15T05:15:31.160Z] + grep docker [2020-12-15T05:15:31.449Z] docker-sys-mgmt-agent-go latest f09902ce6b21 4 seconds ago 313MB [2020-12-15T05:15:31.449Z] docker-support-notifications-go latest 03ac3d628bf6 45 seconds ago 13.6MB [2020-12-15T05:15:31.449Z] docker-security-bootstrap-redis-go latest 146868e368cd About a minute ago 15.8MB [2020-12-15T05:15:31.449Z] docker-core-command-go latest 96e51944fafd About a minute ago 12.2MB [2020-12-15T05:15:31.449Z] docker-support-scheduler-go latest d39a9eab71b5 About a minute ago 12.3MB [2020-12-15T05:15:31.449Z] docker-core-data-go latest fccf965e7090 3 minutes ago 23.7MB [2020-12-15T05:15:31.449Z] docker-security-secrets-setup-go latest 30b7f26fc55c 3 minutes ago 23.9MB [2020-12-15T05:15:31.449Z] docker-security-secretstore-setup-go latest aeb6bd1761e5 3 minutes ago 24.7MB [2020-12-15T05:15:31.449Z] docker-core-metadata-go latest caaa92bd5f45 3 minutes ago 14.5MB [2020-12-15T05:15:31.449Z] docker-security-proxy-setup-go latest 29021d8978fa 3 minutes ago 24.6MB [2020-12-15T05:15:31.449Z] docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T05:15:32.028Z] provisioning config files... [2020-12-15T05:15:32.088Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/254@tmp/config224643557684163989tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:15:32.559Z] ---> docker-login.sh [2020-12-15T05:15:32.559Z] nexus3.edgexfoundry.org:10001 [2020-12-15T05:15:32.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:15:32.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:15:32.829Z] Configure a credential helper to remove this warning. See [2020-12-15T05:15:32.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:15:32.829Z] [2020-12-15T05:15:32.829Z] Login Succeeded [2020-12-15T05:15:32.829Z] nexus3.edgexfoundry.org:10002 [2020-12-15T05:15:33.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:15:33.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:15:33.417Z] Configure a credential helper to remove this warning. See [2020-12-15T05:15:33.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:15:33.417Z] [2020-12-15T05:15:33.417Z] Login Succeeded [2020-12-15T05:15:33.417Z] nexus3.edgexfoundry.org:10003 [2020-12-15T05:15:33.417Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:15:33.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:15:33.717Z] Configure a credential helper to remove this warning. See [2020-12-15T05:15:33.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:15:33.717Z] [2020-12-15T05:15:33.717Z] Login Succeeded [2020-12-15T05:15:33.717Z] nexus3.edgexfoundry.org:10004 [2020-12-15T05:15:33.870Z] f157a08b9914: Pushed [2020-12-15T05:15:34.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:15:34.147Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:34.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:15:34.288Z] Configure a credential helper to remove this warning. See [2020-12-15T05:15:34.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:15:34.288Z] [2020-12-15T05:15:34.288Z] Login Succeeded [2020-12-15T05:15:34.288Z] docker.io [2020-12-15T05:15:34.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T05:15:34.489Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:34.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:34.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T05:15:34.823Z] 6c4c9689c677: Preparing [2020-12-15T05:15:34.823Z] 756a1af4413d: Preparing [2020-12-15T05:15:34.823Z] f157a08b9914: Preparing [2020-12-15T05:15:34.823Z] c38d6341fa44: Preparing [2020-12-15T05:15:34.823Z] b176a4e500e8: Preparing [2020-12-15T05:15:34.823Z] f2382579b4f4: Preparing [2020-12-15T05:15:34.823Z] 18e9d33ad202: Preparing [2020-12-15T05:15:34.823Z] 9ded3b6bb9b5: Preparing [2020-12-15T05:15:34.823Z] fa1afe8e6ed9: Preparing [2020-12-15T05:15:34.823Z] 87a09b4c083e: Preparing [2020-12-15T05:15:34.823Z] 0f74e9ff2a61: Preparing [2020-12-15T05:15:34.823Z] b122376c33c6: Preparing [2020-12-15T05:15:34.823Z] f8381ed47b22: Preparing [2020-12-15T05:15:34.823Z] e934a737d657: Preparing [2020-12-15T05:15:34.823Z] 87a09b4c083e: Waiting [2020-12-15T05:15:34.823Z] 0f74e9ff2a61: Waiting [2020-12-15T05:15:34.823Z] f2382579b4f4: Waiting [2020-12-15T05:15:34.823Z] 18e9d33ad202: Waiting [2020-12-15T05:15:34.823Z] 9ded3b6bb9b5: Waiting [2020-12-15T05:15:34.823Z] fa1afe8e6ed9: Waiting [2020-12-15T05:15:34.823Z] f8381ed47b22: Waiting [2020-12-15T05:15:34.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T05:15:34.867Z] Configure a credential helper to remove this warning. See [2020-12-15T05:15:34.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T05:15:34.867Z] [2020-12-15T05:15:34.867Z] Login Succeeded [2020-12-15T05:15:34.867Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T05:15:34.878Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-15T05:15:35.093Z] b176a4e500e8: Layer already exists [2020-12-15T05:15:35.093Z] f157a08b9914: Layer already exists [2020-12-15T05:15:35.093Z] 6c4c9689c677: Layer already exists [2020-12-15T05:15:35.093Z] c38d6341fa44: Layer already exists [2020-12-15T05:15:35.093Z] 756a1af4413d: Layer already exists [2020-12-15T05:15:35.093Z] 18e9d33ad202: Layer already exists [2020-12-15T05:15:35.093Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T05:15:35.093Z] f2382579b4f4: Layer already exists [2020-12-15T05:15:35.093Z] 87a09b4c083e: Layer already exists [2020-12-15T05:15:35.093Z] fa1afe8e6ed9: Layer already exists [2020-12-15T05:15:35.093Z] 0f74e9ff2a61: Layer already exists [2020-12-15T05:15:35.093Z] b122376c33c6: Layer already exists [2020-12-15T05:15:35.093Z] e934a737d657: Layer already exists [2020-12-15T05:15:35.093Z] f8381ed47b22: Layer already exists [2020-12-15T05:15:35.093Z] 2.0.0-dev.10: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] echo [2020-12-15T05:15:35.102Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-15T05:15:35.102Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:35.102Z] 2.0.0-dev.10 [2020-12-15T05:15:35.102Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:35.102Z] master [2020-12-15T05:15:35.102Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:35.640Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:35.914Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:36.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:36.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T05:15:36.016Z] 6c4c9689c677: Preparing [2020-12-15T05:15:36.016Z] 756a1af4413d: Preparing [2020-12-15T05:15:36.016Z] f157a08b9914: Preparing [2020-12-15T05:15:36.016Z] c38d6341fa44: Preparing [2020-12-15T05:15:36.016Z] b176a4e500e8: Preparing [2020-12-15T05:15:36.016Z] f2382579b4f4: Preparing [2020-12-15T05:15:36.016Z] 18e9d33ad202: Preparing [2020-12-15T05:15:36.016Z] 9ded3b6bb9b5: Preparing [2020-12-15T05:15:36.016Z] fa1afe8e6ed9: Preparing [2020-12-15T05:15:36.016Z] 87a09b4c083e: Preparing [2020-12-15T05:15:36.016Z] 0f74e9ff2a61: Preparing [2020-12-15T05:15:36.016Z] b122376c33c6: Preparing [2020-12-15T05:15:36.016Z] f8381ed47b22: Preparing [2020-12-15T05:15:36.016Z] e934a737d657: Preparing [2020-12-15T05:15:36.016Z] f2382579b4f4: Waiting [2020-12-15T05:15:36.016Z] 87a09b4c083e: Waiting [2020-12-15T05:15:36.016Z] 0f74e9ff2a61: Waiting [2020-12-15T05:15:36.016Z] 18e9d33ad202: Waiting [2020-12-15T05:15:36.016Z] b122376c33c6: Waiting [2020-12-15T05:15:36.016Z] 9ded3b6bb9b5: Waiting [2020-12-15T05:15:36.016Z] f8381ed47b22: Waiting [2020-12-15T05:15:36.016Z] fa1afe8e6ed9: Waiting [2020-12-15T05:15:36.297Z] b176a4e500e8: Layer already exists [2020-12-15T05:15:36.297Z] 6c4c9689c677: Layer already exists [2020-12-15T05:15:36.297Z] c38d6341fa44: Layer already exists [2020-12-15T05:15:36.297Z] 756a1af4413d: Layer already exists [2020-12-15T05:15:36.297Z] f157a08b9914: Layer already exists [2020-12-15T05:15:36.297Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T05:15:36.297Z] f2382579b4f4: Layer already exists [2020-12-15T05:15:36.297Z] 18e9d33ad202: Layer already exists [2020-12-15T05:15:36.297Z] 87a09b4c083e: Layer already exists [2020-12-15T05:15:36.297Z] fa1afe8e6ed9: Layer already exists [2020-12-15T05:15:36.297Z] b122376c33c6: Layer already exists [2020-12-15T05:15:36.297Z] 0f74e9ff2a61: Layer already exists [2020-12-15T05:15:36.297Z] f8381ed47b22: Layer already exists [2020-12-15T05:15:36.297Z] e934a737d657: Layer already exists [2020-12-15T05:15:36.297Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [2020-12-15T05:15:36.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:36.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T05:15:36.301Z] 81345c63895b: Preparing [2020-12-15T05:15:36.301Z] e2866d447635: Preparing [2020-12-15T05:15:36.301Z] 520b7bde7066: Preparing [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:36.635Z] + 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-15T05:15:36.664Z] 81345c63895b: Pushed [2020-12-15T05:15:36.665Z] 520b7bde7066: Pushed [2020-12-15T05:15:37.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-15T05:15:37.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T05:15:37.008Z] 6c4c9689c677: Preparing [2020-12-15T05:15:37.008Z] 756a1af4413d: Preparing [2020-12-15T05:15:37.008Z] f157a08b9914: Preparing [2020-12-15T05:15:37.008Z] c38d6341fa44: Preparing [2020-12-15T05:15:37.008Z] b176a4e500e8: Preparing [2020-12-15T05:15:37.008Z] f2382579b4f4: Preparing [2020-12-15T05:15:37.008Z] 18e9d33ad202: Preparing [2020-12-15T05:15:37.008Z] 9ded3b6bb9b5: Preparing [2020-12-15T05:15:37.008Z] fa1afe8e6ed9: Preparing [2020-12-15T05:15:37.008Z] 87a09b4c083e: Preparing [2020-12-15T05:15:37.008Z] 0f74e9ff2a61: Preparing [2020-12-15T05:15:37.008Z] b122376c33c6: Preparing [2020-12-15T05:15:37.008Z] f8381ed47b22: Preparing [2020-12-15T05:15:37.008Z] e934a737d657: Preparing [2020-12-15T05:15:37.008Z] f2382579b4f4: Waiting [2020-12-15T05:15:37.008Z] 18e9d33ad202: Waiting [2020-12-15T05:15:37.008Z] 9ded3b6bb9b5: Waiting [2020-12-15T05:15:37.008Z] fa1afe8e6ed9: Waiting [2020-12-15T05:15:37.008Z] 87a09b4c083e: Waiting [2020-12-15T05:15:37.008Z] 0f74e9ff2a61: Waiting [2020-12-15T05:15:37.008Z] b122376c33c6: Waiting [2020-12-15T05:15:37.008Z] f8381ed47b22: Waiting [2020-12-15T05:15:37.008Z] e934a737d657: Waiting [2020-12-15T05:15:37.008Z] 756a1af4413d: Layer already exists [2020-12-15T05:15:37.008Z] b176a4e500e8: Layer already exists [2020-12-15T05:15:37.008Z] f157a08b9914: Layer already exists [2020-12-15T05:15:37.008Z] 6c4c9689c677: Layer already exists [2020-12-15T05:15:37.008Z] c38d6341fa44: Layer already exists [2020-12-15T05:15:37.288Z] 18e9d33ad202: Layer already exists [2020-12-15T05:15:37.288Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T05:15:37.288Z] f2382579b4f4: Layer already exists [2020-12-15T05:15:37.288Z] fa1afe8e6ed9: Layer already exists [2020-12-15T05:15:37.288Z] 87a09b4c083e: Layer already exists [2020-12-15T05:15:37.288Z] f8381ed47b22: Layer already exists [2020-12-15T05:15:37.288Z] 0f74e9ff2a61: Layer already exists [2020-12-15T05:15:37.288Z] e934a737d657: Layer already exists [2020-12-15T05:15:37.288Z] b122376c33c6: Layer already exists [2020-12-15T05:15:37.288Z] master: digest: sha256:cf80af01de69eab161b0f110c45cac2b00a9ecae0e2eabf3befba77af7d3daf5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:37.486Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:37.536Z] taggedImages: [2020-12-15T05:15:37.536Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:37.536Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.10 [2020-12-15T05:15:37.536Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:37.536Z] - 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] } [2020-12-15T05:15:38.096Z] e2866d447635: Pushed [2020-12-15T05:15:38.096Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:39.063Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:39.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 [2020-12-15T05:15:39.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T05:15:39.605Z] 81345c63895b: Preparing [2020-12-15T05:15:39.605Z] e2866d447635: Preparing [2020-12-15T05:15:39.605Z] 520b7bde7066: Preparing [2020-12-15T05:15:39.605Z] e2866d447635: Layer already exists [2020-12-15T05:15:39.605Z] 520b7bde7066: Layer already exists [2020-12-15T05:15:39.605Z] 81345c63895b: Layer already exists [2020-12-15T05:15:39.605Z] 2.0.0-dev.10: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:40.155Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:40.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:40.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T05:15:40.839Z] 81345c63895b: Preparing [2020-12-15T05:15:40.839Z] e2866d447635: Preparing [2020-12-15T05:15:40.839Z] 520b7bde7066: Preparing [2020-12-15T05:15:40.839Z] 520b7bde7066: Layer already exists [2020-12-15T05:15:40.839Z] 81345c63895b: Layer already exists [2020-12-15T05:15:40.839Z] e2866d447635: Layer already exists [2020-12-15T05:15:40.839Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:41.318Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:41.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-15T05:15:41.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T05:15:41.707Z] 81345c63895b: Preparing [2020-12-15T05:15:41.707Z] e2866d447635: Preparing [2020-12-15T05:15:41.707Z] 520b7bde7066: Preparing [2020-12-15T05:15:41.707Z] 81345c63895b: Layer already exists [2020-12-15T05:15:41.707Z] 520b7bde7066: Layer already exists [2020-12-15T05:15:41.707Z] e2866d447635: Layer already exists [2020-12-15T05:15:41.707Z] master: digest: sha256:9d2cd9d68a5115f2222d536f214c47a16747c3d185b25dc822cfa62d10a1c16a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:41.931Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:41.981Z] taggedImages: [2020-12-15T05:15:41.981Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:41.981Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.10 [2020-12-15T05:15:41.981Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:41.981Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-15T05:15:42.052Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-15T05:15:42.052Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:42.052Z] 2.0.0-dev.10 [2020-12-15T05:15:42.052Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:42.052Z] master [2020-12-15T05:15:42.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:42.619Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:42.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:42.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T05:15:42.972Z] 09e6469113fe: Preparing [2020-12-15T05:15:42.972Z] 6665a816d1f7: Preparing [2020-12-15T05:15:42.972Z] c32dce018af3: Preparing [2020-12-15T05:15:42.972Z] 32de9cce047b: Preparing [2020-12-15T05:15:42.972Z] 6abd278ab8d6: Preparing [2020-12-15T05:15:42.972Z] f4666769fca7: Preparing [2020-12-15T05:15:42.972Z] f4666769fca7: Waiting [2020-12-15T05:15:43.237Z] 6abd278ab8d6: Pushed [2020-12-15T05:15:43.237Z] 09e6469113fe: Pushed [2020-12-15T05:15:43.237Z] c32dce018af3: Pushed [2020-12-15T05:15:43.503Z] f4666769fca7: Layer already exists [2020-12-15T05:15:43.503Z] 32de9cce047b: Pushed [2020-12-15T05:15:45.492Z] 6665a816d1f7: Pushed [2020-12-15T05:15:45.492Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:45.908Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:47.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 [2020-12-15T05:15:47.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T05:15:47.286Z] 09e6469113fe: Preparing [2020-12-15T05:15:47.286Z] 6665a816d1f7: Preparing [2020-12-15T05:15:47.286Z] c32dce018af3: Preparing [2020-12-15T05:15:47.286Z] 32de9cce047b: Preparing [2020-12-15T05:15:47.286Z] 6abd278ab8d6: Preparing [2020-12-15T05:15:47.286Z] f4666769fca7: Preparing [2020-12-15T05:15:47.286Z] f4666769fca7: Waiting [2020-12-15T05:15:47.286Z] 32de9cce047b: Layer already exists [2020-12-15T05:15:47.286Z] 09e6469113fe: Layer already exists [2020-12-15T05:15:47.286Z] 6abd278ab8d6: Layer already exists [2020-12-15T05:15:47.286Z] 6665a816d1f7: Layer already exists [2020-12-15T05:15:47.286Z] c32dce018af3: Layer already exists [2020-12-15T05:15:47.286Z] f4666769fca7: Layer already exists [2020-12-15T05:15:47.552Z] 2.0.0-dev.10: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:47.934Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:48.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:48.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T05:15:48.296Z] 09e6469113fe: Preparing [2020-12-15T05:15:48.296Z] 6665a816d1f7: Preparing [2020-12-15T05:15:48.296Z] c32dce018af3: Preparing [2020-12-15T05:15:48.296Z] 32de9cce047b: Preparing [2020-12-15T05:15:48.296Z] 6abd278ab8d6: Preparing [2020-12-15T05:15:48.296Z] f4666769fca7: Preparing [2020-12-15T05:15:48.296Z] f4666769fca7: Waiting [2020-12-15T05:15:48.571Z] 6abd278ab8d6: Layer already exists [2020-12-15T05:15:48.571Z] 32de9cce047b: Layer already exists [2020-12-15T05:15:48.571Z] 6665a816d1f7: Layer already exists [2020-12-15T05:15:48.571Z] 09e6469113fe: Layer already exists [2020-12-15T05:15:48.571Z] c32dce018af3: Layer already exists [2020-12-15T05:15:48.571Z] f4666769fca7: Layer already exists [2020-12-15T05:15:48.571Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:48.976Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:49.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-15T05:15:49.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T05:15:49.902Z] 09e6469113fe: Preparing [2020-12-15T05:15:49.902Z] 6665a816d1f7: Preparing [2020-12-15T05:15:49.902Z] c32dce018af3: Preparing [2020-12-15T05:15:49.902Z] 32de9cce047b: Preparing [2020-12-15T05:15:49.902Z] 6abd278ab8d6: Preparing [2020-12-15T05:15:49.902Z] f4666769fca7: Preparing [2020-12-15T05:15:49.902Z] f4666769fca7: Waiting [2020-12-15T05:15:49.902Z] c32dce018af3: Layer already exists [2020-12-15T05:15:49.902Z] 32de9cce047b: Layer already exists [2020-12-15T05:15:49.902Z] 6665a816d1f7: Layer already exists [2020-12-15T05:15:49.902Z] 6abd278ab8d6: Layer already exists [2020-12-15T05:15:49.902Z] 09e6469113fe: Layer already exists [2020-12-15T05:15:49.902Z] f4666769fca7: Layer already exists [2020-12-15T05:15:50.168Z] master: digest: sha256:7f824736ecbb7e83aa63d3cb24dab6b7e3d512c26c6e773502427d5b12cb73b0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:50.385Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:50.437Z] taggedImages: [2020-12-15T05:15:50.437Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:50.437Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.10 [2020-12-15T05:15:50.437Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:50.437Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-15T05:15:50.508Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-15T05:15:50.508Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:50.508Z] 2.0.0-dev.10 [2020-12-15T05:15:50.508Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:50.508Z] master [2020-12-15T05:15:50.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:51.071Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:51.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:51.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T05:15:52.155Z] cf42406958ec: Preparing [2020-12-15T05:15:52.155Z] 9a8b86ad2f2d: Preparing [2020-12-15T05:15:52.155Z] 83bccd3e4b0d: Preparing [2020-12-15T05:15:52.550Z] cf42406958ec: Pushed [2020-12-15T05:15:52.550Z] 83bccd3e4b0d: Pushed [2020-12-15T05:15:54.652Z] 9a8b86ad2f2d: Pushed [2020-12-15T05:15:54.652Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:55.100Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:55.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 [2020-12-15T05:15:55.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T05:15:55.462Z] cf42406958ec: Preparing [2020-12-15T05:15:55.462Z] 9a8b86ad2f2d: Preparing [2020-12-15T05:15:55.462Z] 83bccd3e4b0d: Preparing [2020-12-15T05:15:55.750Z] cf42406958ec: Layer already exists [2020-12-15T05:15:55.750Z] 83bccd3e4b0d: Layer already exists [2020-12-15T05:15:55.750Z] 9a8b86ad2f2d: Layer already exists [2020-12-15T05:15:55.750Z] 2.0.0-dev.10: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:56.097Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:56.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:56.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T05:15:56.479Z] cf42406958ec: Preparing [2020-12-15T05:15:56.479Z] 9a8b86ad2f2d: Preparing [2020-12-15T05:15:56.479Z] 83bccd3e4b0d: Preparing [2020-12-15T05:15:56.479Z] 9a8b86ad2f2d: Layer already exists [2020-12-15T05:15:56.479Z] 83bccd3e4b0d: Layer already exists [2020-12-15T05:15:56.479Z] cf42406958ec: Layer already exists [2020-12-15T05:15:56.745Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:57.070Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:57.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-15T05:15:57.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T05:15:57.798Z] cf42406958ec: Preparing [2020-12-15T05:15:57.798Z] 9a8b86ad2f2d: Preparing [2020-12-15T05:15:57.798Z] 83bccd3e4b0d: Preparing [2020-12-15T05:15:57.798Z] 9a8b86ad2f2d: Layer already exists [2020-12-15T05:15:57.798Z] 83bccd3e4b0d: Layer already exists [2020-12-15T05:15:57.798Z] cf42406958ec: Layer already exists [2020-12-15T05:15:57.798Z] master: digest: sha256:c05d4676d264c5ef0089b5ed337b9da286174c3fa8a6fbcdd6aba2426373dd03 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:15:58.030Z] ===================================================== [Pipeline] echo [2020-12-15T05:15:58.079Z] taggedImages: [2020-12-15T05:15:58.079Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:58.079Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.10 [2020-12-15T05:15:58.079Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:58.079Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-15T05:15:58.149Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-15T05:15:58.149Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:58.149Z] 2.0.0-dev.10 [2020-12-15T05:15:58.149Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:15:58.149Z] master [2020-12-15T05:15:58.149Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:58.663Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:15:58.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:15:58.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T05:15:58.990Z] 6acba63183c8: Preparing [2020-12-15T05:15:58.990Z] 0e862dac2fff: Preparing [2020-12-15T05:15:58.990Z] dc02c2b4bff4: Preparing [2020-12-15T05:15:58.990Z] d819bc18e1be: Preparing [2020-12-15T05:15:58.990Z] ecb25c5071b8: Preparing [2020-12-15T05:15:58.990Z] 88aed2bd584f: Preparing [2020-12-15T05:15:58.990Z] 1b3ee35aacca: Preparing [2020-12-15T05:15:58.990Z] 88aed2bd584f: Waiting [2020-12-15T05:15:58.990Z] 1b3ee35aacca: Waiting [2020-12-15T05:15:59.277Z] ecb25c5071b8: Pushed [2020-12-15T05:15:59.277Z] 6acba63183c8: Pushed [2020-12-15T05:15:59.277Z] 0e862dac2fff: Pushed [2020-12-15T05:15:59.277Z] dc02c2b4bff4: Pushed [2020-12-15T05:15:59.277Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:00.299Z] 88aed2bd584f: Pushed [2020-12-15T05:16:00.596Z] d819bc18e1be: Pushed [2020-12-15T05:16:00.894Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:01.566Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:01.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 [2020-12-15T05:16:01.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T05:16:01.937Z] 6acba63183c8: Preparing [2020-12-15T05:16:01.937Z] 0e862dac2fff: Preparing [2020-12-15T05:16:01.937Z] dc02c2b4bff4: Preparing [2020-12-15T05:16:01.937Z] d819bc18e1be: Preparing [2020-12-15T05:16:01.937Z] ecb25c5071b8: Preparing [2020-12-15T05:16:01.937Z] 88aed2bd584f: Preparing [2020-12-15T05:16:01.937Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:01.937Z] 88aed2bd584f: Waiting [2020-12-15T05:16:01.937Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:01.937Z] ecb25c5071b8: Layer already exists [2020-12-15T05:16:01.937Z] 6acba63183c8: Layer already exists [2020-12-15T05:16:01.937Z] 0e862dac2fff: Layer already exists [2020-12-15T05:16:01.937Z] dc02c2b4bff4: Layer already exists [2020-12-15T05:16:01.937Z] d819bc18e1be: Layer already exists [2020-12-15T05:16:02.208Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:02.208Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:02.208Z] 2.0.0-dev.10: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:02.545Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:03.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:03.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T05:16:03.935Z] 6acba63183c8: Preparing [2020-12-15T05:16:03.935Z] 0e862dac2fff: Preparing [2020-12-15T05:16:03.935Z] dc02c2b4bff4: Preparing [2020-12-15T05:16:03.935Z] d819bc18e1be: Preparing [2020-12-15T05:16:03.935Z] ecb25c5071b8: Preparing [2020-12-15T05:16:03.935Z] 88aed2bd584f: Preparing [2020-12-15T05:16:03.935Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:03.935Z] 88aed2bd584f: Waiting [2020-12-15T05:16:03.935Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:03.935Z] 6acba63183c8: Layer already exists [2020-12-15T05:16:03.935Z] ecb25c5071b8: Layer already exists [2020-12-15T05:16:03.935Z] 0e862dac2fff: Layer already exists [2020-12-15T05:16:03.935Z] dc02c2b4bff4: Layer already exists [2020-12-15T05:16:03.935Z] d819bc18e1be: Layer already exists [2020-12-15T05:16:03.935Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:03.935Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:03.935Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:04.316Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:04.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-15T05:16:04.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T05:16:04.670Z] 6acba63183c8: Preparing [2020-12-15T05:16:04.670Z] 0e862dac2fff: Preparing [2020-12-15T05:16:04.670Z] dc02c2b4bff4: Preparing [2020-12-15T05:16:04.670Z] d819bc18e1be: Preparing [2020-12-15T05:16:04.670Z] ecb25c5071b8: Preparing [2020-12-15T05:16:04.670Z] 88aed2bd584f: Preparing [2020-12-15T05:16:04.670Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:04.670Z] 88aed2bd584f: Waiting [2020-12-15T05:16:04.670Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:04.946Z] 6acba63183c8: Layer already exists [2020-12-15T05:16:04.946Z] ecb25c5071b8: Layer already exists [2020-12-15T05:16:04.946Z] dc02c2b4bff4: Layer already exists [2020-12-15T05:16:04.946Z] 0e862dac2fff: Layer already exists [2020-12-15T05:16:04.946Z] d819bc18e1be: Layer already exists [2020-12-15T05:16:04.946Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:04.946Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:04.946Z] master: digest: sha256:760f78191d72125f99f25b78a4c209986372d3d277917ab9590284037f4b986a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:05.141Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:05.221Z] taggedImages: [2020-12-15T05:16:05.221Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:05.221Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.10 [2020-12-15T05:16:05.221Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:05.221Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-15T05:16:05.294Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-15T05:16:05.294Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:05.294Z] 2.0.0-dev.10 [2020-12-15T05:16:05.294Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:05.294Z] master [2020-12-15T05:16:05.294Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:05.801Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:06.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:06.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T05:16:06.133Z] abe0b1eeca33: Preparing [2020-12-15T05:16:06.133Z] 625466448b77: Preparing [2020-12-15T05:16:06.133Z] 20d6dcf12d9b: Preparing [2020-12-15T05:16:06.133Z] e409faa6a8ba: Preparing [2020-12-15T05:16:06.133Z] 6b7dc6f0dbbb: Preparing [2020-12-15T05:16:06.133Z] f4666769fca7: Preparing [2020-12-15T05:16:06.133Z] f4666769fca7: Waiting [2020-12-15T05:16:06.900Z] e409faa6a8ba: Pushed [2020-12-15T05:16:06.900Z] 20d6dcf12d9b: Pushed [2020-12-15T05:16:06.900Z] f4666769fca7: Layer already exists [2020-12-15T05:16:07.570Z] 6b7dc6f0dbbb: Pushed [2020-12-15T05:16:08.175Z] 625466448b77: Pushed [2020-12-15T05:16:08.501Z] abe0b1eeca33: Pushed [2020-12-15T05:16:08.501Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:09.128Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:09.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 [2020-12-15T05:16:09.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T05:16:09.717Z] abe0b1eeca33: Preparing [2020-12-15T05:16:09.717Z] 625466448b77: Preparing [2020-12-15T05:16:09.717Z] 20d6dcf12d9b: Preparing [2020-12-15T05:16:09.717Z] e409faa6a8ba: Preparing [2020-12-15T05:16:09.717Z] 6b7dc6f0dbbb: Preparing [2020-12-15T05:16:09.717Z] f4666769fca7: Preparing [2020-12-15T05:16:09.717Z] f4666769fca7: Waiting [2020-12-15T05:16:09.989Z] abe0b1eeca33: Layer already exists [2020-12-15T05:16:09.989Z] e409faa6a8ba: Layer already exists [2020-12-15T05:16:09.989Z] 6b7dc6f0dbbb: Layer already exists [2020-12-15T05:16:09.989Z] 625466448b77: Layer already exists [2020-12-15T05:16:09.989Z] 20d6dcf12d9b: Layer already exists [2020-12-15T05:16:09.989Z] f4666769fca7: Layer already exists [2020-12-15T05:16:09.989Z] 2.0.0-dev.10: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:10.347Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:10.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:10.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T05:16:10.696Z] abe0b1eeca33: Preparing [2020-12-15T05:16:10.696Z] 625466448b77: Preparing [2020-12-15T05:16:10.696Z] 20d6dcf12d9b: Preparing [2020-12-15T05:16:10.696Z] e409faa6a8ba: Preparing [2020-12-15T05:16:10.696Z] 6b7dc6f0dbbb: Preparing [2020-12-15T05:16:10.696Z] f4666769fca7: Preparing [2020-12-15T05:16:10.696Z] f4666769fca7: Waiting [2020-12-15T05:16:10.696Z] e409faa6a8ba: Layer already exists [2020-12-15T05:16:10.696Z] 20d6dcf12d9b: Layer already exists [2020-12-15T05:16:10.696Z] 625466448b77: Layer already exists [2020-12-15T05:16:10.696Z] 6b7dc6f0dbbb: Layer already exists [2020-12-15T05:16:10.696Z] abe0b1eeca33: Layer already exists [2020-12-15T05:16:10.696Z] f4666769fca7: Layer already exists [2020-12-15T05:16:10.985Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:11.352Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:11.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-15T05:16:11.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T05:16:11.681Z] abe0b1eeca33: Preparing [2020-12-15T05:16:11.681Z] 625466448b77: Preparing [2020-12-15T05:16:11.681Z] 20d6dcf12d9b: Preparing [2020-12-15T05:16:11.681Z] e409faa6a8ba: Preparing [2020-12-15T05:16:11.681Z] 6b7dc6f0dbbb: Preparing [2020-12-15T05:16:11.681Z] f4666769fca7: Preparing [2020-12-15T05:16:11.681Z] f4666769fca7: Waiting [2020-12-15T05:16:11.968Z] e409faa6a8ba: Layer already exists [2020-12-15T05:16:11.968Z] 20d6dcf12d9b: Layer already exists [2020-12-15T05:16:11.968Z] abe0b1eeca33: Layer already exists [2020-12-15T05:16:11.968Z] 625466448b77: Layer already exists [2020-12-15T05:16:11.968Z] 6b7dc6f0dbbb: Layer already exists [2020-12-15T05:16:11.968Z] f4666769fca7: Layer already exists [2020-12-15T05:16:11.968Z] master: digest: sha256:20b9562f7484a04d8fd27f93d86b1145cafbedec96d1d1da608192ed0c30d33b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:12.181Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:12.257Z] taggedImages: [2020-12-15T05:16:12.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:12.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.10 [2020-12-15T05:16:12.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:12.257Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-15T05:16:12.360Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-15T05:16:12.360Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:12.360Z] 2.0.0-dev.10 [2020-12-15T05:16:12.360Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:12.360Z] master [2020-12-15T05:16:12.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:12.905Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:13.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:13.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T05:16:13.829Z] db1e1cddd319: Preparing [2020-12-15T05:16:13.829Z] f5a26e039950: Preparing [2020-12-15T05:16:13.829Z] 8689aca9f9ed: Preparing [2020-12-15T05:16:13.829Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:13.829Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:13.829Z] f9a64ad7a21c: Preparing [2020-12-15T05:16:13.829Z] 45e8e4a3bff9: Preparing [2020-12-15T05:16:13.829Z] 54b9074a8773: Preparing [2020-12-15T05:16:13.829Z] db1e1cddd319: Preparing [2020-12-15T05:16:13.829Z] 61ba9fcc98c5: Preparing [2020-12-15T05:16:13.829Z] 8feec80a293b: Preparing [2020-12-15T05:16:13.829Z] 11c64fe300df: Preparing [2020-12-15T05:16:13.829Z] f4666769fca7: Preparing [2020-12-15T05:16:13.829Z] 45e8e4a3bff9: Waiting [2020-12-15T05:16:13.829Z] 54b9074a8773: Waiting [2020-12-15T05:16:13.829Z] 61ba9fcc98c5: Waiting [2020-12-15T05:16:13.829Z] 8feec80a293b: Waiting [2020-12-15T05:16:13.829Z] 11c64fe300df: Waiting [2020-12-15T05:16:13.829Z] f4666769fca7: Waiting [2020-12-15T05:16:14.118Z] f5a26e039950: Pushed [2020-12-15T05:16:14.427Z] 8689aca9f9ed: Pushed [2020-12-15T05:16:14.427Z] f9a64ad7a21c: Pushed [2020-12-15T05:16:14.427Z] b4bf0b04bf1c: Pushed [2020-12-15T05:16:14.729Z] 45e8e4a3bff9: Pushed [2020-12-15T05:16:14.729Z] 61ba9fcc98c5: Pushed [2020-12-15T05:16:14.729Z] 54b9074a8773: Pushed [2020-12-15T05:16:14.729Z] 8feec80a293b: Pushed [2020-12-15T05:16:14.729Z] f4666769fca7: Layer already exists [2020-12-15T05:16:15.718Z] 11c64fe300df: Pushed [2020-12-15T05:16:15.718Z] db1e1cddd319: Pushed [2020-12-15T05:16:15.987Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:16.376Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:17.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 [2020-12-15T05:16:17.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T05:16:17.024Z] db1e1cddd319: Preparing [2020-12-15T05:16:17.024Z] f5a26e039950: Preparing [2020-12-15T05:16:17.024Z] 8689aca9f9ed: Preparing [2020-12-15T05:16:17.024Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:17.024Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:17.024Z] f9a64ad7a21c: Preparing [2020-12-15T05:16:17.024Z] 45e8e4a3bff9: Preparing [2020-12-15T05:16:17.024Z] 54b9074a8773: Preparing [2020-12-15T05:16:17.024Z] db1e1cddd319: Preparing [2020-12-15T05:16:17.024Z] 61ba9fcc98c5: Preparing [2020-12-15T05:16:17.024Z] 8feec80a293b: Preparing [2020-12-15T05:16:17.024Z] 11c64fe300df: Preparing [2020-12-15T05:16:17.024Z] f4666769fca7: Preparing [2020-12-15T05:16:17.024Z] 61ba9fcc98c5: Waiting [2020-12-15T05:16:17.024Z] 8feec80a293b: Waiting [2020-12-15T05:16:17.024Z] 11c64fe300df: Waiting [2020-12-15T05:16:17.024Z] f4666769fca7: Waiting [2020-12-15T05:16:17.024Z] 45e8e4a3bff9: Waiting [2020-12-15T05:16:17.024Z] 54b9074a8773: Waiting [2020-12-15T05:16:17.024Z] 8689aca9f9ed: Layer already exists [2020-12-15T05:16:17.024Z] b4bf0b04bf1c: Layer already exists [2020-12-15T05:16:17.024Z] db1e1cddd319: Layer already exists [2020-12-15T05:16:17.024Z] f9a64ad7a21c: Layer already exists [2020-12-15T05:16:17.024Z] f5a26e039950: Layer already exists [2020-12-15T05:16:17.024Z] 61ba9fcc98c5: Layer already exists [2020-12-15T05:16:17.024Z] 54b9074a8773: Layer already exists [2020-12-15T05:16:17.024Z] 45e8e4a3bff9: Layer already exists [2020-12-15T05:16:17.024Z] 11c64fe300df: Layer already exists [2020-12-15T05:16:17.289Z] 8feec80a293b: Layer already exists [2020-12-15T05:16:17.289Z] f4666769fca7: Layer already exists [2020-12-15T05:16:17.289Z] 2.0.0-dev.10: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:17.654Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:18.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:18.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T05:16:18.520Z] db1e1cddd319: Preparing [2020-12-15T05:16:18.520Z] f5a26e039950: Preparing [2020-12-15T05:16:18.520Z] 8689aca9f9ed: Preparing [2020-12-15T05:16:18.520Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:18.520Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:18.520Z] f9a64ad7a21c: Preparing [2020-12-15T05:16:18.520Z] 45e8e4a3bff9: Preparing [2020-12-15T05:16:18.520Z] 54b9074a8773: Preparing [2020-12-15T05:16:18.520Z] db1e1cddd319: Preparing [2020-12-15T05:16:18.520Z] 61ba9fcc98c5: Preparing [2020-12-15T05:16:18.520Z] 45e8e4a3bff9: Waiting [2020-12-15T05:16:18.520Z] 54b9074a8773: Waiting [2020-12-15T05:16:18.520Z] 8feec80a293b: Preparing [2020-12-15T05:16:18.520Z] 11c64fe300df: Preparing [2020-12-15T05:16:18.520Z] f4666769fca7: Preparing [2020-12-15T05:16:18.520Z] 8feec80a293b: Waiting [2020-12-15T05:16:18.520Z] f4666769fca7: Waiting [2020-12-15T05:16:18.520Z] 11c64fe300df: Waiting [2020-12-15T05:16:18.520Z] 8689aca9f9ed: Layer already exists [2020-12-15T05:16:18.520Z] db1e1cddd319: Layer already exists [2020-12-15T05:16:18.520Z] f5a26e039950: Layer already exists [2020-12-15T05:16:18.520Z] f9a64ad7a21c: Layer already exists [2020-12-15T05:16:18.520Z] b4bf0b04bf1c: Layer already exists [2020-12-15T05:16:18.520Z] 11c64fe300df: Layer already exists [2020-12-15T05:16:18.520Z] 45e8e4a3bff9: Layer already exists [2020-12-15T05:16:18.520Z] 8feec80a293b: Layer already exists [2020-12-15T05:16:18.520Z] 61ba9fcc98c5: Layer already exists [2020-12-15T05:16:18.520Z] 54b9074a8773: Layer already exists [2020-12-15T05:16:18.520Z] f4666769fca7: Layer already exists [2020-12-15T05:16:18.803Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:19.159Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:19.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-15T05:16:19.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T05:16:19.534Z] db1e1cddd319: Preparing [2020-12-15T05:16:19.534Z] f5a26e039950: Preparing [2020-12-15T05:16:19.534Z] 8689aca9f9ed: Preparing [2020-12-15T05:16:19.534Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:19.534Z] b4bf0b04bf1c: Preparing [2020-12-15T05:16:19.534Z] f9a64ad7a21c: Preparing [2020-12-15T05:16:19.534Z] 45e8e4a3bff9: Preparing [2020-12-15T05:16:19.534Z] 54b9074a8773: Preparing [2020-12-15T05:16:19.534Z] db1e1cddd319: Preparing [2020-12-15T05:16:19.534Z] 61ba9fcc98c5: Preparing [2020-12-15T05:16:19.534Z] 8feec80a293b: Preparing [2020-12-15T05:16:19.534Z] 11c64fe300df: Preparing [2020-12-15T05:16:19.534Z] f4666769fca7: Preparing [2020-12-15T05:16:19.534Z] 45e8e4a3bff9: Waiting [2020-12-15T05:16:19.534Z] 54b9074a8773: Waiting [2020-12-15T05:16:19.534Z] 61ba9fcc98c5: Waiting [2020-12-15T05:16:19.534Z] 8feec80a293b: Waiting [2020-12-15T05:16:19.534Z] 11c64fe300df: Waiting [2020-12-15T05:16:19.534Z] f4666769fca7: Waiting [2020-12-15T05:16:19.534Z] f9a64ad7a21c: Layer already exists [2020-12-15T05:16:19.534Z] b4bf0b04bf1c: Layer already exists [2020-12-15T05:16:19.534Z] db1e1cddd319: Layer already exists [2020-12-15T05:16:19.534Z] f5a26e039950: Layer already exists [2020-12-15T05:16:19.534Z] 8689aca9f9ed: Layer already exists [2020-12-15T05:16:19.534Z] 61ba9fcc98c5: Layer already exists [2020-12-15T05:16:19.534Z] 54b9074a8773: Layer already exists [2020-12-15T05:16:19.534Z] 45e8e4a3bff9: Layer already exists [2020-12-15T05:16:19.534Z] 8feec80a293b: Layer already exists [2020-12-15T05:16:19.534Z] 11c64fe300df: Layer already exists [2020-12-15T05:16:19.816Z] f4666769fca7: Layer already exists [2020-12-15T05:16:19.816Z] master: digest: sha256:818ce0070183c07b7b4a93e3a7a791192386597ab65e5b6b6a59e6efbcfc5a00 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:20.031Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:20.149Z] taggedImages: [2020-12-15T05:16:20.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:20.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.10 [2020-12-15T05:16:20.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:20.149Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-15T05:16:20.261Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-15T05:16:20.261Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:20.261Z] 2.0.0-dev.10 [2020-12-15T05:16:20.261Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:20.261Z] master [2020-12-15T05:16:20.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:20.897Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:21.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:22.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T05:16:22.183Z] a7ecabc2280e: Preparing [2020-12-15T05:16:22.183Z] 704b7abb656d: Preparing [2020-12-15T05:16:22.183Z] c986c30f4ed1: Preparing [2020-12-15T05:16:22.183Z] 4619139e25b1: Preparing [2020-12-15T05:16:22.183Z] 4a2511b56760: Preparing [2020-12-15T05:16:22.183Z] 933d9d0d1293: Preparing [2020-12-15T05:16:22.183Z] 06767b9155fe: Preparing [2020-12-15T05:16:22.183Z] 88aed2bd584f: Preparing [2020-12-15T05:16:22.183Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:22.183Z] 933d9d0d1293: Waiting [2020-12-15T05:16:22.183Z] 06767b9155fe: Waiting [2020-12-15T05:16:22.183Z] 88aed2bd584f: Waiting [2020-12-15T05:16:22.183Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:22.589Z] 704b7abb656d: Pushed [2020-12-15T05:16:22.589Z] 4a2511b56760: Pushed [2020-12-15T05:16:22.589Z] a7ecabc2280e: Pushed [2020-12-15T05:16:22.882Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:22.882Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:22.882Z] 06767b9155fe: Pushed [2020-12-15T05:16:22.882Z] 933d9d0d1293: Pushed [2020-12-15T05:16:23.968Z] 4619139e25b1: Pushed [2020-12-15T05:16:23.968Z] c986c30f4ed1: Pushed [2020-12-15T05:16:24.256Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:24.751Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:25.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 [2020-12-15T05:16:25.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T05:16:25.664Z] a7ecabc2280e: Preparing [2020-12-15T05:16:25.664Z] 704b7abb656d: Preparing [2020-12-15T05:16:25.664Z] c986c30f4ed1: Preparing [2020-12-15T05:16:25.664Z] 4619139e25b1: Preparing [2020-12-15T05:16:25.664Z] 4a2511b56760: Preparing [2020-12-15T05:16:25.664Z] 933d9d0d1293: Preparing [2020-12-15T05:16:25.664Z] 06767b9155fe: Preparing [2020-12-15T05:16:25.664Z] 88aed2bd584f: Preparing [2020-12-15T05:16:25.664Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:25.664Z] 933d9d0d1293: Waiting [2020-12-15T05:16:25.664Z] 06767b9155fe: Waiting [2020-12-15T05:16:25.664Z] 88aed2bd584f: Waiting [2020-12-15T05:16:25.664Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:25.664Z] a7ecabc2280e: Layer already exists [2020-12-15T05:16:25.664Z] 4619139e25b1: Layer already exists [2020-12-15T05:16:25.664Z] c986c30f4ed1: Layer already exists [2020-12-15T05:16:25.664Z] 704b7abb656d: Layer already exists [2020-12-15T05:16:25.664Z] 4a2511b56760: Layer already exists [2020-12-15T05:16:25.664Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:25.664Z] 933d9d0d1293: Layer already exists [2020-12-15T05:16:25.664Z] 06767b9155fe: Layer already exists [2020-12-15T05:16:25.664Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:25.942Z] 2.0.0-dev.10: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:26.366Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:26.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:27.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T05:16:27.058Z] a7ecabc2280e: Preparing [2020-12-15T05:16:27.058Z] 704b7abb656d: Preparing [2020-12-15T05:16:27.058Z] c986c30f4ed1: Preparing [2020-12-15T05:16:27.058Z] 4619139e25b1: Preparing [2020-12-15T05:16:27.058Z] 4a2511b56760: Preparing [2020-12-15T05:16:27.058Z] 933d9d0d1293: Preparing [2020-12-15T05:16:27.058Z] 06767b9155fe: Preparing [2020-12-15T05:16:27.058Z] 88aed2bd584f: Preparing [2020-12-15T05:16:27.058Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:27.058Z] 933d9d0d1293: Waiting [2020-12-15T05:16:27.058Z] 06767b9155fe: Waiting [2020-12-15T05:16:27.058Z] 88aed2bd584f: Waiting [2020-12-15T05:16:27.058Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:27.058Z] 4619139e25b1: Layer already exists [2020-12-15T05:16:27.058Z] 4a2511b56760: Layer already exists [2020-12-15T05:16:27.058Z] a7ecabc2280e: Layer already exists [2020-12-15T05:16:27.058Z] 704b7abb656d: Layer already exists [2020-12-15T05:16:27.058Z] c986c30f4ed1: Layer already exists [2020-12-15T05:16:27.058Z] 933d9d0d1293: Layer already exists [2020-12-15T05:16:27.058Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:27.058Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:27.058Z] 06767b9155fe: Layer already exists [2020-12-15T05:16:27.059Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:27.416Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:28.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-15T05:16:28.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T05:16:28.361Z] a7ecabc2280e: Preparing [2020-12-15T05:16:28.361Z] 704b7abb656d: Preparing [2020-12-15T05:16:28.361Z] c986c30f4ed1: Preparing [2020-12-15T05:16:28.361Z] 4619139e25b1: Preparing [2020-12-15T05:16:28.361Z] 4a2511b56760: Preparing [2020-12-15T05:16:28.361Z] 933d9d0d1293: Preparing [2020-12-15T05:16:28.361Z] 06767b9155fe: Preparing [2020-12-15T05:16:28.361Z] 88aed2bd584f: Preparing [2020-12-15T05:16:28.361Z] 1b3ee35aacca: Preparing [2020-12-15T05:16:28.361Z] 933d9d0d1293: Waiting [2020-12-15T05:16:28.361Z] 06767b9155fe: Waiting [2020-12-15T05:16:28.361Z] 88aed2bd584f: Waiting [2020-12-15T05:16:28.361Z] 1b3ee35aacca: Waiting [2020-12-15T05:16:28.361Z] 4619139e25b1: Layer already exists [2020-12-15T05:16:28.361Z] 4a2511b56760: Layer already exists [2020-12-15T05:16:28.361Z] 704b7abb656d: Layer already exists [2020-12-15T05:16:28.361Z] c986c30f4ed1: Layer already exists [2020-12-15T05:16:28.361Z] a7ecabc2280e: Layer already exists [2020-12-15T05:16:28.634Z] 88aed2bd584f: Layer already exists [2020-12-15T05:16:28.634Z] 06767b9155fe: Layer already exists [2020-12-15T05:16:28.634Z] 933d9d0d1293: Layer already exists [2020-12-15T05:16:28.634Z] 1b3ee35aacca: Layer already exists [2020-12-15T05:16:28.634Z] master: digest: sha256:a2a0a555aa443a1e20c165469180892bd083e5d78fb684f63c5891ed947535b6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:28.865Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:28.949Z] taggedImages: [2020-12-15T05:16:28.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:28.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.10 [2020-12-15T05:16:28.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:28.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-15T05:16:29.018Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-15T05:16:29.018Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:29.018Z] 2.0.0-dev.10 [2020-12-15T05:16:29.018Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:29.018Z] master [2020-12-15T05:16:29.018Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:29.525Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:30.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:30.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T05:16:30.422Z] e9f8202e51a1: Preparing [2020-12-15T05:16:30.422Z] 9d76329997d7: Preparing [2020-12-15T05:16:30.422Z] 6cab1f237552: Preparing [2020-12-15T05:16:30.422Z] 9e6699a4e9ab: Preparing [2020-12-15T05:16:30.422Z] 50d976a60ae6: Preparing [2020-12-15T05:16:30.422Z] aa94c5e4be4e: Preparing [2020-12-15T05:16:30.422Z] aa94c5e4be4e: Waiting [2020-12-15T05:16:30.712Z] e9f8202e51a1: Pushed [2020-12-15T05:16:30.712Z] 6cab1f237552: Pushed [2020-12-15T05:16:30.712Z] 50d976a60ae6: Pushed [2020-12-15T05:16:30.712Z] 9e6699a4e9ab: Pushed [2020-12-15T05:16:30.999Z] aa94c5e4be4e: Pushed [2020-12-15T05:16:32.444Z] 9d76329997d7: Pushed [2020-12-15T05:16:32.709Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:33.080Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:33.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 [2020-12-15T05:16:33.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T05:16:33.796Z] e9f8202e51a1: Preparing [2020-12-15T05:16:33.796Z] 9d76329997d7: Preparing [2020-12-15T05:16:33.796Z] 6cab1f237552: Preparing [2020-12-15T05:16:33.796Z] 9e6699a4e9ab: Preparing [2020-12-15T05:16:33.796Z] 50d976a60ae6: Preparing [2020-12-15T05:16:33.796Z] aa94c5e4be4e: Preparing [2020-12-15T05:16:33.796Z] aa94c5e4be4e: Waiting [2020-12-15T05:16:33.796Z] 9e6699a4e9ab: Layer already exists [2020-12-15T05:16:33.796Z] e9f8202e51a1: Layer already exists [2020-12-15T05:16:33.796Z] 50d976a60ae6: Layer already exists [2020-12-15T05:16:33.796Z] 9d76329997d7: Layer already exists [2020-12-15T05:16:33.796Z] 6cab1f237552: Layer already exists [2020-12-15T05:16:33.796Z] aa94c5e4be4e: Layer already exists [2020-12-15T05:16:34.068Z] 2.0.0-dev.10: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:34.456Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:34.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:35.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T05:16:35.111Z] e9f8202e51a1: Preparing [2020-12-15T05:16:35.111Z] 9d76329997d7: Preparing [2020-12-15T05:16:35.111Z] 6cab1f237552: Preparing [2020-12-15T05:16:35.111Z] 9e6699a4e9ab: Preparing [2020-12-15T05:16:35.111Z] 50d976a60ae6: Preparing [2020-12-15T05:16:35.111Z] aa94c5e4be4e: Preparing [2020-12-15T05:16:35.111Z] aa94c5e4be4e: Waiting [2020-12-15T05:16:35.111Z] 50d976a60ae6: Layer already exists [2020-12-15T05:16:35.111Z] e9f8202e51a1: Layer already exists [2020-12-15T05:16:35.111Z] 6cab1f237552: Layer already exists [2020-12-15T05:16:35.111Z] 9d76329997d7: Layer already exists [2020-12-15T05:16:35.111Z] 9e6699a4e9ab: Layer already exists [2020-12-15T05:16:35.111Z] aa94c5e4be4e: Layer already exists [2020-12-15T05:16:35.111Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:35.458Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:36.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-15T05:16:36.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T05:16:36.343Z] e9f8202e51a1: Preparing [2020-12-15T05:16:36.343Z] 9d76329997d7: Preparing [2020-12-15T05:16:36.343Z] 6cab1f237552: Preparing [2020-12-15T05:16:36.343Z] 9e6699a4e9ab: Preparing [2020-12-15T05:16:36.343Z] 50d976a60ae6: Preparing [2020-12-15T05:16:36.343Z] aa94c5e4be4e: Preparing [2020-12-15T05:16:36.343Z] aa94c5e4be4e: Waiting [2020-12-15T05:16:36.343Z] 50d976a60ae6: Layer already exists [2020-12-15T05:16:36.343Z] 9d76329997d7: Layer already exists [2020-12-15T05:16:36.343Z] e9f8202e51a1: Layer already exists [2020-12-15T05:16:36.343Z] 6cab1f237552: Layer already exists [2020-12-15T05:16:36.343Z] 9e6699a4e9ab: Layer already exists [2020-12-15T05:16:36.343Z] aa94c5e4be4e: Layer already exists [2020-12-15T05:16:36.343Z] master: digest: sha256:66805bb10b902e82331bd9da4442add402f0f2fe1a84274dcdf9377bd3009c6f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:36.542Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:36.591Z] taggedImages: [2020-12-15T05:16:36.591Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:36.591Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.10 [2020-12-15T05:16:36.591Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:36.591Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-15T05:16:36.687Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-15T05:16:36.687Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:36.687Z] 2.0.0-dev.10 [2020-12-15T05:16:36.687Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:36.687Z] master [2020-12-15T05:16:36.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:37.200Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:37.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:37.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T05:16:37.532Z] 65fe25dffd8b: Preparing [2020-12-15T05:16:37.532Z] 2ce5ba8e4703: Preparing [2020-12-15T05:16:37.532Z] a92fb9cd1a23: Preparing [2020-12-15T05:16:37.798Z] a92fb9cd1a23: Pushed [2020-12-15T05:16:37.798Z] 65fe25dffd8b: Pushed [2020-12-15T05:16:39.781Z] 2ce5ba8e4703: Pushed [2020-12-15T05:16:39.781Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:40.104Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:40.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 [2020-12-15T05:16:40.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T05:16:40.472Z] 65fe25dffd8b: Preparing [2020-12-15T05:16:40.472Z] 2ce5ba8e4703: Preparing [2020-12-15T05:16:40.472Z] a92fb9cd1a23: Preparing [2020-12-15T05:16:40.472Z] a92fb9cd1a23: Layer already exists [2020-12-15T05:16:40.472Z] 65fe25dffd8b: Layer already exists [2020-12-15T05:16:40.472Z] 2ce5ba8e4703: Layer already exists [2020-12-15T05:16:40.742Z] 2.0.0-dev.10: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:41.089Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:41.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:41.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T05:16:41.416Z] 65fe25dffd8b: Preparing [2020-12-15T05:16:41.416Z] 2ce5ba8e4703: Preparing [2020-12-15T05:16:41.416Z] a92fb9cd1a23: Preparing [2020-12-15T05:16:41.416Z] 65fe25dffd8b: Layer already exists [2020-12-15T05:16:41.416Z] a92fb9cd1a23: Layer already exists [2020-12-15T05:16:41.416Z] 2ce5ba8e4703: Layer already exists [2020-12-15T05:16:41.679Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:42.005Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:42.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-15T05:16:42.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T05:16:42.333Z] 65fe25dffd8b: Preparing [2020-12-15T05:16:42.333Z] 2ce5ba8e4703: Preparing [2020-12-15T05:16:42.333Z] a92fb9cd1a23: Preparing [2020-12-15T05:16:42.333Z] 2ce5ba8e4703: Layer already exists [2020-12-15T05:16:42.333Z] a92fb9cd1a23: Layer already exists [2020-12-15T05:16:42.333Z] 65fe25dffd8b: Layer already exists [2020-12-15T05:16:42.624Z] master: digest: sha256:bf879eb9246c036ca78c87de395e2ac5e116a07edaded101e13a94f6e027db70 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:42.849Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:42.898Z] taggedImages: [2020-12-15T05:16:42.898Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:42.898Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.10 [2020-12-15T05:16:42.898Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:42.898Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-15T05:16:42.968Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-15T05:16:42.968Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:42.968Z] 2.0.0-dev.10 [2020-12-15T05:16:42.968Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:42.968Z] master [2020-12-15T05:16:42.969Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:43.463Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:45.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:45.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T05:16:45.695Z] 070989d6e598: Preparing [2020-12-15T05:16:45.695Z] de6780a856f0: Preparing [2020-12-15T05:16:45.695Z] df7077369ac5: Preparing [2020-12-15T05:16:45.695Z] 849c4e796149: Preparing [2020-12-15T05:16:45.695Z] 4689eac9b38a: Preparing [2020-12-15T05:16:45.695Z] 894f8fcc9e9c: Preparing [2020-12-15T05:16:45.695Z] 38a2cb05a652: Preparing [2020-12-15T05:16:45.695Z] 0754057c0ad3: Preparing [2020-12-15T05:16:45.695Z] 998cdf262ab1: Preparing [2020-12-15T05:16:45.695Z] 02e56110abd2: Preparing [2020-12-15T05:16:45.695Z] abc36efb885a: Preparing [2020-12-15T05:16:45.695Z] b0b09059f4e1: Preparing [2020-12-15T05:16:45.695Z] bb961f40224b: Preparing [2020-12-15T05:16:45.695Z] f4666769fca7: Preparing [2020-12-15T05:16:45.695Z] 894f8fcc9e9c: Waiting [2020-12-15T05:16:45.695Z] 38a2cb05a652: Waiting [2020-12-15T05:16:45.695Z] 0754057c0ad3: Waiting [2020-12-15T05:16:45.695Z] 998cdf262ab1: Waiting [2020-12-15T05:16:45.695Z] 02e56110abd2: Waiting [2020-12-15T05:16:45.695Z] abc36efb885a: Waiting [2020-12-15T05:16:45.695Z] b0b09059f4e1: Waiting [2020-12-15T05:16:45.695Z] bb961f40224b: Waiting [2020-12-15T05:16:45.695Z] f4666769fca7: Waiting [2020-12-15T05:16:46.360Z] 4689eac9b38a: Pushed [2020-12-15T05:16:46.671Z] 070989d6e598: Pushed [2020-12-15T05:16:47.706Z] 849c4e796149: Pushed [2020-12-15T05:16:48.039Z] 0754057c0ad3: Layer already exists [2020-12-15T05:16:48.039Z] 38a2cb05a652: Pushed [2020-12-15T05:16:48.039Z] 998cdf262ab1: Layer already exists [2020-12-15T05:16:48.039Z] de6780a856f0: Pushed [2020-12-15T05:16:48.354Z] 02e56110abd2: Layer already exists [2020-12-15T05:16:48.355Z] abc36efb885a: Layer already exists [2020-12-15T05:16:48.355Z] bb961f40224b: Layer already exists [2020-12-15T05:16:48.355Z] b0b09059f4e1: Layer already exists [2020-12-15T05:16:48.355Z] f4666769fca7: Layer already exists [2020-12-15T05:16:49.364Z] 894f8fcc9e9c: Pushed [2020-12-15T05:16:54.804Z] df7077369ac5: Pushed [2020-12-15T05:16:54.804Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:55.170Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:55.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 [2020-12-15T05:16:56.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T05:16:56.089Z] 070989d6e598: Preparing [2020-12-15T05:16:56.089Z] de6780a856f0: Preparing [2020-12-15T05:16:56.089Z] df7077369ac5: Preparing [2020-12-15T05:16:56.089Z] 849c4e796149: Preparing [2020-12-15T05:16:56.089Z] 4689eac9b38a: Preparing [2020-12-15T05:16:56.089Z] 894f8fcc9e9c: Preparing [2020-12-15T05:16:56.089Z] 38a2cb05a652: Preparing [2020-12-15T05:16:56.089Z] 0754057c0ad3: Preparing [2020-12-15T05:16:56.089Z] 998cdf262ab1: Preparing [2020-12-15T05:16:56.089Z] 02e56110abd2: Preparing [2020-12-15T05:16:56.089Z] abc36efb885a: Preparing [2020-12-15T05:16:56.089Z] b0b09059f4e1: Preparing [2020-12-15T05:16:56.089Z] bb961f40224b: Preparing [2020-12-15T05:16:56.089Z] f4666769fca7: Preparing [2020-12-15T05:16:56.089Z] 894f8fcc9e9c: Waiting [2020-12-15T05:16:56.089Z] abc36efb885a: Waiting [2020-12-15T05:16:56.089Z] b0b09059f4e1: Waiting [2020-12-15T05:16:56.089Z] 38a2cb05a652: Waiting [2020-12-15T05:16:56.089Z] 0754057c0ad3: Waiting [2020-12-15T05:16:56.089Z] 998cdf262ab1: Waiting [2020-12-15T05:16:56.089Z] 02e56110abd2: Waiting [2020-12-15T05:16:56.089Z] bb961f40224b: Waiting [2020-12-15T05:16:56.089Z] f4666769fca7: Waiting [2020-12-15T05:16:56.089Z] 849c4e796149: Layer already exists [2020-12-15T05:16:56.089Z] 4689eac9b38a: Layer already exists [2020-12-15T05:16:56.089Z] 070989d6e598: Layer already exists [2020-12-15T05:16:56.089Z] de6780a856f0: Layer already exists [2020-12-15T05:16:56.089Z] df7077369ac5: Layer already exists [2020-12-15T05:16:56.362Z] 894f8fcc9e9c: Layer already exists [2020-12-15T05:16:56.363Z] 38a2cb05a652: Layer already exists [2020-12-15T05:16:56.363Z] 0754057c0ad3: Layer already exists [2020-12-15T05:16:56.363Z] 02e56110abd2: Layer already exists [2020-12-15T05:16:56.363Z] 998cdf262ab1: Layer already exists [2020-12-15T05:16:56.363Z] abc36efb885a: Layer already exists [2020-12-15T05:16:56.363Z] b0b09059f4e1: Layer already exists [2020-12-15T05:16:56.363Z] bb961f40224b: Layer already exists [2020-12-15T05:16:56.363Z] f4666769fca7: Layer already exists [2020-12-15T05:16:56.363Z] 2.0.0-dev.10: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:56.792Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:57.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:57.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T05:16:57.170Z] 070989d6e598: Preparing [2020-12-15T05:16:57.170Z] de6780a856f0: Preparing [2020-12-15T05:16:57.170Z] df7077369ac5: Preparing [2020-12-15T05:16:57.170Z] 849c4e796149: Preparing [2020-12-15T05:16:57.170Z] 4689eac9b38a: Preparing [2020-12-15T05:16:57.170Z] 894f8fcc9e9c: Preparing [2020-12-15T05:16:57.170Z] 38a2cb05a652: Preparing [2020-12-15T05:16:57.170Z] 0754057c0ad3: Preparing [2020-12-15T05:16:57.170Z] 998cdf262ab1: Preparing [2020-12-15T05:16:57.170Z] 02e56110abd2: Preparing [2020-12-15T05:16:57.170Z] abc36efb885a: Preparing [2020-12-15T05:16:57.170Z] b0b09059f4e1: Preparing [2020-12-15T05:16:57.170Z] bb961f40224b: Preparing [2020-12-15T05:16:57.170Z] f4666769fca7: Preparing [2020-12-15T05:16:57.170Z] 894f8fcc9e9c: Waiting [2020-12-15T05:16:57.170Z] 38a2cb05a652: Waiting [2020-12-15T05:16:57.170Z] 0754057c0ad3: Waiting [2020-12-15T05:16:57.170Z] 998cdf262ab1: Waiting [2020-12-15T05:16:57.170Z] 02e56110abd2: Waiting [2020-12-15T05:16:57.170Z] abc36efb885a: Waiting [2020-12-15T05:16:57.170Z] b0b09059f4e1: Waiting [2020-12-15T05:16:57.170Z] bb961f40224b: Waiting [2020-12-15T05:16:57.170Z] f4666769fca7: Waiting [2020-12-15T05:16:57.170Z] 4689eac9b38a: Layer already exists [2020-12-15T05:16:57.170Z] de6780a856f0: Layer already exists [2020-12-15T05:16:57.170Z] 070989d6e598: Layer already exists [2020-12-15T05:16:57.170Z] 849c4e796149: Layer already exists [2020-12-15T05:16:57.170Z] df7077369ac5: Layer already exists [2020-12-15T05:16:57.170Z] 38a2cb05a652: Layer already exists [2020-12-15T05:16:57.170Z] 998cdf262ab1: Layer already exists [2020-12-15T05:16:57.170Z] 0754057c0ad3: Layer already exists [2020-12-15T05:16:57.170Z] 894f8fcc9e9c: Layer already exists [2020-12-15T05:16:57.170Z] 02e56110abd2: Layer already exists [2020-12-15T05:16:57.170Z] f4666769fca7: Layer already exists [2020-12-15T05:16:57.170Z] bb961f40224b: Layer already exists [2020-12-15T05:16:57.170Z] abc36efb885a: Layer already exists [2020-12-15T05:16:57.443Z] b0b09059f4e1: Layer already exists [2020-12-15T05:16:57.443Z] 5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:57.796Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:16:58.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-15T05:16:58.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T05:16:58.138Z] 070989d6e598: Preparing [2020-12-15T05:16:58.138Z] de6780a856f0: Preparing [2020-12-15T05:16:58.138Z] df7077369ac5: Preparing [2020-12-15T05:16:58.138Z] 849c4e796149: Preparing [2020-12-15T05:16:58.138Z] 4689eac9b38a: Preparing [2020-12-15T05:16:58.138Z] 894f8fcc9e9c: Preparing [2020-12-15T05:16:58.138Z] 38a2cb05a652: Preparing [2020-12-15T05:16:58.138Z] 0754057c0ad3: Preparing [2020-12-15T05:16:58.138Z] 998cdf262ab1: Preparing [2020-12-15T05:16:58.138Z] 02e56110abd2: Preparing [2020-12-15T05:16:58.138Z] abc36efb885a: Preparing [2020-12-15T05:16:58.138Z] b0b09059f4e1: Preparing [2020-12-15T05:16:58.138Z] bb961f40224b: Preparing [2020-12-15T05:16:58.138Z] f4666769fca7: Preparing [2020-12-15T05:16:58.138Z] 894f8fcc9e9c: Waiting [2020-12-15T05:16:58.138Z] 38a2cb05a652: Waiting [2020-12-15T05:16:58.138Z] 998cdf262ab1: Waiting [2020-12-15T05:16:58.138Z] 0754057c0ad3: Waiting [2020-12-15T05:16:58.138Z] 02e56110abd2: Waiting [2020-12-15T05:16:58.138Z] bb961f40224b: Waiting [2020-12-15T05:16:58.138Z] f4666769fca7: Waiting [2020-12-15T05:16:58.138Z] abc36efb885a: Waiting [2020-12-15T05:16:58.138Z] b0b09059f4e1: Waiting [2020-12-15T05:16:58.410Z] 070989d6e598: Layer already exists [2020-12-15T05:16:58.410Z] de6780a856f0: Layer already exists [2020-12-15T05:16:58.410Z] 849c4e796149: Layer already exists [2020-12-15T05:16:58.410Z] 4689eac9b38a: Layer already exists [2020-12-15T05:16:58.410Z] df7077369ac5: Layer already exists [2020-12-15T05:16:58.410Z] 894f8fcc9e9c: Layer already exists [2020-12-15T05:16:58.410Z] 998cdf262ab1: Layer already exists [2020-12-15T05:16:58.410Z] 02e56110abd2: Layer already exists [2020-12-15T05:16:58.410Z] 38a2cb05a652: Layer already exists [2020-12-15T05:16:58.410Z] 0754057c0ad3: Layer already exists [2020-12-15T05:16:58.410Z] abc36efb885a: Layer already exists [2020-12-15T05:16:58.410Z] b0b09059f4e1: Layer already exists [2020-12-15T05:16:58.410Z] bb961f40224b: Layer already exists [2020-12-15T05:16:58.410Z] f4666769fca7: Layer already exists [2020-12-15T05:16:58.698Z] master: digest: sha256:f1e78eaaf64e4a33f8a8c106312dba4a8cc7fa8fe2e5cb33ea16a71fda27d384 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T05:16:58.884Z] ===================================================== [Pipeline] echo [2020-12-15T05:16:58.932Z] taggedImages: [2020-12-15T05:16:58.932Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af [2020-12-15T05:16:58.932Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.10 [2020-12-15T05:16:58.932Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af-2.0.0-dev.10 [2020-12-15T05:16:58.932Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T05:17:00.688Z] provisioning config files... [2020-12-15T05:17:00.703Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/254@tmp/config6933223631042780898tmp [Pipeline] { [Pipeline] sh [2020-12-15T05:17:01.201Z] + set +x [2020-12-15T05:17:01.201Z] + curl -s https://codecov.io/bash [2020-12-15T05:17:01.201Z] + bash -s -- [2020-12-15T05:17:01.789Z] [2020-12-15T05:17:01.789Z] _____ _ [2020-12-15T05:17:01.789Z] / ____| | | [2020-12-15T05:17:01.789Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T05:17:01.789Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T05:17:01.789Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T05:17:01.789Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T05:17:01.789Z] Bash-20201130-cc6d3fe [2020-12-15T05:17:01.789Z] [2020-12-15T05:17:01.789Z] [2020-12-15T05:17:01.789Z] ==> Jenkins CI detected. [2020-12-15T05:17:01.789Z] project root: . [2020-12-15T05:17:01.789Z] --> token set from env [2020-12-15T05:17:02.077Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T05:17:02.077Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T05:17:02.077Z] ==> Python coveragepy not found [2020-12-15T05:17:02.077Z] ==> Searching for coverage reports in: [2020-12-15T05:17:02.077Z] + . [2020-12-15T05:17:02.362Z] -> Found 1 reports [2020-12-15T05:17:02.362Z] ==> Detecting git/mercurial file structure [2020-12-15T05:17:02.362Z] ==> Reading reports [2020-12-15T05:17:02.362Z] + ./coverage.out bytes=568194 [2020-12-15T05:17:02.362Z] ==> Appending adjustments [2020-12-15T05:17:02.362Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T05:17:09.275Z] + Found adjustments [2020-12-15T05:17:09.275Z] ==> Gzipping contents [2020-12-15T05:17:09.275Z] 88K /tmp/codecov.M62qKu.gz [2020-12-15T05:17:09.275Z] ==> Uploading reports [2020-12-15T05:17:09.275Z] url: https://codecov.io [2020-12-15T05:17:09.275Z] query: branch=master&commit=5c7d82cd65b8973aa000dcfc910cc709fcfb47af&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T05:17:09.275Z] -> Pinging Codecov [2020-12-15T05:17:09.275Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=5c7d82cd65b8973aa000dcfc910cc709fcfb47af&build=254&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F254%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T05:17:09.275Z] -> Uploading to [2020-12-15T05:17:09.275Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/5c7d82cd65b8973aa000dcfc910cc709fcfb47af/8f583c7e-8168-4499-8574-e013b783d9f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T051708Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d37da9b736c4f8b550cc66263f12b6fefd15639dae29b4ecb81cf825abfd7437 [2020-12-15T05:17:09.275Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:17:09.275Z] Dload Upload Total Spent Left Speed [2020-12-15T05:17:09.275Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87918 0 0 100 87918 0 151k --:--:-- --:--:-- --:--:-- 151k 100 87918 0 0 100 87918 0 150k --:--:-- --:--:-- --:--:-- 150k [2020-12-15T05:17:09.275Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5c7d82cd65b8973aa000dcfc910cc709fcfb47af [Pipeline] } [2020-12-15T05:17:09.287Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-15T05:17:10.143Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-15T05:17:10.272Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:17:10.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:17:10.916Z] [2020-12-15T05:17:10.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:17:11.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:17:11.293Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-15T05:17:11.293Z] 188c0c94c7c5: Already exists [2020-12-15T05:17:11.293Z] 0ef7d3d256c8: Already exists [2020-12-15T05:17:11.293Z] de9db76c5a1d: Already exists [2020-12-15T05:17:11.293Z] 0eba1c9be4d2: Pulling fs layer [2020-12-15T05:17:11.293Z] 0d57e429df01: Pulling fs layer [2020-12-15T05:17:11.293Z] 4e4be7b47b0d: Pulling fs layer [2020-12-15T05:17:11.293Z] e1f770b5df2f: Pulling fs layer [2020-12-15T05:17:11.293Z] 85a0685a4137: Pulling fs layer [2020-12-15T05:17:11.293Z] e1f770b5df2f: Waiting [2020-12-15T05:17:11.293Z] 85a0685a4137: Waiting [2020-12-15T05:17:11.293Z] 4e4be7b47b0d: Verifying Checksum [2020-12-15T05:17:11.293Z] 4e4be7b47b0d: Download complete [2020-12-15T05:17:11.293Z] 0d57e429df01: Verifying Checksum [2020-12-15T05:17:11.293Z] 0d57e429df01: Download complete [2020-12-15T05:17:13.885Z] e1f770b5df2f: Verifying Checksum [2020-12-15T05:17:13.886Z] e1f770b5df2f: Download complete [2020-12-15T05:17:16.633Z] 0eba1c9be4d2: Verifying Checksum [2020-12-15T05:17:16.633Z] 0eba1c9be4d2: Download complete [2020-12-15T05:17:18.649Z] 85a0685a4137: Verifying Checksum [2020-12-15T05:17:18.649Z] 85a0685a4137: Download complete [2020-12-15T05:17:29.010Z] 0eba1c9be4d2: Pull complete [2020-12-15T05:17:29.284Z] 0d57e429df01: Pull complete [2020-12-15T05:17:29.284Z] 4e4be7b47b0d: Pull complete [2020-12-15T05:17:33.885Z] e1f770b5df2f: Pull complete [2020-12-15T05:17:49.166Z] 85a0685a4137: Pull complete [2020-12-15T05:17:49.166Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-15T05:17:49.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:17:49.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-15T05:17:49.831Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:17:49.942Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:17:52.879Z] $ docker top 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T05:17:53.354Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-15T05:17:54.020Z] + set -o pipefail [2020-12-15T05:17:54.020Z] + snyk monitor '--org=edgex-jenkins' [2020-12-15T05:18:12.274Z] [2020-12-15T05:18:12.274Z] Monitoring /w/workspace/edgex-go/254 (github.com/edgexfoundry/edgex-go)... [2020-12-15T05:18:12.274Z] [2020-12-15T05:18:12.274Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/247596b1-5fe6-4e44-8366-8a7f981906b2 [2020-12-15T05:18:12.274Z] [2020-12-15T05:18:12.274Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-15T05:18:12.274Z] [2020-12-15T05:18:12.274Z] [2020-12-15T05:18:12.274Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-15T05:18:12.274Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-15T05:18:12.306Z] $ docker stop --time=1 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 [2020-12-15T05:18:15.593Z] $ docker rm -f 8c02c0365f4444810e6392799da06d8b4209019b0e2f6d1f0b1c86de770615d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-15T05:18:17.422Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-15T05:18:17.425Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:18:17.741Z] + set -o pipefail [2020-12-15T05:18:17.741Z] + tee .snyk [2020-12-15T05:18:17.742Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:18:18.005Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:18:18.006Z] version: v1.14.1 [2020-12-15T05:18:18.006Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:18:18.006Z] ignore: [2020-12-15T05:18:18.006Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:18:18.006Z] - '*': [2020-12-15T05:18:18.006Z] reason: does not apply # justification for ignoring [2020-12-15T05:18:18.006Z] 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-15T05:18:18.006Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:18:18.006Z] - '*': [2020-12-15T05:18:18.006Z] reason: false positive [2020-12-15T05:18:18.006Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:18:18.006Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:18:18.006Z] - '*': [2020-12-15T05:18:18.006Z] reason: does not apply [2020-12-15T05:18:18.006Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:18:18.006Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:18:18.136Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:18:18.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:18:18.794Z] . [Pipeline] withDockerContainer [2020-12-15T05:18:19.062Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:18:19.149Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:18:21.164Z] $ docker top 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:18:22.072Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:18:22.357Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:18:22.689Z] + set -o pipefail [2020-12-15T05:18:22.689Z] + snyk-to-html -o snykReport.html [2020-12-15T05:18:22.689Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:18:41.090Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:18:41.112Z] $ docker stop --time=1 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 [2020-12-15T05:18:42.979Z] $ docker rm -f 311a8545247d44d619cfd2475d41d304c8fd2730ba888d33a50cb03f991ac6a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:18:43.781Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-15T05:18:43.786Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:18:44.157Z] + set -o pipefail [2020-12-15T05:18:44.157Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:18:44.157Z] + tee .snyk [2020-12-15T05:18:44.427Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:18:44.427Z] version: v1.14.1 [2020-12-15T05:18:44.427Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:18:44.427Z] ignore: [2020-12-15T05:18:44.427Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:18:44.427Z] - '*': [2020-12-15T05:18:44.427Z] reason: does not apply # justification for ignoring [2020-12-15T05:18:44.427Z] 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-15T05:18:44.427Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:18:44.427Z] - '*': [2020-12-15T05:18:44.427Z] reason: false positive [2020-12-15T05:18:44.427Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:18:44.427Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:18:44.427Z] - '*': [2020-12-15T05:18:44.427Z] reason: does not apply [2020-12-15T05:18:44.427Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:18:44.427Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:18:44.526Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:18:45.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:18:45.175Z] . [Pipeline] withDockerContainer [2020-12-15T05:18:45.348Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:18:45.529Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:18:47.096Z] $ docker top f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:18:47.780Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:18:47.815Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:18:48.157Z] + set -o pipefail [2020-12-15T05:18:48.157Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:18:48.157Z] + snyk-to-html -o snykReport.html [2020-12-15T05:18:58.452Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:18:58.487Z] $ docker stop --time=1 f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 [2020-12-15T05:19:00.272Z] $ docker rm -f f4de0be838f6fe789c46b571929e560cdcada3eb8aae4fea9e2ca3bedca84ba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:19:00.878Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T05:19:00.880Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T05:19:01.099Z] Archiving artifacts [Pipeline] unstable [2020-12-15T05:19:01.393Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T05:19:01.446Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-15T05:19:01.449Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:19:01.764Z] + set -o pipefail [2020-12-15T05:19:01.765Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:19:01.765Z] + tee .snyk [2020-12-15T05:19:02.049Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:19:02.049Z] version: v1.14.1 [2020-12-15T05:19:02.049Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:19:02.049Z] ignore: [2020-12-15T05:19:02.049Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:19:02.049Z] - '*': [2020-12-15T05:19:02.049Z] reason: does not apply # justification for ignoring [2020-12-15T05:19:02.049Z] 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-15T05:19:02.049Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:19:02.049Z] - '*': [2020-12-15T05:19:02.049Z] reason: false positive [2020-12-15T05:19:02.049Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:02.049Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:19:02.049Z] - '*': [2020-12-15T05:19:02.049Z] reason: does not apply [2020-12-15T05:19:02.049Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:02.049Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:19:02.219Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:19:02.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:19:03.019Z] . [Pipeline] withDockerContainer [2020-12-15T05:19:03.311Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:19:03.437Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:19:04.901Z] $ docker top 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:19:05.598Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:19:05.650Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:19:06.394Z] + set -o pipefail [2020-12-15T05:19:06.394Z] + snyk-to-html -o snykReport.html [2020-12-15T05:19:06.394Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:19:24.907Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:19:24.938Z] $ docker stop --time=1 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b [2020-12-15T05:19:27.129Z] $ docker rm -f 2a40dfd2bebe0bda7184d380afb5aedbed15f6bc779e5a7df224db4a84d2291b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:19:27.674Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-15T05:19:27.678Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:19:27.999Z] + set -o pipefail [2020-12-15T05:19:28.000Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:19:28.000Z] + tee .snyk [2020-12-15T05:19:28.283Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:19:28.283Z] version: v1.14.1 [2020-12-15T05:19:28.283Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:19:28.283Z] ignore: [2020-12-15T05:19:28.283Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:19:28.283Z] - '*': [2020-12-15T05:19:28.283Z] reason: does not apply # justification for ignoring [2020-12-15T05:19:28.283Z] 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-15T05:19:28.283Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:19:28.283Z] - '*': [2020-12-15T05:19:28.283Z] reason: false positive [2020-12-15T05:19:28.284Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:28.284Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:19:28.284Z] - '*': [2020-12-15T05:19:28.284Z] reason: does not apply [2020-12-15T05:19:28.284Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:28.284Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:19:28.390Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:19:28.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:19:28.791Z] . [Pipeline] withDockerContainer [2020-12-15T05:19:29.077Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:19:29.171Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:19:30.369Z] $ docker top 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:19:30.991Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:19:31.007Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:19:31.371Z] + set -o pipefail [2020-12-15T05:19:31.372Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:19:31.372Z] + snyk-to-html -o snykReport.html [2020-12-15T05:19:41.650Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:19:41.684Z] $ docker stop --time=1 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 [2020-12-15T05:19:43.383Z] $ docker rm -f 660a92a84f25b6cfe4e7d4cefd3512eb2bc0e5b6ce8de31e9ee7f97f61d929c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:19:43.814Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-15T05:19:43.817Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:19:44.144Z] + set -o pipefail [2020-12-15T05:19:44.144Z] + tee .snyk [2020-12-15T05:19:44.144Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:19:44.144Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:19:44.144Z] version: v1.14.1 [2020-12-15T05:19:44.144Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:19:44.144Z] ignore: [2020-12-15T05:19:44.144Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:19:44.144Z] - '*': [2020-12-15T05:19:44.144Z] reason: does not apply # justification for ignoring [2020-12-15T05:19:44.144Z] 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-15T05:19:44.144Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:19:44.144Z] - '*': [2020-12-15T05:19:44.144Z] reason: false positive [2020-12-15T05:19:44.145Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:44.145Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:19:44.145Z] - '*': [2020-12-15T05:19:44.145Z] reason: does not apply [2020-12-15T05:19:44.145Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:19:44.145Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:19:44.249Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:19:44.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:19:44.634Z] . [Pipeline] withDockerContainer [2020-12-15T05:19:44.918Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:19:45.004Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:19:46.179Z] $ docker top 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:19:47.239Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:19:47.252Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:19:47.607Z] + set -o pipefail [2020-12-15T05:19:47.608Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:19:47.608Z] + snyk-to-html -o snykReport.html [2020-12-15T05:20:00.180Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:20:00.211Z] $ docker stop --time=1 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd [2020-12-15T05:20:02.222Z] $ docker rm -f 9ef3c63c0a1057b2b682c85074490692a39edc92db146c3ed519714e490162bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:20:02.837Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T05:20:02.840Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T05:20:02.966Z] Archiving artifacts [Pipeline] unstable [2020-12-15T05:20:03.034Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T05:20:03.090Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-15T05:20:03.093Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:20:03.431Z] + set -o pipefail [2020-12-15T05:20:03.432Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:20:03.432Z] + tee .snyk [2020-12-15T05:20:03.712Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:20:03.712Z] version: v1.14.1 [2020-12-15T05:20:03.712Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:20:03.712Z] ignore: [2020-12-15T05:20:03.712Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:20:03.712Z] - '*': [2020-12-15T05:20:03.712Z] reason: does not apply # justification for ignoring [2020-12-15T05:20:03.712Z] 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-15T05:20:03.712Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:20:03.712Z] - '*': [2020-12-15T05:20:03.712Z] reason: false positive [2020-12-15T05:20:03.712Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:03.712Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:20:03.712Z] - '*': [2020-12-15T05:20:03.712Z] reason: does not apply [2020-12-15T05:20:03.712Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:03.712Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:20:03.845Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:20:04.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:20:04.234Z] . [Pipeline] withDockerContainer [2020-12-15T05:20:04.506Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:20:04.663Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:20:06.117Z] $ docker top 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:20:07.119Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:20:07.133Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:20:07.821Z] + set -o pipefail [2020-12-15T05:20:07.821Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:20:07.821Z] + snyk-to-html -o snykReport.html [2020-12-15T05:20:18.773Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:20:18.801Z] $ docker stop --time=1 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 [2020-12-15T05:20:20.669Z] $ docker rm -f 2f1e40344b501babde93d13bdf7625793c098c17efb3abd0635a8a1c20cc5ae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:20:21.302Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T05:20:21.304Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T05:20:21.426Z] Archiving artifacts [Pipeline] unstable [2020-12-15T05:20:21.492Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T05:20:21.552Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-15T05:20:21.556Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:20:21.869Z] + set -o pipefail [2020-12-15T05:20:21.869Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:20:21.869Z] + tee .snyk [2020-12-15T05:20:21.869Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:20:21.869Z] version: v1.14.1 [2020-12-15T05:20:21.869Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:20:21.869Z] ignore: [2020-12-15T05:20:21.869Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:20:21.869Z] - '*': [2020-12-15T05:20:21.869Z] reason: does not apply # justification for ignoring [2020-12-15T05:20:21.869Z] 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-15T05:20:21.869Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:20:21.869Z] - '*': [2020-12-15T05:20:21.869Z] reason: false positive [2020-12-15T05:20:21.869Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:21.869Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:20:21.869Z] - '*': [2020-12-15T05:20:21.869Z] reason: does not apply [2020-12-15T05:20:21.869Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:21.869Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:20:21.982Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:20:22.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:20:22.367Z] . [Pipeline] withDockerContainer [2020-12-15T05:20:22.531Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:20:22.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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:20:24.061Z] $ docker top 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:20:24.956Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:20:24.969Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:20:25.642Z] + set -o pipefail [2020-12-15T05:20:25.643Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:20:25.643Z] + snyk-to-html -o snykReport.html [2020-12-15T05:20:35.818Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:20:35.842Z] $ docker stop --time=1 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d [2020-12-15T05:20:37.757Z] $ docker rm -f 460cb49bb02fe054f8ecccb7fc15753ac3d652677ae36c9cfe7c9ec53765383d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:20:38.167Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-15T05:20:38.171Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:20:38.576Z] + set -o pipefail [2020-12-15T05:20:38.576Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:20:38.576Z] + tee .snyk [2020-12-15T05:20:38.842Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:20:38.842Z] version: v1.14.1 [2020-12-15T05:20:38.842Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:20:38.842Z] ignore: [2020-12-15T05:20:38.842Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:20:38.842Z] - '*': [2020-12-15T05:20:38.842Z] reason: does not apply # justification for ignoring [2020-12-15T05:20:38.842Z] 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-15T05:20:38.842Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:20:38.842Z] - '*': [2020-12-15T05:20:38.842Z] reason: false positive [2020-12-15T05:20:38.842Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:38.842Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:20:38.842Z] - '*': [2020-12-15T05:20:38.842Z] reason: does not apply [2020-12-15T05:20:38.842Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:20:38.842Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:20:38.974Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:20:39.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:20:39.354Z] . [Pipeline] withDockerContainer [2020-12-15T05:20:39.651Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:20:39.762Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:20:41.055Z] $ docker top c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:20:41.722Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:20:41.745Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:20:42.108Z] + set -o pipefail [2020-12-15T05:20:42.108Z] + + snyk-to-htmlsnyk -o test snykReport.html '--org=edgex-jenkins' [2020-12-15T05:20:42.108Z] --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:20:57.650Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:20:57.686Z] $ docker stop --time=1 c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 [2020-12-15T05:20:59.673Z] $ docker rm -f c65dfde8a53f7617382e2f1c78896a5e1fb5e4657897d89cd36d74336b6194b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:21:00.287Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-15T05:21:00.290Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:21:00.609Z] + set -o pipefail [2020-12-15T05:21:00.609Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:21:00.609Z] + tee .snyk [2020-12-15T05:21:00.609Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:21:00.609Z] version: v1.14.1 [2020-12-15T05:21:00.609Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:21:00.609Z] ignore: [2020-12-15T05:21:00.609Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:21:00.609Z] - '*': [2020-12-15T05:21:00.609Z] reason: does not apply # justification for ignoring [2020-12-15T05:21:00.609Z] 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-15T05:21:00.609Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:21:00.609Z] - '*': [2020-12-15T05:21:00.609Z] reason: false positive [2020-12-15T05:21:00.609Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:21:00.609Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:21:00.609Z] - '*': [2020-12-15T05:21:00.609Z] reason: does not apply [2020-12-15T05:21:00.609Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:21:00.609Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:21:00.710Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:21:01.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:21:01.153Z] . [Pipeline] withDockerContainer [2020-12-15T05:21:01.375Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:21:01.555Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:21:03.257Z] $ docker top 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:21:03.949Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:21:03.964Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:21:04.625Z] + set -o pipefail [2020-12-15T05:21:04.625Z] + snyk-to-html -o snykReport.html [2020-12-15T05:21:04.625Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:21:19.725Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:21:19.760Z] $ docker stop --time=1 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d [2020-12-15T05:21:21.806Z] $ docker rm -f 7a15be11aed420985e3bc0282117759b65133b6623d734fe66b9544e7c134a1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:21:22.402Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T05:21:22.404Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T05:21:22.710Z] + set -o pipefail [2020-12-15T05:21:22.710Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T05:21:22.710Z] + tee .snyk [2020-12-15T05:21:22.973Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T05:21:22.973Z] version: v1.14.1 [2020-12-15T05:21:22.973Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T05:21:22.973Z] ignore: [2020-12-15T05:21:22.973Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T05:21:22.973Z] - '*': [2020-12-15T05:21:22.973Z] reason: does not apply # justification for ignoring [2020-12-15T05:21:22.973Z] 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-15T05:21:22.973Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T05:21:22.973Z] - '*': [2020-12-15T05:21:22.973Z] reason: false positive [2020-12-15T05:21:22.973Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:21:22.973Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T05:21:22.973Z] - '*': [2020-12-15T05:21:22.973Z] reason: does not apply [2020-12-15T05:21:22.973Z] expires: 2021-01-01T00:00:00 [2020-12-15T05:21:22.973Z] # patch: {} [Pipeline] withCredentials [2020-12-15T05:21:23.064Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:21:23.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T05:21:23.410Z] . [Pipeline] withDockerContainer [2020-12-15T05:21:23.561Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:21:23.630Z] $ 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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@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-devops/edgex-snyk-go:1.410.4 cat [2020-12-15T05:21:24.736Z] $ docker top 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:21:25.672Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T05:21:25.686Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T05:21:26.002Z] + set -o pipefail [2020-12-15T05:21:26.002Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5c7d82cd65b8973aa000dcfc910cc709fcfb47af '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T05:21:26.002Z] + snyk-to-html -o snykReport.html [2020-12-15T05:21:36.245Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T05:21:36.273Z] $ docker stop --time=1 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 [2020-12-15T05:21:38.093Z] $ docker rm -f 9b0a62c6f3b5e30d3d61f85169906d1768d0848d913e32cf8e6b3e9f02c148d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T05:21:38.698Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T05:21:38.701Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T05:21:38.822Z] Archiving artifacts [Pipeline] unstable [2020-12-15T05:21:38.894Z] WARNING: Snyk Found Vulnerabilites [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-15T05:21:39.788Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T05:21:39.852Z] provisioning config files... [2020-12-15T05:21:39.874Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/254@tmp/config689695602209955952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:21:40.301Z] --> edgex-publish-swagger.sh [2020-12-15T05:21:40.301Z] === Publish openapi/v1 API === [2020-12-15T05:21:40.301Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-15T05:21:40.301Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T05:21:40.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:40.301Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:41.520Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8749 0:00:01 0:00:01 --:--:-- 8752 100 10521 0 0 100 10521 0 8748 0:00:01 0:00:01 --:--:-- 8752 [2020-12-15T05:21:41.520Z] [2020-12-15T05:21:41.520Z] [2020-12-15T05:21:41.520Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T05:21:41.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:41.520Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:42.474Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27461 0:00:01 0:00:01 --:--:-- 27473 100 32556 0 0 100 32556 0 27439 0:00:01 0:00:01 --:--:-- 27450 [2020-12-15T05:21:42.748Z] [2020-12-15T05:21:42.748Z] [2020-12-15T05:21:42.748Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T05:21:42.748Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:42.748Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:43.702Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62969 0:00:01 0:00:01 --:--:-- 63008 100 73720 0 0 100 73720 0 62955 0:00:01 0:00:01 --:--:-- 63008 [2020-12-15T05:21:43.702Z] [2020-12-15T05:21:43.702Z] [2020-12-15T05:21:43.968Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T05:21:43.968Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:43.969Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:44.927Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12596 0:00:01 0:00:01 --:--:-- 12609 100 13580 0 0 100 13580 0 12594 0:00:01 0:00:01 --:--:-- 12597 [2020-12-15T05:21:44.927Z] [2020-12-15T05:21:44.927Z] [2020-12-15T05:21:44.927Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T05:21:44.928Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:44.928Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:46.334Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34590 0:00:01 0:00:01 --:--:-- 34598 100 38889 0 0 100 38889 0 34567 0:00:01 0:00:01 --:--:-- 34598 [2020-12-15T05:21:46.334Z] [2020-12-15T05:21:46.334Z] [2020-12-15T05:21:46.334Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T05:21:46.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:46.334Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:47.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14248 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12310 0:00:01 0:00:01 --:--:-- 12314 [2020-12-15T05:21:47.291Z] [2020-12-15T05:21:47.291Z] [2020-12-15T05:21:47.291Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T05:21:47.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:47.291Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:48.550Z] 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 3057 0:00:01 0:00:01 --:--:-- 3057 100 4109 0 0 100 4109 0 2939 0:00:01 0:00:01 --:--:-- 2939 [2020-12-15T05:21:48.550Z] [2020-12-15T05:21:48.550Z] [2020-12-15T05:21:48.550Z] === Publish openapi/v2 API === [2020-12-15T05:21:48.550Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-15T05:21:48.815Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T05:21:48.815Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:48.815Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:50.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24525 0:00:01 0:00:01 --:--:-- 24530 100 29535 0 0 100 29535 0 24519 0:00:01 0:00:01 --:--:-- 24530 [2020-12-15T05:21:50.215Z] [2020-12-15T05:21:50.215Z] [2020-12-15T05:21:50.215Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T05:21:50.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:50.215Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:51.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61192 0 0 100 61192 0 47849 0:00:01 0:00:01 --:--:-- 47881 100 61192 0 0 100 61192 0 47656 0:00:01 0:00:01 --:--:-- 47694 [2020-12-15T05:21:51.168Z] [2020-12-15T05:21:51.168Z] [2020-12-15T05:21:51.168Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T05:21:51.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:51.168Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:52.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 98511 0:00:01 0:00:01 --:--:-- 98522 100 119k 0 0 100 119k 0 98083 0:00:01 0:00:01 --:--:-- 98046 [2020-12-15T05:21:52.384Z] [2020-12-15T05:21:52.384Z] [2020-12-15T05:21:52.650Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T05:21:52.650Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:52.650Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:53.612Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21174 0:00:01 0:00:01 --:--:-- 21190 100 23691 0 0 100 23691 0 21169 0:00:01 0:00:01 --:--:-- 21190 [2020-12-15T05:21:53.612Z] [2020-12-15T05:21:53.612Z] [2020-12-15T05:21:53.612Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T05:21:53.612Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:53.612Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:55.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52842 0:00:01 0:00:01 --:--:-- 52903 100 62691 0 0 100 62691 0 52821 0:00:01 0:00:01 --:--:-- 52859 [2020-12-15T05:21:55.050Z] [2020-12-15T05:21:55.050Z] [2020-12-15T05:21:55.050Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T05:21:55.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:55.050Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:56.475Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 36475 0:00:01 0:00:01 --:--:-- 36491 100 46198 0 0 100 46198 0 36464 0:00:01 0:00:01 --:--:-- 36491 [2020-12-15T05:21:56.475Z] [2020-12-15T05:21:56.475Z] [2020-12-15T05:21:56.475Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T05:21:56.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T05:21:56.475Z] Dload Upload Total Spent Left Speed [2020-12-15T05:21:57.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20226 0:00:01 0:00:01 --:--:-- 20225 100 23725 0 0 100 23725 0 20223 0:00:01 0:00:01 --:--:-- 20225 [2020-12-15T05:21:57.472Z] [2020-12-15T05:21:57.472Z] [Pipeline] } [2020-12-15T05:21:57.483Z] 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-15T05:21:58.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:21:58.574Z] . [Pipeline] withDockerContainer [2020-12-15T05:21:58.847Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:21:58.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T05:22:00.182Z] $ docker top 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T05:22:00.619Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T05:22:00.620Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T05:22:01.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T05:22:01.062Z] $ docker exec 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 ssh-agent [2020-12-15T05:22:01.518Z] SSH_AUTH_SOCK=/tmp/ssh-GaqVCtbZ5cRM/agent.11 [2020-12-15T05:22:01.518Z] SSH_AGENT_PID=17 [2020-12-15T05:22:01.532Z] Running ssh-add (command line suppressed) [2020-12-15T05:22:01.884Z] Identity added: /w/workspace/edgex-go/254@tmp/private_key_702483442062244321.key (/w/workspace/edgex-go/254@tmp/private_key_702483442062244321.key) [2020-12-15T05:22:02.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T05:22:02.464Z] + git semver tag [2020-12-15T05:22:02.741Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T05:22:02.741Z] # $GIT_DIR = /w/workspace/edgex-go/254/.git [2020-12-15T05:22:02.741Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/254 [2020-12-15T05:22:02.741Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T05:22:02.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T05:22:02.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T05:22:02.741Z] # $SEMVER_BRANCH = master [2020-12-15T05:22:03.007Z] # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [2020-12-15T05:22:03.007Z] # 5c7d82cd65b8973aa000dcfc910cc709fcfb47af HEAD [2020-12-15T05:22:03.597Z] # -> Force: false [2020-12-15T05:22:03.597Z] # 2d171377d6d8344289d82a27a5c0840d5d0d61cf refs/tags/v2.0.0-dev.10 [Pipeline] } [2020-12-15T05:22:03.616Z] $ docker exec --env ******** --env ******** 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 ssh-agent -k [2020-12-15T05:22:04.224Z] unset SSH_AUTH_SOCK; [2020-12-15T05:22:04.224Z] unset SSH_AGENT_PID; [2020-12-15T05:22:04.224Z] echo Agent pid 17 killed; [2020-12-15T05:22:04.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T05:22:05.290Z] + git semver [Pipeline] } [2020-12-15T05:22:05.390Z] $ docker stop --time=1 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 [2020-12-15T05:22:07.272Z] $ docker rm -f 8ed648208bec37d1de9ce4ab3b789d1b4153e718a75f87c88f3fed7ab517f537 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:22:08.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T05:22:08.002Z] [2020-12-15T05:22:08.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:22:08.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T05:22:08.663Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-15T05:22:08.663Z] ab5ef0e58194: Pulling fs layer [2020-12-15T05:22:08.663Z] 9712f1f96733: Pulling fs layer [2020-12-15T05:22:08.663Z] 63f879dbbcfc: Pulling fs layer [2020-12-15T05:22:08.663Z] 0d9ebad4ef96: Pulling fs layer [2020-12-15T05:22:08.663Z] e9a5061849ea: Pulling fs layer [2020-12-15T05:22:08.663Z] d747dcd14b5f: Pulling fs layer [2020-12-15T05:22:08.663Z] 2de7ff778b66: Pulling fs layer [2020-12-15T05:22:08.663Z] 0d9ebad4ef96: Waiting [2020-12-15T05:22:08.663Z] e9a5061849ea: Waiting [2020-12-15T05:22:08.663Z] d747dcd14b5f: Waiting [2020-12-15T05:22:08.663Z] 2de7ff778b66: Waiting [2020-12-15T05:22:08.663Z] 9712f1f96733: Download complete [2020-12-15T05:22:12.097Z] 63f879dbbcfc: Verifying Checksum [2020-12-15T05:22:12.097Z] 63f879dbbcfc: Download complete [2020-12-15T05:22:12.097Z] e9a5061849ea: Verifying Checksum [2020-12-15T05:22:12.097Z] e9a5061849ea: Download complete [2020-12-15T05:22:12.097Z] d747dcd14b5f: Verifying Checksum [2020-12-15T05:22:12.097Z] d747dcd14b5f: Download complete [2020-12-15T05:22:13.116Z] 2de7ff778b66: Verifying Checksum [2020-12-15T05:22:13.116Z] 2de7ff778b66: Download complete [2020-12-15T05:22:13.116Z] 0d9ebad4ef96: Verifying Checksum [2020-12-15T05:22:13.116Z] 0d9ebad4ef96: Download complete [2020-12-15T05:22:13.392Z] ab5ef0e58194: Verifying Checksum [2020-12-15T05:22:13.392Z] ab5ef0e58194: Download complete [2020-12-15T05:22:23.685Z] ab5ef0e58194: Pull complete [2020-12-15T05:22:23.685Z] 9712f1f96733: Pull complete [2020-12-15T05:22:25.197Z] 63f879dbbcfc: Pull complete [2020-12-15T05:22:40.368Z] 0d9ebad4ef96: Pull complete [2020-12-15T05:22:40.368Z] e9a5061849ea: Pull complete [2020-12-15T05:22:40.368Z] d747dcd14b5f: Pull complete [2020-12-15T05:22:45.868Z] 2de7ff778b66: Pull complete [2020-12-15T05:22:45.868Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-15T05:22:45.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T05:22:45.868Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-15T05:22:46.269Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:22:46.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-15T05:22:49.651Z] $ docker top e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-15T05:22:50.004Z] provisioning config files... [2020-12-15T05:22:50.024Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/254@tmp/config9173138724419386779tmp [2020-12-15T05:22:50.042Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/254@tmp/config4388544116771963711tmp [2020-12-15T05:22:50.062Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/254@tmp/config8848119856745879666tmp [Pipeline] { [Pipeline] echo [2020-12-15T05:22:50.130Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:22:50.478Z] ---> sigul-configuration.sh [2020-12-15T05:22:50.478Z] gpg: directory `/root/.gnupg' created [2020-12-15T05:22:50.478Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-15T05:22:50.742Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-15T05:22:50.742Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-15T05:22:50.742Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-15T05:22:50.742Z] gpg: CAST5 encrypted data [2020-12-15T05:22:50.742Z] gpg: encrypted with 1 passphrase [2020-12-15T05:22:50.742Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-15T05:22:51.057Z] + mkdir /home/jenkins [2020-12-15T05:22:51.057Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-15T05:22:51.384Z] + 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-15T05:22:51.406Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:22:52.047Z] ---> sigul-install.sh [2020-12-15T05:22:58.709Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-15T05:22:59.368Z] + git tag --list [2020-12-15T05:22:59.369Z] 0.6.0 [2020-12-15T05:22:59.369Z] 0.6.1 [2020-12-15T05:22:59.369Z] 0.7.0 [2020-12-15T05:22:59.369Z] 0.7.1 [2020-12-15T05:22:59.369Z] v1.0.0 [2020-12-15T05:22:59.369Z] v1.0.1 [2020-12-15T05:22:59.369Z] v1.1.0 [2020-12-15T05:22:59.369Z] v1.2.0 [2020-12-15T05:22:59.369Z] v1.2.1 [2020-12-15T05:22:59.369Z] v1.2.2-dev.1 [2020-12-15T05:22:59.369Z] v1.2.2-dev.10 [2020-12-15T05:22:59.369Z] v1.2.2-dev.100 [2020-12-15T05:22:59.369Z] v1.2.2-dev.101 [2020-12-15T05:22:59.369Z] v1.2.2-dev.102 [2020-12-15T05:22:59.369Z] v1.2.2-dev.103 [2020-12-15T05:22:59.369Z] v1.2.2-dev.104 [2020-12-15T05:22:59.369Z] v1.2.2-dev.105 [2020-12-15T05:22:59.369Z] v1.2.2-dev.106 [2020-12-15T05:22:59.369Z] v1.2.2-dev.107 [2020-12-15T05:22:59.369Z] v1.2.2-dev.11 [2020-12-15T05:22:59.369Z] v1.2.2-dev.12 [2020-12-15T05:22:59.369Z] v1.2.2-dev.13 [2020-12-15T05:22:59.369Z] v1.2.2-dev.14 [2020-12-15T05:22:59.369Z] v1.2.2-dev.15 [2020-12-15T05:22:59.369Z] v1.2.2-dev.16 [2020-12-15T05:22:59.369Z] v1.2.2-dev.17 [2020-12-15T05:22:59.369Z] v1.2.2-dev.18 [2020-12-15T05:22:59.369Z] v1.2.2-dev.19 [2020-12-15T05:22:59.369Z] v1.2.2-dev.2 [2020-12-15T05:22:59.369Z] v1.2.2-dev.20 [2020-12-15T05:22:59.369Z] v1.2.2-dev.21 [2020-12-15T05:22:59.369Z] v1.2.2-dev.22 [2020-12-15T05:22:59.369Z] v1.2.2-dev.23 [2020-12-15T05:22:59.369Z] v1.2.2-dev.24 [2020-12-15T05:22:59.369Z] v1.2.2-dev.25 [2020-12-15T05:22:59.369Z] v1.2.2-dev.26 [2020-12-15T05:22:59.369Z] v1.2.2-dev.27 [2020-12-15T05:22:59.369Z] v1.2.2-dev.28 [2020-12-15T05:22:59.369Z] v1.2.2-dev.29 [2020-12-15T05:22:59.369Z] v1.2.2-dev.3 [2020-12-15T05:22:59.369Z] v1.2.2-dev.30 [2020-12-15T05:22:59.369Z] v1.2.2-dev.31 [2020-12-15T05:22:59.369Z] v1.2.2-dev.32 [2020-12-15T05:22:59.369Z] v1.2.2-dev.33 [2020-12-15T05:22:59.369Z] v1.2.2-dev.34 [2020-12-15T05:22:59.369Z] v1.2.2-dev.35 [2020-12-15T05:22:59.369Z] v1.2.2-dev.36 [2020-12-15T05:22:59.369Z] v1.2.2-dev.37 [2020-12-15T05:22:59.369Z] v1.2.2-dev.38 [2020-12-15T05:22:59.369Z] v1.2.2-dev.39 [2020-12-15T05:22:59.369Z] v1.2.2-dev.4 [2020-12-15T05:22:59.369Z] v1.2.2-dev.40 [2020-12-15T05:22:59.369Z] v1.2.2-dev.41 [2020-12-15T05:22:59.369Z] v1.2.2-dev.42 [2020-12-15T05:22:59.369Z] v1.2.2-dev.43 [2020-12-15T05:22:59.369Z] v1.2.2-dev.44 [2020-12-15T05:22:59.369Z] v1.2.2-dev.45 [2020-12-15T05:22:59.369Z] v1.2.2-dev.46 [2020-12-15T05:22:59.369Z] v1.2.2-dev.47 [2020-12-15T05:22:59.369Z] v1.2.2-dev.48 [2020-12-15T05:22:59.369Z] v1.2.2-dev.49 [2020-12-15T05:22:59.369Z] v1.2.2-dev.5 [2020-12-15T05:22:59.369Z] v1.2.2-dev.50 [2020-12-15T05:22:59.369Z] v1.2.2-dev.51 [2020-12-15T05:22:59.369Z] v1.2.2-dev.52 [2020-12-15T05:22:59.369Z] v1.2.2-dev.53 [2020-12-15T05:22:59.369Z] v1.2.2-dev.54 [2020-12-15T05:22:59.369Z] v1.2.2-dev.55 [2020-12-15T05:22:59.369Z] v1.2.2-dev.56 [2020-12-15T05:22:59.369Z] v1.2.2-dev.57 [2020-12-15T05:22:59.369Z] v1.2.2-dev.58 [2020-12-15T05:22:59.369Z] v1.2.2-dev.59 [2020-12-15T05:22:59.369Z] v1.2.2-dev.6 [2020-12-15T05:22:59.369Z] v1.2.2-dev.60 [2020-12-15T05:22:59.369Z] v1.2.2-dev.61 [2020-12-15T05:22:59.369Z] v1.2.2-dev.62 [2020-12-15T05:22:59.369Z] v1.2.2-dev.63 [2020-12-15T05:22:59.369Z] v1.2.2-dev.64 [2020-12-15T05:22:59.369Z] v1.2.2-dev.65 [2020-12-15T05:22:59.369Z] v1.2.2-dev.66 [2020-12-15T05:22:59.369Z] v1.2.2-dev.67 [2020-12-15T05:22:59.369Z] v1.2.2-dev.68 [2020-12-15T05:22:59.369Z] v1.2.2-dev.69 [2020-12-15T05:22:59.369Z] v1.2.2-dev.7 [2020-12-15T05:22:59.369Z] v1.2.2-dev.70 [2020-12-15T05:22:59.369Z] v1.2.2-dev.71 [2020-12-15T05:22:59.369Z] v1.2.2-dev.72 [2020-12-15T05:22:59.369Z] v1.2.2-dev.73 [2020-12-15T05:22:59.369Z] v1.2.2-dev.74 [2020-12-15T05:22:59.369Z] v1.2.2-dev.75 [2020-12-15T05:22:59.369Z] v1.2.2-dev.76 [2020-12-15T05:22:59.369Z] v1.2.2-dev.77 [2020-12-15T05:22:59.369Z] v1.2.2-dev.78 [2020-12-15T05:22:59.369Z] v1.2.2-dev.79 [2020-12-15T05:22:59.369Z] v1.2.2-dev.8 [2020-12-15T05:22:59.369Z] v1.2.2-dev.80 [2020-12-15T05:22:59.369Z] v1.2.2-dev.81 [2020-12-15T05:22:59.369Z] v1.2.2-dev.82 [2020-12-15T05:22:59.369Z] v1.2.2-dev.83 [2020-12-15T05:22:59.369Z] v1.2.2-dev.84 [2020-12-15T05:22:59.369Z] v1.2.2-dev.85 [2020-12-15T05:22:59.369Z] v1.2.2-dev.86 [2020-12-15T05:22:59.369Z] v1.2.2-dev.87 [2020-12-15T05:22:59.369Z] v1.2.2-dev.88 [2020-12-15T05:22:59.369Z] v1.2.2-dev.89 [2020-12-15T05:22:59.369Z] v1.2.2-dev.9 [2020-12-15T05:22:59.369Z] v1.2.2-dev.90 [2020-12-15T05:22:59.369Z] v1.2.2-dev.91 [2020-12-15T05:22:59.369Z] v1.2.2-dev.92 [2020-12-15T05:22:59.369Z] v1.2.2-dev.93 [2020-12-15T05:22:59.369Z] v1.2.2-dev.94 [2020-12-15T05:22:59.369Z] v1.2.2-dev.95 [2020-12-15T05:22:59.369Z] v1.2.2-dev.96 [2020-12-15T05:22:59.369Z] v1.2.2-dev.97 [2020-12-15T05:22:59.369Z] v1.2.2-dev.98 [2020-12-15T05:22:59.369Z] v1.2.2-dev.99 [2020-12-15T05:22:59.369Z] v1.3.0 [2020-12-15T05:22:59.369Z] v1.3.1-dev.1 [2020-12-15T05:22:59.369Z] v1.3.1-dev.10 [2020-12-15T05:22:59.369Z] v1.3.1-dev.11 [2020-12-15T05:22:59.369Z] v1.3.1-dev.12 [2020-12-15T05:22:59.369Z] v1.3.1-dev.13 [2020-12-15T05:22:59.369Z] v1.3.1-dev.14 [2020-12-15T05:22:59.369Z] v1.3.1-dev.15 [2020-12-15T05:22:59.369Z] v1.3.1-dev.16 [2020-12-15T05:22:59.369Z] v1.3.1-dev.17 [2020-12-15T05:22:59.369Z] v1.3.1-dev.18 [2020-12-15T05:22:59.369Z] v1.3.1-dev.2 [2020-12-15T05:22:59.369Z] v1.3.1-dev.3 [2020-12-15T05:22:59.369Z] v1.3.1-dev.4 [2020-12-15T05:22:59.369Z] v1.3.1-dev.5 [2020-12-15T05:22:59.369Z] v1.3.1-dev.6 [2020-12-15T05:22:59.369Z] v1.3.1-dev.7 [2020-12-15T05:22:59.369Z] v1.3.1-dev.8 [2020-12-15T05:22:59.369Z] v1.3.1-dev.9 [2020-12-15T05:22:59.369Z] v2.0.0-dev.1 [2020-12-15T05:22:59.369Z] v2.0.0-dev.10 [2020-12-15T05:22:59.369Z] v2.0.0-dev.2 [2020-12-15T05:22:59.369Z] v2.0.0-dev.3 [2020-12-15T05:22:59.369Z] v2.0.0-dev.4 [2020-12-15T05:22:59.369Z] v2.0.0-dev.5 [2020-12-15T05:22:59.369Z] v2.0.0-dev.6 [2020-12-15T05:22:59.369Z] v2.0.0-dev.7 [2020-12-15T05:22:59.369Z] v2.0.0-dev.8 [2020-12-15T05:22:59.369Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-15T05:23:00.068Z] + lftools sign git-tag v2.0.0-dev.10 [2020-12-15T05:23:02.097Z] Signing Git tag with Sigul... [2020-12-15T05:23:02.097Z] Signing v2.0.0-dev.10 [Pipeline] echo [2020-12-15T05:23:03.548Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:23:03.877Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-15T05:23:03.894Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-15T05:23:04.013Z] $ docker stop --time=1 e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 [2020-12-15T05:23:06.151Z] $ docker rm -f e5415b4efa44555f71264040cb8c51176fa98d6b0cbf328222b314dc3b3e7fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:23:07.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:23:07.210Z] . [Pipeline] withDockerContainer [2020-12-15T05:23:07.449Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:23:07.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T05:23:09.027Z] $ docker top 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T05:23:09.551Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T05:23:09.551Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T05:23:10.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T05:23:10.028Z] $ docker exec 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e ssh-agent [2020-12-15T05:23:10.605Z] SSH_AUTH_SOCK=/tmp/ssh-TJMfRInmSHrr/agent.12 [2020-12-15T05:23:10.605Z] SSH_AGENT_PID=17 [2020-12-15T05:23:10.614Z] Running ssh-add (command line suppressed) [2020-12-15T05:23:10.857Z] Identity added: /w/workspace/edgex-go/254@tmp/private_key_948072659994637980.key (/w/workspace/edgex-go/254@tmp/private_key_948072659994637980.key) [2020-12-15T05:23:10.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T05:23:11.303Z] + git semver bump pre [2020-12-15T05:23:11.303Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T05:23:11.303Z] # $GIT_DIR = /w/workspace/edgex-go/254/.git [2020-12-15T05:23:11.303Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/254 [2020-12-15T05:23:11.303Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T05:23:11.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T05:23:11.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T05:23:11.303Z] # $SEMVER_BRANCH = master [2020-12-15T05:23:11.303Z] # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [2020-12-15T05:23:11.569Z] 2.0.0-dev.11 [Pipeline] } [2020-12-15T05:23:11.585Z] $ docker exec --env ******** --env ******** 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e ssh-agent -k [2020-12-15T05:23:11.833Z] unset SSH_AUTH_SOCK; [2020-12-15T05:23:11.833Z] unset SSH_AGENT_PID; [2020-12-15T05:23:11.833Z] echo Agent pid 17 killed; [2020-12-15T05:23:12.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T05:23:12.599Z] + git semver [Pipeline] } [2020-12-15T05:23:12.627Z] $ docker stop --time=1 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e [2020-12-15T05:23:14.257Z] $ docker rm -f 39127b6f1ec338a4629bbbfa3231cb8345d44f4fd8e40474a9ada2a7158b7c4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:23:14.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T05:23:15.253Z] . [Pipeline] withDockerContainer [2020-12-15T05:23:15.714Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:23:15.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T05:23:16.816Z] $ docker top 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T05:23:17.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T05:23:17.570Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T05:23:17.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T05:23:17.944Z] $ docker exec 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df ssh-agent [2020-12-15T05:23:18.330Z] SSH_AUTH_SOCK=/tmp/ssh-OGg13UL49Sfn/agent.12 [2020-12-15T05:23:18.330Z] SSH_AGENT_PID=17 [2020-12-15T05:23:18.342Z] Running ssh-add (command line suppressed) [2020-12-15T05:23:18.611Z] Identity added: /w/workspace/edgex-go/254@tmp/private_key_7486017451412110434.key (/w/workspace/edgex-go/254@tmp/private_key_7486017451412110434.key) [2020-12-15T05:23:18.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T05:23:19.219Z] + git semver push [2020-12-15T05:23:19.219Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T05:23:19.219Z] # $GIT_DIR = /w/workspace/edgex-go/254/.git [2020-12-15T05:23:19.219Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/254 [2020-12-15T05:23:19.219Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T05:23:19.219Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T05:23:19.219Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T05:23:19.219Z] # $SEMVER_BRANCH = master [2020-12-15T05:23:19.219Z] # $SEMVER_DIR = /w/workspace/edgex-go/254/.semver [Pipeline] } [2020-12-15T05:23:31.802Z] $ docker exec --env ******** --env ******** 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df ssh-agent -k [2020-12-15T05:23:32.196Z] unset SSH_AUTH_SOCK; [2020-12-15T05:23:32.196Z] unset SSH_AGENT_PID; [2020-12-15T05:23:32.196Z] echo Agent pid 17 killed; [2020-12-15T05:23:32.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T05:23:33.222Z] + git semver [Pipeline] } [2020-12-15T05:23:33.244Z] $ docker stop --time=1 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df [2020-12-15T05:23:35.075Z] $ docker rm -f 3ea9562e7bcd63db8da092611e2d1073cf19f26e525c0c2a3699fc64cc9227df [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-15T05:23:36.584Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:23:37.916Z] ---> package-listing.sh [2020-12-15T05:23:37.916Z] ++ facter osfamily [2020-12-15T05:23:37.916Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T05:23:38.208Z] + OS_FAMILY=redhat [2020-12-15T05:23:38.208Z] + workspace=/w/workspace/edgex-go/254 [2020-12-15T05:23:38.208Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T05:23:38.208Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T05:23:38.208Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T05:23:38.208Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T05:23:38.208Z] + '[' /w/workspace/edgex-go/254 ']' [2020-12-15T05:23:38.208Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T05:23:38.208Z] + case "${OS_FAMILY}" in [2020-12-15T05:23:38.208Z] + rpm -qa [2020-12-15T05:23:38.208Z] + sort [2020-12-15T05:23:43.557Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T05:23:43.557Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T05:23:43.557Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T05:23:43.557Z] + '[' /w/workspace/edgex-go/254 ']' [2020-12-15T05:23:43.557Z] + mkdir -p /w/workspace/edgex-go/254/archives/ [2020-12-15T05:23:43.557Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/254/archives/ [Pipeline] echo [2020-12-15T05:23:43.571Z] 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/254/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T05:23:43.867Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:23:44.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T05:23:44.460Z] [2020-12-15T05:23:44.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T05:23:44.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T05:23:44.862Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T05:23:44.862Z] df20fa9351a1: Pulling fs layer [2020-12-15T05:23:44.862Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T05:23:44.862Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T05:23:44.862Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T05:23:44.862Z] 93b61091891f: Pulling fs layer [2020-12-15T05:23:44.862Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T05:23:44.862Z] 5e14af77c1be: Pulling fs layer [2020-12-15T05:23:44.862Z] 01666e4c0597: Pulling fs layer [2020-12-15T05:23:44.862Z] aa168da1d23b: Pulling fs layer [2020-12-15T05:23:44.862Z] 93b9cdb0e59b: Waiting [2020-12-15T05:23:44.862Z] 5e14af77c1be: Waiting [2020-12-15T05:23:44.862Z] 01666e4c0597: Waiting [2020-12-15T05:23:44.862Z] 46f8f816bc3b: Waiting [2020-12-15T05:23:44.862Z] 93b61091891f: Waiting [2020-12-15T05:23:44.862Z] aa168da1d23b: Waiting [2020-12-15T05:23:45.167Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T05:23:45.167Z] 36b3adc4ff6f: Download complete [2020-12-15T05:23:45.167Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T05:23:45.167Z] 46f8f816bc3b: Download complete [2020-12-15T05:23:45.167Z] df20fa9351a1: Verifying Checksum [2020-12-15T05:23:45.167Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T05:23:45.167Z] 93b9cdb0e59b: Download complete [2020-12-15T05:23:45.443Z] 5e14af77c1be: Verifying Checksum [2020-12-15T05:23:45.443Z] 5e14af77c1be: Download complete [2020-12-15T05:23:45.443Z] 93b61091891f: Verifying Checksum [2020-12-15T05:23:45.443Z] 93b61091891f: Download complete [2020-12-15T05:23:45.443Z] 01666e4c0597: Verifying Checksum [2020-12-15T05:23:45.443Z] 01666e4c0597: Download complete [2020-12-15T05:23:46.077Z] df20fa9351a1: Pull complete [2020-12-15T05:23:46.077Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T05:23:46.077Z] 8ad3a11d3b57: Download complete [2020-12-15T05:23:46.357Z] 36b3adc4ff6f: Pull complete [2020-12-15T05:23:47.355Z] 8ad3a11d3b57: Pull complete [2020-12-15T05:23:47.648Z] 46f8f816bc3b: Pull complete [2020-12-15T05:23:49.131Z] 93b61091891f: Pull complete [2020-12-15T05:23:49.421Z] 93b9cdb0e59b: Pull complete [2020-12-15T05:23:50.101Z] 5e14af77c1be: Pull complete [2020-12-15T05:23:50.377Z] aa168da1d23b: Verifying Checksum [2020-12-15T05:23:50.377Z] aa168da1d23b: Download complete [2020-12-15T05:23:50.655Z] 01666e4c0597: Pull complete [2020-12-15T05:24:06.059Z] aa168da1d23b: Pull complete [2020-12-15T05:24:06.059Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T05:24:06.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T05:24:06.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T05:24:06.456Z] prd-centos7-docker-4c-2g-16055 does not seem to be running inside a container [2020-12-15T05:24:06.545Z] $ 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/254/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/254 -v /w/workspace/edgex-go/254:/w/workspace/edgex-go/254:rw,z -v /w/workspace/edgex-go/254@tmp:/w/workspace/edgex-go/254@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T05:24:09.790Z] $ docker top 62eb78a84516a638df279a3c32964bac8a4cc3e802a3e525d034025f03447372 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T05:24:10.814Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T05:24:11.191Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T05:24:11.853Z] + ls /var/log/sa-host [2020-12-15T05:24:11.853Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T05:24:11.853Z] file_magic: OK [2020-12-15T05:24:11.853Z] HZ: Using current value: 100 [2020-12-15T05:24:11.853Z] file_header: OK [2020-12-15T05:24:11.853Z] 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-15T05:24:11.853Z] Statistics: [2020-12-15T05:24:11.853Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T05:24:11.853Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T05:24:11.853Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T05:24:11.853Z] file_magic: OK [2020-12-15T05:24:11.853Z] HZ: Using current value: 100 [2020-12-15T05:24:11.853Z] file_header: OK [2020-12-15T05:24:11.853Z] 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-15T05:24:11.853Z] Statistics: [2020-12-15T05:24:11.853Z] Hnuu...uuuununununu... [2020-12-15T05:24:11.853Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T05:24:12.644Z] provisioning config files... [2020-12-15T05:24:12.827Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/254@tmp/config1294098186408599163tmp [Pipeline] { [Pipeline] echo [2020-12-15T05:24:12.966Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:24:13.272Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T05:24:13.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T05:24:13.384Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:24:13.701Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T05:24:13.719Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:24:14.393Z] ---> sudo-logs.sh [2020-12-15T05:24:14.393Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T05:24:14.406Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:24:14.712Z] ---> job-cost.sh [2020-12-15T05:24:14.712Z] lf-activate-venv: SKIPPING [2020-12-15T05:24:14.712Z] INFO: No Stack... [2020-12-15T05:24:16.638Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T05:24:17.215Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T05:24:17.228Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T05:24:17.533Z] ---> logs-deploy.sh [2020-12-15T05:24:17.533Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/254 [2020-12-15T05:24:17.533Z] INFO: archiving workspace using pattern(s): [2020-12-15T05:24:20.142Z] Archives upload complete. [2020-12-15T05:24:20.142Z] INFO: archiving logs to Nexus [2020-12-15T05:24:21.585Z] ---> uname -a: [2020-12-15T05:24:21.585Z] Linux prd-centos7-docker-4c-2g-16055.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] ---> lscpu: [2020-12-15T05:24:21.585Z] Architecture: x86_64 [2020-12-15T05:24:21.585Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-15T05:24:21.585Z] Byte Order: Little Endian [2020-12-15T05:24:21.585Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-15T05:24:21.585Z] CPU(s): 4 [2020-12-15T05:24:21.585Z] On-line CPU(s) list: 0-3 [2020-12-15T05:24:21.585Z] Thread(s) per core: 1 [2020-12-15T05:24:21.585Z] Core(s) per socket: 1 [2020-12-15T05:24:21.585Z] Socket(s): 4 [2020-12-15T05:24:21.585Z] NUMA node(s): 1 [2020-12-15T05:24:21.585Z] Vendor ID: GenuineIntel [2020-12-15T05:24:21.585Z] CPU family: 6 [2020-12-15T05:24:21.585Z] Model: 44 [2020-12-15T05:24:21.585Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-15T05:24:21.585Z] Stepping: 1 [2020-12-15T05:24:21.585Z] CPU MHz: 2933.438 [2020-12-15T05:24:21.585Z] BogoMIPS: 5866.87 [2020-12-15T05:24:21.585Z] Virtualization: VT-x [2020-12-15T05:24:21.585Z] Hypervisor vendor: KVM [2020-12-15T05:24:21.585Z] Virtualization type: full [2020-12-15T05:24:21.585Z] L1d cache: 128 KiB [2020-12-15T05:24:21.585Z] L1i cache: 128 KiB [2020-12-15T05:24:21.585Z] L2 cache: 16 MiB [2020-12-15T05:24:21.585Z] L3 cache: 64 MiB [2020-12-15T05:24:21.585Z] NUMA node0 CPU(s): 0-3 [2020-12-15T05:24:21.585Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-15T05:24:21.585Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-15T05:24:21.585Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-15T05:24:21.585Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-15T05:24:21.585Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-15T05:24:21.585Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-15T05:24:21.585Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-15T05:24:21.585Z] Vulnerability Srbds: Not affected [2020-12-15T05:24:21.585Z] Vulnerability Tsx async abort: Not affected [2020-12-15T05:24:21.585Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] ---> nproc: [2020-12-15T05:24:21.585Z] 4 [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] ---> df -h: [2020-12-15T05:24:21.585Z] Filesystem Size Used Available Use% Mounted on [2020-12-15T05:24:21.585Z] overlay 50.0G 13.6G 36.4G 27% / [2020-12-15T05:24:21.585Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-15T05:24:21.585Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-15T05:24:21.585Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/254 [2020-12-15T05:24:21.585Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/254@tmp [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] ---> free -m: [2020-12-15T05:24:21.585Z] total used free shared buff/cache available [2020-12-15T05:24:21.585Z] Mem: 1837 782 140 0 914 995 [2020-12-15T05:24:21.585Z] Swap: 1023 52 971 [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] [2020-12-15T05:24:21.585Z] ---> ip addr: [2020-12-15T05:24:21.585Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-15T05:24:21.585Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-15T05:24:21.585Z] inet 127.0.0.1/8 scope host lo [2020-12-15T05:24:21.585Z] valid_lft forever preferred_lft forever [2020-12-15T05:24:21.585Z] inet6 ::1/128 scope host [2020-12-15T05:24:21.585Z] valid_lft forever preferred_lft forever [2020-12-15T05:24:21.585Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-15T05:24:21.585Z] link/ether fa:16:3e:68:9b:05 brd ff:ff:ff:ff:ff:ff [2020-12-15T05:24:21.585Z] inet 10.30.122.199/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-15T05:24:21.586Z] valid_lft 84847sec preferred_lft 84847sec [2020-12-15T05:24:21.586Z] inet6 fe80::f816:3eff:fe68:9b05/64 scope link [2020-12-15T05:24:21.586Z] valid_lft forever preferred_lft forever [2020-12-15T05:24:21.586Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-15T05:24:21.586Z] link/ether 02:42:7d:34:b7:6b brd ff:ff:ff:ff:ff:ff [2020-12-15T05:24:21.586Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-15T05:24:21.586Z] valid_lft forever preferred_lft forever [2020-12-15T05:24:21.586Z] inet6 fe80::42:7dff:fe34:b76b/64 scope link [2020-12-15T05:24:21.586Z] valid_lft forever preferred_lft forever [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] ---> sar -b -r -n DEV: [2020-12-15T05:24:21.586Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] 04:58:12 LINUX RESTART (4 CPU) [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] 04:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-15T05:24:21.586Z] 05:00:01 19.60 5.22 14.38 0.00 617.88 4355.96 0.00 [2020-12-15T05:24:21.586Z] 05:01:02 52.83 13.60 39.22 0.00 4732.00 5717.43 0.00 [2020-12-15T05:24:21.586Z] 05:02:01 107.13 77.43 29.70 0.00 5106.88 17719.88 0.00 [2020-12-15T05:24:21.586Z] 05:03:01 121.12 27.66 93.46 0.00 1062.94 26365.34 0.00 [2020-12-15T05:24:21.586Z] 05:04:01 190.17 45.07 145.10 0.00 3457.72 31049.17 0.00 [2020-12-15T05:24:21.586Z] 05:05:01 158.74 96.46 62.28 0.00 3411.26 6231.07 0.00 [2020-12-15T05:24:21.586Z] 05:06:02 92.86 41.64 51.22 0.00 1293.34 5135.09 0.00 [2020-12-15T05:24:21.586Z] 05:07:01 105.56 44.96 60.60 0.00 2252.87 7006.47 0.00 [2020-12-15T05:24:21.586Z] 05:08:01 46.85 11.58 35.27 0.00 869.67 14037.59 0.00 [2020-12-15T05:24:21.586Z] 05:09:03 314.82 119.47 195.35 0.00 61167.37 122018.74 0.00 [2020-12-15T05:24:21.586Z] 05:10:04 1771.96 1536.92 235.04 0.00 112231.40 119223.76 0.00 [2020-12-15T05:24:21.586Z] 05:11:02 953.34 800.07 153.27 0.00 69889.13 72098.42 0.00 [2020-12-15T05:24:21.586Z] 05:12:01 307.15 107.43 199.71 0.00 13249.09 33872.68 0.00 [2020-12-15T05:24:21.586Z] 05:13:03 937.53 676.03 261.50 0.00 107234.68 142871.32 0.00 [2020-12-15T05:24:21.586Z] 05:14:02 927.98 690.77 237.21 0.00 67991.57 72440.54 0.00 [2020-12-15T05:24:21.586Z] 05:15:01 342.23 170.75 171.48 0.00 7963.56 21943.70 0.00 [2020-12-15T05:24:21.586Z] 05:16:01 68.04 17.25 50.79 0.00 4283.25 2948.00 0.00 [2020-12-15T05:24:21.586Z] 05:17:01 33.57 23.99 9.58 0.00 2477.59 204.56 0.00 [2020-12-15T05:24:21.586Z] 05:18:02 324.22 184.76 139.47 0.00 9185.32 34205.28 0.00 [2020-12-15T05:24:21.586Z] 05:19:01 161.42 88.32 73.10 0.00 5114.59 3229.18 0.00 [2020-12-15T05:24:21.586Z] 05:20:01 76.56 5.94 70.62 0.00 792.42 870.22 0.00 [2020-12-15T05:24:21.586Z] 05:21:01 71.84 1.66 70.18 0.00 106.18 817.24 0.00 [2020-12-15T05:24:21.586Z] 05:22:01 53.76 1.36 52.40 0.00 184.28 677.61 0.00 [2020-12-15T05:24:21.586Z] 05:23:01 215.06 64.22 150.84 0.00 3925.92 30404.01 0.00 [2020-12-15T05:24:21.586Z] 05:24:02 144.24 74.65 69.58 0.00 6642.79 16750.73 0.00 [2020-12-15T05:24:21.586Z] Average: 304.28 197.18 107.10 0.00 19933.36 31936.89 0.00 [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] 04:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-15T05:24:21.586Z] 05:00:01 65148 0 550528 29.26 2620 1263248 1093112 37.31 511436 1107728 69548 [2020-12-15T05:24:21.586Z] 05:01:02 75432 0 651508 34.63 2620 1151984 1314800 44.87 523720 1075804 4052 [2020-12-15T05:24:21.586Z] 05:02:01 66592 0 636192 33.81 2620 1176140 1455104 49.66 721100 884520 92424 [2020-12-15T05:24:21.586Z] 05:03:01 72712 0 688260 36.58 2592 1117980 1412808 48.22 554100 1012580 46956 [2020-12-15T05:24:21.586Z] 05:04:01 231312 0 740656 39.36 1416 908160 1595236 54.44 551872 823156 48 [2020-12-15T05:24:21.586Z] 05:05:01 244296 0 751392 39.93 556 885300 1770444 60.42 645660 718024 54408 [2020-12-15T05:24:21.586Z] 05:06:02 344736 0 761952 40.50 420 774436 1651868 56.38 573888 684252 25188 [2020-12-15T05:24:21.586Z] 05:07:01 311864 0 730228 38.81 360 839092 1658448 56.60 616748 667152 30920 [2020-12-15T05:24:21.586Z] 05:08:01 77172 0 742736 39.47 360 1061276 1523360 51.99 655764 878684 95216 [2020-12-15T05:24:21.586Z] 05:09:03 76548 0 810360 43.07 0 994636 2301748 78.55 719028 878600 25748 [2020-12-15T05:24:21.586Z] 05:10:04 69040 0 821548 43.66 0 990956 2306280 78.71 698952 885512 21944 [2020-12-15T05:24:21.586Z] 05:11:02 131484 0 1179416 62.68 0 570644 3423932 116.85 824596 658752 44196 [2020-12-15T05:24:21.586Z] 05:12:01 77208 0 727980 38.69 0 1076356 1550340 52.91 656368 888316 29556 [2020-12-15T05:24:21.586Z] 05:13:03 77384 0 935584 49.72 0 868576 3006304 102.60 704128 872876 3388 [2020-12-15T05:24:21.586Z] 05:14:02 112612 0 725264 38.55 0 1043668 2161396 73.76 533680 1008988 23392 [2020-12-15T05:24:21.586Z] 05:15:01 270468 0 673828 35.81 0 937248 1374016 46.89 634828 728000 25080 [2020-12-15T05:24:21.586Z] 05:16:01 251052 0 652080 34.66 0 978412 1449020 49.45 607320 782484 36 [2020-12-15T05:24:21.586Z] 05:17:01 187436 0 646152 34.34 0 1047956 1307720 44.63 678792 771788 48 [2020-12-15T05:24:21.586Z] 05:18:02 80080 0 776996 41.30 0 1024468 1570252 53.59 651932 846236 29772 [2020-12-15T05:24:21.586Z] 05:19:01 359644 0 668496 35.53 0 853404 1203128 41.06 598596 641856 20 [2020-12-15T05:24:21.586Z] 05:20:01 405388 0 698060 37.10 0 778096 1501160 51.23 572664 619976 52 [2020-12-15T05:24:21.586Z] 05:21:01 411560 0 688832 36.61 0 781152 1264248 43.15 580956 606200 24 [2020-12-15T05:24:21.586Z] 05:22:01 393988 0 701028 37.26 0 786528 1699776 58.01 599948 602628 44 [2020-12-15T05:24:21.586Z] 05:23:01 73416 0 798520 42.44 0 1009608 1429016 48.77 623424 827712 65456 [2020-12-15T05:24:21.586Z] 05:24:02 72804 0 794316 42.22 0 1014424 1689032 57.64 674116 782572 84428 [2020-12-15T05:24:21.586Z] Average: 181575 0 742076 39.44 543 957350 1708502 58.31 628545 810176 30878 [2020-12-15T05:24:21.586Z] [2020-12-15T05:24:21.586Z] 04:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-15T05:24:21.586Z] 05:00:01 eth0 654.32 544.09 2975.90 68.74 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:01:02 veth5567cab 466.06 341.18 42.04 1053.45 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:01:02 eth0 477.10 565.75 1615.10 83.51 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:01:02 docker0 466.06 341.04 35.67 1053.44 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:02:01 eth0 525.17 674.27 1657.10 64.18 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:02:01 docker0 661.20 501.27 47.84 1637.50 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:03:01 eth0 361.82 293.39 3154.91 26.57 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:03:01 veth2e76522 51.91 70.06 3.45 329.58 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:03:01 docker0 51.91 69.93 2.74 329.57 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:04:01 eth0 342.31 191.58 1821.86 80.96 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:04:01 veth8a0ab54 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:04:01 docker0 90.70 120.39 6.83 503.60 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:05:01 eth0 19.81 13.77 20.71 8.57 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:05:01 veth3d8d92b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:06:02 eth0 33.30 27.27 22.87 41.98 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:06:02 veth3d8d92b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:07:01 eth0 18.07 12.12 13.44 26.80 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:07:01 veth3d8d92b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:08:01 eth0 185.26 147.73 1686.80 21.39 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:09:03 eth0 26.68 23.43 22.50 55.98 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:09:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:09:03 veth3d0e9ee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:09:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:10:04 eth0 49.92 33.55 162.41 11.02 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:10:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:10:04 veth3d0e9ee 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:10:04 docker0 16.13 26.48 0.89 144.36 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:11:02 vethb032444 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:11:02 eth0 6.26 4.80 5.05 2.77 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:11:02 vethcb840a8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:12:01 veth82d2ac8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:12:01 veth42fb549 1.76 5.30 0.12 41.07 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:12:01 eth0 73.17 53.83 216.79 64.11 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:13:03 vethf786a66 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:13:03 veth88c83bd 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:13:03 eth0 32.98 24.33 54.91 12.80 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:13:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:14:02 veth907d423 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:14:02 eth0 39.13 33.67 52.46 66.62 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:14:02 veth3d0e9ee 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:15:01 eth0 96.54 55.66 379.61 66.28 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:15:01 veth3d0e9ee 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:15:01 docker0 1338.58 1157.64 97.05 4261.32 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:16:01 eth0 191.85 169.55 147.10 544.06 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:16:01 docker0 12.99 16.08 0.97 56.63 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:17:01 eth0 330.08 313.86 151.18 1181.15 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:18:02 veth6ce064c 29.84 30.91 2.94 221.55 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:18:02 eth0 435.15 364.52 4250.16 68.77 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.586Z] 05:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:18:02 docker0 29.84 30.78 2.53 221.54 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:19:01 eth0 39.27 32.83 35.46 39.89 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:19:01 docker0 3.99 3.58 0.70 1.78 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:20:01 vethcc64e17 0.57 0.67 0.13 0.30 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:20:01 eth0 44.44 35.91 44.28 39.40 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:20:01 docker0 1.48 1.43 0.30 0.67 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:21:01 eth0 56.11 43.52 52.41 68.21 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:21:01 docker0 1.35 1.38 0.29 0.66 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:22:01 vethc60c258 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:22:01 eth0 61.24 47.40 61.94 69.51 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:22:01 docker0 0.95 0.93 0.22 0.45 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:23:01 veth7df18ce 19.52 36.74 1.34 185.62 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:23:01 eth0 404.39 333.42 3397.72 60.86 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:23:01 docker0 19.52 36.61 1.07 185.61 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:24:02 eth0 233.64 180.33 2200.18 62.59 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] 05:24:02 docker0 2.84 2.21 0.70 0.92 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] Average: eth0 189.32 168.56 968.17 113.62 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] Average: docker0 55.82 49.48 4.11 187.19 0.00 0.00 0.00 0.00 [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] ---> sar -P ALL: [2020-12-15T05:24:21.587Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] 04:58:12 LINUX RESTART (4 CPU) [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] 04:59:02 CPU %user %nice %system %iowait %steal %idle [2020-12-15T05:24:21.587Z] 05:00:01 all 8.31 0.00 1.65 0.16 3.99 85.89 [2020-12-15T05:24:21.587Z] 05:00:01 0 9.50 0.00 2.13 0.14 3.94 84.29 [2020-12-15T05:24:21.587Z] 05:00:01 1 9.22 0.00 1.79 0.09 3.96 84.94 [2020-12-15T05:24:21.587Z] 05:00:01 2 6.06 0.00 1.71 0.33 4.97 86.93 [2020-12-15T05:24:21.587Z] 05:00:01 3 8.49 0.00 0.99 0.07 3.12 87.33 [2020-12-15T05:24:21.587Z] 05:01:02 all 3.91 0.00 2.68 1.07 14.30 78.04 [2020-12-15T05:24:21.587Z] 05:01:02 0 3.96 0.00 2.67 0.21 15.71 77.45 [2020-12-15T05:24:21.587Z] 05:01:02 1 4.52 0.00 2.85 0.50 13.50 78.63 [2020-12-15T05:24:21.587Z] 05:01:02 2 3.57 0.00 2.92 2.07 13.18 78.27 [2020-12-15T05:24:21.587Z] 05:01:02 3 3.61 0.00 2.27 1.50 14.80 77.82 [2020-12-15T05:24:21.587Z] 05:02:01 all 6.49 0.00 2.75 1.19 14.83 74.74 [2020-12-15T05:24:21.587Z] 05:02:01 0 4.84 0.00 2.17 0.93 15.76 76.30 [2020-12-15T05:24:21.587Z] 05:02:01 1 7.44 0.00 2.82 0.69 14.87 74.18 [2020-12-15T05:24:21.587Z] 05:02:01 2 8.82 0.00 2.83 2.36 14.36 71.64 [2020-12-15T05:24:21.587Z] 05:02:01 3 4.90 0.00 3.20 0.78 14.31 76.81 [2020-12-15T05:24:21.587Z] 05:03:01 all 3.07 0.00 2.85 0.43 12.50 81.16 [2020-12-15T05:24:21.587Z] 05:03:01 0 3.61 0.00 3.24 0.39 13.05 79.70 [2020-12-15T05:24:21.587Z] 05:03:01 1 3.24 0.00 3.44 0.53 13.01 79.78 [2020-12-15T05:24:21.587Z] 05:03:01 2 2.77 0.00 2.18 0.23 12.37 82.45 [2020-12-15T05:24:21.587Z] 05:03:01 3 2.65 0.00 2.54 0.56 11.56 82.68 [2020-12-15T05:24:21.587Z] 05:04:01 all 5.16 0.00 5.22 3.65 22.26 63.71 [2020-12-15T05:24:21.587Z] 05:04:01 0 5.16 0.00 5.43 3.53 23.03 62.85 [2020-12-15T05:24:21.587Z] 05:04:01 1 4.59 0.00 5.00 3.50 21.97 64.93 [2020-12-15T05:24:21.587Z] 05:04:01 2 4.73 0.00 5.42 3.58 22.16 64.11 [2020-12-15T05:24:21.587Z] 05:04:01 3 6.19 0.00 5.03 3.99 21.86 62.93 [2020-12-15T05:24:21.587Z] 05:05:01 all 34.50 0.00 10.57 4.12 21.53 29.29 [2020-12-15T05:24:21.587Z] 05:05:01 0 30.06 0.00 10.27 4.35 23.14 32.19 [2020-12-15T05:24:21.587Z] 05:05:01 1 32.69 0.00 10.24 4.85 22.80 29.41 [2020-12-15T05:24:21.587Z] 05:05:01 2 42.28 0.00 12.05 3.92 17.99 23.76 [2020-12-15T05:24:21.587Z] 05:05:01 3 33.36 0.00 9.80 3.35 22.03 31.46 [2020-12-15T05:24:21.587Z] 05:06:02 all 38.36 0.00 11.71 2.41 25.83 21.69 [2020-12-15T05:24:21.587Z] 05:06:02 0 33.65 0.00 12.47 2.24 27.21 24.43 [2020-12-15T05:24:21.587Z] 05:06:02 1 39.05 0.00 11.07 1.59 25.32 22.98 [2020-12-15T05:24:21.587Z] 05:06:02 2 39.53 0.00 12.63 2.47 25.02 20.36 [2020-12-15T05:24:21.587Z] 05:06:02 3 41.30 0.00 10.70 3.39 25.74 18.86 [2020-12-15T05:24:21.587Z] 05:07:01 all 35.23 0.00 14.43 3.27 18.39 28.68 [2020-12-15T05:24:21.587Z] 05:07:01 0 34.08 0.00 14.86 3.24 18.94 28.87 [2020-12-15T05:24:21.587Z] 05:07:01 1 32.94 0.00 13.14 3.20 19.32 31.40 [2020-12-15T05:24:21.587Z] 05:07:01 2 38.74 0.00 15.08 3.63 16.62 25.94 [2020-12-15T05:24:21.587Z] 05:07:01 3 35.22 0.00 14.67 3.00 18.64 28.47 [2020-12-15T05:24:21.587Z] 05:08:01 all 15.31 0.00 8.50 0.85 25.53 49.80 [2020-12-15T05:24:21.587Z] 05:08:01 0 13.62 0.00 7.71 1.74 26.92 50.02 [2020-12-15T05:24:21.587Z] 05:08:01 1 15.06 0.00 8.32 0.30 24.94 51.37 [2020-12-15T05:24:21.587Z] 05:08:01 2 16.11 0.00 9.56 1.03 25.69 47.61 [2020-12-15T05:24:21.587Z] 05:08:01 3 16.50 0.00 8.44 0.34 24.57 50.15 [2020-12-15T05:24:21.587Z] 05:09:03 all 9.45 0.00 10.69 3.79 31.18 44.88 [2020-12-15T05:24:21.587Z] 05:09:03 0 7.92 0.00 10.31 3.42 31.07 47.28 [2020-12-15T05:24:21.587Z] 05:09:03 1 10.30 0.00 12.21 4.44 31.06 42.00 [2020-12-15T05:24:21.587Z] 05:09:03 2 11.12 0.00 10.65 4.58 31.19 42.46 [2020-12-15T05:24:21.587Z] 05:09:03 3 8.51 0.00 9.63 2.73 31.41 47.72 [2020-12-15T05:24:21.587Z] 05:10:04 all 10.93 0.00 15.71 17.52 31.42 24.41 [2020-12-15T05:24:21.587Z] 05:10:04 0 10.30 0.00 15.21 17.84 31.77 24.87 [2020-12-15T05:24:21.587Z] 05:10:04 1 11.03 0.00 15.93 16.79 31.31 24.94 [2020-12-15T05:24:21.587Z] 05:10:04 2 11.65 0.00 16.54 17.81 31.16 22.83 [2020-12-15T05:24:21.587Z] 05:10:04 3 10.75 0.00 15.17 17.65 31.45 24.98 [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] 05:10:04 CPU %user %nice %system %iowait %steal %idle [2020-12-15T05:24:21.587Z] 05:11:02 all 33.98 0.00 13.57 9.56 27.14 15.75 [2020-12-15T05:24:21.587Z] 05:11:02 0 34.46 0.00 14.66 9.54 26.59 14.76 [2020-12-15T05:24:21.587Z] 05:11:02 1 32.41 0.00 13.59 8.24 27.92 17.83 [2020-12-15T05:24:21.587Z] 05:11:02 2 33.17 0.00 12.34 10.71 27.50 16.27 [2020-12-15T05:24:21.587Z] 05:11:02 3 35.91 0.00 13.72 9.77 26.51 14.09 [2020-12-15T05:24:21.587Z] 05:12:01 all 39.67 0.00 15.23 6.78 24.17 14.15 [2020-12-15T05:24:21.587Z] 05:12:01 0 39.95 0.00 15.78 7.60 25.10 11.58 [2020-12-15T05:24:21.587Z] 05:12:01 1 38.33 0.00 14.22 7.92 25.53 14.01 [2020-12-15T05:24:21.587Z] 05:12:01 2 39.02 0.00 14.78 4.78 23.06 18.36 [2020-12-15T05:24:21.587Z] 05:12:01 3 41.52 0.00 16.23 6.82 22.93 12.50 [2020-12-15T05:24:21.587Z] 05:13:03 all 17.63 0.00 16.86 9.76 33.07 22.68 [2020-12-15T05:24:21.587Z] 05:13:03 0 18.70 0.00 17.88 7.97 33.43 22.01 [2020-12-15T05:24:21.587Z] 05:13:03 1 17.96 0.00 18.44 9.56 32.85 21.18 [2020-12-15T05:24:21.587Z] 05:13:03 2 15.58 0.00 14.96 11.48 33.54 24.44 [2020-12-15T05:24:21.587Z] 05:13:03 3 18.31 0.00 16.23 9.99 32.45 23.02 [2020-12-15T05:24:21.587Z] 05:14:02 all 39.07 0.00 17.50 10.16 23.81 9.45 [2020-12-15T05:24:21.587Z] 05:14:02 0 39.54 0.00 16.21 11.74 24.37 8.14 [2020-12-15T05:24:21.587Z] 05:14:02 1 40.55 0.00 17.77 10.27 22.68 8.72 [2020-12-15T05:24:21.587Z] 05:14:02 2 39.41 0.00 17.39 8.72 23.12 11.36 [2020-12-15T05:24:21.587Z] 05:14:02 3 36.76 0.00 18.61 9.93 25.10 9.60 [2020-12-15T05:24:21.587Z] 05:15:01 all 24.96 0.00 12.27 8.38 18.79 35.60 [2020-12-15T05:24:21.587Z] 05:15:01 0 26.02 0.00 14.01 5.84 18.67 35.46 [2020-12-15T05:24:21.587Z] 05:15:01 1 25.83 0.00 12.15 8.24 17.86 35.91 [2020-12-15T05:24:21.587Z] 05:15:01 2 24.13 0.00 11.10 12.89 19.38 32.49 [2020-12-15T05:24:21.587Z] 05:15:01 3 23.84 0.00 11.78 6.59 19.24 38.54 [2020-12-15T05:24:21.587Z] 05:16:01 all 6.22 0.00 4.01 2.18 13.62 73.97 [2020-12-15T05:24:21.587Z] 05:16:01 0 4.68 0.00 3.44 1.25 14.17 76.45 [2020-12-15T05:24:21.587Z] 05:16:01 1 8.57 0.00 4.74 1.85 13.57 71.27 [2020-12-15T05:24:21.587Z] 05:16:01 2 5.92 0.00 4.46 4.84 13.75 71.03 [2020-12-15T05:24:21.587Z] 05:16:01 3 5.74 0.00 3.41 0.80 12.97 77.08 [2020-12-15T05:24:21.587Z] 05:17:01 all 5.60 0.00 3.58 0.96 24.19 65.67 [2020-12-15T05:24:21.587Z] 05:17:01 0 4.98 0.00 3.53 0.54 25.04 65.92 [2020-12-15T05:24:21.587Z] 05:17:01 1 5.37 0.00 3.54 0.42 24.66 66.01 [2020-12-15T05:24:21.587Z] 05:17:01 2 5.63 0.00 3.61 0.67 22.91 67.17 [2020-12-15T05:24:21.587Z] 05:17:01 3 6.44 0.00 3.63 2.25 24.12 63.56 [2020-12-15T05:24:21.587Z] 05:18:02 all 6.04 0.00 6.14 4.21 23.88 59.73 [2020-12-15T05:24:21.587Z] 05:18:02 0 5.83 0.00 6.29 5.42 24.28 58.18 [2020-12-15T05:24:21.587Z] 05:18:02 1 6.22 0.00 6.17 3.09 24.17 60.36 [2020-12-15T05:24:21.587Z] 05:18:02 2 5.80 0.00 5.60 2.53 23.79 62.28 [2020-12-15T05:24:21.587Z] 05:18:02 3 6.31 0.00 6.51 5.81 23.28 58.09 [2020-12-15T05:24:21.587Z] 05:19:01 all 4.69 0.00 6.82 3.50 14.68 70.31 [2020-12-15T05:24:21.587Z] 05:19:01 0 4.59 0.00 6.62 3.45 15.10 70.24 [2020-12-15T05:24:21.587Z] 05:19:01 1 3.45 0.00 5.74 3.84 14.53 72.44 [2020-12-15T05:24:21.587Z] 05:19:01 2 3.88 0.00 6.87 3.68 15.38 70.19 [2020-12-15T05:24:21.587Z] 05:19:01 3 6.90 0.00 8.11 3.01 13.70 68.28 [2020-12-15T05:24:21.587Z] 05:20:01 all 5.44 0.00 7.82 2.19 17.11 67.45 [2020-12-15T05:24:21.587Z] 05:20:01 0 6.52 0.00 8.43 2.19 17.73 65.13 [2020-12-15T05:24:21.587Z] 05:20:01 1 4.81 0.00 7.55 2.29 17.21 68.13 [2020-12-15T05:24:21.587Z] 05:20:01 2 6.28 0.00 7.77 3.06 16.93 65.96 [2020-12-15T05:24:21.587Z] 05:20:01 3 4.16 0.00 7.52 1.23 16.57 70.53 [2020-12-15T05:24:21.587Z] 05:21:01 all 5.63 0.00 7.37 1.92 14.77 70.31 [2020-12-15T05:24:21.587Z] 05:21:01 0 6.93 0.00 8.20 1.45 14.21 69.21 [2020-12-15T05:24:21.587Z] 05:21:01 1 6.21 0.00 7.44 2.37 15.31 68.67 [2020-12-15T05:24:21.587Z] 05:21:01 2 5.01 0.00 6.92 2.12 14.78 71.17 [2020-12-15T05:24:21.587Z] 05:21:01 3 4.39 0.00 6.93 1.74 14.77 72.17 [2020-12-15T05:24:21.587Z] [2020-12-15T05:24:21.587Z] 05:21:01 CPU %user %nice %system %iowait %steal %idle [2020-12-15T05:24:21.587Z] 05:22:01 all 4.42 0.00 6.30 1.62 11.79 75.87 [2020-12-15T05:24:21.587Z] 05:22:01 0 4.25 0.00 6.64 1.29 11.83 75.98 [2020-12-15T05:24:21.587Z] 05:22:01 1 4.55 0.00 6.42 1.85 11.11 76.07 [2020-12-15T05:24:21.588Z] 05:22:01 2 4.42 0.00 6.10 1.42 11.54 76.52 [2020-12-15T05:24:21.588Z] 05:22:01 3 4.45 0.00 6.05 1.91 12.65 74.93 [2020-12-15T05:24:21.588Z] 05:23:01 all 6.88 0.00 7.08 1.21 19.17 65.66 [2020-12-15T05:24:21.588Z] 05:23:01 0 5.45 0.00 7.27 0.73 19.81 66.74 [2020-12-15T05:24:21.588Z] 05:23:01 1 5.40 0.00 6.95 0.72 19.35 67.57 [2020-12-15T05:24:21.588Z] 05:23:01 2 6.20 0.00 7.68 1.59 18.41 66.12 [2020-12-15T05:24:21.588Z] 05:23:01 3 10.45 0.00 6.43 1.80 19.09 62.23 [2020-12-15T05:24:21.588Z] 05:24:02 all 5.55 0.00 6.00 1.94 15.26 71.24 [2020-12-15T05:24:21.588Z] 05:24:02 0 4.80 0.00 5.26 0.52 16.00 73.41 [2020-12-15T05:24:21.588Z] 05:24:02 1 6.94 0.00 6.26 4.25 15.76 66.79 [2020-12-15T05:24:21.588Z] 05:24:02 2 5.60 0.00 5.82 2.51 14.71 71.36 [2020-12-15T05:24:21.588Z] 05:24:02 3 4.87 0.00 6.66 0.48 14.57 73.41 [2020-12-15T05:24:21.588Z] Average: all 14.25 0.00 8.47 3.99 20.05 53.24 [2020-12-15T05:24:21.588Z] Average: 0 13.72 0.00 8.59 3.76 20.62 53.31 [2020-12-15T05:24:21.588Z] Average: 1 14.34 0.00 8.51 3.93 20.12 53.09 [2020-12-15T05:24:21.588Z] Average: 2 14.53 0.00 8.45 4.41 19.67 52.94 [2020-12-15T05:24:21.588Z] Average: 3 14.42 0.00 8.33 3.86 19.80 53.59 [2020-12-15T05:24:21.588Z] [2020-12-15T05:24:21.588Z] [2020-12-15T05:24:21.588Z]