Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 63eb717be648985cabd2e2ea0d3d1f19ada5a008 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-16083 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/256 [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/256 # 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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 (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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 Commit message: "Merge pull request #2952 from weichou1229/issue-2950" > git rev-list --no-walk 79d1af4a1f3885f41c39dfef2c86f9a672a557b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T07:20:41.838Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T07:20:42.127Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T07:20:42.244Z] ========================================================= [2020-12-15T07:20:42.244Z] EdgeX Global Pipelines Version Info [2020-12-15T07:20:42.244Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:20:43.830Z] ------------------- [2020-12-15T07:20:43.830Z] stable info: [2020-12-15T07:20:43.830Z] ------------------- [2020-12-15T07:20:43.830Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:20:43.830Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:20:43.830Z] Message: update stable to v1.0.172 [2020-12-15T07:20:44.778Z] ------------------- [2020-12-15T07:20:44.778Z] experimental info: [2020-12-15T07:20:44.778Z] ------------------- [2020-12-15T07:20:44.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:20:44.778Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:20:44.778Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:20:45.062Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T07:20:45.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T07:20:45.259Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T07:20:45.363Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T07:20:45.465Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T07:20:45.587Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T07:20:45.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T07:20:45.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T07:20:45.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T07:20:45.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T07:20:46.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T07:20:46.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T07:20:46.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T07:20:46.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T07:20:46.505Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:20:46.598Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:20:46.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T07:20:46.783Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T07:20:46.876Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T07:20:46.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T07:20:47.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T07:20:47.171Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T07:20:47.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-15T07:20:47.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-15T07:20:47.459Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-15T07:20:47.550Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] echo [2020-12-15T07:20:47.637Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 63eb717 [Pipeline] echo [2020-12-15T07:20:47.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:20:47.922Z] provisioning config files... [2020-12-15T07:20:47.960Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/256@tmp/config2280262265168768484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:20:48.309Z] ---> docker-login.sh [2020-12-15T07:20:48.310Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:20:48.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:20:48.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:20:48.835Z] Configure a credential helper to remove this warning. See [2020-12-15T07:20:48.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:20:48.835Z] [2020-12-15T07:20:48.835Z] Login Succeeded [2020-12-15T07:20:48.835Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:20:48.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:20:48.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:20:48.835Z] Configure a credential helper to remove this warning. See [2020-12-15T07:20:48.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:20:48.835Z] [2020-12-15T07:20:48.835Z] Login Succeeded [2020-12-15T07:20:48.835Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:20:49.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:20:49.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:20:49.099Z] Configure a credential helper to remove this warning. See [2020-12-15T07:20:49.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:20:49.099Z] [2020-12-15T07:20:49.099Z] Login Succeeded [2020-12-15T07:20:49.099Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:20:49.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:20:49.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:20:49.365Z] Configure a credential helper to remove this warning. See [2020-12-15T07:20:49.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:20:49.365Z] [2020-12-15T07:20:49.365Z] Login Succeeded [2020-12-15T07:20:49.365Z] docker.io [2020-12-15T07:20:49.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:20:49.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:20:49.628Z] Configure a credential helper to remove this warning. See [2020-12-15T07:20:49.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:20:49.628Z] [2020-12-15T07:20:49.628Z] Login Succeeded [2020-12-15T07:20:49.628Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:20:49.638Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:20:50.123Z] ++ 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-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T07:20:50.123Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:20:50.123Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T07:20:50.123Z] ++ cut -d/ -f2 [2020-12-15T07:20:50.123Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T07:20:50.196Z] 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-15T07:20:51.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:20:51.993Z] [2020-12-15T07:20:51.993Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:20:52.360Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:20:52.360Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T07:20:52.360Z] 31603596830f: Pulling fs layer [2020-12-15T07:20:52.360Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T07:20:52.360Z] 6ca5941a6612: Pulling fs layer [2020-12-15T07:20:52.360Z] ecc8261a40a4: Pulling fs layer [2020-12-15T07:20:52.360Z] ecc8261a40a4: Waiting [2020-12-15T07:20:52.360Z] 2a8b12db71e7: Download complete [2020-12-15T07:20:52.629Z] 31603596830f: Verifying Checksum [2020-12-15T07:20:52.629Z] 31603596830f: Download complete [2020-12-15T07:20:52.629Z] ecc8261a40a4: Verifying Checksum [2020-12-15T07:20:52.629Z] ecc8261a40a4: Download complete [2020-12-15T07:20:52.629Z] 6ca5941a6612: Verifying Checksum [2020-12-15T07:20:52.629Z] 6ca5941a6612: Download complete [2020-12-15T07:20:52.890Z] 31603596830f: Pull complete [2020-12-15T07:20:53.188Z] 2a8b12db71e7: Pull complete [2020-12-15T07:20:54.136Z] 6ca5941a6612: Pull complete [2020-12-15T07:20:54.136Z] ecc8261a40a4: Pull complete [2020-12-15T07:20:54.136Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T07:20:54.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:20:54.136Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T07:20:54.246Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:20:54.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:20:56.877Z] $ docker top 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:20:57.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:20:57.167Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:20:57.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:20:57.394Z] $ docker exec 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 ssh-agent [2020-12-15T07:20:57.568Z] SSH_AUTH_SOCK=/tmp/ssh-PIMtoOEJbMw8/agent.11 [2020-12-15T07:20:57.568Z] SSH_AGENT_PID=16 [2020-12-15T07:20:57.578Z] Running ssh-add (command line suppressed) [2020-12-15T07:20:57.696Z] Identity added: /w/workspace/edgex-go/256@tmp/private_key_4994386386880617575.key (/w/workspace/edgex-go/256@tmp/private_key_4994386386880617575.key) [2020-12-15T07:20:57.743Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:20:58.078Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T07:20:58.102Z] $ docker exec --env ******** --env ******** 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 ssh-agent -k [2020-12-15T07:20:58.218Z] unset SSH_AUTH_SOCK; [2020-12-15T07:20:58.218Z] unset SSH_AGENT_PID; [2020-12-15T07:20:58.219Z] echo Agent pid 16 killed; [2020-12-15T07:20:58.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T07:20:58.451Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:20:58.451Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:20:58.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:20:58.627Z] $ docker exec 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 ssh-agent [2020-12-15T07:20:58.786Z] SSH_AUTH_SOCK=/tmp/ssh-E42NLnNstIit/agent.44 [2020-12-15T07:20:58.786Z] SSH_AGENT_PID=49 [2020-12-15T07:20:58.792Z] Running ssh-add (command line suppressed) [2020-12-15T07:20:58.913Z] Identity added: /w/workspace/edgex-go/256@tmp/private_key_6335145947493716901.key (/w/workspace/edgex-go/256@tmp/private_key_6335145947493716901.key) [2020-12-15T07:20:58.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:20:59.295Z] + git semver init [2020-12-15T07:20:59.295Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:20:59.295Z] # $GIT_DIR = /w/workspace/edgex-go/256/.git [2020-12-15T07:20:59.295Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/256 [2020-12-15T07:20:59.295Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:20:59.295Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:20:59.295Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:20:59.295Z] # $SEMVER_BRANCH = master [2020-12-15T07:20:59.295Z] # $SEMVER_TEMP = /tmp/semver-398706019 [2020-12-15T07:20:59.295Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T07:21:25.923Z] # '/tmp/semver-398706019' -> '/w/workspace/edgex-go/256/.semver' [2020-12-15T07:21:26.189Z] # -> Force: false [2020-12-15T07:21:26.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/256/.semver [Pipeline] } [2020-12-15T07:21:26.214Z] $ docker exec --env ******** --env ******** 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 ssh-agent -k [2020-12-15T07:21:26.501Z] unset SSH_AUTH_SOCK; [2020-12-15T07:21:26.501Z] unset SSH_AGENT_PID; [2020-12-15T07:21:26.501Z] echo Agent pid 49 killed; [2020-12-15T07:21:26.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:21:27.134Z] + git semver [Pipeline] } [2020-12-15T07:21:27.154Z] $ docker stop --time=1 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 [2020-12-15T07:21:28.752Z] $ docker rm -f 5b3056597e7c7347cfb7c58f8e5a179a26b957e3087e6e8ab6c3b071e3f09bc4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:21:29.257Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T07:21:29.785Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T07:21:29.788Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [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-15T07:21:30.688Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:21:30.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:21:31.293Z] + sudo service docker restart [2020-12-15T07:21:31.293Z] + true [2020-12-15T07:21:31.293Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T07:21:31.888Z] ========================================================= [2020-12-15T07:21:31.888Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T07:21:31.888Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:21:32.235Z] + 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-15T07:21:37.566Z] Sending build context to Docker daemon 326.5MB [2020-12-15T07:21:37.566Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T07:21:37.566Z] Step 2/7 : FROM ${BASE} [2020-12-15T07:21:37.566Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T07:21:37.566Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T07:21:37.566Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T07:21:37.566Z] de9db76c5a1d: Pulling fs layer [2020-12-15T07:21:37.566Z] bca2f99d35d6: Pulling fs layer [2020-12-15T07:21:37.566Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T07:21:37.566Z] 7c6f9722023f: Pulling fs layer [2020-12-15T07:21:37.566Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T07:21:37.566Z] 7c6f9722023f: Waiting [2020-12-15T07:21:37.566Z] bca2f99d35d6: Waiting [2020-12-15T07:21:37.566Z] 93359f2a8cfa: Waiting [2020-12-15T07:21:37.566Z] a35cf1a2eb13: Waiting [2020-12-15T07:21:37.566Z] de9db76c5a1d: Download complete [2020-12-15T07:21:37.566Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T07:21:37.566Z] 0ef7d3d256c8: Download complete [2020-12-15T07:21:37.566Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T07:21:37.566Z] 93359f2a8cfa: Download complete [2020-12-15T07:21:37.566Z] 7c6f9722023f: Verifying Checksum [2020-12-15T07:21:37.566Z] 7c6f9722023f: Download complete [2020-12-15T07:21:37.566Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T07:21:37.566Z] 188c0c94c7c5: Download complete [2020-12-15T07:21:37.835Z] 188c0c94c7c5: Pull complete [2020-12-15T07:21:38.100Z] 0ef7d3d256c8: Pull complete [2020-12-15T07:21:38.100Z] de9db76c5a1d: Pull complete [2020-12-15T07:21:40.689Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T07:21:40.689Z] a35cf1a2eb13: Download complete [2020-12-15T07:21:40.952Z] bca2f99d35d6: Verifying Checksum [2020-12-15T07:21:40.953Z] bca2f99d35d6: Download complete [2020-12-15T07:21:45.191Z] Still waiting to schedule task [2020-12-15T07:21:45.192Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16080’ is offline [2020-12-15T07:21:46.343Z] bca2f99d35d6: Pull complete [2020-12-15T07:21:46.343Z] 93359f2a8cfa: Pull complete [2020-12-15T07:21:46.343Z] 7c6f9722023f: Pull complete [2020-12-15T07:21:49.694Z] a35cf1a2eb13: Pull complete [2020-12-15T07:21:49.694Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T07:21:49.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T07:21:49.694Z] ---> a62c8e92a672 [2020-12-15T07:21:49.694Z] 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-15T07:21:49.956Z] ---> Running in 4651347e717a [2020-12-15T07:21:50.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:21:51.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:21:52.425Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T07:21:52.690Z] (2/12) Installing file (5.38-r0) [2020-12-15T07:21:52.690Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T07:21:52.955Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T07:22:07.885Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T07:22:07.885Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T07:22:07.885Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T07:22:07.885Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T07:22:07.885Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T07:22:07.885Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T07:22:07.885Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T07:22:08.146Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T07:22:08.147Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:22:08.147Z] OK: 233 MiB in 51 packages [2020-12-15T07:22:12.371Z] Removing intermediate container 4651347e717a [2020-12-15T07:22:12.371Z] ---> ade626a3c4de [2020-12-15T07:22:12.371Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T07:22:12.371Z] ---> Running in fc4695a61190 [2020-12-15T07:22:12.371Z] Removing intermediate container fc4695a61190 [2020-12-15T07:22:12.371Z] ---> 4f3740ff7755 [2020-12-15T07:22:12.371Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T07:22:13.319Z] latest: Pulling from library/docker [2020-12-15T07:22:13.319Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T07:22:13.319Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T07:22:13.319Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T07:22:13.319Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T07:22:13.319Z] 80e8d568a223: Pulling fs layer [2020-12-15T07:22:13.319Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T07:22:13.320Z] 2312dd95470a: Pulling fs layer [2020-12-15T07:22:13.320Z] 2e060f4bd70b: Waiting [2020-12-15T07:22:13.320Z] 80e8d568a223: Waiting [2020-12-15T07:22:13.320Z] 8dc6ef1a942a: Waiting [2020-12-15T07:22:13.320Z] 2312dd95470a: Waiting [2020-12-15T07:22:13.320Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T07:22:13.320Z] 292df0bc6bf3: Download complete [2020-12-15T07:22:13.320Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T07:22:13.320Z] 6db28d0fdbf6: Download complete [2020-12-15T07:22:13.320Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T07:22:13.320Z] 05e7bc50f07f: Download complete [2020-12-15T07:22:13.584Z] 80e8d568a223: Verifying Checksum [2020-12-15T07:22:13.584Z] 80e8d568a223: Download complete [2020-12-15T07:22:13.584Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T07:22:13.584Z] 8dc6ef1a942a: Download complete [2020-12-15T07:22:13.584Z] 2312dd95470a: Download complete [2020-12-15T07:22:13.584Z] 05e7bc50f07f: Pull complete [2020-12-15T07:22:13.853Z] 6db28d0fdbf6: Pull complete [2020-12-15T07:22:14.119Z] 292df0bc6bf3: Pull complete [2020-12-15T07:22:14.692Z] 2e060f4bd70b: Verifying Checksum [2020-12-15T07:22:14.692Z] 2e060f4bd70b: Download complete [2020-12-15T07:22:17.252Z] 2e060f4bd70b: Pull complete [2020-12-15T07:22:17.252Z] 80e8d568a223: Pull complete [2020-12-15T07:22:17.252Z] 8dc6ef1a942a: Pull complete [2020-12-15T07:22:17.517Z] 2312dd95470a: Pull complete [2020-12-15T07:22:17.517Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T07:22:17.517Z] Status: Downloaded newer image for docker:latest [2020-12-15T07:22:18.912Z] ---> 7cfd224325af [2020-12-15T07:22:18.912Z] Step 6/7 : COPY go.mod . [2020-12-15T07:22:19.177Z] ---> 720cd6269c04 [2020-12-15T07:22:19.177Z] Step 7/7 : RUN go mod download [2020-12-15T07:22:19.177Z] ---> Running in 3524fac4fda2 [2020-12-15T07:22:41.202Z] Removing intermediate container 3524fac4fda2 [2020-12-15T07:22:41.202Z] ---> 8ae2813bbbc4 [2020-12-15T07:22:41.202Z] Successfully built 8ae2813bbbc4 [2020-12-15T07:22:41.202Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:22:41.523Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:22:41.523Z] . [Pipeline] withDockerContainer [2020-12-15T07:22:41.654Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:22:41.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:22:42.684Z] $ docker top bceefe1ae2b59ada60bdb40accaf8da327a2883a9d7b456b7db1feee5b4f484d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:22:43.185Z] + go version [2020-12-15T07:22:43.185Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T07:22:43.202Z] $ docker stop --time=1 bceefe1ae2b59ada60bdb40accaf8da327a2883a9d7b456b7db1feee5b4f484d [2020-12-15T07:22:44.553Z] $ docker rm -f bceefe1ae2b59ada60bdb40accaf8da327a2883a9d7b456b7db1feee5b4f484d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:22:45.375Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:22:45.375Z] . [Pipeline] withDockerContainer [2020-12-15T07:22:45.484Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:22:45.534Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:22:46.197Z] $ docker top d1de9ec9db691cee5c7f7039dd72e9b02121df3e3c10745f6b8cbf081c919d10 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T07:22:46.422Z] ========================================================= [2020-12-15T07:22:46.422Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T07:22:46.422Z] ========================================================= [Pipeline] sh [2020-12-15T07:22:46.776Z] + make test [2020-12-15T07:22:46.776Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T07:22:56.893Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T07:23:11.914Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T07:23:17.619Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T07:23:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T07:23:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T07:23:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T07:23:18.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T07:23:18.429Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T07:23:20.396Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s [2020-12-15T07:23:20.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T07:23:20.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T07:23:20.983Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T07:23:20.983Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T07:23:20.983Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T07:23:20.983Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T07:23:24.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2020-12-15T07:23:24.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T07:23:24.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T07:23:24.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T07:23:24.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T07:23:24.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T07:23:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T07:23:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T07:23:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T07:23:26.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 70.5% of statements [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T07:23:26.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T07:23:27.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 83.7% of statements [2020-12-15T07:23:27.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T07:23:27.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:23:27.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T07:23:27.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T07:23:29.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.343s coverage: 28.6% of statements [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T07:23:29.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T07:23:29.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T07:23:29.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T07:23:29.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.086s coverage: 97.5% of statements [2020-12-15T07:23:29.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T07:23:29.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2020-12-15T07:23:29.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T07:23:29.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T07:23:29.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T07:23:29.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.326s coverage: 93.8% of statements [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2020-12-15T07:23:31.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2020-12-15T07:23:31.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2020-12-15T07:23:32.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2020-12-15T07:23:32.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2020-12-15T07:23:32.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T07:23:33.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.5% of statements [2020-12-15T07:23:33.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T07:23:33.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T07:23:33.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-15T07:23:33.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements [2020-12-15T07:23:33.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2020-12-15T07:23:33.606Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-15T07:23:33.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2020-12-15T07:23:34.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 55.9% of statements [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T07:23:34.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T07:23:39.535Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16087 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-15T07:23:39.619Z] Running in /w/workspace/edgex-go/256 [Pipeline] { [Pipeline] checkout [2020-12-15T07:23:44.660Z] using credential edgex-jenkins-ssh [2020-12-15T07:23:44.731Z] Cloning the remote Git repository [2020-12-15T07:23:44.789Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:23:44.905Z] > git init /w/workspace/edgex-go/256 # timeout=10 [2020-12-15T07:23:45.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:23:45.016Z] > git --version # timeout=10 [2020-12-15T07:23:45.035Z] > git --version # 'git version 2.17.1' [2020-12-15T07:23:45.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:23:45.115Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.901s coverage: 86.3% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.095s coverage: 72.2% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.390s coverage: 72.1% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.061s coverage: 82.4% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.332s coverage: 84.0% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.638s coverage: 29.1% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T07:23:53.111Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-15T07:23:53.111Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-15T07:23:53.111Z] GO111MODULE=on go vet ./... [2020-12-15T07:24:05.541Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:24:05.560Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:24:05.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:24:05.616Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:24:05.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:24:05.631Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T07:24:06.226Z] Checking out Revision 63eb717be648985cabd2e2ea0d3d1f19ada5a008 (master) [2020-12-15T07:24:06.248Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:24:06.270Z] > git checkout -f 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 [2020-12-15T07:24:10.970Z] Commit message: "Merge pull request #2952 from weichou1229/issue-2950" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T07:24:12.495Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:24:12.901Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:24:13.297Z] + true [2020-12-15T07:24:13.297Z] + sudo service docker restart [2020-12-15T07:24:15.293Z] gofmt -l . [2020-12-15T07:24:15.293Z] [ "`gofmt -l .`" = "" ] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:24:15.351Z] provisioning config files... [2020-12-15T07:24:15.393Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/256@tmp/config8234177381795654021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:24:15.559Z] ./bin/test-go-mod-tidy.sh [2020-12-15T07:24:15.805Z] ---> docker-login.sh [2020-12-15T07:24:15.805Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:24:16.135Z] ./bin/test-attribution-txt.sh [2020-12-15T07:24:16.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:24:17.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:24:17.061Z] Configure a credential helper to remove this warning. See [2020-12-15T07:24:17.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:24:17.061Z] [2020-12-15T07:24:17.061Z] Login Succeeded [2020-12-15T07:24:17.061Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:24:17.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-15T07:24:17.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:24:17.606Z] Configure a credential helper to remove this warning. See [2020-12-15T07:24:17.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:24:17.606Z] [2020-12-15T07:24:17.606Z] Login Succeeded [2020-12-15T07:24:17.606Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:24:17.831Z] + ls -al . [2020-12-15T07:24:17.831Z] total 664 [2020-12-15T07:24:17.831Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 07:24 . [2020-12-15T07:24:17.831Z] drwxr-xr-x 4 root root 32 Dec 15 07:22 .. [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 07:20 .dockerignore [2020-12-15T07:24:17.831Z] drwxrwxr-x 8 1001 1001 162 Dec 15 07:20 .git [2020-12-15T07:24:17.831Z] drwxrwxr-x 3 1001 1001 125 Dec 15 07:20 .github [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 07:20 .gitignore [2020-12-15T07:24:17.831Z] drwx------ 3 1001 1001 32 Dec 15 07:21 .semver [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 07:20 .sonarcloud.properties [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:20 CONTRIBUTING.md [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:20 Dockerfile.build [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 07:20 Jenkinsfile [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:20 LICENSE [2020-12-15T07:24:17.831Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:20 Makefile [2020-12-15T07:24:17.832Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:20 README.md [2020-12-15T07:24:17.832Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:20 SECURITY.md [2020-12-15T07:24:17.832Z] -rw-rw-r-- 1 1001 1001 12 Dec 15 07:21 VERSION [2020-12-15T07:24:17.832Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:20 ZMQWindows.md [2020-12-15T07:24:17.832Z] drwxrwxr-x 2 1001 1001 117 Dec 15 07:20 bin [2020-12-15T07:24:17.832Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 07:20 cmd [2020-12-15T07:24:17.832Z] -rw-r--r-- 1 root root 568194 Dec 15 07:23 coverage.out [2020-12-15T07:24:17.832Z] -rw-r--r-- 1 root root 1041 Dec 15 07:24 go.mod [2020-12-15T07:24:17.832Z] -rw-r--r-- 1 root root 18856 Dec 15 07:24 go.sum [2020-12-15T07:24:17.832Z] drwxrwxr-x 8 1001 1001 127 Dec 15 07:20 internal [2020-12-15T07:24:17.832Z] drwxrwxr-x 4 1001 1001 26 Dec 15 07:20 openapi [2020-12-15T07:24:17.832Z] drwxrwxr-x 4 1001 1001 71 Dec 15 07:20 snap [2020-12-15T07:24:17.832Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 07:20 version.go [Pipeline] sh [2020-12-15T07:24:17.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:24:18.133Z] + '[' -e coverage.out ] [2020-12-15T07:24:18.133Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T07:24:18.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:24:18.159Z] Configure a credential helper to remove this warning. See [2020-12-15T07:24:18.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:24:18.159Z] [2020-12-15T07:24:18.159Z] Login Succeeded [2020-12-15T07:24:18.159Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:24:18.366Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T07:24:18.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:24:18.663Z] + make build [2020-12-15T07:24:18.663Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:24:18.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:24:18.705Z] Configure a credential helper to remove this warning. See [2020-12-15T07:24:18.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:24:18.705Z] [2020-12-15T07:24:18.705Z] Login Succeeded [2020-12-15T07:24:18.705Z] docker.io [2020-12-15T07:24:18.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:24:19.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:24:19.246Z] Configure a credential helper to remove this warning. See [2020-12-15T07:24:19.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:24:19.246Z] [2020-12-15T07:24:19.246Z] Login Succeeded [2020-12-15T07:24:19.246Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:24:19.263Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T07:24:19.742Z] ========================================================= [2020-12-15T07:24:19.742Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T07:24:19.742Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:20.121Z] + 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-15T07:24:21.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:24:22.754Z] Sending build context to Docker daemon 165.6MB [2020-12-15T07:24:22.754Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T07:24:22.754Z] Step 2/7 : FROM ${BASE} [2020-12-15T07:24:22.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T07:24:22.754Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T07:24:22.754Z] a4357932f1b6: Pulling fs layer [2020-12-15T07:24:22.754Z] 18c013af1878: Pulling fs layer [2020-12-15T07:24:22.754Z] 00ac8860ef70: Pulling fs layer [2020-12-15T07:24:22.754Z] 63d7cb157983: Pulling fs layer [2020-12-15T07:24:22.754Z] b116817d02f9: Pulling fs layer [2020-12-15T07:24:22.754Z] 745a02a5169b: Pulling fs layer [2020-12-15T07:24:22.754Z] 00ac8860ef70: Waiting [2020-12-15T07:24:22.754Z] 63d7cb157983: Waiting [2020-12-15T07:24:22.754Z] b116817d02f9: Waiting [2020-12-15T07:24:22.754Z] 18c013af1878: Download complete [2020-12-15T07:24:22.754Z] a4357932f1b6: Verifying Checksum [2020-12-15T07:24:22.754Z] a4357932f1b6: Download complete [2020-12-15T07:24:22.754Z] 63d7cb157983: Download complete [2020-12-15T07:24:22.754Z] b116817d02f9: Verifying Checksum [2020-12-15T07:24:22.754Z] b116817d02f9: Download complete [2020-12-15T07:24:22.754Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T07:24:22.754Z] 5f621e34cdf4: Download complete [2020-12-15T07:24:23.026Z] 5f621e34cdf4: Pull complete [2020-12-15T07:24:23.630Z] a4357932f1b6: Pull complete [2020-12-15T07:24:23.905Z] 18c013af1878: Pull complete [2020-12-15T07:24:24.504Z] 745a02a5169b: Download complete [2020-12-15T07:24:25.935Z] 00ac8860ef70: Verifying Checksum [2020-12-15T07:24:25.935Z] 00ac8860ef70: Download complete [2020-12-15T07:24:32.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:24:32.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:24:33.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:24:33.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:24:35.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:24:36.117Z] 00ac8860ef70: Pull complete [2020-12-15T07:24:36.389Z] 63d7cb157983: Pull complete [2020-12-15T07:24:36.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:24:36.662Z] b116817d02f9: Pull complete [2020-12-15T07:24:37.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:24:38.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:24:39.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:24:40.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:24:40.971Z] 745a02a5169b: Pull complete [2020-12-15T07:24:40.972Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T07:24:40.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T07:24:40.972Z] ---> b7e6874047d6 [2020-12-15T07:24:40.972Z] 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-15T07:24:41.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T07:24:43.102Z] $ docker stop --time=1 d1de9ec9db691cee5c7f7039dd72e9b02121df3e3c10745f6b8cbf081c919d10 [2020-12-15T07:24:44.377Z] ---> Running in 50a9fff877aa [2020-12-15T07:24:44.741Z] $ docker rm -f d1de9ec9db691cee5c7f7039dd72e9b02121df3e3c10745f6b8cbf081c919d10 [2020-12-15T07:24:44.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-15T07:24:45.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:24:47.408Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T07:24:47.680Z] (2/12) Installing file (5.38-r0) [2020-12-15T07:24:47.680Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T07:24:47.952Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:48.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:24:48.478Z] [2020-12-15T07:24:48.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:48.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:24:48.824Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T07:24:48.824Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T07:24:48.824Z] ca9280d653b3: Pulling fs layer [2020-12-15T07:24:48.824Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T07:24:49.090Z] cbdbe7a5bc2a: Download complete [2020-12-15T07:24:49.356Z] cbdbe7a5bc2a: Pull complete [2020-12-15T07:24:49.356Z] ca9280d653b3: Verifying Checksum [2020-12-15T07:24:49.356Z] ca9280d653b3: Download complete [2020-12-15T07:24:50.318Z] 7e9c9ca2126c: Verifying Checksum [2020-12-15T07:24:50.319Z] 7e9c9ca2126c: Download complete [2020-12-15T07:24:50.581Z] ca9280d653b3: Pull complete [2020-12-15T07:24:57.229Z] 7e9c9ca2126c: Pull complete [2020-12-15T07:24:57.229Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T07:24:57.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:24:57.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T07:24:57.375Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:24:57.431Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:24:58.369Z] $ docker top 36186c2588e2ebeec5172611936983f167997f610c264bf79faaa3f432805b1c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:24:58.930Z] + docker-compose build --help [2020-12-15T07:24:58.930Z] + grep parallel [2020-12-15T07:24:59.943Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T07:24:59.970Z] $ docker stop --time=1 36186c2588e2ebeec5172611936983f167997f610c264bf79faaa3f432805b1c [2020-12-15T07:25:02.343Z] $ docker rm -f 36186c2588e2ebeec5172611936983f167997f610c264bf79faaa3f432805b1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:25:03.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:25:03.119Z] . [Pipeline] withDockerContainer [2020-12-15T07:25:03.220Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:25:03.271Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:25:04.131Z] $ docker top 7914a638d2c650089f0e62a879ba51d5d3d7ea22df3c47081336cb9d15b0c6cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:25:04.613Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T07:25:05.560Z] Building docker-core-command-go ... [2020-12-15T07:25:05.560Z] Building docker-core-data-go ... [2020-12-15T07:25:05.560Z] Building docker-core-metadata-go ... [2020-12-15T07:25:05.560Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T07:25:05.560Z] Building docker-security-proxy-setup-go ... [2020-12-15T07:25:05.560Z] Building docker-security-secrets-setup-go ... [2020-12-15T07:25:05.560Z] Building docker-security-secretstore-setup-go ... [2020-12-15T07:25:05.560Z] Building docker-support-notifications-go ... [2020-12-15T07:25:05.560Z] Building docker-support-scheduler-go ... [2020-12-15T07:25:05.560Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T07:25:05.560Z] Building docker-security-secretstore-setup-go [2020-12-15T07:25:05.560Z] Building docker-security-proxy-setup-go [2020-12-15T07:25:05.560Z] Building docker-core-command-go [2020-12-15T07:25:05.560Z] Building docker-core-data-go [2020-12-15T07:25:05.560Z] Building docker-support-scheduler-go [2020-12-15T07:25:06.214Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T07:25:06.214Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T07:25:06.214Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T07:25:06.214Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T07:25:06.214Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T07:25:06.214Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T07:25:06.214Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T07:25:06.214Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T07:25:06.214Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:25:06.214Z] OK: 217 MiB in 51 packages [2020-12-15T07:25:08.852Z] Removing intermediate container 50a9fff877aa [2020-12-15T07:25:08.852Z] ---> 8ebd723b66ef [2020-12-15T07:25:08.852Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T07:25:09.125Z] ---> Running in 97e958fa001a [2020-12-15T07:25:09.720Z] Removing intermediate container 97e958fa001a [2020-12-15T07:25:09.720Z] ---> 191366ca24f5 [2020-12-15T07:25:09.720Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T07:25:10.316Z] latest: Pulling from library/docker [2020-12-15T07:25:10.316Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T07:25:10.316Z] 02a3295e0d61: Pulling fs layer [2020-12-15T07:25:10.316Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T07:25:10.316Z] 330b718f631f: Pulling fs layer [2020-12-15T07:25:10.316Z] a93816041522: Pulling fs layer [2020-12-15T07:25:10.316Z] bdb6da89ff94: Pulling fs layer [2020-12-15T07:25:10.316Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T07:25:10.316Z] a93816041522: Waiting [2020-12-15T07:25:10.316Z] 330b718f631f: Waiting [2020-12-15T07:25:10.316Z] 2a70c0c122f4: Waiting [2020-12-15T07:25:10.316Z] bdb6da89ff94: Waiting [2020-12-15T07:25:10.591Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T07:25:10.591Z] 0f4f2e6d8100: Download complete [2020-12-15T07:25:10.591Z] 02a3295e0d61: Download complete [2020-12-15T07:25:10.591Z] a3cc7d3b244e: Download complete [2020-12-15T07:25:10.591Z] a93816041522: Verifying Checksum [2020-12-15T07:25:10.591Z] a93816041522: Download complete [2020-12-15T07:25:10.591Z] bdb6da89ff94: Verifying Checksum [2020-12-15T07:25:10.591Z] bdb6da89ff94: Download complete [2020-12-15T07:25:10.868Z] 2a70c0c122f4: Verifying Checksum [2020-12-15T07:25:10.868Z] 2a70c0c122f4: Download complete [2020-12-15T07:25:11.468Z] a3cc7d3b244e: Pull complete [2020-12-15T07:25:12.064Z] 02a3295e0d61: Pull complete [2020-12-15T07:25:12.064Z] 330b718f631f: Verifying Checksum [2020-12-15T07:25:12.064Z] 330b718f631f: Download complete [2020-12-15T07:25:12.335Z] 0f4f2e6d8100: Pull complete [2020-12-15T07:25:16.657Z] 330b718f631f: Pull complete [2020-12-15T07:25:16.657Z] a93816041522: Pull complete [2020-12-15T07:25:16.657Z] bdb6da89ff94: Pull complete [2020-12-15T07:25:16.931Z] 2a70c0c122f4: Pull complete [2020-12-15T07:25:16.931Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T07:25:16.931Z] Status: Downloaded newer image for docker:latest [2020-12-15T07:25:20.318Z] ---> 826d399749bd [2020-12-15T07:25:20.318Z] Step 6/7 : COPY go.mod . [2020-12-15T07:25:20.913Z] ---> 5e531bc9204c [2020-12-15T07:25:20.913Z] Step 7/7 : RUN go mod download [2020-12-15T07:25:21.186Z] ---> Running in f8f1f8efb152 [2020-12-15T07:25:37.783Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:25:37.783Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:25:37.783Z] ---> 8ae2813bbbc4 [2020-12-15T07:25:37.783Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:25:37.783Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:25:37.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:25:37.783Z] ---> 8ae2813bbbc4 [2020-12-15T07:25:37.783Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:25:37.783Z] ---> Running in eedb07b99266 [2020-12-15T07:25:37.783Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:25:37.783Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:25:37.783Z] ---> 8ae2813bbbc4 [2020-12-15T07:25:37.783Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:25:37.783Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:25:37.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:25:37.783Z] ---> 8ae2813bbbc4 [2020-12-15T07:25:37.783Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:25:37.783Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:25:37.783Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:25:37.783Z] ---> 8ae2813bbbc4 [2020-12-15T07:25:37.783Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T07:25:38.052Z] ---> Running in 73b21700fe64 [2020-12-15T07:25:38.314Z] ---> Running in bdb9578edc76 [2020-12-15T07:25:38.314Z] ---> Running in c077a13f942e [2020-12-15T07:25:38.314Z] ---> Running in f2300d9886bb [2020-12-15T07:25:38.579Z] Removing intermediate container 73b21700fe64 [2020-12-15T07:25:38.579Z] ---> 487b71a8c2eb [2020-12-15T07:25:38.579Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:25:38.579Z] Removing intermediate container f2300d9886bb [2020-12-15T07:25:38.579Z] ---> c857011731cf [2020-12-15T07:25:38.579Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:25:38.579Z] Removing intermediate container c077a13f942e [2020-12-15T07:25:38.579Z] ---> 90f4f8cc973c [2020-12-15T07:25:38.579Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:25:38.579Z] Removing intermediate container eedb07b99266 [2020-12-15T07:25:38.579Z] ---> 9f755e408dac [2020-12-15T07:25:38.579Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:25:38.579Z] Removing intermediate container bdb9578edc76 [2020-12-15T07:25:38.579Z] ---> a0089298afb0 [2020-12-15T07:25:38.579Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:25:38.864Z] ---> Running in aa070ab5b347 [2020-12-15T07:25:38.864Z] ---> Running in 4774ebd030ac [2020-12-15T07:25:38.864Z] ---> Running in f7c692202944 [2020-12-15T07:25:38.864Z] ---> Running in 5236d339d679 [2020-12-15T07:25:38.864Z] ---> Running in f0b8fdef2cff [2020-12-15T07:25:40.831Z] Removing intermediate container aa070ab5b347 [2020-12-15T07:25:40.831Z] ---> 0522b77f590f [2020-12-15T07:25:40.831Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:25:41.097Z] Removing intermediate container 4774ebd030ac [2020-12-15T07:25:41.097Z] ---> bda0ce050324 [2020-12-15T07:25:41.097Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T07:25:41.097Z] ---> Running in 51fa9fd6fdb1 [2020-12-15T07:25:41.359Z] ---> Running in 02f0035dd5e3 [2020-12-15T07:25:41.359Z] Removing intermediate container f7c692202944 [2020-12-15T07:25:41.359Z] ---> d59bca960bc2 [2020-12-15T07:25:41.359Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:25:41.359Z] Removing intermediate container 5236d339d679 [2020-12-15T07:25:41.359Z] ---> 419a32729e5c [2020-12-15T07:25:41.359Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T07:25:41.621Z] Removing intermediate container f0b8fdef2cff [2020-12-15T07:25:41.621Z] ---> 15c2d02d79ce [2020-12-15T07:25:41.621Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:25:41.621Z] ---> Running in 7aa23cac2182 [2020-12-15T07:25:41.621Z] ---> Running in 89c9aef4da39 [2020-12-15T07:25:41.621Z] ---> Running in cb7f6c4f51aa [2020-12-15T07:25:42.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:42.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:42.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:42.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:42.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:42.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:43.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:43.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:43.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:43.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:25:44.525Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:25:44.525Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:25:44.525Z] OK: 12750 distinct packages available [2020-12-15T07:25:44.525Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:25:44.525Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:25:44.525Z] OK: 12750 distinct packages available [2020-12-15T07:25:44.525Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:25:44.525Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:25:44.525Z] OK: 12750 distinct packages available [2020-12-15T07:25:44.525Z] OK: 233 MiB in 51 packages [2020-12-15T07:25:44.525Z] OK: 233 MiB in 51 packages [2020-12-15T07:25:44.792Z] OK: 233 MiB in 51 packages [2020-12-15T07:25:44.792Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:25:44.792Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:25:44.792Z] OK: 12750 distinct packages available [2020-12-15T07:25:45.060Z] OK: 233 MiB in 51 packages [2020-12-15T07:25:45.648Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:25:45.648Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:25:45.648Z] OK: 12750 distinct packages available [2020-12-15T07:25:45.648Z] Removing intermediate container 89c9aef4da39 [2020-12-15T07:25:45.648Z] ---> 91e35f3f43a5 [2020-12-15T07:25:45.648Z] Step 6/24 : COPY go.mod . [2020-12-15T07:25:45.648Z] Removing intermediate container 51fa9fd6fdb1 [2020-12-15T07:25:45.648Z] ---> 1c0d6e99b08c [2020-12-15T07:25:45.648Z] Step 6/21 : COPY go.mod . [2020-12-15T07:25:45.648Z] Removing intermediate container cb7f6c4f51aa [2020-12-15T07:25:45.649Z] ---> 266967c387f1 [2020-12-15T07:25:45.649Z] Step 6/22 : COPY go.mod . [2020-12-15T07:25:45.649Z] OK: 233 MiB in 51 packages [2020-12-15T07:25:45.649Z] Removing intermediate container 7aa23cac2182 [2020-12-15T07:25:45.649Z] ---> 66de50d27831 [2020-12-15T07:25:45.649Z] Step 6/21 : COPY go.mod . [2020-12-15T07:25:45.919Z] ---> fb50463bbbb2 [2020-12-15T07:25:45.919Z] Step 7/24 : RUN go mod download [2020-12-15T07:25:46.181Z] ---> Running in fb1ff1b769a7 [2020-12-15T07:25:46.181Z] ---> 00e28b37f482 [2020-12-15T07:25:46.181Z] Step 7/21 : RUN go mod download [2020-12-15T07:25:46.448Z] ---> 0225961ddd40 [2020-12-15T07:25:46.448Z] Step 7/22 : RUN go mod download [2020-12-15T07:25:46.448Z] ---> c702796c5a19 [2020-12-15T07:25:46.448Z] Step 7/21 : RUN go mod download [2020-12-15T07:25:46.448Z] ---> Running in 10442e3fca3f [2020-12-15T07:25:46.712Z] ---> Running in a800d3a3e696 [2020-12-15T07:25:46.712Z] ---> Running in caf2eebbb0a5 [2020-12-15T07:25:46.712Z] Removing intermediate container 02f0035dd5e3 [2020-12-15T07:25:46.712Z] ---> f1e99b4347b4 [2020-12-15T07:25:46.712Z] Step 6/23 : COPY go.mod . [2020-12-15T07:25:47.294Z] ---> b4fddade41cd [2020-12-15T07:25:47.294Z] Step 7/23 : RUN go mod download [2020-12-15T07:25:47.294Z] ---> Running in d3ac3159e64a [2020-12-15T07:25:47.978Z] Removing intermediate container f8f1f8efb152 [2020-12-15T07:25:47.978Z] ---> d33133688d20 [2020-12-15T07:25:47.978Z] Successfully built d33133688d20 [2020-12-15T07:25:47.978Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:25:48.318Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T07:25:48.318Z] . [Pipeline] withDockerContainer [2020-12-15T07:25:48.597Z] prd-ubuntu18.04-docker-arm64-4c-16g-16087 does not seem to be running inside a container [2020-12-15T07:25:48.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:25:49.245Z] Removing intermediate container a800d3a3e696 [2020-12-15T07:25:49.245Z] ---> 876d0313f3fb [2020-12-15T07:25:49.245Z] Step 8/22 : COPY . . [2020-12-15T07:25:49.245Z] Removing intermediate container fb1ff1b769a7 [2020-12-15T07:25:49.245Z] ---> 2a7f8ca38f17 [2020-12-15T07:25:49.245Z] Step 8/24 : COPY . . [2020-12-15T07:25:49.513Z] Removing intermediate container caf2eebbb0a5 [2020-12-15T07:25:49.513Z] ---> 28e2ab88cb70 [2020-12-15T07:25:49.513Z] Step 8/21 : COPY . . [2020-12-15T07:25:49.513Z] Removing intermediate container 10442e3fca3f [2020-12-15T07:25:49.513Z] ---> b1bec0fd5c0f [2020-12-15T07:25:49.513Z] Step 8/21 : COPY . . [2020-12-15T07:25:50.232Z] $ docker top 80e1ad072200a9781291e10c968a0c57f51f3183d5d5d09fa8d5eb64a566440b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:25:51.291Z] + go version [2020-12-15T07:25:51.291Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T07:25:51.316Z] $ docker stop --time=1 80e1ad072200a9781291e10c968a0c57f51f3183d5d5d09fa8d5eb64a566440b [2020-12-15T07:25:52.095Z] Removing intermediate container d3ac3159e64a [2020-12-15T07:25:52.095Z] ---> 7c57d5bf6457 [2020-12-15T07:25:52.095Z] Step 8/23 : COPY . . [2020-12-15T07:25:53.259Z] $ docker rm -f 80e1ad072200a9781291e10c968a0c57f51f3183d5d5d09fa8d5eb64a566440b [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-15T07:25:54.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:25:54.545Z] [2020-12-15T07:25:54.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:25:54.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:25:55.238Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T07:25:55.238Z] 29e5d40040c1: Pulling fs layer [2020-12-15T07:25:55.238Z] 1ce36da41761: Pulling fs layer [2020-12-15T07:25:55.238Z] 25b303627fd3: Pulling fs layer [2020-12-15T07:25:55.512Z] 29e5d40040c1: Verifying Checksum [2020-12-15T07:25:55.512Z] 29e5d40040c1: Download complete [2020-12-15T07:25:56.114Z] 1ce36da41761: Verifying Checksum [2020-12-15T07:25:56.114Z] 29e5d40040c1: Pull complete [2020-12-15T07:25:57.102Z] 1ce36da41761: Pull complete [2020-12-15T07:25:58.083Z] 25b303627fd3: Verifying Checksum [2020-12-15T07:25:58.083Z] 25b303627fd3: Download complete [2020-12-15T07:26:08.262Z] 25b303627fd3: Pull complete [2020-12-15T07:26:08.262Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T07:26:08.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:26:08.262Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T07:26:08.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-16087 does not seem to be running inside a container [2020-12-15T07:26:08.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:26:11.772Z] $ docker top d5e095f8050b275a04b0110b55c5b1358292c07a5c0dc0640fd1d8d6f6e5884f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:26:12.799Z] + + grepdocker-compose parallel build [2020-12-15T07:26:12.799Z] --help [2020-12-15T07:26:16.283Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T07:26:16.321Z] $ docker stop --time=1 d5e095f8050b275a04b0110b55c5b1358292c07a5c0dc0640fd1d8d6f6e5884f [2020-12-15T07:26:18.322Z] $ docker rm -f d5e095f8050b275a04b0110b55c5b1358292c07a5c0dc0640fd1d8d6f6e5884f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:26:19.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:26:19.166Z] . [Pipeline] withDockerContainer [2020-12-15T07:26:19.438Z] prd-ubuntu18.04-docker-arm64-4c-16g-16087 does not seem to be running inside a container [2020-12-15T07:26:19.518Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:26:20.896Z] $ docker top 6c01a0684a82c3d83443090a86a68a1a149f037b36ef651d46b4744907fe80e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:26:21.908Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T07:26:25.344Z] Building docker-core-command-go ... [2020-12-15T07:26:25.344Z] Building docker-core-data-go ... [2020-12-15T07:26:25.344Z] Building docker-core-metadata-go ... [2020-12-15T07:26:25.344Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T07:26:25.344Z] Building docker-security-proxy-setup-go ... [2020-12-15T07:26:25.344Z] Building docker-security-secrets-setup-go ... [2020-12-15T07:26:25.344Z] Building docker-security-secretstore-setup-go ... [2020-12-15T07:26:25.344Z] Building docker-support-notifications-go ... [2020-12-15T07:26:25.344Z] Building docker-support-scheduler-go ... [2020-12-15T07:26:25.344Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T07:26:25.344Z] Building docker-core-command-go [2020-12-15T07:26:25.344Z] Building docker-core-data-go [2020-12-15T07:26:25.344Z] Building docker-support-notifications-go [2020-12-15T07:26:25.344Z] Building docker-core-metadata-go [2020-12-15T07:26:25.344Z] Building docker-security-bootstrap-redis-go [2020-12-15T07:26:31.084Z] ---> acbabf7df987 [2020-12-15T07:26:31.084Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T07:26:31.084Z] ---> 5bcd5402fccd [2020-12-15T07:26:31.084Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T07:26:31.084Z] ---> 2db912f931cf [2020-12-15T07:26:31.084Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T07:26:31.084Z] ---> d81da606724a [2020-12-15T07:26:31.084Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T07:26:31.084Z] ---> 4e164fbd4964 [2020-12-15T07:26:31.084Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T07:26:31.084Z] ---> Running in 271ff0fa00e6 [2020-12-15T07:26:31.084Z] ---> Running in 1af36e700d4e [2020-12-15T07:26:31.084Z] ---> Running in f3facdf0ae6d [2020-12-15T07:26:31.084Z] ---> Running in 16e71dee8dbd [2020-12-15T07:26:31.084Z] ---> Running in c7c845df621c [2020-12-15T07:26:31.084Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:26:31.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:26:31.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:26:31.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:26:31.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:26:57.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:26:57.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T07:27:07.894Z] Removing intermediate container 271ff0fa00e6 [2020-12-15T07:27:07.894Z] ---> d33dded97cb9 [2020-12-15T07:27:07.894Z] [2020-12-15T07:27:07.894Z] Step 10/21 : FROM alpine [2020-12-15T07:27:07.894Z] Removing intermediate container c7c845df621c [2020-12-15T07:27:07.894Z] ---> 90c6cec91490 [2020-12-15T07:27:07.894Z] [2020-12-15T07:27:07.894Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T07:27:07.894Z] latest: Pulling from library/alpine [2020-12-15T07:27:07.894Z] 3.10: Pulling from library/alpine [2020-12-15T07:27:07.894Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T07:27:07.894Z] Status: Downloaded newer image for alpine:latest [2020-12-15T07:27:07.894Z] ---> b14afc6dfb98 [2020-12-15T07:27:07.894Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T07:27:07.894Z] Removing intermediate container 1af36e700d4e [2020-12-15T07:27:07.894Z] ---> 59a69243a83c [2020-12-15T07:27:07.894Z] [2020-12-15T07:27:07.894Z] Step 10/21 : FROM scratch [2020-12-15T07:27:07.894Z] ---> [2020-12-15T07:27:07.894Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:27:07.894Z] ---> Running in 5741b6a3c776 [2020-12-15T07:27:07.894Z] ---> Running in b3a382fd3523 [2020-12-15T07:27:08.842Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T07:27:08.842Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T07:27:08.842Z] ---> be4e4bea2c2e [2020-12-15T07:27:08.842Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:27:09.421Z] Removing intermediate container 16e71dee8dbd [2020-12-15T07:27:09.421Z] ---> 2d2fe801fdf4 [2020-12-15T07:27:09.421Z] [2020-12-15T07:27:09.421Z] Step 10/22 : FROM scratch [2020-12-15T07:27:09.421Z] ---> [2020-12-15T07:27:09.421Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:27:09.421Z] ---> Using cache [2020-12-15T07:27:09.421Z] ---> 2379cefe1d58 [2020-12-15T07:27:09.421Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T07:27:09.421Z] Removing intermediate container 5741b6a3c776 [2020-12-15T07:27:09.421Z] ---> 2379cefe1d58 [2020-12-15T07:27:09.421Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T07:27:09.421Z] ---> Running in f7388624fc71 [2020-12-15T07:27:09.701Z] ---> Running in 4f439017280a [2020-12-15T07:27:09.702Z] ---> Running in d3d7eae5cbe5 [2020-12-15T07:27:09.971Z] Removing intermediate container d3d7eae5cbe5 [2020-12-15T07:27:09.971Z] ---> 28375d2b4311 [2020-12-15T07:27:09.971Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T07:27:09.971Z] Removing intermediate container 4f439017280a [2020-12-15T07:27:09.971Z] ---> d9adc89e8c70 [2020-12-15T07:27:09.971Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:27:09.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:09.971Z] ---> Running in 3a684cc97268 [2020-12-15T07:27:09.971Z] ---> Running in eb38000c09d6 [2020-12-15T07:27:10.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:10.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:10.237Z] Removing intermediate container eb38000c09d6 [2020-12-15T07:27:10.237Z] ---> 649735ac23a4 [2020-12-15T07:27:10.237Z] Step 14/22 : WORKDIR / [2020-12-15T07:27:10.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:10.237Z] Removing intermediate container 3a684cc97268 [2020-12-15T07:27:10.237Z] ---> ce1c37eb772b [2020-12-15T07:27:10.237Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T07:27:10.502Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:10.503Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:10.503Z] OK: 12747 distinct packages available [2020-12-15T07:27:10.503Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:27:10.503Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:27:10.503Z] OK: 10348 distinct packages available [2020-12-15T07:27:10.503Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:27:10.765Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T07:27:10.765Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:27:10.765Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:27:10.765Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:27:10.765Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T07:27:10.765Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:27:10.765Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T07:27:10.765Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:27:10.765Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:27:10.765Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:27:10.765Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:27:10.765Z] OK: 7 MiB in 19 packages [2020-12-15T07:27:10.765Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:27:10.765Z] OK: 7 MiB in 18 packages [2020-12-15T07:27:11.341Z] ---> Running in eceed21b2367 [2020-12-15T07:27:12.313Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:12.313Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:12.313Z] ---> d33133688d20 [2020-12-15T07:27:12.313Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:27:12.313Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:12.313Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:12.313Z] ---> d33133688d20 [2020-12-15T07:27:12.313Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:27:12.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:12.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:12.313Z] ---> d33133688d20 [2020-12-15T07:27:12.313Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T07:27:12.313Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:12.313Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:12.313Z] ---> d33133688d20 [2020-12-15T07:27:12.313Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:27:12.313Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:12.313Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:12.313Z] ---> d33133688d20 [2020-12-15T07:27:12.313Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:27:13.272Z] ---> eb50099cfe3f [2020-12-15T07:27:13.272Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T07:27:13.272Z] Removing intermediate container f3facdf0ae6d [2020-12-15T07:27:13.272Z] ---> 850fd06750b2 [2020-12-15T07:27:13.272Z] [2020-12-15T07:27:13.272Z] Step 10/23 : FROM alpine [2020-12-15T07:27:13.272Z] ---> b14afc6dfb98 [2020-12-15T07:27:13.272Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:27:14.219Z] ---> Running in eb0640de6c5c [2020-12-15T07:27:14.482Z] Removing intermediate container eceed21b2367 [2020-12-15T07:27:14.482Z] ---> 532190b39565 [2020-12-15T07:27:14.482Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T07:27:14.482Z] Removing intermediate container b3a382fd3523 [2020-12-15T07:27:14.482Z] ---> ac60c8b013c1 [2020-12-15T07:27:14.482Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:27:14.744Z] Removing intermediate container f7388624fc71 [2020-12-15T07:27:14.744Z] ---> 126ea5c8731d [2020-12-15T07:27:14.744Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:27:14.744Z] ---> 62606d521b35 [2020-12-15T07:27:14.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T07:27:14.744Z] Removing intermediate container eb0640de6c5c [2020-12-15T07:27:14.744Z] ---> 4472489d5aef [2020-12-15T07:27:14.744Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T07:27:14.744Z] ---> Running in 69a5cbdead27 [2020-12-15T07:27:14.945Z] ---> Running in ff982c0a4ace [2020-12-15T07:27:14.945Z] ---> Running in 166b92d4fd3a [2020-12-15T07:27:14.945Z] ---> Running in 6205faefabc3 [2020-12-15T07:27:14.945Z] ---> Running in 7b0b42748fe9 [2020-12-15T07:27:14.945Z] ---> Running in c5177ae18557 [2020-12-15T07:27:15.005Z] ---> Running in d9b745080207 [2020-12-15T07:27:15.005Z] ---> Running in 5d0b022ab570 [2020-12-15T07:27:15.005Z] ---> 0fe10228e26b [2020-12-15T07:27:15.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T07:27:15.005Z] Removing intermediate container 69a5cbdead27 [2020-12-15T07:27:15.005Z] ---> cb9343e10503 [2020-12-15T07:27:15.005Z] Step 13/21 : WORKDIR /edgex [2020-12-15T07:27:15.267Z] ---> 4f003368d4c5 [2020-12-15T07:27:15.267Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T07:27:15.267Z] Removing intermediate container d9b745080207 [2020-12-15T07:27:15.267Z] ---> 60aa3c2684fa [2020-12-15T07:27:15.267Z] Step 13/24 : WORKDIR / [2020-12-15T07:27:15.267Z] Removing intermediate container 5d0b022ab570 [2020-12-15T07:27:15.267Z] ---> 651df85dabd1 [2020-12-15T07:27:15.267Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T07:27:15.530Z] ---> Running in 99b7da12842d [2020-12-15T07:27:15.530Z] ---> Running in cbd375c37fec [2020-12-15T07:27:15.530Z] ---> Running in 43bd5bb9ebb2 [2020-12-15T07:27:15.530Z] ---> Running in 108be34be08f [2020-12-15T07:27:15.530Z] ---> 64a5c3982ce3 [2020-12-15T07:27:15.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T07:27:15.543Z] Removing intermediate container 7b0b42748fe9 [2020-12-15T07:27:15.543Z] ---> 7f342bdfbcf8 [2020-12-15T07:27:15.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:15.543Z] Removing intermediate container 6205faefabc3 [2020-12-15T07:27:15.543Z] ---> 1d7c7be01689 [2020-12-15T07:27:15.543Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:15.543Z] Removing intermediate container 166b92d4fd3a [2020-12-15T07:27:15.543Z] ---> c0c208a96cca [2020-12-15T07:27:15.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:15.543Z] Removing intermediate container c5177ae18557 [2020-12-15T07:27:15.543Z] ---> 7989c841c3a1 [2020-12-15T07:27:15.543Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:15.543Z] Removing intermediate container ff982c0a4ace [2020-12-15T07:27:15.543Z] ---> 7b19e8ab6419 [2020-12-15T07:27:15.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:15.543Z] ---> Running in ccf894a11c14 [2020-12-15T07:27:15.543Z] ---> Running in 7e447763fcb7 [2020-12-15T07:27:15.796Z] Removing intermediate container 99b7da12842d [2020-12-15T07:27:15.796Z] ---> dedfff44640f [2020-12-15T07:27:15.796Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:27:15.796Z] Removing intermediate container cbd375c37fec [2020-12-15T07:27:15.796Z] ---> e06462a7340e [2020-12-15T07:27:15.796Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T07:27:15.818Z] ---> Running in e29db6697e2a [2020-12-15T07:27:15.818Z] ---> Running in 791a17dafe1d [2020-12-15T07:27:15.818Z] ---> Running in ef464f2eced0 [2020-12-15T07:27:16.058Z] ---> Running in 2ddf6c6e3e89 [2020-12-15T07:27:16.058Z] Removing intermediate container 43bd5bb9ebb2 [2020-12-15T07:27:16.058Z] ---> 059994255fbf [2020-12-15T07:27:16.058Z] 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-15T07:27:16.645Z] ---> e05f2b4bbce4 [2020-12-15T07:27:16.645Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T07:27:16.645Z] Removing intermediate container 108be34be08f [2020-12-15T07:27:16.645Z] ---> 11deb993e458 [2020-12-15T07:27:16.645Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:16.645Z] ---> Running in 49fc6a6c8529 [2020-12-15T07:27:16.645Z] ---> Running in 8804e93b563a [2020-12-15T07:27:16.908Z] ---> 706e410cdbe4 [2020-12-15T07:27:16.908Z] 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-15T07:27:16.908Z] ---> 2ce4d5218071 [2020-12-15T07:27:16.908Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T07:27:16.908Z] Removing intermediate container 2ddf6c6e3e89 [2020-12-15T07:27:16.908Z] ---> 07495729535c [2020-12-15T07:27:16.908Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:27:17.170Z] ---> Running in 691959b53c44 [2020-12-15T07:27:17.436Z] Removing intermediate container 8804e93b563a [2020-12-15T07:27:17.436Z] ---> 3972cdccf130 [2020-12-15T07:27:17.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:27:17.436Z] ---> b2782cc8bea0 [2020-12-15T07:27:17.436Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T07:27:17.436Z] ---> f171cf44c055 [2020-12-15T07:27:17.436Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T07:27:17.436Z] ---> Running in 626341d904a0 [2020-12-15T07:27:17.702Z] Removing intermediate container 691959b53c44 [2020-12-15T07:27:17.703Z] ---> cf7426895c3e [2020-12-15T07:27:17.703Z] Step 20/21 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:27:17.703Z] ---> Running in 95649ee7456c [2020-12-15T07:27:17.968Z] Removing intermediate container 626341d904a0 [2020-12-15T07:27:17.968Z] ---> ff3fba541f4d [2020-12-15T07:27:17.968Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:27:17.968Z] ---> 6828a9f76da0 [2020-12-15T07:27:17.968Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T07:27:18.232Z] ---> Running in 11fdd0de4c7c [2020-12-15T07:27:18.232Z] ---> 345e2b5606d9 [2020-12-15T07:27:18.232Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T07:27:18.232Z] Removing intermediate container 95649ee7456c [2020-12-15T07:27:18.232Z] ---> 5145c4803bc8 [2020-12-15T07:27:18.232Z] Step 21/21 : LABEL version=2.0.0-dev.12 [2020-12-15T07:27:18.496Z] ---> Running in e150a9cad4d2 [2020-12-15T07:27:18.496Z] ---> Running in 3e2aec4fba1a [2020-12-15T07:27:18.496Z] Removing intermediate container 11fdd0de4c7c [2020-12-15T07:27:18.496Z] ---> 22b9986ca2bf [2020-12-15T07:27:18.496Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:27:18.496Z] Removing intermediate container 49fc6a6c8529 [2020-12-15T07:27:18.496Z] ---> 9c6eaa836561 [2020-12-15T07:27:18.496Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T07:27:19.078Z] ---> 86d0874aa762 [2020-12-15T07:27:19.078Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T07:27:19.078Z] ---> Running in 30157a7d02ea [2020-12-15T07:27:19.235Z] Removing intermediate container ccf894a11c14 [2020-12-15T07:27:19.235Z] ---> 2be4fb52616b [2020-12-15T07:27:19.235Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:27:19.342Z] ---> Running in a5694280c55a [2020-12-15T07:27:19.342Z] Removing intermediate container e150a9cad4d2 [2020-12-15T07:27:19.342Z] ---> 2a5361360778 [2020-12-15T07:27:19.342Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T07:27:19.342Z] Removing intermediate container 3e2aec4fba1a [2020-12-15T07:27:19.342Z] ---> 3f6fe57b5096 [2020-12-15T07:27:19.342Z] [2020-12-15T07:27:19.517Z] ---> Running in d7df9cd109a9 [2020-12-15T07:27:19.517Z] Removing intermediate container e29db6697e2a [2020-12-15T07:27:19.517Z] ---> fbd3eb1fa3c2 [2020-12-15T07:27:19.517Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:27:19.611Z] ---> Running in ef842def6df6 [2020-12-15T07:27:19.611Z] Successfully built 3f6fe57b5096 [2020-12-15T07:27:19.611Z] Removing intermediate container 30157a7d02ea [2020-12-15T07:27:19.611Z] ---> 73af231375f4 [2020-12-15T07:27:19.611Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:27:19.611Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T07:27:19.611Z] Building docker-sys-mgmt-agent-go [2020-12-15T07:27:19.802Z] Removing intermediate container 7e447763fcb7 [2020-12-15T07:27:19.803Z] ---> 9f8521546986 [2020-12-15T07:27:19.803Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T07:27:19.803Z] ---> Running in 1f839b4ecf2e [2020-12-15T07:27:19.877Z]  Building docker-support-scheduler-go ... done  ---> bb353b08585c [2020-12-15T07:27:19.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:27:19.877Z] ---> Running in 84582c859cef [2020-12-15T07:27:19.877Z] Removing intermediate container ef842def6df6 [2020-12-15T07:27:19.877Z] ---> 1c9e0dba8410 [2020-12-15T07:27:19.877Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:27:19.877Z] ---> Running in e88797f8cfdb [2020-12-15T07:27:20.081Z] ---> Running in 6c566de3cdec [2020-12-15T07:27:20.081Z] Removing intermediate container ef464f2eced0 [2020-12-15T07:27:20.081Z] ---> 42a122c730e6 [2020-12-15T07:27:20.081Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T07:27:20.144Z] Removing intermediate container 84582c859cef [2020-12-15T07:27:20.144Z] ---> 23ee70664600 [2020-12-15T07:27:20.144Z] [2020-12-15T07:27:20.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:20.363Z] Removing intermediate container 791a17dafe1d [2020-12-15T07:27:20.363Z] ---> 3390e8ece5bb [2020-12-15T07:27:20.363Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:27:20.363Z] ---> Running in 4cad312e764b [2020-12-15T07:27:20.363Z] ---> Running in 7118c1f56b93 [2020-12-15T07:27:20.410Z] Successfully built 23ee70664600 [2020-12-15T07:27:20.410Z] ---> 93ca2cf572e1 [2020-12-15T07:27:20.410Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:27:20.674Z] Successfully tagged docker-core-command-go:latest [2020-12-15T07:27:20.675Z] Building docker-security-bootstrap-redis-go [2020-12-15T07:27:20.675Z]  Building docker-core-command-go ... done Removing intermediate container e88797f8cfdb [2020-12-15T07:27:20.675Z] ---> 8ea5a8137693 [2020-12-15T07:27:20.675Z] Step 20/21 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:27:20.948Z] ---> Running in e8db61aa7484 [2020-12-15T07:27:20.948Z] ---> Running in 40abf1567c31 [2020-12-15T07:27:21.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:21.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:21.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:21.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:22.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:22.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:22.616Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T07:27:22.617Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T07:27:22.617Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T07:27:22.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:23.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:23.193Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T07:27:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:27:23.769Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T07:27:23.769Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:27:23.769Z] OK: 8 MiB in 19 packages [2020-12-15T07:27:24.366Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:24.366Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:24.366Z] OK: 12620 distinct packages available [2020-12-15T07:27:24.366Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:24.366Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:24.366Z] OK: 12620 distinct packages available [2020-12-15T07:27:24.643Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:24.643Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:24.643Z] OK: 12620 distinct packages available [2020-12-15T07:27:24.643Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:24.643Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:24.643Z] OK: 12620 distinct packages available [2020-12-15T07:27:25.187Z] Removing intermediate container 40abf1567c31 [2020-12-15T07:27:25.187Z] ---> 9d667b5bd854 [2020-12-15T07:27:25.187Z] Step 21/21 : LABEL version=2.0.0-dev.12 [2020-12-15T07:27:25.246Z] OK: 217 MiB in 51 packages [2020-12-15T07:27:25.246Z] OK: 217 MiB in 51 packages [2020-12-15T07:27:25.246Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:25.246Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:25.246Z] OK: 12620 distinct packages available [2020-12-15T07:27:25.846Z] OK: 217 MiB in 51 packages [2020-12-15T07:27:25.846Z] OK: 217 MiB in 51 packages [2020-12-15T07:27:26.141Z] OK: 217 MiB in 51 packages [2020-12-15T07:27:27.116Z] ---> Running in 81b77ff42783 [2020-12-15T07:27:27.121Z] Removing intermediate container 6c566de3cdec [2020-12-15T07:27:27.121Z] ---> 38b2c3245aa1 [2020-12-15T07:27:27.121Z] Step 6/24 : COPY go.mod . [2020-12-15T07:27:27.121Z] Removing intermediate container d7df9cd109a9 [2020-12-15T07:27:27.121Z] ---> 6f21edf069dc [2020-12-15T07:27:27.121Z] Step 6/22 : COPY go.mod . [2020-12-15T07:27:27.690Z] Removing intermediate container a5694280c55a [2020-12-15T07:27:27.691Z] ---> 40ae06e37c2a [2020-12-15T07:27:27.691Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T07:27:27.691Z] Removing intermediate container 81b77ff42783 [2020-12-15T07:27:27.691Z] ---> 22c5c86f8985 [2020-12-15T07:27:27.691Z] [2020-12-15T07:27:27.691Z] Removing intermediate container e8db61aa7484 [2020-12-15T07:27:27.691Z] ---> 7fde904dcbdb [2020-12-15T07:27:27.691Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:27:27.691Z] Successfully built 22c5c86f8985 [2020-12-15T07:27:27.722Z] Removing intermediate container 1f839b4ecf2e [2020-12-15T07:27:27.723Z] ---> 82a80561d5ae [2020-12-15T07:27:27.723Z] Step 6/22 : COPY go.mod . [2020-12-15T07:27:28.001Z] Removing intermediate container 4cad312e764b [2020-12-15T07:27:28.001Z] ---> 35de78e3fcb6 [2020-12-15T07:27:28.001Z] Step 6/23 : COPY go.mod . [2020-12-15T07:27:28.001Z] Removing intermediate container 7118c1f56b93 [2020-12-15T07:27:28.001Z] ---> 3e6d06f751e5 [2020-12-15T07:27:28.001Z] Step 6/22 : COPY go.mod . [2020-12-15T07:27:28.273Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T07:27:28.273Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-12-15T07:27:28.273Z] ---> 127949f9a8b3 [2020-12-15T07:27:28.273Z] Step 7/24 : RUN go mod download [2020-12-15T07:27:28.273Z] ---> aeaf519be32b [2020-12-15T07:27:28.273Z] Step 7/22 : RUN go mod download [2020-12-15T07:27:28.542Z] ---> Running in c05916b38bae [2020-12-15T07:27:28.545Z] ---> Running in 86842f8b2e0b [2020-12-15T07:27:28.545Z] ---> Running in 701c99bd0f59 [2020-12-15T07:27:28.545Z] ---> 6ddb766a8a71 [2020-12-15T07:27:28.545Z] Step 7/22 : RUN go mod download [2020-12-15T07:27:28.822Z] ---> Running in a4fdad825cea [2020-12-15T07:27:29.098Z] ---> c8c9154d37de [2020-12-15T07:27:29.098Z] Step 7/22 : RUN go mod download [2020-12-15T07:27:29.098Z] ---> dff2de90f5ea [2020-12-15T07:27:29.098Z] Step 7/23 : RUN go mod download [2020-12-15T07:27:29.374Z] ---> Running in f16c40ffbf2c [2020-12-15T07:27:29.374Z] ---> Running in 8dd9513363c5 [2020-12-15T07:27:31.868Z] ---> 8da8775e13dd [2020-12-15T07:27:31.868Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T07:27:32.773Z] Removing intermediate container 701c99bd0f59 [2020-12-15T07:27:32.774Z] ---> 4053d826f78f [2020-12-15T07:27:32.774Z] Step 8/24 : COPY . . [2020-12-15T07:27:33.045Z] Removing intermediate container 86842f8b2e0b [2020-12-15T07:27:33.045Z] ---> b33ba2b01a5e [2020-12-15T07:27:33.045Z] Step 8/22 : COPY . . [2020-12-15T07:27:33.322Z] Removing intermediate container f16c40ffbf2c [2020-12-15T07:27:33.322Z] ---> 59cbe858a87a [2020-12-15T07:27:33.322Z] Step 8/22 : COPY . . [2020-12-15T07:27:33.606Z] Removing intermediate container a4fdad825cea [2020-12-15T07:27:33.606Z] ---> 0d139e4ab38e [2020-12-15T07:27:33.606Z] Step 8/22 : COPY . . [2020-12-15T07:27:33.881Z] Removing intermediate container 8dd9513363c5 [2020-12-15T07:27:33.881Z] ---> c7fc6381b3b3 [2020-12-15T07:27:33.881Z] Step 8/23 : COPY . . [2020-12-15T07:27:39.030Z] Removing intermediate container c05916b38bae [2020-12-15T07:27:39.030Z] ---> f8d9a7a8669a [2020-12-15T07:27:39.030Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:27:39.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:39.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:40.446Z] ---> 8ae2813bbbc4 [2020-12-15T07:27:40.446Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> a0089298afb0 [2020-12-15T07:27:40.446Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> 15c2d02d79ce [2020-12-15T07:27:40.446Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:27:40.446Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:40.446Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:27:40.446Z] ---> 8ae2813bbbc4 [2020-12-15T07:27:40.446Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> a0089298afb0 [2020-12-15T07:27:40.446Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> 15c2d02d79ce [2020-12-15T07:27:40.446Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> 266967c387f1 [2020-12-15T07:27:40.446Z] Step 6/22 : COPY go.mod . [2020-12-15T07:27:40.446Z] ---> Using cache [2020-12-15T07:27:40.446Z] ---> 0225961ddd40 [2020-12-15T07:27:40.446Z] Step 7/22 : RUN go mod download [2020-12-15T07:27:40.730Z] ---> Using cache [2020-12-15T07:27:40.730Z] ---> 876d0313f3fb [2020-12-15T07:27:40.730Z] Step 8/22 : COPY . . [2020-12-15T07:27:40.730Z] ---> Using cache [2020-12-15T07:27:40.730Z] ---> 4e164fbd4964 [2020-12-15T07:27:40.730Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T07:27:42.281Z] ---> Running in bd046b8d77d0 [2020-12-15T07:27:42.281Z] ---> 82a0ed6f916c [2020-12-15T07:27:42.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T07:27:42.281Z] ---> Running in e99e6f9f63e6 [2020-12-15T07:27:42.281Z] ---> Running in aa2318200cfe [2020-12-15T07:27:42.555Z] Removing intermediate container bd046b8d77d0 [2020-12-15T07:27:42.555Z] ---> 421552fa0a5c [2020-12-15T07:27:42.555Z] Step 23/24 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:27:42.822Z] ---> abd3d436d857 [2020-12-15T07:27:42.822Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T07:27:43.085Z] ---> Running in bca0d9f7ca19 [2020-12-15T07:27:44.052Z] ---> Running in bf5b554d1f05 [2020-12-15T07:27:44.643Z] Removing intermediate container bca0d9f7ca19 [2020-12-15T07:27:44.643Z] ---> 05ca07267151 [2020-12-15T07:27:44.643Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2020-12-15T07:27:44.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:27:45.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:45.184Z] Removing intermediate container bf5b554d1f05 [2020-12-15T07:27:45.184Z] ---> a3c0b7ff862d [2020-12-15T07:27:45.184Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:27:45.184Z] ---> Running in 1992bc7a05e5 [2020-12-15T07:27:45.766Z] ---> Running in f921a5dd6098 [2020-12-15T07:27:46.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:46.316Z] Removing intermediate container 1992bc7a05e5 [2020-12-15T07:27:46.316Z] ---> 0900e7cc320b [2020-12-15T07:27:46.316Z] [2020-12-15T07:27:46.585Z] Successfully built 0900e7cc320b [2020-12-15T07:27:47.167Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T07:27:47.167Z] Building docker-support-notifications-go [2020-12-15T07:27:47.167Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f921a5dd6098 [2020-12-15T07:27:47.167Z] ---> e2d5c5fb86a9 [2020-12-15T07:27:47.167Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T07:27:47.772Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:47.772Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:47.772Z] OK: 12750 distinct packages available [2020-12-15T07:27:48.046Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:49.953Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:27:49.953Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T07:27:49.953Z] ---> 8ae2813bbbc4 [2020-12-15T07:27:49.953Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T07:27:49.953Z] ---> Using cache [2020-12-15T07:27:49.953Z] ---> a0089298afb0 [2020-12-15T07:27:49.953Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T07:27:55.751Z] ---> Running in a7e6345aa025 [2020-12-15T07:27:55.751Z] ---> Running in f56d926597f3 [2020-12-15T07:27:56.121Z] ---> 4d4bf00cf132 [2020-12-15T07:27:56.121Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T07:27:56.121Z] ---> db85dbf1ad82 [2020-12-15T07:27:56.121Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T07:27:56.121Z] ---> bb0c52a54985 [2020-12-15T07:27:56.121Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T07:27:56.121Z] ---> ca40f2dc460a [2020-12-15T07:27:56.121Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T07:27:56.121Z] ---> b63e0b6dc472 [2020-12-15T07:27:56.121Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T07:27:56.121Z] ---> Running in d8cc54a9eeb5 [2020-12-15T07:27:56.121Z] ---> Running in 17926ba106eb [2020-12-15T07:27:56.121Z] ---> Running in b3a31fa79325 [2020-12-15T07:27:56.121Z] ---> Running in f197a40025de [2020-12-15T07:27:56.121Z] ---> Running in 5ee3d17c07f9 [2020-12-15T07:27:56.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:27:56.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:27:56.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:27:56.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:27:56.121Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:27:56.440Z] Removing intermediate container f56d926597f3 [2020-12-15T07:27:56.440Z] ---> 0d5667f611f1 [2020-12-15T07:27:56.440Z] Step 22/23 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:27:57.119Z] Removing intermediate container aa2318200cfe [2020-12-15T07:27:57.119Z] ---> bde99032b65f [2020-12-15T07:27:57.119Z] Step 6/27 : COPY go.mod . [2020-12-15T07:27:57.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:57.119Z] ---> Running in 275df7069b08 [2020-12-15T07:27:57.848Z] ---> 151285d7afc3 [2020-12-15T07:27:57.848Z] Step 7/27 : RUN go mod download [2020-12-15T07:27:57.848Z] Removing intermediate container 275df7069b08 [2020-12-15T07:27:57.848Z] ---> 9501338e4379 [2020-12-15T07:27:57.848Z] Step 23/23 : LABEL version=2.0.0-dev.12 [2020-12-15T07:27:58.145Z] ---> Running in 44e777a3687c [2020-12-15T07:27:58.145Z] ---> Running in 4370a6b8786a [2020-12-15T07:27:58.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:58.559Z] Removing intermediate container 4370a6b8786a [2020-12-15T07:27:58.559Z] ---> a1ac7737367a [2020-12-15T07:27:58.559Z] [2020-12-15T07:27:59.313Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:59.313Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:59.313Z] OK: 12750 distinct packages available [2020-12-15T07:27:59.314Z] Successfully built a1ac7737367a [2020-12-15T07:27:59.314Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:59.314Z] Successfully tagged docker-core-data-go:latest [2020-12-15T07:27:59.314Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-12-15T07:28:07.776Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:07.776Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:07.776Z] ---> 8ae2813bbbc4 [2020-12-15T07:28:07.776Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:28:07.776Z] ---> Using cache [2020-12-15T07:28:07.776Z] ---> a0089298afb0 [2020-12-15T07:28:07.776Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:07.776Z] ---> Using cache [2020-12-15T07:28:07.776Z] ---> 15c2d02d79ce [2020-12-15T07:28:07.776Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T07:28:08.053Z] Removing intermediate container 44e777a3687c [2020-12-15T07:28:08.053Z] ---> 1cee22b802ba [2020-12-15T07:28:08.053Z] Step 8/27 : COPY . . [2020-12-15T07:28:08.053Z] Removing intermediate container a7e6345aa025 [2020-12-15T07:28:08.053Z] ---> f88ec0d34f21 [2020-12-15T07:28:08.053Z] Step 5/29 : COPY go.mod . [2020-12-15T07:28:08.320Z] ---> Running in b13558377830 [2020-12-15T07:28:08.923Z] ---> 8b91a183d863 [2020-12-15T07:28:08.923Z] Step 6/29 : RUN go mod download [2020-12-15T07:28:09.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:10.685Z] ---> Running in 073d972777ed [2020-12-15T07:28:11.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:14.085Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:14.085Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:14.085Z] OK: 12750 distinct packages available [2020-12-15T07:28:14.085Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:19.663Z] Removing intermediate container e99e6f9f63e6 [2020-12-15T07:28:19.663Z] ---> 442e675cc8e5 [2020-12-15T07:28:19.663Z] [2020-12-15T07:28:19.663Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T07:28:19.663Z] ---> be4e4bea2c2e [2020-12-15T07:28:19.663Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:28:19.663Z] ---> Using cache [2020-12-15T07:28:19.663Z] ---> 126ea5c8731d [2020-12-15T07:28:19.663Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T07:28:21.051Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:21.051Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:22.027Z] ---> 8ae2813bbbc4 [2020-12-15T07:28:22.027Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:28:22.027Z] ---> Using cache [2020-12-15T07:28:22.027Z] ---> a0089298afb0 [2020-12-15T07:28:22.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:22.027Z] ---> Using cache [2020-12-15T07:28:22.027Z] ---> 15c2d02d79ce [2020-12-15T07:28:22.027Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:28:22.027Z] ---> Using cache [2020-12-15T07:28:22.027Z] ---> 266967c387f1 [2020-12-15T07:28:22.027Z] Step 6/22 : COPY go.mod . [2020-12-15T07:28:22.027Z] ---> Using cache [2020-12-15T07:28:22.027Z] ---> 0225961ddd40 [2020-12-15T07:28:22.027Z] Step 7/22 : RUN go mod download [2020-12-15T07:28:22.027Z] ---> Using cache [2020-12-15T07:28:22.027Z] ---> 876d0313f3fb [2020-12-15T07:28:22.027Z] Step 8/22 : COPY . . [2020-12-15T07:28:22.329Z] ---> Using cache [2020-12-15T07:28:22.329Z] ---> 4e164fbd4964 [2020-12-15T07:28:22.329Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T07:28:22.658Z] ---> Running in 0b052c42fdc5 [2020-12-15T07:28:22.658Z] Removing intermediate container b13558377830 [2020-12-15T07:28:22.658Z] ---> 4814daf0d306 [2020-12-15T07:28:22.658Z] Step 6/24 : COPY go.mod . [2020-12-15T07:28:22.658Z] ---> Running in 8a3c41e8b659 [2020-12-15T07:28:23.320Z] Removing intermediate container 0b052c42fdc5 [2020-12-15T07:28:23.320Z] ---> ce4ed4dd6b12 [2020-12-15T07:28:23.320Z] Step 13/22 : WORKDIR / [2020-12-15T07:28:23.812Z] Removing intermediate container 073d972777ed [2020-12-15T07:28:23.812Z] ---> 3e04c285014f [2020-12-15T07:28:23.812Z] Step 7/29 : COPY . . [2020-12-15T07:28:23.812Z] ---> d768ff259590 [2020-12-15T07:28:23.812Z] Step 7/24 : RUN go mod download [2020-12-15T07:28:24.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:28:27.203Z] ---> Running in ead2b11dce17 [2020-12-15T07:28:27.203Z] ---> Running in 093967fffdae [2020-12-15T07:28:29.212Z] Removing intermediate container 093967fffdae [2020-12-15T07:28:29.212Z] ---> 0908c5dccf50 [2020-12-15T07:28:29.212Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T07:28:33.845Z] ---> 71945ce888bf [2020-12-15T07:28:33.845Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T07:28:36.617Z] Removing intermediate container ead2b11dce17 [2020-12-15T07:28:36.617Z] ---> d88ba5ca4ec8 [2020-12-15T07:28:36.617Z] Step 8/24 : COPY . . [2020-12-15T07:28:40.009Z] ---> 12a1f23378f6 [2020-12-15T07:28:40.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T07:28:40.009Z] ---> 67689e19b5cf [2020-12-15T07:28:40.009Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T07:28:46.749Z] ---> Running in a47d998c3b59 [2020-12-15T07:28:50.134Z] ---> 7cd506aabc85 [2020-12-15T07:28:50.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T07:28:53.711Z] ---> 24497aeadcb8 [2020-12-15T07:28:53.712Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T07:28:53.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:28:54.877Z] ---> 97f161a66c89 [2020-12-15T07:28:54.877Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T07:28:55.649Z] ---> Running in 73cb81aa99de [2020-12-15T07:28:56.287Z] ---> Running in 51775e5015a2 [2020-12-15T07:28:59.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:29:03.649Z] Removing intermediate container 51775e5015a2 [2020-12-15T07:29:03.649Z] ---> 936a9ad00d90 [2020-12-15T07:29:03.649Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T07:29:03.957Z] ---> 5a26f843c1f9 [2020-12-15T07:29:03.957Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T07:29:03.957Z] ---> Running in 50a29b142353 [2020-12-15T07:29:04.273Z] ---> Running in 4670ae28af9e [2020-12-15T07:29:04.996Z] Removing intermediate container 50a29b142353 [2020-12-15T07:29:04.996Z] ---> 6fbbeb4cdd70 [2020-12-15T07:29:04.996Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:29:06.227Z] ---> Running in 03a63fc115d2 [2020-12-15T07:29:06.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:29:06.868Z] Removing intermediate container 8a3c41e8b659 [2020-12-15T07:29:06.868Z] ---> 145aca93727c [2020-12-15T07:29:06.868Z] [2020-12-15T07:29:06.868Z] Step 10/22 : FROM scratch [2020-12-15T07:29:06.868Z] ---> [2020-12-15T07:29:06.868Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:29:06.868Z] Removing intermediate container 03a63fc115d2 [2020-12-15T07:29:06.868Z] ---> 917e95b6603d [2020-12-15T07:29:06.868Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:29:07.148Z] ---> Running in bbfa65c6e740 [2020-12-15T07:29:07.757Z] ---> Using cache [2020-12-15T07:29:07.757Z] ---> 2379cefe1d58 [2020-12-15T07:29:07.757Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T07:29:07.757Z] Removing intermediate container bbfa65c6e740 [2020-12-15T07:29:07.757Z] ---> b8db80a86fd6 [2020-12-15T07:29:07.757Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:29:07.757Z] ---> Running in dd3eaf908694 [2020-12-15T07:29:08.034Z] ---> Running in 280374d43ddc [2020-12-15T07:29:08.300Z] Removing intermediate container dd3eaf908694 [2020-12-15T07:29:08.300Z] ---> 2ec9f632e4f4 [2020-12-15T07:29:08.300Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:29:08.300Z] ---> Running in c5f68ee29226 [2020-12-15T07:29:08.566Z] Removing intermediate container 280374d43ddc [2020-12-15T07:29:08.566Z] ---> 8b84c9b16c5b [2020-12-15T07:29:08.566Z] [2020-12-15T07:29:08.566Z] Removing intermediate container c5f68ee29226 [2020-12-15T07:29:08.566Z] ---> fe0a5feabf3b [2020-12-15T07:29:08.566Z] Step 14/22 : WORKDIR / [2020-12-15T07:29:08.851Z] ---> Running in d33f6c69d69d [2020-12-15T07:29:08.851Z] Successfully built 8b84c9b16c5b [2020-12-15T07:29:08.851Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T07:29:09.115Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d33f6c69d69d [2020-12-15T07:29:09.115Z] ---> e5033f4ae0d1 [2020-12-15T07:29:09.115Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T07:29:09.702Z] ---> d44404f25578 [2020-12-15T07:29:09.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T07:29:11.700Z] ---> f6c0466593ad [2020-12-15T07:29:11.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:12.314Z] ---> 8e96fd3b84d5 [2020-12-15T07:29:12.314Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T07:29:12.592Z] ---> Running in 423811c2f8bb [2020-12-15T07:29:12.874Z] Removing intermediate container 423811c2f8bb [2020-12-15T07:29:12.874Z] ---> 13da200b72e9 [2020-12-15T07:29:12.874Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:12.874Z] ---> Running in 15e5bc557d55 [2020-12-15T07:29:13.154Z] Removing intermediate container 15e5bc557d55 [2020-12-15T07:29:13.154Z] ---> 7c9aef155ae5 [2020-12-15T07:29:13.154Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:29:13.431Z] ---> Running in d66b37097ff0 [2020-12-15T07:29:13.710Z] Removing intermediate container d66b37097ff0 [2020-12-15T07:29:13.710Z] ---> 777772d74240 [2020-12-15T07:29:13.710Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:29:13.988Z] ---> Running in 03dc2c159159 [2020-12-15T07:29:14.258Z] Removing intermediate container 03dc2c159159 [2020-12-15T07:29:14.258Z] ---> 99ba0e459385 [2020-12-15T07:29:14.258Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:29:14.870Z] ---> Running in f8b8dd2385a1 [2020-12-15T07:29:15.144Z] Removing intermediate container f8b8dd2385a1 [2020-12-15T07:29:15.144Z] ---> 2e962aaa1dc6 [2020-12-15T07:29:15.144Z] [2020-12-15T07:29:15.422Z] Successfully built 2e962aaa1dc6 [2020-12-15T07:29:15.422Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T07:29:18.033Z]  Building docker-core-metadata-go ... done Removing intermediate container a47d998c3b59 [2020-12-15T07:29:18.033Z] ---> 648f91b5df64 [2020-12-15T07:29:18.033Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T07:29:19.147Z] ---> Running in 32bcbf087cf4 [2020-12-15T07:29:19.147Z] Removing intermediate container 73cb81aa99de [2020-12-15T07:29:19.147Z] ---> f737979b4f3b [2020-12-15T07:29:19.147Z] [2020-12-15T07:29:19.147Z] Step 9/29 : FROM alpine:latest [2020-12-15T07:29:19.147Z] ---> b14afc6dfb98 [2020-12-15T07:29:19.147Z] 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-15T07:29:19.147Z] ---> Running in adac7cab836c [2020-12-15T07:29:19.862Z] Removing intermediate container adac7cab836c [2020-12-15T07:29:19.862Z] ---> bbfa480a694b [2020-12-15T07:29:19.862Z] Step 11/29 : USER root [2020-12-15T07:29:19.862Z] ---> Running in f21db1681811 [2020-12-15T07:29:19.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:29:20.171Z] Removing intermediate container f21db1681811 [2020-12-15T07:29:20.171Z] ---> 99d23c1f55ee [2020-12-15T07:29:20.171Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T07:29:20.171Z] ---> Running in 511f017b10ee [2020-12-15T07:29:21.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:21.263Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:21.566Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:29:21.566Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:29:21.566Z] OK: 12747 distinct packages available [2020-12-15T07:29:21.849Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T07:29:21.849Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T07:29:21.849Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:21.849Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:29:21.849Z] OK: 6 MiB in 16 packages [2020-12-15T07:29:22.944Z] Removing intermediate container 32bcbf087cf4 [2020-12-15T07:29:22.944Z] ---> ae97eb809ffa [2020-12-15T07:29:22.944Z] [2020-12-15T07:29:22.944Z] Step 11/27 : FROM docker:latest [2020-12-15T07:29:22.944Z] ---> aefe523efa57 [2020-12-15T07:29:22.944Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T07:29:22.944Z] ---> Running in 332d112fd61f [2020-12-15T07:29:23.972Z] Removing intermediate container 511f017b10ee [2020-12-15T07:29:23.972Z] ---> 74188f06da35 [2020-12-15T07:29:23.972Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T07:29:23.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:23.972Z] ---> Running in 562e5030cf3d [2020-12-15T07:29:23.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:24.247Z] Removing intermediate container 562e5030cf3d [2020-12-15T07:29:24.247Z] ---> 8438bb2c2a2b [2020-12-15T07:29:24.247Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T07:29:24.520Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T07:29:24.520Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T07:29:24.520Z] Executing bash-5.0.17-r0.post-install [2020-12-15T07:29:24.520Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:24.520Z] OK: 12 MiB in 22 packages [2020-12-15T07:29:25.579Z] ---> Running in a5487166b2ba [2020-12-15T07:29:25.959Z] Removing intermediate container 4670ae28af9e [2020-12-15T07:29:25.959Z] ---> 6dd78569fb4d [2020-12-15T07:29:25.959Z] [2020-12-15T07:29:25.959Z] Step 10/24 : FROM scratch [2020-12-15T07:29:25.959Z] ---> [2020-12-15T07:29:25.959Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T07:29:26.613Z] ---> Running in 90dcce967797 [2020-12-15T07:29:26.901Z] Removing intermediate container 332d112fd61f [2020-12-15T07:29:26.901Z] ---> bd07728baf31 [2020-12-15T07:29:26.901Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T07:29:26.901Z] Removing intermediate container a5487166b2ba [2020-12-15T07:29:26.901Z] ---> 52fc41b24fc9 [2020-12-15T07:29:26.901Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T07:29:26.901Z] ---> Running in 4bd45184152b [2020-12-15T07:29:26.901Z] ---> Running in 9191f1bfc58b [2020-12-15T07:29:26.901Z] Removing intermediate container 90dcce967797 [2020-12-15T07:29:26.901Z] ---> 296af4e5fab7 [2020-12-15T07:29:26.901Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T07:29:27.164Z] ---> Running in 4ddef77e84c7 [2020-12-15T07:29:27.430Z] Removing intermediate container 4ddef77e84c7 [2020-12-15T07:29:27.430Z] ---> 3ad374a7df63 [2020-12-15T07:29:27.430Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T07:29:27.430Z] ---> Running in 4ced56fb9639 [2020-12-15T07:29:27.695Z] Removing intermediate container 4ced56fb9639 [2020-12-15T07:29:27.695Z] ---> 69c03ecd0ba3 [2020-12-15T07:29:27.695Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T07:29:27.958Z] ---> 2b5cacef3e52 [2020-12-15T07:29:27.958Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T07:29:28.903Z] Removing intermediate container 4bd45184152b [2020-12-15T07:29:28.903Z] ---> f8117e468bc9 [2020-12-15T07:29:28.903Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T07:29:29.167Z] Removing intermediate container 9191f1bfc58b [2020-12-15T07:29:29.167Z] ---> 418100e8d542 [2020-12-15T07:29:29.167Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T07:29:29.167Z] ---> Running in 3b0550fde0b1 [2020-12-15T07:29:29.167Z] ---> 399f2ebfb881 [2020-12-15T07:29:29.167Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T07:29:29.436Z] Removing intermediate container 3b0550fde0b1 [2020-12-15T07:29:29.436Z] ---> 8a7d7c4d08dd [2020-12-15T07:29:29.436Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T07:29:29.702Z] ---> Running in 94576f71be2e [2020-12-15T07:29:29.702Z] ---> 8473ebfba79f [2020-12-15T07:29:29.702Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res ---> ab56d8503398 [2020-12-15T07:29:29.702Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T07:29:29.702Z] [2020-12-15T07:29:29.964Z] Removing intermediate container 94576f71be2e [2020-12-15T07:29:29.964Z] ---> b28885699390 [2020-12-15T07:29:29.964Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T07:29:29.964Z] ---> Running in 388769077c6d [2020-12-15T07:29:29.964Z] ---> 3ffb62bb2bd1 [2020-12-15T07:29:29.964Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T07:29:29.964Z] ---> 6ad469d46f33 [2020-12-15T07:29:29.964Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T07:29:30.914Z] Removing intermediate container 388769077c6d [2020-12-15T07:29:30.914Z] ---> 4008c18e3807 [2020-12-15T07:29:30.914Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T07:29:30.914Z] ---> defb924ea6d3 [2020-12-15T07:29:30.914Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T07:29:30.914Z] ---> d4632144dd57 [2020-12-15T07:29:30.914Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:31.498Z] ---> 4897832b0e82 [2020-12-15T07:29:31.498Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T07:29:31.498Z] ---> 3775eaa88ac4 [2020-12-15T07:29:31.498Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T07:29:31.498Z] ---> 813c829a59b9 [2020-12-15T07:29:31.499Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:31.499Z] ---> Running in 83ca8cc7eff7 [2020-12-15T07:29:31.770Z] Removing intermediate container 83ca8cc7eff7 [2020-12-15T07:29:31.770Z] ---> a392e993a8a3 [2020-12-15T07:29:31.770Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:31.770Z] ---> 3927faf7dd65 [2020-12-15T07:29:31.770Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T07:29:31.770Z] ---> Running in 5ce1584276ac [2020-12-15T07:29:31.770Z] ---> Running in 4d6f6f94639b [2020-12-15T07:29:31.771Z] ---> c82d57f51b65 [2020-12-15T07:29:31.771Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T07:29:32.038Z] Removing intermediate container 5ce1584276ac [2020-12-15T07:29:32.038Z] ---> b235a8d0930b [2020-12-15T07:29:32.038Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:29:32.301Z] ---> Running in 2a853f5b34d8 [2020-12-15T07:29:32.301Z] ---> 5e406faf9646 [2020-12-15T07:29:32.301Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T07:29:32.301Z] ---> Running in 63e1eb1e6faa [2020-12-15T07:29:32.990Z] Removing intermediate container b3a31fa79325 [2020-12-15T07:29:32.991Z] ---> 2c35788ca95a [2020-12-15T07:29:32.991Z] [2020-12-15T07:29:32.991Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T07:29:32.991Z] 3.10: Pulling from library/alpine [2020-12-15T07:29:32.991Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T07:29:32.991Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T07:29:32.991Z] ---> 536a684cf733 [2020-12-15T07:29:32.991Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:29:32.991Z] ---> Running in 5dfc19535fff [2020-12-15T07:29:32.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:29:32.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:29:32.991Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:29:32.991Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:29:32.991Z] OK: 10169 distinct packages available [2020-12-15T07:29:32.991Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:29:32.991Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:29:32.991Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:29:32.991Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:29:32.991Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:29:32.991Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:29:32.991Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:29:32.991Z] OK: 7 MiB in 19 packages [2020-12-15T07:29:32.991Z] Removing intermediate container 5dfc19535fff [2020-12-15T07:29:32.991Z] ---> 333674bf74c5 [2020-12-15T07:29:32.991Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T07:29:32.991Z] ---> Running in 47d19490103f [2020-12-15T07:29:33.254Z] Removing intermediate container 2a853f5b34d8 [2020-12-15T07:29:33.254Z] ---> ae539cad3738 [2020-12-15T07:29:33.254Z] Step 23/24 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:29:33.265Z] Removing intermediate container 47d19490103f [2020-12-15T07:29:33.265Z] ---> 8eb1362405f4 [2020-12-15T07:29:33.265Z] Step 13/22 : WORKDIR / [2020-12-15T07:29:33.518Z] ---> Running in a0eea91686f4 [2020-12-15T07:29:33.541Z] ---> Running in 59e3576b4469 [2020-12-15T07:29:33.783Z] Removing intermediate container a0eea91686f4 [2020-12-15T07:29:33.783Z] ---> 88f742f04fb2 [2020-12-15T07:29:33.783Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2020-12-15T07:29:33.783Z] ---> Running in 4feb15cf0487 [2020-12-15T07:29:33.783Z] Removing intermediate container 4d6f6f94639b [2020-12-15T07:29:33.783Z] ---> 7074f8fc8a31 [2020-12-15T07:29:33.783Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:29:33.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:34.048Z] Removing intermediate container 4feb15cf0487 [2020-12-15T07:29:34.048Z] ---> bf1845ac3078 [2020-12-15T07:29:34.048Z] [2020-12-15T07:29:34.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:34.048Z] Successfully built bf1845ac3078 [2020-12-15T07:29:34.048Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T07:29:34.048Z]  Building docker-support-notifications-go ... done  ---> 20cdb09a4426 [2020-12-15T07:29:34.048Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:29:34.048Z] ---> Running in 4c83e0aaf4df [2020-12-15T07:29:34.048Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T07:29:34.313Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T07:29:34.313Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T07:29:34.313Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T07:29:34.313Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T07:29:34.313Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T07:29:34.313Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T07:29:34.392Z] Removing intermediate container 59e3576b4469 [2020-12-15T07:29:34.392Z] ---> b9eaf36c1dbc [2020-12-15T07:29:34.392Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T07:29:35.486Z] ---> 4b5a15df1cc3 [2020-12-15T07:29:35.486Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T07:29:37.512Z] ---> 061b9a7267e2 [2020-12-15T07:29:37.512Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T07:29:38.501Z] ---> d14eaf483bc9 [2020-12-15T07:29:38.501Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:38.537Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T07:29:38.537Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T07:29:38.537Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T07:29:38.537Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T07:29:38.537Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T07:29:38.537Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T07:29:38.537Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T07:29:38.537Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T07:29:38.537Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T07:29:38.537Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T07:29:38.537Z] Removing intermediate container 4c83e0aaf4df [2020-12-15T07:29:38.537Z] ---> f9d55f40314e [2020-12-15T07:29:38.537Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T07:29:38.802Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T07:29:38.802Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T07:29:38.802Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T07:29:38.802Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T07:29:39.065Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T07:29:39.065Z] ---> Running in 801f248e1b15 [2020-12-15T07:29:39.065Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T07:29:39.065Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T07:29:39.330Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T07:29:39.330Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T07:29:39.330Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T07:29:39.330Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T07:29:39.330Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T07:29:39.330Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T07:29:39.330Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T07:29:39.330Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T07:29:39.330Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T07:29:39.482Z] ---> 15ff6469d8c2 [2020-12-15T07:29:39.482Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T07:29:39.482Z] ---> Running in 84b06c5b7061 [2020-12-15T07:29:39.595Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:39.595Z] OK: 71 MiB in 55 packages [2020-12-15T07:29:42.262Z] Removing intermediate container 801f248e1b15 [2020-12-15T07:29:42.262Z] ---> b8a8ac910ceb [2020-12-15T07:29:42.262Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:29:42.895Z] Removing intermediate container 84b06c5b7061 [2020-12-15T07:29:42.895Z] ---> bc3e620eefa1 [2020-12-15T07:29:42.895Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T07:29:43.180Z] ---> Running in 6b231cc70790 [2020-12-15T07:29:43.796Z] Removing intermediate container 6b231cc70790 [2020-12-15T07:29:43.796Z] ---> ccc585ee1432 [2020-12-15T07:29:43.796Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:29:44.071Z] ---> Running in e6c8e668f6a6 [2020-12-15T07:29:44.677Z] Removing intermediate container e6c8e668f6a6 [2020-12-15T07:29:44.677Z] ---> ee471807f2c7 [2020-12-15T07:29:44.677Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:29:44.677Z] ---> Running in 740b7989fec7 [2020-12-15T07:29:44.928Z] ---> Running in c811f129f18e [2020-12-15T07:29:45.192Z] Removing intermediate container c811f129f18e [2020-12-15T07:29:45.192Z] ---> 9fb01c90e56d [2020-12-15T07:29:45.192Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T07:29:45.462Z] ---> Running in 418166fc3e77 [2020-12-15T07:29:45.462Z] Removing intermediate container 63e1eb1e6faa [2020-12-15T07:29:45.462Z] ---> 495523c93302 [2020-12-15T07:29:45.462Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T07:29:45.462Z] ---> Running in 3df71d8750eb [2020-12-15T07:29:45.666Z] Removing intermediate container 740b7989fec7 [2020-12-15T07:29:45.666Z] ---> b7da7177702a [2020-12-15T07:29:45.666Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:29:45.666Z] ---> Running in bfe041379138 [2020-12-15T07:29:45.729Z] Removing intermediate container 418166fc3e77 [2020-12-15T07:29:45.729Z] ---> 605e4332ddb7 [2020-12-15T07:29:45.729Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T07:29:45.729Z] ---> Running in 0db26633979b [2020-12-15T07:29:45.996Z] Removing intermediate container 0db26633979b [2020-12-15T07:29:45.996Z] ---> b298058aafbb [2020-12-15T07:29:45.996Z] Step 28/29 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:29:45.996Z] ---> Running in a9e6e3fd8782 [2020-12-15T07:29:46.575Z] Removing intermediate container a9e6e3fd8782 [2020-12-15T07:29:46.575Z] ---> c74a3f8cc5ff [2020-12-15T07:29:46.575Z] Step 29/29 : LABEL version=2.0.0-dev.12 [2020-12-15T07:29:46.575Z] ---> Running in 81e6ec896f79 [2020-12-15T07:29:46.675Z] Removing intermediate container bfe041379138 [2020-12-15T07:29:46.676Z] ---> 14c3e540cd0d [2020-12-15T07:29:46.676Z] [2020-12-15T07:29:46.838Z] Removing intermediate container 81e6ec896f79 [2020-12-15T07:29:46.838Z] ---> ee370ee292b1 [2020-12-15T07:29:46.838Z] [2020-12-15T07:29:46.838Z] Successfully built ee370ee292b1 [2020-12-15T07:29:46.838Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T07:29:46.950Z] Successfully built 14c3e540cd0d [2020-12-15T07:29:46.950Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T07:29:46.950Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-15T07:29:47.102Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-15T07:29:47.102Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T07:29:47.365Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T07:29:47.365Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T07:29:47.633Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T07:29:47.633Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T07:29:48.223Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T07:29:48.223Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T07:29:48.223Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T07:29:48.223Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T07:29:48.484Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T07:29:48.484Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T07:29:48.747Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T07:29:49.010Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T07:29:49.271Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T07:29:49.271Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T07:29:49.542Z] 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-15T07:29:49.542Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T07:29:49.542Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T07:29:49.806Z] Collecting PyYAML<4,>=3.10 [2020-12-15T07:29:49.806Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T07:29:50.380Z] 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-15T07:29:50.380Z] 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-15T07:29:50.648Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T07:29:50.648Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T07:29:50.648Z] Collecting idna<2.8,>=2.5 [2020-12-15T07:29:50.648Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T07:29:50.913Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T07:29:50.913Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T07:29:50.913Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T07:29:50.913Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T07:29:50.913Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T07:29:50.913Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T07:29:51.176Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, cached-property, dockerpty, texttable, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2020-12-15T07:29:51.176Z] Running setup.py install for docopt: started [2020-12-15T07:29:51.751Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T07:29:51.751Z] Attempting uninstall: urllib3 [2020-12-15T07:29:51.751Z] Found existing installation: urllib3 1.25.9 [2020-12-15T07:29:51.751Z] Uninstalling urllib3-1.25.9: [2020-12-15T07:29:51.751Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T07:29:52.015Z] Attempting uninstall: idna [2020-12-15T07:29:52.015Z] Found existing installation: idna 2.9 [2020-12-15T07:29:52.015Z] Uninstalling idna-2.9: [2020-12-15T07:29:52.015Z] Successfully uninstalled idna-2.9 [2020-12-15T07:29:52.015Z] Attempting uninstall: requests [2020-12-15T07:29:52.015Z] Found existing installation: requests 2.23.0 [2020-12-15T07:29:52.015Z] Uninstalling requests-2.23.0: [2020-12-15T07:29:52.277Z] Successfully uninstalled requests-2.23.0 [2020-12-15T07:29:52.277Z] Running setup.py install for dockerpty: started [2020-12-15T07:29:52.856Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T07:29:52.856Z] Running setup.py install for texttable: started [2020-12-15T07:29:53.118Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T07:29:53.691Z] Running setup.py install for PyYAML: started [2020-12-15T07:29:54.265Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T07:29:54.265Z] 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-15T07:29:55.281Z] Removing intermediate container 17926ba106eb [2020-12-15T07:29:55.281Z] ---> f9c7bfe28138 [2020-12-15T07:29:55.281Z] [2020-12-15T07:29:55.281Z] Step 10/24 : FROM scratch [2020-12-15T07:29:55.281Z] ---> [2020-12-15T07:29:55.281Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T07:29:55.281Z] Removing intermediate container d8cc54a9eeb5 [2020-12-15T07:29:55.281Z] ---> 50ef6a5f4dcc [2020-12-15T07:29:55.281Z] [2020-12-15T07:29:55.281Z] Step 10/22 : FROM scratch [2020-12-15T07:29:55.281Z] ---> [2020-12-15T07:29:55.281Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:29:55.281Z] ---> Running in 2e0fae5eead9 [2020-12-15T07:29:55.557Z] ---> Running in 566c537ce82e [2020-12-15T07:29:56.158Z] Removing intermediate container 2e0fae5eead9 [2020-12-15T07:29:56.158Z] ---> 9d97c4c9e0dd [2020-12-15T07:29:56.158Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T07:29:56.449Z] ---> Running in c5eb94ac09e4 [2020-12-15T07:29:56.723Z] Removing intermediate container 566c537ce82e [2020-12-15T07:29:56.723Z] ---> e5fd31d6ff7b [2020-12-15T07:29:56.723Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T07:29:56.723Z] ---> Running in f3f3b96b525d [2020-12-15T07:29:57.707Z] Removing intermediate container c5eb94ac09e4 [2020-12-15T07:29:57.707Z] ---> b680ba0a6a6f [2020-12-15T07:29:57.707Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T07:29:57.987Z] Removing intermediate container f3f3b96b525d [2020-12-15T07:29:57.987Z] ---> 00528806a8ef [2020-12-15T07:29:57.987Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:29:57.987Z] ---> Running in f323bf6955f8 [2020-12-15T07:29:58.266Z] ---> Running in ee4df27b9597 [2020-12-15T07:29:58.498Z] Removing intermediate container 3df71d8750eb [2020-12-15T07:29:58.498Z] ---> 3bd664e73b3e [2020-12-15T07:29:58.498Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T07:29:58.498Z] ---> Running in 50d1babf2de5 [2020-12-15T07:29:58.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:58.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:59.054Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:29:59.054Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T07:29:59.054Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T07:29:59.054Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:59.054Z] OK: 72 MiB in 58 packages [2020-12-15T07:29:59.260Z] Removing intermediate container f323bf6955f8 [2020-12-15T07:29:59.260Z] ---> 43853f0fd41d [2020-12-15T07:29:59.260Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T07:29:59.260Z] Removing intermediate container ee4df27b9597 [2020-12-15T07:29:59.260Z] ---> 6ee96394ce87 [2020-12-15T07:29:59.260Z] Step 14/22 : WORKDIR / [2020-12-15T07:29:59.537Z] ---> Running in aaeca01773fb [2020-12-15T07:29:59.631Z] Removing intermediate container 50d1babf2de5 [2020-12-15T07:29:59.631Z] ---> dbb2b62b1598 [2020-12-15T07:29:59.631Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T07:29:59.631Z] ---> Running in 84ba8bf71dce [2020-12-15T07:29:59.893Z] Removing intermediate container 84ba8bf71dce [2020-12-15T07:29:59.893Z] ---> 2c6cbae91b8d [2020-12-15T07:29:59.893Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:59.893Z] ---> Running in 9b3d511b3a6c [2020-12-15T07:29:59.893Z] Removing intermediate container 9b3d511b3a6c [2020-12-15T07:29:59.893Z] ---> e8e3c64473d3 [2020-12-15T07:29:59.893Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T07:30:00.154Z] ---> Running in a7e688c6d9df [2020-12-15T07:30:00.154Z] Removing intermediate container a7e688c6d9df [2020-12-15T07:30:00.154Z] ---> 731890db6c08 [2020-12-15T07:30:00.154Z] Step 26/27 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:00.418Z] ---> Running in c22c371b5c35 [2020-12-15T07:30:00.679Z] Removing intermediate container c22c371b5c35 [2020-12-15T07:30:00.679Z] ---> 563b22313cff [2020-12-15T07:30:00.679Z] Step 27/27 : LABEL version=2.0.0-dev.12 [2020-12-15T07:30:00.679Z] ---> Running in 4bf069d53a05 [2020-12-15T07:30:00.942Z] Removing intermediate container 4bf069d53a05 [2020-12-15T07:30:00.942Z] ---> 2231c414b077 [2020-12-15T07:30:00.942Z] [2020-12-15T07:30:00.942Z] Successfully built 2231c414b077 [2020-12-15T07:30:00.942Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T07:30:00.991Z] Removing intermediate container aaeca01773fb [2020-12-15T07:30:00.991Z] ---> 9ea8d9cd5220 [2020-12-15T07:30:00.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T07:30:00.991Z] ---> 1382a0a41a04 [2020-12-15T07:30:00.991Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T07:30:01.552Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T07:30:01.600Z] $ docker stop --time=1 7914a638d2c650089f0e62a879ba51d5d3d7ea22df3c47081336cb9d15b0c6cf [2020-12-15T07:30:01.993Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:01.993Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:01.993Z] ---> d33133688d20 [2020-12-15T07:30:01.993Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:30:01.993Z] ---> Using cache [2020-12-15T07:30:01.993Z] ---> 7b19e8ab6419 [2020-12-15T07:30:01.993Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:01.993Z] ---> Using cache [2020-12-15T07:30:01.993Z] ---> 3390e8ece5bb [2020-12-15T07:30:01.993Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:30:01.993Z] ---> Using cache [2020-12-15T07:30:01.993Z] ---> 3e6d06f751e5 [2020-12-15T07:30:01.993Z] Step 6/21 : COPY go.mod . [2020-12-15T07:30:01.993Z] ---> Using cache [2020-12-15T07:30:01.993Z] ---> c8c9154d37de [2020-12-15T07:30:01.994Z] Step 7/21 : RUN go mod download [2020-12-15T07:30:01.994Z] ---> Using cache [2020-12-15T07:30:01.994Z] ---> 59cbe858a87a [2020-12-15T07:30:01.994Z] Step 8/21 : COPY . . [2020-12-15T07:30:02.277Z] ---> Using cache [2020-12-15T07:30:02.277Z] ---> b63e0b6dc472 [2020-12-15T07:30:02.277Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T07:30:02.551Z] ---> 0b3c9fcf6d9d [2020-12-15T07:30:02.551Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T07:30:02.833Z] ---> Running in eea29177d922 [2020-12-15T07:30:03.109Z] ---> ddd8667fbf3f [2020-12-15T07:30:03.109Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T07:30:03.608Z] $ docker rm -f 7914a638d2c650089f0e62a879ba51d5d3d7ea22df3c47081336cb9d15b0c6cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:30:04.291Z] + docker images [2020-12-15T07:30:04.291Z] + grep docker [2020-12-15T07:30:04.291Z] docker-sys-mgmt-agent-go latest 2231c414b077 4 seconds ago 313MB [2020-12-15T07:30:04.291Z] docker-security-secrets-setup-go latest ee370ee292b1 18 seconds ago 23.9MB [2020-12-15T07:30:04.291Z] docker-support-notifications-go latest bf1845ac3078 31 seconds ago 13.6MB [2020-12-15T07:30:04.291Z] docker-core-metadata-go latest 2e962aaa1dc6 50 seconds ago 14.5MB [2020-12-15T07:30:04.291Z] docker-security-bootstrap-redis-go latest 8b84c9b16c5b 56 seconds ago 15.8MB [2020-12-15T07:30:04.291Z] docker-core-data-go latest a1ac7737367a 2 minutes ago 23.7MB [2020-12-15T07:30:04.291Z] docker-security-secretstore-setup-go latest 0900e7cc320b 2 minutes ago 24.7MB [2020-12-15T07:30:04.291Z] docker-security-proxy-setup-go latest 22c5c86f8985 2 minutes ago 24.6MB [2020-12-15T07:30:04.291Z] docker-core-command-go latest 23ee70664600 2 minutes ago 12.2MB [2020-12-15T07:30:04.291Z] docker-support-scheduler-go latest 3f6fe57b5096 2 minutes ago 12.3MB [2020-12-15T07:30:04.291Z] docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [2020-12-15T07:30:04.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:30:05.028Z] provisioning config files... [2020-12-15T07:30:05.084Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/256@tmp/config62932397272714717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:30:05.482Z] ---> docker-login.sh [2020-12-15T07:30:05.482Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:30:05.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:30:05.545Z] ---> 34ac19d3355f [2020-12-15T07:30:05.545Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:05.545Z] ---> 6539ec3ff858 [2020-12-15T07:30:05.545Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T07:30:05.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:30:05.744Z] Configure a credential helper to remove this warning. See [2020-12-15T07:30:05.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:30:05.744Z] [2020-12-15T07:30:05.744Z] Login Succeeded [2020-12-15T07:30:05.744Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:30:05.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:30:05.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:30:05.744Z] Configure a credential helper to remove this warning. See [2020-12-15T07:30:05.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:30:05.744Z] [2020-12-15T07:30:05.744Z] Login Succeeded [2020-12-15T07:30:05.744Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:30:06.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:30:06.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:30:06.005Z] Configure a credential helper to remove this warning. See [2020-12-15T07:30:06.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:30:06.005Z] [2020-12-15T07:30:06.005Z] Login Succeeded [2020-12-15T07:30:06.005Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:30:06.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:30:06.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:30:06.267Z] Configure a credential helper to remove this warning. See [2020-12-15T07:30:06.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:30:06.267Z] [2020-12-15T07:30:06.267Z] Login Succeeded [2020-12-15T07:30:06.267Z] docker.io [2020-12-15T07:30:06.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:30:06.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:30:06.529Z] Configure a credential helper to remove this warning. See [2020-12-15T07:30:06.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:30:06.529Z] [2020-12-15T07:30:06.529Z] Login Succeeded [2020-12-15T07:30:06.790Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:30:06.803Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-15T07:30:06.998Z] ---> 65081aaa9107 [Pipeline] echo [2020-12-15T07:30:07.059Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-15T07:30:07.059Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:07.059Z] 2.0.0-dev.12 [2020-12-15T07:30:07.059Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:07.059Z] master [2020-12-15T07:30:07.059Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:07.279Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T07:30:07.280Z] ---> 557cb46d639f [2020-12-15T07:30:07.280Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T07:30:07.558Z] ---> Running in 194e4226e4aa [2020-12-15T07:30:07.569Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:07.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:07.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T07:30:07.873Z] 194018a7036b: Preparing [2020-12-15T07:30:07.873Z] e1c424ec59e6: Preparing [2020-12-15T07:30:07.873Z] ffb8146b4259: Preparing [2020-12-15T07:30:08.135Z] ffb8146b4259: Pushed [2020-12-15T07:30:08.135Z] 194018a7036b: Pushed [2020-12-15T07:30:08.553Z] Removing intermediate container 194e4226e4aa [2020-12-15T07:30:08.553Z] ---> ef275a5061c7 [2020-12-15T07:30:08.553Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:09.078Z] e1c424ec59e6: Pushed [2020-12-15T07:30:09.157Z] ---> Running in 29c63d9e3fa1 [2020-12-15T07:30:09.339Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:e478e9d7f49fc6d1fcb50a2145d02ac2791284f9f732762f130fea06379b6f38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:09.435Z] ---> e1e4c8bd9cb1 [2020-12-15T07:30:09.435Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:09.651Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:09.711Z] Removing intermediate container 29c63d9e3fa1 [2020-12-15T07:30:09.711Z] ---> edcd634f3eba [2020-12-15T07:30:09.711Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:30:09.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.12 [2020-12-15T07:30:09.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T07:30:09.970Z] 194018a7036b: Preparing [2020-12-15T07:30:09.970Z] e1c424ec59e6: Preparing [2020-12-15T07:30:09.970Z] ffb8146b4259: Preparing [2020-12-15T07:30:09.970Z] 194018a7036b: Layer already exists [2020-12-15T07:30:09.970Z] ffb8146b4259: Layer already exists [2020-12-15T07:30:09.970Z] e1c424ec59e6: Layer already exists [2020-12-15T07:30:09.970Z] 2.0.0-dev.12: digest: sha256:e478e9d7f49fc6d1fcb50a2145d02ac2791284f9f732762f130fea06379b6f38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:10.281Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:10.325Z] ---> Running in 2b4514c4f181 [2020-12-15T07:30:10.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:10.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T07:30:10.593Z] 194018a7036b: Preparing [2020-12-15T07:30:10.593Z] e1c424ec59e6: Preparing [2020-12-15T07:30:10.593Z] ffb8146b4259: Preparing [2020-12-15T07:30:10.593Z] 194018a7036b: Layer already exists [2020-12-15T07:30:10.593Z] ffb8146b4259: Layer already exists [2020-12-15T07:30:10.593Z] e1c424ec59e6: Layer already exists [2020-12-15T07:30:10.593Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:e478e9d7f49fc6d1fcb50a2145d02ac2791284f9f732762f130fea06379b6f38 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:11.176Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:11.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-15T07:30:11.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-15T07:30:11.481Z] 194018a7036b: Preparing [2020-12-15T07:30:11.481Z] e1c424ec59e6: Preparing [2020-12-15T07:30:11.481Z] ffb8146b4259: Preparing [2020-12-15T07:30:11.481Z] 194018a7036b: Layer already exists [2020-12-15T07:30:11.481Z] e1c424ec59e6: Layer already exists [2020-12-15T07:30:11.481Z] ffb8146b4259: Layer already exists [2020-12-15T07:30:11.481Z] master: digest: sha256:e478e9d7f49fc6d1fcb50a2145d02ac2791284f9f732762f130fea06379b6f38 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:11.682Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:11.744Z] taggedImages: [2020-12-15T07:30:11.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:11.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.12 [2020-12-15T07:30:11.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:11.744Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-15T07:30:11.775Z] ---> f08432fc6569 [2020-12-15T07:30:11.775Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [Pipeline] echo [2020-12-15T07:30:11.815Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-15T07:30:11.815Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:11.815Z] 2.0.0-dev.12 [2020-12-15T07:30:11.815Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:11.815Z] master [2020-12-15T07:30:11.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-15T07:30:12.081Z] Removing intermediate container 2b4514c4f181 [2020-12-15T07:30:12.081Z] ---> 13c4c3f6de20 [2020-12-15T07:30:12.081Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:12.355Z] ---> Running in bcd005b23078 [2020-12-15T07:30:12.355Z] ---> Running in aa43f97e96da [2020-12-15T07:30:12.399Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:12.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:12.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T07:30:12.705Z] 60bc876c3c16: Preparing [2020-12-15T07:30:12.705Z] 7cb7e84c60b4: Preparing [2020-12-15T07:30:12.705Z] a993d34f3fad: Preparing [2020-12-15T07:30:12.705Z] b98dc99eb392: Preparing [2020-12-15T07:30:12.705Z] f876f22d4bff: Preparing [2020-12-15T07:30:12.705Z] f4666769fca7: Preparing [2020-12-15T07:30:12.705Z] f4666769fca7: Waiting [2020-12-15T07:30:12.968Z] 60bc876c3c16: Pushed [2020-12-15T07:30:12.968Z] f876f22d4bff: Pushed [2020-12-15T07:30:12.968Z] a993d34f3fad: Pushed [2020-12-15T07:30:12.968Z] f4666769fca7: Layer already exists [2020-12-15T07:30:12.968Z] b98dc99eb392: Pushed [2020-12-15T07:30:13.807Z] Removing intermediate container bcd005b23078 [2020-12-15T07:30:13.807Z] ---> fdb266c5bcde [2020-12-15T07:30:13.807Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:30:13.914Z] 7cb7e84c60b4: Pushed [2020-12-15T07:30:14.085Z] Removing intermediate container aa43f97e96da [2020-12-15T07:30:14.085Z] ---> a4bc193716db [2020-12-15T07:30:14.085Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:14.085Z] ---> Running in 680fb3a6aa40 [2020-12-15T07:30:14.177Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:7824dab6827ca0de44f521b4e4326d5c21881ab1ff488193513918e8e8a1a5e4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:14.366Z] ---> Running in 279a6e4ccb3a [2020-12-15T07:30:14.492Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:14.646Z] Removing intermediate container 5ee3d17c07f9 [2020-12-15T07:30:14.646Z] ---> d3494397d650 [2020-12-15T07:30:14.646Z] [2020-12-15T07:30:14.646Z] Step 10/22 : FROM scratch [2020-12-15T07:30:14.646Z] ---> [2020-12-15T07:30:14.646Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:30:14.646Z] ---> Using cache [2020-12-15T07:30:14.646Z] ---> e5fd31d6ff7b [2020-12-15T07:30:14.646Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T07:30:14.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.12 [2020-12-15T07:30:14.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T07:30:14.838Z] 60bc876c3c16: Preparing [2020-12-15T07:30:14.838Z] 7cb7e84c60b4: Preparing [2020-12-15T07:30:14.838Z] a993d34f3fad: Preparing [2020-12-15T07:30:14.838Z] b98dc99eb392: Preparing [2020-12-15T07:30:14.838Z] f876f22d4bff: Preparing [2020-12-15T07:30:14.838Z] f4666769fca7: Preparing [2020-12-15T07:30:14.838Z] f4666769fca7: Waiting [2020-12-15T07:30:14.838Z] b98dc99eb392: Layer already exists [2020-12-15T07:30:14.838Z] f876f22d4bff: Layer already exists [2020-12-15T07:30:14.838Z] a993d34f3fad: Layer already exists [2020-12-15T07:30:14.838Z] 60bc876c3c16: Layer already exists [2020-12-15T07:30:14.838Z] 7cb7e84c60b4: Layer already exists [2020-12-15T07:30:14.838Z] f4666769fca7: Layer already exists [2020-12-15T07:30:14.838Z] 2.0.0-dev.12: digest: sha256:7824dab6827ca0de44f521b4e4326d5c21881ab1ff488193513918e8e8a1a5e4 size: 1572 [2020-12-15T07:30:14.926Z] ---> Running in 8cf57d3a542e [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:15.203Z] Removing intermediate container 680fb3a6aa40 [2020-12-15T07:30:15.203Z] ---> f54ded16abba [2020-12-15T07:30:15.203Z] [2020-12-15T07:30:15.353Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:15.486Z] Removing intermediate container 279a6e4ccb3a [2020-12-15T07:30:15.486Z] ---> 1593a828c37b [2020-12-15T07:30:15.486Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T07:30:15.758Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:15.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T07:30:15.758Z] 60bc876c3c16: Preparing [2020-12-15T07:30:15.758Z] 7cb7e84c60b4: Preparing [2020-12-15T07:30:15.758Z] a993d34f3fad: Preparing [2020-12-15T07:30:15.758Z] b98dc99eb392: Preparing [2020-12-15T07:30:15.758Z] f876f22d4bff: Preparing [2020-12-15T07:30:15.758Z] f4666769fca7: Preparing [2020-12-15T07:30:15.758Z] f4666769fca7: Waiting [2020-12-15T07:30:15.758Z] a993d34f3fad: Layer already exists [2020-12-15T07:30:15.758Z] b98dc99eb392: Layer already exists [2020-12-15T07:30:15.758Z] 7cb7e84c60b4: Layer already exists [2020-12-15T07:30:15.758Z] f876f22d4bff: Layer already exists [2020-12-15T07:30:15.758Z] 60bc876c3c16: Layer already exists [2020-12-15T07:30:15.758Z] f4666769fca7: Layer already exists [2020-12-15T07:30:15.758Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:7824dab6827ca0de44f521b4e4326d5c21881ab1ff488193513918e8e8a1a5e4 size: 1572 [2020-12-15T07:30:15.765Z] Successfully built f54ded16abba [2020-12-15T07:30:15.765Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T07:30:15.765Z] Building docker-sys-mgmt-agent-go [2020-12-15T07:30:15.765Z]  Building docker-core-command-go ... done Removing intermediate container 8cf57d3a542e [2020-12-15T07:30:15.765Z] ---> Running in 5945b67098c1 [2020-12-15T07:30:15.765Z] ---> 89d5f280a74b [2020-12-15T07:30:15.765Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:16.042Z] ---> Running in 361e5d735516 [2020-12-15T07:30:16.067Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:16.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-15T07:30:16.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-15T07:30:16.369Z] 60bc876c3c16: Preparing [2020-12-15T07:30:16.369Z] 7cb7e84c60b4: Preparing [2020-12-15T07:30:16.369Z] a993d34f3fad: Preparing [2020-12-15T07:30:16.369Z] b98dc99eb392: Preparing [2020-12-15T07:30:16.369Z] f876f22d4bff: Preparing [2020-12-15T07:30:16.369Z] f4666769fca7: Preparing [2020-12-15T07:30:16.369Z] f4666769fca7: Waiting [2020-12-15T07:30:16.369Z] 7cb7e84c60b4: Layer already exists [2020-12-15T07:30:16.369Z] a993d34f3fad: Layer already exists [2020-12-15T07:30:16.369Z] b98dc99eb392: Layer already exists [2020-12-15T07:30:16.369Z] 60bc876c3c16: Layer already exists [2020-12-15T07:30:16.369Z] f876f22d4bff: Layer already exists [2020-12-15T07:30:16.369Z] f4666769fca7: Layer already exists [2020-12-15T07:30:16.369Z] master: digest: sha256:7824dab6827ca0de44f521b4e4326d5c21881ab1ff488193513918e8e8a1a5e4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:16.550Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:16.593Z] taggedImages: [2020-12-15T07:30:16.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:16.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.12 [2020-12-15T07:30:16.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:16.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-15T07:30:16.644Z] Removing intermediate container 5945b67098c1 [2020-12-15T07:30:16.645Z] ---> c847f93b5363 [2020-12-15T07:30:16.645Z] Step 23/24 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:16.645Z] Removing intermediate container 361e5d735516 [2020-12-15T07:30:16.645Z] ---> 499378151e2d [2020-12-15T07:30:16.645Z] Step 14/22 : WORKDIR / [Pipeline] echo [2020-12-15T07:30:16.662Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-15T07:30:16.662Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:16.662Z] 2.0.0-dev.12 [2020-12-15T07:30:16.662Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:16.662Z] master [2020-12-15T07:30:16.662Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:16.923Z] ---> Running in 011c987611f3 [2020-12-15T07:30:16.923Z] ---> Running in d0dc982e1dae [2020-12-15T07:30:17.140Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:17.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:17.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T07:30:17.443Z] 8c2eea66f988: Preparing [2020-12-15T07:30:17.443Z] 5db8a189ea20: Preparing [2020-12-15T07:30:17.443Z] 558e880445d9: Preparing [2020-12-15T07:30:17.443Z] 8c2eea66f988: Pushed [2020-12-15T07:30:17.443Z] 558e880445d9: Pushed [2020-12-15T07:30:17.925Z] Removing intermediate container 011c987611f3 [2020-12-15T07:30:17.925Z] ---> c11ff1094338 [2020-12-15T07:30:17.925Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2020-12-15T07:30:18.215Z] Removing intermediate container d0dc982e1dae [2020-12-15T07:30:18.215Z] ---> 4486e5a7bc23 [2020-12-15T07:30:18.215Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T07:30:18.825Z] ---> Running in e53eaa852a03 [2020-12-15T07:30:18.832Z] 5db8a189ea20: Pushed [2020-12-15T07:30:19.094Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:6dc74f0588fbd93eae0c87b1e1c69b1efb14dddae2692a92b75af2bec884a0ec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:19.404Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:19.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.12 [2020-12-15T07:30:19.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T07:30:19.710Z] 8c2eea66f988: Preparing [2020-12-15T07:30:19.710Z] 5db8a189ea20: Preparing [2020-12-15T07:30:19.710Z] 558e880445d9: Preparing [2020-12-15T07:30:19.710Z] 8c2eea66f988: Layer already exists [2020-12-15T07:30:19.710Z] 5db8a189ea20: Layer already exists [2020-12-15T07:30:19.710Z] 558e880445d9: Layer already exists [2020-12-15T07:30:19.710Z] 2.0.0-dev.12: digest: sha256:6dc74f0588fbd93eae0c87b1e1c69b1efb14dddae2692a92b75af2bec884a0ec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:20.019Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:20.276Z] Removing intermediate container e53eaa852a03 [2020-12-15T07:30:20.276Z] ---> 225ec03f5699 [2020-12-15T07:30:20.276Z] [2020-12-15T07:30:20.276Z] ---> 5d022dfa9ac3 [2020-12-15T07:30:20.276Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T07:30:20.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:20.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T07:30:20.319Z] 8c2eea66f988: Preparing [2020-12-15T07:30:20.319Z] 5db8a189ea20: Preparing [2020-12-15T07:30:20.319Z] 558e880445d9: Preparing [2020-12-15T07:30:20.319Z] 558e880445d9: Layer already exists [2020-12-15T07:30:20.319Z] 5db8a189ea20: Layer already exists [2020-12-15T07:30:20.319Z] 8c2eea66f988: Layer already exists [2020-12-15T07:30:20.319Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:6dc74f0588fbd93eae0c87b1e1c69b1efb14dddae2692a92b75af2bec884a0ec size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:20.626Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:20.883Z] Successfully built 225ec03f5699 [2020-12-15T07:30:20.883Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T07:30:20.883Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-12-15T07:30:20.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-15T07:30:20.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-15T07:30:20.938Z] 8c2eea66f988: Preparing [2020-12-15T07:30:20.938Z] 5db8a189ea20: Preparing [2020-12-15T07:30:20.938Z] 558e880445d9: Preparing [2020-12-15T07:30:20.938Z] 8c2eea66f988: Layer already exists [2020-12-15T07:30:20.938Z] 5db8a189ea20: Layer already exists [2020-12-15T07:30:20.938Z] 558e880445d9: Layer already exists [2020-12-15T07:30:20.938Z] master: digest: sha256:6dc74f0588fbd93eae0c87b1e1c69b1efb14dddae2692a92b75af2bec884a0ec size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:21.150Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:21.198Z] taggedImages: [2020-12-15T07:30:21.198Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:21.198Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.12 [2020-12-15T07:30:21.198Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:21.198Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-15T07:30:21.261Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-15T07:30:21.261Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:21.261Z] 2.0.0-dev.12 [2020-12-15T07:30:21.261Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:21.261Z] master [2020-12-15T07:30:21.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:21.754Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:22.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:22.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T07:30:22.054Z] aa520a5761a8: Preparing [2020-12-15T07:30:22.054Z] c95dd4d9b284: Preparing [2020-12-15T07:30:22.054Z] 1ca1b884a696: Preparing [2020-12-15T07:30:22.054Z] 3f7065db91dd: Preparing [2020-12-15T07:30:22.054Z] 5a19b3ef5e4e: Preparing [2020-12-15T07:30:22.054Z] ebb2288259fa: Preparing [2020-12-15T07:30:22.054Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:22.054Z] ebb2288259fa: Waiting [2020-12-15T07:30:22.054Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:22.316Z] aa520a5761a8: Pushed [2020-12-15T07:30:22.316Z] 5a19b3ef5e4e: Pushed [2020-12-15T07:30:22.316Z] 1ca1b884a696: Pushed [2020-12-15T07:30:22.316Z] c95dd4d9b284: Pushed [2020-12-15T07:30:22.316Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:22.889Z] ebb2288259fa: Pushed [2020-12-15T07:30:22.889Z] 3f7065db91dd: Pushed [2020-12-15T07:30:23.150Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:e8b062574495544b812f51cf88e65229afd3b84a8f7d92441d8c5237ac09ccb0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:23.461Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:23.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.12 [2020-12-15T07:30:23.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T07:30:23.764Z] aa520a5761a8: Preparing [2020-12-15T07:30:23.764Z] c95dd4d9b284: Preparing [2020-12-15T07:30:23.764Z] 1ca1b884a696: Preparing [2020-12-15T07:30:23.764Z] 3f7065db91dd: Preparing [2020-12-15T07:30:23.764Z] 5a19b3ef5e4e: Preparing [2020-12-15T07:30:23.764Z] ebb2288259fa: Preparing [2020-12-15T07:30:23.764Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:23.764Z] ebb2288259fa: Waiting [2020-12-15T07:30:23.764Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:23.764Z] 3f7065db91dd: Layer already exists [2020-12-15T07:30:23.764Z] 5a19b3ef5e4e: Layer already exists [2020-12-15T07:30:23.764Z] 1ca1b884a696: Layer already exists [2020-12-15T07:30:23.764Z] aa520a5761a8: Layer already exists [2020-12-15T07:30:23.764Z] c95dd4d9b284: Layer already exists [2020-12-15T07:30:23.764Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:23.764Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:23.764Z] 2.0.0-dev.12: digest: sha256:e8b062574495544b812f51cf88e65229afd3b84a8f7d92441d8c5237ac09ccb0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:24.072Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:24.286Z] ---> 52ba438f23da [2020-12-15T07:30:24.286Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:24.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:24.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T07:30:24.372Z] aa520a5761a8: Preparing [2020-12-15T07:30:24.372Z] c95dd4d9b284: Preparing [2020-12-15T07:30:24.372Z] 1ca1b884a696: Preparing [2020-12-15T07:30:24.372Z] 3f7065db91dd: Preparing [2020-12-15T07:30:24.372Z] 5a19b3ef5e4e: Preparing [2020-12-15T07:30:24.372Z] ebb2288259fa: Preparing [2020-12-15T07:30:24.372Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:24.372Z] ebb2288259fa: Waiting [2020-12-15T07:30:24.372Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:24.372Z] c95dd4d9b284: Layer already exists [2020-12-15T07:30:24.372Z] aa520a5761a8: Layer already exists [2020-12-15T07:30:24.372Z] 3f7065db91dd: Layer already exists [2020-12-15T07:30:24.372Z] 5a19b3ef5e4e: Layer already exists [2020-12-15T07:30:24.372Z] 1ca1b884a696: Layer already exists [2020-12-15T07:30:24.372Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:24.372Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:24.633Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:e8b062574495544b812f51cf88e65229afd3b84a8f7d92441d8c5237ac09ccb0 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:24.939Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:25.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-15T07:30:25.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-15T07:30:25.242Z] aa520a5761a8: Preparing [2020-12-15T07:30:25.242Z] c95dd4d9b284: Preparing [2020-12-15T07:30:25.242Z] 1ca1b884a696: Preparing [2020-12-15T07:30:25.242Z] 3f7065db91dd: Preparing [2020-12-15T07:30:25.242Z] 5a19b3ef5e4e: Preparing [2020-12-15T07:30:25.242Z] ebb2288259fa: Preparing [2020-12-15T07:30:25.242Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:25.242Z] ebb2288259fa: Waiting [2020-12-15T07:30:25.242Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:25.242Z] 5a19b3ef5e4e: Layer already exists [2020-12-15T07:30:25.242Z] c95dd4d9b284: Layer already exists [2020-12-15T07:30:25.242Z] aa520a5761a8: Layer already exists [2020-12-15T07:30:25.242Z] 1ca1b884a696: Layer already exists [2020-12-15T07:30:25.242Z] 3f7065db91dd: Layer already exists [2020-12-15T07:30:25.242Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:25.242Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:25.242Z] master: digest: sha256:e8b062574495544b812f51cf88e65229afd3b84a8f7d92441d8c5237ac09ccb0 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:25.451Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:25.497Z] taggedImages: [2020-12-15T07:30:25.497Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:25.497Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.12 [2020-12-15T07:30:25.497Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:25.497Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-15T07:30:25.556Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-15T07:30:25.556Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:25.556Z] 2.0.0-dev.12 [2020-12-15T07:30:25.556Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:25.556Z] master [2020-12-15T07:30:25.556Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-15T07:30:25.727Z] Removing intermediate container f197a40025de [2020-12-15T07:30:25.727Z] ---> edfa02c152d4 [2020-12-15T07:30:25.727Z] [2020-12-15T07:30:25.727Z] Step 10/23 : FROM alpine [2020-12-15T07:30:25.727Z] latest: Pulling from library/alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:26.012Z] ---> 4992b5e92810 [2020-12-15T07:30:26.012Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T07:30:26.012Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T07:30:26.012Z] Status: Downloaded newer image for alpine:latest [2020-12-15T07:30:26.012Z] ---> dd36a01c3f31 [2020-12-15T07:30:26.012Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:30:26.041Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:26.287Z] ---> Running in 75e214fc038c [2020-12-15T07:30:26.287Z] ---> Running in 17563ddab625 [2020-12-15T07:30:26.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:26.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T07:30:26.369Z] fb7258ab94b2: Preparing [2020-12-15T07:30:26.369Z] 2cb002ce1042: Preparing [2020-12-15T07:30:26.369Z] e69889471101: Preparing [2020-12-15T07:30:26.369Z] 853c67d6685c: Preparing [2020-12-15T07:30:26.369Z] c8eef58eeb7a: Preparing [2020-12-15T07:30:26.369Z] f4666769fca7: Preparing [2020-12-15T07:30:26.369Z] f4666769fca7: Waiting [2020-12-15T07:30:26.369Z] e69889471101: Pushed [2020-12-15T07:30:26.369Z] 853c67d6685c: Pushed [2020-12-15T07:30:26.633Z] f4666769fca7: Layer already exists [2020-12-15T07:30:26.895Z] c8eef58eeb7a: Pushed [2020-12-15T07:30:27.156Z] fb7258ab94b2: Pushed [2020-12-15T07:30:27.156Z] 2cb002ce1042: Pushed [2020-12-15T07:30:27.276Z] Removing intermediate container 17563ddab625 [2020-12-15T07:30:27.276Z] ---> 092cfe582e03 [2020-12-15T07:30:27.276Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T07:30:27.417Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:5e4edac8838610038c02274efbf26843d6c11ed2fcb55ca82705e5e5197085e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:27.551Z] Removing intermediate container 75e214fc038c [2020-12-15T07:30:27.551Z] ---> 54b1a1ae7cf5 [2020-12-15T07:30:27.551Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:27.551Z] ---> Running in dbc06f289e65 [2020-12-15T07:30:27.722Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:27.826Z] ---> Running in f42531513b11 [2020-12-15T07:30:28.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.12 [2020-12-15T07:30:28.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T07:30:28.053Z] fb7258ab94b2: Preparing [2020-12-15T07:30:28.053Z] 2cb002ce1042: Preparing [2020-12-15T07:30:28.053Z] e69889471101: Preparing [2020-12-15T07:30:28.053Z] 853c67d6685c: Preparing [2020-12-15T07:30:28.053Z] c8eef58eeb7a: Preparing [2020-12-15T07:30:28.053Z] f4666769fca7: Preparing [2020-12-15T07:30:28.053Z] f4666769fca7: Waiting [2020-12-15T07:30:28.053Z] c8eef58eeb7a: Layer already exists [2020-12-15T07:30:28.053Z] fb7258ab94b2: Layer already exists [2020-12-15T07:30:28.053Z] 853c67d6685c: Layer already exists [2020-12-15T07:30:28.053Z] e69889471101: Layer already exists [2020-12-15T07:30:28.053Z] 2cb002ce1042: Layer already exists [2020-12-15T07:30:28.053Z] f4666769fca7: Layer already exists [2020-12-15T07:30:28.053Z] 2.0.0-dev.12: digest: sha256:5e4edac8838610038c02274efbf26843d6c11ed2fcb55ca82705e5e5197085e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:28.372Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:28.428Z] Removing intermediate container dbc06f289e65 [2020-12-15T07:30:28.428Z] ---> e29f653f8bb8 [2020-12-15T07:30:28.428Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T07:30:28.428Z] Removing intermediate container f42531513b11 [2020-12-15T07:30:28.428Z] ---> a3567b777dcc [2020-12-15T07:30:28.428Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:30:28.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:28.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T07:30:28.668Z] fb7258ab94b2: Preparing [2020-12-15T07:30:28.668Z] 2cb002ce1042: Preparing [2020-12-15T07:30:28.668Z] e69889471101: Preparing [2020-12-15T07:30:28.668Z] 853c67d6685c: Preparing [2020-12-15T07:30:28.668Z] c8eef58eeb7a: Preparing [2020-12-15T07:30:28.668Z] f4666769fca7: Preparing [2020-12-15T07:30:28.668Z] f4666769fca7: Waiting [2020-12-15T07:30:28.668Z] 853c67d6685c: Layer already exists [2020-12-15T07:30:28.668Z] 2cb002ce1042: Layer already exists [2020-12-15T07:30:28.668Z] e69889471101: Layer already exists [2020-12-15T07:30:28.668Z] fb7258ab94b2: Layer already exists [2020-12-15T07:30:28.668Z] c8eef58eeb7a: Layer already exists [2020-12-15T07:30:28.668Z] f4666769fca7: Layer already exists [2020-12-15T07:30:28.668Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:5e4edac8838610038c02274efbf26843d6c11ed2fcb55ca82705e5e5197085e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:28.705Z] ---> Running in 4397bd746618 [2020-12-15T07:30:28.705Z] ---> Running in d05ba73d9a5c [2020-12-15T07:30:28.971Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:29.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-15T07:30:29.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-15T07:30:29.268Z] fb7258ab94b2: Preparing [2020-12-15T07:30:29.268Z] 2cb002ce1042: Preparing [2020-12-15T07:30:29.268Z] e69889471101: Preparing [2020-12-15T07:30:29.268Z] 853c67d6685c: Preparing [2020-12-15T07:30:29.268Z] c8eef58eeb7a: Preparing [2020-12-15T07:30:29.268Z] f4666769fca7: Preparing [2020-12-15T07:30:29.268Z] f4666769fca7: Waiting [2020-12-15T07:30:29.268Z] 853c67d6685c: Layer already exists [2020-12-15T07:30:29.268Z] c8eef58eeb7a: Layer already exists [2020-12-15T07:30:29.268Z] e69889471101: Layer already exists [2020-12-15T07:30:29.268Z] 2cb002ce1042: Layer already exists [2020-12-15T07:30:29.268Z] fb7258ab94b2: Layer already exists [2020-12-15T07:30:29.268Z] f4666769fca7: Layer already exists [2020-12-15T07:30:29.268Z] master: digest: sha256:5e4edac8838610038c02274efbf26843d6c11ed2fcb55ca82705e5e5197085e7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:29.447Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:29.498Z] taggedImages: [2020-12-15T07:30:29.498Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:29.498Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.12 [2020-12-15T07:30:29.498Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:29.498Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-15T07:30:29.650Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-15T07:30:29.650Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:29.650Z] 2.0.0-dev.12 [2020-12-15T07:30:29.650Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:29.650Z] master [2020-12-15T07:30:29.650Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-15T07:30:29.711Z] Removing intermediate container 4397bd746618 [2020-12-15T07:30:29.711Z] ---> c37a7a81a6d3 [2020-12-15T07:30:29.711Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:29.711Z] Removing intermediate container d05ba73d9a5c [2020-12-15T07:30:29.711Z] ---> 02e3b64a999c [2020-12-15T07:30:29.711Z] Step 21/22 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:29.989Z] ---> Running in 921a3b5438a1 [2020-12-15T07:30:29.989Z] ---> Running in b430dd0b7d5f [2020-12-15T07:30:30.188Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:30.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:30.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T07:30:30.483Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:30.483Z] e56651b6d4de: Preparing [2020-12-15T07:30:30.483Z] b4cc4f68a5f8: Preparing [2020-12-15T07:30:30.483Z] 54354deb1583: Preparing [2020-12-15T07:30:30.483Z] 54354deb1583: Preparing [2020-12-15T07:30:30.483Z] 05711b8ccd0f: Preparing [2020-12-15T07:30:30.483Z] 4ab2100df1c8: Preparing [2020-12-15T07:30:30.483Z] b7e469cd1d1c: Preparing [2020-12-15T07:30:30.483Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:30.483Z] fbe19f44617b: Preparing [2020-12-15T07:30:30.483Z] e7beb15dc92a: Preparing [2020-12-15T07:30:30.483Z] e53f4eeea6d3: Preparing [2020-12-15T07:30:30.483Z] f4666769fca7: Preparing [2020-12-15T07:30:30.483Z] b7e469cd1d1c: Waiting [2020-12-15T07:30:30.483Z] fbe19f44617b: Waiting [2020-12-15T07:30:30.483Z] e7beb15dc92a: Waiting [2020-12-15T07:30:30.483Z] e53f4eeea6d3: Waiting [2020-12-15T07:30:30.483Z] f4666769fca7: Waiting [2020-12-15T07:30:30.483Z] 4ab2100df1c8: Waiting [2020-12-15T07:30:30.745Z] 05711b8ccd0f: Pushed [2020-12-15T07:30:30.745Z] b4cc4f68a5f8: Pushed [2020-12-15T07:30:30.745Z] 54354deb1583: Pushed [2020-12-15T07:30:30.745Z] e56651b6d4de: Pushed [2020-12-15T07:30:31.006Z] 4ab2100df1c8: Pushed [2020-12-15T07:30:31.006Z] fbe19f44617b: Pushed [2020-12-15T07:30:31.006Z] b7e469cd1d1c: Pushed [2020-12-15T07:30:31.006Z] e7beb15dc92a: Pushed [2020-12-15T07:30:31.006Z] f4666769fca7: Layer already exists [2020-12-15T07:30:31.006Z] e53f4eeea6d3: Pushed [2020-12-15T07:30:31.476Z] Removing intermediate container b430dd0b7d5f [2020-12-15T07:30:31.476Z] ---> b7fe3127a959 [2020-12-15T07:30:31.476Z] Step 22/22 : LABEL version=2.0.0-dev.12 [2020-12-15T07:30:31.579Z] 28f59e42bbf9: Pushed [2020-12-15T07:30:31.579Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:a2878444b91166fe9d674987c8346ce0480cde411b3e3f988bb7fd9f05d26e41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:31.754Z] ---> Running in 5df99e8f3314 [2020-12-15T07:30:31.880Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:32.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.12 [2020-12-15T07:30:32.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T07:30:32.175Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:32.175Z] e56651b6d4de: Preparing [2020-12-15T07:30:32.175Z] b4cc4f68a5f8: Preparing [2020-12-15T07:30:32.175Z] 54354deb1583: Preparing [2020-12-15T07:30:32.175Z] 54354deb1583: Preparing [2020-12-15T07:30:32.175Z] 05711b8ccd0f: Preparing [2020-12-15T07:30:32.175Z] 4ab2100df1c8: Preparing [2020-12-15T07:30:32.175Z] b7e469cd1d1c: Preparing [2020-12-15T07:30:32.175Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:32.175Z] fbe19f44617b: Preparing [2020-12-15T07:30:32.175Z] e7beb15dc92a: Preparing [2020-12-15T07:30:32.175Z] e53f4eeea6d3: Preparing [2020-12-15T07:30:32.175Z] f4666769fca7: Preparing [2020-12-15T07:30:32.175Z] b7e469cd1d1c: Waiting [2020-12-15T07:30:32.175Z] fbe19f44617b: Waiting [2020-12-15T07:30:32.175Z] e7beb15dc92a: Waiting [2020-12-15T07:30:32.175Z] e53f4eeea6d3: Waiting [2020-12-15T07:30:32.175Z] f4666769fca7: Waiting [2020-12-15T07:30:32.175Z] 4ab2100df1c8: Waiting [2020-12-15T07:30:32.175Z] 05711b8ccd0f: Layer already exists [2020-12-15T07:30:32.175Z] e56651b6d4de: Layer already exists [2020-12-15T07:30:32.175Z] 54354deb1583: Layer already exists [2020-12-15T07:30:32.175Z] 28f59e42bbf9: Layer already exists [2020-12-15T07:30:32.175Z] b4cc4f68a5f8: Layer already exists [2020-12-15T07:30:32.175Z] b7e469cd1d1c: Layer already exists [2020-12-15T07:30:32.175Z] 4ab2100df1c8: Layer already exists [2020-12-15T07:30:32.175Z] e7beb15dc92a: Layer already exists [2020-12-15T07:30:32.175Z] fbe19f44617b: Layer already exists [2020-12-15T07:30:32.175Z] e53f4eeea6d3: Layer already exists [2020-12-15T07:30:32.175Z] f4666769fca7: Layer already exists [2020-12-15T07:30:32.175Z] 2.0.0-dev.12: digest: sha256:a2878444b91166fe9d674987c8346ce0480cde411b3e3f988bb7fd9f05d26e41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:32.478Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:32.763Z] Removing intermediate container 5df99e8f3314 [2020-12-15T07:30:32.763Z] ---> 7945c5b5e2f9 [2020-12-15T07:30:32.763Z] [2020-12-15T07:30:33.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:33.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T07:30:33.035Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:33.035Z] e56651b6d4de: Preparing [2020-12-15T07:30:33.035Z] b4cc4f68a5f8: Preparing [2020-12-15T07:30:33.035Z] 54354deb1583: Preparing [2020-12-15T07:30:33.035Z] 54354deb1583: Preparing [2020-12-15T07:30:33.035Z] 05711b8ccd0f: Preparing [2020-12-15T07:30:33.035Z] 4ab2100df1c8: Preparing [2020-12-15T07:30:33.035Z] b7e469cd1d1c: Preparing [2020-12-15T07:30:33.035Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:33.035Z] fbe19f44617b: Preparing [2020-12-15T07:30:33.035Z] e7beb15dc92a: Preparing [2020-12-15T07:30:33.035Z] e53f4eeea6d3: Preparing [2020-12-15T07:30:33.035Z] f4666769fca7: Preparing [2020-12-15T07:30:33.035Z] 4ab2100df1c8: Waiting [2020-12-15T07:30:33.035Z] b7e469cd1d1c: Waiting [2020-12-15T07:30:33.035Z] fbe19f44617b: Waiting [2020-12-15T07:30:33.035Z] e7beb15dc92a: Waiting [2020-12-15T07:30:33.035Z] e53f4eeea6d3: Waiting [2020-12-15T07:30:33.035Z] f4666769fca7: Waiting [2020-12-15T07:30:33.035Z] 28f59e42bbf9: Layer already exists [2020-12-15T07:30:33.035Z] 05711b8ccd0f: Layer already exists [2020-12-15T07:30:33.035Z] 54354deb1583: Layer already exists [2020-12-15T07:30:33.035Z] b4cc4f68a5f8: Layer already exists [2020-12-15T07:30:33.035Z] e56651b6d4de: Layer already exists [2020-12-15T07:30:33.035Z] b7e469cd1d1c: Layer already exists [2020-12-15T07:30:33.035Z] 4ab2100df1c8: Layer already exists [2020-12-15T07:30:33.035Z] e53f4eeea6d3: Layer already exists [2020-12-15T07:30:33.035Z] fbe19f44617b: Layer already exists [2020-12-15T07:30:33.035Z] e7beb15dc92a: Layer already exists [2020-12-15T07:30:33.035Z] f4666769fca7: Layer already exists [2020-12-15T07:30:33.035Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:a2878444b91166fe9d674987c8346ce0480cde411b3e3f988bb7fd9f05d26e41 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:33.340Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:33.777Z] Removing intermediate container 921a3b5438a1 [2020-12-15T07:30:33.777Z] ---> 1cbedeebf753 [2020-12-15T07:30:33.777Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T07:30:33.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-15T07:30:33.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-15T07:30:33.801Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:33.801Z] e56651b6d4de: Preparing [2020-12-15T07:30:33.801Z] b4cc4f68a5f8: Preparing [2020-12-15T07:30:33.801Z] 54354deb1583: Preparing [2020-12-15T07:30:33.801Z] 54354deb1583: Preparing [2020-12-15T07:30:33.801Z] 05711b8ccd0f: Preparing [2020-12-15T07:30:33.801Z] 4ab2100df1c8: Preparing [2020-12-15T07:30:33.801Z] b7e469cd1d1c: Preparing [2020-12-15T07:30:33.801Z] 28f59e42bbf9: Preparing [2020-12-15T07:30:33.801Z] fbe19f44617b: Preparing [2020-12-15T07:30:33.801Z] e7beb15dc92a: Preparing [2020-12-15T07:30:33.801Z] e53f4eeea6d3: Preparing [2020-12-15T07:30:33.801Z] f4666769fca7: Preparing [2020-12-15T07:30:33.801Z] 4ab2100df1c8: Waiting [2020-12-15T07:30:33.801Z] b7e469cd1d1c: Waiting [2020-12-15T07:30:33.801Z] fbe19f44617b: Waiting [2020-12-15T07:30:33.801Z] e7beb15dc92a: Waiting [2020-12-15T07:30:33.801Z] e53f4eeea6d3: Waiting [2020-12-15T07:30:33.801Z] f4666769fca7: Waiting [2020-12-15T07:30:33.801Z] 05711b8ccd0f: Layer already exists [2020-12-15T07:30:33.801Z] b4cc4f68a5f8: Layer already exists [2020-12-15T07:30:33.801Z] e56651b6d4de: Layer already exists [2020-12-15T07:30:33.801Z] 28f59e42bbf9: Layer already exists [2020-12-15T07:30:33.801Z] 54354deb1583: Layer already exists [2020-12-15T07:30:33.801Z] b7e469cd1d1c: Layer already exists [2020-12-15T07:30:33.801Z] 4ab2100df1c8: Layer already exists [2020-12-15T07:30:33.801Z] e7beb15dc92a: Layer already exists [2020-12-15T07:30:33.801Z] fbe19f44617b: Layer already exists [2020-12-15T07:30:33.801Z] e53f4eeea6d3: Layer already exists [2020-12-15T07:30:33.801Z] f4666769fca7: Layer already exists [2020-12-15T07:30:33.801Z] master: digest: sha256:a2878444b91166fe9d674987c8346ce0480cde411b3e3f988bb7fd9f05d26e41 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-15T07:30:34.073Z] Successfully built 7945c5b5e2f9 [2020-12-15T07:30:34.073Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T07:30:34.073Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-12-15T07:30:34.073Z] ---> Running in 251bca67b14f [Pipeline] echo [2020-12-15T07:30:34.078Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:34.130Z] taggedImages: [2020-12-15T07:30:34.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:34.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.12 [2020-12-15T07:30:34.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:34.130Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-15T07:30:34.211Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-15T07:30:34.211Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:34.211Z] 2.0.0-dev.12 [2020-12-15T07:30:34.211Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:34.211Z] master [2020-12-15T07:30:34.211Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:34.698Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:34.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:34.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T07:30:34.997Z] 235050fa6f6b: Preparing [2020-12-15T07:30:34.997Z] 6c01cc3ac9df: Preparing [2020-12-15T07:30:34.997Z] 370e03354261: Preparing [2020-12-15T07:30:34.997Z] 30c05aaa41cd: Preparing [2020-12-15T07:30:34.997Z] b4a57ad888c0: Preparing [2020-12-15T07:30:34.997Z] d472f6734906: Preparing [2020-12-15T07:30:34.997Z] 72b84d5f81fa: Preparing [2020-12-15T07:30:34.997Z] ebb2288259fa: Preparing [2020-12-15T07:30:34.997Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:34.997Z] d472f6734906: Waiting [2020-12-15T07:30:34.997Z] 72b84d5f81fa: Waiting [2020-12-15T07:30:34.997Z] ebb2288259fa: Waiting [2020-12-15T07:30:34.997Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:34.997Z] 6c01cc3ac9df: Pushed [2020-12-15T07:30:35.262Z] 235050fa6f6b: Pushed [2020-12-15T07:30:35.262Z] b4a57ad888c0: Pushed [2020-12-15T07:30:35.262Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:35.262Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:35.262Z] d472f6734906: Pushed [2020-12-15T07:30:35.262Z] 72b84d5f81fa: Pushed [2020-12-15T07:30:35.833Z] 30c05aaa41cd: Pushed [2020-12-15T07:30:35.833Z] 370e03354261: Pushed [2020-12-15T07:30:36.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:30:36.065Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:36.065Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:36.065Z] ---> d33133688d20 [2020-12-15T07:30:36.065Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T07:30:36.065Z] ---> Using cache [2020-12-15T07:30:36.065Z] ---> 7b19e8ab6419 [2020-12-15T07:30:36.065Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:36.065Z] ---> Using cache [2020-12-15T07:30:36.065Z] ---> 3390e8ece5bb [2020-12-15T07:30:36.065Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T07:30:36.094Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:3184101b7a2dfdf98c0102a82eb20a8879c3e2d0db2e95819f48bba3b9d331db size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:36.341Z] ---> Running in 5f58fb62ebbe [2020-12-15T07:30:36.396Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:36.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.12 [2020-12-15T07:30:36.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T07:30:36.694Z] 235050fa6f6b: Preparing [2020-12-15T07:30:36.694Z] 6c01cc3ac9df: Preparing [2020-12-15T07:30:36.694Z] 370e03354261: Preparing [2020-12-15T07:30:36.694Z] 30c05aaa41cd: Preparing [2020-12-15T07:30:36.694Z] b4a57ad888c0: Preparing [2020-12-15T07:30:36.694Z] d472f6734906: Preparing [2020-12-15T07:30:36.694Z] 72b84d5f81fa: Preparing [2020-12-15T07:30:36.694Z] ebb2288259fa: Preparing [2020-12-15T07:30:36.694Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:36.694Z] 72b84d5f81fa: Waiting [2020-12-15T07:30:36.694Z] ebb2288259fa: Waiting [2020-12-15T07:30:36.694Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:36.694Z] 235050fa6f6b: Layer already exists [2020-12-15T07:30:36.694Z] 30c05aaa41cd: Layer already exists [2020-12-15T07:30:36.694Z] b4a57ad888c0: Layer already exists [2020-12-15T07:30:36.694Z] 370e03354261: Layer already exists [2020-12-15T07:30:36.694Z] 6c01cc3ac9df: Layer already exists [2020-12-15T07:30:36.694Z] 72b84d5f81fa: Layer already exists [2020-12-15T07:30:36.694Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:36.694Z] d472f6734906: Layer already exists [2020-12-15T07:30:36.694Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:36.694Z] 2.0.0-dev.12: digest: sha256:3184101b7a2dfdf98c0102a82eb20a8879c3e2d0db2e95819f48bba3b9d331db size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:36.995Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:37.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:37.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T07:30:37.296Z] 235050fa6f6b: Preparing [2020-12-15T07:30:37.296Z] 6c01cc3ac9df: Preparing [2020-12-15T07:30:37.296Z] 370e03354261: Preparing [2020-12-15T07:30:37.296Z] 30c05aaa41cd: Preparing [2020-12-15T07:30:37.296Z] b4a57ad888c0: Preparing [2020-12-15T07:30:37.296Z] d472f6734906: Preparing [2020-12-15T07:30:37.296Z] 72b84d5f81fa: Preparing [2020-12-15T07:30:37.296Z] ebb2288259fa: Preparing [2020-12-15T07:30:37.296Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:37.296Z] d472f6734906: Waiting [2020-12-15T07:30:37.296Z] 72b84d5f81fa: Waiting [2020-12-15T07:30:37.296Z] ebb2288259fa: Waiting [2020-12-15T07:30:37.296Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:37.296Z] 6c01cc3ac9df: Layer already exists [2020-12-15T07:30:37.296Z] 370e03354261: Layer already exists [2020-12-15T07:30:37.296Z] 30c05aaa41cd: Layer already exists [2020-12-15T07:30:37.296Z] b4a57ad888c0: Layer already exists [2020-12-15T07:30:37.296Z] 235050fa6f6b: Layer already exists [2020-12-15T07:30:37.296Z] d472f6734906: Layer already exists [2020-12-15T07:30:37.296Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:37.296Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:37.296Z] 72b84d5f81fa: Layer already exists [2020-12-15T07:30:37.296Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:3184101b7a2dfdf98c0102a82eb20a8879c3e2d0db2e95819f48bba3b9d331db size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:37.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:30:37.601Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:37.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-15T07:30:37.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-15T07:30:37.897Z] 235050fa6f6b: Preparing [2020-12-15T07:30:37.897Z] 6c01cc3ac9df: Preparing [2020-12-15T07:30:37.897Z] 370e03354261: Preparing [2020-12-15T07:30:37.897Z] 30c05aaa41cd: Preparing [2020-12-15T07:30:37.897Z] b4a57ad888c0: Preparing [2020-12-15T07:30:37.897Z] d472f6734906: Preparing [2020-12-15T07:30:37.897Z] 72b84d5f81fa: Preparing [2020-12-15T07:30:37.897Z] ebb2288259fa: Preparing [2020-12-15T07:30:37.897Z] 1b3ee35aacca: Preparing [2020-12-15T07:30:37.897Z] d472f6734906: Waiting [2020-12-15T07:30:37.897Z] 72b84d5f81fa: Waiting [2020-12-15T07:30:37.897Z] ebb2288259fa: Waiting [2020-12-15T07:30:37.897Z] 1b3ee35aacca: Waiting [2020-12-15T07:30:37.897Z] 6c01cc3ac9df: Layer already exists [2020-12-15T07:30:37.897Z] b4a57ad888c0: Layer already exists [2020-12-15T07:30:37.897Z] 235050fa6f6b: Layer already exists [2020-12-15T07:30:37.897Z] 30c05aaa41cd: Layer already exists [2020-12-15T07:30:37.897Z] 370e03354261: Layer already exists [2020-12-15T07:30:37.897Z] d472f6734906: Layer already exists [2020-12-15T07:30:37.897Z] ebb2288259fa: Layer already exists [2020-12-15T07:30:37.897Z] 1b3ee35aacca: Layer already exists [2020-12-15T07:30:37.897Z] 72b84d5f81fa: Layer already exists [2020-12-15T07:30:37.897Z] master: digest: sha256:3184101b7a2dfdf98c0102a82eb20a8879c3e2d0db2e95819f48bba3b9d331db size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:38.216Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:38.266Z] taggedImages: [2020-12-15T07:30:38.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:38.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.12 [2020-12-15T07:30:38.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:38.266Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-15T07:30:38.339Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-15T07:30:38.339Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:38.339Z] 2.0.0-dev.12 [2020-12-15T07:30:38.339Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:38.339Z] master [2020-12-15T07:30:38.339Z] ===================================================== [2020-12-15T07:30:38.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:38.632Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T07:30:38.632Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T07:30:38.835Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:38.907Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T07:30:39.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:39.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T07:30:39.132Z] a5b1d48e1431: Preparing [2020-12-15T07:30:39.132Z] 1b85138bfe1d: Preparing [2020-12-15T07:30:39.132Z] fcaa886ca06a: Preparing [2020-12-15T07:30:39.132Z] d9e2c52b7265: Preparing [2020-12-15T07:30:39.132Z] c8a01af55fa0: Preparing [2020-12-15T07:30:39.132Z] 9ada2b194c96: Preparing [2020-12-15T07:30:39.132Z] 9ada2b194c96: Waiting [2020-12-15T07:30:39.181Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T07:30:39.395Z] a5b1d48e1431: Pushed [2020-12-15T07:30:39.395Z] d9e2c52b7265: Pushed [2020-12-15T07:30:39.395Z] fcaa886ca06a: Pushed [2020-12-15T07:30:39.395Z] c8a01af55fa0: Pushed [2020-12-15T07:30:39.395Z] 9ada2b194c96: Pushed [2020-12-15T07:30:39.462Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T07:30:39.462Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:30:39.462Z] OK: 8 MiB in 19 packages [2020-12-15T07:30:39.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:30:40.343Z] 1b85138bfe1d: Pushed [2020-12-15T07:30:40.343Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:0bee8075d89084c830127d43abab1733a86f2a510f9ffdf8037f6717b236fe85 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:40.646Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:40.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.12 [2020-12-15T07:30:40.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T07:30:40.943Z] a5b1d48e1431: Preparing [2020-12-15T07:30:40.943Z] 1b85138bfe1d: Preparing [2020-12-15T07:30:40.943Z] fcaa886ca06a: Preparing [2020-12-15T07:30:40.943Z] d9e2c52b7265: Preparing [2020-12-15T07:30:40.943Z] c8a01af55fa0: Preparing [2020-12-15T07:30:40.943Z] 9ada2b194c96: Preparing [2020-12-15T07:30:40.943Z] 9ada2b194c96: Waiting [2020-12-15T07:30:40.943Z] fcaa886ca06a: Layer already exists [2020-12-15T07:30:40.943Z] d9e2c52b7265: Layer already exists [2020-12-15T07:30:40.943Z] 1b85138bfe1d: Layer already exists [2020-12-15T07:30:40.943Z] c8a01af55fa0: Layer already exists [2020-12-15T07:30:40.943Z] a5b1d48e1431: Layer already exists [2020-12-15T07:30:40.943Z] 9ada2b194c96: Layer already exists [2020-12-15T07:30:40.943Z] 2.0.0-dev.12: digest: sha256:0bee8075d89084c830127d43abab1733a86f2a510f9ffdf8037f6717b236fe85 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:41.186Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:41.186Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T07:30:41.186Z] ---> d33133688d20 [2020-12-15T07:30:41.186Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T07:30:41.186Z] ---> Using cache [2020-12-15T07:30:41.186Z] ---> 7b19e8ab6419 [2020-12-15T07:30:41.186Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T07:30:41.246Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:41.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:41.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T07:30:41.550Z] a5b1d48e1431: Preparing [2020-12-15T07:30:41.550Z] 1b85138bfe1d: Preparing [2020-12-15T07:30:41.550Z] fcaa886ca06a: Preparing [2020-12-15T07:30:41.550Z] d9e2c52b7265: Preparing [2020-12-15T07:30:41.550Z] c8a01af55fa0: Preparing [2020-12-15T07:30:41.550Z] 9ada2b194c96: Preparing [2020-12-15T07:30:41.550Z] 9ada2b194c96: Waiting [2020-12-15T07:30:41.550Z] d9e2c52b7265: Layer already exists [2020-12-15T07:30:41.550Z] a5b1d48e1431: Layer already exists [2020-12-15T07:30:41.550Z] fcaa886ca06a: Layer already exists [2020-12-15T07:30:41.550Z] 1b85138bfe1d: Layer already exists [2020-12-15T07:30:41.550Z] c8a01af55fa0: Layer already exists [2020-12-15T07:30:41.550Z] 9ada2b194c96: Layer already exists [2020-12-15T07:30:41.550Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:0bee8075d89084c830127d43abab1733a86f2a510f9ffdf8037f6717b236fe85 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:41.787Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:30:41.787Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:30:41.787Z] OK: 12620 distinct packages available [2020-12-15T07:30:41.850Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:42.070Z] ---> Running in 27e73beb03f2 [2020-12-15T07:30:42.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-15T07:30:42.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-15T07:30:42.152Z] a5b1d48e1431: Preparing [2020-12-15T07:30:42.152Z] 1b85138bfe1d: Preparing [2020-12-15T07:30:42.152Z] fcaa886ca06a: Preparing [2020-12-15T07:30:42.152Z] d9e2c52b7265: Preparing [2020-12-15T07:30:42.152Z] c8a01af55fa0: Preparing [2020-12-15T07:30:42.152Z] 9ada2b194c96: Preparing [2020-12-15T07:30:42.152Z] 9ada2b194c96: Waiting [2020-12-15T07:30:42.152Z] a5b1d48e1431: Layer already exists [2020-12-15T07:30:42.152Z] d9e2c52b7265: Layer already exists [2020-12-15T07:30:42.152Z] fcaa886ca06a: Layer already exists [2020-12-15T07:30:42.152Z] 1b85138bfe1d: Layer already exists [2020-12-15T07:30:42.152Z] c8a01af55fa0: Layer already exists [2020-12-15T07:30:42.152Z] 9ada2b194c96: Layer already exists [2020-12-15T07:30:42.152Z] master: digest: sha256:0bee8075d89084c830127d43abab1733a86f2a510f9ffdf8037f6717b236fe85 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:42.361Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:42.408Z] taggedImages: [2020-12-15T07:30:42.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:42.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.12 [2020-12-15T07:30:42.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:42.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-15T07:30:42.475Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-15T07:30:42.475Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:42.475Z] 2.0.0-dev.12 [2020-12-15T07:30:42.475Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:42.475Z] master [2020-12-15T07:30:42.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:42.945Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:43.056Z] OK: 217 MiB in 51 packages [2020-12-15T07:30:43.057Z] Removing intermediate container 251bca67b14f [2020-12-15T07:30:43.057Z] ---> 55238a6a9a23 [2020-12-15T07:30:43.057Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T07:30:43.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:43.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T07:30:43.242Z] 35c1dbd002d5: Preparing [2020-12-15T07:30:43.242Z] 78781c70be4c: Preparing [2020-12-15T07:30:43.242Z] 4b5b15207314: Preparing [2020-12-15T07:30:43.504Z] 35c1dbd002d5: Pushed [2020-12-15T07:30:43.504Z] 4b5b15207314: Pushed [2020-12-15T07:30:44.445Z] 78781c70be4c: Pushed [2020-12-15T07:30:44.445Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:3a9c9349bc473ffcf02ac0c9513edee26ef4de782587a7ebba1f172ef28d1f6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:44.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:30:44.525Z] ---> cfe9e5d5a9f5 [2020-12-15T07:30:44.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T07:30:44.747Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:45.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.12 [2020-12-15T07:30:45.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T07:30:45.070Z] 35c1dbd002d5: Preparing [2020-12-15T07:30:45.070Z] 78781c70be4c: Preparing [2020-12-15T07:30:45.070Z] 4b5b15207314: Preparing [2020-12-15T07:30:45.070Z] 4b5b15207314: Layer already exists [2020-12-15T07:30:45.070Z] 35c1dbd002d5: Layer already exists [2020-12-15T07:30:45.070Z] 78781c70be4c: Layer already exists [2020-12-15T07:30:45.070Z] 2.0.0-dev.12: digest: sha256:3a9c9349bc473ffcf02ac0c9513edee26ef4de782587a7ebba1f172ef28d1f6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:45.434Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:45.537Z] Removing intermediate container 5f58fb62ebbe [2020-12-15T07:30:45.537Z] ---> 9345d10d4706 [2020-12-15T07:30:45.537Z] Step 6/27 : COPY go.mod . [2020-12-15T07:30:45.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:45.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T07:30:45.739Z] 35c1dbd002d5: Preparing [2020-12-15T07:30:45.739Z] 78781c70be4c: Preparing [2020-12-15T07:30:45.739Z] 4b5b15207314: Preparing [2020-12-15T07:30:45.739Z] 35c1dbd002d5: Layer already exists [2020-12-15T07:30:45.739Z] 4b5b15207314: Layer already exists [2020-12-15T07:30:45.739Z] 78781c70be4c: Layer already exists [2020-12-15T07:30:45.739Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:3a9c9349bc473ffcf02ac0c9513edee26ef4de782587a7ebba1f172ef28d1f6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:45.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:30:46.041Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:46.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-15T07:30:46.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-15T07:30:46.337Z] 35c1dbd002d5: Preparing [2020-12-15T07:30:46.337Z] 78781c70be4c: Preparing [2020-12-15T07:30:46.337Z] 4b5b15207314: Preparing [2020-12-15T07:30:46.337Z] 4b5b15207314: Layer already exists [2020-12-15T07:30:46.337Z] 78781c70be4c: Layer already exists [2020-12-15T07:30:46.337Z] 35c1dbd002d5: Layer already exists [2020-12-15T07:30:46.337Z] master: digest: sha256:3a9c9349bc473ffcf02ac0c9513edee26ef4de782587a7ebba1f172ef28d1f6b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:46.529Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:46.579Z] taggedImages: [2020-12-15T07:30:46.579Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:46.579Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.12 [2020-12-15T07:30:46.579Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:46.579Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-15T07:30:46.648Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-15T07:30:46.648Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:46.648Z] 2.0.0-dev.12 [2020-12-15T07:30:46.648Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:46.648Z] master [2020-12-15T07:30:46.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:47.164Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:47.277Z] ---> 20ad3239fc1a [2020-12-15T07:30:47.277Z] Step 7/27 : RUN go mod download [2020-12-15T07:30:47.277Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:30:47.277Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:30:47.277Z] OK: 12620 distinct packages available [2020-12-15T07:30:47.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:47.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T07:30:47.463Z] 5c66345acfdd: Preparing [2020-12-15T07:30:47.463Z] e2f5720ca090: Preparing [2020-12-15T07:30:47.463Z] 25e685a3d937: Preparing [2020-12-15T07:30:47.463Z] 3400b56936d9: Preparing [2020-12-15T07:30:47.463Z] 2c3af08cf681: Preparing [2020-12-15T07:30:47.463Z] 44e63a1d605a: Preparing [2020-12-15T07:30:47.463Z] d2299350e6ff: Preparing [2020-12-15T07:30:47.463Z] 0754057c0ad3: Preparing [2020-12-15T07:30:47.463Z] 998cdf262ab1: Preparing [2020-12-15T07:30:47.463Z] 02e56110abd2: Preparing [2020-12-15T07:30:47.463Z] abc36efb885a: Preparing [2020-12-15T07:30:47.463Z] b0b09059f4e1: Preparing [2020-12-15T07:30:47.463Z] bb961f40224b: Preparing [2020-12-15T07:30:47.463Z] f4666769fca7: Preparing [2020-12-15T07:30:47.463Z] 44e63a1d605a: Waiting [2020-12-15T07:30:47.463Z] d2299350e6ff: Waiting [2020-12-15T07:30:47.463Z] 0754057c0ad3: Waiting [2020-12-15T07:30:47.463Z] b0b09059f4e1: Waiting [2020-12-15T07:30:47.463Z] bb961f40224b: Waiting [2020-12-15T07:30:47.463Z] 998cdf262ab1: Waiting [2020-12-15T07:30:47.463Z] 02e56110abd2: Waiting [2020-12-15T07:30:47.463Z] f4666769fca7: Waiting [2020-12-15T07:30:47.463Z] abc36efb885a: Waiting [2020-12-15T07:30:47.751Z] 2c3af08cf681: Pushed [2020-12-15T07:30:47.751Z] 5c66345acfdd: Pushed [2020-12-15T07:30:47.932Z] ---> Running in bf388218439e [2020-12-15T07:30:47.932Z] ---> 24cf9ec38b99 [2020-12-15T07:30:47.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:48.022Z] 3400b56936d9: Pushed [2020-12-15T07:30:48.022Z] 0754057c0ad3: Layer already exists [2020-12-15T07:30:48.022Z] 998cdf262ab1: Layer already exists [2020-12-15T07:30:48.022Z] d2299350e6ff: Pushed [2020-12-15T07:30:48.022Z] 02e56110abd2: Layer already exists [2020-12-15T07:30:48.022Z] abc36efb885a: Layer already exists [2020-12-15T07:30:48.022Z] b0b09059f4e1: Layer already exists [2020-12-15T07:30:48.227Z] OK: 217 MiB in 51 packages [2020-12-15T07:30:48.283Z] bb961f40224b: Layer already exists [2020-12-15T07:30:48.283Z] f4666769fca7: Layer already exists [2020-12-15T07:30:48.283Z] e2f5720ca090: Pushed [2020-12-15T07:30:48.856Z] 44e63a1d605a: Pushed [2020-12-15T07:30:50.950Z] ---> 696b7ff130ea [2020-12-15T07:30:50.950Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T07:30:51.223Z] ---> Running in 7379dc849fb0 [2020-12-15T07:30:51.223Z] Removing intermediate container 27e73beb03f2 [2020-12-15T07:30:51.223Z] ---> 0e9bf33cca8b [2020-12-15T07:30:51.223Z] Step 5/29 : COPY go.mod . [2020-12-15T07:30:52.167Z] 25e685a3d937: Pushed [2020-12-15T07:30:52.167Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:43d16292fa2ed0c0e3426ed26523ccb9bf5862dff8dbe9dead714eb8d5b7505b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:52.209Z] Removing intermediate container 7379dc849fb0 [2020-12-15T07:30:52.209Z] ---> 96ad5697b12a [2020-12-15T07:30:52.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:52.480Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:52.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.12 [2020-12-15T07:30:52.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T07:30:52.791Z] 5c66345acfdd: Preparing [2020-12-15T07:30:52.791Z] e2f5720ca090: Preparing [2020-12-15T07:30:52.791Z] 25e685a3d937: Preparing [2020-12-15T07:30:52.791Z] 3400b56936d9: Preparing [2020-12-15T07:30:52.791Z] 2c3af08cf681: Preparing [2020-12-15T07:30:52.791Z] 44e63a1d605a: Preparing [2020-12-15T07:30:52.791Z] d2299350e6ff: Preparing [2020-12-15T07:30:52.791Z] 0754057c0ad3: Preparing [2020-12-15T07:30:52.791Z] 998cdf262ab1: Preparing [2020-12-15T07:30:52.791Z] 02e56110abd2: Preparing [2020-12-15T07:30:52.791Z] abc36efb885a: Preparing [2020-12-15T07:30:52.791Z] b0b09059f4e1: Preparing [2020-12-15T07:30:52.791Z] bb961f40224b: Preparing [2020-12-15T07:30:52.791Z] f4666769fca7: Preparing [2020-12-15T07:30:52.791Z] 44e63a1d605a: Waiting [2020-12-15T07:30:52.791Z] d2299350e6ff: Waiting [2020-12-15T07:30:52.791Z] 02e56110abd2: Waiting [2020-12-15T07:30:52.791Z] abc36efb885a: Waiting [2020-12-15T07:30:52.791Z] b0b09059f4e1: Waiting [2020-12-15T07:30:52.791Z] bb961f40224b: Waiting [2020-12-15T07:30:52.791Z] f4666769fca7: Waiting [2020-12-15T07:30:52.791Z] 0754057c0ad3: Waiting [2020-12-15T07:30:52.791Z] 998cdf262ab1: Waiting [2020-12-15T07:30:52.791Z] 3400b56936d9: Layer already exists [2020-12-15T07:30:52.791Z] 25e685a3d937: Layer already exists [2020-12-15T07:30:52.791Z] e2f5720ca090: Layer already exists [2020-12-15T07:30:52.791Z] 2c3af08cf681: Layer already exists [2020-12-15T07:30:52.791Z] 5c66345acfdd: Layer already exists [2020-12-15T07:30:52.791Z] 44e63a1d605a: Layer already exists [2020-12-15T07:30:52.791Z] 998cdf262ab1: Layer already exists [2020-12-15T07:30:52.791Z] d2299350e6ff: Layer already exists [2020-12-15T07:30:52.791Z] 0754057c0ad3: Layer already exists [2020-12-15T07:30:52.791Z] 02e56110abd2: Layer already exists [2020-12-15T07:30:52.791Z] abc36efb885a: Layer already exists [2020-12-15T07:30:52.791Z] bb961f40224b: Layer already exists [2020-12-15T07:30:52.791Z] b0b09059f4e1: Layer already exists [2020-12-15T07:30:52.791Z] f4666769fca7: Layer already exists [2020-12-15T07:30:52.822Z] ---> Running in 8dc6a387bf55 [2020-12-15T07:30:53.053Z] 2.0.0-dev.12: digest: sha256:43d16292fa2ed0c0e3426ed26523ccb9bf5862dff8dbe9dead714eb8d5b7505b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:53.366Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:53.426Z] ---> d502e5af0b44 [2020-12-15T07:30:53.426Z] Step 6/29 : RUN go mod download [2020-12-15T07:30:53.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:53.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T07:30:53.670Z] 5c66345acfdd: Preparing [2020-12-15T07:30:53.670Z] e2f5720ca090: Preparing [2020-12-15T07:30:53.670Z] 25e685a3d937: Preparing [2020-12-15T07:30:53.670Z] 3400b56936d9: Preparing [2020-12-15T07:30:53.670Z] 2c3af08cf681: Preparing [2020-12-15T07:30:53.670Z] 44e63a1d605a: Preparing [2020-12-15T07:30:53.670Z] d2299350e6ff: Preparing [2020-12-15T07:30:53.670Z] 0754057c0ad3: Preparing [2020-12-15T07:30:53.670Z] 998cdf262ab1: Preparing [2020-12-15T07:30:53.670Z] 02e56110abd2: Preparing [2020-12-15T07:30:53.670Z] abc36efb885a: Preparing [2020-12-15T07:30:53.670Z] b0b09059f4e1: Preparing [2020-12-15T07:30:53.670Z] bb961f40224b: Preparing [2020-12-15T07:30:53.670Z] f4666769fca7: Preparing [2020-12-15T07:30:53.670Z] d2299350e6ff: Waiting [2020-12-15T07:30:53.670Z] 0754057c0ad3: Waiting [2020-12-15T07:30:53.670Z] 998cdf262ab1: Waiting [2020-12-15T07:30:53.670Z] 02e56110abd2: Waiting [2020-12-15T07:30:53.670Z] abc36efb885a: Waiting [2020-12-15T07:30:53.670Z] b0b09059f4e1: Waiting [2020-12-15T07:30:53.670Z] bb961f40224b: Waiting [2020-12-15T07:30:53.670Z] f4666769fca7: Waiting [2020-12-15T07:30:53.670Z] 44e63a1d605a: Waiting [2020-12-15T07:30:53.670Z] 25e685a3d937: Layer already exists [2020-12-15T07:30:53.670Z] 5c66345acfdd: Layer already exists [2020-12-15T07:30:53.670Z] 3400b56936d9: Layer already exists [2020-12-15T07:30:53.670Z] e2f5720ca090: Layer already exists [2020-12-15T07:30:53.670Z] 2c3af08cf681: Layer already exists [2020-12-15T07:30:53.670Z] 44e63a1d605a: Layer already exists [2020-12-15T07:30:53.670Z] 0754057c0ad3: Layer already exists [2020-12-15T07:30:53.670Z] d2299350e6ff: Layer already exists [2020-12-15T07:30:53.670Z] 998cdf262ab1: Layer already exists [2020-12-15T07:30:53.670Z] 02e56110abd2: Layer already exists [2020-12-15T07:30:53.670Z] abc36efb885a: Layer already exists [2020-12-15T07:30:53.670Z] b0b09059f4e1: Layer already exists [2020-12-15T07:30:53.670Z] f4666769fca7: Layer already exists [2020-12-15T07:30:53.670Z] bb961f40224b: Layer already exists [2020-12-15T07:30:53.670Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:43d16292fa2ed0c0e3426ed26523ccb9bf5862dff8dbe9dead714eb8d5b7505b size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:53.718Z] Removing intermediate container 8dc6a387bf55 [2020-12-15T07:30:53.718Z] ---> b994fc26770f [2020-12-15T07:30:53.718Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T07:30:53.993Z] ---> Running in 7a921a78b0f5 [2020-12-15T07:30:53.993Z] ---> Running in 335ba7a09937 [2020-12-15T07:30:53.993Z] Removing intermediate container bf388218439e [2020-12-15T07:30:53.993Z] ---> f50bc13e5fdc [2020-12-15T07:30:53.993Z] Step 8/27 : COPY . . [2020-12-15T07:30:54.016Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:30:54.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-15T07:30:54.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-15T07:30:54.345Z] 5c66345acfdd: Preparing [2020-12-15T07:30:54.345Z] e2f5720ca090: Preparing [2020-12-15T07:30:54.345Z] 25e685a3d937: Preparing [2020-12-15T07:30:54.345Z] 3400b56936d9: Preparing [2020-12-15T07:30:54.345Z] 2c3af08cf681: Preparing [2020-12-15T07:30:54.345Z] 44e63a1d605a: Preparing [2020-12-15T07:30:54.345Z] d2299350e6ff: Preparing [2020-12-15T07:30:54.345Z] 0754057c0ad3: Preparing [2020-12-15T07:30:54.345Z] 998cdf262ab1: Preparing [2020-12-15T07:30:54.345Z] 02e56110abd2: Preparing [2020-12-15T07:30:54.345Z] abc36efb885a: Preparing [2020-12-15T07:30:54.345Z] b0b09059f4e1: Preparing [2020-12-15T07:30:54.345Z] bb961f40224b: Preparing [2020-12-15T07:30:54.345Z] f4666769fca7: Preparing [2020-12-15T07:30:54.345Z] 44e63a1d605a: Waiting [2020-12-15T07:30:54.345Z] abc36efb885a: Waiting [2020-12-15T07:30:54.345Z] b0b09059f4e1: Waiting [2020-12-15T07:30:54.345Z] bb961f40224b: Waiting [2020-12-15T07:30:54.345Z] d2299350e6ff: Waiting [2020-12-15T07:30:54.345Z] 0754057c0ad3: Waiting [2020-12-15T07:30:54.345Z] 998cdf262ab1: Waiting [2020-12-15T07:30:54.345Z] 02e56110abd2: Waiting [2020-12-15T07:30:54.345Z] f4666769fca7: Waiting [2020-12-15T07:30:54.345Z] 25e685a3d937: Layer already exists [2020-12-15T07:30:54.345Z] 2c3af08cf681: Layer already exists [2020-12-15T07:30:54.345Z] e2f5720ca090: Layer already exists [2020-12-15T07:30:54.345Z] 3400b56936d9: Layer already exists [2020-12-15T07:30:54.345Z] 5c66345acfdd: Layer already exists [2020-12-15T07:30:54.345Z] 44e63a1d605a: Layer already exists [2020-12-15T07:30:54.345Z] d2299350e6ff: Layer already exists [2020-12-15T07:30:54.345Z] 0754057c0ad3: Layer already exists [2020-12-15T07:30:54.345Z] 998cdf262ab1: Layer already exists [2020-12-15T07:30:54.345Z] 02e56110abd2: Layer already exists [2020-12-15T07:30:54.345Z] bb961f40224b: Layer already exists [2020-12-15T07:30:54.345Z] abc36efb885a: Layer already exists [2020-12-15T07:30:54.345Z] b0b09059f4e1: Layer already exists [2020-12-15T07:30:54.345Z] f4666769fca7: Layer already exists [2020-12-15T07:30:54.613Z] master: digest: sha256:43d16292fa2ed0c0e3426ed26523ccb9bf5862dff8dbe9dead714eb8d5b7505b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:30:54.815Z] ===================================================== [Pipeline] echo [2020-12-15T07:30:54.865Z] taggedImages: [2020-12-15T07:30:54.865Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:30:54.865Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.12 [2020-12-15T07:30:54.865Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:30:54.865Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-12-15T07:30:55.437Z] Removing intermediate container 335ba7a09937 [2020-12-15T07:30:55.437Z] ---> 3d869399e5ef [2020-12-15T07:30:55.437Z] Step 22/23 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T07:30:56.052Z] ---> Running in af19a6abb99a [2020-12-15T07:30:56.052Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:56.052Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:56.052Z] ---> d33133688d20 [2020-12-15T07:30:56.052Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:30:56.052Z] ---> Using cache [2020-12-15T07:30:56.052Z] ---> 7b19e8ab6419 [2020-12-15T07:30:56.052Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:56.052Z] ---> Using cache [2020-12-15T07:30:56.052Z] ---> 3390e8ece5bb [2020-12-15T07:30:56.052Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:30:56.052Z] ---> Using cache [2020-12-15T07:30:56.052Z] ---> 3e6d06f751e5 [2020-12-15T07:30:56.052Z] Step 6/21 : COPY go.mod . [2020-12-15T07:30:56.052Z] ---> Using cache [2020-12-15T07:30:56.052Z] ---> c8c9154d37de [2020-12-15T07:30:56.052Z] Step 7/21 : RUN go mod download [2020-12-15T07:30:56.052Z] ---> Using cache [2020-12-15T07:30:56.052Z] ---> 59cbe858a87a [2020-12-15T07:30:56.052Z] Step 8/21 : COPY . . [2020-12-15T07:30:56.684Z] ---> Using cache [2020-12-15T07:30:56.684Z] ---> b63e0b6dc472 [2020-12-15T07:30:56.684Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T07:30:57.664Z] Removing intermediate container af19a6abb99a [2020-12-15T07:30:57.664Z] ---> 8ebba8446c1c [2020-12-15T07:30:57.664Z] Step 23/23 : LABEL version=2.0.0-dev.12 [2020-12-15T07:30:57.939Z] ---> Running in e8241b1701c6 [2020-12-15T07:30:58.228Z] ---> Running in cabd996b059b [2020-12-15T07:30:58.843Z] Removing intermediate container cabd996b059b [2020-12-15T07:30:58.843Z] ---> 06f11781b280 [2020-12-15T07:30:58.843Z] [2020-12-15T07:30:59.455Z] Removing intermediate container 7a921a78b0f5 [2020-12-15T07:30:59.455Z] ---> 6b452bdcb5cd [2020-12-15T07:30:59.455Z] Step 7/29 : COPY . . [2020-12-15T07:30:59.455Z] Successfully built 06f11781b280 [2020-12-15T07:30:59.729Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T07:30:59.730Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2020-12-15T07:31:00.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:31:15.111Z] ---> dba8d7c1f8aa [2020-12-15T07:31:15.111Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T07:31:15.111Z] Removing intermediate container eea29177d922 [2020-12-15T07:31:15.111Z] ---> 5728188cfa90 [2020-12-15T07:31:15.111Z] [2020-12-15T07:31:15.111Z] Step 10/21 : FROM scratch [2020-12-15T07:31:15.112Z] ---> [2020-12-15T07:31:15.112Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:31:15.384Z] ---> Using cache [2020-12-15T07:31:15.385Z] ---> e5fd31d6ff7b [2020-12-15T07:31:15.385Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T07:31:15.979Z] ---> Running in 01af5e851e0b [2020-12-15T07:31:15.979Z] ---> Running in 5d7751c0fef2 [2020-12-15T07:31:16.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:31:16.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:31:16.961Z] ---> d33133688d20 [2020-12-15T07:31:16.961Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:31:16.961Z] ---> Using cache [2020-12-15T07:31:16.961Z] ---> 7b19e8ab6419 [2020-12-15T07:31:16.961Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:31:16.961Z] ---> Using cache [2020-12-15T07:31:16.961Z] ---> 3390e8ece5bb [2020-12-15T07:31:16.961Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T07:31:16.961Z] ---> Using cache [2020-12-15T07:31:16.961Z] ---> 3e6d06f751e5 [2020-12-15T07:31:16.961Z] Step 6/24 : COPY go.mod . [2020-12-15T07:31:16.961Z] ---> Using cache [2020-12-15T07:31:16.961Z] ---> c8c9154d37de [2020-12-15T07:31:16.961Z] Step 7/24 : RUN go mod download [2020-12-15T07:31:16.961Z] ---> Using cache [2020-12-15T07:31:16.961Z] ---> 59cbe858a87a [2020-12-15T07:31:16.961Z] Step 8/24 : COPY . . [2020-12-15T07:31:16.961Z] Removing intermediate container 01af5e851e0b [2020-12-15T07:31:16.961Z] ---> b42eb885f54f [2020-12-15T07:31:16.961Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T07:31:17.564Z] ---> Using cache [2020-12-15T07:31:17.564Z] ---> b63e0b6dc472 [2020-12-15T07:31:17.564Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T07:31:17.564Z] ---> Running in c55216a0064a [2020-12-15T07:31:17.840Z] ---> Running in 24db14b7bb6f [2020-12-15T07:31:18.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:31:18.724Z] Removing intermediate container c55216a0064a [2020-12-15T07:31:18.724Z] ---> d8679f1beebe [2020-12-15T07:31:18.724Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T07:31:20.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:31:20.470Z] ---> 01f56f4153f2 [2020-12-15T07:31:20.470Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T07:31:21.072Z] ---> f691f413aece [2020-12-15T07:31:21.072Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T07:31:21.685Z] ---> Running in 231890e8364c [2020-12-15T07:31:22.680Z] ---> 025f2091098b [2020-12-15T07:31:22.680Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T07:31:23.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:31:23.951Z] ---> b5c6549a4f29 [2020-12-15T07:31:23.951Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T07:31:24.227Z] ---> Running in 231bc10155b0 [2020-12-15T07:31:24.826Z] Removing intermediate container 231bc10155b0 [2020-12-15T07:31:24.826Z] ---> 15c158324418 [2020-12-15T07:31:24.826Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:31:24.826Z] ---> Running in 2f5acad440e5 [2020-12-15T07:31:25.419Z] Removing intermediate container 2f5acad440e5 [2020-12-15T07:31:25.419Z] ---> 9e199d8d7b3f [2020-12-15T07:31:25.419Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T07:31:25.693Z] ---> Running in 8b5516f64950 [2020-12-15T07:31:26.298Z] Removing intermediate container 8b5516f64950 [2020-12-15T07:31:26.298Z] ---> 94d4fa296349 [2020-12-15T07:31:26.298Z] Step 20/21 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:31:26.569Z] ---> Running in 51e4a028bfec [2020-12-15T07:31:27.171Z] Removing intermediate container 51e4a028bfec [2020-12-15T07:31:27.171Z] ---> 54273ab2cb80 [2020-12-15T07:31:27.171Z] Step 21/21 : LABEL version=2.0.0-dev.12 [2020-12-15T07:31:27.442Z] ---> Running in db36cdca97b5 [2020-12-15T07:31:28.040Z] Removing intermediate container db36cdca97b5 [2020-12-15T07:31:28.040Z] ---> 27fbada46975 [2020-12-15T07:31:28.040Z] [2020-12-15T07:31:28.313Z] Successfully built 27fbada46975 [2020-12-15T07:31:28.313Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T07:31:55.111Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T07:32:07.546Z] Removing intermediate container e8241b1701c6 [2020-12-15T07:32:07.546Z] ---> 4061a6456ef6 [2020-12-15T07:32:07.546Z] [2020-12-15T07:32:07.546Z] Step 10/21 : FROM alpine [2020-12-15T07:32:07.546Z] ---> dd36a01c3f31 [2020-12-15T07:32:07.546Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T07:32:07.824Z] ---> Running in dfefaf720f29 [2020-12-15T07:32:09.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:09.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:10.420Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:32:10.420Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:32:10.420Z] OK: 12617 distinct packages available [2020-12-15T07:32:11.408Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T07:32:11.408Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:32:11.408Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T07:32:11.408Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T07:32:11.408Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:32:11.682Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:32:11.971Z] OK: 7 MiB in 18 packages [2020-12-15T07:32:14.624Z] Removing intermediate container dfefaf720f29 [2020-12-15T07:32:14.624Z] ---> 479904223fe9 [2020-12-15T07:32:14.624Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:32:14.899Z] ---> Running in e30352109ec3 [2020-12-15T07:32:15.509Z] Removing intermediate container e30352109ec3 [2020-12-15T07:32:15.509Z] ---> a91e4fdd297b [2020-12-15T07:32:15.509Z] Step 13/21 : WORKDIR /edgex [2020-12-15T07:32:15.780Z] ---> Running in e6a709d2842a [2020-12-15T07:32:16.377Z] Removing intermediate container e6a709d2842a [2020-12-15T07:32:16.377Z] ---> b50957906f6a [2020-12-15T07:32:16.377Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T07:32:17.819Z] ---> d7b925eb6dcc [2020-12-15T07:32:17.819Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T07:32:19.820Z] ---> 528cd27b115c [2020-12-15T07:32:19.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T07:32:20.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:32:21.083Z] ---> 0035ab1da5be [2020-12-15T07:32:21.083Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T07:32:21.360Z] ---> Running in bfe73b4d3e08 [2020-12-15T07:32:21.971Z] Removing intermediate container bfe73b4d3e08 [2020-12-15T07:32:21.971Z] ---> 3f0c59c18f3d [2020-12-15T07:32:21.971Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T07:32:21.971Z] ---> Running in 4afc963a6dc5 [2020-12-15T07:32:22.577Z] Removing intermediate container 4afc963a6dc5 [2020-12-15T07:32:22.577Z] ---> b4f90d569cc4 [2020-12-15T07:32:22.577Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T07:32:22.856Z] ---> Running in a600bb6e1bbd [2020-12-15T07:32:23.855Z] Removing intermediate container a600bb6e1bbd [2020-12-15T07:32:23.855Z] ---> cbc81c4d4d49 [2020-12-15T07:32:23.855Z] Step 20/21 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:32:24.131Z] ---> Running in b9e0349ae0b7 [2020-12-15T07:32:25.131Z] Removing intermediate container b9e0349ae0b7 [2020-12-15T07:32:25.131Z] ---> bc3e519a011e [2020-12-15T07:32:25.131Z] Step 21/21 : LABEL version=2.0.0-dev.12 [2020-12-15T07:32:25.808Z] ---> Running in 22cb9dc984a2 [2020-12-15T07:32:26.889Z] Removing intermediate container 231890e8364c [2020-12-15T07:32:26.889Z] ---> f65a75fcd249 [2020-12-15T07:32:26.889Z] [2020-12-15T07:32:26.889Z] Step 9/29 : FROM alpine:latest [2020-12-15T07:32:26.889Z] ---> dd36a01c3f31 [2020-12-15T07:32:26.889Z] 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-15T07:32:26.889Z] Removing intermediate container 22cb9dc984a2 [2020-12-15T07:32:26.889Z] ---> e130c48905c6 [2020-12-15T07:32:26.889Z] [2020-12-15T07:32:26.889Z] ---> Running in 684c6740f378 [2020-12-15T07:32:27.615Z] Successfully built e130c48905c6 [2020-12-15T07:32:27.891Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T07:32:28.167Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 684c6740f378 [2020-12-15T07:32:28.167Z] ---> 258add4b0c6e [2020-12-15T07:32:28.167Z] Step 11/29 : USER root [2020-12-15T07:32:28.167Z] ---> Running in d68bb31a650c [2020-12-15T07:32:28.445Z] Removing intermediate container 5d7751c0fef2 [2020-12-15T07:32:28.445Z] ---> ff06102e4295 [2020-12-15T07:32:28.445Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T07:32:28.722Z] ---> Running in ce1dff715f88 [2020-12-15T07:32:28.998Z] Removing intermediate container d68bb31a650c [2020-12-15T07:32:28.998Z] ---> 18ec01066a9b [2020-12-15T07:32:28.998Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T07:32:28.999Z] ---> Running in 8042287a207e [2020-12-15T07:32:30.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.12" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:32:30.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:31.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:31.313Z] Removing intermediate container 24db14b7bb6f [2020-12-15T07:32:31.313Z] ---> eb0265dc56f4 [2020-12-15T07:32:31.313Z] [2020-12-15T07:32:31.313Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T07:32:31.313Z] ---> 536a684cf733 [2020-12-15T07:32:31.313Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:32:31.313Z] ---> Using cache [2020-12-15T07:32:31.313Z] ---> 333674bf74c5 [2020-12-15T07:32:31.313Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:32:31.588Z] ---> Running in ae5f3715473c [2020-12-15T07:32:31.588Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:32:31.588Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:32:31.588Z] OK: 12617 distinct packages available [2020-12-15T07:32:31.862Z] Removing intermediate container ae5f3715473c [2020-12-15T07:32:31.862Z] ---> 2a612d3154b1 [2020-12-15T07:32:31.862Z] Step 13/24 : WORKDIR / [2020-12-15T07:32:32.137Z] ---> Running in 34f39b60fac5 [2020-12-15T07:32:32.137Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T07:32:32.409Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T07:32:32.409Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:32:32.409Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:32:32.683Z] OK: 6 MiB in 16 packages [2020-12-15T07:32:32.959Z] Removing intermediate container 34f39b60fac5 [2020-12-15T07:32:32.959Z] ---> bb846cba232f [2020-12-15T07:32:32.959Z] 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-15T07:32:33.568Z] Removing intermediate container ce1dff715f88 [2020-12-15T07:32:33.568Z] ---> 3fdddb301f4d [2020-12-15T07:32:33.568Z] [2020-12-15T07:32:33.568Z] Step 11/27 : FROM docker:latest [2020-12-15T07:32:33.568Z] ---> eeaf43b92773 [2020-12-15T07:32:33.568Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T07:32:33.840Z] ---> edd673d6fef9 [2020-12-15T07:32:33.840Z] 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-15T07:32:33.840Z] ---> Running in b87543ed6027 [2020-12-15T07:32:34.812Z] Removing intermediate container 8042287a207e [2020-12-15T07:32:34.812Z] ---> 2e826524b589 [2020-12-15T07:32:34.812Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T07:32:34.812Z] ---> Running in 5573c5db466b [2020-12-15T07:32:34.812Z] ---> 8b59d7a46019 [2020-12-15T07:32:34.812Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T07:32:35.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:35.360Z] Removing intermediate container 5573c5db466b [2020-12-15T07:32:35.360Z] ---> 0f387e3499c9 [2020-12-15T07:32:35.360Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T07:32:35.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:35.360Z] ---> Running in 94c5d74463b9 [2020-12-15T07:32:35.635Z] ---> 1f75fb532f4e [2020-12-15T07:32:35.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T07:32:35.909Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T07:32:35.909Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T07:32:35.909Z] Executing bash-5.0.17-r0.post-install [2020-12-15T07:32:35.909Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:32:35.909Z] OK: 12 MiB in 22 packages [2020-12-15T07:32:35.909Z] Removing intermediate container 94c5d74463b9 [2020-12-15T07:32:35.909Z] ---> 9d92d2dd819a [2020-12-15T07:32:35.909Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T07:32:36.182Z] ---> Running in 726108b390c0 [2020-12-15T07:32:37.162Z] ---> 63da994e084b [2020-12-15T07:32:37.162Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T07:32:37.162Z] Removing intermediate container b87543ed6027 [2020-12-15T07:32:37.162Z] ---> 771d4e3bef1f [2020-12-15T07:32:37.162Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T07:32:37.757Z] ---> Running in 9aa639a49822 [2020-12-15T07:32:38.348Z] ---> fc9a922d1a2a [2020-12-15T07:32:38.348Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:32:38.945Z] Removing intermediate container 726108b390c0 [2020-12-15T07:32:38.945Z] ---> 4b68e25ad353 [2020-12-15T07:32:38.945Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T07:32:39.539Z] ---> ed1176a8dc74 [2020-12-15T07:32:39.539Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:32:39.540Z] ---> Running in ef0c4f5c1eaa [2020-12-15T07:32:40.140Z] Removing intermediate container 9aa639a49822 [2020-12-15T07:32:40.140Z] ---> 424acf01ad27 [2020-12-15T07:32:40.140Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T07:32:40.416Z] ---> fb4da2080d2b [2020-12-15T07:32:40.416Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T07:32:40.416Z] ---> Running in e022de9f71d0 [2020-12-15T07:32:41.019Z] Removing intermediate container e022de9f71d0 [2020-12-15T07:32:41.019Z] ---> 29e9e85c0427 [2020-12-15T07:32:41.019Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T07:32:41.293Z] ---> Running in 6145003966d6 [2020-12-15T07:32:41.293Z] ---> b42561fb1986 [2020-12-15T07:32:41.293Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T07:32:41.892Z] Removing intermediate container 6145003966d6 [2020-12-15T07:32:41.892Z] ---> e4e101fb1292 [2020-12-15T07:32:41.893Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T07:32:41.893Z] ---> Running in 06c8585d102e [2020-12-15T07:32:42.167Z] Removing intermediate container ef0c4f5c1eaa [2020-12-15T07:32:42.167Z] ---> 785ba40697bb [2020-12-15T07:32:42.167Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:32:42.167Z] ---> Running in fc645b7ced9b [2020-12-15T07:32:42.167Z] ---> 1fcf7d593524 [2020-12-15T07:32:42.167Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T07:32:42.440Z] Removing intermediate container 06c8585d102e [2020-12-15T07:32:42.440Z] ---> fc69083ff687 [2020-12-15T07:32:42.440Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T07:32:42.715Z] Removing intermediate container fc645b7ced9b [2020-12-15T07:32:42.715Z] ---> 7e25c84cd61a [2020-12-15T07:32:42.715Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T07:32:42.988Z] ---> Running in fd61ebbc1847 [2020-12-15T07:32:43.258Z] ---> 342848232fda [2020-12-15T07:32:43.258Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T07:32:43.533Z] Removing intermediate container fd61ebbc1847 [2020-12-15T07:32:43.533Z] ---> 0bbacbff4ea2 [2020-12-15T07:32:43.533Z] Step 23/24 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:32:43.803Z] ---> Running in f1783c8901b6 [2020-12-15T07:32:43.803Z] ---> d6f8c5a372f3 [2020-12-15T07:32:43.803Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T07:32:44.075Z] ---> e4a1c39f3f35 [2020-12-15T07:32:44.075Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T07:32:44.350Z] ---> Running in 77846ce872be [2020-12-15T07:32:44.350Z] Removing intermediate container f1783c8901b6 [2020-12-15T07:32:44.350Z] ---> a87ada503059 [2020-12-15T07:32:44.350Z] Step 24/24 : LABEL version=2.0.0-dev.12 [2020-12-15T07:32:44.624Z] ---> Running in 379264a72b16 [2020-12-15T07:32:44.624Z] ---> a4b993ed8bf1 [2020-12-15T07:32:44.624Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T07:32:45.224Z] Removing intermediate container 379264a72b16 [2020-12-15T07:32:45.224Z] ---> 5b891bace59e [2020-12-15T07:32:45.224Z] [2020-12-15T07:32:45.495Z] Successfully built 5b891bace59e [2020-12-15T07:32:45.495Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T07:32:45.774Z]  Building docker-security-secretstore-setup-go ... done  ---> 858f733ec494 [2020-12-15T07:32:45.774Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T07:32:45.774Z] ---> Running in 3a989d48dec4 [2020-12-15T07:32:46.758Z] Removing intermediate container 77846ce872be [2020-12-15T07:32:46.758Z] ---> d6e94571b67e [2020-12-15T07:32:46.758Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:32:47.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:47.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:32:47.622Z] ---> 1b7ef32143c2 [2020-12-15T07:32:47.622Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:32:47.897Z] ---> Running in 4a4a62fa75c4 [2020-12-15T07:32:48.173Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T07:32:48.173Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T07:32:48.173Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T07:32:48.173Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T07:32:48.173Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T07:32:48.173Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T07:32:48.173Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T07:32:50.139Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T07:32:50.139Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T07:32:50.139Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T07:32:50.139Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T07:32:50.139Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T07:32:50.139Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T07:32:50.139Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T07:32:50.139Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T07:32:50.139Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T07:32:50.140Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T07:32:50.413Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T07:32:50.413Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T07:32:50.413Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T07:32:50.413Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T07:32:50.413Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T07:32:50.413Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T07:32:50.413Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T07:32:50.413Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T07:32:50.413Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T07:32:50.413Z] Removing intermediate container 4a4a62fa75c4 [2020-12-15T07:32:50.413Z] ---> 37038642d6c1 [2020-12-15T07:32:50.413Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T07:32:50.684Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T07:32:50.684Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T07:32:50.684Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T07:32:50.684Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T07:32:50.684Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T07:32:50.684Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T07:32:50.684Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T07:32:50.684Z] ---> Running in 915e0e621f9d [2020-12-15T07:32:50.960Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:32:50.960Z] OK: 71 MiB in 55 packages [2020-12-15T07:32:53.588Z] Removing intermediate container 915e0e621f9d [2020-12-15T07:32:53.588Z] ---> 93c1e0dd6c1c [2020-12-15T07:32:53.588Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:32:53.863Z] ---> Running in 8dfbcca3d00c [2020-12-15T07:32:54.464Z] Removing intermediate container 8dfbcca3d00c [2020-12-15T07:32:54.464Z] ---> dbeefd0570c7 [2020-12-15T07:32:54.464Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T07:32:54.737Z] ---> Running in ff7d5487fda9 [2020-12-15T07:32:55.011Z] Removing intermediate container ff7d5487fda9 [2020-12-15T07:32:55.011Z] ---> 48a40b632394 [2020-12-15T07:32:55.011Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T07:32:55.283Z] ---> Running in 3928634e47ac [2020-12-15T07:32:55.880Z] Removing intermediate container 3928634e47ac [2020-12-15T07:32:55.880Z] ---> 38d9d6cd7b00 [2020-12-15T07:32:55.880Z] Step 28/29 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:32:56.155Z] ---> Running in 619a0fcf4a5d [2020-12-15T07:32:56.751Z] Removing intermediate container 3a989d48dec4 [2020-12-15T07:32:56.751Z] ---> e4fe3dc0cdfd [2020-12-15T07:32:56.751Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T07:32:57.025Z] Removing intermediate container 619a0fcf4a5d [2020-12-15T07:32:57.025Z] ---> 6fc95bb3e553 [2020-12-15T07:32:57.025Z] Step 29/29 : LABEL version=2.0.0-dev.12 [2020-12-15T07:32:57.025Z] ---> Running in 857b96222020 [2020-12-15T07:32:57.025Z] ---> Running in a9cdc183931c [2020-12-15T07:32:57.621Z] Removing intermediate container a9cdc183931c [2020-12-15T07:32:57.621Z] ---> dc7db09abcbf [2020-12-15T07:32:57.621Z] [2020-12-15T07:32:58.218Z] Successfully built dc7db09abcbf [2020-12-15T07:32:58.218Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T07:33:01.588Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-15T07:33:01.588Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T07:33:02.178Z] 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-15T07:33:02.451Z] Collecting PyYAML<4,>=3.10 [2020-12-15T07:33:02.451Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T07:33:05.817Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T07:33:05.817Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T07:33:06.087Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T07:33:06.087Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T07:33:08.047Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T07:33:08.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T07:33:08.317Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T07:33:08.318Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T07:33:10.914Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T07:33:10.914Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T07:33:11.185Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T07:33:11.185Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T07:33:13.142Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T07:33:13.142Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T07:33:14.112Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T07:33:14.112Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T07:33:14.382Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T07:33:14.382Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T07:33:14.654Z] Collecting idna<2.8,>=2.5 [2020-12-15T07:33:14.926Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T07:33:14.926Z] 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-15T07:33:15.518Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T07:33:15.518Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T07:33:15.518Z] 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-15T07:33:15.518Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T07:33:15.518Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T07:33:15.518Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T07:33:15.518Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T07:33:16.493Z] Installing collected packages: PyYAML, websocket-client, texttable, jsonschema, docopt, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2020-12-15T07:33:16.493Z] Running setup.py install for PyYAML: started [2020-12-15T07:33:18.463Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T07:33:18.740Z] Running setup.py install for texttable: started [2020-12-15T07:33:20.698Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T07:33:20.698Z] Running setup.py install for docopt: started [2020-12-15T07:33:22.660Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T07:33:22.660Z] Attempting uninstall: idna [2020-12-15T07:33:22.660Z] Found existing installation: idna 2.9 [2020-12-15T07:33:22.660Z] Uninstalling idna-2.9: [2020-12-15T07:33:22.660Z] Successfully uninstalled idna-2.9 [2020-12-15T07:33:23.252Z] Attempting uninstall: urllib3 [2020-12-15T07:33:23.252Z] Found existing installation: urllib3 1.25.9 [2020-12-15T07:33:23.252Z] Uninstalling urllib3-1.25.9: [2020-12-15T07:33:23.521Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T07:33:24.111Z] Attempting uninstall: requests [2020-12-15T07:33:24.111Z] Found existing installation: requests 2.23.0 [2020-12-15T07:33:24.111Z] Uninstalling requests-2.23.0: [2020-12-15T07:33:24.111Z] Successfully uninstalled requests-2.23.0 [2020-12-15T07:33:25.080Z] Running setup.py install for dockerpty: started [2020-12-15T07:33:27.075Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T07:33:28.519Z] 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-15T07:33:31.900Z] Removing intermediate container 857b96222020 [2020-12-15T07:33:31.900Z] ---> d5ae8111937a [2020-12-15T07:33:31.900Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T07:33:31.900Z] ---> Running in 7f79ae6c2473 [2020-12-15T07:33:33.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:33:33.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:33:33.920Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:33:33.920Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T07:33:33.920Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T07:33:33.920Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:33:33.920Z] OK: 71 MiB in 58 packages [2020-12-15T07:33:35.350Z] Removing intermediate container 7f79ae6c2473 [2020-12-15T07:33:35.350Z] ---> ef580003c65d [2020-12-15T07:33:35.350Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T07:33:35.350Z] ---> Running in c74859030256 [2020-12-15T07:33:35.625Z] Removing intermediate container c74859030256 [2020-12-15T07:33:35.625Z] ---> 667306ae9ba1 [2020-12-15T07:33:35.625Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:33:35.898Z] ---> Running in dbb5ac1a9d86 [2020-12-15T07:33:36.490Z] Removing intermediate container dbb5ac1a9d86 [2020-12-15T07:33:36.490Z] ---> c2adc22c21c6 [2020-12-15T07:33:36.490Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T07:33:36.490Z] ---> Running in 96fcba17b4fd [2020-12-15T07:33:37.081Z] Removing intermediate container 96fcba17b4fd [2020-12-15T07:33:37.081Z] ---> 446f86c68899 [2020-12-15T07:33:37.081Z] Step 26/27 : LABEL git_sha=63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:37.081Z] ---> Running in d11f7915e94a [2020-12-15T07:33:37.673Z] Removing intermediate container d11f7915e94a [2020-12-15T07:33:37.673Z] ---> 2fa831de7a6f [2020-12-15T07:33:37.673Z] Step 27/27 : LABEL version=2.0.0-dev.12 [2020-12-15T07:33:37.673Z] ---> Running in 88e336fa3933 [2020-12-15T07:33:38.266Z] Removing intermediate container 88e336fa3933 [2020-12-15T07:33:38.266Z] ---> bdb58baa2d8f [2020-12-15T07:33:38.266Z] [2020-12-15T07:33:38.538Z] Successfully built bdb58baa2d8f [2020-12-15T07:33:38.538Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T07:33:38.823Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T07:33:38.832Z] $ docker stop --time=1 6c01a0684a82c3d83443090a86a68a1a149f037b36ef651d46b4744907fe80e2 [2020-12-15T07:33:40.765Z] $ docker rm -f 6c01a0684a82c3d83443090a86a68a1a149f037b36ef651d46b4744907fe80e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:33:41.431Z] + + docker imagesgrep [2020-12-15T07:33:41.431Z] docker [2020-12-15T07:33:41.706Z] docker-sys-mgmt-agent-go-arm64 latest bdb58baa2d8f 4 seconds ago 300MB [2020-12-15T07:33:41.706Z] docker-security-secrets-setup-go-arm64 latest dc7db09abcbf 44 seconds ago 22.7MB [2020-12-15T07:33:41.706Z] docker-security-secretstore-setup-go-arm64 latest 5b891bace59e 57 seconds ago 23.5MB [2020-12-15T07:33:41.706Z] docker-security-proxy-setup-go-arm64 latest e130c48905c6 About a minute ago 23.4MB [2020-12-15T07:33:41.706Z] docker-support-scheduler-go-arm64 latest 27fbada46975 2 minutes ago 11.5MB [2020-12-15T07:33:41.706Z] docker-core-data-go-arm64 latest 06f11781b280 2 minutes ago 22.3MB [2020-12-15T07:33:41.706Z] docker-core-metadata-go-arm64 latest 7945c5b5e2f9 3 minutes ago 13.6MB [2020-12-15T07:33:41.706Z] docker-support-notifications-go-arm64 latest 225ec03f5699 3 minutes ago 12.9MB [2020-12-15T07:33:41.706Z] docker-core-command-go-arm64 latest f54ded16abba 3 minutes ago 11.4MB [2020-12-15T07:33:41.706Z] docker-security-bootstrap-redis-go-arm64 latest 14c3e540cd0d 3 minutes ago 15.2MB [2020-12-15T07:33:41.706Z] docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:33:42.336Z] provisioning config files... [2020-12-15T07:33:42.398Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/256@tmp/config3022309133550727956tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:42.783Z] ---> docker-login.sh [2020-12-15T07:33:42.783Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:33:43.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:33:43.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:33:43.054Z] Configure a credential helper to remove this warning. See [2020-12-15T07:33:43.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:33:43.054Z] [2020-12-15T07:33:43.054Z] Login Succeeded [2020-12-15T07:33:43.054Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:33:43.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:33:43.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:33:43.649Z] Configure a credential helper to remove this warning. See [2020-12-15T07:33:43.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:33:43.649Z] [2020-12-15T07:33:43.649Z] Login Succeeded [2020-12-15T07:33:43.649Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:33:43.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:33:44.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:33:44.200Z] Configure a credential helper to remove this warning. See [2020-12-15T07:33:44.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:33:44.200Z] [2020-12-15T07:33:44.200Z] Login Succeeded [2020-12-15T07:33:44.200Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:33:44.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:33:44.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:33:44.745Z] Configure a credential helper to remove this warning. See [2020-12-15T07:33:44.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:33:44.745Z] [2020-12-15T07:33:44.745Z] Login Succeeded [2020-12-15T07:33:44.745Z] docker.io [2020-12-15T07:33:45.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:33:45.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:33:45.610Z] Configure a credential helper to remove this warning. See [2020-12-15T07:33:45.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:33:45.610Z] [2020-12-15T07:33:45.610Z] Login Succeeded [2020-12-15T07:33:45.610Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:33:45.625Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:33:45.816Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-15T07:33:45.816Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:45.816Z] 2.0.0-dev.12 [2020-12-15T07:33:45.816Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:33:45.816Z] master [2020-12-15T07:33:45.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:46.347Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:46.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:46.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T07:33:46.697Z] 24e77b56923f: Preparing [2020-12-15T07:33:46.697Z] 2f304eaa0fe3: Preparing [2020-12-15T07:33:46.697Z] a0b44bed16aa: Preparing [2020-12-15T07:33:46.969Z] a0b44bed16aa: Pushed [2020-12-15T07:33:46.969Z] 24e77b56923f: Pushed [2020-12-15T07:33:49.577Z] 2f304eaa0fe3: Pushed [2020-12-15T07:33:49.849Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:4c06c4e65fd2dc08dffa664548d9094943e42d4be3cac68420e3232f1fb07983 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:50.461Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:50.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.12 [2020-12-15T07:33:50.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T07:33:50.796Z] 24e77b56923f: Preparing [2020-12-15T07:33:50.796Z] 2f304eaa0fe3: Preparing [2020-12-15T07:33:50.796Z] a0b44bed16aa: Preparing [2020-12-15T07:33:50.796Z] 2f304eaa0fe3: Layer already exists [2020-12-15T07:33:50.796Z] a0b44bed16aa: Layer already exists [2020-12-15T07:33:51.065Z] 24e77b56923f: Layer already exists [2020-12-15T07:33:51.065Z] 2.0.0-dev.12: digest: sha256:4c06c4e65fd2dc08dffa664548d9094943e42d4be3cac68420e3232f1fb07983 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:51.404Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:51.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:33:51.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T07:33:51.737Z] 24e77b56923f: Preparing [2020-12-15T07:33:51.737Z] 2f304eaa0fe3: Preparing [2020-12-15T07:33:51.737Z] a0b44bed16aa: Preparing [2020-12-15T07:33:51.737Z] 24e77b56923f: Layer already exists [2020-12-15T07:33:51.737Z] 2f304eaa0fe3: Layer already exists [2020-12-15T07:33:51.737Z] a0b44bed16aa: Layer already exists [2020-12-15T07:33:52.006Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:4c06c4e65fd2dc08dffa664548d9094943e42d4be3cac68420e3232f1fb07983 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:52.344Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:52.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-15T07:33:52.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-15T07:33:52.681Z] 24e77b56923f: Preparing [2020-12-15T07:33:52.681Z] 2f304eaa0fe3: Preparing [2020-12-15T07:33:52.681Z] a0b44bed16aa: Preparing [2020-12-15T07:33:52.681Z] 24e77b56923f: Layer already exists [2020-12-15T07:33:52.681Z] 2f304eaa0fe3: Layer already exists [2020-12-15T07:33:52.681Z] a0b44bed16aa: Layer already exists [2020-12-15T07:33:52.951Z] master: digest: sha256:4c06c4e65fd2dc08dffa664548d9094943e42d4be3cac68420e3232f1fb07983 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:33:53.157Z] ===================================================== [Pipeline] echo [2020-12-15T07:33:53.204Z] taggedImages: [2020-12-15T07:33:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.12 [2020-12-15T07:33:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:33:53.204Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-15T07:33:53.266Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-15T07:33:53.266Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:53.266Z] 2.0.0-dev.12 [2020-12-15T07:33:53.266Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:33:53.266Z] master [2020-12-15T07:33:53.266Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:53.776Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:54.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:33:54.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T07:33:54.117Z] 2db1884ad7de: Preparing [2020-12-15T07:33:54.118Z] eaaa5e1e7d8d: Preparing [2020-12-15T07:33:54.118Z] a96d2ffbe7fb: Preparing [2020-12-15T07:33:54.118Z] dfd2c4d0839e: Preparing [2020-12-15T07:33:54.118Z] 8ebf3e562062: Preparing [2020-12-15T07:33:54.118Z] e934a737d657: Preparing [2020-12-15T07:33:54.118Z] e934a737d657: Waiting [2020-12-15T07:33:54.392Z] 2db1884ad7de: Pushed [2020-12-15T07:33:54.392Z] 8ebf3e562062: Pushed [2020-12-15T07:33:54.392Z] a96d2ffbe7fb: Pushed [2020-12-15T07:33:54.392Z] e934a737d657: Layer already exists [2020-12-15T07:33:54.983Z] dfd2c4d0839e: Pushed [2020-12-15T07:33:58.348Z] eaaa5e1e7d8d: Pushed [2020-12-15T07:33:58.348Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:12a4511cfe1f7838694615fe9ebf4d650b1d57e8fc77fa939f65a0566dfd26d6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:58.684Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:59.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.12 [2020-12-15T07:33:59.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T07:33:59.043Z] 2db1884ad7de: Preparing [2020-12-15T07:33:59.043Z] eaaa5e1e7d8d: Preparing [2020-12-15T07:33:59.043Z] a96d2ffbe7fb: Preparing [2020-12-15T07:33:59.043Z] dfd2c4d0839e: Preparing [2020-12-15T07:33:59.043Z] 8ebf3e562062: Preparing [2020-12-15T07:33:59.043Z] e934a737d657: Preparing [2020-12-15T07:33:59.043Z] e934a737d657: Waiting [2020-12-15T07:33:59.043Z] eaaa5e1e7d8d: Layer already exists [2020-12-15T07:33:59.043Z] 2db1884ad7de: Layer already exists [2020-12-15T07:33:59.043Z] 8ebf3e562062: Layer already exists [2020-12-15T07:33:59.043Z] dfd2c4d0839e: Layer already exists [2020-12-15T07:33:59.043Z] a96d2ffbe7fb: Layer already exists [2020-12-15T07:33:59.043Z] e934a737d657: Layer already exists [2020-12-15T07:33:59.314Z] 2.0.0-dev.12: digest: sha256:12a4511cfe1f7838694615fe9ebf4d650b1d57e8fc77fa939f65a0566dfd26d6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:59.654Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:33:59.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:33:59.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T07:33:59.989Z] 2db1884ad7de: Preparing [2020-12-15T07:33:59.989Z] eaaa5e1e7d8d: Preparing [2020-12-15T07:33:59.989Z] a96d2ffbe7fb: Preparing [2020-12-15T07:33:59.989Z] dfd2c4d0839e: Preparing [2020-12-15T07:33:59.989Z] 8ebf3e562062: Preparing [2020-12-15T07:33:59.989Z] e934a737d657: Preparing [2020-12-15T07:33:59.989Z] e934a737d657: Waiting [2020-12-15T07:33:59.989Z] 2db1884ad7de: Layer already exists [2020-12-15T07:33:59.989Z] eaaa5e1e7d8d: Layer already exists [2020-12-15T07:33:59.989Z] 8ebf3e562062: Layer already exists [2020-12-15T07:33:59.989Z] a96d2ffbe7fb: Layer already exists [2020-12-15T07:33:59.989Z] dfd2c4d0839e: Layer already exists [2020-12-15T07:34:00.262Z] e934a737d657: Layer already exists [2020-12-15T07:34:00.262Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:12a4511cfe1f7838694615fe9ebf4d650b1d57e8fc77fa939f65a0566dfd26d6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:00.627Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:00.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-15T07:34:00.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-15T07:34:00.994Z] 2db1884ad7de: Preparing [2020-12-15T07:34:00.994Z] eaaa5e1e7d8d: Preparing [2020-12-15T07:34:00.994Z] a96d2ffbe7fb: Preparing [2020-12-15T07:34:00.994Z] dfd2c4d0839e: Preparing [2020-12-15T07:34:00.994Z] 8ebf3e562062: Preparing [2020-12-15T07:34:00.994Z] e934a737d657: Preparing [2020-12-15T07:34:00.994Z] e934a737d657: Waiting [2020-12-15T07:34:00.994Z] eaaa5e1e7d8d: Layer already exists [2020-12-15T07:34:00.994Z] 2db1884ad7de: Layer already exists [2020-12-15T07:34:00.994Z] 8ebf3e562062: Layer already exists [2020-12-15T07:34:00.994Z] a96d2ffbe7fb: Layer already exists [2020-12-15T07:34:00.994Z] dfd2c4d0839e: Layer already exists [2020-12-15T07:34:00.994Z] e934a737d657: Layer already exists [2020-12-15T07:34:01.270Z] master: digest: sha256:12a4511cfe1f7838694615fe9ebf4d650b1d57e8fc77fa939f65a0566dfd26d6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:01.503Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:01.549Z] taggedImages: [2020-12-15T07:34:01.549Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:01.549Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:01.549Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:01.549Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-15T07:34:01.620Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-15T07:34:01.620Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:01.620Z] 2.0.0-dev.12 [2020-12-15T07:34:01.620Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:01.620Z] master [2020-12-15T07:34:01.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:02.188Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:02.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:02.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T07:34:02.525Z] 15cc25991d19: Preparing [2020-12-15T07:34:02.525Z] daf56e94dbdf: Preparing [2020-12-15T07:34:02.525Z] fa0637f6c0c6: Preparing [2020-12-15T07:34:02.796Z] fa0637f6c0c6: Pushed [2020-12-15T07:34:02.796Z] 15cc25991d19: Pushed [2020-12-15T07:34:06.162Z] daf56e94dbdf: Pushed [2020-12-15T07:34:06.162Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:eec236a48a6b538fea025070cf1d999db5d0ae8fa63c37ad078d04aff0f2d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:06.500Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:06.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:06.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T07:34:06.832Z] 15cc25991d19: Preparing [2020-12-15T07:34:06.832Z] daf56e94dbdf: Preparing [2020-12-15T07:34:06.832Z] fa0637f6c0c6: Preparing [2020-12-15T07:34:07.102Z] fa0637f6c0c6: Layer already exists [2020-12-15T07:34:07.102Z] daf56e94dbdf: Layer already exists [2020-12-15T07:34:07.102Z] 15cc25991d19: Layer already exists [2020-12-15T07:34:07.102Z] 2.0.0-dev.12: digest: sha256:eec236a48a6b538fea025070cf1d999db5d0ae8fa63c37ad078d04aff0f2d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:07.442Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:07.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:07.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T07:34:07.774Z] 15cc25991d19: Preparing [2020-12-15T07:34:07.774Z] daf56e94dbdf: Preparing [2020-12-15T07:34:07.774Z] fa0637f6c0c6: Preparing [2020-12-15T07:34:07.774Z] 15cc25991d19: Layer already exists [2020-12-15T07:34:07.774Z] daf56e94dbdf: Layer already exists [2020-12-15T07:34:07.774Z] fa0637f6c0c6: Layer already exists [2020-12-15T07:34:08.044Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:eec236a48a6b538fea025070cf1d999db5d0ae8fa63c37ad078d04aff0f2d5bf size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:08.380Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:08.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-15T07:34:08.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-15T07:34:08.714Z] 15cc25991d19: Preparing [2020-12-15T07:34:08.714Z] daf56e94dbdf: Preparing [2020-12-15T07:34:08.714Z] fa0637f6c0c6: Preparing [2020-12-15T07:34:08.714Z] daf56e94dbdf: Layer already exists [2020-12-15T07:34:08.714Z] fa0637f6c0c6: Layer already exists [2020-12-15T07:34:08.714Z] 15cc25991d19: Layer already exists [2020-12-15T07:34:08.985Z] master: digest: sha256:eec236a48a6b538fea025070cf1d999db5d0ae8fa63c37ad078d04aff0f2d5bf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:09.186Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:09.232Z] taggedImages: [2020-12-15T07:34:09.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:09.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:09.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:09.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-15T07:34:09.353Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-15T07:34:09.353Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:09.353Z] 2.0.0-dev.12 [2020-12-15T07:34:09.353Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:09.353Z] master [2020-12-15T07:34:09.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:09.882Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:10.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:10.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T07:34:10.229Z] 9fc054f8028d: Preparing [2020-12-15T07:34:10.229Z] 27f497c7f578: Preparing [2020-12-15T07:34:10.229Z] 96bde5269927: Preparing [2020-12-15T07:34:10.229Z] ef1853391d5c: Preparing [2020-12-15T07:34:10.229Z] 95a81b00565d: Preparing [2020-12-15T07:34:10.229Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:10.229Z] 66b385cf80cf: Preparing [2020-12-15T07:34:10.229Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:10.229Z] 66b385cf80cf: Waiting [2020-12-15T07:34:10.508Z] 9fc054f8028d: Pushed [2020-12-15T07:34:10.508Z] 95a81b00565d: Pushed [2020-12-15T07:34:10.508Z] 27f497c7f578: Pushed [2020-12-15T07:34:10.508Z] 96bde5269927: Pushed [2020-12-15T07:34:10.779Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:11.049Z] 1e32e35ef0a3: Pushed [2020-12-15T07:34:12.473Z] ef1853391d5c: Pushed [2020-12-15T07:34:12.744Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:538b6add3682936d3fb6ba537dfbcf5eea49a84569301335dd280f27c321f2b7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:13.082Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:13.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:13.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T07:34:13.424Z] 9fc054f8028d: Preparing [2020-12-15T07:34:13.424Z] 27f497c7f578: Preparing [2020-12-15T07:34:13.424Z] 96bde5269927: Preparing [2020-12-15T07:34:13.424Z] ef1853391d5c: Preparing [2020-12-15T07:34:13.424Z] 95a81b00565d: Preparing [2020-12-15T07:34:13.424Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:13.424Z] 66b385cf80cf: Preparing [2020-12-15T07:34:13.424Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:13.424Z] 66b385cf80cf: Waiting [2020-12-15T07:34:13.424Z] 9fc054f8028d: Layer already exists [2020-12-15T07:34:13.424Z] 95a81b00565d: Layer already exists [2020-12-15T07:34:13.424Z] ef1853391d5c: Layer already exists [2020-12-15T07:34:13.424Z] 96bde5269927: Layer already exists [2020-12-15T07:34:13.424Z] 27f497c7f578: Layer already exists [2020-12-15T07:34:13.693Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:13.693Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:13.693Z] 2.0.0-dev.12: digest: sha256:538b6add3682936d3fb6ba537dfbcf5eea49a84569301335dd280f27c321f2b7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:14.037Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:14.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:14.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T07:34:14.372Z] 9fc054f8028d: Preparing [2020-12-15T07:34:14.372Z] 27f497c7f578: Preparing [2020-12-15T07:34:14.372Z] 96bde5269927: Preparing [2020-12-15T07:34:14.372Z] ef1853391d5c: Preparing [2020-12-15T07:34:14.372Z] 95a81b00565d: Preparing [2020-12-15T07:34:14.372Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:14.372Z] 66b385cf80cf: Preparing [2020-12-15T07:34:14.372Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:14.372Z] 66b385cf80cf: Waiting [2020-12-15T07:34:14.641Z] ef1853391d5c: Layer already exists [2020-12-15T07:34:14.641Z] 96bde5269927: Layer already exists [2020-12-15T07:34:14.641Z] 9fc054f8028d: Layer already exists [2020-12-15T07:34:14.641Z] 95a81b00565d: Layer already exists [2020-12-15T07:34:14.641Z] 27f497c7f578: Layer already exists [2020-12-15T07:34:14.641Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:14.641Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:14.641Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:538b6add3682936d3fb6ba537dfbcf5eea49a84569301335dd280f27c321f2b7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:14.974Z] + 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-15T07:34:15.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-15T07:34:15.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-15T07:34:15.305Z] 9fc054f8028d: Preparing [2020-12-15T07:34:15.305Z] 27f497c7f578: Preparing [2020-12-15T07:34:15.305Z] 96bde5269927: Preparing [2020-12-15T07:34:15.305Z] ef1853391d5c: Preparing [2020-12-15T07:34:15.305Z] 95a81b00565d: Preparing [2020-12-15T07:34:15.305Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:15.305Z] 66b385cf80cf: Preparing [2020-12-15T07:34:15.305Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:15.305Z] 66b385cf80cf: Waiting [2020-12-15T07:34:15.305Z] ef1853391d5c: Layer already exists [2020-12-15T07:34:15.305Z] 95a81b00565d: Layer already exists [2020-12-15T07:34:15.305Z] 96bde5269927: Layer already exists [2020-12-15T07:34:15.305Z] 9fc054f8028d: Layer already exists [2020-12-15T07:34:15.305Z] 27f497c7f578: Layer already exists [2020-12-15T07:34:15.574Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:15.574Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:15.574Z] master: digest: sha256:538b6add3682936d3fb6ba537dfbcf5eea49a84569301335dd280f27c321f2b7 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:15.872Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:15.920Z] taggedImages: [2020-12-15T07:34:15.920Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:15.920Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:15.920Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:15.920Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-15T07:34:15.993Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-15T07:34:15.993Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:15.993Z] 2.0.0-dev.12 [2020-12-15T07:34:15.993Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:15.993Z] master [2020-12-15T07:34:15.993Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:16.494Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:16.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:16.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T07:34:16.831Z] ac3f5c0a179e: Preparing [2020-12-15T07:34:16.831Z] 3db6206335e2: Preparing [2020-12-15T07:34:16.831Z] ab1439cc9a20: Preparing [2020-12-15T07:34:16.831Z] 7b7c9b35423c: Preparing [2020-12-15T07:34:16.831Z] e8c1388e68ff: Preparing [2020-12-15T07:34:16.831Z] e934a737d657: Preparing [2020-12-15T07:34:17.105Z] ab1439cc9a20: Pushed [2020-12-15T07:34:17.105Z] 7b7c9b35423c: Pushed [2020-12-15T07:34:17.378Z] e934a737d657: Layer already exists [2020-12-15T07:34:17.378Z] e8c1388e68ff: Pushed [2020-12-15T07:34:19.349Z] 3db6206335e2: Pushed [2020-12-15T07:34:19.349Z] ac3f5c0a179e: Pushed [2020-12-15T07:34:19.620Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:edffe24606811118525feff35ddcfebe4884334bd5f0d873071e43e6cdc2eb01 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:19.964Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:20.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:20.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T07:34:20.310Z] ac3f5c0a179e: Preparing [2020-12-15T07:34:20.310Z] 3db6206335e2: Preparing [2020-12-15T07:34:20.310Z] ab1439cc9a20: Preparing [2020-12-15T07:34:20.310Z] 7b7c9b35423c: Preparing [2020-12-15T07:34:20.310Z] e8c1388e68ff: Preparing [2020-12-15T07:34:20.310Z] e934a737d657: Preparing [2020-12-15T07:34:20.310Z] e934a737d657: Waiting [2020-12-15T07:34:20.310Z] ab1439cc9a20: Layer already exists [2020-12-15T07:34:20.310Z] 7b7c9b35423c: Layer already exists [2020-12-15T07:34:20.310Z] e8c1388e68ff: Layer already exists [2020-12-15T07:34:20.310Z] ac3f5c0a179e: Layer already exists [2020-12-15T07:34:20.581Z] 3db6206335e2: Layer already exists [2020-12-15T07:34:20.582Z] e934a737d657: Layer already exists [2020-12-15T07:34:20.582Z] 2.0.0-dev.12: digest: sha256:edffe24606811118525feff35ddcfebe4884334bd5f0d873071e43e6cdc2eb01 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:20.920Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:21.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:21.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T07:34:21.258Z] ac3f5c0a179e: Preparing [2020-12-15T07:34:21.258Z] 3db6206335e2: Preparing [2020-12-15T07:34:21.258Z] ab1439cc9a20: Preparing [2020-12-15T07:34:21.258Z] 7b7c9b35423c: Preparing [2020-12-15T07:34:21.258Z] e8c1388e68ff: Preparing [2020-12-15T07:34:21.258Z] e934a737d657: Preparing [2020-12-15T07:34:21.258Z] e934a737d657: Waiting [2020-12-15T07:34:21.258Z] e8c1388e68ff: Layer already exists [2020-12-15T07:34:21.258Z] ab1439cc9a20: Layer already exists [2020-12-15T07:34:21.258Z] 3db6206335e2: Layer already exists [2020-12-15T07:34:21.258Z] ac3f5c0a179e: Layer already exists [2020-12-15T07:34:21.258Z] 7b7c9b35423c: Layer already exists [2020-12-15T07:34:21.258Z] e934a737d657: Layer already exists [2020-12-15T07:34:21.527Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:edffe24606811118525feff35ddcfebe4884334bd5f0d873071e43e6cdc2eb01 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:21.869Z] + 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-15T07:34:22.206Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-15T07:34:22.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-15T07:34:22.207Z] ac3f5c0a179e: Preparing [2020-12-15T07:34:22.207Z] 3db6206335e2: Preparing [2020-12-15T07:34:22.207Z] ab1439cc9a20: Preparing [2020-12-15T07:34:22.207Z] 7b7c9b35423c: Preparing [2020-12-15T07:34:22.207Z] e8c1388e68ff: Preparing [2020-12-15T07:34:22.207Z] e934a737d657: Preparing [2020-12-15T07:34:22.207Z] e934a737d657: Waiting [2020-12-15T07:34:22.207Z] 7b7c9b35423c: Layer already exists [2020-12-15T07:34:22.207Z] ac3f5c0a179e: Layer already exists [2020-12-15T07:34:22.207Z] e8c1388e68ff: Layer already exists [2020-12-15T07:34:22.207Z] 3db6206335e2: Layer already exists [2020-12-15T07:34:22.207Z] ab1439cc9a20: Layer already exists [2020-12-15T07:34:22.207Z] e934a737d657: Layer already exists [2020-12-15T07:34:22.477Z] master: digest: sha256:edffe24606811118525feff35ddcfebe4884334bd5f0d873071e43e6cdc2eb01 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:22.679Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:22.726Z] taggedImages: [2020-12-15T07:34:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-15T07:34:22.789Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-15T07:34:22.789Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:22.789Z] 2.0.0-dev.12 [2020-12-15T07:34:22.789Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:22.789Z] master [2020-12-15T07:34:22.789Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:23.326Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:23.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:23.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T07:34:23.695Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:23.695Z] a4b9b1a63928: Preparing [2020-12-15T07:34:23.695Z] 7a6f896bafc8: Preparing [2020-12-15T07:34:23.695Z] 424d2523cc88: Preparing [2020-12-15T07:34:23.695Z] 424d2523cc88: Preparing [2020-12-15T07:34:23.695Z] 837e6e8a1a4d: Preparing [2020-12-15T07:34:23.695Z] 52497deb4fd8: Preparing [2020-12-15T07:34:23.695Z] a794f8f6f5c8: Preparing [2020-12-15T07:34:23.695Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:23.695Z] ec05bbcdc84e: Preparing [2020-12-15T07:34:23.695Z] e4bf754a33b5: Preparing [2020-12-15T07:34:23.695Z] 282ac1d9b2d1: Preparing [2020-12-15T07:34:23.695Z] e934a737d657: Preparing [2020-12-15T07:34:23.695Z] 52497deb4fd8: Waiting [2020-12-15T07:34:23.695Z] a794f8f6f5c8: Waiting [2020-12-15T07:34:23.695Z] ec05bbcdc84e: Waiting [2020-12-15T07:34:23.695Z] e4bf754a33b5: Waiting [2020-12-15T07:34:23.695Z] 282ac1d9b2d1: Waiting [2020-12-15T07:34:23.695Z] e934a737d657: Waiting [2020-12-15T07:34:23.996Z] 424d2523cc88: Pushed [2020-12-15T07:34:23.996Z] 7a6f896bafc8: Pushed [2020-12-15T07:34:24.296Z] a4b9b1a63928: Pushed [2020-12-15T07:34:24.296Z] 837e6e8a1a4d: Pushed [2020-12-15T07:34:24.296Z] 52497deb4fd8: Pushed [2020-12-15T07:34:24.296Z] a794f8f6f5c8: Pushed [2020-12-15T07:34:24.296Z] e4bf754a33b5: Pushed [2020-12-15T07:34:24.296Z] ec05bbcdc84e: Pushed [2020-12-15T07:34:24.296Z] e934a737d657: Layer already exists [2020-12-15T07:34:24.906Z] 282ac1d9b2d1: Pushed [2020-12-15T07:34:26.329Z] bf8ea7594b9b: Pushed [2020-12-15T07:34:26.329Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:48252f217317bcf8202ee5921203cc0da90a8bd8c2516ab8df1c698a27e37f47 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:26.941Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:27.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:27.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T07:34:27.275Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:27.275Z] a4b9b1a63928: Preparing [2020-12-15T07:34:27.275Z] 7a6f896bafc8: Preparing [2020-12-15T07:34:27.275Z] 424d2523cc88: Preparing [2020-12-15T07:34:27.275Z] 424d2523cc88: Preparing [2020-12-15T07:34:27.275Z] 837e6e8a1a4d: Preparing [2020-12-15T07:34:27.275Z] 52497deb4fd8: Preparing [2020-12-15T07:34:27.275Z] a794f8f6f5c8: Preparing [2020-12-15T07:34:27.275Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:27.275Z] ec05bbcdc84e: Preparing [2020-12-15T07:34:27.275Z] e4bf754a33b5: Preparing [2020-12-15T07:34:27.275Z] 282ac1d9b2d1: Preparing [2020-12-15T07:34:27.275Z] e934a737d657: Preparing [2020-12-15T07:34:27.275Z] 52497deb4fd8: Waiting [2020-12-15T07:34:27.275Z] a794f8f6f5c8: Waiting [2020-12-15T07:34:27.275Z] ec05bbcdc84e: Waiting [2020-12-15T07:34:27.275Z] e4bf754a33b5: Waiting [2020-12-15T07:34:27.275Z] 282ac1d9b2d1: Waiting [2020-12-15T07:34:27.275Z] e934a737d657: Waiting [2020-12-15T07:34:27.545Z] 424d2523cc88: Layer already exists [2020-12-15T07:34:27.545Z] bf8ea7594b9b: Layer already exists [2020-12-15T07:34:27.545Z] 7a6f896bafc8: Layer already exists [2020-12-15T07:34:27.545Z] 837e6e8a1a4d: Layer already exists [2020-12-15T07:34:27.545Z] a4b9b1a63928: Layer already exists [2020-12-15T07:34:27.545Z] ec05bbcdc84e: Layer already exists [2020-12-15T07:34:27.545Z] a794f8f6f5c8: Layer already exists [2020-12-15T07:34:27.545Z] e4bf754a33b5: Layer already exists [2020-12-15T07:34:27.545Z] 282ac1d9b2d1: Layer already exists [2020-12-15T07:34:27.545Z] 52497deb4fd8: Layer already exists [2020-12-15T07:34:27.545Z] e934a737d657: Layer already exists [2020-12-15T07:34:27.545Z] 2.0.0-dev.12: digest: sha256:48252f217317bcf8202ee5921203cc0da90a8bd8c2516ab8df1c698a27e37f47 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:27.882Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:28.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:28.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T07:34:28.221Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:28.221Z] a4b9b1a63928: Preparing [2020-12-15T07:34:28.221Z] 7a6f896bafc8: Preparing [2020-12-15T07:34:28.221Z] 424d2523cc88: Preparing [2020-12-15T07:34:28.221Z] 424d2523cc88: Preparing [2020-12-15T07:34:28.221Z] 837e6e8a1a4d: Preparing [2020-12-15T07:34:28.221Z] 52497deb4fd8: Preparing [2020-12-15T07:34:28.221Z] a794f8f6f5c8: Preparing [2020-12-15T07:34:28.221Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:28.221Z] ec05bbcdc84e: Preparing [2020-12-15T07:34:28.221Z] e4bf754a33b5: Preparing [2020-12-15T07:34:28.221Z] 282ac1d9b2d1: Preparing [2020-12-15T07:34:28.221Z] e934a737d657: Preparing [2020-12-15T07:34:28.221Z] ec05bbcdc84e: Waiting [2020-12-15T07:34:28.221Z] e4bf754a33b5: Waiting [2020-12-15T07:34:28.221Z] 282ac1d9b2d1: Waiting [2020-12-15T07:34:28.221Z] e934a737d657: Waiting [2020-12-15T07:34:28.221Z] 52497deb4fd8: Waiting [2020-12-15T07:34:28.221Z] a794f8f6f5c8: Waiting [2020-12-15T07:34:28.491Z] a4b9b1a63928: Layer already exists [2020-12-15T07:34:28.491Z] 837e6e8a1a4d: Layer already exists [2020-12-15T07:34:28.491Z] 7a6f896bafc8: Layer already exists [2020-12-15T07:34:28.491Z] bf8ea7594b9b: Layer already exists [2020-12-15T07:34:28.491Z] 424d2523cc88: Layer already exists [2020-12-15T07:34:28.491Z] 52497deb4fd8: Layer already exists [2020-12-15T07:34:28.491Z] 282ac1d9b2d1: Layer already exists [2020-12-15T07:34:28.491Z] a794f8f6f5c8: Layer already exists [2020-12-15T07:34:28.491Z] ec05bbcdc84e: Layer already exists [2020-12-15T07:34:28.491Z] e4bf754a33b5: Layer already exists [2020-12-15T07:34:28.491Z] e934a737d657: Layer already exists [2020-12-15T07:34:28.491Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:48252f217317bcf8202ee5921203cc0da90a8bd8c2516ab8df1c698a27e37f47 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:28.826Z] + 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-15T07:34:29.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-15T07:34:29.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-15T07:34:29.157Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:29.157Z] a4b9b1a63928: Preparing [2020-12-15T07:34:29.157Z] 7a6f896bafc8: Preparing [2020-12-15T07:34:29.157Z] 424d2523cc88: Preparing [2020-12-15T07:34:29.157Z] 424d2523cc88: Preparing [2020-12-15T07:34:29.157Z] 837e6e8a1a4d: Preparing [2020-12-15T07:34:29.157Z] 52497deb4fd8: Preparing [2020-12-15T07:34:29.157Z] a794f8f6f5c8: Preparing [2020-12-15T07:34:29.157Z] bf8ea7594b9b: Preparing [2020-12-15T07:34:29.157Z] ec05bbcdc84e: Preparing [2020-12-15T07:34:29.157Z] e4bf754a33b5: Preparing [2020-12-15T07:34:29.157Z] 282ac1d9b2d1: Preparing [2020-12-15T07:34:29.157Z] e934a737d657: Preparing [2020-12-15T07:34:29.157Z] 52497deb4fd8: Waiting [2020-12-15T07:34:29.157Z] a794f8f6f5c8: Waiting [2020-12-15T07:34:29.157Z] ec05bbcdc84e: Waiting [2020-12-15T07:34:29.157Z] 282ac1d9b2d1: Waiting [2020-12-15T07:34:29.157Z] e4bf754a33b5: Waiting [2020-12-15T07:34:29.157Z] e934a737d657: Waiting [2020-12-15T07:34:29.425Z] 7a6f896bafc8: Layer already exists [2020-12-15T07:34:29.425Z] a4b9b1a63928: Layer already exists [2020-12-15T07:34:29.425Z] bf8ea7594b9b: Layer already exists [2020-12-15T07:34:29.425Z] 424d2523cc88: Layer already exists [2020-12-15T07:34:29.425Z] 837e6e8a1a4d: Layer already exists [2020-12-15T07:34:29.425Z] 52497deb4fd8: Layer already exists [2020-12-15T07:34:29.425Z] ec05bbcdc84e: Layer already exists [2020-12-15T07:34:29.425Z] a794f8f6f5c8: Layer already exists [2020-12-15T07:34:29.425Z] e4bf754a33b5: Layer already exists [2020-12-15T07:34:29.425Z] 282ac1d9b2d1: Layer already exists [2020-12-15T07:34:29.425Z] e934a737d657: Layer already exists [2020-12-15T07:34:29.425Z] master: digest: sha256:48252f217317bcf8202ee5921203cc0da90a8bd8c2516ab8df1c698a27e37f47 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:29.626Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:29.674Z] taggedImages: [2020-12-15T07:34:29.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:29.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:29.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:29.674Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-15T07:34:29.740Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-15T07:34:29.740Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:29.740Z] 2.0.0-dev.12 [2020-12-15T07:34:29.740Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:29.740Z] master [2020-12-15T07:34:29.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:30.253Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:30.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:30.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T07:34:30.589Z] 79b189007d92: Preparing [2020-12-15T07:34:30.589Z] 218eca5a96f7: Preparing [2020-12-15T07:34:30.589Z] 7b63c43f84bd: Preparing [2020-12-15T07:34:30.589Z] 4c9250a66979: Preparing [2020-12-15T07:34:30.589Z] a16efb54a2fe: Preparing [2020-12-15T07:34:30.589Z] 019dfc5b42d4: Preparing [2020-12-15T07:34:30.589Z] 3949733b8cf5: Preparing [2020-12-15T07:34:30.589Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:30.589Z] 66b385cf80cf: Preparing [2020-12-15T07:34:30.589Z] 3949733b8cf5: Waiting [2020-12-15T07:34:30.589Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:30.589Z] 66b385cf80cf: Waiting [2020-12-15T07:34:30.589Z] 019dfc5b42d4: Waiting [2020-12-15T07:34:30.870Z] a16efb54a2fe: Pushed [2020-12-15T07:34:30.870Z] 218eca5a96f7: Pushed [2020-12-15T07:34:30.870Z] 79b189007d92: Pushed [2020-12-15T07:34:31.143Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:31.143Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:31.143Z] 019dfc5b42d4: Pushed [2020-12-15T07:34:31.143Z] 3949733b8cf5: Pushed [2020-12-15T07:34:33.105Z] 7b63c43f84bd: Pushed [2020-12-15T07:34:33.105Z] 4c9250a66979: Pushed [2020-12-15T07:34:33.373Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:2ba17922cd06d70b80285142a60b2f24b8d85ab72e63c8d593e8e254bdef8e30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:33.708Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:34.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:34.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T07:34:34.041Z] 79b189007d92: Preparing [2020-12-15T07:34:34.041Z] 218eca5a96f7: Preparing [2020-12-15T07:34:34.041Z] 7b63c43f84bd: Preparing [2020-12-15T07:34:34.041Z] 4c9250a66979: Preparing [2020-12-15T07:34:34.041Z] a16efb54a2fe: Preparing [2020-12-15T07:34:34.041Z] 019dfc5b42d4: Preparing [2020-12-15T07:34:34.041Z] 3949733b8cf5: Preparing [2020-12-15T07:34:34.041Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:34.041Z] 66b385cf80cf: Preparing [2020-12-15T07:34:34.041Z] 019dfc5b42d4: Waiting [2020-12-15T07:34:34.041Z] 3949733b8cf5: Waiting [2020-12-15T07:34:34.041Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:34.041Z] 66b385cf80cf: Waiting [2020-12-15T07:34:34.041Z] 4c9250a66979: Layer already exists [2020-12-15T07:34:34.041Z] 79b189007d92: Layer already exists [2020-12-15T07:34:34.041Z] 218eca5a96f7: Layer already exists [2020-12-15T07:34:34.041Z] a16efb54a2fe: Layer already exists [2020-12-15T07:34:34.041Z] 7b63c43f84bd: Layer already exists [2020-12-15T07:34:34.309Z] 019dfc5b42d4: Layer already exists [2020-12-15T07:34:34.309Z] 3949733b8cf5: Layer already exists [2020-12-15T07:34:34.309Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:34.309Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:34.309Z] 2.0.0-dev.12: digest: sha256:2ba17922cd06d70b80285142a60b2f24b8d85ab72e63c8d593e8e254bdef8e30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:34.645Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:34.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:34.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T07:34:34.978Z] 79b189007d92: Preparing [2020-12-15T07:34:34.978Z] 218eca5a96f7: Preparing [2020-12-15T07:34:34.978Z] 7b63c43f84bd: Preparing [2020-12-15T07:34:34.978Z] 4c9250a66979: Preparing [2020-12-15T07:34:34.978Z] a16efb54a2fe: Preparing [2020-12-15T07:34:34.978Z] 019dfc5b42d4: Preparing [2020-12-15T07:34:34.978Z] 3949733b8cf5: Preparing [2020-12-15T07:34:34.978Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:34.978Z] 66b385cf80cf: Preparing [2020-12-15T07:34:34.978Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:34.978Z] 019dfc5b42d4: Waiting [2020-12-15T07:34:34.978Z] 3949733b8cf5: Waiting [2020-12-15T07:34:34.978Z] 66b385cf80cf: Waiting [2020-12-15T07:34:34.978Z] 218eca5a96f7: Layer already exists [2020-12-15T07:34:34.978Z] 4c9250a66979: Layer already exists [2020-12-15T07:34:34.978Z] 79b189007d92: Layer already exists [2020-12-15T07:34:34.978Z] a16efb54a2fe: Layer already exists [2020-12-15T07:34:34.978Z] 7b63c43f84bd: Layer already exists [2020-12-15T07:34:35.250Z] 3949733b8cf5: Layer already exists [2020-12-15T07:34:35.250Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:35.250Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:35.250Z] 019dfc5b42d4: Layer already exists [2020-12-15T07:34:35.250Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:2ba17922cd06d70b80285142a60b2f24b8d85ab72e63c8d593e8e254bdef8e30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:35.585Z] + 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-15T07:34:35.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-15T07:34:35.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-15T07:34:35.978Z] 79b189007d92: Preparing [2020-12-15T07:34:35.978Z] 218eca5a96f7: Preparing [2020-12-15T07:34:35.978Z] 7b63c43f84bd: Preparing [2020-12-15T07:34:35.978Z] 4c9250a66979: Preparing [2020-12-15T07:34:35.978Z] a16efb54a2fe: Preparing [2020-12-15T07:34:35.978Z] 019dfc5b42d4: Preparing [2020-12-15T07:34:35.978Z] 3949733b8cf5: Preparing [2020-12-15T07:34:35.978Z] 1e32e35ef0a3: Preparing [2020-12-15T07:34:35.978Z] 66b385cf80cf: Preparing [2020-12-15T07:34:35.978Z] 3949733b8cf5: Waiting [2020-12-15T07:34:35.978Z] 1e32e35ef0a3: Waiting [2020-12-15T07:34:35.978Z] 66b385cf80cf: Waiting [2020-12-15T07:34:35.978Z] 019dfc5b42d4: Waiting [2020-12-15T07:34:36.248Z] a16efb54a2fe: Layer already exists [2020-12-15T07:34:36.248Z] 218eca5a96f7: Layer already exists [2020-12-15T07:34:36.248Z] 7b63c43f84bd: Layer already exists [2020-12-15T07:34:36.248Z] 4c9250a66979: Layer already exists [2020-12-15T07:34:36.248Z] 79b189007d92: Layer already exists [2020-12-15T07:34:36.248Z] 3949733b8cf5: Layer already exists [2020-12-15T07:34:36.248Z] 019dfc5b42d4: Layer already exists [2020-12-15T07:34:36.248Z] 1e32e35ef0a3: Layer already exists [2020-12-15T07:34:36.248Z] 66b385cf80cf: Layer already exists [2020-12-15T07:34:36.248Z] master: digest: sha256:2ba17922cd06d70b80285142a60b2f24b8d85ab72e63c8d593e8e254bdef8e30 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:36.452Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:36.498Z] taggedImages: [2020-12-15T07:34:36.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:36.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:36.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:36.498Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-15T07:34:36.567Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-15T07:34:36.567Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:36.567Z] 2.0.0-dev.12 [2020-12-15T07:34:36.567Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:36.567Z] master [2020-12-15T07:34:36.567Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:37.071Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:37.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:37.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T07:34:37.407Z] 97bff84c49af: Preparing [2020-12-15T07:34:37.407Z] 498c472bcdac: Preparing [2020-12-15T07:34:37.407Z] 8915fd2c27d9: Preparing [2020-12-15T07:34:37.407Z] 46b089a36aca: Preparing [2020-12-15T07:34:37.407Z] d525facc1c3b: Preparing [2020-12-15T07:34:37.407Z] ced716efd62e: Preparing [2020-12-15T07:34:37.407Z] ced716efd62e: Waiting [2020-12-15T07:34:37.678Z] 97bff84c49af: Pushed [2020-12-15T07:34:37.678Z] 8915fd2c27d9: Pushed [2020-12-15T07:34:37.678Z] d525facc1c3b: Pushed [2020-12-15T07:34:37.949Z] 46b089a36aca: Pushed [2020-12-15T07:34:38.219Z] ced716efd62e: Pushed [2020-12-15T07:34:40.178Z] 498c472bcdac: Pushed [2020-12-15T07:34:40.447Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:6a3e82c69863d2facbe8161f11851c3b6de2476d64563c24f8449c202f66cfae size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:40.783Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:41.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:41.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T07:34:41.113Z] 97bff84c49af: Preparing [2020-12-15T07:34:41.113Z] 498c472bcdac: Preparing [2020-12-15T07:34:41.113Z] 8915fd2c27d9: Preparing [2020-12-15T07:34:41.113Z] 46b089a36aca: Preparing [2020-12-15T07:34:41.113Z] d525facc1c3b: Preparing [2020-12-15T07:34:41.113Z] ced716efd62e: Preparing [2020-12-15T07:34:41.113Z] ced716efd62e: Waiting [2020-12-15T07:34:41.113Z] d525facc1c3b: Layer already exists [2020-12-15T07:34:41.113Z] 8915fd2c27d9: Layer already exists [2020-12-15T07:34:41.113Z] 97bff84c49af: Layer already exists [2020-12-15T07:34:41.113Z] 46b089a36aca: Layer already exists [2020-12-15T07:34:41.113Z] 498c472bcdac: Layer already exists [2020-12-15T07:34:41.382Z] ced716efd62e: Layer already exists [2020-12-15T07:34:41.382Z] 2.0.0-dev.12: digest: sha256:6a3e82c69863d2facbe8161f11851c3b6de2476d64563c24f8449c202f66cfae size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:41.719Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:42.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:42.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T07:34:42.065Z] 97bff84c49af: Preparing [2020-12-15T07:34:42.065Z] 498c472bcdac: Preparing [2020-12-15T07:34:42.065Z] 8915fd2c27d9: Preparing [2020-12-15T07:34:42.065Z] 46b089a36aca: Preparing [2020-12-15T07:34:42.065Z] d525facc1c3b: Preparing [2020-12-15T07:34:42.065Z] ced716efd62e: Preparing [2020-12-15T07:34:42.065Z] ced716efd62e: Waiting [2020-12-15T07:34:42.065Z] d525facc1c3b: Layer already exists [2020-12-15T07:34:42.065Z] 46b089a36aca: Layer already exists [2020-12-15T07:34:42.065Z] 97bff84c49af: Layer already exists [2020-12-15T07:34:42.065Z] 8915fd2c27d9: Layer already exists [2020-12-15T07:34:42.065Z] 498c472bcdac: Layer already exists [2020-12-15T07:34:42.337Z] ced716efd62e: Layer already exists [2020-12-15T07:34:42.337Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:6a3e82c69863d2facbe8161f11851c3b6de2476d64563c24f8449c202f66cfae size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:42.677Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:43.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-15T07:34:43.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-15T07:34:43.006Z] 97bff84c49af: Preparing [2020-12-15T07:34:43.006Z] 498c472bcdac: Preparing [2020-12-15T07:34:43.006Z] 8915fd2c27d9: Preparing [2020-12-15T07:34:43.006Z] 46b089a36aca: Preparing [2020-12-15T07:34:43.006Z] d525facc1c3b: Preparing [2020-12-15T07:34:43.006Z] ced716efd62e: Preparing [2020-12-15T07:34:43.006Z] ced716efd62e: Waiting [2020-12-15T07:34:43.006Z] 97bff84c49af: Layer already exists [2020-12-15T07:34:43.280Z] d525facc1c3b: Layer already exists [2020-12-15T07:34:43.280Z] 498c472bcdac: Layer already exists [2020-12-15T07:34:43.280Z] 8915fd2c27d9: Layer already exists [2020-12-15T07:34:43.280Z] 46b089a36aca: Layer already exists [2020-12-15T07:34:43.280Z] ced716efd62e: Layer already exists [2020-12-15T07:34:43.280Z] master: digest: sha256:6a3e82c69863d2facbe8161f11851c3b6de2476d64563c24f8449c202f66cfae size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:43.572Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:43.716Z] taggedImages: [2020-12-15T07:34:43.716Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:43.716Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:43.716Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:43.716Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-15T07:34:43.784Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-15T07:34:43.784Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:43.784Z] 2.0.0-dev.12 [2020-12-15T07:34:43.784Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:43.784Z] master [2020-12-15T07:34:43.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:44.290Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:44.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:44.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T07:34:44.898Z] 735d1473b2a8: Preparing [2020-12-15T07:34:44.898Z] 392575412308: Preparing [2020-12-15T07:34:44.898Z] c6e01ed3c231: Preparing [2020-12-15T07:34:45.173Z] c6e01ed3c231: Pushed [2020-12-15T07:34:45.173Z] 735d1473b2a8: Pushed [2020-12-15T07:34:47.837Z] 392575412308: Pushed [2020-12-15T07:34:48.108Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:94c662ad5598fbeda9c0bd8867cd77f8a110962c2d08a295f0349f1d61a55f79 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:48.448Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:48.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:48.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T07:34:48.780Z] 735d1473b2a8: Preparing [2020-12-15T07:34:48.780Z] 392575412308: Preparing [2020-12-15T07:34:48.780Z] c6e01ed3c231: Preparing [2020-12-15T07:34:48.780Z] 735d1473b2a8: Layer already exists [2020-12-15T07:34:48.780Z] 392575412308: Layer already exists [2020-12-15T07:34:48.780Z] c6e01ed3c231: Layer already exists [2020-12-15T07:34:49.049Z] 2.0.0-dev.12: digest: sha256:94c662ad5598fbeda9c0bd8867cd77f8a110962c2d08a295f0349f1d61a55f79 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:49.386Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:49.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:49.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T07:34:49.717Z] 735d1473b2a8: Preparing [2020-12-15T07:34:49.717Z] 392575412308: Preparing [2020-12-15T07:34:49.717Z] c6e01ed3c231: Preparing [2020-12-15T07:34:49.717Z] 735d1473b2a8: Layer already exists [2020-12-15T07:34:49.717Z] c6e01ed3c231: Layer already exists [2020-12-15T07:34:49.717Z] 392575412308: Layer already exists [2020-12-15T07:34:49.988Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:94c662ad5598fbeda9c0bd8867cd77f8a110962c2d08a295f0349f1d61a55f79 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:50.327Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:50.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-15T07:34:50.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-15T07:34:50.655Z] 735d1473b2a8: Preparing [2020-12-15T07:34:50.655Z] 392575412308: Preparing [2020-12-15T07:34:50.655Z] c6e01ed3c231: Preparing [2020-12-15T07:34:50.926Z] c6e01ed3c231: Layer already exists [2020-12-15T07:34:50.926Z] 392575412308: Layer already exists [2020-12-15T07:34:50.926Z] 735d1473b2a8: Layer already exists [2020-12-15T07:34:50.926Z] master: digest: sha256:94c662ad5598fbeda9c0bd8867cd77f8a110962c2d08a295f0349f1d61a55f79 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:34:51.135Z] ===================================================== [Pipeline] echo [2020-12-15T07:34:51.183Z] taggedImages: [2020-12-15T07:34:51.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:51.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.12 [2020-12-15T07:34:51.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:51.183Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-15T07:34:51.248Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-15T07:34:51.248Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:51.248Z] 2.0.0-dev.12 [2020-12-15T07:34:51.248Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:34:51.248Z] master [2020-12-15T07:34:51.248Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:51.769Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:52.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:34:52.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T07:34:52.110Z] 5cd1919ee029: Preparing [2020-12-15T07:34:52.110Z] 80031a9bf70c: Preparing [2020-12-15T07:34:52.110Z] d1d46d76617e: Preparing [2020-12-15T07:34:52.110Z] e44ba959f55d: Preparing [2020-12-15T07:34:52.110Z] dbf17b5aa8fc: Preparing [2020-12-15T07:34:52.110Z] 74d1c0fb9698: Preparing [2020-12-15T07:34:52.110Z] 911b4cce8a1d: Preparing [2020-12-15T07:34:52.110Z] 9ded3b6bb9b5: Preparing [2020-12-15T07:34:52.110Z] fa1afe8e6ed9: Preparing [2020-12-15T07:34:52.110Z] 87a09b4c083e: Preparing [2020-12-15T07:34:52.110Z] 0f74e9ff2a61: Preparing [2020-12-15T07:34:52.110Z] b122376c33c6: Preparing [2020-12-15T07:34:52.110Z] f8381ed47b22: Preparing [2020-12-15T07:34:52.110Z] e934a737d657: Preparing [2020-12-15T07:34:52.110Z] 74d1c0fb9698: Waiting [2020-12-15T07:34:52.110Z] 87a09b4c083e: Waiting [2020-12-15T07:34:52.110Z] 911b4cce8a1d: Waiting [2020-12-15T07:34:52.110Z] 0f74e9ff2a61: Waiting [2020-12-15T07:34:52.110Z] 9ded3b6bb9b5: Waiting [2020-12-15T07:34:52.110Z] b122376c33c6: Waiting [2020-12-15T07:34:52.110Z] fa1afe8e6ed9: Waiting [2020-12-15T07:34:52.110Z] f8381ed47b22: Waiting [2020-12-15T07:34:52.110Z] e934a737d657: Waiting [2020-12-15T07:34:52.705Z] dbf17b5aa8fc: Pushed [2020-12-15T07:34:52.976Z] 5cd1919ee029: Pushed [2020-12-15T07:34:53.247Z] e44ba959f55d: Pushed [2020-12-15T07:34:53.522Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T07:34:53.522Z] fa1afe8e6ed9: Layer already exists [2020-12-15T07:34:53.522Z] 87a09b4c083e: Layer already exists [2020-12-15T07:34:53.522Z] 0f74e9ff2a61: Layer already exists [2020-12-15T07:34:53.522Z] 911b4cce8a1d: Pushed [2020-12-15T07:34:53.522Z] b122376c33c6: Layer already exists [2020-12-15T07:34:53.522Z] f8381ed47b22: Layer already exists [2020-12-15T07:34:53.522Z] e934a737d657: Layer already exists [2020-12-15T07:34:54.113Z] 80031a9bf70c: Pushed [2020-12-15T07:34:55.086Z] 74d1c0fb9698: Pushed [2020-12-15T07:35:05.192Z] d1d46d76617e: Pushed [2020-12-15T07:35:05.192Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008: digest: sha256:83cba476f93a24dba42374cbccf359c3c23aafd4aa75562461abe2d15c4b9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:05.524Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:05.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.12 [2020-12-15T07:35:05.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T07:35:05.858Z] 5cd1919ee029: Preparing [2020-12-15T07:35:05.858Z] 80031a9bf70c: Preparing [2020-12-15T07:35:05.858Z] d1d46d76617e: Preparing [2020-12-15T07:35:05.858Z] e44ba959f55d: Preparing [2020-12-15T07:35:05.858Z] dbf17b5aa8fc: Preparing [2020-12-15T07:35:05.858Z] 74d1c0fb9698: Preparing [2020-12-15T07:35:05.858Z] 911b4cce8a1d: Preparing [2020-12-15T07:35:05.858Z] 9ded3b6bb9b5: Preparing [2020-12-15T07:35:05.858Z] fa1afe8e6ed9: Preparing [2020-12-15T07:35:05.858Z] 87a09b4c083e: Preparing [2020-12-15T07:35:05.858Z] 0f74e9ff2a61: Preparing [2020-12-15T07:35:05.858Z] b122376c33c6: Preparing [2020-12-15T07:35:05.858Z] f8381ed47b22: Preparing [2020-12-15T07:35:05.858Z] e934a737d657: Preparing [2020-12-15T07:35:05.858Z] 74d1c0fb9698: Waiting [2020-12-15T07:35:05.858Z] 911b4cce8a1d: Waiting [2020-12-15T07:35:05.858Z] b122376c33c6: Waiting [2020-12-15T07:35:05.858Z] 9ded3b6bb9b5: Waiting [2020-12-15T07:35:05.858Z] fa1afe8e6ed9: Waiting [2020-12-15T07:35:05.858Z] f8381ed47b22: Waiting [2020-12-15T07:35:05.858Z] 87a09b4c083e: Waiting [2020-12-15T07:35:05.858Z] e934a737d657: Waiting [2020-12-15T07:35:05.858Z] 0f74e9ff2a61: Waiting [2020-12-15T07:35:05.858Z] e44ba959f55d: Layer already exists [2020-12-15T07:35:05.858Z] 5cd1919ee029: Layer already exists [2020-12-15T07:35:05.858Z] d1d46d76617e: Layer already exists [2020-12-15T07:35:05.858Z] 80031a9bf70c: Layer already exists [2020-12-15T07:35:05.858Z] 74d1c0fb9698: Layer already exists [2020-12-15T07:35:05.858Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T07:35:05.858Z] 911b4cce8a1d: Layer already exists [2020-12-15T07:35:05.858Z] fa1afe8e6ed9: Layer already exists [2020-12-15T07:35:06.127Z] 87a09b4c083e: Layer already exists [2020-12-15T07:35:06.127Z] 0f74e9ff2a61: Layer already exists [2020-12-15T07:35:06.127Z] b122376c33c6: Layer already exists [2020-12-15T07:35:06.127Z] f8381ed47b22: Layer already exists [2020-12-15T07:35:06.127Z] e934a737d657: Layer already exists [2020-12-15T07:35:06.127Z] dbf17b5aa8fc: Layer already exists [2020-12-15T07:35:06.127Z] 2.0.0-dev.12: digest: sha256:83cba476f93a24dba42374cbccf359c3c23aafd4aa75562461abe2d15c4b9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:06.728Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:07.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:35:07.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T07:35:07.058Z] 5cd1919ee029: Preparing [2020-12-15T07:35:07.059Z] 80031a9bf70c: Preparing [2020-12-15T07:35:07.059Z] d1d46d76617e: Preparing [2020-12-15T07:35:07.059Z] e44ba959f55d: Preparing [2020-12-15T07:35:07.059Z] dbf17b5aa8fc: Preparing [2020-12-15T07:35:07.059Z] 74d1c0fb9698: Preparing [2020-12-15T07:35:07.059Z] 911b4cce8a1d: Preparing [2020-12-15T07:35:07.059Z] 9ded3b6bb9b5: Preparing [2020-12-15T07:35:07.059Z] fa1afe8e6ed9: Preparing [2020-12-15T07:35:07.059Z] 87a09b4c083e: Preparing [2020-12-15T07:35:07.059Z] 0f74e9ff2a61: Preparing [2020-12-15T07:35:07.059Z] b122376c33c6: Preparing [2020-12-15T07:35:07.059Z] f8381ed47b22: Preparing [2020-12-15T07:35:07.059Z] e934a737d657: Preparing [2020-12-15T07:35:07.059Z] fa1afe8e6ed9: Waiting [2020-12-15T07:35:07.059Z] 911b4cce8a1d: Waiting [2020-12-15T07:35:07.059Z] 9ded3b6bb9b5: Waiting [2020-12-15T07:35:07.059Z] 87a09b4c083e: Waiting [2020-12-15T07:35:07.059Z] 0f74e9ff2a61: Waiting [2020-12-15T07:35:07.059Z] b122376c33c6: Waiting [2020-12-15T07:35:07.059Z] f8381ed47b22: Waiting [2020-12-15T07:35:07.059Z] e934a737d657: Waiting [2020-12-15T07:35:07.059Z] 74d1c0fb9698: Waiting [2020-12-15T07:35:07.332Z] e44ba959f55d: Layer already exists [2020-12-15T07:35:07.332Z] dbf17b5aa8fc: Layer already exists [2020-12-15T07:35:07.332Z] 80031a9bf70c: Layer already exists [2020-12-15T07:35:07.332Z] d1d46d76617e: Layer already exists [2020-12-15T07:35:07.332Z] 5cd1919ee029: Layer already exists [2020-12-15T07:35:07.332Z] 911b4cce8a1d: Layer already exists [2020-12-15T07:35:07.332Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T07:35:07.332Z] 74d1c0fb9698: Layer already exists [2020-12-15T07:35:07.332Z] fa1afe8e6ed9: Layer already exists [2020-12-15T07:35:07.332Z] 87a09b4c083e: Layer already exists [2020-12-15T07:35:07.332Z] b122376c33c6: Layer already exists [2020-12-15T07:35:07.332Z] f8381ed47b22: Layer already exists [2020-12-15T07:35:07.332Z] e934a737d657: Layer already exists [2020-12-15T07:35:07.332Z] 0f74e9ff2a61: Layer already exists [2020-12-15T07:35:07.332Z] 63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12: digest: sha256:83cba476f93a24dba42374cbccf359c3c23aafd4aa75562461abe2d15c4b9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:07.670Z] + 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-15T07:35:08.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-15T07:35:08.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-15T07:35:08.007Z] 5cd1919ee029: Preparing [2020-12-15T07:35:08.007Z] 80031a9bf70c: Preparing [2020-12-15T07:35:08.007Z] d1d46d76617e: Preparing [2020-12-15T07:35:08.007Z] e44ba959f55d: Preparing [2020-12-15T07:35:08.007Z] dbf17b5aa8fc: Preparing [2020-12-15T07:35:08.007Z] 74d1c0fb9698: Preparing [2020-12-15T07:35:08.007Z] 911b4cce8a1d: Preparing [2020-12-15T07:35:08.007Z] 9ded3b6bb9b5: Preparing [2020-12-15T07:35:08.007Z] fa1afe8e6ed9: Preparing [2020-12-15T07:35:08.007Z] 87a09b4c083e: Preparing [2020-12-15T07:35:08.007Z] 0f74e9ff2a61: Preparing [2020-12-15T07:35:08.007Z] b122376c33c6: Preparing [2020-12-15T07:35:08.007Z] f8381ed47b22: Preparing [2020-12-15T07:35:08.007Z] e934a737d657: Preparing [2020-12-15T07:35:08.007Z] 74d1c0fb9698: Waiting [2020-12-15T07:35:08.007Z] 911b4cce8a1d: Waiting [2020-12-15T07:35:08.007Z] 9ded3b6bb9b5: Waiting [2020-12-15T07:35:08.007Z] fa1afe8e6ed9: Waiting [2020-12-15T07:35:08.007Z] 87a09b4c083e: Waiting [2020-12-15T07:35:08.007Z] f8381ed47b22: Waiting [2020-12-15T07:35:08.007Z] 0f74e9ff2a61: Waiting [2020-12-15T07:35:08.007Z] e934a737d657: Waiting [2020-12-15T07:35:08.007Z] b122376c33c6: Waiting [2020-12-15T07:35:08.007Z] d1d46d76617e: Layer already exists [2020-12-15T07:35:08.007Z] 80031a9bf70c: Layer already exists [2020-12-15T07:35:08.007Z] 5cd1919ee029: Layer already exists [2020-12-15T07:35:08.007Z] e44ba959f55d: Layer already exists [2020-12-15T07:35:08.007Z] dbf17b5aa8fc: Layer already exists [2020-12-15T07:35:08.279Z] 74d1c0fb9698: Layer already exists [2020-12-15T07:35:08.279Z] fa1afe8e6ed9: Layer already exists [2020-12-15T07:35:08.279Z] 87a09b4c083e: Layer already exists [2020-12-15T07:35:08.279Z] 911b4cce8a1d: Layer already exists [2020-12-15T07:35:08.279Z] 9ded3b6bb9b5: Layer already exists [2020-12-15T07:35:08.279Z] b122376c33c6: Layer already exists [2020-12-15T07:35:08.279Z] f8381ed47b22: Layer already exists [2020-12-15T07:35:08.279Z] 0f74e9ff2a61: Layer already exists [2020-12-15T07:35:08.279Z] e934a737d657: Layer already exists [2020-12-15T07:35:08.279Z] master: digest: sha256:83cba476f93a24dba42374cbccf359c3c23aafd4aa75562461abe2d15c4b9bb6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-15T07:35:08.539Z] ===================================================== [Pipeline] echo [2020-12-15T07:35:08.587Z] taggedImages: [2020-12-15T07:35:08.587Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008 [2020-12-15T07:35:08.587Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.12 [2020-12-15T07:35:08.587Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:63eb717be648985cabd2e2ea0d3d1f19ada5a008-2.0.0-dev.12 [2020-12-15T07:35:08.587Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T07:35:10.482Z] provisioning config files... [2020-12-15T07:35:10.514Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/256@tmp/config3365928407970044407tmp [Pipeline] { [Pipeline] sh [2020-12-15T07:35:10.891Z] + set +x [2020-12-15T07:35:10.891Z] + curl -s https://codecov.io/bash [2020-12-15T07:35:10.891Z] + bash -s -- [2020-12-15T07:35:11.469Z] [2020-12-15T07:35:11.469Z] _____ _ [2020-12-15T07:35:11.469Z] / ____| | | [2020-12-15T07:35:11.469Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T07:35:11.469Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T07:35:11.469Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T07:35:11.469Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T07:35:11.469Z] Bash-20201130-cc6d3fe [2020-12-15T07:35:11.469Z] [2020-12-15T07:35:11.469Z] [2020-12-15T07:35:11.469Z] ==> Jenkins CI detected. [2020-12-15T07:35:11.469Z] project root: . [2020-12-15T07:35:11.469Z] --> token set from env [2020-12-15T07:35:11.469Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T07:35:11.469Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T07:35:11.469Z] ==> Python coveragepy not found [2020-12-15T07:35:11.469Z] ==> Searching for coverage reports in: [2020-12-15T07:35:11.470Z] + . [2020-12-15T07:35:11.470Z] -> Found 1 reports [2020-12-15T07:35:11.470Z] ==> Detecting git/mercurial file structure [2020-12-15T07:35:11.470Z] ==> Reading reports [2020-12-15T07:35:11.470Z] + ./coverage.out bytes=568194 [2020-12-15T07:35:11.470Z] ==> Appending adjustments [2020-12-15T07:35:11.470Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T07:35:14.779Z] + Found adjustments [2020-12-15T07:35:14.779Z] ==> Gzipping contents [2020-12-15T07:35:14.779Z] 88K /tmp/codecov.w1xGjk.gz [2020-12-15T07:35:14.779Z] ==> Uploading reports [2020-12-15T07:35:14.779Z] url: https://codecov.io [2020-12-15T07:35:14.779Z] query: branch=master&commit=63eb717be648985cabd2e2ea0d3d1f19ada5a008&build=256&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F256%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T07:35:14.779Z] -> Pinging Codecov [2020-12-15T07:35:14.779Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=63eb717be648985cabd2e2ea0d3d1f19ada5a008&build=256&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F256%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-15T07:35:15.352Z] -> Uploading to [2020-12-15T07:35:15.352Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/63eb717be648985cabd2e2ea0d3d1f19ada5a008/13245518-1f4b-4913-b9c1-27e0e4ef9181.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T073515Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0851a9954d3fa1e57034c0e5b6f7937298c12b75c1ef1d7feed6668bb81b5a3b [2020-12-15T07:35:15.352Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:35:15.352Z] Dload Upload Total Spent Left Speed [2020-12-15T07:35:15.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87888 0 0 100 87888 0 131k --:--:-- --:--:-- --:--:-- 131k 100 87888 0 0 100 87888 0 131k --:--:-- --:--:-- --:--:-- 131k [2020-12-15T07:35:15.925Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/63eb717be648985cabd2e2ea0d3d1f19ada5a008 [Pipeline] } [2020-12-15T07:35:15.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-15T07:35:16.876Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-15T07:35:16.927Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:17.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:35:17.313Z] [2020-12-15T07:35:17.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:17.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:35:17.660Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-15T07:35:17.660Z] 188c0c94c7c5: Already exists [2020-12-15T07:35:17.660Z] 0ef7d3d256c8: Already exists [2020-12-15T07:35:17.660Z] de9db76c5a1d: Already exists [2020-12-15T07:35:17.660Z] 0eba1c9be4d2: Pulling fs layer [2020-12-15T07:35:17.660Z] 0d57e429df01: Pulling fs layer [2020-12-15T07:35:17.660Z] 4e4be7b47b0d: Pulling fs layer [2020-12-15T07:35:17.660Z] e1f770b5df2f: Pulling fs layer [2020-12-15T07:35:17.660Z] 85a0685a4137: Pulling fs layer [2020-12-15T07:35:17.660Z] e1f770b5df2f: Waiting [2020-12-15T07:35:17.660Z] 85a0685a4137: Waiting [2020-12-15T07:35:17.660Z] 4e4be7b47b0d: Verifying Checksum [2020-12-15T07:35:17.660Z] 4e4be7b47b0d: Download complete [2020-12-15T07:35:17.660Z] 0d57e429df01: Verifying Checksum [2020-12-15T07:35:18.609Z] e1f770b5df2f: Verifying Checksum [2020-12-15T07:35:18.609Z] e1f770b5df2f: Download complete [2020-12-15T07:35:20.547Z] 0eba1c9be4d2: Verifying Checksum [2020-12-15T07:35:20.547Z] 0eba1c9be4d2: Download complete [2020-12-15T07:35:20.820Z] 85a0685a4137: Verifying Checksum [2020-12-15T07:35:20.820Z] 85a0685a4137: Download complete [2020-12-15T07:35:26.127Z] 0eba1c9be4d2: Pull complete [2020-12-15T07:35:26.392Z] 0d57e429df01: Pull complete [2020-12-15T07:35:26.658Z] 4e4be7b47b0d: Pull complete [2020-12-15T07:35:30.937Z] e1f770b5df2f: Pull complete [2020-12-15T07:35:39.115Z] 85a0685a4137: Pull complete [2020-12-15T07:35:39.115Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-15T07:35:39.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:35:39.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-15T07:35:39.306Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:35:39.370Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:35:40.402Z] $ docker top 75159d93ecd418aeb5d00fad0d07ed971654432a7c25fa489624add76bd2045a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T07:35:40.695Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-15T07:35:40.987Z] + set -o pipefail [2020-12-15T07:35:40.987Z] + snyk monitor '--org=edgex-jenkins' [2020-12-15T07:35:51.026Z] [2020-12-15T07:35:51.026Z] Monitoring /w/workspace/edgex-go/256 (github.com/edgexfoundry/edgex-go)... [2020-12-15T07:35:51.026Z] [2020-12-15T07:35:51.026Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/10257ab1-3fde-4158-9f38-23a18ac0403e [2020-12-15T07:35:51.026Z] [2020-12-15T07:35:51.026Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-15T07:35:51.026Z] [2020-12-15T07:35:51.026Z] [2020-12-15T07:35:51.026Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-15T07:35:51.026Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-15T07:35:51.046Z] $ docker stop --time=1 75159d93ecd418aeb5d00fad0d07ed971654432a7c25fa489624add76bd2045a [2020-12-15T07:35:54.134Z] $ docker rm -f 75159d93ecd418aeb5d00fad0d07ed971654432a7c25fa489624add76bd2045a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-15T07:35:55.075Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-15T07:35:55.078Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:35:55.370Z] + set -o pipefail [2020-12-15T07:35:55.370Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:35:55.370Z] + tee .snyk [2020-12-15T07:35:55.631Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:35:55.631Z] version: v1.14.1 [2020-12-15T07:35:55.631Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:35:55.631Z] ignore: [2020-12-15T07:35:55.631Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:35:55.631Z] - '*': [2020-12-15T07:35:55.631Z] reason: does not apply # justification for ignoring [2020-12-15T07:35:55.631Z] 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-15T07:35:55.631Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:35:55.631Z] - '*': [2020-12-15T07:35:55.631Z] reason: false positive [2020-12-15T07:35:55.631Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:35:55.631Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:35:55.631Z] - '*': [2020-12-15T07:35:55.631Z] reason: does not apply [2020-12-15T07:35:55.631Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:35:55.631Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:35:55.740Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:56.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:35:56.083Z] . [Pipeline] withDockerContainer [2020-12-15T07:35:56.186Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:35:56.243Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:35:57.101Z] $ docker top c0a4d2d1e43f8617b57fbdb38fa0fda3c8c11ab8db664ec9332dfb854bc082e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:35:57.622Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:35:57.633Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:35:57.920Z] + set -o pipefail [2020-12-15T07:35:57.921Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:35:57.921Z] + snyk-to-html -o snykReport.html [2020-12-15T07:36:12.853Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:36:12.872Z] $ docker stop --time=1 c0a4d2d1e43f8617b57fbdb38fa0fda3c8c11ab8db664ec9332dfb854bc082e0 [2020-12-15T07:36:14.378Z] $ docker rm -f c0a4d2d1e43f8617b57fbdb38fa0fda3c8c11ab8db664ec9332dfb854bc082e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:36:14.689Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-15T07:36:14.693Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:36:14.984Z] + set -o pipefail [2020-12-15T07:36:14.984Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:36:14.984Z] + tee .snyk [2020-12-15T07:36:14.984Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:36:14.984Z] version: v1.14.1 [2020-12-15T07:36:14.984Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:36:14.984Z] ignore: [2020-12-15T07:36:14.984Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:36:14.984Z] - '*': [2020-12-15T07:36:14.984Z] reason: does not apply # justification for ignoring [2020-12-15T07:36:14.984Z] 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-15T07:36:14.984Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:36:14.984Z] - '*': [2020-12-15T07:36:14.984Z] reason: false positive [2020-12-15T07:36:14.984Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:14.984Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:36:14.984Z] - '*': [2020-12-15T07:36:14.984Z] reason: does not apply [2020-12-15T07:36:14.984Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:14.984Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:36:15.113Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:36:15.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:36:15.456Z] . [Pipeline] withDockerContainer [2020-12-15T07:36:15.558Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:36:15.610Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:36:16.361Z] $ docker top beb00d815e03818027b6a8f3c1caa2b739a76df6d6c539a27973e62f8ea96182 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:36:16.861Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:36:16.948Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:36:17.342Z] + set -o pipefail [2020-12-15T07:36:17.342Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:36:17.342Z] + snyk-to-html -o snykReport.html [2020-12-15T07:36:24.023Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:36:24.043Z] $ docker stop --time=1 beb00d815e03818027b6a8f3c1caa2b739a76df6d6c539a27973e62f8ea96182 [2020-12-15T07:36:25.471Z] $ docker rm -f beb00d815e03818027b6a8f3c1caa2b739a76df6d6c539a27973e62f8ea96182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:36:25.765Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T07:36:25.767Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T07:36:25.946Z] Archiving artifacts [Pipeline] unstable [2020-12-15T07:36:26.084Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T07:36:26.137Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-15T07:36:26.140Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:36:26.432Z] + set -o pipefail [2020-12-15T07:36:26.432Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:36:26.432Z] + tee .snyk [2020-12-15T07:36:26.432Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:36:26.432Z] version: v1.14.1 [2020-12-15T07:36:26.432Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:36:26.432Z] ignore: [2020-12-15T07:36:26.432Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:36:26.432Z] - '*': [2020-12-15T07:36:26.432Z] reason: does not apply # justification for ignoring [2020-12-15T07:36:26.432Z] 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-15T07:36:26.432Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:36:26.432Z] - '*': [2020-12-15T07:36:26.432Z] reason: false positive [2020-12-15T07:36:26.432Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:26.432Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:36:26.432Z] - '*': [2020-12-15T07:36:26.432Z] reason: does not apply [2020-12-15T07:36:26.432Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:26.432Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:36:26.529Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:36:26.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:36:26.874Z] . [Pipeline] withDockerContainer [2020-12-15T07:36:26.981Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:36:27.035Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:36:27.679Z] $ docker top 156fcc36820620c03798162b6286a217c5592d39edc288d1fe18da71c80ed2c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:36:28.158Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:36:28.169Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:36:28.461Z] + set -o pipefail [2020-12-15T07:36:28.461Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:36:28.461Z] + snyk-to-html -o snykReport.html [2020-12-15T07:36:38.501Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:36:38.522Z] $ docker stop --time=1 156fcc36820620c03798162b6286a217c5592d39edc288d1fe18da71c80ed2c4 [2020-12-15T07:36:40.044Z] $ docker rm -f 156fcc36820620c03798162b6286a217c5592d39edc288d1fe18da71c80ed2c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:36:40.412Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-15T07:36:40.415Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:36:40.707Z] + set -o pipefail [2020-12-15T07:36:40.707Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:36:40.707Z] + tee .snyk [2020-12-15T07:36:40.707Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:36:40.707Z] version: v1.14.1 [2020-12-15T07:36:40.707Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:36:40.707Z] ignore: [2020-12-15T07:36:40.707Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:36:40.707Z] - '*': [2020-12-15T07:36:40.707Z] reason: does not apply # justification for ignoring [2020-12-15T07:36:40.707Z] 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-15T07:36:40.707Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:36:40.707Z] - '*': [2020-12-15T07:36:40.707Z] reason: false positive [2020-12-15T07:36:40.707Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:40.707Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:36:40.707Z] - '*': [2020-12-15T07:36:40.707Z] reason: does not apply [2020-12-15T07:36:40.707Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:40.707Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:36:40.816Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:36:41.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:36:41.214Z] . [Pipeline] withDockerContainer [2020-12-15T07:36:41.316Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:36:41.369Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:36:42.012Z] $ docker top ab1a8331d84901562bf679b52fe6709f6e8aa9ecf14d030f9717ea59ea48fea8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:36:42.518Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:36:42.530Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:36:42.820Z] + set -o pipefail [2020-12-15T07:36:42.820Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:36:42.820Z] + snyk-to-html -o snykReport.html [2020-12-15T07:36:49.521Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:36:49.539Z] $ docker stop --time=1 ab1a8331d84901562bf679b52fe6709f6e8aa9ecf14d030f9717ea59ea48fea8 [2020-12-15T07:36:51.051Z] $ docker rm -f ab1a8331d84901562bf679b52fe6709f6e8aa9ecf14d030f9717ea59ea48fea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:36:51.418Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-15T07:36:51.421Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:36:51.712Z] + set -o pipefail [2020-12-15T07:36:51.712Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:36:51.712Z] + tee .snyk [2020-12-15T07:36:51.712Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:36:51.712Z] version: v1.14.1 [2020-12-15T07:36:51.712Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:36:51.712Z] ignore: [2020-12-15T07:36:51.712Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:36:51.712Z] - '*': [2020-12-15T07:36:51.712Z] reason: does not apply # justification for ignoring [2020-12-15T07:36:51.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-15T07:36:51.712Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:36:51.712Z] - '*': [2020-12-15T07:36:51.712Z] reason: false positive [2020-12-15T07:36:51.712Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:51.712Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:36:51.712Z] - '*': [2020-12-15T07:36:51.712Z] reason: does not apply [2020-12-15T07:36:51.712Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:36:51.712Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:36:51.768Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:36:52.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:36:52.139Z] . [Pipeline] withDockerContainer [2020-12-15T07:36:52.241Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:36:52.295Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:36:53.130Z] $ docker top f21868074cd92587e8e46fa4463089abe7f863f7cd3f1660a1ea3af31d06602c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:36:53.624Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:36:53.636Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:36:54.036Z] + set -o pipefail [2020-12-15T07:36:54.036Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:36:54.036Z] + snyk-to-html -o snykReport.html [2020-12-15T07:36:59.349Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:36:59.367Z] $ docker stop --time=1 f21868074cd92587e8e46fa4463089abe7f863f7cd3f1660a1ea3af31d06602c [2020-12-15T07:37:00.789Z] $ docker rm -f f21868074cd92587e8e46fa4463089abe7f863f7cd3f1660a1ea3af31d06602c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:37:01.136Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T07:37:01.138Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T07:37:01.266Z] Archiving artifacts [Pipeline] unstable [2020-12-15T07:37:01.334Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T07:37:01.391Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-15T07:37:01.393Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:37:01.689Z] + set -o pipefail [2020-12-15T07:37:01.690Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:37:01.690Z] + tee .snyk [2020-12-15T07:37:01.690Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:37:01.690Z] version: v1.14.1 [2020-12-15T07:37:01.690Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:37:01.690Z] ignore: [2020-12-15T07:37:01.690Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:37:01.690Z] - '*': [2020-12-15T07:37:01.690Z] reason: does not apply # justification for ignoring [2020-12-15T07:37:01.690Z] 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-15T07:37:01.690Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:37:01.690Z] - '*': [2020-12-15T07:37:01.690Z] reason: false positive [2020-12-15T07:37:01.690Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:01.690Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:37:01.690Z] - '*': [2020-12-15T07:37:01.690Z] reason: does not apply [2020-12-15T07:37:01.690Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:01.690Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:37:01.772Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:37:02.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:37:02.177Z] . [Pipeline] withDockerContainer [2020-12-15T07:37:02.277Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:37:02.329Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:37:03.064Z] $ docker top 6f9c3fa1f2562933afd8b53c5474cbc9a73e4c92771c31c5e13ef66af5f271d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:37:03.570Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:37:03.583Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:37:03.873Z] + set -o pipefail [2020-12-15T07:37:03.873Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:37:03.873Z] + snyk-to-html -o snykReport.html [2020-12-15T07:37:09.189Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:37:09.208Z] $ docker stop --time=1 6f9c3fa1f2562933afd8b53c5474cbc9a73e4c92771c31c5e13ef66af5f271d0 [2020-12-15T07:37:10.636Z] $ docker rm -f 6f9c3fa1f2562933afd8b53c5474cbc9a73e4c92771c31c5e13ef66af5f271d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:37:10.999Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T07:37:11.001Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T07:37:11.121Z] Archiving artifacts [Pipeline] unstable [2020-12-15T07:37:11.179Z] WARNING: Snyk Found Vulnerabilites [Pipeline] echo [2020-12-15T07:37:11.230Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-15T07:37:11.233Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:37:11.523Z] + set -o pipefail [2020-12-15T07:37:11.523Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:37:11.523Z] + tee .snyk [2020-12-15T07:37:11.523Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:37:11.523Z] version: v1.14.1 [2020-12-15T07:37:11.523Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:37:11.523Z] ignore: [2020-12-15T07:37:11.523Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:37:11.523Z] - '*': [2020-12-15T07:37:11.523Z] reason: does not apply # justification for ignoring [2020-12-15T07:37:11.523Z] 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-15T07:37:11.523Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:37:11.523Z] - '*': [2020-12-15T07:37:11.523Z] reason: false positive [2020-12-15T07:37:11.523Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:11.523Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:37:11.523Z] - '*': [2020-12-15T07:37:11.523Z] reason: does not apply [2020-12-15T07:37:11.523Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:11.523Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:37:11.611Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:37:11.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:37:11.962Z] . [Pipeline] withDockerContainer [2020-12-15T07:37:12.081Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:37:12.134Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:37:12.802Z] $ docker top 5d29cab08919f5cd0aa587c337e02985ff70c9173251c916f2c448d344e15c02 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:37:13.297Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:37:13.308Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:37:13.597Z] + set -o pipefail [2020-12-15T07:37:13.598Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:37:13.598Z] + snyk-to-html -o snykReport.html [2020-12-15T07:37:23.628Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:37:23.648Z] $ docker stop --time=1 5d29cab08919f5cd0aa587c337e02985ff70c9173251c916f2c448d344e15c02 [2020-12-15T07:37:25.156Z] $ docker rm -f 5d29cab08919f5cd0aa587c337e02985ff70c9173251c916f2c448d344e15c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:37:25.447Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-15T07:37:25.450Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:37:25.747Z] + set -o pipefail [2020-12-15T07:37:25.747Z] + tee .snyk [2020-12-15T07:37:25.747Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:37:25.747Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:37:25.747Z] version: v1.14.1 [2020-12-15T07:37:25.747Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:37:25.747Z] ignore: [2020-12-15T07:37:25.747Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:37:25.747Z] - '*': [2020-12-15T07:37:25.747Z] reason: does not apply # justification for ignoring [2020-12-15T07:37:25.747Z] 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-15T07:37:25.747Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:37:25.747Z] - '*': [2020-12-15T07:37:25.747Z] reason: false positive [2020-12-15T07:37:25.747Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:25.747Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:37:25.747Z] - '*': [2020-12-15T07:37:25.747Z] reason: does not apply [2020-12-15T07:37:25.747Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:25.747Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:37:25.850Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:37:26.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:37:26.197Z] . [Pipeline] withDockerContainer [2020-12-15T07:37:26.299Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:37:26.353Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:37:27.115Z] $ docker top 460a80bb8611b5b1a45bf1183b2da513b69acc82f4735337eabc571b0c19dc5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:37:27.594Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:37:27.606Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:37:27.896Z] + set -o pipefail [2020-12-15T07:37:27.897Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:37:27.897Z] + snyk-to-html -o snykReport.html [2020-12-15T07:37:37.923Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:37:37.943Z] $ docker stop --time=1 460a80bb8611b5b1a45bf1183b2da513b69acc82f4735337eabc571b0c19dc5f [2020-12-15T07:37:39.442Z] $ docker rm -f 460a80bb8611b5b1a45bf1183b2da513b69acc82f4735337eabc571b0c19dc5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:37:39.823Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-15T07:37:39.826Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:37:40.140Z] + set -o pipefail [2020-12-15T07:37:40.140Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:37:40.140Z] + tee .snyk [2020-12-15T07:37:40.140Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:37:40.140Z] version: v1.14.1 [2020-12-15T07:37:40.140Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:37:40.140Z] ignore: [2020-12-15T07:37:40.140Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:37:40.140Z] - '*': [2020-12-15T07:37:40.140Z] reason: does not apply # justification for ignoring [2020-12-15T07:37:40.140Z] 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-15T07:37:40.140Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:37:40.140Z] - '*': [2020-12-15T07:37:40.140Z] reason: false positive [2020-12-15T07:37:40.140Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:40.140Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:37:40.140Z] - '*': [2020-12-15T07:37:40.140Z] reason: does not apply [2020-12-15T07:37:40.140Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:40.140Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:37:40.253Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:37:40.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:37:40.717Z] . [Pipeline] withDockerContainer [2020-12-15T07:37:40.827Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:37:40.881Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:37:41.677Z] $ docker top bcc9e79b953bef0232466e79c79f739a920cf94ea8ec366459fe44a4475c17c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:37:42.178Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:37:42.189Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:37:42.488Z] + set -o pipefail [2020-12-15T07:37:42.489Z] + snyk-to-html -o snykReport.html [2020-12-15T07:37:42.489Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:37:50.649Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:37:50.667Z] $ docker stop --time=1 bcc9e79b953bef0232466e79c79f739a920cf94ea8ec366459fe44a4475c17c8 [2020-12-15T07:37:52.144Z] $ docker rm -f bcc9e79b953bef0232466e79c79f739a920cf94ea8ec366459fe44a4475c17c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:37:52.489Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T07:37:52.492Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-15T07:37:52.783Z] + set -o pipefail [2020-12-15T07:37:52.783Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-15T07:37:52.783Z] + tee .snyk [2020-12-15T07:37:52.783Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-15T07:37:52.783Z] version: v1.14.1 [2020-12-15T07:37:52.783Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-15T07:37:52.783Z] ignore: [2020-12-15T07:37:52.783Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-15T07:37:52.783Z] - '*': [2020-12-15T07:37:52.783Z] reason: does not apply # justification for ignoring [2020-12-15T07:37:52.783Z] 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-15T07:37:52.783Z] SNYK-ALPINE312-JQ-588886: [2020-12-15T07:37:52.783Z] - '*': [2020-12-15T07:37:52.783Z] reason: false positive [2020-12-15T07:37:52.783Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:52.783Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-15T07:37:52.783Z] - '*': [2020-12-15T07:37:52.783Z] reason: does not apply [2020-12-15T07:37:52.783Z] expires: 2021-01-01T00:00:00 [2020-12-15T07:37:52.783Z] # patch: {} [Pipeline] withCredentials [2020-12-15T07:37:52.877Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:37:53.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-15T07:37:53.239Z] . [Pipeline] withDockerContainer [2020-12-15T07:37:53.348Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:37:53.409Z] $ 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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:37:54.136Z] $ docker top 94f0d300c2ac0159c7d1f7c05d4b6f40c9abd7d068bcd1101b44aec3fe184846 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:37:54.634Z] + rm -f snykReport.html [Pipeline] echo [2020-12-15T07:37:54.645Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-15T07:37:54.933Z] + set -o pipefail [2020-12-15T07:37:54.933Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:63eb717be648985cabd2e2ea0d3d1f19ada5a008 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-15T07:37:54.933Z] + snyk-to-html -o snykReport.html [2020-12-15T07:38:03.098Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-15T07:38:03.118Z] $ docker stop --time=1 94f0d300c2ac0159c7d1f7c05d4b6f40c9abd7d068bcd1101b44aec3fe184846 [2020-12-15T07:38:04.795Z] $ docker rm -f 94f0d300c2ac0159c7d1f7c05d4b6f40c9abd7d068bcd1101b44aec3fe184846 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:38:05.311Z] [edgeXSnyk] Exit Code: 1 [Pipeline] echo [2020-12-15T07:38:05.313Z] [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step [2020-12-15T07:38:05.440Z] Archiving artifacts [Pipeline] unstable [2020-12-15T07:38:05.493Z] WARNING: Snyk Found Vulnerabilites [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-15T07:38:06.347Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T07:38:06.418Z] provisioning config files... [2020-12-15T07:38:06.428Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/256@tmp/config4561030977371157113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:38:06.861Z] --> edgex-publish-swagger.sh [2020-12-15T07:38:06.861Z] === Publish openapi/v1 API === [2020-12-15T07:38:06.861Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-15T07:38:06.861Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T07:38:06.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:06.861Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:07.804Z] 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 9022 0:00:01 0:00:01 --:--:-- 9023 100 10521 0 0 100 10521 0 9020 0:00:01 0:00:01 --:--:-- 9015 [2020-12-15T07:38:07.804Z] [2020-12-15T07:38:07.804Z] [2020-12-15T07:38:07.804Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T07:38:08.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:08.066Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:09.025Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27089 0:00:01 0:00:01 --:--:-- 27107 100 32556 0 0 100 32556 0 27085 0:00:01 0:00:01 --:--:-- 27107 [2020-12-15T07:38:09.025Z] [2020-12-15T07:38:09.025Z] [2020-12-15T07:38:09.025Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T07:38:09.293Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:09.293Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:10.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60804 0:00:01 0:00:01 --:--:-- 60825 100 73720 0 0 100 73720 0 58528 0:00:01 0:00:01 --:--:-- 58554 [2020-12-15T07:38:10.524Z] [2020-12-15T07:38:10.524Z] [2020-12-15T07:38:10.524Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T07:38:10.524Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:10.524Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:11.572Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11372 0:00:01 0:00:01 --:--:-- 11383 100 13580 0 0 100 13580 0 11371 0:00:01 0:00:01 --:--:-- 11373 [2020-12-15T07:38:11.572Z] [2020-12-15T07:38:11.572Z] [2020-12-15T07:38:11.572Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T07:38:11.572Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:11.572Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:13.047Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32001 0:00:01 0:00:01 --:--:-- 31981 100 38889 0 0 100 38889 0 27650 0:00:01 0:00:01 --:--:-- 27639 [2020-12-15T07:38:13.047Z] [2020-12-15T07:38:13.047Z] [2020-12-15T07:38:13.047Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T07:38:13.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:13.047Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:14.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12199 0:00:01 0:00:01 --:--:-- 12209 100 14248 0 0 100 14248 0 12198 0:00:01 0:00:01 --:--:-- 12209 [2020-12-15T07:38:14.448Z] [2020-12-15T07:38:14.448Z] [2020-12-15T07:38:14.448Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T07:38:14.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:14.448Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:15.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3844 0:00:01 0:00:01 --:--:-- 3847 100 4109 0 0 100 4109 0 3843 0:00:01 0:00:01 --:--:-- 3847 [2020-12-15T07:38:15.403Z] [2020-12-15T07:38:15.403Z] [2020-12-15T07:38:15.403Z] === Publish openapi/v2 API === [2020-12-15T07:38:15.403Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-15T07:38:15.403Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-15T07:38:15.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:15.403Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:16.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24385 0:00:01 0:00:01 --:--:-- 24388 100 29535 0 0 100 29535 0 21202 0:00:01 0:00:01 --:--:-- 21217 [2020-12-15T07:38:16.792Z] [2020-12-15T07:38:16.792Z] [2020-12-15T07:38:16.792Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-15T07:38:16.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:16.792Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:18.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61192 0 0 100 61192 0 50521 0:00:01 0:00:01 --:--:-- 50488 100 61192 0 0 100 61192 0 47303 0:00:01 0:00:01 --:--:-- 47289 [2020-12-15T07:38:18.190Z] [2020-12-15T07:38:18.190Z] [2020-12-15T07:38:18.190Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-15T07:38:18.190Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:18.190Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:19.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 97k 0:00:01 0:00:01 --:--:-- 97k [2020-12-15T07:38:19.138Z] [2020-12-15T07:38:19.138Z] [2020-12-15T07:38:19.138Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-15T07:38:19.400Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:19.400Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:20.789Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19601 0:00:01 0:00:01 --:--:-- 19611 100 23691 0 0 100 23691 0 19506 0:00:01 0:00:01 --:--:-- 19514 [2020-12-15T07:38:20.789Z] [2020-12-15T07:38:20.789Z] [2020-12-15T07:38:20.789Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-15T07:38:20.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:20.789Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:21.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53544 0:00:01 0:00:01 --:--:-- 53582 100 62691 0 0 100 62691 0 53537 0:00:01 0:00:01 --:--:-- 53582 [2020-12-15T07:38:21.736Z] [2020-12-15T07:38:21.736Z] [2020-12-15T07:38:21.736Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-15T07:38:21.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:21.736Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:23.128Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39672 0:00:01 0:00:01 --:--:-- 39654 100 46198 0 0 100 46198 0 39666 0:00:01 0:00:01 --:--:-- 39654 [2020-12-15T07:38:23.128Z] [2020-12-15T07:38:23.128Z] [2020-12-15T07:38:23.128Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-15T07:38:23.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:23.128Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:24.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20909 0:00:01 0:00:01 --:--:-- 20921 100 23725 0 0 100 23725 0 20905 0:00:01 0:00:01 --:--:-- 20921 [2020-12-15T07:38:24.074Z] [2020-12-15T07:38:24.074Z] [Pipeline] } [2020-12-15T07:38:24.084Z] 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-15T07:38:24.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:38:24.948Z] . [Pipeline] withDockerContainer [2020-12-15T07:38:25.051Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:38:25.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:38:25.873Z] $ docker top cf60f9ea2b3b4516721eb74720122408daf7e1fdbef75b46b9d44232b938a432 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:38:26.230Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:38:26.230Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:38:26.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:38:26.454Z] $ docker exec cf60f9ea2b3b4516721eb74720122408daf7e1fdbef75b46b9d44232b938a432 ssh-agent [2020-12-15T07:38:26.637Z] SSH_AUTH_SOCK=/tmp/ssh-Ax30LY6XfMtQ/agent.12 [2020-12-15T07:38:26.637Z] SSH_AGENT_PID=18 [2020-12-15T07:38:26.646Z] Running ssh-add (command line suppressed) [2020-12-15T07:38:26.817Z] Identity added: /w/workspace/edgex-go/256@tmp/private_key_6391971086917332425.key (/w/workspace/edgex-go/256@tmp/private_key_6391971086917332425.key) [2020-12-15T07:38:26.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:38:27.297Z] + git semver tag [2020-12-15T07:38:27.558Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:38:27.558Z] # $GIT_DIR = /w/workspace/edgex-go/256/.git [2020-12-15T07:38:27.558Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/256 [2020-12-15T07:38:27.558Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:38:27.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:38:27.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:38:27.558Z] # $SEMVER_BRANCH = master [2020-12-15T07:38:27.558Z] # $SEMVER_DIR = /w/workspace/edgex-go/256/.semver [2020-12-15T07:38:27.558Z] # 63eb717be648985cabd2e2ea0d3d1f19ada5a008 HEAD [2020-12-15T07:38:28.131Z] # -> Force: false [2020-12-15T07:38:28.131Z] # 9aec5297791f04fb27f74b41fd02c72ecd030c4f refs/tags/v2.0.0-dev.12 [Pipeline] } [2020-12-15T07:38:28.146Z] $ docker exec --env ******** --env ******** cf60f9ea2b3b4516721eb74720122408daf7e1fdbef75b46b9d44232b938a432 ssh-agent -k [2020-12-15T07:38:28.295Z] unset SSH_AUTH_SOCK; [2020-12-15T07:38:28.295Z] unset SSH_AGENT_PID; [2020-12-15T07:38:28.296Z] echo Agent pid 18 killed; [2020-12-15T07:38:28.363Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:38:28.842Z] + git semver [Pipeline] } [2020-12-15T07:38:28.867Z] $ docker stop --time=1 cf60f9ea2b3b4516721eb74720122408daf7e1fdbef75b46b9d44232b938a432 [2020-12-15T07:38:30.230Z] $ docker rm -f cf60f9ea2b3b4516721eb74720122408daf7e1fdbef75b46b9d44232b938a432 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:38:30.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T07:38:30.888Z] [2020-12-15T07:38:30.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:38:31.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T07:38:31.240Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-15T07:38:31.240Z] ab5ef0e58194: Pulling fs layer [2020-12-15T07:38:31.240Z] 9712f1f96733: Pulling fs layer [2020-12-15T07:38:31.240Z] 63f879dbbcfc: Pulling fs layer [2020-12-15T07:38:31.240Z] 0d9ebad4ef96: Pulling fs layer [2020-12-15T07:38:31.240Z] e9a5061849ea: Pulling fs layer [2020-12-15T07:38:31.240Z] d747dcd14b5f: Pulling fs layer [2020-12-15T07:38:31.240Z] 2de7ff778b66: Pulling fs layer [2020-12-15T07:38:31.240Z] e9a5061849ea: Waiting [2020-12-15T07:38:31.240Z] d747dcd14b5f: Waiting [2020-12-15T07:38:31.240Z] 2de7ff778b66: Waiting [2020-12-15T07:38:31.240Z] 0d9ebad4ef96: Waiting [2020-12-15T07:38:31.240Z] 9712f1f96733: Verifying Checksum [2020-12-15T07:38:31.240Z] 9712f1f96733: Download complete [2020-12-15T07:38:33.801Z] 63f879dbbcfc: Verifying Checksum [2020-12-15T07:38:33.801Z] 63f879dbbcfc: Download complete [2020-12-15T07:38:33.801Z] e9a5061849ea: Verifying Checksum [2020-12-15T07:38:33.801Z] e9a5061849ea: Download complete [2020-12-15T07:38:33.801Z] d747dcd14b5f: Verifying Checksum [2020-12-15T07:38:33.801Z] d747dcd14b5f: Download complete [2020-12-15T07:38:34.063Z] 0d9ebad4ef96: Verifying Checksum [2020-12-15T07:38:34.063Z] 0d9ebad4ef96: Download complete [2020-12-15T07:38:34.063Z] ab5ef0e58194: Verifying Checksum [2020-12-15T07:38:34.063Z] ab5ef0e58194: Download complete [2020-12-15T07:38:34.328Z] 2de7ff778b66: Verifying Checksum [2020-12-15T07:38:34.328Z] 2de7ff778b66: Download complete [2020-12-15T07:38:38.572Z] ab5ef0e58194: Pull complete [2020-12-15T07:38:38.572Z] 9712f1f96733: Pull complete [2020-12-15T07:38:41.129Z] 63f879dbbcfc: Pull complete [2020-12-15T07:38:47.776Z] 0d9ebad4ef96: Pull complete [2020-12-15T07:38:50.335Z] e9a5061849ea: Pull complete [2020-12-15T07:38:50.599Z] d747dcd14b5f: Pull complete [2020-12-15T07:38:51.993Z] 2de7ff778b66: Pull complete [2020-12-15T07:38:51.993Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-15T07:38:51.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-15T07:38:51.993Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-15T07:38:52.196Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:38:52.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:38:57.237Z] $ docker top 9301df650ac94a49337a6611ae6ff03e83ac70fd93d008afe4a88bdbdd1b1114 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-15T07:38:57.508Z] provisioning config files... [2020-12-15T07:38:57.521Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/256@tmp/config1234320830142930650tmp [2020-12-15T07:38:57.537Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/256@tmp/config3690316647629105083tmp [2020-12-15T07:38:57.557Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/256@tmp/config4010222516954877698tmp [Pipeline] { [Pipeline] echo [2020-12-15T07:38:57.618Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:38:57.920Z] ---> sigul-configuration.sh [2020-12-15T07:38:57.920Z] gpg: directory `/root/.gnupg' created [2020-12-15T07:38:57.920Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-15T07:38:57.920Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-15T07:38:57.920Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-15T07:38:57.920Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-15T07:38:57.920Z] gpg: CAST5 encrypted data [2020-12-15T07:38:58.181Z] gpg: encrypted with 1 passphrase [2020-12-15T07:38:58.181Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-15T07:38:58.481Z] + mkdir /home/jenkins [2020-12-15T07:38:58.481Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-15T07:38:58.782Z] + 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-15T07:38:58.794Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:38:59.091Z] ---> sigul-install.sh [2020-12-15T07:39:05.697Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-15T07:39:05.997Z] + git tag --list [2020-12-15T07:39:05.997Z] 0.6.0 [2020-12-15T07:39:05.997Z] 0.6.1 [2020-12-15T07:39:05.997Z] 0.7.0 [2020-12-15T07:39:05.997Z] 0.7.1 [2020-12-15T07:39:05.997Z] v1.0.0 [2020-12-15T07:39:05.997Z] v1.0.1 [2020-12-15T07:39:05.997Z] v1.1.0 [2020-12-15T07:39:05.997Z] v1.2.0 [2020-12-15T07:39:05.997Z] v1.2.1 [2020-12-15T07:39:05.997Z] v1.2.2-dev.1 [2020-12-15T07:39:05.997Z] v1.2.2-dev.10 [2020-12-15T07:39:05.997Z] v1.2.2-dev.100 [2020-12-15T07:39:05.997Z] v1.2.2-dev.101 [2020-12-15T07:39:05.997Z] v1.2.2-dev.102 [2020-12-15T07:39:05.997Z] v1.2.2-dev.103 [2020-12-15T07:39:05.997Z] v1.2.2-dev.104 [2020-12-15T07:39:05.997Z] v1.2.2-dev.105 [2020-12-15T07:39:05.997Z] v1.2.2-dev.106 [2020-12-15T07:39:05.997Z] v1.2.2-dev.107 [2020-12-15T07:39:05.997Z] v1.2.2-dev.11 [2020-12-15T07:39:05.997Z] v1.2.2-dev.12 [2020-12-15T07:39:05.997Z] v1.2.2-dev.13 [2020-12-15T07:39:05.997Z] v1.2.2-dev.14 [2020-12-15T07:39:05.997Z] v1.2.2-dev.15 [2020-12-15T07:39:05.997Z] v1.2.2-dev.16 [2020-12-15T07:39:05.997Z] v1.2.2-dev.17 [2020-12-15T07:39:05.997Z] v1.2.2-dev.18 [2020-12-15T07:39:05.997Z] v1.2.2-dev.19 [2020-12-15T07:39:05.997Z] v1.2.2-dev.2 [2020-12-15T07:39:05.997Z] v1.2.2-dev.20 [2020-12-15T07:39:05.997Z] v1.2.2-dev.21 [2020-12-15T07:39:05.997Z] v1.2.2-dev.22 [2020-12-15T07:39:05.997Z] v1.2.2-dev.23 [2020-12-15T07:39:05.997Z] v1.2.2-dev.24 [2020-12-15T07:39:05.997Z] v1.2.2-dev.25 [2020-12-15T07:39:05.997Z] v1.2.2-dev.26 [2020-12-15T07:39:05.997Z] v1.2.2-dev.27 [2020-12-15T07:39:05.997Z] v1.2.2-dev.28 [2020-12-15T07:39:05.997Z] v1.2.2-dev.29 [2020-12-15T07:39:05.997Z] v1.2.2-dev.3 [2020-12-15T07:39:05.998Z] v1.2.2-dev.30 [2020-12-15T07:39:05.998Z] v1.2.2-dev.31 [2020-12-15T07:39:05.998Z] v1.2.2-dev.32 [2020-12-15T07:39:05.998Z] v1.2.2-dev.33 [2020-12-15T07:39:05.998Z] v1.2.2-dev.34 [2020-12-15T07:39:05.998Z] v1.2.2-dev.35 [2020-12-15T07:39:05.998Z] v1.2.2-dev.36 [2020-12-15T07:39:05.998Z] v1.2.2-dev.37 [2020-12-15T07:39:05.998Z] v1.2.2-dev.38 [2020-12-15T07:39:05.998Z] v1.2.2-dev.39 [2020-12-15T07:39:05.998Z] v1.2.2-dev.4 [2020-12-15T07:39:05.998Z] v1.2.2-dev.40 [2020-12-15T07:39:05.998Z] v1.2.2-dev.41 [2020-12-15T07:39:05.998Z] v1.2.2-dev.42 [2020-12-15T07:39:05.998Z] v1.2.2-dev.43 [2020-12-15T07:39:05.998Z] v1.2.2-dev.44 [2020-12-15T07:39:05.998Z] v1.2.2-dev.45 [2020-12-15T07:39:05.998Z] v1.2.2-dev.46 [2020-12-15T07:39:05.998Z] v1.2.2-dev.47 [2020-12-15T07:39:05.998Z] v1.2.2-dev.48 [2020-12-15T07:39:05.998Z] v1.2.2-dev.49 [2020-12-15T07:39:05.998Z] v1.2.2-dev.5 [2020-12-15T07:39:05.998Z] v1.2.2-dev.50 [2020-12-15T07:39:05.998Z] v1.2.2-dev.51 [2020-12-15T07:39:05.998Z] v1.2.2-dev.52 [2020-12-15T07:39:05.998Z] v1.2.2-dev.53 [2020-12-15T07:39:05.998Z] v1.2.2-dev.54 [2020-12-15T07:39:05.998Z] v1.2.2-dev.55 [2020-12-15T07:39:05.998Z] v1.2.2-dev.56 [2020-12-15T07:39:05.998Z] v1.2.2-dev.57 [2020-12-15T07:39:05.998Z] v1.2.2-dev.58 [2020-12-15T07:39:05.998Z] v1.2.2-dev.59 [2020-12-15T07:39:05.998Z] v1.2.2-dev.6 [2020-12-15T07:39:05.998Z] v1.2.2-dev.60 [2020-12-15T07:39:05.998Z] v1.2.2-dev.61 [2020-12-15T07:39:05.998Z] v1.2.2-dev.62 [2020-12-15T07:39:05.998Z] v1.2.2-dev.63 [2020-12-15T07:39:05.998Z] v1.2.2-dev.64 [2020-12-15T07:39:05.998Z] v1.2.2-dev.65 [2020-12-15T07:39:05.998Z] v1.2.2-dev.66 [2020-12-15T07:39:05.998Z] v1.2.2-dev.67 [2020-12-15T07:39:05.998Z] v1.2.2-dev.68 [2020-12-15T07:39:05.998Z] v1.2.2-dev.69 [2020-12-15T07:39:05.998Z] v1.2.2-dev.7 [2020-12-15T07:39:05.998Z] v1.2.2-dev.70 [2020-12-15T07:39:05.998Z] v1.2.2-dev.71 [2020-12-15T07:39:05.998Z] v1.2.2-dev.72 [2020-12-15T07:39:05.998Z] v1.2.2-dev.73 [2020-12-15T07:39:05.998Z] v1.2.2-dev.74 [2020-12-15T07:39:05.998Z] v1.2.2-dev.75 [2020-12-15T07:39:05.998Z] v1.2.2-dev.76 [2020-12-15T07:39:05.998Z] v1.2.2-dev.77 [2020-12-15T07:39:05.998Z] v1.2.2-dev.78 [2020-12-15T07:39:05.998Z] v1.2.2-dev.79 [2020-12-15T07:39:05.998Z] v1.2.2-dev.8 [2020-12-15T07:39:05.998Z] v1.2.2-dev.80 [2020-12-15T07:39:05.998Z] v1.2.2-dev.81 [2020-12-15T07:39:05.998Z] v1.2.2-dev.82 [2020-12-15T07:39:05.998Z] v1.2.2-dev.83 [2020-12-15T07:39:05.998Z] v1.2.2-dev.84 [2020-12-15T07:39:05.998Z] v1.2.2-dev.85 [2020-12-15T07:39:05.998Z] v1.2.2-dev.86 [2020-12-15T07:39:05.998Z] v1.2.2-dev.87 [2020-12-15T07:39:05.998Z] v1.2.2-dev.88 [2020-12-15T07:39:05.998Z] v1.2.2-dev.89 [2020-12-15T07:39:05.998Z] v1.2.2-dev.9 [2020-12-15T07:39:05.998Z] v1.2.2-dev.90 [2020-12-15T07:39:05.998Z] v1.2.2-dev.91 [2020-12-15T07:39:05.998Z] v1.2.2-dev.92 [2020-12-15T07:39:05.998Z] v1.2.2-dev.93 [2020-12-15T07:39:05.998Z] v1.2.2-dev.94 [2020-12-15T07:39:05.998Z] v1.2.2-dev.95 [2020-12-15T07:39:05.998Z] v1.2.2-dev.96 [2020-12-15T07:39:05.998Z] v1.2.2-dev.97 [2020-12-15T07:39:05.998Z] v1.2.2-dev.98 [2020-12-15T07:39:05.998Z] v1.2.2-dev.99 [2020-12-15T07:39:05.998Z] v1.3.0 [2020-12-15T07:39:05.998Z] v1.3.1-dev.1 [2020-12-15T07:39:05.998Z] v1.3.1-dev.10 [2020-12-15T07:39:05.998Z] v1.3.1-dev.11 [2020-12-15T07:39:05.998Z] v1.3.1-dev.12 [2020-12-15T07:39:05.998Z] v1.3.1-dev.13 [2020-12-15T07:39:05.998Z] v1.3.1-dev.14 [2020-12-15T07:39:05.998Z] v1.3.1-dev.15 [2020-12-15T07:39:05.998Z] v1.3.1-dev.16 [2020-12-15T07:39:05.998Z] v1.3.1-dev.17 [2020-12-15T07:39:05.998Z] v1.3.1-dev.18 [2020-12-15T07:39:05.998Z] v1.3.1-dev.2 [2020-12-15T07:39:05.998Z] v1.3.1-dev.3 [2020-12-15T07:39:05.998Z] v1.3.1-dev.4 [2020-12-15T07:39:05.998Z] v1.3.1-dev.5 [2020-12-15T07:39:05.998Z] v1.3.1-dev.6 [2020-12-15T07:39:05.998Z] v1.3.1-dev.7 [2020-12-15T07:39:05.998Z] v1.3.1-dev.8 [2020-12-15T07:39:05.998Z] v1.3.1-dev.9 [2020-12-15T07:39:05.998Z] v2.0.0-dev.1 [2020-12-15T07:39:05.998Z] v2.0.0-dev.10 [2020-12-15T07:39:05.998Z] v2.0.0-dev.11 [2020-12-15T07:39:05.998Z] v2.0.0-dev.12 [2020-12-15T07:39:05.998Z] v2.0.0-dev.2 [2020-12-15T07:39:05.998Z] v2.0.0-dev.3 [2020-12-15T07:39:05.998Z] v2.0.0-dev.4 [2020-12-15T07:39:05.998Z] v2.0.0-dev.5 [2020-12-15T07:39:05.998Z] v2.0.0-dev.6 [2020-12-15T07:39:05.998Z] v2.0.0-dev.7 [2020-12-15T07:39:05.998Z] v2.0.0-dev.8 [2020-12-15T07:39:05.998Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-15T07:39:06.301Z] + lftools sign git-tag v2.0.0-dev.12 [2020-12-15T07:39:07.690Z] Signing Git tag with Sigul... [2020-12-15T07:39:07.690Z] Signing v2.0.0-dev.12 [Pipeline] echo [2020-12-15T07:39:08.646Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:08.945Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-15T07:39:08.955Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-15T07:39:09.062Z] $ docker stop --time=1 9301df650ac94a49337a6611ae6ff03e83ac70fd93d008afe4a88bdbdd1b1114 [2020-12-15T07:39:11.047Z] $ docker rm -f 9301df650ac94a49337a6611ae6ff03e83ac70fd93d008afe4a88bdbdd1b1114 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:39:12.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:39:12.056Z] . [Pipeline] withDockerContainer [2020-12-15T07:39:12.258Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:39:12.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:39:13.132Z] $ docker top 8f7d5e010decdddb3b89fb1cc8415df50e0b56828f49a11031059b647c77ec68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:39:13.511Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:39:13.511Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:39:13.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:39:13.728Z] $ docker exec 8f7d5e010decdddb3b89fb1cc8415df50e0b56828f49a11031059b647c77ec68 ssh-agent [2020-12-15T07:39:13.904Z] SSH_AUTH_SOCK=/tmp/ssh-JHDodSlFQ6CU/agent.11 [2020-12-15T07:39:13.904Z] SSH_AGENT_PID=16 [2020-12-15T07:39:13.913Z] Running ssh-add (command line suppressed) [2020-12-15T07:39:14.046Z] Identity added: /w/workspace/edgex-go/256@tmp/private_key_2343588276642840566.key (/w/workspace/edgex-go/256@tmp/private_key_2343588276642840566.key) [2020-12-15T07:39:14.103Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:39:14.450Z] + git semver bump pre [2020-12-15T07:39:14.450Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:39:14.450Z] # $GIT_DIR = /w/workspace/edgex-go/256/.git [2020-12-15T07:39:14.450Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/256 [2020-12-15T07:39:14.450Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:39:14.450Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:39:14.450Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:39:14.450Z] # $SEMVER_BRANCH = master [2020-12-15T07:39:14.450Z] # $SEMVER_DIR = /w/workspace/edgex-go/256/.semver [2020-12-15T07:39:14.450Z] 2.0.0-dev.13 [Pipeline] } [2020-12-15T07:39:14.466Z] $ docker exec --env ******** --env ******** 8f7d5e010decdddb3b89fb1cc8415df50e0b56828f49a11031059b647c77ec68 ssh-agent -k [2020-12-15T07:39:14.584Z] unset SSH_AUTH_SOCK; [2020-12-15T07:39:14.585Z] unset SSH_AGENT_PID; [2020-12-15T07:39:14.585Z] echo Agent pid 16 killed; [2020-12-15T07:39:14.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:39:15.113Z] + git semver [Pipeline] } [2020-12-15T07:39:15.134Z] $ docker stop --time=1 8f7d5e010decdddb3b89fb1cc8415df50e0b56828f49a11031059b647c77ec68 [2020-12-15T07:39:16.489Z] $ docker rm -f 8f7d5e010decdddb3b89fb1cc8415df50e0b56828f49a11031059b647c77ec68 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:39:17.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:39:17.041Z] . [Pipeline] withDockerContainer [2020-12-15T07:39:17.142Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:39:17.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:39:17.937Z] $ docker top 7f403e612a2ca1db8f455ceaa043d6a604a91652175a1563a3f69fe7599fc10c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:39:18.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:39:18.238Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:39:18.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:39:18.436Z] $ docker exec 7f403e612a2ca1db8f455ceaa043d6a604a91652175a1563a3f69fe7599fc10c ssh-agent [2020-12-15T07:39:18.609Z] SSH_AUTH_SOCK=/tmp/ssh-A4oO2Axok4pO/agent.11 [2020-12-15T07:39:18.609Z] SSH_AGENT_PID=17 [2020-12-15T07:39:18.617Z] Running ssh-add (command line suppressed) [2020-12-15T07:39:18.745Z] Identity added: /w/workspace/edgex-go/256@tmp/private_key_872658461710866262.key (/w/workspace/edgex-go/256@tmp/private_key_872658461710866262.key) [2020-12-15T07:39:18.800Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:39:19.149Z] + git semver push [2020-12-15T07:39:19.149Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:39:19.149Z] # $GIT_DIR = /w/workspace/edgex-go/256/.git [2020-12-15T07:39:19.149Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/256 [2020-12-15T07:39:19.149Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:39:19.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:39:19.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:39:19.149Z] # $SEMVER_BRANCH = master [2020-12-15T07:39:19.149Z] # $SEMVER_DIR = /w/workspace/edgex-go/256/.semver [Pipeline] } [2020-12-15T07:39:29.188Z] $ docker exec --env ******** --env ******** 7f403e612a2ca1db8f455ceaa043d6a604a91652175a1563a3f69fe7599fc10c ssh-agent -k [2020-12-15T07:39:29.319Z] unset SSH_AUTH_SOCK; [2020-12-15T07:39:29.319Z] unset SSH_AGENT_PID; [2020-12-15T07:39:29.319Z] echo Agent pid 17 killed; [2020-12-15T07:39:29.372Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:39:29.858Z] + git semver [Pipeline] } [2020-12-15T07:39:29.878Z] $ docker stop --time=1 7f403e612a2ca1db8f455ceaa043d6a604a91652175a1563a3f69fe7599fc10c [2020-12-15T07:39:31.240Z] $ docker rm -f 7f403e612a2ca1db8f455ceaa043d6a604a91652175a1563a3f69fe7599fc10c [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-15T07:39:32.517Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:33.404Z] ---> package-listing.sh [2020-12-15T07:39:33.404Z] ++ facter osfamily [2020-12-15T07:39:33.404Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T07:39:33.404Z] + OS_FAMILY=redhat [2020-12-15T07:39:33.404Z] + workspace=/w/workspace/edgex-go/256 [2020-12-15T07:39:33.404Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T07:39:33.404Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T07:39:33.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T07:39:33.404Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T07:39:33.404Z] + '[' /w/workspace/edgex-go/256 ']' [2020-12-15T07:39:33.404Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T07:39:33.404Z] + case "${OS_FAMILY}" in [2020-12-15T07:39:33.404Z] + rpm -qa [2020-12-15T07:39:33.404Z] + sort [2020-12-15T07:39:38.718Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T07:39:38.718Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T07:39:38.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T07:39:38.718Z] + '[' /w/workspace/edgex-go/256 ']' [2020-12-15T07:39:38.718Z] + mkdir -p /w/workspace/edgex-go/256/archives/ [2020-12-15T07:39:38.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/256/archives/ [Pipeline] echo [2020-12-15T07:39:38.733Z] 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/256/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T07:39:39.119Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:39:39.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:39:39.460Z] [2020-12-15T07:39:39.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:39:39.812Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:39:39.812Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T07:39:39.812Z] df20fa9351a1: Pulling fs layer [2020-12-15T07:39:39.812Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T07:39:39.812Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T07:39:39.812Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T07:39:39.812Z] 93b61091891f: Pulling fs layer [2020-12-15T07:39:39.812Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T07:39:39.812Z] 5e14af77c1be: Pulling fs layer [2020-12-15T07:39:39.812Z] 01666e4c0597: Pulling fs layer [2020-12-15T07:39:39.812Z] aa168da1d23b: Pulling fs layer [2020-12-15T07:39:39.812Z] 46f8f816bc3b: Waiting [2020-12-15T07:39:39.812Z] 93b61091891f: Waiting [2020-12-15T07:39:39.812Z] 93b9cdb0e59b: Waiting [2020-12-15T07:39:39.812Z] 5e14af77c1be: Waiting [2020-12-15T07:39:39.812Z] 01666e4c0597: Waiting [2020-12-15T07:39:39.812Z] aa168da1d23b: Waiting [2020-12-15T07:39:39.812Z] 36b3adc4ff6f: Download complete [2020-12-15T07:39:39.812Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T07:39:39.812Z] 46f8f816bc3b: Download complete [2020-12-15T07:39:39.812Z] df20fa9351a1: Download complete [2020-12-15T07:39:40.074Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T07:39:40.074Z] 93b9cdb0e59b: Download complete [2020-12-15T07:39:40.074Z] 5e14af77c1be: Download complete [2020-12-15T07:39:40.074Z] 93b61091891f: Verifying Checksum [2020-12-15T07:39:40.074Z] 93b61091891f: Download complete [2020-12-15T07:39:40.074Z] 01666e4c0597: Verifying Checksum [2020-12-15T07:39:40.074Z] 01666e4c0597: Download complete [2020-12-15T07:39:40.342Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T07:39:40.342Z] 8ad3a11d3b57: Download complete [2020-12-15T07:39:40.342Z] df20fa9351a1: Pull complete [2020-12-15T07:39:40.617Z] 36b3adc4ff6f: Pull complete [2020-12-15T07:39:42.012Z] 8ad3a11d3b57: Pull complete [2020-12-15T07:39:42.012Z] aa168da1d23b: Verifying Checksum [2020-12-15T07:39:42.012Z] aa168da1d23b: Download complete [2020-12-15T07:39:42.587Z] 46f8f816bc3b: Pull complete [2020-12-15T07:39:43.537Z] 93b61091891f: Pull complete [2020-12-15T07:39:43.537Z] 93b9cdb0e59b: Pull complete [2020-12-15T07:39:43.537Z] 5e14af77c1be: Pull complete [2020-12-15T07:39:43.800Z] 01666e4c0597: Pull complete [2020-12-15T07:39:50.429Z] aa168da1d23b: Pull complete [2020-12-15T07:39:50.429Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T07:39:50.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:39:50.429Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T07:39:50.617Z] prd-centos7-docker-4c-2g-16083 does not seem to be running inside a container [2020-12-15T07:39:50.667Z] $ 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/256/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/256 -v /w/workspace/edgex-go/256:/w/workspace/edgex-go/256:rw,z -v /w/workspace/edgex-go/256@tmp:/w/workspace/edgex-go/256@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-15T07:39:53.608Z] $ docker top f3d3fb26b324e1ca5a6d86651f1ad860ea44681e90f227021344fbfc56e066b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:39:54.192Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T07:39:54.489Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T07:39:54.789Z] + ls /var/log/sa-host [2020-12-15T07:39:54.789Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T07:39:54.789Z] file_magic: OK [2020-12-15T07:39:54.789Z] HZ: Using current value: 100 [2020-12-15T07:39:54.790Z] file_header: OK [2020-12-15T07:39:54.790Z] 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-15T07:39:54.790Z] Statistics: [2020-12-15T07:39:54.790Z] 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... [2020-12-15T07:39:54.790Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T07:39:54.790Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T07:39:54.790Z] file_magic: OK [2020-12-15T07:39:54.790Z] HZ: Using current value: 100 [2020-12-15T07:39:54.790Z] file_header: OK [2020-12-15T07:39:54.790Z] 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-15T07:39:54.790Z] Statistics: [2020-12-15T07:39:54.790Z] Hnuu...uuuununununu... [2020-12-15T07:39:54.790Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T07:39:55.017Z] provisioning config files... [2020-12-15T07:39:55.032Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/256@tmp/config214917202850166770tmp [Pipeline] { [Pipeline] echo [2020-12-15T07:39:55.112Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:55.409Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T07:39:55.418Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T07:39:55.516Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:55.811Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T07:39:55.823Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:56.123Z] ---> sudo-logs.sh [2020-12-15T07:39:56.123Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T07:39:56.135Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:56.432Z] ---> job-cost.sh [2020-12-15T07:39:56.432Z] lf-activate-venv: SKIPPING [2020-12-15T07:39:56.432Z] INFO: No Stack... [2020-12-15T07:39:57.376Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T07:39:57.949Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T07:39:57.964Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:39:58.261Z] ---> logs-deploy.sh [2020-12-15T07:39:58.261Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/256 [2020-12-15T07:39:58.261Z] INFO: archiving workspace using pattern(s): [2020-12-15T07:39:59.658Z] Archives upload complete. [2020-12-15T07:39:59.658Z] INFO: archiving logs to Nexus