Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e25094879da38d58945b339cb800433d3a77391e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16323 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/258 [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/258 # 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 e25094879da38d58945b339cb800433d3a77391e (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 e25094879da38d58945b339cb800433d3a77391e # timeout=10 Commit message: "Merge pull request #2955 from judehung/issue-2875" > git rev-list --no-walk 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T09:58:24.667Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T09:58:24.922Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T09:58:25.018Z] ========================================================= [2020-12-16T09:58:25.018Z] EdgeX Global Pipelines Version Info [2020-12-16T09:58:25.018Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:58:26.486Z] ------------------- [2020-12-16T09:58:26.486Z] stable info: [2020-12-16T09:58:26.486Z] ------------------- [2020-12-16T09:58:26.486Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T09:58:26.486Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T09:58:26.486Z] Message: update stable to v1.0.172 [2020-12-16T09:58:27.444Z] ------------------- [2020-12-16T09:58:27.444Z] experimental info: [2020-12-16T09:58:27.444Z] ------------------- [2020-12-16T09:58:27.444Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T09:58:27.444Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-16T09:58:27.444Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T09:58:27.791Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T09:58:27.939Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T09:58:28.057Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T09:58:28.147Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T09:58:28.233Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T09:58:28.326Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T09:58:28.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T09:58:28.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T09:58:28.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T09:58:28.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T09:58:28.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T09:58:29.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T09:58:29.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T09:58:29.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T09:58:29.332Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T09:58:29.506Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T09:58:29.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T09:58:29.702Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T09:58:29.816Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T09:58:29.913Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T09:58:30.005Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T09:58:30.107Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T09:58:30.238Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-16T09:58:30.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-16T09:58:30.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-16T09:58:30.578Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e25094879da38d58945b339cb800433d3a77391e [Pipeline] echo [2020-12-16T09:58:30.693Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e250948 [Pipeline] echo [2020-12-16T09:58:30.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T09:58:31.065Z] provisioning config files... [2020-12-16T09:58:31.096Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config2965641548799849065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T09:58:31.455Z] ---> docker-login.sh [2020-12-16T09:58:31.455Z] nexus3.edgexfoundry.org:10001 [2020-12-16T09:58:31.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T09:58:31.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T09:58:31.981Z] Configure a credential helper to remove this warning. See [2020-12-16T09:58:31.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T09:58:31.981Z] [2020-12-16T09:58:31.981Z] Login Succeeded [2020-12-16T09:58:31.981Z] nexus3.edgexfoundry.org:10002 [2020-12-16T09:58:31.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T09:58:31.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T09:58:31.981Z] Configure a credential helper to remove this warning. See [2020-12-16T09:58:31.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T09:58:31.981Z] [2020-12-16T09:58:31.981Z] Login Succeeded [2020-12-16T09:58:31.981Z] nexus3.edgexfoundry.org:10003 [2020-12-16T09:58:32.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T09:58:32.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T09:58:32.245Z] Configure a credential helper to remove this warning. See [2020-12-16T09:58:32.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T09:58:32.245Z] [2020-12-16T09:58:32.245Z] Login Succeeded [2020-12-16T09:58:32.245Z] nexus3.edgexfoundry.org:10004 [2020-12-16T09:58:32.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T09:58:32.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T09:58:32.507Z] Configure a credential helper to remove this warning. See [2020-12-16T09:58:32.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T09:58:32.507Z] [2020-12-16T09:58:32.507Z] Login Succeeded [2020-12-16T09:58:32.507Z] docker.io [2020-12-16T09:58:32.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T09:58:32.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T09:58:32.770Z] Configure a credential helper to remove this warning. See [2020-12-16T09:58:32.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T09:58:32.770Z] [2020-12-16T09:58:32.770Z] Login Succeeded [2020-12-16T09:58:32.770Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T09:58:32.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T09:58:33.324Z] ++ 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-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T09:58:33.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T09:58:33.324Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T09:58:33.324Z] ++ cut -d/ -f2 [2020-12-16T09:58:33.324Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T09:58:33.396Z] 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-16T09:58:34.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:58:34.644Z] [2020-12-16T09:58:34.644Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:58:35.007Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:58:35.007Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T09:58:35.007Z] 31603596830f: Pulling fs layer [2020-12-16T09:58:35.007Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T09:58:35.007Z] 6ca5941a6612: Pulling fs layer [2020-12-16T09:58:35.007Z] ecc8261a40a4: Pulling fs layer [2020-12-16T09:58:35.007Z] ecc8261a40a4: Waiting [2020-12-16T09:58:35.007Z] 2a8b12db71e7: Download complete [2020-12-16T09:58:35.007Z] 31603596830f: Verifying Checksum [2020-12-16T09:58:35.007Z] 31603596830f: Download complete [2020-12-16T09:58:35.278Z] ecc8261a40a4: Verifying Checksum [2020-12-16T09:58:35.278Z] ecc8261a40a4: Download complete [2020-12-16T09:58:35.278Z] 6ca5941a6612: Verifying Checksum [2020-12-16T09:58:35.278Z] 6ca5941a6612: Download complete [2020-12-16T09:58:35.543Z] 31603596830f: Pull complete [2020-12-16T09:58:35.543Z] 2a8b12db71e7: Pull complete [2020-12-16T09:58:36.504Z] 6ca5941a6612: Pull complete [2020-12-16T09:58:36.769Z] ecc8261a40a4: Pull complete [2020-12-16T09:58:36.769Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T09:58:36.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T09:58:36.769Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T09:58:36.890Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T09:58:36.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T09:58:39.486Z] $ docker top c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T09:58:39.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T09:58:39.778Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T09:58:40.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T09:58:40.039Z] $ docker exec c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent [2020-12-16T09:58:40.204Z] SSH_AUTH_SOCK=/tmp/ssh-TtAJGQ3YxDnV/agent.12 [2020-12-16T09:58:40.204Z] SSH_AGENT_PID=17 [2020-12-16T09:58:40.215Z] Running ssh-add (command line suppressed) [2020-12-16T09:58:40.345Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_151156615855845437.key (/w/workspace/edgex-go/258@tmp/private_key_151156615855845437.key) [2020-12-16T09:58:40.394Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T09:58:40.729Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T09:58:40.755Z] $ docker exec --env ******** --env ******** c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent -k [2020-12-16T09:58:40.868Z] unset SSH_AUTH_SOCK; [2020-12-16T09:58:40.868Z] unset SSH_AGENT_PID; [2020-12-16T09:58:40.868Z] echo Agent pid 17 killed; [2020-12-16T09:58:40.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T09:58:41.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T09:58:41.086Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T09:58:41.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T09:58:41.256Z] $ docker exec c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent [2020-12-16T09:58:41.413Z] SSH_AUTH_SOCK=/tmp/ssh-jvFqBC7oqbmt/agent.45 [2020-12-16T09:58:41.413Z] SSH_AGENT_PID=51 [2020-12-16T09:58:41.421Z] Running ssh-add (command line suppressed) [2020-12-16T09:58:41.541Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_3127720154281260480.key (/w/workspace/edgex-go/258@tmp/private_key_3127720154281260480.key) [2020-12-16T09:58:41.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T09:58:41.989Z] + git semver init [2020-12-16T09:58:41.989Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T09:58:41.989Z] # $GIT_DIR = /w/workspace/edgex-go/258/.git [2020-12-16T09:58:41.989Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/258 [2020-12-16T09:58:41.989Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T09:58:41.989Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T09:58:41.989Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T09:58:41.989Z] # $SEMVER_BRANCH = master [2020-12-16T09:58:41.989Z] # $SEMVER_TEMP = /tmp/semver-054205065 [2020-12-16T09:58:41.989Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T09:59:20.829Z] # '/tmp/semver-054205065' -> '/w/workspace/edgex-go/258/.semver' [2020-12-16T09:59:20.829Z] # -> Force: false [2020-12-16T09:59:20.829Z] # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [Pipeline] } [2020-12-16T09:59:20.847Z] $ docker exec --env ******** --env ******** c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd ssh-agent -k [2020-12-16T09:59:21.124Z] unset SSH_AUTH_SOCK; [2020-12-16T09:59:21.124Z] unset SSH_AGENT_PID; [2020-12-16T09:59:21.124Z] echo Agent pid 51 killed; [2020-12-16T09:59:21.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T09:59:21.706Z] + git semver [Pipeline] } [2020-12-16T09:59:21.728Z] $ docker stop --time=1 c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd [2020-12-16T09:59:23.523Z] $ docker rm -f c2f6d07c2b553288eb5c5657a85069fb542aff3cf43070b23767b481592f1dcd [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T09:59:24.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T09:59:24.618Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T09:59:24.623Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [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-16T09:59:25.588Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:59:25.887Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T09:59:26.191Z] + sudo service docker restart [2020-12-16T09:59:26.191Z] + true [2020-12-16T09:59:26.191Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T09:59:26.792Z] ========================================================= [2020-12-16T09:59:26.792Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T09:59:26.792Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T09:59:27.155Z] + 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-16T09:59:31.404Z] Sending build context to Docker daemon 326.4MB [2020-12-16T09:59:31.404Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T09:59:31.404Z] Step 2/7 : FROM ${BASE} [2020-12-16T09:59:31.678Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T09:59:31.678Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T09:59:31.678Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T09:59:31.678Z] de9db76c5a1d: Pulling fs layer [2020-12-16T09:59:31.678Z] bca2f99d35d6: Pulling fs layer [2020-12-16T09:59:31.678Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T09:59:31.678Z] 7c6f9722023f: Pulling fs layer [2020-12-16T09:59:31.678Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T09:59:31.678Z] 93359f2a8cfa: Waiting [2020-12-16T09:59:31.678Z] 7c6f9722023f: Waiting [2020-12-16T09:59:31.678Z] a35cf1a2eb13: Waiting [2020-12-16T09:59:31.678Z] bca2f99d35d6: Waiting [2020-12-16T09:59:31.678Z] de9db76c5a1d: Download complete [2020-12-16T09:59:31.678Z] 0ef7d3d256c8: Download complete [2020-12-16T09:59:31.678Z] 93359f2a8cfa: Verifying Checksum [2020-12-16T09:59:31.678Z] 93359f2a8cfa: Download complete [2020-12-16T09:59:31.678Z] 7c6f9722023f: Verifying Checksum [2020-12-16T09:59:31.678Z] 7c6f9722023f: Download complete [2020-12-16T09:59:31.678Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T09:59:31.678Z] 188c0c94c7c5: Download complete [2020-12-16T09:59:32.262Z] 188c0c94c7c5: Pull complete [2020-12-16T09:59:32.262Z] 0ef7d3d256c8: Pull complete [2020-12-16T09:59:32.530Z] de9db76c5a1d: Pull complete [2020-12-16T09:59:33.491Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T09:59:33.491Z] a35cf1a2eb13: Download complete [2020-12-16T09:59:34.093Z] bca2f99d35d6: Download complete [2020-12-16T09:59:39.473Z] bca2f99d35d6: Pull complete [2020-12-16T09:59:39.473Z] 93359f2a8cfa: Pull complete [2020-12-16T09:59:39.473Z] 7c6f9722023f: Pull complete [2020-12-16T09:59:40.083Z] Still waiting to schedule task [2020-12-16T09:59:40.084Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-16T09:59:44.812Z] a35cf1a2eb13: Pull complete [2020-12-16T09:59:44.812Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T09:59:44.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T09:59:44.812Z] ---> a62c8e92a672 [2020-12-16T09:59:44.812Z] 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-16T09:59:45.388Z] ---> Running in c7b21252d278 [2020-12-16T09:59:45.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T09:59:47.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T09:59:49.360Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T09:59:49.623Z] (2/12) Installing file (5.38-r0) [2020-12-16T09:59:49.889Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T09:59:49.889Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:00:28.753Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:00:28.753Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:00:28.753Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:00:28.753Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:00:28.753Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:00:28.753Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:00:28.753Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:00:28.753Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:00:28.753Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:00:28.753Z] OK: 233 MiB in 51 packages [2020-12-16T10:00:28.753Z] Removing intermediate container c7b21252d278 [2020-12-16T10:00:28.753Z] ---> db647d6c8433 [2020-12-16T10:00:28.753Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:00:28.753Z] ---> Running in 7a51b3d3ca72 [2020-12-16T10:00:28.753Z] Removing intermediate container 7a51b3d3ca72 [2020-12-16T10:00:28.753Z] ---> c9d92a52d982 [2020-12-16T10:00:28.753Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:00:28.753Z] latest: Pulling from library/docker [2020-12-16T10:00:28.753Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T10:00:28.753Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T10:00:28.753Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T10:00:28.753Z] a3104fdc50d0: Pulling fs layer [2020-12-16T10:00:28.753Z] a8e67d69e12c: Pulling fs layer [2020-12-16T10:00:28.753Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T10:00:28.753Z] fc74c0d5b799: Pulling fs layer [2020-12-16T10:00:28.753Z] a8e67d69e12c: Waiting [2020-12-16T10:00:28.753Z] 1ede2b221ee4: Waiting [2020-12-16T10:00:28.753Z] fc74c0d5b799: Waiting [2020-12-16T10:00:28.753Z] a3104fdc50d0: Waiting [2020-12-16T10:00:28.753Z] 292df0bc6bf3: Verifying Checksum [2020-12-16T10:00:28.753Z] 292df0bc6bf3: Download complete [2020-12-16T10:00:28.753Z] 05e7bc50f07f: Verifying Checksum [2020-12-16T10:00:28.753Z] 05e7bc50f07f: Download complete [2020-12-16T10:00:28.753Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T10:00:28.753Z] 6db28d0fdbf6: Download complete [2020-12-16T10:00:28.753Z] a8e67d69e12c: Download complete [2020-12-16T10:00:28.753Z] 1ede2b221ee4: Verifying Checksum [2020-12-16T10:00:28.753Z] 1ede2b221ee4: Download complete [2020-12-16T10:00:28.753Z] 05e7bc50f07f: Pull complete [2020-12-16T10:00:28.753Z] fc74c0d5b799: Verifying Checksum [2020-12-16T10:00:28.753Z] fc74c0d5b799: Download complete [2020-12-16T10:00:28.753Z] 6db28d0fdbf6: Pull complete [2020-12-16T10:00:28.753Z] 292df0bc6bf3: Pull complete [2020-12-16T10:00:28.754Z] a3104fdc50d0: Download complete [2020-12-16T10:00:31.341Z] a3104fdc50d0: Pull complete [2020-12-16T10:00:31.606Z] a8e67d69e12c: Pull complete [2020-12-16T10:00:31.606Z] 1ede2b221ee4: Pull complete [2020-12-16T10:00:31.606Z] fc74c0d5b799: Pull complete [2020-12-16T10:00:31.870Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:00:31.870Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:00:33.279Z] ---> 34aaf1b313e8 [2020-12-16T10:00:33.279Z] Step 6/7 : COPY go.mod . [2020-12-16T10:00:33.550Z] ---> 25aecb7d38f8 [2020-12-16T10:00:33.550Z] Step 7/7 : RUN go mod download [2020-12-16T10:00:33.550Z] ---> Running in 94e01ac8aab7 [2020-12-16T10:00:55.657Z] Removing intermediate container 94e01ac8aab7 [2020-12-16T10:00:55.657Z] ---> 506aa39090d9 [2020-12-16T10:00:55.657Z] Successfully built 506aa39090d9 [2020-12-16T10:00:55.657Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:00:55.976Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:00:55.976Z] . [Pipeline] withDockerContainer [2020-12-16T10:00:56.085Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:00:56.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:00:56.997Z] $ docker top 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:00:57.511Z] + go version [2020-12-16T10:00:57.511Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T10:00:57.529Z] $ docker stop --time=1 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff [2020-12-16T10:00:58.884Z] $ docker rm -f 73b17c2d646a589e21442c2f7c9f9de9cd9ccd6d9ac6dc156a5616ebee8e42ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:00:59.708Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T10:00:59.709Z] . [Pipeline] withDockerContainer [2020-12-16T10:00:59.813Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:00:59.863Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-16T10:01:00.502Z] $ docker top 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T10:01:00.731Z] ========================================================= [2020-12-16T10:01:00.731Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T10:01:00.731Z] ========================================================= [Pipeline] sh [2020-12-16T10:01:01.028Z] + make test [2020-12-16T10:01:01.028Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T10:01:09.226Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T10:01:27.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T10:01:30.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T10:01:30.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T10:01:30.906Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T10:01:30.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T10:01:30.906Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T10:01:32.029Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T10:01:32.410Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16328 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-16T10:01:32.541Z] Running in /w/workspace/edgex-go/258 [Pipeline] { [Pipeline] checkout [2020-12-16T10:01:34.069Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-12-16T10:01:34.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T10:01:34.069Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T10:01:34.673Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T10:01:34.673Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T10:01:34.673Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T10:01:34.673Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T10:01:37.412Z] using credential edgex-jenkins-ssh [2020-12-16T10:01:37.468Z] Cloning the remote Git repository [2020-12-16T10:01:37.538Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:01:38.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements [2020-12-16T10:01:38.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T10:01:38.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T10:01:38.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T10:01:38.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T10:01:38.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T10:01:37.645Z] > git init /w/workspace/edgex-go/258 # timeout=10 [2020-12-16T10:01:37.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:01:37.723Z] > git --version # timeout=10 [2020-12-16T10:01:37.739Z] > git --version # 'git version 2.17.1' [2020-12-16T10:01:37.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:01:37.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:01:41.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T10:01:41.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T10:01:41.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T10:01:41.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 70.5% of statements [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T10:01:41.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 83.7% of statements [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T10:01:41.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T10:01:43.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T10:01:43.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T10:01:43.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T10:01:43.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2020-12-16T10:01:43.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T10:01:43.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-12-16T10:01:43.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T10:01:43.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2020-12-16T10:01:43.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T10:01:43.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T10:01:43.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T10:01:43.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T10:01:46.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.292s coverage: 93.8% of statements [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T10:01:46.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T10:01:46.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T10:01:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T10:01:46.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2020-12-16T10:01:46.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T10:01:46.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2020-12-16T10:01:46.267Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T10:01:46.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2020-12-16T10:01:46.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2020-12-16T10:01:46.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2020-12-16T10:01:46.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements [2020-12-16T10:01:46.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T10:01:47.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements [2020-12-16T10:01:47.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T10:01:47.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T10:01:47.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-12-16T10:01:47.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2020-12-16T10:01:47.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2020-12-16T10:01:47.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2020-12-16T10:01:48.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-12-16T10:01:49.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 55.9% of statements [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T10:01:49.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.876s coverage: 86.3% of statements [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.088s coverage: 72.2% of statements [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.417s coverage: 72.1% of statements [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.036s coverage: 28.8% of statements [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T10:01:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements [2020-12-16T10:01:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.052s coverage: 100.0% of statements [2020-12-16T10:01:54.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T10:01:54.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T10:01:54.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T10:01:54.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2020-12-16T10:01:54.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T10:01:56.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.649s coverage: 29.1% of statements [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T10:01:56.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T10:01:56.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2020-12-16T10:01:56.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T10:01:56.992Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T10:01:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T10:01:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T10:01:56.993Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T10:01:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2020-12-16T10:01:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-16T10:01:56.993Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-16T10:01:57.256Z] GO111MODULE=on go vet ./... [2020-12-16T10:02:11.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:02:11.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T10:02:11.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T10:02:11.318Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T10:02:11.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T10:02:11.334Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T10:02:11.870Z] Checking out Revision e25094879da38d58945b339cb800433d3a77391e (master) [2020-12-16T10:02:11.897Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T10:02:11.910Z] > git checkout -f e25094879da38d58945b339cb800433d3a77391e # timeout=10 [2020-12-16T10:02:16.549Z] Commit message: "Merge pull request #2955 from judehung/issue-2875" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T10:02:18.239Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:02:18.637Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T10:02:18.976Z] + sudo service docker restart [2020-12-16T10:02:18.976Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:02:21.036Z] provisioning config files... [2020-12-16T10:02:21.132Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config1025535090662552383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:02:21.794Z] ---> docker-login.sh [2020-12-16T10:02:21.794Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:02:22.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:02:23.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:02:23.057Z] Configure a credential helper to remove this warning. See [2020-12-16T10:02:23.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:02:23.057Z] [2020-12-16T10:02:23.057Z] Login Succeeded [2020-12-16T10:02:23.057Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:02:23.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:02:23.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:02:23.607Z] Configure a credential helper to remove this warning. See [2020-12-16T10:02:23.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:02:23.607Z] [2020-12-16T10:02:23.607Z] Login Succeeded [2020-12-16T10:02:23.607Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:02:23.966Z] gofmt -l . [2020-12-16T10:02:23.966Z] [ "`gofmt -l .`" = "" ] [2020-12-16T10:02:23.966Z] ./bin/test-go-mod-tidy.sh [2020-12-16T10:02:23.966Z] ./bin/test-attribution-txt.sh [2020-12-16T10:02:24.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:02:24.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:02:24.204Z] Configure a credential helper to remove this warning. See [2020-12-16T10:02:24.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:02:24.204Z] [2020-12-16T10:02:24.204Z] Login Succeeded [2020-12-16T10:02:24.204Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:02:24.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:02:24.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:02:24.757Z] Configure a credential helper to remove this warning. See [2020-12-16T10:02:24.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:02:24.757Z] [2020-12-16T10:02:24.757Z] Login Succeeded [2020-12-16T10:02:24.757Z] docker.io [2020-12-16T10:02:25.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-16T10:02:25.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:02:25.629Z] Configure a credential helper to remove this warning. See [2020-12-16T10:02:25.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:02:25.629Z] [2020-12-16T10:02:25.629Z] Login Succeeded [2020-12-16T10:02:25.629Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:02:25.647Z] Deleting 1 temporary files [2020-12-16T10:02:25.682Z] + ls -al . [2020-12-16T10:02:25.682Z] total 664 [2020-12-16T10:02:25.682Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 10:02 . [2020-12-16T10:02:25.682Z] drwxr-xr-x 4 root root 32 Dec 16 10:01 .. [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 09:58 .dockerignore [2020-12-16T10:02:25.682Z] drwxrwxr-x 8 1001 1001 162 Dec 16 09:58 .git [2020-12-16T10:02:25.682Z] drwxrwxr-x 3 1001 1001 125 Dec 16 09:58 .github [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 943 Dec 16 09:58 .gitignore [2020-12-16T10:02:25.682Z] drwx------ 3 1001 1001 32 Dec 16 09:59 .semver [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 09:58 .sonarcloud.properties [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 09:58 CONTRIBUTING.md [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 09:58 Dockerfile.build [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 09:58 Jenkinsfile [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 09:58 LICENSE [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 6318 Dec 16 09:58 Makefile [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 6447 Dec 16 09:58 README.md [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 7286 Dec 16 09:58 SECURITY.md [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 12 Dec 16 09:59 VERSION [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 09:58 ZMQWindows.md [2020-12-16T10:02:25.682Z] drwxrwxr-x 2 1001 1001 117 Dec 16 09:58 bin [2020-12-16T10:02:25.682Z] drwxrwxr-x 15 1001 1001 4096 Dec 16 09:58 cmd [2020-12-16T10:02:25.682Z] -rw-r--r-- 1 root root 568194 Dec 16 10:01 coverage.out [2020-12-16T10:02:25.682Z] -rw-r--r-- 1 root root 1041 Dec 16 10:02 go.mod [2020-12-16T10:02:25.682Z] -rw-r--r-- 1 root root 18856 Dec 16 10:02 go.sum [2020-12-16T10:02:25.682Z] drwxrwxr-x 8 1001 1001 127 Dec 16 09:58 internal [2020-12-16T10:02:25.682Z] drwxrwxr-x 4 1001 1001 26 Dec 16 09:58 openapi [2020-12-16T10:02:25.682Z] drwxrwxr-x 4 1001 1001 71 Dec 16 09:58 snap [2020-12-16T10:02:25.682Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 09:58 version.go [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] unstash [2020-12-16T10:02:26.070Z] + '[' -e coverage.out ] [2020-12-16T10:02:26.070Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] echo [2020-12-16T10:02:26.200Z] ========================================================= [2020-12-16T10:02:26.200Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T10:02:26.200Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:26.384Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T10:02:26.676Z] + 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-16T10:02:26.745Z] + make build [2020-12-16T10:02:26.745Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T10:02:29.345Z] Sending build context to Docker daemon 165.7MB [2020-12-16T10:02:29.345Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T10:02:29.345Z] Step 2/7 : FROM ${BASE} [2020-12-16T10:02:29.345Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T10:02:29.345Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T10:02:29.345Z] a4357932f1b6: Pulling fs layer [2020-12-16T10:02:29.345Z] 18c013af1878: Pulling fs layer [2020-12-16T10:02:29.345Z] 00ac8860ef70: Pulling fs layer [2020-12-16T10:02:29.345Z] 63d7cb157983: Pulling fs layer [2020-12-16T10:02:29.345Z] b116817d02f9: Pulling fs layer [2020-12-16T10:02:29.345Z] 745a02a5169b: Pulling fs layer [2020-12-16T10:02:29.345Z] 00ac8860ef70: Waiting [2020-12-16T10:02:29.345Z] 63d7cb157983: Waiting [2020-12-16T10:02:29.345Z] b116817d02f9: Waiting [2020-12-16T10:02:29.345Z] 745a02a5169b: Waiting [2020-12-16T10:02:29.345Z] 18c013af1878: Verifying Checksum [2020-12-16T10:02:29.345Z] 18c013af1878: Download complete [2020-12-16T10:02:29.345Z] a4357932f1b6: Verifying Checksum [2020-12-16T10:02:29.345Z] a4357932f1b6: Download complete [2020-12-16T10:02:29.619Z] 63d7cb157983: Verifying Checksum [2020-12-16T10:02:29.619Z] 63d7cb157983: Download complete [2020-12-16T10:02:30.221Z] b116817d02f9: Download complete [2020-12-16T10:02:30.221Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T10:02:30.221Z] 5f621e34cdf4: Download complete [2020-12-16T10:02:30.834Z] 5f621e34cdf4: Pull complete [2020-12-16T10:02:30.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T10:02:31.435Z] a4357932f1b6: Pull complete [2020-12-16T10:02:31.717Z] 18c013af1878: Pull complete [2020-12-16T10:02:32.318Z] 745a02a5169b: Verifying Checksum [2020-12-16T10:02:32.318Z] 745a02a5169b: Download complete [2020-12-16T10:02:33.758Z] 00ac8860ef70: Verifying Checksum [2020-12-16T10:02:33.758Z] 00ac8860ef70: Download complete [2020-12-16T10:02:39.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T10:02:39.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T10:02:41.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T10:02:41.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T10:02:43.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T10:02:43.945Z] 00ac8860ef70: Pull complete [2020-12-16T10:02:43.945Z] 63d7cb157983: Pull complete [2020-12-16T10:02:44.567Z] b116817d02f9: Pull complete [2020-12-16T10:02:44.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:02:45.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T10:02:46.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T10:02:48.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T10:02:48.911Z] 745a02a5169b: Pull complete [2020-12-16T10:02:48.911Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T10:02:48.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T10:02:48.911Z] ---> b7e6874047d6 [2020-12-16T10:02:48.911Z] 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-16T10:02:49.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:02:50.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-16T10:02:51.367Z] $ docker stop --time=1 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 [2020-12-16T10:02:52.338Z] ---> Running in c18adee95866 [2020-12-16T10:02:53.081Z] $ docker rm -f 96836dd993b4071f21ddfe8ed768b54f2cffb6fe14114dfaaf88156286572526 [2020-12-16T10:02:53.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:54.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:02:55.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:02:55.033Z] [2020-12-16T10:02:55.033Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:02:55.386Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:02:55.386Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T10:02:55.386Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T10:02:55.386Z] ca9280d653b3: Pulling fs layer [2020-12-16T10:02:55.386Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T10:02:55.720Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T10:02:55.965Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-16T10:02:55.965Z] cbdbe7a5bc2a: Download complete [2020-12-16T10:02:56.227Z] cbdbe7a5bc2a: Pull complete [2020-12-16T10:02:56.227Z] ca9280d653b3: Verifying Checksum [2020-12-16T10:02:56.227Z] ca9280d653b3: Download complete [2020-12-16T10:02:56.311Z] (2/12) Installing file (5.38-r0) [2020-12-16T10:02:56.582Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T10:02:56.582Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T10:02:57.220Z] ca9280d653b3: Pull complete [2020-12-16T10:02:57.483Z] 7e9c9ca2126c: Verifying Checksum [2020-12-16T10:02:57.483Z] 7e9c9ca2126c: Download complete [2020-12-16T10:03:04.115Z] 7e9c9ca2126c: Pull complete [2020-12-16T10:03:04.115Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T10:03:04.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:03:04.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T10:03:04.259Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:03:04.310Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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-16T10:03:07.605Z] $ docker top 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:03:08.150Z] + docker-compose build --help [2020-12-16T10:03:08.150Z] + grep parallel [2020-12-16T10:03:09.096Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:03:09.114Z] $ docker stop --time=1 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 [2020-12-16T10:03:10.498Z] $ docker rm -f 3bd6d4bec8bb6ade99f757ba06e66e4ef1e626f4b0f1a939a0604da2e24cc425 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:03:11.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T10:03:11.161Z] . [Pipeline] withDockerContainer [2020-12-16T10:03:11.270Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:03:11.406Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-16T10:03:11.650Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T10:03:11.650Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T10:03:11.650Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T10:03:11.650Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T10:03:11.650Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T10:03:11.650Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T10:03:11.650Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T10:03:11.650Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T10:03:11.650Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:03:11.650Z] OK: 217 MiB in 51 packages [2020-12-16T10:03:12.024Z] $ docker top d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:03:12.650Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:03:13.597Z] Building docker-core-command-go ... [2020-12-16T10:03:13.597Z] Building docker-core-data-go ... [2020-12-16T10:03:13.597Z] Building docker-core-metadata-go ... [2020-12-16T10:03:13.597Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:03:13.597Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:03:13.597Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:03:13.597Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:03:13.597Z] Building docker-support-notifications-go ... [2020-12-16T10:03:13.597Z] Building docker-support-scheduler-go ... [2020-12-16T10:03:13.597Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:03:13.597Z] Building docker-security-secretstore-setup-go [2020-12-16T10:03:13.597Z] Building docker-security-proxy-setup-go [2020-12-16T10:03:13.597Z] Building docker-core-command-go [2020-12-16T10:03:13.597Z] Building docker-core-data-go [2020-12-16T10:03:13.597Z] Building docker-support-scheduler-go [2020-12-16T10:03:15.034Z] Removing intermediate container c18adee95866 [2020-12-16T10:03:15.034Z] ---> a91d9d130314 [2020-12-16T10:03:15.034Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T10:03:15.034Z] ---> Running in 3f1ceda062ed [2020-12-16T10:03:15.034Z] Removing intermediate container 3f1ceda062ed [2020-12-16T10:03:15.034Z] ---> e6f9499ac4d7 [2020-12-16T10:03:15.034Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T10:03:15.625Z] latest: Pulling from library/docker [2020-12-16T10:03:15.900Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T10:03:15.900Z] 02a3295e0d61: Pulling fs layer [2020-12-16T10:03:15.900Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T10:03:15.900Z] 065c9533d613: Pulling fs layer [2020-12-16T10:03:15.900Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T10:03:15.900Z] e3faa53604c1: Pulling fs layer [2020-12-16T10:03:15.900Z] 04b5adaa2053: Pulling fs layer [2020-12-16T10:03:15.900Z] 065c9533d613: Waiting [2020-12-16T10:03:15.900Z] 9fce0df16b8b: Waiting [2020-12-16T10:03:15.900Z] e3faa53604c1: Waiting [2020-12-16T10:03:15.900Z] 04b5adaa2053: Waiting [2020-12-16T10:03:15.900Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T10:03:15.900Z] 0f4f2e6d8100: Download complete [2020-12-16T10:03:16.181Z] 02a3295e0d61: Verifying Checksum [2020-12-16T10:03:16.181Z] 02a3295e0d61: Download complete [2020-12-16T10:03:16.181Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T10:03:16.181Z] a3cc7d3b244e: Download complete [2020-12-16T10:03:16.181Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T10:03:16.181Z] 9fce0df16b8b: Download complete [2020-12-16T10:03:16.181Z] e3faa53604c1: Verifying Checksum [2020-12-16T10:03:16.181Z] e3faa53604c1: Download complete [2020-12-16T10:03:16.181Z] 04b5adaa2053: Verifying Checksum [2020-12-16T10:03:16.181Z] 04b5adaa2053: Download complete [2020-12-16T10:03:16.787Z] a3cc7d3b244e: Pull complete [2020-12-16T10:03:17.402Z] 02a3295e0d61: Pull complete [2020-12-16T10:03:17.725Z] 065c9533d613: Verifying Checksum [2020-12-16T10:03:17.726Z] 065c9533d613: Download complete [2020-12-16T10:03:17.726Z] 0f4f2e6d8100: Pull complete [2020-12-16T10:03:22.055Z] 065c9533d613: Pull complete [2020-12-16T10:03:22.055Z] 9fce0df16b8b: Pull complete [2020-12-16T10:03:22.055Z] e3faa53604c1: Pull complete [2020-12-16T10:03:22.655Z] 04b5adaa2053: Pull complete [2020-12-16T10:03:22.655Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T10:03:22.655Z] Status: Downloaded newer image for docker:latest [2020-12-16T10:03:26.036Z] ---> 6fafc3938c6b [2020-12-16T10:03:26.036Z] Step 6/7 : COPY go.mod . [2020-12-16T10:03:26.639Z] ---> 65db7ca14749 [2020-12-16T10:03:26.639Z] Step 7/7 : RUN go mod download [2020-12-16T10:03:26.910Z] ---> Running in d04f32f0803b [2020-12-16T10:03:45.878Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:03:45.878Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:03:45.878Z] ---> 506aa39090d9 [2020-12-16T10:03:45.878Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:03:45.878Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:03:45.878Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:03:45.878Z] ---> 506aa39090d9 [2020-12-16T10:03:45.878Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:03:45.878Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:03:45.878Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:03:45.878Z] ---> 506aa39090d9 [2020-12-16T10:03:45.878Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:03:45.878Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:03:45.878Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:03:45.878Z] ---> 506aa39090d9 [2020-12-16T10:03:45.878Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:03:45.878Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:03:45.878Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:03:45.878Z] ---> 506aa39090d9 [2020-12-16T10:03:45.878Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:03:45.878Z] ---> Running in da8f814d59d1 [2020-12-16T10:03:45.878Z] ---> Running in 67fbec752bd1 [2020-12-16T10:03:45.878Z] ---> Running in 2e2455744c15 [2020-12-16T10:03:45.878Z] ---> Running in 36271d7d6021 [2020-12-16T10:03:45.878Z] ---> Running in 8e2c3fc8a5a6 [2020-12-16T10:03:45.878Z] Removing intermediate container da8f814d59d1 [2020-12-16T10:03:45.878Z] ---> 01b7f285e409 [2020-12-16T10:03:45.878Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:03:45.878Z] Removing intermediate container 36271d7d6021 [2020-12-16T10:03:45.878Z] ---> 2c9897d96b51 [2020-12-16T10:03:45.878Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:03:45.878Z] Removing intermediate container 67fbec752bd1 [2020-12-16T10:03:45.878Z] ---> e196443caada [2020-12-16T10:03:45.878Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:03:45.878Z] Removing intermediate container 2e2455744c15 [2020-12-16T10:03:45.878Z] ---> 5e6d11a60440 [2020-12-16T10:03:45.878Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:03:45.878Z] Removing intermediate container 8e2c3fc8a5a6 [2020-12-16T10:03:45.878Z] ---> bb6ef7ddcff1 [2020-12-16T10:03:45.878Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:03:45.878Z] ---> Running in 781418717c81 [2020-12-16T10:03:45.878Z] ---> Running in 1cf91b2b4689 [2020-12-16T10:03:45.878Z] ---> Running in 2f94a7cb1037 [2020-12-16T10:03:45.878Z] ---> Running in de0b934ff028 [2020-12-16T10:03:45.878Z] ---> Running in afe492973040 [2020-12-16T10:03:47.814Z] Removing intermediate container 1cf91b2b4689 [2020-12-16T10:03:47.814Z] ---> abbb174a6ac7 [2020-12-16T10:03:47.814Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:03:47.814Z] Removing intermediate container 781418717c81 [2020-12-16T10:03:47.814Z] ---> 961a8bffb08c [2020-12-16T10:03:47.814Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:03:47.814Z] ---> Running in 4667a5dcab76 [2020-12-16T10:03:48.080Z] ---> Running in d10372ca7da2 [2020-12-16T10:03:48.359Z] Removing intermediate container de0b934ff028 [2020-12-16T10:03:48.359Z] ---> 1237dea55833 [2020-12-16T10:03:48.359Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:03:48.359Z] Removing intermediate container afe492973040 [2020-12-16T10:03:48.359Z] ---> 0ea902194dee [2020-12-16T10:03:48.359Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:03:48.634Z] ---> Running in 89c8666e7254 [2020-12-16T10:03:48.634Z] ---> Running in 19560589a918 [2020-12-16T10:03:48.634Z] Removing intermediate container 2f94a7cb1037 [2020-12-16T10:03:48.634Z] ---> 8584184a6cc4 [2020-12-16T10:03:48.634Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:03:48.899Z] ---> Running in 342ddbaa6b1f [2020-12-16T10:03:48.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:49.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:50.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:50.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:50.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:03:51.192Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:03:51.192Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:03:51.192Z] OK: 12750 distinct packages available [2020-12-16T10:03:51.192Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:03:51.192Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:03:51.192Z] OK: 12750 distinct packages available [2020-12-16T10:03:51.192Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:03:51.192Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:03:51.192Z] OK: 12750 distinct packages available [2020-12-16T10:03:51.192Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:03:51.192Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:03:51.192Z] OK: 12750 distinct packages available [2020-12-16T10:03:51.192Z] OK: 233 MiB in 51 packages [2020-12-16T10:03:51.192Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:03:51.192Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:03:51.192Z] OK: 12750 distinct packages available [2020-12-16T10:03:51.477Z] OK: 233 MiB in 51 packages [2020-12-16T10:03:51.477Z] OK: 233 MiB in 51 packages [2020-12-16T10:03:51.477Z] OK: 233 MiB in 51 packages [2020-12-16T10:03:51.740Z] OK: 233 MiB in 51 packages [2020-12-16T10:03:52.322Z] Removing intermediate container 4667a5dcab76 [2020-12-16T10:03:52.322Z] ---> cbdd27b086fb [2020-12-16T10:03:52.322Z] Step 6/23 : COPY go.mod . [2020-12-16T10:03:52.322Z] Removing intermediate container 342ddbaa6b1f [2020-12-16T10:03:52.322Z] ---> 42eb3b63ff5e [2020-12-16T10:03:52.322Z] Step 6/24 : COPY go.mod . [2020-12-16T10:03:52.586Z] Removing intermediate container 89c8666e7254 [2020-12-16T10:03:52.586Z] ---> 28b90b116b0e [2020-12-16T10:03:52.587Z] Step 6/21 : COPY go.mod . [2020-12-16T10:03:52.849Z] Removing intermediate container 19560589a918 [2020-12-16T10:03:52.849Z] ---> ffd8fdff0ff6 [2020-12-16T10:03:52.849Z] Step 6/22 : COPY go.mod . [2020-12-16T10:03:52.849Z] Removing intermediate container d10372ca7da2 [2020-12-16T10:03:52.849Z] ---> a943024e52d1 [2020-12-16T10:03:52.849Z] Step 6/21 : COPY go.mod . [2020-12-16T10:03:52.849Z] ---> db5cf2655969 [2020-12-16T10:03:52.849Z] Step 7/24 : RUN go mod download [2020-12-16T10:03:52.849Z] ---> 587a899f75ee [2020-12-16T10:03:52.849Z] Step 7/23 : RUN go mod download [2020-12-16T10:03:53.113Z] ---> Running in 6c587b5ac298 [2020-12-16T10:03:53.113Z] ---> Running in 5b58a9280012 [2020-12-16T10:03:53.113Z] ---> 1f411acbaedc [2020-12-16T10:03:53.113Z] Step 7/21 : RUN go mod download [2020-12-16T10:03:53.113Z] ---> 4fe27991417f [2020-12-16T10:03:53.113Z] Step 7/22 : RUN go mod download [2020-12-16T10:03:53.375Z] ---> a75b4544ece6 [2020-12-16T10:03:53.375Z] Step 7/21 : RUN go mod download [2020-12-16T10:03:53.375Z] ---> Running in 018cc187c0fe [2020-12-16T10:03:53.375Z] ---> Running in df46ee59e763 [2020-12-16T10:03:53.375Z] ---> Running in 54a9f1347301 [2020-12-16T10:03:53.701Z] Removing intermediate container d04f32f0803b [2020-12-16T10:03:53.702Z] ---> 291893430d7f [2020-12-16T10:03:53.702Z] Successfully built 291893430d7f [2020-12-16T10:03:53.702Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:03:54.053Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T10:03:54.053Z] . [Pipeline] withDockerContainer [2020-12-16T10:03:54.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container [2020-12-16T10:03:54.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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-16T10:03:55.953Z] Removing intermediate container 6c587b5ac298 [2020-12-16T10:03:55.954Z] ---> 3bb86be3b51b [2020-12-16T10:03:55.954Z] Step 8/24 : COPY . . [2020-12-16T10:03:55.968Z] $ docker top 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 -eo pid,comm [2020-12-16T10:03:56.219Z] Removing intermediate container 5b58a9280012 [2020-12-16T10:03:56.219Z] ---> 60bee2c7946f [2020-12-16T10:03:56.219Z] Step 8/23 : COPY . . [2020-12-16T10:03:56.219Z] Removing intermediate container 018cc187c0fe [2020-12-16T10:03:56.219Z] ---> 3e71ce3e390e [2020-12-16T10:03:56.219Z] Step 8/21 : COPY . . [2020-12-16T10:03:56.219Z] Removing intermediate container df46ee59e763 [2020-12-16T10:03:56.219Z] ---> 2588697c5baf [2020-12-16T10:03:56.219Z] Step 8/22 : COPY . . [Pipeline] { [Pipeline] sh [2020-12-16T10:03:56.496Z] Removing intermediate container 54a9f1347301 [2020-12-16T10:03:56.496Z] ---> 1cbf0dfb4597 [2020-12-16T10:03:56.496Z] Step 8/21 : COPY . . [2020-12-16T10:03:56.961Z] + go version [2020-12-16T10:03:56.961Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T10:03:56.992Z] $ docker stop --time=1 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 [2020-12-16T10:03:58.835Z] $ docker rm -f 137d4f35fde7f7b552ff908c83fac39e1024af591732fbcbdd38b74f983e0bf9 [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-16T10:03:59.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:03:59.992Z] [2020-12-16T10:03:59.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:00.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:04:00.404Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T10:04:00.404Z] 29e5d40040c1: Pulling fs layer [2020-12-16T10:04:00.404Z] 1ce36da41761: Pulling fs layer [2020-12-16T10:04:00.404Z] 25b303627fd3: Pulling fs layer [2020-12-16T10:04:01.376Z] 29e5d40040c1: Verifying Checksum [2020-12-16T10:04:01.376Z] 29e5d40040c1: Download complete [2020-12-16T10:04:01.976Z] 1ce36da41761: Verifying Checksum [2020-12-16T10:04:01.976Z] 1ce36da41761: Download complete [2020-12-16T10:04:01.976Z] 29e5d40040c1: Pull complete [2020-12-16T10:04:02.978Z] 1ce36da41761: Pull complete [2020-12-16T10:04:03.573Z] 25b303627fd3: Verifying Checksum [2020-12-16T10:04:03.573Z] 25b303627fd3: Download complete [2020-12-16T10:04:13.711Z] 25b303627fd3: Pull complete [2020-12-16T10:04:13.711Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T10:04:13.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:04:13.711Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T10:04:13.937Z] prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container [2020-12-16T10:04:14.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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-16T10:04:18.039Z] $ docker top 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:04:19.048Z] + docker-compose build --help [2020-12-16T10:04:19.048Z] + grep parallel [2020-12-16T10:04:23.340Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T10:04:23.369Z] $ docker stop --time=1 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e [2020-12-16T10:04:25.241Z] $ docker rm -f 8222694ffa683aa7fe93ec89fb8f107a6ab9b6c50003b8dba84ab805f44af73e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:04:26.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T10:04:26.073Z] . [Pipeline] withDockerContainer [2020-12-16T10:04:26.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-16328 does not seem to be running inside a container [2020-12-16T10:04:26.421Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@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-16T10:04:28.035Z] $ docker top 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:04:29.049Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T10:04:34.434Z] Building docker-core-command-go ... [2020-12-16T10:04:34.434Z] Building docker-core-data-go ... [2020-12-16T10:04:34.434Z] Building docker-core-metadata-go ... [2020-12-16T10:04:34.434Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T10:04:34.434Z] Building docker-security-proxy-setup-go ... [2020-12-16T10:04:34.434Z] Building docker-security-secrets-setup-go ... [2020-12-16T10:04:34.434Z] Building docker-security-secretstore-setup-go ... [2020-12-16T10:04:34.434Z] Building docker-support-notifications-go ... [2020-12-16T10:04:34.434Z] Building docker-support-scheduler-go ... [2020-12-16T10:04:34.434Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T10:04:34.434Z] Building docker-core-metadata-go [2020-12-16T10:04:34.434Z] Building docker-core-command-go [2020-12-16T10:04:34.434Z] Building docker-security-secretstore-setup-go [2020-12-16T10:04:34.434Z] Building docker-security-proxy-setup-go [2020-12-16T10:04:34.434Z] Building docker-security-secrets-setup-go [2020-12-16T10:04:35.494Z] ---> a4f23ccf8a0a [2020-12-16T10:04:35.494Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:04:35.494Z] ---> Running in c90d1a5f8058 [2020-12-16T10:04:35.494Z] ---> 04680e5dd182 [2020-12-16T10:04:35.494Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:04:35.494Z] ---> f51479499112 [2020-12-16T10:04:35.494Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:04:35.494Z] ---> 9da0242b22e5 [2020-12-16T10:04:35.494Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:04:35.494Z] ---> f19463fe4c6e [2020-12-16T10:04:35.494Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:04:35.494Z] ---> Running in 20945fd1adcc [2020-12-16T10:04:35.494Z] ---> Running in 57ee74177b53 [2020-12-16T10:04:35.494Z] ---> Running in 5a432ec5a9c2 [2020-12-16T10:04:35.494Z] ---> Running in a8396ecff7e0 [2020-12-16T10:04:35.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T10:04:35.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T10:04:35.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T10:04:35.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T10:04:35.494Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T10:05:02.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T10:05:02.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T10:05:10.471Z] Removing intermediate container a8396ecff7e0 [2020-12-16T10:05:10.471Z] ---> dabfea901a21 [2020-12-16T10:05:10.471Z] [2020-12-16T10:05:10.471Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:05:10.471Z] Removing intermediate container 20945fd1adcc [2020-12-16T10:05:10.471Z] ---> b0db7c4582e3 [2020-12-16T10:05:10.471Z] [2020-12-16T10:05:10.471Z] Step 10/21 : FROM alpine [2020-12-16T10:05:10.743Z] 3.10: Pulling from library/alpine [2020-12-16T10:05:10.743Z] latest: Pulling from library/alpine [2020-12-16T10:05:10.743Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:05:10.743Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:05:10.743Z] ---> b14afc6dfb98 [2020-12-16T10:05:10.743Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:05:12.149Z] ---> Running in 6238567de865 [2020-12-16T10:05:12.149Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:05:13.543Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:05:13.543Z] ---> be4e4bea2c2e [2020-12-16T10:05:13.543Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:05:16.099Z] Removing intermediate container c90d1a5f8058 [2020-12-16T10:05:16.099Z] ---> bc3b22f9b28e [2020-12-16T10:05:16.099Z] [2020-12-16T10:05:16.099Z] Step 10/22 : FROM scratch [2020-12-16T10:05:16.099Z] ---> [2020-12-16T10:05:16.099Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:05:16.099Z] Removing intermediate container 57ee74177b53 [2020-12-16T10:05:16.099Z] ---> e48815a3964b [2020-12-16T10:05:16.099Z] [2020-12-16T10:05:16.099Z] Step 10/21 : FROM scratch [2020-12-16T10:05:16.099Z] ---> [2020-12-16T10:05:16.099Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:05:16.099Z] ---> Running in 06f876332192 [2020-12-16T10:05:16.099Z] ---> Running in dec77d0a23e4 [2020-12-16T10:05:16.099Z] ---> Running in 55a2529d4b37 [2020-12-16T10:05:16.682Z] Removing intermediate container dec77d0a23e4 [2020-12-16T10:05:16.682Z] ---> 985decb66b30 [2020-12-16T10:05:16.682Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:05:16.682Z] Removing intermediate container 06f876332192 [2020-12-16T10:05:16.682Z] ---> 7ff1f72b97f2 [2020-12-16T10:05:16.682Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:05:16.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:16.682Z] ---> Running in 6690abad8fb6 [2020-12-16T10:05:16.682Z] ---> Running in 0fa34b85be06 [2020-12-16T10:05:16.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:16.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:16.950Z] Removing intermediate container 6690abad8fb6 [2020-12-16T10:05:16.950Z] ---> 1af383401b03 [2020-12-16T10:05:16.950Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:05:16.950Z] Removing intermediate container 0fa34b85be06 [2020-12-16T10:05:16.950Z] ---> b053d965c1c9 [2020-12-16T10:05:16.950Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:05:16.950Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:16.950Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:16.950Z] OK: 12747 distinct packages available [2020-12-16T10:05:16.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:17.214Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:05:17.214Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:05:17.214Z] OK: 10350 distinct packages available [2020-12-16T10:05:17.214Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:05:17.214Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:05:17.214Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:05:17.214Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:05:17.214Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:05:17.479Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:05:17.479Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:05:17.479Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:05:17.479Z] OK: 7 MiB in 18 packages [2020-12-16T10:05:17.479Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:05:17.479Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:05:17.479Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:05:17.479Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:05:17.479Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:05:17.479Z] ---> Running in 4ac256fa952f [2020-12-16T10:05:17.479Z] OK: 7 MiB in 19 packages [2020-12-16T10:05:17.479Z] ---> Running in 21843112b804 [2020-12-16T10:05:19.411Z] Removing intermediate container 4ac256fa952f [2020-12-16T10:05:19.411Z] ---> 0a1773347699 [2020-12-16T10:05:19.411Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:05:19.411Z] Removing intermediate container 21843112b804 [2020-12-16T10:05:19.411Z] ---> 0acf28b72802 [2020-12-16T10:05:19.411Z] Step 14/22 : WORKDIR / [2020-12-16T10:05:19.994Z] ---> Running in ae63f760776c [2020-12-16T10:05:19.994Z] Removing intermediate container 5a432ec5a9c2 [2020-12-16T10:05:19.994Z] ---> cf4dde4e9947 [2020-12-16T10:05:19.994Z] [2020-12-16T10:05:19.994Z] Step 10/23 : FROM alpine [2020-12-16T10:05:20.259Z] ---> b14afc6dfb98 [2020-12-16T10:05:20.259Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:05:20.259Z] ---> 653c575f1994 [2020-12-16T10:05:20.259Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:05:20.525Z] Removing intermediate container 6238567de865 [2020-12-16T10:05:20.525Z] ---> 96322d401555 [2020-12-16T10:05:20.525Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:05:20.525Z] Removing intermediate container 55a2529d4b37 [2020-12-16T10:05:20.525Z] ---> b7f5b319d5d6 [2020-12-16T10:05:20.525Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:05:20.525Z] ---> Running in 4ef635d2ba7a [2020-12-16T10:05:20.525Z] ---> Running in db521dd9a0f5 [2020-12-16T10:05:20.790Z] ---> Running in 4d66ccc90232 [2020-12-16T10:05:20.790Z] Removing intermediate container ae63f760776c [2020-12-16T10:05:20.790Z] ---> 4e3ebc1737a2 [2020-12-16T10:05:20.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:05:21.367Z] Removing intermediate container 4ef635d2ba7a [2020-12-16T10:05:21.367Z] ---> 95a7be3c41c4 [2020-12-16T10:05:21.367Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:05:21.367Z] Removing intermediate container db521dd9a0f5 [2020-12-16T10:05:21.367Z] ---> 8af12e5711ee [2020-12-16T10:05:21.367Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:05:21.438Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:21.438Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:21.438Z] ---> 291893430d7f [2020-12-16T10:05:21.438Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:05:21.438Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:21.438Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:21.438Z] ---> 291893430d7f [2020-12-16T10:05:21.438Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:05:21.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:21.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:21.438Z] ---> 291893430d7f [2020-12-16T10:05:21.438Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:21.438Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:21.438Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:21.438Z] ---> 291893430d7f [2020-12-16T10:05:21.438Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:21.438Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:21.438Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:05:21.438Z] ---> 291893430d7f [2020-12-16T10:05:21.438Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:05:21.635Z] ---> a9c30de80448 [2020-12-16T10:05:21.636Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:05:21.636Z] ---> d99f73b0f0db [2020-12-16T10:05:21.636Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T10:05:21.636Z] Removing intermediate container 4d66ccc90232 [2020-12-16T10:05:21.636Z] ---> eeceaab1e6ba [2020-12-16T10:05:21.636Z] Step 13/24 : WORKDIR / [2020-12-16T10:05:21.636Z] ---> Running in 2cf1610a16d6 [2020-12-16T10:05:21.636Z] ---> Running in 4157c7967350 [2020-12-16T10:05:21.897Z] ---> Running in 2fbcf663f929 [2020-12-16T10:05:21.897Z] Removing intermediate container 2cf1610a16d6 [2020-12-16T10:05:21.897Z] ---> 2139c57da024 [2020-12-16T10:05:21.897Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:05:21.897Z] ---> c8467f91e908 [2020-12-16T10:05:21.897Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:05:22.173Z] Removing intermediate container 4157c7967350 [2020-12-16T10:05:22.174Z] ---> 120e30d33fb2 [2020-12-16T10:05:22.174Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:05:22.174Z] ---> Running in b69d958d667c [2020-12-16T10:05:22.174Z] ---> Running in 08627b1b9110 [2020-12-16T10:05:22.174Z] ---> d5adf5ea4a8d [2020-12-16T10:05:22.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:05:22.174Z] Removing intermediate container 2fbcf663f929 [2020-12-16T10:05:22.174Z] ---> 9eac7e6fba60 [2020-12-16T10:05:22.174Z] 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-16T10:05:22.412Z] ---> Running in c1d91333c1a9 [2020-12-16T10:05:22.412Z] ---> Running in 3343398e34ec [2020-12-16T10:05:22.412Z] ---> Running in ac8d58c1bcd3 [2020-12-16T10:05:22.412Z] ---> Running in 76ec47263d6d [2020-12-16T10:05:22.412Z] ---> Running in b4971554d354 [2020-12-16T10:05:22.436Z] Removing intermediate container 08627b1b9110 [2020-12-16T10:05:22.436Z] ---> c573cfaf0400 [2020-12-16T10:05:22.436Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:05:22.436Z] Removing intermediate container b69d958d667c [2020-12-16T10:05:22.436Z] ---> 74d9e357eccf [2020-12-16T10:05:22.436Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:22.699Z] ---> Running in b7225e59c730 [2020-12-16T10:05:22.699Z] ---> 1c2711b9c85e [2020-12-16T10:05:22.699Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:05:22.699Z] ---> Running in bf681f1f419b [2020-12-16T10:05:22.970Z] ---> cf057c7dc884 [2020-12-16T10:05:22.970Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:05:22.970Z] ---> b479e2d21ee1 [2020-12-16T10:05:22.970Z] 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-16T10:05:23.015Z] Removing intermediate container 3343398e34ec [2020-12-16T10:05:23.015Z] ---> c814e134d9ce [2020-12-16T10:05:23.015Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:23.015Z] Removing intermediate container c1d91333c1a9 [2020-12-16T10:05:23.015Z] ---> a839fa792143 [2020-12-16T10:05:23.015Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:05:23.235Z] ---> Running in e10107518067 [2020-12-16T10:05:23.235Z] Removing intermediate container b7225e59c730 [2020-12-16T10:05:23.235Z] ---> ae773f00701f [2020-12-16T10:05:23.235Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:05:23.287Z] Removing intermediate container 76ec47263d6d [2020-12-16T10:05:23.287Z] ---> 19b1bf513704 [2020-12-16T10:05:23.287Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:23.287Z] Removing intermediate container b4971554d354 [2020-12-16T10:05:23.287Z] ---> efe83969d078 [2020-12-16T10:05:23.287Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:23.287Z] Removing intermediate container ac8d58c1bcd3 [2020-12-16T10:05:23.287Z] ---> 2fbf89ebc702 [2020-12-16T10:05:23.287Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:23.287Z] ---> Running in fe679fe30e42 [2020-12-16T10:05:23.558Z] ---> Running in 594145b48d14 [2020-12-16T10:05:23.558Z] ---> Running in 75f50308c479 [2020-12-16T10:05:23.558Z] ---> Running in 1e8b60588bea [2020-12-16T10:05:23.558Z] ---> Running in 0bb5f8a380a6 [2020-12-16T10:05:23.813Z] ---> 9093c7cae848 [2020-12-16T10:05:23.813Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:05:23.813Z] ---> 829f58f2f49b [2020-12-16T10:05:23.813Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:05:23.813Z] ---> Running in 0fd34202b7cf [2020-12-16T10:05:24.077Z] Removing intermediate container e10107518067 [2020-12-16T10:05:24.077Z] ---> 3dc2dffdef5f [2020-12-16T10:05:24.077Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:05:24.077Z] ---> Running in b42b6939ed05 [2020-12-16T10:05:24.339Z] Removing intermediate container 0fd34202b7cf [2020-12-16T10:05:24.339Z] ---> a2ceaa86dfef [2020-12-16T10:05:24.339Z] Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:05:24.339Z] ---> 4df3ef9cf64c [2020-12-16T10:05:24.339Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:05:24.605Z] ---> Running in 7d1ad9ba8fda [2020-12-16T10:05:24.605Z] ---> ce689afa1e15 [2020-12-16T10:05:24.605Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:05:24.605Z] Removing intermediate container b42b6939ed05 [2020-12-16T10:05:24.605Z] ---> 248e49f310d4 [2020-12-16T10:05:24.605Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:05:24.867Z] ---> Running in b9031b9fadf1 [2020-12-16T10:05:24.867Z] ---> Running in 92a81efa2748 [2020-12-16T10:05:24.867Z] Removing intermediate container bf681f1f419b [2020-12-16T10:05:24.867Z] ---> 6ced3069d80a [2020-12-16T10:05:24.867Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:05:24.867Z] Removing intermediate container 7d1ad9ba8fda [2020-12-16T10:05:24.867Z] ---> d22f6bbd710a [2020-12-16T10:05:24.867Z] Step 21/21 : LABEL version=2.0.0-dev.14 [2020-12-16T10:05:25.132Z] ---> Running in 3f64db739fda [2020-12-16T10:05:25.132Z] ---> Running in 8d115016dc0c [2020-12-16T10:05:25.132Z] ---> e5200c9fe82d [2020-12-16T10:05:25.132Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:05:25.132Z] Removing intermediate container 92a81efa2748 [2020-12-16T10:05:25.132Z] ---> d0f08b83ecd9 [2020-12-16T10:05:25.132Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:05:25.396Z] Removing intermediate container b9031b9fadf1 [2020-12-16T10:05:25.396Z] ---> d3aed979c3b0 [2020-12-16T10:05:25.396Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:05:25.396Z] ---> Running in be992dddd79c [2020-12-16T10:05:25.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:25.664Z] ---> Running in eb6aef5f2ca0 [2020-12-16T10:05:25.664Z] Removing intermediate container 8d115016dc0c [2020-12-16T10:05:25.664Z] ---> 7f8c6e7ce551 [2020-12-16T10:05:25.664Z] [2020-12-16T10:05:25.664Z] ---> 8429c10db76d [2020-12-16T10:05:25.664Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:05:25.929Z] Removing intermediate container be992dddd79c [2020-12-16T10:05:25.929Z] ---> 7b6e8c704a1c [2020-12-16T10:05:25.929Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T10:05:25.929Z] Successfully built 7f8c6e7ce551 [2020-12-16T10:05:26.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:26.200Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T10:05:26.200Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2020-12-16T10:05:26.200Z] Removing intermediate container eb6aef5f2ca0 [2020-12-16T10:05:26.200Z] ---> 30b6424d4b4c [2020-12-16T10:05:26.200Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:05:26.200Z] ---> 60d1142e7819 [2020-12-16T10:05:26.200Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:05:26.200Z] ---> Running in e856ac04f55f [2020-12-16T10:05:26.200Z] ---> Running in e841f67d5a0c [2020-12-16T10:05:26.469Z] ---> Running in cc1f1d746aa0 [2020-12-16T10:05:26.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:26.733Z] Removing intermediate container e856ac04f55f [2020-12-16T10:05:26.734Z] ---> 46f01d74b073 [2020-12-16T10:05:26.734Z] Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:05:26.734Z] Removing intermediate container e841f67d5a0c [2020-12-16T10:05:26.734Z] ---> 8d505394abb9 [2020-12-16T10:05:26.734Z] [2020-12-16T10:05:26.840Z] Removing intermediate container fe679fe30e42 [2020-12-16T10:05:26.840Z] ---> 785e4c4c1a3e [2020-12-16T10:05:26.840Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T10:05:26.840Z] ---> Running in 51255b7d5624 [2020-12-16T10:05:26.840Z] Removing intermediate container 75f50308c479 [2020-12-16T10:05:26.840Z] ---> 26f003c01ac6 [2020-12-16T10:05:26.840Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:27.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:27.011Z] Successfully built 8d505394abb9 [2020-12-16T10:05:27.011Z] Successfully tagged docker-core-command-go:latest [2020-12-16T10:05:27.011Z] Building docker-security-secrets-setup-go [2020-12-16T10:05:27.011Z]  Building docker-core-command-go ... done  ---> Running in d5fa94f19883 [2020-12-16T10:05:27.124Z] ---> Running in bb05dc0bcf16 [2020-12-16T10:05:27.404Z] Removing intermediate container 0bb5f8a380a6 [2020-12-16T10:05:27.404Z] ---> 68efee6d49e6 [2020-12-16T10:05:27.404Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:27.404Z] Removing intermediate container 1e8b60588bea [2020-12-16T10:05:27.404Z] ---> 1e027c71e88e [2020-12-16T10:05:27.404Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:05:27.670Z] Removing intermediate container d5fa94f19883 [2020-12-16T10:05:27.670Z] ---> 27801aa28620 [2020-12-16T10:05:27.670Z] Step 21/21 : LABEL version=2.0.0-dev.14 [2020-12-16T10:05:27.685Z] ---> Running in 57459ab9519d [2020-12-16T10:05:27.685Z] ---> Running in 4a45b19dad14 [2020-12-16T10:05:28.291Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:28.291Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:28.291Z] OK: 12620 distinct packages available [2020-12-16T10:05:28.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:29.070Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:05:29.070Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:05:29.176Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:29.335Z] ---> Running in 9a28436a589e [2020-12-16T10:05:29.335Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:05:29.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:29.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:29.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:30.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:30.609Z] Removing intermediate container 594145b48d14 [2020-12-16T10:05:30.609Z] ---> 9e72f3a5b505 [2020-12-16T10:05:30.609Z] Step 5/29 : COPY go.mod . [2020-12-16T10:05:30.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:30.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:30.732Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:05:30.732Z] Removing intermediate container 9a28436a589e [2020-12-16T10:05:30.732Z] ---> cb2562acd194 [2020-12-16T10:05:30.732Z] [2020-12-16T10:05:30.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:05:31.172Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:31.172Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:31.172Z] OK: 12620 distinct packages available [2020-12-16T10:05:31.172Z] ---> 233f4c67bd62 [2020-12-16T10:05:31.172Z] Step 6/29 : RUN go mod download [2020-12-16T10:05:31.456Z] ---> Running in 039ec855ff45 [2020-12-16T10:05:31.682Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:05:31.682Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:05:31.682Z] OK: 8 MiB in 19 packages [2020-12-16T10:05:31.682Z] Successfully built cb2562acd194 [2020-12-16T10:05:31.734Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:31.734Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:31.734Z] OK: 12620 distinct packages available [2020-12-16T10:05:31.945Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T10:05:31.945Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-16T10:05:32.021Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:32.021Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:32.021Z] OK: 12620 distinct packages available [2020-12-16T10:05:32.206Z] Removing intermediate container cc1f1d746aa0 [2020-12-16T10:05:32.206Z] ---> 664ab8dc761e [2020-12-16T10:05:32.206Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:05:32.306Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:32.307Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:32.307Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:32.307Z] OK: 12620 distinct packages available [2020-12-16T10:05:33.359Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:33.359Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:33.642Z] OK: 217 MiB in 51 packages [2020-12-16T10:05:34.648Z] Removing intermediate container 51255b7d5624 [2020-12-16T10:05:34.648Z] ---> 12aee5da5f0d [2020-12-16T10:05:34.648Z] Step 6/24 : COPY go.mod . [2020-12-16T10:05:35.647Z] Removing intermediate container 57459ab9519d [2020-12-16T10:05:35.647Z] ---> cfef59f8a3cc [2020-12-16T10:05:35.647Z] Step 6/22 : COPY go.mod .Removing intermediate container bb05dc0bcf16 [2020-12-16T10:05:35.647Z] [2020-12-16T10:05:35.647Z] ---> cceae6b47396 [2020-12-16T10:05:35.647Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:35.647Z] Removing intermediate container 4a45b19dad14 [2020-12-16T10:05:35.647Z] ---> 2fbd45b25ff6 [2020-12-16T10:05:35.647Z] Step 6/21 : COPY go.mod . [2020-12-16T10:05:35.926Z] Removing intermediate container 039ec855ff45 [2020-12-16T10:05:35.926Z] ---> cd5e96940ce0 [2020-12-16T10:05:35.926Z] Step 7/29 : COPY . . [2020-12-16T10:05:35.926Z] ---> 8f464c54404d [2020-12-16T10:05:35.926Z] Step 7/24 : RUN go mod download [2020-12-16T10:05:36.206Z] ---> Running in 58c351d6ea28 [2020-12-16T10:05:36.439Z] ---> Running in 2bcdd831eb97 [2020-12-16T10:05:36.439Z] Removing intermediate container 2bcdd831eb97 [2020-12-16T10:05:36.439Z] ---> 398f421f1c32 [2020-12-16T10:05:36.439Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:05:36.439Z] ---> Running in a3b3d58d2d58 [2020-12-16T10:05:36.439Z] Removing intermediate container 3f64db739fda [2020-12-16T10:05:36.439Z] ---> 4488f09444d9 [2020-12-16T10:05:36.439Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:05:36.823Z] ---> 69e2cadd9656 [2020-12-16T10:05:36.824Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:36.824Z] ---> d247bf739b9e [2020-12-16T10:05:36.824Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:36.824Z] ---> Running in 2aee25faf88f [2020-12-16T10:05:37.107Z] ---> ec0e29b863e7 [2020-12-16T10:05:37.107Z] Step 7/21 : RUN go mod download [2020-12-16T10:05:37.706Z] ---> Running in d07a0ca85934 [2020-12-16T10:05:37.991Z] ---> Running in 83c177f98e5b [2020-12-16T10:05:39.992Z] Removing intermediate container 58c351d6ea28 [2020-12-16T10:05:39.992Z] ---> 5986ea3c8efc [2020-12-16T10:05:39.992Z] Step 8/24 : COPY . . [2020-12-16T10:05:40.688Z] Removing intermediate container a3b3d58d2d58 [2020-12-16T10:05:40.688Z] ---> c319b8070d6a [2020-12-16T10:05:40.688Z] Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:05:41.995Z] Removing intermediate container 2aee25faf88f [2020-12-16T10:05:41.995Z] ---> 6cd490d50b73 [2020-12-16T10:05:41.995Z] Step 8/22 : COPY . . [2020-12-16T10:05:42.276Z] Removing intermediate container 83c177f98e5b [2020-12-16T10:05:42.276Z] ---> 5298703f7a61 [2020-12-16T10:05:42.276Z] Step 8/21 : COPY . . [2020-12-16T10:05:42.570Z] Removing intermediate container d07a0ca85934 [2020-12-16T10:05:42.570Z] ---> ebf370da3fe8 [2020-12-16T10:05:42.570Z] Step 8/22 : COPY . . [2020-12-16T10:05:42.639Z] ---> 176fc214ac8f [2020-12-16T10:05:42.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:05:42.903Z] ---> Running in 9fdb17daf63c [2020-12-16T10:05:45.497Z] ---> e76e899bf25b [2020-12-16T10:05:45.497Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:05:45.497Z] Removing intermediate container 9fdb17daf63c [2020-12-16T10:05:45.497Z] ---> b4b62db30cc2 [2020-12-16T10:05:45.497Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2020-12-16T10:05:45.497Z] ---> Running in 8d349a426004 [2020-12-16T10:05:45.765Z] ---> 8c8d76aa6268 [2020-12-16T10:05:45.765Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:05:46.032Z] Removing intermediate container 8d349a426004 [2020-12-16T10:05:46.032Z] ---> 82df388b9589 [2020-12-16T10:05:46.032Z] [2020-12-16T10:05:46.659Z] ---> Running in 501fea0fd445 [2020-12-16T10:05:46.929Z] Successfully built 82df388b9589 [2020-12-16T10:05:47.202Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T10:05:47.202Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-12-16T10:05:47.790Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:47.790Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-16T10:05:47.790Z] ---> 506aa39090d9 [2020-12-16T10:05:47.790Z] Step 3/29 : WORKDIR /edgex-go [2020-12-16T10:05:47.790Z] ---> Using cache [2020-12-16T10:05:47.790Z] ---> bb6ef7ddcff1 [2020-12-16T10:05:47.790Z] Step 4/29 : RUN apk update && apk add make git [2020-12-16T10:05:48.751Z] Removing intermediate container 501fea0fd445 [2020-12-16T10:05:48.751Z] ---> 47868293ceb9 [2020-12-16T10:05:48.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:05:49.343Z] ---> Running in f4235e53a642 [2020-12-16T10:05:50.309Z] ---> Running in 5a830a3b0c2e [2020-12-16T10:05:50.894Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:50.894Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:50.894Z] ---> 506aa39090d9 [2020-12-16T10:05:50.894Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:05:50.894Z] ---> Using cache [2020-12-16T10:05:50.894Z] ---> bb6ef7ddcff1 [2020-12-16T10:05:50.894Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:50.894Z] ---> Using cache [2020-12-16T10:05:50.894Z] ---> 0ea902194dee [2020-12-16T10:05:50.894Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:05:50.894Z] ---> Using cache [2020-12-16T10:05:50.894Z] ---> ffd8fdff0ff6 [2020-12-16T10:05:50.894Z] Step 6/22 : COPY go.mod . [2020-12-16T10:05:50.894Z] ---> Using cache [2020-12-16T10:05:50.894Z] ---> 4fe27991417f [2020-12-16T10:05:50.894Z] Step 7/22 : RUN go mod download [2020-12-16T10:05:50.894Z] ---> Using cache [2020-12-16T10:05:50.894Z] ---> 2588697c5baf [2020-12-16T10:05:50.894Z] Step 8/22 : COPY . . [2020-12-16T10:05:51.161Z] ---> Using cache [2020-12-16T10:05:51.161Z] ---> a4f23ccf8a0a [2020-12-16T10:05:51.161Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:05:51.161Z] Removing intermediate container 5a830a3b0c2e [2020-12-16T10:05:51.161Z] ---> f5d2aa37a5c4 [2020-12-16T10:05:51.161Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T10:05:52.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:52.566Z] ---> Running in 49e22532b2a2 [2020-12-16T10:05:52.566Z] ---> Running in b2fa35310f14 [2020-12-16T10:05:52.753Z] ---> d922cac2fc02 [2020-12-16T10:05:52.753Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:05:53.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:53.525Z] Removing intermediate container b2fa35310f14 [2020-12-16T10:05:53.525Z] ---> 2824bc91d934 [2020-12-16T10:05:53.525Z] Step 22/23 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:05:53.803Z] ---> Running in c6987921bd6a [2020-12-16T10:05:54.219Z] ---> Running in bc3935a4427b [2020-12-16T10:05:54.385Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:05:54.385Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:05:54.385Z] ---> 506aa39090d9 [2020-12-16T10:05:54.385Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:05:54.385Z] ---> Using cache [2020-12-16T10:05:54.385Z] ---> bb6ef7ddcff1 [2020-12-16T10:05:54.385Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:05:54.385Z] ---> Using cache [2020-12-16T10:05:54.385Z] ---> 0ea902194dee [2020-12-16T10:05:54.385Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:05:54.385Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:54.385Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:54.385Z] OK: 12750 distinct packages available [2020-12-16T10:05:54.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:05:54.718Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:54.827Z] ---> 67176a4a6f57 [2020-12-16T10:05:54.827Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T10:05:55.006Z] ---> Running in 366540dd8c73 [2020-12-16T10:05:55.363Z] Removing intermediate container c6987921bd6a [2020-12-16T10:05:55.363Z] ---> 52ca733236c7 [2020-12-16T10:05:55.363Z] Step 23/23 : LABEL version=2.0.0-dev.14 [2020-12-16T10:05:55.435Z] ---> Running in f950a49a51b3 [2020-12-16T10:05:55.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:05:55.716Z] ---> Running in 87090b806213 [2020-12-16T10:05:56.078Z] Removing intermediate container 87090b806213 [2020-12-16T10:05:56.078Z] ---> b23626642c9e [2020-12-16T10:05:56.078Z] [2020-12-16T10:05:56.309Z] ---> 1339dc6cdae5 [2020-12-16T10:05:56.310Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T10:05:56.310Z] ---> 287b0e8f50cd [2020-12-16T10:05:56.310Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:05:56.499Z] Removing intermediate container f4235e53a642 [2020-12-16T10:05:56.499Z] ---> 707b249eea39 [2020-12-16T10:05:56.499Z] Step 5/29 : COPY go.mod . [2020-12-16T10:05:56.499Z] Successfully built b23626642c9e [2020-12-16T10:05:56.499Z] Successfully tagged docker-core-data-go:latest [2020-12-16T10:05:56.499Z] Building docker-sys-mgmt-agent-go [2020-12-16T10:05:56.499Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:56.589Z] ---> Running in ae6bc6b679a1 [2020-12-16T10:05:56.589Z] ---> Running in 3d663b85f217 [2020-12-16T10:05:56.874Z] ---> 767ef9585314 [2020-12-16T10:05:56.874Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T10:05:56.881Z] ---> 90df14a34d9d [2020-12-16T10:05:56.881Z] Step 6/29 : RUN go mod download [2020-12-16T10:05:57.158Z] ---> Running in cad97412aba7 [2020-12-16T10:05:57.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:05:57.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-16T10:05:58.461Z] ---> Running in 0894a6a839ae [2020-12-16T10:05:58.461Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:05:58.461Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:05:58.461Z] OK: 12750 distinct packages available [2020-12-16T10:05:59.055Z] OK: 233 MiB in 51 packages [2020-12-16T10:05:59.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-16T10:05:59.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T10:05:59.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2020-12-16T10:06:01.007Z] Removing intermediate container 366540dd8c73 [2020-12-16T10:06:01.007Z] ---> 12d6249c2ba4 [2020-12-16T10:06:01.007Z] Step 6/24 : COPY go.mod . [2020-12-16T10:06:01.969Z] ---> 15e8ffc63395 [2020-12-16T10:06:01.969Z] Step 7/24 : RUN go mod download [2020-12-16T10:06:02.573Z] Removing intermediate container 0894a6a839ae [2020-12-16T10:06:02.573Z] ---> ee9974234502 [2020-12-16T10:06:02.573Z] Step 7/29 : COPY . . [2020-12-16T10:06:02.573Z] ---> Running in 2ccf751ef453 [2020-12-16T10:06:07.995Z] Removing intermediate container 2ccf751ef453 [2020-12-16T10:06:07.995Z] ---> fa80841a51f4 [2020-12-16T10:06:07.995Z] Step 8/24 : COPY . . [2020-12-16T10:06:09.964Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:06:09.964Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:06:09.964Z] ---> 506aa39090d9 [2020-12-16T10:06:09.964Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:06:09.964Z] ---> Using cache [2020-12-16T10:06:09.964Z] ---> bb6ef7ddcff1 [2020-12-16T10:06:09.964Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:06:09.964Z] ---> Using cache [2020-12-16T10:06:09.964Z] ---> 0ea902194dee [2020-12-16T10:06:09.964Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:06:10.230Z] ---> Using cache [2020-12-16T10:06:10.230Z] ---> ffd8fdff0ff6 [2020-12-16T10:06:10.230Z] Step 6/22 : COPY go.mod . [2020-12-16T10:06:10.230Z] ---> Using cache [2020-12-16T10:06:10.230Z] ---> 4fe27991417f [2020-12-16T10:06:10.230Z] Step 7/22 : RUN go mod download [2020-12-16T10:06:10.230Z] ---> Using cache [2020-12-16T10:06:10.230Z] ---> 2588697c5baf [2020-12-16T10:06:10.230Z] Step 8/22 : COPY . . [2020-12-16T10:06:10.230Z] ---> Using cache [2020-12-16T10:06:10.230Z] ---> a4f23ccf8a0a [2020-12-16T10:06:10.230Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T10:06:20.647Z] ---> Running in 1bc591b3d415 [2020-12-16T10:06:22.052Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:06:22.052Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:06:22.052Z] ---> 506aa39090d9 [2020-12-16T10:06:22.052Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T10:06:22.052Z] ---> Using cache [2020-12-16T10:06:22.052Z] ---> bb6ef7ddcff1 [2020-12-16T10:06:22.052Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:06:22.052Z] ---> Using cache [2020-12-16T10:06:22.052Z] ---> 0ea902194dee [2020-12-16T10:06:22.052Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:06:24.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T10:06:25.983Z] ---> Running in e6c50cfe41df [2020-12-16T10:06:27.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:06:29.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:06:32.040Z] Removing intermediate container 49e22532b2a2 [2020-12-16T10:06:32.040Z] ---> 4ebd2b544ac5 [2020-12-16T10:06:32.040Z] [2020-12-16T10:06:32.040Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:06:32.040Z] ---> be4e4bea2c2e [2020-12-16T10:06:32.040Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:06:32.040Z] ---> Using cache [2020-12-16T10:06:32.040Z] ---> b7f5b319d5d6 [2020-12-16T10:06:32.040Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:06:32.640Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:06:32.640Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:06:32.640Z] OK: 12750 distinct packages available [2020-12-16T10:06:32.912Z] OK: 233 MiB in 51 packages [2020-12-16T10:06:34.372Z] ---> Running in 25bc8e4f85a9 [2020-12-16T10:06:36.982Z] Removing intermediate container 25bc8e4f85a9 [2020-12-16T10:06:36.982Z] ---> d14205c0b562 [2020-12-16T10:06:36.982Z] Step 13/22 : WORKDIR / [2020-12-16T10:06:38.922Z] ---> Running in 28213cd19b28 [2020-12-16T10:06:38.922Z] Removing intermediate container e6c50cfe41df [2020-12-16T10:06:38.922Z] ---> 45021bdfa32c [2020-12-16T10:06:38.922Z] Step 6/27 : COPY go.mod . [2020-12-16T10:06:39.194Z] ---> 92f89295f249 [2020-12-16T10:06:39.194Z] Step 7/27 : RUN go mod download [2020-12-16T10:06:39.194Z] Removing intermediate container 28213cd19b28 [2020-12-16T10:06:39.194Z] ---> 3d7f61f20797 [2020-12-16T10:06:39.194Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:06:39.194Z] ---> bb3b2e4296bb [2020-12-16T10:06:39.194Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-16T10:06:39.194Z] ---> Running in a92638b0bc8f [2020-12-16T10:06:39.194Z] ---> 9467ae389472 [2020-12-16T10:06:39.194Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:06:39.460Z] ---> Running in b46df55083f8 [2020-12-16T10:06:39.725Z] ---> Running in c11dc1e7ac52 [2020-12-16T10:06:40.311Z] ---> 400ab37597e5 [2020-12-16T10:06:40.311Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:06:41.294Z] ---> 33de83ebf4b5 [2020-12-16T10:06:41.294Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:06:41.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T10:06:41.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-16T10:06:41.574Z] ---> 08bda0ab02d3 [2020-12-16T10:06:41.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:06:42.220Z] ---> a55d1dbd7b9b [2020-12-16T10:06:42.220Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:06:42.496Z] ---> Running in 0b352845a407 [2020-12-16T10:06:43.094Z] Removing intermediate container a92638b0bc8f [2020-12-16T10:06:43.094Z] ---> 8a485f43b264 [2020-12-16T10:06:43.094Z] Step 8/27 : COPY . . [2020-12-16T10:06:49.809Z] Removing intermediate container 0b352845a407 [2020-12-16T10:06:49.809Z] ---> 77021244c6e0 [2020-12-16T10:06:49.809Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:06:50.791Z] ---> Running in 15df0c7f5bbf [2020-12-16T10:06:51.774Z] Removing intermediate container 15df0c7f5bbf [2020-12-16T10:06:51.774Z] ---> 3d4540f13db5 [2020-12-16T10:06:51.774Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:06:53.234Z] ---> Running in 30540ca7fc31 [2020-12-16T10:06:55.231Z] Removing intermediate container 30540ca7fc31 [2020-12-16T10:06:55.231Z] ---> 5faa02c9015e [2020-12-16T10:06:55.231Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:06:55.826Z] ---> Running in 681abe667d3d [2020-12-16T10:06:56.799Z] Removing intermediate container 681abe667d3d [2020-12-16T10:06:56.799Z] ---> 8f72159a32f5 [2020-12-16T10:06:56.799Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:07:01.074Z] ---> Running in 99591bf09ad2 [2020-12-16T10:07:01.074Z] Removing intermediate container 1bc591b3d415 [2020-12-16T10:07:01.074Z] ---> 29f476cd3f2f [2020-12-16T10:07:01.074Z] [2020-12-16T10:07:01.074Z] Step 10/22 : FROM scratch [2020-12-16T10:07:01.074Z] ---> [2020-12-16T10:07:01.074Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:07:01.363Z] Removing intermediate container 99591bf09ad2 [2020-12-16T10:07:01.363Z] ---> 313a575132ef [2020-12-16T10:07:01.363Z] [2020-12-16T10:07:02.791Z] Successfully built 313a575132ef [2020-12-16T10:07:02.791Z] ---> Using cache [2020-12-16T10:07:02.791Z] ---> 7ff1f72b97f2 [2020-12-16T10:07:02.791Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:07:02.791Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T10:07:04.733Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in a04e9ec5de15 [2020-12-16T10:07:06.663Z] Removing intermediate container a04e9ec5de15 [2020-12-16T10:07:06.663Z] ---> f98091e9182a [2020-12-16T10:07:06.663Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:07:07.237Z] ---> Running in ac38e32985b0 [2020-12-16T10:07:07.237Z] ---> a2f001d93800 [2020-12-16T10:07:07.237Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:07:07.501Z] ---> Running in eebb6e044420 [2020-12-16T10:07:07.768Z] Removing intermediate container ac38e32985b0 [2020-12-16T10:07:07.768Z] ---> 0fbc25a41b88 [2020-12-16T10:07:07.768Z] Step 14/22 : WORKDIR / [2020-12-16T10:07:08.034Z] ---> Running in 81ceee17f3fa [2020-12-16T10:07:08.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T10:07:08.989Z] Removing intermediate container b46df55083f8 [2020-12-16T10:07:08.989Z] ---> 319fd8b7083f [2020-12-16T10:07:08.989Z] [2020-12-16T10:07:08.989Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:07:08.989Z] ---> b14afc6dfb98 [2020-12-16T10:07:08.989Z] 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-16T10:07:08.989Z] Removing intermediate container 81ceee17f3fa [2020-12-16T10:07:08.989Z] ---> 9722b40c18b3 [2020-12-16T10:07:08.989Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:07:09.265Z] ---> Running in a7c6d1a2e250 [2020-12-16T10:07:09.535Z] ---> 82c2c8b05845 [2020-12-16T10:07:09.535Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:07:09.810Z] Removing intermediate container a7c6d1a2e250 [2020-12-16T10:07:09.810Z] ---> 4aea0fc7a5d3 [2020-12-16T10:07:09.810Z] Step 11/29 : USER root [2020-12-16T10:07:10.091Z] ---> Running in e3c3924dcf5b [2020-12-16T10:07:11.061Z] Removing intermediate container e3c3924dcf5b [2020-12-16T10:07:11.061Z] ---> 6de9c719fc4a [2020-12-16T10:07:11.061Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:07:12.497Z] ---> 65e73e2b4d77 [2020-12-16T10:07:12.497Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:12.497Z] ---> Running in 6e1541ec2bd6 [2020-12-16T10:07:12.497Z] Removing intermediate container c11dc1e7ac52 [2020-12-16T10:07:12.497Z] ---> 8f737ff3fdc8 [2020-12-16T10:07:12.497Z] [2020-12-16T10:07:12.497Z] Step 10/24 : FROM scratch [2020-12-16T10:07:12.497Z] ---> [2020-12-16T10:07:12.497Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:07:12.779Z] ---> Running in b8b571f6a6b4 [2020-12-16T10:07:13.065Z] ---> a577d9778075 [2020-12-16T10:07:13.065Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:07:13.065Z] ---> Running in 639793d9dbb0 [2020-12-16T10:07:13.065Z] Removing intermediate container b8b571f6a6b4 [2020-12-16T10:07:13.065Z] ---> a19bfddb935a [2020-12-16T10:07:13.065Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:07:13.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:13.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:13.929Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:13.929Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:13.929Z] OK: 12747 distinct packages available [2020-12-16T10:07:13.929Z] ---> Running in e287100c74ea [2020-12-16T10:07:13.929Z] Removing intermediate container 639793d9dbb0 [2020-12-16T10:07:13.929Z] ---> 8bc065ebfd4d [2020-12-16T10:07:13.929Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:14.193Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:07:14.193Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:07:14.193Z] ---> Running in 58ad10cef7e1 [2020-12-16T10:07:14.193Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:14.462Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:07:14.733Z] Removing intermediate container e287100c74ea [2020-12-16T10:07:14.733Z] ---> b34317858676 [2020-12-16T10:07:14.733Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:07:14.733Z] OK: 6 MiB in 16 packages [2020-12-16T10:07:14.733Z] ---> Running in b24d379210a0 [2020-12-16T10:07:14.733Z] Removing intermediate container 58ad10cef7e1 [2020-12-16T10:07:14.733Z] ---> 478ae1a79438 [2020-12-16T10:07:14.733Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T10:07:14.733Z] ---> Running in 1b227805e1c2 [2020-12-16T10:07:15.014Z] Removing intermediate container b24d379210a0 [2020-12-16T10:07:15.014Z] ---> bf5e42015ce9 [2020-12-16T10:07:15.014Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:07:15.289Z] Removing intermediate container 1b227805e1c2 [2020-12-16T10:07:15.289Z] ---> 321a43b9c6ba [2020-12-16T10:07:15.289Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:07:15.289Z] ---> Running in bfc51081f0ce [2020-12-16T10:07:15.869Z] ---> f1ae62c16a18 [2020-12-16T10:07:15.869Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:07:15.869Z] Removing intermediate container bfc51081f0ce [2020-12-16T10:07:15.869Z] ---> 216f65c1652e [2020-12-16T10:07:15.869Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:07:16.132Z] Removing intermediate container 6e1541ec2bd6 [2020-12-16T10:07:16.132Z] ---> 2c7af4787215 [2020-12-16T10:07:16.132Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:07:16.402Z] ---> Running in 15e6c54416b3 [2020-12-16T10:07:16.402Z] ---> Running in a82e945d4143 [2020-12-16T10:07:17.822Z] ---> 8e1f044df028 [2020-12-16T10:07:17.822Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:07:17.822Z] Removing intermediate container 15e6c54416b3 [2020-12-16T10:07:17.822Z] ---> 57b51d101064 [2020-12-16T10:07:17.822Z] [2020-12-16T10:07:17.822Z] Removing intermediate container a82e945d4143 [2020-12-16T10:07:17.822Z] ---> 6329f52f00e6 [2020-12-16T10:07:17.822Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:07:17.822Z] Successfully built 57b51d101064 [2020-12-16T10:07:17.822Z] ---> Running in a8ca76f8a94d [2020-12-16T10:07:17.822Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T10:07:18.407Z]  Building docker-core-metadata-go ... done  ---> 5c0490fe66d8 [2020-12-16T10:07:18.407Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:07:18.669Z] Removing intermediate container a8ca76f8a94d [2020-12-16T10:07:18.669Z] ---> 0c3603924d14 [2020-12-16T10:07:18.669Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:07:18.934Z] ---> Running in e59bf662a924 [2020-12-16T10:07:19.205Z] ---> 6c6c6a2fb13e [2020-12-16T10:07:19.205Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:07:20.199Z] ---> 14b66e8468f5 [2020-12-16T10:07:20.199Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:20.199Z] ---> 2b3a9a4424d1 [2020-12-16T10:07:20.199Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:07:20.466Z] ---> Running in 50769a3d2753 [2020-12-16T10:07:20.466Z] Removing intermediate container e59bf662a924 [2020-12-16T10:07:20.466Z] ---> 90e8d93b7c49 [2020-12-16T10:07:20.466Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:07:20.736Z] Removing intermediate container 50769a3d2753 [2020-12-16T10:07:20.736Z] ---> 268e5e25dbb0 [2020-12-16T10:07:20.736Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:20.736Z] ---> Running in 731fca8f568e [2020-12-16T10:07:21.004Z] Removing intermediate container 731fca8f568e [2020-12-16T10:07:21.004Z] ---> 7f228b3f466a [2020-12-16T10:07:21.004Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T10:07:21.581Z] ---> dca54bc5cdb0 [2020-12-16T10:07:21.581Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:07:21.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-16T10:07:21.780Z] Removing intermediate container bc3935a4427b [2020-12-16T10:07:21.780Z] ---> 1a66839d3fdf [2020-12-16T10:07:21.780Z] [2020-12-16T10:07:21.780Z] Step 9/29 : FROM alpine:latest [2020-12-16T10:07:21.780Z] latest: Pulling from library/alpine [2020-12-16T10:07:21.780Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T10:07:21.780Z] Status: Downloaded newer image for alpine:latest [2020-12-16T10:07:21.780Z] ---> dd36a01c3f31 [2020-12-16T10:07:21.780Z] 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-16T10:07:21.780Z] ---> Running in 3f6d994655bc [2020-12-16T10:07:21.780Z] Removing intermediate container 3f6d994655bc [2020-12-16T10:07:21.780Z] ---> 3c605da0214a [2020-12-16T10:07:21.780Z] Step 11/29 : USER root [2020-12-16T10:07:21.780Z] ---> Running in d116a27c45a5 [2020-12-16T10:07:21.780Z] Removing intermediate container d116a27c45a5 [2020-12-16T10:07:21.780Z] ---> 34509122a051 [2020-12-16T10:07:21.780Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-16T10:07:21.780Z] ---> Running in a36104e0d6aa [2020-12-16T10:07:22.612Z] ---> Running in 1d58e0d897e8 [2020-12-16T10:07:22.895Z] ---> 801d767fc961 [2020-12-16T10:07:22.895Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:07:22.895Z] Removing intermediate container eebb6e044420 [2020-12-16T10:07:22.895Z] ---> 35a150bb1ce6 [2020-12-16T10:07:22.895Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:07:22.895Z] Removing intermediate container 1d58e0d897e8 [2020-12-16T10:07:22.895Z] ---> 4fbf4e36cf15 [2020-12-16T10:07:22.895Z] Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:07:22.895Z] ---> Running in a2bfb9562ac7 [2020-12-16T10:07:23.171Z] ---> Running in 8a7d226065fe [2020-12-16T10:07:23.171Z] ---> f7b1fbaf3c43 [2020-12-16T10:07:23.171Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:07:23.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:23.434Z] Removing intermediate container 8a7d226065fe [2020-12-16T10:07:23.434Z] ---> c767ba5d5789 [2020-12-16T10:07:23.434Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2020-12-16T10:07:23.434Z] ---> Running in 5fd19e23003d [2020-12-16T10:07:23.701Z] ---> fc28688f204d [2020-12-16T10:07:23.701Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:07:23.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T10:07:23.701Z] Removing intermediate container 5fd19e23003d [2020-12-16T10:07:23.701Z] ---> 761fb1cc0ec8 [2020-12-16T10:07:23.701Z] [2020-12-16T10:07:23.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:23.962Z] Successfully built 761fb1cc0ec8 [2020-12-16T10:07:23.962Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T10:07:24.230Z]  Building docker-support-notifications-go ... done  ---> 65c236622c83 [2020-12-16T10:07:24.230Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:07:24.230Z] ---> Running in 9e51fc43e78c [2020-12-16T10:07:24.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-16T10:07:24.726Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:24.726Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:24.726Z] OK: 12617 distinct packages available [2020-12-16T10:07:24.809Z] Removing intermediate container a2bfb9562ac7 [2020-12-16T10:07:24.809Z] ---> 8b7cf6e34a86 [2020-12-16T10:07:24.809Z] [2020-12-16T10:07:24.809Z] Step 11/27 : FROM docker:latest [2020-12-16T10:07:24.809Z] ---> 0c995d0d3006 [2020-12-16T10:07:24.809Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T10:07:25.071Z] ---> Running in bd72885aaf68 [2020-12-16T10:07:25.350Z] Removing intermediate container 9e51fc43e78c [2020-12-16T10:07:25.350Z] ---> a14f52a414c0 [2020-12-16T10:07:25.350Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:07:25.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:25.613Z] ---> 950afa876c7d [2020-12-16T10:07:25.613Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:07:25.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:25.613Z] ---> Running in f1569d2cde92 [2020-12-16T10:07:25.717Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-16T10:07:25.717Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-16T10:07:25.717Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:25.717Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:07:25.878Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:07:25.878Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:07:25.878Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:07:25.878Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:25.878Z] OK: 12 MiB in 22 packages [2020-12-16T10:07:25.994Z] OK: 6 MiB in 16 packages [2020-12-16T10:07:26.827Z] Removing intermediate container bd72885aaf68 [2020-12-16T10:07:26.827Z] ---> 600c60872ca1 [2020-12-16T10:07:26.827Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:07:26.827Z] Removing intermediate container f1569d2cde92 [2020-12-16T10:07:26.827Z] ---> 38556c254bd2 [2020-12-16T10:07:26.827Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:07:26.827Z] ---> Running in 19b4b4ff79b0 [2020-12-16T10:07:26.827Z] ---> Running in c6866b27e0fc [2020-12-16T10:07:27.778Z] Removing intermediate container 19b4b4ff79b0 [2020-12-16T10:07:27.778Z] ---> 8fa59fdda4cd [2020-12-16T10:07:27.778Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:07:28.039Z] ---> Running in 328aeb0fce0e [2020-12-16T10:07:28.301Z] Removing intermediate container 328aeb0fce0e [2020-12-16T10:07:28.301Z] ---> d30ef7014876 [2020-12-16T10:07:28.301Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:07:28.564Z] Removing intermediate container c6866b27e0fc [2020-12-16T10:07:28.564Z] ---> cebb08c558ed [2020-12-16T10:07:28.564Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:07:28.564Z] ---> Running in 522e63c19929 [2020-12-16T10:07:28.564Z] ---> Running in e32c369bc32f [2020-12-16T10:07:28.685Z] Removing intermediate container a36104e0d6aa [2020-12-16T10:07:28.685Z] ---> 2279fa86e41b [2020-12-16T10:07:28.685Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-16T10:07:28.827Z] Removing intermediate container 522e63c19929 [2020-12-16T10:07:28.827Z] ---> efefcd0dfdb3 [2020-12-16T10:07:28.827Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:07:28.827Z] Removing intermediate container e32c369bc32f [2020-12-16T10:07:28.827Z] ---> 9153091422ff [2020-12-16T10:07:28.827Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:07:28.827Z] ---> Running in c84cf546d6d7 [2020-12-16T10:07:28.827Z] ---> Running in bc1f9580231b [2020-12-16T10:07:28.976Z] ---> Running in 2fcbe77e3201 [2020-12-16T10:07:29.089Z] Removing intermediate container c84cf546d6d7 [2020-12-16T10:07:29.089Z] ---> 04e3081c8580 [2020-12-16T10:07:29.089Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:07:29.089Z] Removing intermediate container bc1f9580231b [2020-12-16T10:07:29.089Z] ---> 83653bcd3c34 [2020-12-16T10:07:29.089Z] Step 27/29 : LABEL arch=x86_64 [2020-12-16T10:07:29.089Z] ---> Running in f7a56f87e332 [2020-12-16T10:07:29.350Z] Removing intermediate container f7a56f87e332 [2020-12-16T10:07:29.350Z] ---> 662b361fff9c [2020-12-16T10:07:29.350Z] Step 28/29 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:07:29.350Z] ---> Running in b1ef1dc1c867 [2020-12-16T10:07:29.612Z] ---> dbab66c7d1ef [2020-12-16T10:07:29.612Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:29.612Z] Removing intermediate container b1ef1dc1c867 [2020-12-16T10:07:29.612Z] ---> 50c2a2739e3b [2020-12-16T10:07:29.612Z] Step 29/29 : LABEL version=2.0.0-dev.14 [2020-12-16T10:07:29.612Z] ---> Running in 3d683fa20628 [2020-12-16T10:07:29.874Z] ---> b1abdded282b [2020-12-16T10:07:29.874Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:07:29.874Z] Removing intermediate container 3d683fa20628 [2020-12-16T10:07:29.874Z] ---> ac4468dbf9de [2020-12-16T10:07:29.874Z] [2020-12-16T10:07:29.976Z] Removing intermediate container 2fcbe77e3201 [2020-12-16T10:07:29.976Z] ---> 015c583f37c6 [2020-12-16T10:07:29.976Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-16T10:07:29.976Z] ---> Running in b796e7de53c6 [2020-12-16T10:07:30.137Z] Successfully built ac4468dbf9de [2020-12-16T10:07:30.399Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-16T10:07:30.399Z]  Building docker-security-secrets-setup-go ... done  ---> 5d8add167602 [2020-12-16T10:07:30.399Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:07:30.399Z] ---> Running in b5d3c685bd3f [2020-12-16T10:07:30.574Z] Removing intermediate container b796e7de53c6 [2020-12-16T10:07:30.574Z] ---> 9437f1f19b3b [2020-12-16T10:07:30.574Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-16T10:07:30.851Z] ---> Running in 6287a8d85352 [2020-12-16T10:07:30.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:30.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:31.237Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:07:31.237Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:07:31.237Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:07:31.237Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:07:31.237Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:07:31.237Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:07:31.237Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:07:33.156Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:07:33.156Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:07:33.156Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:07:33.156Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:07:33.156Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:07:33.156Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:07:33.156Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:07:33.156Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:07:33.418Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:07:33.418Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:07:33.418Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:07:33.418Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:07:33.418Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:07:33.418Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:07:33.418Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:07:33.418Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:07:33.418Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:07:33.418Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:07:33.419Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:07:33.681Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:07:33.681Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:07:33.681Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:07:33.681Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:07:33.681Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:07:33.681Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:07:33.681Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:07:33.681Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:33.681Z] OK: 71 MiB in 55 packages [2020-12-16T10:07:36.319Z] Removing intermediate container 6287a8d85352 [2020-12-16T10:07:36.319Z] ---> 4786a83cacb5 [2020-12-16T10:07:36.319Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-16T10:07:36.319Z] Removing intermediate container f950a49a51b3 [2020-12-16T10:07:36.319Z] ---> 8a7565e4ead7 [2020-12-16T10:07:36.319Z] [2020-12-16T10:07:36.319Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T10:07:36.319Z] 3.10: Pulling from library/alpine [2020-12-16T10:07:37.771Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T10:07:37.771Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T10:07:37.771Z] ---> 536a684cf733 [2020-12-16T10:07:37.771Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:38.062Z] ---> 99fd9793cf30 [2020-12-16T10:07:38.062Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-16T10:07:38.346Z] ---> Running in fc2a062cf89d [2020-12-16T10:07:39.845Z] ---> 7efd370f687f [2020-12-16T10:07:39.845Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-16T10:07:40.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:41.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:41.733Z] ---> 7c5d674af81d [2020-12-16T10:07:41.733Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-16T10:07:41.835Z] Removing intermediate container b5d3c685bd3f [2020-12-16T10:07:41.835Z] ---> d97f4f21bc1e [2020-12-16T10:07:41.835Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:07:41.835Z] ---> Running in bb730d7c8736 [2020-12-16T10:07:42.338Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T10:07:42.338Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T10:07:42.338Z] OK: 10171 distinct packages available [2020-12-16T10:07:43.223Z] Collecting docker-compose==1.23.2 [2020-12-16T10:07:43.224Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:07:43.333Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T10:07:43.334Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T10:07:43.334Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T10:07:43.334Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T10:07:43.334Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T10:07:43.334Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T10:07:43.334Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T10:07:43.334Z] ---> 519b34d64171 [2020-12-16T10:07:43.334Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-16T10:07:43.484Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:07:43.484Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:07:43.942Z] OK: 7 MiB in 19 packages [2020-12-16T10:07:44.220Z] Removing intermediate container ae6bc6b679a1 [2020-12-16T10:07:44.220Z] ---> 0ae246eed72f [2020-12-16T10:07:44.220Z] [2020-12-16T10:07:44.220Z] Step 10/21 : FROM alpine [2020-12-16T10:07:44.220Z] ---> dd36a01c3f31 [2020-12-16T10:07:44.220Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T10:07:44.432Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:07:44.432Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:07:44.826Z] ---> Running in 17e1e56313eb [2020-12-16T10:07:45.008Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:07:45.008Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:07:45.008Z] 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-16T10:07:45.103Z] ---> ec19762fbfc6 [2020-12-16T10:07:45.103Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-16T10:07:45.270Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:07:45.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:07:45.380Z] ---> Running in 4c802cf59c5e [2020-12-16T10:07:45.532Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:07:45.532Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:07:45.794Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:07:45.794Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:07:45.794Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:07:45.794Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:07:46.055Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:07:46.055Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T10:07:46.629Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:07:46.629Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:07:46.891Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:07:46.891Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:07:47.152Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:07:47.152Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:07:47.152Z] 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-16T10:07:47.152Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:07:47.152Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:07:47.379Z] Removing intermediate container fc2a062cf89d [2020-12-16T10:07:47.379Z] ---> a237b2fc985f [2020-12-16T10:07:47.379Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:47.413Z] 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-16T10:07:47.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:07:47.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:07:47.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:07:47.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:07:47.413Z] Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, texttable, docker-compose [2020-12-16T10:07:47.413Z] Running setup.py install for PyYAML: started [2020-12-16T10:07:47.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:47.664Z] ---> Running in 84e75b6a4762 [2020-12-16T10:07:47.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:07:47.986Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:07:47.986Z] Running setup.py install for docopt: started [2020-12-16T10:07:48.557Z] Removing intermediate container 84e75b6a4762 [2020-12-16T10:07:48.557Z] ---> ffb864f50b00 [2020-12-16T10:07:48.557Z] Step 13/24 : WORKDIR / [2020-12-16T10:07:48.558Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:07:48.558Z] Attempting uninstall: idna [2020-12-16T10:07:48.558Z] Found existing installation: idna 2.9 [2020-12-16T10:07:48.558Z] Uninstalling idna-2.9: [2020-12-16T10:07:48.558Z] Successfully uninstalled idna-2.9 [2020-12-16T10:07:48.820Z] Attempting uninstall: urllib3 [2020-12-16T10:07:48.820Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:07:48.820Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:07:48.820Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:07:48.832Z] ---> Running in 07093d0d7a2a [2020-12-16T10:07:49.082Z] Attempting uninstall: requests [2020-12-16T10:07:49.082Z] Found existing installation: requests 2.23.0 [2020-12-16T10:07:49.082Z] Uninstalling requests-2.23.0: [2020-12-16T10:07:49.082Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:07:49.119Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:07:49.119Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:07:49.119Z] OK: 12617 distinct packages available [2020-12-16T10:07:49.412Z] Removing intermediate container 4c802cf59c5e [2020-12-16T10:07:49.412Z] ---> f3a88be6dcd3 [2020-12-16T10:07:49.412Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/Removing intermediate container 07093d0d7a2a [2020-12-16T10:07:49.412Z] ---> f30fe08a8c47 [2020-12-16T10:07:49.656Z] Running setup.py install for dockerpty: started [2020-12-16T10:07:49.699Z] 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-16T10:07:49.699Z] [2020-12-16T10:07:50.232Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:07:50.232Z] Running setup.py install for texttable: started [2020-12-16T10:07:50.299Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T10:07:50.299Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:07:50.299Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T10:07:50.299Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T10:07:50.299Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:50.300Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T10:07:50.498Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:07:50.578Z] OK: 7 MiB in 18 packages [2020-12-16T10:07:50.760Z] 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-16T10:07:51.186Z] ---> fb98e0795afa [2020-12-16T10:07:51.187Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:07:51.187Z] ---> d64c8fdc3de9 [2020-12-16T10:07:51.187Z] 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-16T10:07:51.461Z] ---> Running in 5366ecc2a126 [2020-12-16T10:07:52.909Z] ---> 9f5cd8cd0480 [2020-12-16T10:07:52.909Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T10:07:53.906Z] Removing intermediate container 17e1e56313eb [2020-12-16T10:07:53.906Z] ---> e4b6edb09162 [2020-12-16T10:07:53.906Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T10:07:54.181Z] ---> Running in c32630441c47 [2020-12-16T10:07:55.059Z] Removing intermediate container bb730d7c8736 [2020-12-16T10:07:55.059Z] ---> 673a2968a1f4 [2020-12-16T10:07:55.059Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:07:55.059Z] ---> Running in ed2007772749 [2020-12-16T10:07:55.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:55.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T10:07:55.173Z] ---> 575113149852 [2020-12-16T10:07:55.173Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T10:07:55.320Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:07:55.320Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:07:55.320Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:07:55.320Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:07:55.320Z] OK: 72 MiB in 58 packages [2020-12-16T10:07:55.449Z] Removing intermediate container c32630441c47 [2020-12-16T10:07:55.449Z] ---> eb1b8596dbd8 [2020-12-16T10:07:55.449Z] Step 13/21 : WORKDIR /edgex [2020-12-16T10:07:55.724Z] ---> Running in 8bb26452cf24 [2020-12-16T10:07:55.894Z] Removing intermediate container ed2007772749 [2020-12-16T10:07:55.894Z] ---> 950be2cacf2e [2020-12-16T10:07:55.894Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:07:55.894Z] ---> Running in a11fccf83f70 [2020-12-16T10:07:56.155Z] Removing intermediate container a11fccf83f70 [2020-12-16T10:07:56.155Z] ---> e1a7cc92e367 [2020-12-16T10:07:56.155Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:07:56.155Z] ---> Running in 7f5b3d9e9fdb [2020-12-16T10:07:56.155Z] Removing intermediate container 7f5b3d9e9fdb [2020-12-16T10:07:56.155Z] ---> f0b843e98edb [2020-12-16T10:07:56.155Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T10:07:56.325Z] Removing intermediate container 5366ecc2a126 [2020-12-16T10:07:56.325Z] ---> 009463705f4f [2020-12-16T10:07:56.325Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-16T10:07:56.417Z] ---> Running in 7a41c21cdb96 [2020-12-16T10:07:56.417Z] Removing intermediate container 7a41c21cdb96 [2020-12-16T10:07:56.417Z] ---> 6092d1733a0e [2020-12-16T10:07:56.417Z] Step 26/27 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:07:56.417Z] ---> Running in 736c43e82ffa [2020-12-16T10:07:56.679Z] Removing intermediate container 736c43e82ffa [2020-12-16T10:07:56.679Z] ---> 9a8773619807 [2020-12-16T10:07:56.679Z] Step 27/27 : LABEL version=2.0.0-dev.14 [2020-12-16T10:07:56.679Z] ---> Running in 24fd68f26ac3 [2020-12-16T10:07:56.932Z] ---> Running in 8aac7d839c0d [2020-12-16T10:07:56.932Z] Removing intermediate container 8bb26452cf24 [2020-12-16T10:07:56.932Z] ---> 3a0b3ef8fea4 [2020-12-16T10:07:56.932Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T10:07:56.941Z] Removing intermediate container 24fd68f26ac3 [2020-12-16T10:07:56.941Z] ---> c2eae826f64f [2020-12-16T10:07:56.941Z] [2020-12-16T10:07:56.941Z] Successfully built c2eae826f64f [2020-12-16T10:07:56.941Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T10:07:57.539Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T10:07:57.573Z] $ docker stop --time=1 d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b [2020-12-16T10:07:58.952Z] ---> be2b4db7b94c [2020-12-16T10:07:58.952Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T10:07:58.952Z] ---> 48c5a4283b06 [2020-12-16T10:07:58.952Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T10:07:59.328Z] $ docker rm -f d3eb26a4983f19b04bb3f6c923cadd4fdd036a2c6a71ac064e072034862c008b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:07:59.873Z] + docker images [2020-12-16T10:07:59.873Z] + grep docker [2020-12-16T10:07:59.873Z] docker-sys-mgmt-agent-go latest c2eae826f64f 3 seconds ago 313MB [2020-12-16T10:07:59.873Z] docker-security-secrets-setup-go latest ac4468dbf9de 30 seconds ago 23.9MB [2020-12-16T10:07:59.873Z] docker-support-notifications-go latest 761fb1cc0ec8 36 seconds ago 13.6MB [2020-12-16T10:07:59.873Z] docker-core-metadata-go latest 57b51d101064 43 seconds ago 14.5MB [2020-12-16T10:07:59.873Z] docker-security-bootstrap-redis-go latest 313a575132ef 59 seconds ago 15.8MB [2020-12-16T10:07:59.873Z] docker-core-data-go latest b23626642c9e 2 minutes ago 23.7MB [2020-12-16T10:07:59.873Z] docker-security-secretstore-setup-go latest 82df388b9589 2 minutes ago 24.7MB [2020-12-16T10:07:59.873Z] docker-security-proxy-setup-go latest cb2562acd194 2 minutes ago 24.6MB [2020-12-16T10:07:59.873Z] docker-core-command-go latest 8d505394abb9 2 minutes ago 12.2MB [2020-12-16T10:07:59.873Z] docker-support-scheduler-go latest 7f8c6e7ce551 2 minutes ago 12.3MB [2020-12-16T10:07:59.873Z] docker latest 0c995d0d3006 12 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T10:08:00.523Z] provisioning config files... [2020-12-16T10:08:00.563Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config5080241947015335494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:08:00.948Z] ---> docker-login.sh [2020-12-16T10:08:00.948Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:08:00.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:08:01.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:08:01.211Z] Configure a credential helper to remove this warning. See [2020-12-16T10:08:01.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:08:01.211Z] [2020-12-16T10:08:01.211Z] Login Succeeded [2020-12-16T10:08:01.211Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:08:01.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:08:01.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:08:01.473Z] Configure a credential helper to remove this warning. See [2020-12-16T10:08:01.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:08:01.473Z] [2020-12-16T10:08:01.473Z] Login Succeeded [2020-12-16T10:08:01.473Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:08:01.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:08:01.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:08:01.473Z] Configure a credential helper to remove this warning. See [2020-12-16T10:08:01.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:08:01.473Z] [2020-12-16T10:08:01.473Z] Login Succeeded [2020-12-16T10:08:01.618Z] Removing intermediate container cad97412aba7 [2020-12-16T10:08:01.618Z] ---> 4aaef3c7e553 [2020-12-16T10:08:01.618Z] [2020-12-16T10:08:01.618Z] Step 10/22 : FROM scratch [2020-12-16T10:08:01.618Z] ---> [2020-12-16T10:08:01.618Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:08:01.736Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:08:01.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:08:01.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:08:01.736Z] Configure a credential helper to remove this warning. See [2020-12-16T10:08:01.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:08:01.736Z] [2020-12-16T10:08:01.736Z] Login Succeeded [2020-12-16T10:08:01.736Z] docker.io [2020-12-16T10:08:02.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:08:02.047Z] ---> 74be48aeb530 [2020-12-16T10:08:02.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T10:08:02.047Z] ---> Running in 5e43a1e8b8e9 [2020-12-16T10:08:02.047Z] ---> e24a0065a4be [2020-12-16T10:08:02.047Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T10:08:02.047Z] Removing intermediate container 8aac7d839c0d [2020-12-16T10:08:02.047Z] ---> 6ad9821c0ed0 [2020-12-16T10:08:02.047Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:08:02.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:08:02.262Z] Configure a credential helper to remove this warning. See [2020-12-16T10:08:02.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:08:02.262Z] [2020-12-16T10:08:02.262Z] Login Succeeded [2020-12-16T10:08:02.262Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:08:02.272Z] Deleting 1 temporary files [2020-12-16T10:08:02.379Z] ---> Running in 4605122ead2b [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:02.646Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-16T10:08:02.646Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:02.646Z] 2.0.0-dev.14 [2020-12-16T10:08:02.646Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:02.646Z] master [2020-12-16T10:08:02.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:05.082Z] Removing intermediate container 5e43a1e8b8e9 [2020-12-16T10:08:05.083Z] ---> 65a312329407 [2020-12-16T10:08:05.083Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T10:08:05.083Z] ---> Running in dcf42365768b [2020-12-16T10:08:05.083Z] Removing intermediate container 4605122ead2b [2020-12-16T10:08:05.083Z] ---> b1d67c18a5bc [2020-12-16T10:08:05.083Z] Step 26/29 : CMD [ "generate" ] [2020-12-16T10:08:05.083Z] ---> 616ef7ddc08b [2020-12-16T10:08:05.083Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T10:08:05.083Z] ---> Running in ba279934de79 [2020-12-16T10:08:05.083Z] ---> Running in a46ce6e7d664 [2020-12-16T10:08:05.083Z] Removing intermediate container dcf42365768b [2020-12-16T10:08:05.083Z] ---> 3295737c1c4c [2020-12-16T10:08:05.083Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:08:05.083Z] ---> Running in 7c72267ad34f [2020-12-16T10:08:05.083Z] Removing intermediate container ba279934de79 [2020-12-16T10:08:05.083Z] ---> 1ee89b788981 [2020-12-16T10:08:05.083Z] Step 27/29 : LABEL arch=arm64 [2020-12-16T10:08:05.188Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:05.430Z] ---> 330ca972d0a5 [2020-12-16T10:08:05.430Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T10:08:05.430Z] ---> Running in 16a4840a959b [2020-12-16T10:08:05.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:05.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-16T10:08:05.490Z] 2daee1d7725c: Preparing [2020-12-16T10:08:05.490Z] 8ed0dddf0fff: Preparing [2020-12-16T10:08:05.490Z] f20694bc22cb: Preparing [2020-12-16T10:08:05.751Z] f20694bc22cb: Pushed [2020-12-16T10:08:05.751Z] 2daee1d7725c: Pushed [2020-12-16T10:08:05.787Z] ---> Running in c310d7505046 [2020-12-16T10:08:06.119Z] Removing intermediate container 7c72267ad34f [2020-12-16T10:08:06.119Z] ---> 77333480558d [2020-12-16T10:08:06.119Z] Step 14/22 : WORKDIR / [2020-12-16T10:08:06.119Z] ---> Running in 49a214b08847 [2020-12-16T10:08:06.472Z] Removing intermediate container 16a4840a959b [2020-12-16T10:08:06.472Z] ---> 8cec447edc64 [2020-12-16T10:08:06.472Z] Step 28/29 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:06.694Z] 8ed0dddf0fff: Pushed [2020-12-16T10:08:06.841Z] ---> Running in 1954bb299a94 [2020-12-16T10:08:06.841Z] Removing intermediate container c310d7505046 [2020-12-16T10:08:06.841Z] ---> 8622313207f2 [2020-12-16T10:08:06.841Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T10:08:06.956Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:07.284Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:07.487Z] ---> Running in 473b4358d12c [2020-12-16T10:08:07.487Z] Removing intermediate container 49a214b08847 [2020-12-16T10:08:07.487Z] ---> 0cb3abbc9006 [2020-12-16T10:08:07.487Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T10:08:07.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 [2020-12-16T10:08:07.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-16T10:08:07.584Z] 2daee1d7725c: Preparing [2020-12-16T10:08:07.584Z] 8ed0dddf0fff: Preparing [2020-12-16T10:08:07.584Z] f20694bc22cb: Preparing [2020-12-16T10:08:07.584Z] 2daee1d7725c: Layer already exists [2020-12-16T10:08:07.584Z] f20694bc22cb: Layer already exists [2020-12-16T10:08:07.584Z] 8ed0dddf0fff: Layer already exists [2020-12-16T10:08:07.584Z] 2.0.0-dev.14: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:07.816Z] Removing intermediate container 1954bb299a94 [2020-12-16T10:08:07.816Z] ---> a9b0428eb972 [2020-12-16T10:08:07.816Z] Step 29/29 : LABEL version=2.0.0-dev.14 [2020-12-16T10:08:07.892Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:08.130Z] ---> Running in 418e29a9eb9b [2020-12-16T10:08:08.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:08.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-16T10:08:08.194Z] 2daee1d7725c: Preparing [2020-12-16T10:08:08.194Z] 8ed0dddf0fff: Preparing [2020-12-16T10:08:08.194Z] f20694bc22cb: Preparing [2020-12-16T10:08:08.194Z] 8ed0dddf0fff: Layer already exists [2020-12-16T10:08:08.194Z] 2daee1d7725c: Layer already exists [2020-12-16T10:08:08.194Z] f20694bc22cb: Layer already exists [2020-12-16T10:08:08.194Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:08.453Z] Removing intermediate container 473b4358d12c [2020-12-16T10:08:08.453Z] ---> 2e3f209266eb [2020-12-16T10:08:08.453Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:08:08.516Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:08.748Z] ---> Running in 547b9cc2380a [2020-12-16T10:08:08.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-16T10:08:08.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-16T10:08:08.820Z] 2daee1d7725c: Preparing [2020-12-16T10:08:08.820Z] 8ed0dddf0fff: Preparing [2020-12-16T10:08:08.820Z] f20694bc22cb: Preparing [2020-12-16T10:08:08.820Z] f20694bc22cb: Layer already exists [2020-12-16T10:08:08.820Z] 8ed0dddf0fff: Layer already exists [2020-12-16T10:08:08.820Z] 2daee1d7725c: Layer already exists [2020-12-16T10:08:08.820Z] master: digest: sha256:e0c73478ae14e2c36819c63c858d108d0d21eafc7763269c7e9e64beddf7a71a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:09.007Z] ===================================================== [2020-12-16T10:08:09.029Z] Removing intermediate container a46ce6e7d664 [2020-12-16T10:08:09.029Z] ---> 70d55970021b [2020-12-16T10:08:09.029Z] ---> 8892380123c9 [2020-12-16T10:08:09.029Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T10:08:09.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] echo [2020-12-16T10:08:09.054Z] taggedImages: [2020-12-16T10:08:09.054Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:09.054Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.14 [2020-12-16T10:08:09.054Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:09.054Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-16T10:08:09.114Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-16T10:08:09.114Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:09.114Z] 2.0.0-dev.14 [2020-12-16T10:08:09.114Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:09.114Z] master [2020-12-16T10:08:09.114Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:09.333Z] Removing intermediate container 418e29a9eb9b [2020-12-16T10:08:09.333Z] ---> a500d4d7c2c5 [2020-12-16T10:08:09.333Z] [2020-12-16T10:08:09.333Z] ---> Running in a9f44c424614 [2020-12-16T10:08:09.598Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [2020-12-16T10:08:09.610Z] Removing intermediate container 547b9cc2380a [2020-12-16T10:08:09.610Z] ---> 02fb44d9d2dc [2020-12-16T10:08:09.610Z] Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [Pipeline] sh [2020-12-16T10:08:09.889Z] Successfully built a500d4d7c2c5 [2020-12-16T10:08:09.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:09.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-16T10:08:09.898Z] 8f148359a93e: Preparing [2020-12-16T10:08:09.898Z] 1dd14da5568e: Preparing [2020-12-16T10:08:09.898Z] f9e7f9b0f0ad: Preparing [2020-12-16T10:08:09.898Z] 9b212a9880f0: Preparing [2020-12-16T10:08:09.898Z] ad2592de1d15: Preparing [2020-12-16T10:08:09.898Z] f4666769fca7: Preparing [2020-12-16T10:08:09.898Z] f4666769fca7: Waiting [2020-12-16T10:08:10.161Z] f9e7f9b0f0ad: Pushed [2020-12-16T10:08:10.161Z] ad2592de1d15: Pushed [2020-12-16T10:08:10.161Z] 8f148359a93e: Pushed [2020-12-16T10:08:10.161Z] f4666769fca7: Layer already exists [2020-12-16T10:08:10.161Z] 9b212a9880f0: Pushed [2020-12-16T10:08:10.169Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-16T10:08:10.169Z] Building docker-support-notifications-go [2020-12-16T10:08:10.169Z] ---> Running in 5823b36439e6 [2020-12-16T10:08:10.456Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container a9f44c424614 [2020-12-16T10:08:10.456Z] ---> 01b7bd42f5d0 [2020-12-16T10:08:10.456Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:08:11.066Z] ---> Running in 6250c58e5b90 [2020-12-16T10:08:11.346Z] ---> 723eff47c6b5 [2020-12-16T10:08:11.346Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T10:08:11.346Z] Removing intermediate container 5823b36439e6 [2020-12-16T10:08:11.346Z] ---> 5e08a031d122 [2020-12-16T10:08:11.346Z] Step 21/21 : LABEL version=2.0.0-dev.14 [2020-12-16T10:08:11.547Z] 1dd14da5568e: Pushed [2020-12-16T10:08:11.548Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:11.861Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:12.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 [2020-12-16T10:08:12.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-16T10:08:12.177Z] 8f148359a93e: Preparing [2020-12-16T10:08:12.177Z] 1dd14da5568e: Preparing [2020-12-16T10:08:12.177Z] f9e7f9b0f0ad: Preparing [2020-12-16T10:08:12.177Z] 9b212a9880f0: Preparing [2020-12-16T10:08:12.177Z] ad2592de1d15: Preparing [2020-12-16T10:08:12.177Z] f4666769fca7: Preparing [2020-12-16T10:08:12.177Z] f4666769fca7: Waiting [2020-12-16T10:08:12.177Z] 8f148359a93e: Layer already exists [2020-12-16T10:08:12.177Z] 1dd14da5568e: Layer already exists [2020-12-16T10:08:12.177Z] 9b212a9880f0: Layer already exists [2020-12-16T10:08:12.177Z] ad2592de1d15: Layer already exists [2020-12-16T10:08:12.177Z] f9e7f9b0f0ad: Layer already exists [2020-12-16T10:08:12.177Z] f4666769fca7: Layer already exists [2020-12-16T10:08:12.177Z] 2.0.0-dev.14: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:12.345Z] ---> Running in 651a6dfeb0e8 [2020-12-16T10:08:12.345Z] Removing intermediate container 6250c58e5b90 [2020-12-16T10:08:12.345Z] ---> f20eeb34fa83 [2020-12-16T10:08:12.345Z] Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:12.483Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:12.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:12.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-16T10:08:12.847Z] 8f148359a93e: Preparing [2020-12-16T10:08:12.847Z] 1dd14da5568e: Preparing [2020-12-16T10:08:12.847Z] f9e7f9b0f0ad: Preparing [2020-12-16T10:08:12.847Z] 9b212a9880f0: Preparing [2020-12-16T10:08:12.847Z] ad2592de1d15: Preparing [2020-12-16T10:08:12.847Z] f4666769fca7: Preparing [2020-12-16T10:08:12.847Z] f4666769fca7: Waiting [2020-12-16T10:08:12.847Z] 8f148359a93e: Layer already exists [2020-12-16T10:08:12.847Z] 9b212a9880f0: Layer already exists [2020-12-16T10:08:12.847Z] ad2592de1d15: Layer already exists [2020-12-16T10:08:12.847Z] f9e7f9b0f0ad: Layer already exists [2020-12-16T10:08:12.847Z] 1dd14da5568e: Layer already exists [2020-12-16T10:08:12.847Z] f4666769fca7: Layer already exists [2020-12-16T10:08:12.847Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:12.961Z] Removing intermediate container 3d663b85f217 [2020-12-16T10:08:12.962Z] ---> 488da5df9256 [2020-12-16T10:08:12.962Z] [2020-12-16T10:08:12.962Z] Step 10/22 : FROM scratch [2020-12-16T10:08:12.962Z] ---> [2020-12-16T10:08:12.962Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:08:13.238Z] ---> Using cache [2020-12-16T10:08:13.238Z] ---> 65a312329407 [2020-12-16T10:08:13.238Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T10:08:13.238Z] ---> 559ec18e4d94 [2020-12-16T10:08:13.238Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T10:08:13.240Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:13.521Z] ---> Running in b66f509071c1 [2020-12-16T10:08:13.521Z] Removing intermediate container 651a6dfeb0e8 [2020-12-16T10:08:13.521Z] ---> 32bc6288137a [2020-12-16T10:08:13.521Z] [2020-12-16T10:08:13.521Z] ---> Running in 848ff9fdc0a3 [2020-12-16T10:08:13.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-16T10:08:13.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-16T10:08:13.655Z] 8f148359a93e: Preparing [2020-12-16T10:08:13.655Z] 1dd14da5568e: Preparing [2020-12-16T10:08:13.655Z] f9e7f9b0f0ad: Preparing [2020-12-16T10:08:13.655Z] 9b212a9880f0: Preparing [2020-12-16T10:08:13.655Z] ad2592de1d15: Preparing [2020-12-16T10:08:13.655Z] f4666769fca7: Preparing [2020-12-16T10:08:13.655Z] f4666769fca7: Waiting [2020-12-16T10:08:13.655Z] 8f148359a93e: Layer already exists [2020-12-16T10:08:13.655Z] f9e7f9b0f0ad: Layer already exists [2020-12-16T10:08:13.655Z] 1dd14da5568e: Layer already exists [2020-12-16T10:08:13.655Z] ad2592de1d15: Layer already exists [2020-12-16T10:08:13.799Z] Successfully built 32bc6288137a [2020-12-16T10:08:13.919Z] 9b212a9880f0: Layer already exists [2020-12-16T10:08:13.919Z] f4666769fca7: Layer already exists [2020-12-16T10:08:13.919Z] master: digest: sha256:032d32571ecf9d69a0ca03b5a437b4cce7510eb9c5f338969d5bceaf721a2200 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-16T10:08:14.085Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T10:08:14.085Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-12-16T10:08:14.085Z] ---> Running in 326f1cae7251 [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:14.164Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:14.217Z] taggedImages: [2020-12-16T10:08:14.217Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:14.217Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.14 [2020-12-16T10:08:14.217Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:14.217Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-16T10:08:14.299Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-16T10:08:14.299Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:14.299Z] 2.0.0-dev.14 [2020-12-16T10:08:14.299Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:14.299Z] master [2020-12-16T10:08:14.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-16T10:08:14.382Z] Removing intermediate container b66f509071c1 [2020-12-16T10:08:14.382Z] ---> 1d685ad17cd0 [2020-12-16T10:08:14.382Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2020-12-16T10:08:14.382Z] Removing intermediate container 848ff9fdc0a3 [2020-12-16T10:08:14.382Z] ---> e3536c612522 [2020-12-16T10:08:14.382Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T10:08:14.382Z] ---> Running in 837fae731126 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:14.657Z] ---> Running in d3dee2cda9ab [2020-12-16T10:08:14.657Z] Removing intermediate container 326f1cae7251 [2020-12-16T10:08:14.657Z] ---> 88ea270912d8 [2020-12-16T10:08:14.657Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:08:14.805Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:14.930Z] ---> Running in 93cdce0e40c0 [2020-12-16T10:08:14.930Z] Removing intermediate container d3dee2cda9ab [2020-12-16T10:08:14.930Z] ---> 68863b9b07c7 [2020-12-16T10:08:14.930Z] Step 14/22 : WORKDIR / [2020-12-16T10:08:14.930Z] Removing intermediate container 837fae731126 [2020-12-16T10:08:14.930Z] ---> 220ba624b8e2 [2020-12-16T10:08:15.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:15.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-16T10:08:15.106Z] 0e7f535f9513: Preparing [2020-12-16T10:08:15.106Z] 0f8604d78e0c: Preparing [2020-12-16T10:08:15.106Z] 4cfb12e368d0: Preparing [2020-12-16T10:08:15.206Z] [2020-12-16T10:08:15.206Z] ---> Running in 732ca9cc7d8b [2020-12-16T10:08:15.368Z] 4cfb12e368d0: Pushed [2020-12-16T10:08:15.368Z] 0e7f535f9513: Pushed [2020-12-16T10:08:15.484Z] Successfully built 220ba624b8e2 [2020-12-16T10:08:15.484Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T10:08:15.484Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-16T10:08:15.484Z] Removing intermediate container 93cdce0e40c0 [2020-12-16T10:08:15.484Z] ---> acbadcfb252d [2020-12-16T10:08:15.484Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:08:15.764Z] ---> Running in 74b0563e9078 [2020-12-16T10:08:16.042Z] Removing intermediate container 732ca9cc7d8b [2020-12-16T10:08:16.042Z] ---> a3efbc01029e [2020-12-16T10:08:16.042Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T10:08:16.328Z] Removing intermediate container 74b0563e9078 [2020-12-16T10:08:16.328Z] ---> edc66a19cbad [2020-12-16T10:08:16.328Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:16.610Z] ---> Running in 72b5c9be1ca4 [2020-12-16T10:08:16.610Z] ---> 90b92d34e9f3 [2020-12-16T10:08:16.610Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T10:08:16.760Z] 0f8604d78e0c: Pushed [2020-12-16T10:08:16.760Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:17.103Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:17.212Z] Removing intermediate container 72b5c9be1ca4 [2020-12-16T10:08:17.213Z] ---> 953b1920096c [2020-12-16T10:08:17.213Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:08:17.213Z] ---> Running in 5f6c48d226fa [2020-12-16T10:08:17.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 [2020-12-16T10:08:17.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-16T10:08:17.401Z] 0e7f535f9513: Preparing [2020-12-16T10:08:17.401Z] 0f8604d78e0c: Preparing [2020-12-16T10:08:17.401Z] 4cfb12e368d0: Preparing [2020-12-16T10:08:17.401Z] 0f8604d78e0c: Layer already exists [2020-12-16T10:08:17.401Z] 0e7f535f9513: Layer already exists [2020-12-16T10:08:17.401Z] 4cfb12e368d0: Layer already exists [2020-12-16T10:08:17.401Z] 2.0.0-dev.14: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:17.716Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:18.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:18.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-16T10:08:18.022Z] 0e7f535f9513: Preparing [2020-12-16T10:08:18.022Z] 0f8604d78e0c: Preparing [2020-12-16T10:08:18.022Z] 4cfb12e368d0: Preparing [2020-12-16T10:08:18.022Z] 4cfb12e368d0: Layer already exists [2020-12-16T10:08:18.022Z] 0e7f535f9513: Layer already exists [2020-12-16T10:08:18.022Z] 0f8604d78e0c: Layer already exists [2020-12-16T10:08:18.022Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:18.203Z] Removing intermediate container 5f6c48d226fa [2020-12-16T10:08:18.203Z] ---> b113c0774964 [2020-12-16T10:08:18.203Z] [2020-12-16T10:08:18.329Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:18.477Z] Successfully built b113c0774964 [2020-12-16T10:08:18.477Z] ---> 8566c6a4838b [2020-12-16T10:08:18.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T10:08:18.477Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T10:08:18.477Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-16T10:08:18.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-16T10:08:18.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-16T10:08:18.628Z] 0e7f535f9513: Preparing [2020-12-16T10:08:18.628Z] 0f8604d78e0c: Preparing [2020-12-16T10:08:18.628Z] 4cfb12e368d0: Preparing [2020-12-16T10:08:18.628Z] 0f8604d78e0c: Layer already exists [2020-12-16T10:08:18.628Z] 4cfb12e368d0: Layer already exists [2020-12-16T10:08:18.628Z] 0e7f535f9513: Layer already exists [2020-12-16T10:08:18.628Z] master: digest: sha256:d12ba81c198f3dde08ad93eac86dd50faccba4ab2410294f1747d1ecc63542d3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:18.901Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:18.949Z] taggedImages: [2020-12-16T10:08:18.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:18.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.14 [2020-12-16T10:08:18.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:18.949Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-16T10:08:19.011Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-16T10:08:19.011Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:19.011Z] 2.0.0-dev.14 [2020-12-16T10:08:19.011Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:19.011Z] master [2020-12-16T10:08:19.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:19.472Z] ---> 6331cd9e3b35 [2020-12-16T10:08:19.472Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T10:08:19.472Z] ---> Running in 890a7136097f [2020-12-16T10:08:19.479Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:19.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:19.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-16T10:08:19.777Z] 1fccfbe601c2: Preparing [2020-12-16T10:08:19.777Z] b71cc5b52843: Preparing [2020-12-16T10:08:19.777Z] 9b26f24a8488: Preparing [2020-12-16T10:08:19.777Z] d3f0a6918f1b: Preparing [2020-12-16T10:08:19.777Z] f5ba0bef57cc: Preparing [2020-12-16T10:08:19.777Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:19.777Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:19.777Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:19.777Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:20.040Z] 1fccfbe601c2: Pushed [2020-12-16T10:08:20.040Z] 9b26f24a8488: Pushed [2020-12-16T10:08:20.040Z] f5ba0bef57cc: Pushed [2020-12-16T10:08:20.040Z] b71cc5b52843: Pushed [2020-12-16T10:08:20.040Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:20.077Z] Removing intermediate container 890a7136097f [2020-12-16T10:08:20.077Z] ---> 7e4042503360 [2020-12-16T10:08:20.077Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:08:20.357Z] ---> Running in a7a19eed1c28 [2020-12-16T10:08:20.622Z] 4d8f8f55d0ba: Pushed [2020-12-16T10:08:20.884Z] d3f0a6918f1b: Pushed [2020-12-16T10:08:20.884Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:20.956Z] Removing intermediate container a7a19eed1c28 [2020-12-16T10:08:20.956Z] ---> c6b4cb703636 [2020-12-16T10:08:20.957Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:08:21.190Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:21.232Z] ---> Running in c63235aeca72 [2020-12-16T10:08:21.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 [2020-12-16T10:08:21.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-16T10:08:21.493Z] 1fccfbe601c2: Preparing [2020-12-16T10:08:21.493Z] b71cc5b52843: Preparing [2020-12-16T10:08:21.493Z] 9b26f24a8488: Preparing [2020-12-16T10:08:21.493Z] d3f0a6918f1b: Preparing [2020-12-16T10:08:21.493Z] f5ba0bef57cc: Preparing [2020-12-16T10:08:21.493Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:21.493Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:21.493Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:21.493Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:21.493Z] 1fccfbe601c2: Layer already exists [2020-12-16T10:08:21.493Z] f5ba0bef57cc: Layer already exists [2020-12-16T10:08:21.493Z] 9b26f24a8488: Layer already exists [2020-12-16T10:08:21.493Z] d3f0a6918f1b: Layer already exists [2020-12-16T10:08:21.493Z] b71cc5b52843: Layer already exists [2020-12-16T10:08:21.493Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:21.493Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:21.493Z] 2.0.0-dev.14: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:21.797Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:22.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:22.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-16T10:08:22.097Z] 1fccfbe601c2: Preparing [2020-12-16T10:08:22.097Z] b71cc5b52843: Preparing [2020-12-16T10:08:22.097Z] 9b26f24a8488: Preparing [2020-12-16T10:08:22.097Z] d3f0a6918f1b: Preparing [2020-12-16T10:08:22.097Z] f5ba0bef57cc: Preparing [2020-12-16T10:08:22.097Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:22.097Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:22.097Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:22.097Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:22.097Z] 9b26f24a8488: Layer already exists [2020-12-16T10:08:22.097Z] b71cc5b52843: Layer already exists [2020-12-16T10:08:22.097Z] 1fccfbe601c2: Layer already exists [2020-12-16T10:08:22.097Z] f5ba0bef57cc: Layer already exists [2020-12-16T10:08:22.097Z] d3f0a6918f1b: Layer already exists [2020-12-16T10:08:22.097Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:22.097Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:22.097Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:22.253Z] Removing intermediate container c63235aeca72 [2020-12-16T10:08:22.253Z] ---> f9af1a031a5b [2020-12-16T10:08:22.253Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:22.404Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:22.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-16T10:08:22.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-16T10:08:22.699Z] 1fccfbe601c2: Preparing [2020-12-16T10:08:22.699Z] b71cc5b52843: Preparing [2020-12-16T10:08:22.699Z] 9b26f24a8488: Preparing [2020-12-16T10:08:22.699Z] d3f0a6918f1b: Preparing [2020-12-16T10:08:22.699Z] f5ba0bef57cc: Preparing [2020-12-16T10:08:22.699Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:22.699Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:22.699Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:22.699Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:22.699Z] b71cc5b52843: Layer already exists [2020-12-16T10:08:22.699Z] 1fccfbe601c2: Layer already exists [2020-12-16T10:08:22.699Z] f5ba0bef57cc: Layer already exists [2020-12-16T10:08:22.699Z] d3f0a6918f1b: Layer already exists [2020-12-16T10:08:22.699Z] 9b26f24a8488: Layer already exists [2020-12-16T10:08:22.699Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:22.699Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:22.699Z] master: digest: sha256:877aa503d7ef6e9fcf7b03dee0f17a1c8bbd6a2e223496c2061fb3581c322106 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-16T10:08:22.855Z] ---> Running in 256924ba1f56 [Pipeline] echo [2020-12-16T10:08:22.876Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:22.922Z] taggedImages: [2020-12-16T10:08:22.922Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:22.922Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.14 [2020-12-16T10:08:22.922Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:22.922Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-16T10:08:22.989Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-16T10:08:22.989Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:22.989Z] 2.0.0-dev.14 [2020-12-16T10:08:22.989Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:22.989Z] master [2020-12-16T10:08:22.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:23.459Z] Removing intermediate container 256924ba1f56 [2020-12-16T10:08:23.459Z] ---> 405ccfd183d6 [2020-12-16T10:08:23.459Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:08:23.460Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:23.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:23.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-16T10:08:23.768Z] f658fb0f0ca3: Preparing [2020-12-16T10:08:23.768Z] 7b9b033cb86a: Preparing [2020-12-16T10:08:23.768Z] 38770093a901: Preparing [2020-12-16T10:08:23.768Z] 61771d7c806a: Preparing [2020-12-16T10:08:23.768Z] f12d2aa7aefc: Preparing [2020-12-16T10:08:23.768Z] f4666769fca7: Preparing [2020-12-16T10:08:23.768Z] f4666769fca7: Waiting [2020-12-16T10:08:24.031Z] 61771d7c806a: Pushed [2020-12-16T10:08:24.031Z] 38770093a901: Pushed [2020-12-16T10:08:24.031Z] f4666769fca7: Layer already exists [2020-12-16T10:08:24.068Z] ---> Running in 24631cfebf04 [2020-12-16T10:08:24.292Z] f12d2aa7aefc: Pushed [2020-12-16T10:08:24.666Z] Removing intermediate container 24631cfebf04 [2020-12-16T10:08:24.666Z] ---> 6be0966f36ce [2020-12-16T10:08:24.666Z] [2020-12-16T10:08:24.865Z] 7b9b033cb86a: Pushed [2020-12-16T10:08:24.865Z] f658fb0f0ca3: Pushed [2020-12-16T10:08:24.865Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:24.953Z] Successfully built 6be0966f36ce [2020-12-16T10:08:24.953Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T10:08:24.953Z] Building docker-support-scheduler-go [2020-12-16T10:08:25.186Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:25.501Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 [2020-12-16T10:08:25.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-16T10:08:25.502Z] f658fb0f0ca3: Preparing [2020-12-16T10:08:25.502Z] 7b9b033cb86a: Preparing [2020-12-16T10:08:25.502Z] 38770093a901: Preparing [2020-12-16T10:08:25.502Z] 61771d7c806a: Preparing [2020-12-16T10:08:25.502Z] f12d2aa7aefc: Preparing [2020-12-16T10:08:25.502Z] f4666769fca7: Preparing [2020-12-16T10:08:25.502Z] f4666769fca7: Waiting [2020-12-16T10:08:25.502Z] f12d2aa7aefc: Layer already exists [2020-12-16T10:08:25.502Z] 38770093a901: Layer already exists [2020-12-16T10:08:25.502Z] 7b9b033cb86a: Layer already exists [2020-12-16T10:08:25.502Z] 61771d7c806a: Layer already exists [2020-12-16T10:08:25.502Z] f658fb0f0ca3: Layer already exists [2020-12-16T10:08:25.502Z] f4666769fca7: Layer already exists [2020-12-16T10:08:25.502Z] 2.0.0-dev.14: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:25.807Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:26.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:26.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-16T10:08:26.107Z] f658fb0f0ca3: Preparing [2020-12-16T10:08:26.107Z] 7b9b033cb86a: Preparing [2020-12-16T10:08:26.107Z] 38770093a901: Preparing [2020-12-16T10:08:26.107Z] 61771d7c806a: Preparing [2020-12-16T10:08:26.107Z] f12d2aa7aefc: Preparing [2020-12-16T10:08:26.107Z] f4666769fca7: Preparing [2020-12-16T10:08:26.107Z] f4666769fca7: Waiting [2020-12-16T10:08:26.107Z] 61771d7c806a: Layer already exists [2020-12-16T10:08:26.107Z] 7b9b033cb86a: Layer already exists [2020-12-16T10:08:26.107Z] 38770093a901: Layer already exists [2020-12-16T10:08:26.107Z] f12d2aa7aefc: Layer already exists [2020-12-16T10:08:26.107Z] f658fb0f0ca3: Layer already exists [2020-12-16T10:08:26.107Z] f4666769fca7: Layer already exists [2020-12-16T10:08:26.107Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:26.413Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:26.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-16T10:08:26.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-16T10:08:26.714Z] f658fb0f0ca3: Preparing [2020-12-16T10:08:26.714Z] 7b9b033cb86a: Preparing [2020-12-16T10:08:26.714Z] 38770093a901: Preparing [2020-12-16T10:08:26.714Z] 61771d7c806a: Preparing [2020-12-16T10:08:26.714Z] f12d2aa7aefc: Preparing [2020-12-16T10:08:26.714Z] f4666769fca7: Preparing [2020-12-16T10:08:26.714Z] f4666769fca7: Waiting [2020-12-16T10:08:26.714Z] 61771d7c806a: Layer already exists [2020-12-16T10:08:26.714Z] f12d2aa7aefc: Layer already exists [2020-12-16T10:08:26.714Z] 7b9b033cb86a: Layer already exists [2020-12-16T10:08:26.714Z] f658fb0f0ca3: Layer already exists [2020-12-16T10:08:26.714Z] 38770093a901: Layer already exists [2020-12-16T10:08:26.714Z] f4666769fca7: Layer already exists [2020-12-16T10:08:26.714Z] master: digest: sha256:ee2844a23fa7534a6ca982d59b1ccb063870a880a521df9d6bfaf23af67e46e3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:26.911Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:26.958Z] taggedImages: [2020-12-16T10:08:26.958Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:26.958Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.14 [2020-12-16T10:08:26.958Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:26.958Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-16T10:08:27.026Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-12-16T10:08:27.026Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:27.026Z] 2.0.0-dev.14 [2020-12-16T10:08:27.026Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:27.026Z] master [2020-12-16T10:08:27.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:27.521Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:27.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:27.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-16T10:08:27.825Z] 20982c9eda65: Preparing [2020-12-16T10:08:27.825Z] 79af300c972e: Preparing [2020-12-16T10:08:27.825Z] 9f0350f7ffa1: Preparing [2020-12-16T10:08:27.825Z] 0920d557d237: Preparing [2020-12-16T10:08:27.825Z] 0920d557d237: Preparing [2020-12-16T10:08:27.825Z] 3a9e9005e75e: Preparing [2020-12-16T10:08:27.825Z] 8145ea284342: Preparing [2020-12-16T10:08:27.825Z] 2838a65263ae: Preparing [2020-12-16T10:08:27.825Z] 20982c9eda65: Preparing [2020-12-16T10:08:27.825Z] 552738e5b4c7: Preparing [2020-12-16T10:08:27.825Z] 87bf0caa5997: Preparing [2020-12-16T10:08:27.825Z] 2d4ef64f06ce: Preparing [2020-12-16T10:08:27.825Z] f4666769fca7: Preparing [2020-12-16T10:08:27.825Z] 552738e5b4c7: Waiting [2020-12-16T10:08:27.825Z] 87bf0caa5997: Waiting [2020-12-16T10:08:27.825Z] 2d4ef64f06ce: Waiting [2020-12-16T10:08:27.825Z] f4666769fca7: Waiting [2020-12-16T10:08:27.825Z] 8145ea284342: Waiting [2020-12-16T10:08:27.825Z] 2838a65263ae: Waiting [2020-12-16T10:08:28.088Z] 3a9e9005e75e: Pushed [2020-12-16T10:08:28.088Z] 0920d557d237: Pushed [2020-12-16T10:08:28.088Z] 9f0350f7ffa1: Pushed [2020-12-16T10:08:28.088Z] 79af300c972e: Pushed [2020-12-16T10:08:28.351Z] 8145ea284342: Pushed [2020-12-16T10:08:28.351Z] 87bf0caa5997: Pushed [2020-12-16T10:08:28.351Z] 2838a65263ae: Pushed [2020-12-16T10:08:28.351Z] 552738e5b4c7: Pushed [2020-12-16T10:08:28.351Z] f4666769fca7: Layer already exists [2020-12-16T10:08:28.351Z] 2d4ef64f06ce: Pushed [2020-12-16T10:08:28.927Z] 20982c9eda65: Pushed [2020-12-16T10:08:29.190Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:29.511Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:29.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 [2020-12-16T10:08:29.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-16T10:08:29.808Z] 20982c9eda65: Preparing [2020-12-16T10:08:29.808Z] 79af300c972e: Preparing [2020-12-16T10:08:29.808Z] 9f0350f7ffa1: Preparing [2020-12-16T10:08:29.808Z] 0920d557d237: Preparing [2020-12-16T10:08:29.808Z] 0920d557d237: Preparing [2020-12-16T10:08:29.808Z] 3a9e9005e75e: Preparing [2020-12-16T10:08:29.808Z] 8145ea284342: Preparing [2020-12-16T10:08:29.808Z] 2838a65263ae: Preparing [2020-12-16T10:08:29.808Z] 20982c9eda65: Preparing [2020-12-16T10:08:29.808Z] 552738e5b4c7: Preparing [2020-12-16T10:08:29.808Z] 87bf0caa5997: Preparing [2020-12-16T10:08:29.808Z] 2d4ef64f06ce: Preparing [2020-12-16T10:08:29.808Z] f4666769fca7: Preparing [2020-12-16T10:08:29.808Z] 2838a65263ae: Waiting [2020-12-16T10:08:29.808Z] 552738e5b4c7: Waiting [2020-12-16T10:08:29.808Z] 87bf0caa5997: Waiting [2020-12-16T10:08:29.808Z] 2d4ef64f06ce: Waiting [2020-12-16T10:08:29.808Z] f4666769fca7: Waiting [2020-12-16T10:08:29.808Z] 8145ea284342: Waiting [2020-12-16T10:08:29.808Z] 79af300c972e: Layer already exists [2020-12-16T10:08:29.808Z] 3a9e9005e75e: Layer already exists [2020-12-16T10:08:29.808Z] 0920d557d237: Layer already exists [2020-12-16T10:08:29.808Z] 20982c9eda65: Layer already exists [2020-12-16T10:08:29.808Z] 9f0350f7ffa1: Layer already exists [2020-12-16T10:08:29.808Z] 8145ea284342: Layer already exists [2020-12-16T10:08:29.808Z] 2838a65263ae: Layer already exists [2020-12-16T10:08:29.808Z] 552738e5b4c7: Layer already exists [2020-12-16T10:08:29.808Z] 87bf0caa5997: Layer already exists [2020-12-16T10:08:29.808Z] 2d4ef64f06ce: Layer already exists [2020-12-16T10:08:29.808Z] f4666769fca7: Layer already exists [2020-12-16T10:08:29.808Z] 2.0.0-dev.14: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:30.117Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:30.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:30.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-16T10:08:30.419Z] 20982c9eda65: Preparing [2020-12-16T10:08:30.419Z] 79af300c972e: Preparing [2020-12-16T10:08:30.419Z] 9f0350f7ffa1: Preparing [2020-12-16T10:08:30.419Z] 0920d557d237: Preparing [2020-12-16T10:08:30.419Z] 0920d557d237: Preparing [2020-12-16T10:08:30.419Z] 3a9e9005e75e: Preparing [2020-12-16T10:08:30.419Z] 8145ea284342: Preparing [2020-12-16T10:08:30.419Z] 2838a65263ae: Preparing [2020-12-16T10:08:30.419Z] 20982c9eda65: Preparing [2020-12-16T10:08:30.419Z] 552738e5b4c7: Preparing [2020-12-16T10:08:30.419Z] 87bf0caa5997: Preparing [2020-12-16T10:08:30.419Z] 2d4ef64f06ce: Preparing [2020-12-16T10:08:30.419Z] f4666769fca7: Preparing [2020-12-16T10:08:30.419Z] 552738e5b4c7: Waiting [2020-12-16T10:08:30.419Z] 87bf0caa5997: Waiting [2020-12-16T10:08:30.419Z] 2d4ef64f06ce: Waiting [2020-12-16T10:08:30.419Z] f4666769fca7: Waiting [2020-12-16T10:08:30.419Z] 8145ea284342: Waiting [2020-12-16T10:08:30.419Z] 2838a65263ae: Waiting [2020-12-16T10:08:30.419Z] 9f0350f7ffa1: Layer already exists [2020-12-16T10:08:30.419Z] 0920d557d237: Layer already exists [2020-12-16T10:08:30.419Z] 79af300c972e: Layer already exists [2020-12-16T10:08:30.419Z] 20982c9eda65: Layer already exists [2020-12-16T10:08:30.419Z] 3a9e9005e75e: Layer already exists [2020-12-16T10:08:30.419Z] 8145ea284342: Layer already exists [2020-12-16T10:08:30.419Z] 2838a65263ae: Layer already exists [2020-12-16T10:08:30.419Z] 552738e5b4c7: Layer already exists [2020-12-16T10:08:30.419Z] 2d4ef64f06ce: Layer already exists [2020-12-16T10:08:30.419Z] 87bf0caa5997: Layer already exists [2020-12-16T10:08:30.419Z] f4666769fca7: Layer already exists [2020-12-16T10:08:30.680Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:30.983Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:31.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-12-16T10:08:31.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-12-16T10:08:31.279Z] 20982c9eda65: Preparing [2020-12-16T10:08:31.279Z] 79af300c972e: Preparing [2020-12-16T10:08:31.279Z] 9f0350f7ffa1: Preparing [2020-12-16T10:08:31.279Z] 0920d557d237: Preparing [2020-12-16T10:08:31.279Z] 0920d557d237: Preparing [2020-12-16T10:08:31.279Z] 3a9e9005e75e: Preparing [2020-12-16T10:08:31.279Z] 8145ea284342: Preparing [2020-12-16T10:08:31.279Z] 2838a65263ae: Preparing [2020-12-16T10:08:31.279Z] 20982c9eda65: Preparing [2020-12-16T10:08:31.279Z] 552738e5b4c7: Preparing [2020-12-16T10:08:31.279Z] 87bf0caa5997: Preparing [2020-12-16T10:08:31.279Z] 2d4ef64f06ce: Preparing [2020-12-16T10:08:31.279Z] f4666769fca7: Preparing [2020-12-16T10:08:31.279Z] 8145ea284342: Waiting [2020-12-16T10:08:31.279Z] 2838a65263ae: Waiting [2020-12-16T10:08:31.279Z] 2d4ef64f06ce: Waiting [2020-12-16T10:08:31.279Z] 552738e5b4c7: Waiting [2020-12-16T10:08:31.279Z] 87bf0caa5997: Waiting [2020-12-16T10:08:31.279Z] f4666769fca7: Waiting [2020-12-16T10:08:31.279Z] 9f0350f7ffa1: Layer already exists [2020-12-16T10:08:31.279Z] 79af300c972e: Layer already exists [2020-12-16T10:08:31.279Z] 0920d557d237: Layer already exists [2020-12-16T10:08:31.279Z] 20982c9eda65: Layer already exists [2020-12-16T10:08:31.279Z] 3a9e9005e75e: Layer already exists [2020-12-16T10:08:31.279Z] 8145ea284342: Layer already exists [2020-12-16T10:08:31.279Z] 2838a65263ae: Layer already exists [2020-12-16T10:08:31.279Z] 2d4ef64f06ce: Layer already exists [2020-12-16T10:08:31.279Z] 552738e5b4c7: Layer already exists [2020-12-16T10:08:31.279Z] f4666769fca7: Layer already exists [2020-12-16T10:08:31.279Z] 87bf0caa5997: Layer already exists [2020-12-16T10:08:31.279Z] master: digest: sha256:e2dfd04fc45c90162cc29ec727d1527b2fc95b819407a5ff5edb841f59f70782 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:31.789Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:31.834Z] taggedImages: [2020-12-16T10:08:31.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:31.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.14 [2020-12-16T10:08:31.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:31.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-12-16T10:08:31.922Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-16T10:08:31.922Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:31.922Z] 2.0.0-dev.14 [2020-12-16T10:08:31.922Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:31.922Z] master [2020-12-16T10:08:31.922Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:32.440Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:33.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:33.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-16T10:08:33.056Z] ebb36b95be3f: Preparing [2020-12-16T10:08:33.056Z] 0b901390f8d3: Preparing [2020-12-16T10:08:33.056Z] 92aebff3907a: Preparing [2020-12-16T10:08:33.056Z] a7aec54cddb2: Preparing [2020-12-16T10:08:33.056Z] bc471dc8de68: Preparing [2020-12-16T10:08:33.056Z] 6799f0862171: Preparing [2020-12-16T10:08:33.056Z] 0bccd8335d61: Preparing [2020-12-16T10:08:33.056Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:33.056Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:33.056Z] 6799f0862171: Waiting [2020-12-16T10:08:33.056Z] 0bccd8335d61: Waiting [2020-12-16T10:08:33.056Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:33.056Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:33.320Z] bc471dc8de68: Pushed [2020-12-16T10:08:33.320Z] 0b901390f8d3: Pushed [2020-12-16T10:08:33.320Z] ebb36b95be3f: Pushed [2020-12-16T10:08:33.320Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:33.320Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:33.585Z] 6799f0862171: Pushed [2020-12-16T10:08:33.585Z] 0bccd8335d61: Pushed [2020-12-16T10:08:34.160Z] a7aec54cddb2: Pushed [2020-12-16T10:08:34.160Z] 92aebff3907a: Pushed [2020-12-16T10:08:34.422Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:34.726Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:35.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 [2020-12-16T10:08:35.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-16T10:08:35.022Z] ebb36b95be3f: Preparing [2020-12-16T10:08:35.022Z] 0b901390f8d3: Preparing [2020-12-16T10:08:35.022Z] 92aebff3907a: Preparing [2020-12-16T10:08:35.022Z] a7aec54cddb2: Preparing [2020-12-16T10:08:35.022Z] bc471dc8de68: Preparing [2020-12-16T10:08:35.022Z] 6799f0862171: Preparing [2020-12-16T10:08:35.022Z] 0bccd8335d61: Preparing [2020-12-16T10:08:35.022Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:35.022Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:35.022Z] 6799f0862171: Waiting [2020-12-16T10:08:35.022Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:35.022Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:35.022Z] 0bccd8335d61: Waiting [2020-12-16T10:08:35.022Z] bc471dc8de68: Layer already exists [2020-12-16T10:08:35.022Z] a7aec54cddb2: Layer already exists [2020-12-16T10:08:35.022Z] 92aebff3907a: Layer already exists [2020-12-16T10:08:35.022Z] ebb36b95be3f: Layer already exists [2020-12-16T10:08:35.022Z] 0b901390f8d3: Layer already exists [2020-12-16T10:08:35.022Z] 0bccd8335d61: Layer already exists [2020-12-16T10:08:35.022Z] 6799f0862171: Layer already exists [2020-12-16T10:08:35.022Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:35.022Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:35.022Z] 2.0.0-dev.14: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:35.329Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:35.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:35.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-16T10:08:35.643Z] ebb36b95be3f: Preparing [2020-12-16T10:08:35.643Z] 0b901390f8d3: Preparing [2020-12-16T10:08:35.643Z] 92aebff3907a: Preparing [2020-12-16T10:08:35.643Z] a7aec54cddb2: Preparing [2020-12-16T10:08:35.643Z] bc471dc8de68: Preparing [2020-12-16T10:08:35.643Z] 6799f0862171: Preparing [2020-12-16T10:08:35.643Z] 0bccd8335d61: Preparing [2020-12-16T10:08:35.643Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:35.643Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:35.643Z] 0bccd8335d61: Waiting [2020-12-16T10:08:35.643Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:35.643Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:35.643Z] 6799f0862171: Waiting [2020-12-16T10:08:35.643Z] 92aebff3907a: Layer already exists [2020-12-16T10:08:35.643Z] ebb36b95be3f: Layer already exists [2020-12-16T10:08:35.643Z] bc471dc8de68: Layer already exists [2020-12-16T10:08:35.643Z] 0b901390f8d3: Layer already exists [2020-12-16T10:08:35.643Z] a7aec54cddb2: Layer already exists [2020-12-16T10:08:35.643Z] 6799f0862171: Layer already exists [2020-12-16T10:08:35.643Z] 0bccd8335d61: Layer already exists [2020-12-16T10:08:35.643Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:35.643Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:35.643Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:35.968Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:36.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-16T10:08:36.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-16T10:08:36.267Z] ebb36b95be3f: Preparing [2020-12-16T10:08:36.267Z] 0b901390f8d3: Preparing [2020-12-16T10:08:36.267Z] 92aebff3907a: Preparing [2020-12-16T10:08:36.267Z] a7aec54cddb2: Preparing [2020-12-16T10:08:36.267Z] bc471dc8de68: Preparing [2020-12-16T10:08:36.267Z] 6799f0862171: Preparing [2020-12-16T10:08:36.267Z] 0bccd8335d61: Preparing [2020-12-16T10:08:36.267Z] 4d8f8f55d0ba: Preparing [2020-12-16T10:08:36.267Z] 1b3ee35aacca: Preparing [2020-12-16T10:08:36.267Z] 6799f0862171: Waiting [2020-12-16T10:08:36.267Z] 0bccd8335d61: Waiting [2020-12-16T10:08:36.267Z] 4d8f8f55d0ba: Waiting [2020-12-16T10:08:36.267Z] 1b3ee35aacca: Waiting [2020-12-16T10:08:36.267Z] a7aec54cddb2: Layer already exists [2020-12-16T10:08:36.267Z] bc471dc8de68: Layer already exists [2020-12-16T10:08:36.267Z] ebb36b95be3f: Layer already exists [2020-12-16T10:08:36.267Z] 0b901390f8d3: Layer already exists [2020-12-16T10:08:36.267Z] 92aebff3907a: Layer already exists [2020-12-16T10:08:36.267Z] 0bccd8335d61: Layer already exists [2020-12-16T10:08:36.267Z] 6799f0862171: Layer already exists [2020-12-16T10:08:36.267Z] 1b3ee35aacca: Layer already exists [2020-12-16T10:08:36.267Z] 4d8f8f55d0ba: Layer already exists [2020-12-16T10:08:36.267Z] master: digest: sha256:8dce8332fe2cf9ef41c84b2ad517f8382df38c26a636d61b192b5601bb57bf8d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:36.487Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:36.539Z] taggedImages: [2020-12-16T10:08:36.539Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:36.539Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.14 [2020-12-16T10:08:36.539Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:36.539Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-16T10:08:36.613Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-16T10:08:36.613Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:36.613Z] 2.0.0-dev.14 [2020-12-16T10:08:36.613Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:36.613Z] master [2020-12-16T10:08:36.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:37.122Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:37.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:37.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-16T10:08:37.422Z] c35976cde893: Preparing [2020-12-16T10:08:37.422Z] fb038524a499: Preparing [2020-12-16T10:08:37.422Z] fd1a680e104e: Preparing [2020-12-16T10:08:37.422Z] b21784f929a4: Preparing [2020-12-16T10:08:37.422Z] 63938c3fc023: Preparing [2020-12-16T10:08:37.422Z] f7d18e744402: Preparing [2020-12-16T10:08:37.422Z] f7d18e744402: Waiting [2020-12-16T10:08:37.422Z] c35976cde893: Pushed [2020-12-16T10:08:37.685Z] fd1a680e104e: Pushed [2020-12-16T10:08:37.685Z] b21784f929a4: Pushed [2020-12-16T10:08:37.685Z] 63938c3fc023: Pushed [2020-12-16T10:08:37.685Z] f7d18e744402: Pushed [2020-12-16T10:08:38.634Z] fb038524a499: Pushed [2020-12-16T10:08:38.896Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:39.197Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:39.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 [2020-12-16T10:08:39.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-16T10:08:40.074Z] c35976cde893: Preparing [2020-12-16T10:08:40.074Z] fb038524a499: Preparing [2020-12-16T10:08:40.074Z] fd1a680e104e: Preparing [2020-12-16T10:08:40.074Z] b21784f929a4: Preparing [2020-12-16T10:08:40.074Z] 63938c3fc023: Preparing [2020-12-16T10:08:40.074Z] f7d18e744402: Preparing [2020-12-16T10:08:40.074Z] f7d18e744402: Waiting [2020-12-16T10:08:40.074Z] 63938c3fc023: Layer already exists [2020-12-16T10:08:40.074Z] fb038524a499: Layer already exists [2020-12-16T10:08:40.074Z] c35976cde893: Layer already exists [2020-12-16T10:08:40.074Z] fd1a680e104e: Layer already exists [2020-12-16T10:08:40.074Z] b21784f929a4: Layer already exists [2020-12-16T10:08:40.074Z] f7d18e744402: Layer already exists [2020-12-16T10:08:40.074Z] 2.0.0-dev.14: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:40.381Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:40.682Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:40.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-16T10:08:40.682Z] c35976cde893: Preparing [2020-12-16T10:08:40.682Z] fb038524a499: Preparing [2020-12-16T10:08:40.682Z] fd1a680e104e: Preparing [2020-12-16T10:08:40.682Z] b21784f929a4: Preparing [2020-12-16T10:08:40.682Z] 63938c3fc023: Preparing [2020-12-16T10:08:40.682Z] f7d18e744402: Preparing [2020-12-16T10:08:40.682Z] f7d18e744402: Waiting [2020-12-16T10:08:40.682Z] fb038524a499: Layer already exists [2020-12-16T10:08:40.682Z] 63938c3fc023: Layer already exists [2020-12-16T10:08:40.682Z] b21784f929a4: Layer already exists [2020-12-16T10:08:40.682Z] c35976cde893: Layer already exists [2020-12-16T10:08:40.682Z] fd1a680e104e: Layer already exists [2020-12-16T10:08:40.682Z] f7d18e744402: Layer already exists [2020-12-16T10:08:40.682Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:40.987Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:41.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-16T10:08:41.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-16T10:08:41.284Z] c35976cde893: Preparing [2020-12-16T10:08:41.284Z] fb038524a499: Preparing [2020-12-16T10:08:41.284Z] fd1a680e104e: Preparing [2020-12-16T10:08:41.284Z] b21784f929a4: Preparing [2020-12-16T10:08:41.284Z] 63938c3fc023: Preparing [2020-12-16T10:08:41.284Z] f7d18e744402: Preparing [2020-12-16T10:08:41.284Z] f7d18e744402: Waiting [2020-12-16T10:08:41.284Z] 63938c3fc023: Layer already exists [2020-12-16T10:08:41.284Z] b21784f929a4: Layer already exists [2020-12-16T10:08:41.284Z] fb038524a499: Layer already exists [2020-12-16T10:08:41.284Z] fd1a680e104e: Layer already exists [2020-12-16T10:08:41.284Z] c35976cde893: Layer already exists [2020-12-16T10:08:41.284Z] f7d18e744402: Layer already exists [2020-12-16T10:08:41.284Z] master: digest: sha256:6616fe59ecdc23dae0cb581bcf4c86a27e2021f59366f5dea27119341e988254 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:41.497Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:41.551Z] taggedImages: [2020-12-16T10:08:41.551Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:41.551Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.14 [2020-12-16T10:08:41.551Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:41.551Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-16T10:08:41.624Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-16T10:08:41.624Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:41.624Z] 2.0.0-dev.14 [2020-12-16T10:08:41.624Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:41.624Z] master [2020-12-16T10:08:41.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:42.104Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:42.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:42.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-16T10:08:42.405Z] 6acfbc8d7115: Preparing [2020-12-16T10:08:42.405Z] 2b233c8cbe6c: Preparing [2020-12-16T10:08:42.405Z] 902b06681848: Preparing [2020-12-16T10:08:42.669Z] 902b06681848: Pushed [2020-12-16T10:08:42.669Z] 6acfbc8d7115: Pushed [2020-12-16T10:08:43.614Z] 2b233c8cbe6c: Pushed [2020-12-16T10:08:43.876Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:44.190Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:44.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 [2020-12-16T10:08:44.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-16T10:08:44.492Z] 6acfbc8d7115: Preparing [2020-12-16T10:08:44.492Z] 2b233c8cbe6c: Preparing [2020-12-16T10:08:44.492Z] 902b06681848: Preparing [2020-12-16T10:08:44.492Z] 2b233c8cbe6c: Layer already exists [2020-12-16T10:08:44.492Z] 6acfbc8d7115: Layer already exists [2020-12-16T10:08:44.492Z] 902b06681848: Layer already exists [2020-12-16T10:08:44.492Z] 2.0.0-dev.14: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:44.795Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:45.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:45.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-16T10:08:45.094Z] 6acfbc8d7115: Preparing [2020-12-16T10:08:45.094Z] 2b233c8cbe6c: Preparing [2020-12-16T10:08:45.094Z] 902b06681848: Preparing [2020-12-16T10:08:45.094Z] 902b06681848: Layer already exists [2020-12-16T10:08:45.094Z] 6acfbc8d7115: Layer already exists [2020-12-16T10:08:45.094Z] 2b233c8cbe6c: Layer already exists [2020-12-16T10:08:45.094Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:45.400Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:45.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-16T10:08:45.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-16T10:08:45.696Z] 6acfbc8d7115: Preparing [2020-12-16T10:08:45.696Z] 2b233c8cbe6c: Preparing [2020-12-16T10:08:45.696Z] 902b06681848: Preparing [2020-12-16T10:08:45.696Z] 6acfbc8d7115: Layer already exists [2020-12-16T10:08:45.696Z] 2b233c8cbe6c: Layer already exists [2020-12-16T10:08:45.696Z] 902b06681848: Layer already exists [2020-12-16T10:08:45.696Z] master: digest: sha256:a372a60501ddbece093e2c02405a2b0a9b6d87b0d30e7da6a7e71875b759c27d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:08:45.880Z] ===================================================== [Pipeline] echo [2020-12-16T10:08:45.928Z] taggedImages: [2020-12-16T10:08:45.928Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:45.928Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.14 [2020-12-16T10:08:45.928Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:45.928Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-16T10:08:45.991Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-16T10:08:45.991Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:45.991Z] 2.0.0-dev.14 [2020-12-16T10:08:45.991Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:08:45.991Z] master [2020-12-16T10:08:45.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:46.475Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:08:46.771Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:08:46.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-16T10:08:46.772Z] 044f4aff8c85: Preparing [2020-12-16T10:08:46.772Z] f018215f57da: Preparing [2020-12-16T10:08:46.772Z] 01ed949c2137: Preparing [2020-12-16T10:08:46.772Z] 88c5d7c6e5a6: Preparing [2020-12-16T10:08:46.772Z] 3b19d8ef646a: Preparing [2020-12-16T10:08:46.772Z] 411a0c69810a: Preparing [2020-12-16T10:08:46.772Z] 4044189a80eb: Preparing [2020-12-16T10:08:46.772Z] 2acb66826301: Preparing [2020-12-16T10:08:46.772Z] 290384f03d96: Preparing [2020-12-16T10:08:46.772Z] a862dfd2474d: Preparing [2020-12-16T10:08:46.772Z] 10a0b64fcff8: Preparing [2020-12-16T10:08:46.772Z] b0b09059f4e1: Preparing [2020-12-16T10:08:46.772Z] bb961f40224b: Preparing [2020-12-16T10:08:46.772Z] f4666769fca7: Preparing [2020-12-16T10:08:46.772Z] 411a0c69810a: Waiting [2020-12-16T10:08:46.772Z] 4044189a80eb: Waiting [2020-12-16T10:08:46.772Z] 2acb66826301: Waiting [2020-12-16T10:08:46.772Z] 290384f03d96: Waiting [2020-12-16T10:08:46.772Z] a862dfd2474d: Waiting [2020-12-16T10:08:46.772Z] 10a0b64fcff8: Waiting [2020-12-16T10:08:46.772Z] b0b09059f4e1: Waiting [2020-12-16T10:08:46.772Z] bb961f40224b: Waiting [2020-12-16T10:08:46.772Z] f4666769fca7: Waiting [2020-12-16T10:08:47.042Z] 3b19d8ef646a: Pushed [2020-12-16T10:08:47.042Z] 044f4aff8c85: Pushed [2020-12-16T10:08:47.309Z] 88c5d7c6e5a6: Pushed [2020-12-16T10:08:47.309Z] 4044189a80eb: Pushed [2020-12-16T10:08:47.574Z] 2acb66826301: Pushed [2020-12-16T10:08:47.574Z] f018215f57da: Pushed [2020-12-16T10:08:47.574Z] 290384f03d96: Pushed [2020-12-16T10:08:47.574Z] a862dfd2474d: Pushed [2020-12-16T10:08:47.574Z] b0b09059f4e1: Layer already exists [2020-12-16T10:08:47.863Z] bb961f40224b: Layer already exists [2020-12-16T10:08:47.863Z] f4666769fca7: Layer already exists [2020-12-16T10:08:48.127Z] 411a0c69810a: Pushed [2020-12-16T10:08:51.445Z] 01ed949c2137: Pushed [2020-12-16T10:08:51.794Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:08:51.794Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:08:51.794Z] ---> 291893430d7f [2020-12-16T10:08:51.794Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T10:08:51.794Z] ---> Using cache [2020-12-16T10:08:51.794Z] ---> 2fbf89ebc702 [2020-12-16T10:08:51.794Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:08:51.794Z] ---> Using cache [2020-12-16T10:08:51.794Z] ---> 68efee6d49e6 [2020-12-16T10:08:51.794Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T10:08:54.443Z] ---> Running in d8051bb34244 [2020-12-16T10:08:55.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:08:57.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:08:57.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:08:57.332Z] ---> 291893430d7f [2020-12-16T10:08:57.332Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T10:08:57.332Z] ---> Using cache [2020-12-16T10:08:57.332Z] ---> 2fbf89ebc702 [2020-12-16T10:08:57.332Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:08:57.332Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:08:57.332Z] [2020-12-16T10:08:57.332Z] ---> Using cache [2020-12-16T10:08:57.332Z] ---> 291893430d7f [2020-12-16T10:08:57.332Z] Step 3/27 : WORKDIR /edgex-go ---> 68efee6d49e6 [2020-12-16T10:08:57.332Z] [2020-12-16T10:08:57.332Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T10:08:57.332Z] ---> Using cache [2020-12-16T10:08:57.332Z] ---> 2fbf89ebc702 [2020-12-16T10:08:57.332Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:08:57.332Z] ---> Using cache [2020-12-16T10:08:57.332Z] ---> 68efee6d49e6 [2020-12-16T10:08:57.332Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T10:08:57.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:08:57.928Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:08:58.204Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:08:58.204Z] ---> 291893430d7f [2020-12-16T10:08:58.204Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> 2fbf89ebc702 [2020-12-16T10:08:58.204Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> 68efee6d49e6 [2020-12-16T10:08:58.204Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> cfef59f8a3cc [2020-12-16T10:08:58.204Z] Step 6/22 : COPY go.mod . [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> d247bf739b9e [2020-12-16T10:08:58.204Z] Step 7/22 : RUN go mod download [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> ebf370da3fe8 [2020-12-16T10:08:58.204Z] Step 8/22 : COPY . . [2020-12-16T10:08:58.204Z] ---> Using cache [2020-12-16T10:08:58.204Z] ---> 767ef9585314 [2020-12-16T10:08:58.204Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T10:08:58.483Z] ---> Running in 4626f88d6b42 [2020-12-16T10:08:58.483Z] ---> Running in 876c5f891ff7 [2020-12-16T10:08:58.765Z] ---> Running in 7eabb43430fd [2020-12-16T10:08:59.046Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:08:59.046Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:08:59.046Z] OK: 12620 distinct packages available [2020-12-16T10:09:00.043Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T10:09:00.044Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T10:09:00.044Z] ---> 291893430d7f [2020-12-16T10:09:00.044Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> 2fbf89ebc702 [2020-12-16T10:09:00.044Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> 68efee6d49e6 [2020-12-16T10:09:00.044Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> cfef59f8a3cc [2020-12-16T10:09:00.044Z] Step 6/21 : COPY go.mod . [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> d247bf739b9e [2020-12-16T10:09:00.044Z] Step 7/21 : RUN go mod download [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> ebf370da3fe8 [2020-12-16T10:09:00.044Z] Step 8/21 : COPY . . [2020-12-16T10:09:00.044Z] ---> Using cache [2020-12-16T10:09:00.044Z] ---> 767ef9585314 [2020-12-16T10:09:00.044Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T10:09:00.321Z] OK: 217 MiB in 51 packages [2020-12-16T10:09:00.321Z] ---> Running in a4d21cf7bc24 [2020-12-16T10:09:01.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:09:01.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:09:01.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-16T10:09:02.211Z] Removing intermediate container d8051bb34244 [2020-12-16T10:09:02.211Z] ---> 4507479f5d73 [2020-12-16T10:09:02.211Z] Step 6/24 : COPY go.mod . [2020-12-16T10:09:02.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:09:02.497Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-16T10:09:02.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:09:03.063Z] ---> 597cf380377b [2020-12-16T10:09:03.063Z] Step 7/24 : RUN go mod download [2020-12-16T10:09:03.338Z] ---> Running in 58e460e47bf0 [2020-12-16T10:09:04.339Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:09:04.339Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:09:04.339Z] OK: 12620 distinct packages available [2020-12-16T10:09:04.946Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T10:09:04.946Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T10:09:04.946Z] OK: 12620 distinct packages available [2020-12-16T10:09:05.554Z] OK: 217 MiB in 51 packages [2020-12-16T10:09:06.161Z] OK: 217 MiB in 51 packages [2020-12-16T10:09:06.371Z] 10a0b64fcff8: Pushed [2020-12-16T10:09:06.371Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:06.681Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:06.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 [2020-12-16T10:09:06.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-16T10:09:06.981Z] 044f4aff8c85: Preparing [2020-12-16T10:09:06.981Z] f018215f57da: Preparing [2020-12-16T10:09:06.981Z] 01ed949c2137: Preparing [2020-12-16T10:09:06.981Z] 88c5d7c6e5a6: Preparing [2020-12-16T10:09:06.981Z] 3b19d8ef646a: Preparing [2020-12-16T10:09:06.981Z] 411a0c69810a: Preparing [2020-12-16T10:09:06.981Z] 4044189a80eb: Preparing [2020-12-16T10:09:06.981Z] 2acb66826301: Preparing [2020-12-16T10:09:06.981Z] 290384f03d96: Preparing [2020-12-16T10:09:06.981Z] a862dfd2474d: Preparing [2020-12-16T10:09:06.981Z] 10a0b64fcff8: Preparing [2020-12-16T10:09:06.981Z] b0b09059f4e1: Preparing [2020-12-16T10:09:06.981Z] bb961f40224b: Preparing [2020-12-16T10:09:06.981Z] f4666769fca7: Preparing [2020-12-16T10:09:06.981Z] 2acb66826301: Waiting [2020-12-16T10:09:06.981Z] 290384f03d96: Waiting [2020-12-16T10:09:06.981Z] 411a0c69810a: Waiting [2020-12-16T10:09:06.981Z] a862dfd2474d: Waiting [2020-12-16T10:09:06.981Z] 4044189a80eb: Waiting [2020-12-16T10:09:06.981Z] 10a0b64fcff8: Waiting [2020-12-16T10:09:06.981Z] b0b09059f4e1: Waiting [2020-12-16T10:09:06.981Z] bb961f40224b: Waiting [2020-12-16T10:09:06.981Z] f4666769fca7: Waiting [2020-12-16T10:09:06.981Z] 3b19d8ef646a: Layer already exists [2020-12-16T10:09:06.981Z] 01ed949c2137: Layer already exists [2020-12-16T10:09:06.981Z] 044f4aff8c85: Layer already exists [2020-12-16T10:09:06.981Z] f018215f57da: Layer already exists [2020-12-16T10:09:06.981Z] 88c5d7c6e5a6: Layer already exists [2020-12-16T10:09:06.981Z] 4044189a80eb: Layer already exists [2020-12-16T10:09:06.981Z] 411a0c69810a: Layer already exists [2020-12-16T10:09:06.981Z] 2acb66826301: Layer already exists [2020-12-16T10:09:06.981Z] 290384f03d96: Layer already exists [2020-12-16T10:09:06.981Z] a862dfd2474d: Layer already exists [2020-12-16T10:09:06.981Z] 10a0b64fcff8: Layer already exists [2020-12-16T10:09:06.981Z] b0b09059f4e1: Layer already exists [2020-12-16T10:09:06.981Z] bb961f40224b: Layer already exists [2020-12-16T10:09:06.981Z] f4666769fca7: Layer already exists [2020-12-16T10:09:07.242Z] 2.0.0-dev.14: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:07.548Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:07.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:09:07.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-16T10:09:07.849Z] 044f4aff8c85: Preparing [2020-12-16T10:09:07.849Z] f018215f57da: Preparing [2020-12-16T10:09:07.849Z] 01ed949c2137: Preparing [2020-12-16T10:09:07.849Z] 88c5d7c6e5a6: Preparing [2020-12-16T10:09:07.849Z] 3b19d8ef646a: Preparing [2020-12-16T10:09:07.849Z] 411a0c69810a: Preparing [2020-12-16T10:09:07.849Z] 4044189a80eb: Preparing [2020-12-16T10:09:07.849Z] 2acb66826301: Preparing [2020-12-16T10:09:07.849Z] 290384f03d96: Preparing [2020-12-16T10:09:07.849Z] a862dfd2474d: Preparing [2020-12-16T10:09:07.849Z] 10a0b64fcff8: Preparing [2020-12-16T10:09:07.849Z] b0b09059f4e1: Preparing [2020-12-16T10:09:07.849Z] bb961f40224b: Preparing [2020-12-16T10:09:07.849Z] f4666769fca7: Preparing [2020-12-16T10:09:07.849Z] 2acb66826301: Waiting [2020-12-16T10:09:07.849Z] 290384f03d96: Waiting [2020-12-16T10:09:07.849Z] a862dfd2474d: Waiting [2020-12-16T10:09:07.849Z] 10a0b64fcff8: Waiting [2020-12-16T10:09:07.849Z] b0b09059f4e1: Waiting [2020-12-16T10:09:07.849Z] bb961f40224b: Waiting [2020-12-16T10:09:07.849Z] f4666769fca7: Waiting [2020-12-16T10:09:07.849Z] 4044189a80eb: Waiting [2020-12-16T10:09:07.849Z] 411a0c69810a: Waiting [2020-12-16T10:09:07.849Z] 044f4aff8c85: Layer already exists [2020-12-16T10:09:07.849Z] 01ed949c2137: Layer already exists [2020-12-16T10:09:07.849Z] 3b19d8ef646a: Layer already exists [2020-12-16T10:09:07.849Z] 88c5d7c6e5a6: Layer already exists [2020-12-16T10:09:07.849Z] f018215f57da: Layer already exists [2020-12-16T10:09:07.849Z] 411a0c69810a: Layer already exists [2020-12-16T10:09:07.849Z] 4044189a80eb: Layer already exists [2020-12-16T10:09:07.849Z] 290384f03d96: Layer already exists [2020-12-16T10:09:07.849Z] 2acb66826301: Layer already exists [2020-12-16T10:09:07.849Z] a862dfd2474d: Layer already exists [2020-12-16T10:09:07.849Z] 10a0b64fcff8: Layer already exists [2020-12-16T10:09:07.849Z] f4666769fca7: Layer already exists [2020-12-16T10:09:07.849Z] b0b09059f4e1: Layer already exists [2020-12-16T10:09:07.849Z] bb961f40224b: Layer already exists [2020-12-16T10:09:08.112Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:08.209Z] Removing intermediate container 4626f88d6b42 [2020-12-16T10:09:08.209Z] ---> 48b13d59b86a [2020-12-16T10:09:08.209Z] Step 6/27 : COPY go.mod . [2020-12-16T10:09:08.425Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:09:08.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-16T10:09:08.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-16T10:09:08.815Z] 044f4aff8c85: Preparing [2020-12-16T10:09:08.815Z] f018215f57da: Preparing [2020-12-16T10:09:08.815Z] 01ed949c2137: Preparing [2020-12-16T10:09:08.815Z] 88c5d7c6e5a6: Preparing [2020-12-16T10:09:08.815Z] 3b19d8ef646a: Preparing [2020-12-16T10:09:08.815Z] 411a0c69810a: Preparing [2020-12-16T10:09:08.815Z] 4044189a80eb: Preparing [2020-12-16T10:09:08.815Z] 2acb66826301: Preparing [2020-12-16T10:09:08.815Z] 290384f03d96: Preparing [2020-12-16T10:09:08.815Z] a862dfd2474d: Preparing [2020-12-16T10:09:08.815Z] 10a0b64fcff8: Preparing [2020-12-16T10:09:08.815Z] b0b09059f4e1: Preparing [2020-12-16T10:09:08.815Z] bb961f40224b: Preparing [2020-12-16T10:09:08.815Z] f4666769fca7: Preparing [2020-12-16T10:09:08.815Z] 411a0c69810a: Waiting [2020-12-16T10:09:08.815Z] 4044189a80eb: Waiting [2020-12-16T10:09:08.815Z] 2acb66826301: Waiting [2020-12-16T10:09:08.815Z] 290384f03d96: Waiting [2020-12-16T10:09:08.815Z] a862dfd2474d: Waiting [2020-12-16T10:09:08.815Z] 10a0b64fcff8: Waiting [2020-12-16T10:09:08.815Z] b0b09059f4e1: Waiting [2020-12-16T10:09:08.815Z] bb961f40224b: Waiting [2020-12-16T10:09:08.815Z] f4666769fca7: Waiting [2020-12-16T10:09:08.815Z] f018215f57da: Layer already exists [2020-12-16T10:09:08.815Z] 044f4aff8c85: Layer already exists [2020-12-16T10:09:08.815Z] 88c5d7c6e5a6: Layer already exists [2020-12-16T10:09:08.815Z] 01ed949c2137: Layer already exists [2020-12-16T10:09:08.815Z] 3b19d8ef646a: Layer already exists [2020-12-16T10:09:08.815Z] 4044189a80eb: Layer already exists [2020-12-16T10:09:08.815Z] 2acb66826301: Layer already exists [2020-12-16T10:09:08.815Z] 290384f03d96: Layer already exists [2020-12-16T10:09:08.815Z] 411a0c69810a: Layer already exists [2020-12-16T10:09:08.815Z] a862dfd2474d: Layer already exists [2020-12-16T10:09:08.815Z] bb961f40224b: Layer already exists [2020-12-16T10:09:08.815Z] 10a0b64fcff8: Layer already exists [2020-12-16T10:09:08.815Z] b0b09059f4e1: Layer already exists [2020-12-16T10:09:08.815Z] f4666769fca7: Layer already exists [2020-12-16T10:09:08.822Z] Removing intermediate container 58e460e47bf0 [2020-12-16T10:09:08.822Z] ---> 747da823f5b5 [2020-12-16T10:09:08.822Z] Step 8/24 : COPY . . [2020-12-16T10:09:09.083Z] master: digest: sha256:ad684d0b9b2dd54cd69e9a76b35079b045db8a99a192e4da41bbfac210582bf6 size: 3252 [2020-12-16T10:09:09.104Z] Removing intermediate container 876c5f891ff7 [2020-12-16T10:09:09.104Z] ---> 031ba947ce6d [2020-12-16T10:09:09.104Z] Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:09:09.296Z] ===================================================== [Pipeline] echo [2020-12-16T10:09:09.344Z] taggedImages: [2020-12-16T10:09:09.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:09:09.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.14 [2020-12-16T10:09:09.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:09:09.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-16T10:09:10.103Z] ---> 8223d92c1533 [2020-12-16T10:09:10.103Z] Step 7/27 : RUN go mod download [Pipeline] // stage [Pipeline] } [2020-12-16T10:09:10.400Z] ---> Running in 9a1cdee64afe [2020-12-16T10:09:11.019Z] ---> 5dc0e0f12e5e [2020-12-16T10:09:11.019Z] Step 7/23 : RUN go mod download [2020-12-16T10:09:11.641Z] ---> Running in b86c3da6b873 [2020-12-16T10:09:18.499Z] Removing intermediate container 9a1cdee64afe [2020-12-16T10:09:18.499Z] ---> 3a51c686c1b2 [2020-12-16T10:09:18.499Z] Step 8/27 : COPY . . [2020-12-16T10:09:18.782Z] Removing intermediate container b86c3da6b873 [2020-12-16T10:09:18.783Z] ---> 7abfb8beab42 [2020-12-16T10:09:18.783Z] Step 8/23 : COPY . . [2020-12-16T10:09:33.940Z] ---> 1746d55b23db [2020-12-16T10:09:33.940Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T10:09:33.940Z] ---> Running in dac246ce45e7 [2020-12-16T10:09:34.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-16T10:09:45.149Z] ---> 4b91be515610 [2020-12-16T10:09:45.149Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T10:09:45.149Z] ---> 2dcb2d2b9da2 [2020-12-16T10:09:45.149Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T10:09:45.149Z] ---> Running in 55a11fb125f4 [2020-12-16T10:09:45.149Z] ---> Running in e18f023a26fe [2020-12-16T10:09:46.614Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2020-12-16T10:09:46.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-16T10:10:33.919Z] Removing intermediate container 7eabb43430fd [2020-12-16T10:10:33.919Z] ---> 8f96a1c3da0a [2020-12-16T10:10:33.919Z] [2020-12-16T10:10:33.919Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T10:10:33.919Z] ---> 536a684cf733 [2020-12-16T10:10:33.919Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T10:10:33.919Z] ---> Using cache [2020-12-16T10:10:33.919Z] ---> a237b2fc985f [2020-12-16T10:10:33.919Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T10:10:33.919Z] ---> Running in e219386f739f [2020-12-16T10:10:33.919Z] Removing intermediate container e219386f739f [2020-12-16T10:10:33.919Z] ---> 7235d684b1f2 [2020-12-16T10:10:33.919Z] Step 13/22 : WORKDIR / [2020-12-16T10:10:33.919Z] ---> Running in 0453b41ae8fa [2020-12-16T10:10:33.919Z] Removing intermediate container 0453b41ae8fa [2020-12-16T10:10:33.919Z] ---> c3c6c8b70dd0 [2020-12-16T10:10:33.919Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T10:10:35.365Z] ---> a9d99b2a03bf [2020-12-16T10:10:35.365Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T10:10:36.828Z] ---> 7a114d958e75 [2020-12-16T10:10:36.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T10:10:38.267Z] ---> e722d6ae5910 [2020-12-16T10:10:38.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T10:10:39.259Z] ---> 71235767cd37 [2020-12-16T10:10:39.259Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T10:10:39.259Z] ---> Running in e8a6399b6eef [2020-12-16T10:10:42.682Z] Removing intermediate container e8a6399b6eef [2020-12-16T10:10:42.682Z] ---> 5b3b68dfe054 [2020-12-16T10:10:42.682Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T10:10:42.682Z] ---> Running in bf7851d05926 [2020-12-16T10:10:43.299Z] Removing intermediate container bf7851d05926 [2020-12-16T10:10:43.576Z] ---> 960ca65f50cd [2020-12-16T10:10:43.576Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T10:10:43.576Z] ---> Running in e9fb0b7b1e48 [2020-12-16T10:10:44.198Z] Removing intermediate container e9fb0b7b1e48 [2020-12-16T10:10:44.198Z] ---> 437f0d49ec65 [2020-12-16T10:10:44.198Z] Step 21/22 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:10:44.475Z] ---> Running in aa601b9cbf33 [2020-12-16T10:10:45.078Z] Removing intermediate container aa601b9cbf33 [2020-12-16T10:10:45.078Z] ---> ab130abe5e7d [2020-12-16T10:10:45.078Z] Step 22/22 : LABEL version=2.0.0-dev.14 [2020-12-16T10:10:45.359Z] ---> Running in 011ab426e565 [2020-12-16T10:10:45.967Z] Removing intermediate container 011ab426e565 [2020-12-16T10:10:45.967Z] ---> 135e094ffbf3 [2020-12-16T10:10:45.967Z] [2020-12-16T10:10:46.243Z] Successfully built 135e094ffbf3 [2020-12-16T10:10:46.243Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T10:10:58.975Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container a4d21cf7bc24 [2020-12-16T10:10:58.975Z] ---> 4f1087a6b7b9 [2020-12-16T10:10:58.975Z] [2020-12-16T10:10:58.975Z] Step 10/21 : FROM scratch [2020-12-16T10:10:58.975Z] ---> [2020-12-16T10:10:58.975Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:10:58.975Z] ---> Using cache [2020-12-16T10:10:58.975Z] ---> 65a312329407 [2020-12-16T10:10:58.975Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T10:10:58.975Z] ---> Running in 141bc37270c8 [2020-12-16T10:10:59.570Z] Removing intermediate container 141bc37270c8 [2020-12-16T10:10:59.570Z] ---> a141b6bd56fc [2020-12-16T10:10:59.570Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T10:10:59.570Z] ---> Running in f1e96ac62436 [2020-12-16T10:11:00.171Z] Removing intermediate container f1e96ac62436 [2020-12-16T10:11:00.171Z] ---> 6a2442e4a52b [2020-12-16T10:11:00.171Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T10:11:01.154Z] ---> b47ba5f2d524 [2020-12-16T10:11:01.154Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T10:11:03.788Z] ---> 80cfab0a75fa [2020-12-16T10:11:03.788Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T10:11:04.389Z] ---> 58eb12cd12f0 [2020-12-16T10:11:04.389Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T10:11:04.663Z] ---> Running in f98e22d142bd [2020-12-16T10:11:05.266Z] Removing intermediate container f98e22d142bd [2020-12-16T10:11:05.266Z] ---> 77fb30ac7274 [2020-12-16T10:11:05.266Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:11:05.540Z] ---> Running in e27a09bb04fd [2020-12-16T10:11:06.146Z] Removing intermediate container e27a09bb04fd [2020-12-16T10:11:06.146Z] ---> 7985fb37ae2e [2020-12-16T10:11:06.146Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T10:11:06.146Z] ---> Running in 37c5c25954f0 [2020-12-16T10:11:06.758Z] Removing intermediate container 37c5c25954f0 [2020-12-16T10:11:06.758Z] ---> 001cb72b995b [2020-12-16T10:11:06.758Z] Step 20/21 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:11:07.029Z] ---> Running in 5146fbec2633 [2020-12-16T10:11:07.629Z] Removing intermediate container 5146fbec2633 [2020-12-16T10:11:07.629Z] ---> aef44155b6ad [2020-12-16T10:11:07.629Z] Step 21/21 : LABEL version=2.0.0-dev.14 [2020-12-16T10:11:07.902Z] ---> Running in 0d4284063ec4 [2020-12-16T10:11:08.502Z] Removing intermediate container 0d4284063ec4 [2020-12-16T10:11:08.502Z] ---> 6b794a9e2ddc [2020-12-16T10:11:08.502Z] [2020-12-16T10:11:08.778Z] Successfully built 6b794a9e2ddc [2020-12-16T10:11:09.054Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T10:11:24.171Z]  Building docker-support-scheduler-go ... done Removing intermediate container e18f023a26fe [2020-12-16T10:11:24.171Z] ---> 80b306c43ee3 [2020-12-16T10:11:24.171Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T10:11:24.171Z] ---> Running in 7b3665106f85 [2020-12-16T10:11:25.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-16T10:11:28.248Z] Removing intermediate container dac246ce45e7 [2020-12-16T10:11:28.248Z] ---> 9f6374866dfb [2020-12-16T10:11:28.248Z] [2020-12-16T10:11:28.248Z] Step 10/24 : FROM scratch [2020-12-16T10:11:28.248Z] ---> [2020-12-16T10:11:28.248Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T10:11:28.248Z] ---> Running in 1d05afed5bcd [2020-12-16T10:11:28.851Z] Removing intermediate container 1d05afed5bcd [2020-12-16T10:11:28.852Z] ---> fc80f3ab918f [2020-12-16T10:11:28.852Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T10:11:29.128Z] ---> Running in 1eb3b537ef9a [2020-12-16T10:11:29.736Z] Removing intermediate container 1eb3b537ef9a [2020-12-16T10:11:29.736Z] ---> 7b0d5cad0bf0 [2020-12-16T10:11:29.736Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T10:11:30.020Z] ---> Running in a8fd7c7bedf3 [2020-12-16T10:11:31.018Z] Removing intermediate container 7b3665106f85 [2020-12-16T10:11:31.018Z] ---> cb3dcaafde5f [2020-12-16T10:11:31.018Z] [2020-12-16T10:11:31.018Z] Step 11/27 : FROM docker:latest [2020-12-16T10:11:31.018Z] ---> 0c09fb3ff9b5 [2020-12-16T10:11:31.018Z] Step 12/27 : RUN apk add --no-cache bashRemoving intermediate container a8fd7c7bedf3 [2020-12-16T10:11:31.018Z] ---> 76f2a17d9507 [2020-12-16T10:11:31.018Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T10:11:31.018Z] [2020-12-16T10:11:31.018Z] ---> Running in 4fc9f37b0c6c [2020-12-16T10:11:32.005Z] ---> 310650f260f3 [2020-12-16T10:11:32.005Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T10:11:32.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:11:32.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:11:33.504Z] ---> e4f7d67f49df [2020-12-16T10:11:33.504Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T10:11:33.780Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T10:11:33.780Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T10:11:33.780Z] Executing bash-5.0.17-r0.post-install [2020-12-16T10:11:33.780Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:11:33.780Z] OK: 12 MiB in 22 packages [2020-12-16T10:11:35.233Z] ---> 192a2a3b60da [2020-12-16T10:11:35.233Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T10:11:35.837Z] Removing intermediate container 4fc9f37b0c6c [2020-12-16T10:11:35.837Z] ---> 866a1ce92418 [2020-12-16T10:11:35.837Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T10:11:35.837Z] ---> Running in c7d9232468ee [2020-12-16T10:11:36.435Z] ---> d0ad083f5a44 [2020-12-16T10:11:36.435Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T10:11:37.878Z] ---> 2525ee8a46e5 [2020-12-16T10:11:37.878Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T10:11:38.870Z] Removing intermediate container c7d9232468ee [2020-12-16T10:11:38.870Z] ---> 7ed5cc533dd1 [2020-12-16T10:11:38.870Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T10:11:38.870Z] ---> 2245ccb6e6a6 [2020-12-16T10:11:38.870Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T10:11:38.870Z] ---> Running in ffebd8fc5377 [2020-12-16T10:11:38.870Z] ---> Running in b6b9747fa930 [2020-12-16T10:11:39.472Z] Removing intermediate container ffebd8fc5377 [2020-12-16T10:11:39.472Z] ---> dff2e6195982 [2020-12-16T10:11:39.472Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T10:11:39.472Z] Removing intermediate container b6b9747fa930 [2020-12-16T10:11:39.472Z] ---> 2d599decc748 [2020-12-16T10:11:39.472Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:11:39.472Z] ---> Running in 7efbed9d08de [2020-12-16T10:11:39.748Z] ---> Running in 07d027a11028 [2020-12-16T10:11:40.745Z] Removing intermediate container 7efbed9d08de [2020-12-16T10:11:40.745Z] ---> e5760941c56a [2020-12-16T10:11:40.745Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T10:11:40.745Z] Removing intermediate container 07d027a11028 [2020-12-16T10:11:40.745Z] ---> a6c7b6f39710 [2020-12-16T10:11:40.745Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T10:11:40.745Z] ---> Running in 02d1e2a5d30a [2020-12-16T10:11:40.745Z] ---> Running in cae1df31ae01 [2020-12-16T10:11:41.343Z] Removing intermediate container 02d1e2a5d30a [2020-12-16T10:11:41.343Z] ---> 31c7f02b7b09 [2020-12-16T10:11:41.343Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T10:11:41.621Z] Removing intermediate container cae1df31ae01 [2020-12-16T10:11:41.621Z] ---> 024f90ffbee3 [2020-12-16T10:11:41.621Z] Step 23/24 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:11:42.222Z] ---> Running in 654a28defc69 [2020-12-16T10:11:42.827Z] ---> 0f7458386aa6 [2020-12-16T10:11:42.827Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T10:11:42.827Z] Removing intermediate container 654a28defc69 [2020-12-16T10:11:42.827Z] ---> 2958ec357a5e [2020-12-16T10:11:42.827Z] Step 24/24 : LABEL version=2.0.0-dev.14 [2020-12-16T10:11:43.427Z] ---> Running in c272bc864c23 [2020-12-16T10:11:44.026Z] Removing intermediate container c272bc864c23 [2020-12-16T10:11:44.026Z] ---> c387c67cec8c [2020-12-16T10:11:44.026Z] [2020-12-16T10:11:44.026Z] ---> 75c6677b28c0 [2020-12-16T10:11:44.026Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T10:11:44.302Z] Successfully built c387c67cec8c [2020-12-16T10:11:44.302Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T10:11:45.283Z]  Building docker-support-notifications-go ... done  ---> f1ef913d0b7c [2020-12-16T10:11:45.283Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T10:11:45.283Z] ---> Running in 81e8155fcc27 [2020-12-16T10:11:46.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:11:46.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:11:47.378Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T10:11:47.378Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T10:11:47.378Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T10:11:47.378Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T10:11:47.378Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T10:11:47.378Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T10:11:47.378Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T10:11:50.101Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T10:11:50.101Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T10:11:50.101Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T10:11:50.101Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T10:11:50.101Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T10:11:50.101Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T10:11:50.101Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T10:11:50.101Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T10:11:50.101Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T10:11:50.101Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T10:11:50.101Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T10:11:50.101Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T10:11:50.101Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T10:11:50.101Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T10:11:50.101Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T10:11:50.101Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T10:11:50.101Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T10:11:50.403Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T10:11:50.403Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T10:11:50.403Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T10:11:50.403Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T10:11:50.403Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T10:11:50.403Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T10:11:50.403Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T10:11:50.403Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T10:11:50.403Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T10:11:50.699Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:11:50.699Z] OK: 71 MiB in 55 packages [2020-12-16T10:11:52.766Z] Removing intermediate container 55a11fb125f4 [2020-12-16T10:11:52.766Z] ---> ee341d0536ba [2020-12-16T10:11:52.766Z] [2020-12-16T10:11:52.766Z] Step 10/23 : FROM alpine [2020-12-16T10:11:52.766Z] ---> dd36a01c3f31 [2020-12-16T10:11:52.766Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T10:11:53.038Z] ---> Running in cdd7bc39184f [2020-12-16T10:11:54.038Z] Removing intermediate container cdd7bc39184f [2020-12-16T10:11:54.038Z] ---> ae0c783c8d48 [2020-12-16T10:11:54.038Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T10:11:54.314Z] ---> Running in 5774ae348f50 [2020-12-16T10:11:54.919Z] Removing intermediate container 5774ae348f50 [2020-12-16T10:11:54.919Z] ---> 6251a855a7b9 [2020-12-16T10:11:54.919Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T10:11:54.919Z] ---> Running in c8dd007e5ea4 [2020-12-16T10:11:55.522Z] Removing intermediate container c8dd007e5ea4 [2020-12-16T10:11:55.522Z] ---> 5c043e2efa4f [2020-12-16T10:11:55.522Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T10:11:55.800Z] ---> Running in cde49703849a [2020-12-16T10:11:58.424Z] Removing intermediate container 81e8155fcc27 [2020-12-16T10:11:58.424Z] ---> 2fb449073226 [2020-12-16T10:11:58.424Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T10:11:58.424Z] ---> Running in 0c31ebc157e2 [2020-12-16T10:11:58.697Z] Removing intermediate container cde49703849a [2020-12-16T10:11:58.697Z] ---> 9a34297d1473 [2020-12-16T10:11:58.697Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T10:11:58.970Z] ---> Running in d27ba55781cd [2020-12-16T10:12:00.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:12:01.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:12:01.998Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T10:12:01.998Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T10:12:01.998Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T10:12:02.269Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T10:12:02.545Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T10:12:02.545Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:12:02.545Z] OK: 8 MiB in 19 packages [2020-12-16T10:12:03.984Z] Removing intermediate container d27ba55781cd [2020-12-16T10:12:03.985Z] ---> 62fbfaa213da [2020-12-16T10:12:03.985Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T10:12:04.964Z] ---> ae26b0a09700 [2020-12-16T10:12:04.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T10:12:05.236Z] Collecting docker-compose==1.23.2 [2020-12-16T10:12:05.510Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T10:12:06.482Z] ---> 0f94f4fbbc64 [2020-12-16T10:12:06.482Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T10:12:06.754Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T10:12:07.026Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T10:12:07.301Z] ---> 5f0863a73aa4 [2020-12-16T10:12:07.301Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T10:12:07.301Z] ---> Running in 799a38292240 [2020-12-16T10:12:07.899Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T10:12:07.899Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T10:12:07.899Z] Removing intermediate container 799a38292240 [2020-12-16T10:12:07.899Z] ---> ed58810d720f [2020-12-16T10:12:07.899Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:12:07.899Z] ---> Running in 0124f9fb6396 [2020-12-16T10:12:08.498Z] Removing intermediate container 0124f9fb6396 [2020-12-16T10:12:08.498Z] ---> 5cd541cc58ae [2020-12-16T10:12:08.498Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T10:12:08.772Z] ---> Running in f597574934d2 [2020-12-16T10:12:09.052Z] Removing intermediate container f597574934d2 [2020-12-16T10:12:09.052Z] ---> 99395a0c5889 [2020-12-16T10:12:09.052Z] Step 22/23 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:12:09.327Z] ---> Running in fd9070ad2144 [2020-12-16T10:12:09.923Z] Removing intermediate container fd9070ad2144 [2020-12-16T10:12:09.923Z] ---> 5222da28a022 [2020-12-16T10:12:09.923Z] Step 23/23 : LABEL version=2.0.0-dev.14 [2020-12-16T10:12:09.923Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T10:12:09.923Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T10:12:09.923Z] ---> Running in 0619a1156b94 [2020-12-16T10:12:10.520Z] Removing intermediate container 0619a1156b94 [2020-12-16T10:12:10.520Z] ---> 90174a832329 [2020-12-16T10:12:10.520Z] [2020-12-16T10:12:10.791Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T10:12:10.791Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T10:12:10.791Z] Successfully built 90174a832329 [2020-12-16T10:12:10.791Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T10:12:11.062Z]  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-16T10:12:11.333Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T10:12:11.333Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T10:12:13.943Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T10:12:13.943Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T10:12:16.551Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T10:12:16.551Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T10:12:19.943Z] Collecting PyYAML<4,>=3.10 [2020-12-16T10:12:19.943Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T10:12:25.334Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T10:12:25.334Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T10:12:25.334Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T10:12:25.334Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T10:12:25.927Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T10:12:25.927Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T10:12:26.205Z] 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-16T10:12:26.476Z] Collecting idna<2.8,>=2.5 [2020-12-16T10:12:26.476Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T10:12:26.748Z] 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-16T10:12:26.748Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T10:12:26.748Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T10:12:26.748Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T10:12:26.748Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T10:12:28.189Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, docopt, dockerpty, texttable, PyYAML, docker-compose [2020-12-16T10:12:28.189Z] Attempting uninstall: urllib3 [2020-12-16T10:12:28.189Z] Found existing installation: urllib3 1.25.9 [2020-12-16T10:12:28.461Z] Uninstalling urllib3-1.25.9: [2020-12-16T10:12:28.732Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T10:12:29.329Z] Attempting uninstall: idna [2020-12-16T10:12:29.329Z] Found existing installation: idna 2.9 [2020-12-16T10:12:29.329Z] Uninstalling idna-2.9: [2020-12-16T10:12:29.329Z] Successfully uninstalled idna-2.9 [2020-12-16T10:12:30.303Z] Attempting uninstall: requests [2020-12-16T10:12:30.303Z] Found existing installation: requests 2.23.0 [2020-12-16T10:12:30.303Z] Uninstalling requests-2.23.0: [2020-12-16T10:12:30.303Z] Successfully uninstalled requests-2.23.0 [2020-12-16T10:12:32.271Z] Running setup.py install for docopt: started [2020-12-16T10:12:35.651Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T10:12:35.651Z] Running setup.py install for dockerpty: started [2020-12-16T10:12:37.619Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T10:12:37.619Z] Running setup.py install for texttable: started [2020-12-16T10:12:40.226Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T10:12:40.226Z] Running setup.py install for PyYAML: started [2020-12-16T10:12:42.853Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T10:12:43.447Z] 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-16T10:12:47.750Z] Removing intermediate container 0c31ebc157e2 [2020-12-16T10:12:47.750Z] ---> f33ee2567afe [2020-12-16T10:12:47.750Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T10:12:48.022Z] ---> Running in 5a59c7640cd0 [2020-12-16T10:12:49.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T10:12:49.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T10:12:50.079Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T10:12:50.079Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T10:12:50.079Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T10:12:50.079Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T10:12:50.079Z] OK: 71 MiB in 58 packages [2020-12-16T10:12:51.509Z] Removing intermediate container 5a59c7640cd0 [2020-12-16T10:12:51.509Z] ---> ef5acd932859 [2020-12-16T10:12:51.509Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T10:12:51.780Z] ---> Running in 351cae7f8cd5 [2020-12-16T10:12:52.053Z] Removing intermediate container 351cae7f8cd5 [2020-12-16T10:12:52.053Z] ---> 9eb1c74661e6 [2020-12-16T10:12:52.053Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T10:12:52.325Z] ---> Running in 82e62a7e0802 [2020-12-16T10:12:52.917Z] Removing intermediate container 82e62a7e0802 [2020-12-16T10:12:52.917Z] ---> c83eba2302b1 [2020-12-16T10:12:52.917Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T10:12:52.917Z] ---> Running in 5a65116f0ea4 [2020-12-16T10:12:53.509Z] Removing intermediate container 5a65116f0ea4 [2020-12-16T10:12:53.509Z] ---> 60a744ca5895 [2020-12-16T10:12:53.509Z] Step 26/27 : LABEL git_sha=e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:12:53.509Z] ---> Running in ca82278711de [2020-12-16T10:12:54.100Z] Removing intermediate container ca82278711de [2020-12-16T10:12:54.100Z] ---> d89611a6a438 [2020-12-16T10:12:54.100Z] Step 27/27 : LABEL version=2.0.0-dev.14 [2020-12-16T10:12:54.100Z] ---> Running in d43e7f0abf5c [2020-12-16T10:12:54.693Z] Removing intermediate container d43e7f0abf5c [2020-12-16T10:12:54.693Z] ---> 0e6e7c5885cb [2020-12-16T10:12:54.693Z] [2020-12-16T10:12:54.968Z] Successfully built 0e6e7c5885cb [2020-12-16T10:12:54.968Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T10:12:55.259Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-16T10:12:55.273Z] $ docker stop --time=1 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 [2020-12-16T10:12:57.233Z] $ docker rm -f 85911a3d68f656f7a9f937c220e219e51fac25239d353033880e1f308cec8a82 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T10:12:57.929Z] + docker images [2020-12-16T10:12:57.929Z] + grep docker [2020-12-16T10:12:58.201Z] docker-sys-mgmt-agent-go-arm64 latest 0e6e7c5885cb 4 seconds ago 300MB [2020-12-16T10:12:58.201Z] docker-core-data-go-arm64 latest 90174a832329 48 seconds ago 22.3MB [2020-12-16T10:12:58.201Z] docker-support-notifications-go-arm64 latest c387c67cec8c About a minute ago 12.9MB [2020-12-16T10:12:58.201Z] docker-support-scheduler-go-arm64 latest 6b794a9e2ddc About a minute ago 11.5MB [2020-12-16T10:12:58.201Z] docker-security-bootstrap-redis-go-arm64 latest 135e094ffbf3 2 minutes ago 15.2MB [2020-12-16T10:12:58.201Z] docker-core-metadata-go-arm64 latest 6be0966f36ce 4 minutes ago 13.6MB [2020-12-16T10:12:58.201Z] docker-core-command-go-arm64 latest b113c0774964 4 minutes ago 11.4MB [2020-12-16T10:12:58.201Z] docker-security-secretstore-setup-go-arm64 latest 220ba624b8e2 4 minutes ago 23.5MB [2020-12-16T10:12:58.201Z] docker-security-proxy-setup-go-arm64 latest 32bc6288137a 4 minutes ago 23.4MB [2020-12-16T10:12:58.201Z] docker-security-secrets-setup-go-arm64 latest a500d4d7c2c5 4 minutes ago 22.7MB [2020-12-16T10:12:58.201Z] docker latest 0c09fb3ff9b5 13 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-16T10:12:58.733Z] provisioning config files... [2020-12-16T10:12:58.774Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/258@tmp/config8098976668474913038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:12:59.196Z] ---> docker-login.sh [2020-12-16T10:12:59.196Z] nexus3.edgexfoundry.org:10001 [2020-12-16T10:12:59.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:12:59.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:12:59.747Z] Configure a credential helper to remove this warning. See [2020-12-16T10:12:59.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:12:59.747Z] [2020-12-16T10:12:59.747Z] Login Succeeded [2020-12-16T10:12:59.747Z] nexus3.edgexfoundry.org:10002 [2020-12-16T10:13:00.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:13:00.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:13:00.292Z] Configure a credential helper to remove this warning. See [2020-12-16T10:13:00.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:13:00.292Z] [2020-12-16T10:13:00.292Z] Login Succeeded [2020-12-16T10:13:00.292Z] nexus3.edgexfoundry.org:10003 [2020-12-16T10:13:00.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:13:00.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:13:00.887Z] Configure a credential helper to remove this warning. See [2020-12-16T10:13:00.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:13:00.887Z] [2020-12-16T10:13:00.887Z] Login Succeeded [2020-12-16T10:13:00.887Z] nexus3.edgexfoundry.org:10004 [2020-12-16T10:13:01.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:13:01.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:13:01.482Z] Configure a credential helper to remove this warning. See [2020-12-16T10:13:01.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:13:01.482Z] [2020-12-16T10:13:01.482Z] Login Succeeded [2020-12-16T10:13:01.482Z] docker.io [2020-12-16T10:13:02.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T10:13:02.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T10:13:02.348Z] Configure a credential helper to remove this warning. See [2020-12-16T10:13:02.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T10:13:02.348Z] [2020-12-16T10:13:02.348Z] Login Succeeded [2020-12-16T10:13:02.348Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T10:13:02.366Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:02.586Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-16T10:13:02.586Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:02.586Z] 2.0.0-dev.14 [2020-12-16T10:13:02.586Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:02.586Z] master [2020-12-16T10:13:02.586Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:03.129Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:03.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:03.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-16T10:13:03.472Z] f97f2dcf03f0: Preparing [2020-12-16T10:13:03.472Z] 9cca05c71f24: Preparing [2020-12-16T10:13:03.472Z] a57272575fb3: Preparing [2020-12-16T10:13:04.067Z] a57272575fb3: Pushed [2020-12-16T10:13:04.067Z] f97f2dcf03f0: Pushed [2020-12-16T10:13:06.670Z] 9cca05c71f24: Pushed [2020-12-16T10:13:06.670Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:07.015Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:07.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:07.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-16T10:13:07.361Z] f97f2dcf03f0: Preparing [2020-12-16T10:13:07.361Z] 9cca05c71f24: Preparing [2020-12-16T10:13:07.361Z] a57272575fb3: Preparing [2020-12-16T10:13:07.636Z] f97f2dcf03f0: Layer already exists [2020-12-16T10:13:07.636Z] 9cca05c71f24: Layer already exists [2020-12-16T10:13:07.636Z] a57272575fb3: Layer already exists [2020-12-16T10:13:07.636Z] 2.0.0-dev.14: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:07.981Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:08.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:08.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-16T10:13:08.322Z] f97f2dcf03f0: Preparing [2020-12-16T10:13:08.322Z] 9cca05c71f24: Preparing [2020-12-16T10:13:08.322Z] a57272575fb3: Preparing [2020-12-16T10:13:08.596Z] f97f2dcf03f0: Layer already exists [2020-12-16T10:13:08.596Z] a57272575fb3: Layer already exists [2020-12-16T10:13:08.596Z] 9cca05c71f24: Layer already exists [2020-12-16T10:13:08.596Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:08.952Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:09.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-16T10:13:09.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-16T10:13:09.299Z] f97f2dcf03f0: Preparing [2020-12-16T10:13:09.299Z] 9cca05c71f24: Preparing [2020-12-16T10:13:09.299Z] a57272575fb3: Preparing [2020-12-16T10:13:09.571Z] f97f2dcf03f0: Layer already exists [2020-12-16T10:13:09.571Z] a57272575fb3: Layer already exists [2020-12-16T10:13:09.571Z] 9cca05c71f24: Layer already exists [2020-12-16T10:13:09.571Z] master: digest: sha256:34c25ac87a421aac669a70a2798a54dd6eea803b89a061773825b2e3dfd9e92d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:09.759Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:09.803Z] taggedImages: [2020-12-16T10:13:09.803Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:09.803Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:09.803Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:09.803Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-16T10:13:09.872Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-16T10:13:09.872Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:09.872Z] 2.0.0-dev.14 [2020-12-16T10:13:09.872Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:09.872Z] master [2020-12-16T10:13:09.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:10.408Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:10.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:10.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-16T10:13:10.786Z] d9043adc91bf: Preparing [2020-12-16T10:13:10.786Z] 9e290ee3868d: Preparing [2020-12-16T10:13:10.786Z] ac5d32ebb012: Preparing [2020-12-16T10:13:10.786Z] 4595d3238e1c: Preparing [2020-12-16T10:13:10.786Z] c5490864c67d: Preparing [2020-12-16T10:13:10.786Z] e934a737d657: Preparing [2020-12-16T10:13:10.786Z] e934a737d657: Waiting [2020-12-16T10:13:11.059Z] d9043adc91bf: Pushed [2020-12-16T10:13:11.331Z] e934a737d657: Layer already exists [2020-12-16T10:13:11.926Z] 4595d3238e1c: Pushed [2020-12-16T10:13:12.199Z] ac5d32ebb012: Pushed [2020-12-16T10:13:12.199Z] c5490864c67d: Pushed [2020-12-16T10:13:14.805Z] 9e290ee3868d: Pushed [2020-12-16T10:13:14.805Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:15.143Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:15.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:15.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-16T10:13:15.479Z] d9043adc91bf: Preparing [2020-12-16T10:13:15.479Z] 9e290ee3868d: Preparing [2020-12-16T10:13:15.479Z] ac5d32ebb012: Preparing [2020-12-16T10:13:15.479Z] 4595d3238e1c: Preparing [2020-12-16T10:13:15.479Z] c5490864c67d: Preparing [2020-12-16T10:13:15.479Z] e934a737d657: Preparing [2020-12-16T10:13:15.479Z] e934a737d657: Waiting [2020-12-16T10:13:15.750Z] 4595d3238e1c: Layer already exists [2020-12-16T10:13:15.750Z] c5490864c67d: Layer already exists [2020-12-16T10:13:15.750Z] ac5d32ebb012: Layer already exists [2020-12-16T10:13:15.750Z] d9043adc91bf: Layer already exists [2020-12-16T10:13:15.750Z] 9e290ee3868d: Layer already exists [2020-12-16T10:13:15.751Z] e934a737d657: Layer already exists [2020-12-16T10:13:15.751Z] 2.0.0-dev.14: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:16.090Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:16.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:16.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-16T10:13:16.430Z] d9043adc91bf: Preparing [2020-12-16T10:13:16.430Z] 9e290ee3868d: Preparing [2020-12-16T10:13:16.430Z] ac5d32ebb012: Preparing [2020-12-16T10:13:16.430Z] 4595d3238e1c: Preparing [2020-12-16T10:13:16.430Z] c5490864c67d: Preparing [2020-12-16T10:13:16.430Z] e934a737d657: Preparing [2020-12-16T10:13:16.430Z] e934a737d657: Waiting [2020-12-16T10:13:16.701Z] 9e290ee3868d: Layer already exists [2020-12-16T10:13:16.701Z] 4595d3238e1c: Layer already exists [2020-12-16T10:13:16.701Z] c5490864c67d: Layer already exists [2020-12-16T10:13:16.701Z] ac5d32ebb012: Layer already exists [2020-12-16T10:13:16.701Z] d9043adc91bf: Layer already exists [2020-12-16T10:13:16.701Z] e934a737d657: Layer already exists [2020-12-16T10:13:16.701Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:17.055Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:17.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-16T10:13:17.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-16T10:13:17.404Z] d9043adc91bf: Preparing [2020-12-16T10:13:17.404Z] 9e290ee3868d: Preparing [2020-12-16T10:13:17.404Z] ac5d32ebb012: Preparing [2020-12-16T10:13:17.404Z] 4595d3238e1c: Preparing [2020-12-16T10:13:17.404Z] c5490864c67d: Preparing [2020-12-16T10:13:17.404Z] e934a737d657: Preparing [2020-12-16T10:13:17.404Z] e934a737d657: Waiting [2020-12-16T10:13:17.684Z] ac5d32ebb012: Layer already exists [2020-12-16T10:13:17.684Z] 4595d3238e1c: Layer already exists [2020-12-16T10:13:17.684Z] 9e290ee3868d: Layer already exists [2020-12-16T10:13:17.684Z] d9043adc91bf: Layer already exists [2020-12-16T10:13:17.684Z] c5490864c67d: Layer already exists [2020-12-16T10:13:17.684Z] e934a737d657: Layer already exists [2020-12-16T10:13:17.684Z] master: digest: sha256:f840acb6521b9b9c4eb008e75743a001da91ca632573455f4e110638b4ad409c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:17.893Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:17.940Z] taggedImages: [2020-12-16T10:13:17.940Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:17.940Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:17.940Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:17.940Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-16T10:13:18.002Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-16T10:13:18.002Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:18.002Z] 2.0.0-dev.14 [2020-12-16T10:13:18.002Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:18.002Z] master [2020-12-16T10:13:18.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:18.513Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:18.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:18.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-16T10:13:18.856Z] 2a7192167483: Preparing [2020-12-16T10:13:18.856Z] 47ff90b22898: Preparing [2020-12-16T10:13:18.856Z] c5e0c20e335d: Preparing [2020-12-16T10:13:19.450Z] c5e0c20e335d: Pushed [2020-12-16T10:13:19.450Z] 2a7192167483: Pushed [2020-12-16T10:13:22.826Z] 47ff90b22898: Pushed [2020-12-16T10:13:22.826Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:23.165Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:23.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:23.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-16T10:13:23.505Z] 2a7192167483: Preparing [2020-12-16T10:13:23.505Z] 47ff90b22898: Preparing [2020-12-16T10:13:23.505Z] c5e0c20e335d: Preparing [2020-12-16T10:13:23.776Z] 47ff90b22898: Layer already exists [2020-12-16T10:13:23.776Z] 2a7192167483: Layer already exists [2020-12-16T10:13:23.776Z] c5e0c20e335d: Layer already exists [2020-12-16T10:13:23.776Z] 2.0.0-dev.14: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:24.117Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:24.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:24.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-16T10:13:24.451Z] 2a7192167483: Preparing [2020-12-16T10:13:24.451Z] 47ff90b22898: Preparing [2020-12-16T10:13:24.451Z] c5e0c20e335d: Preparing [2020-12-16T10:13:24.724Z] c5e0c20e335d: Layer already exists [2020-12-16T10:13:24.724Z] 47ff90b22898: Layer already exists [2020-12-16T10:13:24.724Z] 2a7192167483: Layer already exists [2020-12-16T10:13:24.724Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:25.067Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:25.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-16T10:13:25.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-16T10:13:25.403Z] 2a7192167483: Preparing [2020-12-16T10:13:25.403Z] 47ff90b22898: Preparing [2020-12-16T10:13:25.403Z] c5e0c20e335d: Preparing [2020-12-16T10:13:25.674Z] c5e0c20e335d: Layer already exists [2020-12-16T10:13:25.674Z] 47ff90b22898: Layer already exists [2020-12-16T10:13:25.674Z] 2a7192167483: Layer already exists [2020-12-16T10:13:25.674Z] master: digest: sha256:126ae4ffb8acb3057e2e7a0932c71f61ef177274fe118f49a78783d7d703ea9e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:25.888Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:25.945Z] taggedImages: [2020-12-16T10:13:25.945Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:25.945Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:25.945Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:25.945Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-16T10:13:26.024Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-16T10:13:26.024Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:26.024Z] 2.0.0-dev.14 [2020-12-16T10:13:26.024Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:26.024Z] master [2020-12-16T10:13:26.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:26.526Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:26.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:26.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-16T10:13:26.867Z] bdd88efc33bf: Preparing [2020-12-16T10:13:26.867Z] 140179e47aff: Preparing [2020-12-16T10:13:26.867Z] 558856a1f1ff: Preparing [2020-12-16T10:13:26.867Z] 521c6fe40073: Preparing [2020-12-16T10:13:26.867Z] 0dca00a8dd44: Preparing [2020-12-16T10:13:26.867Z] 28868b207cf8: Preparing [2020-12-16T10:13:26.867Z] 66b385cf80cf: Preparing [2020-12-16T10:13:26.867Z] 28868b207cf8: Waiting [2020-12-16T10:13:26.867Z] 66b385cf80cf: Waiting [2020-12-16T10:13:27.144Z] 558856a1f1ff: Pushed [2020-12-16T10:13:27.418Z] 0dca00a8dd44: Pushed [2020-12-16T10:13:27.418Z] bdd88efc33bf: Pushed [2020-12-16T10:13:27.418Z] 140179e47aff: Pushed [2020-12-16T10:13:27.418Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:28.056Z] 28868b207cf8: Pushed [2020-12-16T10:13:29.108Z] 521c6fe40073: Pushed [2020-12-16T10:13:29.386Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:29.759Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:30.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:30.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-16T10:13:30.124Z] bdd88efc33bf: Preparing [2020-12-16T10:13:30.124Z] 140179e47aff: Preparing [2020-12-16T10:13:30.124Z] 558856a1f1ff: Preparing [2020-12-16T10:13:30.124Z] 521c6fe40073: Preparing [2020-12-16T10:13:30.124Z] 0dca00a8dd44: Preparing [2020-12-16T10:13:30.124Z] 28868b207cf8: Preparing [2020-12-16T10:13:30.124Z] 66b385cf80cf: Preparing [2020-12-16T10:13:30.124Z] 28868b207cf8: Waiting [2020-12-16T10:13:30.124Z] 66b385cf80cf: Waiting [2020-12-16T10:13:30.406Z] bdd88efc33bf: Layer already exists [2020-12-16T10:13:30.406Z] 521c6fe40073: Layer already exists [2020-12-16T10:13:30.406Z] 140179e47aff: Layer already exists [2020-12-16T10:13:30.406Z] 558856a1f1ff: Layer already exists [2020-12-16T10:13:30.406Z] 0dca00a8dd44: Layer already exists [2020-12-16T10:13:30.406Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:30.406Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:30.406Z] 2.0.0-dev.14: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:30.772Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:31.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:31.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-16T10:13:31.123Z] bdd88efc33bf: Preparing [2020-12-16T10:13:31.123Z] 140179e47aff: Preparing [2020-12-16T10:13:31.123Z] 558856a1f1ff: Preparing [2020-12-16T10:13:31.123Z] 521c6fe40073: Preparing [2020-12-16T10:13:31.123Z] 0dca00a8dd44: Preparing [2020-12-16T10:13:31.123Z] 28868b207cf8: Preparing [2020-12-16T10:13:31.123Z] 66b385cf80cf: Preparing [2020-12-16T10:13:31.123Z] 28868b207cf8: Waiting [2020-12-16T10:13:31.123Z] 66b385cf80cf: Waiting [2020-12-16T10:13:31.399Z] 521c6fe40073: Layer already exists [2020-12-16T10:13:31.399Z] 140179e47aff: Layer already exists [2020-12-16T10:13:31.399Z] 558856a1f1ff: Layer already exists [2020-12-16T10:13:31.399Z] bdd88efc33bf: Layer already exists [2020-12-16T10:13:31.399Z] 0dca00a8dd44: Layer already exists [2020-12-16T10:13:31.399Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:31.399Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:31.399Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:31.753Z] + 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-16T10:13:32.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-16T10:13:32.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-16T10:13:32.120Z] bdd88efc33bf: Preparing [2020-12-16T10:13:32.120Z] 140179e47aff: Preparing [2020-12-16T10:13:32.120Z] 558856a1f1ff: Preparing [2020-12-16T10:13:32.120Z] 521c6fe40073: Preparing [2020-12-16T10:13:32.120Z] 0dca00a8dd44: Preparing [2020-12-16T10:13:32.120Z] 28868b207cf8: Preparing [2020-12-16T10:13:32.120Z] 66b385cf80cf: Preparing [2020-12-16T10:13:32.120Z] 28868b207cf8: Waiting [2020-12-16T10:13:32.120Z] 66b385cf80cf: Waiting [2020-12-16T10:13:32.402Z] bdd88efc33bf: Layer already exists [2020-12-16T10:13:32.402Z] 558856a1f1ff: Layer already exists [2020-12-16T10:13:32.402Z] 140179e47aff: Layer already exists [2020-12-16T10:13:32.402Z] 521c6fe40073: Layer already exists [2020-12-16T10:13:32.402Z] 0dca00a8dd44: Layer already exists [2020-12-16T10:13:32.402Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:32.402Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:32.402Z] master: digest: sha256:ebcf2baec30c93f6641796a115d11b2e0987713ff2b3f45600e3c277fd51ec93 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:32.591Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:32.643Z] taggedImages: [2020-12-16T10:13:32.643Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:32.643Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:32.643Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:32.643Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-16T10:13:32.711Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-16T10:13:32.711Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:32.711Z] 2.0.0-dev.14 [2020-12-16T10:13:32.711Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:32.711Z] master [2020-12-16T10:13:32.711Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:33.272Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:33.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:33.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-16T10:13:33.614Z] afb0c6fe246a: Preparing [2020-12-16T10:13:33.614Z] d2d4644b655e: Preparing [2020-12-16T10:13:33.614Z] 5baa7e50fd76: Preparing [2020-12-16T10:13:33.614Z] 6d37fc888ff6: Preparing [2020-12-16T10:13:33.614Z] d39562ffc542: Preparing [2020-12-16T10:13:33.614Z] e934a737d657: Preparing [2020-12-16T10:13:33.614Z] e934a737d657: Waiting [2020-12-16T10:13:35.051Z] 5baa7e50fd76: Pushed [2020-12-16T10:13:35.051Z] 6d37fc888ff6: Pushed [2020-12-16T10:13:35.051Z] e934a737d657: Layer already exists [2020-12-16T10:13:35.324Z] d39562ffc542: Pushed [2020-12-16T10:13:37.300Z] d2d4644b655e: Pushed [2020-12-16T10:13:37.300Z] afb0c6fe246a: Pushed [2020-12-16T10:13:37.573Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:37.921Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:38.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:38.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-16T10:13:38.280Z] afb0c6fe246a: Preparing [2020-12-16T10:13:38.280Z] d2d4644b655e: Preparing [2020-12-16T10:13:38.280Z] 5baa7e50fd76: Preparing [2020-12-16T10:13:38.280Z] 6d37fc888ff6: Preparing [2020-12-16T10:13:38.280Z] d39562ffc542: Preparing [2020-12-16T10:13:38.280Z] e934a737d657: Preparing [2020-12-16T10:13:38.280Z] e934a737d657: Waiting [2020-12-16T10:13:38.554Z] 6d37fc888ff6: Layer already exists [2020-12-16T10:13:38.554Z] d2d4644b655e: Layer already exists [2020-12-16T10:13:38.554Z] afb0c6fe246a: Layer already exists [2020-12-16T10:13:38.554Z] d39562ffc542: Layer already exists [2020-12-16T10:13:38.554Z] 5baa7e50fd76: Layer already exists [2020-12-16T10:13:38.554Z] e934a737d657: Layer already exists [2020-12-16T10:13:38.554Z] 2.0.0-dev.14: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:38.911Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:39.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:39.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-16T10:13:39.254Z] afb0c6fe246a: Preparing [2020-12-16T10:13:39.254Z] d2d4644b655e: Preparing [2020-12-16T10:13:39.254Z] 5baa7e50fd76: Preparing [2020-12-16T10:13:39.254Z] 6d37fc888ff6: Preparing [2020-12-16T10:13:39.254Z] d39562ffc542: Preparing [2020-12-16T10:13:39.254Z] e934a737d657: Preparing [2020-12-16T10:13:39.254Z] e934a737d657: Waiting [2020-12-16T10:13:39.528Z] 6d37fc888ff6: Layer already exists [2020-12-16T10:13:39.528Z] d39562ffc542: Layer already exists [2020-12-16T10:13:39.528Z] 5baa7e50fd76: Layer already exists [2020-12-16T10:13:39.528Z] afb0c6fe246a: Layer already exists [2020-12-16T10:13:39.528Z] d2d4644b655e: Layer already exists [2020-12-16T10:13:39.528Z] e934a737d657: Layer already exists [2020-12-16T10:13:39.528Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:39.877Z] + 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-16T10:13:40.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-16T10:13:40.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-16T10:13:40.222Z] afb0c6fe246a: Preparing [2020-12-16T10:13:40.222Z] d2d4644b655e: Preparing [2020-12-16T10:13:40.222Z] 5baa7e50fd76: Preparing [2020-12-16T10:13:40.222Z] 6d37fc888ff6: Preparing [2020-12-16T10:13:40.222Z] d39562ffc542: Preparing [2020-12-16T10:13:40.222Z] e934a737d657: Preparing [2020-12-16T10:13:40.222Z] e934a737d657: Waiting [2020-12-16T10:13:40.496Z] d39562ffc542: Layer already exists [2020-12-16T10:13:40.496Z] d2d4644b655e: Layer already exists [2020-12-16T10:13:40.496Z] 5baa7e50fd76: Layer already exists [2020-12-16T10:13:40.496Z] afb0c6fe246a: Layer already exists [2020-12-16T10:13:40.496Z] 6d37fc888ff6: Layer already exists [2020-12-16T10:13:40.496Z] e934a737d657: Layer already exists [2020-12-16T10:13:40.496Z] master: digest: sha256:432ea85e3f6d16889da97a2e64addc983b58f211274100420ccf83c6031ce479 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:40.799Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:40.860Z] taggedImages: [2020-12-16T10:13:40.860Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:40.860Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:40.860Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:40.860Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-16T10:13:40.926Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-12-16T10:13:40.926Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:40.926Z] 2.0.0-dev.14 [2020-12-16T10:13:40.926Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:40.926Z] master [2020-12-16T10:13:40.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:41.529Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:42.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:42.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-16T10:13:42.426Z] 780bc0f0f250: Preparing [2020-12-16T10:13:42.426Z] 17083fb21789: Preparing [2020-12-16T10:13:42.426Z] 8abafc6e9282: Preparing [2020-12-16T10:13:42.426Z] bfdfd707eeac: Preparing [2020-12-16T10:13:42.426Z] bfdfd707eeac: Preparing [2020-12-16T10:13:42.426Z] b3dede63b925: Preparing [2020-12-16T10:13:42.426Z] 0fb16cf2ed43: Preparing [2020-12-16T10:13:42.426Z] 5b23f7581de9: Preparing [2020-12-16T10:13:42.426Z] 780bc0f0f250: Preparing [2020-12-16T10:13:42.426Z] 36ad37f1329d: Preparing [2020-12-16T10:13:42.426Z] 4e47f6b7f6cb: Preparing [2020-12-16T10:13:42.426Z] 2b93c722f97a: Preparing [2020-12-16T10:13:42.426Z] e934a737d657: Preparing [2020-12-16T10:13:42.426Z] 5b23f7581de9: Waiting [2020-12-16T10:13:42.426Z] 36ad37f1329d: Waiting [2020-12-16T10:13:42.426Z] 4e47f6b7f6cb: Waiting [2020-12-16T10:13:42.426Z] 2b93c722f97a: Waiting [2020-12-16T10:13:42.426Z] 0fb16cf2ed43: Waiting [2020-12-16T10:13:42.426Z] e934a737d657: Waiting [2020-12-16T10:13:42.699Z] bfdfd707eeac: Pushed [2020-12-16T10:13:42.699Z] b3dede63b925: Pushed [2020-12-16T10:13:42.699Z] 17083fb21789: Pushed [2020-12-16T10:13:42.699Z] 8abafc6e9282: Pushed [2020-12-16T10:13:42.972Z] 36ad37f1329d: Pushed [2020-12-16T10:13:42.972Z] 5b23f7581de9: Pushed [2020-12-16T10:13:42.972Z] 0fb16cf2ed43: Pushed [2020-12-16T10:13:42.972Z] 4e47f6b7f6cb: Pushed [2020-12-16T10:13:42.972Z] e934a737d657: Layer already exists [2020-12-16T10:13:43.246Z] 2b93c722f97a: Pushed [2020-12-16T10:13:44.680Z] 780bc0f0f250: Pushed [2020-12-16T10:13:44.952Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:45.568Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:45.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:45.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-16T10:13:45.907Z] 780bc0f0f250: Preparing [2020-12-16T10:13:45.907Z] 17083fb21789: Preparing [2020-12-16T10:13:45.907Z] 8abafc6e9282: Preparing [2020-12-16T10:13:45.907Z] bfdfd707eeac: Preparing [2020-12-16T10:13:45.907Z] bfdfd707eeac: Preparing [2020-12-16T10:13:45.907Z] b3dede63b925: Preparing [2020-12-16T10:13:45.907Z] 0fb16cf2ed43: Preparing [2020-12-16T10:13:45.907Z] 5b23f7581de9: Preparing [2020-12-16T10:13:45.907Z] 780bc0f0f250: Preparing [2020-12-16T10:13:45.907Z] 36ad37f1329d: Preparing [2020-12-16T10:13:45.907Z] 4e47f6b7f6cb: Preparing [2020-12-16T10:13:45.907Z] 2b93c722f97a: Preparing [2020-12-16T10:13:45.907Z] e934a737d657: Preparing [2020-12-16T10:13:45.907Z] 36ad37f1329d: Waiting [2020-12-16T10:13:45.907Z] 4e47f6b7f6cb: Waiting [2020-12-16T10:13:45.907Z] 2b93c722f97a: Waiting [2020-12-16T10:13:45.907Z] e934a737d657: Waiting [2020-12-16T10:13:45.907Z] 0fb16cf2ed43: Waiting [2020-12-16T10:13:45.907Z] 5b23f7581de9: Waiting [2020-12-16T10:13:46.181Z] bfdfd707eeac: Layer already exists [2020-12-16T10:13:46.181Z] 780bc0f0f250: Layer already exists [2020-12-16T10:13:46.181Z] b3dede63b925: Layer already exists [2020-12-16T10:13:46.181Z] 17083fb21789: Layer already exists [2020-12-16T10:13:46.181Z] 8abafc6e9282: Layer already exists [2020-12-16T10:13:46.181Z] 0fb16cf2ed43: Layer already exists [2020-12-16T10:13:46.181Z] 36ad37f1329d: Layer already exists [2020-12-16T10:13:46.181Z] 5b23f7581de9: Layer already exists [2020-12-16T10:13:46.181Z] 4e47f6b7f6cb: Layer already exists [2020-12-16T10:13:46.181Z] 2b93c722f97a: Layer already exists [2020-12-16T10:13:46.181Z] e934a737d657: Layer already exists [2020-12-16T10:13:46.181Z] 2.0.0-dev.14: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:46.522Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:46.860Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:46.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-16T10:13:46.861Z] 780bc0f0f250: Preparing [2020-12-16T10:13:46.861Z] 17083fb21789: Preparing [2020-12-16T10:13:46.861Z] 8abafc6e9282: Preparing [2020-12-16T10:13:46.861Z] bfdfd707eeac: Preparing [2020-12-16T10:13:46.861Z] bfdfd707eeac: Preparing [2020-12-16T10:13:46.861Z] b3dede63b925: Preparing [2020-12-16T10:13:46.861Z] 0fb16cf2ed43: Preparing [2020-12-16T10:13:46.861Z] 5b23f7581de9: Preparing [2020-12-16T10:13:46.861Z] 780bc0f0f250: Preparing [2020-12-16T10:13:46.861Z] 36ad37f1329d: Preparing [2020-12-16T10:13:46.861Z] 4e47f6b7f6cb: Preparing [2020-12-16T10:13:46.861Z] 2b93c722f97a: Preparing [2020-12-16T10:13:46.861Z] e934a737d657: Preparing [2020-12-16T10:13:46.861Z] 0fb16cf2ed43: Waiting [2020-12-16T10:13:46.861Z] 5b23f7581de9: Waiting [2020-12-16T10:13:46.861Z] 36ad37f1329d: Waiting [2020-12-16T10:13:46.861Z] 2b93c722f97a: Waiting [2020-12-16T10:13:46.861Z] e934a737d657: Waiting [2020-12-16T10:13:46.861Z] 4e47f6b7f6cb: Waiting [2020-12-16T10:13:47.133Z] 8abafc6e9282: Layer already exists [2020-12-16T10:13:47.133Z] 17083fb21789: Layer already exists [2020-12-16T10:13:47.133Z] bfdfd707eeac: Layer already exists [2020-12-16T10:13:47.133Z] b3dede63b925: Layer already exists [2020-12-16T10:13:47.133Z] 780bc0f0f250: Layer already exists [2020-12-16T10:13:47.133Z] 5b23f7581de9: Layer already exists [2020-12-16T10:13:47.133Z] 0fb16cf2ed43: Layer already exists [2020-12-16T10:13:47.133Z] 36ad37f1329d: Layer already exists [2020-12-16T10:13:47.133Z] 4e47f6b7f6cb: Layer already exists [2020-12-16T10:13:47.133Z] 2b93c722f97a: Layer already exists [2020-12-16T10:13:47.133Z] e934a737d657: Layer already exists [2020-12-16T10:13:47.133Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:47.477Z] + 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-16T10:13:47.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-12-16T10:13:47.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-12-16T10:13:47.818Z] 780bc0f0f250: Preparing [2020-12-16T10:13:47.818Z] 17083fb21789: Preparing [2020-12-16T10:13:47.818Z] 8abafc6e9282: Preparing [2020-12-16T10:13:47.818Z] bfdfd707eeac: Preparing [2020-12-16T10:13:47.818Z] bfdfd707eeac: Preparing [2020-12-16T10:13:47.818Z] b3dede63b925: Preparing [2020-12-16T10:13:47.818Z] 0fb16cf2ed43: Preparing [2020-12-16T10:13:47.818Z] 5b23f7581de9: Preparing [2020-12-16T10:13:47.818Z] 780bc0f0f250: Preparing [2020-12-16T10:13:47.818Z] 36ad37f1329d: Preparing [2020-12-16T10:13:47.818Z] 4e47f6b7f6cb: Preparing [2020-12-16T10:13:47.818Z] 2b93c722f97a: Preparing [2020-12-16T10:13:47.818Z] e934a737d657: Preparing [2020-12-16T10:13:47.818Z] 36ad37f1329d: Waiting [2020-12-16T10:13:47.818Z] 0fb16cf2ed43: Waiting [2020-12-16T10:13:47.818Z] 4e47f6b7f6cb: Waiting [2020-12-16T10:13:47.818Z] 2b93c722f97a: Waiting [2020-12-16T10:13:47.818Z] e934a737d657: Waiting [2020-12-16T10:13:47.818Z] 5b23f7581de9: Waiting [2020-12-16T10:13:48.089Z] 780bc0f0f250: Layer already exists [2020-12-16T10:13:48.089Z] 17083fb21789: Layer already exists [2020-12-16T10:13:48.089Z] b3dede63b925: Layer already exists [2020-12-16T10:13:48.089Z] 8abafc6e9282: Layer already exists [2020-12-16T10:13:48.089Z] bfdfd707eeac: Layer already exists [2020-12-16T10:13:48.089Z] 0fb16cf2ed43: Layer already exists [2020-12-16T10:13:48.089Z] 5b23f7581de9: Layer already exists [2020-12-16T10:13:48.089Z] 36ad37f1329d: Layer already exists [2020-12-16T10:13:48.089Z] 4e47f6b7f6cb: Layer already exists [2020-12-16T10:13:48.089Z] 2b93c722f97a: Layer already exists [2020-12-16T10:13:48.089Z] e934a737d657: Layer already exists [2020-12-16T10:13:48.089Z] master: digest: sha256:bdbf86a771b4c4afd4ef1054d41fb3c9edf487f4451d9bc82a1194800edb0ae6 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:48.278Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:48.323Z] taggedImages: [2020-12-16T10:13:48.323Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:48.323Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:48.323Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:48.323Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-12-16T10:13:48.406Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-16T10:13:48.406Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:48.407Z] 2.0.0-dev.14 [2020-12-16T10:13:48.407Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:48.407Z] master [2020-12-16T10:13:48.407Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:48.937Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:49.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:49.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-16T10:13:49.276Z] 36cfb92e478f: Preparing [2020-12-16T10:13:49.276Z] 6f7c1370d167: Preparing [2020-12-16T10:13:49.276Z] b9e12866abea: Preparing [2020-12-16T10:13:49.276Z] b4f1618881cd: Preparing [2020-12-16T10:13:49.276Z] b75dc166f21d: Preparing [2020-12-16T10:13:49.276Z] bb5d2b8aa802: Preparing [2020-12-16T10:13:49.276Z] e85b4500353d: Preparing [2020-12-16T10:13:49.276Z] 28868b207cf8: Preparing [2020-12-16T10:13:49.276Z] 66b385cf80cf: Preparing [2020-12-16T10:13:49.276Z] bb5d2b8aa802: Waiting [2020-12-16T10:13:49.276Z] e85b4500353d: Waiting [2020-12-16T10:13:49.276Z] 66b385cf80cf: Waiting [2020-12-16T10:13:49.276Z] 28868b207cf8: Waiting [2020-12-16T10:13:49.551Z] 6f7c1370d167: Pushed [2020-12-16T10:13:49.551Z] 36cfb92e478f: Pushed [2020-12-16T10:13:49.551Z] b75dc166f21d: Pushed [2020-12-16T10:13:49.824Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:49.824Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:49.824Z] bb5d2b8aa802: Pushed [2020-12-16T10:13:49.824Z] e85b4500353d: Pushed [2020-12-16T10:13:51.808Z] b9e12866abea: Pushed [2020-12-16T10:13:51.808Z] b4f1618881cd: Pushed [2020-12-16T10:13:52.081Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:52.429Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:52.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:52.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-16T10:13:52.770Z] 36cfb92e478f: Preparing [2020-12-16T10:13:52.770Z] 6f7c1370d167: Preparing [2020-12-16T10:13:52.770Z] b9e12866abea: Preparing [2020-12-16T10:13:52.770Z] b4f1618881cd: Preparing [2020-12-16T10:13:52.770Z] b75dc166f21d: Preparing [2020-12-16T10:13:52.770Z] bb5d2b8aa802: Preparing [2020-12-16T10:13:52.770Z] e85b4500353d: Preparing [2020-12-16T10:13:52.770Z] 28868b207cf8: Preparing [2020-12-16T10:13:52.770Z] 66b385cf80cf: Preparing [2020-12-16T10:13:52.770Z] bb5d2b8aa802: Waiting [2020-12-16T10:13:52.770Z] e85b4500353d: Waiting [2020-12-16T10:13:52.770Z] 28868b207cf8: Waiting [2020-12-16T10:13:52.770Z] 66b385cf80cf: Waiting [2020-12-16T10:13:53.042Z] b9e12866abea: Layer already exists [2020-12-16T10:13:53.042Z] b75dc166f21d: Layer already exists [2020-12-16T10:13:53.042Z] 36cfb92e478f: Layer already exists [2020-12-16T10:13:53.042Z] b4f1618881cd: Layer already exists [2020-12-16T10:13:53.042Z] 6f7c1370d167: Layer already exists [2020-12-16T10:13:53.042Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:53.042Z] e85b4500353d: Layer already exists [2020-12-16T10:13:53.042Z] bb5d2b8aa802: Layer already exists [2020-12-16T10:13:53.042Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:53.042Z] 2.0.0-dev.14: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:53.390Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:53.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:53.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-16T10:13:53.732Z] 36cfb92e478f: Preparing [2020-12-16T10:13:53.732Z] 6f7c1370d167: Preparing [2020-12-16T10:13:53.732Z] b9e12866abea: Preparing [2020-12-16T10:13:53.732Z] b4f1618881cd: Preparing [2020-12-16T10:13:53.732Z] b75dc166f21d: Preparing [2020-12-16T10:13:53.732Z] bb5d2b8aa802: Preparing [2020-12-16T10:13:53.732Z] e85b4500353d: Preparing [2020-12-16T10:13:53.732Z] 28868b207cf8: Preparing [2020-12-16T10:13:53.732Z] 66b385cf80cf: Preparing [2020-12-16T10:13:53.732Z] bb5d2b8aa802: Waiting [2020-12-16T10:13:53.732Z] e85b4500353d: Waiting [2020-12-16T10:13:53.732Z] 28868b207cf8: Waiting [2020-12-16T10:13:53.732Z] 66b385cf80cf: Waiting [2020-12-16T10:13:54.001Z] b75dc166f21d: Layer already exists [2020-12-16T10:13:54.001Z] b9e12866abea: Layer already exists [2020-12-16T10:13:54.001Z] b4f1618881cd: Layer already exists [2020-12-16T10:13:54.001Z] 36cfb92e478f: Layer already exists [2020-12-16T10:13:54.001Z] 6f7c1370d167: Layer already exists [2020-12-16T10:13:54.001Z] e85b4500353d: Layer already exists [2020-12-16T10:13:54.001Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:54.001Z] bb5d2b8aa802: Layer already exists [2020-12-16T10:13:54.001Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:54.001Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:54.344Z] + 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-16T10:13:54.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-16T10:13:54.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-16T10:13:54.684Z] 36cfb92e478f: Preparing [2020-12-16T10:13:54.684Z] 6f7c1370d167: Preparing [2020-12-16T10:13:54.684Z] b9e12866abea: Preparing [2020-12-16T10:13:54.684Z] b4f1618881cd: Preparing [2020-12-16T10:13:54.684Z] b75dc166f21d: Preparing [2020-12-16T10:13:54.684Z] bb5d2b8aa802: Preparing [2020-12-16T10:13:54.684Z] e85b4500353d: Preparing [2020-12-16T10:13:54.684Z] 28868b207cf8: Preparing [2020-12-16T10:13:54.684Z] 66b385cf80cf: Preparing [2020-12-16T10:13:54.684Z] e85b4500353d: Waiting [2020-12-16T10:13:54.684Z] 28868b207cf8: Waiting [2020-12-16T10:13:54.684Z] 66b385cf80cf: Waiting [2020-12-16T10:13:54.684Z] bb5d2b8aa802: Waiting [2020-12-16T10:13:54.955Z] b75dc166f21d: Layer already exists [2020-12-16T10:13:54.955Z] 6f7c1370d167: Layer already exists [2020-12-16T10:13:54.955Z] b9e12866abea: Layer already exists [2020-12-16T10:13:54.955Z] 36cfb92e478f: Layer already exists [2020-12-16T10:13:54.955Z] b4f1618881cd: Layer already exists [2020-12-16T10:13:54.955Z] bb5d2b8aa802: Layer already exists [2020-12-16T10:13:54.955Z] e85b4500353d: Layer already exists [2020-12-16T10:13:54.955Z] 28868b207cf8: Layer already exists [2020-12-16T10:13:54.955Z] 66b385cf80cf: Layer already exists [2020-12-16T10:13:54.955Z] master: digest: sha256:95873f261acf8c344ad26b372f472c50bfc0f321f5b5daac4694403b962907b9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:13:55.157Z] ===================================================== [Pipeline] echo [2020-12-16T10:13:55.220Z] taggedImages: [2020-12-16T10:13:55.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:55.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.14 [2020-12-16T10:13:55.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:55.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-16T10:13:55.330Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-16T10:13:55.330Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:55.330Z] 2.0.0-dev.14 [2020-12-16T10:13:55.330Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:13:55.330Z] master [2020-12-16T10:13:55.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:55.874Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:56.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:13:56.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-16T10:13:56.210Z] 9215eea36e28: Preparing [2020-12-16T10:13:56.210Z] 6fa03208a0b4: Preparing [2020-12-16T10:13:56.210Z] 8add28783a97: Preparing [2020-12-16T10:13:56.210Z] be9d675dd212: Preparing [2020-12-16T10:13:56.210Z] 9a87eaee6f9f: Preparing [2020-12-16T10:13:56.210Z] 9a55ddc679ac: Preparing [2020-12-16T10:13:56.210Z] 9a55ddc679ac: Waiting [2020-12-16T10:13:56.484Z] 8add28783a97: Pushed [2020-12-16T10:13:56.761Z] 9215eea36e28: Pushed [2020-12-16T10:13:56.761Z] 9a87eaee6f9f: Pushed [2020-12-16T10:13:56.761Z] be9d675dd212: Pushed [2020-12-16T10:13:57.036Z] 9a55ddc679ac: Pushed [2020-12-16T10:13:59.641Z] 6fa03208a0b4: Pushed [2020-12-16T10:13:59.641Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:13:59.987Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:00.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 [2020-12-16T10:14:00.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-16T10:14:00.325Z] 9215eea36e28: Preparing [2020-12-16T10:14:00.325Z] 6fa03208a0b4: Preparing [2020-12-16T10:14:00.325Z] 8add28783a97: Preparing [2020-12-16T10:14:00.325Z] be9d675dd212: Preparing [2020-12-16T10:14:00.325Z] 9a87eaee6f9f: Preparing [2020-12-16T10:14:00.325Z] 9a55ddc679ac: Preparing [2020-12-16T10:14:00.325Z] 9a55ddc679ac: Waiting [2020-12-16T10:14:00.595Z] be9d675dd212: Layer already exists [2020-12-16T10:14:00.595Z] 6fa03208a0b4: Layer already exists [2020-12-16T10:14:00.595Z] 9215eea36e28: Layer already exists [2020-12-16T10:14:00.595Z] 8add28783a97: Layer already exists [2020-12-16T10:14:00.595Z] 9a87eaee6f9f: Layer already exists [2020-12-16T10:14:00.595Z] 9a55ddc679ac: Layer already exists [2020-12-16T10:14:00.595Z] 2.0.0-dev.14: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:00.938Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:01.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:01.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-16T10:14:01.273Z] 9215eea36e28: Preparing [2020-12-16T10:14:01.273Z] 6fa03208a0b4: Preparing [2020-12-16T10:14:01.273Z] 8add28783a97: Preparing [2020-12-16T10:14:01.273Z] be9d675dd212: Preparing [2020-12-16T10:14:01.273Z] 9a87eaee6f9f: Preparing [2020-12-16T10:14:01.273Z] 9a55ddc679ac: Preparing [2020-12-16T10:14:01.273Z] 9a55ddc679ac: Waiting [2020-12-16T10:14:01.545Z] 9a87eaee6f9f: Layer already exists [2020-12-16T10:14:01.545Z] 9215eea36e28: Layer already exists [2020-12-16T10:14:01.545Z] 8add28783a97: Layer already exists [2020-12-16T10:14:01.545Z] 6fa03208a0b4: Layer already exists [2020-12-16T10:14:01.545Z] be9d675dd212: Layer already exists [2020-12-16T10:14:01.545Z] 9a55ddc679ac: Layer already exists [2020-12-16T10:14:01.545Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:01.890Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:02.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-16T10:14:02.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-16T10:14:02.224Z] 9215eea36e28: Preparing [2020-12-16T10:14:02.224Z] 6fa03208a0b4: Preparing [2020-12-16T10:14:02.224Z] 8add28783a97: Preparing [2020-12-16T10:14:02.224Z] be9d675dd212: Preparing [2020-12-16T10:14:02.224Z] 9a87eaee6f9f: Preparing [2020-12-16T10:14:02.224Z] 9a55ddc679ac: Preparing [2020-12-16T10:14:02.224Z] 9a55ddc679ac: Waiting [2020-12-16T10:14:02.497Z] 9215eea36e28: Layer already exists [2020-12-16T10:14:02.497Z] be9d675dd212: Layer already exists [2020-12-16T10:14:02.497Z] 8add28783a97: Layer already exists [2020-12-16T10:14:02.497Z] 9a87eaee6f9f: Layer already exists [2020-12-16T10:14:02.497Z] 6fa03208a0b4: Layer already exists [2020-12-16T10:14:02.497Z] 9a55ddc679ac: Layer already exists [2020-12-16T10:14:02.497Z] master: digest: sha256:180bba3428a96b9087c3d40da881ebe99461be04e4abc73119078a24704e6fa9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:14:02.723Z] ===================================================== [Pipeline] echo [2020-12-16T10:14:02.774Z] taggedImages: [2020-12-16T10:14:02.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:02.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.14 [2020-12-16T10:14:02.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:02.774Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-16T10:14:03.081Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-16T10:14:03.081Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:03.081Z] 2.0.0-dev.14 [2020-12-16T10:14:03.081Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:03.081Z] master [2020-12-16T10:14:03.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:03.592Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:03.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:03.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-16T10:14:04.201Z] 49f20d60cf4c: Preparing [2020-12-16T10:14:04.201Z] 2f5fc1b8e356: Preparing [2020-12-16T10:14:04.201Z] 85bcf97507ba: Preparing [2020-12-16T10:14:04.201Z] 85bcf97507ba: Pushed [2020-12-16T10:14:04.201Z] 49f20d60cf4c: Pushed [2020-12-16T10:14:07.573Z] 2f5fc1b8e356: Pushed [2020-12-16T10:14:07.573Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:07.917Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:08.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 [2020-12-16T10:14:08.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-16T10:14:08.255Z] 49f20d60cf4c: Preparing [2020-12-16T10:14:08.255Z] 2f5fc1b8e356: Preparing [2020-12-16T10:14:08.255Z] 85bcf97507ba: Preparing [2020-12-16T10:14:08.527Z] 2f5fc1b8e356: Layer already exists [2020-12-16T10:14:08.527Z] 49f20d60cf4c: Layer already exists [2020-12-16T10:14:08.527Z] 85bcf97507ba: Layer already exists [2020-12-16T10:14:08.527Z] 2.0.0-dev.14: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:08.866Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:09.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:09.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-16T10:14:09.198Z] 49f20d60cf4c: Preparing [2020-12-16T10:14:09.198Z] 2f5fc1b8e356: Preparing [2020-12-16T10:14:09.198Z] 85bcf97507ba: Preparing [2020-12-16T10:14:09.467Z] 49f20d60cf4c: Layer already exists [2020-12-16T10:14:09.467Z] 2f5fc1b8e356: Layer already exists [2020-12-16T10:14:09.467Z] 85bcf97507ba: Layer already exists [2020-12-16T10:14:09.467Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:09.807Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:10.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-16T10:14:10.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-16T10:14:10.143Z] 49f20d60cf4c: Preparing [2020-12-16T10:14:10.143Z] 2f5fc1b8e356: Preparing [2020-12-16T10:14:10.143Z] 85bcf97507ba: Preparing [2020-12-16T10:14:10.414Z] 2f5fc1b8e356: Layer already exists [2020-12-16T10:14:10.414Z] 85bcf97507ba: Layer already exists [2020-12-16T10:14:10.414Z] 49f20d60cf4c: Layer already exists [2020-12-16T10:14:10.414Z] master: digest: sha256:6bcd3a17570e6a187e8219caca8dcf45eb3c92b0e7decff43e44edf5726df0e8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:14:10.690Z] ===================================================== [Pipeline] echo [2020-12-16T10:14:10.750Z] taggedImages: [2020-12-16T10:14:10.750Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:10.750Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.14 [2020-12-16T10:14:10.750Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:10.750Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-16T10:14:10.813Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-16T10:14:10.813Z] e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:10.813Z] 2.0.0-dev.14 [2020-12-16T10:14:10.813Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:14:10.813Z] master [2020-12-16T10:14:10.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:11.414Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:14:12.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:14:12.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-16T10:14:12.030Z] 2d2cf71a7c5f: Preparing [2020-12-16T10:14:12.030Z] e6752ac9e6b1: Preparing [2020-12-16T10:14:12.030Z] 868505e4d12d: Preparing [2020-12-16T10:14:12.030Z] 570b76971464: Preparing [2020-12-16T10:14:12.030Z] 89c5ec8ae0b5: Preparing [2020-12-16T10:14:12.030Z] 8bf5dd00901a: Preparing [2020-12-16T10:14:12.030Z] 0e67cc112294: Preparing [2020-12-16T10:14:12.030Z] 50eb091d49cf: Preparing [2020-12-16T10:14:12.030Z] 4c384a80f25b: Preparing [2020-12-16T10:14:12.030Z] d9c6ead7fedd: Preparing [2020-12-16T10:14:12.030Z] d587d9af818e: Preparing [2020-12-16T10:14:12.030Z] b122376c33c6: Preparing [2020-12-16T10:14:12.030Z] f8381ed47b22: Preparing [2020-12-16T10:14:12.030Z] e934a737d657: Preparing [2020-12-16T10:14:12.030Z] 8bf5dd00901a: Waiting [2020-12-16T10:14:12.030Z] 0e67cc112294: Waiting [2020-12-16T10:14:12.030Z] 4c384a80f25b: Waiting [2020-12-16T10:14:12.030Z] 50eb091d49cf: Waiting [2020-12-16T10:14:12.030Z] d9c6ead7fedd: Waiting [2020-12-16T10:14:12.030Z] f8381ed47b22: Waiting [2020-12-16T10:14:12.030Z] d587d9af818e: Waiting [2020-12-16T10:14:12.030Z] b122376c33c6: Waiting [2020-12-16T10:14:12.030Z] e934a737d657: Waiting [2020-12-16T10:14:12.631Z] 89c5ec8ae0b5: Pushed [2020-12-16T10:14:12.906Z] 2d2cf71a7c5f: Pushed [2020-12-16T10:14:13.514Z] 570b76971464: Pushed [2020-12-16T10:14:13.514Z] 0e67cc112294: Pushed [2020-12-16T10:14:13.791Z] 50eb091d49cf: Pushed [2020-12-16T10:14:13.791Z] 4c384a80f25b: Pushed [2020-12-16T10:14:14.069Z] d9c6ead7fedd: Pushed [2020-12-16T10:14:14.347Z] b122376c33c6: Layer already exists [2020-12-16T10:14:14.347Z] f8381ed47b22: Layer already exists [2020-12-16T10:14:14.347Z] e934a737d657: Layer already exists [2020-12-16T10:14:14.347Z] e6752ac9e6b1: Pushed [2020-12-16T10:14:15.331Z] 8bf5dd00901a: Pushed [2020-12-16T10:14:25.461Z] 868505e4d12d: Pushed [2020-12-16T10:15:04.410Z] d587d9af818e: Pushed [2020-12-16T10:15:04.410Z] e25094879da38d58945b339cb800433d3a77391e: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:04.751Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:05.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 [2020-12-16T10:15:05.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-16T10:15:05.079Z] 2d2cf71a7c5f: Preparing [2020-12-16T10:15:05.079Z] e6752ac9e6b1: Preparing [2020-12-16T10:15:05.079Z] 868505e4d12d: Preparing [2020-12-16T10:15:05.079Z] 570b76971464: Preparing [2020-12-16T10:15:05.079Z] 89c5ec8ae0b5: Preparing [2020-12-16T10:15:05.079Z] 8bf5dd00901a: Preparing [2020-12-16T10:15:05.079Z] 0e67cc112294: Preparing [2020-12-16T10:15:05.079Z] 50eb091d49cf: Preparing [2020-12-16T10:15:05.079Z] 4c384a80f25b: Preparing [2020-12-16T10:15:05.079Z] d9c6ead7fedd: Preparing [2020-12-16T10:15:05.079Z] d587d9af818e: Preparing [2020-12-16T10:15:05.079Z] b122376c33c6: Preparing [2020-12-16T10:15:05.079Z] f8381ed47b22: Preparing [2020-12-16T10:15:05.079Z] e934a737d657: Preparing [2020-12-16T10:15:05.079Z] 8bf5dd00901a: Waiting [2020-12-16T10:15:05.079Z] 0e67cc112294: Waiting [2020-12-16T10:15:05.079Z] 50eb091d49cf: Waiting [2020-12-16T10:15:05.079Z] 4c384a80f25b: Waiting [2020-12-16T10:15:05.079Z] d9c6ead7fedd: Waiting [2020-12-16T10:15:05.079Z] d587d9af818e: Waiting [2020-12-16T10:15:05.079Z] b122376c33c6: Waiting [2020-12-16T10:15:05.079Z] f8381ed47b22: Waiting [2020-12-16T10:15:05.079Z] e934a737d657: Waiting [2020-12-16T10:15:05.079Z] 2d2cf71a7c5f: Layer already exists [2020-12-16T10:15:05.079Z] 89c5ec8ae0b5: Layer already exists [2020-12-16T10:15:05.079Z] e6752ac9e6b1: Layer already exists [2020-12-16T10:15:05.079Z] 868505e4d12d: Layer already exists [2020-12-16T10:15:05.079Z] 570b76971464: Layer already exists [2020-12-16T10:15:05.349Z] 8bf5dd00901a: Layer already exists [2020-12-16T10:15:05.349Z] 50eb091d49cf: Layer already exists [2020-12-16T10:15:05.349Z] d9c6ead7fedd: Layer already exists [2020-12-16T10:15:05.349Z] 4c384a80f25b: Layer already exists [2020-12-16T10:15:05.349Z] 0e67cc112294: Layer already exists [2020-12-16T10:15:05.349Z] d587d9af818e: Layer already exists [2020-12-16T10:15:05.349Z] f8381ed47b22: Layer already exists [2020-12-16T10:15:05.349Z] b122376c33c6: Layer already exists [2020-12-16T10:15:05.349Z] e934a737d657: Layer already exists [2020-12-16T10:15:05.349Z] 2.0.0-dev.14: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:05.689Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:06.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:15:06.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-16T10:15:06.108Z] 2d2cf71a7c5f: Preparing [2020-12-16T10:15:06.108Z] e6752ac9e6b1: Preparing [2020-12-16T10:15:06.108Z] 868505e4d12d: Preparing [2020-12-16T10:15:06.108Z] 570b76971464: Preparing [2020-12-16T10:15:06.108Z] 89c5ec8ae0b5: Preparing [2020-12-16T10:15:06.108Z] 8bf5dd00901a: Preparing [2020-12-16T10:15:06.108Z] 0e67cc112294: Preparing [2020-12-16T10:15:06.108Z] 50eb091d49cf: Preparing [2020-12-16T10:15:06.108Z] 4c384a80f25b: Preparing [2020-12-16T10:15:06.108Z] d9c6ead7fedd: Preparing [2020-12-16T10:15:06.108Z] d587d9af818e: Preparing [2020-12-16T10:15:06.108Z] b122376c33c6: Preparing [2020-12-16T10:15:06.108Z] f8381ed47b22: Preparing [2020-12-16T10:15:06.108Z] e934a737d657: Preparing [2020-12-16T10:15:06.108Z] 8bf5dd00901a: Waiting [2020-12-16T10:15:06.108Z] 50eb091d49cf: Waiting [2020-12-16T10:15:06.108Z] 0e67cc112294: Waiting [2020-12-16T10:15:06.108Z] d587d9af818e: Waiting [2020-12-16T10:15:06.108Z] 4c384a80f25b: Waiting [2020-12-16T10:15:06.108Z] d9c6ead7fedd: Waiting [2020-12-16T10:15:06.108Z] b122376c33c6: Waiting [2020-12-16T10:15:06.108Z] e934a737d657: Waiting [2020-12-16T10:15:06.108Z] f8381ed47b22: Waiting [2020-12-16T10:15:06.108Z] 868505e4d12d: Layer already exists [2020-12-16T10:15:06.108Z] e6752ac9e6b1: Layer already exists [2020-12-16T10:15:06.108Z] 89c5ec8ae0b5: Layer already exists [2020-12-16T10:15:06.108Z] 2d2cf71a7c5f: Layer already exists [2020-12-16T10:15:06.108Z] 570b76971464: Layer already exists [2020-12-16T10:15:06.404Z] 0e67cc112294: Layer already exists [2020-12-16T10:15:06.404Z] d9c6ead7fedd: Layer already exists [2020-12-16T10:15:06.404Z] 8bf5dd00901a: Layer already exists [2020-12-16T10:15:06.404Z] 50eb091d49cf: Layer already exists [2020-12-16T10:15:06.404Z] 4c384a80f25b: Layer already exists [2020-12-16T10:15:06.404Z] f8381ed47b22: Layer already exists [2020-12-16T10:15:06.404Z] b122376c33c6: Layer already exists [2020-12-16T10:15:06.404Z] e934a737d657: Layer already exists [2020-12-16T10:15:06.404Z] d587d9af818e: Layer already exists [2020-12-16T10:15:06.404Z] e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:06.760Z] + 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-16T10:15:07.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-16T10:15:07.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-16T10:15:07.142Z] 2d2cf71a7c5f: Preparing [2020-12-16T10:15:07.142Z] e6752ac9e6b1: Preparing [2020-12-16T10:15:07.142Z] 868505e4d12d: Preparing [2020-12-16T10:15:07.142Z] 570b76971464: Preparing [2020-12-16T10:15:07.142Z] 89c5ec8ae0b5: Preparing [2020-12-16T10:15:07.142Z] 8bf5dd00901a: Preparing [2020-12-16T10:15:07.142Z] 0e67cc112294: Preparing [2020-12-16T10:15:07.142Z] 50eb091d49cf: Preparing [2020-12-16T10:15:07.142Z] 4c384a80f25b: Preparing [2020-12-16T10:15:07.142Z] d9c6ead7fedd: Preparing [2020-12-16T10:15:07.142Z] d587d9af818e: Preparing [2020-12-16T10:15:07.142Z] b122376c33c6: Preparing [2020-12-16T10:15:07.142Z] f8381ed47b22: Preparing [2020-12-16T10:15:07.142Z] e934a737d657: Preparing [2020-12-16T10:15:07.142Z] 8bf5dd00901a: Waiting [2020-12-16T10:15:07.142Z] 0e67cc112294: Waiting [2020-12-16T10:15:07.142Z] 50eb091d49cf: Waiting [2020-12-16T10:15:07.142Z] d9c6ead7fedd: Waiting [2020-12-16T10:15:07.142Z] d587d9af818e: Waiting [2020-12-16T10:15:07.142Z] b122376c33c6: Waiting [2020-12-16T10:15:07.142Z] 4c384a80f25b: Waiting [2020-12-16T10:15:07.142Z] f8381ed47b22: Waiting [2020-12-16T10:15:07.142Z] e934a737d657: Waiting [2020-12-16T10:15:07.421Z] 2d2cf71a7c5f: Layer already exists [2020-12-16T10:15:07.421Z] 868505e4d12d: Layer already exists [2020-12-16T10:15:07.421Z] e6752ac9e6b1: Layer already exists [2020-12-16T10:15:07.421Z] 89c5ec8ae0b5: Layer already exists [2020-12-16T10:15:07.421Z] 570b76971464: Layer already exists [2020-12-16T10:15:07.421Z] 50eb091d49cf: Layer already exists [2020-12-16T10:15:07.421Z] 0e67cc112294: Layer already exists [2020-12-16T10:15:07.421Z] 4c384a80f25b: Layer already exists [2020-12-16T10:15:07.421Z] d9c6ead7fedd: Layer already exists [2020-12-16T10:15:07.421Z] 8bf5dd00901a: Layer already exists [2020-12-16T10:15:07.421Z] b122376c33c6: Layer already exists [2020-12-16T10:15:07.421Z] f8381ed47b22: Layer already exists [2020-12-16T10:15:07.421Z] d587d9af818e: Layer already exists [2020-12-16T10:15:07.421Z] e934a737d657: Layer already exists [2020-12-16T10:15:07.421Z] master: digest: sha256:2c47db8d716ee073aa95d9b135aa889b5e2f28ed594fd1ab7642e1b14db93f5e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-16T10:15:07.636Z] ===================================================== [Pipeline] echo [2020-12-16T10:15:07.685Z] taggedImages: [2020-12-16T10:15:07.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e [2020-12-16T10:15:07.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.14 [2020-12-16T10:15:07.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e25094879da38d58945b339cb800433d3a77391e-2.0.0-dev.14 [2020-12-16T10:15:07.685Z] - 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-16T10:15:09.099Z] provisioning config files... [2020-12-16T10:15:09.110Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/258@tmp/config6151667722365331965tmp [Pipeline] { [Pipeline] sh [2020-12-16T10:15:09.510Z] + set +x [2020-12-16T10:15:09.510Z] + curl -s https://codecov.io/bash [2020-12-16T10:15:09.510Z] + bash -s -- [2020-12-16T10:15:09.775Z] [2020-12-16T10:15:09.775Z] _____ _ [2020-12-16T10:15:09.775Z] / ____| | | [2020-12-16T10:15:09.775Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T10:15:09.775Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T10:15:09.775Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T10:15:09.775Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T10:15:09.775Z] Bash-20201130-cc6d3fe [2020-12-16T10:15:09.775Z] [2020-12-16T10:15:09.775Z] [2020-12-16T10:15:09.775Z] ==> Jenkins CI detected. [2020-12-16T10:15:09.775Z] project root: . [2020-12-16T10:15:09.775Z] --> token set from env [2020-12-16T10:15:09.775Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T10:15:09.775Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T10:15:10.045Z] ==> Python coveragepy not found [2020-12-16T10:15:10.045Z] ==> Searching for coverage reports in: [2020-12-16T10:15:10.045Z] + . [2020-12-16T10:15:10.045Z] -> Found 1 reports [2020-12-16T10:15:10.045Z] ==> Detecting git/mercurial file structure [2020-12-16T10:15:10.045Z] ==> Reading reports [2020-12-16T10:15:10.045Z] + ./coverage.out bytes=568194 [2020-12-16T10:15:10.045Z] ==> Appending adjustments [2020-12-16T10:15:10.045Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T10:15:13.372Z] + Found adjustments [2020-12-16T10:15:13.372Z] ==> Gzipping contents [2020-12-16T10:15:13.372Z] 88K /tmp/codecov.SIlWeF.gz [2020-12-16T10:15:13.372Z] ==> Uploading reports [2020-12-16T10:15:13.372Z] url: https://codecov.io [2020-12-16T10:15:13.372Z] query: branch=master&commit=e25094879da38d58945b339cb800433d3a77391e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-16T10:15:13.372Z] -> Pinging Codecov [2020-12-16T10:15:13.372Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=e25094879da38d58945b339cb800433d3a77391e&build=258&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F258%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-16T10:15:13.957Z] -> Uploading to [2020-12-16T10:15:13.957Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/e25094879da38d58945b339cb800433d3a77391e/3335bc45-9648-4f77-b24f-1f2089dcc037.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T101513Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72e31025c17bd31c2a0e665be53c570f5a0e68dcf60b180bb87f09561cc7bcb8 [2020-12-16T10:15:13.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:15:13.957Z] Dload Upload Total Spent Left Speed [2020-12-16T10:15:14.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87936 0 0 100 87936 0 137k --:--:-- --:--:-- --:--:-- 137k [2020-12-16T10:15:14.533Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e25094879da38d58945b339cb800433d3a77391e [Pipeline] } [2020-12-16T10:15:14.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-16T10:15:15.728Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-16T10:15:15.826Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:16.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:15:16.453Z] [2020-12-16T10:15:16.453Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:15:16.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:15:16.833Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-16T10:15:16.833Z] 188c0c94c7c5: Already exists [2020-12-16T10:15:16.834Z] 0ef7d3d256c8: Already exists [2020-12-16T10:15:16.834Z] de9db76c5a1d: Already exists [2020-12-16T10:15:16.834Z] 0eba1c9be4d2: Pulling fs layer [2020-12-16T10:15:16.834Z] 0d57e429df01: Pulling fs layer [2020-12-16T10:15:16.834Z] 4e4be7b47b0d: Pulling fs layer [2020-12-16T10:15:16.834Z] e1f770b5df2f: Pulling fs layer [2020-12-16T10:15:16.834Z] 85a0685a4137: Pulling fs layer [2020-12-16T10:15:16.834Z] e1f770b5df2f: Waiting [2020-12-16T10:15:16.834Z] 4e4be7b47b0d: Verifying Checksum [2020-12-16T10:15:16.834Z] 4e4be7b47b0d: Download complete [2020-12-16T10:15:16.834Z] 0d57e429df01: Verifying Checksum [2020-12-16T10:15:16.834Z] 0d57e429df01: Download complete [2020-12-16T10:15:18.760Z] e1f770b5df2f: Verifying Checksum [2020-12-16T10:15:18.760Z] e1f770b5df2f: Download complete [2020-12-16T10:15:22.082Z] 0eba1c9be4d2: Verifying Checksum [2020-12-16T10:15:22.082Z] 0eba1c9be4d2: Download complete [2020-12-16T10:15:22.082Z] 85a0685a4137: Verifying Checksum [2020-12-16T10:15:22.082Z] 85a0685a4137: Download complete [2020-12-16T10:15:27.390Z] 0eba1c9be4d2: Pull complete [2020-12-16T10:15:27.390Z] 0d57e429df01: Pull complete [2020-12-16T10:15:27.655Z] 4e4be7b47b0d: Pull complete [2020-12-16T10:15:33.109Z] e1f770b5df2f: Pull complete [2020-12-16T10:15:41.293Z] 85a0685a4137: Pull complete [2020-12-16T10:15:41.293Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-16T10:15:41.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:15:41.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-16T10:15:41.486Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:15:41.547Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:15:42.983Z] $ docker top 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T10:15:43.267Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-16T10:15:43.563Z] + set -o pipefail [2020-12-16T10:15:43.563Z] + snyk monitor '--org=edgex-jenkins' [2020-12-16T10:15:58.496Z] [2020-12-16T10:15:58.496Z] Monitoring /w/workspace/edgex-go/258 (github.com/edgexfoundry/edgex-go)... [2020-12-16T10:15:58.496Z] [2020-12-16T10:15:58.496Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2a8e633e-2221-457c-baeb-34f374a01f67 [2020-12-16T10:15:58.496Z] [2020-12-16T10:15:58.496Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-16T10:15:58.496Z] [2020-12-16T10:15:58.496Z] [2020-12-16T10:15:58.496Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-16T10:15:58.496Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-16T10:15:58.519Z] $ docker stop --time=1 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 [2020-12-16T10:16:01.783Z] $ docker rm -f 022bef5d46cebbae656e005749709b282ab6d6d1cfa51f8e5707c94166a3b8f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-16T10:16:02.817Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo [2020-12-16T10:16:02.864Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:16:03.157Z] + set -o pipefail [2020-12-16T10:16:03.157Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:16:03.157Z] + tee .snyk [2020-12-16T10:16:03.420Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:16:03.420Z] version: v1.14.1 [2020-12-16T10:16:03.420Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:16:03.420Z] ignore: [2020-12-16T10:16:03.420Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:16:03.420Z] - '*': [2020-12-16T10:16:03.420Z] reason: does not apply # justification for ignoring [2020-12-16T10:16:03.420Z] 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-16T10:16:03.420Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:16:03.420Z] - '*': [2020-12-16T10:16:03.420Z] reason: false positive [2020-12-16T10:16:03.420Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:03.420Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:16:03.420Z] - '*': [2020-12-16T10:16:03.420Z] reason: does not apply [2020-12-16T10:16:03.420Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:03.420Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:16:03.519Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:16:03.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:16:03.857Z] . [Pipeline] withDockerContainer [2020-12-16T10:16:03.968Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:16:04.031Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:16:05.127Z] $ docker top a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:16:05.641Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:16:05.652Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:16:05.945Z] + set -o pipefail [2020-12-16T10:16:05.945Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:16:05.945Z] + snyk-to-html -o snykReport.html [2020-12-16T10:16:15.992Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:16:16.011Z] $ docker stop --time=1 a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b [2020-12-16T10:16:17.526Z] $ docker rm -f a03e283cfec6c297266e037c629a5eb062f2fa977f1853143dc69d57f556d23b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:16:17.845Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo [2020-12-16T10:16:17.847Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:16:18.252Z] + set -o pipefail [2020-12-16T10:16:18.252Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:16:18.252Z] + tee .snyk [2020-12-16T10:16:18.861Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:16:18.861Z] version: v1.14.1 [2020-12-16T10:16:18.861Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:16:18.861Z] ignore: [2020-12-16T10:16:18.861Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:16:18.861Z] - '*': [2020-12-16T10:16:18.861Z] reason: does not apply # justification for ignoring [2020-12-16T10:16:18.861Z] 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-16T10:16:18.861Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:16:18.861Z] - '*': [2020-12-16T10:16:18.861Z] reason: false positive [2020-12-16T10:16:18.861Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:18.861Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:16:18.861Z] - '*': [2020-12-16T10:16:18.861Z] reason: does not apply [2020-12-16T10:16:18.861Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:18.861Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:16:18.989Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:16:19.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:16:19.342Z] . [Pipeline] withDockerContainer [2020-12-16T10:16:19.452Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:16:19.502Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:16:20.218Z] $ docker top 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:16:20.765Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:16:20.777Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:16:21.067Z] + set -o pipefail [2020-12-16T10:16:21.067Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:16:21.067Z] + snyk-to-html -o snykReport.html [2020-12-16T10:16:26.382Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:16:26.399Z] $ docker stop --time=1 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 [2020-12-16T10:16:27.816Z] $ docker rm -f 378014cf929a17c7f12447aa40d4ad3289488efe3f9fc60d059016dc5aa77c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:16:28.117Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo [2020-12-16T10:16:28.120Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:16:28.409Z] + set -o pipefail [2020-12-16T10:16:28.409Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:16:28.409Z] + tee .snyk [2020-12-16T10:16:29.355Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:16:29.355Z] version: v1.14.1 [2020-12-16T10:16:29.355Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:16:29.355Z] ignore: [2020-12-16T10:16:29.355Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:16:29.355Z] - '*': [2020-12-16T10:16:29.355Z] reason: does not apply # justification for ignoring [2020-12-16T10:16:29.355Z] 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-16T10:16:29.355Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:16:29.355Z] - '*': [2020-12-16T10:16:29.355Z] reason: false positive [2020-12-16T10:16:29.355Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:29.355Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:16:29.355Z] - '*': [2020-12-16T10:16:29.355Z] reason: does not apply [2020-12-16T10:16:29.355Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:29.355Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:16:29.455Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:16:29.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:16:29.798Z] . [Pipeline] withDockerContainer [2020-12-16T10:16:29.907Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:16:29.965Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:16:30.595Z] $ docker top 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:16:31.121Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:16:31.133Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:16:31.430Z] + set -o pipefail [2020-12-16T10:16:31.430Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:16:31.430Z] + snyk-to-html -o snykReport.html [2020-12-16T10:16:39.598Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:16:39.616Z] $ docker stop --time=1 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 [2020-12-16T10:16:41.089Z] $ docker rm -f 76acd65f494e6181774d1cbcf8f5562cc77fb20a5c93b0874ed42dd7a8c77569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:16:41.568Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo [2020-12-16T10:16:41.570Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:16:41.866Z] + set -o pipefail [2020-12-16T10:16:41.866Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:16:41.866Z] + tee .snyk [2020-12-16T10:16:41.866Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:16:41.866Z] version: v1.14.1 [2020-12-16T10:16:41.866Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:16:41.866Z] ignore: [2020-12-16T10:16:41.866Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:16:41.866Z] - '*': [2020-12-16T10:16:41.866Z] reason: does not apply # justification for ignoring [2020-12-16T10:16:41.867Z] 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-16T10:16:41.867Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:16:41.867Z] - '*': [2020-12-16T10:16:41.867Z] reason: false positive [2020-12-16T10:16:41.867Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:41.867Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:16:41.867Z] - '*': [2020-12-16T10:16:41.867Z] reason: does not apply [2020-12-16T10:16:41.867Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:41.867Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:16:41.968Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:16:42.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:16:42.317Z] . [Pipeline] withDockerContainer [2020-12-16T10:16:42.425Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:16:42.479Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:16:43.218Z] $ docker top 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:16:43.704Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:16:43.715Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:16:44.005Z] + set -o pipefail [2020-12-16T10:16:44.005Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:16:44.005Z] + snyk-to-html -o snykReport.html [2020-12-16T10:16:52.170Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:16:52.186Z] $ docker stop --time=1 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a [2020-12-16T10:16:53.568Z] $ docker rm -f 42b8dc5840acefdcc386dc0119f4390818348138fa35e7a76f9d61e438cd9c5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:16:53.907Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo [2020-12-16T10:16:53.909Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:16:54.199Z] + set -o pipefail [2020-12-16T10:16:54.199Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:16:54.199Z] + tee .snyk [2020-12-16T10:16:54.199Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:16:54.199Z] version: v1.14.1 [2020-12-16T10:16:54.199Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:16:54.199Z] ignore: [2020-12-16T10:16:54.199Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:16:54.199Z] - '*': [2020-12-16T10:16:54.199Z] reason: does not apply # justification for ignoring [2020-12-16T10:16:54.199Z] 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-16T10:16:54.199Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:16:54.199Z] - '*': [2020-12-16T10:16:54.199Z] reason: false positive [2020-12-16T10:16:54.199Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:54.199Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:16:54.199Z] - '*': [2020-12-16T10:16:54.199Z] reason: does not apply [2020-12-16T10:16:54.199Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:16:54.199Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:16:54.290Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:16:54.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:16:54.696Z] . [Pipeline] withDockerContainer [2020-12-16T10:16:54.871Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:16:54.920Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:16:55.661Z] $ docker top c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:16:56.145Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:16:56.157Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:16:56.447Z] + set -o pipefail [2020-12-16T10:16:56.447Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:16:56.447Z] + snyk-to-html -o snykReport.html [2020-12-16T10:17:04.626Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:17:04.644Z] $ docker stop --time=1 c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 [2020-12-16T10:17:06.105Z] $ docker rm -f c1aea964e30bd0bb0978c8f4153929cbc97ef3e768da45048a7fb84c19fe71a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:17:06.432Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo [2020-12-16T10:17:06.434Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:17:06.725Z] + set -o pipefail [2020-12-16T10:17:06.725Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:17:06.725Z] + tee .snyk [2020-12-16T10:17:06.725Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:17:06.725Z] version: v1.14.1 [2020-12-16T10:17:06.725Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:17:06.725Z] ignore: [2020-12-16T10:17:06.725Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:17:06.725Z] - '*': [2020-12-16T10:17:06.725Z] reason: does not apply # justification for ignoring [2020-12-16T10:17:06.725Z] 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-16T10:17:06.725Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:17:06.725Z] - '*': [2020-12-16T10:17:06.725Z] reason: false positive [2020-12-16T10:17:06.725Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:06.725Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:17:06.725Z] - '*': [2020-12-16T10:17:06.725Z] reason: does not apply [2020-12-16T10:17:06.725Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:06.725Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:17:06.823Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:17:07.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:17:07.177Z] . [Pipeline] withDockerContainer [2020-12-16T10:17:07.278Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:17:07.341Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:17:08.064Z] $ docker top 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:17:08.570Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:17:08.581Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:17:08.876Z] + set -o pipefail [2020-12-16T10:17:08.877Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:17:08.877Z] + snyk-to-html -o snykReport.html [2020-12-16T10:17:14.210Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:17:14.226Z] $ docker stop --time=1 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac [2020-12-16T10:17:15.630Z] $ docker rm -f 48c52bced3cf59456b9e3298ec97efc6af660501004012d160303103f64946ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:17:15.906Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo [2020-12-16T10:17:15.908Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:17:16.199Z] + set -o pipefail [2020-12-16T10:17:16.200Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:17:16.200Z] + tee .snyk [2020-12-16T10:17:16.200Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:17:16.200Z] version: v1.14.1 [2020-12-16T10:17:16.200Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:17:16.200Z] ignore: [2020-12-16T10:17:16.200Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:17:16.200Z] - '*': [2020-12-16T10:17:16.200Z] reason: does not apply # justification for ignoring [2020-12-16T10:17:16.200Z] 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-16T10:17:16.200Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:17:16.200Z] - '*': [2020-12-16T10:17:16.200Z] reason: false positive [2020-12-16T10:17:16.200Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:16.200Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:17:16.200Z] - '*': [2020-12-16T10:17:16.200Z] reason: does not apply [2020-12-16T10:17:16.200Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:16.200Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:17:16.319Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:17:16.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:17:16.664Z] . [Pipeline] withDockerContainer [2020-12-16T10:17:16.779Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:17:16.830Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:17:17.507Z] $ docker top e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:17:18.005Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:17:18.017Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:17:18.308Z] + set -o pipefail [2020-12-16T10:17:18.308Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:17:18.308Z] + snyk-to-html -o snykReport.html [2020-12-16T10:17:23.626Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:17:23.643Z] $ docker stop --time=1 e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 [2020-12-16T10:17:25.041Z] $ docker rm -f e17e7973fb6a68e4dbc59dd2b90ab4178275e9a90887353ad2cdd2a472ab1cd7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:17:25.379Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo [2020-12-16T10:17:25.382Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:17:25.673Z] + set -o pipefail [2020-12-16T10:17:25.673Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:17:25.673Z] + tee .snyk [2020-12-16T10:17:25.673Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:17:25.673Z] version: v1.14.1 [2020-12-16T10:17:25.673Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:17:25.673Z] ignore: [2020-12-16T10:17:25.673Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:17:25.673Z] - '*': [2020-12-16T10:17:25.673Z] reason: does not apply # justification for ignoring [2020-12-16T10:17:25.673Z] 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-16T10:17:25.673Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:17:25.673Z] - '*': [2020-12-16T10:17:25.673Z] reason: false positive [2020-12-16T10:17:25.673Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:25.673Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:17:25.673Z] - '*': [2020-12-16T10:17:25.673Z] reason: does not apply [2020-12-16T10:17:25.673Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:25.673Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:17:25.827Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:17:26.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:17:26.169Z] . [Pipeline] withDockerContainer [2020-12-16T10:17:26.280Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:17:26.336Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:17:26.977Z] $ docker top 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:17:27.634Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:17:27.696Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:17:27.983Z] + set -o pipefail [2020-12-16T10:17:27.983Z] + snyk-to-html -o snykReport.html [2020-12-16T10:17:27.983Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:17:36.155Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:17:36.435Z] $ docker stop --time=1 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 [2020-12-16T10:17:37.936Z] $ docker rm -f 6ae1f469ad8f3a178c8d37bc5473066a8e360d2743b2311b643d2a1f1cc76681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:17:38.234Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo [2020-12-16T10:17:38.236Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:17:38.529Z] + set -o pipefail [2020-12-16T10:17:38.529Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:17:38.529Z] + tee .snyk [2020-12-16T10:17:38.529Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:17:38.529Z] version: v1.14.1 [2020-12-16T10:17:38.529Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:17:38.529Z] ignore: [2020-12-16T10:17:38.529Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:17:38.529Z] - '*': [2020-12-16T10:17:38.529Z] reason: does not apply # justification for ignoring [2020-12-16T10:17:38.529Z] 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-16T10:17:38.529Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:17:38.529Z] - '*': [2020-12-16T10:17:38.529Z] reason: false positive [2020-12-16T10:17:38.529Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:38.529Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:17:38.529Z] - '*': [2020-12-16T10:17:38.529Z] reason: does not apply [2020-12-16T10:17:38.529Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:38.529Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:17:38.625Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:17:38.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:17:38.966Z] . [Pipeline] withDockerContainer [2020-12-16T10:17:39.072Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:17:39.125Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:17:39.869Z] $ docker top d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:17:40.538Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:17:40.550Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:17:40.849Z] + set -o pipefail [2020-12-16T10:17:40.849Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:17:40.849Z] + snyk-to-html -o snykReport.html [2020-12-16T10:17:49.031Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:17:49.049Z] $ docker stop --time=1 d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 [2020-12-16T10:17:50.547Z] $ docker rm -f d268517061251438d57d3bea163c147e004b8104d6af04940a71a4bcbfbcd7d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T10:17:50.923Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T10:17:50.925Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-16T10:17:51.216Z] + set -o pipefail [2020-12-16T10:17:51.216Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-16T10:17:51.216Z] + tee .snyk [2020-12-16T10:17:51.216Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-16T10:17:51.216Z] version: v1.14.1 [2020-12-16T10:17:51.216Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-16T10:17:51.216Z] ignore: [2020-12-16T10:17:51.216Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-16T10:17:51.216Z] - '*': [2020-12-16T10:17:51.216Z] reason: does not apply # justification for ignoring [2020-12-16T10:17:51.216Z] 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-16T10:17:51.216Z] SNYK-ALPINE312-JQ-588886: [2020-12-16T10:17:51.216Z] - '*': [2020-12-16T10:17:51.216Z] reason: false positive [2020-12-16T10:17:51.216Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:51.216Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-16T10:17:51.216Z] - '*': [2020-12-16T10:17:51.216Z] reason: does not apply [2020-12-16T10:17:51.216Z] expires: 2021-01-01T00:00:00 [2020-12-16T10:17:51.216Z] # patch: {} [Pipeline] withCredentials [2020-12-16T10:17:51.339Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:17:51.684Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-16T10:17:51.684Z] . [Pipeline] withDockerContainer [2020-12-16T10:17:51.784Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:17:51.832Z] $ 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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-16T10:17:52.657Z] $ docker top faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:17:53.150Z] + rm -f snykReport.html [Pipeline] echo [2020-12-16T10:17:53.161Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-16T10:17:53.455Z] + set -o pipefail [2020-12-16T10:17:53.455Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e25094879da38d58945b339cb800433d3a77391e '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-16T10:17:53.455Z] + snyk-to-html -o snykReport.html [2020-12-16T10:18:00.093Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-16T10:18:00.109Z] $ docker stop --time=1 faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec [2020-12-16T10:18:01.496Z] $ docker rm -f faf1ab4f34f0167ea9a44f0494d9ce7758e9a14c106013bb0c08bd364cc3b6ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-16T10:18:02.478Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T10:18:02.529Z] provisioning config files... [2020-12-16T10:18:02.541Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/258@tmp/config8924257010333750315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:18:02.935Z] --> edgex-publish-swagger.sh [2020-12-16T10:18:02.935Z] === Publish openapi/v1 API === [2020-12-16T10:18:02.935Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-16T10:18:02.935Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-16T10:18:02.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:02.935Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:04.327Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8837 0:00:01 0:00:01 --:--:-- 8848 100 10521 0 0 100 10521 0 8835 0:00:01 0:00:01 --:--:-- 8841 [2020-12-16T10:18:04.327Z] [2020-12-16T10:18:04.327Z] [2020-12-16T10:18:04.327Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-16T10:18:04.327Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:04.327Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:05.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26902 0:00:01 0:00:01 --:--:-- 26928 100 32556 0 0 100 32556 0 25799 0:00:01 0:00:01 --:--:-- 25817 [2020-12-16T10:18:05.272Z] [2020-12-16T10:18:05.272Z] [2020-12-16T10:18:05.272Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-16T10:18:05.272Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:05.272Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:06.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60979 0:00:01 0:00:01 --:--:-- 61026 100 73720 0 0 100 73720 0 59255 0:00:01 0:00:01 --:--:-- 59308 [2020-12-16T10:18:06.661Z] [2020-12-16T10:18:06.661Z] [2020-12-16T10:18:06.661Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-16T10:18:06.661Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:06.661Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:07.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11952 0:00:01 0:00:01 --:--:-- 11954 [2020-12-16T10:18:07.606Z] [2020-12-16T10:18:07.606Z] [2020-12-16T10:18:07.606Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-16T10:18:07.606Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:07.606Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:09.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31928 0:00:01 0:00:01 --:--:-- 31928 100 38889 0 0 100 38889 0 30689 0:00:01 0:00:01 --:--:-- 30693 [2020-12-16T10:18:09.074Z] [2020-12-16T10:18:09.074Z] [2020-12-16T10:18:09.074Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-16T10:18:09.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:09.074Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:10.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11775 0:00:01 0:00:01 --:--:-- 11784 100 14248 0 0 100 14248 0 11391 0:00:01 0:00:01 --:--:-- 11398 [2020-12-16T10:18:10.466Z] [2020-12-16T10:18:10.466Z] [2020-12-16T10:18:10.466Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-16T10:18:10.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:10.466Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:11.815Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 4109 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3016 0:00:01 0:00:01 --:--:-- 3016 [2020-12-16T10:18:11.815Z] [2020-12-16T10:18:11.815Z] [2020-12-16T10:18:11.815Z] === Publish openapi/v2 API === [2020-12-16T10:18:11.815Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-16T10:18:11.816Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-16T10:18:11.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:11.816Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:12.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24728 0:00:01 0:00:01 --:--:-- 24715 100 29535 0 0 100 29535 0 24724 0:00:01 0:00:01 --:--:-- 24715 [2020-12-16T10:18:12.772Z] [2020-12-16T10:18:12.772Z] [2020-12-16T10:18:12.772Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-16T10:18:12.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:12.772Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:14.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59342 0 0 100 59342 0 48938 0:00:01 0:00:01 --:--:-- 48962 100 59342 0 0 100 59342 0 38431 0:00:01 0:00:01 --:--:-- 38458 [2020-12-16T10:18:14.422Z] [2020-12-16T10:18:14.422Z] [2020-12-16T10:18:14.422Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-16T10:18:14.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:14.422Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:15.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99918 0:00:01 0:00:01 --:--:-- 99977 100 119k 0 0 100 119k 0 99808 0:00:01 0:00:01 --:--:-- 99895 [2020-12-16T10:18:15.811Z] [2020-12-16T10:18:15.811Z] [2020-12-16T10:18:15.811Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-16T10:18:15.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:15.811Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:16.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20173 0:00:01 0:00:01 --:--:-- 20162 100 23691 0 0 100 23691 0 20169 0:00:01 0:00:01 --:--:-- 20162 [2020-12-16T10:18:16.767Z] [2020-12-16T10:18:16.767Z] [2020-12-16T10:18:16.767Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-16T10:18:16.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:16.767Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:18.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56599 0:00:01 0:00:01 --:--:-- 56631 100 62691 0 0 100 62691 0 56589 0:00:01 0:00:01 --:--:-- 56631 [2020-12-16T10:18:18.159Z] [2020-12-16T10:18:18.159Z] [2020-12-16T10:18:18.159Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-16T10:18:18.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:18.159Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:19.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37884 0:00:01 0:00:01 --:--:-- 37898 100 46198 0 0 100 46198 0 37253 0:00:01 0:00:01 --:--:-- 37286 [2020-12-16T10:18:19.105Z] [2020-12-16T10:18:19.105Z] [2020-12-16T10:18:19.367Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-16T10:18:19.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T10:18:19.367Z] Dload Upload Total Spent Left Speed [2020-12-16T10:18:20.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21436 0:00:01 0:00:01 --:--:-- 21451 100 23725 0 0 100 23725 0 21431 0:00:01 0:00:01 --:--:-- 21451 [2020-12-16T10:18:20.312Z] [2020-12-16T10:18:20.312Z] [Pipeline] } [2020-12-16T10:18:20.322Z] 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-16T10:18:21.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:18:21.382Z] . [Pipeline] withDockerContainer [2020-12-16T10:18:21.485Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:18:21.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T10:18:22.377Z] $ docker top 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T10:18:22.801Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:18:22.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:18:23.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:18:23.140Z] $ docker exec 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 ssh-agent [2020-12-16T10:18:23.334Z] SSH_AUTH_SOCK=/tmp/ssh-Oh0468Wkj6qS/agent.11 [2020-12-16T10:18:23.334Z] SSH_AGENT_PID=16 [2020-12-16T10:18:23.345Z] Running ssh-add (command line suppressed) [2020-12-16T10:18:23.485Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_1184299791018374576.key (/w/workspace/edgex-go/258@tmp/private_key_1184299791018374576.key) [2020-12-16T10:18:23.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:18:23.909Z] + git semver tag [2020-12-16T10:18:24.171Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T10:18:24.171Z] # $GIT_DIR = /w/workspace/edgex-go/258/.git [2020-12-16T10:18:24.171Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/258 [2020-12-16T10:18:24.171Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T10:18:24.171Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T10:18:24.171Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T10:18:24.171Z] # $SEMVER_BRANCH = master [2020-12-16T10:18:24.171Z] # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [2020-12-16T10:18:24.171Z] # e25094879da38d58945b339cb800433d3a77391e HEAD [2020-12-16T10:18:24.746Z] # -> Force: false [2020-12-16T10:18:24.746Z] # 8e5acefd83e374c555e9eb210dc0ce975252f2d0 refs/tags/v2.0.0-dev.14 [Pipeline] } [2020-12-16T10:18:24.759Z] $ docker exec --env ******** --env ******** 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 ssh-agent -k [2020-12-16T10:18:24.908Z] unset SSH_AUTH_SOCK; [2020-12-16T10:18:24.908Z] unset SSH_AGENT_PID; [2020-12-16T10:18:24.908Z] echo Agent pid 16 killed; [2020-12-16T10:18:24.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:18:25.479Z] + git semver [Pipeline] } [2020-12-16T10:18:25.502Z] $ docker stop --time=1 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 [2020-12-16T10:18:26.859Z] $ docker rm -f 7802c5a0a99368ad1a72f4fb69f9c694ae6cd0323eba4ffa055194e2f3d58df1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:18:27.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-16T10:18:27.521Z] [2020-12-16T10:18:27.521Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:18:27.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-16T10:18:27.881Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-16T10:18:27.881Z] ab5ef0e58194: Pulling fs layer [2020-12-16T10:18:27.881Z] 9712f1f96733: Pulling fs layer [2020-12-16T10:18:27.881Z] 63f879dbbcfc: Pulling fs layer [2020-12-16T10:18:27.881Z] 0d9ebad4ef96: Pulling fs layer [2020-12-16T10:18:27.881Z] e9a5061849ea: Pulling fs layer [2020-12-16T10:18:27.881Z] d747dcd14b5f: Pulling fs layer [2020-12-16T10:18:27.881Z] 2de7ff778b66: Pulling fs layer [2020-12-16T10:18:27.881Z] d747dcd14b5f: Waiting [2020-12-16T10:18:27.881Z] e9a5061849ea: Waiting [2020-12-16T10:18:27.881Z] 2de7ff778b66: Waiting [2020-12-16T10:18:27.881Z] 0d9ebad4ef96: Waiting [2020-12-16T10:18:27.881Z] 9712f1f96733: Verifying Checksum [2020-12-16T10:18:27.881Z] 9712f1f96733: Download complete [2020-12-16T10:18:30.446Z] 63f879dbbcfc: Verifying Checksum [2020-12-16T10:18:30.446Z] 63f879dbbcfc: Download complete [2020-12-16T10:18:30.446Z] e9a5061849ea: Verifying Checksum [2020-12-16T10:18:30.446Z] e9a5061849ea: Download complete [2020-12-16T10:18:30.446Z] d747dcd14b5f: Verifying Checksum [2020-12-16T10:18:30.446Z] d747dcd14b5f: Download complete [2020-12-16T10:18:30.712Z] 0d9ebad4ef96: Verifying Checksum [2020-12-16T10:18:30.712Z] 0d9ebad4ef96: Download complete [2020-12-16T10:18:30.976Z] 2de7ff778b66: Verifying Checksum [2020-12-16T10:18:30.976Z] 2de7ff778b66: Download complete [2020-12-16T10:18:31.239Z] ab5ef0e58194: Verifying Checksum [2020-12-16T10:18:31.239Z] ab5ef0e58194: Download complete [2020-12-16T10:18:35.491Z] ab5ef0e58194: Pull complete [2020-12-16T10:18:35.491Z] 9712f1f96733: Pull complete [2020-12-16T10:18:38.070Z] 63f879dbbcfc: Pull complete [2020-12-16T10:18:48.111Z] 0d9ebad4ef96: Pull complete [2020-12-16T10:18:48.111Z] e9a5061849ea: Pull complete [2020-12-16T10:18:48.111Z] d747dcd14b5f: Pull complete [2020-12-16T10:18:50.040Z] 2de7ff778b66: Pull complete [2020-12-16T10:18:50.040Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-16T10:18:50.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-16T10:18:50.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-16T10:18:50.266Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:18:50.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-16T10:18:53.950Z] $ docker top 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-16T10:18:54.535Z] provisioning config files... [2020-12-16T10:18:54.547Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/258@tmp/config3872568804853602015tmp [2020-12-16T10:18:54.565Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/258@tmp/config8328331849225708257tmp [2020-12-16T10:18:54.581Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/258@tmp/config9077879214577421007tmp [Pipeline] { [Pipeline] echo [2020-12-16T10:18:54.634Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:18:54.935Z] ---> sigul-configuration.sh [2020-12-16T10:18:54.935Z] gpg: directory `/root/.gnupg' created [2020-12-16T10:18:54.935Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-16T10:18:54.935Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-16T10:18:54.935Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-16T10:18:54.935Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-16T10:18:54.935Z] gpg: CAST5 encrypted data [2020-12-16T10:18:55.198Z] gpg: encrypted with 1 passphrase [2020-12-16T10:18:55.198Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-16T10:18:55.566Z] + mkdir /home/jenkins [2020-12-16T10:18:55.566Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-16T10:18:55.979Z] + 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-16T10:18:55.990Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:18:56.294Z] ---> sigul-install.sh [2020-12-16T10:19:01.599Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-16T10:19:01.896Z] + git tag --list [2020-12-16T10:19:01.896Z] 0.6.0 [2020-12-16T10:19:01.896Z] 0.6.1 [2020-12-16T10:19:01.896Z] 0.7.0 [2020-12-16T10:19:01.896Z] 0.7.1 [2020-12-16T10:19:01.896Z] v1.0.0 [2020-12-16T10:19:01.896Z] v1.0.1 [2020-12-16T10:19:01.896Z] v1.1.0 [2020-12-16T10:19:01.896Z] v1.2.0 [2020-12-16T10:19:01.896Z] v1.2.1 [2020-12-16T10:19:01.896Z] v1.2.2-dev.1 [2020-12-16T10:19:01.896Z] v1.2.2-dev.10 [2020-12-16T10:19:01.896Z] v1.2.2-dev.100 [2020-12-16T10:19:01.896Z] v1.2.2-dev.101 [2020-12-16T10:19:01.896Z] v1.2.2-dev.102 [2020-12-16T10:19:01.896Z] v1.2.2-dev.103 [2020-12-16T10:19:01.896Z] v1.2.2-dev.104 [2020-12-16T10:19:01.896Z] v1.2.2-dev.105 [2020-12-16T10:19:01.896Z] v1.2.2-dev.106 [2020-12-16T10:19:01.896Z] v1.2.2-dev.107 [2020-12-16T10:19:01.896Z] v1.2.2-dev.11 [2020-12-16T10:19:01.896Z] v1.2.2-dev.12 [2020-12-16T10:19:01.896Z] v1.2.2-dev.13 [2020-12-16T10:19:01.896Z] v1.2.2-dev.14 [2020-12-16T10:19:01.896Z] v1.2.2-dev.15 [2020-12-16T10:19:01.896Z] v1.2.2-dev.16 [2020-12-16T10:19:01.896Z] v1.2.2-dev.17 [2020-12-16T10:19:01.896Z] v1.2.2-dev.18 [2020-12-16T10:19:01.896Z] v1.2.2-dev.19 [2020-12-16T10:19:01.896Z] v1.2.2-dev.2 [2020-12-16T10:19:01.896Z] v1.2.2-dev.20 [2020-12-16T10:19:01.896Z] v1.2.2-dev.21 [2020-12-16T10:19:01.896Z] v1.2.2-dev.22 [2020-12-16T10:19:01.896Z] v1.2.2-dev.23 [2020-12-16T10:19:01.896Z] v1.2.2-dev.24 [2020-12-16T10:19:01.896Z] v1.2.2-dev.25 [2020-12-16T10:19:01.896Z] v1.2.2-dev.26 [2020-12-16T10:19:01.896Z] v1.2.2-dev.27 [2020-12-16T10:19:01.896Z] v1.2.2-dev.28 [2020-12-16T10:19:01.896Z] v1.2.2-dev.29 [2020-12-16T10:19:01.896Z] v1.2.2-dev.3 [2020-12-16T10:19:01.896Z] v1.2.2-dev.30 [2020-12-16T10:19:01.896Z] v1.2.2-dev.31 [2020-12-16T10:19:01.896Z] v1.2.2-dev.32 [2020-12-16T10:19:01.896Z] v1.2.2-dev.33 [2020-12-16T10:19:01.896Z] v1.2.2-dev.34 [2020-12-16T10:19:01.896Z] v1.2.2-dev.35 [2020-12-16T10:19:01.896Z] v1.2.2-dev.36 [2020-12-16T10:19:01.896Z] v1.2.2-dev.37 [2020-12-16T10:19:01.896Z] v1.2.2-dev.38 [2020-12-16T10:19:01.896Z] v1.2.2-dev.39 [2020-12-16T10:19:01.896Z] v1.2.2-dev.4 [2020-12-16T10:19:01.896Z] v1.2.2-dev.40 [2020-12-16T10:19:01.896Z] v1.2.2-dev.41 [2020-12-16T10:19:01.896Z] v1.2.2-dev.42 [2020-12-16T10:19:01.896Z] v1.2.2-dev.43 [2020-12-16T10:19:01.896Z] v1.2.2-dev.44 [2020-12-16T10:19:01.896Z] v1.2.2-dev.45 [2020-12-16T10:19:01.896Z] v1.2.2-dev.46 [2020-12-16T10:19:01.896Z] v1.2.2-dev.47 [2020-12-16T10:19:01.896Z] v1.2.2-dev.48 [2020-12-16T10:19:01.896Z] v1.2.2-dev.49 [2020-12-16T10:19:01.896Z] v1.2.2-dev.5 [2020-12-16T10:19:01.896Z] v1.2.2-dev.50 [2020-12-16T10:19:01.896Z] v1.2.2-dev.51 [2020-12-16T10:19:01.896Z] v1.2.2-dev.52 [2020-12-16T10:19:01.896Z] v1.2.2-dev.53 [2020-12-16T10:19:01.896Z] v1.2.2-dev.54 [2020-12-16T10:19:01.896Z] v1.2.2-dev.55 [2020-12-16T10:19:01.896Z] v1.2.2-dev.56 [2020-12-16T10:19:01.896Z] v1.2.2-dev.57 [2020-12-16T10:19:01.896Z] v1.2.2-dev.58 [2020-12-16T10:19:01.896Z] v1.2.2-dev.59 [2020-12-16T10:19:01.896Z] v1.2.2-dev.6 [2020-12-16T10:19:01.896Z] v1.2.2-dev.60 [2020-12-16T10:19:01.896Z] v1.2.2-dev.61 [2020-12-16T10:19:01.896Z] v1.2.2-dev.62 [2020-12-16T10:19:01.896Z] v1.2.2-dev.63 [2020-12-16T10:19:01.896Z] v1.2.2-dev.64 [2020-12-16T10:19:01.896Z] v1.2.2-dev.65 [2020-12-16T10:19:01.896Z] v1.2.2-dev.66 [2020-12-16T10:19:01.896Z] v1.2.2-dev.67 [2020-12-16T10:19:01.896Z] v1.2.2-dev.68 [2020-12-16T10:19:01.896Z] v1.2.2-dev.69 [2020-12-16T10:19:01.896Z] v1.2.2-dev.7 [2020-12-16T10:19:01.896Z] v1.2.2-dev.70 [2020-12-16T10:19:01.896Z] v1.2.2-dev.71 [2020-12-16T10:19:01.896Z] v1.2.2-dev.72 [2020-12-16T10:19:01.896Z] v1.2.2-dev.73 [2020-12-16T10:19:01.896Z] v1.2.2-dev.74 [2020-12-16T10:19:01.896Z] v1.2.2-dev.75 [2020-12-16T10:19:01.896Z] v1.2.2-dev.76 [2020-12-16T10:19:01.896Z] v1.2.2-dev.77 [2020-12-16T10:19:01.896Z] v1.2.2-dev.78 [2020-12-16T10:19:01.896Z] v1.2.2-dev.79 [2020-12-16T10:19:01.896Z] v1.2.2-dev.8 [2020-12-16T10:19:01.896Z] v1.2.2-dev.80 [2020-12-16T10:19:01.896Z] v1.2.2-dev.81 [2020-12-16T10:19:01.896Z] v1.2.2-dev.82 [2020-12-16T10:19:01.896Z] v1.2.2-dev.83 [2020-12-16T10:19:01.896Z] v1.2.2-dev.84 [2020-12-16T10:19:01.896Z] v1.2.2-dev.85 [2020-12-16T10:19:01.896Z] v1.2.2-dev.86 [2020-12-16T10:19:01.896Z] v1.2.2-dev.87 [2020-12-16T10:19:01.896Z] v1.2.2-dev.88 [2020-12-16T10:19:01.896Z] v1.2.2-dev.89 [2020-12-16T10:19:01.896Z] v1.2.2-dev.9 [2020-12-16T10:19:01.896Z] v1.2.2-dev.90 [2020-12-16T10:19:01.896Z] v1.2.2-dev.91 [2020-12-16T10:19:01.896Z] v1.2.2-dev.92 [2020-12-16T10:19:01.896Z] v1.2.2-dev.93 [2020-12-16T10:19:01.896Z] v1.2.2-dev.94 [2020-12-16T10:19:01.896Z] v1.2.2-dev.95 [2020-12-16T10:19:01.896Z] v1.2.2-dev.96 [2020-12-16T10:19:01.896Z] v1.2.2-dev.97 [2020-12-16T10:19:01.896Z] v1.2.2-dev.98 [2020-12-16T10:19:01.896Z] v1.2.2-dev.99 [2020-12-16T10:19:01.896Z] v1.3.0 [2020-12-16T10:19:01.896Z] v1.3.1-dev.1 [2020-12-16T10:19:01.896Z] v1.3.1-dev.10 [2020-12-16T10:19:01.896Z] v1.3.1-dev.11 [2020-12-16T10:19:01.896Z] v1.3.1-dev.12 [2020-12-16T10:19:01.896Z] v1.3.1-dev.13 [2020-12-16T10:19:01.896Z] v1.3.1-dev.14 [2020-12-16T10:19:01.896Z] v1.3.1-dev.15 [2020-12-16T10:19:01.896Z] v1.3.1-dev.16 [2020-12-16T10:19:01.896Z] v1.3.1-dev.17 [2020-12-16T10:19:01.896Z] v1.3.1-dev.18 [2020-12-16T10:19:01.896Z] v1.3.1-dev.2 [2020-12-16T10:19:01.896Z] v1.3.1-dev.3 [2020-12-16T10:19:01.896Z] v1.3.1-dev.4 [2020-12-16T10:19:01.896Z] v1.3.1-dev.5 [2020-12-16T10:19:01.896Z] v1.3.1-dev.6 [2020-12-16T10:19:01.896Z] v1.3.1-dev.7 [2020-12-16T10:19:01.896Z] v1.3.1-dev.8 [2020-12-16T10:19:01.896Z] v1.3.1-dev.9 [2020-12-16T10:19:01.896Z] v2.0.0-dev.1 [2020-12-16T10:19:01.896Z] v2.0.0-dev.10 [2020-12-16T10:19:01.896Z] v2.0.0-dev.11 [2020-12-16T10:19:01.896Z] v2.0.0-dev.12 [2020-12-16T10:19:01.896Z] v2.0.0-dev.13 [2020-12-16T10:19:01.896Z] v2.0.0-dev.14 [2020-12-16T10:19:01.896Z] v2.0.0-dev.2 [2020-12-16T10:19:01.896Z] v2.0.0-dev.3 [2020-12-16T10:19:01.896Z] v2.0.0-dev.4 [2020-12-16T10:19:01.896Z] v2.0.0-dev.5 [2020-12-16T10:19:01.896Z] v2.0.0-dev.6 [2020-12-16T10:19:01.896Z] v2.0.0-dev.7 [2020-12-16T10:19:01.896Z] v2.0.0-dev.8 [2020-12-16T10:19:01.896Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-16T10:19:02.198Z] + lftools sign git-tag v2.0.0-dev.14 [2020-12-16T10:19:03.585Z] Signing Git tag with Sigul... [2020-12-16T10:19:03.585Z] Signing v2.0.0-dev.14 [Pipeline] echo [2020-12-16T10:19:04.990Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:05.295Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-16T10:19:05.306Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-16T10:19:05.408Z] $ docker stop --time=1 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 [2020-12-16T10:19:07.407Z] $ docker rm -f 94b6d3dc1fd68c08eca1cf85256532f5d59559bfdcd02e110969402600b9ec57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:19:08.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:19:08.337Z] . [Pipeline] withDockerContainer [2020-12-16T10:19:08.439Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:19:08.487Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T10:19:09.326Z] $ docker top e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T10:19:09.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:19:09.676Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:19:09.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:19:09.916Z] $ docker exec e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 ssh-agent [2020-12-16T10:19:10.097Z] SSH_AUTH_SOCK=/tmp/ssh-3489YiRohzH4/agent.12 [2020-12-16T10:19:10.097Z] SSH_AGENT_PID=18 [2020-12-16T10:19:10.106Z] Running ssh-add (command line suppressed) [2020-12-16T10:19:10.270Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_702136484960806044.key (/w/workspace/edgex-go/258@tmp/private_key_702136484960806044.key) [2020-12-16T10:19:10.375Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:19:10.728Z] + git semver bump pre [2020-12-16T10:19:10.728Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T10:19:10.728Z] # $GIT_DIR = /w/workspace/edgex-go/258/.git [2020-12-16T10:19:10.728Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/258 [2020-12-16T10:19:10.728Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T10:19:10.728Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T10:19:10.728Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T10:19:10.729Z] # $SEMVER_BRANCH = master [2020-12-16T10:19:10.729Z] # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [2020-12-16T10:19:10.729Z] 2.0.0-dev.15 [Pipeline] } [2020-12-16T10:19:10.742Z] $ docker exec --env ******** --env ******** e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 ssh-agent -k [2020-12-16T10:19:10.864Z] unset SSH_AUTH_SOCK; [2020-12-16T10:19:10.864Z] unset SSH_AGENT_PID; [2020-12-16T10:19:10.864Z] echo Agent pid 18 killed; [2020-12-16T10:19:10.917Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:19:11.391Z] + git semver [Pipeline] } [2020-12-16T10:19:11.411Z] $ docker stop --time=1 e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 [2020-12-16T10:19:12.767Z] $ docker rm -f e5754299b6db877164887269bde791ad6f1441b87450d06024ee7ec21f1040f0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:19:13.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T10:19:13.293Z] . [Pipeline] withDockerContainer [2020-12-16T10:19:13.394Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:19:13.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-16T10:19:14.092Z] $ docker top ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T10:19:14.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T10:19:14.410Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T10:19:14.596Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T10:19:14.602Z] $ docker exec ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 ssh-agent [2020-12-16T10:19:14.790Z] SSH_AUTH_SOCK=/tmp/ssh-WKquNMPHWtO3/agent.11 [2020-12-16T10:19:14.790Z] SSH_AGENT_PID=17 [2020-12-16T10:19:14.797Z] Running ssh-add (command line suppressed) [2020-12-16T10:19:14.933Z] Identity added: /w/workspace/edgex-go/258@tmp/private_key_2535568950985175522.key (/w/workspace/edgex-go/258@tmp/private_key_2535568950985175522.key) [2020-12-16T10:19:14.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T10:19:15.331Z] + git semver push [2020-12-16T10:19:15.331Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T10:19:15.331Z] # $GIT_DIR = /w/workspace/edgex-go/258/.git [2020-12-16T10:19:15.331Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/258 [2020-12-16T10:19:15.331Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T10:19:15.331Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T10:19:15.331Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T10:19:15.331Z] # $SEMVER_BRANCH = master [2020-12-16T10:19:15.331Z] # $SEMVER_DIR = /w/workspace/edgex-go/258/.semver [Pipeline] } [2020-12-16T10:19:25.403Z] $ docker exec --env ******** --env ******** ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 ssh-agent -k [2020-12-16T10:19:25.559Z] unset SSH_AUTH_SOCK; [2020-12-16T10:19:25.559Z] unset SSH_AGENT_PID; [2020-12-16T10:19:25.559Z] echo Agent pid 17 killed; [2020-12-16T10:19:25.629Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T10:19:26.137Z] + git semver [Pipeline] } [2020-12-16T10:19:26.154Z] $ docker stop --time=1 ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 [2020-12-16T10:19:27.523Z] $ docker rm -f ea0681a352abac0f81cadbec921a18e55066521cf2cf51e9dfabd09dfbab2934 [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-16T10:19:28.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:29.456Z] ---> package-listing.sh [2020-12-16T10:19:29.456Z] ++ facter osfamily [2020-12-16T10:19:29.456Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T10:19:29.456Z] + OS_FAMILY=redhat [2020-12-16T10:19:29.456Z] + workspace=/w/workspace/edgex-go/258 [2020-12-16T10:19:29.456Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T10:19:29.456Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T10:19:29.457Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T10:19:29.457Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T10:19:29.457Z] + '[' /w/workspace/edgex-go/258 ']' [2020-12-16T10:19:29.457Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T10:19:29.457Z] + case "${OS_FAMILY}" in [2020-12-16T10:19:29.457Z] + rpm -qa [2020-12-16T10:19:29.457Z] + sort [2020-12-16T10:19:34.759Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T10:19:34.759Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T10:19:34.759Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T10:19:34.759Z] + '[' /w/workspace/edgex-go/258 ']' [2020-12-16T10:19:34.759Z] + mkdir -p /w/workspace/edgex-go/258/archives/ [2020-12-16T10:19:34.759Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/258/archives/ [Pipeline] echo [2020-12-16T10:19:34.772Z] 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/258/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T10:19:35.064Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:19:35.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:19:35.373Z] [2020-12-16T10:19:35.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T10:19:35.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:19:35.732Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T10:19:35.732Z] df20fa9351a1: Pulling fs layer [2020-12-16T10:19:35.732Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T10:19:35.732Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T10:19:35.732Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T10:19:35.732Z] 93b61091891f: Pulling fs layer [2020-12-16T10:19:35.732Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T10:19:35.732Z] 5e14af77c1be: Pulling fs layer [2020-12-16T10:19:35.732Z] 01666e4c0597: Pulling fs layer [2020-12-16T10:19:35.732Z] aa168da1d23b: Pulling fs layer [2020-12-16T10:19:35.732Z] 93b61091891f: Waiting [2020-12-16T10:19:35.732Z] 93b9cdb0e59b: Waiting [2020-12-16T10:19:35.732Z] 5e14af77c1be: Waiting [2020-12-16T10:19:35.732Z] 01666e4c0597: Waiting [2020-12-16T10:19:35.732Z] aa168da1d23b: Waiting [2020-12-16T10:19:35.732Z] 46f8f816bc3b: Waiting [2020-12-16T10:19:35.732Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T10:19:35.732Z] 36b3adc4ff6f: Download complete [2020-12-16T10:19:35.994Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T10:19:35.994Z] 46f8f816bc3b: Download complete [2020-12-16T10:19:35.994Z] df20fa9351a1: Verifying Checksum [2020-12-16T10:19:35.994Z] df20fa9351a1: Download complete [2020-12-16T10:19:35.994Z] 93b9cdb0e59b: Verifying Checksum [2020-12-16T10:19:35.994Z] 93b9cdb0e59b: Download complete [2020-12-16T10:19:35.994Z] 5e14af77c1be: Verifying Checksum [2020-12-16T10:19:35.994Z] 5e14af77c1be: Download complete [2020-12-16T10:19:35.994Z] 93b61091891f: Verifying Checksum [2020-12-16T10:19:35.995Z] 93b61091891f: Download complete [2020-12-16T10:19:35.995Z] 01666e4c0597: Verifying Checksum [2020-12-16T10:19:35.995Z] 01666e4c0597: Download complete [2020-12-16T10:19:36.257Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T10:19:36.257Z] 8ad3a11d3b57: Download complete [2020-12-16T10:19:36.257Z] df20fa9351a1: Pull complete [2020-12-16T10:19:36.529Z] 36b3adc4ff6f: Pull complete [2020-12-16T10:19:38.461Z] aa168da1d23b: Verifying Checksum [2020-12-16T10:19:38.461Z] aa168da1d23b: Download complete [2020-12-16T10:19:38.461Z] 8ad3a11d3b57: Pull complete [2020-12-16T10:19:38.724Z] 46f8f816bc3b: Pull complete [2020-12-16T10:19:39.299Z] 93b61091891f: Pull complete [2020-12-16T10:19:39.299Z] 93b9cdb0e59b: Pull complete [2020-12-16T10:19:39.299Z] 5e14af77c1be: Pull complete [2020-12-16T10:19:39.560Z] 01666e4c0597: Pull complete [2020-12-16T10:19:46.171Z] aa168da1d23b: Pull complete [2020-12-16T10:19:46.433Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T10:19:46.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T10:19:46.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T10:19:46.590Z] prd-centos7-docker-4c-2g-16323 does not seem to be running inside a container [2020-12-16T10:19:46.638Z] $ 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/258/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/258 -v /w/workspace/edgex-go/258:/w/workspace/edgex-go/258:rw,z -v /w/workspace/edgex-go/258@tmp:/w/workspace/edgex-go/258@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-16T10:19:49.844Z] $ docker top e568888a053ec954ee44bb8e7df4556a0e1d45c01eab6f00d0270a00e589ede6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T10:19:50.416Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T10:19:50.715Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T10:19:51.016Z] + ls /var/log/sa-host [2020-12-16T10:19:51.016Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T10:19:51.016Z] file_magic: OK [2020-12-16T10:19:51.016Z] HZ: Using current value: 100 [2020-12-16T10:19:51.016Z] file_header: OK [2020-12-16T10:19:51.016Z] 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-16T10:19:51.016Z] Statistics: [2020-12-16T10:19:51.016Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T10:19:51.016Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T10:19:51.016Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T10:19:51.016Z] file_magic: OK [2020-12-16T10:19:51.016Z] HZ: Using current value: 100 [2020-12-16T10:19:51.016Z] file_header: OK [2020-12-16T10:19:51.016Z] 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-16T10:19:51.016Z] Statistics: [2020-12-16T10:19:51.016Z] Hnuu...uuuununununu... [2020-12-16T10:19:51.016Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T10:19:51.238Z] provisioning config files... [2020-12-16T10:19:51.255Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/258@tmp/config5202437712796498520tmp [Pipeline] { [Pipeline] echo [2020-12-16T10:19:51.342Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:51.636Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T10:19:51.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T10:19:51.742Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:52.039Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T10:19:52.050Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:52.346Z] ---> sudo-logs.sh [2020-12-16T10:19:52.346Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T10:19:52.358Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:52.656Z] ---> job-cost.sh [2020-12-16T10:19:52.656Z] lf-activate-venv: SKIPPING [2020-12-16T10:19:52.656Z] INFO: No Stack... [2020-12-16T10:19:54.047Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T10:19:54.621Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T10:19:54.634Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T10:19:54.929Z] ---> logs-deploy.sh [2020-12-16T10:19:54.929Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/258 [2020-12-16T10:19:54.929Z] INFO: archiving workspace using pattern(s): [2020-12-16T10:19:56.870Z] Archives upload complete. [2020-12-16T10:19:56.870Z] INFO: archiving logs to Nexus [2020-12-16T10:19:57.858Z] ---> uname -a: [2020-12-16T10:19:57.858Z] Linux prd-centos7-docker-4c-2g-16323.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-16T10:19:57.858Z] [2020-12-16T10:19:57.858Z] [2020-12-16T10:19:57.858Z] ---> lscpu: [2020-12-16T10:19:57.858Z] Architecture: x86_64 [2020-12-16T10:19:57.858Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-16T10:19:57.858Z] Byte Order: Little Endian [2020-12-16T10:19:57.858Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-16T10:19:57.858Z] CPU(s): 4 [2020-12-16T10:19:57.858Z] On-line CPU(s) list: 0-3 [2020-12-16T10:19:57.858Z] Thread(s) per core: 1 [2020-12-16T10:19:57.858Z] Core(s) per socket: 1 [2020-12-16T10:19:57.858Z] Socket(s): 4 [2020-12-16T10:19:57.858Z] NUMA node(s): 1 [2020-12-16T10:19:57.858Z] Vendor ID: GenuineIntel [2020-12-16T10:19:57.858Z] CPU family: 6 [2020-12-16T10:19:57.858Z] Model: 44 [2020-12-16T10:19:57.858Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-16T10:19:57.858Z] Stepping: 1 [2020-12-16T10:19:57.858Z] CPU MHz: 2933.436 [2020-12-16T10:19:57.858Z] BogoMIPS: 5866.87 [2020-12-16T10:19:57.858Z] Virtualization: VT-x [2020-12-16T10:19:57.858Z] Hypervisor vendor: KVM [2020-12-16T10:19:57.858Z] Virtualization type: full [2020-12-16T10:19:57.858Z] L1d cache: 128 KiB [2020-12-16T10:19:57.858Z] L1i cache: 128 KiB [2020-12-16T10:19:57.858Z] L2 cache: 16 MiB [2020-12-16T10:19:57.858Z] L3 cache: 64 MiB [2020-12-16T10:19:57.858Z] NUMA node0 CPU(s): 0-3 [2020-12-16T10:19:57.858Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-16T10:19:57.858Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-16T10:19:57.858Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-16T10:19:57.858Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-16T10:19:57.858Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-16T10:19:57.858Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-16T10:19:57.858Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-16T10:19:57.858Z] Vulnerability Srbds: Not affected [2020-12-16T10:19:57.858Z] Vulnerability Tsx async abort: Not affected [2020-12-16T10:19:57.858Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-16T10:19:57.858Z] [2020-12-16T10:19:57.858Z] [2020-12-16T10:19:57.858Z] ---> nproc: [2020-12-16T10:19:57.858Z] 4 [2020-12-16T10:19:57.858Z] [2020-12-16T10:19:57.858Z]