Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15474 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/251 [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/251 # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 (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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 Commit message: "feat(security): Remove Vault dependency on Consul by using file backend (#2886)" > git rev-list --no-walk 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T23:09:16.334Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-10T23:09:16.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T23:09:16.696Z] ========================================================= [2020-12-10T23:09:16.696Z] EdgeX Global Pipelines Version Info [2020-12-10T23:09:16.696Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:09:18.119Z] ------------------- [2020-12-10T23:09:18.119Z] stable info: [2020-12-10T23:09:18.119Z] ------------------- [2020-12-10T23:09:18.119Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T23:09:18.119Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T23:09:18.119Z] Message: update stable to v1.0.172 [2020-12-10T23:09:19.069Z] ------------------- [2020-12-10T23:09:19.069Z] experimental info: [2020-12-10T23:09:19.069Z] ------------------- [2020-12-10T23:09:19.069Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T23:09:19.069Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T23:09:19.069Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:09:19.346Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-10T23:09:19.474Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-10T23:09:19.572Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T23:09:19.665Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T23:09:19.768Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T23:09:19.857Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T23:09:19.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T23:09:20.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-10T23:09:20.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-10T23:09:20.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-10T23:09:20.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T23:09:20.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T23:09:20.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T23:09:20.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T23:09:20.883Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T23:09:20.969Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T23:09:21.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T23:09:21.207Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T23:09:21.314Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T23:09:21.419Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-10T23:09:21.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-10T23:09:21.645Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T23:09:21.763Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-10T23:09:21.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-10T23:09:21.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-10T23:09:22.069Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] echo [2020-12-10T23:09:22.154Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9701ca [Pipeline] echo [2020-12-10T23:09:22.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T23:09:22.412Z] provisioning config files... [2020-12-10T23:09:22.441Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/251@tmp/config1444030008951338832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:09:22.799Z] ---> docker-login.sh [2020-12-10T23:09:22.799Z] nexus3.edgexfoundry.org:10001 [2020-12-10T23:09:23.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:09:23.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:09:23.324Z] Configure a credential helper to remove this warning. See [2020-12-10T23:09:23.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:09:23.324Z] [2020-12-10T23:09:23.324Z] Login Succeeded [2020-12-10T23:09:23.324Z] nexus3.edgexfoundry.org:10002 [2020-12-10T23:09:23.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:09:23.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:09:23.324Z] Configure a credential helper to remove this warning. See [2020-12-10T23:09:23.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:09:23.324Z] [2020-12-10T23:09:23.324Z] Login Succeeded [2020-12-10T23:09:23.324Z] nexus3.edgexfoundry.org:10003 [2020-12-10T23:09:23.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:09:23.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:09:23.588Z] Configure a credential helper to remove this warning. See [2020-12-10T23:09:23.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:09:23.588Z] [2020-12-10T23:09:23.588Z] Login Succeeded [2020-12-10T23:09:23.588Z] nexus3.edgexfoundry.org:10004 [2020-12-10T23:09:23.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:09:23.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:09:23.849Z] Configure a credential helper to remove this warning. See [2020-12-10T23:09:23.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:09:23.849Z] [2020-12-10T23:09:23.849Z] Login Succeeded [2020-12-10T23:09:23.849Z] docker.io [2020-12-10T23:09:23.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:09:24.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:09:24.111Z] Configure a credential helper to remove this warning. See [2020-12-10T23:09:24.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:09:24.111Z] [2020-12-10T23:09:24.111Z] Login Succeeded [2020-12-10T23:09:24.111Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T23:09:24.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T23:09:24.584Z] ++ 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-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/core-command/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/core-data/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-10T23:09:24.584Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T23:09:24.584Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-10T23:09:24.584Z] ++ cut -d/ -f2 [2020-12-10T23:09:24.584Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-10T23:09:24.655Z] 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-10T23:09:26.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:09:26.149Z] [2020-12-10T23:09:26.149Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:09:26.517Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:09:26.517Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T23:09:26.517Z] 31603596830f: Pulling fs layer [2020-12-10T23:09:26.517Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T23:09:26.517Z] 6ca5941a6612: Pulling fs layer [2020-12-10T23:09:26.517Z] ecc8261a40a4: Pulling fs layer [2020-12-10T23:09:26.517Z] ecc8261a40a4: Waiting [2020-12-10T23:09:26.517Z] 2a8b12db71e7: Verifying Checksum [2020-12-10T23:09:26.517Z] 2a8b12db71e7: Download complete [2020-12-10T23:09:26.517Z] 31603596830f: Download complete [2020-12-10T23:09:26.781Z] ecc8261a40a4: Verifying Checksum [2020-12-10T23:09:26.781Z] ecc8261a40a4: Download complete [2020-12-10T23:09:26.781Z] 6ca5941a6612: Verifying Checksum [2020-12-10T23:09:26.781Z] 6ca5941a6612: Download complete [2020-12-10T23:09:27.042Z] 31603596830f: Pull complete [2020-12-10T23:09:27.308Z] 2a8b12db71e7: Pull complete [2020-12-10T23:09:27.966Z] 6ca5941a6612: Pull complete [2020-12-10T23:09:28.232Z] ecc8261a40a4: Pull complete [2020-12-10T23:09:28.232Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T23:09:28.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:09:28.232Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T23:09:28.346Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:09:28.392Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:09:30.957Z] $ docker top 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T23:09:31.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T23:09:31.327Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T23:09:31.549Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T23:09:31.550Z] $ docker exec 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df ssh-agent [2020-12-10T23:09:31.718Z] SSH_AUTH_SOCK=/tmp/ssh-ubjGDlcxg4RT/agent.11 [2020-12-10T23:09:31.718Z] SSH_AGENT_PID=16 [2020-12-10T23:09:31.727Z] Running ssh-add (command line suppressed) [2020-12-10T23:09:31.852Z] Identity added: /w/workspace/edgex-go/251@tmp/private_key_6752333485482690628.key (/w/workspace/edgex-go/251@tmp/private_key_6752333485482690628.key) [2020-12-10T23:09:31.903Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T23:09:32.248Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T23:09:32.267Z] $ docker exec --env ******** --env ******** 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df ssh-agent -k [2020-12-10T23:09:32.380Z] unset SSH_AUTH_SOCK; [2020-12-10T23:09:32.380Z] unset SSH_AGENT_PID; [2020-12-10T23:09:32.380Z] echo Agent pid 16 killed; [2020-12-10T23:09:32.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T23:09:32.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T23:09:32.573Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T23:09:32.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T23:09:32.734Z] $ docker exec 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df ssh-agent [2020-12-10T23:09:32.890Z] SSH_AUTH_SOCK=/tmp/ssh-lXKsHGrJG7J2/agent.47 [2020-12-10T23:09:32.890Z] SSH_AGENT_PID=52 [2020-12-10T23:09:32.897Z] Running ssh-add (command line suppressed) [2020-12-10T23:09:33.009Z] Identity added: /w/workspace/edgex-go/251@tmp/private_key_4461114638657385743.key (/w/workspace/edgex-go/251@tmp/private_key_4461114638657385743.key) [2020-12-10T23:09:33.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T23:09:33.391Z] + git semver init [2020-12-10T23:09:33.391Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T23:09:33.391Z] # $GIT_DIR = /w/workspace/edgex-go/251/.git [2020-12-10T23:09:33.391Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/251 [2020-12-10T23:09:33.391Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T23:09:33.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T23:09:33.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T23:09:33.391Z] # $SEMVER_BRANCH = master [2020-12-10T23:09:33.391Z] # $SEMVER_TEMP = /tmp/semver-811197839 [2020-12-10T23:09:33.391Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-10T23:09:51.550Z] # '/tmp/semver-811197839' -> '/w/workspace/edgex-go/251/.semver' [2020-12-10T23:09:52.500Z] # -> Force: false [2020-12-10T23:09:52.500Z] # $SEMVER_DIR = /w/workspace/edgex-go/251/.semver [Pipeline] } [2020-12-10T23:09:52.514Z] $ docker exec --env ******** --env ******** 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df ssh-agent -k [2020-12-10T23:09:52.761Z] unset SSH_AUTH_SOCK; [2020-12-10T23:09:52.761Z] unset SSH_AGENT_PID; [2020-12-10T23:09:52.762Z] echo Agent pid 52 killed; [2020-12-10T23:09:52.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T23:09:53.331Z] + git semver [Pipeline] } [2020-12-10T23:09:53.350Z] $ docker stop --time=1 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df [2020-12-10T23:09:54.945Z] $ docker rm -f 5ddc20e939e55ebf9e14727e60e906e3ac2325095ebd273d8864e537ba7220df [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T23:09:55.450Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T23:09:56.028Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T23:09:56.031Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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-10T23:09:56.926Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T23:09:57.292Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T23:09:57.597Z] + sudo service docker restart [2020-12-10T23:09:57.597Z] + true [2020-12-10T23:09:57.597Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-10T23:09:58.189Z] ========================================================= [2020-12-10T23:09:58.189Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T23:09:58.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:09:58.540Z] + 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-10T23:10:02.783Z] Sending build context to Docker daemon 326.4MB [2020-12-10T23:10:02.783Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T23:10:02.783Z] Step 2/7 : FROM ${BASE} [2020-12-10T23:10:03.061Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T23:10:03.061Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T23:10:03.061Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T23:10:03.061Z] de9db76c5a1d: Pulling fs layer [2020-12-10T23:10:03.061Z] bca2f99d35d6: Pulling fs layer [2020-12-10T23:10:03.061Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T23:10:03.061Z] 7c6f9722023f: Pulling fs layer [2020-12-10T23:10:03.061Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T23:10:03.061Z] 93359f2a8cfa: Waiting [2020-12-10T23:10:03.061Z] 7c6f9722023f: Waiting [2020-12-10T23:10:03.061Z] a35cf1a2eb13: Waiting [2020-12-10T23:10:03.061Z] bca2f99d35d6: Waiting [2020-12-10T23:10:03.061Z] de9db76c5a1d: Verifying Checksum [2020-12-10T23:10:03.061Z] de9db76c5a1d: Download complete [2020-12-10T23:10:03.061Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T23:10:03.061Z] 0ef7d3d256c8: Download complete [2020-12-10T23:10:03.061Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T23:10:03.061Z] 93359f2a8cfa: Download complete [2020-12-10T23:10:03.061Z] 7c6f9722023f: Verifying Checksum [2020-12-10T23:10:03.061Z] 7c6f9722023f: Download complete [2020-12-10T23:10:03.061Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T23:10:03.061Z] 188c0c94c7c5: Download complete [2020-12-10T23:10:03.648Z] 188c0c94c7c5: Pull complete [2020-12-10T23:10:03.648Z] 0ef7d3d256c8: Pull complete [2020-12-10T23:10:03.913Z] de9db76c5a1d: Pull complete [2020-12-10T23:10:05.318Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T23:10:05.318Z] a35cf1a2eb13: Download complete [2020-12-10T23:10:05.895Z] bca2f99d35d6: Verifying Checksum [2020-12-10T23:10:05.895Z] bca2f99d35d6: Download complete [2020-12-10T23:10:11.450Z] Still waiting to schedule task [2020-12-10T23:10:11.450Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-10T23:10:12.526Z] bca2f99d35d6: Pull complete [2020-12-10T23:10:12.526Z] 93359f2a8cfa: Pull complete [2020-12-10T23:10:12.526Z] 7c6f9722023f: Pull complete [2020-12-10T23:10:16.760Z] a35cf1a2eb13: Pull complete [2020-12-10T23:10:16.760Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T23:10:16.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T23:10:16.760Z] ---> a62c8e92a672 [2020-12-10T23:10:16.760Z] 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-10T23:10:16.760Z] ---> Running in 8cd188c7ce1f [2020-12-10T23:10:17.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:10:17.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:10:18.236Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T23:10:18.500Z] (2/12) Installing file (5.38-r0) [2020-12-10T23:10:18.500Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T23:10:18.764Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T23:10:22.098Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T23:10:22.098Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T23:10:22.098Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T23:10:22.366Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T23:10:22.366Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T23:10:22.366Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T23:10:22.634Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T23:10:22.634Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T23:10:22.634Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:10:22.634Z] OK: 233 MiB in 51 packages [2020-12-10T23:10:26.862Z] Removing intermediate container 8cd188c7ce1f [2020-12-10T23:10:26.862Z] ---> 1f570eb101e7 [2020-12-10T23:10:26.862Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T23:10:26.862Z] ---> Running in 9fb969cefe46 [2020-12-10T23:10:26.862Z] Removing intermediate container 9fb969cefe46 [2020-12-10T23:10:26.862Z] ---> 7335e9d65ea7 [2020-12-10T23:10:26.862Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T23:10:27.450Z] latest: Pulling from library/docker [2020-12-10T23:10:27.450Z] 188c0c94c7c5: Already exists [2020-12-10T23:10:27.450Z] 0c7c675703d6: Pulling fs layer [2020-12-10T23:10:27.450Z] cc8c12a437cb: Pulling fs layer [2020-12-10T23:10:27.450Z] 0fad174ccba3: Pulling fs layer [2020-12-10T23:10:27.450Z] f78b7b4f0096: Pulling fs layer [2020-12-10T23:10:27.450Z] 4b74a9be2796: Pulling fs layer [2020-12-10T23:10:27.450Z] 6e2fb13aee8f: Pulling fs layer [2020-12-10T23:10:27.450Z] f78b7b4f0096: Waiting [2020-12-10T23:10:27.450Z] 4b74a9be2796: Waiting [2020-12-10T23:10:27.450Z] 6e2fb13aee8f: Waiting [2020-12-10T23:10:27.716Z] cc8c12a437cb: Verifying Checksum [2020-12-10T23:10:27.716Z] cc8c12a437cb: Download complete [2020-12-10T23:10:27.716Z] 0c7c675703d6: Verifying Checksum [2020-12-10T23:10:27.716Z] 0c7c675703d6: Download complete [2020-12-10T23:10:27.716Z] f78b7b4f0096: Verifying Checksum [2020-12-10T23:10:27.716Z] f78b7b4f0096: Download complete [2020-12-10T23:10:27.716Z] 4b74a9be2796: Verifying Checksum [2020-12-10T23:10:27.716Z] 6e2fb13aee8f: Verifying Checksum [2020-12-10T23:10:27.716Z] 6e2fb13aee8f: Download complete [2020-12-10T23:10:27.980Z] 0c7c675703d6: Pull complete [2020-12-10T23:10:27.980Z] cc8c12a437cb: Pull complete [2020-12-10T23:10:28.564Z] 0fad174ccba3: Verifying Checksum [2020-12-10T23:10:28.564Z] 0fad174ccba3: Download complete [2020-12-10T23:10:31.136Z] 0fad174ccba3: Pull complete [2020-12-10T23:10:31.397Z] f78b7b4f0096: Pull complete [2020-12-10T23:10:31.397Z] 4b74a9be2796: Pull complete [2020-12-10T23:10:31.659Z] 6e2fb13aee8f: Pull complete [2020-12-10T23:10:31.659Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-10T23:10:31.659Z] Status: Downloaded newer image for docker:latest [2020-12-10T23:10:33.076Z] ---> f2872b860e65 [2020-12-10T23:10:33.076Z] Step 6/7 : COPY go.mod . [2020-12-10T23:10:33.338Z] ---> 5a7018a50ba0 [2020-12-10T23:10:33.338Z] Step 7/7 : RUN go mod download [2020-12-10T23:10:33.338Z] ---> Running in 9687e2a87481 [2020-12-10T23:10:55.367Z] Removing intermediate container 9687e2a87481 [2020-12-10T23:10:55.367Z] ---> a7142ea0410c [2020-12-10T23:10:55.367Z] Successfully built a7142ea0410c [2020-12-10T23:10:55.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:10:55.684Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T23:10:55.684Z] . [Pipeline] withDockerContainer [2020-12-10T23:10:55.790Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:10:55.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:10:56.688Z] $ docker top 97c0ee7e4ff645fadcb7f6dd1c81e96f29542b404eaf78a55c45156df5173cc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:10:57.227Z] + go version [2020-12-10T23:10:57.490Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T23:10:57.503Z] $ docker stop --time=1 97c0ee7e4ff645fadcb7f6dd1c81e96f29542b404eaf78a55c45156df5173cc0 [2020-12-10T23:10:59.397Z] $ docker rm -f 97c0ee7e4ff645fadcb7f6dd1c81e96f29542b404eaf78a55c45156df5173cc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:11:00.243Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T23:11:00.243Z] . [Pipeline] withDockerContainer [2020-12-10T23:11:00.342Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:11:00.382Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:11:01.092Z] $ docker top 18a149e6048132eec6b6623bddcd5dfcb61deeaf1d8f28a080e3ecc5feb26481 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-10T23:11:01.280Z] ========================================================= [2020-12-10T23:11:01.280Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-10T23:11:01.280Z] ========================================================= [Pipeline] sh [2020-12-10T23:11:01.572Z] + make test [2020-12-10T23:11:01.572Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T23:11:09.773Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-10T23:11:25.259Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-10T23:11:32.030Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-10T23:11:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-10T23:11:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-10T23:11:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-10T23:11:32.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-10T23:11:32.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-10T23:11:34.514Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.048s [2020-12-10T23:11:34.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-10T23:11:34.514Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-10T23:11:35.106Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-10T23:11:35.106Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-10T23:11:35.106Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-10T23:11:35.106Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-10T23:11:37.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-12-10T23:11:37.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-10T23:11:37.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-10T23:11:37.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-10T23:11:37.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-10T23:11:37.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-10T23:11:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.1% of statements [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-10T23:11:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-10T23:11:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-10T23:11:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.410s coverage: 68.5% of statements [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-10T23:11:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.107s coverage: 82.3% of statements [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-10T23:11:41.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-10T23:11:43.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.353s coverage: 28.6% of statements [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-10T23:11:43.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-10T23:11:43.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-10T23:11:43.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements [2020-12-10T23:11:43.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-10T23:11:43.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2020-12-10T23:11:43.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-10T23:11:43.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements [2020-12-10T23:11:43.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-10T23:11:43.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-10T23:11:43.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-10T23:11:43.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.292s coverage: 93.8% of statements [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2020-12-10T23:11:45.904Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements [2020-12-10T23:11:45.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2020-12-10T23:11:46.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2020-12-10T23:11:46.780Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2020-12-10T23:11:46.780Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-10T23:11:47.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2020-12-10T23:11:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-10T23:11:47.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-10T23:11:47.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2020-12-10T23:11:47.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-10T23:11:47.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2020-12-10T23:11:47.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2020-12-10T23:11:47.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2020-12-10T23:11:49.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-10T23:11:49.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.576s coverage: 86.3% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.074s coverage: 72.2% of statements [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.390s coverage: 72.1% of statements [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.155s coverage: 82.4% of statements [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.2% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.374s coverage: 84.0% of statements [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-10T23:11:56.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2020-12-10T23:11:56.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 29.1% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-10T23:11:56.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-10T23:11:56.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2020-12-10T23:11:56.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2020-12-10T23:11:57.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-10T23:11:58.541Z] GO111MODULE=on go vet ./... [2020-12-10T23:12:20.672Z] gofmt -l . [2020-12-10T23:12:21.620Z] [ "`gofmt -l .`" = "" ] [2020-12-10T23:12:21.884Z] ./bin/test-go-mod-tidy.sh [2020-12-10T23:12:22.465Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-10T23:12:24.703Z] + ls -al . [2020-12-10T23:12:24.703Z] total 668 [2020-12-10T23:12:24.703Z] drwxrwxr-x 10 1001 1001 4096 Dec 10 23:12 . [2020-12-10T23:12:24.703Z] drwxr-xr-x 4 root root 32 Dec 10 23:11 .. [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 11 Dec 10 23:09 .dockerignore [2020-12-10T23:12:24.703Z] drwxrwxr-x 8 1001 1001 162 Dec 10 23:09 .git [2020-12-10T23:12:24.703Z] drwxrwxr-x 3 1001 1001 125 Dec 10 23:09 .github [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 943 Dec 10 23:09 .gitignore [2020-12-10T23:12:24.703Z] drwx------ 3 1001 1001 32 Dec 10 23:09 .semver [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 166 Dec 10 23:09 .sonarcloud.properties [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 3804 Dec 10 23:09 CONTRIBUTING.md [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 1035 Dec 10 23:09 Dockerfile.build [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 863 Dec 10 23:09 Jenkinsfile [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 10775 Dec 10 23:09 LICENSE [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 6318 Dec 10 23:09 Makefile [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 6447 Dec 10 23:09 README.md [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 7286 Dec 10 23:09 SECURITY.md [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 11 Dec 10 23:09 VERSION [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 4131 Dec 10 23:09 ZMQWindows.md [2020-12-10T23:12:24.703Z] drwxrwxr-x 2 1001 1001 117 Dec 10 23:09 bin [2020-12-10T23:12:24.703Z] drwxrwxr-x 15 1001 1001 4096 Dec 10 23:09 cmd [2020-12-10T23:12:24.703Z] -rw-r--r-- 1 root root 569562 Dec 10 23:11 coverage.out [2020-12-10T23:12:24.703Z] -rw-r--r-- 1 root root 1041 Dec 10 23:12 go.mod [2020-12-10T23:12:24.703Z] -rw-r--r-- 1 root root 18856 Dec 10 23:12 go.sum [2020-12-10T23:12:24.703Z] drwxrwxr-x 8 1001 1001 127 Dec 10 23:09 internal [2020-12-10T23:12:24.703Z] drwxrwxr-x 4 1001 1001 26 Dec 10 23:09 openapi [2020-12-10T23:12:24.703Z] drwxrwxr-x 4 1001 1001 71 Dec 10 23:09 snap [2020-12-10T23:12:24.703Z] -rw-rw-r-- 1 1001 1001 168 Dec 10 23:09 version.go [Pipeline] sh [2020-12-10T23:12:25.002Z] + '[' -e coverage.out ] [2020-12-10T23:12:25.002Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-10T23:12:25.192Z] Stashed 1 file(s) [Pipeline] sh [2020-12-10T23:12:25.487Z] + make build [2020-12-10T23:12:25.488Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-data/core-data ./cmd/core-data [2020-12-10T23:12:29.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-10T23:12:37.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-command/core-command ./cmd/core-command [2020-12-10T23:12:38.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-10T23:12:39.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-10T23:12:40.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-10T23:12:41.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-10T23:12:43.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T23:12:44.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-10T23:12:45.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-10T23:12:46.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-10T23:12:47.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T23:12:48.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-10T23:12:49.534Z] $ docker stop --time=1 18a149e6048132eec6b6623bddcd5dfcb61deeaf1d8f28a080e3ecc5feb26481 [2020-12-10T23:12:50.094Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15476 in /w/workspace/edgexfoundry_edgex-go_master [2020-12-10T23:12:51.188Z] $ docker rm -f 18a149e6048132eec6b6623bddcd5dfcb61deeaf1d8f28a080e3ecc5feb26481 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-12-10T23:12:51.830Z] Running in /w/workspace/edgex-go/251 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:12:54.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T23:12:54.163Z] [2020-12-10T23:12:54.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:12:54.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T23:12:54.515Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-10T23:12:54.515Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-10T23:12:54.515Z] ca9280d653b3: Pulling fs layer [2020-12-10T23:12:54.515Z] 7e9c9ca2126c: Pulling fs layer [2020-12-10T23:12:54.515Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-10T23:12:54.515Z] cbdbe7a5bc2a: Download complete [2020-12-10T23:12:55.089Z] cbdbe7a5bc2a: Pull complete [2020-12-10T23:12:55.356Z] ca9280d653b3: Verifying Checksum [2020-12-10T23:12:55.356Z] ca9280d653b3: Download complete [2020-12-10T23:12:56.309Z] 7e9c9ca2126c: Verifying Checksum [2020-12-10T23:12:56.309Z] 7e9c9ca2126c: Download complete [2020-12-10T23:12:56.571Z] ca9280d653b3: Pull complete [2020-12-10T23:12:56.876Z] using credential edgex-jenkins-ssh [2020-12-10T23:12:56.929Z] Cloning the remote Git repository [2020-12-10T23:12:56.977Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-10T23:12:57.103Z] > git init /w/workspace/edgex-go/251 # timeout=10 [2020-12-10T23:12:57.195Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T23:12:57.196Z] > git --version # timeout=10 [2020-12-10T23:12:57.215Z] > git --version # 'git version 2.17.1' [2020-12-10T23:12:57.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T23:12:57.291Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T23:13:03.192Z] 7e9c9ca2126c: Pull complete [2020-12-10T23:13:03.193Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-10T23:13:03.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T23:13:03.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-10T23:13:03.408Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:13:03.504Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:13:06.739Z] $ docker top 94aba710ff5d8eb10489dc30e57508b1cbb5c71333c37593fe01ce508b5a7796 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:13:07.325Z] + docker-compose build --help [2020-12-10T23:13:07.325Z] + grep parallel [2020-12-10T23:13:08.279Z] --parallel Build images in parallel. [Pipeline] } [2020-12-10T23:13:08.290Z] $ docker stop --time=1 94aba710ff5d8eb10489dc30e57508b1cbb5c71333c37593fe01ce508b5a7796 [2020-12-10T23:13:09.671Z] $ docker rm -f 94aba710ff5d8eb10489dc30e57508b1cbb5c71333c37593fe01ce508b5a7796 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:13:10.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T23:13:10.310Z] . [Pipeline] withDockerContainer [2020-12-10T23:13:10.417Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:13:10.462Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:13:11.182Z] $ docker top 74bb36f1bdef9d467ef0e48119446c8127f3125f703db707f3e64b20f9edcbe0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:13:11.727Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-10T23:13:12.675Z] Building docker-core-command-go ... [2020-12-10T23:13:12.675Z] Building docker-core-data-go ... [2020-12-10T23:13:12.675Z] Building docker-core-metadata-go ... [2020-12-10T23:13:12.675Z] Building docker-security-bootstrap-redis-go ... [2020-12-10T23:13:12.675Z] Building docker-security-proxy-setup-go ... [2020-12-10T23:13:12.675Z] Building docker-security-secrets-setup-go ... [2020-12-10T23:13:12.675Z] Building docker-security-secretstore-setup-go ... [2020-12-10T23:13:12.675Z] Building docker-support-notifications-go ... [2020-12-10T23:13:12.675Z] Building docker-support-scheduler-go ... [2020-12-10T23:13:12.675Z] Building docker-sys-mgmt-agent-go ... [2020-12-10T23:13:12.675Z] Building docker-security-proxy-setup-go [2020-12-10T23:13:12.675Z] Building docker-sys-mgmt-agent-go [2020-12-10T23:13:12.675Z] Building docker-support-scheduler-go [2020-12-10T23:13:12.675Z] Building docker-security-secrets-setup-go [2020-12-10T23:13:12.675Z] Building docker-support-notifications-go [2020-12-10T23:13:15.840Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T23:13:15.858Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T23:13:15.880Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T23:13:15.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T23:13:15.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T23:13:15.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T23:13:16.481Z] Checking out Revision f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 (master) [2020-12-10T23:13:16.497Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T23:13:16.511Z] > git checkout -f f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 [2020-12-10T23:13:21.109Z] Commit message: "feat(security): Remove Vault dependency on Consul by using file backend (#2886)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T23:13:22.654Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T23:13:23.059Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T23:13:23.407Z] + true [2020-12-10T23:13:23.407Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T23:13:25.546Z] provisioning config files... [2020-12-10T23:13:26.657Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/251@tmp/config492614703312573960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:13:27.066Z] ---> docker-login.sh [2020-12-10T23:13:27.066Z] nexus3.edgexfoundry.org:10001 [2020-12-10T23:13:27.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:13:28.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:13:28.255Z] Configure a credential helper to remove this warning. See [2020-12-10T23:13:28.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:13:28.255Z] [2020-12-10T23:13:28.255Z] Login Succeeded [2020-12-10T23:13:28.255Z] nexus3.edgexfoundry.org:10002 [2020-12-10T23:13:28.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:13:28.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:13:28.809Z] Configure a credential helper to remove this warning. See [2020-12-10T23:13:28.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:13:28.809Z] [2020-12-10T23:13:28.809Z] Login Succeeded [2020-12-10T23:13:28.809Z] nexus3.edgexfoundry.org:10003 [2020-12-10T23:13:29.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:13:29.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:13:29.082Z] Configure a credential helper to remove this warning. See [2020-12-10T23:13:29.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:13:29.082Z] [2020-12-10T23:13:29.082Z] Login Succeeded [2020-12-10T23:13:29.082Z] nexus3.edgexfoundry.org:10004 [2020-12-10T23:13:29.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:13:29.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:13:29.683Z] Configure a credential helper to remove this warning. See [2020-12-10T23:13:29.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:13:29.683Z] [2020-12-10T23:13:29.683Z] Login Succeeded [2020-12-10T23:13:29.683Z] docker.io [2020-12-10T23:13:30.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:13:30.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:13:30.553Z] Configure a credential helper to remove this warning. See [2020-12-10T23:13:30.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:13:30.553Z] [2020-12-10T23:13:30.553Z] Login Succeeded [2020-12-10T23:13:30.553Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T23:13:30.571Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T23:13:31.109Z] ========================================================= [2020-12-10T23:13:31.109Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T23:13:31.109Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:13:31.486Z] + 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-10T23:13:33.482Z] Sending build context to Docker daemon 165.6MB [2020-12-10T23:13:33.482Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T23:13:33.482Z] Step 2/7 : FROM ${BASE} [2020-12-10T23:13:33.756Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T23:13:33.756Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T23:13:33.756Z] a4357932f1b6: Pulling fs layer [2020-12-10T23:13:33.756Z] 18c013af1878: Pulling fs layer [2020-12-10T23:13:33.756Z] 00ac8860ef70: Pulling fs layer [2020-12-10T23:13:33.756Z] 63d7cb157983: Pulling fs layer [2020-12-10T23:13:33.756Z] b116817d02f9: Pulling fs layer [2020-12-10T23:13:33.756Z] 745a02a5169b: Pulling fs layer [2020-12-10T23:13:33.756Z] 00ac8860ef70: Waiting [2020-12-10T23:13:33.756Z] b116817d02f9: Waiting [2020-12-10T23:13:33.756Z] 745a02a5169b: Waiting [2020-12-10T23:13:33.756Z] 63d7cb157983: Waiting [2020-12-10T23:13:33.756Z] 18c013af1878: Download complete [2020-12-10T23:13:33.756Z] a4357932f1b6: Download complete [2020-12-10T23:13:33.756Z] 63d7cb157983: Verifying Checksum [2020-12-10T23:13:33.756Z] 63d7cb157983: Download complete [2020-12-10T23:13:33.756Z] b116817d02f9: Download complete [2020-12-10T23:13:33.756Z] 5f621e34cdf4: Verifying Checksum [2020-12-10T23:13:33.756Z] 5f621e34cdf4: Download complete [2020-12-10T23:13:34.357Z] 5f621e34cdf4: Pull complete [2020-12-10T23:13:34.963Z] a4357932f1b6: Pull complete [2020-12-10T23:13:35.239Z] 18c013af1878: Pull complete [2020-12-10T23:13:36.214Z] 745a02a5169b: Verifying Checksum [2020-12-10T23:13:36.214Z] 745a02a5169b: Download complete [2020-12-10T23:13:37.644Z] 00ac8860ef70: Verifying Checksum [2020-12-10T23:13:37.644Z] 00ac8860ef70: Download complete [2020-12-10T23:13:45.153Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:13:45.154Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:13:45.154Z] ---> a7142ea0410c [2020-12-10T23:13:45.154Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T23:13:45.154Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:13:45.154Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-10T23:13:45.154Z] ---> a7142ea0410c [2020-12-10T23:13:45.154Z] Step 3/29 : WORKDIR /edgex-go [2020-12-10T23:13:45.154Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:13:45.154Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:13:45.154Z] ---> a7142ea0410c [2020-12-10T23:13:45.154Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T23:13:45.154Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:13:45.154Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:13:45.154Z] ---> a7142ea0410c [2020-12-10T23:13:45.154Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T23:13:45.154Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:13:45.154Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:13:45.154Z] ---> a7142ea0410c [2020-12-10T23:13:45.154Z] Step 3/27 : WORKDIR /edgex-go [2020-12-10T23:13:45.154Z] ---> Running in e3a3aa782096 [2020-12-10T23:13:45.154Z] ---> Running in 4a3f4c34befc [2020-12-10T23:13:45.154Z] ---> Running in 4565452a2ac4 [2020-12-10T23:13:45.154Z] ---> Running in 793516a65b66 [2020-12-10T23:13:45.154Z] ---> Running in f0665fce92e7 [2020-12-10T23:13:45.154Z] Removing intermediate container f0665fce92e7 [2020-12-10T23:13:45.154Z] ---> 7827e57acd8a [2020-12-10T23:13:45.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:13:45.154Z] Removing intermediate container e3a3aa782096 [2020-12-10T23:13:45.154Z] ---> 13faaa29f154 [2020-12-10T23:13:45.154Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:13:45.154Z] Removing intermediate container 4565452a2ac4 [2020-12-10T23:13:45.154Z] ---> fa43e31d0b96 [2020-12-10T23:13:45.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:13:45.154Z] Removing intermediate container 793516a65b66 [2020-12-10T23:13:45.154Z] ---> 11a2df0eae9a [2020-12-10T23:13:45.154Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:13:45.154Z] Removing intermediate container 4a3f4c34befc [2020-12-10T23:13:45.154Z] ---> 500eab3350f8 [2020-12-10T23:13:45.419Z] Step 4/29 : RUN apk update && apk add make git [2020-12-10T23:13:45.419Z] ---> Running in 998a5a30f73e [2020-12-10T23:13:45.419Z] ---> Running in a711045a1827 [2020-12-10T23:13:45.419Z] ---> Running in ea5701af860f [2020-12-10T23:13:45.419Z] ---> Running in c63fbd67328b [2020-12-10T23:13:45.419Z] ---> Running in 8fcc2c3fce61 [2020-12-10T23:13:46.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:47.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:47.651Z] Removing intermediate container 998a5a30f73e [2020-12-10T23:13:47.651Z] ---> f53a0fff009f [2020-12-10T23:13:47.651Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T23:13:47.651Z] Removing intermediate container ea5701af860f [2020-12-10T23:13:47.652Z] ---> a50add2ba09d [2020-12-10T23:13:47.652Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T23:13:47.652Z] Removing intermediate container c63fbd67328b [2020-12-10T23:13:47.652Z] ---> 28b061679ac0 [2020-12-10T23:13:47.652Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-10T23:13:47.801Z] 00ac8860ef70: Pull complete [2020-12-10T23:13:47.801Z] 63d7cb157983: Pull complete [2020-12-10T23:13:47.914Z] ---> Running in 3cdf9fa64c81 [2020-12-10T23:13:47.914Z] Removing intermediate container a711045a1827 [2020-12-10T23:13:47.914Z] ---> 43cce763f1d2 [2020-12-10T23:13:47.914Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-10T23:13:47.914Z] ---> Running in 6659891d6e21 [2020-12-10T23:13:47.914Z] ---> Running in cb3f2409ced2 [2020-12-10T23:13:47.914Z] ---> Running in a9458250ba55 [2020-12-10T23:13:48.076Z] b116817d02f9: Pull complete [2020-12-10T23:13:48.180Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:13:48.180Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:13:48.180Z] OK: 12748 distinct packages available [2020-12-10T23:13:48.454Z] OK: 233 MiB in 51 packages [2020-12-10T23:13:48.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:48.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:48.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:48.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:48.992Z] Removing intermediate container 8fcc2c3fce61 [2020-12-10T23:13:48.992Z] ---> fbc7c55d471a [2020-12-10T23:13:48.992Z] Step 5/29 : COPY go.mod . [2020-12-10T23:13:49.255Z] ---> df060044bac3 [2020-12-10T23:13:49.255Z] Step 6/29 : RUN go mod download [2020-12-10T23:13:49.518Z] ---> Running in 58131f25b6ff [2020-12-10T23:13:49.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:49.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:49.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:49.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:13:50.043Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:13:50.043Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:13:50.043Z] OK: 12748 distinct packages available [2020-12-10T23:13:50.314Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:13:50.314Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:13:50.314Z] OK: 12748 distinct packages available [2020-12-10T23:13:50.314Z] OK: 233 MiB in 51 packages [2020-12-10T23:13:50.314Z] OK: 233 MiB in 51 packages [2020-12-10T23:13:50.314Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:13:50.314Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:13:50.314Z] OK: 12748 distinct packages available [2020-12-10T23:13:50.583Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:13:50.583Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:13:50.583Z] OK: 12748 distinct packages available [2020-12-10T23:13:50.583Z] OK: 233 MiB in 51 packages [2020-12-10T23:13:50.852Z] OK: 233 MiB in 51 packages [2020-12-10T23:13:51.114Z] Removing intermediate container 3cdf9fa64c81 [2020-12-10T23:13:51.114Z] ---> 0c3c73a3a152 [2020-12-10T23:13:51.114Z] Step 6/21 : COPY go.mod . [2020-12-10T23:13:51.386Z] Removing intermediate container 6659891d6e21 [2020-12-10T23:13:51.386Z] ---> 0939f6aff0e1 [2020-12-10T23:13:51.386Z] Step 6/21 : COPY go.mod . [2020-12-10T23:13:51.648Z] ---> 6f5cc6c60075 [2020-12-10T23:13:51.648Z] Step 7/21 : RUN go mod download [2020-12-10T23:13:51.648Z] Removing intermediate container 58131f25b6ff [2020-12-10T23:13:51.648Z] ---> 6c4afdd1eafd [2020-12-10T23:13:51.648Z] Step 7/29 : COPY . . [2020-12-10T23:13:51.911Z] ---> Running in a63d32c40cda [2020-12-10T23:13:51.911Z] Removing intermediate container cb3f2409ced2 [2020-12-10T23:13:51.911Z] ---> 1b05a86fdc3b [2020-12-10T23:13:51.911Z] Step 6/27 : COPY go.mod . [2020-12-10T23:13:51.911Z] Removing intermediate container a9458250ba55 [2020-12-10T23:13:51.911Z] ---> b70d468200a8 [2020-12-10T23:13:51.911Z] Step 6/24 : COPY go.mod . [2020-12-10T23:13:52.176Z] ---> ceb78e9677fa [2020-12-10T23:13:52.176Z] Step 7/21 : RUN go mod download [2020-12-10T23:13:52.399Z] 745a02a5169b: Pull complete [2020-12-10T23:13:52.399Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T23:13:52.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T23:13:52.399Z] ---> b7e6874047d6 [2020-12-10T23:13:52.399Z] 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-10T23:13:52.760Z] ---> Running in 1470976fc145 [2020-12-10T23:13:53.025Z] ---> cbab087b3122 [2020-12-10T23:13:53.025Z] Step 7/27 : RUN go mod download [2020-12-10T23:13:53.992Z] ---> 7cf23f4874fb [2020-12-10T23:13:53.992Z] Step 7/24 : RUN go mod download [2020-12-10T23:13:55.781Z] ---> Running in 04ed339de0c4 [2020-12-10T23:13:55.918Z] ---> Running in 02085a9dbc7a [2020-12-10T23:13:56.183Z] ---> Running in f70fb23a225f [2020-12-10T23:13:56.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:13:57.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:13:58.324Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T23:13:58.598Z] (2/12) Installing file (5.38-r0) [2020-12-10T23:13:58.598Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T23:13:58.598Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T23:13:59.516Z] Removing intermediate container a63d32c40cda [2020-12-10T23:13:59.516Z] ---> c0bcffea7b60 [2020-12-10T23:13:59.516Z] Step 8/21 : COPY . . [2020-12-10T23:14:01.457Z] Removing intermediate container 1470976fc145 [2020-12-10T23:14:01.457Z] ---> af73fd561a96 [2020-12-10T23:14:01.457Z] Step 8/21 : COPY . . [2020-12-10T23:14:03.986Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T23:14:03.987Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T23:14:03.987Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T23:14:04.258Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T23:14:04.258Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T23:14:04.258Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T23:14:04.531Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T23:14:04.531Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T23:14:04.531Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:14:04.801Z] OK: 217 MiB in 51 packages [2020-12-10T23:14:05.700Z] Removing intermediate container 02085a9dbc7a [2020-12-10T23:14:05.700Z] ---> 63d74ccf59df [2020-12-10T23:14:05.700Z] Step 8/27 : COPY . . [2020-12-10T23:14:09.035Z] Removing intermediate container f70fb23a225f [2020-12-10T23:14:09.035Z] ---> 9962d6aa1029 [2020-12-10T23:14:09.035Z] Step 8/24 : COPY . . [2020-12-10T23:14:09.101Z] Removing intermediate container 04ed339de0c4 [2020-12-10T23:14:09.101Z] ---> feafb0c9eed5 [2020-12-10T23:14:09.101Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T23:14:09.101Z] ---> Running in 07d3971479d7 [2020-12-10T23:14:09.372Z] Removing intermediate container 07d3971479d7 [2020-12-10T23:14:09.372Z] ---> a2257a511372 [2020-12-10T23:14:09.372Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T23:14:10.354Z] latest: Pulling from library/docker [2020-12-10T23:14:10.354Z] 5f621e34cdf4: Already exists [2020-12-10T23:14:10.354Z] 85db56a05063: Pulling fs layer [2020-12-10T23:14:10.354Z] ccb67d6aeaaa: Pulling fs layer [2020-12-10T23:14:10.354Z] 078a48a8a50a: Pulling fs layer [2020-12-10T23:14:10.354Z] 158a5e565521: Pulling fs layer [2020-12-10T23:14:10.354Z] 580500bbad4e: Pulling fs layer [2020-12-10T23:14:10.354Z] cf2dce50f859: Pulling fs layer [2020-12-10T23:14:10.354Z] 158a5e565521: Waiting [2020-12-10T23:14:10.354Z] 580500bbad4e: Waiting [2020-12-10T23:14:10.354Z] cf2dce50f859: Waiting [2020-12-10T23:14:10.631Z] ccb67d6aeaaa: Verifying Checksum [2020-12-10T23:14:10.631Z] ccb67d6aeaaa: Download complete [2020-12-10T23:14:10.631Z] 85db56a05063: Verifying Checksum [2020-12-10T23:14:10.631Z] 85db56a05063: Download complete [2020-12-10T23:14:10.631Z] 158a5e565521: Verifying Checksum [2020-12-10T23:14:10.631Z] 158a5e565521: Download complete [2020-12-10T23:14:10.908Z] 580500bbad4e: Verifying Checksum [2020-12-10T23:14:10.908Z] 580500bbad4e: Download complete [2020-12-10T23:14:10.908Z] cf2dce50f859: Verifying Checksum [2020-12-10T23:14:10.908Z] cf2dce50f859: Download complete [2020-12-10T23:14:11.184Z] 85db56a05063: Pull complete [2020-12-10T23:14:11.864Z] ccb67d6aeaaa: Pull complete [2020-12-10T23:14:12.161Z] 078a48a8a50a: Verifying Checksum [2020-12-10T23:14:12.161Z] 078a48a8a50a: Download complete [2020-12-10T23:14:16.567Z] 078a48a8a50a: Pull complete [2020-12-10T23:14:16.567Z] 158a5e565521: Pull complete [2020-12-10T23:14:17.164Z] 580500bbad4e: Pull complete [2020-12-10T23:14:17.437Z] cf2dce50f859: Pull complete [2020-12-10T23:14:17.437Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-10T23:14:17.437Z] Status: Downloaded newer image for docker:latest [2020-12-10T23:14:20.840Z] ---> 87e60edddc2f [2020-12-10T23:14:20.840Z] Step 6/7 : COPY go.mod . [2020-12-10T23:14:21.823Z] ---> 533a5af73a69 [2020-12-10T23:14:21.823Z] Step 7/7 : RUN go mod download [2020-12-10T23:14:21.823Z] ---> Running in 16072d2cb029 [2020-12-10T23:14:31.120Z] ---> 625f4555aa43 [2020-12-10T23:14:31.120Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-10T23:14:31.120Z] ---> Running in 89c842bbec64 [2020-12-10T23:14:39.332Z] ---> 831959b36818 [2020-12-10T23:14:39.332Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-10T23:14:39.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T23:14:40.865Z] ---> Running in ef931df7551c [2020-12-10T23:14:40.865Z] ---> 2534c24208d1 [2020-12-10T23:14:40.865Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-10T23:14:43.457Z] ---> Running in aac7a71f686b [2020-12-10T23:14:43.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-10T23:14:44.005Z] ---> 7fb82ab58d55 [2020-12-10T23:14:44.005Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-10T23:14:44.005Z] ---> 332a580064cf [2020-12-10T23:14:44.005Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-10T23:14:44.005Z] ---> Running in 660901fcd118 [2020-12-10T23:14:44.005Z] ---> Running in 5a0bb25ce765 [2020-12-10T23:14:44.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-10T23:14:45.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-10T23:14:45.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-10T23:14:48.620Z] Removing intermediate container 16072d2cb029 [2020-12-10T23:14:48.620Z] ---> c0c7aaff32fe [2020-12-10T23:14:48.620Z] Successfully built c0c7aaff32fe [2020-12-10T23:14:48.620Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:14:48.958Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T23:14:48.958Z] . [Pipeline] withDockerContainer [2020-12-10T23:14:49.204Z] prd-ubuntu18.04-docker-arm64-4c-16g-15476 does not seem to be running inside a container [2020-12-10T23:14:49.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:14:50.805Z] $ docker top 092f1f9685a933d032d701d1a52015c765a4228b6b0c49e31e813f23468080e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:14:51.949Z] + go version [2020-12-10T23:14:51.949Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T23:14:51.966Z] $ docker stop --time=1 092f1f9685a933d032d701d1a52015c765a4228b6b0c49e31e813f23468080e7 [2020-12-10T23:14:53.901Z] $ docker rm -f 092f1f9685a933d032d701d1a52015c765a4228b6b0c49e31e813f23468080e7 [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-10T23:14:55.146Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T23:14:55.146Z] [2020-12-10T23:14:55.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:14:55.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T23:14:55.531Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-10T23:14:55.531Z] 29e5d40040c1: Pulling fs layer [2020-12-10T23:14:55.531Z] 1ce36da41761: Pulling fs layer [2020-12-10T23:14:55.531Z] 25b303627fd3: Pulling fs layer [2020-12-10T23:14:55.801Z] 29e5d40040c1: Verifying Checksum [2020-12-10T23:14:55.801Z] 29e5d40040c1: Download complete [2020-12-10T23:14:56.399Z] 1ce36da41761: Verifying Checksum [2020-12-10T23:14:56.399Z] 1ce36da41761: Download complete [2020-12-10T23:14:56.674Z] 29e5d40040c1: Pull complete [2020-12-10T23:14:58.111Z] 1ce36da41761: Pull complete [2020-12-10T23:14:58.111Z] 25b303627fd3: Verifying Checksum [2020-12-10T23:14:58.111Z] 25b303627fd3: Download complete [2020-12-10T23:15:07.419Z] Removing intermediate container 89c842bbec64 [2020-12-10T23:15:07.419Z] ---> c5163ad337fb [2020-12-10T23:15:07.419Z] [2020-12-10T23:15:07.419Z] Step 9/29 : FROM alpine:latest [2020-12-10T23:15:07.419Z] latest: Pulling from library/alpine [2020-12-10T23:15:07.419Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T23:15:07.419Z] Status: Downloaded newer image for alpine:latest [2020-12-10T23:15:07.419Z] ---> d6e46aa2470d [2020-12-10T23:15:07.419Z] 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-10T23:15:07.419Z] ---> Running in 5c32f303cb42 [2020-12-10T23:15:07.419Z] Removing intermediate container 5c32f303cb42 [2020-12-10T23:15:07.419Z] ---> cb508d0e2e06 [2020-12-10T23:15:07.419Z] Step 11/29 : USER root [2020-12-10T23:15:07.419Z] ---> Running in aef5a56d72a0 [2020-12-10T23:15:07.419Z] Removing intermediate container aef5a56d72a0 [2020-12-10T23:15:07.419Z] ---> 7440522b3df1 [2020-12-10T23:15:07.419Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-10T23:15:07.419Z] ---> Running in 9f163b8d7cd1 [2020-12-10T23:15:08.278Z] 25b303627fd3: Pull complete [2020-12-10T23:15:08.278Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-10T23:15:08.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T23:15:08.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-10T23:15:08.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:08.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:08.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-15476 does not seem to be running inside a container [2020-12-10T23:15:08.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:15:08.653Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:15:08.653Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:15:08.653Z] OK: 12747 distinct packages available [2020-12-10T23:15:08.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-10T23:15:09.201Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-10T23:15:09.201Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-10T23:15:09.201Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:15:09.201Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T23:15:09.473Z] OK: 6 MiB in 16 packages [2020-12-10T23:15:11.707Z] $ docker top 24681c1eda31e7eb2359fa8ed727ac41d187c067ce96d4ec350828ca35dbf0f7 -eo pid,comm [Pipeline] { [2020-12-10T23:15:12.094Z] Removing intermediate container 9f163b8d7cd1 [2020-12-10T23:15:12.094Z] ---> 5c59b3c3f2fb [2020-12-10T23:15:12.094Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-10T23:15:12.094Z] ---> Running in d6170b09a8e5 [Pipeline] sh [2020-12-10T23:15:12.371Z] Removing intermediate container d6170b09a8e5 [2020-12-10T23:15:12.371Z] ---> 01741e5e3758 [2020-12-10T23:15:12.371Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-10T23:15:12.648Z] ---> Running in 9bea2fbd850a [2020-12-10T23:15:12.752Z] + + docker-composegrep build parallel --help [2020-12-10T23:15:12.752Z] [2020-12-10T23:15:12.926Z] Removing intermediate container 9bea2fbd850a [2020-12-10T23:15:12.926Z] ---> 0f4dd2040e13 [2020-12-10T23:15:12.926Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-10T23:15:12.926Z] ---> Running in c3379d00590e [2020-12-10T23:15:16.130Z] --parallel Build images in parallel. [Pipeline] } [2020-12-10T23:15:16.146Z] $ docker stop --time=1 24681c1eda31e7eb2359fa8ed727ac41d187c067ce96d4ec350828ca35dbf0f7 [2020-12-10T23:15:16.753Z] Removing intermediate container c3379d00590e [2020-12-10T23:15:16.753Z] ---> c292204ab245 [2020-12-10T23:15:16.753Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-10T23:15:17.703Z] Removing intermediate container 5a0bb25ce765 [2020-12-10T23:15:17.703Z] ---> cc4d3ace5c32 [2020-12-10T23:15:17.703Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-10T23:15:17.970Z] ---> 83727477818e [2020-12-10T23:15:17.970Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-10T23:15:17.970Z] ---> Running in 734f2f20476a [2020-12-10T23:15:17.970Z] Removing intermediate container aac7a71f686b [2020-12-10T23:15:17.970Z] ---> bfdff87bbf7e [2020-12-10T23:15:17.970Z] [2020-12-10T23:15:17.970Z] Step 10/21 : FROM alpine [2020-12-10T23:15:17.970Z] ---> d6e46aa2470d [2020-12-10T23:15:17.970Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-10T23:15:18.089Z] $ docker rm -f 24681c1eda31e7eb2359fa8ed727ac41d187c067ce96d4ec350828ca35dbf0f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:15:18.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T23:15:18.925Z] . [2020-12-10T23:15:18.930Z] ---> Running in d72825699079 [Pipeline] withDockerContainer [2020-12-10T23:15:19.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-15476 does not seem to be running inside a container [2020-12-10T23:15:19.245Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:15:20.507Z] $ docker top 8436096c68ad41d9343497ac8ec753cb39dcb3d47b3dc0fdbd297de2d051be79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:15:21.181Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-10T23:15:21.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-10T23:15:21.491Z] ---> 62143de6932b [2020-12-10T23:15:21.491Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-10T23:15:21.491Z] Removing intermediate container ef931df7551c [2020-12-10T23:15:21.491Z] ---> 52cbf6e47628 [2020-12-10T23:15:21.491Z] [2020-12-10T23:15:21.491Z] Step 10/21 : FROM scratch [2020-12-10T23:15:21.491Z] ---> [2020-12-10T23:15:21.491Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:15:21.491Z] Removing intermediate container 660901fcd118 [2020-12-10T23:15:21.491Z] ---> 3dc8f77298ab [2020-12-10T23:15:21.491Z] [2020-12-10T23:15:21.491Z] Step 10/24 : FROM scratch [2020-12-10T23:15:21.491Z] ---> [2020-12-10T23:15:21.491Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-10T23:15:21.771Z] ---> 852746238bf3 [2020-12-10T23:15:21.771Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-10T23:15:21.771Z] ---> Running in 60c3340f618d [2020-12-10T23:15:21.771Z] ---> Running in 843c21a78854 [2020-12-10T23:15:21.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:22.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:22.050Z] Removing intermediate container 60c3340f618d [2020-12-10T23:15:22.050Z] ---> a2e95a0b2974 [2020-12-10T23:15:22.050Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-10T23:15:22.050Z] Removing intermediate container 843c21a78854 [2020-12-10T23:15:22.050Z] ---> 44d7ef01e79f [2020-12-10T23:15:22.050Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-10T23:15:22.050Z] ---> Running in cfffc1de7b70 [2020-12-10T23:15:22.050Z] ---> Running in b07b5c63a2bb [2020-12-10T23:15:22.050Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:15:22.050Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:15:22.050Z] OK: 12747 distinct packages available [2020-12-10T23:15:22.314Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-10T23:15:22.583Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T23:15:22.583Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-10T23:15:22.583Z] (4/4) Installing curl (7.69.1-r2) [2020-12-10T23:15:22.583Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:15:22.583Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T23:15:22.583Z] OK: 7 MiB in 18 packages [2020-12-10T23:15:22.583Z] ---> 77a10c6c6fc0 [2020-12-10T23:15:22.583Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-10T23:15:23.538Z] Removing intermediate container b07b5c63a2bb [2020-12-10T23:15:23.538Z] ---> eba42ecf3087 [2020-12-10T23:15:23.538Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T23:15:23.538Z] Removing intermediate container cfffc1de7b70 [2020-12-10T23:15:23.538Z] ---> 8722392035cc [2020-12-10T23:15:23.538Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-10T23:15:23.538Z] ---> f1b4f083b2eb [2020-12-10T23:15:23.538Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-10T23:15:23.538Z] ---> Running in 3efa328e49d1 [2020-12-10T23:15:23.538Z] ---> Running in c8ece930b1a1 [2020-12-10T23:15:23.807Z] ---> Running in b87452543ee6 [2020-12-10T23:15:23.807Z] Removing intermediate container 734f2f20476a [2020-12-10T23:15:23.807Z] ---> c838a2c5d4e4 [2020-12-10T23:15:23.807Z] [2020-12-10T23:15:23.807Z] Step 11/27 : FROM docker:latest [2020-12-10T23:15:23.807Z] ---> 86c48ffa8038 [2020-12-10T23:15:23.807Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-10T23:15:24.381Z] Removing intermediate container c8ece930b1a1 [2020-12-10T23:15:24.381Z] ---> 5c5b1634537c [2020-12-10T23:15:24.381Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-10T23:15:24.381Z] ---> Running in 66c4418af73d [2020-12-10T23:15:24.647Z] Removing intermediate container 3efa328e49d1 [2020-12-10T23:15:24.647Z] ---> ac5a0f0e4699 [2020-12-10T23:15:24.647Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-10T23:15:24.647Z] Removing intermediate container d72825699079 [2020-12-10T23:15:24.647Z] ---> 54998d424532 [2020-12-10T23:15:24.647Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T23:15:24.920Z] ---> Running in 5b60c16f97a1 [2020-12-10T23:15:24.920Z] ---> 1b0403331098 [2020-12-10T23:15:24.920Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-10T23:15:24.920Z] ---> 174aa347968a [2020-12-10T23:15:24.920Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-10T23:15:25.184Z] Removing intermediate container 5b60c16f97a1 [2020-12-10T23:15:25.184Z] ---> 3ef4efd72b6d [2020-12-10T23:15:25.184Z] Step 13/21 : WORKDIR /edgex [2020-12-10T23:15:25.458Z] Building docker-core-command-go ... [2020-12-10T23:15:25.458Z] Building docker-core-data-go ... [2020-12-10T23:15:25.458Z] Building docker-core-metadata-go ... [2020-12-10T23:15:25.458Z] Building docker-security-bootstrap-redis-go ... [2020-12-10T23:15:25.458Z] Building docker-security-proxy-setup-go ... [2020-12-10T23:15:25.458Z] Building docker-security-secrets-setup-go ... [2020-12-10T23:15:25.458Z] Building docker-security-secretstore-setup-go ... [2020-12-10T23:15:25.458Z] Building docker-support-notifications-go ... [2020-12-10T23:15:25.458Z] Building docker-support-scheduler-go ... [2020-12-10T23:15:25.458Z] Building docker-sys-mgmt-agent-go ... [2020-12-10T23:15:25.458Z] Building docker-support-notifications-go [2020-12-10T23:15:25.458Z] Building docker-core-data-go [2020-12-10T23:15:25.458Z] Building docker-security-secrets-setup-go [2020-12-10T23:15:25.458Z] Building docker-sys-mgmt-agent-go [2020-12-10T23:15:25.458Z] Building docker-security-bootstrap-redis-go [2020-12-10T23:15:25.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:25.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:25.757Z] (1/2) Installing readline (8.0.4-r0) [2020-12-10T23:15:26.020Z] (2/2) Installing bash (5.0.17-r0) [2020-12-10T23:15:26.020Z] Executing bash-5.0.17-r0.post-install [2020-12-10T23:15:26.020Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:15:26.020Z] OK: 12 MiB in 22 packages [2020-12-10T23:15:26.599Z] ---> Running in e79640262e93 [2020-12-10T23:15:26.599Z] ---> e8000d3ea270 [2020-12-10T23:15:26.599Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-10T23:15:26.599Z] ---> 46898202ff39 [2020-12-10T23:15:26.599Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-10T23:15:26.866Z] Removing intermediate container e79640262e93 [2020-12-10T23:15:26.866Z] ---> c4ecad24eee8 [2020-12-10T23:15:26.866Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-10T23:15:27.129Z] Removing intermediate container b87452543ee6 [2020-12-10T23:15:27.129Z] ---> 7ba81cd4dc73 [2020-12-10T23:15:27.129Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T23:15:27.394Z] ---> 327f7237004e [2020-12-10T23:15:27.394Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-10T23:15:27.394Z] Removing intermediate container 66c4418af73d [2020-12-10T23:15:27.394Z] ---> ebe0520d43ae [2020-12-10T23:15:27.394Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-10T23:15:27.394Z] ---> Running in 753274fed480 [2020-12-10T23:15:27.394Z] ---> 3c2d09d9a3d3 [2020-12-10T23:15:27.394Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-10T23:15:27.656Z] ---> 824bb6a9a929 [2020-12-10T23:15:27.656Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-10T23:15:27.656Z] ---> Running in d7956c5fff32 [2020-12-10T23:15:27.656Z] ---> 633c100ab916 [2020-12-10T23:15:27.656Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T23:15:27.918Z] Removing intermediate container 753274fed480 [2020-12-10T23:15:27.918Z] ---> 0944ec091b12 [2020-12-10T23:15:27.918Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:15:28.188Z] ---> Running in be33722d0caf [2020-12-10T23:15:28.453Z] ---> 9cb5f1bebe63 [2020-12-10T23:15:28.453Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-10T23:15:28.453Z] ---> Running in 4d9f43bbed28 [2020-12-10T23:15:28.453Z] ---> c895485af520 [2020-12-10T23:15:28.453Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-10T23:15:28.724Z] Removing intermediate container 4d9f43bbed28 [2020-12-10T23:15:28.724Z] ---> 8c6b959e99f9 [2020-12-10T23:15:28.724Z] Step 19/21 : LABEL arch=x86_64 [2020-12-10T23:15:29.687Z] ---> Running in 8b838b0e8e30 [2020-12-10T23:15:29.687Z] ---> c18140cdf62e [2020-12-10T23:15:29.687Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-10T23:15:29.687Z] ---> dba06bad66b5 [2020-12-10T23:15:29.687Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-10T23:15:29.955Z] Removing intermediate container 8b838b0e8e30 [2020-12-10T23:15:29.955Z] ---> 77f14b4dc51b [2020-12-10T23:15:29.955Z] Step 20/21 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:15:29.955Z] ---> Running in b4c852df6cf8 [2020-12-10T23:15:29.955Z] ---> Running in 123d5dcb0a81 [2020-12-10T23:15:30.219Z] ---> 7f868cf65d56 [2020-12-10T23:15:30.219Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-10T23:15:30.219Z] ---> Running in ded10d590f06 [2020-12-10T23:15:30.482Z] Removing intermediate container d7956c5fff32 [2020-12-10T23:15:30.482Z] ---> 9e7f09a40e64 [2020-12-10T23:15:30.482Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-10T23:15:30.482Z] Removing intermediate container 123d5dcb0a81 [2020-12-10T23:15:30.482Z] ---> 06894ef566da [2020-12-10T23:15:30.482Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T23:15:30.482Z] Removing intermediate container b4c852df6cf8 [2020-12-10T23:15:30.482Z] ---> 27c9b4b4a3aa [2020-12-10T23:15:30.482Z] Step 18/21 : CMD ["--init=true"] [2020-12-10T23:15:30.482Z] Removing intermediate container be33722d0caf [2020-12-10T23:15:30.482Z] ---> 13d33956f0aa [2020-12-10T23:15:30.482Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-10T23:15:30.482Z] ---> Running in a2402393866a [2020-12-10T23:15:30.482Z] ---> Running in 3eb0c2cf4b8e [2020-12-10T23:15:30.744Z] ---> Running in 902804d23c8f [2020-12-10T23:15:30.744Z] ---> Running in 42c1045329fc [2020-12-10T23:15:30.744Z] Removing intermediate container ded10d590f06 [2020-12-10T23:15:30.744Z] ---> 677783872335 [2020-12-10T23:15:30.744Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:15:31.006Z] ---> Running in 2530e05a8ded [2020-12-10T23:15:31.007Z] Removing intermediate container 3eb0c2cf4b8e [2020-12-10T23:15:31.007Z] ---> 1c93620c0437 [2020-12-10T23:15:31.007Z] [2020-12-10T23:15:31.269Z] Removing intermediate container a2402393866a [2020-12-10T23:15:31.269Z] ---> 7f83362452d9 [2020-12-10T23:15:31.269Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-10T23:15:31.269Z] Removing intermediate container 902804d23c8f [2020-12-10T23:15:31.269Z] ---> d12582da2a6d [2020-12-10T23:15:31.269Z] Step 19/21 : LABEL arch=x86_64 [2020-12-10T23:15:31.269Z] ---> Running in c50835217acf [2020-12-10T23:15:31.269Z] Successfully built 1c93620c0437 [2020-12-10T23:15:31.533Z] ---> Running in 81be5d684d40 [2020-12-10T23:15:31.533Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-10T23:15:31.533Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-12-10T23:15:31.533Z] Removing intermediate container 2530e05a8ded [2020-12-10T23:15:31.533Z] ---> d3643853cf3a [2020-12-10T23:15:31.533Z] Step 22/24 : LABEL arch=x86_64 [2020-12-10T23:15:31.533Z] ---> Running in a657d5d76c6c [2020-12-10T23:15:31.533Z] Removing intermediate container c50835217acf [2020-12-10T23:15:31.533Z] ---> 5961879567cc [2020-12-10T23:15:31.533Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-10T23:15:31.800Z] Removing intermediate container 81be5d684d40 [2020-12-10T23:15:31.800Z] ---> 82795a1ce6c0 [2020-12-10T23:15:31.800Z] Step 20/21 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:15:31.800Z] ---> Running in 2d4e9360e881 [2020-12-10T23:15:31.800Z] ---> Running in 8d1751b5d72a [2020-12-10T23:15:32.066Z] Removing intermediate container a657d5d76c6c [2020-12-10T23:15:32.066Z] ---> 7be4d13e5fc9 [2020-12-10T23:15:32.066Z] Step 23/24 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:15:32.328Z] ---> Running in eae7607f74bb [2020-12-10T23:15:32.590Z] Removing intermediate container 2d4e9360e881 [2020-12-10T23:15:32.591Z] ---> ed6f46695f7e [2020-12-10T23:15:32.591Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-10T23:15:32.591Z] Removing intermediate container 8d1751b5d72a [2020-12-10T23:15:32.591Z] ---> 31f476ff289b [2020-12-10T23:15:32.591Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T23:15:33.994Z] ---> Running in 871f5c47713c [2020-12-10T23:15:35.388Z] Removing intermediate container eae7607f74bb [2020-12-10T23:15:35.388Z] ---> 440ae883da6c [2020-12-10T23:15:35.388Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T23:15:36.344Z] ---> 1f1de719e06c [2020-12-10T23:15:36.344Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-10T23:15:36.344Z] Removing intermediate container 42c1045329fc [2020-12-10T23:15:36.344Z] ---> 1b17e9fb616a [2020-12-10T23:15:36.344Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T23:15:36.344Z] ---> Running in 981227e695d2 [2020-12-10T23:15:36.344Z] Removing intermediate container 871f5c47713c [2020-12-10T23:15:36.344Z] ---> 35ffb95515de [2020-12-10T23:15:36.344Z] [2020-12-10T23:15:36.919Z] ---> Running in f24a8824050d [2020-12-10T23:15:36.919Z] Successfully built 35ffb95515de [2020-12-10T23:15:36.919Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-10T23:15:36.919Z] Building docker-core-metadata-go [2020-12-10T23:15:37.187Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 981227e695d2 [2020-12-10T23:15:37.187Z] ---> fa0a9c72fb37 [2020-12-10T23:15:37.187Z] [2020-12-10T23:15:37.187Z] ---> 7863dfeaa1bd [2020-12-10T23:15:37.187Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-10T23:15:37.187Z] Removing intermediate container f24a8824050d [2020-12-10T23:15:37.187Z] ---> c2191ef45013 [2020-12-10T23:15:37.187Z] Step 26/29 : CMD [ "generate" ] [2020-12-10T23:15:38.586Z] Successfully built fa0a9c72fb37 [2020-12-10T23:15:39.538Z] Successfully tagged docker-support-notifications-go:latest [2020-12-10T23:15:39.538Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-12-10T23:15:40.502Z] ---> Running in b27d064989d1 [2020-12-10T23:15:41.088Z] ---> 52923cc0181b [2020-12-10T23:15:41.088Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-10T23:15:42.059Z] Removing intermediate container b27d064989d1 [2020-12-10T23:15:42.059Z] ---> cee44b9e7d52 [2020-12-10T23:15:42.059Z] Step 27/29 : LABEL arch=x86_64 [2020-12-10T23:15:42.059Z] ---> Running in de0f378fafce [2020-12-10T23:15:46.305Z] ---> Running in 40a9af802357 [2020-12-10T23:15:47.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:47.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:15:48.234Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-10T23:15:48.234Z] Removing intermediate container 40a9af802357 [2020-12-10T23:15:48.234Z] ---> 461188cf600e [2020-12-10T23:15:48.234Z] Step 28/29 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:15:48.234Z] (2/33) Installing expat (2.2.9-r1) [2020-12-10T23:15:48.234Z] (3/33) Installing libffi (3.3-r2) [2020-12-10T23:15:48.234Z] (4/33) Installing gdbm (1.13-r1) [2020-12-10T23:15:48.828Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-10T23:15:48.828Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-10T23:15:48.828Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-10T23:15:50.766Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:15:50.766Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:15:50.766Z] ---> a7142ea0410c [2020-12-10T23:15:50.766Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:15:50.766Z] ---> Using cache [2020-12-10T23:15:50.766Z] ---> 500eab3350f8 [2020-12-10T23:15:50.766Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:15:53.328Z] ---> Running in 59e28c01d241 [2020-12-10T23:15:57.565Z] ---> Running in f7497e74eeaf [2020-12-10T23:15:57.826Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-10T23:15:57.826Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-10T23:15:57.826Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-10T23:15:57.826Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-10T23:15:58.399Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-10T23:15:59.313Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-10T23:15:59.313Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-10T23:15:59.912Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-10T23:15:59.912Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-10T23:15:59.912Z] Removing intermediate container 59e28c01d241 [2020-12-10T23:15:59.912Z] ---> c430286d46dc [2020-12-10T23:15:59.912Z] Step 29/29 : LABEL version=2.0.0-dev.8 [2020-12-10T23:15:59.912Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-10T23:16:00.182Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:00.182Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:00.182Z] ---> a7142ea0410c [2020-12-10T23:16:00.182Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:16:00.182Z] ---> Using cache [2020-12-10T23:16:00.182Z] ---> 500eab3350f8 [2020-12-10T23:16:00.182Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:00.761Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-10T23:16:00.761Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-10T23:16:01.027Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-10T23:16:01.027Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-10T23:16:01.027Z] ---> Running in 2fcc5b97e92b [2020-12-10T23:16:01.027Z] ---> Running in 492b75e8bfe4 [2020-12-10T23:16:01.027Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-10T23:16:01.027Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-10T23:16:01.295Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-10T23:16:01.295Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-10T23:16:01.295Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-10T23:16:01.295Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-10T23:16:01.295Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-10T23:16:01.295Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-10T23:16:01.295Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-10T23:16:01.872Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-10T23:16:02.140Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-10T23:16:02.140Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-10T23:16:02.140Z] Removing intermediate container 492b75e8bfe4 [2020-12-10T23:16:02.140Z] ---> 29f9741c0e40 [2020-12-10T23:16:02.140Z] [2020-12-10T23:16:03.104Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:16:03.104Z] OK: 71 MiB in 55 packages [2020-12-10T23:16:03.104Z] Successfully built 29f9741c0e40 [2020-12-10T23:16:03.104Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-10T23:16:03.104Z] Building docker-security-secretstore-setup-go [2020-12-10T23:16:03.372Z]  Building docker-security-secrets-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:03.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:03.372Z] ---> a7142ea0410c [2020-12-10T23:16:03.372Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:16:03.372Z] ---> Using cache [2020-12-10T23:16:03.372Z] ---> 500eab3350f8 [2020-12-10T23:16:03.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:04.325Z] Removing intermediate container f7497e74eeaf [2020-12-10T23:16:04.325Z] ---> 57925cda6aa0 [2020-12-10T23:16:04.325Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:16:04.325Z] ---> Running in 21c80038a0d0 [2020-12-10T23:16:04.589Z] ---> Running in db2f6c68d156 [2020-12-10T23:16:08.834Z] Removing intermediate container 2fcc5b97e92b [2020-12-10T23:16:08.834Z] ---> 64ae54c1cfe2 [2020-12-10T23:16:08.834Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:16:08.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:08.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:09.410Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:09.410Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:09.410Z] OK: 12748 distinct packages available [2020-12-10T23:16:09.672Z] OK: 233 MiB in 51 packages [2020-12-10T23:16:10.620Z] ---> Running in 74f61badcd3f [2020-12-10T23:16:12.615Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:12.615Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:12.615Z] ---> c0c7aaff32fe [2020-12-10T23:16:12.615Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:16:12.615Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:12.615Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:12.615Z] ---> c0c7aaff32fe [2020-12-10T23:16:12.615Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T23:16:12.615Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:12.615Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:12.615Z] ---> c0c7aaff32fe [2020-12-10T23:16:12.615Z] Step 3/23 : WORKDIR /edgex-go [2020-12-10T23:16:12.615Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:12.615Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-10T23:16:12.615Z] ---> c0c7aaff32fe [2020-12-10T23:16:12.615Z] Step 3/29 : WORKDIR /edgex-go [2020-12-10T23:16:12.615Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:12.615Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:12.615Z] ---> c0c7aaff32fe [2020-12-10T23:16:12.615Z] Step 3/27 : WORKDIR /edgex-go [2020-12-10T23:16:13.600Z] ---> Running in 716a32831fd3 [2020-12-10T23:16:13.600Z] ---> Running in 7b00bb634130 [2020-12-10T23:16:13.600Z] ---> Running in 3c034b518786 [2020-12-10T23:16:13.600Z] ---> Running in 2bc6462d00ad [2020-12-10T23:16:13.600Z] ---> Running in d1b870ad39a7 [2020-12-10T23:16:13.968Z] Removing intermediate container 21c80038a0d0 [2020-12-10T23:16:13.968Z] ---> 6d343c3537d6 [2020-12-10T23:16:13.968Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:16:14.200Z] Removing intermediate container 3c034b518786 [2020-12-10T23:16:14.200Z] Removing intermediate container 2bc6462d00ad [2020-12-10T23:16:14.200Z] ---> 29e93356f117 [2020-12-10T23:16:14.200Z] ---> 45ad69629638 [2020-12-10T23:16:14.200Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:14.200Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:14.200Z] Removing intermediate container 716a32831fd3 [2020-12-10T23:16:14.200Z] ---> 014bb16db036 [2020-12-10T23:16:14.200Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:14.200Z] Removing intermediate container 7b00bb634130 [2020-12-10T23:16:14.200Z] ---> 7a7afe18e2aa [2020-12-10T23:16:14.200Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:14.200Z] ---> Running in bd457d59ca3c [2020-12-10T23:16:14.200Z] ---> Running in 968df7bb81dc [2020-12-10T23:16:14.556Z] Removing intermediate container d1b870ad39a7 [2020-12-10T23:16:14.556Z] ---> a30753c9dadc [2020-12-10T23:16:14.556Z] Step 4/29 : RUN apk update && apk add make git [2020-12-10T23:16:14.556Z] ---> Running in 60bb5ca76c58 [2020-12-10T23:16:14.556Z] ---> Running in 59cbc4beb904 [2020-12-10T23:16:14.556Z] ---> Running in 7db9f23658ba [2020-12-10T23:16:14.557Z] Removing intermediate container db2f6c68d156 [2020-12-10T23:16:14.557Z] ---> 67531bb02d66 [2020-12-10T23:16:14.557Z] Step 6/22 : COPY go.mod . [2020-12-10T23:16:14.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:15.139Z] ---> Running in 95ac644b4609 [2020-12-10T23:16:15.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:15.664Z] ---> 96872b4b32cb [2020-12-10T23:16:15.664Z] Step 7/22 : RUN go mod download [2020-12-10T23:16:15.931Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:15.931Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:15.931Z] OK: 12748 distinct packages available [2020-12-10T23:16:16.198Z] OK: 233 MiB in 51 packages [2020-12-10T23:16:17.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:16:17.149Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:16:17.149Z] ---> a7142ea0410c [2020-12-10T23:16:17.149Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T23:16:17.149Z] ---> Using cache [2020-12-10T23:16:17.149Z] ---> 500eab3350f8 [2020-12-10T23:16:17.149Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:16:17.149Z] ---> Using cache [2020-12-10T23:16:17.149Z] ---> 6d343c3537d6 [2020-12-10T23:16:17.149Z] Step 5/24 : RUN apk update && apk add make git [2020-12-10T23:16:18.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:18.095Z] ---> Running in ff09936ccfd3 [2020-12-10T23:16:18.351Z] Removing intermediate container bd457d59ca3c [2020-12-10T23:16:18.351Z] ---> abecdb8883ea [2020-12-10T23:16:18.351Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:16:18.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:18.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:18.357Z] ---> Running in 1e50d1511f63 [2020-12-10T23:16:18.624Z] Removing intermediate container 74f61badcd3f [2020-12-10T23:16:18.624Z] ---> 1821b0548eeb [2020-12-10T23:16:18.624Z] Step 6/22 : COPY go.mod . [2020-12-10T23:16:18.627Z] ---> Running in 7f3c95961849 [2020-12-10T23:16:18.893Z] Removing intermediate container de0f378fafce [2020-12-10T23:16:18.893Z] ---> f8024fc2d721 [2020-12-10T23:16:18.893Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-10T23:16:18.893Z] ---> Running in 5836791fab1a [2020-12-10T23:16:18.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:18.908Z] Removing intermediate container 968df7bb81dc [2020-12-10T23:16:18.908Z] ---> f8a183417f05 [2020-12-10T23:16:18.908Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-10T23:16:19.155Z] ---> eb750f5aaf13 [2020-12-10T23:16:19.155Z] Step 7/22 : RUN go mod download [2020-12-10T23:16:19.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:19.191Z] ---> Running in 4c5d8b881d2e [2020-12-10T23:16:19.191Z] Removing intermediate container 60bb5ca76c58 [2020-12-10T23:16:19.191Z] ---> bb79c165de34 [2020-12-10T23:16:19.191Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-10T23:16:19.418Z] ---> Running in 4450338b2aa5 [2020-12-10T23:16:19.472Z] Removing intermediate container 59cbc4beb904 [2020-12-10T23:16:19.472Z] ---> caad39742a97 [2020-12-10T23:16:19.472Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-10T23:16:19.472Z] ---> Running in 61c25adee183 [2020-12-10T23:16:19.691Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:19.691Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:19.691Z] OK: 12748 distinct packages available [2020-12-10T23:16:19.747Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:19.747Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:19.747Z] OK: 12618 distinct packages available [2020-12-10T23:16:19.747Z] ---> Running in effcd9813f4c [2020-12-10T23:16:19.961Z] OK: 233 MiB in 51 packages [2020-12-10T23:16:19.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:16:20.234Z] Removing intermediate container ff09936ccfd3 [2020-12-10T23:16:20.234Z] ---> 66be20f38213 [2020-12-10T23:16:20.234Z] Step 8/22 : COPY . . [2020-12-10T23:16:20.503Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:20.503Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:20.503Z] OK: 12748 distinct packages available [2020-12-10T23:16:20.735Z] OK: 217 MiB in 51 packages [2020-12-10T23:16:20.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:20.776Z] Removing intermediate container 95ac644b4609 [2020-12-10T23:16:20.776Z] ---> fa549b382817 [2020-12-10T23:16:20.776Z] Step 6/22 : COPY go.mod . [2020-12-10T23:16:20.776Z] Removing intermediate container 4450338b2aa5 [2020-12-10T23:16:20.776Z] ---> 1a4cf2f22c61 [2020-12-10T23:16:20.776Z] Step 8/22 : COPY . . [2020-12-10T23:16:20.776Z] OK: 233 MiB in 51 packages [2020-12-10T23:16:21.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:21.361Z] Collecting docker-compose==1.23.2 [2020-12-10T23:16:21.361Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-10T23:16:21.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:21.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:21.637Z] ---> edf433dc2d53 [2020-12-10T23:16:21.637Z] Step 7/22 : RUN go mod download [2020-12-10T23:16:21.637Z] Collecting jsonschema<3,>=2.5.1 [2020-12-10T23:16:21.637Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-10T23:16:21.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:22.169Z] Removing intermediate container 7db9f23658ba [2020-12-10T23:16:22.169Z] ---> 27dc7f3c9147 [2020-12-10T23:16:22.169Z] Step 5/29 : COPY go.mod . [2020-12-10T23:16:22.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:22.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:22.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:16:22.721Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:22.721Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:22.721Z] OK: 12618 distinct packages available [2020-12-10T23:16:22.721Z] ---> 8ec9374ef842 [2020-12-10T23:16:22.721Z] Step 6/29 : RUN go mod download [2020-12-10T23:16:22.998Z] ---> Running in 9921cb6c6c75 [2020-12-10T23:16:22.998Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:22.998Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:22.998Z] OK: 12618 distinct packages available [2020-12-10T23:16:23.275Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:23.275Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:23.275Z] OK: 12618 distinct packages available [2020-12-10T23:16:23.564Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:16:23.564Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:16:23.564Z] OK: 12618 distinct packages available [2020-12-10T23:16:23.564Z] OK: 217 MiB in 51 packages [2020-12-10T23:16:24.179Z] OK: 217 MiB in 51 packages [2020-12-10T23:16:24.193Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-10T23:16:24.457Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-10T23:16:24.466Z] OK: 217 MiB in 51 packages [2020-12-10T23:16:24.466Z] OK: 217 MiB in 51 packages [2020-12-10T23:16:25.410Z] ---> Running in 2f774a2b0d1c [2020-12-10T23:16:25.934Z] Removing intermediate container 7f3c95961849 [2020-12-10T23:16:25.934Z] ---> e5f20564cf8e [2020-12-10T23:16:25.934Z] Step 6/22 : COPY go.mod . [2020-12-10T23:16:26.551Z] Removing intermediate container 4c5d8b881d2e [2020-12-10T23:16:26.551Z] ---> 4ef185c4df53 [2020-12-10T23:16:26.551Z] Step 6/27 : COPY go.mod . [2020-12-10T23:16:26.551Z] Removing intermediate container 61c25adee183 [2020-12-10T23:16:26.551Z] ---> 062ff1ce627b [2020-12-10T23:16:26.551Z] Step 6/24 : COPY go.mod . [2020-12-10T23:16:26.826Z] Removing intermediate container effcd9813f4c [2020-12-10T23:16:26.826Z] ---> 147072fb05c0 [2020-12-10T23:16:26.826Z] Step 6/23 : COPY go.mod . [2020-12-10T23:16:26.826Z] ---> 33ed24cd4cc1 [2020-12-10T23:16:26.826Z] Step 7/22 : RUN go mod download [2020-12-10T23:16:26.826Z] Removing intermediate container 9921cb6c6c75 [2020-12-10T23:16:26.826Z] ---> edd401a717e3 [2020-12-10T23:16:26.826Z] Step 7/29 : COPY . . [2020-12-10T23:16:27.102Z] ---> Running in fc439142d2ba [2020-12-10T23:16:27.349Z] Collecting cached-property<2,>=1.2.0 [2020-12-10T23:16:27.349Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-10T23:16:27.712Z] ---> 9ae6cab5caaa [2020-12-10T23:16:27.712Z] Step 7/27 : RUN go mod download [2020-12-10T23:16:27.712Z] ---> 6795f755ca24 [2020-12-10T23:16:27.712Z] Step 7/24 : RUN go mod download [2020-12-10T23:16:27.932Z] Collecting docopt<0.7,>=0.6.1 [2020-12-10T23:16:27.985Z] ---> Running in 6848ebadc07d [2020-12-10T23:16:27.985Z] ---> Running in 1ea381da50aa [2020-12-10T23:16:27.985Z] ---> 5576d8b80e2d [2020-12-10T23:16:27.985Z] Step 7/23 : RUN go mod download [2020-12-10T23:16:28.592Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-10T23:16:28.598Z] ---> Running in e2efda648078 [2020-12-10T23:16:30.654Z] Removing intermediate container 1e50d1511f63 [2020-12-10T23:16:30.654Z] ---> b68449db2a5d [2020-12-10T23:16:30.654Z] Step 6/24 : COPY go.mod . [2020-12-10T23:16:32.038Z] Removing intermediate container fc439142d2ba [2020-12-10T23:16:32.038Z] ---> def940bf941f [2020-12-10T23:16:32.038Z] Step 8/22 : COPY . . [2020-12-10T23:16:32.049Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-10T23:16:32.049Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-10T23:16:32.664Z] Removing intermediate container 6848ebadc07d [2020-12-10T23:16:32.664Z] ---> 4adabfcc59dd [2020-12-10T23:16:32.664Z] Step 8/27 : COPY . . [2020-12-10T23:16:33.266Z] Removing intermediate container e2efda648078 [2020-12-10T23:16:33.266Z] ---> 17791b7021ef [2020-12-10T23:16:33.266Z] Step 8/23 : COPY . . [2020-12-10T23:16:33.542Z] Removing intermediate container 1ea381da50aa [2020-12-10T23:16:33.542Z] ---> 2be55ae8cddc [2020-12-10T23:16:33.542Z] Step 8/24 : COPY . . [2020-12-10T23:16:34.000Z] 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-10T23:16:34.959Z] ---> 93bab647a5cc [2020-12-10T23:16:34.959Z] Step 7/24 : RUN go mod download [2020-12-10T23:16:35.228Z] Collecting texttable<0.10,>=0.9.0 [2020-12-10T23:16:35.228Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-10T23:16:36.209Z] ---> Running in 8665d01acf68 [2020-12-10T23:16:36.209Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-10T23:16:36.209Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-10T23:16:38.185Z] Collecting docker<4.0,>=3.6.0 [2020-12-10T23:16:38.185Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-10T23:16:38.185Z] Removing intermediate container 2f774a2b0d1c [2020-12-10T23:16:38.185Z] ---> 770e8e9898ce [2020-12-10T23:16:38.185Z] Step 8/22 : COPY . . [2020-12-10T23:16:39.159Z] Collecting PyYAML<4,>=3.10 [2020-12-10T23:16:39.159Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-10T23:16:43.421Z] 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-10T23:16:43.684Z] Collecting idna<2.8,>=2.5 [2020-12-10T23:16:44.259Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-10T23:16:46.182Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-10T23:16:46.182Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-10T23:16:47.132Z] 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-10T23:16:47.132Z] Removing intermediate container 8665d01acf68 [2020-12-10T23:16:47.132Z] ---> 92142889eb28 [2020-12-10T23:16:47.132Z] Step 8/24 : COPY . . [2020-12-10T23:16:47.394Z] Collecting docker-pycreds>=0.4.0 [2020-12-10T23:16:47.394Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-10T23:16:47.394Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-10T23:16:47.394Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-10T23:16:47.394Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-10T23:16:47.394Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-10T23:16:47.657Z] Installing collected packages: jsonschema, idna, urllib3, requests, cached-property, docopt, websocket-client, texttable, dockerpty, docker-pycreds, docker, PyYAML, docker-compose [2020-12-10T23:16:48.683Z] ---> faf49d24e1a2 [2020-12-10T23:16:48.683Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-10T23:16:48.683Z] ---> Running in 0d019c20ee6f [2020-12-10T23:16:48.683Z] ---> 5491f0e3da60 [2020-12-10T23:16:48.683Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-10T23:16:48.683Z] ---> a1467f52fd13 [2020-12-10T23:16:48.683Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-10T23:16:48.683Z] ---> Running in 1ce313f8945d [2020-12-10T23:16:48.683Z] ---> Running in 7f59a7333ee3 [2020-12-10T23:16:48.683Z] ---> fa67686723ef [2020-12-10T23:16:48.683Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-10T23:16:48.683Z] ---> 71e6b12ac887 [2020-12-10T23:16:48.683Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-10T23:16:48.683Z] ---> Running in 26f83692282c [2020-12-10T23:16:48.683Z] ---> Running in 3403105ff6ce [2020-12-10T23:16:48.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T23:16:49.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T23:16:50.228Z] ---> 09b8fc23611e [2020-12-10T23:16:50.228Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-10T23:16:50.493Z] Attempting uninstall: idna [2020-12-10T23:16:50.493Z] Found existing installation: idna 2.9 [2020-12-10T23:16:50.493Z] Uninstalling idna-2.9: [2020-12-10T23:16:50.493Z] ---> c549e83d06f0 [2020-12-10T23:16:50.493Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-10T23:16:50.493Z] Successfully uninstalled idna-2.9 [2020-12-10T23:16:50.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-10T23:16:50.814Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-data/core-data ./cmd/core-data [2020-12-10T23:16:51.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-10T23:16:52.708Z] Attempting uninstall: urllib3 [2020-12-10T23:16:52.708Z] Found existing installation: urllib3 1.25.9 [2020-12-10T23:16:52.708Z] Uninstalling urllib3-1.25.9: [2020-12-10T23:16:54.641Z] Successfully uninstalled urllib3-1.25.9 [2020-12-10T23:16:54.908Z] ---> Running in a3b0761b7e1e [2020-12-10T23:16:54.908Z] ---> Running in 691aaff3e2bc [2020-12-10T23:16:55.490Z] Attempting uninstall: requests [2020-12-10T23:16:55.490Z] Found existing installation: requests 2.23.0 [2020-12-10T23:16:55.490Z] Uninstalling requests-2.23.0: [2020-12-10T23:16:55.754Z] Successfully uninstalled requests-2.23.0 [2020-12-10T23:16:59.175Z] Running setup.py install for docopt: started [2020-12-10T23:16:59.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T23:16:59.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-10T23:17:00.026Z] Running setup.py install for docopt: finished with status 'done' [2020-12-10T23:17:01.012Z] Running setup.py install for texttable: started [2020-12-10T23:17:01.284Z] ---> b6f160aff9a0 [2020-12-10T23:17:01.284Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-10T23:17:01.581Z] ---> Running in ccfa9bd22109 [2020-12-10T23:17:01.581Z] Running setup.py install for texttable: finished with status 'done' [2020-12-10T23:17:01.581Z] Running setup.py install for dockerpty: started [2020-12-10T23:17:03.578Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-10T23:17:03.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-command/core-command ./cmd/core-command [2020-12-10T23:17:06.192Z] Running setup.py install for PyYAML: started [2020-12-10T23:17:07.614Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-10T23:17:08.580Z] 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-10T23:17:16.857Z] Removing intermediate container 5836791fab1a [2020-12-10T23:17:16.857Z] ---> 6cec3d0e38cd [2020-12-10T23:17:16.857Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-10T23:17:16.857Z] ---> 41166b706d95 [2020-12-10T23:17:16.857Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-10T23:17:16.857Z] ---> Running in 124fb511c5c0 [2020-12-10T23:17:16.857Z] ---> Running in 858532787a49 [2020-12-10T23:17:17.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:17.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-10T23:17:17.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:17.679Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T23:17:17.679Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-10T23:17:17.679Z] (3/3) Installing curl (7.69.1-r2) [2020-12-10T23:17:17.679Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:17:17.679Z] OK: 72 MiB in 58 packages [2020-12-10T23:17:19.105Z] Removing intermediate container 124fb511c5c0 [2020-12-10T23:17:19.105Z] ---> 4bb71c0b0bb3 [2020-12-10T23:17:19.105Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-10T23:17:19.105Z] ---> Running in 8dd840e17f7d [2020-12-10T23:17:19.379Z] Removing intermediate container 8dd840e17f7d [2020-12-10T23:17:19.379Z] ---> 9c764b5f51c4 [2020-12-10T23:17:19.379Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:17:19.379Z] ---> Running in 36994ac81a45 [2020-12-10T23:17:19.982Z] Removing intermediate container 36994ac81a45 [2020-12-10T23:17:19.982Z] ---> 1603195d0de3 [2020-12-10T23:17:19.982Z] Step 25/27 : LABEL arch=x86_64 [2020-12-10T23:17:19.982Z] ---> Running in d9f5a7f0ac24 [2020-12-10T23:17:20.568Z] Removing intermediate container d9f5a7f0ac24 [2020-12-10T23:17:20.568Z] ---> bdd9b253cecc [2020-12-10T23:17:20.568Z] Step 26/27 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:17:20.568Z] ---> Running in ff65500d5342 [2020-12-10T23:17:20.837Z] Removing intermediate container ff65500d5342 [2020-12-10T23:17:20.837Z] ---> 69f4ae3e4434 [2020-12-10T23:17:20.837Z] Step 27/27 : LABEL version=2.0.0-dev.8 [2020-12-10T23:17:20.837Z] ---> Running in ab3a31fdc328 [2020-12-10T23:17:21.103Z] Removing intermediate container ab3a31fdc328 [2020-12-10T23:17:21.103Z] ---> a5d168537202 [2020-12-10T23:17:21.103Z] [2020-12-10T23:17:21.376Z] Successfully built a5d168537202 [2020-12-10T23:17:21.376Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-10T23:17:21.376Z] Building docker-core-data-go [2020-12-10T23:17:39.611Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a3b0761b7e1e [2020-12-10T23:17:39.611Z] ---> f42f8e6801c6 [2020-12-10T23:17:39.611Z] [2020-12-10T23:17:39.611Z] Step 10/22 : FROM alpine:3.10 [2020-12-10T23:17:39.611Z] 3.10: Pulling from library/alpine [2020-12-10T23:17:39.611Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-10T23:17:39.611Z] Status: Downloaded newer image for alpine:3.10 [2020-12-10T23:17:39.611Z] ---> be4e4bea2c2e [2020-12-10T23:17:39.611Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T23:17:41.056Z] ---> Running in 6ea5e94066bf [2020-12-10T23:17:41.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-10T23:17:42.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:42.251Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:17:42.251Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:17:42.251Z] ---> a7142ea0410c [2020-12-10T23:17:42.251Z] Step 3/23 : WORKDIR /edgex-go [2020-12-10T23:17:42.251Z] ---> Using cache [2020-12-10T23:17:42.251Z] ---> 500eab3350f8 [2020-12-10T23:17:42.251Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:17:42.251Z] ---> Using cache [2020-12-10T23:17:42.251Z] ---> 6d343c3537d6 [2020-12-10T23:17:42.251Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-10T23:17:42.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:42.516Z] v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-10T23:17:42.516Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-10T23:17:42.516Z] OK: 10348 distinct packages available [2020-12-10T23:17:42.781Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-10T23:17:42.781Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-10T23:17:42.781Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-10T23:17:42.781Z] (4/5) Installing curl (7.66.0-r2) [2020-12-10T23:17:42.781Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-10T23:17:42.781Z] Executing busybox-1.30.1-r3.trigger [2020-12-10T23:17:42.781Z] Executing ca-certificates-20191127-r2.trigger [2020-12-10T23:17:42.781Z] OK: 7 MiB in 19 packages [2020-12-10T23:17:45.355Z] ---> Running in 3eb0bec68129 [2020-12-10T23:17:47.279Z] Removing intermediate container ccfa9bd22109 [2020-12-10T23:17:47.279Z] ---> 8f689fe4d55f [2020-12-10T23:17:47.279Z] [2020-12-10T23:17:47.279Z] Step 10/22 : FROM scratch [2020-12-10T23:17:47.279Z] ---> [2020-12-10T23:17:47.279Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:17:47.551Z] Removing intermediate container 6ea5e94066bf [2020-12-10T23:17:47.551Z] ---> 2521388bce37 [2020-12-10T23:17:47.551Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-10T23:17:47.551Z] Removing intermediate container 691aaff3e2bc [2020-12-10T23:17:47.551Z] ---> c7bf9f8c840a [2020-12-10T23:17:47.551Z] [2020-12-10T23:17:47.551Z] Step 10/22 : FROM scratch [2020-12-10T23:17:47.551Z] ---> [2020-12-10T23:17:47.551Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:17:47.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:47.818Z] ---> Running in 2f21ed84083a [2020-12-10T23:17:47.818Z] ---> Using cache [2020-12-10T23:17:47.818Z] ---> a2e95a0b2974 [2020-12-10T23:17:47.818Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-10T23:17:47.818Z] ---> Using cache [2020-12-10T23:17:47.818Z] ---> a2e95a0b2974 [2020-12-10T23:17:47.818Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-10T23:17:48.082Z] ---> Running in 944a6cbb6313 [2020-12-10T23:17:48.082Z] ---> Running in f67be9f60a00 [2020-12-10T23:17:48.082Z] Removing intermediate container 2f21ed84083a [2020-12-10T23:17:48.082Z] ---> d58ccb0b11fa [2020-12-10T23:17:48.082Z] Step 13/22 : WORKDIR / [2020-12-10T23:17:48.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:17:48.923Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:17:48.923Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:17:48.923Z] OK: 12748 distinct packages available [2020-12-10T23:17:48.923Z] ---> Running in 978dfa21c9c4 [2020-12-10T23:17:49.189Z] OK: 233 MiB in 51 packages [2020-12-10T23:17:50.585Z] Removing intermediate container f67be9f60a00 [2020-12-10T23:17:50.585Z] ---> 1ba8ebddb048 [2020-12-10T23:17:50.585Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T23:17:50.585Z] Removing intermediate container 944a6cbb6313 [2020-12-10T23:17:50.585Z] ---> bfcbb1cbffc1 [2020-12-10T23:17:50.585Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T23:17:50.585Z] Removing intermediate container 858532787a49 [2020-12-10T23:17:50.585Z] ---> a03fe0f44d37 [2020-12-10T23:17:50.585Z] [2020-12-10T23:17:50.585Z] Step 10/24 : FROM alpine:3.10 [2020-12-10T23:17:50.585Z] ---> be4e4bea2c2e [2020-12-10T23:17:50.585Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T23:17:50.585Z] ---> Using cache [2020-12-10T23:17:50.585Z] ---> 2521388bce37 [2020-12-10T23:17:50.585Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T23:17:50.585Z] ---> Running in c583eb878401 [2020-12-10T23:17:50.585Z] ---> Running in 7172ecde7e7c [2020-12-10T23:17:50.847Z] ---> Running in 22452dede561 [2020-12-10T23:17:50.847Z] Removing intermediate container 978dfa21c9c4 [2020-12-10T23:17:50.847Z] ---> 0c80820a8041 [2020-12-10T23:17:50.847Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-10T23:17:50.847Z] Removing intermediate container 7172ecde7e7c [2020-12-10T23:17:50.847Z] ---> 8d880a004c84 [2020-12-10T23:17:50.847Z] Step 14/22 : WORKDIR / [2020-12-10T23:17:51.110Z] Removing intermediate container c583eb878401 [2020-12-10T23:17:51.110Z] ---> e56786c70f44 [2020-12-10T23:17:51.110Z] Step 14/22 : WORKDIR / [2020-12-10T23:17:51.110Z] Removing intermediate container 3eb0bec68129 [2020-12-10T23:17:51.110Z] ---> 3b84b8d947f0 [2020-12-10T23:17:51.110Z] Step 6/23 : COPY go.mod . [2020-12-10T23:17:51.110Z] Removing intermediate container 22452dede561 [2020-12-10T23:17:51.110Z] ---> f7fd39bbe70c [2020-12-10T23:17:51.110Z] Step 13/24 : WORKDIR / [2020-12-10T23:17:51.110Z] ---> bf7f9e442a59 [2020-12-10T23:17:51.110Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-10T23:17:51.110Z] ---> Running in f40f54ccad21 [2020-12-10T23:17:51.110Z] ---> Running in 6be652806bab [2020-12-10T23:17:51.374Z] ---> Running in 5cff93f61108 [2020-12-10T23:17:51.374Z] ---> fddda34b1dd2 [2020-12-10T23:17:51.374Z] Step 7/23 : RUN go mod download [2020-12-10T23:17:51.636Z] Removing intermediate container f40f54ccad21 [2020-12-10T23:17:51.636Z] ---> 749aa2938d3d [2020-12-10T23:17:51.636Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-10T23:17:51.636Z] Removing intermediate container 6be652806bab [2020-12-10T23:17:51.636Z] ---> 3b9bbb95adad [2020-12-10T23:17:51.636Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-10T23:17:52.213Z] Removing intermediate container 5cff93f61108 [2020-12-10T23:17:52.213Z] ---> cb46e54399e5 [2020-12-10T23:17:52.213Z] 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-10T23:17:52.213Z] ---> Running in bb202711de49 [2020-12-10T23:17:52.476Z] ---> 7d504a0c6abd [2020-12-10T23:17:52.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-10T23:17:52.476Z] ---> e4da7c725475 [2020-12-10T23:17:52.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-10T23:17:52.749Z] ---> b2a62d8de42f [2020-12-10T23:17:52.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-10T23:17:52.749Z] ---> 9ba4a4f17919 [2020-12-10T23:17:52.749Z] 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-10T23:17:53.337Z] ---> 227d53e8c026 [2020-12-10T23:17:53.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-10T23:17:53.337Z] ---> 6459e38e6acd [2020-12-10T23:17:53.337Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-10T23:17:53.337Z] ---> f03fce6b7423 [2020-12-10T23:17:53.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-10T23:17:53.337Z] ---> 2f9822240bfa [2020-12-10T23:17:53.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-10T23:17:53.602Z] ---> 295db7933309 [2020-12-10T23:17:53.603Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-10T23:17:53.603Z] ---> Running in bc6244d11752 [2020-12-10T23:17:53.869Z] ---> e9ab9d1d7e02 [2020-12-10T23:17:53.869Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-10T23:17:53.869Z] ---> 3300c654e54d [2020-12-10T23:17:53.869Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-10T23:17:53.869Z] ---> 5c1e179be44d [2020-12-10T23:17:53.869Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-10T23:17:54.133Z] ---> Running in 627b57a70603 [2020-12-10T23:17:54.133Z] ---> Running in 8da213f81f73 [2020-12-10T23:17:54.440Z] Removing intermediate container 627b57a70603 [2020-12-10T23:17:54.440Z] ---> a7162ef90456 [2020-12-10T23:17:54.440Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:17:54.440Z] ---> f9bfe5dc4b13 [2020-12-10T23:17:54.440Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-10T23:17:54.737Z] ---> Running in d79cf88c2feb [2020-12-10T23:17:54.737Z] Removing intermediate container 8da213f81f73 [2020-12-10T23:17:54.737Z] ---> 442d308ccc09 [2020-12-10T23:17:54.737Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:17:54.737Z] Removing intermediate container bb202711de49 [2020-12-10T23:17:54.737Z] ---> 668d11623d93 [2020-12-10T23:17:54.737Z] Step 8/23 : COPY . . [2020-12-10T23:17:55.379Z] ---> Running in 3473d4c23ed4 [2020-12-10T23:17:55.688Z] ---> 10b9fd5afaf2 [2020-12-10T23:17:55.688Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T23:17:55.688Z] Removing intermediate container d79cf88c2feb [2020-12-10T23:17:55.688Z] ---> c3f04ba59d5e [2020-12-10T23:17:55.688Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T23:17:56.004Z] ---> Running in f16292dfe3f3 [2020-12-10T23:17:56.275Z] Removing intermediate container 3473d4c23ed4 [2020-12-10T23:17:56.275Z] ---> a00a430b0c05 [2020-12-10T23:17:56.275Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T23:17:56.864Z] ---> 1d6bfc163b6c [2020-12-10T23:17:56.864Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T23:17:56.864Z] Removing intermediate container bc6244d11752 [2020-12-10T23:17:56.864Z] ---> 4f72a169ebe8 [2020-12-10T23:17:56.864Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-10T23:17:58.262Z] Removing intermediate container f16292dfe3f3 [2020-12-10T23:17:58.262Z] ---> 302ab2f14535 [2020-12-10T23:17:58.262Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:17:58.262Z] ---> Running in 9b24b742d4a2 [2020-12-10T23:17:59.218Z] ---> Running in abc524af5544 [2020-12-10T23:17:59.218Z] ---> Running in 44cb1bc367a8 [2020-12-10T23:18:01.795Z] ---> Running in 1c9d5a325be1 [2020-12-10T23:18:03.717Z] Removing intermediate container 9b24b742d4a2 [2020-12-10T23:18:03.717Z] ---> ce2d0c1cf16e [2020-12-10T23:18:03.717Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:03.717Z] Removing intermediate container 44cb1bc367a8 [2020-12-10T23:18:03.717Z] ---> 77e82aa4a63d [2020-12-10T23:18:03.717Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T23:18:05.116Z] Removing intermediate container 1c9d5a325be1 [2020-12-10T23:18:05.116Z] ---> 7afa12f4492a [2020-12-10T23:18:05.116Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:05.116Z] ---> Running in 0919675d9254 [2020-12-10T23:18:05.385Z] ---> Running in 92ab707bc6b9 [2020-12-10T23:18:05.959Z] ---> Running in 83e0bb55bfe8 [2020-12-10T23:18:06.917Z] Removing intermediate container 92ab707bc6b9 [2020-12-10T23:18:06.917Z] ---> 11bc111254b7 [2020-12-10T23:18:06.917Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:07.879Z] Removing intermediate container 0919675d9254 [2020-12-10T23:18:07.879Z] ---> 16e32864dd15 [2020-12-10T23:18:07.879Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:09.806Z] ---> Running in cca44c9e6c6f [2020-12-10T23:18:10.068Z] Removing intermediate container 83e0bb55bfe8 [2020-12-10T23:18:10.068Z] ---> e5d6a1497095 [2020-12-10T23:18:10.068Z] [2020-12-10T23:18:10.336Z] ---> Running in 523eeeef867b [2020-12-10T23:18:10.601Z] Successfully built e5d6a1497095 [2020-12-10T23:18:10.601Z] Successfully tagged docker-core-metadata-go:latest [2020-12-10T23:18:11.555Z]  Building docker-core-metadata-go ... done Removing intermediate container cca44c9e6c6f [2020-12-10T23:18:11.555Z] ---> 4edca724e688 [2020-12-10T23:18:11.555Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:11.555Z] Removing intermediate container abc524af5544 [2020-12-10T23:18:11.555Z] ---> 2adaaa7573b4 [2020-12-10T23:18:11.555Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T23:18:12.549Z] ---> Running in 1450bd2f4f9a [2020-12-10T23:18:12.549Z] ---> Running in 86be9832ea64 [2020-12-10T23:18:12.549Z] Removing intermediate container 523eeeef867b [2020-12-10T23:18:12.549Z] ---> 5a00b46ed9a3 [2020-12-10T23:18:12.549Z] [2020-12-10T23:18:12.969Z] Removing intermediate container 0d019c20ee6f [2020-12-10T23:18:12.969Z] ---> 7f149fb88dad [2020-12-10T23:18:12.969Z] [2020-12-10T23:18:12.969Z] Step 9/29 : FROM alpine:latest [2020-12-10T23:18:12.969Z] latest: Pulling from library/alpine [2020-12-10T23:18:12.969Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T23:18:12.969Z] Status: Downloaded newer image for alpine:latest [2020-12-10T23:18:12.969Z] ---> 2e77e061c27f [2020-12-10T23:18:12.969Z] 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-10T23:18:12.969Z] ---> Running in a9bf0a6c63b8 [2020-12-10T23:18:12.969Z] Removing intermediate container a9bf0a6c63b8 [2020-12-10T23:18:12.969Z] ---> 596f89c6ae93 [2020-12-10T23:18:12.969Z] Step 11/29 : USER root [2020-12-10T23:18:12.969Z] ---> Running in 8166af210e8e [2020-12-10T23:18:13.130Z] Successfully built 5a00b46ed9a3 [2020-12-10T23:18:13.131Z] Successfully tagged docker-core-command-go:latest [2020-12-10T23:18:13.249Z] Removing intermediate container 8166af210e8e [2020-12-10T23:18:13.249Z] ---> da00e5737e5a [2020-12-10T23:18:13.249Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-10T23:18:13.525Z] ---> Running in 69a98854e74b [2020-12-10T23:18:14.076Z]  Building docker-core-command-go ... done Removing intermediate container 1450bd2f4f9a [2020-12-10T23:18:14.076Z] ---> 61c2a3ac4424 [2020-12-10T23:18:14.076Z] [2020-12-10T23:18:14.076Z] Removing intermediate container 86be9832ea64 [2020-12-10T23:18:14.076Z] ---> 5065ebe44d98 [2020-12-10T23:18:14.076Z] Step 22/24 : LABEL arch=x86_64 [2020-12-10T23:18:14.338Z] Successfully built 61c2a3ac4424 [2020-12-10T23:18:14.601Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-10T23:18:14.601Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in acef2654d077 [2020-12-10T23:18:14.864Z] ---> 97319ebb6fc7 [2020-12-10T23:18:14.864Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-10T23:18:14.864Z] ---> Running in 81cfaada68b7 [2020-12-10T23:18:14.864Z] Removing intermediate container acef2654d077 [2020-12-10T23:18:14.864Z] ---> da578cea13c5 [2020-12-10T23:18:14.864Z] Step 23/24 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:15.127Z] ---> Running in cc744ea38b55 [2020-12-10T23:18:15.127Z] Removing intermediate container cc744ea38b55 [2020-12-10T23:18:15.127Z] ---> 85b414343d58 [2020-12-10T23:18:15.127Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:15.391Z] ---> Running in 67205d818915 [2020-12-10T23:18:15.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:15.653Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-data/core-data ./cmd/core-data [2020-12-10T23:18:15.653Z] Removing intermediate container 67205d818915 [2020-12-10T23:18:15.653Z] ---> 75995a9a7054 [2020-12-10T23:18:15.653Z] [2020-12-10T23:18:15.804Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:15.920Z] Successfully built 75995a9a7054 [2020-12-10T23:18:15.920Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-10T23:18:16.798Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:18:16.798Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:18:16.798Z] OK: 12617 distinct packages available [2020-12-10T23:18:17.416Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-10T23:18:17.705Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-10T23:18:17.705Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:18:17.705Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T23:18:17.983Z] OK: 6 MiB in 16 packages [2020-12-10T23:18:22.347Z] Removing intermediate container 7f59a7333ee3 [2020-12-10T23:18:22.347Z] ---> 702626e132bf [2020-12-10T23:18:22.347Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-10T23:18:22.347Z] Removing intermediate container 69a98854e74b [2020-12-10T23:18:22.347Z] ---> e220fccb90d7 [2020-12-10T23:18:22.347Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-10T23:18:22.347Z] ---> Running in 8bb04c67cae4 [2020-12-10T23:18:22.623Z] ---> Running in 0d112f257e21 [2020-12-10T23:18:22.902Z] Removing intermediate container 1ce313f8945d [2020-12-10T23:18:22.902Z] ---> 32773e7e293a [2020-12-10T23:18:22.902Z] [2020-12-10T23:18:22.902Z] Step 10/22 : FROM alpine:3.10 [2020-12-10T23:18:23.177Z] 3.10: Pulling from library/alpine [2020-12-10T23:18:24.171Z] Removing intermediate container 0d112f257e21 [2020-12-10T23:18:24.171Z] ---> 461ce30a7ac2 [2020-12-10T23:18:24.171Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-10T23:18:24.451Z] ---> Running in 275dc86a9b1a [2020-12-10T23:18:24.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-10T23:18:25.013Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-10T23:18:25.013Z] Status: Downloaded newer image for alpine:3.10 [2020-12-10T23:18:25.013Z] ---> 536a684cf733 [2020-12-10T23:18:25.013Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T23:18:25.299Z] ---> Running in 57e4963c7337 [2020-12-10T23:18:25.575Z] Removing intermediate container 275dc86a9b1a [2020-12-10T23:18:25.575Z] ---> 0ebe91dd302f [2020-12-10T23:18:25.576Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-10T23:18:25.857Z] ---> Running in b2286bee6776 [2020-12-10T23:18:27.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:27.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:28.853Z] v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-10T23:18:28.853Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-10T23:18:28.853Z] OK: 10169 distinct packages available [2020-12-10T23:18:29.469Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-10T23:18:29.469Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-10T23:18:29.469Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-10T23:18:29.469Z] (4/5) Installing curl (7.66.0-r2) [2020-12-10T23:18:29.469Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-10T23:18:29.469Z] Executing busybox-1.30.1-r3.trigger [2020-12-10T23:18:29.469Z] Executing ca-certificates-20191127-r2.trigger [2020-12-10T23:18:30.085Z] OK: 7 MiB in 19 packages [2020-12-10T23:18:30.085Z] Removing intermediate container b2286bee6776 [2020-12-10T23:18:30.085Z] ---> ff1356e84b46 [2020-12-10T23:18:30.085Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-10T23:18:31.545Z] Removing intermediate container 8bb04c67cae4 [2020-12-10T23:18:31.545Z] ---> 29608d81bcaa [2020-12-10T23:18:31.545Z] [2020-12-10T23:18:31.545Z] Step 11/27 : FROM docker:latest [2020-12-10T23:18:31.829Z] ---> f31140561b03 [2020-12-10T23:18:31.829Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-10T23:18:31.829Z] ---> Running in 77e1f302d993 [2020-12-10T23:18:32.825Z] ---> a6784d49826e [2020-12-10T23:18:32.825Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-10T23:18:33.840Z] Removing intermediate container 57e4963c7337 [2020-12-10T23:18:33.840Z] ---> 5a6b8445d110 [2020-12-10T23:18:33.840Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-10T23:18:33.840Z] ---> Running in 145835953d76 [2020-12-10T23:18:34.177Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 81cfaada68b7 [2020-12-10T23:18:34.177Z] ---> 59dac345a82a [2020-12-10T23:18:34.177Z] [2020-12-10T23:18:34.177Z] Step 10/23 : FROM alpine [2020-12-10T23:18:34.177Z] ---> d6e46aa2470d [2020-12-10T23:18:34.177Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:18:34.177Z] ---> Running in f54d582e8e2a [2020-12-10T23:18:34.177Z] Removing intermediate container f54d582e8e2a [2020-12-10T23:18:34.177Z] ---> 388cd1488921 [2020-12-10T23:18:34.177Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-10T23:18:34.177Z] ---> Running in 418c1ae31976 [2020-12-10T23:18:34.177Z] Removing intermediate container 418c1ae31976 [2020-12-10T23:18:34.177Z] ---> f1f7c2bec44b [2020-12-10T23:18:34.177Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-10T23:18:34.177Z] ---> Running in 0cca6dbd5e62 [2020-12-10T23:18:34.177Z] Removing intermediate container 0cca6dbd5e62 [2020-12-10T23:18:34.177Z] ---> 25e809eb4dfb [2020-12-10T23:18:34.177Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:18:34.177Z] ---> Running in 079e3842a608 [2020-12-10T23:18:34.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:34.468Z] ---> 1bb29a93f39a [2020-12-10T23:18:34.468Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-10T23:18:34.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:35.030Z] Removing intermediate container 145835953d76 [2020-12-10T23:18:35.030Z] ---> 6ad91868cfd8 [2020-12-10T23:18:35.030Z] Step 13/22 : WORKDIR / [2020-12-10T23:18:35.148Z] Removing intermediate container 079e3842a608 [2020-12-10T23:18:35.149Z] ---> 74145bc5494c [2020-12-10T23:18:35.149Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-10T23:18:35.301Z] (1/2) Installing readline (8.0.4-r0) [2020-12-10T23:18:35.301Z] (2/2) Installing bash (5.0.17-r0) [2020-12-10T23:18:35.301Z] Executing bash-5.0.17-r0.post-install [2020-12-10T23:18:35.301Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:18:35.417Z] ---> Running in 5cef55c1cc42 [2020-12-10T23:18:35.583Z] OK: 12 MiB in 22 packages [2020-12-10T23:18:35.583Z] ---> Running in 2077ebd93343 [2020-12-10T23:18:35.871Z] ---> 1becb366c1d9 [2020-12-10T23:18:35.871Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-10T23:18:36.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T23:18:36.494Z] Removing intermediate container 2077ebd93343 [2020-12-10T23:18:36.494Z] ---> 37ed43328650 [2020-12-10T23:18:36.494Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-10T23:18:36.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T23:18:37.150Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-10T23:18:37.150Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-10T23:18:37.150Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-10T23:18:37.414Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-10T23:18:37.414Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-10T23:18:37.414Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:18:37.676Z] OK: 8 MiB in 19 packages [2020-12-10T23:18:38.250Z] Removing intermediate container 5cef55c1cc42 [2020-12-10T23:18:38.250Z] ---> 51caa5dd6972 [2020-12-10T23:18:38.251Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-10T23:18:39.317Z] ---> a2bb0cfc7b1d [2020-12-10T23:18:39.317Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-10T23:18:39.317Z] ---> 5d7df22bd254 [2020-12-10T23:18:39.317Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-10T23:18:39.317Z] ---> 88d0b65eb631 [2020-12-10T23:18:39.317Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-10T23:18:39.317Z] ---> Running in 3f157747c592 [2020-12-10T23:18:39.326Z] Removing intermediate container 77e1f302d993 [2020-12-10T23:18:39.326Z] ---> 8a0d6348a907 [2020-12-10T23:18:39.326Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-10T23:18:39.326Z] ---> bbea78f43060 [2020-12-10T23:18:39.326Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-10T23:18:39.326Z] ---> 4e7596563769 [2020-12-10T23:18:39.326Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-10T23:18:39.326Z] ---> Running in aeef93b43325 [2020-12-10T23:18:39.578Z] Removing intermediate container 3f157747c592 [2020-12-10T23:18:39.579Z] ---> c9816df3b1d9 [2020-12-10T23:18:39.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:18:39.579Z] ---> Running in 32142c9217c0 [2020-12-10T23:18:39.841Z] Removing intermediate container 32142c9217c0 [2020-12-10T23:18:39.841Z] ---> 8ee181d61312 [2020-12-10T23:18:39.841Z] Step 21/23 : LABEL arch=x86_64 [2020-12-10T23:18:39.841Z] ---> Running in c30ecdebc650 [2020-12-10T23:18:40.103Z] Removing intermediate container c30ecdebc650 [2020-12-10T23:18:40.103Z] ---> c0a997f1ff30 [2020-12-10T23:18:40.103Z] Step 22/23 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:40.103Z] ---> Running in 68631ac2cb3a [2020-12-10T23:18:40.366Z] Removing intermediate container 68631ac2cb3a [2020-12-10T23:18:40.366Z] ---> bc1645b29ba4 [2020-12-10T23:18:40.366Z] Step 23/23 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:40.366Z] ---> Running in 5f0bd1d970de [2020-12-10T23:18:40.366Z] Removing intermediate container 5f0bd1d970de [2020-12-10T23:18:40.366Z] ---> 78704c27ca92 [2020-12-10T23:18:40.366Z] [2020-12-10T23:18:40.630Z] Successfully built 78704c27ca92 [2020-12-10T23:18:40.630Z] Successfully tagged docker-core-data-go:latest [2020-12-10T23:18:41.228Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-10T23:18:41.245Z] $ docker stop --time=1 74bb36f1bdef9d467ef0e48119446c8127f3125f703db707f3e64b20f9edcbe0 [2020-12-10T23:18:41.984Z] Removing intermediate container 3403105ff6ce [2020-12-10T23:18:41.984Z] ---> 4f66f75df584 [2020-12-10T23:18:41.984Z] [2020-12-10T23:18:41.984Z] Step 10/24 : FROM scratch [2020-12-10T23:18:41.984Z] ---> [2020-12-10T23:18:41.984Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-10T23:18:41.984Z] ---> 5b9aab2d6dc0 [2020-12-10T23:18:41.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-10T23:18:41.984Z] ---> 52138fe31fa2 [2020-12-10T23:18:41.984Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-10T23:18:41.984Z] ---> Running in 58efa207c5a4 [2020-12-10T23:18:41.984Z] ---> Running in 3c7b487aca52 [2020-12-10T23:18:42.923Z] $ docker rm -f 74bb36f1bdef9d467ef0e48119446c8127f3125f703db707f3e64b20f9edcbe0 [2020-12-10T23:18:42.996Z] Removing intermediate container 58efa207c5a4 [2020-12-10T23:18:42.996Z] ---> dd2ef91dc30e [2020-12-10T23:18:42.996Z] Step 12/24 : ENV APP_PORT=48060 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T23:18:43.274Z] ---> Running in 001cf32c756a [2020-12-10T23:18:43.479Z] + docker images [2020-12-10T23:18:43.479Z] + grep docker [2020-12-10T23:18:43.553Z] ---> 920600f0bfb6 [2020-12-10T23:18:43.553Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-10T23:18:43.553Z] Removing intermediate container aeef93b43325 [2020-12-10T23:18:43.553Z] ---> 58df329472e7 [2020-12-10T23:18:43.553Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-10T23:18:43.741Z] docker-core-data-go latest 78704c27ca92 3 seconds ago 23.7MB [2020-12-10T23:18:43.741Z] docker-security-secretstore-setup-go latest 75995a9a7054 28 seconds ago 24.7MB [2020-12-10T23:18:43.741Z] docker-security-bootstrap-redis-go latest 61c2a3ac4424 30 seconds ago 15.8MB [2020-12-10T23:18:43.741Z] docker-core-command-go latest 5a00b46ed9a3 32 seconds ago 12.2MB [2020-12-10T23:18:43.741Z] docker-core-metadata-go latest e5d6a1497095 36 seconds ago 14.5MB [2020-12-10T23:18:43.741Z] docker-sys-mgmt-agent-go latest a5d168537202 About a minute ago 313MB [2020-12-10T23:18:43.741Z] docker-security-secrets-setup-go latest 29f9741c0e40 2 minutes ago 23.9MB [2020-12-10T23:18:43.741Z] docker-support-notifications-go latest fa0a9c72fb37 3 minutes ago 13.6MB [2020-12-10T23:18:43.741Z] docker-security-proxy-setup-go latest 35ffb95515de 3 minutes ago 24.6MB [2020-12-10T23:18:43.741Z] docker-support-scheduler-go latest 1c93620c0437 3 minutes ago 12.3MB [2020-12-10T23:18:43.741Z] docker latest 86c48ffa8038 7 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [2020-12-10T23:18:43.828Z] ---> Running in faeaaefdba1b [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-10T23:18:44.110Z] Removing intermediate container 001cf32c756a [2020-12-10T23:18:44.110Z] ---> a1cfa4bdaa78 [2020-12-10T23:18:44.110Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T23:18:44.110Z] ---> Running in 630f88c6996f [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T23:18:44.277Z] provisioning config files... [2020-12-10T23:18:44.306Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/251@tmp/config7614436005625335412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:18:44.732Z] Removing intermediate container faeaaefdba1b [2020-12-10T23:18:44.732Z] ---> 52bac5283f6d [2020-12-10T23:18:44.732Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-10T23:18:44.732Z] ---> f0d734965306 [2020-12-10T23:18:44.732Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-10T23:18:44.737Z] ---> docker-login.sh [2020-12-10T23:18:44.737Z] nexus3.edgexfoundry.org:10001 [2020-12-10T23:18:44.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:18:44.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:18:44.999Z] Configure a credential helper to remove this warning. See [2020-12-10T23:18:44.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:18:44.999Z] [2020-12-10T23:18:44.999Z] Login Succeeded [2020-12-10T23:18:44.999Z] nexus3.edgexfoundry.org:10002 [2020-12-10T23:18:44.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:18:45.014Z] ---> Running in bae6a398059f [2020-12-10T23:18:45.014Z] Removing intermediate container 630f88c6996f [2020-12-10T23:18:45.014Z] ---> Running in c91f756ddf2b [2020-12-10T23:18:45.014Z] ---> 9741f76cd477 [2020-12-10T23:18:45.014Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-10T23:18:45.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:18:45.262Z] Configure a credential helper to remove this warning. See [2020-12-10T23:18:45.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:18:45.262Z] [2020-12-10T23:18:45.262Z] Login Succeeded [2020-12-10T23:18:45.262Z] nexus3.edgexfoundry.org:10003 [2020-12-10T23:18:45.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:18:45.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:18:45.262Z] Configure a credential helper to remove this warning. See [2020-12-10T23:18:45.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:18:45.262Z] [2020-12-10T23:18:45.262Z] Login Succeeded [2020-12-10T23:18:45.262Z] nexus3.edgexfoundry.org:10004 [2020-12-10T23:18:45.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:18:45.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:18:45.525Z] Configure a credential helper to remove this warning. See [2020-12-10T23:18:45.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:18:45.525Z] [2020-12-10T23:18:45.525Z] Login Succeeded [2020-12-10T23:18:45.525Z] docker.io [2020-12-10T23:18:45.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:18:45.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:18:45.788Z] Configure a credential helper to remove this warning. See [2020-12-10T23:18:45.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:18:45.788Z] [2020-12-10T23:18:45.788Z] Login Succeeded [2020-12-10T23:18:46.048Z] ---> docker-login.sh ends [2020-12-10T23:18:46.050Z] Removing intermediate container 3c7b487aca52 [2020-12-10T23:18:46.050Z] ---> f2e87e4e533e [2020-12-10T23:18:46.050Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T23:18:46.050Z] Removing intermediate container bae6a398059f [2020-12-10T23:18:46.050Z] ---> 0ce0d459f1e1 [2020-12-10T23:18:46.050Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-10T23:18:46.050Z] ---> Running in 35728d513146 [Pipeline] } [2020-12-10T23:18:46.058Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:18:46.329Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-10T23:18:46.329Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:46.329Z] 2.0.0-dev.8 [2020-12-10T23:18:46.329Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:46.329Z] master [2020-12-10T23:18:46.329Z] ===================================================== [2020-12-10T23:18:46.335Z] ---> cacc741839df [2020-12-10T23:18:46.335Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:46.804Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:46.933Z] Removing intermediate container 35728d513146 [2020-12-10T23:18:46.933Z] ---> 2cadbdb8337b [2020-12-10T23:18:46.933Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-10T23:18:47.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:47.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-10T23:18:47.108Z] 070f7c685779: Preparing [2020-12-10T23:18:47.108Z] 4311807c5093: Preparing [2020-12-10T23:18:47.108Z] 986a8230f50b: Preparing [2020-12-10T23:18:47.211Z] ---> ec102f374edc [2020-12-10T23:18:47.211Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T23:18:47.370Z] 986a8230f50b: Pushed [2020-12-10T23:18:47.370Z] 070f7c685779: Pushed [2020-12-10T23:18:47.493Z] ---> Running in 2514a846dd84 [2020-12-10T23:18:48.130Z] ---> 1e3b62cbbf3a [2020-12-10T23:18:48.130Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-10T23:18:48.314Z] 4311807c5093: Pushed [2020-12-10T23:18:48.315Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:7e48a8080d76353f992681d3450065f1b76a41137b3b9b48f51d4125493f1131 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:48.623Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:48.738Z] ---> 45fb5606d728 [2020-12-10T23:18:48.738Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-10T23:18:48.738Z] Removing intermediate container c91f756ddf2b [2020-12-10T23:18:48.738Z] ---> 5d01442ba0bc [2020-12-10T23:18:48.738Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-10T23:18:48.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.8 [2020-12-10T23:18:48.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-10T23:18:48.939Z] 070f7c685779: Preparing [2020-12-10T23:18:48.939Z] 4311807c5093: Preparing [2020-12-10T23:18:48.939Z] 986a8230f50b: Preparing [2020-12-10T23:18:48.939Z] 986a8230f50b: Layer already exists [2020-12-10T23:18:48.939Z] 4311807c5093: Layer already exists [2020-12-10T23:18:48.939Z] 070f7c685779: Layer already exists [2020-12-10T23:18:48.939Z] 2.0.0-dev.8: digest: sha256:7e48a8080d76353f992681d3450065f1b76a41137b3b9b48f51d4125493f1131 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:49.009Z] ---> Running in d4fe27133396 [2020-12-10T23:18:49.249Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:49.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:49.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-10T23:18:49.552Z] 070f7c685779: Preparing [2020-12-10T23:18:49.552Z] 4311807c5093: Preparing [2020-12-10T23:18:49.552Z] 986a8230f50b: Preparing [2020-12-10T23:18:49.552Z] 986a8230f50b: Layer already exists [2020-12-10T23:18:49.552Z] 4311807c5093: Layer already exists [2020-12-10T23:18:49.552Z] 070f7c685779: Layer already exists [2020-12-10T23:18:49.552Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:7e48a8080d76353f992681d3450065f1b76a41137b3b9b48f51d4125493f1131 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:49.862Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:50.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-10T23:18:50.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-10T23:18:50.169Z] 070f7c685779: Preparing [2020-12-10T23:18:50.169Z] 4311807c5093: Preparing [2020-12-10T23:18:50.169Z] 986a8230f50b: Preparing [2020-12-10T23:18:50.169Z] 986a8230f50b: Layer already exists [2020-12-10T23:18:50.169Z] 070f7c685779: Layer already exists [2020-12-10T23:18:50.169Z] 4311807c5093: Layer already exists [2020-12-10T23:18:50.169Z] master: digest: sha256:7e48a8080d76353f992681d3450065f1b76a41137b3b9b48f51d4125493f1131 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-10T23:18:50.464Z] ---> d13cbacd9f8c [2020-12-10T23:18:50.464Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-10T23:18:50.464Z] Removing intermediate container d4fe27133396 [2020-12-10T23:18:50.464Z] ---> 3e618192871c [2020-12-10T23:18:50.464Z] Step 20/22 : LABEL arch=arm64 [Pipeline] echo [2020-12-10T23:18:50.519Z] ===================================================== [Pipeline] echo [2020-12-10T23:18:50.642Z] taggedImages: [2020-12-10T23:18:50.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:50.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.8 [2020-12-10T23:18:50.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:50.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-10T23:18:50.726Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-10T23:18:50.726Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:50.726Z] 2.0.0-dev.8 [2020-12-10T23:18:50.726Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:50.726Z] master [2020-12-10T23:18:50.726Z] ===================================================== [2020-12-10T23:18:50.749Z] ---> be6e38073975 [2020-12-10T23:18:50.749Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:51.028Z] ---> Running in 2ca17b7a43d6 [2020-12-10T23:18:51.222Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:51.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:51.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-10T23:18:51.652Z] 68500aa37697: Preparing [2020-12-10T23:18:51.652Z] 6b591d0a2b8e: Preparing [2020-12-10T23:18:51.652Z] f32c674263a4: Preparing [2020-12-10T23:18:51.652Z] 30000ca6ab9c: Preparing [2020-12-10T23:18:51.652Z] 089c339dbce3: Preparing [2020-12-10T23:18:51.652Z] ace0eda3e3be: Preparing [2020-12-10T23:18:51.652Z] ace0eda3e3be: Waiting [2020-12-10T23:18:51.652Z] 68500aa37697: Pushed [2020-12-10T23:18:51.652Z] 089c339dbce3: Pushed [2020-12-10T23:18:51.652Z] f32c674263a4: Pushed [2020-12-10T23:18:51.652Z] ace0eda3e3be: Layer already exists [2020-12-10T23:18:51.707Z] Removing intermediate container 2514a846dd84 [2020-12-10T23:18:51.707Z] ---> c00891c1b776 [2020-12-10T23:18:51.707Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-10T23:18:51.935Z] 30000ca6ab9c: Pushed [2020-12-10T23:18:52.003Z] ---> 2d87f24ea5d2 [2020-12-10T23:18:52.003Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-10T23:18:52.003Z] Removing intermediate container 2ca17b7a43d6 [2020-12-10T23:18:52.003Z] ---> 5e9a03132a1a [2020-12-10T23:18:52.003Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:52.330Z] ---> 9a8a0d81a6be [2020-12-10T23:18:52.330Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-10T23:18:52.330Z] ---> Running in 3d25fa115ba6 [2020-12-10T23:18:52.330Z] ---> Running in b08d543e34d6 [2020-12-10T23:18:52.614Z] ---> Running in 0c170488ba82 [2020-12-10T23:18:52.907Z] 6b591d0a2b8e: Pushed [2020-12-10T23:18:53.169Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:7bc4da2973261e841168898f5d304394c3fb63d8506c949605d871f693549ddf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:53.478Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:53.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.8 [2020-12-10T23:18:53.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-10T23:18:53.785Z] 68500aa37697: Preparing [2020-12-10T23:18:53.785Z] 6b591d0a2b8e: Preparing [2020-12-10T23:18:53.785Z] f32c674263a4: Preparing [2020-12-10T23:18:53.785Z] 30000ca6ab9c: Preparing [2020-12-10T23:18:53.785Z] 089c339dbce3: Preparing [2020-12-10T23:18:53.785Z] ace0eda3e3be: Preparing [2020-12-10T23:18:53.785Z] ace0eda3e3be: Waiting [2020-12-10T23:18:53.785Z] 30000ca6ab9c: Layer already exists [2020-12-10T23:18:53.785Z] 6b591d0a2b8e: Layer already exists [2020-12-10T23:18:53.785Z] 089c339dbce3: Layer already exists [2020-12-10T23:18:53.785Z] f32c674263a4: Layer already exists [2020-12-10T23:18:53.785Z] 68500aa37697: Layer already exists [2020-12-10T23:18:53.785Z] ace0eda3e3be: Layer already exists [2020-12-10T23:18:53.785Z] 2.0.0-dev.8: digest: sha256:7bc4da2973261e841168898f5d304394c3fb63d8506c949605d871f693549ddf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:54.093Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:54.253Z] Removing intermediate container 0c170488ba82 [2020-12-10T23:18:54.253Z] ---> 4e623a8f307f [2020-12-10T23:18:54.253Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:18:54.253Z] ---> Running in c8c5e67eac3d [2020-12-10T23:18:54.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:54.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-10T23:18:54.405Z] 68500aa37697: Preparing [2020-12-10T23:18:54.405Z] 6b591d0a2b8e: Preparing [2020-12-10T23:18:54.405Z] f32c674263a4: Preparing [2020-12-10T23:18:54.405Z] 30000ca6ab9c: Preparing [2020-12-10T23:18:54.405Z] 089c339dbce3: Preparing [2020-12-10T23:18:54.405Z] ace0eda3e3be: Preparing [2020-12-10T23:18:54.405Z] ace0eda3e3be: Waiting [2020-12-10T23:18:54.405Z] f32c674263a4: Layer already exists [2020-12-10T23:18:54.405Z] 089c339dbce3: Layer already exists [2020-12-10T23:18:54.405Z] 68500aa37697: Layer already exists [2020-12-10T23:18:54.405Z] 30000ca6ab9c: Layer already exists [2020-12-10T23:18:54.405Z] 6b591d0a2b8e: Layer already exists [2020-12-10T23:18:54.405Z] ace0eda3e3be: Layer already exists [2020-12-10T23:18:54.405Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:7bc4da2973261e841168898f5d304394c3fb63d8506c949605d871f693549ddf size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:54.734Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:54.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:18:55.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-10T23:18:55.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-10T23:18:55.048Z] 68500aa37697: Preparing [2020-12-10T23:18:55.048Z] 6b591d0a2b8e: Preparing [2020-12-10T23:18:55.048Z] f32c674263a4: Preparing [2020-12-10T23:18:55.048Z] 30000ca6ab9c: Preparing [2020-12-10T23:18:55.048Z] 089c339dbce3: Preparing [2020-12-10T23:18:55.048Z] ace0eda3e3be: Preparing [2020-12-10T23:18:55.048Z] ace0eda3e3be: Waiting [2020-12-10T23:18:55.048Z] 68500aa37697: Layer already exists [2020-12-10T23:18:55.048Z] 6b591d0a2b8e: Layer already exists [2020-12-10T23:18:55.048Z] 30000ca6ab9c: Layer already exists [2020-12-10T23:18:55.048Z] f32c674263a4: Layer already exists [2020-12-10T23:18:55.048Z] 089c339dbce3: Layer already exists [2020-12-10T23:18:55.048Z] ace0eda3e3be: Layer already exists [2020-12-10T23:18:55.048Z] master: digest: sha256:7bc4da2973261e841168898f5d304394c3fb63d8506c949605d871f693549ddf size: 1572 [Pipeline] } [2020-12-10T23:18:55.127Z] ---> bfae75c22b47 [2020-12-10T23:18:55.127Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-10T23:18:55.127Z] Removing intermediate container c8c5e67eac3d [2020-12-10T23:18:55.127Z] ---> 243b3cd80438 [2020-12-10T23:18:55.127Z] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:18:55.269Z] ===================================================== [Pipeline] echo [2020-12-10T23:18:55.335Z] taggedImages: [2020-12-10T23:18:55.335Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:55.335Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.8 [2020-12-10T23:18:55.335Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:55.335Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-10T23:18:55.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-12-10T23:18:55.417Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-10T23:18:55.417Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:55.417Z] 2.0.0-dev.8 [2020-12-10T23:18:55.417Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:55.417Z] master [2020-12-10T23:18:55.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:55.928Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:56.007Z] Successfully built 243b3cd80438 [2020-12-10T23:18:56.007Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-10T23:18:56.007Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-12-10T23:18:56.007Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-10T23:18:56.007Z] (2/33) Installing expat (2.2.9-r1) [2020-12-10T23:18:56.007Z] (3/33) Installing libffi (3.3-r2) [2020-12-10T23:18:56.007Z] (4/33) Installing gdbm (1.13-r1) [2020-12-10T23:18:56.007Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-10T23:18:56.007Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-10T23:18:56.007Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-10T23:18:56.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:56.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-10T23:18:56.235Z] fa6ee7632952: Preparing [2020-12-10T23:18:56.235Z] 16075d6f28d5: Preparing [2020-12-10T23:18:56.235Z] 1a60b5b3f9f0: Preparing [2020-12-10T23:18:56.235Z] 1a60b5b3f9f0: Pushed [2020-12-10T23:18:56.235Z] fa6ee7632952: Pushed [2020-12-10T23:18:56.292Z] ---> 14b7f15529c9 [2020-12-10T23:18:56.292Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-10T23:18:57.624Z] 16075d6f28d5: Pushed [2020-12-10T23:18:57.624Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:6103171a32d36bad2cdd65e068beabf292a09176db18dbe81147c28f32226c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:57.757Z] ---> Running in 045ace8e7fc1 [2020-12-10T23:18:57.757Z] Removing intermediate container 3d25fa115ba6 [2020-12-10T23:18:57.757Z] ---> af21be7e73e2 [2020-12-10T23:18:57.757Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T23:18:57.930Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:58.032Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-10T23:18:58.032Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-10T23:18:58.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.8 [2020-12-10T23:18:58.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-10T23:18:58.231Z] fa6ee7632952: Preparing [2020-12-10T23:18:58.231Z] 16075d6f28d5: Preparing [2020-12-10T23:18:58.231Z] 1a60b5b3f9f0: Preparing [2020-12-10T23:18:58.231Z] fa6ee7632952: Layer already exists [2020-12-10T23:18:58.231Z] 1a60b5b3f9f0: Layer already exists [2020-12-10T23:18:58.231Z] 16075d6f28d5: Layer already exists [2020-12-10T23:18:58.231Z] 2.0.0-dev.8: digest: sha256:6103171a32d36bad2cdd65e068beabf292a09176db18dbe81147c28f32226c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:58.310Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-10T23:18:58.310Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-10T23:18:58.310Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-10T23:18:58.310Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-10T23:18:58.310Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-10T23:18:58.310Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-10T23:18:58.549Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:58.590Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-10T23:18:58.590Z] ---> Running in 8d7a096806f8 [2020-12-10T23:18:58.590Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-10T23:18:58.590Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-10T23:18:58.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:58.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-10T23:18:58.862Z] fa6ee7632952: Preparing [2020-12-10T23:18:58.862Z] 16075d6f28d5: Preparing [2020-12-10T23:18:58.862Z] 1a60b5b3f9f0: Preparing [2020-12-10T23:18:58.862Z] 1a60b5b3f9f0: Layer already exists [2020-12-10T23:18:58.862Z] fa6ee7632952: Layer already exists [2020-12-10T23:18:58.862Z] 16075d6f28d5: Layer already exists [2020-12-10T23:18:58.862Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:6103171a32d36bad2cdd65e068beabf292a09176db18dbe81147c28f32226c20 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:58.890Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-10T23:18:58.890Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-10T23:18:58.890Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-10T23:18:58.890Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-10T23:18:58.890Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-10T23:18:58.890Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-10T23:18:58.890Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-10T23:18:58.890Z] Removing intermediate container 045ace8e7fc1 [2020-12-10T23:18:58.890Z] ---> f85ae5f7959d [2020-12-10T23:18:58.890Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:18:58.890Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-10T23:18:59.161Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-10T23:18:59.161Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-10T23:18:59.161Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-10T23:18:59.161Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-10T23:18:59.161Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-10T23:18:59.161Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-10T23:18:59.161Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-10T23:18:59.167Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:18:59.438Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:18:59.438Z] OK: 71 MiB in 55 packages [2020-12-10T23:18:59.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-10T23:18:59.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-10T23:18:59.475Z] fa6ee7632952: Preparing [2020-12-10T23:18:59.475Z] 16075d6f28d5: Preparing [2020-12-10T23:18:59.475Z] 1a60b5b3f9f0: Preparing [2020-12-10T23:18:59.475Z] fa6ee7632952: Layer already exists [2020-12-10T23:18:59.475Z] 1a60b5b3f9f0: Layer already exists [2020-12-10T23:18:59.475Z] 16075d6f28d5: Layer already exists [2020-12-10T23:18:59.475Z] master: digest: sha256:6103171a32d36bad2cdd65e068beabf292a09176db18dbe81147c28f32226c20 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-10T23:18:59.720Z] ---> Running in 29d86ff686b7 [2020-12-10T23:18:59.720Z] Removing intermediate container 8d7a096806f8 [2020-12-10T23:18:59.720Z] ---> 4a7febdbb040 [2020-12-10T23:18:59.720Z] Step 26/29 : CMD [ "generate" ] [Pipeline] echo [2020-12-10T23:18:59.734Z] ===================================================== [Pipeline] echo [2020-12-10T23:18:59.780Z] taggedImages: [2020-12-10T23:18:59.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:59.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.8 [2020-12-10T23:18:59.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:59.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-10T23:18:59.844Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-10T23:18:59.844Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:18:59.844Z] 2.0.0-dev.8 [2020-12-10T23:18:59.844Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:18:59.844Z] master [2020-12-10T23:18:59.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:00.359Z] ---> Running in 8a23fff155fd [2020-12-10T23:19:00.379Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:00.635Z] Removing intermediate container 29d86ff686b7 [2020-12-10T23:19:00.635Z] ---> 710f4343a723 [2020-12-10T23:19:00.635Z] Step 22/24 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:00.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:00.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-10T23:19:00.939Z] de1a3cdd7bc2: Preparing [2020-12-10T23:19:00.939Z] 801a2c48d053: Preparing [2020-12-10T23:19:00.939Z] 3f2a6f960822: Preparing [2020-12-10T23:19:00.939Z] b4f57f564b04: Preparing [2020-12-10T23:19:00.939Z] 8223ea3f9bc5: Preparing [2020-12-10T23:19:00.939Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:00.939Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:00.940Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:00.940Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:00.940Z] 3f2a6f960822: Pushed [2020-12-10T23:19:01.207Z] 801a2c48d053: Pushed [2020-12-10T23:19:01.207Z] 8223ea3f9bc5: Pushed [2020-12-10T23:19:01.207Z] de1a3cdd7bc2: Pushed [2020-12-10T23:19:01.207Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:01.237Z] ---> Running in 813355dfab04 [2020-12-10T23:19:01.237Z] Removing intermediate container 8a23fff155fd [2020-12-10T23:19:01.237Z] ---> 874cf9337b2c [2020-12-10T23:19:01.237Z] Step 27/29 : LABEL arch=arm64 [2020-12-10T23:19:01.469Z] e2ab6f1ca533: Pushed [2020-12-10T23:19:01.521Z] ---> Running in d66175b4b16f [2020-12-10T23:19:01.734Z] b4f57f564b04: Pushed [2020-12-10T23:19:01.996Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:8122a500ecf5a16c0d168fce956819df323734df5a21e89886cec1381d2da748 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:02.121Z] Removing intermediate container 813355dfab04 [2020-12-10T23:19:02.122Z] ---> 364dec9fb8dc [2020-12-10T23:19:02.122Z] Step 23/24 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:02.122Z] Removing intermediate container 26f83692282c [2020-12-10T23:19:02.122Z] ---> fbf56bcbec6d [2020-12-10T23:19:02.122Z] [2020-12-10T23:19:02.122Z] Step 10/23 : FROM alpine [2020-12-10T23:19:02.122Z] ---> 2e77e061c27f [2020-12-10T23:19:02.122Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:19:02.304Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:02.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.8 [2020-12-10T23:19:02.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-10T23:19:02.636Z] de1a3cdd7bc2: Preparing [2020-12-10T23:19:02.636Z] 801a2c48d053: Preparing [2020-12-10T23:19:02.636Z] 3f2a6f960822: Preparing [2020-12-10T23:19:02.636Z] b4f57f564b04: Preparing [2020-12-10T23:19:02.636Z] 8223ea3f9bc5: Preparing [2020-12-10T23:19:02.636Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:02.636Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:02.636Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:02.636Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:02.636Z] de1a3cdd7bc2: Layer already exists [2020-12-10T23:19:02.636Z] b4f57f564b04: Layer already exists [2020-12-10T23:19:02.636Z] 801a2c48d053: Layer already exists [2020-12-10T23:19:02.636Z] 8223ea3f9bc5: Layer already exists [2020-12-10T23:19:02.636Z] 3f2a6f960822: Layer already exists [2020-12-10T23:19:02.636Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:02.636Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:02.636Z] 2.0.0-dev.8: digest: sha256:8122a500ecf5a16c0d168fce956819df323734df5a21e89886cec1381d2da748 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:02.750Z] Removing intermediate container d66175b4b16f [2020-12-10T23:19:02.750Z] ---> 11782dad1321 [2020-12-10T23:19:02.750Z] Step 28/29 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:02.750Z] ---> Running in 779920c32b15 [2020-12-10T23:19:02.750Z] ---> Running in cddd7796bce7 [2020-12-10T23:19:02.979Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:03.025Z] ---> Running in f6ab040935a2 [2020-12-10T23:19:03.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:03.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-10T23:19:03.285Z] de1a3cdd7bc2: Preparing [2020-12-10T23:19:03.285Z] 801a2c48d053: Preparing [2020-12-10T23:19:03.285Z] 3f2a6f960822: Preparing [2020-12-10T23:19:03.285Z] b4f57f564b04: Preparing [2020-12-10T23:19:03.285Z] 8223ea3f9bc5: Preparing [2020-12-10T23:19:03.285Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:03.285Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:03.285Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:03.285Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:03.285Z] 801a2c48d053: Layer already exists [2020-12-10T23:19:03.285Z] b4f57f564b04: Layer already exists [2020-12-10T23:19:03.285Z] 3f2a6f960822: Layer already exists [2020-12-10T23:19:03.285Z] de1a3cdd7bc2: Layer already exists [2020-12-10T23:19:03.285Z] 8223ea3f9bc5: Layer already exists [2020-12-10T23:19:03.285Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:03.285Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:03.285Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:8122a500ecf5a16c0d168fce956819df323734df5a21e89886cec1381d2da748 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:03.591Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:03.622Z] Removing intermediate container cddd7796bce7 [2020-12-10T23:19:03.622Z] ---> 521b67c268ac [2020-12-10T23:19:03.622Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T23:19:03.622Z] Removing intermediate container 779920c32b15 [2020-12-10T23:19:03.622Z] ---> 858c00b531d4 [2020-12-10T23:19:03.622Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-10T23:19:03.622Z] ---> Running in b987132f8068 [2020-12-10T23:19:03.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-10T23:19:03.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-10T23:19:03.895Z] de1a3cdd7bc2: Preparing [2020-12-10T23:19:03.895Z] 801a2c48d053: Preparing [2020-12-10T23:19:03.895Z] 3f2a6f960822: Preparing [2020-12-10T23:19:03.895Z] b4f57f564b04: Preparing [2020-12-10T23:19:03.895Z] 8223ea3f9bc5: Preparing [2020-12-10T23:19:03.895Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:03.895Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:03.895Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:03.895Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:03.895Z] 3f2a6f960822: Layer already exists [2020-12-10T23:19:03.895Z] 801a2c48d053: Layer already exists [2020-12-10T23:19:03.895Z] b4f57f564b04: Layer already exists [2020-12-10T23:19:03.895Z] 8223ea3f9bc5: Layer already exists [2020-12-10T23:19:03.895Z] de1a3cdd7bc2: Layer already exists [2020-12-10T23:19:03.895Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:03.895Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:03.895Z] master: digest: sha256:8122a500ecf5a16c0d168fce956819df323734df5a21e89886cec1381d2da748 size: 1778 [2020-12-10T23:19:03.900Z] Removing intermediate container f6ab040935a2 [2020-12-10T23:19:03.900Z] ---> 13aefea8235a [2020-12-10T23:19:03.900Z] Step 29/29 : LABEL version=2.0.0-dev.8 [2020-12-10T23:19:03.900Z] ---> Running in 300046e31f08 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:04.144Z] ===================================================== [2020-12-10T23:19:04.179Z] ---> Running in 29f8fc9b7335 [Pipeline] echo [2020-12-10T23:19:04.195Z] taggedImages: [2020-12-10T23:19:04.195Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:04.195Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.8 [2020-12-10T23:19:04.195Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:04.195Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-10T23:19:04.259Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-10T23:19:04.259Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:04.259Z] 2.0.0-dev.8 [2020-12-10T23:19:04.259Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:04.259Z] master [2020-12-10T23:19:04.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-10T23:19:04.454Z] Removing intermediate container b987132f8068 [2020-12-10T23:19:04.454Z] ---> 8f4b39c83a4c [2020-12-10T23:19:04.454Z] [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:04.736Z] Removing intermediate container 300046e31f08 [2020-12-10T23:19:04.736Z] ---> 06e827495fdb [2020-12-10T23:19:04.736Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-10T23:19:04.768Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:05.018Z] Successfully built 8f4b39c83a4c [2020-12-10T23:19:05.019Z] Removing intermediate container 29f8fc9b7335 [2020-12-10T23:19:05.019Z] ---> 00c2e088a9a2 [2020-12-10T23:19:05.019Z] [2020-12-10T23:19:05.019Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-10T23:19:05.019Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-12-10T23:19:05.019Z] ---> Running in c673c0ccb0c4 [2020-12-10T23:19:05.071Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:05.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-10T23:19:05.071Z] 5e7c47b8f68b: Preparing [2020-12-10T23:19:05.071Z] 517a30d5ad64: Preparing [2020-12-10T23:19:05.071Z] c4755288b426: Preparing [2020-12-10T23:19:05.071Z] 89972ccacacf: Preparing [2020-12-10T23:19:05.071Z] 8dccecaa58bc: Preparing [2020-12-10T23:19:05.071Z] ace0eda3e3be: Preparing [2020-12-10T23:19:05.071Z] ace0eda3e3be: Waiting [2020-12-10T23:19:05.332Z] 89972ccacacf: Pushed [2020-12-10T23:19:05.332Z] c4755288b426: Pushed [2020-12-10T23:19:05.332Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:05.595Z] 8dccecaa58bc: Pushed [2020-12-10T23:19:05.618Z] Successfully built 00c2e088a9a2 [2020-12-10T23:19:05.618Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-10T23:19:05.618Z] Building docker-core-metadata-go [2020-12-10T23:19:05.897Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container c673c0ccb0c4 [2020-12-10T23:19:05.897Z] ---> f78eb0359071 [2020-12-10T23:19:05.897Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:19:06.169Z] 5e7c47b8f68b: Pushed [2020-12-10T23:19:06.169Z] 517a30d5ad64: Pushed [2020-12-10T23:19:06.169Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:9a016e344a2c50e18fd72bdd69eed8c27d4553b60b97f6d7d2add7cd4d03b531 size: 1574 [2020-12-10T23:19:06.177Z] ---> Running in da4a870294bd [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:06.502Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:06.807Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.8 [2020-12-10T23:19:06.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-10T23:19:06.807Z] 5e7c47b8f68b: Preparing [2020-12-10T23:19:06.807Z] 517a30d5ad64: Preparing [2020-12-10T23:19:06.807Z] c4755288b426: Preparing [2020-12-10T23:19:06.807Z] 89972ccacacf: Preparing [2020-12-10T23:19:06.807Z] 8dccecaa58bc: Preparing [2020-12-10T23:19:06.807Z] ace0eda3e3be: Preparing [2020-12-10T23:19:06.807Z] ace0eda3e3be: Waiting [2020-12-10T23:19:06.807Z] c4755288b426: Layer already exists [2020-12-10T23:19:06.807Z] 8dccecaa58bc: Layer already exists [2020-12-10T23:19:06.807Z] 517a30d5ad64: Layer already exists [2020-12-10T23:19:06.807Z] 5e7c47b8f68b: Layer already exists [2020-12-10T23:19:06.807Z] 89972ccacacf: Layer already exists [2020-12-10T23:19:06.807Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:06.807Z] 2.0.0-dev.8: digest: sha256:9a016e344a2c50e18fd72bdd69eed8c27d4553b60b97f6d7d2add7cd4d03b531 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:07.112Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:07.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:07.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-10T23:19:07.414Z] 5e7c47b8f68b: Preparing [2020-12-10T23:19:07.414Z] 517a30d5ad64: Preparing [2020-12-10T23:19:07.414Z] c4755288b426: Preparing [2020-12-10T23:19:07.414Z] 89972ccacacf: Preparing [2020-12-10T23:19:07.414Z] 8dccecaa58bc: Preparing [2020-12-10T23:19:07.414Z] ace0eda3e3be: Preparing [2020-12-10T23:19:07.414Z] ace0eda3e3be: Waiting [2020-12-10T23:19:07.414Z] 8dccecaa58bc: Layer already exists [2020-12-10T23:19:07.414Z] 5e7c47b8f68b: Layer already exists [2020-12-10T23:19:07.414Z] 89972ccacacf: Layer already exists [2020-12-10T23:19:07.414Z] c4755288b426: Layer already exists [2020-12-10T23:19:07.414Z] 517a30d5ad64: Layer already exists [2020-12-10T23:19:07.414Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:07.414Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:9a016e344a2c50e18fd72bdd69eed8c27d4553b60b97f6d7d2add7cd4d03b531 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:07.732Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:08.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-10T23:19:08.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-10T23:19:08.036Z] 5e7c47b8f68b: Preparing [2020-12-10T23:19:08.036Z] 517a30d5ad64: Preparing [2020-12-10T23:19:08.036Z] c4755288b426: Preparing [2020-12-10T23:19:08.036Z] 89972ccacacf: Preparing [2020-12-10T23:19:08.036Z] 8dccecaa58bc: Preparing [2020-12-10T23:19:08.036Z] ace0eda3e3be: Preparing [2020-12-10T23:19:08.036Z] ace0eda3e3be: Waiting [2020-12-10T23:19:08.036Z] 8dccecaa58bc: Layer already exists [2020-12-10T23:19:08.036Z] 5e7c47b8f68b: Layer already exists [2020-12-10T23:19:08.036Z] c4755288b426: Layer already exists [2020-12-10T23:19:08.036Z] 517a30d5ad64: Layer already exists [2020-12-10T23:19:08.036Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:08.036Z] 89972ccacacf: Layer already exists [2020-12-10T23:19:08.036Z] master: digest: sha256:9a016e344a2c50e18fd72bdd69eed8c27d4553b60b97f6d7d2add7cd4d03b531 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:08.366Z] ===================================================== [Pipeline] echo [2020-12-10T23:19:08.412Z] taggedImages: [2020-12-10T23:19:08.412Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:08.412Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.8 [2020-12-10T23:19:08.412Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:08.412Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-10T23:19:08.478Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-10T23:19:08.478Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:08.478Z] 2.0.0-dev.8 [2020-12-10T23:19:08.478Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:08.478Z] master [2020-12-10T23:19:08.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:08.821Z] Removing intermediate container b08d543e34d6 [2020-12-10T23:19:08.821Z] ---> 7b9355b02562 [2020-12-10T23:19:08.821Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-10T23:19:09.099Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:09.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:09.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-10T23:19:09.409Z] f03da8350e29: Preparing [2020-12-10T23:19:09.409Z] 25c2701136e7: Preparing [2020-12-10T23:19:09.409Z] fa284991014a: Preparing [2020-12-10T23:19:09.409Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:09.409Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:09.409Z] 2ac716960448: Preparing [2020-12-10T23:19:09.409Z] ab9ec24d9c8d: Preparing [2020-12-10T23:19:09.409Z] 26b480543355: Preparing [2020-12-10T23:19:09.409Z] f03da8350e29: Preparing [2020-12-10T23:19:09.409Z] 55eef9350378: Preparing [2020-12-10T23:19:09.409Z] 502580f5ae65: Preparing [2020-12-10T23:19:09.409Z] f17fe655d2e9: Preparing [2020-12-10T23:19:09.409Z] ace0eda3e3be: Preparing [2020-12-10T23:19:09.409Z] ab9ec24d9c8d: Waiting [2020-12-10T23:19:09.409Z] 26b480543355: Waiting [2020-12-10T23:19:09.409Z] f17fe655d2e9: Waiting [2020-12-10T23:19:09.409Z] 55eef9350378: Waiting [2020-12-10T23:19:09.409Z] 502580f5ae65: Waiting [2020-12-10T23:19:09.409Z] ace0eda3e3be: Waiting [2020-12-10T23:19:09.422Z] ---> Running in ed231da148fa [2020-12-10T23:19:11.224Z] fa284991014a: Pushed [2020-12-10T23:19:11.224Z] 25c2701136e7: Pushed [2020-12-10T23:19:11.224Z] 2ac716960448: Pushed [2020-12-10T23:19:11.224Z] 3eb67ec64a63: Pushed [2020-12-10T23:19:11.224Z] ab9ec24d9c8d: Pushed [2020-12-10T23:19:11.224Z] 26b480543355: Pushed [2020-12-10T23:19:11.224Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:11.224Z] 55eef9350378: Pushed [2020-12-10T23:19:11.224Z] 502580f5ae65: Pushed [2020-12-10T23:19:11.224Z] f17fe655d2e9: Pushed [2020-12-10T23:19:11.224Z] f03da8350e29: Pushed [2020-12-10T23:19:11.224Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:7e75eff3e922ef7120e270d65b63126fa25cd8d31b63d0c851f81cca624ce257 size: 3027 [2020-12-10T23:19:11.233Z] Removing intermediate container da4a870294bd [2020-12-10T23:19:11.233Z] ---> d999685e3b9e [2020-12-10T23:19:11.233Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-10T23:19:11.233Z] ---> Running in 47ab1cad72bf [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:11.533Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:11.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:19:11.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.8 [2020-12-10T23:19:11.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-10T23:19:11.838Z] f03da8350e29: Preparing [2020-12-10T23:19:11.838Z] 25c2701136e7: Preparing [2020-12-10T23:19:11.838Z] fa284991014a: Preparing [2020-12-10T23:19:11.838Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:11.838Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:11.838Z] 2ac716960448: Preparing [2020-12-10T23:19:11.838Z] ab9ec24d9c8d: Preparing [2020-12-10T23:19:11.838Z] 26b480543355: Preparing [2020-12-10T23:19:11.838Z] f03da8350e29: Preparing [2020-12-10T23:19:11.838Z] 55eef9350378: Preparing [2020-12-10T23:19:11.838Z] 502580f5ae65: Preparing [2020-12-10T23:19:11.838Z] f17fe655d2e9: Preparing [2020-12-10T23:19:11.838Z] ace0eda3e3be: Preparing [2020-12-10T23:19:11.838Z] ab9ec24d9c8d: Waiting [2020-12-10T23:19:11.838Z] 26b480543355: Waiting [2020-12-10T23:19:11.838Z] 55eef9350378: Waiting [2020-12-10T23:19:11.838Z] 502580f5ae65: Waiting [2020-12-10T23:19:11.838Z] f17fe655d2e9: Waiting [2020-12-10T23:19:11.838Z] ace0eda3e3be: Waiting [2020-12-10T23:19:11.838Z] f03da8350e29: Layer already exists [2020-12-10T23:19:11.838Z] 25c2701136e7: Layer already exists [2020-12-10T23:19:11.838Z] 2ac716960448: Layer already exists [2020-12-10T23:19:11.838Z] 3eb67ec64a63: Layer already exists [2020-12-10T23:19:11.838Z] ab9ec24d9c8d: Layer already exists [2020-12-10T23:19:11.838Z] fa284991014a: Layer already exists [2020-12-10T23:19:11.838Z] 26b480543355: Layer already exists [2020-12-10T23:19:11.838Z] 502580f5ae65: Layer already exists [2020-12-10T23:19:11.838Z] 55eef9350378: Layer already exists [2020-12-10T23:19:11.838Z] f17fe655d2e9: Layer already exists [2020-12-10T23:19:11.838Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:11.838Z] 2.0.0-dev.8: digest: sha256:7e75eff3e922ef7120e270d65b63126fa25cd8d31b63d0c851f81cca624ce257 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:12.145Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:12.433Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:19:12.433Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:19:12.433Z] ---> c0c7aaff32fe [2020-12-10T23:19:12.433Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:19:12.433Z] ---> Using cache [2020-12-10T23:19:12.433Z] ---> 7a7afe18e2aa [2020-12-10T23:19:12.433Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:19:12.433Z] ---> Using cache [2020-12-10T23:19:12.433Z] ---> caad39742a97 [2020-12-10T23:19:12.433Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:19:12.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:12.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-10T23:19:12.450Z] f03da8350e29: Preparing [2020-12-10T23:19:12.450Z] 25c2701136e7: Preparing [2020-12-10T23:19:12.450Z] fa284991014a: Preparing [2020-12-10T23:19:12.450Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:12.450Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:12.450Z] 2ac716960448: Preparing [2020-12-10T23:19:12.450Z] ab9ec24d9c8d: Preparing [2020-12-10T23:19:12.450Z] 26b480543355: Preparing [2020-12-10T23:19:12.450Z] f03da8350e29: Preparing [2020-12-10T23:19:12.450Z] 55eef9350378: Preparing [2020-12-10T23:19:12.450Z] 502580f5ae65: Preparing [2020-12-10T23:19:12.450Z] f17fe655d2e9: Preparing [2020-12-10T23:19:12.450Z] ace0eda3e3be: Preparing [2020-12-10T23:19:12.450Z] 55eef9350378: Waiting [2020-12-10T23:19:12.450Z] 502580f5ae65: Waiting [2020-12-10T23:19:12.450Z] ab9ec24d9c8d: Waiting [2020-12-10T23:19:12.450Z] f17fe655d2e9: Waiting [2020-12-10T23:19:12.450Z] ace0eda3e3be: Waiting [2020-12-10T23:19:12.450Z] 26b480543355: Waiting [2020-12-10T23:19:12.450Z] 25c2701136e7: Layer already exists [2020-12-10T23:19:12.450Z] 2ac716960448: Layer already exists [2020-12-10T23:19:12.450Z] f03da8350e29: Layer already exists [2020-12-10T23:19:12.450Z] fa284991014a: Layer already exists [2020-12-10T23:19:12.450Z] 3eb67ec64a63: Layer already exists [2020-12-10T23:19:12.450Z] ab9ec24d9c8d: Layer already exists [2020-12-10T23:19:12.450Z] 26b480543355: Layer already exists [2020-12-10T23:19:12.450Z] 55eef9350378: Layer already exists [2020-12-10T23:19:12.450Z] f17fe655d2e9: Layer already exists [2020-12-10T23:19:12.450Z] 502580f5ae65: Layer already exists [2020-12-10T23:19:12.450Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:12.450Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:7e75eff3e922ef7120e270d65b63126fa25cd8d31b63d0c851f81cca624ce257 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:12.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:19:12.769Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:13.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-10T23:19:13.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-10T23:19:13.069Z] f03da8350e29: Preparing [2020-12-10T23:19:13.069Z] 25c2701136e7: Preparing [2020-12-10T23:19:13.069Z] fa284991014a: Preparing [2020-12-10T23:19:13.069Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:13.069Z] 3eb67ec64a63: Preparing [2020-12-10T23:19:13.069Z] 2ac716960448: Preparing [2020-12-10T23:19:13.069Z] ab9ec24d9c8d: Preparing [2020-12-10T23:19:13.069Z] 26b480543355: Preparing [2020-12-10T23:19:13.069Z] f03da8350e29: Preparing [2020-12-10T23:19:13.069Z] 55eef9350378: Preparing [2020-12-10T23:19:13.069Z] 502580f5ae65: Preparing [2020-12-10T23:19:13.069Z] f17fe655d2e9: Preparing [2020-12-10T23:19:13.069Z] ace0eda3e3be: Preparing [2020-12-10T23:19:13.069Z] ab9ec24d9c8d: Waiting [2020-12-10T23:19:13.069Z] 26b480543355: Waiting [2020-12-10T23:19:13.069Z] 55eef9350378: Waiting [2020-12-10T23:19:13.069Z] 502580f5ae65: Waiting [2020-12-10T23:19:13.069Z] f17fe655d2e9: Waiting [2020-12-10T23:19:13.069Z] ace0eda3e3be: Waiting [2020-12-10T23:19:13.069Z] 25c2701136e7: Layer already exists [2020-12-10T23:19:13.069Z] f03da8350e29: Layer already exists [2020-12-10T23:19:13.069Z] 3eb67ec64a63: Layer already exists [2020-12-10T23:19:13.069Z] fa284991014a: Layer already exists [2020-12-10T23:19:13.069Z] 2ac716960448: Layer already exists [2020-12-10T23:19:13.069Z] ab9ec24d9c8d: Layer already exists [2020-12-10T23:19:13.069Z] 26b480543355: Layer already exists [2020-12-10T23:19:13.069Z] 55eef9350378: Layer already exists [2020-12-10T23:19:13.069Z] 502580f5ae65: Layer already exists [2020-12-10T23:19:13.069Z] f17fe655d2e9: Layer already exists [2020-12-10T23:19:13.069Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:13.069Z] master: digest: sha256:7e75eff3e922ef7120e270d65b63126fa25cd8d31b63d0c851f81cca624ce257 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-10T23:19:13.321Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-10T23:19:13.321Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-10T23:19:13.321Z] ---> Running in a8836d45d411 [Pipeline] echo [2020-12-10T23:19:13.350Z] ===================================================== [Pipeline] echo [2020-12-10T23:19:13.401Z] taggedImages: [2020-12-10T23:19:13.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:13.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.8 [2020-12-10T23:19:13.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:13.401Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-10T23:19:13.467Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-10T23:19:13.467Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:13.467Z] 2.0.0-dev.8 [2020-12-10T23:19:13.467Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:13.467Z] master [2020-12-10T23:19:13.467Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-10T23:19:13.603Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-10T23:19:13.603Z] (4/5) Installing libzmq (4.3.3-r0) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:13.882Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-10T23:19:13.882Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:19:13.882Z] OK: 8 MiB in 19 packages [2020-12-10T23:19:14.010Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:14.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:14.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-10T23:19:14.312Z] 4439b11c21bb: Preparing [2020-12-10T23:19:14.312Z] 933d48ef4dae: Preparing [2020-12-10T23:19:14.312Z] 3aa4a79d2377: Preparing [2020-12-10T23:19:14.312Z] d81536ac989b: Preparing [2020-12-10T23:19:14.312Z] e8fb842cce9a: Preparing [2020-12-10T23:19:14.312Z] 994d0f83a273: Preparing [2020-12-10T23:19:14.312Z] 0024e3b5d619: Preparing [2020-12-10T23:19:14.312Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:14.312Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:14.312Z] 994d0f83a273: Waiting [2020-12-10T23:19:14.312Z] 0024e3b5d619: Waiting [2020-12-10T23:19:14.312Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:14.312Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:14.580Z] 4439b11c21bb: Pushed [2020-12-10T23:19:14.580Z] 933d48ef4dae: Pushed [2020-12-10T23:19:14.580Z] e8fb842cce9a: Pushed [2020-12-10T23:19:14.580Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:14.580Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:14.580Z] 0024e3b5d619: Pushed [2020-12-10T23:19:14.580Z] 994d0f83a273: Pushed [2020-12-10T23:19:14.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:19:15.151Z] 3aa4a79d2377: Pushed [2020-12-10T23:19:15.151Z] d81536ac989b: Pushed [2020-12-10T23:19:15.412Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:865f8077a7080670bc2ad440e56b977846e61d4ce1a296aa11de751af3c3cdfd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:15.453Z] Removing intermediate container 47ab1cad72bf [2020-12-10T23:19:15.453Z] ---> 9f6a3be054ec [2020-12-10T23:19:15.453Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-10T23:19:15.453Z] Collecting docker-compose==1.23.2 [2020-12-10T23:19:15.453Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-10T23:19:15.723Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.8 [2020-12-10T23:19:15.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:15.997Z] ---> 107560483e2c [2020-12-10T23:19:15.997Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-10T23:19:16.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.8 [2020-12-10T23:19:16.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-10T23:19:16.029Z] 4439b11c21bb: Preparing [2020-12-10T23:19:16.029Z] 933d48ef4dae: Preparing [2020-12-10T23:19:16.029Z] 3aa4a79d2377: Preparing [2020-12-10T23:19:16.029Z] d81536ac989b: Preparing [2020-12-10T23:19:16.029Z] e8fb842cce9a: Preparing [2020-12-10T23:19:16.029Z] 994d0f83a273: Preparing [2020-12-10T23:19:16.029Z] 0024e3b5d619: Preparing [2020-12-10T23:19:16.029Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:16.029Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:16.029Z] 994d0f83a273: Waiting [2020-12-10T23:19:16.029Z] 0024e3b5d619: Waiting [2020-12-10T23:19:16.029Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:16.029Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:16.029Z] e8fb842cce9a: Layer already exists [2020-12-10T23:19:16.029Z] 4439b11c21bb: Layer already exists [2020-12-10T23:19:16.029Z] d81536ac989b: Layer already exists [2020-12-10T23:19:16.029Z] 3aa4a79d2377: Layer already exists [2020-12-10T23:19:16.029Z] 933d48ef4dae: Layer already exists [2020-12-10T23:19:16.029Z] 994d0f83a273: Layer already exists [2020-12-10T23:19:16.029Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:16.029Z] 0024e3b5d619: Layer already exists [2020-12-10T23:19:16.029Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:16.029Z] 2.0.0-dev.8: digest: sha256:865f8077a7080670bc2ad440e56b977846e61d4ce1a296aa11de751af3c3cdfd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:16.267Z] Collecting texttable<0.10,>=0.9.0 [2020-12-10T23:19:16.267Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-10T23:19:16.335Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:16.539Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:19:16.539Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:19:16.539Z] OK: 12618 distinct packages available [2020-12-10T23:19:16.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:16.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-10T23:19:16.636Z] 4439b11c21bb: Preparing [2020-12-10T23:19:16.636Z] 933d48ef4dae: Preparing [2020-12-10T23:19:16.636Z] 3aa4a79d2377: Preparing [2020-12-10T23:19:16.636Z] d81536ac989b: Preparing [2020-12-10T23:19:16.636Z] e8fb842cce9a: Preparing [2020-12-10T23:19:16.636Z] 994d0f83a273: Preparing [2020-12-10T23:19:16.636Z] 0024e3b5d619: Preparing [2020-12-10T23:19:16.636Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:16.636Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:16.636Z] 994d0f83a273: Waiting [2020-12-10T23:19:16.636Z] 0024e3b5d619: Waiting [2020-12-10T23:19:16.636Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:16.636Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:16.636Z] 4439b11c21bb: Layer already exists [2020-12-10T23:19:16.636Z] d81536ac989b: Layer already exists [2020-12-10T23:19:16.636Z] 3aa4a79d2377: Layer already exists [2020-12-10T23:19:16.636Z] 933d48ef4dae: Layer already exists [2020-12-10T23:19:16.636Z] e8fb842cce9a: Layer already exists [2020-12-10T23:19:16.636Z] 0024e3b5d619: Layer already exists [2020-12-10T23:19:16.636Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:16.636Z] 994d0f83a273: Layer already exists [2020-12-10T23:19:16.636Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:16.636Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:865f8077a7080670bc2ad440e56b977846e61d4ce1a296aa11de751af3c3cdfd size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:16.943Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:17.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-10T23:19:17.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-10T23:19:17.241Z] 4439b11c21bb: Preparing [2020-12-10T23:19:17.241Z] 933d48ef4dae: Preparing [2020-12-10T23:19:17.241Z] 3aa4a79d2377: Preparing [2020-12-10T23:19:17.241Z] d81536ac989b: Preparing [2020-12-10T23:19:17.241Z] e8fb842cce9a: Preparing [2020-12-10T23:19:17.241Z] 994d0f83a273: Preparing [2020-12-10T23:19:17.241Z] 0024e3b5d619: Preparing [2020-12-10T23:19:17.241Z] e2ab6f1ca533: Preparing [2020-12-10T23:19:17.241Z] 1b3ee35aacca: Preparing [2020-12-10T23:19:17.241Z] 994d0f83a273: Waiting [2020-12-10T23:19:17.241Z] 0024e3b5d619: Waiting [2020-12-10T23:19:17.241Z] e2ab6f1ca533: Waiting [2020-12-10T23:19:17.241Z] 1b3ee35aacca: Waiting [2020-12-10T23:19:17.241Z] 4439b11c21bb: Layer already exists [2020-12-10T23:19:17.241Z] d81536ac989b: Layer already exists [2020-12-10T23:19:17.241Z] 933d48ef4dae: Layer already exists [2020-12-10T23:19:17.241Z] 3aa4a79d2377: Layer already exists [2020-12-10T23:19:17.242Z] e8fb842cce9a: Layer already exists [2020-12-10T23:19:17.242Z] 994d0f83a273: Layer already exists [2020-12-10T23:19:17.242Z] 0024e3b5d619: Layer already exists [2020-12-10T23:19:17.242Z] 1b3ee35aacca: Layer already exists [2020-12-10T23:19:17.242Z] e2ab6f1ca533: Layer already exists [2020-12-10T23:19:17.242Z] master: digest: sha256:865f8077a7080670bc2ad440e56b977846e61d4ce1a296aa11de751af3c3cdfd size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:17.463Z] ===================================================== [Pipeline] echo [2020-12-10T23:19:17.511Z] taggedImages: [2020-12-10T23:19:17.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:17.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.8 [2020-12-10T23:19:17.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:17.511Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-10T23:19:17.519Z] OK: 217 MiB in 51 packages [Pipeline] echo [2020-12-10T23:19:17.586Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-10T23:19:17.586Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:17.586Z] 2.0.0-dev.8 [2020-12-10T23:19:17.586Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:17.586Z] master [2020-12-10T23:19:17.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:18.099Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:18.128Z] ---> 64df1f3d304b [2020-12-10T23:19:18.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-10T23:19:18.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:18.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-10T23:19:18.402Z] 6803a21a667c: Preparing [2020-12-10T23:19:18.402Z] b9713e631b2d: Preparing [2020-12-10T23:19:18.402Z] bdeb987f6b8a: Preparing [2020-12-10T23:19:18.402Z] 5900e790a5dd: Preparing [2020-12-10T23:19:18.402Z] 8deb357981e3: Preparing [2020-12-10T23:19:18.402Z] 8fb7a40247d5: Preparing [2020-12-10T23:19:18.402Z] 8fb7a40247d5: Waiting [2020-12-10T23:19:18.402Z] 6803a21a667c: Pushed [2020-12-10T23:19:18.402Z] bdeb987f6b8a: Pushed [2020-12-10T23:19:18.664Z] 5900e790a5dd: Pushed [2020-12-10T23:19:18.664Z] 8deb357981e3: Pushed [2020-12-10T23:19:18.664Z] 8fb7a40247d5: Pushed [2020-12-10T23:19:19.583Z] Removing intermediate container a8836d45d411 [2020-12-10T23:19:19.583Z] ---> 46b36c4621dc [2020-12-10T23:19:19.583Z] Step 6/22 : COPY go.mod . [2020-12-10T23:19:19.609Z] b9713e631b2d: Pushed [2020-12-10T23:19:19.854Z] ---> 0e37b7d63d70 [2020-12-10T23:19:19.854Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-10T23:19:19.870Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:bbc4c464c77f80b869d888500b583feb4315b32a36841ded5e368fed8fa7c11f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:20.131Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-10T23:19:20.131Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-10T23:19:20.131Z] ---> Running in 47dc97dbaf1b [2020-12-10T23:19:20.177Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:20.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.8 [2020-12-10T23:19:20.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-10T23:19:20.477Z] 6803a21a667c: Preparing [2020-12-10T23:19:20.477Z] b9713e631b2d: Preparing [2020-12-10T23:19:20.477Z] bdeb987f6b8a: Preparing [2020-12-10T23:19:20.477Z] 5900e790a5dd: Preparing [2020-12-10T23:19:20.477Z] 8deb357981e3: Preparing [2020-12-10T23:19:20.477Z] 8fb7a40247d5: Preparing [2020-12-10T23:19:20.477Z] 8fb7a40247d5: Waiting [2020-12-10T23:19:20.477Z] 6803a21a667c: Layer already exists [2020-12-10T23:19:20.477Z] b9713e631b2d: Layer already exists [2020-12-10T23:19:20.477Z] 8deb357981e3: Layer already exists [2020-12-10T23:19:20.477Z] 5900e790a5dd: Layer already exists [2020-12-10T23:19:20.477Z] bdeb987f6b8a: Layer already exists [2020-12-10T23:19:20.477Z] 8fb7a40247d5: Layer already exists [2020-12-10T23:19:20.477Z] 2.0.0-dev.8: digest: sha256:bbc4c464c77f80b869d888500b583feb4315b32a36841ded5e368fed8fa7c11f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:20.729Z] ---> afb4e666219e [2020-12-10T23:19:20.729Z] Step 7/22 : RUN go mod download [2020-12-10T23:19:20.729Z] Collecting docopt<0.7,>=0.6.1 [2020-12-10T23:19:20.729Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-10T23:19:20.729Z] ---> Running in e9a1259695a1 [2020-12-10T23:19:20.790Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:21.001Z] Removing intermediate container 47dc97dbaf1b [2020-12-10T23:19:21.001Z] ---> 9386a9f4724d [2020-12-10T23:19:21.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:19:21.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:21.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-10T23:19:21.090Z] 6803a21a667c: Preparing [2020-12-10T23:19:21.090Z] b9713e631b2d: Preparing [2020-12-10T23:19:21.090Z] bdeb987f6b8a: Preparing [2020-12-10T23:19:21.090Z] 5900e790a5dd: Preparing [2020-12-10T23:19:21.090Z] 8deb357981e3: Preparing [2020-12-10T23:19:21.090Z] 8fb7a40247d5: Preparing [2020-12-10T23:19:21.090Z] 8fb7a40247d5: Waiting [2020-12-10T23:19:21.090Z] bdeb987f6b8a: Layer already exists [2020-12-10T23:19:21.091Z] 8deb357981e3: Layer already exists [2020-12-10T23:19:21.091Z] 5900e790a5dd: Layer already exists [2020-12-10T23:19:21.091Z] 6803a21a667c: Layer already exists [2020-12-10T23:19:21.091Z] b9713e631b2d: Layer already exists [2020-12-10T23:19:21.091Z] 8fb7a40247d5: Layer already exists [2020-12-10T23:19:21.091Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:bbc4c464c77f80b869d888500b583feb4315b32a36841ded5e368fed8fa7c11f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:21.286Z] ---> Running in b9968796fa63 [2020-12-10T23:19:21.397Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:21.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-10T23:19:21.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-10T23:19:21.705Z] 6803a21a667c: Preparing [2020-12-10T23:19:21.705Z] b9713e631b2d: Preparing [2020-12-10T23:19:21.705Z] bdeb987f6b8a: Preparing [2020-12-10T23:19:21.705Z] 5900e790a5dd: Preparing [2020-12-10T23:19:21.705Z] 8deb357981e3: Preparing [2020-12-10T23:19:21.705Z] 8fb7a40247d5: Preparing [2020-12-10T23:19:21.705Z] 8fb7a40247d5: Waiting [2020-12-10T23:19:21.705Z] 8deb357981e3: Layer already exists [2020-12-10T23:19:21.705Z] 6803a21a667c: Layer already exists [2020-12-10T23:19:21.705Z] b9713e631b2d: Layer already exists [2020-12-10T23:19:21.705Z] 5900e790a5dd: Layer already exists [2020-12-10T23:19:21.705Z] bdeb987f6b8a: Layer already exists [2020-12-10T23:19:21.705Z] 8fb7a40247d5: Layer already exists [2020-12-10T23:19:21.705Z] master: digest: sha256:bbc4c464c77f80b869d888500b583feb4315b32a36841ded5e368fed8fa7c11f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:21.941Z] ===================================================== [Pipeline] echo [2020-12-10T23:19:21.994Z] taggedImages: [2020-12-10T23:19:21.994Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:21.994Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.8 [2020-12-10T23:19:21.994Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:21.994Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-10T23:19:22.073Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-10T23:19:22.073Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:22.073Z] 2.0.0-dev.8 [2020-12-10T23:19:22.073Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:22.073Z] master [2020-12-10T23:19:22.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:22.689Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:22.736Z] Removing intermediate container b9968796fa63 [2020-12-10T23:19:22.736Z] ---> 799c3b2f156c [2020-12-10T23:19:22.736Z] Step 21/23 : LABEL arch=arm64 [2020-12-10T23:19:22.736Z] ---> Running in acbaec06bded [2020-12-10T23:19:22.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:22.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-10T23:19:22.991Z] 8dc7f8939ef5: Preparing [2020-12-10T23:19:22.991Z] 48a264e2a9cf: Preparing [2020-12-10T23:19:22.991Z] 3b8fe2eeedd0: Preparing [2020-12-10T23:19:22.991Z] 3b8fe2eeedd0: Pushed [2020-12-10T23:19:22.991Z] 8dc7f8939ef5: Pushed [2020-12-10T23:19:23.735Z] Collecting cached-property<2,>=1.2.0 [2020-12-10T23:19:23.735Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-10T23:19:23.735Z] Removing intermediate container acbaec06bded [2020-12-10T23:19:23.735Z] ---> 6a0a9ade6a59 [2020-12-10T23:19:23.735Z] Step 22/23 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:24.332Z] ---> Running in 1a36bf317898 [2020-12-10T23:19:24.381Z] 48a264e2a9cf: Pushed [2020-12-10T23:19:24.382Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:2343d425492145bd470bcf21e09b5d955133d9d02dbc4b0c25db8030af49d83e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:24.607Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-10T23:19:24.607Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-10T23:19:24.686Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:24.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.8 [2020-12-10T23:19:24.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-10T23:19:24.983Z] 8dc7f8939ef5: Preparing [2020-12-10T23:19:24.983Z] 48a264e2a9cf: Preparing [2020-12-10T23:19:24.983Z] 3b8fe2eeedd0: Preparing [2020-12-10T23:19:24.983Z] 3b8fe2eeedd0: Layer already exists [2020-12-10T23:19:24.983Z] 8dc7f8939ef5: Layer already exists [2020-12-10T23:19:24.983Z] 48a264e2a9cf: Layer already exists [2020-12-10T23:19:24.983Z] 2.0.0-dev.8: digest: sha256:2343d425492145bd470bcf21e09b5d955133d9d02dbc4b0c25db8030af49d83e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:25.290Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:25.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:25.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-10T23:19:25.588Z] 8dc7f8939ef5: Preparing [2020-12-10T23:19:25.588Z] 48a264e2a9cf: Preparing [2020-12-10T23:19:25.588Z] 3b8fe2eeedd0: Preparing [2020-12-10T23:19:25.588Z] 48a264e2a9cf: Layer already exists [2020-12-10T23:19:25.588Z] 3b8fe2eeedd0: Layer already exists [2020-12-10T23:19:25.588Z] 8dc7f8939ef5: Layer already exists [2020-12-10T23:19:25.588Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:2343d425492145bd470bcf21e09b5d955133d9d02dbc4b0c25db8030af49d83e size: 943 [2020-12-10T23:19:25.589Z] Removing intermediate container 1a36bf317898 [2020-12-10T23:19:25.589Z] ---> c6370946fa04 [2020-12-10T23:19:25.589Z] Step 23/23 : LABEL version=2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:25.881Z] Collecting PyYAML<4,>=3.10 [2020-12-10T23:19:25.881Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-10T23:19:25.881Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:19:25.881Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:19:25.881Z] ---> c0c7aaff32fe [2020-12-10T23:19:25.881Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T23:19:25.881Z] ---> Using cache [2020-12-10T23:19:25.881Z] ---> 7a7afe18e2aa [2020-12-10T23:19:25.881Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:19:25.881Z] ---> Using cache [2020-12-10T23:19:25.881Z] ---> caad39742a97 [2020-12-10T23:19:25.881Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T23:19:25.881Z] ---> Using cache [2020-12-10T23:19:25.881Z] ---> 46b36c4621dc [2020-12-10T23:19:25.881Z] Step 6/21 : COPY go.mod . [2020-12-10T23:19:25.881Z] ---> Using cache [2020-12-10T23:19:25.881Z] ---> afb4e666219e [2020-12-10T23:19:25.881Z] Step 7/21 : RUN go mod download [2020-12-10T23:19:25.881Z] ---> Using cache [2020-12-10T23:19:25.881Z] ---> 23400dedc39d [2020-12-10T23:19:25.881Z] Step 8/21 : COPY . . [2020-12-10T23:19:25.893Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:26.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-10T23:19:26.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-10T23:19:26.189Z] 8dc7f8939ef5: Preparing [2020-12-10T23:19:26.189Z] 48a264e2a9cf: Preparing [2020-12-10T23:19:26.189Z] 3b8fe2eeedd0: Preparing [2020-12-10T23:19:26.189Z] 3b8fe2eeedd0: Layer already exists [2020-12-10T23:19:26.189Z] 8dc7f8939ef5: Layer already exists [2020-12-10T23:19:26.189Z] 48a264e2a9cf: Layer already exists [2020-12-10T23:19:26.189Z] master: digest: sha256:2343d425492145bd470bcf21e09b5d955133d9d02dbc4b0c25db8030af49d83e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:26.417Z] ===================================================== [Pipeline] echo [2020-12-10T23:19:26.466Z] taggedImages: [2020-12-10T23:19:26.466Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:26.466Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.8 [2020-12-10T23:19:26.466Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:26.466Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-10T23:19:26.482Z] Removing intermediate container e9a1259695a1 [2020-12-10T23:19:26.482Z] ---> 23400dedc39d [2020-12-10T23:19:26.482Z] Step 8/22 : COPY . . [2020-12-10T23:19:26.482Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:19:26.482Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:19:26.482Z] ---> c0c7aaff32fe [2020-12-10T23:19:26.482Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T23:19:26.482Z] ---> Using cache [2020-12-10T23:19:26.482Z] ---> 7a7afe18e2aa [2020-12-10T23:19:26.482Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:19:26.482Z] ---> Using cache [2020-12-10T23:19:26.482Z] ---> caad39742a97 [2020-12-10T23:19:26.482Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T23:19:26.482Z] ---> Using cache [2020-12-10T23:19:26.482Z] ---> 46b36c4621dc [2020-12-10T23:19:26.482Z] Step 6/22 : COPY go.mod . [2020-12-10T23:19:26.482Z] ---> Using cache [2020-12-10T23:19:26.482Z] ---> afb4e666219e [2020-12-10T23:19:26.482Z] Step 7/22 : RUN go mod download [2020-12-10T23:19:26.482Z] ---> Using cache [2020-12-10T23:19:26.482Z] ---> 23400dedc39d [2020-12-10T23:19:26.482Z] Step 8/22 : COPY . . [Pipeline] echo [2020-12-10T23:19:26.539Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-10T23:19:26.539Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:26.539Z] 2.0.0-dev.8 [2020-12-10T23:19:26.539Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:26.539Z] master [2020-12-10T23:19:26.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:26.755Z] ---> Running in 14aa81eb65e5 [2020-12-10T23:19:27.151Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:27.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:27.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-10T23:19:27.545Z] 5943d4bc587e: Preparing [2020-12-10T23:19:27.545Z] 8fbff45a04d5: Preparing [2020-12-10T23:19:27.545Z] 956d149b5fa7: Preparing [2020-12-10T23:19:27.545Z] 122cd91f2ef4: Preparing [2020-12-10T23:19:27.545Z] 73215a9e5a77: Preparing [2020-12-10T23:19:27.545Z] 883365e3edcc: Preparing [2020-12-10T23:19:27.545Z] d735ddaf77a3: Preparing [2020-12-10T23:19:27.545Z] 08b9db50aba4: Preparing [2020-12-10T23:19:27.545Z] 169d49272fab: Preparing [2020-12-10T23:19:27.545Z] 30ec4e160ac1: Preparing [2020-12-10T23:19:27.545Z] 3951f39c52d4: Preparing [2020-12-10T23:19:27.545Z] 31b11ec6ff38: Preparing [2020-12-10T23:19:27.545Z] 911954e2fe49: Preparing [2020-12-10T23:19:27.545Z] ace0eda3e3be: Preparing [2020-12-10T23:19:27.545Z] d735ddaf77a3: Waiting [2020-12-10T23:19:27.545Z] 08b9db50aba4: Waiting [2020-12-10T23:19:27.545Z] 169d49272fab: Waiting [2020-12-10T23:19:27.545Z] 30ec4e160ac1: Waiting [2020-12-10T23:19:27.545Z] 3951f39c52d4: Waiting [2020-12-10T23:19:27.545Z] 31b11ec6ff38: Waiting [2020-12-10T23:19:27.545Z] 911954e2fe49: Waiting [2020-12-10T23:19:27.545Z] ace0eda3e3be: Waiting [2020-12-10T23:19:27.545Z] 883365e3edcc: Waiting [2020-12-10T23:19:27.808Z] 73215a9e5a77: Pushed [2020-12-10T23:19:27.808Z] 5943d4bc587e: Pushed [2020-12-10T23:19:28.073Z] 122cd91f2ef4: Pushed [2020-12-10T23:19:28.073Z] 08b9db50aba4: Pushed [2020-12-10T23:19:28.073Z] d735ddaf77a3: Pushed [2020-12-10T23:19:28.214Z] Removing intermediate container 14aa81eb65e5 [2020-12-10T23:19:28.214Z] ---> a16f975a0181 [2020-12-10T23:19:28.214Z] [2020-12-10T23:19:28.339Z] 169d49272fab: Pushed [2020-12-10T23:19:28.339Z] 30ec4e160ac1: Pushed [2020-12-10T23:19:28.339Z] 31b11ec6ff38: Layer already exists [2020-12-10T23:19:28.602Z] 911954e2fe49: Layer already exists [2020-12-10T23:19:28.602Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:28.818Z] Successfully built a16f975a0181 [2020-12-10T23:19:28.818Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-10T23:19:28.818Z] Building docker-security-proxy-setup-go [2020-12-10T23:19:28.864Z] 883365e3edcc: Pushed [2020-12-10T23:19:29.126Z] 8fbff45a04d5: Pushed [2020-12-10T23:19:29.800Z]  Building docker-core-data-go ... done 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-10T23:19:30.075Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-10T23:19:30.075Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-10T23:19:33.476Z] Collecting jsonschema<3,>=2.5.1 [2020-12-10T23:19:33.476Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-10T23:19:33.752Z] Collecting docker<4.0,>=3.6.0 [2020-12-10T23:19:34.028Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-10T23:19:34.639Z] Collecting idna<2.8,>=2.5 [2020-12-10T23:19:34.639Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-10T23:19:34.639Z] 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-10T23:19:35.632Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-10T23:19:35.632Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-10T23:19:35.632Z] 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-10T23:19:35.906Z] Collecting docker-pycreds>=0.4.0 [2020-12-10T23:19:35.906Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-10T23:19:36.181Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-10T23:19:36.181Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-10T23:19:36.181Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-10T23:19:36.181Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-10T23:19:37.273Z] 956d149b5fa7: Pushed [2020-12-10T23:19:37.620Z] Installing collected packages: texttable, idna, urllib3, requests, docopt, cached-property, websocket-client, PyYAML, dockerpty, jsonschema, docker-pycreds, docker, docker-compose [2020-12-10T23:19:37.620Z] Running setup.py install for texttable: started [2020-12-10T23:19:39.603Z] Running setup.py install for texttable: finished with status 'done' [2020-12-10T23:19:39.603Z] Attempting uninstall: idna [2020-12-10T23:19:39.603Z] Found existing installation: idna 2.9 [2020-12-10T23:19:39.603Z] Uninstalling idna-2.9: [2020-12-10T23:19:39.603Z] Successfully uninstalled idna-2.9 [2020-12-10T23:19:40.204Z] Attempting uninstall: urllib3 [2020-12-10T23:19:40.204Z] Found existing installation: urllib3 1.25.9 [2020-12-10T23:19:40.479Z] Uninstalling urllib3-1.25.9: [2020-12-10T23:19:40.479Z] Successfully uninstalled urllib3-1.25.9 [2020-12-10T23:19:41.088Z] Attempting uninstall: requests [2020-12-10T23:19:41.365Z] Found existing installation: requests 2.23.0 [2020-12-10T23:19:41.365Z] Uninstalling requests-2.23.0: [2020-12-10T23:19:41.365Z] Successfully uninstalled requests-2.23.0 [2020-12-10T23:19:42.814Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:19:42.814Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:19:42.814Z] ---> c0c7aaff32fe [2020-12-10T23:19:42.814Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> 7a7afe18e2aa [2020-12-10T23:19:42.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> caad39742a97 [2020-12-10T23:19:42.814Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> 46b36c4621dc [2020-12-10T23:19:42.814Z] Step 6/21 : COPY go.mod . [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> afb4e666219e [2020-12-10T23:19:42.814Z] Step 7/21 : RUN go mod download [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> 23400dedc39d [2020-12-10T23:19:42.814Z] Step 8/21 : COPY . . [2020-12-10T23:19:42.814Z] ---> Using cache [2020-12-10T23:19:42.814Z] ---> 0b6230e15a52 [2020-12-10T23:19:42.814Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-10T23:19:43.407Z] Running setup.py install for docopt: started [2020-12-10T23:19:45.387Z] Running setup.py install for docopt: finished with status 'done' [2020-12-10T23:19:45.420Z] 3951f39c52d4: Pushed [2020-12-10T23:19:45.420Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:c8909b38359ebcc5e9115b118cddff225adf6973ad409091834b449d51c93fbc size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:45.764Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:46.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.8 [2020-12-10T23:19:46.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-10T23:19:46.143Z] 5943d4bc587e: Preparing [2020-12-10T23:19:46.143Z] 8fbff45a04d5: Preparing [2020-12-10T23:19:46.143Z] 956d149b5fa7: Preparing [2020-12-10T23:19:46.143Z] 122cd91f2ef4: Preparing [2020-12-10T23:19:46.143Z] 73215a9e5a77: Preparing [2020-12-10T23:19:46.143Z] 883365e3edcc: Preparing [2020-12-10T23:19:46.143Z] d735ddaf77a3: Preparing [2020-12-10T23:19:46.143Z] 08b9db50aba4: Preparing [2020-12-10T23:19:46.143Z] 169d49272fab: Preparing [2020-12-10T23:19:46.143Z] 30ec4e160ac1: Preparing [2020-12-10T23:19:46.143Z] 3951f39c52d4: Preparing [2020-12-10T23:19:46.143Z] 31b11ec6ff38: Preparing [2020-12-10T23:19:46.143Z] 911954e2fe49: Preparing [2020-12-10T23:19:46.143Z] ace0eda3e3be: Preparing [2020-12-10T23:19:46.143Z] 08b9db50aba4: Waiting [2020-12-10T23:19:46.143Z] 169d49272fab: Waiting [2020-12-10T23:19:46.143Z] 30ec4e160ac1: Waiting [2020-12-10T23:19:46.143Z] 3951f39c52d4: Waiting [2020-12-10T23:19:46.143Z] 31b11ec6ff38: Waiting [2020-12-10T23:19:46.143Z] 911954e2fe49: Waiting [2020-12-10T23:19:46.143Z] ace0eda3e3be: Waiting [2020-12-10T23:19:46.143Z] 883365e3edcc: Waiting [2020-12-10T23:19:46.143Z] d735ddaf77a3: Waiting [2020-12-10T23:19:46.143Z] 956d149b5fa7: Layer already exists [2020-12-10T23:19:46.143Z] 122cd91f2ef4: Layer already exists [2020-12-10T23:19:46.143Z] 5943d4bc587e: Layer already exists [2020-12-10T23:19:46.143Z] 73215a9e5a77: Layer already exists [2020-12-10T23:19:46.143Z] 8fbff45a04d5: Layer already exists [2020-12-10T23:19:46.143Z] 883365e3edcc: Layer already exists [2020-12-10T23:19:46.143Z] 169d49272fab: Layer already exists [2020-12-10T23:19:46.143Z] d735ddaf77a3: Layer already exists [2020-12-10T23:19:46.143Z] 08b9db50aba4: Layer already exists [2020-12-10T23:19:46.143Z] 30ec4e160ac1: Layer already exists [2020-12-10T23:19:46.143Z] 3951f39c52d4: Layer already exists [2020-12-10T23:19:46.143Z] 31b11ec6ff38: Layer already exists [2020-12-10T23:19:46.143Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:46.143Z] 911954e2fe49: Layer already exists [2020-12-10T23:19:46.143Z] 2.0.0-dev.8: digest: sha256:c8909b38359ebcc5e9115b118cddff225adf6973ad409091834b449d51c93fbc size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:46.451Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:46.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:46.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-10T23:19:46.755Z] 5943d4bc587e: Preparing [2020-12-10T23:19:46.755Z] 8fbff45a04d5: Preparing [2020-12-10T23:19:46.755Z] 956d149b5fa7: Preparing [2020-12-10T23:19:46.755Z] 122cd91f2ef4: Preparing [2020-12-10T23:19:46.755Z] 73215a9e5a77: Preparing [2020-12-10T23:19:46.755Z] 883365e3edcc: Preparing [2020-12-10T23:19:46.755Z] d735ddaf77a3: Preparing [2020-12-10T23:19:46.755Z] 08b9db50aba4: Preparing [2020-12-10T23:19:46.755Z] 169d49272fab: Preparing [2020-12-10T23:19:46.755Z] 30ec4e160ac1: Preparing [2020-12-10T23:19:46.755Z] 3951f39c52d4: Preparing [2020-12-10T23:19:46.755Z] 31b11ec6ff38: Preparing [2020-12-10T23:19:46.755Z] 911954e2fe49: Preparing [2020-12-10T23:19:46.755Z] ace0eda3e3be: Preparing [2020-12-10T23:19:46.755Z] 30ec4e160ac1: Waiting [2020-12-10T23:19:46.756Z] 3951f39c52d4: Waiting [2020-12-10T23:19:46.756Z] 31b11ec6ff38: Waiting [2020-12-10T23:19:46.756Z] 911954e2fe49: Waiting [2020-12-10T23:19:46.756Z] ace0eda3e3be: Waiting [2020-12-10T23:19:46.756Z] 883365e3edcc: Waiting [2020-12-10T23:19:46.756Z] d735ddaf77a3: Waiting [2020-12-10T23:19:46.756Z] 08b9db50aba4: Waiting [2020-12-10T23:19:46.756Z] 169d49272fab: Waiting [2020-12-10T23:19:46.756Z] 73215a9e5a77: Layer already exists [2020-12-10T23:19:46.756Z] 122cd91f2ef4: Layer already exists [2020-12-10T23:19:46.756Z] 956d149b5fa7: Layer already exists [2020-12-10T23:19:46.756Z] 8fbff45a04d5: Layer already exists [2020-12-10T23:19:46.756Z] 5943d4bc587e: Layer already exists [2020-12-10T23:19:46.756Z] d735ddaf77a3: Layer already exists [2020-12-10T23:19:46.756Z] 169d49272fab: Layer already exists [2020-12-10T23:19:46.756Z] 08b9db50aba4: Layer already exists [2020-12-10T23:19:46.756Z] 883365e3edcc: Layer already exists [2020-12-10T23:19:46.756Z] 30ec4e160ac1: Layer already exists [2020-12-10T23:19:46.756Z] 31b11ec6ff38: Layer already exists [2020-12-10T23:19:46.756Z] 3951f39c52d4: Layer already exists [2020-12-10T23:19:46.756Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:46.756Z] 911954e2fe49: Layer already exists [2020-12-10T23:19:46.756Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:c8909b38359ebcc5e9115b118cddff225adf6973ad409091834b449d51c93fbc size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:47.071Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:19:47.368Z] Running setup.py install for PyYAML: started [2020-12-10T23:19:47.368Z] ---> Running in a6c32b9e3134 [2020-12-10T23:19:47.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-10T23:19:47.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-10T23:19:47.375Z] 5943d4bc587e: Preparing [2020-12-10T23:19:47.375Z] 8fbff45a04d5: Preparing [2020-12-10T23:19:47.375Z] 956d149b5fa7: Preparing [2020-12-10T23:19:47.375Z] 122cd91f2ef4: Preparing [2020-12-10T23:19:47.375Z] 73215a9e5a77: Preparing [2020-12-10T23:19:47.375Z] 883365e3edcc: Preparing [2020-12-10T23:19:47.375Z] d735ddaf77a3: Preparing [2020-12-10T23:19:47.375Z] 08b9db50aba4: Preparing [2020-12-10T23:19:47.375Z] 169d49272fab: Preparing [2020-12-10T23:19:47.375Z] 30ec4e160ac1: Preparing [2020-12-10T23:19:47.375Z] 3951f39c52d4: Preparing [2020-12-10T23:19:47.375Z] 31b11ec6ff38: Preparing [2020-12-10T23:19:47.375Z] 911954e2fe49: Preparing [2020-12-10T23:19:47.375Z] ace0eda3e3be: Preparing [2020-12-10T23:19:47.375Z] 883365e3edcc: Waiting [2020-12-10T23:19:47.375Z] d735ddaf77a3: Waiting [2020-12-10T23:19:47.375Z] 08b9db50aba4: Waiting [2020-12-10T23:19:47.375Z] 169d49272fab: Waiting [2020-12-10T23:19:47.375Z] 30ec4e160ac1: Waiting [2020-12-10T23:19:47.375Z] 3951f39c52d4: Waiting [2020-12-10T23:19:47.375Z] ace0eda3e3be: Waiting [2020-12-10T23:19:47.375Z] 31b11ec6ff38: Waiting [2020-12-10T23:19:47.375Z] 911954e2fe49: Waiting [2020-12-10T23:19:47.375Z] 73215a9e5a77: Layer already exists [2020-12-10T23:19:47.375Z] 956d149b5fa7: Layer already exists [2020-12-10T23:19:47.375Z] 5943d4bc587e: Layer already exists [2020-12-10T23:19:47.375Z] 122cd91f2ef4: Layer already exists [2020-12-10T23:19:47.375Z] 8fbff45a04d5: Layer already exists [2020-12-10T23:19:47.375Z] d735ddaf77a3: Layer already exists [2020-12-10T23:19:47.375Z] 883365e3edcc: Layer already exists [2020-12-10T23:19:47.375Z] 08b9db50aba4: Layer already exists [2020-12-10T23:19:47.375Z] 169d49272fab: Layer already exists [2020-12-10T23:19:47.375Z] 30ec4e160ac1: Layer already exists [2020-12-10T23:19:47.375Z] 3951f39c52d4: Layer already exists [2020-12-10T23:19:47.375Z] 31b11ec6ff38: Layer already exists [2020-12-10T23:19:47.375Z] 911954e2fe49: Layer already exists [2020-12-10T23:19:47.375Z] ace0eda3e3be: Layer already exists [2020-12-10T23:19:47.375Z] master: digest: sha256:c8909b38359ebcc5e9115b118cddff225adf6973ad409091834b449d51c93fbc size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:19:47.645Z] ===================================================== [2020-12-10T23:19:47.647Z] ---> 0b6230e15a52 [2020-12-10T23:19:47.647Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] echo [2020-12-10T23:19:47.724Z] taggedImages: [2020-12-10T23:19:47.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:19:47.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.8 [2020-12-10T23:19:47.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:19:47.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-10T23:19:47.927Z] ---> f9624d102760 [2020-12-10T23:19:47.927Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [2020-12-10T23:19:48.206Z] ---> 541df21c4d4c [2020-12-10T23:19:48.206Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-10T23:19:48.206Z] ---> Running in a78dd23dcb21 [2020-12-10T23:19:48.206Z] ---> Running in 9e21221f4702 [2020-12-10T23:19:48.206Z] ---> Running in b9e7d37dec2a [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-10T23:19:49.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-10T23:19:50.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-10T23:19:50.638Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-10T23:19:50.638Z] Running setup.py install for dockerpty: started [2020-12-10T23:19:50.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-command/core-command ./cmd/core-command [2020-12-10T23:19:50.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-10T23:19:54.362Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-10T23:19:57.005Z] 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-10T23:20:03.733Z] Removing intermediate container ed231da148fa [2020-12-10T23:20:03.733Z] ---> 0a921575efd3 [2020-12-10T23:20:03.733Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-10T23:20:03.733Z] ---> Running in b33215367067 [2020-12-10T23:20:05.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:20:05.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:20:06.046Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T23:20:06.046Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-10T23:20:06.322Z] (3/3) Installing curl (7.69.1-r2) [2020-12-10T23:20:06.322Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:20:06.322Z] OK: 71 MiB in 58 packages [2020-12-10T23:20:08.319Z] Removing intermediate container b33215367067 [2020-12-10T23:20:08.319Z] ---> 601713fdd2a4 [2020-12-10T23:20:08.319Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-10T23:20:08.597Z] ---> Running in 927553c62d3f [2020-12-10T23:20:09.585Z] Removing intermediate container 927553c62d3f [2020-12-10T23:20:09.585Z] ---> 23f0be7335c5 [2020-12-10T23:20:09.585Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:20:09.585Z] ---> Running in 30399d879d60 [2020-12-10T23:20:10.569Z] Removing intermediate container 30399d879d60 [2020-12-10T23:20:10.569Z] ---> 2e4d0ab106cb [2020-12-10T23:20:10.569Z] Step 25/27 : LABEL arch=arm64 [2020-12-10T23:20:10.569Z] ---> Running in 26caae4186f9 [2020-12-10T23:20:11.554Z] Removing intermediate container 26caae4186f9 [2020-12-10T23:20:11.554Z] ---> 8ad40ecf37d5 [2020-12-10T23:20:11.554Z] Step 26/27 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:20:11.554Z] ---> Running in 2f2a388cd5ad [2020-12-10T23:20:12.158Z] Removing intermediate container 2f2a388cd5ad [2020-12-10T23:20:12.158Z] ---> 64c844513743 [2020-12-10T23:20:12.158Z] Step 27/27 : LABEL version=2.0.0-dev.8 [2020-12-10T23:20:12.530Z] ---> Running in 81f8391a80ae [2020-12-10T23:20:13.128Z] Removing intermediate container 81f8391a80ae [2020-12-10T23:20:13.128Z] ---> 73ac3ea97cb1 [2020-12-10T23:20:13.128Z] [2020-12-10T23:20:13.729Z] Successfully built 73ac3ea97cb1 [2020-12-10T23:20:13.729Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-10T23:20:13.729Z] Building docker-security-secretstore-setup-go [2020-12-10T23:20:32.073Z]  Building docker-sys-mgmt-agent-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T23:20:32.073Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T23:20:32.073Z] ---> c0c7aaff32fe [2020-12-10T23:20:32.073Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> 7a7afe18e2aa [2020-12-10T23:20:32.073Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> caad39742a97 [2020-12-10T23:20:32.073Z] Step 5/24 : RUN apk update && apk add make git [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> 46b36c4621dc [2020-12-10T23:20:32.073Z] Step 6/24 : COPY go.mod . [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> afb4e666219e [2020-12-10T23:20:32.073Z] Step 7/24 : RUN go mod download [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> 23400dedc39d [2020-12-10T23:20:32.073Z] Step 8/24 : COPY . . [2020-12-10T23:20:32.073Z] ---> Using cache [2020-12-10T23:20:32.073Z] ---> 541df21c4d4c [2020-12-10T23:20:32.073Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-10T23:20:32.073Z] ---> Running in 9c614922efab [2020-12-10T23:20:34.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-10T23:21:13.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-10T23:21:28.173Z] Removing intermediate container a6c32b9e3134 [2020-12-10T23:21:28.173Z] ---> 075917f3c85b [2020-12-10T23:21:28.173Z] [2020-12-10T23:21:28.173Z] Step 10/21 : FROM alpine [2020-12-10T23:21:28.174Z] ---> 2e77e061c27f [2020-12-10T23:21:28.174Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-10T23:21:28.174Z] ---> Running in 48b8e6029cbb [2020-12-10T23:21:30.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T23:21:30.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T23:21:31.290Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T23:21:31.290Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T23:21:31.290Z] OK: 12617 distinct packages available [2020-12-10T23:21:32.278Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-10T23:21:32.278Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T23:21:32.278Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-10T23:21:32.278Z] (4/4) Installing curl (7.69.1-r2) [2020-12-10T23:21:32.278Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T23:21:32.278Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T23:21:32.552Z] OK: 7 MiB in 18 packages [2020-12-10T23:21:35.949Z] Removing intermediate container 48b8e6029cbb [2020-12-10T23:21:35.949Z] ---> 2cbcb4f18035 [2020-12-10T23:21:35.949Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T23:21:35.949Z] ---> Running in f04a696f102e [2020-12-10T23:21:36.223Z] Removing intermediate container f04a696f102e [2020-12-10T23:21:36.223Z] ---> b4b579ba7356 [2020-12-10T23:21:36.223Z] Step 13/21 : WORKDIR /edgex [2020-12-10T23:21:36.501Z] ---> Running in 3ca68e909dda [2020-12-10T23:21:37.105Z] Removing intermediate container 3ca68e909dda [2020-12-10T23:21:37.105Z] ---> 87a3debaff05 [2020-12-10T23:21:37.105Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-10T23:21:38.093Z] ---> a1c028585033 [2020-12-10T23:21:38.093Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-10T23:21:42.165Z] ---> ed5ff5e718e3 [2020-12-10T23:21:42.165Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-10T23:21:42.165Z] ---> f8a4c08cd2c0 [2020-12-10T23:21:42.165Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-10T23:21:42.165Z] ---> Running in d2e77eb3baa3 [2020-12-10T23:21:42.793Z] Removing intermediate container d2e77eb3baa3 [2020-12-10T23:21:42.793Z] ---> 72c6846e5a19 [2020-12-10T23:21:42.793Z] Step 18/21 : CMD ["--init=true"] [2020-12-10T23:21:42.793Z] ---> Running in f4fd925fe9ae [2020-12-10T23:21:43.843Z] Removing intermediate container f4fd925fe9ae [2020-12-10T23:21:43.843Z] ---> 54e3f0823fe2 [2020-12-10T23:21:43.843Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T23:21:44.120Z] ---> Running in 9178c54c67ef [2020-12-10T23:21:44.727Z] Removing intermediate container 9178c54c67ef [2020-12-10T23:21:44.727Z] ---> 4932bdf6a4f8 [2020-12-10T23:21:44.727Z] Step 20/21 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:21:45.010Z] ---> Running in 60352f4f9fcc [2020-12-10T23:21:46.459Z] Removing intermediate container 60352f4f9fcc [2020-12-10T23:21:46.459Z] ---> 179ee53d0bdc [2020-12-10T23:21:46.459Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T23:21:46.734Z] ---> Running in 7a7137c7c622 [2020-12-10T23:21:48.186Z] Removing intermediate container 7a7137c7c622 [2020-12-10T23:21:48.186Z] ---> 3bd952578903 [2020-12-10T23:21:48.186Z] [2020-12-10T23:21:49.172Z] Successfully built 3bd952578903 [2020-12-10T23:21:49.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-10T23:21:49.172Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-10T23:21:50.615Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a78dd23dcb21 [2020-12-10T23:21:50.616Z] ---> e73e3a8269c1 [2020-12-10T23:21:50.616Z] [2020-12-10T23:21:50.616Z] Step 10/21 : FROM scratch [2020-12-10T23:21:50.616Z] ---> [2020-12-10T23:21:50.616Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:21:50.894Z] Removing intermediate container b9e7d37dec2a [2020-12-10T23:21:50.894Z] ---> b6594434c0fe [2020-12-10T23:21:50.894Z] [2020-12-10T23:21:50.894Z] Step 10/22 : FROM scratch [2020-12-10T23:21:50.894Z] ---> [2020-12-10T23:21:50.894Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:21:51.168Z] ---> Running in 9b896766760b [2020-12-10T23:21:51.168Z] ---> Running in 3bd26ac20480 [2020-12-10T23:21:51.763Z] Removing intermediate container 3bd26ac20480 [2020-12-10T23:21:51.763Z] ---> 6b6fea6e53f3 [2020-12-10T23:21:51.763Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-10T23:21:52.038Z] Removing intermediate container 9b896766760b [2020-12-10T23:21:52.038Z] ---> f457745fc8a8 [2020-12-10T23:21:52.038Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-10T23:21:52.038Z] ---> Running in 48cfdcde81b7 [2020-12-10T23:21:52.038Z] ---> Running in 5429bb9627d7 [2020-12-10T23:21:52.648Z] Removing intermediate container 48cfdcde81b7 [2020-12-10T23:21:52.648Z] ---> 24f8a07d038a [2020-12-10T23:21:52.648Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T23:21:52.926Z] Removing intermediate container 5429bb9627d7 [2020-12-10T23:21:52.926Z] ---> 68ecef679429 [2020-12-10T23:21:52.926Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-10T23:21:52.926Z] ---> Running in df4ff31c6129 [2020-12-10T23:21:52.926Z] ---> Running in a63f992684c3 [2020-12-10T23:21:53.526Z] Removing intermediate container df4ff31c6129 [2020-12-10T23:21:53.526Z] ---> 9a7bed4b3276 [2020-12-10T23:21:53.526Z] Step 14/22 : WORKDIR / [2020-12-10T23:21:53.526Z] ---> Running in ffe62aef90e5 [2020-12-10T23:21:53.805Z] Removing intermediate container a63f992684c3 [2020-12-10T23:21:53.805Z] ---> 0105c495bdcb [2020-12-10T23:21:53.805Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-10T23:21:54.403Z] Removing intermediate container ffe62aef90e5 [2020-12-10T23:21:54.403Z] ---> 0996e6cc9e14 [2020-12-10T23:21:54.403Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-10T23:21:55.005Z] ---> d339874e3e37 [2020-12-10T23:21:55.005Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-10T23:21:55.005Z] ---> e18c615b5bb7 [2020-12-10T23:21:55.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-10T23:21:57.036Z] ---> ca9e643d6d7f [2020-12-10T23:21:57.036Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-10T23:21:57.337Z] ---> 759f198919e0 [2020-12-10T23:21:57.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-10T23:21:59.378Z] ---> 3cb68b19c4d2 [2020-12-10T23:21:59.378Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-10T23:21:59.378Z] ---> 192ad55372f4 [2020-12-10T23:21:59.378Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-10T23:21:59.649Z] ---> Running in c27df46fdfd9 [2020-12-10T23:21:59.921Z] ---> Running in 6e3610ce918e [2020-12-10T23:22:00.194Z] Removing intermediate container c27df46fdfd9 [2020-12-10T23:22:00.194Z] ---> 508febc242b8 [2020-12-10T23:22:00.194Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:22:00.194Z] Removing intermediate container 9c614922efab [2020-12-10T23:22:00.194Z] ---> 3351c9022fc2 [2020-12-10T23:22:00.194Z] [2020-12-10T23:22:00.194Z] Step 10/24 : FROM alpine:3.10 [2020-12-10T23:22:00.194Z] ---> 536a684cf733 [2020-12-10T23:22:00.194Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T23:22:00.194Z] ---> Using cache [2020-12-10T23:22:00.194Z] ---> 5a6b8445d110 [2020-12-10T23:22:00.194Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T23:22:00.475Z] ---> Running in 0e41b2dcc49f [2020-12-10T23:22:00.475Z] ---> Running in 25fa6ed68126 [2020-12-10T23:22:00.475Z] Removing intermediate container 6e3610ce918e [2020-12-10T23:22:00.475Z] ---> f57eb59de885 [2020-12-10T23:22:00.475Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:22:01.076Z] ---> Running in 4a7f23258e02 [2020-12-10T23:22:01.348Z] Removing intermediate container 0e41b2dcc49f [2020-12-10T23:22:01.348Z] ---> 7873fefc0e51 [2020-12-10T23:22:01.348Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T23:22:01.348Z] Removing intermediate container 25fa6ed68126 [2020-12-10T23:22:01.348Z] ---> fbffbe9dcba1 [2020-12-10T23:22:01.348Z] Step 13/24 : WORKDIR / [2020-12-10T23:22:01.626Z] ---> Running in 3431b9848122 [2020-12-10T23:22:01.626Z] ---> Running in 7a952ddf92d4 [2020-12-10T23:22:01.902Z] Removing intermediate container 4a7f23258e02 [2020-12-10T23:22:01.903Z] ---> b85d4b66afa2 [2020-12-10T23:22:01.903Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T23:22:02.176Z] ---> Running in 69a8e269ef2e [2020-12-10T23:22:02.448Z] Removing intermediate container 3431b9848122 [2020-12-10T23:22:02.448Z] ---> a842e2759129 [2020-12-10T23:22:02.448Z] Step 20/21 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:02.448Z] Removing intermediate container 7a952ddf92d4 [2020-12-10T23:22:02.448Z] ---> 48c8a58781f6 [2020-12-10T23:22:02.449Z] 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-10T23:22:02.721Z] ---> Running in 8e48a669688b [2020-12-10T23:22:02.721Z] Removing intermediate container 69a8e269ef2e [2020-12-10T23:22:02.721Z] ---> d56fd2fb1c84 [2020-12-10T23:22:02.721Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:02.995Z] ---> Running in 8730748aac34 [2020-12-10T23:22:02.995Z] Removing intermediate container 9e21221f4702 [2020-12-10T23:22:02.995Z] ---> 579c69beb6a6 [2020-12-10T23:22:02.995Z] [2020-12-10T23:22:02.995Z] Step 10/22 : FROM scratch [2020-12-10T23:22:02.995Z] ---> [2020-12-10T23:22:02.995Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T23:22:03.267Z] ---> Using cache [2020-12-10T23:22:03.267Z] ---> f457745fc8a8 [2020-12-10T23:22:03.267Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-10T23:22:03.542Z] ---> Running in 36492ecdb799 [2020-12-10T23:22:03.542Z] ---> 2a04af6843ed [2020-12-10T23:22:03.542Z] 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-10T23:22:03.543Z] Removing intermediate container 8e48a669688b [2020-12-10T23:22:03.543Z] ---> 64a0b5a4b147 [2020-12-10T23:22:03.543Z] Step 21/21 : LABEL version=2.0.0-dev.8 [2020-12-10T23:22:03.543Z] Removing intermediate container 8730748aac34 [2020-12-10T23:22:03.543Z] ---> 70fa1a8c1835 [2020-12-10T23:22:03.543Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:22:03.816Z] ---> Running in b18bb5499084 [2020-12-10T23:22:03.816Z] ---> Running in f811c8311b2a [2020-12-10T23:22:03.816Z] Removing intermediate container 36492ecdb799 [2020-12-10T23:22:03.816Z] ---> d3f466fb1c8d [2020-12-10T23:22:03.816Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T23:22:04.088Z] ---> Running in 2ebc94a7e206 [2020-12-10T23:22:04.362Z] Removing intermediate container b18bb5499084 [2020-12-10T23:22:04.362Z] ---> 9f8fa4dfa507 [2020-12-10T23:22:04.362Z] [2020-12-10T23:22:04.362Z] Removing intermediate container f811c8311b2a [2020-12-10T23:22:04.362Z] ---> c3e01a3d09a9 [2020-12-10T23:22:04.362Z] [2020-12-10T23:22:04.637Z] ---> 73b4c5e7ef81 [2020-12-10T23:22:04.637Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-10T23:22:04.637Z] Successfully built 9f8fa4dfa507 [2020-12-10T23:22:04.637Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-10T23:22:04.637Z]  Building docker-support-scheduler-go ... done Successfully built c3e01a3d09a9 [2020-12-10T23:22:04.637Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-10T23:22:04.906Z]  Building docker-core-command-go ... done Removing intermediate container 2ebc94a7e206 [2020-12-10T23:22:04.906Z] ---> 436af668e1fb [2020-12-10T23:22:04.906Z] Step 14/22 : WORKDIR / [2020-12-10T23:22:04.906Z] ---> Running in f915fcad4ece [2020-12-10T23:22:05.500Z] ---> e7c9f5cda34b [2020-12-10T23:22:05.500Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-10T23:22:05.500Z] Removing intermediate container f915fcad4ece [2020-12-10T23:22:05.500Z] ---> b4cdba369117 [2020-12-10T23:22:05.500Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-10T23:22:06.475Z] ---> b62be554aa0f [2020-12-10T23:22:06.475Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-10T23:22:06.475Z] ---> 53ba8ceeedf9 [2020-12-10T23:22:06.475Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-10T23:22:07.907Z] ---> e6f2cbd69431 [2020-12-10T23:22:07.907Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-10T23:22:07.907Z] ---> d73c60cd84c7 [2020-12-10T23:22:07.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T23:22:08.886Z] ---> 8b4a7cd1b2a6 [2020-12-10T23:22:08.886Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-10T23:22:08.886Z] ---> 35e27194a5df [2020-12-10T23:22:08.886Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T23:22:08.886Z] ---> Running in deeff298640f [2020-12-10T23:22:08.886Z] ---> Running in e999f7c3dacb [2020-12-10T23:22:09.480Z] Removing intermediate container deeff298640f [2020-12-10T23:22:09.480Z] ---> c45b047eb257 [2020-12-10T23:22:09.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T23:22:09.480Z] ---> Running in 18a6b53a1bf1 [2020-12-10T23:22:10.071Z] Removing intermediate container 18a6b53a1bf1 [2020-12-10T23:22:10.071Z] ---> 86b426fdb4da [2020-12-10T23:22:10.071Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T23:22:10.345Z] ---> Running in d728a15ec774 [2020-12-10T23:22:10.935Z] Removing intermediate container d728a15ec774 [2020-12-10T23:22:10.935Z] ---> 41d4cda1795c [2020-12-10T23:22:10.935Z] Step 21/22 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:10.935Z] ---> Running in beadb2326dcf [2020-12-10T23:22:11.207Z] Removing intermediate container e999f7c3dacb [2020-12-10T23:22:11.207Z] ---> 97d1d72585f3 [2020-12-10T23:22:11.207Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T23:22:11.478Z] ---> Running in e5b53e38f31d [2020-12-10T23:22:11.478Z] Removing intermediate container beadb2326dcf [2020-12-10T23:22:11.478Z] ---> ffeb5c95aa6d [2020-12-10T23:22:11.478Z] Step 22/22 : LABEL version=2.0.0-dev.8 [2020-12-10T23:22:11.750Z] ---> Running in 57278cd3bc66 [2020-12-10T23:22:12.022Z] Removing intermediate container e5b53e38f31d [2020-12-10T23:22:12.022Z] ---> ec32b18973af [2020-12-10T23:22:12.022Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T23:22:12.022Z] ---> Running in b5f81295c91d [2020-12-10T23:22:12.022Z] Removing intermediate container 57278cd3bc66 [2020-12-10T23:22:12.022Z] ---> 43c926eb3a30 [2020-12-10T23:22:12.022Z] [2020-12-10T23:22:12.614Z] Successfully built 43c926eb3a30 [2020-12-10T23:22:12.614Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-10T23:22:12.614Z]  Building docker-core-metadata-go ... done Removing intermediate container b5f81295c91d [2020-12-10T23:22:12.614Z] ---> 600b52394648 [2020-12-10T23:22:12.614Z] Step 23/24 : LABEL git_sha=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:12.886Z] ---> Running in 6c06b31820b1 [2020-12-10T23:22:13.157Z] Removing intermediate container 6c06b31820b1 [2020-12-10T23:22:13.157Z] ---> 809229f944c1 [2020-12-10T23:22:13.157Z] Step 24/24 : LABEL version=2.0.0-dev.8 [2020-12-10T23:22:13.430Z] ---> Running in d5dfe6ccc720 [2020-12-10T23:22:14.021Z] Removing intermediate container d5dfe6ccc720 [2020-12-10T23:22:14.021Z] ---> fdb2eb2f9868 [2020-12-10T23:22:14.021Z] [2020-12-10T23:22:14.021Z] Successfully built fdb2eb2f9868 [2020-12-10T23:22:14.293Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-10T23:22:14.579Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-12-10T23:22:14.577Z] $ docker stop --time=1 8436096c68ad41d9343497ac8ec753cb39dcb3d47b3dc0fdbd297de2d051be79 [2020-12-10T23:22:16.559Z] $ docker rm -f 8436096c68ad41d9343497ac8ec753cb39dcb3d47b3dc0fdbd297de2d051be79 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T23:22:17.284Z] + grep docker [2020-12-10T23:22:17.284Z] + docker images [2020-12-10T23:22:17.557Z] docker-security-secretstore-setup-go-arm64 latest fdb2eb2f9868 4 seconds ago 23.5MB [2020-12-10T23:22:17.557Z] docker-core-metadata-go-arm64 latest 43c926eb3a30 6 seconds ago 13.6MB [2020-12-10T23:22:17.557Z] docker-core-command-go-arm64 latest c3e01a3d09a9 13 seconds ago 11.4MB [2020-12-10T23:22:17.557Z] docker-support-scheduler-go-arm64 latest 9f8fa4dfa507 14 seconds ago 11.5MB [2020-12-10T23:22:17.557Z] docker-security-proxy-setup-go-arm64 latest 3bd952578903 30 seconds ago 23.4MB [2020-12-10T23:22:17.557Z] docker-sys-mgmt-agent-go-arm64 latest 73ac3ea97cb1 2 minutes ago 300MB [2020-12-10T23:22:17.557Z] docker-core-data-go-arm64 latest a16f975a0181 2 minutes ago 22.3MB [2020-12-10T23:22:17.557Z] docker-support-notifications-go-arm64 latest 8f4b39c83a4c 3 minutes ago 12.9MB [2020-12-10T23:22:17.557Z] docker-security-secrets-setup-go-arm64 latest 00c2e088a9a2 3 minutes ago 22.7MB [2020-12-10T23:22:17.557Z] docker-security-bootstrap-redis-go-arm64 latest 243b3cd80438 3 minutes ago 15.2MB [2020-12-10T23:22:17.557Z] docker latest f31140561b03 7 hours 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-10T23:22:18.106Z] provisioning config files... [2020-12-10T23:22:18.143Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/251@tmp/config2243469919666737540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:22:18.554Z] ---> docker-login.sh [2020-12-10T23:22:18.554Z] nexus3.edgexfoundry.org:10001 [2020-12-10T23:22:18.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:22:19.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:22:19.101Z] Configure a credential helper to remove this warning. See [2020-12-10T23:22:19.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:22:19.101Z] [2020-12-10T23:22:19.101Z] Login Succeeded [2020-12-10T23:22:19.101Z] nexus3.edgexfoundry.org:10002 [2020-12-10T23:22:19.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:22:19.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:22:19.644Z] Configure a credential helper to remove this warning. See [2020-12-10T23:22:19.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:22:19.644Z] [2020-12-10T23:22:19.644Z] Login Succeeded [2020-12-10T23:22:19.644Z] nexus3.edgexfoundry.org:10003 [2020-12-10T23:22:19.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:22:20.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:22:20.186Z] Configure a credential helper to remove this warning. See [2020-12-10T23:22:20.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:22:20.186Z] [2020-12-10T23:22:20.186Z] Login Succeeded [2020-12-10T23:22:20.186Z] nexus3.edgexfoundry.org:10004 [2020-12-10T23:22:20.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:22:20.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:22:20.728Z] Configure a credential helper to remove this warning. See [2020-12-10T23:22:20.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:22:20.728Z] [2020-12-10T23:22:20.728Z] Login Succeeded [2020-12-10T23:22:20.728Z] docker.io [2020-12-10T23:22:20.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T23:22:21.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T23:22:21.590Z] Configure a credential helper to remove this warning. See [2020-12-10T23:22:21.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T23:22:21.590Z] [2020-12-10T23:22:21.590Z] Login Succeeded [2020-12-10T23:22:21.590Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T23:22:21.607Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:22.058Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-10T23:22:22.058Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:22.058Z] 2.0.0-dev.8 [2020-12-10T23:22:22.058Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:22.058Z] master [2020-12-10T23:22:22.058Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:22.609Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:22.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:22.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T23:22:22.943Z] 25ecd500c75e: Preparing [2020-12-10T23:22:22.943Z] 6b29048e0acd: Preparing [2020-12-10T23:22:22.943Z] 67d09a167f0e: Preparing [2020-12-10T23:22:23.215Z] 67d09a167f0e: Pushed [2020-12-10T23:22:23.215Z] 25ecd500c75e: Pushed [2020-12-10T23:22:26.580Z] 6b29048e0acd: Pushed [2020-12-10T23:22:26.581Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:4e3c653ab363d4be2d6f417025823e092771a4867f9c3f42e2fc1b3910771c7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:26.918Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:27.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:27.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T23:22:27.352Z] 25ecd500c75e: Preparing [2020-12-10T23:22:27.352Z] 6b29048e0acd: Preparing [2020-12-10T23:22:27.352Z] 67d09a167f0e: Preparing [2020-12-10T23:22:27.352Z] 6b29048e0acd: Layer already exists [2020-12-10T23:22:27.352Z] 67d09a167f0e: Layer already exists [2020-12-10T23:22:27.352Z] 25ecd500c75e: Layer already exists [2020-12-10T23:22:27.621Z] 2.0.0-dev.8: digest: sha256:4e3c653ab363d4be2d6f417025823e092771a4867f9c3f42e2fc1b3910771c7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:27.961Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:28.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:28.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T23:22:28.297Z] 25ecd500c75e: Preparing [2020-12-10T23:22:28.297Z] 6b29048e0acd: Preparing [2020-12-10T23:22:28.297Z] 67d09a167f0e: Preparing [2020-12-10T23:22:28.297Z] 25ecd500c75e: Layer already exists [2020-12-10T23:22:28.297Z] 67d09a167f0e: Layer already exists [2020-12-10T23:22:28.297Z] 6b29048e0acd: Layer already exists [2020-12-10T23:22:28.576Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:4e3c653ab363d4be2d6f417025823e092771a4867f9c3f42e2fc1b3910771c7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:28.912Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:29.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-10T23:22:29.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-10T23:22:29.242Z] 25ecd500c75e: Preparing [2020-12-10T23:22:29.242Z] 6b29048e0acd: Preparing [2020-12-10T23:22:29.242Z] 67d09a167f0e: Preparing [2020-12-10T23:22:29.242Z] 6b29048e0acd: Layer already exists [2020-12-10T23:22:29.242Z] 67d09a167f0e: Layer already exists [2020-12-10T23:22:29.242Z] 25ecd500c75e: Layer already exists [2020-12-10T23:22:29.511Z] master: digest: sha256:4e3c653ab363d4be2d6f417025823e092771a4867f9c3f42e2fc1b3910771c7e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:29.741Z] ===================================================== [Pipeline] echo [2020-12-10T23:22:29.794Z] taggedImages: [2020-12-10T23:22:29.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:29.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:29.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:29.794Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-10T23:22:29.873Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-10T23:22:29.873Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:29.873Z] 2.0.0-dev.8 [2020-12-10T23:22:29.873Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:29.873Z] master [2020-12-10T23:22:29.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:30.655Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:30.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:30.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T23:22:30.988Z] b20e3184e187: Preparing [2020-12-10T23:22:30.988Z] b4990674213b: Preparing [2020-12-10T23:22:30.988Z] 7d4d714ba132: Preparing [2020-12-10T23:22:30.988Z] dd6856c8e3bf: Preparing [2020-12-10T23:22:30.988Z] ad00f25050c5: Preparing [2020-12-10T23:22:30.988Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:30.988Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:31.256Z] ad00f25050c5: Pushed [2020-12-10T23:22:31.256Z] b20e3184e187: Pushed [2020-12-10T23:22:31.256Z] 7d4d714ba132: Pushed [2020-12-10T23:22:31.256Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:31.848Z] dd6856c8e3bf: Pushed [2020-12-10T23:22:34.453Z] b4990674213b: Pushed [2020-12-10T23:22:34.736Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:b2bcd1a75cd24710ac65728bde6cb6dbf1ba10421c6c9a6cfdda97f50b04eb0a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:35.138Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:35.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:35.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T23:22:35.505Z] b20e3184e187: Preparing [2020-12-10T23:22:35.505Z] b4990674213b: Preparing [2020-12-10T23:22:35.505Z] 7d4d714ba132: Preparing [2020-12-10T23:22:35.505Z] dd6856c8e3bf: Preparing [2020-12-10T23:22:35.505Z] ad00f25050c5: Preparing [2020-12-10T23:22:35.505Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:35.505Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:35.505Z] 7d4d714ba132: Layer already exists [2020-12-10T23:22:35.505Z] dd6856c8e3bf: Layer already exists [2020-12-10T23:22:35.505Z] b20e3184e187: Layer already exists [2020-12-10T23:22:35.505Z] b4990674213b: Layer already exists [2020-12-10T23:22:35.505Z] ad00f25050c5: Layer already exists [2020-12-10T23:22:35.777Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:35.777Z] 2.0.0-dev.8: digest: sha256:b2bcd1a75cd24710ac65728bde6cb6dbf1ba10421c6c9a6cfdda97f50b04eb0a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:36.140Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:36.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:36.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T23:22:36.474Z] b20e3184e187: Preparing [2020-12-10T23:22:36.474Z] b4990674213b: Preparing [2020-12-10T23:22:36.474Z] 7d4d714ba132: Preparing [2020-12-10T23:22:36.475Z] dd6856c8e3bf: Preparing [2020-12-10T23:22:36.475Z] ad00f25050c5: Preparing [2020-12-10T23:22:36.475Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:36.475Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:36.475Z] ad00f25050c5: Layer already exists [2020-12-10T23:22:36.475Z] dd6856c8e3bf: Layer already exists [2020-12-10T23:22:36.475Z] 7d4d714ba132: Layer already exists [2020-12-10T23:22:36.475Z] b20e3184e187: Layer already exists [2020-12-10T23:22:36.475Z] b4990674213b: Layer already exists [2020-12-10T23:22:36.475Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:36.747Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:b2bcd1a75cd24710ac65728bde6cb6dbf1ba10421c6c9a6cfdda97f50b04eb0a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:37.105Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:37.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-10T23:22:37.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-10T23:22:37.450Z] b20e3184e187: Preparing [2020-12-10T23:22:37.450Z] b4990674213b: Preparing [2020-12-10T23:22:37.450Z] 7d4d714ba132: Preparing [2020-12-10T23:22:37.450Z] dd6856c8e3bf: Preparing [2020-12-10T23:22:37.450Z] ad00f25050c5: Preparing [2020-12-10T23:22:37.450Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:37.450Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:37.450Z] b4990674213b: Layer already exists [2020-12-10T23:22:37.450Z] b20e3184e187: Layer already exists [2020-12-10T23:22:37.450Z] ad00f25050c5: Layer already exists [2020-12-10T23:22:37.450Z] 7d4d714ba132: Layer already exists [2020-12-10T23:22:37.450Z] dd6856c8e3bf: Layer already exists [2020-12-10T23:22:37.721Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:37.722Z] master: digest: sha256:b2bcd1a75cd24710ac65728bde6cb6dbf1ba10421c6c9a6cfdda97f50b04eb0a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:37.936Z] ===================================================== [Pipeline] echo [2020-12-10T23:22:38.003Z] taggedImages: [2020-12-10T23:22:38.003Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:38.003Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:38.003Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:38.003Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-10T23:22:38.071Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-10T23:22:38.071Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:38.071Z] 2.0.0-dev.8 [2020-12-10T23:22:38.071Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:38.071Z] master [2020-12-10T23:22:38.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:38.623Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:38.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:38.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T23:22:38.968Z] 2a68e3076435: Preparing [2020-12-10T23:22:38.968Z] 01c340e0f158: Preparing [2020-12-10T23:22:38.968Z] 9d56b5723b46: Preparing [2020-12-10T23:22:39.239Z] 9d56b5723b46: Pushed [2020-12-10T23:22:39.239Z] 2a68e3076435: Pushed [2020-12-10T23:22:42.620Z] 01c340e0f158: Pushed [2020-12-10T23:22:42.620Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:0966c1e5eb552f1003d712a5cafaf1ef6c7de740e0d88977cec3398b7ec2421a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:42.961Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:43.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:43.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T23:22:43.297Z] 2a68e3076435: Preparing [2020-12-10T23:22:43.297Z] 01c340e0f158: Preparing [2020-12-10T23:22:43.297Z] 9d56b5723b46: Preparing [2020-12-10T23:22:43.297Z] 01c340e0f158: Layer already exists [2020-12-10T23:22:43.297Z] 9d56b5723b46: Layer already exists [2020-12-10T23:22:43.567Z] 2a68e3076435: Layer already exists [2020-12-10T23:22:43.567Z] 2.0.0-dev.8: digest: sha256:0966c1e5eb552f1003d712a5cafaf1ef6c7de740e0d88977cec3398b7ec2421a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:43.910Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:44.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:44.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T23:22:44.243Z] 2a68e3076435: Preparing [2020-12-10T23:22:44.243Z] 01c340e0f158: Preparing [2020-12-10T23:22:44.243Z] 9d56b5723b46: Preparing [2020-12-10T23:22:44.243Z] 9d56b5723b46: Layer already exists [2020-12-10T23:22:44.243Z] 2a68e3076435: Layer already exists [2020-12-10T23:22:44.243Z] 01c340e0f158: Layer already exists [2020-12-10T23:22:44.512Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:0966c1e5eb552f1003d712a5cafaf1ef6c7de740e0d88977cec3398b7ec2421a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:44.855Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:45.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-10T23:22:45.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-10T23:22:45.192Z] 2a68e3076435: Preparing [2020-12-10T23:22:45.192Z] 01c340e0f158: Preparing [2020-12-10T23:22:45.192Z] 9d56b5723b46: Preparing [2020-12-10T23:22:45.192Z] 01c340e0f158: Layer already exists [2020-12-10T23:22:45.192Z] 2a68e3076435: Layer already exists [2020-12-10T23:22:45.192Z] 9d56b5723b46: Layer already exists [2020-12-10T23:22:45.463Z] master: digest: sha256:0966c1e5eb552f1003d712a5cafaf1ef6c7de740e0d88977cec3398b7ec2421a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:45.699Z] ===================================================== [Pipeline] echo [2020-12-10T23:22:45.780Z] taggedImages: [2020-12-10T23:22:45.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:45.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:45.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:45.780Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-10T23:22:45.902Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-10T23:22:45.902Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:45.902Z] 2.0.0-dev.8 [2020-12-10T23:22:45.902Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:45.902Z] master [2020-12-10T23:22:45.902Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:46.455Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:46.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:46.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T23:22:46.796Z] b761a9ba82f7: Preparing [2020-12-10T23:22:46.796Z] 7665b04cc2bd: Preparing [2020-12-10T23:22:46.796Z] 04e0c27f9073: Preparing [2020-12-10T23:22:46.796Z] 89eba43436bc: Preparing [2020-12-10T23:22:46.796Z] e0bf1a371b34: Preparing [2020-12-10T23:22:46.796Z] d5a28be3a203: Preparing [2020-12-10T23:22:46.796Z] 66b385cf80cf: Preparing [2020-12-10T23:22:46.796Z] d5a28be3a203: Waiting [2020-12-10T23:22:46.796Z] 66b385cf80cf: Waiting [2020-12-10T23:22:47.067Z] b761a9ba82f7: Pushed [2020-12-10T23:22:47.067Z] 04e0c27f9073: Pushed [2020-12-10T23:22:47.067Z] 7665b04cc2bd: Pushed [2020-12-10T23:22:47.067Z] e0bf1a371b34: Pushed [2020-12-10T23:22:47.067Z] 66b385cf80cf: Layer already exists [2020-12-10T23:22:47.657Z] d5a28be3a203: Pushed [2020-12-10T23:22:49.077Z] 89eba43436bc: Pushed [2020-12-10T23:22:49.348Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:747a3aed790e0f5220da74597a6dea5cf8dcc02427198f6bd51c2b0be45a0fa3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:49.690Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:50.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:50.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T23:22:50.027Z] b761a9ba82f7: Preparing [2020-12-10T23:22:50.027Z] 7665b04cc2bd: Preparing [2020-12-10T23:22:50.027Z] 04e0c27f9073: Preparing [2020-12-10T23:22:50.027Z] 89eba43436bc: Preparing [2020-12-10T23:22:50.027Z] e0bf1a371b34: Preparing [2020-12-10T23:22:50.027Z] d5a28be3a203: Preparing [2020-12-10T23:22:50.027Z] 66b385cf80cf: Preparing [2020-12-10T23:22:50.027Z] d5a28be3a203: Waiting [2020-12-10T23:22:50.027Z] 66b385cf80cf: Waiting [2020-12-10T23:22:50.027Z] 89eba43436bc: Layer already exists [2020-12-10T23:22:50.027Z] 7665b04cc2bd: Layer already exists [2020-12-10T23:22:50.027Z] 04e0c27f9073: Layer already exists [2020-12-10T23:22:50.027Z] b761a9ba82f7: Layer already exists [2020-12-10T23:22:50.027Z] e0bf1a371b34: Layer already exists [2020-12-10T23:22:50.297Z] 66b385cf80cf: Layer already exists [2020-12-10T23:22:50.297Z] d5a28be3a203: Layer already exists [2020-12-10T23:22:50.297Z] 2.0.0-dev.8: digest: sha256:747a3aed790e0f5220da74597a6dea5cf8dcc02427198f6bd51c2b0be45a0fa3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:50.668Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:51.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:51.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T23:22:51.016Z] b761a9ba82f7: Preparing [2020-12-10T23:22:51.016Z] 7665b04cc2bd: Preparing [2020-12-10T23:22:51.016Z] 04e0c27f9073: Preparing [2020-12-10T23:22:51.016Z] 89eba43436bc: Preparing [2020-12-10T23:22:51.016Z] e0bf1a371b34: Preparing [2020-12-10T23:22:51.016Z] d5a28be3a203: Preparing [2020-12-10T23:22:51.016Z] 66b385cf80cf: Preparing [2020-12-10T23:22:51.016Z] d5a28be3a203: Waiting [2020-12-10T23:22:51.016Z] 66b385cf80cf: Waiting [2020-12-10T23:22:51.016Z] 89eba43436bc: Layer already exists [2020-12-10T23:22:51.016Z] 04e0c27f9073: Layer already exists [2020-12-10T23:22:51.016Z] e0bf1a371b34: Layer already exists [2020-12-10T23:22:51.016Z] b761a9ba82f7: Layer already exists [2020-12-10T23:22:51.016Z] 7665b04cc2bd: Layer already exists [2020-12-10T23:22:51.285Z] d5a28be3a203: Layer already exists [2020-12-10T23:22:51.285Z] 66b385cf80cf: Layer already exists [2020-12-10T23:22:51.285Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:747a3aed790e0f5220da74597a6dea5cf8dcc02427198f6bd51c2b0be45a0fa3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:51.634Z] + 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-10T23:22:51.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-10T23:22:51.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-10T23:22:51.968Z] b761a9ba82f7: Preparing [2020-12-10T23:22:51.968Z] 7665b04cc2bd: Preparing [2020-12-10T23:22:51.968Z] 04e0c27f9073: Preparing [2020-12-10T23:22:51.968Z] 89eba43436bc: Preparing [2020-12-10T23:22:51.968Z] e0bf1a371b34: Preparing [2020-12-10T23:22:51.968Z] d5a28be3a203: Preparing [2020-12-10T23:22:51.968Z] 66b385cf80cf: Preparing [2020-12-10T23:22:51.968Z] d5a28be3a203: Waiting [2020-12-10T23:22:51.968Z] 66b385cf80cf: Waiting [2020-12-10T23:22:51.968Z] b761a9ba82f7: Layer already exists [2020-12-10T23:22:51.968Z] 7665b04cc2bd: Layer already exists [2020-12-10T23:22:51.968Z] 89eba43436bc: Layer already exists [2020-12-10T23:22:51.968Z] e0bf1a371b34: Layer already exists [2020-12-10T23:22:51.968Z] 04e0c27f9073: Layer already exists [2020-12-10T23:22:52.239Z] d5a28be3a203: Layer already exists [2020-12-10T23:22:52.239Z] 66b385cf80cf: Layer already exists [2020-12-10T23:22:52.239Z] master: digest: sha256:747a3aed790e0f5220da74597a6dea5cf8dcc02427198f6bd51c2b0be45a0fa3 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:52.449Z] ===================================================== [Pipeline] echo [2020-12-10T23:22:52.502Z] taggedImages: [2020-12-10T23:22:52.502Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:52.502Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:52.502Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:52.502Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-10T23:22:52.575Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-10T23:22:52.575Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:52.575Z] 2.0.0-dev.8 [2020-12-10T23:22:52.575Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:52.575Z] master [2020-12-10T23:22:52.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:53.145Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:53.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:53.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T23:22:53.492Z] 52a3905c4944: Preparing [2020-12-10T23:22:53.492Z] 375dd29be855: Preparing [2020-12-10T23:22:53.492Z] 38397eaeb0a4: Preparing [2020-12-10T23:22:53.492Z] b9cb39a67a25: Preparing [2020-12-10T23:22:53.492Z] e1446ec7ff0c: Preparing [2020-12-10T23:22:53.492Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:53.492Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:53.765Z] 38397eaeb0a4: Pushed [2020-12-10T23:22:53.765Z] b9cb39a67a25: Pushed [2020-12-10T23:22:53.765Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:54.137Z] e1446ec7ff0c: Pushed [2020-12-10T23:22:56.113Z] 52a3905c4944: Pushed [2020-12-10T23:22:56.113Z] 375dd29be855: Pushed [2020-12-10T23:22:56.113Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:8dbf7ea44616c000a8b8e6cf04f7cb528ec74abcbd8a45a0d19b40977ca656cc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:56.453Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:56.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:56.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T23:22:56.828Z] 52a3905c4944: Preparing [2020-12-10T23:22:56.828Z] 375dd29be855: Preparing [2020-12-10T23:22:56.828Z] 38397eaeb0a4: Preparing [2020-12-10T23:22:56.828Z] b9cb39a67a25: Preparing [2020-12-10T23:22:56.828Z] e1446ec7ff0c: Preparing [2020-12-10T23:22:56.828Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:56.828Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:56.828Z] 375dd29be855: Layer already exists [2020-12-10T23:22:56.828Z] b9cb39a67a25: Layer already exists [2020-12-10T23:22:56.828Z] 38397eaeb0a4: Layer already exists [2020-12-10T23:22:56.828Z] 52a3905c4944: Layer already exists [2020-12-10T23:22:56.828Z] e1446ec7ff0c: Layer already exists [2020-12-10T23:22:56.828Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:57.101Z] 2.0.0-dev.8: digest: sha256:8dbf7ea44616c000a8b8e6cf04f7cb528ec74abcbd8a45a0d19b40977ca656cc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:57.452Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:57.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:57.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T23:22:57.813Z] 52a3905c4944: Preparing [2020-12-10T23:22:57.813Z] 375dd29be855: Preparing [2020-12-10T23:22:57.813Z] 38397eaeb0a4: Preparing [2020-12-10T23:22:57.813Z] b9cb39a67a25: Preparing [2020-12-10T23:22:57.813Z] e1446ec7ff0c: Preparing [2020-12-10T23:22:57.813Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:57.813Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:58.095Z] b9cb39a67a25: Layer already exists [2020-12-10T23:22:58.095Z] e1446ec7ff0c: Layer already exists [2020-12-10T23:22:58.095Z] 52a3905c4944: Layer already exists [2020-12-10T23:22:58.095Z] 375dd29be855: Layer already exists [2020-12-10T23:22:58.095Z] 38397eaeb0a4: Layer already exists [2020-12-10T23:22:58.095Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:58.095Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:8dbf7ea44616c000a8b8e6cf04f7cb528ec74abcbd8a45a0d19b40977ca656cc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:58.440Z] + 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-10T23:22:58.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-10T23:22:58.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-10T23:22:58.768Z] 52a3905c4944: Preparing [2020-12-10T23:22:58.768Z] 375dd29be855: Preparing [2020-12-10T23:22:58.768Z] 38397eaeb0a4: Preparing [2020-12-10T23:22:58.768Z] b9cb39a67a25: Preparing [2020-12-10T23:22:58.768Z] e1446ec7ff0c: Preparing [2020-12-10T23:22:58.768Z] cd3761cfa1d9: Preparing [2020-12-10T23:22:58.768Z] cd3761cfa1d9: Waiting [2020-12-10T23:22:58.768Z] e1446ec7ff0c: Layer already exists [2020-12-10T23:22:58.768Z] 52a3905c4944: Layer already exists [2020-12-10T23:22:58.768Z] 38397eaeb0a4: Layer already exists [2020-12-10T23:22:58.768Z] 375dd29be855: Layer already exists [2020-12-10T23:22:58.768Z] b9cb39a67a25: Layer already exists [2020-12-10T23:22:58.768Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:22:59.038Z] master: digest: sha256:8dbf7ea44616c000a8b8e6cf04f7cb528ec74abcbd8a45a0d19b40977ca656cc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:22:59.231Z] ===================================================== [Pipeline] echo [2020-12-10T23:22:59.304Z] taggedImages: [2020-12-10T23:22:59.304Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:59.304Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:22:59.304Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:59.304Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-10T23:22:59.371Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-10T23:22:59.371Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:22:59.371Z] 2.0.0-dev.8 [2020-12-10T23:22:59.371Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:22:59.371Z] master [2020-12-10T23:22:59.371Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:22:59.875Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:00.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:00.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T23:23:00.215Z] 7d64d92600de: Preparing [2020-12-10T23:23:00.215Z] f47a0c9bae71: Preparing [2020-12-10T23:23:00.215Z] a5ecab23e8c5: Preparing [2020-12-10T23:23:00.215Z] 9168044fdeda: Preparing [2020-12-10T23:23:00.215Z] 9168044fdeda: Preparing [2020-12-10T23:23:00.215Z] e142e0b31da8: Preparing [2020-12-10T23:23:00.215Z] 4144bebd7149: Preparing [2020-12-10T23:23:00.215Z] 626395e3d340: Preparing [2020-12-10T23:23:00.215Z] 7d64d92600de: Preparing [2020-12-10T23:23:00.215Z] 940feb55c6d7: Preparing [2020-12-10T23:23:00.215Z] dd64347eba66: Preparing [2020-12-10T23:23:00.215Z] 5395f31c17f7: Preparing [2020-12-10T23:23:00.215Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:00.215Z] 4144bebd7149: Waiting [2020-12-10T23:23:00.215Z] 940feb55c6d7: Waiting [2020-12-10T23:23:00.215Z] 626395e3d340: Waiting [2020-12-10T23:23:00.215Z] dd64347eba66: Waiting [2020-12-10T23:23:00.215Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:00.215Z] 5395f31c17f7: Waiting [2020-12-10T23:23:00.491Z] a5ecab23e8c5: Pushed [2020-12-10T23:23:00.491Z] e142e0b31da8: Pushed [2020-12-10T23:23:00.491Z] 9168044fdeda: Pushed [2020-12-10T23:23:00.491Z] f47a0c9bae71: Pushed [2020-12-10T23:23:00.760Z] 940feb55c6d7: Pushed [2020-12-10T23:23:00.760Z] 4144bebd7149: Pushed [2020-12-10T23:23:00.760Z] dd64347eba66: Pushed [2020-12-10T23:23:00.760Z] 626395e3d340: Pushed [2020-12-10T23:23:01.029Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:01.301Z] 5395f31c17f7: Pushed [2020-12-10T23:23:05.585Z] 7d64d92600de: Pushed [2020-12-10T23:23:05.586Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:da31fe956bc7645c752f2c81b10def6c4f46e22941aaf010fd1baa74383b592d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:05.923Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:06.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:06.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T23:23:06.261Z] 7d64d92600de: Preparing [2020-12-10T23:23:06.261Z] f47a0c9bae71: Preparing [2020-12-10T23:23:06.261Z] a5ecab23e8c5: Preparing [2020-12-10T23:23:06.261Z] 9168044fdeda: Preparing [2020-12-10T23:23:06.261Z] 9168044fdeda: Preparing [2020-12-10T23:23:06.261Z] e142e0b31da8: Preparing [2020-12-10T23:23:06.261Z] 4144bebd7149: Preparing [2020-12-10T23:23:06.261Z] 626395e3d340: Preparing [2020-12-10T23:23:06.261Z] 7d64d92600de: Preparing [2020-12-10T23:23:06.261Z] 940feb55c6d7: Preparing [2020-12-10T23:23:06.261Z] dd64347eba66: Preparing [2020-12-10T23:23:06.261Z] 5395f31c17f7: Preparing [2020-12-10T23:23:06.261Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:06.261Z] 940feb55c6d7: Waiting [2020-12-10T23:23:06.261Z] dd64347eba66: Waiting [2020-12-10T23:23:06.261Z] 5395f31c17f7: Waiting [2020-12-10T23:23:06.261Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:06.261Z] 4144bebd7149: Waiting [2020-12-10T23:23:06.261Z] 626395e3d340: Waiting [2020-12-10T23:23:06.261Z] f47a0c9bae71: Layer already exists [2020-12-10T23:23:06.261Z] 9168044fdeda: Layer already exists [2020-12-10T23:23:06.261Z] e142e0b31da8: Layer already exists [2020-12-10T23:23:06.261Z] a5ecab23e8c5: Layer already exists [2020-12-10T23:23:06.261Z] 7d64d92600de: Layer already exists [2020-12-10T23:23:06.531Z] dd64347eba66: Layer already exists [2020-12-10T23:23:06.531Z] 5395f31c17f7: Layer already exists [2020-12-10T23:23:06.531Z] 626395e3d340: Layer already exists [2020-12-10T23:23:06.531Z] 4144bebd7149: Layer already exists [2020-12-10T23:23:06.531Z] 940feb55c6d7: Layer already exists [2020-12-10T23:23:06.531Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:06.531Z] 2.0.0-dev.8: digest: sha256:da31fe956bc7645c752f2c81b10def6c4f46e22941aaf010fd1baa74383b592d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:06.864Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:07.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:07.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T23:23:07.200Z] 7d64d92600de: Preparing [2020-12-10T23:23:07.200Z] f47a0c9bae71: Preparing [2020-12-10T23:23:07.200Z] a5ecab23e8c5: Preparing [2020-12-10T23:23:07.200Z] 9168044fdeda: Preparing [2020-12-10T23:23:07.200Z] 9168044fdeda: Preparing [2020-12-10T23:23:07.200Z] e142e0b31da8: Preparing [2020-12-10T23:23:07.200Z] 4144bebd7149: Preparing [2020-12-10T23:23:07.200Z] 626395e3d340: Preparing [2020-12-10T23:23:07.200Z] 7d64d92600de: Preparing [2020-12-10T23:23:07.200Z] 940feb55c6d7: Preparing [2020-12-10T23:23:07.200Z] dd64347eba66: Preparing [2020-12-10T23:23:07.200Z] 5395f31c17f7: Preparing [2020-12-10T23:23:07.200Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:07.200Z] 940feb55c6d7: Waiting [2020-12-10T23:23:07.200Z] dd64347eba66: Waiting [2020-12-10T23:23:07.200Z] 5395f31c17f7: Waiting [2020-12-10T23:23:07.200Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:07.200Z] 4144bebd7149: Waiting [2020-12-10T23:23:07.200Z] 626395e3d340: Waiting [2020-12-10T23:23:07.200Z] a5ecab23e8c5: Layer already exists [2020-12-10T23:23:07.200Z] f47a0c9bae71: Layer already exists [2020-12-10T23:23:07.200Z] 7d64d92600de: Layer already exists [2020-12-10T23:23:07.200Z] 9168044fdeda: Layer already exists [2020-12-10T23:23:07.200Z] e142e0b31da8: Layer already exists [2020-12-10T23:23:07.200Z] 626395e3d340: Layer already exists [2020-12-10T23:23:07.200Z] 4144bebd7149: Layer already exists [2020-12-10T23:23:07.200Z] 5395f31c17f7: Layer already exists [2020-12-10T23:23:07.200Z] dd64347eba66: Layer already exists [2020-12-10T23:23:07.200Z] 940feb55c6d7: Layer already exists [2020-12-10T23:23:07.200Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:07.469Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:da31fe956bc7645c752f2c81b10def6c4f46e22941aaf010fd1baa74383b592d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:07.805Z] + 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-10T23:23:08.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-10T23:23:08.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-10T23:23:08.136Z] 7d64d92600de: Preparing [2020-12-10T23:23:08.136Z] f47a0c9bae71: Preparing [2020-12-10T23:23:08.136Z] a5ecab23e8c5: Preparing [2020-12-10T23:23:08.136Z] 9168044fdeda: Preparing [2020-12-10T23:23:08.136Z] 9168044fdeda: Preparing [2020-12-10T23:23:08.136Z] e142e0b31da8: Preparing [2020-12-10T23:23:08.136Z] 4144bebd7149: Preparing [2020-12-10T23:23:08.136Z] 626395e3d340: Preparing [2020-12-10T23:23:08.136Z] 7d64d92600de: Preparing [2020-12-10T23:23:08.136Z] 940feb55c6d7: Preparing [2020-12-10T23:23:08.136Z] dd64347eba66: Preparing [2020-12-10T23:23:08.136Z] 5395f31c17f7: Preparing [2020-12-10T23:23:08.136Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:08.136Z] 4144bebd7149: Waiting [2020-12-10T23:23:08.136Z] 626395e3d340: Waiting [2020-12-10T23:23:08.136Z] 940feb55c6d7: Waiting [2020-12-10T23:23:08.136Z] dd64347eba66: Waiting [2020-12-10T23:23:08.136Z] 5395f31c17f7: Waiting [2020-12-10T23:23:08.136Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:08.136Z] a5ecab23e8c5: Layer already exists [2020-12-10T23:23:08.136Z] e142e0b31da8: Layer already exists [2020-12-10T23:23:08.136Z] f47a0c9bae71: Layer already exists [2020-12-10T23:23:08.136Z] 7d64d92600de: Layer already exists [2020-12-10T23:23:08.136Z] 9168044fdeda: Layer already exists [2020-12-10T23:23:08.136Z] dd64347eba66: Layer already exists [2020-12-10T23:23:08.136Z] 4144bebd7149: Layer already exists [2020-12-10T23:23:08.136Z] 5395f31c17f7: Layer already exists [2020-12-10T23:23:08.136Z] 626395e3d340: Layer already exists [2020-12-10T23:23:08.136Z] 940feb55c6d7: Layer already exists [2020-12-10T23:23:08.407Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:08.407Z] master: digest: sha256:da31fe956bc7645c752f2c81b10def6c4f46e22941aaf010fd1baa74383b592d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:23:08.607Z] ===================================================== [Pipeline] echo [2020-12-10T23:23:08.677Z] taggedImages: [2020-12-10T23:23:08.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:08.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:08.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:08.677Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-10T23:23:08.756Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-10T23:23:08.757Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:08.757Z] 2.0.0-dev.8 [2020-12-10T23:23:08.757Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:08.757Z] master [2020-12-10T23:23:08.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:09.290Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:09.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:09.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T23:23:09.625Z] 2274081ec994: Preparing [2020-12-10T23:23:09.625Z] f48a0ea2ff4c: Preparing [2020-12-10T23:23:09.625Z] a1358f3a6845: Preparing [2020-12-10T23:23:09.625Z] 8c6c0e398d19: Preparing [2020-12-10T23:23:09.625Z] 8a609970a13e: Preparing [2020-12-10T23:23:09.625Z] 73386b3a1d94: Preparing [2020-12-10T23:23:09.625Z] 7af9ae31bdab: Preparing [2020-12-10T23:23:09.625Z] d5a28be3a203: Preparing [2020-12-10T23:23:09.625Z] 66b385cf80cf: Preparing [2020-12-10T23:23:09.625Z] 73386b3a1d94: Waiting [2020-12-10T23:23:09.625Z] 7af9ae31bdab: Waiting [2020-12-10T23:23:09.625Z] d5a28be3a203: Waiting [2020-12-10T23:23:09.625Z] 66b385cf80cf: Waiting [2020-12-10T23:23:10.221Z] 8a609970a13e: Pushed [2020-12-10T23:23:10.221Z] f48a0ea2ff4c: Pushed [2020-12-10T23:23:10.221Z] 2274081ec994: Pushed [2020-12-10T23:23:10.221Z] d5a28be3a203: Layer already exists [2020-12-10T23:23:10.221Z] 66b385cf80cf: Layer already exists [2020-12-10T23:23:10.221Z] 73386b3a1d94: Pushed [2020-12-10T23:23:10.221Z] 7af9ae31bdab: Pushed [2020-12-10T23:23:12.186Z] 8c6c0e398d19: Pushed [2020-12-10T23:23:12.186Z] a1358f3a6845: Pushed [2020-12-10T23:23:12.186Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:01b7256e582dac95570e81ae70b06db458d7c863d95fe8490176a914f7ee42fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:12.521Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:12.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:12.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T23:23:12.854Z] 2274081ec994: Preparing [2020-12-10T23:23:12.854Z] f48a0ea2ff4c: Preparing [2020-12-10T23:23:12.854Z] a1358f3a6845: Preparing [2020-12-10T23:23:12.854Z] 8c6c0e398d19: Preparing [2020-12-10T23:23:12.854Z] 8a609970a13e: Preparing [2020-12-10T23:23:12.854Z] 73386b3a1d94: Preparing [2020-12-10T23:23:12.854Z] 7af9ae31bdab: Preparing [2020-12-10T23:23:12.854Z] d5a28be3a203: Preparing [2020-12-10T23:23:12.854Z] 66b385cf80cf: Preparing [2020-12-10T23:23:12.854Z] 73386b3a1d94: Waiting [2020-12-10T23:23:12.854Z] 7af9ae31bdab: Waiting [2020-12-10T23:23:12.854Z] d5a28be3a203: Waiting [2020-12-10T23:23:12.854Z] 66b385cf80cf: Waiting [2020-12-10T23:23:12.854Z] a1358f3a6845: Layer already exists [2020-12-10T23:23:12.854Z] 8a609970a13e: Layer already exists [2020-12-10T23:23:12.854Z] 2274081ec994: Layer already exists [2020-12-10T23:23:12.854Z] f48a0ea2ff4c: Layer already exists [2020-12-10T23:23:12.854Z] 8c6c0e398d19: Layer already exists [2020-12-10T23:23:12.854Z] 73386b3a1d94: Layer already exists [2020-12-10T23:23:12.854Z] 7af9ae31bdab: Layer already exists [2020-12-10T23:23:12.854Z] d5a28be3a203: Layer already exists [2020-12-10T23:23:12.854Z] 66b385cf80cf: Layer already exists [2020-12-10T23:23:13.125Z] 2.0.0-dev.8: digest: sha256:01b7256e582dac95570e81ae70b06db458d7c863d95fe8490176a914f7ee42fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:13.462Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:13.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:13.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T23:23:13.791Z] 2274081ec994: Preparing [2020-12-10T23:23:13.791Z] f48a0ea2ff4c: Preparing [2020-12-10T23:23:13.791Z] a1358f3a6845: Preparing [2020-12-10T23:23:13.791Z] 8c6c0e398d19: Preparing [2020-12-10T23:23:13.791Z] 8a609970a13e: Preparing [2020-12-10T23:23:13.791Z] 73386b3a1d94: Preparing [2020-12-10T23:23:13.791Z] 7af9ae31bdab: Preparing [2020-12-10T23:23:13.791Z] d5a28be3a203: Preparing [2020-12-10T23:23:13.791Z] 66b385cf80cf: Preparing [2020-12-10T23:23:13.791Z] 7af9ae31bdab: Waiting [2020-12-10T23:23:13.791Z] d5a28be3a203: Waiting [2020-12-10T23:23:13.791Z] 73386b3a1d94: Waiting [2020-12-10T23:23:13.791Z] 66b385cf80cf: Waiting [2020-12-10T23:23:13.791Z] 2274081ec994: Layer already exists [2020-12-10T23:23:13.791Z] f48a0ea2ff4c: Layer already exists [2020-12-10T23:23:14.065Z] 8c6c0e398d19: Layer already exists [2020-12-10T23:23:14.065Z] a1358f3a6845: Layer already exists [2020-12-10T23:23:14.065Z] 8a609970a13e: Layer already exists [2020-12-10T23:23:14.065Z] 73386b3a1d94: Layer already exists [2020-12-10T23:23:14.065Z] 66b385cf80cf: Layer already exists [2020-12-10T23:23:14.065Z] d5a28be3a203: Layer already exists [2020-12-10T23:23:14.065Z] 7af9ae31bdab: Layer already exists [2020-12-10T23:23:14.065Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:01b7256e582dac95570e81ae70b06db458d7c863d95fe8490176a914f7ee42fe size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:14.404Z] + 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-10T23:23:14.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-10T23:23:14.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-10T23:23:14.744Z] 2274081ec994: Preparing [2020-12-10T23:23:14.744Z] f48a0ea2ff4c: Preparing [2020-12-10T23:23:14.744Z] a1358f3a6845: Preparing [2020-12-10T23:23:14.744Z] 8c6c0e398d19: Preparing [2020-12-10T23:23:14.744Z] 8a609970a13e: Preparing [2020-12-10T23:23:14.744Z] 73386b3a1d94: Preparing [2020-12-10T23:23:14.744Z] 7af9ae31bdab: Preparing [2020-12-10T23:23:14.744Z] d5a28be3a203: Preparing [2020-12-10T23:23:14.744Z] 66b385cf80cf: Preparing [2020-12-10T23:23:14.744Z] 7af9ae31bdab: Waiting [2020-12-10T23:23:14.744Z] d5a28be3a203: Waiting [2020-12-10T23:23:14.744Z] 66b385cf80cf: Waiting [2020-12-10T23:23:14.744Z] 73386b3a1d94: Waiting [2020-12-10T23:23:14.744Z] f48a0ea2ff4c: Layer already exists [2020-12-10T23:23:14.744Z] 8c6c0e398d19: Layer already exists [2020-12-10T23:23:14.744Z] 8a609970a13e: Layer already exists [2020-12-10T23:23:14.744Z] a1358f3a6845: Layer already exists [2020-12-10T23:23:14.744Z] 2274081ec994: Layer already exists [2020-12-10T23:23:15.020Z] 73386b3a1d94: Layer already exists [2020-12-10T23:23:15.020Z] 7af9ae31bdab: Layer already exists [2020-12-10T23:23:15.020Z] d5a28be3a203: Layer already exists [2020-12-10T23:23:15.020Z] 66b385cf80cf: Layer already exists [2020-12-10T23:23:15.020Z] master: digest: sha256:01b7256e582dac95570e81ae70b06db458d7c863d95fe8490176a914f7ee42fe size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:23:15.224Z] ===================================================== [Pipeline] echo [2020-12-10T23:23:15.287Z] taggedImages: [2020-12-10T23:23:15.287Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:15.287Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:15.287Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:15.287Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-10T23:23:15.474Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-10T23:23:15.474Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:15.474Z] 2.0.0-dev.8 [2020-12-10T23:23:15.474Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:15.474Z] master [2020-12-10T23:23:15.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:15.988Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:16.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:16.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T23:23:16.322Z] 2f474f57ca20: Preparing [2020-12-10T23:23:16.322Z] a1d71c1ad137: Preparing [2020-12-10T23:23:16.322Z] f80d0ab91624: Preparing [2020-12-10T23:23:16.322Z] dbdb2968e0b6: Preparing [2020-12-10T23:23:16.322Z] 262b1f2d4400: Preparing [2020-12-10T23:23:16.322Z] 02aad063d4b5: Preparing [2020-12-10T23:23:16.322Z] 02aad063d4b5: Waiting [2020-12-10T23:23:16.595Z] f80d0ab91624: Pushed [2020-12-10T23:23:16.595Z] 2f474f57ca20: Pushed [2020-12-10T23:23:16.864Z] 262b1f2d4400: Pushed [2020-12-10T23:23:16.864Z] dbdb2968e0b6: Pushed [2020-12-10T23:23:16.864Z] 02aad063d4b5: Pushed [2020-12-10T23:23:19.468Z] a1d71c1ad137: Pushed [2020-12-10T23:23:19.739Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:b41eb7a8b155af352e15ee71875a4b800a4cb258b4810b20aa934738f26ac13e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:20.080Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:20.409Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:20.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T23:23:20.409Z] 2f474f57ca20: Preparing [2020-12-10T23:23:20.409Z] a1d71c1ad137: Preparing [2020-12-10T23:23:20.409Z] f80d0ab91624: Preparing [2020-12-10T23:23:20.409Z] dbdb2968e0b6: Preparing [2020-12-10T23:23:20.409Z] 262b1f2d4400: Preparing [2020-12-10T23:23:20.409Z] 02aad063d4b5: Preparing [2020-12-10T23:23:20.409Z] 02aad063d4b5: Waiting [2020-12-10T23:23:20.409Z] 262b1f2d4400: Layer already exists [2020-12-10T23:23:20.409Z] 2f474f57ca20: Layer already exists [2020-12-10T23:23:20.409Z] a1d71c1ad137: Layer already exists [2020-12-10T23:23:20.409Z] dbdb2968e0b6: Layer already exists [2020-12-10T23:23:20.409Z] f80d0ab91624: Layer already exists [2020-12-10T23:23:20.409Z] 02aad063d4b5: Layer already exists [2020-12-10T23:23:20.680Z] 2.0.0-dev.8: digest: sha256:b41eb7a8b155af352e15ee71875a4b800a4cb258b4810b20aa934738f26ac13e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:21.014Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:21.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:21.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T23:23:21.341Z] 2f474f57ca20: Preparing [2020-12-10T23:23:21.341Z] a1d71c1ad137: Preparing [2020-12-10T23:23:21.341Z] f80d0ab91624: Preparing [2020-12-10T23:23:21.341Z] dbdb2968e0b6: Preparing [2020-12-10T23:23:21.341Z] 262b1f2d4400: Preparing [2020-12-10T23:23:21.341Z] 02aad063d4b5: Preparing [2020-12-10T23:23:21.341Z] 02aad063d4b5: Waiting [2020-12-10T23:23:21.341Z] f80d0ab91624: Layer already exists [2020-12-10T23:23:21.341Z] 2f474f57ca20: Layer already exists [2020-12-10T23:23:21.341Z] dbdb2968e0b6: Layer already exists [2020-12-10T23:23:21.341Z] 262b1f2d4400: Layer already exists [2020-12-10T23:23:21.341Z] a1d71c1ad137: Layer already exists [2020-12-10T23:23:21.341Z] 02aad063d4b5: Layer already exists [2020-12-10T23:23:21.609Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:b41eb7a8b155af352e15ee71875a4b800a4cb258b4810b20aa934738f26ac13e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:21.940Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:22.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-10T23:23:22.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-10T23:23:22.291Z] 2f474f57ca20: Preparing [2020-12-10T23:23:22.291Z] a1d71c1ad137: Preparing [2020-12-10T23:23:22.291Z] f80d0ab91624: Preparing [2020-12-10T23:23:22.291Z] dbdb2968e0b6: Preparing [2020-12-10T23:23:22.291Z] 262b1f2d4400: Preparing [2020-12-10T23:23:22.291Z] 02aad063d4b5: Preparing [2020-12-10T23:23:22.291Z] 02aad063d4b5: Waiting [2020-12-10T23:23:22.291Z] a1d71c1ad137: Layer already exists [2020-12-10T23:23:22.291Z] f80d0ab91624: Layer already exists [2020-12-10T23:23:22.291Z] 2f474f57ca20: Layer already exists [2020-12-10T23:23:22.291Z] dbdb2968e0b6: Layer already exists [2020-12-10T23:23:22.291Z] 262b1f2d4400: Layer already exists [2020-12-10T23:23:22.291Z] 02aad063d4b5: Layer already exists [2020-12-10T23:23:22.564Z] master: digest: sha256:b41eb7a8b155af352e15ee71875a4b800a4cb258b4810b20aa934738f26ac13e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:23:22.778Z] ===================================================== [Pipeline] echo [2020-12-10T23:23:22.825Z] taggedImages: [2020-12-10T23:23:22.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:22.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:22.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:22.825Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-10T23:23:22.889Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-10T23:23:22.889Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:22.889Z] 2.0.0-dev.8 [2020-12-10T23:23:22.889Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:22.889Z] master [2020-12-10T23:23:22.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:23.413Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:23.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:23.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T23:23:23.770Z] a3b35fcfa6e9: Preparing [2020-12-10T23:23:23.770Z] bbddb5e20bae: Preparing [2020-12-10T23:23:23.770Z] 1bbedcedd297: Preparing [2020-12-10T23:23:24.046Z] 1bbedcedd297: Pushed [2020-12-10T23:23:24.046Z] a3b35fcfa6e9: Pushed [2020-12-10T23:23:26.646Z] bbddb5e20bae: Pushed [2020-12-10T23:23:26.646Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:ef0f6473c1eb0e9d9c3525b8e48bc9bc026df4d31237afe12eb20129a7eb5385 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:26.983Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:27.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:27.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T23:23:27.310Z] a3b35fcfa6e9: Preparing [2020-12-10T23:23:27.310Z] bbddb5e20bae: Preparing [2020-12-10T23:23:27.310Z] 1bbedcedd297: Preparing [2020-12-10T23:23:27.310Z] a3b35fcfa6e9: Layer already exists [2020-12-10T23:23:27.310Z] 1bbedcedd297: Layer already exists [2020-12-10T23:23:27.310Z] bbddb5e20bae: Layer already exists [2020-12-10T23:23:27.580Z] 2.0.0-dev.8: digest: sha256:ef0f6473c1eb0e9d9c3525b8e48bc9bc026df4d31237afe12eb20129a7eb5385 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:27.912Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:28.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:28.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T23:23:28.243Z] a3b35fcfa6e9: Preparing [2020-12-10T23:23:28.243Z] bbddb5e20bae: Preparing [2020-12-10T23:23:28.243Z] 1bbedcedd297: Preparing [2020-12-10T23:23:28.514Z] 1bbedcedd297: Layer already exists [2020-12-10T23:23:28.514Z] a3b35fcfa6e9: Layer already exists [2020-12-10T23:23:28.514Z] bbddb5e20bae: Layer already exists [2020-12-10T23:23:28.514Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:ef0f6473c1eb0e9d9c3525b8e48bc9bc026df4d31237afe12eb20129a7eb5385 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:28.847Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:29.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-10T23:23:29.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-10T23:23:29.176Z] a3b35fcfa6e9: Preparing [2020-12-10T23:23:29.176Z] bbddb5e20bae: Preparing [2020-12-10T23:23:29.176Z] 1bbedcedd297: Preparing [2020-12-10T23:23:29.176Z] 1bbedcedd297: Layer already exists [2020-12-10T23:23:29.176Z] a3b35fcfa6e9: Layer already exists [2020-12-10T23:23:29.176Z] bbddb5e20bae: Layer already exists [2020-12-10T23:23:29.447Z] master: digest: sha256:ef0f6473c1eb0e9d9c3525b8e48bc9bc026df4d31237afe12eb20129a7eb5385 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:23:29.646Z] ===================================================== [Pipeline] echo [2020-12-10T23:23:29.693Z] taggedImages: [2020-12-10T23:23:29.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:29.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:29.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:29.693Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-10T23:23:29.756Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-10T23:23:29.756Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:29.756Z] 2.0.0-dev.8 [2020-12-10T23:23:29.756Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:29.756Z] master [2020-12-10T23:23:29.756Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:30.296Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:30.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:30.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T23:23:30.625Z] eec5347ab210: Preparing [2020-12-10T23:23:30.625Z] bb7752ada709: Preparing [2020-12-10T23:23:30.625Z] 823aefeb4545: Preparing [2020-12-10T23:23:30.625Z] 4f11bac98969: Preparing [2020-12-10T23:23:30.625Z] 945dc08e3243: Preparing [2020-12-10T23:23:30.625Z] d4937c6c77e8: Preparing [2020-12-10T23:23:30.625Z] 78df09e4c030: Preparing [2020-12-10T23:23:30.625Z] 8c57d0c4fda2: Preparing [2020-12-10T23:23:30.625Z] 88d969b678c1: Preparing [2020-12-10T23:23:30.625Z] a5c04c523b0a: Preparing [2020-12-10T23:23:30.625Z] 82afb4583052: Preparing [2020-12-10T23:23:30.625Z] 3e7dc55cab04: Preparing [2020-12-10T23:23:30.625Z] b2e85fd0898f: Preparing [2020-12-10T23:23:30.625Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:30.625Z] d4937c6c77e8: Waiting [2020-12-10T23:23:30.625Z] 78df09e4c030: Waiting [2020-12-10T23:23:30.625Z] 8c57d0c4fda2: Waiting [2020-12-10T23:23:30.625Z] 88d969b678c1: Waiting [2020-12-10T23:23:30.625Z] a5c04c523b0a: Waiting [2020-12-10T23:23:30.625Z] 82afb4583052: Waiting [2020-12-10T23:23:30.625Z] 3e7dc55cab04: Waiting [2020-12-10T23:23:30.625Z] b2e85fd0898f: Waiting [2020-12-10T23:23:30.625Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:31.224Z] 945dc08e3243: Pushed [2020-12-10T23:23:31.496Z] eec5347ab210: Pushed [2020-12-10T23:23:31.770Z] 4f11bac98969: Pushed [2020-12-10T23:23:32.043Z] 8c57d0c4fda2: Layer already exists [2020-12-10T23:23:32.043Z] 88d969b678c1: Layer already exists [2020-12-10T23:23:32.043Z] 78df09e4c030: Pushed [2020-12-10T23:23:32.043Z] a5c04c523b0a: Layer already exists [2020-12-10T23:23:32.043Z] 82afb4583052: Layer already exists [2020-12-10T23:23:32.043Z] 3e7dc55cab04: Layer already exists [2020-12-10T23:23:32.043Z] b2e85fd0898f: Layer already exists [2020-12-10T23:23:32.043Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:32.633Z] bb7752ada709: Pushed [2020-12-10T23:23:33.608Z] d4937c6c77e8: Pushed [2020-12-10T23:23:45.976Z] 823aefeb4545: Pushed [2020-12-10T23:23:45.976Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72: digest: sha256:3d3efa1c3db6cd645c3ca75257fa755eea0ca3534d7cc74b00585442884b6489 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:46.312Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:46.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:46.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T23:23:46.642Z] eec5347ab210: Preparing [2020-12-10T23:23:46.642Z] bb7752ada709: Preparing [2020-12-10T23:23:46.642Z] 823aefeb4545: Preparing [2020-12-10T23:23:46.642Z] 4f11bac98969: Preparing [2020-12-10T23:23:46.642Z] 945dc08e3243: Preparing [2020-12-10T23:23:46.642Z] d4937c6c77e8: Preparing [2020-12-10T23:23:46.642Z] 78df09e4c030: Preparing [2020-12-10T23:23:46.642Z] 8c57d0c4fda2: Preparing [2020-12-10T23:23:46.642Z] 88d969b678c1: Preparing [2020-12-10T23:23:46.642Z] a5c04c523b0a: Preparing [2020-12-10T23:23:46.642Z] 82afb4583052: Preparing [2020-12-10T23:23:46.642Z] 3e7dc55cab04: Preparing [2020-12-10T23:23:46.642Z] b2e85fd0898f: Preparing [2020-12-10T23:23:46.642Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:46.642Z] 88d969b678c1: Waiting [2020-12-10T23:23:46.642Z] 3e7dc55cab04: Waiting [2020-12-10T23:23:46.642Z] b2e85fd0898f: Waiting [2020-12-10T23:23:46.642Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:46.642Z] a5c04c523b0a: Waiting [2020-12-10T23:23:46.642Z] 82afb4583052: Waiting [2020-12-10T23:23:46.642Z] d4937c6c77e8: Waiting [2020-12-10T23:23:46.642Z] 78df09e4c030: Waiting [2020-12-10T23:23:46.642Z] 8c57d0c4fda2: Waiting [2020-12-10T23:23:46.642Z] 4f11bac98969: Layer already exists [2020-12-10T23:23:46.642Z] 823aefeb4545: Layer already exists [2020-12-10T23:23:46.642Z] bb7752ada709: Layer already exists [2020-12-10T23:23:46.642Z] 945dc08e3243: Layer already exists [2020-12-10T23:23:46.642Z] eec5347ab210: Layer already exists [2020-12-10T23:23:46.642Z] 88d969b678c1: Layer already exists [2020-12-10T23:23:46.914Z] 78df09e4c030: Layer already exists [2020-12-10T23:23:46.914Z] d4937c6c77e8: Layer already exists [2020-12-10T23:23:46.914Z] 8c57d0c4fda2: Layer already exists [2020-12-10T23:23:46.914Z] a5c04c523b0a: Layer already exists [2020-12-10T23:23:46.914Z] 82afb4583052: Layer already exists [2020-12-10T23:23:46.914Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:46.914Z] b2e85fd0898f: Layer already exists [2020-12-10T23:23:46.914Z] 3e7dc55cab04: Layer already exists [2020-12-10T23:23:46.914Z] 2.0.0-dev.8: digest: sha256:3d3efa1c3db6cd645c3ca75257fa755eea0ca3534d7cc74b00585442884b6489 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:47.250Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:47.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:47.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T23:23:47.584Z] eec5347ab210: Preparing [2020-12-10T23:23:47.584Z] bb7752ada709: Preparing [2020-12-10T23:23:47.584Z] 823aefeb4545: Preparing [2020-12-10T23:23:47.584Z] 4f11bac98969: Preparing [2020-12-10T23:23:47.584Z] 945dc08e3243: Preparing [2020-12-10T23:23:47.584Z] d4937c6c77e8: Preparing [2020-12-10T23:23:47.584Z] 78df09e4c030: Preparing [2020-12-10T23:23:47.584Z] 8c57d0c4fda2: Preparing [2020-12-10T23:23:47.584Z] 88d969b678c1: Preparing [2020-12-10T23:23:47.584Z] a5c04c523b0a: Preparing [2020-12-10T23:23:47.584Z] 82afb4583052: Preparing [2020-12-10T23:23:47.584Z] 3e7dc55cab04: Preparing [2020-12-10T23:23:47.584Z] b2e85fd0898f: Preparing [2020-12-10T23:23:47.584Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:47.584Z] a5c04c523b0a: Waiting [2020-12-10T23:23:47.584Z] d4937c6c77e8: Waiting [2020-12-10T23:23:47.584Z] 78df09e4c030: Waiting [2020-12-10T23:23:47.584Z] 8c57d0c4fda2: Waiting [2020-12-10T23:23:47.584Z] 82afb4583052: Waiting [2020-12-10T23:23:47.584Z] 3e7dc55cab04: Waiting [2020-12-10T23:23:47.584Z] b2e85fd0898f: Waiting [2020-12-10T23:23:47.584Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:47.584Z] 88d969b678c1: Waiting [2020-12-10T23:23:47.584Z] 4f11bac98969: Layer already exists [2020-12-10T23:23:47.584Z] eec5347ab210: Layer already exists [2020-12-10T23:23:47.584Z] 945dc08e3243: Layer already exists [2020-12-10T23:23:47.584Z] bb7752ada709: Layer already exists [2020-12-10T23:23:47.584Z] 823aefeb4545: Layer already exists [2020-12-10T23:23:47.856Z] d4937c6c77e8: Layer already exists [2020-12-10T23:23:47.856Z] 8c57d0c4fda2: Layer already exists [2020-12-10T23:23:47.856Z] a5c04c523b0a: Layer already exists [2020-12-10T23:23:47.856Z] 78df09e4c030: Layer already exists [2020-12-10T23:23:47.856Z] 88d969b678c1: Layer already exists [2020-12-10T23:23:47.856Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:47.856Z] 3e7dc55cab04: Layer already exists [2020-12-10T23:23:47.856Z] b2e85fd0898f: Layer already exists [2020-12-10T23:23:47.856Z] 82afb4583052: Layer already exists [2020-12-10T23:23:47.856Z] f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8: digest: sha256:3d3efa1c3db6cd645c3ca75257fa755eea0ca3534d7cc74b00585442884b6489 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:48.190Z] + 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-10T23:23:48.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-10T23:23:48.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-10T23:23:48.524Z] eec5347ab210: Preparing [2020-12-10T23:23:48.524Z] bb7752ada709: Preparing [2020-12-10T23:23:48.524Z] 823aefeb4545: Preparing [2020-12-10T23:23:48.524Z] 4f11bac98969: Preparing [2020-12-10T23:23:48.524Z] 945dc08e3243: Preparing [2020-12-10T23:23:48.524Z] d4937c6c77e8: Preparing [2020-12-10T23:23:48.524Z] 78df09e4c030: Preparing [2020-12-10T23:23:48.524Z] 8c57d0c4fda2: Preparing [2020-12-10T23:23:48.524Z] 88d969b678c1: Preparing [2020-12-10T23:23:48.524Z] a5c04c523b0a: Preparing [2020-12-10T23:23:48.524Z] 82afb4583052: Preparing [2020-12-10T23:23:48.524Z] 3e7dc55cab04: Preparing [2020-12-10T23:23:48.524Z] b2e85fd0898f: Preparing [2020-12-10T23:23:48.524Z] cd3761cfa1d9: Preparing [2020-12-10T23:23:48.524Z] d4937c6c77e8: Waiting [2020-12-10T23:23:48.524Z] 78df09e4c030: Waiting [2020-12-10T23:23:48.524Z] 88d969b678c1: Waiting [2020-12-10T23:23:48.524Z] 8c57d0c4fda2: Waiting [2020-12-10T23:23:48.524Z] b2e85fd0898f: Waiting [2020-12-10T23:23:48.524Z] a5c04c523b0a: Waiting [2020-12-10T23:23:48.524Z] cd3761cfa1d9: Waiting [2020-12-10T23:23:48.524Z] 82afb4583052: Waiting [2020-12-10T23:23:48.524Z] 3e7dc55cab04: Waiting [2020-12-10T23:23:48.524Z] eec5347ab210: Layer already exists [2020-12-10T23:23:48.795Z] 4f11bac98969: Layer already exists [2020-12-10T23:23:48.795Z] bb7752ada709: Layer already exists [2020-12-10T23:23:48.795Z] 945dc08e3243: Layer already exists [2020-12-10T23:23:48.795Z] 823aefeb4545: Layer already exists [2020-12-10T23:23:48.795Z] 78df09e4c030: Layer already exists [2020-12-10T23:23:48.795Z] d4937c6c77e8: Layer already exists [2020-12-10T23:23:48.795Z] a5c04c523b0a: Layer already exists [2020-12-10T23:23:48.795Z] 88d969b678c1: Layer already exists [2020-12-10T23:23:48.795Z] 8c57d0c4fda2: Layer already exists [2020-12-10T23:23:48.795Z] 3e7dc55cab04: Layer already exists [2020-12-10T23:23:48.795Z] b2e85fd0898f: Layer already exists [2020-12-10T23:23:48.795Z] 82afb4583052: Layer already exists [2020-12-10T23:23:48.795Z] cd3761cfa1d9: Layer already exists [2020-12-10T23:23:48.795Z] master: digest: sha256:3d3efa1c3db6cd645c3ca75257fa755eea0ca3534d7cc74b00585442884b6489 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-10T23:23:49.049Z] ===================================================== [Pipeline] echo [2020-12-10T23:23:49.093Z] taggedImages: [2020-12-10T23:23:49.093Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [2020-12-10T23:23:49.093Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [2020-12-10T23:23:49.093Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72-2.0.0-dev.8 [2020-12-10T23:23:49.093Z] - 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-10T23:23:50.754Z] provisioning config files... [2020-12-10T23:23:50.774Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/251@tmp/config1232567841238290602tmp [Pipeline] { [Pipeline] sh [2020-12-10T23:23:51.168Z] + set +x [2020-12-10T23:23:51.168Z] + curl -s https://codecov.io/bash [2020-12-10T23:23:51.168Z] + bash -s -- [2020-12-10T23:23:51.744Z] [2020-12-10T23:23:51.744Z] _____ _ [2020-12-10T23:23:51.744Z] / ____| | | [2020-12-10T23:23:51.744Z] | | ___ __| | ___ ___ _____ __ [2020-12-10T23:23:51.744Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-10T23:23:51.744Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-10T23:23:51.744Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-10T23:23:51.744Z] Bash-20201130-cc6d3fe [2020-12-10T23:23:51.744Z] [2020-12-10T23:23:51.744Z] [2020-12-10T23:23:51.744Z] ==> Jenkins CI detected. [2020-12-10T23:23:51.744Z] project root: . [2020-12-10T23:23:51.744Z] --> token set from env [2020-12-10T23:23:51.744Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-10T23:23:51.744Z] ==> Running gcov in . (disable via -X gcov) [2020-12-10T23:23:51.744Z] ==> Python coveragepy not found [2020-12-10T23:23:51.744Z] ==> Searching for coverage reports in: [2020-12-10T23:23:51.744Z] + . [2020-12-10T23:23:51.744Z] -> Found 1 reports [2020-12-10T23:23:51.744Z] ==> Detecting git/mercurial file structure [2020-12-10T23:23:51.744Z] ==> Reading reports [2020-12-10T23:23:51.744Z] + ./coverage.out bytes=569562 [2020-12-10T23:23:51.744Z] ==> Appending adjustments [2020-12-10T23:23:51.744Z] https://docs.codecov.io/docs/fixing-reports [2020-12-10T23:23:55.057Z] + Found adjustments [2020-12-10T23:23:55.057Z] ==> Gzipping contents [2020-12-10T23:23:55.057Z] 88K /tmp/codecov.1Q01AZ.gz [2020-12-10T23:23:55.057Z] ==> Uploading reports [2020-12-10T23:23:55.057Z] url: https://codecov.io [2020-12-10T23:23:55.057Z] query: branch=master&commit=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72&build=251&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F251%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-10T23:23:55.057Z] -> Pinging Codecov [2020-12-10T23:23:55.057Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=f9701ca4d4e57208c1a31bf7b99f537ed3b28d72&build=251&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F251%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-10T23:23:55.630Z] -> Uploading to [2020-12-10T23:23:55.630Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-10/00271124DB129430A58F1EEE437C3FCB/f9701ca4d4e57208c1a31bf7b99f537ed3b28d72/1fbc6ee2-bdb2-43db-bdb2-dd50e0cb2a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T232355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a47e607edc9915b1f78c1bfdf13415a7c78c9d51400dd596b79c5ebe31e7a8e1 [2020-12-10T23:23:55.630Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:23:55.630Z] Dload Upload Total Spent Left Speed [2020-12-10T23:23:56.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88131 0 0 100 88131 0 161k --:--:-- --:--:-- --:--:-- 161k 100 88131 0 0 100 88131 0 161k --:--:-- --:--:-- --:--:-- 161k [2020-12-10T23:23:56.212Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 [Pipeline] } [2020-12-10T23:23:56.221Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-10T23:23:56.731Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-10T23:23:56.780Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:57.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:23:57.144Z] [2020-12-10T23:23:57.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:23:57.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:23:57.511Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-10T23:23:57.511Z] 188c0c94c7c5: Already exists [2020-12-10T23:23:57.511Z] 0ef7d3d256c8: Already exists [2020-12-10T23:23:57.511Z] de9db76c5a1d: Already exists [2020-12-10T23:23:57.511Z] 0eba1c9be4d2: Pulling fs layer [2020-12-10T23:23:57.511Z] 0d57e429df01: Pulling fs layer [2020-12-10T23:23:57.511Z] 4e4be7b47b0d: Pulling fs layer [2020-12-10T23:23:57.511Z] e1f770b5df2f: Pulling fs layer [2020-12-10T23:23:57.511Z] 85a0685a4137: Pulling fs layer [2020-12-10T23:23:57.511Z] e1f770b5df2f: Waiting [2020-12-10T23:23:57.511Z] 85a0685a4137: Waiting [2020-12-10T23:23:57.511Z] 4e4be7b47b0d: Verifying Checksum [2020-12-10T23:23:57.511Z] 4e4be7b47b0d: Download complete [2020-12-10T23:23:57.511Z] 0d57e429df01: Verifying Checksum [2020-12-10T23:23:57.511Z] 0d57e429df01: Download complete [2020-12-10T23:24:00.065Z] e1f770b5df2f: Verifying Checksum [2020-12-10T23:24:00.065Z] e1f770b5df2f: Download complete [2020-12-10T23:24:02.642Z] 0eba1c9be4d2: Verifying Checksum [2020-12-10T23:24:02.642Z] 0eba1c9be4d2: Download complete [2020-12-10T23:24:02.642Z] 85a0685a4137: Verifying Checksum [2020-12-10T23:24:02.642Z] 85a0685a4137: Download complete [2020-12-10T23:24:09.251Z] 0eba1c9be4d2: Pull complete [2020-12-10T23:24:09.251Z] 0d57e429df01: Pull complete [2020-12-10T23:24:09.517Z] 4e4be7b47b0d: Pull complete [2020-12-10T23:24:14.957Z] e1f770b5df2f: Pull complete [2020-12-10T23:24:23.124Z] 85a0685a4137: Pull complete [2020-12-10T23:24:23.124Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-10T23:24:23.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:24:23.124Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-10T23:24:23.313Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:24:23.372Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:24:24.374Z] $ docker top 85e2b2ce70aff461c3a040b01e01f8a1128b760c4ef6d391140380619b01788e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-10T23:24:24.606Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-10T23:24:24.896Z] + set -o pipefail [2020-12-10T23:24:24.897Z] + snyk monitor '--org=edgex-jenkins' [2020-12-10T23:24:43.205Z] [2020-12-10T23:24:43.205Z] Monitoring /w/workspace/edgex-go/251 (github.com/edgexfoundry/edgex-go)... [2020-12-10T23:24:43.205Z] [2020-12-10T23:24:43.205Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3c117c50-e3db-4caa-b3d7-9a3ee2a330c4 [2020-12-10T23:24:43.205Z] [2020-12-10T23:24:43.205Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-10T23:24:43.205Z] [2020-12-10T23:24:43.778Z] [2020-12-10T23:24:43.778Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-10T23:24:43.778Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-10T23:24:43.791Z] $ docker stop --time=1 85e2b2ce70aff461c3a040b01e01f8a1128b760c4ef6d391140380619b01788e [2020-12-10T23:24:46.772Z] $ docker rm -f 85e2b2ce70aff461c3a040b01e01f8a1128b760c4ef6d391140380619b01788e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-10T23:24:47.742Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-10T23:24:47.744Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:24:48.034Z] + set -o pipefail [2020-12-10T23:24:48.034Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:24:48.034Z] + tee .snyk [2020-12-10T23:24:48.296Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:24:48.296Z] version: v1.14.1 [2020-12-10T23:24:48.296Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:24:48.296Z] ignore: [2020-12-10T23:24:48.296Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:24:48.296Z] - '*': [2020-12-10T23:24:48.296Z] reason: does not apply # justification for ignoring [2020-12-10T23:24:48.296Z] 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-10T23:24:48.296Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:24:48.296Z] - '*': [2020-12-10T23:24:48.296Z] reason: false positive [2020-12-10T23:24:48.296Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:24:48.296Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:24:48.296Z] - '*': [2020-12-10T23:24:48.296Z] reason: does not apply [2020-12-10T23:24:48.296Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:24:48.296Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:24:48.373Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:24:48.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:24:48.762Z] . [Pipeline] withDockerContainer [2020-12-10T23:24:48.863Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:24:48.912Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:24:49.696Z] $ docker top 38ebc72a3b49b6eede8f06827f8073788bb67b1f0d53fdee084f86a448f86b5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:24:50.194Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:24:50.205Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:24:50.498Z] + set -o pipefail [2020-12-10T23:24:50.498Z] + snyk-to-html -o snykReport.html [2020-12-10T23:24:50.498Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:02.758Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:25:02.772Z] $ docker stop --time=1 38ebc72a3b49b6eede8f06827f8073788bb67b1f0d53fdee084f86a448f86b5a [2020-12-10T23:25:04.284Z] $ docker rm -f 38ebc72a3b49b6eede8f06827f8073788bb67b1f0d53fdee084f86a448f86b5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:25:04.549Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-10T23:25:04.551Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:25:04.841Z] + set -o pipefail [2020-12-10T23:25:04.841Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:25:04.841Z] + tee .snyk [2020-12-10T23:25:04.841Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:25:04.841Z] version: v1.14.1 [2020-12-10T23:25:04.841Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:25:04.841Z] ignore: [2020-12-10T23:25:04.841Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:25:04.841Z] - '*': [2020-12-10T23:25:04.841Z] reason: does not apply # justification for ignoring [2020-12-10T23:25:04.841Z] 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-10T23:25:04.841Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:25:04.841Z] - '*': [2020-12-10T23:25:04.841Z] reason: false positive [2020-12-10T23:25:04.841Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:04.841Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:25:04.841Z] - '*': [2020-12-10T23:25:04.841Z] reason: does not apply [2020-12-10T23:25:04.841Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:04.841Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:25:04.932Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:25:05.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:25:05.311Z] . [Pipeline] withDockerContainer [2020-12-10T23:25:05.421Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:25:05.471Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:25:06.253Z] $ docker top 9ae7c9e6503924d601a81c23a75633d1fb28c186bab1bf11d14aba0bf4f86a94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:25:06.779Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:25:06.789Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:25:07.076Z] + set -o pipefail [2020-12-10T23:25:07.076Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:07.076Z] + snyk-to-html -o snykReport.html [2020-12-10T23:25:12.405Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:25:12.419Z] $ docker stop --time=1 9ae7c9e6503924d601a81c23a75633d1fb28c186bab1bf11d14aba0bf4f86a94 [2020-12-10T23:25:13.836Z] $ docker rm -f 9ae7c9e6503924d601a81c23a75633d1fb28c186bab1bf11d14aba0bf4f86a94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:25:14.115Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-10T23:25:14.117Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:25:14.409Z] + set -o pipefail [2020-12-10T23:25:14.409Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:25:14.409Z] + tee .snyk [2020-12-10T23:25:14.409Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:25:14.409Z] version: v1.14.1 [2020-12-10T23:25:14.409Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:25:14.409Z] ignore: [2020-12-10T23:25:14.409Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:25:14.409Z] - '*': [2020-12-10T23:25:14.409Z] reason: does not apply # justification for ignoring [2020-12-10T23:25:14.409Z] 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-10T23:25:14.409Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:25:14.409Z] - '*': [2020-12-10T23:25:14.409Z] reason: false positive [2020-12-10T23:25:14.409Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:14.409Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:25:14.409Z] - '*': [2020-12-10T23:25:14.409Z] reason: does not apply [2020-12-10T23:25:14.410Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:14.410Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:25:14.507Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:25:14.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:25:14.847Z] . [Pipeline] withDockerContainer [2020-12-10T23:25:14.946Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:25:14.993Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:25:15.614Z] $ docker top 0547d7708a95b4b57a9c207bc30ae5fff2f1580f283c569db4267d40f0804539 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:25:16.131Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:25:16.145Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:25:16.451Z] + set -o pipefail [2020-12-10T23:25:16.451Z] + snyk-to-html -o snykReport.html [2020-12-10T23:25:16.451Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:28.703Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:25:28.715Z] $ docker stop --time=1 0547d7708a95b4b57a9c207bc30ae5fff2f1580f283c569db4267d40f0804539 [2020-12-10T23:25:30.172Z] $ docker rm -f 0547d7708a95b4b57a9c207bc30ae5fff2f1580f283c569db4267d40f0804539 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:25:30.488Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-10T23:25:30.490Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:25:30.783Z] + set -o pipefail [2020-12-10T23:25:30.783Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:25:30.783Z] + tee .snyk [2020-12-10T23:25:30.783Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:25:30.783Z] version: v1.14.1 [2020-12-10T23:25:30.783Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:25:30.783Z] ignore: [2020-12-10T23:25:30.783Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:25:30.783Z] - '*': [2020-12-10T23:25:30.784Z] reason: does not apply # justification for ignoring [2020-12-10T23:25:30.784Z] 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-10T23:25:30.784Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:25:30.784Z] - '*': [2020-12-10T23:25:30.784Z] reason: false positive [2020-12-10T23:25:30.784Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:30.784Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:25:30.784Z] - '*': [2020-12-10T23:25:30.784Z] reason: does not apply [2020-12-10T23:25:30.784Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:30.784Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:25:30.883Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:25:31.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:25:31.260Z] . [Pipeline] withDockerContainer [2020-12-10T23:25:31.364Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:25:31.412Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:25:32.194Z] $ docker top ba543b9749abe55390017cf487353fbd102715b606f699b5b3a1e60691990f33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:25:32.749Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:25:32.761Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:25:33.053Z] + set -o pipefail [2020-12-10T23:25:33.053Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:33.053Z] + snyk-to-html -o snykReport.html [2020-12-10T23:25:41.219Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:25:41.231Z] $ docker stop --time=1 ba543b9749abe55390017cf487353fbd102715b606f699b5b3a1e60691990f33 [2020-12-10T23:25:42.653Z] $ docker rm -f ba543b9749abe55390017cf487353fbd102715b606f699b5b3a1e60691990f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:25:43.096Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-10T23:25:43.101Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:25:43.400Z] + set -o pipefail [2020-12-10T23:25:43.400Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:25:43.400Z] + tee .snyk [2020-12-10T23:25:43.400Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:25:43.401Z] version: v1.14.1 [2020-12-10T23:25:43.401Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:25:43.401Z] ignore: [2020-12-10T23:25:43.401Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:25:43.401Z] - '*': [2020-12-10T23:25:43.401Z] reason: does not apply # justification for ignoring [2020-12-10T23:25:43.401Z] 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-10T23:25:43.401Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:25:43.401Z] - '*': [2020-12-10T23:25:43.401Z] reason: false positive [2020-12-10T23:25:43.401Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:43.401Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:25:43.401Z] - '*': [2020-12-10T23:25:43.401Z] reason: does not apply [2020-12-10T23:25:43.401Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:43.401Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:25:43.499Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:25:43.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:25:43.847Z] . [Pipeline] withDockerContainer [2020-12-10T23:25:43.949Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:25:43.996Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:25:44.713Z] $ docker top f984c82e98de2cf3176315ed48cb65d2703d7665291d1e27eb5b04193c28a94e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:25:45.237Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:25:45.249Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:25:45.635Z] + set -o pipefail [2020-12-10T23:25:45.635Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:45.635Z] + snyk-to-html -o snykReport.html [2020-12-10T23:25:52.243Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:25:52.255Z] $ docker stop --time=1 f984c82e98de2cf3176315ed48cb65d2703d7665291d1e27eb5b04193c28a94e [2020-12-10T23:25:53.621Z] $ docker rm -f f984c82e98de2cf3176315ed48cb65d2703d7665291d1e27eb5b04193c28a94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:25:53.971Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-10T23:25:53.974Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:25:54.265Z] + set -o pipefail [2020-12-10T23:25:54.265Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:25:54.265Z] + tee .snyk [2020-12-10T23:25:54.265Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:25:54.265Z] version: v1.14.1 [2020-12-10T23:25:54.265Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:25:54.265Z] ignore: [2020-12-10T23:25:54.265Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:25:54.265Z] - '*': [2020-12-10T23:25:54.265Z] reason: does not apply # justification for ignoring [2020-12-10T23:25:54.265Z] 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-10T23:25:54.265Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:25:54.265Z] - '*': [2020-12-10T23:25:54.265Z] reason: false positive [2020-12-10T23:25:54.265Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:54.265Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:25:54.265Z] - '*': [2020-12-10T23:25:54.265Z] reason: does not apply [2020-12-10T23:25:54.265Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:25:54.265Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:25:54.355Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:25:54.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:25:54.697Z] . [Pipeline] withDockerContainer [2020-12-10T23:25:54.798Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:25:54.923Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:25:55.609Z] $ docker top 28dc6ec6ac5c45be4562e67a178fea7a40d3e4668bd6d950561a35f994e90ca9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:25:56.123Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:25:56.134Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:25:56.425Z] + set -o pipefail [2020-12-10T23:25:56.425Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:25:56.425Z] + snyk-to-html -o snykReport.html [2020-12-10T23:26:03.035Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:26:03.047Z] $ docker stop --time=1 28dc6ec6ac5c45be4562e67a178fea7a40d3e4668bd6d950561a35f994e90ca9 [2020-12-10T23:26:04.496Z] $ docker rm -f 28dc6ec6ac5c45be4562e67a178fea7a40d3e4668bd6d950561a35f994e90ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:26:04.794Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-10T23:26:04.797Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:26:05.088Z] + set -o pipefail [2020-12-10T23:26:05.088Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:26:05.088Z] + tee .snyk [2020-12-10T23:26:05.088Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:26:05.088Z] version: v1.14.1 [2020-12-10T23:26:05.088Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:26:05.088Z] ignore: [2020-12-10T23:26:05.088Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:26:05.088Z] - '*': [2020-12-10T23:26:05.088Z] reason: does not apply # justification for ignoring [2020-12-10T23:26:05.088Z] 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-10T23:26:05.088Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:26:05.088Z] - '*': [2020-12-10T23:26:05.088Z] reason: false positive [2020-12-10T23:26:05.088Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:05.088Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:26:05.088Z] - '*': [2020-12-10T23:26:05.088Z] reason: does not apply [2020-12-10T23:26:05.088Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:05.088Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:26:05.190Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:26:05.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:26:05.532Z] . [Pipeline] withDockerContainer [2020-12-10T23:26:05.633Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:26:05.678Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:26:06.413Z] $ docker top 107ee4fa9d3f0c88d33bdef6b15265f8503a55e716876a307698548e68c1be99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:26:06.945Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:26:06.957Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:26:07.248Z] + set -o pipefail [2020-12-10T23:26:07.248Z] + snyk-to-html+ -osnyk snykReport.html test [2020-12-10T23:26:07.248Z] '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:26:13.853Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:26:13.865Z] $ docker stop --time=1 107ee4fa9d3f0c88d33bdef6b15265f8503a55e716876a307698548e68c1be99 [2020-12-10T23:26:15.240Z] $ docker rm -f 107ee4fa9d3f0c88d33bdef6b15265f8503a55e716876a307698548e68c1be99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:26:15.553Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-10T23:26:15.556Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:26:15.846Z] + set -o pipefail [2020-12-10T23:26:15.846Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:26:15.846Z] + tee .snyk [2020-12-10T23:26:15.846Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:26:15.846Z] version: v1.14.1 [2020-12-10T23:26:15.846Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:26:15.846Z] ignore: [2020-12-10T23:26:15.846Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:26:15.846Z] - '*': [2020-12-10T23:26:15.846Z] reason: does not apply # justification for ignoring [2020-12-10T23:26:15.846Z] 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-10T23:26:15.846Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:26:15.846Z] - '*': [2020-12-10T23:26:15.846Z] reason: false positive [2020-12-10T23:26:15.846Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:15.846Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:26:15.846Z] - '*': [2020-12-10T23:26:15.846Z] reason: does not apply [2020-12-10T23:26:15.846Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:15.846Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:26:15.908Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:26:16.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:26:16.262Z] . [Pipeline] withDockerContainer [2020-12-10T23:26:16.362Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:26:16.408Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:26:17.129Z] $ docker top 8aa44aaa97d9675dd98237165e67a6aa25c1c7580f99f9d3d26f9b1f48ddb6ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:26:17.633Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:26:17.644Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:26:17.933Z] + set -o pipefail [2020-12-10T23:26:17.933Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72+ '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'snyk-to-html --json [2020-12-10T23:26:17.933Z] -o snykReport.html [2020-12-10T23:26:27.956Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:26:27.968Z] $ docker stop --time=1 8aa44aaa97d9675dd98237165e67a6aa25c1c7580f99f9d3d26f9b1f48ddb6ae [2020-12-10T23:26:29.366Z] $ docker rm -f 8aa44aaa97d9675dd98237165e67a6aa25c1c7580f99f9d3d26f9b1f48ddb6ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:26:29.654Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-10T23:26:29.656Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:26:29.945Z] + set -o pipefail [2020-12-10T23:26:29.945Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:26:29.945Z] + tee .snyk [2020-12-10T23:26:29.945Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:26:29.945Z] version: v1.14.1 [2020-12-10T23:26:29.945Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:26:29.945Z] ignore: [2020-12-10T23:26:29.945Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:26:29.945Z] - '*': [2020-12-10T23:26:29.945Z] reason: does not apply # justification for ignoring [2020-12-10T23:26:29.945Z] 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-10T23:26:29.945Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:26:29.945Z] - '*': [2020-12-10T23:26:29.945Z] reason: false positive [2020-12-10T23:26:29.945Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:29.945Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:26:29.945Z] - '*': [2020-12-10T23:26:29.945Z] reason: does not apply [2020-12-10T23:26:29.945Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:29.945Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:26:30.036Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:26:30.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:26:30.418Z] . [Pipeline] withDockerContainer [2020-12-10T23:26:30.520Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:26:30.565Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:26:31.541Z] $ docker top b8a2356cfaa56220924e191b1164475611eeda26b96edbe8c611e3d7caa44624 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:26:32.774Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:26:32.796Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:26:33.176Z] + set -o pipefail [2020-12-10T23:26:33.176Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'+ --json [2020-12-10T23:26:33.176Z] snyk-to-html -o snykReport.html [2020-12-10T23:26:41.338Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:26:41.350Z] $ docker stop --time=1 b8a2356cfaa56220924e191b1164475611eeda26b96edbe8c611e3d7caa44624 [2020-12-10T23:26:42.711Z] $ docker rm -f b8a2356cfaa56220924e191b1164475611eeda26b96edbe8c611e3d7caa44624 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T23:26:43.067Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-10T23:26:43.070Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-10T23:26:43.360Z] + set -o pipefail [2020-12-10T23:26:43.360Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-10T23:26:43.360Z] + tee .snyk [2020-12-10T23:26:43.360Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-10T23:26:43.360Z] version: v1.14.1 [2020-12-10T23:26:43.360Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-10T23:26:43.360Z] ignore: [2020-12-10T23:26:43.360Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-10T23:26:43.360Z] - '*': [2020-12-10T23:26:43.360Z] reason: does not apply # justification for ignoring [2020-12-10T23:26:43.360Z] 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-10T23:26:43.360Z] SNYK-ALPINE312-JQ-588886: [2020-12-10T23:26:43.360Z] - '*': [2020-12-10T23:26:43.360Z] reason: false positive [2020-12-10T23:26:43.360Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:43.360Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-10T23:26:43.360Z] - '*': [2020-12-10T23:26:43.360Z] reason: does not apply [2020-12-10T23:26:43.360Z] expires: 2021-01-01T00:00:00 [2020-12-10T23:26:43.360Z] # patch: {} [Pipeline] withCredentials [2020-12-10T23:26:43.489Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:26:43.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-10T23:26:43.870Z] . [Pipeline] withDockerContainer [2020-12-10T23:26:43.968Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:26:44.012Z] $ 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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:26:44.590Z] $ docker top 64e0d083761e042ddda2447d169ad26fc6703e9cd6093da18ea3df7386888ed5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:26:45.060Z] + rm -f snykReport.html [Pipeline] echo [2020-12-10T23:26:45.071Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-10T23:26:45.358Z] + set -o pipefail [2020-12-10T23:26:45.359Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-10T23:26:45.359Z] + snyk-to-html -o snykReport.html [2020-12-10T23:26:52.000Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-10T23:26:52.014Z] $ docker stop --time=1 64e0d083761e042ddda2447d169ad26fc6703e9cd6093da18ea3df7386888ed5 [2020-12-10T23:26:53.562Z] $ docker rm -f 64e0d083761e042ddda2447d169ad26fc6703e9cd6093da18ea3df7386888ed5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-10T23:26:54.302Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T23:26:54.356Z] provisioning config files... [2020-12-10T23:26:54.368Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/251@tmp/config8357468283740429805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:26:54.748Z] --> edgex-publish-swagger.sh [2020-12-10T23:26:54.748Z] === Publish openapi/v1 API === [2020-12-10T23:26:54.748Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-10T23:26:54.748Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-10T23:26:54.748Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:26:54.748Z] Dload Upload Total Spent Left Speed [2020-12-10T23:26:56.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8691 0:00:01 0:00:01 --:--:-- 8695 100 10521 0 0 100 10521 0 8689 0:00:01 0:00:01 --:--:-- 8695 [2020-12-10T23:26:56.138Z] [2020-12-10T23:26:56.138Z] [2020-12-10T23:26:56.138Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-10T23:26:56.138Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:26:56.138Z] Dload Upload Total Spent Left Speed [2020-12-10T23:26:57.082Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26956 0:00:01 0:00:01 --:--:-- 26950 100 32556 0 0 100 32556 0 24986 0:00:01 0:00:01 --:--:-- 24985 [2020-12-10T23:26:57.082Z] [2020-12-10T23:26:57.082Z] [2020-12-10T23:26:57.082Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-10T23:26:57.082Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:26:57.082Z] Dload Upload Total Spent Left Speed [2020-12-10T23:26:58.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66601 0:00:01 0:00:01 --:--:-- 66654 100 73720 0 0 100 73720 0 66591 0:00:01 0:00:01 --:--:-- 66654 [2020-12-10T23:26:58.473Z] [2020-12-10T23:26:58.473Z] [2020-12-10T23:26:58.473Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-10T23:26:58.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:26:58.473Z] Dload Upload Total Spent Left Speed [2020-12-10T23:26:59.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11660 0:00:01 0:00:01 --:--:-- 11666 100 13580 0 0 100 13580 0 11658 0:00:01 0:00:01 --:--:-- 11666 [2020-12-10T23:26:59.420Z] [2020-12-10T23:26:59.420Z] [2020-12-10T23:26:59.420Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-10T23:26:59.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:26:59.420Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:00.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32447 0:00:01 0:00:01 --:--:-- 32461 100 38889 0 0 100 38889 0 32443 0:00:01 0:00:01 --:--:-- 32461 [2020-12-10T23:27:00.811Z] [2020-12-10T23:27:00.811Z] [2020-12-10T23:27:00.811Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-10T23:27:00.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:00.811Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:01.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12139 0:00:01 0:00:01 --:--:-- 12146 100 14248 0 0 100 14248 0 12137 0:00:01 0:00:01 --:--:-- 12146 [2020-12-10T23:27:01.756Z] [2020-12-10T23:27:01.756Z] [2020-12-10T23:27:01.756Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-10T23:27:02.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:02.018Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:02.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3615 0:00:01 0:00:01 --:--:-- 3617 100 4109 0 0 100 4109 0 3614 0:00:01 0:00:01 --:--:-- 3613 [2020-12-10T23:27:02.966Z] [2020-12-10T23:27:02.966Z] [2020-12-10T23:27:02.966Z] === Publish openapi/v2 API === [2020-12-10T23:27:02.966Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-10T23:27:02.966Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-10T23:27:02.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:02.966Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:04.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26872 0:00:01 0:00:01 --:--:-- 26898 100 29535 0 0 100 29535 0 26866 0:00:01 0:00:01 --:--:-- 26874 [2020-12-10T23:27:04.414Z] [2020-12-10T23:27:04.414Z] [2020-12-10T23:27:04.414Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-10T23:27:04.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:04.414Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:05.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 58715 0:00:01 0:00:01 --:--:-- 58745 100 65795 0 0 100 65795 0 58705 0:00:01 0:00:01 --:--:-- 58745 [2020-12-10T23:27:05.365Z] [2020-12-10T23:27:05.365Z] [2020-12-10T23:27:05.365Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-10T23:27:05.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:05.365Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:06.754Z] 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 99k 0:00:01 0:00:01 --:--:-- 99k [2020-12-10T23:27:06.754Z] [2020-12-10T23:27:06.754Z] [2020-12-10T23:27:06.754Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-10T23:27:06.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:06.754Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:07.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20424 0:00:01 0:00:01 --:--:-- 20440 100 23691 0 0 100 23691 0 20421 0:00:01 0:00:01 --:--:-- 20440 [2020-12-10T23:27:07.699Z] [2020-12-10T23:27:07.699Z] [2020-12-10T23:27:07.699Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-10T23:27:07.699Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:07.699Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:09.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 51758 0:00:01 0:00:01 --:--:-- 51767 100 62691 0 0 100 62691 0 51751 0:00:01 0:00:01 --:--:-- 51767 [2020-12-10T23:27:09.088Z] [2020-12-10T23:27:09.088Z] [2020-12-10T23:27:09.088Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-10T23:27:09.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:09.088Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:10.033Z] 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 42334 0:00:01 0:00:01 --:--:-- 42305 100 46198 0 0 100 46198 0 42327 0:00:01 0:00:01 --:--:-- 42305 [2020-12-10T23:27:10.033Z] [2020-12-10T23:27:10.033Z] [2020-12-10T23:27:10.033Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-10T23:27:10.033Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T23:27:10.033Z] Dload Upload Total Spent Left Speed [2020-12-10T23:27:10.979Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21977 0:00:01 0:00:01 --:--:-- 21987 100 23725 0 0 100 23725 0 21974 0:00:01 0:00:01 --:--:-- 21987 [2020-12-10T23:27:10.979Z] [2020-12-10T23:27:10.979Z] [Pipeline] } [2020-12-10T23:27:10.989Z] 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-10T23:27:11.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:27:11.870Z] . [Pipeline] withDockerContainer [2020-12-10T23:27:11.970Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:27:12.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:27:12.814Z] $ docker top 6aaa4262f500b03f74a6864d32760ff4f9ab55dc24d40660eb115cb17195f222 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T23:27:13.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T23:27:13.182Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T23:27:13.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T23:27:13.417Z] $ docker exec 6aaa4262f500b03f74a6864d32760ff4f9ab55dc24d40660eb115cb17195f222 ssh-agent [2020-12-10T23:27:13.600Z] SSH_AUTH_SOCK=/tmp/ssh-eXUwD6zReCP6/agent.12 [2020-12-10T23:27:13.600Z] SSH_AGENT_PID=18 [2020-12-10T23:27:13.610Z] Running ssh-add (command line suppressed) [2020-12-10T23:27:13.736Z] Identity added: /w/workspace/edgex-go/251@tmp/private_key_5721289900884997967.key (/w/workspace/edgex-go/251@tmp/private_key_5721289900884997967.key) [2020-12-10T23:27:13.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T23:27:14.133Z] + git semver tag [2020-12-10T23:27:14.395Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T23:27:14.395Z] # $GIT_DIR = /w/workspace/edgex-go/251/.git [2020-12-10T23:27:14.395Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/251 [2020-12-10T23:27:14.395Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T23:27:14.395Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T23:27:14.395Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T23:27:14.395Z] # $SEMVER_BRANCH = master [2020-12-10T23:27:14.395Z] # $SEMVER_DIR = /w/workspace/edgex-go/251/.semver [2020-12-10T23:27:14.395Z] # f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 HEAD [2020-12-10T23:27:14.970Z] # -> Force: false [2020-12-10T23:27:14.970Z] # 06bfba0e71e8b5dd19eddc2859d5e94516fb9d61 refs/tags/v2.0.0-dev.8 [Pipeline] } [2020-12-10T23:27:14.980Z] $ docker exec --env ******** --env ******** 6aaa4262f500b03f74a6864d32760ff4f9ab55dc24d40660eb115cb17195f222 ssh-agent -k [2020-12-10T23:27:15.126Z] unset SSH_AUTH_SOCK; [2020-12-10T23:27:15.126Z] unset SSH_AGENT_PID; [2020-12-10T23:27:15.126Z] echo Agent pid 18 killed; [2020-12-10T23:27:15.188Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T23:27:15.683Z] + git semver [Pipeline] } [2020-12-10T23:27:15.703Z] $ docker stop --time=1 6aaa4262f500b03f74a6864d32760ff4f9ab55dc24d40660eb115cb17195f222 [2020-12-10T23:27:17.073Z] $ docker rm -f 6aaa4262f500b03f74a6864d32760ff4f9ab55dc24d40660eb115cb17195f222 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:27:17.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T23:27:17.766Z] [2020-12-10T23:27:17.766Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:27:18.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T23:27:18.123Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-10T23:27:18.123Z] ab5ef0e58194: Pulling fs layer [2020-12-10T23:27:18.123Z] 9712f1f96733: Pulling fs layer [2020-12-10T23:27:18.123Z] 63f879dbbcfc: Pulling fs layer [2020-12-10T23:27:18.123Z] 0d9ebad4ef96: Pulling fs layer [2020-12-10T23:27:18.123Z] e9a5061849ea: Pulling fs layer [2020-12-10T23:27:18.123Z] d747dcd14b5f: Pulling fs layer [2020-12-10T23:27:18.123Z] 2de7ff778b66: Pulling fs layer [2020-12-10T23:27:18.123Z] 0d9ebad4ef96: Waiting [2020-12-10T23:27:18.123Z] d747dcd14b5f: Waiting [2020-12-10T23:27:18.123Z] 2de7ff778b66: Waiting [2020-12-10T23:27:18.123Z] e9a5061849ea: Waiting [2020-12-10T23:27:18.123Z] 9712f1f96733: Verifying Checksum [2020-12-10T23:27:18.123Z] 9712f1f96733: Download complete [2020-12-10T23:27:20.046Z] 63f879dbbcfc: Verifying Checksum [2020-12-10T23:27:20.046Z] 63f879dbbcfc: Download complete [2020-12-10T23:27:20.046Z] e9a5061849ea: Verifying Checksum [2020-12-10T23:27:20.046Z] e9a5061849ea: Download complete [2020-12-10T23:27:20.312Z] d747dcd14b5f: Verifying Checksum [2020-12-10T23:27:20.312Z] d747dcd14b5f: Download complete [2020-12-10T23:27:20.574Z] 2de7ff778b66: Verifying Checksum [2020-12-10T23:27:20.574Z] 2de7ff778b66: Download complete [2020-12-10T23:27:20.836Z] 0d9ebad4ef96: Verifying Checksum [2020-12-10T23:27:20.836Z] 0d9ebad4ef96: Download complete [2020-12-10T23:27:21.100Z] ab5ef0e58194: Verifying Checksum [2020-12-10T23:27:21.100Z] ab5ef0e58194: Download complete [2020-12-10T23:27:26.418Z] ab5ef0e58194: Pull complete [2020-12-10T23:27:26.418Z] 9712f1f96733: Pull complete [2020-12-10T23:27:28.978Z] 63f879dbbcfc: Pull complete [2020-12-10T23:27:37.182Z] 0d9ebad4ef96: Pull complete [2020-12-10T23:27:38.573Z] e9a5061849ea: Pull complete [2020-12-10T23:27:38.842Z] d747dcd14b5f: Pull complete [2020-12-10T23:27:42.170Z] 2de7ff778b66: Pull complete [2020-12-10T23:27:42.170Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-10T23:27:42.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-10T23:27:42.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-10T23:27:42.371Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:27:42.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:27:45.175Z] $ docker top 6a440f133b46fee7327e457fc4d9eb44b97de292a76cde3b6fb5d882d88ff96d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-10T23:27:45.475Z] provisioning config files... [2020-12-10T23:27:45.485Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/251@tmp/config3027817704212261119tmp [2020-12-10T23:27:45.541Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/251@tmp/config7330358641948575361tmp [2020-12-10T23:27:45.585Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/251@tmp/config1789709388615551021tmp [Pipeline] { [Pipeline] echo [2020-12-10T23:27:45.654Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:27:45.977Z] ---> sigul-configuration.sh [2020-12-10T23:27:45.977Z] gpg: directory `/root/.gnupg' created [2020-12-10T23:27:45.977Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-10T23:27:45.977Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-10T23:27:45.977Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-10T23:27:45.977Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-10T23:27:45.977Z] gpg: CAST5 encrypted data [2020-12-10T23:27:46.241Z] gpg: encrypted with 1 passphrase [2020-12-10T23:27:46.241Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-10T23:27:46.539Z] + mkdir /home/jenkins [2020-12-10T23:27:46.539Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-10T23:27:46.837Z] + 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-10T23:27:46.849Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:27:47.145Z] ---> sigul-install.sh [2020-12-10T23:27:52.448Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-10T23:27:52.744Z] + git tag --list [2020-12-10T23:27:52.744Z] 0.6.0 [2020-12-10T23:27:52.744Z] 0.6.1 [2020-12-10T23:27:52.744Z] 0.7.0 [2020-12-10T23:27:52.744Z] 0.7.1 [2020-12-10T23:27:52.744Z] v1.0.0 [2020-12-10T23:27:52.744Z] v1.0.1 [2020-12-10T23:27:52.744Z] v1.1.0 [2020-12-10T23:27:52.744Z] v1.2.0 [2020-12-10T23:27:52.744Z] v1.2.1 [2020-12-10T23:27:52.744Z] v1.2.2-dev.1 [2020-12-10T23:27:52.744Z] v1.2.2-dev.10 [2020-12-10T23:27:52.744Z] v1.2.2-dev.100 [2020-12-10T23:27:52.745Z] v1.2.2-dev.101 [2020-12-10T23:27:52.745Z] v1.2.2-dev.102 [2020-12-10T23:27:52.745Z] v1.2.2-dev.103 [2020-12-10T23:27:52.745Z] v1.2.2-dev.104 [2020-12-10T23:27:52.745Z] v1.2.2-dev.105 [2020-12-10T23:27:52.745Z] v1.2.2-dev.106 [2020-12-10T23:27:52.745Z] v1.2.2-dev.107 [2020-12-10T23:27:52.745Z] v1.2.2-dev.11 [2020-12-10T23:27:52.745Z] v1.2.2-dev.12 [2020-12-10T23:27:52.745Z] v1.2.2-dev.13 [2020-12-10T23:27:52.745Z] v1.2.2-dev.14 [2020-12-10T23:27:52.745Z] v1.2.2-dev.15 [2020-12-10T23:27:52.745Z] v1.2.2-dev.16 [2020-12-10T23:27:52.745Z] v1.2.2-dev.17 [2020-12-10T23:27:52.745Z] v1.2.2-dev.18 [2020-12-10T23:27:52.745Z] v1.2.2-dev.19 [2020-12-10T23:27:52.745Z] v1.2.2-dev.2 [2020-12-10T23:27:52.745Z] v1.2.2-dev.20 [2020-12-10T23:27:52.745Z] v1.2.2-dev.21 [2020-12-10T23:27:52.745Z] v1.2.2-dev.22 [2020-12-10T23:27:52.745Z] v1.2.2-dev.23 [2020-12-10T23:27:52.745Z] v1.2.2-dev.24 [2020-12-10T23:27:52.745Z] v1.2.2-dev.25 [2020-12-10T23:27:52.745Z] v1.2.2-dev.26 [2020-12-10T23:27:52.745Z] v1.2.2-dev.27 [2020-12-10T23:27:52.745Z] v1.2.2-dev.28 [2020-12-10T23:27:52.745Z] v1.2.2-dev.29 [2020-12-10T23:27:52.745Z] v1.2.2-dev.3 [2020-12-10T23:27:52.745Z] v1.2.2-dev.30 [2020-12-10T23:27:52.745Z] v1.2.2-dev.31 [2020-12-10T23:27:52.745Z] v1.2.2-dev.32 [2020-12-10T23:27:52.745Z] v1.2.2-dev.33 [2020-12-10T23:27:52.745Z] v1.2.2-dev.34 [2020-12-10T23:27:52.745Z] v1.2.2-dev.35 [2020-12-10T23:27:52.745Z] v1.2.2-dev.36 [2020-12-10T23:27:52.745Z] v1.2.2-dev.37 [2020-12-10T23:27:52.745Z] v1.2.2-dev.38 [2020-12-10T23:27:52.745Z] v1.2.2-dev.39 [2020-12-10T23:27:52.745Z] v1.2.2-dev.4 [2020-12-10T23:27:52.745Z] v1.2.2-dev.40 [2020-12-10T23:27:52.745Z] v1.2.2-dev.41 [2020-12-10T23:27:52.745Z] v1.2.2-dev.42 [2020-12-10T23:27:52.745Z] v1.2.2-dev.43 [2020-12-10T23:27:52.745Z] v1.2.2-dev.44 [2020-12-10T23:27:52.745Z] v1.2.2-dev.45 [2020-12-10T23:27:52.745Z] v1.2.2-dev.46 [2020-12-10T23:27:52.745Z] v1.2.2-dev.47 [2020-12-10T23:27:52.745Z] v1.2.2-dev.48 [2020-12-10T23:27:52.745Z] v1.2.2-dev.49 [2020-12-10T23:27:52.745Z] v1.2.2-dev.5 [2020-12-10T23:27:52.745Z] v1.2.2-dev.50 [2020-12-10T23:27:52.745Z] v1.2.2-dev.51 [2020-12-10T23:27:52.745Z] v1.2.2-dev.52 [2020-12-10T23:27:52.745Z] v1.2.2-dev.53 [2020-12-10T23:27:52.745Z] v1.2.2-dev.54 [2020-12-10T23:27:52.745Z] v1.2.2-dev.55 [2020-12-10T23:27:52.745Z] v1.2.2-dev.56 [2020-12-10T23:27:52.745Z] v1.2.2-dev.57 [2020-12-10T23:27:52.745Z] v1.2.2-dev.58 [2020-12-10T23:27:52.745Z] v1.2.2-dev.59 [2020-12-10T23:27:52.745Z] v1.2.2-dev.6 [2020-12-10T23:27:52.745Z] v1.2.2-dev.60 [2020-12-10T23:27:52.745Z] v1.2.2-dev.61 [2020-12-10T23:27:52.745Z] v1.2.2-dev.62 [2020-12-10T23:27:52.745Z] v1.2.2-dev.63 [2020-12-10T23:27:52.745Z] v1.2.2-dev.64 [2020-12-10T23:27:52.745Z] v1.2.2-dev.65 [2020-12-10T23:27:52.745Z] v1.2.2-dev.66 [2020-12-10T23:27:52.745Z] v1.2.2-dev.67 [2020-12-10T23:27:52.745Z] v1.2.2-dev.68 [2020-12-10T23:27:52.745Z] v1.2.2-dev.69 [2020-12-10T23:27:52.745Z] v1.2.2-dev.7 [2020-12-10T23:27:52.745Z] v1.2.2-dev.70 [2020-12-10T23:27:52.745Z] v1.2.2-dev.71 [2020-12-10T23:27:52.745Z] v1.2.2-dev.72 [2020-12-10T23:27:52.745Z] v1.2.2-dev.73 [2020-12-10T23:27:52.745Z] v1.2.2-dev.74 [2020-12-10T23:27:52.745Z] v1.2.2-dev.75 [2020-12-10T23:27:52.745Z] v1.2.2-dev.76 [2020-12-10T23:27:52.745Z] v1.2.2-dev.77 [2020-12-10T23:27:52.745Z] v1.2.2-dev.78 [2020-12-10T23:27:52.745Z] v1.2.2-dev.79 [2020-12-10T23:27:52.745Z] v1.2.2-dev.8 [2020-12-10T23:27:52.745Z] v1.2.2-dev.80 [2020-12-10T23:27:52.745Z] v1.2.2-dev.81 [2020-12-10T23:27:52.745Z] v1.2.2-dev.82 [2020-12-10T23:27:52.745Z] v1.2.2-dev.83 [2020-12-10T23:27:52.745Z] v1.2.2-dev.84 [2020-12-10T23:27:52.745Z] v1.2.2-dev.85 [2020-12-10T23:27:52.745Z] v1.2.2-dev.86 [2020-12-10T23:27:52.745Z] v1.2.2-dev.87 [2020-12-10T23:27:52.745Z] v1.2.2-dev.88 [2020-12-10T23:27:52.745Z] v1.2.2-dev.89 [2020-12-10T23:27:52.745Z] v1.2.2-dev.9 [2020-12-10T23:27:52.745Z] v1.2.2-dev.90 [2020-12-10T23:27:52.745Z] v1.2.2-dev.91 [2020-12-10T23:27:52.745Z] v1.2.2-dev.92 [2020-12-10T23:27:52.745Z] v1.2.2-dev.93 [2020-12-10T23:27:52.745Z] v1.2.2-dev.94 [2020-12-10T23:27:52.745Z] v1.2.2-dev.95 [2020-12-10T23:27:52.745Z] v1.2.2-dev.96 [2020-12-10T23:27:52.745Z] v1.2.2-dev.97 [2020-12-10T23:27:52.745Z] v1.2.2-dev.98 [2020-12-10T23:27:52.745Z] v1.2.2-dev.99 [2020-12-10T23:27:52.745Z] v1.3.0 [2020-12-10T23:27:52.745Z] v1.3.1-dev.1 [2020-12-10T23:27:52.745Z] v1.3.1-dev.10 [2020-12-10T23:27:52.745Z] v1.3.1-dev.11 [2020-12-10T23:27:52.745Z] v1.3.1-dev.12 [2020-12-10T23:27:52.745Z] v1.3.1-dev.13 [2020-12-10T23:27:52.745Z] v1.3.1-dev.14 [2020-12-10T23:27:52.745Z] v1.3.1-dev.15 [2020-12-10T23:27:52.745Z] v1.3.1-dev.16 [2020-12-10T23:27:52.745Z] v1.3.1-dev.17 [2020-12-10T23:27:52.745Z] v1.3.1-dev.18 [2020-12-10T23:27:52.745Z] v1.3.1-dev.2 [2020-12-10T23:27:52.745Z] v1.3.1-dev.3 [2020-12-10T23:27:52.745Z] v1.3.1-dev.4 [2020-12-10T23:27:52.745Z] v1.3.1-dev.5 [2020-12-10T23:27:52.745Z] v1.3.1-dev.6 [2020-12-10T23:27:52.745Z] v1.3.1-dev.7 [2020-12-10T23:27:52.745Z] v1.3.1-dev.8 [2020-12-10T23:27:52.745Z] v1.3.1-dev.9 [2020-12-10T23:27:52.745Z] v2.0.0-dev.1 [2020-12-10T23:27:52.745Z] v2.0.0-dev.2 [2020-12-10T23:27:52.745Z] v2.0.0-dev.3 [2020-12-10T23:27:52.745Z] v2.0.0-dev.4 [2020-12-10T23:27:52.745Z] v2.0.0-dev.5 [2020-12-10T23:27:52.745Z] v2.0.0-dev.6 [2020-12-10T23:27:52.745Z] v2.0.0-dev.7 [2020-12-10T23:27:52.745Z] v2.0.0-dev.8 [Pipeline] sh [2020-12-10T23:27:53.041Z] + lftools sign git-tag v2.0.0-dev.8 [2020-12-10T23:27:54.427Z] Signing Git tag with Sigul... [2020-12-10T23:27:54.427Z] Signing v2.0.0-dev.8 [Pipeline] echo [2020-12-10T23:27:55.825Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:27:56.122Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-10T23:27:56.132Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-10T23:27:56.255Z] $ docker stop --time=1 6a440f133b46fee7327e457fc4d9eb44b97de292a76cde3b6fb5d882d88ff96d [2020-12-10T23:27:58.344Z] $ docker rm -f 6a440f133b46fee7327e457fc4d9eb44b97de292a76cde3b6fb5d882d88ff96d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:27:59.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:27:59.374Z] . [Pipeline] withDockerContainer [2020-12-10T23:27:59.478Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:27:59.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:28:00.284Z] $ docker top 98e1de0ca008818895500e47580a5416f9bfb964e860d8ebad0f509a16e02c7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T23:28:00.702Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T23:28:00.702Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T23:28:00.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T23:28:00.929Z] $ docker exec 98e1de0ca008818895500e47580a5416f9bfb964e860d8ebad0f509a16e02c7a ssh-agent [2020-12-10T23:28:01.114Z] SSH_AUTH_SOCK=/tmp/ssh-97xwBlJ4SSPq/agent.12 [2020-12-10T23:28:01.114Z] SSH_AGENT_PID=17 [2020-12-10T23:28:01.121Z] Running ssh-add (command line suppressed) [2020-12-10T23:28:01.313Z] Identity added: /w/workspace/edgex-go/251@tmp/private_key_1883859593371078939.key (/w/workspace/edgex-go/251@tmp/private_key_1883859593371078939.key) [2020-12-10T23:28:01.372Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T23:28:01.861Z] + git semver bump pre [2020-12-10T23:28:01.861Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T23:28:01.861Z] # $GIT_DIR = /w/workspace/edgex-go/251/.git [2020-12-10T23:28:01.861Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/251 [2020-12-10T23:28:01.861Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T23:28:01.861Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T23:28:01.861Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T23:28:01.861Z] # $SEMVER_BRANCH = master [2020-12-10T23:28:01.861Z] # $SEMVER_DIR = /w/workspace/edgex-go/251/.semver [2020-12-10T23:28:02.124Z] 2.0.0-dev.9 [Pipeline] } [2020-12-10T23:28:02.138Z] $ docker exec --env ******** --env ******** 98e1de0ca008818895500e47580a5416f9bfb964e860d8ebad0f509a16e02c7a ssh-agent -k [2020-12-10T23:28:02.290Z] unset SSH_AUTH_SOCK; [2020-12-10T23:28:02.290Z] unset SSH_AGENT_PID; [2020-12-10T23:28:02.290Z] echo Agent pid 17 killed; [2020-12-10T23:28:02.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T23:28:02.842Z] + git semver [Pipeline] } [2020-12-10T23:28:02.858Z] $ docker stop --time=1 98e1de0ca008818895500e47580a5416f9bfb964e860d8ebad0f509a16e02c7a [2020-12-10T23:28:04.248Z] $ docker rm -f 98e1de0ca008818895500e47580a5416f9bfb964e860d8ebad0f509a16e02c7a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:28:04.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T23:28:04.901Z] . [Pipeline] withDockerContainer [2020-12-10T23:28:05.005Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:28:05.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:28:05.951Z] $ docker top 4dccef1084c5c252b3e3fcb34a7008b19095bdb4bbdae4401993299c37eb3b94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T23:28:06.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T23:28:06.249Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T23:28:06.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T23:28:06.439Z] $ docker exec 4dccef1084c5c252b3e3fcb34a7008b19095bdb4bbdae4401993299c37eb3b94 ssh-agent [2020-12-10T23:28:06.617Z] SSH_AUTH_SOCK=/tmp/ssh-RXdTWVNtcfUh/agent.12 [2020-12-10T23:28:06.617Z] SSH_AGENT_PID=17 [2020-12-10T23:28:06.623Z] Running ssh-add (command line suppressed) [2020-12-10T23:28:06.744Z] Identity added: /w/workspace/edgex-go/251@tmp/private_key_5952401017424612476.key (/w/workspace/edgex-go/251@tmp/private_key_5952401017424612476.key) [2020-12-10T23:28:06.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T23:28:07.147Z] + git semver push [2020-12-10T23:28:07.147Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T23:28:07.147Z] # $GIT_DIR = /w/workspace/edgex-go/251/.git [2020-12-10T23:28:07.147Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/251 [2020-12-10T23:28:07.147Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T23:28:07.147Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T23:28:07.147Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T23:28:07.147Z] # $SEMVER_BRANCH = master [2020-12-10T23:28:07.147Z] # $SEMVER_DIR = /w/workspace/edgex-go/251/.semver [Pipeline] } [2020-12-10T23:28:17.170Z] $ docker exec --env ******** --env ******** 4dccef1084c5c252b3e3fcb34a7008b19095bdb4bbdae4401993299c37eb3b94 ssh-agent -k [2020-12-10T23:28:17.298Z] unset SSH_AUTH_SOCK; [2020-12-10T23:28:17.298Z] unset SSH_AGENT_PID; [2020-12-10T23:28:17.298Z] echo Agent pid 17 killed; [2020-12-10T23:28:17.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T23:28:17.857Z] + git semver [Pipeline] } [2020-12-10T23:28:17.871Z] $ docker stop --time=1 4dccef1084c5c252b3e3fcb34a7008b19095bdb4bbdae4401993299c37eb3b94 [2020-12-10T23:28:19.227Z] $ docker rm -f 4dccef1084c5c252b3e3fcb34a7008b19095bdb4bbdae4401993299c37eb3b94 [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-10T23:28:20.564Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:21.445Z] ---> package-listing.sh [2020-12-10T23:28:21.445Z] ++ facter osfamily [2020-12-10T23:28:21.445Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T23:28:21.445Z] + OS_FAMILY=redhat [2020-12-10T23:28:21.445Z] + workspace=/w/workspace/edgex-go/251 [2020-12-10T23:28:21.445Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T23:28:21.445Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T23:28:21.445Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T23:28:21.445Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T23:28:21.445Z] + '[' /w/workspace/edgex-go/251 ']' [2020-12-10T23:28:21.445Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T23:28:21.445Z] + case "${OS_FAMILY}" in [2020-12-10T23:28:21.445Z] + rpm -qa [2020-12-10T23:28:21.445Z] + sort [2020-12-10T23:28:26.759Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T23:28:26.759Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T23:28:26.759Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T23:28:26.759Z] + '[' /w/workspace/edgex-go/251 ']' [2020-12-10T23:28:26.759Z] + mkdir -p /w/workspace/edgex-go/251/archives/ [2020-12-10T23:28:26.759Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/251/archives/ [Pipeline] echo [2020-12-10T23:28:26.773Z] 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/251/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T23:28:27.065Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:28:27.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T23:28:27.371Z] [2020-12-10T23:28:27.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T23:28:27.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T23:28:27.729Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T23:28:27.729Z] df20fa9351a1: Pulling fs layer [2020-12-10T23:28:27.729Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T23:28:27.729Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T23:28:27.729Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T23:28:27.729Z] 93b61091891f: Pulling fs layer [2020-12-10T23:28:27.729Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T23:28:27.729Z] 5e14af77c1be: Pulling fs layer [2020-12-10T23:28:27.729Z] 01666e4c0597: Pulling fs layer [2020-12-10T23:28:27.729Z] aa168da1d23b: Pulling fs layer [2020-12-10T23:28:27.729Z] 46f8f816bc3b: Waiting [2020-12-10T23:28:27.729Z] 93b61091891f: Waiting [2020-12-10T23:28:27.729Z] 93b9cdb0e59b: Waiting [2020-12-10T23:28:27.729Z] 5e14af77c1be: Waiting [2020-12-10T23:28:27.729Z] aa168da1d23b: Waiting [2020-12-10T23:28:27.729Z] 36b3adc4ff6f: Verifying Checksum [2020-12-10T23:28:27.729Z] 36b3adc4ff6f: Download complete [2020-12-10T23:28:27.729Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T23:28:27.729Z] 46f8f816bc3b: Download complete [2020-12-10T23:28:27.992Z] df20fa9351a1: Download complete [2020-12-10T23:28:27.992Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T23:28:27.992Z] 93b9cdb0e59b: Download complete [2020-12-10T23:28:27.992Z] 5e14af77c1be: Verifying Checksum [2020-12-10T23:28:27.992Z] 5e14af77c1be: Download complete [2020-12-10T23:28:27.992Z] 93b61091891f: Verifying Checksum [2020-12-10T23:28:27.992Z] 93b61091891f: Download complete [2020-12-10T23:28:27.992Z] 01666e4c0597: Verifying Checksum [2020-12-10T23:28:27.992Z] 01666e4c0597: Download complete [2020-12-10T23:28:27.992Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T23:28:27.992Z] 8ad3a11d3b57: Download complete [2020-12-10T23:28:28.254Z] df20fa9351a1: Pull complete [2020-12-10T23:28:28.524Z] 36b3adc4ff6f: Pull complete [2020-12-10T23:28:29.961Z] 8ad3a11d3b57: Pull complete [2020-12-10T23:28:29.961Z] 46f8f816bc3b: Pull complete [2020-12-10T23:28:29.961Z] aa168da1d23b: Download complete [2020-12-10T23:28:30.223Z] 93b61091891f: Pull complete [2020-12-10T23:28:30.486Z] 93b9cdb0e59b: Pull complete [2020-12-10T23:28:30.486Z] 5e14af77c1be: Pull complete [2020-12-10T23:28:30.752Z] 01666e4c0597: Pull complete [2020-12-10T23:28:38.922Z] aa168da1d23b: Pull complete [2020-12-10T23:28:38.922Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T23:28:38.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T23:28:38.922Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T23:28:39.053Z] prd-centos7-docker-4c-2g-15474 does not seem to be running inside a container [2020-12-10T23:28:39.150Z] $ 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/251/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/251 -v /w/workspace/edgex-go/251:/w/workspace/edgex-go/251:rw,z -v /w/workspace/edgex-go/251@tmp:/w/workspace/edgex-go/251@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-10T23:28:42.886Z] $ docker top 3e925b6355365bebe5b78bdd375c35cf6e995c698b247301c606ba9fee421d4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T23:28:43.464Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T23:28:43.761Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T23:28:44.061Z] + ls /var/log/sa-host [2020-12-10T23:28:44.061Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T23:28:44.061Z] file_magic: OK [2020-12-10T23:28:44.061Z] HZ: Using current value: 100 [2020-12-10T23:28:44.061Z] file_header: OK [2020-12-10T23:28:44.061Z] 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-10T23:28:44.061Z] Statistics: [2020-12-10T23:28:44.061Z] 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-10T23:28:44.061Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T23:28:44.061Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T23:28:44.061Z] file_magic: OK [2020-12-10T23:28:44.061Z] HZ: Using current value: 100 [2020-12-10T23:28:44.061Z] file_header: OK [2020-12-10T23:28:44.061Z] 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-10T23:28:44.061Z] Statistics: [2020-12-10T23:28:44.061Z] Hnuu...uuuununununu... [2020-12-10T23:28:44.061Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T23:28:44.288Z] provisioning config files... [2020-12-10T23:28:44.304Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/251@tmp/config112313875585653716tmp [Pipeline] { [Pipeline] echo [2020-12-10T23:28:44.384Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:44.687Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T23:28:44.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T23:28:44.794Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:45.090Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T23:28:45.101Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:45.396Z] ---> sudo-logs.sh [2020-12-10T23:28:45.396Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T23:28:45.408Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:45.705Z] ---> job-cost.sh [2020-12-10T23:28:45.705Z] lf-activate-venv: SKIPPING [2020-12-10T23:28:45.705Z] INFO: No Stack... [2020-12-10T23:28:46.650Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T23:28:47.223Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T23:28:47.238Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T23:28:47.534Z] ---> logs-deploy.sh [2020-12-10T23:28:47.534Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/251 [2020-12-10T23:28:47.534Z] INFO: archiving workspace using pattern(s): [2020-12-10T23:28:49.462Z] Archives upload complete. [2020-12-10T23:28:49.462Z] INFO: archiving logs to Nexus