Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ced48a9704d45a78ce2a225541f5314d2d8a1195 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19991 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/290 [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/290 # 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 > 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 Checking out Revision ced48a9704d45a78ce2a225541f5314d2d8a1195 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 Commit message: "fix: update chown options (#3024)" > git rev-list --no-walk 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T16:54:16.873Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T16:54:17.116Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T16:54:17.213Z] ========================================================= [2021-01-13T16:54:17.213Z] EdgeX Global Pipelines Version Info [2021-01-13T16:54:17.213Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T16:54:18.649Z] ------------------- [2021-01-13T16:54:18.649Z] stable info: [2021-01-13T16:54:18.649Z] ------------------- [2021-01-13T16:54:18.649Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T16:54:18.649Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T16:54:18.649Z] Message: update stable to v1.0.173 [2021-01-13T16:54:19.612Z] ------------------- [2021-01-13T16:54:19.612Z] experimental info: [2021-01-13T16:54:19.612Z] ------------------- [2021-01-13T16:54:19.612Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T16:54:19.612Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T16:54:19.612Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T16:54:19.890Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T16:54:19.979Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T16:54:20.070Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T16:54:20.263Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T16:54:20.360Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T16:54:20.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T16:54:20.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T16:54:20.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T16:54:20.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T16:54:21.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T16:54:21.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T16:54:21.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T16:54:21.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T16:54:21.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T16:54:21.634Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T16:54:21.731Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T16:54:21.835Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T16:54:21.942Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T16:54:22.043Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T16:54:22.141Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T16:54:22.242Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T16:54:22.331Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T16:54:22.419Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T16:54:22.510Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-13T16:54:22.600Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-13T16:54:22.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-13T16:54:22.787Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] echo [2021-01-13T16:54:22.880Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ced48a9 [Pipeline] echo [2021-01-13T16:54:22.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T16:54:23.194Z] provisioning config files... [2021-01-13T16:54:23.233Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/290@tmp/config277563404949372931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T16:54:23.604Z] ---> docker-login.sh [2021-01-13T16:54:23.605Z] nexus3.edgexfoundry.org:10001 [2021-01-13T16:54:23.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:54:23.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:54:23.869Z] Configure a credential helper to remove this warning. See [2021-01-13T16:54:23.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:54:23.869Z] [2021-01-13T16:54:23.869Z] Login Succeeded [2021-01-13T16:54:23.869Z] nexus3.edgexfoundry.org:10002 [2021-01-13T16:54:24.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:54:24.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:54:24.133Z] Configure a credential helper to remove this warning. See [2021-01-13T16:54:24.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:54:24.133Z] [2021-01-13T16:54:24.133Z] Login Succeeded [2021-01-13T16:54:24.133Z] nexus3.edgexfoundry.org:10003 [2021-01-13T16:54:24.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:54:24.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:54:24.397Z] Configure a credential helper to remove this warning. See [2021-01-13T16:54:24.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:54:24.397Z] [2021-01-13T16:54:24.397Z] Login Succeeded [2021-01-13T16:54:24.397Z] nexus3.edgexfoundry.org:10004 [2021-01-13T16:54:24.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:54:24.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:54:24.660Z] Configure a credential helper to remove this warning. See [2021-01-13T16:54:24.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:54:24.660Z] [2021-01-13T16:54:24.660Z] Login Succeeded [2021-01-13T16:54:24.660Z] docker.io [2021-01-13T16:54:24.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:54:24.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:54:24.927Z] Configure a credential helper to remove this warning. See [2021-01-13T16:54:24.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:54:24.927Z] [2021-01-13T16:54:24.927Z] Login Succeeded [2021-01-13T16:54:24.927Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T16:54:24.938Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T16:54:25.487Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T16:54:25.487Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T16:54:25.487Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T16:54:25.487Z] ++ cut -d/ -f2 [2021-01-13T16:54:25.487Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T16:54:25.561Z] 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-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 [2021-01-13T16:54:26.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T16:54:26.524Z] [2021-01-13T16:54:26.524Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:54:26.892Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T16:54:26.892Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T16:54:26.892Z] 31603596830f: Pulling fs layer [2021-01-13T16:54:26.892Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T16:54:26.892Z] 6ca5941a6612: Pulling fs layer [2021-01-13T16:54:26.892Z] ecc8261a40a4: Pulling fs layer [2021-01-13T16:54:26.892Z] ecc8261a40a4: Waiting [2021-01-13T16:54:26.892Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T16:54:26.892Z] 2a8b12db71e7: Download complete [2021-01-13T16:54:26.892Z] 31603596830f: Download complete [2021-01-13T16:54:27.162Z] ecc8261a40a4: Verifying Checksum [2021-01-13T16:54:27.162Z] ecc8261a40a4: Download complete [2021-01-13T16:54:27.162Z] 6ca5941a6612: Verifying Checksum [2021-01-13T16:54:27.162Z] 6ca5941a6612: Download complete [2021-01-13T16:54:27.439Z] 31603596830f: Pull complete [2021-01-13T16:54:27.439Z] 2a8b12db71e7: Pull complete [2021-01-13T16:54:28.418Z] 6ca5941a6612: Pull complete [2021-01-13T16:54:28.685Z] ecc8261a40a4: Pull complete [2021-01-13T16:54:28.685Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T16:54:28.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T16:54:28.685Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T16:54:28.819Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T16:54:28.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:54:31.463Z] $ docker top a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T16:54:31.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T16:54:31.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T16:54:32.038Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T16:54:32.043Z] $ docker exec a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af ssh-agent [2021-01-13T16:54:32.220Z] SSH_AUTH_SOCK=/tmp/ssh-mBdoqVYO9P1N/agent.12 [2021-01-13T16:54:32.220Z] SSH_AGENT_PID=17 [2021-01-13T16:54:32.232Z] Running ssh-add (command line suppressed) [2021-01-13T16:54:32.363Z] Identity added: /w/workspace/edgex-go/290@tmp/private_key_3604671632609731220.key (/w/workspace/edgex-go/290@tmp/private_key_3604671632609731220.key) [2021-01-13T16:54:32.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T16:54:32.765Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T16:54:32.790Z] $ docker exec --env ******** --env ******** a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af ssh-agent -k [2021-01-13T16:54:32.911Z] unset SSH_AUTH_SOCK; [2021-01-13T16:54:32.911Z] unset SSH_AGENT_PID; [2021-01-13T16:54:32.911Z] echo Agent pid 17 killed; [2021-01-13T16:54:32.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T16:54:33.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T16:54:33.121Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T16:54:33.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T16:54:33.302Z] $ docker exec a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af ssh-agent [2021-01-13T16:54:33.477Z] SSH_AUTH_SOCK=/tmp/ssh-eMezsTgQYdLt/agent.45 [2021-01-13T16:54:33.477Z] SSH_AGENT_PID=50 [2021-01-13T16:54:33.485Z] Running ssh-add (command line suppressed) [2021-01-13T16:54:33.610Z] Identity added: /w/workspace/edgex-go/290@tmp/private_key_1911947497406841991.key (/w/workspace/edgex-go/290@tmp/private_key_1911947497406841991.key) [2021-01-13T16:54:33.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T16:54:34.002Z] + git semver init [2021-01-13T16:54:34.002Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T16:54:34.002Z] # $GIT_DIR = /w/workspace/edgex-go/290/.git [2021-01-13T16:54:34.002Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/290 [2021-01-13T16:54:34.002Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T16:54:34.002Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T16:54:34.002Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T16:54:34.002Z] # $SEMVER_BRANCH = master [2021-01-13T16:54:34.002Z] # $SEMVER_TEMP = /tmp/semver-660659915 [2021-01-13T16:54:34.002Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T16:54:56.028Z] # '/tmp/semver-660659915' -> '/w/workspace/edgex-go/290/.semver' [2021-01-13T16:54:56.028Z] # -> Force: false [2021-01-13T16:54:56.028Z] # $SEMVER_DIR = /w/workspace/edgex-go/290/.semver [Pipeline] } [2021-01-13T16:54:56.043Z] $ docker exec --env ******** --env ******** a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af ssh-agent -k [2021-01-13T16:54:56.315Z] unset SSH_AUTH_SOCK; [2021-01-13T16:54:56.316Z] unset SSH_AGENT_PID; [2021-01-13T16:54:56.316Z] echo Agent pid 50 killed; [2021-01-13T16:54:56.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T16:54:56.903Z] + git semver [Pipeline] } [2021-01-13T16:54:56.928Z] $ docker stop --time=1 a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af [2021-01-13T16:54:58.557Z] $ docker rm -f a2137f7e6b062d3233e3ba4065b85a5714a8fdc70c0ab6fb2af73a2d20b9e8af [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T16:54:59.066Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T16:54:59.593Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T16:54:59.595Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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 [2021-01-13T16:55:00.476Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T16:55:00.775Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T16:55:01.082Z] + sudo service docker restart [2021-01-13T16:55:01.083Z] + true [2021-01-13T16:55:01.083Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T16:55:01.692Z] ========================================================= [2021-01-13T16:55:01.692Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T16:55:01.692Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:55:02.059Z] + 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 . [2021-01-13T16:55:07.394Z] Sending build context to Docker daemon 326.4MB [2021-01-13T16:55:07.394Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T16:55:07.394Z] Step 2/6 : FROM ${BASE} [2021-01-13T16:55:07.394Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T16:55:07.394Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T16:55:07.394Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T16:55:07.394Z] de9db76c5a1d: Pulling fs layer [2021-01-13T16:55:07.394Z] bca2f99d35d6: Pulling fs layer [2021-01-13T16:55:07.394Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T16:55:07.394Z] 7c6f9722023f: Pulling fs layer [2021-01-13T16:55:07.394Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T16:55:07.394Z] 93359f2a8cfa: Waiting [2021-01-13T16:55:07.394Z] 7c6f9722023f: Waiting [2021-01-13T16:55:07.394Z] bca2f99d35d6: Waiting [2021-01-13T16:55:07.394Z] a35cf1a2eb13: Waiting [2021-01-13T16:55:07.394Z] de9db76c5a1d: Verifying Checksum [2021-01-13T16:55:07.394Z] de9db76c5a1d: Download complete [2021-01-13T16:55:07.394Z] 0ef7d3d256c8: Download complete [2021-01-13T16:55:07.394Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T16:55:07.394Z] 93359f2a8cfa: Download complete [2021-01-13T16:55:07.394Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T16:55:07.394Z] 188c0c94c7c5: Download complete [2021-01-13T16:55:07.394Z] 7c6f9722023f: Verifying Checksum [2021-01-13T16:55:07.394Z] 7c6f9722023f: Download complete [2021-01-13T16:55:07.394Z] 188c0c94c7c5: Pull complete [2021-01-13T16:55:07.663Z] 0ef7d3d256c8: Pull complete [2021-01-13T16:55:07.931Z] de9db76c5a1d: Pull complete [2021-01-13T16:55:09.356Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T16:55:09.356Z] a35cf1a2eb13: Download complete [2021-01-13T16:55:09.942Z] bca2f99d35d6: Verifying Checksum [2021-01-13T16:55:09.942Z] bca2f99d35d6: Download complete [2021-01-13T16:55:14.971Z] Still waiting to schedule task [2021-01-13T16:55:14.971Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T16:55:15.274Z] bca2f99d35d6: Pull complete [2021-01-13T16:55:15.274Z] 93359f2a8cfa: Pull complete [2021-01-13T16:55:15.274Z] 7c6f9722023f: Pull complete [2021-01-13T16:55:20.593Z] a35cf1a2eb13: Pull complete [2021-01-13T16:55:20.593Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T16:55:20.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T16:55:20.594Z] ---> a62c8e92a672 [2021-01-13T16:55:20.594Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-13T16:55:20.594Z] ---> Running in e8405daac1e1 [2021-01-13T16:55:20.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:55:22.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:55:23.204Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T16:55:23.468Z] (2/12) Installing file (5.38-r0) [2021-01-13T16:55:23.731Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T16:55:23.731Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T16:55:45.742Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T16:55:45.742Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T16:55:45.742Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T16:55:45.742Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T16:55:45.742Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T16:55:45.742Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T16:55:45.742Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T16:55:45.742Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T16:55:45.742Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T16:55:45.742Z] OK: 233 MiB in 51 packages [2021-01-13T16:55:48.309Z] Removing intermediate container e8405daac1e1 [2021-01-13T16:55:48.309Z] ---> 8c1a7ffe8f60 [2021-01-13T16:55:48.309Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T16:55:48.309Z] ---> Running in 7339924d151a [2021-01-13T16:55:48.573Z] Removing intermediate container 7339924d151a [2021-01-13T16:55:48.573Z] ---> 0da69a4f5387 [2021-01-13T16:55:48.573Z] Step 5/6 : COPY go.mod . [2021-01-13T16:55:48.838Z] ---> 66c1b83301d5 [2021-01-13T16:55:48.838Z] Step 6/6 : RUN go mod download [2021-01-13T16:55:48.838Z] ---> Running in dede711ec191 [2021-01-13T16:56:10.887Z] Removing intermediate container dede711ec191 [2021-01-13T16:56:10.887Z] ---> 994632c591d4 [2021-01-13T16:56:10.887Z] Successfully built 994632c591d4 [2021-01-13T16:56:10.887Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:56:11.211Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T16:56:11.211Z] . [Pipeline] withDockerContainer [2021-01-13T16:56:11.322Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T16:56:11.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:56:12.961Z] $ docker top aa3e27cba7b6223b09db44566c463367d4044e32651f045c22f8d127d6eca9d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:56:13.505Z] + go version [2021-01-13T16:56:13.505Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T16:56:13.520Z] $ docker stop --time=1 aa3e27cba7b6223b09db44566c463367d4044e32651f045c22f8d127d6eca9d9 [2021-01-13T16:56:14.906Z] $ docker rm -f aa3e27cba7b6223b09db44566c463367d4044e32651f045c22f8d127d6eca9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:56:15.945Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T16:56:15.945Z] . [Pipeline] withDockerContainer [2021-01-13T16:56:16.054Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T16:56:16.106Z] $ 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/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:56:16.762Z] $ docker top 54c89f78002be0f70ca1e716769b50490c77f93904e4e081457ce839e2d1cc73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T16:56:17.000Z] ========================================================= [2021-01-13T16:56:17.000Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T16:56:17.000Z] ========================================================= [Pipeline] sh [2021-01-13T16:56:17.298Z] + make test [2021-01-13T16:56:17.298Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T16:56:27.407Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T16:56:42.521Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T16:56:49.492Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T16:56:49.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T16:56:49.773Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T16:56:49.773Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T16:56:49.773Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T16:56:50.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T16:56:50.631Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T16:56:50.631Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T16:56:52.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T16:56:53.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T16:56:53.488Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T16:56:53.488Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T16:56:55.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2021-01-13T16:56:55.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T16:56:55.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T16:56:55.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T16:56:55.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T16:56:55.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T16:56:59.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.0% of statements [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T16:56:59.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T16:56:59.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T16:56:59.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.421s coverage: 77.8% of statements [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T16:56:59.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.4% of statements [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T16:56:59.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T16:57:02.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.446s coverage: 28.6% of statements [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T16:57:02.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T16:57:02.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T16:57:02.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.164s coverage: 86.7% of statements [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T16:57:02.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2021-01-13T16:57:02.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T16:57:02.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-01-13T16:57:02.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T16:57:02.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T16:57:02.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T16:57:02.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 93.1% of statements [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 75.5% of statements [2021-01-13T16:57:05.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-13T16:57:05.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.2% of statements [2021-01-13T16:57:05.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.127s coverage: 91.4% of statements [2021-01-13T16:57:05.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T16:57:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.238s coverage: 63.5% of statements [2021-01-13T16:57:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T16:57:06.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T16:57:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-13T16:57:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2021-01-13T16:57:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-01-13T16:57:06.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-13T16:57:07.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-13T16:57:08.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.375s coverage: 55.9% of statements [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T16:57:08.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T16:57:08.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T16:57:08.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.0% of statements [2021-01-13T16:57:08.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-13T16:57:09.344Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19992 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-13T16:57:09.400Z] Running in /w/workspace/edgex-go/290 [Pipeline] { [Pipeline] checkout [2021-01-13T16:57:10.862Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T16:57:10.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T16:57:10.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-13T16:57:10.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.808s coverage: 29.1% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T16:57:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T16:57:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-13T16:57:13.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-13T16:57:13.666Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-01-13T16:57:13.931Z] GO111MODULE=on go vet ./... [2021-01-13T16:57:14.369Z] using credential edgex-jenkins-ssh [2021-01-13T16:57:14.428Z] Cloning the remote Git repository [2021-01-13T16:57:14.479Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T16:57:14.579Z] > git init /w/workspace/edgex-go/290 # timeout=10 [2021-01-13T16:57:14.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T16:57:14.650Z] > git --version # timeout=10 [2021-01-13T16:57:14.665Z] > git --version # 'git version 2.17.1' [2021-01-13T16:57:14.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T16:57:14.748Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T16:57:40.728Z] gofmt -l . [2021-01-13T16:57:40.728Z] [ "`gofmt -l .`" = "" ] [2021-01-13T16:57:40.728Z] ./bin/test-go-mod-tidy.sh [2021-01-13T16:57:40.728Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T16:57:41.362Z] + ls -al . [2021-01-13T16:57:41.362Z] total 656 [2021-01-13T16:57:41.362Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 16:57 . [2021-01-13T16:57:41.362Z] drwxr-xr-x 4 root root 32 Jan 13 16:56 .. [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 16:54 .dockerignore [2021-01-13T16:57:41.362Z] drwxrwxr-x 8 1001 1001 162 Jan 13 16:54 .git [2021-01-13T16:57:41.362Z] drwxrwxr-x 3 1001 1001 125 Jan 13 16:54 .github [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 16:54 .gitignore [2021-01-13T16:57:41.362Z] drwx------ 3 1001 1001 32 Jan 13 16:54 .semver [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 16:54 .sonarcloud.properties [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 16:54 Attribution.txt [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 16:54 CONTRIBUTING.md [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 16:54 Dockerfile.build [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 16:54 Jenkinsfile [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 16:54 LICENSE [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 16:54 Makefile [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 16:54 README.md [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 16:54 SECURITY.md [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 12 Jan 13 16:54 VERSION [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 16:54 ZMQWindows.md [2021-01-13T16:57:41.362Z] drwxrwxr-x 2 1001 1001 117 Jan 13 16:54 bin [2021-01-13T16:57:41.362Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 16:54 cmd [2021-01-13T16:57:41.362Z] -rw-r--r-- 1 root root 552842 Jan 13 16:57 coverage.out [2021-01-13T16:57:41.362Z] -rw-r--r-- 1 root root 979 Jan 13 16:57 go.mod [2021-01-13T16:57:41.362Z] -rw-r--r-- 1 root root 19036 Jan 13 16:57 go.sum [2021-01-13T16:57:41.362Z] drwxrwxr-x 8 1001 1001 127 Jan 13 16:54 internal [2021-01-13T16:57:41.362Z] drwxrwxr-x 4 1001 1001 26 Jan 13 16:54 openapi [2021-01-13T16:57:41.362Z] drwxrwxr-x 4 1001 1001 71 Jan 13 16:54 snap [2021-01-13T16:57:41.362Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 16:54 version.go [Pipeline] sh [2021-01-13T16:57:41.666Z] + '[' -e coverage.out ] [2021-01-13T16:57:41.666Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T16:57:41.920Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T16:57:42.219Z] + make build [2021-01-13T16:57:42.219Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T16:57:46.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T16:57:50.776Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T16:57:50.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T16:57:50.827Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T16:57:50.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T16:57:50.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T16:57:50.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T16:57:51.505Z] Checking out Revision ced48a9704d45a78ce2a225541f5314d2d8a1195 (master) [2021-01-13T16:57:51.517Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T16:57:51.534Z] > git checkout -f ced48a9704d45a78ce2a225541f5314d2d8a1195 # timeout=10 [2021-01-13T16:57:54.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T16:57:55.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T16:57:56.161Z] Commit message: "fix: update chown options (#3024)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-13T16:57:56.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T16:57:57.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T16:57:57.967Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T16:57:58.401Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T16:57:58.749Z] + sudo service docker restart [2021-01-13T16:57:58.749Z] + true [2021-01-13T16:57:58.803Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T16:58:00.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T16:58:00.796Z] provisioning config files... [2021-01-13T16:58:00.842Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/290@tmp/config4556352433532367045tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T16:58:01.249Z] ---> docker-login.sh [2021-01-13T16:58:01.249Z] nexus3.edgexfoundry.org:10001 [2021-01-13T16:58:01.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T16:58:02.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:58:02.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:58:02.503Z] Configure a credential helper to remove this warning. See [2021-01-13T16:58:02.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:58:02.503Z] [2021-01-13T16:58:02.503Z] Login Succeeded [2021-01-13T16:58:02.503Z] nexus3.edgexfoundry.org:10002 [2021-01-13T16:58:02.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:58:03.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T16:58:03.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:58:03.060Z] Configure a credential helper to remove this warning. See [2021-01-13T16:58:03.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:58:03.060Z] [2021-01-13T16:58:03.060Z] Login Succeeded [2021-01-13T16:58:03.060Z] nexus3.edgexfoundry.org:10003 [2021-01-13T16:58:03.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:58:03.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:58:03.333Z] Configure a credential helper to remove this warning. See [2021-01-13T16:58:03.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:58:03.333Z] [2021-01-13T16:58:03.333Z] Login Succeeded [2021-01-13T16:58:03.333Z] nexus3.edgexfoundry.org:10004 [2021-01-13T16:58:03.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:58:03.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:58:03.930Z] Configure a credential helper to remove this warning. See [2021-01-13T16:58:03.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:58:03.930Z] [2021-01-13T16:58:03.930Z] Login Succeeded [2021-01-13T16:58:03.930Z] docker.io [2021-01-13T16:58:03.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T16:58:04.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T16:58:04.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T16:58:04.802Z] Configure a credential helper to remove this warning. See [2021-01-13T16:58:04.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T16:58:04.802Z] [2021-01-13T16:58:04.802Z] Login Succeeded [2021-01-13T16:58:04.802Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T16:58:04.819Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-13T16:58:04.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-13T16:58:05.241Z] ========================================================= [2021-01-13T16:58:05.241Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T16:58:05.241Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:58:05.621Z] + 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 . [Pipeline] } [2021-01-13T16:58:06.361Z] $ docker stop --time=1 54c89f78002be0f70ca1e716769b50490c77f93904e4e081457ce839e2d1cc73 [2021-01-13T16:58:08.229Z] $ docker rm -f 54c89f78002be0f70ca1e716769b50490c77f93904e4e081457ce839e2d1cc73 [2021-01-13T16:58:08.290Z] Sending build context to Docker daemon 165.5MB [2021-01-13T16:58:08.290Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T16:58:08.290Z] Step 2/6 : FROM ${BASE} [2021-01-13T16:58:08.290Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T16:58:08.290Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T16:58:08.290Z] a4357932f1b6: Pulling fs layer [2021-01-13T16:58:08.290Z] 18c013af1878: Pulling fs layer [2021-01-13T16:58:08.290Z] 00ac8860ef70: Pulling fs layer [2021-01-13T16:58:08.290Z] 63d7cb157983: Pulling fs layer [2021-01-13T16:58:08.290Z] b116817d02f9: Pulling fs layer [2021-01-13T16:58:08.290Z] 745a02a5169b: Pulling fs layer [2021-01-13T16:58:08.290Z] 00ac8860ef70: Waiting [2021-01-13T16:58:08.290Z] 63d7cb157983: Waiting [2021-01-13T16:58:08.290Z] 745a02a5169b: Waiting [2021-01-13T16:58:08.290Z] b116817d02f9: Waiting [2021-01-13T16:58:08.290Z] 18c013af1878: Verifying Checksum [2021-01-13T16:58:08.290Z] 18c013af1878: Download complete [2021-01-13T16:58:08.290Z] a4357932f1b6: Verifying Checksum [2021-01-13T16:58:08.290Z] 63d7cb157983: Verifying Checksum [2021-01-13T16:58:08.290Z] 63d7cb157983: Download complete [2021-01-13T16:58:08.290Z] b116817d02f9: Verifying Checksum [2021-01-13T16:58:08.290Z] b116817d02f9: Download complete [2021-01-13T16:58:08.290Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T16:58:08.290Z] 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-13T16:58:09.281Z] 5f621e34cdf4: Pull complete [2021-01-13T16:58:09.565Z] a4357932f1b6: Pull complete [2021-01-13T16:58:10.198Z] 18c013af1878: Pull complete [2021-01-13T16:58:10.819Z] 745a02a5169b: Verifying Checksum [2021-01-13T16:58:10.820Z] 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:58:11.821Z] 00ac8860ef70: Verifying Checksum [2021-01-13T16:58:11.821Z] 00ac8860ef70: Download complete [2021-01-13T16:58:11.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T16:58:11.952Z] [2021-01-13T16:58:11.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:58:12.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T16:58:12.351Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T16:58:12.351Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T16:58:12.351Z] ca9280d653b3: Pulling fs layer [2021-01-13T16:58:12.351Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T16:58:12.622Z] cbdbe7a5bc2a: Download complete [2021-01-13T16:58:12.887Z] ca9280d653b3: Verifying Checksum [2021-01-13T16:58:12.887Z] ca9280d653b3: Download complete [2021-01-13T16:58:12.887Z] cbdbe7a5bc2a: Pull complete [2021-01-13T16:58:14.312Z] ca9280d653b3: Pull complete [2021-01-13T16:58:14.312Z] 7e9c9ca2126c: Download complete [2021-01-13T16:58:20.965Z] 7e9c9ca2126c: Pull complete [2021-01-13T16:58:20.965Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T16:58:20.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T16:58:20.965Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T16:58:21.093Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T16:58:21.151Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:58:22.676Z] 00ac8860ef70: Pull complete [2021-01-13T16:58:22.676Z] 63d7cb157983: Pull complete [2021-01-13T16:58:22.676Z] b116817d02f9: Pull complete [2021-01-13T16:58:23.926Z] $ docker top b7c46b0aafaf74ce3778b8bf9d0705f532f3862ed0313a028224870e71c2906f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:58:24.513Z] + docker-compose build --help [2021-01-13T16:58:24.513Z] + grep parallel [2021-01-13T16:58:25.465Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T16:58:25.740Z] $ docker stop --time=1 b7c46b0aafaf74ce3778b8bf9d0705f532f3862ed0313a028224870e71c2906f [2021-01-13T16:58:26.993Z] 745a02a5169b: Pull complete [2021-01-13T16:58:26.993Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T16:58:26.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T16:58:26.993Z] ---> b7e6874047d6 [2021-01-13T16:58:26.993Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-13T16:58:27.139Z] $ docker rm -f b7c46b0aafaf74ce3778b8bf9d0705f532f3862ed0313a028224870e71c2906f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:58:27.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T16:58:27.867Z] . [Pipeline] withDockerContainer [2021-01-13T16:58:28.006Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T16:58:28.053Z] $ 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/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:58:28.860Z] $ docker top bb1113e834eadc79007e49ae17c4a8fc035ef789fa4d06cdd4ff4a893de51523 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:58:29.347Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T16:58:29.653Z] ---> Running in cdf0e54c57ab [2021-01-13T16:58:30.297Z] Building docker-core-command-go ... [2021-01-13T16:58:30.297Z] Building docker-core-data-go ... [2021-01-13T16:58:30.297Z] Building docker-core-metadata-go ... [2021-01-13T16:58:30.297Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T16:58:30.297Z] Building docker-security-proxy-setup-go ... [2021-01-13T16:58:30.297Z] Building docker-security-secretstore-setup-go ... [2021-01-13T16:58:30.297Z] Building docker-support-notifications-go ... [2021-01-13T16:58:30.297Z] Building docker-support-scheduler-go ... [2021-01-13T16:58:30.297Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T16:58:30.297Z] Building docker-support-scheduler-go [2021-01-13T16:58:30.297Z] Building docker-core-metadata-go [2021-01-13T16:58:30.297Z] Building docker-security-bootstrap-redis-go [2021-01-13T16:58:30.297Z] Building docker-core-command-go [2021-01-13T16:58:30.297Z] Building docker-support-notifications-go [2021-01-13T16:58:31.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T16:58:31.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T16:58:32.648Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T16:58:32.919Z] (2/12) Installing file (5.38-r0) [2021-01-13T16:58:33.189Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T16:58:33.189Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T16:58:36.560Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T16:58:36.560Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T16:58:36.829Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T16:58:36.829Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T16:58:36.829Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T16:58:37.098Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T16:58:37.098Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T16:58:37.098Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T16:58:37.370Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T16:58:37.370Z] OK: 217 MiB in 51 packages [2021-01-13T16:58:41.667Z] Removing intermediate container cdf0e54c57ab [2021-01-13T16:58:41.667Z] ---> ec86764ac06f [2021-01-13T16:58:41.667Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T16:58:41.667Z] ---> Running in 0f20b7c217c3 [2021-01-13T16:58:41.946Z] Removing intermediate container 0f20b7c217c3 [2021-01-13T16:58:41.946Z] ---> 475145109ed8 [2021-01-13T16:58:41.946Z] Step 5/6 : COPY go.mod . [2021-01-13T16:58:42.942Z] ---> bfb1ea6bdf70 [2021-01-13T16:58:42.942Z] Step 6/6 : RUN go mod download [2021-01-13T16:58:42.942Z] ---> Running in 682e8ba279f4 [2021-01-13T16:59:02.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T16:59:02.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T16:59:02.569Z] ---> 994632c591d4 [2021-01-13T16:59:02.569Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T16:59:02.569Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T16:59:02.569Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T16:59:02.569Z] ---> 994632c591d4 [2021-01-13T16:59:02.569Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T16:59:02.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T16:59:02.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T16:59:02.569Z] ---> 994632c591d4 [2021-01-13T16:59:02.569Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T16:59:02.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T16:59:02.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T16:59:02.569Z] ---> 994632c591d4 [2021-01-13T16:59:02.569Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T16:59:02.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T16:59:02.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T16:59:02.569Z] ---> 994632c591d4 [2021-01-13T16:59:02.569Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T16:59:02.569Z] ---> Running in f7a18b581d32 [2021-01-13T16:59:02.569Z] ---> Running in b1fed6a11d6b [2021-01-13T16:59:02.569Z] ---> Running in 086b7880fd49 [2021-01-13T16:59:02.569Z] ---> Running in c44272f052b9 [2021-01-13T16:59:02.569Z] ---> Running in e1cbc5a30c68 [2021-01-13T16:59:02.569Z] Removing intermediate container 086b7880fd49 [2021-01-13T16:59:02.569Z] ---> 00a1af87b68d [2021-01-13T16:59:02.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T16:59:02.569Z] Removing intermediate container b1fed6a11d6b [2021-01-13T16:59:02.569Z] ---> 6b5a6ff4f3dc [2021-01-13T16:59:02.569Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T16:59:02.569Z] Removing intermediate container f7a18b581d32 [2021-01-13T16:59:02.569Z] ---> d6a5c274c3fc [2021-01-13T16:59:02.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T16:59:02.569Z] Removing intermediate container c44272f052b9 [2021-01-13T16:59:02.569Z] ---> ff11abbbb66f [2021-01-13T16:59:02.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T16:59:02.569Z] ---> Running in 3601ccfbc312 [2021-01-13T16:59:02.569Z] Removing intermediate container e1cbc5a30c68 [2021-01-13T16:59:02.569Z] ---> 354211799f17 [2021-01-13T16:59:02.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T16:59:02.569Z] ---> Running in 90569b3c1544 [2021-01-13T16:59:02.569Z] ---> Running in f75a4f247812 [2021-01-13T16:59:02.569Z] ---> Running in f61c0c2cc242 [2021-01-13T16:59:02.569Z] ---> Running in 5001aad58f5d [2021-01-13T16:59:04.545Z] Removing intermediate container f61c0c2cc242 [2021-01-13T16:59:04.545Z] ---> 0e7d3a69d4b5 [2021-01-13T16:59:04.545Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T16:59:04.545Z] ---> Running in 7a6a4c67212e [2021-01-13T16:59:04.545Z] Removing intermediate container 3601ccfbc312 [2021-01-13T16:59:04.545Z] ---> fc732b32825b [2021-01-13T16:59:04.545Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T16:59:04.809Z] Removing intermediate container 90569b3c1544 [2021-01-13T16:59:04.809Z] ---> f911179be5ba [2021-01-13T16:59:04.809Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T16:59:04.809Z] ---> Running in e98bf6a1e369 [2021-01-13T16:59:05.074Z] ---> Running in 7f8e8fe01304 [2021-01-13T16:59:05.074Z] Removing intermediate container 5001aad58f5d [2021-01-13T16:59:05.074Z] ---> 8be92de708f3 [2021-01-13T16:59:05.074Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T16:59:05.074Z] Removing intermediate container f75a4f247812 [2021-01-13T16:59:05.074Z] ---> f0d50563ac69 [2021-01-13T16:59:05.074Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T16:59:05.343Z] ---> Running in 99339f76e3ee [2021-01-13T16:59:05.343Z] ---> Running in 80845c2ce165 [2021-01-13T16:59:05.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:05.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:06.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:07.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:07.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T16:59:07.001Z] OK: 233 MiB in 51 packages [2021-01-13T16:59:07.274Z] OK: 233 MiB in 51 packages [2021-01-13T16:59:07.554Z] OK: 233 MiB in 51 packages [2021-01-13T16:59:07.554Z] OK: 233 MiB in 51 packages [2021-01-13T16:59:07.554Z] OK: 233 MiB in 51 packages [2021-01-13T16:59:07.822Z] Removing intermediate container 7f8e8fe01304 [2021-01-13T16:59:07.822Z] ---> 67dd2b5855f3 [2021-01-13T16:59:07.822Z] Step 6/24 : COPY go.mod . [2021-01-13T16:59:08.086Z] Removing intermediate container e98bf6a1e369 [2021-01-13T16:59:08.086Z] ---> c7c5fde0df0a [2021-01-13T16:59:08.086Z] Step 6/22 : COPY go.mod . [2021-01-13T16:59:08.351Z] ---> 69911d91b9d1 [2021-01-13T16:59:08.351Z] Step 7/24 : RUN go mod download [2021-01-13T16:59:08.351Z] Removing intermediate container 80845c2ce165 [2021-01-13T16:59:08.351Z] ---> b8dfbdecd712 [2021-01-13T16:59:08.351Z] Step 6/21 : COPY go.mod . [2021-01-13T16:59:08.614Z] ---> 5662b66580d1 [2021-01-13T16:59:08.614Z] Step 7/22 : RUN go mod download [2021-01-13T16:59:08.614Z] ---> Running in 0c58bc1a2db4 [2021-01-13T16:59:08.614Z] Removing intermediate container 99339f76e3ee [2021-01-13T16:59:08.614Z] ---> 252ebf977fa6 [2021-01-13T16:59:08.614Z] Step 6/22 : COPY go.mod . [2021-01-13T16:59:08.614Z] ---> Running in 0f3ca158c914 [2021-01-13T16:59:08.880Z] Removing intermediate container 7a6a4c67212e [2021-01-13T16:59:08.880Z] ---> cd66bc10dd85 [2021-01-13T16:59:08.880Z] Step 6/22 : COPY go.mod . [2021-01-13T16:59:08.880Z] ---> 1e14b4bafc11 [2021-01-13T16:59:08.880Z] Step 7/21 : RUN go mod download [2021-01-13T16:59:09.144Z] ---> Running in 36ef794d2f3b [2021-01-13T16:59:09.144Z] ---> 247b4b4f05dc [2021-01-13T16:59:09.144Z] Step 7/22 : RUN go mod download [2021-01-13T16:59:09.408Z] ---> e8264692f35c [2021-01-13T16:59:09.408Z] Step 7/22 : RUN go mod download [2021-01-13T16:59:09.685Z] ---> Running in 58c121eae8fe [2021-01-13T16:59:09.685Z] ---> Running in 9be483bb9fd0 [2021-01-13T16:59:09.770Z] Removing intermediate container 682e8ba279f4 [2021-01-13T16:59:09.771Z] ---> 65043db109a7 [2021-01-13T16:59:09.771Z] Successfully built 65043db109a7 [2021-01-13T16:59:09.771Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:59:10.109Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T16:59:10.109Z] . [Pipeline] withDockerContainer [2021-01-13T16:59:10.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-19992 does not seem to be running inside a container [2021-01-13T16:59:10.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 ******** ci-base-image-arm64 cat [2021-01-13T16:59:11.672Z] Removing intermediate container 0c58bc1a2db4 [2021-01-13T16:59:11.672Z] ---> f61abad17ecc [2021-01-13T16:59:11.672Z] Step 8/24 : COPY . . [2021-01-13T16:59:11.672Z] Removing intermediate container 36ef794d2f3b [2021-01-13T16:59:11.672Z] ---> f7d338b6b4ac [2021-01-13T16:59:11.672Z] Step 8/21 : COPY . . [2021-01-13T16:59:11.672Z] Removing intermediate container 0f3ca158c914 [2021-01-13T16:59:11.672Z] ---> 17a7d071aaba [2021-01-13T16:59:11.672Z] Step 8/22 : COPY . . [2021-01-13T16:59:11.672Z] Removing intermediate container 58c121eae8fe [2021-01-13T16:59:11.672Z] ---> 2763163712a4 [2021-01-13T16:59:11.672Z] Step 8/22 : COPY . . [2021-01-13T16:59:11.888Z] $ docker top 2e298c78cd683d57f074b6ec119c9c12488e8cbe55048baabe56467e8a4c6f2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:59:12.657Z] Removing intermediate container 9be483bb9fd0 [2021-01-13T16:59:12.657Z] ---> b44e7b173354 [2021-01-13T16:59:12.657Z] Step 8/22 : COPY . . [2021-01-13T16:59:12.971Z] + go version [2021-01-13T16:59:12.971Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T16:59:12.976Z] $ docker stop --time=1 2e298c78cd683d57f074b6ec119c9c12488e8cbe55048baabe56467e8a4c6f2f [2021-01-13T16:59:14.822Z] $ docker rm -f 2e298c78cd683d57f074b6ec119c9c12488e8cbe55048baabe56467e8a4c6f2f [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 [2021-01-13T16:59:16.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T16:59:16.103Z] [2021-01-13T16:59:16.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:59:16.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T16:59:16.804Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T16:59:16.804Z] 29e5d40040c1: Pulling fs layer [2021-01-13T16:59:16.804Z] 1ce36da41761: Pulling fs layer [2021-01-13T16:59:16.805Z] 25b303627fd3: Pulling fs layer [2021-01-13T16:59:17.402Z] 29e5d40040c1: Verifying Checksum [2021-01-13T16:59:17.402Z] 29e5d40040c1: Download complete [2021-01-13T16:59:18.003Z] 1ce36da41761: Verifying Checksum [2021-01-13T16:59:18.003Z] 1ce36da41761: Download complete [2021-01-13T16:59:18.003Z] 29e5d40040c1: Pull complete [2021-01-13T16:59:19.441Z] 1ce36da41761: Pull complete [2021-01-13T16:59:19.441Z] 25b303627fd3: Verifying Checksum [2021-01-13T16:59:19.441Z] 25b303627fd3: Download complete [2021-01-13T16:59:29.637Z] 25b303627fd3: Pull complete [2021-01-13T16:59:29.637Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T16:59:29.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T16:59:29.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T16:59:29.863Z] prd-ubuntu18.04-docker-arm64-4c-16g-19992 does not seem to be running inside a container [2021-01-13T16:59:29.933Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T16:59:32.876Z] $ docker top ae0dcb53248c9ebb3d285124a3af74409e53def1cdbbde8d9d6886021bdbcea1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:59:33.984Z] + grep parallel [2021-01-13T16:59:33.984Z] + docker-compose build --help [2021-01-13T16:59:37.362Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T16:59:37.364Z] $ docker stop --time=1 ae0dcb53248c9ebb3d285124a3af74409e53def1cdbbde8d9d6886021bdbcea1 [2021-01-13T16:59:39.304Z] $ docker rm -f ae0dcb53248c9ebb3d285124a3af74409e53def1cdbbde8d9d6886021bdbcea1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T16:59:40.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T16:59:40.191Z] . [Pipeline] withDockerContainer [2021-01-13T16:59:40.467Z] prd-ubuntu18.04-docker-arm64-4c-16g-19992 does not seem to be running inside a container [2021-01-13T16:59:40.538Z] $ 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/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-13T16:59:42.048Z] $ docker top 33496fd6ece092e7968afdd7fcf123c1ebf45701b239106230e3f0c988417969 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T16:59:43.247Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T16:59:45.362Z] ---> 116164fe6dff [2021-01-13T16:59:45.362Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T16:59:45.362Z] ---> 2e9fb9654bd4 [2021-01-13T16:59:45.362Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T16:59:45.362Z] ---> 706908f31554 [2021-01-13T16:59:45.362Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T16:59:45.362Z] ---> fb3ba7fb6a0b [2021-01-13T16:59:45.362Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T16:59:45.362Z] ---> 5dcafff59473 [2021-01-13T16:59:45.362Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T16:59:45.362Z] ---> Running in 11af6e1407e1 [2021-01-13T16:59:45.362Z] ---> Running in c29293cf5f2f [2021-01-13T16:59:45.362Z] ---> Running in 2284ae5e347a [2021-01-13T16:59:45.362Z] ---> Running in 20d6e244c128 [2021-01-13T16:59:45.362Z] ---> Running in d21793328966 [2021-01-13T16:59:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T16:59:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T16:59:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T16:59:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T16:59:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T16:59:47.664Z] Building docker-core-command-go ... [2021-01-13T16:59:47.664Z] Building docker-core-data-go ... [2021-01-13T16:59:47.664Z] Building docker-core-metadata-go ... [2021-01-13T16:59:47.664Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T16:59:47.664Z] Building docker-security-proxy-setup-go ... [2021-01-13T16:59:47.664Z] Building docker-security-secretstore-setup-go ... [2021-01-13T16:59:47.664Z] Building docker-support-notifications-go ... [2021-01-13T16:59:47.664Z] Building docker-support-scheduler-go ... [2021-01-13T16:59:47.664Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T16:59:47.664Z] Building docker-security-proxy-setup-go [2021-01-13T16:59:47.664Z] Building docker-core-command-go [2021-01-13T16:59:47.664Z] Building docker-sys-mgmt-agent-go [2021-01-13T16:59:47.664Z] Building docker-core-metadata-go [2021-01-13T16:59:47.664Z] Building docker-security-secretstore-setup-go [2021-01-13T17:00:25.348Z] Removing intermediate container c29293cf5f2f [2021-01-13T17:00:25.348Z] ---> 743b0ec1d31e [2021-01-13T17:00:25.349Z] [2021-01-13T17:00:25.349Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T17:00:25.349Z] Removing intermediate container d21793328966 [2021-01-13T17:00:25.349Z] ---> 93b42e0cc916 [2021-01-13T17:00:25.349Z] [2021-01-13T17:00:25.349Z] Step 10/21 : FROM scratch [2021-01-13T17:00:25.349Z] ---> [2021-01-13T17:00:25.349Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:00:25.349Z] Removing intermediate container 20d6e244c128 [2021-01-13T17:00:25.349Z] ---> e3f19a9a52a7 [2021-01-13T17:00:25.349Z] [2021-01-13T17:00:25.349Z] Step 10/22 : FROM scratch [2021-01-13T17:00:25.349Z] ---> [2021-01-13T17:00:25.349Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:00:25.349Z] 3.12: Pulling from library/alpine [2021-01-13T17:00:25.349Z] Removing intermediate container 11af6e1407e1 [2021-01-13T17:00:25.349Z] ---> 100d10c45791 [2021-01-13T17:00:25.349Z] [2021-01-13T17:00:25.349Z] Step 10/24 : FROM scratch [2021-01-13T17:00:25.349Z] ---> [2021-01-13T17:00:25.349Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T17:00:25.349Z] ---> Running in 1ad9bb3ee13f [2021-01-13T17:00:25.349Z] ---> Running in 493edf512408 [2021-01-13T17:00:25.349Z] ---> Running in 88f130172138 [2021-01-13T17:00:25.349Z] Removing intermediate container 88f130172138 [2021-01-13T17:00:25.349Z] ---> 82a9e3ecc665 [2021-01-13T17:00:25.349Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T17:00:25.349Z] Removing intermediate container 493edf512408 [2021-01-13T17:00:25.349Z] ---> f9d2b5b282e0 [2021-01-13T17:00:25.349Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T17:00:25.349Z] Removing intermediate container 1ad9bb3ee13f [2021-01-13T17:00:25.349Z] ---> 2fbe23bcda07 [2021-01-13T17:00:25.349Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T17:00:26.745Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T17:00:26.745Z] ---> Running in 17b29f3f2855 [2021-01-13T17:00:26.745Z] ---> Running in 919e3a03331a [2021-01-13T17:00:26.745Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T17:00:26.745Z] ---> 389fef711851 [2021-01-13T17:00:26.745Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T17:00:26.745Z] ---> Running in 03d6d93d6d5c [2021-01-13T17:00:26.745Z] ---> Running in 4791bc01397d [2021-01-13T17:00:27.009Z] Removing intermediate container 2284ae5e347a [2021-01-13T17:00:27.009Z] ---> 4467a1cc58d1 [2021-01-13T17:00:27.009Z] [2021-01-13T17:00:27.009Z] Step 10/22 : FROM scratch [2021-01-13T17:00:27.009Z] ---> [2021-01-13T17:00:27.009Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:00:27.009Z] Removing intermediate container 919e3a03331a [2021-01-13T17:00:27.009Z] ---> 18ada03d5d92 [2021-01-13T17:00:27.009Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T17:00:27.009Z] ---> Using cache [2021-01-13T17:00:27.009Z] ---> f9d2b5b282e0 [2021-01-13T17:00:27.009Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T17:00:27.009Z] Removing intermediate container 17b29f3f2855 [2021-01-13T17:00:27.009Z] ---> cc9998e65e29 [2021-01-13T17:00:27.009Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T17:00:27.275Z] Removing intermediate container 03d6d93d6d5c [2021-01-13T17:00:27.275Z] ---> 357f7765a468 [2021-01-13T17:00:27.275Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T17:00:27.275Z] ---> Running in 22389d6ff86e [2021-01-13T17:00:27.275Z] ---> Running in 8dc62be96e1b [2021-01-13T17:00:27.275Z] ---> Running in 2a5b1be766ad [2021-01-13T17:00:27.275Z] ---> Running in ad01c7aa3140 [2021-01-13T17:00:27.544Z] Removing intermediate container 8dc62be96e1b [2021-01-13T17:00:27.544Z] ---> 09d200930901 [2021-01-13T17:00:27.544Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:00:27.544Z] Removing intermediate container 22389d6ff86e [2021-01-13T17:00:27.544Z] ---> 22be391dcabb [2021-01-13T17:00:27.544Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T17:00:27.544Z] Removing intermediate container 2a5b1be766ad [2021-01-13T17:00:27.544Z] ---> bbbc5fde819a [2021-01-13T17:00:27.544Z] Step 14/22 : WORKDIR / [2021-01-13T17:00:27.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:00:27.814Z] Removing intermediate container ad01c7aa3140 [2021-01-13T17:00:27.814Z] ---> c8d76ece9577 [2021-01-13T17:00:27.814Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T17:00:27.814Z] ---> Running in d2fa9eac230a [2021-01-13T17:00:27.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:00:27.814Z] ---> Running in d759942282d6 [2021-01-13T17:00:27.814Z] ---> 16f42fa0e030 [2021-01-13T17:00:27.814Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T17:00:27.814Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T17:00:28.079Z] Removing intermediate container d2fa9eac230a [2021-01-13T17:00:28.079Z] ---> f4f583824508 [2021-01-13T17:00:28.079Z] Step 14/22 : WORKDIR / [2021-01-13T17:00:28.079Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:00:28.079Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T17:00:28.079Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T17:00:28.079Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T17:00:28.079Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:00:28.342Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T17:00:28.342Z] OK: 7 MiB in 19 packages [2021-01-13T17:00:29.298Z] ---> d554809440d3 [2021-01-13T17:00:29.298Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T17:00:29.298Z] ---> Running in d1dde6d7a330 [2021-01-13T17:00:29.298Z] Removing intermediate container d759942282d6 [2021-01-13T17:00:29.298Z] ---> 73b8b9847d62 [2021-01-13T17:00:29.298Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:00:29.298Z] ---> 74ecbb60ecd4 [2021-01-13T17:00:29.298Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T17:00:29.876Z] Removing intermediate container d1dde6d7a330 [2021-01-13T17:00:29.876Z] ---> fd9b3550a5c4 [2021-01-13T17:00:29.876Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:00:30.453Z] ---> 4c90d34b4ef2 [2021-01-13T17:00:30.453Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T17:00:30.453Z] ---> 2c4dbdc006d7 [2021-01-13T17:00:30.453Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T17:00:30.721Z] ---> 766ea1c1d9b2 [2021-01-13T17:00:30.721Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T17:00:30.994Z] Removing intermediate container 4791bc01397d [2021-01-13T17:00:30.994Z] ---> fb0b9d3454c9 [2021-01-13T17:00:30.994Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T17:00:31.269Z] ---> 89f8c14177a2 [2021-01-13T17:00:31.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T17:00:31.269Z] ---> Running in b761250bc33d [2021-01-13T17:00:31.269Z] ---> Running in c7eb6ba8d331 [2021-01-13T17:00:31.537Z] ---> 40e488afd319 [2021-01-13T17:00:31.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T17:00:31.537Z] ---> b5f035d24606 [2021-01-13T17:00:31.537Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:00:31.829Z] Removing intermediate container c7eb6ba8d331 [2021-01-13T17:00:31.829Z] ---> cdb71102f6c0 [2021-01-13T17:00:31.829Z] Step 13/22 : WORKDIR / [2021-01-13T17:00:31.829Z] Removing intermediate container b761250bc33d [2021-01-13T17:00:31.829Z] ---> 1b77871c678c [2021-01-13T17:00:31.829Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:00:31.829Z] ---> a894fb99f279 [2021-01-13T17:00:31.829Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T17:00:32.098Z] ---> Running in 7ece45fe9b7f [2021-01-13T17:00:32.098Z] ---> f684924b9092 [2021-01-13T17:00:32.098Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T17:00:32.098Z] ---> b90f03f3cc92 [2021-01-13T17:00:32.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T17:00:32.098Z] ---> Running in c517c4853c7a [2021-01-13T17:00:32.098Z] ---> Running in eb4eda57171a [2021-01-13T17:00:32.362Z] Removing intermediate container 7ece45fe9b7f [2021-01-13T17:00:32.362Z] ---> 8dd5f558da25 [2021-01-13T17:00:32.362Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:00:32.362Z] Removing intermediate container c517c4853c7a [2021-01-13T17:00:32.362Z] ---> cc42fdc15372 [2021-01-13T17:00:32.362Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T17:00:32.362Z] Removing intermediate container eb4eda57171a [2021-01-13T17:00:32.362Z] ---> bd762794b7ad [2021-01-13T17:00:32.362Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:00:32.641Z] ---> 842005063e83 [2021-01-13T17:00:32.641Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T17:00:32.641Z] ---> Running in 11900de541f0 [2021-01-13T17:00:32.641Z] ---> Running in 85c08c523f69 [2021-01-13T17:00:32.641Z] ---> f6382605e614 [2021-01-13T17:00:32.642Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T17:00:32.642Z] ---> Running in e129136dfd8d [2021-01-13T17:00:32.642Z] ---> 31fef610aa02 [2021-01-13T17:00:32.642Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T17:00:32.914Z] Removing intermediate container 85c08c523f69 [2021-01-13T17:00:32.914Z] ---> 293fd062d7ec [2021-01-13T17:00:32.914Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:00:32.914Z] Removing intermediate container 11900de541f0 [2021-01-13T17:00:32.914Z] ---> f718e8da3b0e [2021-01-13T17:00:32.914Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T17:00:33.194Z] Removing intermediate container e129136dfd8d [2021-01-13T17:00:33.194Z] ---> 09d447b60428 [2021-01-13T17:00:33.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:00:33.466Z] ---> Running in 3367d12650c3 [2021-01-13T17:00:33.466Z] ---> Running in 995f3d4f863b [2021-01-13T17:00:33.466Z] ---> e7529b5428b5 [2021-01-13T17:00:33.466Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T17:00:33.466Z] ---> Running in 3eceed354d06 [2021-01-13T17:00:33.731Z] ---> 2899f4e5257e [2021-01-13T17:00:33.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T17:00:33.731Z] ---> Running in 322790c730e7 [2021-01-13T17:00:33.731Z] Removing intermediate container 3367d12650c3 [2021-01-13T17:00:33.731Z] ---> 64e80c2c4008 [2021-01-13T17:00:33.731Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T17:00:33.994Z] Removing intermediate container 995f3d4f863b [2021-01-13T17:00:33.994Z] ---> 3ccab13e8993 [2021-01-13T17:00:33.994Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:00:33.994Z] Removing intermediate container 3eceed354d06 [2021-01-13T17:00:33.994Z] ---> f784baad049a [2021-01-13T17:00:33.994Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T17:00:33.994Z] Removing intermediate container 322790c730e7 [2021-01-13T17:00:33.994Z] ---> f0bb2e62c967 [2021-01-13T17:00:33.994Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:00:33.994Z] ---> dc934355850f [2021-01-13T17:00:33.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T17:00:34.259Z] ---> Running in 38128cea2b27 [2021-01-13T17:00:34.259Z] ---> Running in a401231123b3 [2021-01-13T17:00:34.259Z] ---> Running in 0eaf9d6345e8 [2021-01-13T17:00:34.259Z] ---> Running in 8b241127106d [2021-01-13T17:00:34.522Z] Removing intermediate container a401231123b3 [2021-01-13T17:00:34.522Z] ---> 2eb1ed22a3eb [2021-01-13T17:00:34.522Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:00:34.522Z] Removing intermediate container 38128cea2b27 [2021-01-13T17:00:34.522Z] ---> fdb1a2016a5c [2021-01-13T17:00:34.522Z] [2021-01-13T17:00:34.522Z] Removing intermediate container 0eaf9d6345e8 [2021-01-13T17:00:34.522Z] ---> e38f065156d0 [2021-01-13T17:00:34.522Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:00:34.651Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:00:34.651Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:00:34.651Z] ---> 65043db109a7 [2021-01-13T17:00:34.651Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T17:00:34.651Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:00:34.651Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:00:34.651Z] ---> 65043db109a7 [2021-01-13T17:00:34.651Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T17:00:34.651Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:00:34.651Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:00:34.651Z] ---> 65043db109a7 [2021-01-13T17:00:34.651Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T17:00:34.651Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:00:34.651Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:00:34.651Z] ---> 65043db109a7 [2021-01-13T17:00:34.651Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T17:00:34.651Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:00:34.651Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:00:34.651Z] ---> 65043db109a7 [2021-01-13T17:00:34.651Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T17:00:34.788Z] Removing intermediate container 8b241127106d [2021-01-13T17:00:34.788Z] ---> 868fc1a68e3e [2021-01-13T17:00:34.788Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T17:00:34.788Z] Successfully built fdb1a2016a5c [2021-01-13T17:00:34.788Z] ---> Running in c38d89c6ec3c [2021-01-13T17:00:34.788Z] ---> 9e3bdac97466 [2021-01-13T17:00:34.788Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T17:00:34.938Z] ---> Running in f0f779e2375c [2021-01-13T17:00:34.939Z] ---> Running in a5f18cecd69c [2021-01-13T17:00:34.939Z] ---> Running in b4fa276e7f63 [2021-01-13T17:00:34.939Z] ---> Running in c5a8ca68165a [2021-01-13T17:00:34.939Z] ---> Running in 65ac3b19c815 [2021-01-13T17:00:35.052Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T17:00:35.053Z] Building docker-security-proxy-setup-go [2021-01-13T17:00:35.053Z]  Building docker-support-scheduler-go ... done  ---> Running in 398c21eedf7a [2021-01-13T17:00:35.053Z] ---> Running in c618fc975baf [2021-01-13T17:00:35.053Z] ---> Running in b46b86b738ee [2021-01-13T17:00:35.318Z] Removing intermediate container c38d89c6ec3c [2021-01-13T17:00:35.318Z] ---> ed88c2c2b2dc [2021-01-13T17:00:35.318Z] [2021-01-13T17:00:35.318Z] Successfully built ed88c2c2b2dc [2021-01-13T17:00:35.549Z] Removing intermediate container f0f779e2375c [2021-01-13T17:00:35.549Z] ---> 40ed3d977663 [2021-01-13T17:00:35.549Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:00:35.609Z] Successfully tagged docker-core-command-go:latest [2021-01-13T17:00:35.609Z] Building docker-security-secretstore-setup-go [2021-01-13T17:00:35.609Z]  Building docker-core-command-go ... done Removing intermediate container 398c21eedf7a [2021-01-13T17:00:35.609Z] ---> 6ff76318c7c8 [2021-01-13T17:00:35.609Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:00:35.609Z] Removing intermediate container c618fc975baf [2021-01-13T17:00:35.609Z] ---> 0c245103a4c1 [2021-01-13T17:00:35.609Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:00:35.609Z] ---> Running in 75271d37bf71 [2021-01-13T17:00:35.609Z] ---> Running in 04287f27b32f [2021-01-13T17:00:35.821Z] Removing intermediate container 65ac3b19c815 [2021-01-13T17:00:35.821Z] ---> cfb05085360e [2021-01-13T17:00:35.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:00:35.821Z] Removing intermediate container a5f18cecd69c [2021-01-13T17:00:35.821Z] ---> 227c863746f7 [2021-01-13T17:00:35.821Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:00:35.821Z] Removing intermediate container c5a8ca68165a [2021-01-13T17:00:35.821Z] ---> 2361892987d7 [2021-01-13T17:00:35.821Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:00:35.821Z] Removing intermediate container b4fa276e7f63 [2021-01-13T17:00:35.821Z] ---> 7083d971ef68 [2021-01-13T17:00:35.821Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:00:36.096Z] ---> Running in e599ab27cb4a [2021-01-13T17:00:36.096Z] ---> Running in 08d7f9c26820 [2021-01-13T17:00:36.096Z] ---> Running in ef41088d0900 [2021-01-13T17:00:36.096Z] ---> Running in a3368a5f18c5 [2021-01-13T17:00:36.096Z] ---> Running in 12ea3ab6040c [2021-01-13T17:00:36.191Z] Removing intermediate container 75271d37bf71 [2021-01-13T17:00:36.191Z] ---> 58768bce56c8 [2021-01-13T17:00:36.191Z] [2021-01-13T17:00:36.191Z] Removing intermediate container 04287f27b32f [2021-01-13T17:00:36.191Z] ---> 322be340feed [2021-01-13T17:00:36.191Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T17:00:36.458Z] Successfully built 58768bce56c8 [2021-01-13T17:00:36.458Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T17:00:36.458Z] Building docker-core-data-go [2021-01-13T17:00:36.458Z]  Building docker-core-metadata-go ... done  ---> Running in 85c88ded06fe [2021-01-13T17:00:39.033Z] Removing intermediate container 85c88ded06fe [2021-01-13T17:00:39.033Z] ---> 9e5fcde4eaf2 [2021-01-13T17:00:39.033Z] [2021-01-13T17:00:39.528Z] Removing intermediate container e599ab27cb4a [2021-01-13T17:00:39.528Z] ---> ca137cc740aa [2021-01-13T17:00:39.528Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T17:00:39.802Z] ---> Running in 803d88b5ff14 [2021-01-13T17:00:39.802Z] Removing intermediate container 08d7f9c26820 [2021-01-13T17:00:39.802Z] ---> 92f6f0c35cf0 [2021-01-13T17:00:39.802Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T17:00:40.079Z] Removing intermediate container a3368a5f18c5 [2021-01-13T17:00:40.079Z] ---> 88e982ad08c5 [2021-01-13T17:00:40.079Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T17:00:40.079Z] ---> Running in d67e98fc3c05 [2021-01-13T17:00:40.355Z] ---> Running in cbbcff8e7098 [2021-01-13T17:00:40.355Z] Removing intermediate container 12ea3ab6040c [2021-01-13T17:00:40.355Z] ---> 39348e8b7d01 [2021-01-13T17:00:40.355Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T17:00:40.630Z] Removing intermediate container ef41088d0900 [2021-01-13T17:00:40.630Z] ---> 0195773aefc1 [2021-01-13T17:00:40.630Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T17:00:40.908Z] ---> Running in 49d473725ce1 [2021-01-13T17:00:40.908Z] ---> Running in 4bbb2c5f8653 [2021-01-13T17:00:40.968Z] Successfully built 9e5fcde4eaf2 [2021-01-13T17:00:40.968Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T17:00:41.239Z] Building docker-sys-mgmt-agent-go [2021-01-13T17:00:41.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:41.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:42.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:43.517Z] OK: 217 MiB in 51 packages [2021-01-13T17:00:43.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:43.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:00:43.517Z] OK: 217 MiB in 51 packages [2021-01-13T17:00:43.795Z] OK: 217 MiB in 51 packages [2021-01-13T17:00:44.443Z] OK: 217 MiB in 51 packages [2021-01-13T17:00:44.443Z] OK: 217 MiB in 51 packages [2021-01-13T17:00:45.429Z] Removing intermediate container 803d88b5ff14 [2021-01-13T17:00:45.430Z] ---> 8720fc7c172f [2021-01-13T17:00:45.430Z] Step 6/22 : COPY go.mod . [2021-01-13T17:00:45.478Z]  Building docker-support-notifications-go ... done Removing intermediate container b46b86b738ee [2021-01-13T17:00:45.478Z] ---> 9fb59e47332f [2021-01-13T17:00:45.478Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T17:00:45.704Z] Removing intermediate container d67e98fc3c05 [2021-01-13T17:00:45.704Z] ---> c69f17c601dc [2021-01-13T17:00:45.704Z] Step 6/22 : COPY go.mod . [2021-01-13T17:00:45.978Z] Removing intermediate container cbbcff8e7098 [2021-01-13T17:00:45.978Z] ---> 8bc37756e965 [2021-01-13T17:00:45.979Z] Step 6/21 : COPY go.mod . [2021-01-13T17:00:46.055Z] ---> Running in 2e4cfe58ee97 [2021-01-13T17:00:46.256Z] Removing intermediate container 4bbb2c5f8653 [2021-01-13T17:00:46.256Z] ---> 40eb5e4d20a1 [2021-01-13T17:00:46.256Z] Step 6/24 : COPY go.mod . [2021-01-13T17:00:46.256Z] ---> e0b83629e9dc [2021-01-13T17:00:46.256Z] Step 7/22 : RUN go mod download [2021-01-13T17:00:46.535Z] ---> f03edc7877c7 [2021-01-13T17:00:46.535Z] Step 7/22 : RUN go mod download [2021-01-13T17:00:46.535Z] ---> Running in d7507abc62e4 [2021-01-13T17:00:46.535Z] Removing intermediate container 49d473725ce1 [2021-01-13T17:00:46.535Z] ---> 985d344cfc97 [2021-01-13T17:00:46.535Z] Step 6/26 : COPY go.mod . [2021-01-13T17:00:46.638Z] Removing intermediate container 2e4cfe58ee97 [2021-01-13T17:00:46.638Z] ---> 0103c94b1f25 [2021-01-13T17:00:46.638Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T17:00:46.638Z] ---> Running in cd207d2cfaf4 [2021-01-13T17:00:46.638Z] Removing intermediate container cd207d2cfaf4 [2021-01-13T17:00:46.638Z] ---> 7ff218b65959 [2021-01-13T17:00:46.638Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:00:46.815Z] ---> Running in 7e0349fbd8fc [2021-01-13T17:00:46.903Z] ---> Running in 78b7dfc4d2dc [2021-01-13T17:00:47.090Z] ---> 09685e51f36d [2021-01-13T17:00:47.090Z] Step 7/21 : RUN go mod download [2021-01-13T17:00:47.366Z] ---> Running in 094b0da483ee [2021-01-13T17:00:47.366Z] ---> b154b9dd08ae [2021-01-13T17:00:47.366Z] Step 7/24 : RUN go mod download [2021-01-13T17:00:47.644Z] ---> Running in b4522410abc3 [2021-01-13T17:00:47.644Z] ---> 538615c336ff [2021-01-13T17:00:47.644Z] Step 7/26 : RUN go mod download [2021-01-13T17:00:47.918Z] ---> Running in db056fbee65b [2021-01-13T17:00:50.280Z] Removing intermediate container 78b7dfc4d2dc [2021-01-13T17:00:50.280Z] ---> 4869b298ee60 [2021-01-13T17:00:50.280Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:00:50.871Z] ---> Running in 826aed2a7f05 [2021-01-13T17:00:51.353Z] Removing intermediate container d7507abc62e4 [2021-01-13T17:00:51.353Z] ---> 03a8fde25279 [2021-01-13T17:00:51.353Z] Step 8/22 : COPY . . [2021-01-13T17:00:51.353Z] Removing intermediate container 7e0349fbd8fc [2021-01-13T17:00:51.353Z] ---> a65d80da401c [2021-01-13T17:00:51.353Z] Step 8/22 : COPY . . [2021-01-13T17:00:51.462Z] Removing intermediate container 826aed2a7f05 [2021-01-13T17:00:51.462Z] ---> 4b69e74cd3e6 [2021-01-13T17:00:51.462Z] [2021-01-13T17:00:51.631Z] Removing intermediate container 094b0da483ee [2021-01-13T17:00:51.631Z] ---> ce67977d8998 [2021-01-13T17:00:51.631Z] Step 8/21 : COPY . . [2021-01-13T17:00:51.728Z] Successfully built 4b69e74cd3e6 [2021-01-13T17:00:51.728Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T17:00:52.233Z] Removing intermediate container b4522410abc3 [2021-01-13T17:00:52.233Z] ---> 36127123c3c2 [2021-01-13T17:00:52.233Z] Step 8/24 : COPY . . [2021-01-13T17:00:52.839Z] Removing intermediate container db056fbee65b [2021-01-13T17:00:52.839Z] ---> b4dccb51c03d [2021-01-13T17:00:52.839Z] Step 8/26 : COPY . . [2021-01-13T17:01:00.022Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:01:00.022Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:01:00.022Z] ---> 994632c591d4 [2021-01-13T17:01:00.022Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 354211799f17 [2021-01-13T17:01:00.022Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 8be92de708f3 [2021-01-13T17:01:00.022Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 252ebf977fa6 [2021-01-13T17:01:00.022Z] Step 6/24 : COPY go.mod . [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 247b4b4f05dc [2021-01-13T17:01:00.022Z] Step 7/24 : RUN go mod download [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 2763163712a4 [2021-01-13T17:01:00.022Z] Step 8/24 : COPY . . [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> fb3ba7fb6a0b [2021-01-13T17:01:00.022Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T17:01:00.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:01:00.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:01:00.022Z] ---> 994632c591d4 [2021-01-13T17:01:00.022Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 354211799f17 [2021-01-13T17:01:00.022Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 8be92de708f3 [2021-01-13T17:01:00.022Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 252ebf977fa6 [2021-01-13T17:01:00.022Z] Step 6/21 : COPY go.mod . [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 247b4b4f05dc [2021-01-13T17:01:00.022Z] Step 7/21 : RUN go mod download [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> 2763163712a4 [2021-01-13T17:01:00.022Z] Step 8/21 : COPY . . [2021-01-13T17:01:00.022Z] ---> Using cache [2021-01-13T17:01:00.022Z] ---> fb3ba7fb6a0b [2021-01-13T17:01:00.022Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T17:01:00.294Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:01:00.294Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:01:00.294Z] ---> 994632c591d4 [2021-01-13T17:01:00.294Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T17:01:00.294Z] ---> Using cache [2021-01-13T17:01:00.294Z] ---> 354211799f17 [2021-01-13T17:01:00.294Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:01:00.294Z] ---> Using cache [2021-01-13T17:01:00.294Z] ---> 8be92de708f3 [2021-01-13T17:01:00.294Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T17:01:01.725Z] ---> Running in edd8f20bcf8e [2021-01-13T17:01:01.725Z] ---> Running in c095ddd264b1 [2021-01-13T17:01:01.725Z] ---> Running in 4f8b65a3baec [2021-01-13T17:01:02.345Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:01:02.345Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:01:02.345Z] ---> 994632c591d4 [2021-01-13T17:01:02.345Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T17:01:02.345Z] ---> Using cache [2021-01-13T17:01:02.345Z] ---> 354211799f17 [2021-01-13T17:01:02.345Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:01:02.345Z] ---> Using cache [2021-01-13T17:01:02.345Z] ---> 8be92de708f3 [2021-01-13T17:01:02.345Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T17:01:02.622Z] ---> Running in dd45ac1ff5ae [2021-01-13T17:01:03.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T17:01:03.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T17:01:03.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:03.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:04.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:04.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:05.331Z] OK: 233 MiB in 51 packages [2021-01-13T17:01:05.920Z] OK: 233 MiB in 51 packages [2021-01-13T17:01:06.918Z] Removing intermediate container dd45ac1ff5ae [2021-01-13T17:01:06.918Z] ---> 211650dbc1cb [2021-01-13T17:01:06.918Z] Step 6/26 : COPY go.mod . [2021-01-13T17:01:06.918Z] Removing intermediate container edd8f20bcf8e [2021-01-13T17:01:06.918Z] ---> 09d5e89516a1 [2021-01-13T17:01:06.918Z] Step 6/23 : COPY go.mod . [2021-01-13T17:01:07.440Z] ---> d418353dea72 [2021-01-13T17:01:07.440Z] Step 7/26 : RUN go mod download [2021-01-13T17:01:07.440Z] ---> Running in db61b850ef71 [2021-01-13T17:01:07.440Z] ---> bb3640bf7920 [2021-01-13T17:01:07.440Z] Step 7/23 : RUN go mod download [2021-01-13T17:01:07.819Z] ---> Running in 575fa51162e8 [2021-01-13T17:01:10.694Z] Removing intermediate container db61b850ef71 [2021-01-13T17:01:10.694Z] ---> d2d475df2984 [2021-01-13T17:01:10.694Z] Step 8/26 : COPY . . [2021-01-13T17:01:10.694Z] Removing intermediate container 575fa51162e8 [2021-01-13T17:01:10.694Z] ---> 0b29a204564c [2021-01-13T17:01:10.694Z] Step 8/23 : COPY . . [2021-01-13T17:01:11.220Z] ---> 5c37500dd7e6 [2021-01-13T17:01:11.220Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T17:01:11.220Z] ---> 2bda717e4b0e [2021-01-13T17:01:11.220Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T17:01:11.220Z] ---> fdb9eb8e4cd6 [2021-01-13T17:01:11.220Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T17:01:11.220Z] ---> Running in db417dba6278 [2021-01-13T17:01:11.220Z] ---> 5daef8af5008 [2021-01-13T17:01:11.220Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T17:01:11.220Z] ---> 896b2b38f54e [2021-01-13T17:01:11.220Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T17:01:11.220Z] ---> Running in 1e39a663d2d4 [2021-01-13T17:01:11.220Z] ---> Running in 89e22d83dcd2 [2021-01-13T17:01:11.220Z] ---> Running in 202ae75e5199 [2021-01-13T17:01:11.220Z] ---> Running in f39daf3340a7 [2021-01-13T17:01:12.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-13T17:01:12.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-13T17:01:12.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-13T17:01:13.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-13T17:01:13.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T17:01:25.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T17:01:25.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T17:01:35.951Z] Removing intermediate container 4f8b65a3baec [2021-01-13T17:01:35.951Z] ---> b666b744ac2c [2021-01-13T17:01:35.951Z] [2021-01-13T17:01:35.951Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T17:01:35.951Z] ---> 389fef711851 [2021-01-13T17:01:35.951Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T17:01:35.951Z] ---> Using cache [2021-01-13T17:01:35.951Z] ---> fb0b9d3454c9 [2021-01-13T17:01:35.951Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T17:01:35.951Z] ---> 276587ea4c1e [2021-01-13T17:01:35.951Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T17:01:35.951Z] ---> dd8d80fb4598 [2021-01-13T17:01:35.951Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T17:01:35.951Z] Removing intermediate container c095ddd264b1 [2021-01-13T17:01:35.951Z] ---> bb9cbb8602c7 [2021-01-13T17:01:35.951Z] [2021-01-13T17:01:35.951Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T17:01:35.951Z] ---> 389fef711851 [2021-01-13T17:01:35.951Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T17:01:35.951Z] ---> Running in c330db6a93c2 [2021-01-13T17:01:35.951Z] ---> Running in 54a7e909f127 [2021-01-13T17:01:35.951Z] ---> Running in 5376f4151448 [2021-01-13T17:01:35.951Z] ---> Running in e94273706513 [2021-01-13T17:01:36.218Z] Removing intermediate container e94273706513 [2021-01-13T17:01:36.218Z] ---> afa4833eef5b [2021-01-13T17:01:36.218Z] Step 13/24 : WORKDIR / [2021-01-13T17:01:36.491Z] ---> Running in 5c18576966a9 [2021-01-13T17:01:36.766Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T17:01:36.766Z] Removing intermediate container 5c18576966a9 [2021-01-13T17:01:36.766Z] ---> bfbfffb95b8b [2021-01-13T17:01:36.766Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-13T17:01:37.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-13T17:01:37.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:37.307Z] ---> 4575a5534f41 [2021-01-13T17:01:37.307Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-13T17:01:37.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:01:37.580Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T17:01:37.580Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:01:37.580Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T17:01:37.580Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T17:01:37.580Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:01:37.861Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T17:01:37.861Z] OK: 7 MiB in 18 packages [2021-01-13T17:01:37.861Z] ---> f7cfea72590c [2021-01-13T17:01:37.861Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T17:01:38.854Z] ---> b60f6c9d118d [2021-01-13T17:01:38.854Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T17:01:39.434Z] Removing intermediate container 54a7e909f127 [2021-01-13T17:01:39.434Z] ---> 36c3157223bf [2021-01-13T17:01:39.434Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T17:01:40.022Z] ---> 98e4924890b0 [2021-01-13T17:01:40.022Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T17:01:40.022Z] ---> Running in 7e8a334d438c [2021-01-13T17:01:40.296Z] Removing intermediate container 7e8a334d438c [2021-01-13T17:01:40.296Z] ---> 77965786f758 [2021-01-13T17:01:40.296Z] Step 13/21 : WORKDIR /edgex [2021-01-13T17:01:41.314Z] ---> Running in a55cfcf8ddfc [2021-01-13T17:01:41.594Z] ---> 2750d3098c55 [2021-01-13T17:01:41.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T17:01:41.868Z] Removing intermediate container a55cfcf8ddfc [2021-01-13T17:01:41.868Z] ---> 08a37f66a15c [2021-01-13T17:01:41.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T17:01:42.137Z] ---> 0c9a983b642a [2021-01-13T17:01:42.137Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-13T17:01:42.411Z] ---> 6061b2d0ae43 [2021-01-13T17:01:42.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T17:01:42.411Z] ---> Running in e47bccaa5601 [2021-01-13T17:01:44.391Z] ---> f0d01339d320 [2021-01-13T17:01:44.391Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T17:01:45.816Z] Removing intermediate container e47bccaa5601 [2021-01-13T17:01:45.817Z] ---> d5a21a1ea525 [2021-01-13T17:01:45.817Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T17:01:45.817Z] ---> 9e267e0d8105 [2021-01-13T17:01:45.817Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T17:01:45.817Z] ---> Running in 802d8e320d2b [2021-01-13T17:01:45.817Z] ---> Running in 3c587118761e [2021-01-13T17:01:45.817Z] Removing intermediate container 3c587118761e [2021-01-13T17:01:45.817Z] ---> ed8a72fae64f [2021-01-13T17:01:45.817Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T17:01:46.096Z] ---> Running in 3718012b51f5 [2021-01-13T17:01:46.096Z] Removing intermediate container 802d8e320d2b [2021-01-13T17:01:46.096Z] ---> 9c2a9c1bcbd6 [2021-01-13T17:01:46.096Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T17:01:46.096Z] ---> Running in fddf74b8c11a [2021-01-13T17:01:46.096Z] Removing intermediate container 3718012b51f5 [2021-01-13T17:01:46.096Z] ---> b38a24b54ad7 [2021-01-13T17:01:46.096Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:01:46.378Z] ---> Running in adc7becbd842 [2021-01-13T17:01:46.378Z] Removing intermediate container fddf74b8c11a [2021-01-13T17:01:46.378Z] ---> d614551d9d11 [2021-01-13T17:01:46.378Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T17:01:46.988Z] ---> Running in da714df36053 [2021-01-13T17:01:47.588Z] Removing intermediate container adc7becbd842 [2021-01-13T17:01:47.588Z] ---> 97ec4402135a [2021-01-13T17:01:47.588Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T17:01:47.588Z] Removing intermediate container da714df36053 [2021-01-13T17:01:47.588Z] ---> 7fa5e500ed88 [2021-01-13T17:01:47.588Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:01:47.588Z] ---> Running in 474517a314bb [2021-01-13T17:01:47.867Z] ---> Running in 204cfcd21044 [2021-01-13T17:01:48.146Z] Removing intermediate container 474517a314bb [2021-01-13T17:01:48.146Z] ---> f45ab3632e51 [2021-01-13T17:01:48.146Z] [2021-01-13T17:01:48.413Z] Removing intermediate container 204cfcd21044 [2021-01-13T17:01:48.413Z] ---> 694c939ca6b1 [2021-01-13T17:01:48.413Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T17:01:48.413Z] Successfully built f45ab3632e51 [2021-01-13T17:01:48.413Z] ---> Running in c71e5a795538 [2021-01-13T17:01:48.684Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T17:01:48.684Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c71e5a795538 [2021-01-13T17:01:48.684Z] ---> ee733843bc6e [2021-01-13T17:01:48.684Z] [2021-01-13T17:01:48.953Z] Successfully built ee733843bc6e [2021-01-13T17:01:48.953Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T17:01:55.621Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5376f4151448 [2021-01-13T17:01:55.621Z] ---> f65993f1e921 [2021-01-13T17:01:55.621Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T17:01:55.621Z] ---> Running in 5be9ee32f158 [2021-01-13T17:01:56.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T17:01:58.770Z] Removing intermediate container 5be9ee32f158 [2021-01-13T17:01:58.770Z] ---> 05b6eea8be7c [2021-01-13T17:01:58.770Z] [2021-01-13T17:01:58.770Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T17:01:58.770Z] 20.10.0: Pulling from library/docker [2021-01-13T17:01:59.034Z] Removing intermediate container c330db6a93c2 [2021-01-13T17:01:59.034Z] ---> dfc0c8c523d7 [2021-01-13T17:01:59.034Z] [2021-01-13T17:01:59.034Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T17:01:59.034Z] ---> 389fef711851 [2021-01-13T17:01:59.034Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:01:59.614Z] ---> Running in 0cbb06bb6cdd [2021-01-13T17:01:59.887Z] Removing intermediate container 0cbb06bb6cdd [2021-01-13T17:01:59.887Z] ---> d9293e06f3d3 [2021-01-13T17:01:59.887Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T17:01:59.887Z] ---> Running in 5c295bbb2661 [2021-01-13T17:02:00.159Z] Removing intermediate container 5c295bbb2661 [2021-01-13T17:02:00.159Z] ---> f977e4eea5bf [2021-01-13T17:02:00.159Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T17:02:00.428Z] ---> Running in c7dde96cfea7 [2021-01-13T17:02:00.702Z] Removing intermediate container c7dde96cfea7 [2021-01-13T17:02:00.703Z] ---> 2349cb5c6967 [2021-01-13T17:02:00.703Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:02:00.703Z] ---> Running in d9de69866d9d [2021-01-13T17:02:02.650Z] Removing intermediate container d9de69866d9d [2021-01-13T17:02:02.650Z] ---> 00056ed3e2ce [2021-01-13T17:02:02.650Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T17:02:02.650Z] ---> Running in 46a7b9094f71 [2021-01-13T17:02:03.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:03.494Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T17:02:03.494Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T17:02:03.494Z] ---> aefe523efa57 [2021-01-13T17:02:03.494Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T17:02:03.758Z] ---> Running in 8a4e9380dab2 [2021-01-13T17:02:04.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:04.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:04.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:04.548Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T17:02:04.548Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T17:02:04.548Z] Executing bash-5.0.17-r0.post-install [2021-01-13T17:02:04.548Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:04.548Z] OK: 12 MiB in 22 packages [2021-01-13T17:02:05.123Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T17:02:05.123Z] Removing intermediate container 8a4e9380dab2 [2021-01-13T17:02:05.123Z] ---> 314781fe73a7 [2021-01-13T17:02:05.123Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T17:02:05.123Z] ---> Running in 9684fbdc1860 [2021-01-13T17:02:05.123Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T17:02:05.387Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T17:02:05.387Z] Removing intermediate container 9684fbdc1860 [2021-01-13T17:02:05.387Z] ---> f189101dec27 [2021-01-13T17:02:05.387Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T17:02:05.387Z] ---> Running in 6388933449cb [2021-01-13T17:02:05.651Z] Removing intermediate container 6388933449cb [2021-01-13T17:02:05.651Z] ---> 5d7de5860c40 [2021-01-13T17:02:05.651Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T17:02:05.651Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T17:02:05.651Z] ---> Running in 4543d8936e65 [2021-01-13T17:02:05.916Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T17:02:05.916Z] Removing intermediate container 4543d8936e65 [2021-01-13T17:02:05.916Z] ---> 70c0ad42cbc3 [2021-01-13T17:02:05.916Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T17:02:05.916Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:05.916Z] OK: 8 MiB in 19 packages [2021-01-13T17:02:06.494Z] ---> 35d85fa56f76 [2021-01-13T17:02:06.494Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T17:02:06.758Z] Removing intermediate container 46a7b9094f71 [2021-01-13T17:02:06.758Z] ---> 4b48a61622e1 [2021-01-13T17:02:06.758Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:02:06.758Z] ---> be978f8ce873 [2021-01-13T17:02:06.758Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T17:02:07.022Z] ---> ae68ad17940a [2021-01-13T17:02:07.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T17:02:07.293Z] ---> f60943df1906 [2021-01-13T17:02:07.293Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T17:02:07.293Z] ---> Running in 86089a8fa070 [2021-01-13T17:02:07.873Z] ---> db4f0cbcf804 [2021-01-13T17:02:07.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T17:02:07.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:08.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:08.137Z] ---> 89c168577292 [2021-01-13T17:02:08.137Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T17:02:08.137Z] ---> Running in bca56aab605e [2021-01-13T17:02:08.137Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T17:02:08.137Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T17:02:08.400Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T17:02:08.400Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T17:02:08.400Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T17:02:08.400Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T17:02:08.400Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T17:02:11.719Z] Removing intermediate container bca56aab605e [2021-01-13T17:02:11.719Z] ---> cfc178ef98a3 [2021-01-13T17:02:11.719Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:02:11.719Z] ---> Running in 5313ac0202cb [2021-01-13T17:02:11.719Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T17:02:11.719Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T17:02:11.719Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T17:02:11.719Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T17:02:11.719Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T17:02:11.719Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T17:02:11.719Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T17:02:11.719Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T17:02:11.719Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T17:02:11.982Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T17:02:11.982Z] Removing intermediate container 5313ac0202cb [2021-01-13T17:02:11.982Z] ---> c791082962fa [2021-01-13T17:02:11.982Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T17:02:11.982Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T17:02:11.982Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T17:02:12.245Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T17:02:12.245Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T17:02:12.506Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T17:02:12.507Z] ---> Running in 3740fcf19e7f [2021-01-13T17:02:12.507Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T17:02:12.507Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T17:02:12.507Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T17:02:12.507Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T17:02:12.507Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T17:02:12.507Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T17:02:12.507Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T17:02:12.507Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T17:02:13.083Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T17:02:14.033Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T17:02:14.033Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T17:02:14.033Z] Removing intermediate container 3740fcf19e7f [2021-01-13T17:02:14.033Z] ---> 43e1cb8f090a [2021-01-13T17:02:14.033Z] Step 22/23 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:14.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:14.614Z] OK: 71 MiB in 55 packages [2021-01-13T17:02:14.614Z] ---> Running in f30aed391c6c [2021-01-13T17:02:14.877Z] Removing intermediate container f30aed391c6c [2021-01-13T17:02:14.877Z] ---> 5a2c5891a681 [2021-01-13T17:02:14.877Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T17:02:15.141Z] ---> Running in ae1e28411cbf [2021-01-13T17:02:15.141Z] Removing intermediate container ae1e28411cbf [2021-01-13T17:02:15.141Z] ---> 5db0bbd0e978 [2021-01-13T17:02:15.141Z] [2021-01-13T17:02:15.405Z] Successfully built 5db0bbd0e978 [2021-01-13T17:02:15.405Z] Successfully tagged docker-core-data-go:latest [2021-01-13T17:02:20.722Z]  Building docker-core-data-go ... done Removing intermediate container 86089a8fa070 [2021-01-13T17:02:20.722Z] ---> bb7423dcb0ea [2021-01-13T17:02:20.722Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T17:02:20.722Z] ---> Running in a9222f88e6dc [2021-01-13T17:02:21.690Z] Collecting docker-compose==1.23.2 [2021-01-13T17:02:21.690Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T17:02:21.690Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T17:02:21.690Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T17:02:22.270Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-13T17:02:22.270Z] Collecting PyYAML<4,>=3.10 [2021-01-13T17:02:22.270Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T17:02:23.218Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T17:02:23.218Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T17:02:23.792Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T17:02:23.792Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T17:02:24.366Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T17:02:24.366Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T17:02:24.366Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T17:02:24.366Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T17:02:24.941Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T17:02:24.941Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T17:02:24.941Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T17:02:24.941Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T17:02:25.204Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T17:02:25.204Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T17:02:25.204Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T17:02:25.204Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T17:02:25.468Z] 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) [2021-01-13T17:02:25.468Z] 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) [2021-01-13T17:02:25.468Z] Collecting idna<2.8,>=2.5 [2021-01-13T17:02:25.468Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T17:02:25.468Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T17:02:25.468Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T17:02:25.730Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T17:02:25.731Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T17:02:25.731Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T17:02:25.731Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T17:02:25.731Z] Installing collected packages: docopt, PyYAML, texttable, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, cached-property, docker-pycreds, docker, docker-compose [2021-01-13T17:02:25.731Z] Running setup.py install for docopt: started [2021-01-13T17:02:26.306Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T17:02:26.306Z] Running setup.py install for PyYAML: started [2021-01-13T17:02:26.883Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T17:02:26.883Z] Running setup.py install for texttable: started [2021-01-13T17:02:27.150Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T17:02:27.150Z] Running setup.py install for dockerpty: started [2021-01-13T17:02:27.724Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T17:02:27.986Z] Attempting uninstall: urllib3 [2021-01-13T17:02:27.986Z] Found existing installation: urllib3 1.25.9 [2021-01-13T17:02:27.986Z] Uninstalling urllib3-1.25.9: [2021-01-13T17:02:27.986Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T17:02:28.250Z] Attempting uninstall: idna [2021-01-13T17:02:28.250Z] Found existing installation: idna 2.9 [2021-01-13T17:02:28.250Z] Uninstalling idna-2.9: [2021-01-13T17:02:28.250Z] Successfully uninstalled idna-2.9 [2021-01-13T17:02:28.512Z] Attempting uninstall: requests [2021-01-13T17:02:28.512Z] Found existing installation: requests 2.23.0 [2021-01-13T17:02:28.512Z] Uninstalling requests-2.23.0: [2021-01-13T17:02:28.512Z] Successfully uninstalled requests-2.23.0 [2021-01-13T17:02:29.085Z] 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 [2021-01-13T17:02:32.403Z] Removing intermediate container a9222f88e6dc [2021-01-13T17:02:32.403Z] ---> 39760df45791 [2021-01-13T17:02:32.403Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T17:02:32.666Z] ---> Running in cbcdfb9db470 [2021-01-13T17:02:33.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:33.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T17:02:33.508Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:02:33.508Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T17:02:33.508Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T17:02:33.508Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:33.508Z] OK: 72 MiB in 58 packages [2021-01-13T17:02:34.084Z] Removing intermediate container cbcdfb9db470 [2021-01-13T17:02:34.084Z] ---> 5029870a84f4 [2021-01-13T17:02:34.084Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T17:02:34.084Z] ---> Running in 4d5b4b603730 [2021-01-13T17:02:34.345Z] Removing intermediate container 4d5b4b603730 [2021-01-13T17:02:34.345Z] ---> c7a88a09d22b [2021-01-13T17:02:34.345Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:02:34.345Z] ---> Running in b81fbd7b15e1 [2021-01-13T17:02:34.608Z] Removing intermediate container b81fbd7b15e1 [2021-01-13T17:02:34.608Z] ---> 146cab81fd26 [2021-01-13T17:02:34.608Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T17:02:34.608Z] ---> Running in 571c36992381 [2021-01-13T17:02:34.873Z] Removing intermediate container 571c36992381 [2021-01-13T17:02:34.873Z] ---> 728dba034ade [2021-01-13T17:02:34.873Z] Step 25/26 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:34.873Z] ---> Running in c3a5fde5167a [2021-01-13T17:02:34.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-13T17:02:34.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-13T17:02:35.135Z] Removing intermediate container c3a5fde5167a [2021-01-13T17:02:35.135Z] ---> ea3d75c38241 [2021-01-13T17:02:35.135Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T17:02:35.135Z] ---> Running in 22873d549b51 [2021-01-13T17:02:35.398Z] Removing intermediate container 22873d549b51 [2021-01-13T17:02:35.398Z] ---> 573d0b61322b [2021-01-13T17:02:35.398Z] [2021-01-13T17:02:35.398Z] Successfully built 573d0b61322b [2021-01-13T17:02:35.398Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T17:02:36.029Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T17:02:36.039Z] $ docker stop --time=1 bb1113e834eadc79007e49ae17c4a8fc035ef789fa4d06cdd4ff4a893de51523 [2021-01-13T17:02:37.714Z] $ docker rm -f bb1113e834eadc79007e49ae17c4a8fc035ef789fa4d06cdd4ff4a893de51523 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T17:02:38.428Z] + docker images [2021-01-13T17:02:38.428Z] + grep docker [2021-01-13T17:02:38.692Z] docker-sys-mgmt-agent-go latest 573d0b61322b 3 seconds ago 313MB [2021-01-13T17:02:38.692Z] docker-core-data-go latest 5db0bbd0e978 23 seconds ago 22.3MB [2021-01-13T17:02:38.692Z] docker-security-proxy-setup-go latest ee733843bc6e 50 seconds ago 24.5MB [2021-01-13T17:02:38.692Z] docker-security-secretstore-setup-go latest f45ab3632e51 51 seconds ago 24.6MB [2021-01-13T17:02:38.692Z] docker-security-bootstrap-redis-go latest 4b69e74cd3e6 About a minute ago 15.8MB [2021-01-13T17:02:38.692Z] docker-support-notifications-go latest 9e5fcde4eaf2 2 minutes ago 12MB [2021-01-13T17:02:38.692Z] docker-core-metadata-go latest 58768bce56c8 2 minutes ago 13.1MB [2021-01-13T17:02:38.692Z] docker-core-command-go latest ed88c2c2b2dc 2 minutes ago 10.6MB [2021-01-13T17:02:38.692Z] docker-support-scheduler-go latest fdb1a2016a5c 2 minutes ago 10.7MB [2021-01-13T17:02:38.692Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T17:02:39.373Z] provisioning config files... [2021-01-13T17:02:39.414Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/290@tmp/config1261632601662596591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:02:39.770Z] ---> docker-login.sh [2021-01-13T17:02:39.770Z] nexus3.edgexfoundry.org:10001 [2021-01-13T17:02:39.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:02:40.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:02:40.033Z] Configure a credential helper to remove this warning. See [2021-01-13T17:02:40.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:02:40.033Z] [2021-01-13T17:02:40.033Z] Login Succeeded [2021-01-13T17:02:40.033Z] nexus3.edgexfoundry.org:10002 [2021-01-13T17:02:40.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:02:40.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:02:40.033Z] Configure a credential helper to remove this warning. See [2021-01-13T17:02:40.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:02:40.033Z] [2021-01-13T17:02:40.033Z] Login Succeeded [2021-01-13T17:02:40.033Z] nexus3.edgexfoundry.org:10003 [2021-01-13T17:02:40.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:02:40.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:02:40.295Z] Configure a credential helper to remove this warning. See [2021-01-13T17:02:40.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:02:40.295Z] [2021-01-13T17:02:40.295Z] Login Succeeded [2021-01-13T17:02:40.295Z] nexus3.edgexfoundry.org:10004 [2021-01-13T17:02:40.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:02:40.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:02:40.564Z] Configure a credential helper to remove this warning. See [2021-01-13T17:02:40.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:02:40.564Z] [2021-01-13T17:02:40.564Z] Login Succeeded [2021-01-13T17:02:40.564Z] docker.io [2021-01-13T17:02:40.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:02:41.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:02:41.090Z] Configure a credential helper to remove this warning. See [2021-01-13T17:02:41.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:02:41.090Z] [2021-01-13T17:02:41.090Z] Login Succeeded [2021-01-13T17:02:41.090Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T17:02:41.100Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:02:41.334Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-13T17:02:41.334Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:41.334Z] 2.0.0-dev.33 [2021-01-13T17:02:41.334Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:41.334Z] master [2021-01-13T17:02:41.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:41.870Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:42.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:42.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T17:02:42.176Z] f1362c4b4898: Preparing [2021-01-13T17:02:42.176Z] 8c8164f129d9: Preparing [2021-01-13T17:02:42.176Z] b761036b253b: Preparing [2021-01-13T17:02:42.176Z] f1362c4b4898: Pushed [2021-01-13T17:02:42.176Z] b761036b253b: Pushed [2021-01-13T17:02:43.120Z] 8c8164f129d9: Pushed [2021-01-13T17:02:43.384Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:a3eecd6cd3c55f4f075f6c29e2c26f22a9897828142874056184df6835d146e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:44.270Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:44.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T17:02:44.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T17:02:44.573Z] f1362c4b4898: Preparing [2021-01-13T17:02:44.573Z] 8c8164f129d9: Preparing [2021-01-13T17:02:44.573Z] b761036b253b: Preparing [2021-01-13T17:02:44.573Z] f1362c4b4898: Layer already exists [2021-01-13T17:02:44.573Z] b761036b253b: Layer already exists [2021-01-13T17:02:44.573Z] 8c8164f129d9: Layer already exists [2021-01-13T17:02:44.573Z] 2.0.0-dev.33: digest: sha256:a3eecd6cd3c55f4f075f6c29e2c26f22a9897828142874056184df6835d146e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:44.881Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:45.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:45.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T17:02:45.181Z] f1362c4b4898: Preparing [2021-01-13T17:02:45.181Z] 8c8164f129d9: Preparing [2021-01-13T17:02:45.181Z] b761036b253b: Preparing [2021-01-13T17:02:45.181Z] 8c8164f129d9: Layer already exists [2021-01-13T17:02:45.181Z] f1362c4b4898: Layer already exists [2021-01-13T17:02:45.181Z] b761036b253b: Layer already exists [2021-01-13T17:02:45.181Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:a3eecd6cd3c55f4f075f6c29e2c26f22a9897828142874056184df6835d146e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:45.487Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:45.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T17:02:45.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T17:02:45.788Z] f1362c4b4898: Preparing [2021-01-13T17:02:45.788Z] 8c8164f129d9: Preparing [2021-01-13T17:02:45.788Z] b761036b253b: Preparing [2021-01-13T17:02:45.788Z] f1362c4b4898: Layer already exists [2021-01-13T17:02:45.788Z] 8c8164f129d9: Layer already exists [2021-01-13T17:02:45.788Z] b761036b253b: Layer already exists [2021-01-13T17:02:45.788Z] master: digest: sha256:a3eecd6cd3c55f4f075f6c29e2c26f22a9897828142874056184df6835d146e6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:02:46.001Z] ===================================================== [Pipeline] echo [2021-01-13T17:02:46.052Z] taggedImages: [2021-01-13T17:02:46.052Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:46.052Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T17:02:46.052Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:46.052Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-13T17:02:46.141Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-13T17:02:46.141Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:46.141Z] 2.0.0-dev.33 [2021-01-13T17:02:46.141Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:46.141Z] master [2021-01-13T17:02:46.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:46.639Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:46.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:46.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T17:02:46.943Z] 285628227054: Preparing [2021-01-13T17:02:46.943Z] 65a68063a9d9: Preparing [2021-01-13T17:02:46.943Z] b761036b253b: Preparing [2021-01-13T17:02:46.943Z] 3de2830b1b51: Preparing [2021-01-13T17:02:46.943Z] ba499f5990aa: Preparing [2021-01-13T17:02:46.943Z] 777b2c648970: Preparing [2021-01-13T17:02:46.943Z] 777b2c648970: Waiting [2021-01-13T17:02:46.943Z] b761036b253b: Layer already exists [2021-01-13T17:02:46.943Z] 777b2c648970: Layer already exists [2021-01-13T17:02:46.943Z] ba499f5990aa: Pushed [2021-01-13T17:02:47.210Z] 285628227054: Pushed [2021-01-13T17:02:47.210Z] 3de2830b1b51: Pushed [2021-01-13T17:02:47.495Z] Removing intermediate container 202ae75e5199 [2021-01-13T17:02:47.495Z] ---> ed8692e68c62 [2021-01-13T17:02:47.495Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T17:02:47.495Z] Removing intermediate container 1e39a663d2d4 [2021-01-13T17:02:47.495Z] ---> 2aa1ecc1848e [2021-01-13T17:02:47.495Z] [2021-01-13T17:02:47.495Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T17:02:47.495Z] 3.12: Pulling from library/alpine [2021-01-13T17:02:47.495Z] ---> Running in 13ada8ed0748 [2021-01-13T17:02:48.154Z] 65a68063a9d9: Pushed [2021-01-13T17:02:48.417Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:62c6e3f0d84233bc31d658225c450429d766368f6586451182a9d08107e6474b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:48.510Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T17:02:48.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-13T17:02:48.728Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:48.790Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T17:02:48.790Z] ---> afeebe901d6b [2021-01-13T17:02:48.790Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T17:02:49.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T17:02:49.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T17:02:49.028Z] 285628227054: Preparing [2021-01-13T17:02:49.028Z] 65a68063a9d9: Preparing [2021-01-13T17:02:49.028Z] b761036b253b: Preparing [2021-01-13T17:02:49.028Z] 3de2830b1b51: Preparing [2021-01-13T17:02:49.028Z] ba499f5990aa: Preparing [2021-01-13T17:02:49.028Z] 777b2c648970: Preparing [2021-01-13T17:02:49.028Z] 777b2c648970: Waiting [2021-01-13T17:02:49.028Z] 3de2830b1b51: Layer already exists [2021-01-13T17:02:49.028Z] b761036b253b: Layer already exists [2021-01-13T17:02:49.028Z] ba499f5990aa: Layer already exists [2021-01-13T17:02:49.028Z] 285628227054: Layer already exists [2021-01-13T17:02:49.028Z] 65a68063a9d9: Layer already exists [2021-01-13T17:02:49.028Z] 777b2c648970: Layer already exists [2021-01-13T17:02:49.063Z] ---> Running in c21f962ec7d4 [2021-01-13T17:02:49.289Z] 2.0.0-dev.33: digest: sha256:62c6e3f0d84233bc31d658225c450429d766368f6586451182a9d08107e6474b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:49.335Z] Removing intermediate container f39daf3340a7 [2021-01-13T17:02:49.335Z] ---> b02b7969ec6c [2021-01-13T17:02:49.335Z] [2021-01-13T17:02:49.335Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T17:02:49.335Z] ---> afeebe901d6b [2021-01-13T17:02:49.336Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T17:02:49.336Z] Removing intermediate container db417dba6278 [2021-01-13T17:02:49.336Z] ---> 772dfef4e19d [2021-01-13T17:02:49.336Z] [2021-01-13T17:02:49.336Z] Step 10/22 : FROM scratch [2021-01-13T17:02:49.336Z] ---> [2021-01-13T17:02:49.336Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:02:49.598Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:49.615Z] ---> Running in 00e2951587e9 [2021-01-13T17:02:49.615Z] ---> Running in f502055ef224 [2021-01-13T17:02:49.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:49.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T17:02:49.902Z] 285628227054: Preparing [2021-01-13T17:02:49.902Z] 65a68063a9d9: Preparing [2021-01-13T17:02:49.902Z] b761036b253b: Preparing [2021-01-13T17:02:49.902Z] 3de2830b1b51: Preparing [2021-01-13T17:02:49.902Z] ba499f5990aa: Preparing [2021-01-13T17:02:49.902Z] 777b2c648970: Preparing [2021-01-13T17:02:49.902Z] 777b2c648970: Waiting [2021-01-13T17:02:49.902Z] 285628227054: Layer already exists [2021-01-13T17:02:49.902Z] ba499f5990aa: Layer already exists [2021-01-13T17:02:49.902Z] b761036b253b: Layer already exists [2021-01-13T17:02:49.902Z] 65a68063a9d9: Layer already exists [2021-01-13T17:02:49.902Z] 3de2830b1b51: Layer already exists [2021-01-13T17:02:49.902Z] 777b2c648970: Layer already exists [2021-01-13T17:02:49.902Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:62c6e3f0d84233bc31d658225c450429d766368f6586451182a9d08107e6474b size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:50.211Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:50.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-13T17:02:50.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T17:02:50.511Z] 285628227054: Preparing [2021-01-13T17:02:50.511Z] 65a68063a9d9: Preparing [2021-01-13T17:02:50.511Z] b761036b253b: Preparing [2021-01-13T17:02:50.511Z] 3de2830b1b51: Preparing [2021-01-13T17:02:50.511Z] ba499f5990aa: Preparing [2021-01-13T17:02:50.511Z] 777b2c648970: Preparing [2021-01-13T17:02:50.511Z] 777b2c648970: Waiting [2021-01-13T17:02:50.511Z] 65a68063a9d9: Layer already exists [2021-01-13T17:02:50.511Z] 285628227054: Layer already exists [2021-01-13T17:02:50.511Z] ba499f5990aa: Layer already exists [2021-01-13T17:02:50.511Z] b761036b253b: Layer already exists [2021-01-13T17:02:50.511Z] 3de2830b1b51: Layer already exists [2021-01-13T17:02:50.511Z] 777b2c648970: Layer already exists [2021-01-13T17:02:50.511Z] master: digest: sha256:62c6e3f0d84233bc31d658225c450429d766368f6586451182a9d08107e6474b size: 1572 [Pipeline] } [2021-01-13T17:02:50.609Z] Removing intermediate container 00e2951587e9 [2021-01-13T17:02:50.609Z] ---> 712a32747545 [2021-01-13T17:02:50.609Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T17:02:50.609Z] ---> Running in d979dafb1291 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:02:50.754Z] ===================================================== [Pipeline] echo [2021-01-13T17:02:50.802Z] taggedImages: [2021-01-13T17:02:50.802Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:50.802Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T17:02:50.802Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:50.802Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-13T17:02:50.924Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-13T17:02:50.924Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:50.924Z] 2.0.0-dev.33 [2021-01-13T17:02:50.924Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:50.924Z] master [2021-01-13T17:02:50.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:51.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:02:51.433Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:51.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:02:51.490Z] Removing intermediate container d979dafb1291 [2021-01-13T17:02:51.490Z] ---> e629bfa5bb31 [2021-01-13T17:02:51.490Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T17:02:51.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:51.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T17:02:51.736Z] 10ccb73ed82a: Preparing [2021-01-13T17:02:51.736Z] d885133b3a8b: Preparing [2021-01-13T17:02:51.736Z] b761036b253b: Preparing [2021-01-13T17:02:51.736Z] b761036b253b: Layer already exists [2021-01-13T17:02:51.736Z] 10ccb73ed82a: Pushed [2021-01-13T17:02:51.766Z] ---> Running in bb849ada5e6f [2021-01-13T17:02:51.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:02:52.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:02:52.041Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T17:02:52.320Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:02:52.320Z] Removing intermediate container bb849ada5e6f [2021-01-13T17:02:52.320Z] ---> 3020ab4baf2e [2021-01-13T17:02:52.320Z] Step 14/22 : WORKDIR / [2021-01-13T17:02:52.320Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T17:02:52.320Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T17:02:52.320Z] ---> Running in f5835619de0b [2021-01-13T17:02:52.320Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T17:02:52.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:52.596Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T17:02:52.596Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T17:02:52.870Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:02:52.870Z] OK: 7 MiB in 19 packages [2021-01-13T17:02:52.870Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T17:02:52.870Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T17:02:52.870Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:02:52.870Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T17:02:53.128Z] d885133b3a8b: Pushed [2021-01-13T17:02:53.128Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:15c22c837b806ad1e4ff2b8738ac1e6f7974387744ad8fd80ff7550dd398af7a size: 943 [2021-01-13T17:02:53.146Z] OK: 7 MiB in 18 packages [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:53.440Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:53.744Z] Removing intermediate container f5835619de0b [2021-01-13T17:02:53.744Z] ---> 7f48c6a07c7f [2021-01-13T17:02:53.744Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:02:53.744Z] Removing intermediate container 13ada8ed0748 [2021-01-13T17:02:53.744Z] ---> a0f84b08195a [2021-01-13T17:02:53.744Z] [2021-01-13T17:02:53.744Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T17:02:53.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T17:02:53.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T17:02:53.746Z] 10ccb73ed82a: Preparing [2021-01-13T17:02:53.746Z] d885133b3a8b: Preparing [2021-01-13T17:02:53.746Z] b761036b253b: Preparing [2021-01-13T17:02:53.746Z] d885133b3a8b: Layer already exists [2021-01-13T17:02:53.746Z] 10ccb73ed82a: Layer already exists [2021-01-13T17:02:53.746Z] b761036b253b: Layer already exists [2021-01-13T17:02:53.746Z] 2.0.0-dev.33: digest: sha256:15c22c837b806ad1e4ff2b8738ac1e6f7974387744ad8fd80ff7550dd398af7a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:54.020Z] 20.10.0: Pulling from library/docker [2021-01-13T17:02:54.062Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:54.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:54.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T17:02:54.364Z] 10ccb73ed82a: Preparing [2021-01-13T17:02:54.364Z] d885133b3a8b: Preparing [2021-01-13T17:02:54.364Z] b761036b253b: Preparing [2021-01-13T17:02:54.364Z] d885133b3a8b: Layer already exists [2021-01-13T17:02:54.364Z] 10ccb73ed82a: Layer already exists [2021-01-13T17:02:54.364Z] b761036b253b: Layer already exists [2021-01-13T17:02:54.626Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:15c22c837b806ad1e4ff2b8738ac1e6f7974387744ad8fd80ff7550dd398af7a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:54.933Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:55.006Z] ---> d70c94442388 [2021-01-13T17:02:55.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T17:02:55.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-13T17:02:55.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T17:02:55.232Z] 10ccb73ed82a: Preparing [2021-01-13T17:02:55.232Z] d885133b3a8b: Preparing [2021-01-13T17:02:55.232Z] b761036b253b: Preparing [2021-01-13T17:02:55.232Z] 10ccb73ed82a: Layer already exists [2021-01-13T17:02:55.232Z] b761036b253b: Layer already exists [2021-01-13T17:02:55.232Z] d885133b3a8b: Layer already exists [2021-01-13T17:02:55.232Z] master: digest: sha256:15c22c837b806ad1e4ff2b8738ac1e6f7974387744ad8fd80ff7550dd398af7a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:02:55.498Z] ===================================================== [Pipeline] echo [2021-01-13T17:02:55.545Z] taggedImages: [2021-01-13T17:02:55.545Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:55.545Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T17:02:55.545Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:55.545Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-13T17:02:55.612Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-13T17:02:55.612Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:55.612Z] 2.0.0-dev.33 [2021-01-13T17:02:55.612Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:55.612Z] master [2021-01-13T17:02:55.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:56.079Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:56.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:56.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T17:02:56.384Z] ff5001e420f8: Preparing [2021-01-13T17:02:56.384Z] 99632cc56b0b: Preparing [2021-01-13T17:02:56.384Z] 1854379a730c: Preparing [2021-01-13T17:02:56.384Z] 850130a71482: Preparing [2021-01-13T17:02:56.384Z] b761036b253b: Preparing [2021-01-13T17:02:56.384Z] ff6a73110fd2: Preparing [2021-01-13T17:02:56.384Z] 777b2c648970: Preparing [2021-01-13T17:02:56.384Z] ff6a73110fd2: Waiting [2021-01-13T17:02:56.384Z] 777b2c648970: Waiting [2021-01-13T17:02:56.384Z] b761036b253b: Layer already exists [2021-01-13T17:02:56.646Z] 99632cc56b0b: Pushed [2021-01-13T17:02:56.646Z] 1854379a730c: Pushed [2021-01-13T17:02:56.646Z] ff5001e420f8: Pushed [2021-01-13T17:02:56.646Z] 777b2c648970: Layer already exists [2021-01-13T17:02:56.908Z] ff6a73110fd2: Pushed [2021-01-13T17:02:57.481Z] 850130a71482: Pushed [2021-01-13T17:02:57.482Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:4a104107a3e27801f37916bd473db827c417ed6a8c7573c533e7f51a5525109b size: 1778 [2021-01-13T17:02:57.633Z] ---> 3b51e37a95fc [2021-01-13T17:02:57.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T17:02:57.633Z] Removing intermediate container f502055ef224 [2021-01-13T17:02:57.633Z] ---> ef845f267e1b [2021-01-13T17:02:57.633Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T17:02:57.633Z] Removing intermediate container c21f962ec7d4 [2021-01-13T17:02:57.633Z] ---> 2fb46cb893fc [2021-01-13T17:02:57.633Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:57.919Z] ---> Running in 377da304ca09 [2021-01-13T17:02:58.055Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:58.193Z] ---> Running in 19d8adf80f23 [2021-01-13T17:02:58.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T17:02:58.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T17:02:58.395Z] ff5001e420f8: Preparing [2021-01-13T17:02:58.395Z] 99632cc56b0b: Preparing [2021-01-13T17:02:58.395Z] 1854379a730c: Preparing [2021-01-13T17:02:58.395Z] 850130a71482: Preparing [2021-01-13T17:02:58.395Z] b761036b253b: Preparing [2021-01-13T17:02:58.395Z] ff6a73110fd2: Preparing [2021-01-13T17:02:58.395Z] 777b2c648970: Preparing [2021-01-13T17:02:58.395Z] ff6a73110fd2: Waiting [2021-01-13T17:02:58.395Z] 777b2c648970: Waiting [2021-01-13T17:02:58.395Z] b761036b253b: Layer already exists [2021-01-13T17:02:58.395Z] 850130a71482: Layer already exists [2021-01-13T17:02:58.395Z] 99632cc56b0b: Layer already exists [2021-01-13T17:02:58.395Z] 1854379a730c: Layer already exists [2021-01-13T17:02:58.395Z] ff5001e420f8: Layer already exists [2021-01-13T17:02:58.395Z] 777b2c648970: Layer already exists [2021-01-13T17:02:58.395Z] ff6a73110fd2: Layer already exists [2021-01-13T17:02:58.395Z] 2.0.0-dev.33: digest: sha256:4a104107a3e27801f37916bd473db827c417ed6a8c7573c533e7f51a5525109b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:58.474Z] ---> 6de37d9e553f [2021-01-13T17:02:58.474Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T17:02:58.794Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:59.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:59.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T17:02:59.093Z] ff5001e420f8: Preparing [2021-01-13T17:02:59.093Z] 99632cc56b0b: Preparing [2021-01-13T17:02:59.093Z] 1854379a730c: Preparing [2021-01-13T17:02:59.093Z] 850130a71482: Preparing [2021-01-13T17:02:59.093Z] b761036b253b: Preparing [2021-01-13T17:02:59.093Z] ff6a73110fd2: Preparing [2021-01-13T17:02:59.093Z] 777b2c648970: Preparing [2021-01-13T17:02:59.093Z] ff6a73110fd2: Waiting [2021-01-13T17:02:59.093Z] 777b2c648970: Waiting [2021-01-13T17:02:59.093Z] 1854379a730c: Layer already exists [2021-01-13T17:02:59.093Z] b761036b253b: Layer already exists [2021-01-13T17:02:59.093Z] ff5001e420f8: Layer already exists [2021-01-13T17:02:59.093Z] 99632cc56b0b: Layer already exists [2021-01-13T17:02:59.093Z] 850130a71482: Layer already exists [2021-01-13T17:02:59.093Z] 777b2c648970: Layer already exists [2021-01-13T17:02:59.093Z] ff6a73110fd2: Layer already exists [2021-01-13T17:02:59.093Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:4a104107a3e27801f37916bd473db827c417ed6a8c7573c533e7f51a5525109b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:59.397Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:02:59.461Z] ---> Running in 3f5352202e5b [2021-01-13T17:02:59.461Z] Removing intermediate container 377da304ca09 [2021-01-13T17:02:59.461Z] ---> 895506ea4215 [2021-01-13T17:02:59.461Z] Step 13/24 : WORKDIR / [2021-01-13T17:02:59.696Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-13T17:02:59.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T17:02:59.696Z] ff5001e420f8: Preparing [2021-01-13T17:02:59.696Z] 99632cc56b0b: Preparing [2021-01-13T17:02:59.696Z] 1854379a730c: Preparing [2021-01-13T17:02:59.696Z] 850130a71482: Preparing [2021-01-13T17:02:59.696Z] b761036b253b: Preparing [2021-01-13T17:02:59.696Z] ff6a73110fd2: Preparing [2021-01-13T17:02:59.696Z] 777b2c648970: Preparing [2021-01-13T17:02:59.696Z] ff6a73110fd2: Waiting [2021-01-13T17:02:59.696Z] 777b2c648970: Waiting [2021-01-13T17:02:59.696Z] 99632cc56b0b: Layer already exists [2021-01-13T17:02:59.696Z] b761036b253b: Layer already exists [2021-01-13T17:02:59.696Z] ff5001e420f8: Layer already exists [2021-01-13T17:02:59.696Z] 1854379a730c: Layer already exists [2021-01-13T17:02:59.696Z] 850130a71482: Layer already exists [2021-01-13T17:02:59.696Z] ff6a73110fd2: Layer already exists [2021-01-13T17:02:59.696Z] 777b2c648970: Layer already exists [2021-01-13T17:02:59.696Z] master: digest: sha256:4a104107a3e27801f37916bd473db827c417ed6a8c7573c533e7f51a5525109b size: 1778 [Pipeline] } [2021-01-13T17:02:59.747Z] Removing intermediate container 19d8adf80f23 [2021-01-13T17:02:59.747Z] ---> a3b1bc9e10be [2021-01-13T17:02:59.747Z] Step 13/21 : WORKDIR /edgex [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:02:59.888Z] ===================================================== [Pipeline] echo [2021-01-13T17:02:59.938Z] taggedImages: [2021-01-13T17:02:59.938Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:02:59.938Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T17:02:59.938Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:02:59.938Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-13T17:03:00.002Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-13T17:03:00.002Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:00.002Z] 2.0.0-dev.33 [2021-01-13T17:03:00.002Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:00.002Z] master [2021-01-13T17:03:00.002Z] ===================================================== [2021-01-13T17:03:00.061Z] Removing intermediate container 89e22d83dcd2 [2021-01-13T17:03:00.062Z] ---> d585bb8b406c [2021-01-13T17:03:00.062Z] [2021-01-13T17:03:00.062Z] Step 10/22 : FROM scratch [2021-01-13T17:03:00.062Z] ---> [2021-01-13T17:03:00.062Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:03:00.062Z] ---> Using cache [2021-01-13T17:03:00.062Z] ---> 712a32747545 [2021-01-13T17:03:00.062Z] Step 12/22 : ENV APP_PORT=48081 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:00.356Z] ---> Running in a30a35806c30 [2021-01-13T17:03:00.559Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:00.651Z] ---> Running in a29ae130eb68 [2021-01-13T17:03:00.651Z] Removing intermediate container 3f5352202e5b [2021-01-13T17:03:00.651Z] ---> d196488d706f [2021-01-13T17:03:00.651Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:03:00.651Z] ---> Running in 2723dcba27fa [2021-01-13T17:03:00.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:00.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T17:03:00.857Z] 724a6460d6a5: Preparing [2021-01-13T17:03:00.857Z] c3b62b151cff: Preparing [2021-01-13T17:03:00.857Z] f8779084f25a: Preparing [2021-01-13T17:03:00.857Z] 98967ebed5d1: Preparing [2021-01-13T17:03:00.857Z] d9178280616b: Preparing [2021-01-13T17:03:00.857Z] 777b2c648970: Preparing [2021-01-13T17:03:00.952Z] ---> Running in a84bfffd4c9c [2021-01-13T17:03:01.158Z] f8779084f25a: Pushed [2021-01-13T17:03:01.158Z] 98967ebed5d1: Pushed [2021-01-13T17:03:01.158Z] 777b2c648970: Layer already exists [2021-01-13T17:03:01.158Z] d9178280616b: Pushed [2021-01-13T17:03:01.564Z] Removing intermediate container a30a35806c30 [2021-01-13T17:03:01.564Z] ---> bd12449f4179 [2021-01-13T17:03:01.564Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-13T17:03:01.564Z] Removing intermediate container 2723dcba27fa [2021-01-13T17:03:01.564Z] ---> bf4d62a5c118 [2021-01-13T17:03:01.564Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T17:03:01.853Z] Removing intermediate container a29ae130eb68 [2021-01-13T17:03:01.853Z] ---> 025e1f2ccfdc [2021-01-13T17:03:01.853Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T17:03:02.104Z] c3b62b151cff: Pushed [2021-01-13T17:03:02.104Z] 724a6460d6a5: Pushed [2021-01-13T17:03:02.136Z] ---> Running in 8733a7b4e5ec [2021-01-13T17:03:02.137Z] Removing intermediate container a84bfffd4c9c [2021-01-13T17:03:02.137Z] ---> eafe7cda1eb0 [2021-01-13T17:03:02.137Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T17:03:02.365Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:7d45f3eb3e3a0c93720febe5761604e99e7168175e935b3898d5389726943258 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:02.410Z] ---> Running in 775a72f420c1 [2021-01-13T17:03:02.669Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:02.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T17:03:02.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T17:03:02.969Z] 724a6460d6a5: Preparing [2021-01-13T17:03:02.969Z] c3b62b151cff: Preparing [2021-01-13T17:03:02.969Z] f8779084f25a: Preparing [2021-01-13T17:03:02.969Z] 98967ebed5d1: Preparing [2021-01-13T17:03:02.969Z] d9178280616b: Preparing [2021-01-13T17:03:02.969Z] 777b2c648970: Preparing [2021-01-13T17:03:02.969Z] 777b2c648970: Waiting [2021-01-13T17:03:02.969Z] c3b62b151cff: Layer already exists [2021-01-13T17:03:02.969Z] 98967ebed5d1: Layer already exists [2021-01-13T17:03:02.969Z] 724a6460d6a5: Layer already exists [2021-01-13T17:03:02.969Z] f8779084f25a: Layer already exists [2021-01-13T17:03:02.969Z] d9178280616b: Layer already exists [2021-01-13T17:03:02.969Z] 777b2c648970: Layer already exists [2021-01-13T17:03:03.008Z] ---> 81d26eda22b1 [2021-01-13T17:03:03.008Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-13T17:03:03.008Z] Removing intermediate container 8733a7b4e5ec [2021-01-13T17:03:03.008Z] ---> 6d5ecf0125d3 [2021-01-13T17:03:03.008Z] Step 14/22 : WORKDIR / [2021-01-13T17:03:03.229Z] 2.0.0-dev.33: digest: sha256:7d45f3eb3e3a0c93720febe5761604e99e7168175e935b3898d5389726943258 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:03.531Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:03.613Z] ---> Running in 43ba5cd3dead [2021-01-13T17:03:03.613Z] Removing intermediate container 775a72f420c1 [2021-01-13T17:03:03.613Z] ---> 97725328ef85 [2021-01-13T17:03:03.613Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:03.613Z] ---> 9d7fbcb3eb86 [2021-01-13T17:03:03.613Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T17:03:03.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:03.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T17:03:03.827Z] 724a6460d6a5: Preparing [2021-01-13T17:03:03.827Z] c3b62b151cff: Preparing [2021-01-13T17:03:03.827Z] f8779084f25a: Preparing [2021-01-13T17:03:03.827Z] 98967ebed5d1: Preparing [2021-01-13T17:03:03.827Z] d9178280616b: Preparing [2021-01-13T17:03:03.827Z] 777b2c648970: Preparing [2021-01-13T17:03:03.827Z] 777b2c648970: Waiting [2021-01-13T17:03:03.827Z] c3b62b151cff: Layer already exists [2021-01-13T17:03:03.827Z] f8779084f25a: Layer already exists [2021-01-13T17:03:03.827Z] 724a6460d6a5: Layer already exists [2021-01-13T17:03:03.827Z] d9178280616b: Layer already exists [2021-01-13T17:03:03.827Z] 98967ebed5d1: Layer already exists [2021-01-13T17:03:03.827Z] 777b2c648970: Layer already exists [2021-01-13T17:03:03.827Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:7d45f3eb3e3a0c93720febe5761604e99e7168175e935b3898d5389726943258 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:04.129Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:04.209Z] ---> Running in f074aa067784 [2021-01-13T17:03:04.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T17:03:04.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T17:03:04.435Z] 724a6460d6a5: Preparing [2021-01-13T17:03:04.435Z] c3b62b151cff: Preparing [2021-01-13T17:03:04.435Z] f8779084f25a: Preparing [2021-01-13T17:03:04.435Z] 98967ebed5d1: Preparing [2021-01-13T17:03:04.435Z] d9178280616b: Preparing [2021-01-13T17:03:04.435Z] 777b2c648970: Preparing [2021-01-13T17:03:04.435Z] 777b2c648970: Waiting [2021-01-13T17:03:04.435Z] d9178280616b: Layer already exists [2021-01-13T17:03:04.435Z] 98967ebed5d1: Layer already exists [2021-01-13T17:03:04.435Z] 724a6460d6a5: Layer already exists [2021-01-13T17:03:04.435Z] f8779084f25a: Layer already exists [2021-01-13T17:03:04.435Z] c3b62b151cff: Layer already exists [2021-01-13T17:03:04.435Z] 777b2c648970: Layer already exists [2021-01-13T17:03:04.435Z] master: digest: sha256:7d45f3eb3e3a0c93720febe5761604e99e7168175e935b3898d5389726943258 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-13T17:03:04.488Z] ---> 385c89fb7e8b [2021-01-13T17:03:04.488Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T17:03:04.488Z] Removing intermediate container 43ba5cd3dead [2021-01-13T17:03:04.488Z] ---> f26d2f9c0d4f [2021-01-13T17:03:04.488Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:03:04.609Z] ===================================================== [Pipeline] echo [2021-01-13T17:03:04.671Z] taggedImages: [2021-01-13T17:03:04.671Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:04.671Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T17:03:04.671Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:04.671Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-13T17:03:04.729Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-13T17:03:04.729Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:04.729Z] 2.0.0-dev.33 [2021-01-13T17:03:04.729Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:04.729Z] master [2021-01-13T17:03:04.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:05.089Z] Removing intermediate container f074aa067784 [2021-01-13T17:03:05.090Z] ---> 2ffaec2989df [2021-01-13T17:03:05.090Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:03:05.204Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:05.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:05.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T17:03:05.505Z] 5cbaa4430d8e: Preparing [2021-01-13T17:03:05.505Z] c5bd982f6825: Preparing [2021-01-13T17:03:05.505Z] d0c882eaef6a: Preparing [2021-01-13T17:03:05.505Z] 7f51dccee051: Preparing [2021-01-13T17:03:05.505Z] f596cd362b23: Preparing [2021-01-13T17:03:05.505Z] 90e0ea0e8a58: Preparing [2021-01-13T17:03:05.505Z] 903c5dab2c3b: Preparing [2021-01-13T17:03:05.505Z] ff6a73110fd2: Preparing [2021-01-13T17:03:05.505Z] 777b2c648970: Preparing [2021-01-13T17:03:05.505Z] 90e0ea0e8a58: Waiting [2021-01-13T17:03:05.505Z] 903c5dab2c3b: Waiting [2021-01-13T17:03:05.505Z] ff6a73110fd2: Waiting [2021-01-13T17:03:05.505Z] 777b2c648970: Waiting [2021-01-13T17:03:05.688Z] ---> Running in 11adfa761c93 [2021-01-13T17:03:05.688Z] ---> c4e8bcd309f1 [2021-01-13T17:03:05.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T17:03:05.688Z] ---> 5072c1e6828d [2021-01-13T17:03:05.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T17:03:05.772Z] 5cbaa4430d8e: Pushed [2021-01-13T17:03:05.772Z] c5bd982f6825: Pushed [2021-01-13T17:03:05.772Z] f596cd362b23: Pushed [2021-01-13T17:03:05.772Z] ff6a73110fd2: Layer already exists [2021-01-13T17:03:05.974Z] ---> cf77b6f74cf3 [2021-01-13T17:03:05.974Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T17:03:06.035Z] 777b2c648970: Layer already exists [2021-01-13T17:03:06.035Z] 90e0ea0e8a58: Pushed [2021-01-13T17:03:06.035Z] 903c5dab2c3b: Pushed [2021-01-13T17:03:06.256Z] Removing intermediate container 11adfa761c93 [2021-01-13T17:03:06.256Z] ---> 6f94e26ee1c1 [2021-01-13T17:03:06.256Z] [2021-01-13T17:03:06.613Z] 7f51dccee051: Pushed [2021-01-13T17:03:06.613Z] d0c882eaef6a: Pushed [2021-01-13T17:03:06.864Z] Successfully built 6f94e26ee1c1 [2021-01-13T17:03:06.865Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T17:03:06.865Z] Building docker-support-scheduler-go [2021-01-13T17:03:06.873Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:1269a8af0a4a922ac6b213e6d5515ca926c3d4e33d89fd0ccc07b74f7fdd9459 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:07.175Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:07.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T17:03:07.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T17:03:07.471Z] 5cbaa4430d8e: Preparing [2021-01-13T17:03:07.471Z] c5bd982f6825: Preparing [2021-01-13T17:03:07.471Z] d0c882eaef6a: Preparing [2021-01-13T17:03:07.471Z] 7f51dccee051: Preparing [2021-01-13T17:03:07.471Z] f596cd362b23: Preparing [2021-01-13T17:03:07.471Z] 90e0ea0e8a58: Preparing [2021-01-13T17:03:07.471Z] 903c5dab2c3b: Preparing [2021-01-13T17:03:07.471Z] ff6a73110fd2: Preparing [2021-01-13T17:03:07.471Z] 777b2c648970: Preparing [2021-01-13T17:03:07.471Z] 903c5dab2c3b: Waiting [2021-01-13T17:03:07.471Z] ff6a73110fd2: Waiting [2021-01-13T17:03:07.471Z] 777b2c648970: Waiting [2021-01-13T17:03:07.471Z] 90e0ea0e8a58: Waiting [2021-01-13T17:03:07.471Z] 7f51dccee051: Layer already exists [2021-01-13T17:03:07.471Z] d0c882eaef6a: Layer already exists [2021-01-13T17:03:07.471Z] c5bd982f6825: Layer already exists [2021-01-13T17:03:07.471Z] 5cbaa4430d8e: Layer already exists [2021-01-13T17:03:07.471Z] f596cd362b23: Layer already exists [2021-01-13T17:03:07.471Z] 777b2c648970: Layer already exists [2021-01-13T17:03:07.471Z] 90e0ea0e8a58: Layer already exists [2021-01-13T17:03:07.471Z] 903c5dab2c3b: Layer already exists [2021-01-13T17:03:07.471Z] ff6a73110fd2: Layer already exists [2021-01-13T17:03:07.471Z] 2.0.0-dev.33: digest: sha256:1269a8af0a4a922ac6b213e6d5515ca926c3d4e33d89fd0ccc07b74f7fdd9459 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:07.773Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:08.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:08.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T17:03:08.069Z] 5cbaa4430d8e: Preparing [2021-01-13T17:03:08.069Z] c5bd982f6825: Preparing [2021-01-13T17:03:08.069Z] d0c882eaef6a: Preparing [2021-01-13T17:03:08.069Z] 7f51dccee051: Preparing [2021-01-13T17:03:08.069Z] f596cd362b23: Preparing [2021-01-13T17:03:08.069Z] 90e0ea0e8a58: Preparing [2021-01-13T17:03:08.069Z] 903c5dab2c3b: Preparing [2021-01-13T17:03:08.069Z] ff6a73110fd2: Preparing [2021-01-13T17:03:08.069Z] 777b2c648970: Preparing [2021-01-13T17:03:08.069Z] ff6a73110fd2: Waiting [2021-01-13T17:03:08.069Z] 90e0ea0e8a58: Waiting [2021-01-13T17:03:08.069Z] 777b2c648970: Waiting [2021-01-13T17:03:08.069Z] d0c882eaef6a: Layer already exists [2021-01-13T17:03:08.069Z] 7f51dccee051: Layer already exists [2021-01-13T17:03:08.069Z] c5bd982f6825: Layer already exists [2021-01-13T17:03:08.069Z] 5cbaa4430d8e: Layer already exists [2021-01-13T17:03:08.069Z] f596cd362b23: Layer already exists [2021-01-13T17:03:08.069Z] ff6a73110fd2: Layer already exists [2021-01-13T17:03:08.069Z] 90e0ea0e8a58: Layer already exists [2021-01-13T17:03:08.069Z] 903c5dab2c3b: Layer already exists [2021-01-13T17:03:08.069Z] 777b2c648970: Layer already exists [2021-01-13T17:03:08.069Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:1269a8af0a4a922ac6b213e6d5515ca926c3d4e33d89fd0ccc07b74f7fdd9459 size: 2198 [2021-01-13T17:03:08.307Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T17:03:08.307Z] ---> 5abb98fff123 [2021-01-13T17:03:08.307Z] ---> 978511bec225 [2021-01-13T17:03:08.307Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T17:03:08.307Z] [2021-01-13T17:03:08.307Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T17:03:08.307Z] ---> eeaf43b92773 [2021-01-13T17:03:08.307Z] Step 12/26 : RUN apk add --no-cache bash [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:08.634Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:08.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-13T17:03:08.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T17:03:08.926Z] 5cbaa4430d8e: Preparing [2021-01-13T17:03:08.926Z] c5bd982f6825: Preparing [2021-01-13T17:03:08.926Z] d0c882eaef6a: Preparing [2021-01-13T17:03:08.926Z] 7f51dccee051: Preparing [2021-01-13T17:03:08.926Z] f596cd362b23: Preparing [2021-01-13T17:03:08.926Z] 90e0ea0e8a58: Preparing [2021-01-13T17:03:08.926Z] 903c5dab2c3b: Preparing [2021-01-13T17:03:08.926Z] ff6a73110fd2: Preparing [2021-01-13T17:03:08.926Z] 777b2c648970: Preparing [2021-01-13T17:03:08.926Z] 90e0ea0e8a58: Waiting [2021-01-13T17:03:08.926Z] 903c5dab2c3b: Waiting [2021-01-13T17:03:08.926Z] ff6a73110fd2: Waiting [2021-01-13T17:03:08.926Z] 5cbaa4430d8e: Layer already exists [2021-01-13T17:03:08.926Z] f596cd362b23: Layer already exists [2021-01-13T17:03:08.926Z] c5bd982f6825: Layer already exists [2021-01-13T17:03:08.926Z] 7f51dccee051: Layer already exists [2021-01-13T17:03:08.926Z] d0c882eaef6a: Layer already exists [2021-01-13T17:03:08.926Z] 90e0ea0e8a58: Layer already exists [2021-01-13T17:03:08.926Z] 903c5dab2c3b: Layer already exists [2021-01-13T17:03:08.926Z] ff6a73110fd2: Layer already exists [2021-01-13T17:03:08.926Z] 777b2c648970: Layer already exists [2021-01-13T17:03:08.926Z] master: digest: sha256:1269a8af0a4a922ac6b213e6d5515ca926c3d4e33d89fd0ccc07b74f7fdd9459 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:03:09.096Z] ===================================================== [Pipeline] echo [2021-01-13T17:03:09.139Z] taggedImages: [2021-01-13T17:03:09.139Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:09.139Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T17:03:09.139Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:09.139Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-13T17:03:09.197Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-13T17:03:09.197Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:09.197Z] 2.0.0-dev.33 [2021-01-13T17:03:09.197Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:09.197Z] master [2021-01-13T17:03:09.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:09.682Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:09.758Z] ---> 60888f2c438b [2021-01-13T17:03:09.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T17:03:09.759Z] ---> Running in d71b73896e07 [2021-01-13T17:03:09.759Z] ---> Running in 010290d8388e [2021-01-13T17:03:09.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:09.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T17:03:09.983Z] 3445f107bab9: Preparing [2021-01-13T17:03:09.983Z] b57a8be71ca1: Preparing [2021-01-13T17:03:09.983Z] b761036b253b: Preparing [2021-01-13T17:03:09.983Z] 3ce15cce57e6: Preparing [2021-01-13T17:03:09.983Z] 58f5630e1f75: Preparing [2021-01-13T17:03:09.983Z] 81ed80176610: Preparing [2021-01-13T17:03:09.983Z] 81ed80176610: Waiting [2021-01-13T17:03:09.983Z] b761036b253b: Layer already exists [2021-01-13T17:03:10.035Z] ---> 7695d6cda786 [2021-01-13T17:03:10.035Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T17:03:10.249Z] 3445f107bab9: Pushed [2021-01-13T17:03:10.249Z] 3ce15cce57e6: Pushed [2021-01-13T17:03:10.319Z] Removing intermediate container 010290d8388e [2021-01-13T17:03:10.319Z] ---> 81476ff76b42 [2021-01-13T17:03:10.319Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T17:03:10.510Z] 81ed80176610: Pushed [2021-01-13T17:03:10.511Z] 58f5630e1f75: Pushed [2021-01-13T17:03:10.594Z] ---> Running in 98ac152450e0 [2021-01-13T17:03:10.594Z] ---> 93f6055185a4 [2021-01-13T17:03:10.594Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T17:03:10.865Z] ---> Running in ab041eebe3c2 [2021-01-13T17:03:11.086Z] b57a8be71ca1: Pushed [2021-01-13T17:03:11.142Z] ---> 2b6a1d1e324c [2021-01-13T17:03:11.142Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-13T17:03:11.348Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:d4584d7b2c6c95dc34b0770ef5b6902a65f77f6044e1ed5fab598168af5fc3b4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:11.436Z] Removing intermediate container 98ac152450e0 [2021-01-13T17:03:11.436Z] ---> 4ab30189529c [2021-01-13T17:03:11.436Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T17:03:11.436Z] ---> Running in 70fa9812a8d0 [2021-01-13T17:03:11.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:11.436Z] Removing intermediate container ab041eebe3c2 [2021-01-13T17:03:11.436Z] ---> 3f8da648db7f [2021-01-13T17:03:11.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:03:11.659Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:11.723Z] ---> Running in 2b4dcc039651 [2021-01-13T17:03:11.723Z] ---> Running in 218284b9f072 [2021-01-13T17:03:11.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:11.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T17:03:11.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T17:03:11.967Z] 3445f107bab9: Preparing [2021-01-13T17:03:11.967Z] b57a8be71ca1: Preparing [2021-01-13T17:03:11.967Z] b761036b253b: Preparing [2021-01-13T17:03:11.967Z] 3ce15cce57e6: Preparing [2021-01-13T17:03:11.967Z] 58f5630e1f75: Preparing [2021-01-13T17:03:11.967Z] 81ed80176610: Preparing [2021-01-13T17:03:11.967Z] 81ed80176610: Waiting [2021-01-13T17:03:11.967Z] b57a8be71ca1: Layer already exists [2021-01-13T17:03:11.967Z] b761036b253b: Layer already exists [2021-01-13T17:03:11.967Z] 3ce15cce57e6: Layer already exists [2021-01-13T17:03:11.967Z] 58f5630e1f75: Layer already exists [2021-01-13T17:03:11.967Z] 3445f107bab9: Layer already exists [2021-01-13T17:03:11.967Z] 81ed80176610: Layer already exists [2021-01-13T17:03:11.967Z] 2.0.0-dev.33: digest: sha256:d4584d7b2c6c95dc34b0770ef5b6902a65f77f6044e1ed5fab598168af5fc3b4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:12.279Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:12.343Z] Removing intermediate container 2b4dcc039651 [2021-01-13T17:03:12.343Z] ---> 86fc81249f6c [2021-01-13T17:03:12.343Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:12.343Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T17:03:12.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:12.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T17:03:12.585Z] 3445f107bab9: Preparing [2021-01-13T17:03:12.585Z] b57a8be71ca1: Preparing [2021-01-13T17:03:12.585Z] b761036b253b: Preparing [2021-01-13T17:03:12.585Z] 3ce15cce57e6: Preparing [2021-01-13T17:03:12.585Z] 58f5630e1f75: Preparing [2021-01-13T17:03:12.585Z] 81ed80176610: Preparing [2021-01-13T17:03:12.585Z] 81ed80176610: Waiting [2021-01-13T17:03:12.585Z] 3ce15cce57e6: Layer already exists [2021-01-13T17:03:12.585Z] b57a8be71ca1: Layer already exists [2021-01-13T17:03:12.585Z] 58f5630e1f75: Layer already exists [2021-01-13T17:03:12.585Z] b761036b253b: Layer already exists [2021-01-13T17:03:12.585Z] 3445f107bab9: Layer already exists [2021-01-13T17:03:12.585Z] 81ed80176610: Layer already exists [2021-01-13T17:03:12.585Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:d4584d7b2c6c95dc34b0770ef5b6902a65f77f6044e1ed5fab598168af5fc3b4 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:12.621Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T17:03:12.621Z] Executing bash-5.0.17-r0.post-install [2021-01-13T17:03:12.621Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:03:12.621Z] OK: 12 MiB in 22 packages [2021-01-13T17:03:12.621Z] ---> Running in e452a31d3c5a [2021-01-13T17:03:12.621Z] Removing intermediate container 218284b9f072 [2021-01-13T17:03:12.621Z] ---> ff7784a7c5d7 [2021-01-13T17:03:12.621Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T17:03:12.891Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [2021-01-13T17:03:12.905Z] ---> Running in 56d453319f6c [Pipeline] sh [2021-01-13T17:03:13.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-13T17:03:13.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T17:03:13.196Z] 3445f107bab9: Preparing [2021-01-13T17:03:13.196Z] b57a8be71ca1: Preparing [2021-01-13T17:03:13.196Z] b761036b253b: Preparing [2021-01-13T17:03:13.196Z] 3ce15cce57e6: Preparing [2021-01-13T17:03:13.196Z] 58f5630e1f75: Preparing [2021-01-13T17:03:13.196Z] 81ed80176610: Preparing [2021-01-13T17:03:13.196Z] 81ed80176610: Waiting [2021-01-13T17:03:13.196Z] b761036b253b: Layer already exists [2021-01-13T17:03:13.196Z] 3ce15cce57e6: Layer already exists [2021-01-13T17:03:13.196Z] 58f5630e1f75: Layer already exists [2021-01-13T17:03:13.196Z] 3445f107bab9: Layer already exists [2021-01-13T17:03:13.196Z] b57a8be71ca1: Layer already exists [2021-01-13T17:03:13.196Z] 81ed80176610: Layer already exists [2021-01-13T17:03:13.196Z] master: digest: sha256:d4584d7b2c6c95dc34b0770ef5b6902a65f77f6044e1ed5fab598168af5fc3b4 size: 1573 [Pipeline] } [2021-01-13T17:03:13.515Z] Removing intermediate container e452a31d3c5a [2021-01-13T17:03:13.515Z] ---> 86b63cf961c0 [2021-01-13T17:03:13.515Z] Step 21/21 : LABEL version=2.0.0-dev.33 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:03:13.887Z] ===================================================== [Pipeline] echo [2021-01-13T17:03:13.939Z] taggedImages: [2021-01-13T17:03:13.939Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:13.939Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T17:03:13.939Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:13.939Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-13T17:03:14.011Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-13T17:03:14.011Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:14.011Z] 2.0.0-dev.33 [2021-01-13T17:03:14.011Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:14.011Z] master [2021-01-13T17:03:14.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-13T17:03:14.129Z] Removing intermediate container 56d453319f6c [2021-01-13T17:03:14.130Z] ---> 064f17a04912 [2021-01-13T17:03:14.130Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:14.481Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:14.724Z] ---> Running in 8194bc3e9b6b [2021-01-13T17:03:14.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:14.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T17:03:14.781Z] 13d1ebb6ebf3: Preparing [2021-01-13T17:03:14.781Z] 6cd813bda063: Preparing [2021-01-13T17:03:14.781Z] b761036b253b: Preparing [2021-01-13T17:03:14.781Z] b761036b253b: Layer already exists [2021-01-13T17:03:14.999Z] ---> Running in 737e546b342b [2021-01-13T17:03:14.999Z] Removing intermediate container d71b73896e07 [2021-01-13T17:03:14.999Z] ---> 4f9011e16e89 [2021-01-13T17:03:14.999Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T17:03:15.048Z] 13d1ebb6ebf3: Pushed [2021-01-13T17:03:15.614Z] ---> Running in 46281046c3e1 [2021-01-13T17:03:15.894Z] Removing intermediate container 8194bc3e9b6b [2021-01-13T17:03:15.895Z] ---> f63e9cf52f1e [2021-01-13T17:03:15.895Z] [2021-01-13T17:03:15.895Z] Removing intermediate container 737e546b342b [2021-01-13T17:03:15.895Z] ---> 7e29d9e9fb9a [2021-01-13T17:03:15.895Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:03:15.992Z] 6cd813bda063: Pushed [2021-01-13T17:03:15.993Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:65a0595aa00dcf00292dc96c2283c8f038e97c6f671efd6e1bddbb4d074887aa size: 943 [2021-01-13T17:03:16.178Z] Removing intermediate container 70fa9812a8d0 [2021-01-13T17:03:16.179Z] ---> a1b18eaad408 [2021-01-13T17:03:16.179Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:16.461Z] Successfully built f63e9cf52f1e [2021-01-13T17:03:16.461Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T17:03:16.461Z] Building docker-core-data-go [2021-01-13T17:03:16.461Z] ---> Running in fcc33eb6502e [2021-01-13T17:03:16.564Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:16.738Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 46281046c3e1 [2021-01-13T17:03:16.738Z] ---> eb60d8a7b22e [2021-01-13T17:03:16.739Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T17:03:16.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T17:03:16.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T17:03:16.861Z] 13d1ebb6ebf3: Preparing [2021-01-13T17:03:16.861Z] 6cd813bda063: Preparing [2021-01-13T17:03:16.861Z] b761036b253b: Preparing [2021-01-13T17:03:16.861Z] 13d1ebb6ebf3: Layer already exists [2021-01-13T17:03:16.861Z] 6cd813bda063: Layer already exists [2021-01-13T17:03:16.861Z] b761036b253b: Layer already exists [2021-01-13T17:03:16.861Z] 2.0.0-dev.33: digest: sha256:65a0595aa00dcf00292dc96c2283c8f038e97c6f671efd6e1bddbb4d074887aa size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:17.009Z] ---> Running in 9523a771877e [2021-01-13T17:03:17.009Z] ---> Running in 1e5275526d82 [2021-01-13T17:03:17.178Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:17.284Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:03:17.284Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:03:17.284Z] ---> 65043db109a7 [2021-01-13T17:03:17.284Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> 2361892987d7 [2021-01-13T17:03:17.284Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> 88e982ad08c5 [2021-01-13T17:03:17.284Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> 8bc37756e965 [2021-01-13T17:03:17.284Z] Step 6/21 : COPY go.mod . [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> 09685e51f36d [2021-01-13T17:03:17.284Z] Step 7/21 : RUN go mod download [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> ce67977d8998 [2021-01-13T17:03:17.284Z] Step 8/21 : COPY . . [2021-01-13T17:03:17.284Z] Removing intermediate container fcc33eb6502e [2021-01-13T17:03:17.284Z] ---> 36cd5da50cf5 [2021-01-13T17:03:17.284Z] [2021-01-13T17:03:17.284Z] ---> Using cache [2021-01-13T17:03:17.284Z] ---> 5daef8af5008 [2021-01-13T17:03:17.284Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T17:03:17.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:17.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T17:03:17.479Z] 13d1ebb6ebf3: Preparing [2021-01-13T17:03:17.479Z] 6cd813bda063: Preparing [2021-01-13T17:03:17.479Z] b761036b253b: Preparing [2021-01-13T17:03:17.479Z] 6cd813bda063: Layer already exists [2021-01-13T17:03:17.479Z] 13d1ebb6ebf3: Layer already exists [2021-01-13T17:03:17.479Z] b761036b253b: Layer already exists [2021-01-13T17:03:17.479Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:65a0595aa00dcf00292dc96c2283c8f038e97c6f671efd6e1bddbb4d074887aa size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:17.556Z] Successfully built 36cd5da50cf5 [2021-01-13T17:03:17.831Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T17:03:17.831Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-13T17:03:17.831Z] Removing intermediate container 9523a771877e [2021-01-13T17:03:17.831Z] ---> 25e0903ec2bb [2021-01-13T17:03:17.831Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T17:03:17.845Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:18.106Z] ---> Running in ff8dc09bbb70 [2021-01-13T17:03:18.106Z] Removing intermediate container 1e5275526d82 [2021-01-13T17:03:18.106Z] ---> 6727cd745ade [2021-01-13T17:03:18.106Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T17:03:18.106Z] ---> Running in 490b870d7fe9 [2021-01-13T17:03:18.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-13T17:03:18.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T17:03:18.216Z] 13d1ebb6ebf3: Preparing [2021-01-13T17:03:18.216Z] 6cd813bda063: Preparing [2021-01-13T17:03:18.216Z] b761036b253b: Preparing [2021-01-13T17:03:18.216Z] 13d1ebb6ebf3: Layer already exists [2021-01-13T17:03:18.216Z] b761036b253b: Layer already exists [2021-01-13T17:03:18.216Z] 6cd813bda063: Layer already exists [2021-01-13T17:03:18.216Z] master: digest: sha256:65a0595aa00dcf00292dc96c2283c8f038e97c6f671efd6e1bddbb4d074887aa size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-13T17:03:18.383Z] ---> Running in 6443287b0cac [Pipeline] echo [2021-01-13T17:03:18.422Z] ===================================================== [Pipeline] echo [2021-01-13T17:03:18.503Z] taggedImages: [2021-01-13T17:03:18.503Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:18.503Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T17:03:18.503Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:18.503Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-13T17:03:18.570Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-13T17:03:18.570Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:18.570Z] 2.0.0-dev.33 [2021-01-13T17:03:18.570Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:18.570Z] master [2021-01-13T17:03:18.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-13T17:03:18.661Z] Removing intermediate container 490b870d7fe9 [2021-01-13T17:03:18.661Z] ---> 23848dfa9e89 [2021-01-13T17:03:18.661Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:19.062Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:19.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:19.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T17:03:19.371Z] c0eeffc6c6b2: Preparing [2021-01-13T17:03:19.371Z] d2b765d78477: Preparing [2021-01-13T17:03:19.371Z] 9f4cea81c608: Preparing [2021-01-13T17:03:19.371Z] c83aff8fe7da: Preparing [2021-01-13T17:03:19.371Z] 3528dbc09a31: Preparing [2021-01-13T17:03:19.371Z] 7f0cf0aa7d8b: Preparing [2021-01-13T17:03:19.371Z] 54d9d2bcc837: Preparing [2021-01-13T17:03:19.371Z] 0754057c0ad3: Preparing [2021-01-13T17:03:19.371Z] 998cdf262ab1: Preparing [2021-01-13T17:03:19.371Z] 02e56110abd2: Preparing [2021-01-13T17:03:19.371Z] abc36efb885a: Preparing [2021-01-13T17:03:19.371Z] b0b09059f4e1: Preparing [2021-01-13T17:03:19.371Z] bb961f40224b: Preparing [2021-01-13T17:03:19.371Z] f4666769fca7: Preparing [2021-01-13T17:03:19.371Z] 7f0cf0aa7d8b: Waiting [2021-01-13T17:03:19.371Z] 02e56110abd2: Waiting [2021-01-13T17:03:19.371Z] abc36efb885a: Waiting [2021-01-13T17:03:19.371Z] 54d9d2bcc837: Waiting [2021-01-13T17:03:19.371Z] 0754057c0ad3: Waiting [2021-01-13T17:03:19.371Z] 998cdf262ab1: Waiting [2021-01-13T17:03:19.371Z] b0b09059f4e1: Waiting [2021-01-13T17:03:19.371Z] bb961f40224b: Waiting [2021-01-13T17:03:19.371Z] f4666769fca7: Waiting [2021-01-13T17:03:19.634Z] 3528dbc09a31: Pushed [2021-01-13T17:03:19.634Z] c0eeffc6c6b2: Pushed [2021-01-13T17:03:19.895Z] c83aff8fe7da: Pushed [2021-01-13T17:03:19.895Z] 0754057c0ad3: Layer already exists [2021-01-13T17:03:19.895Z] 998cdf262ab1: Layer already exists [2021-01-13T17:03:19.895Z] 02e56110abd2: Layer already exists [2021-01-13T17:03:20.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-13T17:03:20.158Z] abc36efb885a: Layer already exists [2021-01-13T17:03:20.158Z] 54d9d2bcc837: Pushed [2021-01-13T17:03:20.158Z] b0b09059f4e1: Layer already exists [2021-01-13T17:03:20.158Z] bb961f40224b: Layer already exists [2021-01-13T17:03:20.158Z] f4666769fca7: Layer already exists [2021-01-13T17:03:20.158Z] d2b765d78477: Pushed [2021-01-13T17:03:20.730Z] 7f0cf0aa7d8b: Pushed [2021-01-13T17:03:21.560Z] ---> Running in b0e8ab1ebb70 [2021-01-13T17:03:21.560Z] Removing intermediate container 6443287b0cac [2021-01-13T17:03:21.560Z] ---> ddf840ec352e [2021-01-13T17:03:21.560Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T17:03:22.168Z] Removing intermediate container b0e8ab1ebb70 [2021-01-13T17:03:22.168Z] ---> 3131c5110289 [2021-01-13T17:03:22.168Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T17:03:22.770Z] ---> Running in 1151f6a3cf82 [2021-01-13T17:03:23.044Z] ---> 0af0920e10b2 [2021-01-13T17:03:23.044Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T17:03:23.640Z] Removing intermediate container 1151f6a3cf82 [2021-01-13T17:03:23.640Z] ---> 57451df98bb1 [2021-01-13T17:03:23.640Z] [2021-01-13T17:03:23.916Z] Successfully built 57451df98bb1 [2021-01-13T17:03:23.916Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T17:03:23.916Z] Building docker-security-bootstrap-redis-go [2021-01-13T17:03:24.038Z] 9f4cea81c608: Pushed [2021-01-13T17:03:24.038Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:a22eaa2359ddee780337a7c5c8646a6d990ab65b1f928549d79622f9a0afbc63 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:24.198Z]  Building docker-security-secretstore-setup-go ... done  ---> 59dace68dfa9 [2021-01-13T17:03:24.342Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:24.474Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T17:03:24.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T17:03:24.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T17:03:24.641Z] c0eeffc6c6b2: Preparing [2021-01-13T17:03:24.641Z] d2b765d78477: Preparing [2021-01-13T17:03:24.641Z] 9f4cea81c608: Preparing [2021-01-13T17:03:24.641Z] c83aff8fe7da: Preparing [2021-01-13T17:03:24.641Z] 3528dbc09a31: Preparing [2021-01-13T17:03:24.641Z] 7f0cf0aa7d8b: Preparing [2021-01-13T17:03:24.641Z] 54d9d2bcc837: Preparing [2021-01-13T17:03:24.641Z] 0754057c0ad3: Preparing [2021-01-13T17:03:24.641Z] 998cdf262ab1: Preparing [2021-01-13T17:03:24.641Z] 02e56110abd2: Preparing [2021-01-13T17:03:24.641Z] abc36efb885a: Preparing [2021-01-13T17:03:24.641Z] b0b09059f4e1: Preparing [2021-01-13T17:03:24.641Z] bb961f40224b: Preparing [2021-01-13T17:03:24.641Z] f4666769fca7: Preparing [2021-01-13T17:03:24.641Z] 998cdf262ab1: Waiting [2021-01-13T17:03:24.641Z] 02e56110abd2: Waiting [2021-01-13T17:03:24.641Z] abc36efb885a: Waiting [2021-01-13T17:03:24.641Z] 7f0cf0aa7d8b: Waiting [2021-01-13T17:03:24.641Z] 54d9d2bcc837: Waiting [2021-01-13T17:03:24.641Z] 0754057c0ad3: Waiting [2021-01-13T17:03:24.641Z] b0b09059f4e1: Waiting [2021-01-13T17:03:24.641Z] bb961f40224b: Waiting [2021-01-13T17:03:24.641Z] f4666769fca7: Waiting [2021-01-13T17:03:24.641Z] c83aff8fe7da: Layer already exists [2021-01-13T17:03:24.641Z] c0eeffc6c6b2: Layer already exists [2021-01-13T17:03:24.641Z] 3528dbc09a31: Layer already exists [2021-01-13T17:03:24.641Z] 9f4cea81c608: Layer already exists [2021-01-13T17:03:24.641Z] d2b765d78477: Layer already exists [2021-01-13T17:03:24.641Z] 7f0cf0aa7d8b: Layer already exists [2021-01-13T17:03:24.641Z] 0754057c0ad3: Layer already exists [2021-01-13T17:03:24.641Z] 02e56110abd2: Layer already exists [2021-01-13T17:03:24.641Z] 998cdf262ab1: Layer already exists [2021-01-13T17:03:24.641Z] 54d9d2bcc837: Layer already exists [2021-01-13T17:03:24.641Z] b0b09059f4e1: Layer already exists [2021-01-13T17:03:24.641Z] abc36efb885a: Layer already exists [2021-01-13T17:03:24.641Z] bb961f40224b: Layer already exists [2021-01-13T17:03:24.641Z] f4666769fca7: Layer already exists [2021-01-13T17:03:24.902Z] 2.0.0-dev.33: digest: sha256:a22eaa2359ddee780337a7c5c8646a6d990ab65b1f928549d79622f9a0afbc63 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:25.214Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:25.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:25.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T17:03:25.516Z] c0eeffc6c6b2: Preparing [2021-01-13T17:03:25.516Z] d2b765d78477: Preparing [2021-01-13T17:03:25.516Z] 9f4cea81c608: Preparing [2021-01-13T17:03:25.516Z] c83aff8fe7da: Preparing [2021-01-13T17:03:25.516Z] 3528dbc09a31: Preparing [2021-01-13T17:03:25.516Z] 7f0cf0aa7d8b: Preparing [2021-01-13T17:03:25.516Z] 54d9d2bcc837: Preparing [2021-01-13T17:03:25.516Z] 0754057c0ad3: Preparing [2021-01-13T17:03:25.516Z] 998cdf262ab1: Preparing [2021-01-13T17:03:25.516Z] 02e56110abd2: Preparing [2021-01-13T17:03:25.516Z] abc36efb885a: Preparing [2021-01-13T17:03:25.516Z] b0b09059f4e1: Preparing [2021-01-13T17:03:25.516Z] bb961f40224b: Preparing [2021-01-13T17:03:25.516Z] f4666769fca7: Preparing [2021-01-13T17:03:25.516Z] 998cdf262ab1: Waiting [2021-01-13T17:03:25.516Z] 02e56110abd2: Waiting [2021-01-13T17:03:25.516Z] abc36efb885a: Waiting [2021-01-13T17:03:25.516Z] b0b09059f4e1: Waiting [2021-01-13T17:03:25.516Z] 7f0cf0aa7d8b: Waiting [2021-01-13T17:03:25.516Z] bb961f40224b: Waiting [2021-01-13T17:03:25.516Z] f4666769fca7: Waiting [2021-01-13T17:03:25.516Z] 54d9d2bcc837: Waiting [2021-01-13T17:03:25.516Z] 0754057c0ad3: Waiting [2021-01-13T17:03:25.516Z] 3528dbc09a31: Layer already exists [2021-01-13T17:03:25.516Z] c83aff8fe7da: Layer already exists [2021-01-13T17:03:25.516Z] c0eeffc6c6b2: Layer already exists [2021-01-13T17:03:25.516Z] d2b765d78477: Layer already exists [2021-01-13T17:03:25.516Z] 9f4cea81c608: Layer already exists [2021-01-13T17:03:25.516Z] 54d9d2bcc837: Layer already exists [2021-01-13T17:03:25.516Z] 7f0cf0aa7d8b: Layer already exists [2021-01-13T17:03:25.516Z] 0754057c0ad3: Layer already exists [2021-01-13T17:03:25.516Z] 998cdf262ab1: Layer already exists [2021-01-13T17:03:25.516Z] 02e56110abd2: Layer already exists [2021-01-13T17:03:25.516Z] abc36efb885a: Layer already exists [2021-01-13T17:03:25.516Z] b0b09059f4e1: Layer already exists [2021-01-13T17:03:25.516Z] bb961f40224b: Layer already exists [2021-01-13T17:03:25.516Z] f4666769fca7: Layer already exists [2021-01-13T17:03:25.779Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:a22eaa2359ddee780337a7c5c8646a6d990ab65b1f928549d79622f9a0afbc63 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:25.931Z] ---> 932915611395 [2021-01-13T17:03:25.931Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T17:03:26.086Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:03:26.212Z] ---> Running in fe01627c682b [2021-01-13T17:03:26.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-13T17:03:26.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T17:03:26.385Z] c0eeffc6c6b2: Preparing [2021-01-13T17:03:26.385Z] d2b765d78477: Preparing [2021-01-13T17:03:26.385Z] 9f4cea81c608: Preparing [2021-01-13T17:03:26.385Z] c83aff8fe7da: Preparing [2021-01-13T17:03:26.385Z] 3528dbc09a31: Preparing [2021-01-13T17:03:26.385Z] 7f0cf0aa7d8b: Preparing [2021-01-13T17:03:26.385Z] 54d9d2bcc837: Preparing [2021-01-13T17:03:26.385Z] 0754057c0ad3: Preparing [2021-01-13T17:03:26.385Z] 998cdf262ab1: Preparing [2021-01-13T17:03:26.385Z] 02e56110abd2: Preparing [2021-01-13T17:03:26.385Z] abc36efb885a: Preparing [2021-01-13T17:03:26.385Z] b0b09059f4e1: Preparing [2021-01-13T17:03:26.385Z] bb961f40224b: Preparing [2021-01-13T17:03:26.385Z] f4666769fca7: Preparing [2021-01-13T17:03:26.385Z] 998cdf262ab1: Waiting [2021-01-13T17:03:26.385Z] 02e56110abd2: Waiting [2021-01-13T17:03:26.385Z] abc36efb885a: Waiting [2021-01-13T17:03:26.385Z] b0b09059f4e1: Waiting [2021-01-13T17:03:26.385Z] bb961f40224b: Waiting [2021-01-13T17:03:26.385Z] f4666769fca7: Waiting [2021-01-13T17:03:26.385Z] 7f0cf0aa7d8b: Waiting [2021-01-13T17:03:26.385Z] 54d9d2bcc837: Waiting [2021-01-13T17:03:26.385Z] 0754057c0ad3: Waiting [2021-01-13T17:03:26.385Z] 3528dbc09a31: Layer already exists [2021-01-13T17:03:26.385Z] c83aff8fe7da: Layer already exists [2021-01-13T17:03:26.385Z] c0eeffc6c6b2: Layer already exists [2021-01-13T17:03:26.385Z] d2b765d78477: Layer already exists [2021-01-13T17:03:26.385Z] 9f4cea81c608: Layer already exists [2021-01-13T17:03:26.385Z] 0754057c0ad3: Layer already exists [2021-01-13T17:03:26.385Z] 02e56110abd2: Layer already exists [2021-01-13T17:03:26.385Z] 54d9d2bcc837: Layer already exists [2021-01-13T17:03:26.385Z] 998cdf262ab1: Layer already exists [2021-01-13T17:03:26.385Z] 7f0cf0aa7d8b: Layer already exists [2021-01-13T17:03:26.385Z] f4666769fca7: Layer already exists [2021-01-13T17:03:26.385Z] abc36efb885a: Layer already exists [2021-01-13T17:03:26.385Z] b0b09059f4e1: Layer already exists [2021-01-13T17:03:26.385Z] bb961f40224b: Layer already exists [2021-01-13T17:03:26.648Z] master: digest: sha256:a22eaa2359ddee780337a7c5c8646a6d990ab65b1f928549d79622f9a0afbc63 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:03:26.831Z] ===================================================== [Pipeline] echo [2021-01-13T17:03:26.880Z] taggedImages: [2021-01-13T17:03:26.880Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:03:26.880Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T17:03:26.880Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:03:26.880Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-13T17:03:28.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:28.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:28.833Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T17:03:28.833Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T17:03:28.833Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T17:03:28.833Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T17:03:28.833Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T17:03:28.833Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T17:03:29.111Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T17:03:31.102Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T17:03:31.102Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T17:03:31.102Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T17:03:31.102Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T17:03:31.102Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T17:03:31.102Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T17:03:31.102Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T17:03:31.375Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T17:03:31.375Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T17:03:31.375Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T17:03:31.375Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T17:03:31.375Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T17:03:31.375Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T17:03:31.651Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T17:03:31.651Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T17:03:31.651Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T17:03:31.651Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T17:03:31.651Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T17:03:31.651Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T17:03:31.926Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T17:03:31.926Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T17:03:31.926Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T17:03:31.926Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T17:03:31.926Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T17:03:31.926Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T17:03:31.926Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T17:03:32.201Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:03:32.201Z] OK: 71 MiB in 55 packages [2021-01-13T17:03:40.559Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:03:40.559Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:03:40.559Z] ---> 65043db109a7 [2021-01-13T17:03:40.559Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T17:03:40.559Z] ---> Using cache [2021-01-13T17:03:40.559Z] ---> 2361892987d7 [2021-01-13T17:03:40.559Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:03:40.559Z] ---> Using cache [2021-01-13T17:03:40.559Z] ---> 88e982ad08c5 [2021-01-13T17:03:40.559Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T17:03:41.168Z] ---> Running in 4129f36288b3 [2021-01-13T17:03:41.775Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:03:41.775Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:03:41.775Z] ---> 65043db109a7 [2021-01-13T17:03:41.775Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T17:03:41.775Z] ---> Using cache [2021-01-13T17:03:41.775Z] ---> 2361892987d7 [2021-01-13T17:03:41.775Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:03:41.775Z] ---> Using cache [2021-01-13T17:03:41.775Z] ---> 88e982ad08c5 [2021-01-13T17:03:41.775Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T17:03:42.389Z] ---> Running in 4e9f5f8ec544 [2021-01-13T17:03:43.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:44.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:44.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:45.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:03:46.376Z] OK: 217 MiB in 51 packages [2021-01-13T17:03:47.382Z] OK: 217 MiB in 51 packages [2021-01-13T17:03:48.377Z] Removing intermediate container fe01627c682b [2021-01-13T17:03:48.377Z] ---> 69ae6a69b965 [2021-01-13T17:03:48.377Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T17:03:48.656Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T17:03:48.656Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T17:03:48.656Z] ---> 65043db109a7 [2021-01-13T17:03:48.656Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T17:03:48.656Z] ---> Using cache [2021-01-13T17:03:48.656Z] ---> 2361892987d7 [2021-01-13T17:03:48.656Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:03:48.656Z] ---> Using cache [2021-01-13T17:03:48.656Z] ---> 88e982ad08c5 [2021-01-13T17:03:48.656Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T17:03:48.656Z] ---> Using cache [2021-01-13T17:03:48.656Z] ---> 8bc37756e965 [2021-01-13T17:03:48.656Z] Step 6/22 : COPY go.mod . [2021-01-13T17:03:48.656Z] ---> Using cache [2021-01-13T17:03:48.656Z] ---> 09685e51f36d [2021-01-13T17:03:48.656Z] Step 7/22 : RUN go mod download [2021-01-13T17:03:48.656Z] ---> Using cache [2021-01-13T17:03:48.656Z] ---> Running in ea498e1a33f4 [2021-01-13T17:03:48.656Z] ---> ce67977d8998 [2021-01-13T17:03:48.656Z] Step 8/22 : COPY . . [2021-01-13T17:03:48.932Z] Removing intermediate container 4129f36288b3 [2021-01-13T17:03:48.932Z] ---> c5d470f8bc53 [2021-01-13T17:03:48.932Z] Step 6/23 : COPY go.mod . [2021-01-13T17:03:49.216Z] ---> Using cache [2021-01-13T17:03:49.216Z] ---> 5daef8af5008 [2021-01-13T17:03:49.216Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T17:03:49.823Z] ---> Running in 6135903d1afa [2021-01-13T17:03:50.101Z] Removing intermediate container 4e9f5f8ec544 [2021-01-13T17:03:50.101Z] ---> edf773fe6c4f [2021-01-13T17:03:50.101Z] Step 6/24 : COPY go.mod . [2021-01-13T17:03:50.720Z] ---> 0aafce272d45 [2021-01-13T17:03:50.720Z] Step 7/23 : RUN go mod download [2021-01-13T17:03:51.003Z] ---> Running in df5043fc426b [2021-01-13T17:03:51.990Z] ---> 55cb32f9663e [2021-01-13T17:03:51.990Z] Step 7/24 : RUN go mod download [2021-01-13T17:03:52.263Z] ---> Running in 2afbbd1b9158 [2021-01-13T17:03:52.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-13T17:03:56.607Z] Removing intermediate container df5043fc426b [2021-01-13T17:03:56.607Z] ---> b3270b3d7621 [2021-01-13T17:03:56.607Z] Step 8/23 : COPY . . [2021-01-13T17:03:56.886Z] Collecting docker-compose==1.23.2 [2021-01-13T17:03:57.167Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T17:03:57.441Z] Removing intermediate container 2afbbd1b9158 [2021-01-13T17:03:57.441Z] ---> 4e44b2ddb4db [2021-01-13T17:03:57.441Z] Step 8/24 : COPY . . [2021-01-13T17:03:58.426Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T17:03:58.426Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T17:03:59.425Z] Collecting PyYAML<4,>=3.10 [2021-01-13T17:03:59.425Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T17:04:04.863Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T17:04:04.863Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T17:04:04.863Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T17:04:04.863Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T17:04:09.212Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T17:04:09.212Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T17:04:09.493Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T17:04:09.493Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T17:04:10.482Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T17:04:10.482Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T17:04:11.090Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-13T17:04:11.531Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T17:04:11.531Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T17:04:15.340Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T17:04:15.340Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T17:04:15.936Z] ---> 269ec8b6bee7 [2021-01-13T17:04:15.936Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T17:04:15.936Z] ---> 56f418d6b935 [2021-01-13T17:04:15.936Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T17:04:16.212Z] ---> Running in 750111a4a07b [2021-01-13T17:04:16.817Z] ---> Running in aba1cd38d209 [2021-01-13T17:04:18.814Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-13T17:04:18.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-13T17:04:19.089Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T17:04:19.089Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T17:04:20.071Z] Collecting idna<2.8,>=2.5 [2021-01-13T17:04:20.071Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T17:04:20.071Z] 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) [2021-01-13T17:04:20.071Z] 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) [2021-01-13T17:04:20.348Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T17:04:20.622Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T17:04:20.622Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T17:04:20.622Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T17:04:20.622Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T17:04:20.622Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T17:04:22.084Z] Removing intermediate container ff8dc09bbb70 [2021-01-13T17:04:22.084Z] ---> d63423263ae1 [2021-01-13T17:04:22.084Z] [2021-01-13T17:04:22.084Z] Step 10/21 : FROM scratch [2021-01-13T17:04:22.084Z] ---> [2021-01-13T17:04:22.084Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:04:22.084Z] Installing collected packages: websocket-client, PyYAML, jsonschema, texttable, urllib3, idna, requests, cached-property, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-01-13T17:04:22.084Z] ---> Using cache [2021-01-13T17:04:22.084Z] ---> 712a32747545 [2021-01-13T17:04:22.084Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T17:04:22.084Z] ---> Running in c31ae546ec33 [2021-01-13T17:04:22.361Z] Running setup.py install for PyYAML: started [2021-01-13T17:04:22.645Z] Removing intermediate container c31ae546ec33 [2021-01-13T17:04:22.645Z] ---> 3f4396ff3c62 [2021-01-13T17:04:22.928Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T17:04:22.928Z] ---> Running in ed96c0c23012 [2021-01-13T17:04:23.533Z] Removing intermediate container ed96c0c23012 [2021-01-13T17:04:23.533Z] ---> 9b881d1d5d21 [2021-01-13T17:04:23.533Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:04:25.004Z] ---> dbcbce3d8c50 [2021-01-13T17:04:25.004Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T17:04:25.995Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T17:04:26.621Z] Running setup.py install for texttable: started [2021-01-13T17:04:26.621Z] ---> 129de2cc42e0 [2021-01-13T17:04:26.621Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T17:04:27.655Z] ---> ee0cf2f9783e [2021-01-13T17:04:27.655Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T17:04:27.932Z] ---> Running in e2c03903748f [2021-01-13T17:04:28.941Z] Removing intermediate container e2c03903748f [2021-01-13T17:04:28.941Z] ---> 4b0764255192 [2021-01-13T17:04:28.941Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:04:28.941Z] ---> Running in 45e2fe1fa672 [2021-01-13T17:04:29.558Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T17:04:29.558Z] Attempting uninstall: urllib3 [2021-01-13T17:04:29.558Z] Found existing installation: urllib3 1.25.9 [2021-01-13T17:04:29.558Z] Uninstalling urllib3-1.25.9: [2021-01-13T17:04:29.558Z] Removing intermediate container 45e2fe1fa672 [2021-01-13T17:04:29.558Z] ---> 4a9af40b9318 [2021-01-13T17:04:29.558Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T17:04:29.837Z] ---> Running in b46031e5dcf8 [2021-01-13T17:04:29.837Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T17:04:30.449Z] Removing intermediate container b46031e5dcf8 [2021-01-13T17:04:30.449Z] ---> d1b60d489936 [2021-01-13T17:04:30.449Z] Step 20/21 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:04:30.728Z] ---> Running in c3c015d96a0d [2021-01-13T17:04:30.728Z] Attempting uninstall: idna [2021-01-13T17:04:30.728Z] Found existing installation: idna 2.9 [2021-01-13T17:04:30.728Z] Uninstalling idna-2.9: [2021-01-13T17:04:31.007Z] Successfully uninstalled idna-2.9 [2021-01-13T17:04:31.288Z] Removing intermediate container c3c015d96a0d [2021-01-13T17:04:31.288Z] ---> 76774a674d51 [2021-01-13T17:04:31.288Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T17:04:31.566Z] ---> Running in 8d42dcdbe5a8 [2021-01-13T17:04:31.847Z] Attempting uninstall: requests [2021-01-13T17:04:31.847Z] Found existing installation: requests 2.23.0 [2021-01-13T17:04:31.847Z] Uninstalling requests-2.23.0: [2021-01-13T17:04:32.131Z] Removing intermediate container 8d42dcdbe5a8 [2021-01-13T17:04:32.131Z] ---> 106f5ff3020c [2021-01-13T17:04:32.131Z] [2021-01-13T17:04:32.413Z] Successfully uninstalled requests-2.23.0 [2021-01-13T17:04:32.413Z] Successfully built 106f5ff3020c [2021-01-13T17:04:32.690Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T17:04:34.146Z]  Building docker-support-scheduler-go ... done  Running setup.py install for docopt: started [2021-01-13T17:04:36.134Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T17:04:36.134Z] Running setup.py install for dockerpty: started [2021-01-13T17:04:38.771Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T17:04:39.373Z] 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 [2021-01-13T17:04:44.838Z] Removing intermediate container ea498e1a33f4 [2021-01-13T17:04:44.838Z] ---> 7d62aa70a048 [2021-01-13T17:04:44.838Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T17:04:44.838Z] ---> Running in 8b841b71ce7e [2021-01-13T17:04:46.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:04:47.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:04:48.113Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T17:04:48.113Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T17:04:48.113Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T17:04:48.113Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:04:48.113Z] OK: 71 MiB in 58 packages [2021-01-13T17:04:50.109Z] Removing intermediate container 8b841b71ce7e [2021-01-13T17:04:50.109Z] ---> dfd924b52cce [2021-01-13T17:04:50.109Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T17:04:50.109Z] ---> Running in 5248ba100580 [2021-01-13T17:04:50.715Z] Removing intermediate container 5248ba100580 [2021-01-13T17:04:50.715Z] ---> c91c1a144aed [2021-01-13T17:04:50.715Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:04:50.993Z] ---> Running in 1e044f7fb399 [2021-01-13T17:04:51.601Z] Removing intermediate container 1e044f7fb399 [2021-01-13T17:04:51.601Z] ---> 7f7caf8f6892 [2021-01-13T17:04:51.601Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T17:04:51.877Z] ---> Running in 1c3beff8c728 [2021-01-13T17:04:52.494Z] Removing intermediate container 1c3beff8c728 [2021-01-13T17:04:52.494Z] ---> 602bd4834fb3 [2021-01-13T17:04:52.494Z] Step 25/26 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:04:52.770Z] ---> Running in 23a1d3e04b81 [2021-01-13T17:04:53.380Z] Removing intermediate container 23a1d3e04b81 [2021-01-13T17:04:53.380Z] ---> e6914b5d7954 [2021-01-13T17:04:53.380Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T17:04:53.656Z] ---> Running in 0e7ded07891d [2021-01-13T17:04:54.640Z] Removing intermediate container 0e7ded07891d [2021-01-13T17:04:54.640Z] ---> 7000fb133cf4 [2021-01-13T17:04:54.640Z] [2021-01-13T17:04:54.640Z] Successfully built 7000fb133cf4 [2021-01-13T17:04:54.640Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T17:05:07.093Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6135903d1afa [2021-01-13T17:05:07.093Z] ---> cd8cfae62eaa [2021-01-13T17:05:07.093Z] [2021-01-13T17:05:07.093Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T17:05:07.093Z] ---> afeebe901d6b [2021-01-13T17:05:07.093Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T17:05:07.093Z] ---> Using cache [2021-01-13T17:05:07.093Z] ---> 2fb46cb893fc [2021-01-13T17:05:07.093Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T17:05:07.093Z] ---> Running in a890b55b19ea [2021-01-13T17:05:07.093Z] Removing intermediate container a890b55b19ea [2021-01-13T17:05:07.093Z] ---> 639453609abd [2021-01-13T17:05:07.093Z] Step 13/22 : WORKDIR / [2021-01-13T17:05:07.093Z] ---> Running in c79278108045 [2021-01-13T17:05:07.691Z] Removing intermediate container c79278108045 [2021-01-13T17:05:07.691Z] ---> 02b81f43aef8 [2021-01-13T17:05:07.691Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:05:08.713Z] ---> 04643473baa4 [2021-01-13T17:05:08.713Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T17:05:10.722Z] ---> 54ec3e352277 [2021-01-13T17:05:10.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T17:05:11.719Z] ---> 4f710c56a102 [2021-01-13T17:05:11.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T17:05:13.169Z] ---> 74cb4071e924 [2021-01-13T17:05:13.169Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T17:05:13.169Z] ---> Running in 7296763f6b7f [2021-01-13T17:05:16.616Z] Removing intermediate container 7296763f6b7f [2021-01-13T17:05:16.616Z] ---> 723fa6552e04 [2021-01-13T17:05:16.616Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T17:05:16.897Z] ---> Running in 5eb78243371d [2021-01-13T17:05:17.505Z] Removing intermediate container 5eb78243371d [2021-01-13T17:05:17.505Z] ---> cb7745e32b93 [2021-01-13T17:05:17.505Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T17:05:17.789Z] ---> Running in a394639df066 [2021-01-13T17:05:18.393Z] Removing intermediate container a394639df066 [2021-01-13T17:05:18.393Z] ---> c706cde781f5 [2021-01-13T17:05:18.393Z] Step 21/22 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:05:18.682Z] ---> Running in 0142f65f8692 [2021-01-13T17:05:19.670Z] Removing intermediate container 0142f65f8692 [2021-01-13T17:05:19.670Z] ---> d4f4399d8bb2 [2021-01-13T17:05:19.670Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T17:05:19.670Z] ---> Running in 6342b63564be [2021-01-13T17:05:20.281Z] Removing intermediate container 6342b63564be [2021-01-13T17:05:20.281Z] ---> 849a30e866aa [2021-01-13T17:05:20.281Z] [2021-01-13T17:05:20.892Z] Successfully built 849a30e866aa [2021-01-13T17:05:20.892Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T17:05:27.641Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container aba1cd38d209 [2021-01-13T17:05:27.641Z] ---> a5aa916dea2a [2021-01-13T17:05:27.641Z] [2021-01-13T17:05:27.641Z] Step 10/24 : FROM scratch [2021-01-13T17:05:27.641Z] ---> [2021-01-13T17:05:27.641Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T17:05:27.641Z] ---> Running in 76da11fadbdb [2021-01-13T17:05:27.915Z] Removing intermediate container 76da11fadbdb [2021-01-13T17:05:27.915Z] ---> 7316878535ad [2021-01-13T17:05:27.915Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T17:05:27.915Z] ---> Running in 52ced02ec3e5 [2021-01-13T17:05:28.559Z] Removing intermediate container 52ced02ec3e5 [2021-01-13T17:05:28.559Z] ---> 1f4f2cb42335 [2021-01-13T17:05:28.559Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T17:05:28.559Z] ---> Running in 0bdf4278defe [2021-01-13T17:05:29.207Z] Removing intermediate container 0bdf4278defe [2021-01-13T17:05:29.208Z] ---> 9be0229e5bf8 [2021-01-13T17:05:29.208Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T17:05:30.249Z] ---> 32ca3ff8fce5 [2021-01-13T17:05:30.249Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T17:05:31.726Z] ---> 098ba5703d4a [2021-01-13T17:05:31.726Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T17:05:33.153Z] ---> a0af6564c361 [2021-01-13T17:05:33.153Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:05:34.128Z] ---> df550455073b [2021-01-13T17:05:34.128Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T17:05:35.558Z] ---> 0d4c3e0908ef [2021-01-13T17:05:35.558Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T17:05:36.534Z] ---> 283b679c5e8a [2021-01-13T17:05:36.534Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T17:05:36.807Z] ---> Running in 001dcd40a562 [2021-01-13T17:05:37.785Z] Removing intermediate container 001dcd40a562 [2021-01-13T17:05:37.785Z] ---> 2b744e071bee [2021-01-13T17:05:37.785Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:05:38.057Z] ---> Running in 8a4f3ab2b9c6 [2021-01-13T17:05:38.329Z] Removing intermediate container 750111a4a07b [2021-01-13T17:05:38.329Z] ---> 7d3a032dde41 [2021-01-13T17:05:38.329Z] [2021-01-13T17:05:38.329Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T17:05:38.329Z] ---> afeebe901d6b [2021-01-13T17:05:38.329Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T17:05:38.927Z] ---> Running in 0a7f69a0f628 [2021-01-13T17:05:38.927Z] Removing intermediate container 8a4f3ab2b9c6 [2021-01-13T17:05:38.927Z] ---> 6c99ca8207c5 [2021-01-13T17:05:38.927Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T17:05:38.927Z] ---> Running in ba7994896381 [2021-01-13T17:05:39.199Z] Removing intermediate container 0a7f69a0f628 [2021-01-13T17:05:39.199Z] ---> ba47683c94af [2021-01-13T17:05:39.199Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T17:05:39.468Z] ---> Running in e6cb7efc37bd [2021-01-13T17:05:39.468Z] Removing intermediate container ba7994896381 [2021-01-13T17:05:39.468Z] ---> 1c2bc1c1efa6 [2021-01-13T17:05:39.468Z] Step 23/24 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:05:39.738Z] ---> Running in 33abf9839921 [2021-01-13T17:05:40.011Z] Removing intermediate container e6cb7efc37bd [2021-01-13T17:05:40.011Z] ---> fbeb62e8840c [2021-01-13T17:05:40.011Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T17:05:40.011Z] ---> Running in 52db7e3e8c8a [2021-01-13T17:05:40.279Z] Removing intermediate container 33abf9839921 [2021-01-13T17:05:40.279Z] ---> c532f5c15e33 [2021-01-13T17:05:40.279Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T17:05:40.279Z] ---> Running in 50b459065b5a [2021-01-13T17:05:40.549Z] Removing intermediate container 52db7e3e8c8a [2021-01-13T17:05:40.549Z] ---> d72fc1b24e96 [2021-01-13T17:05:40.549Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T17:05:40.819Z] ---> Running in 418e26c0bee4 [2021-01-13T17:05:40.819Z] Removing intermediate container 50b459065b5a [2021-01-13T17:05:40.819Z] ---> d2cdf9e849d8 [2021-01-13T17:05:40.819Z] [2021-01-13T17:05:41.096Z] Successfully built d2cdf9e849d8 [2021-01-13T17:05:41.096Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T17:05:43.062Z]  Building docker-support-notifications-go ... done Removing intermediate container 418e26c0bee4 [2021-01-13T17:05:43.062Z] ---> 5fcbae00886a [2021-01-13T17:05:43.062Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T17:05:43.062Z] ---> Running in fc8da92a8b8f [2021-01-13T17:05:44.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T17:05:44.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T17:05:45.966Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T17:05:45.966Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T17:05:45.966Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T17:05:46.555Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T17:05:46.555Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T17:05:46.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T17:05:46.827Z] OK: 8 MiB in 19 packages [2021-01-13T17:05:47.795Z] Removing intermediate container fc8da92a8b8f [2021-01-13T17:05:48.079Z] ---> 97709cd3158b [2021-01-13T17:05:48.079Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T17:05:48.672Z] ---> d615f1e343ab [2021-01-13T17:05:48.672Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T17:05:50.098Z] ---> bc881b93ea0e [2021-01-13T17:05:50.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T17:05:50.691Z] ---> a8d6a45d4504 [2021-01-13T17:05:50.691Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T17:05:50.691Z] ---> Running in 469579e81a77 [2021-01-13T17:05:51.283Z] Removing intermediate container 469579e81a77 [2021-01-13T17:05:51.283Z] ---> 8cdb8285a36a [2021-01-13T17:05:51.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T17:05:51.283Z] ---> Running in e06d12bbf40d [2021-01-13T17:05:51.876Z] Removing intermediate container e06d12bbf40d [2021-01-13T17:05:51.876Z] ---> e4c443ac3382 [2021-01-13T17:05:51.876Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T17:05:51.876Z] ---> Running in e48070004642 [2021-01-13T17:05:52.468Z] Removing intermediate container e48070004642 [2021-01-13T17:05:52.468Z] ---> 4543e96627b5 [2021-01-13T17:05:52.468Z] Step 22/23 : LABEL git_sha=ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:05:52.468Z] ---> Running in c8308841fbb7 [2021-01-13T17:05:53.060Z] Removing intermediate container c8308841fbb7 [2021-01-13T17:05:53.060Z] ---> c8e28c1aec71 [2021-01-13T17:05:53.060Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T17:05:53.060Z] ---> Running in 595f6af9a2c8 [2021-01-13T17:05:53.649Z] Removing intermediate container 595f6af9a2c8 [2021-01-13T17:05:53.649Z] ---> 7ce2d5804925 [2021-01-13T17:05:53.649Z] [2021-01-13T17:05:53.920Z] Successfully built 7ce2d5804925 [2021-01-13T17:05:53.920Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T17:05:53.935Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T17:05:53.892Z] $ docker stop --time=1 33496fd6ece092e7968afdd7fcf123c1ebf45701b239106230e3f0c988417969 [2021-01-13T17:05:55.737Z] $ docker rm -f 33496fd6ece092e7968afdd7fcf123c1ebf45701b239106230e3f0c988417969 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T17:05:56.478Z] + + grep docker [2021-01-13T17:05:56.478Z] docker images [2021-01-13T17:05:56.747Z] docker-core-data-go-arm64 latest 7ce2d5804925 3 seconds ago 21MB [2021-01-13T17:05:56.747Z] docker-support-notifications-go-arm64 latest d2cdf9e849d8 16 seconds ago 11.4MB [2021-01-13T17:05:56.747Z] docker-security-bootstrap-redis-go-arm64 latest 849a30e866aa 36 seconds ago 15.1MB [2021-01-13T17:05:56.747Z] docker-sys-mgmt-agent-go-arm64 latest 7000fb133cf4 About a minute ago 300MB [2021-01-13T17:05:56.747Z] docker-support-scheduler-go-arm64 latest 106f5ff3020c About a minute ago 10MB [2021-01-13T17:05:56.747Z] docker-security-secretstore-setup-go-arm64 latest 57451df98bb1 2 minutes ago 23.4MB [2021-01-13T17:05:56.747Z] docker-core-metadata-go-arm64 latest 36cd5da50cf5 2 minutes ago 12.3MB [2021-01-13T17:05:56.747Z] docker-security-proxy-setup-go-arm64 latest f63e9cf52f1e 2 minutes ago 23.3MB [2021-01-13T17:05:56.747Z] docker-core-command-go-arm64 latest 6f94e26ee1c1 2 minutes ago 9.98MB [2021-01-13T17:05:56.747Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T17:05:57.366Z] provisioning config files... [2021-01-13T17:05:57.398Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/290@tmp/config5717869848683815781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:05:57.781Z] ---> docker-login.sh [2021-01-13T17:05:57.781Z] nexus3.edgexfoundry.org:10001 [2021-01-13T17:05:58.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:05:58.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:05:58.052Z] Configure a credential helper to remove this warning. See [2021-01-13T17:05:58.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:05:58.052Z] [2021-01-13T17:05:58.052Z] Login Succeeded [2021-01-13T17:05:58.052Z] nexus3.edgexfoundry.org:10002 [2021-01-13T17:05:58.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:05:58.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:05:58.644Z] Configure a credential helper to remove this warning. See [2021-01-13T17:05:58.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:05:58.644Z] [2021-01-13T17:05:58.644Z] Login Succeeded [2021-01-13T17:05:58.644Z] nexus3.edgexfoundry.org:10003 [2021-01-13T17:05:59.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:05:59.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:05:59.237Z] Configure a credential helper to remove this warning. See [2021-01-13T17:05:59.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:05:59.237Z] [2021-01-13T17:05:59.237Z] Login Succeeded [2021-01-13T17:05:59.237Z] nexus3.edgexfoundry.org:10004 [2021-01-13T17:05:59.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:05:59.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:05:59.831Z] Configure a credential helper to remove this warning. See [2021-01-13T17:05:59.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:05:59.831Z] [2021-01-13T17:05:59.831Z] Login Succeeded [2021-01-13T17:05:59.831Z] docker.io [2021-01-13T17:06:00.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T17:06:00.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T17:06:00.693Z] Configure a credential helper to remove this warning. See [2021-01-13T17:06:00.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T17:06:00.693Z] [2021-01-13T17:06:00.693Z] Login Succeeded [2021-01-13T17:06:00.693Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T17:06:00.709Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:00.951Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-13T17:06:00.951Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:00.951Z] 2.0.0-dev.33 [2021-01-13T17:06:00.951Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:00.951Z] master [2021-01-13T17:06:00.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:01.482Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:01.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:01.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T17:06:01.832Z] d9d4ba5c7847: Preparing [2021-01-13T17:06:01.832Z] f41710929bf5: Preparing [2021-01-13T17:06:01.832Z] 606f2ac89d99: Preparing [2021-01-13T17:06:02.103Z] 606f2ac89d99: Pushed [2021-01-13T17:06:02.103Z] d9d4ba5c7847: Pushed [2021-01-13T17:06:04.707Z] f41710929bf5: Pushed [2021-01-13T17:06:04.707Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:80953becbf5a071133bd6506458bec28e78e8761c77cc2a1277dda0100c1d140 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:05.047Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:05.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:05.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T17:06:05.380Z] d9d4ba5c7847: Preparing [2021-01-13T17:06:05.380Z] f41710929bf5: Preparing [2021-01-13T17:06:05.380Z] 606f2ac89d99: Preparing [2021-01-13T17:06:05.380Z] f41710929bf5: Layer already exists [2021-01-13T17:06:05.380Z] d9d4ba5c7847: Layer already exists [2021-01-13T17:06:05.380Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:05.650Z] 2.0.0-dev.33: digest: sha256:80953becbf5a071133bd6506458bec28e78e8761c77cc2a1277dda0100c1d140 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:05.989Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:06.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:06.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T17:06:06.323Z] d9d4ba5c7847: Preparing [2021-01-13T17:06:06.323Z] f41710929bf5: Preparing [2021-01-13T17:06:06.323Z] 606f2ac89d99: Preparing [2021-01-13T17:06:06.323Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:06.323Z] f41710929bf5: Layer already exists [2021-01-13T17:06:06.323Z] d9d4ba5c7847: Layer already exists [2021-01-13T17:06:06.591Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:80953becbf5a071133bd6506458bec28e78e8761c77cc2a1277dda0100c1d140 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:06.934Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:07.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-13T17:06:07.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T17:06:07.271Z] d9d4ba5c7847: Preparing [2021-01-13T17:06:07.271Z] f41710929bf5: Preparing [2021-01-13T17:06:07.271Z] 606f2ac89d99: Preparing [2021-01-13T17:06:07.271Z] f41710929bf5: Layer already exists [2021-01-13T17:06:07.271Z] d9d4ba5c7847: Layer already exists [2021-01-13T17:06:07.271Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:07.541Z] master: digest: sha256:80953becbf5a071133bd6506458bec28e78e8761c77cc2a1277dda0100c1d140 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:07.755Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:07.807Z] taggedImages: [2021-01-13T17:06:07.807Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:07.807Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:07.807Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:07.807Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-13T17:06:07.880Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-13T17:06:07.880Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:07.880Z] 2.0.0-dev.33 [2021-01-13T17:06:07.880Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:07.880Z] master [2021-01-13T17:06:07.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:08.422Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:08.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:08.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T17:06:08.765Z] 5510ead34fd6: Preparing [2021-01-13T17:06:08.765Z] 17ea52eb0951: Preparing [2021-01-13T17:06:08.765Z] 606f2ac89d99: Preparing [2021-01-13T17:06:08.765Z] ccdcb1eb2f14: Preparing [2021-01-13T17:06:08.765Z] e262febfa317: Preparing [2021-01-13T17:06:08.765Z] 379067d0cb53: Preparing [2021-01-13T17:06:08.765Z] 379067d0cb53: Waiting [2021-01-13T17:06:09.039Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:09.039Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:09.039Z] e262febfa317: Pushed [2021-01-13T17:06:09.039Z] 5510ead34fd6: Pushed [2021-01-13T17:06:09.631Z] ccdcb1eb2f14: Pushed [2021-01-13T17:06:12.316Z] 17ea52eb0951: Pushed [2021-01-13T17:06:12.316Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:711792dfc39348473a7a64920fff7ee1958e7b0530bad4b2b16756c4c5badfde size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:12.689Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:13.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:13.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T17:06:13.026Z] 5510ead34fd6: Preparing [2021-01-13T17:06:13.026Z] 17ea52eb0951: Preparing [2021-01-13T17:06:13.027Z] 606f2ac89d99: Preparing [2021-01-13T17:06:13.027Z] ccdcb1eb2f14: Preparing [2021-01-13T17:06:13.027Z] e262febfa317: Preparing [2021-01-13T17:06:13.027Z] 379067d0cb53: Preparing [2021-01-13T17:06:13.027Z] 379067d0cb53: Waiting [2021-01-13T17:06:13.296Z] e262febfa317: Layer already exists [2021-01-13T17:06:13.296Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:13.296Z] 5510ead34fd6: Layer already exists [2021-01-13T17:06:13.296Z] 17ea52eb0951: Layer already exists [2021-01-13T17:06:13.296Z] ccdcb1eb2f14: Layer already exists [2021-01-13T17:06:13.296Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:13.296Z] 2.0.0-dev.33: digest: sha256:711792dfc39348473a7a64920fff7ee1958e7b0530bad4b2b16756c4c5badfde size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:13.636Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:13.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:13.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T17:06:13.972Z] 5510ead34fd6: Preparing [2021-01-13T17:06:13.972Z] 17ea52eb0951: Preparing [2021-01-13T17:06:13.972Z] 606f2ac89d99: Preparing [2021-01-13T17:06:13.972Z] ccdcb1eb2f14: Preparing [2021-01-13T17:06:13.972Z] e262febfa317: Preparing [2021-01-13T17:06:13.972Z] 379067d0cb53: Preparing [2021-01-13T17:06:13.972Z] 379067d0cb53: Waiting [2021-01-13T17:06:14.244Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:14.244Z] e262febfa317: Layer already exists [2021-01-13T17:06:14.244Z] ccdcb1eb2f14: Layer already exists [2021-01-13T17:06:14.244Z] 5510ead34fd6: Layer already exists [2021-01-13T17:06:14.244Z] 17ea52eb0951: Layer already exists [2021-01-13T17:06:14.244Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:14.244Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:711792dfc39348473a7a64920fff7ee1958e7b0530bad4b2b16756c4c5badfde size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:14.584Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:14.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-13T17:06:14.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T17:06:14.926Z] 5510ead34fd6: Preparing [2021-01-13T17:06:14.926Z] 17ea52eb0951: Preparing [2021-01-13T17:06:14.926Z] 606f2ac89d99: Preparing [2021-01-13T17:06:14.926Z] ccdcb1eb2f14: Preparing [2021-01-13T17:06:14.926Z] e262febfa317: Preparing [2021-01-13T17:06:14.926Z] 379067d0cb53: Preparing [2021-01-13T17:06:14.926Z] 379067d0cb53: Waiting [2021-01-13T17:06:14.926Z] 5510ead34fd6: Layer already exists [2021-01-13T17:06:14.926Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:14.926Z] e262febfa317: Layer already exists [2021-01-13T17:06:14.926Z] 17ea52eb0951: Layer already exists [2021-01-13T17:06:14.926Z] ccdcb1eb2f14: Layer already exists [2021-01-13T17:06:14.926Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:15.196Z] master: digest: sha256:711792dfc39348473a7a64920fff7ee1958e7b0530bad4b2b16756c4c5badfde size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:15.424Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:15.483Z] taggedImages: [2021-01-13T17:06:15.484Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:15.484Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:15.484Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:15.484Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-13T17:06:15.559Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-13T17:06:15.559Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:15.559Z] 2.0.0-dev.33 [2021-01-13T17:06:15.559Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:15.559Z] master [2021-01-13T17:06:15.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:16.106Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:16.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:16.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T17:06:16.444Z] 196f60ef516c: Preparing [2021-01-13T17:06:16.444Z] d0676ea4829e: Preparing [2021-01-13T17:06:16.444Z] 606f2ac89d99: Preparing [2021-01-13T17:06:16.720Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:16.720Z] 196f60ef516c: Pushed [2021-01-13T17:06:19.326Z] d0676ea4829e: Pushed [2021-01-13T17:06:19.596Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:48f902672d1ed57028f73d2fa8466f13eddb763f078027e2cdd79d80263975d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:19.935Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:20.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:20.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T17:06:20.269Z] 196f60ef516c: Preparing [2021-01-13T17:06:20.269Z] d0676ea4829e: Preparing [2021-01-13T17:06:20.269Z] 606f2ac89d99: Preparing [2021-01-13T17:06:20.540Z] d0676ea4829e: Layer already exists [2021-01-13T17:06:20.540Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:20.540Z] 196f60ef516c: Layer already exists [2021-01-13T17:06:20.540Z] 2.0.0-dev.33: digest: sha256:48f902672d1ed57028f73d2fa8466f13eddb763f078027e2cdd79d80263975d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:20.883Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:21.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:21.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T17:06:21.225Z] 196f60ef516c: Preparing [2021-01-13T17:06:21.225Z] d0676ea4829e: Preparing [2021-01-13T17:06:21.225Z] 606f2ac89d99: Preparing [2021-01-13T17:06:21.496Z] d0676ea4829e: Layer already exists [2021-01-13T17:06:21.496Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:21.496Z] 196f60ef516c: Layer already exists [2021-01-13T17:06:21.496Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:48f902672d1ed57028f73d2fa8466f13eddb763f078027e2cdd79d80263975d3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:21.840Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:22.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-13T17:06:22.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T17:06:22.179Z] 196f60ef516c: Preparing [2021-01-13T17:06:22.179Z] d0676ea4829e: Preparing [2021-01-13T17:06:22.179Z] 606f2ac89d99: Preparing [2021-01-13T17:06:22.450Z] 196f60ef516c: Layer already exists [2021-01-13T17:06:22.450Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:22.450Z] d0676ea4829e: Layer already exists [2021-01-13T17:06:22.450Z] master: digest: sha256:48f902672d1ed57028f73d2fa8466f13eddb763f078027e2cdd79d80263975d3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:22.677Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:22.749Z] taggedImages: [2021-01-13T17:06:22.749Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:22.749Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:22.749Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:22.749Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-13T17:06:22.826Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-13T17:06:22.826Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:22.826Z] 2.0.0-dev.33 [2021-01-13T17:06:22.826Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:22.826Z] master [2021-01-13T17:06:22.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:23.359Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:23.694Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:23.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T17:06:23.694Z] 6a276be59ad5: Preparing [2021-01-13T17:06:23.694Z] fd5bf8750980: Preparing [2021-01-13T17:06:23.694Z] ce7c5f5e52e8: Preparing [2021-01-13T17:06:23.694Z] f08d257b2bf2: Preparing [2021-01-13T17:06:23.694Z] 606f2ac89d99: Preparing [2021-01-13T17:06:23.694Z] 670abbc73194: Preparing [2021-01-13T17:06:23.694Z] 379067d0cb53: Preparing [2021-01-13T17:06:23.694Z] 670abbc73194: Waiting [2021-01-13T17:06:23.694Z] 379067d0cb53: Waiting [2021-01-13T17:06:23.965Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:23.965Z] ce7c5f5e52e8: Pushed [2021-01-13T17:06:23.965Z] fd5bf8750980: Pushed [2021-01-13T17:06:23.965Z] 6a276be59ad5: Pushed [2021-01-13T17:06:24.235Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:24.503Z] 670abbc73194: Pushed [2021-01-13T17:06:25.928Z] f08d257b2bf2: Pushed [2021-01-13T17:06:26.199Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:4005a8aeeb8bfc37073e326917d6bdf0910d75de90280a7230d8316addf0f6b2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:26.541Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:26.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:26.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T17:06:26.879Z] 6a276be59ad5: Preparing [2021-01-13T17:06:26.879Z] fd5bf8750980: Preparing [2021-01-13T17:06:26.879Z] ce7c5f5e52e8: Preparing [2021-01-13T17:06:26.879Z] f08d257b2bf2: Preparing [2021-01-13T17:06:26.879Z] 606f2ac89d99: Preparing [2021-01-13T17:06:26.879Z] 670abbc73194: Preparing [2021-01-13T17:06:26.879Z] 379067d0cb53: Preparing [2021-01-13T17:06:26.879Z] 670abbc73194: Waiting [2021-01-13T17:06:26.879Z] 379067d0cb53: Waiting [2021-01-13T17:06:26.879Z] fd5bf8750980: Layer already exists [2021-01-13T17:06:26.879Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:26.879Z] ce7c5f5e52e8: Layer already exists [2021-01-13T17:06:26.879Z] 6a276be59ad5: Layer already exists [2021-01-13T17:06:26.879Z] f08d257b2bf2: Layer already exists [2021-01-13T17:06:27.149Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:27.149Z] 670abbc73194: Layer already exists [2021-01-13T17:06:27.149Z] 2.0.0-dev.33: digest: sha256:4005a8aeeb8bfc37073e326917d6bdf0910d75de90280a7230d8316addf0f6b2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:27.495Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:27.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:27.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T17:06:27.828Z] 6a276be59ad5: Preparing [2021-01-13T17:06:27.828Z] fd5bf8750980: Preparing [2021-01-13T17:06:27.828Z] ce7c5f5e52e8: Preparing [2021-01-13T17:06:27.828Z] f08d257b2bf2: Preparing [2021-01-13T17:06:27.828Z] 606f2ac89d99: Preparing [2021-01-13T17:06:27.828Z] 670abbc73194: Preparing [2021-01-13T17:06:27.828Z] 379067d0cb53: Preparing [2021-01-13T17:06:27.828Z] 670abbc73194: Waiting [2021-01-13T17:06:27.828Z] 379067d0cb53: Waiting [2021-01-13T17:06:28.097Z] fd5bf8750980: Layer already exists [2021-01-13T17:06:28.097Z] f08d257b2bf2: Layer already exists [2021-01-13T17:06:28.097Z] 6a276be59ad5: Layer already exists [2021-01-13T17:06:28.097Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:28.097Z] ce7c5f5e52e8: Layer already exists [2021-01-13T17:06:28.097Z] 670abbc73194: Layer already exists [2021-01-13T17:06:28.097Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:28.097Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:4005a8aeeb8bfc37073e326917d6bdf0910d75de90280a7230d8316addf0f6b2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:28.441Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:28.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-13T17:06:28.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T17:06:28.778Z] 6a276be59ad5: Preparing [2021-01-13T17:06:28.778Z] fd5bf8750980: Preparing [2021-01-13T17:06:28.778Z] ce7c5f5e52e8: Preparing [2021-01-13T17:06:28.778Z] f08d257b2bf2: Preparing [2021-01-13T17:06:28.778Z] 606f2ac89d99: Preparing [2021-01-13T17:06:28.778Z] 670abbc73194: Preparing [2021-01-13T17:06:28.778Z] 379067d0cb53: Preparing [2021-01-13T17:06:28.778Z] 379067d0cb53: Waiting [2021-01-13T17:06:28.778Z] 670abbc73194: Waiting [2021-01-13T17:06:28.778Z] 6a276be59ad5: Layer already exists [2021-01-13T17:06:28.778Z] f08d257b2bf2: Layer already exists [2021-01-13T17:06:28.778Z] fd5bf8750980: Layer already exists [2021-01-13T17:06:28.778Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:28.778Z] ce7c5f5e52e8: Layer already exists [2021-01-13T17:06:28.778Z] 670abbc73194: Layer already exists [2021-01-13T17:06:28.778Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:29.049Z] master: digest: sha256:4005a8aeeb8bfc37073e326917d6bdf0910d75de90280a7230d8316addf0f6b2 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:29.248Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:29.302Z] taggedImages: [2021-01-13T17:06:29.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:29.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:29.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:29.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-13T17:06:29.373Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-13T17:06:29.373Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:29.373Z] 2.0.0-dev.33 [2021-01-13T17:06:29.373Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:29.373Z] master [2021-01-13T17:06:29.373Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:29.886Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:30.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:30.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T17:06:30.218Z] 0b093357c829: Preparing [2021-01-13T17:06:30.218Z] 4e84ababfc33: Preparing [2021-01-13T17:06:30.218Z] f04ec3f3ab0a: Preparing [2021-01-13T17:06:30.218Z] 89f6888cba20: Preparing [2021-01-13T17:06:30.218Z] 12b5988e69c0: Preparing [2021-01-13T17:06:30.218Z] 379067d0cb53: Preparing [2021-01-13T17:06:30.218Z] 379067d0cb53: Waiting [2021-01-13T17:06:30.489Z] 89f6888cba20: Pushed [2021-01-13T17:06:30.489Z] f04ec3f3ab0a: Pushed [2021-01-13T17:06:30.762Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:31.033Z] 12b5988e69c0: Pushed [2021-01-13T17:06:32.455Z] 0b093357c829: Pushed [2021-01-13T17:06:32.726Z] 4e84ababfc33: Pushed [2021-01-13T17:06:32.726Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:2e7f0e0df83f48c87e6ef42aad1530b08a74a78833f029e0cab6dbc755da93b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:33.334Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:33.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:33.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T17:06:33.668Z] 0b093357c829: Preparing [2021-01-13T17:06:33.668Z] 4e84ababfc33: Preparing [2021-01-13T17:06:33.668Z] f04ec3f3ab0a: Preparing [2021-01-13T17:06:33.668Z] 89f6888cba20: Preparing [2021-01-13T17:06:33.668Z] 12b5988e69c0: Preparing [2021-01-13T17:06:33.668Z] 379067d0cb53: Preparing [2021-01-13T17:06:33.668Z] 379067d0cb53: Waiting [2021-01-13T17:06:33.668Z] f04ec3f3ab0a: Layer already exists [2021-01-13T17:06:33.668Z] 4e84ababfc33: Layer already exists [2021-01-13T17:06:33.668Z] 0b093357c829: Layer already exists [2021-01-13T17:06:33.668Z] 89f6888cba20: Layer already exists [2021-01-13T17:06:33.668Z] 12b5988e69c0: Layer already exists [2021-01-13T17:06:33.943Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:33.944Z] 2.0.0-dev.33: digest: sha256:2e7f0e0df83f48c87e6ef42aad1530b08a74a78833f029e0cab6dbc755da93b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:34.313Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:34.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:34.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T17:06:34.976Z] 0b093357c829: Preparing [2021-01-13T17:06:34.976Z] 4e84ababfc33: Preparing [2021-01-13T17:06:34.976Z] f04ec3f3ab0a: Preparing [2021-01-13T17:06:34.976Z] 89f6888cba20: Preparing [2021-01-13T17:06:34.976Z] 12b5988e69c0: Preparing [2021-01-13T17:06:34.976Z] 379067d0cb53: Preparing [2021-01-13T17:06:34.976Z] 379067d0cb53: Waiting [2021-01-13T17:06:34.976Z] 4e84ababfc33: Layer already exists [2021-01-13T17:06:34.976Z] 0b093357c829: Layer already exists [2021-01-13T17:06:34.976Z] 89f6888cba20: Layer already exists [2021-01-13T17:06:34.976Z] f04ec3f3ab0a: Layer already exists [2021-01-13T17:06:34.976Z] 12b5988e69c0: Layer already exists [2021-01-13T17:06:35.252Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:35.252Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:2e7f0e0df83f48c87e6ef42aad1530b08a74a78833f029e0cab6dbc755da93b1 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:35.628Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:35.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-13T17:06:35.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T17:06:35.961Z] 0b093357c829: Preparing [2021-01-13T17:06:35.961Z] 4e84ababfc33: Preparing [2021-01-13T17:06:35.961Z] f04ec3f3ab0a: Preparing [2021-01-13T17:06:35.961Z] 89f6888cba20: Preparing [2021-01-13T17:06:35.961Z] 12b5988e69c0: Preparing [2021-01-13T17:06:35.961Z] 379067d0cb53: Preparing [2021-01-13T17:06:35.961Z] 379067d0cb53: Waiting [2021-01-13T17:06:36.230Z] 0b093357c829: Layer already exists [2021-01-13T17:06:36.230Z] 89f6888cba20: Layer already exists [2021-01-13T17:06:36.230Z] 4e84ababfc33: Layer already exists [2021-01-13T17:06:36.230Z] f04ec3f3ab0a: Layer already exists [2021-01-13T17:06:36.230Z] 12b5988e69c0: Layer already exists [2021-01-13T17:06:36.230Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:36.230Z] master: digest: sha256:2e7f0e0df83f48c87e6ef42aad1530b08a74a78833f029e0cab6dbc755da93b1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:36.440Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:36.491Z] taggedImages: [2021-01-13T17:06:36.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:36.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:36.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:36.491Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-13T17:06:36.564Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-13T17:06:36.564Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:36.564Z] 2.0.0-dev.33 [2021-01-13T17:06:36.564Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:36.564Z] master [2021-01-13T17:06:36.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:37.088Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:37.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:37.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T17:06:37.434Z] aa87544e6c3f: Preparing [2021-01-13T17:06:37.434Z] 9a4a99c0f49e: Preparing [2021-01-13T17:06:37.434Z] 326ff7ca9e11: Preparing [2021-01-13T17:06:37.434Z] 6782e4071db4: Preparing [2021-01-13T17:06:37.434Z] f46797e2b25d: Preparing [2021-01-13T17:06:37.434Z] b60bf7fb8c33: Preparing [2021-01-13T17:06:37.434Z] 1330e4c2858a: Preparing [2021-01-13T17:06:37.434Z] 670abbc73194: Preparing [2021-01-13T17:06:37.434Z] 379067d0cb53: Preparing [2021-01-13T17:06:37.434Z] b60bf7fb8c33: Waiting [2021-01-13T17:06:37.434Z] 1330e4c2858a: Waiting [2021-01-13T17:06:37.434Z] 670abbc73194: Waiting [2021-01-13T17:06:37.434Z] 379067d0cb53: Waiting [2021-01-13T17:06:37.711Z] f46797e2b25d: Pushed [2021-01-13T17:06:37.711Z] aa87544e6c3f: Pushed [2021-01-13T17:06:37.711Z] 9a4a99c0f49e: Pushed [2021-01-13T17:06:37.983Z] 670abbc73194: Layer already exists [2021-01-13T17:06:37.983Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:37.983Z] b60bf7fb8c33: Pushed [2021-01-13T17:06:37.983Z] 1330e4c2858a: Pushed [2021-01-13T17:06:39.951Z] 326ff7ca9e11: Pushed [2021-01-13T17:06:39.951Z] 6782e4071db4: Pushed [2021-01-13T17:06:40.221Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:2aaa0235965c2c1ec297ede0b359cf588ed41a617a876a67b291732aecb3033c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:40.562Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:40.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:40.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T17:06:40.906Z] aa87544e6c3f: Preparing [2021-01-13T17:06:40.906Z] 9a4a99c0f49e: Preparing [2021-01-13T17:06:40.906Z] 326ff7ca9e11: Preparing [2021-01-13T17:06:40.906Z] 6782e4071db4: Preparing [2021-01-13T17:06:40.906Z] f46797e2b25d: Preparing [2021-01-13T17:06:40.906Z] b60bf7fb8c33: Preparing [2021-01-13T17:06:40.906Z] 1330e4c2858a: Preparing [2021-01-13T17:06:40.906Z] 670abbc73194: Preparing [2021-01-13T17:06:40.906Z] 379067d0cb53: Preparing [2021-01-13T17:06:40.906Z] 1330e4c2858a: Waiting [2021-01-13T17:06:40.906Z] 670abbc73194: Waiting [2021-01-13T17:06:40.906Z] 379067d0cb53: Waiting [2021-01-13T17:06:40.906Z] b60bf7fb8c33: Waiting [2021-01-13T17:06:41.178Z] 9a4a99c0f49e: Layer already exists [2021-01-13T17:06:41.178Z] aa87544e6c3f: Layer already exists [2021-01-13T17:06:41.178Z] 326ff7ca9e11: Layer already exists [2021-01-13T17:06:41.178Z] f46797e2b25d: Layer already exists [2021-01-13T17:06:41.178Z] 6782e4071db4: Layer already exists [2021-01-13T17:06:41.178Z] b60bf7fb8c33: Layer already exists [2021-01-13T17:06:41.178Z] 1330e4c2858a: Layer already exists [2021-01-13T17:06:41.178Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:41.178Z] 670abbc73194: Layer already exists [2021-01-13T17:06:41.178Z] 2.0.0-dev.33: digest: sha256:2aaa0235965c2c1ec297ede0b359cf588ed41a617a876a67b291732aecb3033c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:41.516Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:41.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:41.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T17:06:41.851Z] aa87544e6c3f: Preparing [2021-01-13T17:06:41.851Z] 9a4a99c0f49e: Preparing [2021-01-13T17:06:41.851Z] 326ff7ca9e11: Preparing [2021-01-13T17:06:41.851Z] 6782e4071db4: Preparing [2021-01-13T17:06:41.851Z] f46797e2b25d: Preparing [2021-01-13T17:06:41.851Z] b60bf7fb8c33: Preparing [2021-01-13T17:06:41.851Z] 1330e4c2858a: Preparing [2021-01-13T17:06:41.851Z] 670abbc73194: Preparing [2021-01-13T17:06:41.851Z] 379067d0cb53: Preparing [2021-01-13T17:06:41.851Z] 1330e4c2858a: Waiting [2021-01-13T17:06:41.851Z] 670abbc73194: Waiting [2021-01-13T17:06:41.851Z] 379067d0cb53: Waiting [2021-01-13T17:06:41.851Z] b60bf7fb8c33: Waiting [2021-01-13T17:06:41.851Z] f46797e2b25d: Layer already exists [2021-01-13T17:06:41.851Z] 6782e4071db4: Layer already exists [2021-01-13T17:06:41.851Z] b60bf7fb8c33: Layer already exists [2021-01-13T17:06:42.121Z] 1330e4c2858a: Layer already exists [2021-01-13T17:06:42.121Z] 670abbc73194: Layer already exists [2021-01-13T17:06:42.121Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:43.090Z] aa87544e6c3f: Layer already exists [2021-01-13T17:06:43.090Z] 326ff7ca9e11: Layer already exists [2021-01-13T17:06:43.090Z] 9a4a99c0f49e: Layer already exists [2021-01-13T17:06:43.090Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:2aaa0235965c2c1ec297ede0b359cf588ed41a617a876a67b291732aecb3033c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:43.431Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:43.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-13T17:06:43.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T17:06:43.768Z] aa87544e6c3f: Preparing [2021-01-13T17:06:43.768Z] 9a4a99c0f49e: Preparing [2021-01-13T17:06:43.768Z] 326ff7ca9e11: Preparing [2021-01-13T17:06:43.768Z] 6782e4071db4: Preparing [2021-01-13T17:06:43.768Z] f46797e2b25d: Preparing [2021-01-13T17:06:43.768Z] b60bf7fb8c33: Preparing [2021-01-13T17:06:43.768Z] 1330e4c2858a: Preparing [2021-01-13T17:06:43.768Z] 670abbc73194: Preparing [2021-01-13T17:06:43.768Z] 379067d0cb53: Preparing [2021-01-13T17:06:43.768Z] b60bf7fb8c33: Waiting [2021-01-13T17:06:43.768Z] 1330e4c2858a: Waiting [2021-01-13T17:06:43.768Z] 379067d0cb53: Waiting [2021-01-13T17:06:43.768Z] 670abbc73194: Waiting [2021-01-13T17:06:43.768Z] f46797e2b25d: Layer already exists [2021-01-13T17:06:43.768Z] 9a4a99c0f49e: Layer already exists [2021-01-13T17:06:43.768Z] 326ff7ca9e11: Layer already exists [2021-01-13T17:06:43.768Z] aa87544e6c3f: Layer already exists [2021-01-13T17:06:43.768Z] 6782e4071db4: Layer already exists [2021-01-13T17:06:43.768Z] 379067d0cb53: Layer already exists [2021-01-13T17:06:43.768Z] 1330e4c2858a: Layer already exists [2021-01-13T17:06:43.768Z] b60bf7fb8c33: Layer already exists [2021-01-13T17:06:43.768Z] 670abbc73194: Layer already exists [2021-01-13T17:06:44.038Z] master: digest: sha256:2aaa0235965c2c1ec297ede0b359cf588ed41a617a876a67b291732aecb3033c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:44.278Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:44.329Z] taggedImages: [2021-01-13T17:06:44.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:44.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:44.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:44.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-13T17:06:44.399Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-13T17:06:44.399Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:44.399Z] 2.0.0-dev.33 [2021-01-13T17:06:44.399Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:44.399Z] master [2021-01-13T17:06:44.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:44.913Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:45.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:45.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T17:06:45.249Z] 82fe0de549f6: Preparing [2021-01-13T17:06:45.249Z] de7bf81f9c6d: Preparing [2021-01-13T17:06:45.249Z] 606f2ac89d99: Preparing [2021-01-13T17:06:45.249Z] 65db39a53f44: Preparing [2021-01-13T17:06:45.249Z] afb05fd3d942: Preparing [2021-01-13T17:06:45.249Z] e3ab4524757e: Preparing [2021-01-13T17:06:45.249Z] e3ab4524757e: Waiting [2021-01-13T17:06:45.249Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:45.532Z] 82fe0de549f6: Pushed [2021-01-13T17:06:45.532Z] 65db39a53f44: Pushed [2021-01-13T17:06:45.532Z] afb05fd3d942: Pushed [2021-01-13T17:06:45.801Z] e3ab4524757e: Pushed [2021-01-13T17:06:47.763Z] de7bf81f9c6d: Pushed [2021-01-13T17:06:48.034Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:cd1e1e50b5da1c715a9ebfd912fc2803af1a328872572367ea2eb387c4915410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:48.372Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:48.705Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:48.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T17:06:48.705Z] 82fe0de549f6: Preparing [2021-01-13T17:06:48.705Z] de7bf81f9c6d: Preparing [2021-01-13T17:06:48.705Z] 606f2ac89d99: Preparing [2021-01-13T17:06:48.705Z] 65db39a53f44: Preparing [2021-01-13T17:06:48.705Z] afb05fd3d942: Preparing [2021-01-13T17:06:48.705Z] e3ab4524757e: Preparing [2021-01-13T17:06:48.705Z] e3ab4524757e: Waiting [2021-01-13T17:06:48.705Z] 82fe0de549f6: Layer already exists [2021-01-13T17:06:48.705Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:48.975Z] afb05fd3d942: Layer already exists [2021-01-13T17:06:48.975Z] de7bf81f9c6d: Layer already exists [2021-01-13T17:06:48.975Z] 65db39a53f44: Layer already exists [2021-01-13T17:06:48.975Z] e3ab4524757e: Layer already exists [2021-01-13T17:06:48.975Z] 2.0.0-dev.33: digest: sha256:cd1e1e50b5da1c715a9ebfd912fc2803af1a328872572367ea2eb387c4915410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:49.314Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:49.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:49.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T17:06:49.650Z] 82fe0de549f6: Preparing [2021-01-13T17:06:49.650Z] de7bf81f9c6d: Preparing [2021-01-13T17:06:49.650Z] 606f2ac89d99: Preparing [2021-01-13T17:06:49.650Z] 65db39a53f44: Preparing [2021-01-13T17:06:49.650Z] afb05fd3d942: Preparing [2021-01-13T17:06:49.650Z] e3ab4524757e: Preparing [2021-01-13T17:06:49.650Z] e3ab4524757e: Waiting [2021-01-13T17:06:49.650Z] 82fe0de549f6: Layer already exists [2021-01-13T17:06:49.650Z] afb05fd3d942: Layer already exists [2021-01-13T17:06:49.650Z] 65db39a53f44: Layer already exists [2021-01-13T17:06:49.650Z] de7bf81f9c6d: Layer already exists [2021-01-13T17:06:49.650Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:49.650Z] e3ab4524757e: Layer already exists [2021-01-13T17:06:49.922Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:cd1e1e50b5da1c715a9ebfd912fc2803af1a328872572367ea2eb387c4915410 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:50.267Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:50.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-13T17:06:50.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T17:06:50.603Z] 82fe0de549f6: Preparing [2021-01-13T17:06:50.603Z] de7bf81f9c6d: Preparing [2021-01-13T17:06:50.603Z] 606f2ac89d99: Preparing [2021-01-13T17:06:50.603Z] 65db39a53f44: Preparing [2021-01-13T17:06:50.603Z] afb05fd3d942: Preparing [2021-01-13T17:06:50.603Z] e3ab4524757e: Preparing [2021-01-13T17:06:50.603Z] e3ab4524757e: Waiting [2021-01-13T17:06:50.603Z] 65db39a53f44: Layer already exists [2021-01-13T17:06:50.603Z] de7bf81f9c6d: Layer already exists [2021-01-13T17:06:50.603Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:50.603Z] afb05fd3d942: Layer already exists [2021-01-13T17:06:50.875Z] 82fe0de549f6: Layer already exists [2021-01-13T17:06:50.875Z] e3ab4524757e: Layer already exists [2021-01-13T17:06:50.875Z] master: digest: sha256:cd1e1e50b5da1c715a9ebfd912fc2803af1a328872572367ea2eb387c4915410 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:51.115Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:51.166Z] taggedImages: [2021-01-13T17:06:51.166Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:51.166Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:51.166Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:51.166Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-13T17:06:51.245Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-13T17:06:51.245Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:51.245Z] 2.0.0-dev.33 [2021-01-13T17:06:51.245Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:51.245Z] master [2021-01-13T17:06:51.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:51.784Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:52.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:52.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T17:06:52.120Z] f18a6b4f94f6: Preparing [2021-01-13T17:06:52.120Z] 230aae87c671: Preparing [2021-01-13T17:06:52.120Z] 606f2ac89d99: Preparing [2021-01-13T17:06:52.120Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:52.391Z] f18a6b4f94f6: Pushed [2021-01-13T17:06:54.996Z] 230aae87c671: Pushed [2021-01-13T17:06:54.996Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:6a9e62ec7081d4bf3fc9b7e6a541859fc614d3e9daf826dd9d853eac8e97f8ee size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:55.338Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:55.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:55.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T17:06:55.670Z] f18a6b4f94f6: Preparing [2021-01-13T17:06:55.670Z] 230aae87c671: Preparing [2021-01-13T17:06:55.670Z] 606f2ac89d99: Preparing [2021-01-13T17:06:55.670Z] f18a6b4f94f6: Layer already exists [2021-01-13T17:06:55.670Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:55.670Z] 230aae87c671: Layer already exists [2021-01-13T17:06:55.940Z] 2.0.0-dev.33: digest: sha256:6a9e62ec7081d4bf3fc9b7e6a541859fc614d3e9daf826dd9d853eac8e97f8ee size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:56.280Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:56.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:56.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T17:06:56.616Z] f18a6b4f94f6: Preparing [2021-01-13T17:06:56.616Z] 230aae87c671: Preparing [2021-01-13T17:06:56.616Z] 606f2ac89d99: Preparing [2021-01-13T17:06:56.616Z] 230aae87c671: Layer already exists [2021-01-13T17:06:56.616Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:56.616Z] f18a6b4f94f6: Layer already exists [2021-01-13T17:06:56.886Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:6a9e62ec7081d4bf3fc9b7e6a541859fc614d3e9daf826dd9d853eac8e97f8ee size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:57.225Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:57.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-13T17:06:57.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T17:06:57.597Z] f18a6b4f94f6: Preparing [2021-01-13T17:06:57.597Z] 230aae87c671: Preparing [2021-01-13T17:06:57.597Z] 606f2ac89d99: Preparing [2021-01-13T17:06:57.597Z] 606f2ac89d99: Layer already exists [2021-01-13T17:06:57.597Z] f18a6b4f94f6: Layer already exists [2021-01-13T17:06:57.597Z] 230aae87c671: Layer already exists [2021-01-13T17:06:57.872Z] master: digest: sha256:6a9e62ec7081d4bf3fc9b7e6a541859fc614d3e9daf826dd9d853eac8e97f8ee size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:06:58.089Z] ===================================================== [Pipeline] echo [2021-01-13T17:06:58.139Z] taggedImages: [2021-01-13T17:06:58.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:58.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T17:06:58.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:58.139Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-13T17:06:58.208Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-13T17:06:58.208Z] ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:58.208Z] 2.0.0-dev.33 [2021-01-13T17:06:58.208Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:06:58.208Z] master [2021-01-13T17:06:58.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:58.731Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:06:59.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:06:59.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T17:06:59.074Z] 44be1e9f16cb: Preparing [2021-01-13T17:06:59.074Z] 1d96881f5015: Preparing [2021-01-13T17:06:59.074Z] 526ef3350f78: Preparing [2021-01-13T17:06:59.074Z] 497840f2bd94: Preparing [2021-01-13T17:06:59.074Z] 49b324ec9bf6: Preparing [2021-01-13T17:06:59.074Z] 9a7159c748c3: Preparing [2021-01-13T17:06:59.074Z] d55d2e1c6244: Preparing [2021-01-13T17:06:59.074Z] 9ded3b6bb9b5: Preparing [2021-01-13T17:06:59.074Z] fa1afe8e6ed9: Preparing [2021-01-13T17:06:59.074Z] 87a09b4c083e: Preparing [2021-01-13T17:06:59.074Z] 0f74e9ff2a61: Preparing [2021-01-13T17:06:59.074Z] b122376c33c6: Preparing [2021-01-13T17:06:59.074Z] f8381ed47b22: Preparing [2021-01-13T17:06:59.074Z] e934a737d657: Preparing [2021-01-13T17:06:59.074Z] 9a7159c748c3: Waiting [2021-01-13T17:06:59.074Z] d55d2e1c6244: Waiting [2021-01-13T17:06:59.074Z] 9ded3b6bb9b5: Waiting [2021-01-13T17:06:59.074Z] fa1afe8e6ed9: Waiting [2021-01-13T17:06:59.074Z] 87a09b4c083e: Waiting [2021-01-13T17:06:59.074Z] 0f74e9ff2a61: Waiting [2021-01-13T17:06:59.074Z] b122376c33c6: Waiting [2021-01-13T17:06:59.074Z] e934a737d657: Waiting [2021-01-13T17:06:59.074Z] f8381ed47b22: Waiting [2021-01-13T17:06:59.687Z] 49b324ec9bf6: Pushed [2021-01-13T17:06:59.687Z] 44be1e9f16cb: Pushed [2021-01-13T17:07:00.284Z] 497840f2bd94: Pushed [2021-01-13T17:07:00.284Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T17:07:00.284Z] fa1afe8e6ed9: Layer already exists [2021-01-13T17:07:00.559Z] d55d2e1c6244: Pushed [2021-01-13T17:07:00.559Z] 87a09b4c083e: Layer already exists [2021-01-13T17:07:00.559Z] 0f74e9ff2a61: Layer already exists [2021-01-13T17:07:00.559Z] b122376c33c6: Layer already exists [2021-01-13T17:07:00.559Z] e934a737d657: Layer already exists [2021-01-13T17:07:00.559Z] f8381ed47b22: Layer already exists [2021-01-13T17:07:00.831Z] 1d96881f5015: Pushed [2021-01-13T17:07:02.257Z] 9a7159c748c3: Pushed [2021-01-13T17:07:12.376Z] 526ef3350f78: Pushed [2021-01-13T17:07:12.376Z] ced48a9704d45a78ce2a225541f5314d2d8a1195: digest: sha256:b6d5b7b7e2a7187a69c16a9c866fcd2f054f5bb4636ed76d5c7235cd94d050e0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:12.711Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:13.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T17:07:13.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T17:07:13.043Z] 44be1e9f16cb: Preparing [2021-01-13T17:07:13.043Z] 1d96881f5015: Preparing [2021-01-13T17:07:13.043Z] 526ef3350f78: Preparing [2021-01-13T17:07:13.043Z] 497840f2bd94: Preparing [2021-01-13T17:07:13.043Z] 49b324ec9bf6: Preparing [2021-01-13T17:07:13.043Z] 9a7159c748c3: Preparing [2021-01-13T17:07:13.043Z] d55d2e1c6244: Preparing [2021-01-13T17:07:13.043Z] 9ded3b6bb9b5: Preparing [2021-01-13T17:07:13.043Z] fa1afe8e6ed9: Preparing [2021-01-13T17:07:13.043Z] 87a09b4c083e: Preparing [2021-01-13T17:07:13.043Z] 0f74e9ff2a61: Preparing [2021-01-13T17:07:13.043Z] b122376c33c6: Preparing [2021-01-13T17:07:13.043Z] f8381ed47b22: Preparing [2021-01-13T17:07:13.043Z] e934a737d657: Preparing [2021-01-13T17:07:13.043Z] d55d2e1c6244: Waiting [2021-01-13T17:07:13.043Z] 87a09b4c083e: Waiting [2021-01-13T17:07:13.043Z] 9ded3b6bb9b5: Waiting [2021-01-13T17:07:13.043Z] 0f74e9ff2a61: Waiting [2021-01-13T17:07:13.043Z] b122376c33c6: Waiting [2021-01-13T17:07:13.043Z] f8381ed47b22: Waiting [2021-01-13T17:07:13.043Z] 9a7159c748c3: Waiting [2021-01-13T17:07:13.043Z] fa1afe8e6ed9: Waiting [2021-01-13T17:07:13.043Z] 49b324ec9bf6: Layer already exists [2021-01-13T17:07:13.043Z] 44be1e9f16cb: Layer already exists [2021-01-13T17:07:13.043Z] 526ef3350f78: Layer already exists [2021-01-13T17:07:13.043Z] 497840f2bd94: Layer already exists [2021-01-13T17:07:13.043Z] 1d96881f5015: Layer already exists [2021-01-13T17:07:13.043Z] 9a7159c748c3: Layer already exists [2021-01-13T17:07:13.043Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T17:07:13.043Z] d55d2e1c6244: Layer already exists [2021-01-13T17:07:13.043Z] 87a09b4c083e: Layer already exists [2021-01-13T17:07:13.043Z] fa1afe8e6ed9: Layer already exists [2021-01-13T17:07:13.311Z] e934a737d657: Layer already exists [2021-01-13T17:07:13.311Z] b122376c33c6: Layer already exists [2021-01-13T17:07:13.311Z] 0f74e9ff2a61: Layer already exists [2021-01-13T17:07:13.311Z] f8381ed47b22: Layer already exists [2021-01-13T17:07:13.311Z] 2.0.0-dev.33: digest: sha256:b6d5b7b7e2a7187a69c16a9c866fcd2f054f5bb4636ed76d5c7235cd94d050e0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:13.650Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:13.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:07:13.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T17:07:13.989Z] 44be1e9f16cb: Preparing [2021-01-13T17:07:13.989Z] 1d96881f5015: Preparing [2021-01-13T17:07:13.989Z] 526ef3350f78: Preparing [2021-01-13T17:07:13.989Z] 497840f2bd94: Preparing [2021-01-13T17:07:13.989Z] 49b324ec9bf6: Preparing [2021-01-13T17:07:13.989Z] 9a7159c748c3: Preparing [2021-01-13T17:07:13.989Z] d55d2e1c6244: Preparing [2021-01-13T17:07:13.989Z] 9ded3b6bb9b5: Preparing [2021-01-13T17:07:13.989Z] fa1afe8e6ed9: Preparing [2021-01-13T17:07:13.989Z] 87a09b4c083e: Preparing [2021-01-13T17:07:13.989Z] 0f74e9ff2a61: Preparing [2021-01-13T17:07:13.989Z] b122376c33c6: Preparing [2021-01-13T17:07:13.989Z] f8381ed47b22: Preparing [2021-01-13T17:07:13.989Z] e934a737d657: Preparing [2021-01-13T17:07:13.989Z] 87a09b4c083e: Waiting [2021-01-13T17:07:13.989Z] 9a7159c748c3: Waiting [2021-01-13T17:07:13.989Z] 9ded3b6bb9b5: Waiting [2021-01-13T17:07:13.989Z] d55d2e1c6244: Waiting [2021-01-13T17:07:13.989Z] fa1afe8e6ed9: Waiting [2021-01-13T17:07:13.989Z] 0f74e9ff2a61: Waiting [2021-01-13T17:07:13.989Z] b122376c33c6: Waiting [2021-01-13T17:07:13.989Z] f8381ed47b22: Waiting [2021-01-13T17:07:13.989Z] e934a737d657: Waiting [2021-01-13T17:07:13.989Z] 1d96881f5015: Layer already exists [2021-01-13T17:07:13.989Z] 526ef3350f78: Layer already exists [2021-01-13T17:07:13.989Z] 497840f2bd94: Layer already exists [2021-01-13T17:07:13.989Z] 44be1e9f16cb: Layer already exists [2021-01-13T17:07:13.989Z] 49b324ec9bf6: Layer already exists [2021-01-13T17:07:13.989Z] 9a7159c748c3: Layer already exists [2021-01-13T17:07:13.989Z] d55d2e1c6244: Layer already exists [2021-01-13T17:07:14.260Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T17:07:14.260Z] fa1afe8e6ed9: Layer already exists [2021-01-13T17:07:14.260Z] 87a09b4c083e: Layer already exists [2021-01-13T17:07:14.260Z] 0f74e9ff2a61: Layer already exists [2021-01-13T17:07:14.260Z] b122376c33c6: Layer already exists [2021-01-13T17:07:14.260Z] e934a737d657: Layer already exists [2021-01-13T17:07:14.260Z] f8381ed47b22: Layer already exists [2021-01-13T17:07:14.260Z] ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33: digest: sha256:b6d5b7b7e2a7187a69c16a9c866fcd2f054f5bb4636ed76d5c7235cd94d050e0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:14.606Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:14.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-13T17:07:14.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T17:07:14.938Z] 44be1e9f16cb: Preparing [2021-01-13T17:07:14.938Z] 1d96881f5015: Preparing [2021-01-13T17:07:14.938Z] 526ef3350f78: Preparing [2021-01-13T17:07:14.938Z] 497840f2bd94: Preparing [2021-01-13T17:07:14.938Z] 49b324ec9bf6: Preparing [2021-01-13T17:07:14.938Z] 9a7159c748c3: Preparing [2021-01-13T17:07:14.938Z] d55d2e1c6244: Preparing [2021-01-13T17:07:14.938Z] 9ded3b6bb9b5: Preparing [2021-01-13T17:07:14.938Z] fa1afe8e6ed9: Preparing [2021-01-13T17:07:14.938Z] 87a09b4c083e: Preparing [2021-01-13T17:07:14.938Z] 0f74e9ff2a61: Preparing [2021-01-13T17:07:14.938Z] b122376c33c6: Preparing [2021-01-13T17:07:14.938Z] f8381ed47b22: Preparing [2021-01-13T17:07:14.938Z] e934a737d657: Preparing [2021-01-13T17:07:14.938Z] 9a7159c748c3: Waiting [2021-01-13T17:07:14.938Z] d55d2e1c6244: Waiting [2021-01-13T17:07:14.938Z] 9ded3b6bb9b5: Waiting [2021-01-13T17:07:14.938Z] fa1afe8e6ed9: Waiting [2021-01-13T17:07:14.938Z] 87a09b4c083e: Waiting [2021-01-13T17:07:14.938Z] 0f74e9ff2a61: Waiting [2021-01-13T17:07:14.938Z] b122376c33c6: Waiting [2021-01-13T17:07:14.938Z] f8381ed47b22: Waiting [2021-01-13T17:07:14.938Z] e934a737d657: Waiting [2021-01-13T17:07:15.210Z] 1d96881f5015: Layer already exists [2021-01-13T17:07:15.210Z] 497840f2bd94: Layer already exists [2021-01-13T17:07:15.210Z] 44be1e9f16cb: Layer already exists [2021-01-13T17:07:15.210Z] 526ef3350f78: Layer already exists [2021-01-13T17:07:15.210Z] 49b324ec9bf6: Layer already exists [2021-01-13T17:07:15.210Z] fa1afe8e6ed9: Layer already exists [2021-01-13T17:07:15.210Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T17:07:15.210Z] d55d2e1c6244: Layer already exists [2021-01-13T17:07:15.210Z] 87a09b4c083e: Layer already exists [2021-01-13T17:07:15.210Z] 9a7159c748c3: Layer already exists [2021-01-13T17:07:15.210Z] f8381ed47b22: Layer already exists [2021-01-13T17:07:15.210Z] b122376c33c6: Layer already exists [2021-01-13T17:07:15.210Z] e934a737d657: Layer already exists [2021-01-13T17:07:15.210Z] 0f74e9ff2a61: Layer already exists [2021-01-13T17:07:15.210Z] master: digest: sha256:b6d5b7b7e2a7187a69c16a9c866fcd2f054f5bb4636ed76d5c7235cd94d050e0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T17:07:15.445Z] ===================================================== [Pipeline] echo [2021-01-13T17:07:15.501Z] taggedImages: [2021-01-13T17:07:15.501Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195 [2021-01-13T17:07:15.501Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T17:07:15.501Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ced48a9704d45a78ce2a225541f5314d2d8a1195-2.0.0-dev.33 [2021-01-13T17:07:15.501Z] - 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 [2021-01-13T17:07:17.238Z] provisioning config files... [2021-01-13T17:07:17.248Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/290@tmp/config5991625600121782414tmp [Pipeline] { [Pipeline] sh [2021-01-13T17:07:17.631Z] + set +x [2021-01-13T17:07:17.631Z] + curl -s https://codecov.io/bash [2021-01-13T17:07:17.631Z] + bash -s -- [2021-01-13T17:07:18.209Z] [2021-01-13T17:07:18.209Z] _____ _ [2021-01-13T17:07:18.209Z] / ____| | | [2021-01-13T17:07:18.209Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T17:07:18.209Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T17:07:18.209Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T17:07:18.209Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T17:07:18.209Z] Bash-20201231-23d4836 [2021-01-13T17:07:18.209Z] [2021-01-13T17:07:18.209Z] [2021-01-13T17:07:18.209Z] ==> git version 2.24.3 found [2021-01-13T17:07:18.209Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-13T17:07:18.209Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T17:07:18.209Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T17:07:18.209Z] ==> Jenkins CI detected. [2021-01-13T17:07:18.209Z] project root: . [2021-01-13T17:07:18.209Z] --> token set from env [2021-01-13T17:07:18.209Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T17:07:18.209Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T17:07:18.209Z] ==> Python coveragepy not found [2021-01-13T17:07:18.209Z] ==> Searching for coverage reports in: [2021-01-13T17:07:18.209Z] + . [2021-01-13T17:07:18.209Z] -> Found 1 reports [2021-01-13T17:07:18.209Z] ==> Detecting git/mercurial file structure [2021-01-13T17:07:18.209Z] ==> Reading reports [2021-01-13T17:07:18.209Z] + ./coverage.out bytes=552842 [2021-01-13T17:07:18.209Z] ==> Appending adjustments [2021-01-13T17:07:18.209Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T17:07:21.521Z] + Found adjustments [2021-01-13T17:07:21.521Z] ==> Gzipping contents [2021-01-13T17:07:21.521Z] 84K /tmp/codecov.S6FR6h.gz [2021-01-13T17:07:21.521Z] ==> Uploading reports [2021-01-13T17:07:21.521Z] url: https://codecov.io [2021-01-13T17:07:21.521Z] query: branch=master&commit=ced48a9704d45a78ce2a225541f5314d2d8a1195&build=290&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F290%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T17:07:21.521Z] -> Pinging Codecov [2021-01-13T17:07:21.521Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=ced48a9704d45a78ce2a225541f5314d2d8a1195&build=290&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F290%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T17:07:22.094Z] -> Uploading to [2021-01-13T17:07:22.094Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/ced48a9704d45a78ce2a225541f5314d2d8a1195/c02b5385-ada8-4cb8-81fa-faa58d7d6886.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T170721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d844a4de4c4f86dea91ff383e22fa30cbd05e80cdd46495c24de3b080346d422 [2021-01-13T17:07:22.094Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:07:22.094Z] Dload Upload Total Spent Left Speed [2021-01-13T17:07:22.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83636 0 0 100 83636 0 120k --:--:-- --:--:-- --:--:-- 120k [2021-01-13T17:07:22.669Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ced48a9704d45a78ce2a225541f5314d2d8a1195 [Pipeline] } [2021-01-13T17:07:22.680Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-13T17:07:23.657Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-13T17:07:23.752Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:24.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T17:07:24.097Z] [2021-01-13T17:07:24.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:07:24.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T17:07:24.448Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-13T17:07:24.448Z] 188c0c94c7c5: Already exists [2021-01-13T17:07:24.448Z] 0ef7d3d256c8: Already exists [2021-01-13T17:07:24.448Z] de9db76c5a1d: Already exists [2021-01-13T17:07:24.448Z] 0eba1c9be4d2: Pulling fs layer [2021-01-13T17:07:24.448Z] 0d57e429df01: Pulling fs layer [2021-01-13T17:07:24.448Z] 4e4be7b47b0d: Pulling fs layer [2021-01-13T17:07:24.448Z] e1f770b5df2f: Pulling fs layer [2021-01-13T17:07:24.448Z] 85a0685a4137: Pulling fs layer [2021-01-13T17:07:24.448Z] e1f770b5df2f: Waiting [2021-01-13T17:07:24.448Z] 85a0685a4137: Waiting [2021-01-13T17:07:24.448Z] 4e4be7b47b0d: Verifying Checksum [2021-01-13T17:07:24.448Z] 4e4be7b47b0d: Download complete [2021-01-13T17:07:24.448Z] 0d57e429df01: Verifying Checksum [2021-01-13T17:07:24.448Z] 0d57e429df01: Download complete [2021-01-13T17:07:26.372Z] e1f770b5df2f: Verifying Checksum [2021-01-13T17:07:26.372Z] e1f770b5df2f: Download complete [2021-01-13T17:07:28.313Z] 0eba1c9be4d2: Verifying Checksum [2021-01-13T17:07:28.313Z] 0eba1c9be4d2: Download complete [2021-01-13T17:07:28.909Z] 85a0685a4137: Verifying Checksum [2021-01-13T17:07:28.909Z] 85a0685a4137: Download complete [2021-01-13T17:07:34.248Z] 0eba1c9be4d2: Pull complete [2021-01-13T17:07:34.248Z] 0d57e429df01: Pull complete [2021-01-13T17:07:34.522Z] 4e4be7b47b0d: Pull complete [2021-01-13T17:07:38.753Z] e1f770b5df2f: Pull complete [2021-01-13T17:07:46.966Z] 85a0685a4137: Pull complete [2021-01-13T17:07:46.966Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-13T17:07:46.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T17:07:46.966Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-13T17:07:47.203Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T17:07:47.257Z] $ 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/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T17:07:48.616Z] $ docker top bfad81be22bb2a6efe7676bc007052ed36482651b78c4bbf0b28d83a9f6280f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T17:07:48.945Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-13T17:07:49.242Z] + set -o pipefail [2021-01-13T17:07:49.242Z] + snyk monitor '--org=edgex-jenkins' [2021-01-13T17:07:59.308Z] [2021-01-13T17:07:59.308Z] Monitoring /w/workspace/edgex-go/290 (github.com/edgexfoundry/edgex-go)... [2021-01-13T17:07:59.308Z] [2021-01-13T17:07:59.308Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f98cab28-5487-4207-84b3-7ac6c7a3950b [2021-01-13T17:07:59.308Z] [2021-01-13T17:07:59.308Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-13T17:07:59.308Z] [2021-01-13T17:07:59.308Z] [Pipeline] } [2021-01-13T17:07:59.326Z] $ docker stop --time=1 bfad81be22bb2a6efe7676bc007052ed36482651b78c4bbf0b28d83a9f6280f4 [2021-01-13T17:08:02.372Z] $ docker rm -f bfad81be22bb2a6efe7676bc007052ed36482651b78c4bbf0b28d83a9f6280f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-13T17:08:04.013Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T17:08:04.069Z] provisioning config files... [2021-01-13T17:08:04.086Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/290@tmp/config2809731017156920460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:04.583Z] --> edgex-publish-swagger.sh [2021-01-13T17:08:04.583Z] === Publish openapi/v1 API === [2021-01-13T17:08:04.583Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-13T17:08:04.583Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T17:08:04.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:04.583Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:05.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10521 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 10726 --:--:-- --:--:-- --:--:-- 10724 [2021-01-13T17:08:05.463Z] [2021-01-13T17:08:05.463Z] [2021-01-13T17:08:05.463Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T17:08:05.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:05.463Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:06.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 34875 --:--:-- --:--:-- --:--:-- 34856 100 32556 0 0 100 32556 0 34868 --:--:-- --:--:-- --:--:-- 34856 [2021-01-13T17:08:06.408Z] [2021-01-13T17:08:06.408Z] [2021-01-13T17:08:06.408Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T17:08:06.408Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:06.408Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:07.354Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 77529 --:--:-- --:--:-- --:--:-- 77518 100 73720 0 0 100 73720 0 77513 --:--:-- --:--:-- --:--:-- 77518 [2021-01-13T17:08:07.354Z] [2021-01-13T17:08:07.354Z] [2021-01-13T17:08:07.354Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-13T17:08:07.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:07.354Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:08.742Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11126 0:00:01 0:00:01 --:--:-- 11131 100 13580 0 0 100 13580 0 11017 0:00:01 0:00:01 --:--:-- 11022 [2021-01-13T17:08:08.742Z] [2021-01-13T17:08:08.742Z] [2021-01-13T17:08:08.742Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-13T17:08:08.742Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:08.742Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:10.131Z] 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 32546 0:00:01 0:00:01 --:--:-- 32543 100 38889 0 0 100 38889 0 32541 0:00:01 0:00:01 --:--:-- 32543 [2021-01-13T17:08:10.131Z] [2021-01-13T17:08:10.131Z] [2021-01-13T17:08:10.132Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-13T17:08:10.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:10.132Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:11.075Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13117 0:00:01 0:00:01 --:--:-- 13119 100 14248 0 0 100 14248 0 13115 0:00:01 0:00:01 --:--:-- 13119 [2021-01-13T17:08:11.076Z] [2021-01-13T17:08:11.076Z] [2021-01-13T17:08:11.076Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-13T17:08:11.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:11.076Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:12.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3368 0:00:01 0:00:01 --:--:-- 3370 100 4109 0 0 100 4109 0 3359 0:00:01 0:00:01 --:--:-- 3362 [2021-01-13T17:08:12.473Z] [2021-01-13T17:08:12.473Z] [2021-01-13T17:08:12.473Z] === Publish openapi/v2 API === [2021-01-13T17:08:12.473Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-13T17:08:12.473Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T17:08:12.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:12.473Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:13.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25519 0:00:01 0:00:01 --:--:-- 25527 100 29535 0 0 100 29535 0 25512 0:00:01 0:00:01 --:--:-- 25527 [2021-01-13T17:08:13.420Z] [2021-01-13T17:08:13.420Z] [2021-01-13T17:08:13.420Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T17:08:13.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T17:08:13.420Z] Dload Upload Total Spent Left Speed [2021-01-13T17:08:14.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 51328 0:00:01 0:00:01 --:--:-- 51386 100 60430 0 0 100 60430 0 51319 0:00:01 0:00:01 --:--:-- 51386 [2021-01-13T17:08:14.812Z] [2021-01-13T17:08:14.812Z] [2021-01-13T17:08:14.812Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T17:08:14.812Z] /w/workspace/edgex-go/290@tmp/durable-192419d5/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-13T17:08:14.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:16.201Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:17.082Z] ---> package-listing.sh [2021-01-13T17:08:17.082Z] ++ facter osfamily [2021-01-13T17:08:17.082Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T17:08:17.082Z] + OS_FAMILY=redhat [2021-01-13T17:08:17.082Z] + workspace=/w/workspace/edgex-go/290 [2021-01-13T17:08:17.082Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T17:08:17.082Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T17:08:17.082Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T17:08:17.082Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T17:08:17.082Z] + '[' /w/workspace/edgex-go/290 ']' [2021-01-13T17:08:17.082Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T17:08:17.082Z] + case "${OS_FAMILY}" in [2021-01-13T17:08:17.082Z] + rpm -qa [2021-01-13T17:08:17.082Z] + sort [2021-01-13T17:08:22.390Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T17:08:22.390Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T17:08:22.390Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T17:08:22.390Z] + '[' /w/workspace/edgex-go/290 ']' [2021-01-13T17:08:22.390Z] + mkdir -p /w/workspace/edgex-go/290/archives/ [2021-01-13T17:08:22.390Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/290/archives/ [Pipeline] echo [2021-01-13T17:08:22.403Z] 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/290/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T17:08:22.697Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:08:23.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T17:08:23.003Z] [2021-01-13T17:08:23.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T17:08:23.360Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T17:08:23.360Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T17:08:23.360Z] df20fa9351a1: Pulling fs layer [2021-01-13T17:08:23.360Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T17:08:23.360Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T17:08:23.360Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T17:08:23.360Z] 93b61091891f: Pulling fs layer [2021-01-13T17:08:23.360Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T17:08:23.360Z] 5e14af77c1be: Pulling fs layer [2021-01-13T17:08:23.360Z] 01666e4c0597: Pulling fs layer [2021-01-13T17:08:23.360Z] aa168da1d23b: Pulling fs layer [2021-01-13T17:08:23.360Z] 5e14af77c1be: Waiting [2021-01-13T17:08:23.360Z] 93b61091891f: Waiting [2021-01-13T17:08:23.360Z] 93b9cdb0e59b: Waiting [2021-01-13T17:08:23.360Z] aa168da1d23b: Waiting [2021-01-13T17:08:23.360Z] 46f8f816bc3b: Waiting [2021-01-13T17:08:23.360Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T17:08:23.360Z] 36b3adc4ff6f: Download complete [2021-01-13T17:08:23.360Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T17:08:23.360Z] 46f8f816bc3b: Download complete [2021-01-13T17:08:23.622Z] df20fa9351a1: Verifying Checksum [2021-01-13T17:08:23.622Z] df20fa9351a1: Download complete [2021-01-13T17:08:23.622Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T17:08:23.622Z] 93b9cdb0e59b: Download complete [2021-01-13T17:08:23.622Z] 5e14af77c1be: Verifying Checksum [2021-01-13T17:08:23.622Z] 5e14af77c1be: Download complete [2021-01-13T17:08:23.622Z] 93b61091891f: Verifying Checksum [2021-01-13T17:08:23.622Z] 93b61091891f: Download complete [2021-01-13T17:08:23.622Z] 01666e4c0597: Verifying Checksum [2021-01-13T17:08:23.622Z] 01666e4c0597: Download complete [2021-01-13T17:08:23.884Z] df20fa9351a1: Pull complete [2021-01-13T17:08:23.884Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T17:08:23.884Z] 8ad3a11d3b57: Download complete [2021-01-13T17:08:24.152Z] 36b3adc4ff6f: Pull complete [2021-01-13T17:08:25.557Z] 8ad3a11d3b57: Pull complete [2021-01-13T17:08:25.819Z] aa168da1d23b: Verifying Checksum [2021-01-13T17:08:25.819Z] aa168da1d23b: Download complete [2021-01-13T17:08:26.393Z] 46f8f816bc3b: Pull complete [2021-01-13T17:08:26.967Z] 93b61091891f: Pull complete [2021-01-13T17:08:26.967Z] 93b9cdb0e59b: Pull complete [2021-01-13T17:08:27.229Z] 5e14af77c1be: Pull complete [2021-01-13T17:08:27.229Z] 01666e4c0597: Pull complete [2021-01-13T17:08:33.874Z] aa168da1d23b: Pull complete [2021-01-13T17:08:33.874Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T17:08:33.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T17:08:33.874Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T17:08:34.090Z] prd-centos7-docker-4c-2g-19991 does not seem to be running inside a container [2021-01-13T17:08:34.140Z] $ 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/290/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/290 -v /w/workspace/edgex-go/290:/w/workspace/edgex-go/290:rw,z -v /w/workspace/edgex-go/290@tmp:/w/workspace/edgex-go/290@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 [2021-01-13T17:08:37.133Z] $ docker top 1ae81168d92386974e8c632c54477cda67f6e86b75d69e9301f8f1613b27796e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T17:08:37.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T17:08:38.044Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T17:08:38.339Z] + ls /var/log/sa-host [2021-01-13T17:08:38.340Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T17:08:38.340Z] file_magic: OK [2021-01-13T17:08:38.340Z] HZ: Using current value: 100 [2021-01-13T17:08:38.340Z] file_header: OK [2021-01-13T17:08:38.340Z] 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 [2021-01-13T17:08:38.340Z] Statistics: [2021-01-13T17:08:38.340Z] 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... [2021-01-13T17:08:38.340Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T17:08:38.340Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T17:08:38.340Z] file_magic: OK [2021-01-13T17:08:38.340Z] HZ: Using current value: 100 [2021-01-13T17:08:38.340Z] file_header: OK [2021-01-13T17:08:38.340Z] 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 [2021-01-13T17:08:38.340Z] Statistics: [2021-01-13T17:08:38.340Z] Hnuu...uuuununununu... [2021-01-13T17:08:38.340Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T17:08:38.557Z] provisioning config files... [2021-01-13T17:08:38.576Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/290@tmp/config3572200814154639797tmp [Pipeline] { [Pipeline] echo [2021-01-13T17:08:38.687Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:38.983Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T17:08:39.017Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T17:08:39.116Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:39.413Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T17:08:39.424Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:39.724Z] ---> sudo-logs.sh [2021-01-13T17:08:39.724Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T17:08:39.735Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:40.033Z] ---> job-cost.sh [2021-01-13T17:08:40.033Z] lf-activate-venv: SKIPPING [2021-01-13T17:08:40.033Z] INFO: No Stack... [2021-01-13T17:08:41.958Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T17:08:42.224Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T17:08:42.240Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T17:08:42.540Z] ---> logs-deploy.sh [2021-01-13T17:08:42.540Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/290 [2021-01-13T17:08:42.540Z] INFO: archiving workspace using pattern(s): [2021-01-13T17:08:43.933Z] Archives upload complete. [2021-01-13T17:08:44.195Z] INFO: archiving logs to Nexus