Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa73db002611977724c74faadafd397fb3003e92 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18646 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/279 [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/279 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fa73db002611977724c74faadafd397fb3003e92 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa73db002611977724c74faadafd397fb3003e92 # timeout=10 Commit message: "Merge pull request #2990 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.30" > git rev-list --no-walk f6f1810f8e72a9609a8084418fbab33b05fccf6b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-06T06:28:28.894Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-06T06:28:29.178Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-06T06:28:29.309Z] ========================================================= [2021-01-06T06:28:29.309Z] EdgeX Global Pipelines Version Info [2021-01-06T06:28:29.309Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:28:30.826Z] ------------------- [2021-01-06T06:28:30.826Z] stable info: [2021-01-06T06:28:30.826Z] ------------------- [2021-01-06T06:28:30.826Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-06T06:28:30.826Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-06T06:28:30.826Z] Message: update stable to v1.0.173 [2021-01-06T06:28:31.779Z] ------------------- [2021-01-06T06:28:31.779Z] experimental info: [2021-01-06T06:28:31.779Z] ------------------- [2021-01-06T06:28:31.779Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-06T06:28:31.779Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-06T06:28:31.779Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-06T06:28:32.065Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-06T06:28:32.173Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-06T06:28:32.269Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-06T06:28:32.370Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-06T06:28:32.491Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-06T06:28:32.586Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-06T06:28:32.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-06T06:28:32.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-06T06:28:32.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-06T06:28:33.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-06T06:28:33.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-06T06:28:33.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-06T06:28:33.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-06T06:28:33.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-06T06:28:33.712Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-06T06:28:33.810Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-06T06:28:33.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-06T06:28:33.997Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-06T06:28:34.119Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-06T06:28:34.226Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-06T06:28:34.320Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-06T06:28:34.412Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-06T06:28:34.506Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-06T06:28:34.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-06T06:28:34.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-06T06:28:34.787Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-06T06:28:34.898Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa73db002611977724c74faadafd397fb3003e92 [Pipeline] echo [2021-01-06T06:28:34.988Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa73db0 [Pipeline] echo [2021-01-06T06:28:35.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T06:28:35.330Z] provisioning config files... [2021-01-06T06:28:35.395Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/279@tmp/config4954309285576306899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:28:35.750Z] ---> docker-login.sh [2021-01-06T06:28:35.750Z] nexus3.edgexfoundry.org:10001 [2021-01-06T06:28:36.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:28:36.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:28:36.275Z] Configure a credential helper to remove this warning. See [2021-01-06T06:28:36.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:28:36.275Z] [2021-01-06T06:28:36.275Z] Login Succeeded [2021-01-06T06:28:36.275Z] nexus3.edgexfoundry.org:10002 [2021-01-06T06:28:36.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:28:36.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:28:36.539Z] Configure a credential helper to remove this warning. See [2021-01-06T06:28:36.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:28:36.539Z] [2021-01-06T06:28:36.539Z] Login Succeeded [2021-01-06T06:28:36.539Z] nexus3.edgexfoundry.org:10003 [2021-01-06T06:28:36.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:28:36.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:28:36.539Z] Configure a credential helper to remove this warning. See [2021-01-06T06:28:36.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:28:36.539Z] [2021-01-06T06:28:36.539Z] Login Succeeded [2021-01-06T06:28:36.539Z] nexus3.edgexfoundry.org:10004 [2021-01-06T06:28:36.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:28:36.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:28:36.801Z] Configure a credential helper to remove this warning. See [2021-01-06T06:28:36.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:28:36.801Z] [2021-01-06T06:28:36.801Z] Login Succeeded [2021-01-06T06:28:36.801Z] docker.io [2021-01-06T06:28:36.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:28:37.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:28:37.064Z] Configure a credential helper to remove this warning. See [2021-01-06T06:28:37.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:28:37.064Z] [2021-01-06T06:28:37.064Z] Login Succeeded [2021-01-06T06:28:37.064Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T06:28:37.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-06T06:28:37.548Z] ++ 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-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/core-command/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/core-data/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-06T06:28:37.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-06T06:28:37.548Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-06T06:28:37.548Z] ++ cut -d/ -f2 [2021-01-06T06:28:37.548Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-06T06:28:37.617Z] 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-06T06:28:39.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T06:28:39.318Z] [2021-01-06T06:28:39.318Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:28:39.661Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T06:28:39.661Z] latest: Pulling from edgex-devops/git-semver [2021-01-06T06:28:39.661Z] 31603596830f: Pulling fs layer [2021-01-06T06:28:39.661Z] 2a8b12db71e7: Pulling fs layer [2021-01-06T06:28:39.661Z] 6ca5941a6612: Pulling fs layer [2021-01-06T06:28:39.661Z] ecc8261a40a4: Pulling fs layer [2021-01-06T06:28:39.661Z] ecc8261a40a4: Waiting [2021-01-06T06:28:39.661Z] 2a8b12db71e7: Verifying Checksum [2021-01-06T06:28:39.661Z] 2a8b12db71e7: Download complete [2021-01-06T06:28:39.923Z] 31603596830f: Verifying Checksum [2021-01-06T06:28:39.923Z] 31603596830f: Download complete [2021-01-06T06:28:39.923Z] ecc8261a40a4: Verifying Checksum [2021-01-06T06:28:39.923Z] ecc8261a40a4: Download complete [2021-01-06T06:28:39.923Z] 6ca5941a6612: Verifying Checksum [2021-01-06T06:28:39.923Z] 6ca5941a6612: Download complete [2021-01-06T06:28:40.185Z] 31603596830f: Pull complete [2021-01-06T06:28:40.446Z] 2a8b12db71e7: Pull complete [2021-01-06T06:28:41.404Z] 6ca5941a6612: Pull complete [2021-01-06T06:28:41.667Z] ecc8261a40a4: Pull complete [2021-01-06T06:28:41.667Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-06T06:28:41.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-06T06:28:41.667Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-06T06:28:41.786Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:28:41.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-06T06:28:44.790Z] $ docker top b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-06T06:28:45.121Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-06T06:28:45.121Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-06T06:28:45.344Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-06T06:28:45.352Z] $ docker exec b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 ssh-agent [2021-01-06T06:28:45.515Z] SSH_AUTH_SOCK=/tmp/ssh-kKKbdYjAtTar/agent.11 [2021-01-06T06:28:45.515Z] SSH_AGENT_PID=16 [2021-01-06T06:28:45.531Z] Running ssh-add (command line suppressed) [2021-01-06T06:28:45.650Z] Identity added: /w/workspace/edgex-go/279@tmp/private_key_4359453474983702915.key (/w/workspace/edgex-go/279@tmp/private_key_4359453474983702915.key) [2021-01-06T06:28:45.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-06T06:28:46.036Z] + git tag --points-at HEAD [Pipeline] } [2021-01-06T06:28:46.065Z] $ docker exec --env ******** --env ******** b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 ssh-agent -k [2021-01-06T06:28:46.178Z] unset SSH_AUTH_SOCK; [2021-01-06T06:28:46.178Z] unset SSH_AGENT_PID; [2021-01-06T06:28:46.178Z] echo Agent pid 16 killed; [2021-01-06T06:28:46.224Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-06T06:28:46.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-06T06:28:46.381Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-06T06:28:46.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-06T06:28:46.553Z] $ docker exec b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 ssh-agent [2021-01-06T06:28:46.711Z] SSH_AUTH_SOCK=/tmp/ssh-hTopJ3g9uwHQ/agent.46 [2021-01-06T06:28:46.711Z] SSH_AGENT_PID=51 [2021-01-06T06:28:46.718Z] Running ssh-add (command line suppressed) [2021-01-06T06:28:46.839Z] Identity added: /w/workspace/edgex-go/279@tmp/private_key_1554881577727760498.key (/w/workspace/edgex-go/279@tmp/private_key_1554881577727760498.key) [2021-01-06T06:28:46.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-06T06:28:47.239Z] + git semver init [2021-01-06T06:28:47.239Z] # -> Open(): unable to determine branch for HEAD [2021-01-06T06:28:47.239Z] # $GIT_DIR = /w/workspace/edgex-go/279/.git [2021-01-06T06:28:47.239Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/279 [2021-01-06T06:28:47.239Z] # $SEMVER_REMOTE_NAME = origin [2021-01-06T06:28:47.239Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-06T06:28:47.239Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-06T06:28:47.239Z] # $SEMVER_BRANCH = master [2021-01-06T06:28:47.239Z] # $SEMVER_TEMP = /tmp/semver-068844809 [2021-01-06T06:28:47.239Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-06T06:29:09.288Z] # '/tmp/semver-068844809' -> '/w/workspace/edgex-go/279/.semver' [2021-01-06T06:29:09.288Z] # -> Force: false [2021-01-06T06:29:09.288Z] # $SEMVER_DIR = /w/workspace/edgex-go/279/.semver [Pipeline] } [2021-01-06T06:29:09.310Z] $ docker exec --env ******** --env ******** b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 ssh-agent -k [2021-01-06T06:29:09.617Z] unset SSH_AUTH_SOCK; [2021-01-06T06:29:09.617Z] unset SSH_AGENT_PID; [2021-01-06T06:29:09.617Z] echo Agent pid 51 killed; [2021-01-06T06:29:09.699Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-06T06:29:10.209Z] + git semver [Pipeline] } [2021-01-06T06:29:10.231Z] $ docker stop --time=1 b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 [2021-01-06T06:29:11.933Z] $ docker rm -f b85f280b283b05ebd0f887ee28186b8f680dd14869b43201a3af4f1edfda86c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T06:29:12.476Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-06T06:29:13.062Z] Stashed 1 file(s) [Pipeline] echo [2021-01-06T06:29:13.065Z] [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-06T06:29:13.950Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-06T06:29:14.256Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-06T06:29:14.560Z] + true [2021-01-06T06:29:14.560Z] + sudo service docker restart [2021-01-06T06:29:14.560Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-06T06:29:15.151Z] ========================================================= [2021-01-06T06:29:15.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-06T06:29:15.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:29:15.501Z] + 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-06T06:29:19.742Z] Sending build context to Docker daemon 326.4MB [2021-01-06T06:29:19.743Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-06T06:29:19.743Z] Step 2/6 : FROM ${BASE} [2021-01-06T06:29:19.743Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-06T06:29:19.743Z] 188c0c94c7c5: Pulling fs layer [2021-01-06T06:29:19.743Z] 0ef7d3d256c8: Pulling fs layer [2021-01-06T06:29:19.743Z] de9db76c5a1d: Pulling fs layer [2021-01-06T06:29:19.743Z] bca2f99d35d6: Pulling fs layer [2021-01-06T06:29:19.743Z] 93359f2a8cfa: Pulling fs layer [2021-01-06T06:29:19.743Z] 7c6f9722023f: Pulling fs layer [2021-01-06T06:29:19.743Z] a35cf1a2eb13: Pulling fs layer [2021-01-06T06:29:19.743Z] 93359f2a8cfa: Waiting [2021-01-06T06:29:19.743Z] a35cf1a2eb13: Waiting [2021-01-06T06:29:19.743Z] 7c6f9722023f: Waiting [2021-01-06T06:29:19.743Z] bca2f99d35d6: Waiting [2021-01-06T06:29:19.743Z] de9db76c5a1d: Verifying Checksum [2021-01-06T06:29:19.743Z] de9db76c5a1d: Download complete [2021-01-06T06:29:19.743Z] 0ef7d3d256c8: Download complete [2021-01-06T06:29:19.743Z] 93359f2a8cfa: Verifying Checksum [2021-01-06T06:29:19.743Z] 93359f2a8cfa: Download complete [2021-01-06T06:29:19.743Z] 7c6f9722023f: Verifying Checksum [2021-01-06T06:29:19.743Z] 7c6f9722023f: Download complete [2021-01-06T06:29:20.008Z] 188c0c94c7c5: Verifying Checksum [2021-01-06T06:29:20.008Z] 188c0c94c7c5: Download complete [2021-01-06T06:29:20.270Z] 188c0c94c7c5: Pull complete [2021-01-06T06:29:20.533Z] 0ef7d3d256c8: Pull complete [2021-01-06T06:29:20.800Z] de9db76c5a1d: Pull complete [2021-01-06T06:29:21.766Z] a35cf1a2eb13: Verifying Checksum [2021-01-06T06:29:21.766Z] a35cf1a2eb13: Download complete [2021-01-06T06:29:22.732Z] bca2f99d35d6: Verifying Checksum [2021-01-06T06:29:22.732Z] bca2f99d35d6: Download complete [2021-01-06T06:29:28.071Z] bca2f99d35d6: Pull complete [2021-01-06T06:29:28.334Z] 93359f2a8cfa: Pull complete [2021-01-06T06:29:28.457Z] Still waiting to schedule task [2021-01-06T06:29:28.457Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-06T06:29:28.597Z] 7c6f9722023f: Pull complete [2021-01-06T06:29:33.930Z] a35cf1a2eb13: Pull complete [2021-01-06T06:29:33.930Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-06T06:29:33.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-06T06:29:33.930Z] ---> a62c8e92a672 [2021-01-06T06:29:33.930Z] 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-06T06:29:33.930Z] ---> Running in 84caf9a298dd [2021-01-06T06:29:33.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:29:35.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:29:36.759Z] (1/12) Installing libmagic (5.38-r0) [2021-01-06T06:29:37.335Z] (2/12) Installing file (5.38-r0) [2021-01-06T06:29:37.336Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-06T06:29:37.336Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-06T06:29:49.616Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-06T06:29:49.616Z] (6/12) Installing patch (2.7.6-r6) [2021-01-06T06:29:49.616Z] (7/12) Installing build-base (0.5-r2) [2021-01-06T06:29:49.616Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-06T06:29:49.616Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-06T06:29:49.616Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-06T06:29:49.616Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-06T06:29:49.616Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-06T06:29:49.616Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:29:49.616Z] OK: 233 MiB in 51 packages [2021-01-06T06:29:52.191Z] Removing intermediate container 84caf9a298dd [2021-01-06T06:29:52.191Z] ---> c4da7ba44841 [2021-01-06T06:29:52.191Z] Step 4/6 : WORKDIR /edgex-go [2021-01-06T06:29:52.191Z] ---> Running in ebbd4cf58bcd [2021-01-06T06:29:52.191Z] Removing intermediate container ebbd4cf58bcd [2021-01-06T06:29:52.191Z] ---> 3f3ff2971cde [2021-01-06T06:29:52.191Z] Step 5/6 : COPY go.mod . [2021-01-06T06:29:52.462Z] ---> 0d07a33b02be [2021-01-06T06:29:52.462Z] Step 6/6 : RUN go mod download [2021-01-06T06:29:52.725Z] ---> Running in e1e563db6d6a [2021-01-06T06:30:14.785Z] Removing intermediate container e1e563db6d6a [2021-01-06T06:30:14.785Z] ---> 11f3407e4f19 [2021-01-06T06:30:14.785Z] Successfully built 11f3407e4f19 [2021-01-06T06:30:14.785Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:30:15.117Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-06T06:30:15.117Z] . [Pipeline] withDockerContainer [2021-01-06T06:30:15.230Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:30:15.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-x86_64 cat [2021-01-06T06:30:16.214Z] $ docker top bc689b2b583ba30055fa849950097c8e0dddb977bb614607db759f8ab5e55279 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:30:16.731Z] + go version [2021-01-06T06:30:16.731Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-06T06:30:16.746Z] $ docker stop --time=1 bc689b2b583ba30055fa849950097c8e0dddb977bb614607db759f8ab5e55279 [2021-01-06T06:30:18.094Z] $ docker rm -f bc689b2b583ba30055fa849950097c8e0dddb977bb614607db759f8ab5e55279 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:30:19.151Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-06T06:30:19.151Z] . [Pipeline] withDockerContainer [2021-01-06T06:30:19.400Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:30:19.446Z] $ 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/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-x86_64 cat [2021-01-06T06:30:20.243Z] $ docker top bee2c73a114fab8bbf4c9309745cc0a33c6880821fe0151c81bba75c48184977 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-06T06:30:20.473Z] ========================================================= [2021-01-06T06:30:20.473Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-06T06:30:20.473Z] ========================================================= [Pipeline] sh [2021-01-06T06:30:20.771Z] + make test [2021-01-06T06:30:20.771Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-06T06:30:28.976Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-06T06:30:41.358Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-06T06:30:49.676Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-06T06:30:49.945Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-06T06:30:50.548Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-06T06:30:51.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-06T06:30:53.094Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-06T06:30:53.094Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-06T06:30:53.094Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-06T06:30:55.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-06T06:30:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-06T06:30:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-06T06:30:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-06T06:30:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-06T06:30:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-06T06:31:00.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.0% of statements [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-06T06:31:00.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-06T06:31:00.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-06T06:31:00.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 77.1% of statements [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-06T06:31:00.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-06T06:31:00.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.4% of statements [2021-01-06T06:31:00.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-06T06:31:00.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-06T06:31:00.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-06T06:31:00.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-06T06:31:01.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-06T06:31:01.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-06T06:31:01.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-06T06:31:01.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.171s coverage: 86.7% of statements [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-06T06:31:01.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2021-01-06T06:31:01.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-06T06:31:02.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-01-06T06:31:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-06T06:31:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-06T06:31:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-06T06:31:02.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.373s coverage: 93.8% of statements [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2021-01-06T06:31:04.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-06T06:31:04.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements [2021-01-06T06:31:04.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-01-06T06:31:04.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2021-01-06T06:31:05.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-01-06T06:31:05.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-06T06:31:05.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-06T06:31:05.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-06T06:31:05.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-06T06:31:05.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-01-06T06:31:05.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-06T06:31:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-01-06T06:31:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-01-06T06:31:06.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements [2021-01-06T06:31:07.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 55.9% of statements [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-06T06:31:07.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-06T06:31:07.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-06T06:31:07.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.0% of statements [2021-01-06T06:31:07.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-01-06T06:31:10.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-06T06:31:10.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-06T06:31:10.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-06T06:31:10.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 29.1% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-06T06:31:11.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-06T06:31:11.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-01-06T06:31:11.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-06T06:31:11.956Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-06T06:31:12.220Z] GO111MODULE=on go vet ./... [2021-01-06T06:31:14.191Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18647 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-06T06:31:14.254Z] Running in /w/workspace/edgex-go/279 [Pipeline] { [Pipeline] checkout [2021-01-06T06:31:19.852Z] using credential edgex-jenkins-ssh [2021-01-06T06:31:19.911Z] Cloning the remote Git repository [2021-01-06T06:31:19.980Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-06T06:31:20.086Z] > git init /w/workspace/edgex-go/279 # timeout=10 [2021-01-06T06:31:20.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-06T06:31:20.156Z] > git --version # timeout=10 [2021-01-06T06:31:20.174Z] > git --version # 'git version 2.17.1' [2021-01-06T06:31:20.176Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-06T06:31:20.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-06T06:31:34.307Z] gofmt -l . [2021-01-06T06:31:34.307Z] [ "`gofmt -l .`" = "" ] [2021-01-06T06:31:34.886Z] ./bin/test-go-mod-tidy.sh [2021-01-06T06:31:35.463Z] ./bin/test-attribution-txt.sh [2021-01-06T06:31:35.652Z] Checking out Revision fa73db002611977724c74faadafd397fb3003e92 (master) [2021-01-06T06:31:35.012Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-06T06:31:35.038Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-06T06:31:35.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-06T06:31:35.098Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-06T06:31:35.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-06T06:31:35.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-06T06:31:35.688Z] > git config core.sparsecheckout # timeout=10 [2021-01-06T06:31:35.700Z] > git checkout -f fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [Pipeline] sh [2021-01-06T06:31:37.180Z] + ls -al . [2021-01-06T06:31:37.180Z] total 640 [2021-01-06T06:31:37.180Z] drwxrwxr-x 10 1001 1001 4096 Jan 6 06:31 . [2021-01-06T06:31:37.180Z] drwxr-xr-x 4 root root 32 Jan 6 06:30 .. [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 11 Jan 6 06:28 .dockerignore [2021-01-06T06:31:37.180Z] drwxrwxr-x 8 1001 1001 162 Jan 6 06:28 .git [2021-01-06T06:31:37.180Z] drwxrwxr-x 3 1001 1001 125 Jan 6 06:28 .github [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 824 Jan 6 06:28 .gitignore [2021-01-06T06:31:37.180Z] drwx------ 3 1001 1001 32 Jan 6 06:29 .semver [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 166 Jan 6 06:28 .sonarcloud.properties [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 3804 Jan 6 06:28 CONTRIBUTING.md [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 931 Jan 6 06:28 Dockerfile.build [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 863 Jan 6 06:28 Jenkinsfile [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 10775 Jan 6 06:28 LICENSE [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 5750 Jan 6 06:28 Makefile [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 6511 Jan 6 06:28 README.md [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 6744 Jan 6 06:28 SECURITY.md [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 12 Jan 6 06:29 VERSION [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 4131 Jan 6 06:28 ZMQWindows.md [2021-01-06T06:31:37.180Z] drwxrwxr-x 2 1001 1001 117 Jan 6 06:28 bin [2021-01-06T06:31:37.180Z] drwxrwxr-x 14 1001 1001 4096 Jan 6 06:28 cmd [2021-01-06T06:31:37.180Z] -rw-r--r-- 1 root root 541590 Jan 6 06:31 coverage.out [2021-01-06T06:31:37.180Z] -rw-r--r-- 1 root root 979 Jan 6 06:31 go.mod [2021-01-06T06:31:37.180Z] -rw-r--r-- 1 root root 19019 Jan 6 06:31 go.sum [2021-01-06T06:31:37.180Z] drwxrwxr-x 8 1001 1001 127 Jan 6 06:28 internal [2021-01-06T06:31:37.180Z] drwxrwxr-x 4 1001 1001 26 Jan 6 06:28 openapi [2021-01-06T06:31:37.180Z] drwxrwxr-x 4 1001 1001 71 Jan 6 06:28 snap [2021-01-06T06:31:37.180Z] -rw-rw-r-- 1 1001 1001 168 Jan 6 06:28 version.go [Pipeline] sh [2021-01-06T06:31:37.486Z] + '[' -e coverage.out ] [2021-01-06T06:31:37.487Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-06T06:31:37.722Z] Stashed 1 file(s) [Pipeline] sh [2021-01-06T06:31:38.028Z] + make build [2021-01-06T06:31:38.028Z] 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-06T06:31:40.021Z] Commit message: "Merge pull request #2990 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.30" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-06T06:31:41.360Z] 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-06T06:31:41.527Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-06T06:31:41.980Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-06T06:31:42.324Z] + sudo service docker restart [2021-01-06T06:31:42.324Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T06:31:45.023Z] provisioning config files... [2021-01-06T06:31:45.071Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/279@tmp/config6877500159804182858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:31:45.497Z] ---> docker-login.sh [2021-01-06T06:31:45.498Z] nexus3.edgexfoundry.org:10001 [2021-01-06T06:31:46.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:31:46.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:31:46.773Z] Configure a credential helper to remove this warning. See [2021-01-06T06:31:46.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:31:46.773Z] [2021-01-06T06:31:46.773Z] Login Succeeded [2021-01-06T06:31:46.773Z] nexus3.edgexfoundry.org:10002 [2021-01-06T06:31:47.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:31:47.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:31:47.327Z] Configure a credential helper to remove this warning. See [2021-01-06T06:31:47.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:31:47.327Z] [2021-01-06T06:31:47.327Z] Login Succeeded [2021-01-06T06:31:47.327Z] nexus3.edgexfoundry.org:10003 [2021-01-06T06:31:47.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:31:47.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:31:47.881Z] Configure a credential helper to remove this warning. See [2021-01-06T06:31:47.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:31:47.881Z] [2021-01-06T06:31:47.881Z] Login Succeeded [2021-01-06T06:31:47.881Z] nexus3.edgexfoundry.org:10004 [2021-01-06T06:31:48.084Z] 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-06T06:31:48.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:31:48.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:31:48.430Z] Configure a credential helper to remove this warning. See [2021-01-06T06:31:48.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:31:48.430Z] [2021-01-06T06:31:48.430Z] Login Succeeded [2021-01-06T06:31:48.430Z] docker.io [2021-01-06T06:31:48.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:31:49.042Z] 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-06T06:31:49.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:31:49.297Z] Configure a credential helper to remove this warning. See [2021-01-06T06:31:49.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:31:49.297Z] [2021-01-06T06:31:49.297Z] Login Succeeded [2021-01-06T06:31:49.297Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T06:31:49.314Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-06T06:31:49.733Z] ========================================================= [2021-01-06T06:31:49.733Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-06T06:31:49.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:31:50.119Z] + 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 . [2021-01-06T06:31:50.443Z] 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-06T06:31:50.709Z] 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-06T06:31:52.114Z] 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-06T06:31:52.768Z] Sending build context to Docker daemon 165.5MB [2021-01-06T06:31:52.768Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-06T06:31:52.768Z] Step 2/6 : FROM ${BASE} [2021-01-06T06:31:52.768Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-06T06:31:52.768Z] 5f621e34cdf4: Pulling fs layer [2021-01-06T06:31:52.768Z] a4357932f1b6: Pulling fs layer [2021-01-06T06:31:52.768Z] 18c013af1878: Pulling fs layer [2021-01-06T06:31:52.768Z] 00ac8860ef70: Pulling fs layer [2021-01-06T06:31:52.768Z] 63d7cb157983: Pulling fs layer [2021-01-06T06:31:52.768Z] b116817d02f9: Pulling fs layer [2021-01-06T06:31:52.768Z] 745a02a5169b: Pulling fs layer [2021-01-06T06:31:52.768Z] 00ac8860ef70: Waiting [2021-01-06T06:31:52.768Z] 63d7cb157983: Waiting [2021-01-06T06:31:52.768Z] b116817d02f9: Waiting [2021-01-06T06:31:52.768Z] 745a02a5169b: Waiting [2021-01-06T06:31:52.768Z] 18c013af1878: Verifying Checksum [2021-01-06T06:31:52.768Z] 18c013af1878: Download complete [2021-01-06T06:31:52.768Z] a4357932f1b6: Verifying Checksum [2021-01-06T06:31:52.768Z] a4357932f1b6: Download complete [2021-01-06T06:31:52.768Z] 63d7cb157983: Download complete [2021-01-06T06:31:53.042Z] b116817d02f9: Download complete [2021-01-06T06:31:53.317Z] 5f621e34cdf4: Verifying Checksum [2021-01-06T06:31:53.317Z] 5f621e34cdf4: Download complete [2021-01-06T06:31:53.716Z] 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-06T06:31:53.920Z] 5f621e34cdf4: Pull complete [2021-01-06T06:31:54.527Z] a4357932f1b6: Pull complete [2021-01-06T06:31:54.699Z] 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-06T06:31:54.802Z] 18c013af1878: Pull complete [2021-01-06T06:31:55.787Z] 745a02a5169b: Verifying Checksum [2021-01-06T06:31:55.787Z] 745a02a5169b: Download complete [2021-01-06T06:31:56.625Z] 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-06T06:31:56.766Z] 00ac8860ef70: Download complete [2021-01-06T06:31:57.201Z] 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-06T06:31:58.159Z] 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] } [2021-01-06T06:31:59.580Z] $ docker stop --time=1 bee2c73a114fab8bbf4c9309745cc0a33c6880821fe0151c81bba75c48184977 [2021-01-06T06:32:01.252Z] $ docker rm -f bee2c73a114fab8bbf4c9309745cc0a33c6880821fe0151c81bba75c48184977 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:32:04.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T06:32:04.364Z] [2021-01-06T06:32:04.364Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:32:04.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T06:32:04.710Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-06T06:32:04.710Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-06T06:32:04.710Z] ca9280d653b3: Pulling fs layer [2021-01-06T06:32:04.710Z] 7e9c9ca2126c: Pulling fs layer [2021-01-06T06:32:04.974Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-06T06:32:04.974Z] cbdbe7a5bc2a: Download complete [2021-01-06T06:32:05.237Z] ca9280d653b3: Download complete [2021-01-06T06:32:05.237Z] cbdbe7a5bc2a: Pull complete [2021-01-06T06:32:06.198Z] ca9280d653b3: Pull complete [2021-01-06T06:32:06.778Z] 7e9c9ca2126c: Download complete [2021-01-06T06:32:06.921Z] 00ac8860ef70: Pull complete [2021-01-06T06:32:07.193Z] 63d7cb157983: Pull complete [2021-01-06T06:32:07.467Z] b116817d02f9: Pull complete [2021-01-06T06:32:11.790Z] 745a02a5169b: Pull complete [2021-01-06T06:32:11.791Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-06T06:32:11.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-06T06:32:11.791Z] ---> b7e6874047d6 [2021-01-06T06:32:11.791Z] 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-06T06:32:13.412Z] 7e9c9ca2126c: Pull complete [2021-01-06T06:32:13.412Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-06T06:32:13.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T06:32:13.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-06T06:32:13.610Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:32:13.654Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-06T06:32:14.659Z] $ docker top 8554e4425216311bcfc7640170bff28d141072ccaa1272b6456ca383427aa984 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:32:15.172Z] + docker-compose build --help [2021-01-06T06:32:15.172Z] + grep parallel [2021-01-06T06:32:15.217Z] ---> Running in 07a69c7b60a8 [2021-01-06T06:32:15.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:32:16.121Z] --parallel Build images in parallel. [Pipeline] } [2021-01-06T06:32:16.136Z] $ docker stop --time=1 8554e4425216311bcfc7640170bff28d141072ccaa1272b6456ca383427aa984 [2021-01-06T06:32:17.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:32:17.523Z] $ docker rm -f 8554e4425216311bcfc7640170bff28d141072ccaa1272b6456ca383427aa984 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:32:17.825Z] (1/12) Installing libmagic (5.38-r0) [2021-01-06T06:32:18.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-06T06:32:18.104Z] . [Pipeline] withDockerContainer [2021-01-06T06:32:18.207Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:32:18.256Z] $ 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/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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:latest cat [2021-01-06T06:32:18.419Z] (2/12) Installing file (5.38-r0) [2021-01-06T06:32:18.419Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-06T06:32:18.690Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-06T06:32:18.899Z] $ docker top b25853f21050b9216ebf5040d4936f978e98d3a7add302e64c3a38e48d510f1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:32:19.381Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-06T06:32:20.334Z] Building docker-core-command-go ... [2021-01-06T06:32:20.334Z] Building docker-core-data-go ... [2021-01-06T06:32:20.334Z] Building docker-core-metadata-go ... [2021-01-06T06:32:20.334Z] Building docker-security-bootstrap-redis-go ... [2021-01-06T06:32:20.334Z] Building docker-security-proxy-setup-go ... [2021-01-06T06:32:20.334Z] Building docker-security-secretstore-setup-go ... [2021-01-06T06:32:20.334Z] Building docker-support-notifications-go ... [2021-01-06T06:32:20.334Z] Building docker-support-scheduler-go ... [2021-01-06T06:32:20.334Z] Building docker-sys-mgmt-agent-go ... [2021-01-06T06:32:20.334Z] Building docker-security-secretstore-setup-go [2021-01-06T06:32:20.334Z] Building docker-sys-mgmt-agent-go [2021-01-06T06:32:20.334Z] Building docker-core-metadata-go [2021-01-06T06:32:20.334Z] Building docker-core-command-go [2021-01-06T06:32:20.334Z] Building docker-security-proxy-setup-go [2021-01-06T06:32:25.381Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-06T06:32:25.653Z] (6/12) Installing patch (2.7.6-r6) [2021-01-06T06:32:25.653Z] (7/12) Installing build-base (0.5-r2) [2021-01-06T06:32:25.653Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-06T06:32:25.923Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-06T06:32:25.923Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-06T06:32:25.923Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-06T06:32:26.194Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-06T06:32:26.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:32:26.194Z] OK: 217 MiB in 51 packages [2021-01-06T06:32:30.529Z] Removing intermediate container 07a69c7b60a8 [2021-01-06T06:32:30.529Z] ---> ce6d37cb4926 [2021-01-06T06:32:30.529Z] Step 4/6 : WORKDIR /edgex-go [2021-01-06T06:32:30.529Z] ---> Running in 8a9311fa34d9 [2021-01-06T06:32:30.529Z] Removing intermediate container 8a9311fa34d9 [2021-01-06T06:32:30.529Z] ---> b623a5c20f2a [2021-01-06T06:32:30.529Z] Step 5/6 : COPY go.mod . [2021-01-06T06:32:31.510Z] ---> 39669e654047 [2021-01-06T06:32:31.510Z] Step 6/6 : RUN go mod download [2021-01-06T06:32:31.510Z] ---> Running in d78b168e7a10 [2021-01-06T06:32:52.627Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:32:52.627Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:32:52.627Z] ---> 11f3407e4f19 [2021-01-06T06:32:52.627Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T06:32:52.627Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:32:52.627Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:32:52.627Z] ---> 11f3407e4f19 [2021-01-06T06:32:52.627Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T06:32:52.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:32:52.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:32:52.627Z] ---> 11f3407e4f19 [2021-01-06T06:32:52.627Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:32:52.627Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:32:52.627Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:32:52.627Z] ---> 11f3407e4f19 [2021-01-06T06:32:52.627Z] Step 3/26 : WORKDIR /edgex-go [2021-01-06T06:32:52.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:32:52.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:32:52.627Z] ---> 11f3407e4f19 [2021-01-06T06:32:52.627Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:32:52.627Z] ---> Running in 0d46bdaea11b [2021-01-06T06:32:52.627Z] ---> Running in e319c947a943 [2021-01-06T06:32:52.627Z] ---> Running in d5a9e6283c57 [2021-01-06T06:32:52.627Z] ---> Running in 068f3e2bddef [2021-01-06T06:32:52.627Z] ---> Running in 4ec49e92d7d3 [2021-01-06T06:32:52.627Z] Removing intermediate container 4ec49e92d7d3 [2021-01-06T06:32:52.627Z] ---> dc07e9e27ca6 [2021-01-06T06:32:52.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:32:52.627Z] Removing intermediate container 0d46bdaea11b [2021-01-06T06:32:52.627Z] ---> 2ea69688c6e3 [2021-01-06T06:32:52.627Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:32:52.627Z] Removing intermediate container 068f3e2bddef [2021-01-06T06:32:52.627Z] ---> 34c285a9cad4 [2021-01-06T06:32:52.627Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:32:52.627Z] Removing intermediate container d5a9e6283c57 [2021-01-06T06:32:52.627Z] ---> 250a3f098b1d [2021-01-06T06:32:52.627Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:32:52.627Z] Removing intermediate container e319c947a943 [2021-01-06T06:32:52.627Z] ---> bae9a4bc137c [2021-01-06T06:32:52.627Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:32:52.627Z] ---> Running in 2623aa67951e [2021-01-06T06:32:52.627Z] ---> Running in 8dbb73363ee0 [2021-01-06T06:32:52.627Z] ---> Running in 3f214074075e [2021-01-06T06:32:52.627Z] ---> Running in 1204127ab945 [2021-01-06T06:32:52.627Z] ---> Running in 3998a660de52 [2021-01-06T06:32:55.226Z] Removing intermediate container 3f214074075e [2021-01-06T06:32:55.226Z] ---> 8d47fb11d819 [2021-01-06T06:32:55.226Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-06T06:32:55.226Z] ---> Running in 659589fbbcc3 [2021-01-06T06:32:55.226Z] Removing intermediate container 1204127ab945 [2021-01-06T06:32:55.226Z] ---> 819565aa5a42 [2021-01-06T06:32:55.226Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-06T06:32:55.226Z] Removing intermediate container 3998a660de52 [2021-01-06T06:32:55.226Z] ---> 297a858ed03a [2021-01-06T06:32:55.226Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:32:55.226Z] Removing intermediate container 2623aa67951e [2021-01-06T06:32:55.226Z] ---> 4ac9d11c7d7e [2021-01-06T06:32:55.226Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:32:55.226Z] Removing intermediate container 8dbb73363ee0 [2021-01-06T06:32:55.226Z] ---> 7cd1e5ff381a [2021-01-06T06:32:55.226Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T06:32:55.542Z] ---> Running in 5c233164c97b [2021-01-06T06:32:55.542Z] ---> Running in 02996acdd911 [2021-01-06T06:32:55.542Z] ---> Running in 70eb011562c2 [2021-01-06T06:32:55.542Z] ---> Running in 14566cb4b32c [2021-01-06T06:32:56.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:56.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.595Z] OK: 233 MiB in 51 packages [2021-01-06T06:32:57.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:57.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:32:58.120Z] Removing intermediate container 659589fbbcc3 [2021-01-06T06:32:58.120Z] ---> 6eb855dc61c8 [2021-01-06T06:32:58.120Z] Step 6/26 : COPY go.mod . [2021-01-06T06:32:58.120Z] OK: 233 MiB in 51 packages [2021-01-06T06:32:58.314Z] Removing intermediate container d78b168e7a10 [2021-01-06T06:32:58.314Z] ---> 3a7708b5c689 [2021-01-06T06:32:58.314Z] Successfully built 3a7708b5c689 [2021-01-06T06:32:58.314Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:32:58.390Z] ---> a786e195c58a [2021-01-06T06:32:58.391Z] Step 7/26 : RUN go mod download [2021-01-06T06:32:58.391Z] OK: 233 MiB in 51 packages [2021-01-06T06:32:58.391Z] ---> Running in 36d05c9258c4 [2021-01-06T06:32:58.654Z] + docker inspect -f . ci-base-image-arm64 [2021-01-06T06:32:58.654Z] . [Pipeline] withDockerContainer [2021-01-06T06:32:58.921Z] prd-ubuntu18.04-docker-arm64-4c-16g-18647 does not seem to be running inside a container [2021-01-06T06:32:58.966Z] Removing intermediate container 5c233164c97b [2021-01-06T06:32:58.966Z] ---> 609c906d2d43 [2021-01-06T06:32:58.966Z] Step 6/22 : COPY go.mod . [2021-01-06T06:32:58.966Z] OK: 233 MiB in 51 packages [2021-01-06T06:32:59.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-06T06:32:59.228Z] OK: 233 MiB in 51 packages [2021-01-06T06:32:59.228Z] ---> d0733acf1fec [2021-01-06T06:32:59.228Z] Step 7/22 : RUN go mod download [2021-01-06T06:32:59.228Z] Removing intermediate container 02996acdd911 [2021-01-06T06:32:59.228Z] ---> 53f0a008cbf5 [2021-01-06T06:32:59.228Z] Step 6/24 : COPY go.mod . [2021-01-06T06:32:59.497Z] ---> Running in 32ff2c36cb6d [2021-01-06T06:32:59.762Z] ---> 1aee562040e7 [2021-01-06T06:32:59.762Z] Step 7/24 : RUN go mod download [2021-01-06T06:33:00.029Z] Removing intermediate container 14566cb4b32c [2021-01-06T06:33:00.029Z] ---> bdad8f36a793 [2021-01-06T06:33:00.029Z] Step 6/21 : COPY go.mod . [2021-01-06T06:33:00.029Z] ---> Running in 382b93f7678a [2021-01-06T06:33:00.029Z] Removing intermediate container 70eb011562c2 [2021-01-06T06:33:00.029Z] ---> 1248ad37a4b2 [2021-01-06T06:33:00.029Z] Step 6/22 : COPY go.mod . [2021-01-06T06:33:00.296Z] ---> a261c9118ebe [2021-01-06T06:33:00.296Z] Step 7/21 : RUN go mod download [2021-01-06T06:33:00.477Z] $ docker top 7d4ee2790532086ca69446dc5227732ea9457de46be7505db3b0887a281099ed -eo pid,comm [2021-01-06T06:33:00.573Z] Removing intermediate container 36d05c9258c4 [2021-01-06T06:33:00.573Z] ---> bb483383773e [2021-01-06T06:33:00.573Z] Step 8/26 : COPY . . [2021-01-06T06:33:00.573Z] ---> 1eba882c7485 [2021-01-06T06:33:00.573Z] Step 7/22 : RUN go mod download [2021-01-06T06:33:00.573Z] ---> Running in 5c57a1161269 [Pipeline] { [Pipeline] sh [2021-01-06T06:33:00.838Z] ---> Running in 33a03f53204e [2021-01-06T06:33:01.471Z] + go version [2021-01-06T06:33:01.471Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-06T06:33:01.529Z] $ docker stop --time=1 7d4ee2790532086ca69446dc5227732ea9457de46be7505db3b0887a281099ed [2021-01-06T06:33:02.240Z] Removing intermediate container 32ff2c36cb6d [2021-01-06T06:33:02.240Z] ---> e02beb497c21 [2021-01-06T06:33:02.240Z] Step 8/22 : COPY . . [2021-01-06T06:33:03.478Z] $ docker rm -f 7d4ee2790532086ca69446dc5227732ea9457de46be7505db3b0887a281099ed [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-06T06:33:04.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T06:33:04.713Z] [2021-01-06T06:33:04.713Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:33:05.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T06:33:05.101Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-06T06:33:05.101Z] 29e5d40040c1: Pulling fs layer [2021-01-06T06:33:05.101Z] 1ce36da41761: Pulling fs layer [2021-01-06T06:33:05.101Z] 25b303627fd3: Pulling fs layer [2021-01-06T06:33:05.699Z] 29e5d40040c1: Verifying Checksum [2021-01-06T06:33:05.699Z] 29e5d40040c1: Download complete [2021-01-06T06:33:06.301Z] 1ce36da41761: Verifying Checksum [2021-01-06T06:33:06.301Z] 1ce36da41761: Download complete [2021-01-06T06:33:06.575Z] 29e5d40040c1: Pull complete [2021-01-06T06:33:07.552Z] 1ce36da41761: Pull complete [2021-01-06T06:33:07.579Z] Removing intermediate container 382b93f7678a [2021-01-06T06:33:07.579Z] ---> 0e85ff402b4b [2021-01-06T06:33:07.579Z] Step 8/24 : COPY . . [2021-01-06T06:33:08.142Z] 25b303627fd3: Verifying Checksum [2021-01-06T06:33:08.142Z] 25b303627fd3: Download complete [2021-01-06T06:33:17.922Z] Removing intermediate container 5c57a1161269 [2021-01-06T06:33:17.923Z] ---> b8a390a172c5 [2021-01-06T06:33:17.923Z] Step 8/21 : COPY . . [2021-01-06T06:33:18.289Z] 25b303627fd3: Pull complete [2021-01-06T06:33:18.289Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-06T06:33:18.289Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T06:33:18.289Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-06T06:33:18.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-18647 does not seem to be running inside a container [2021-01-06T06:33:18.628Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-06T06:33:18.881Z] Removing intermediate container 33a03f53204e [2021-01-06T06:33:18.882Z] ---> de046f695dc2 [2021-01-06T06:33:18.882Z] Step 8/22 : COPY . . [2021-01-06T06:33:21.681Z] $ docker top b112fc7ec93f2682cc2bee9621c4f6dece66521bdc7e4632a3dc72d185919934 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:33:22.628Z] + grep parallel [2021-01-06T06:33:22.628Z] + docker-compose build --help [2021-01-06T06:33:26.007Z] --parallel Build images in parallel. [Pipeline] } [2021-01-06T06:33:26.071Z] $ docker stop --time=1 b112fc7ec93f2682cc2bee9621c4f6dece66521bdc7e4632a3dc72d185919934 [2021-01-06T06:33:28.000Z] $ docker rm -f b112fc7ec93f2682cc2bee9621c4f6dece66521bdc7e4632a3dc72d185919934 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:33:28.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-06T06:33:28.737Z] . [Pipeline] withDockerContainer [2021-01-06T06:33:29.002Z] prd-ubuntu18.04-docker-arm64-4c-16g-18647 does not seem to be running inside a container [2021-01-06T06:33:29.123Z] $ 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/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-06T06:33:30.545Z] $ docker top 2876a67df81dbae0acb5e70b767d99ded7d849f215415dfbcc98e62f967af444 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:33:31.518Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-06T06:33:34.905Z] Building docker-core-command-go ... [2021-01-06T06:33:34.905Z] Building docker-core-data-go ... [2021-01-06T06:33:34.905Z] Building docker-core-metadata-go ... [2021-01-06T06:33:34.905Z] Building docker-security-bootstrap-redis-go ... [2021-01-06T06:33:34.905Z] Building docker-security-proxy-setup-go ... [2021-01-06T06:33:34.905Z] Building docker-security-secretstore-setup-go ... [2021-01-06T06:33:34.905Z] Building docker-support-notifications-go ... [2021-01-06T06:33:34.905Z] Building docker-support-scheduler-go ... [2021-01-06T06:33:34.905Z] Building docker-sys-mgmt-agent-go ... [2021-01-06T06:33:34.905Z] Building docker-support-notifications-go [2021-01-06T06:33:34.905Z] Building docker-core-metadata-go [2021-01-06T06:33:34.905Z] Building docker-sys-mgmt-agent-go [2021-01-06T06:33:34.905Z] Building docker-security-secretstore-setup-go [2021-01-06T06:33:34.905Z] Building docker-security-bootstrap-redis-go [2021-01-06T06:33:37.159Z] ---> 6ba6bdd1baa3 [2021-01-06T06:33:37.159Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-06T06:33:39.835Z] ---> Running in fa0af0cd9290 [2021-01-06T06:33:40.418Z] ---> 748269337b06 [2021-01-06T06:33:40.418Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-06T06:33:41.015Z] ---> d8aad28eb56c [2021-01-06T06:33:41.015Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-06T06:33:41.015Z] ---> Running in 32d63e84a405 [2021-01-06T06:33:41.986Z] ---> Running in 460d6601c2be [2021-01-06T06:33:42.578Z] 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-06T06:33:43.168Z] 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-06T06:33:43.434Z] 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-06T06:33:47.718Z] ---> 528bb9eae888 [2021-01-06T06:33:47.718Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-06T06:33:49.145Z] ---> Running in 5dec3c45eaab [2021-01-06T06:33:49.411Z] ---> 040d05e655c4 [2021-01-06T06:33:49.411Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-06T06:33:50.002Z] ---> Running in b1d8c29470bc [2021-01-06T06:33:50.270Z] 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-06T06:33:50.862Z] 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-06T06:34:09.079Z] 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-06T06:34:12.450Z] Removing intermediate container fa0af0cd9290 [2021-01-06T06:34:12.450Z] ---> 852d2ac010d0 [2021-01-06T06:34:12.450Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-06T06:34:12.450Z] ---> Running in 8f372777701d [2021-01-06T06:34:13.452Z] 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-06T06:34:15.426Z] 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-06T06:34:15.427Z] Removing intermediate container 460d6601c2be [2021-01-06T06:34:15.427Z] ---> 6a2a257b0c22 [2021-01-06T06:34:15.427Z] [2021-01-06T06:34:15.427Z] Step 10/24 : FROM alpine:3.12 [2021-01-06T06:34:15.427Z] 3.12: Pulling from library/alpine [2021-01-06T06:34:16.027Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T06:34:16.027Z] Status: Downloaded newer image for alpine:3.12 [2021-01-06T06:34:16.027Z] ---> 389fef711851 [2021-01-06T06:34:16.027Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T06:34:16.605Z] ---> Running in f567dae27070 [2021-01-06T06:34:18.546Z] Removing intermediate container 8f372777701d [2021-01-06T06:34:18.546Z] ---> a375bbca0065 [2021-01-06T06:34:18.546Z] [2021-01-06T06:34:18.546Z] Step 11/26 : FROM docker:20.10.0 [2021-01-06T06:34:18.546Z] 20.10.0: Pulling from library/docker [2021-01-06T06:34:19.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:19.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:19.783Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T06:34:19.783Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:34:20.053Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T06:34:20.053Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T06:34:20.053Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T06:34:20.053Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:34:20.053Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T06:34:20.053Z] OK: 7 MiB in 19 packages [2021-01-06T06:34:20.634Z] Removing intermediate container 32d63e84a405 [2021-01-06T06:34:20.634Z] ---> 7d30d1ab3fd1 [2021-01-06T06:34:20.634Z] [2021-01-06T06:34:20.634Z] Step 10/22 : FROM scratch [2021-01-06T06:34:20.634Z] ---> [2021-01-06T06:34:20.634Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:34:21.867Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:21.867Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:21.867Z] ---> 3a7708b5c689 [2021-01-06T06:34:21.867Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T06:34:21.867Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:21.867Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:21.867Z] ---> 3a7708b5c689 [2021-01-06T06:34:21.867Z] Step 3/26 : WORKDIR /edgex-go [2021-01-06T06:34:21.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:21.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:21.867Z] ---> 3a7708b5c689 [2021-01-06T06:34:21.867Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:34:21.867Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:21.867Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:21.867Z] ---> 3a7708b5c689 [2021-01-06T06:34:21.867Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:34:21.867Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:21.867Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:21.867Z] ---> 3a7708b5c689 [2021-01-06T06:34:21.867Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T06:34:22.565Z] ---> Running in 5e34f7c25cc4 [2021-01-06T06:34:22.565Z] Removing intermediate container b1d8c29470bc [2021-01-06T06:34:22.565Z] ---> 8394f2e67ac2 [2021-01-06T06:34:22.565Z] [2021-01-06T06:34:22.565Z] Step 10/22 : FROM scratch [2021-01-06T06:34:22.565Z] ---> [2021-01-06T06:34:22.565Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:34:22.831Z] Removing intermediate container 5e34f7c25cc4 [2021-01-06T06:34:22.831Z] ---> 671b4aba5ae8 [2021-01-06T06:34:22.831Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-06T06:34:23.094Z] ---> Running in 51a837553b5a [2021-01-06T06:34:23.309Z] ---> Running in 78c6a66ac12d [2021-01-06T06:34:23.309Z] ---> Running in 1f0f67d69366 [2021-01-06T06:34:23.309Z] ---> Running in e4ecff4f8848 [2021-01-06T06:34:23.309Z] ---> Running in d6afb5527cdc [2021-01-06T06:34:23.309Z] ---> Running in aa8bf48b9643 [2021-01-06T06:34:23.922Z] Removing intermediate container 78c6a66ac12d [2021-01-06T06:34:23.922Z] ---> 1127f8d4f845 [2021-01-06T06:34:23.922Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:23.922Z] Removing intermediate container e4ecff4f8848 [2021-01-06T06:34:23.922Z] ---> 8bef345ea9ce [2021-01-06T06:34:23.922Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:23.922Z] ---> Running in 5fac01265f54 [2021-01-06T06:34:23.922Z] Removing intermediate container 1f0f67d69366 [2021-01-06T06:34:23.922Z] ---> f3cac7f4dfe6 [2021-01-06T06:34:23.922Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:23.922Z] Removing intermediate container aa8bf48b9643 [2021-01-06T06:34:23.922Z] ---> aac87fedccdd [2021-01-06T06:34:23.922Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:24.253Z] Removing intermediate container d6afb5527cdc [2021-01-06T06:34:24.253Z] ---> 2df2dca9ce2c [2021-01-06T06:34:24.253Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:24.253Z] ---> Running in 6d87f2568a22 [2021-01-06T06:34:24.253Z] ---> Running in ef666487f345 [2021-01-06T06:34:24.253Z] ---> Running in 9dc736053b2d [2021-01-06T06:34:24.253Z] ---> Running in 5411af525510 [2021-01-06T06:34:26.442Z] ---> Running in 45b7b5973a30 [2021-01-06T06:34:26.442Z] Removing intermediate container f567dae27070 [2021-01-06T06:34:26.442Z] ---> 0cdb5e750bf7 [2021-01-06T06:34:26.442Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T06:34:26.718Z] Removing intermediate container 51a837553b5a [2021-01-06T06:34:26.718Z] ---> f83eb938bf95 [2021-01-06T06:34:26.718Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-06T06:34:26.989Z] ---> Running in 7efe90683d72 [2021-01-06T06:34:26.989Z] Removing intermediate container 5dec3c45eaab [2021-01-06T06:34:26.989Z] ---> 51d1f26d85c1 [2021-01-06T06:34:26.989Z] [2021-01-06T06:34:26.989Z] Step 10/21 : FROM alpine:3.12 [2021-01-06T06:34:26.989Z] ---> 389fef711851 [2021-01-06T06:34:26.989Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-06T06:34:26.989Z] ---> Running in 26ae2c136583 [2021-01-06T06:34:26.989Z] Removing intermediate container 45b7b5973a30 [2021-01-06T06:34:26.989Z] ---> 32208f602f4c [2021-01-06T06:34:26.989Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T06:34:26.989Z] ---> Running in 3508eb2b5c40 [2021-01-06T06:34:27.252Z] ---> Running in 2211bf2a5032 [2021-01-06T06:34:27.252Z] Removing intermediate container 7efe90683d72 [2021-01-06T06:34:27.252Z] ---> e64d5d9d2020 [2021-01-06T06:34:27.252Z] Step 13/24 : WORKDIR / [2021-01-06T06:34:27.515Z] Removing intermediate container 26ae2c136583 [2021-01-06T06:34:27.515Z] ---> 853489315b6e [2021-01-06T06:34:27.515Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T06:34:27.515Z] ---> Running in 50b948e25da9 [2021-01-06T06:34:27.515Z] Removing intermediate container 2211bf2a5032 [2021-01-06T06:34:27.515Z] ---> 81b092f55768 [2021-01-06T06:34:27.515Z] Step 14/22 : WORKDIR / [2021-01-06T06:34:27.515Z] ---> Running in 85ba44f18879 [2021-01-06T06:34:27.783Z] ---> Running in 1ffb388f7286 [2021-01-06T06:34:27.783Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-06T06:34:27.783Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-06T06:34:27.783Z] ---> aefe523efa57 [2021-01-06T06:34:27.783Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-06T06:34:27.783Z] Removing intermediate container 50b948e25da9 [2021-01-06T06:34:27.783Z] ---> 0a29a9064f92 [2021-01-06T06:34:27.783Z] 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-06T06:34:28.046Z] Removing intermediate container 85ba44f18879 [2021-01-06T06:34:28.047Z] ---> 16c9d8f4d1b6 [2021-01-06T06:34:28.047Z] Step 14/22 : WORKDIR / [2021-01-06T06:34:28.047Z] ---> Running in 8a8e7338d792 [2021-01-06T06:34:28.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:28.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:28.047Z] ---> Running in 61a67cf61fa4 [2021-01-06T06:34:28.309Z] Removing intermediate container 1ffb388f7286 [2021-01-06T06:34:28.309Z] ---> ce84c1e377fc [2021-01-06T06:34:28.309Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-06T06:34:28.309Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-06T06:34:28.309Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:34:28.309Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-06T06:34:28.309Z] (4/4) Installing curl (7.69.1-r3) [2021-01-06T06:34:28.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:34:28.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T06:34:28.571Z] OK: 7 MiB in 18 packages [2021-01-06T06:34:28.582Z] Removing intermediate container 5fac01265f54 [2021-01-06T06:34:28.582Z] ---> 63609cb32ed5 [2021-01-06T06:34:28.582Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-06T06:34:28.582Z] ---> Running in 8678ccfebc6d [2021-01-06T06:34:28.582Z] Removing intermediate container 6d87f2568a22 [2021-01-06T06:34:28.582Z] ---> 5098755b9238 [2021-01-06T06:34:28.582Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:34:28.582Z] Removing intermediate container ef666487f345 [2021-01-06T06:34:28.582Z] ---> 4e88ad5a8868 [2021-01-06T06:34:28.582Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-06T06:34:28.582Z] ---> Running in a9ecfca1a00f [2021-01-06T06:34:28.582Z] ---> Running in 02761ab95e94 [2021-01-06T06:34:28.582Z] Removing intermediate container 5411af525510 [2021-01-06T06:34:28.582Z] ---> d43e9e91d5a9 [2021-01-06T06:34:28.582Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-06T06:34:28.582Z] Removing intermediate container 9dc736053b2d [2021-01-06T06:34:28.582Z] ---> e93bea8d8d85 [2021-01-06T06:34:28.582Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:34:28.839Z] ---> cebd6870c05f [2021-01-06T06:34:28.839Z] 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-06T06:34:28.839Z] ---> c8df45fd6034 [2021-01-06T06:34:28.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-06T06:34:28.839Z] Removing intermediate container 61a67cf61fa4 [2021-01-06T06:34:28.839Z] ---> 0a897b6379b2 [2021-01-06T06:34:28.839Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-06T06:34:28.859Z] ---> Running in c8f0b65ecd0a [2021-01-06T06:34:28.859Z] ---> Running in 75ecebeb7995 [2021-01-06T06:34:29.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:29.109Z] ---> e06eb1d26f6d [2021-01-06T06:34:29.109Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-06T06:34:29.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:29.378Z] (1/2) Installing readline (8.0.4-r0) [2021-01-06T06:34:29.378Z] (2/2) Installing bash (5.0.17-r0) [2021-01-06T06:34:29.378Z] ---> 67306e2ea92f [2021-01-06T06:34:29.378Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-06T06:34:29.378Z] Executing bash-5.0.17-r0.post-install [2021-01-06T06:34:29.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:34:29.378Z] OK: 12 MiB in 22 packages [2021-01-06T06:34:29.648Z] ---> 213c7d29db66 [2021-01-06T06:34:29.648Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-06T06:34:29.648Z] Removing intermediate container 3508eb2b5c40 [2021-01-06T06:34:29.648Z] ---> ea7556268087 [2021-01-06T06:34:29.648Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T06:34:29.913Z] ---> e43dec8696d9 [2021-01-06T06:34:29.913Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-06T06:34:30.175Z] ---> Running in b9c2fc3330bb [2021-01-06T06:34:30.175Z] ---> 29bb85e6088f [2021-01-06T06:34:30.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-06T06:34:30.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:30.441Z] ---> 28bd714001b1 [2021-01-06T06:34:30.441Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-06T06:34:30.441Z] Removing intermediate container b9c2fc3330bb [2021-01-06T06:34:30.441Z] ---> 86d45f090944 [2021-01-06T06:34:30.441Z] Step 13/21 : WORKDIR /edgex [2021-01-06T06:34:30.441Z] Removing intermediate container 8a8e7338d792 [2021-01-06T06:34:30.441Z] ---> 5d26f1d82cb6 [2021-01-06T06:34:30.441Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-06T06:34:30.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:30.706Z] ---> 0cbe657c3409 [2021-01-06T06:34:30.706Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-06T06:34:30.706Z] ---> c88c7f70c48d [2021-01-06T06:34:30.706Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-06T06:34:30.706Z] ---> Running in b0800dff6c33 [2021-01-06T06:34:30.706Z] ---> Running in 69ca3c527ab9 [2021-01-06T06:34:30.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:30.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:30.996Z] ---> Running in 287b18a52275 [2021-01-06T06:34:30.996Z] ---> Running in 629080e31194 [2021-01-06T06:34:30.996Z] ---> 51924da358fa [2021-01-06T06:34:30.996Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-06T06:34:30.996Z] Removing intermediate container 69ca3c527ab9 [2021-01-06T06:34:30.996Z] ---> 16778a2eaa76 [2021-01-06T06:34:30.996Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-06T06:34:31.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:31.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:31.259Z] Removing intermediate container 629080e31194 [2021-01-06T06:34:31.259Z] ---> 10af69ed9957 [2021-01-06T06:34:31.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:34:31.259Z] ---> Running in 122529d1728f [2021-01-06T06:34:31.259Z] Removing intermediate container 287b18a52275 [2021-01-06T06:34:31.259Z] ---> b64de9c1b3c1 [2021-01-06T06:34:31.259Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:34:31.521Z] Removing intermediate container b0800dff6c33 [2021-01-06T06:34:31.521Z] ---> 4083c784bd5c [2021-01-06T06:34:31.521Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-06T06:34:31.521Z] ---> 0601f7999edb [2021-01-06T06:34:31.521Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-06T06:34:31.521Z] ---> Running in a20539409276 [2021-01-06T06:34:31.521Z] ---> Running in 65a282f04f01 [2021-01-06T06:34:31.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:31.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:31.783Z] ---> Running in 9a805cacbcec [2021-01-06T06:34:31.783Z] Removing intermediate container 122529d1728f [2021-01-06T06:34:31.783Z] ---> 98025347b367 [2021-01-06T06:34:31.783Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-06T06:34:32.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:32.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:34:32.041Z] OK: 217 MiB in 51 packages [2021-01-06T06:34:32.061Z] ---> 115b361d9b70 [2021-01-06T06:34:32.061Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-06T06:34:32.061Z] ---> Running in 6c8ab4fb5dff [2021-01-06T06:34:32.061Z] Removing intermediate container a20539409276 [2021-01-06T06:34:32.061Z] ---> a9df265d1579 [2021-01-06T06:34:32.061Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T06:34:32.061Z] Removing intermediate container 65a282f04f01 [2021-01-06T06:34:32.061Z] ---> d5a6a42c7c93 [2021-01-06T06:34:32.061Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T06:34:32.326Z] ---> Running in fd3276fb8b03 [2021-01-06T06:34:32.660Z] OK: 217 MiB in 51 packages [2021-01-06T06:34:32.660Z] OK: 217 MiB in 51 packages [2021-01-06T06:34:32.954Z] OK: 217 MiB in 51 packages [2021-01-06T06:34:32.954Z] OK: 217 MiB in 51 packages [2021-01-06T06:34:33.301Z] ---> Running in 7d9d6bc0cb64 [2021-01-06T06:34:33.301Z] Removing intermediate container 6c8ab4fb5dff [2021-01-06T06:34:33.301Z] ---> 684dfb1cbcb0 [2021-01-06T06:34:33.301Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-06T06:34:33.301Z] ---> 3c6de78aa4ad [2021-01-06T06:34:33.301Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-06T06:34:33.571Z] Removing intermediate container fd3276fb8b03 [2021-01-06T06:34:33.571Z] ---> a29b5a51645b [2021-01-06T06:34:33.571Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:34:33.571Z] ---> Running in 669457933c3b [2021-01-06T06:34:33.588Z] Removing intermediate container 8678ccfebc6d [2021-01-06T06:34:33.588Z] ---> c14958504ca7 [2021-01-06T06:34:33.588Z] Step 6/26 : COPY go.mod . [2021-01-06T06:34:33.835Z] Removing intermediate container 7d9d6bc0cb64 [2021-01-06T06:34:33.835Z] ---> 8fade5578ec7 [2021-01-06T06:34:33.835Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:34:33.835Z] ---> Running in c9602edfc26a [2021-01-06T06:34:34.100Z] ---> 6ba0506d14fa [2021-01-06T06:34:34.100Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-06T06:34:34.100Z] Removing intermediate container 669457933c3b [2021-01-06T06:34:34.100Z] ---> 34c111180d89 [2021-01-06T06:34:34.100Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:34:34.100Z] ---> cce72cb56655 [2021-01-06T06:34:34.100Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-06T06:34:34.365Z] ---> Running in d7527ffb0e43 [2021-01-06T06:34:34.365Z] Removing intermediate container c9602edfc26a [2021-01-06T06:34:34.365Z] ---> 144e2181f98c [2021-01-06T06:34:34.365Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:34:34.365Z] ---> Running in e369d3cb6599 [2021-01-06T06:34:34.365Z] Removing intermediate container 9a805cacbcec [2021-01-06T06:34:34.365Z] ---> e7fe4a1af8e7 [2021-01-06T06:34:34.365Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-06T06:34:34.590Z] ---> a23431ee6ead [2021-01-06T06:34:34.590Z] Step 7/26 : RUN go mod download [2021-01-06T06:34:34.590Z] Removing intermediate container a9ecfca1a00f [2021-01-06T06:34:34.590Z] ---> cf13804433d7 [2021-01-06T06:34:34.590Z] Step 6/22 : COPY go.mod . [2021-01-06T06:34:34.590Z] ---> Running in c00d66860c9d [2021-01-06T06:34:34.632Z] ---> 6e86132f08f4 [2021-01-06T06:34:34.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-06T06:34:34.632Z] ---> Running in 43140b602601 [2021-01-06T06:34:34.632Z] ---> Running in c5cf0c25c767 [2021-01-06T06:34:34.632Z] Removing intermediate container d7527ffb0e43 [2021-01-06T06:34:34.632Z] ---> 5b7acd90ce2d [2021-01-06T06:34:34.632Z] [2021-01-06T06:34:34.871Z] Removing intermediate container 02761ab95e94 [2021-01-06T06:34:34.871Z] ---> 5fef74de9047 [2021-01-06T06:34:34.871Z] Step 6/24 : COPY go.mod . [2021-01-06T06:34:34.898Z] Removing intermediate container e369d3cb6599 [2021-01-06T06:34:34.898Z] ---> 06451f415c6c [2021-01-06T06:34:34.898Z] Step 18/21 : CMD ["--init=true"] [2021-01-06T06:34:34.898Z] Successfully built 5b7acd90ce2d [2021-01-06T06:34:34.898Z] ---> Running in 656e75624411 [2021-01-06T06:34:34.898Z] Removing intermediate container 43140b602601 [2021-01-06T06:34:34.898Z] ---> c03365dc7eaa [2021-01-06T06:34:34.898Z] [2021-01-06T06:34:34.898Z] Successfully tagged docker-core-command-go:latest [2021-01-06T06:34:34.898Z] Building docker-security-bootstrap-redis-go [2021-01-06T06:34:35.144Z] Removing intermediate container c8f0b65ecd0a [2021-01-06T06:34:35.144Z] ---> ce352c12a161 [2021-01-06T06:34:35.144Z] Step 6/24 : COPY go.mod . [2021-01-06T06:34:35.144Z] Removing intermediate container 75ecebeb7995 [2021-01-06T06:34:35.144Z] ---> 1b05f6c3cc8f [2021-01-06T06:34:35.144Z] Step 6/22 : COPY go.mod . [2021-01-06T06:34:35.167Z]  Building docker-core-command-go ... done  ---> 48ae38329117 [2021-01-06T06:34:35.167Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-06T06:34:35.167Z] Removing intermediate container c5cf0c25c767 [2021-01-06T06:34:35.167Z] ---> c742fc426a13 [2021-01-06T06:34:35.167Z] Step 22/24 : LABEL arch=x86_64 [2021-01-06T06:34:35.167Z] ---> Running in 4ac16f3e79e8 [2021-01-06T06:34:35.167Z] Successfully built c03365dc7eaa [2021-01-06T06:34:35.167Z] ---> Running in e2e81d6c4b4a [2021-01-06T06:34:35.430Z] ---> 10f144b0e3ed [2021-01-06T06:34:35.430Z] Step 7/22 : RUN go mod download [2021-01-06T06:34:35.433Z] Successfully tagged docker-core-metadata-go:latest [2021-01-06T06:34:35.433Z] Building docker-support-notifications-go [2021-01-06T06:34:35.433Z]  Building docker-core-metadata-go ... done Removing intermediate container 656e75624411 [2021-01-06T06:34:35.433Z] ---> b73cd3018270 [2021-01-06T06:34:35.433Z] Step 19/21 : LABEL arch=x86_64 [2021-01-06T06:34:35.699Z] ---> Running in adbeee33a3cb [2021-01-06T06:34:35.699Z] Removing intermediate container e2e81d6c4b4a [2021-01-06T06:34:35.699Z] ---> 8605814c4211 [2021-01-06T06:34:35.699Z] Step 23/24 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:34:35.708Z] ---> Running in 01e941735da9 [2021-01-06T06:34:35.986Z] ---> acf0137ef8fa [2021-01-06T06:34:35.986Z] Step 7/24 : RUN go mod download [2021-01-06T06:34:36.273Z] ---> 45746a52c63e [2021-01-06T06:34:36.273Z] Step 7/22 : RUN go mod download [2021-01-06T06:34:36.273Z] ---> Running in af7b1dc73082 [2021-01-06T06:34:36.273Z] ---> 162213384e31 [2021-01-06T06:34:36.273Z] Step 7/24 : RUN go mod download [2021-01-06T06:34:36.555Z] ---> Running in cbd5244d83f4 [2021-01-06T06:34:36.555Z] ---> Running in 59cdb25f03a4 [2021-01-06T06:34:38.568Z] Removing intermediate container c00d66860c9d [2021-01-06T06:34:38.568Z] ---> b2065d8c840a [2021-01-06T06:34:38.568Z] Step 8/26 : COPY . . [2021-01-06T06:34:39.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:39.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:34:40.222Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-06T06:34:40.222Z] (2/33) Installing expat (2.2.9-r1) [2021-01-06T06:34:40.222Z] (3/33) Installing libffi (3.3-r2) [2021-01-06T06:34:40.222Z] (4/33) Installing gdbm (1.13-r1) [2021-01-06T06:34:40.222Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-06T06:34:40.222Z] ---> Running in dd7e991ae335 [2021-01-06T06:34:40.222Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-06T06:34:40.222Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-06T06:34:40.566Z] Removing intermediate container 01e941735da9 [2021-01-06T06:34:40.566Z] ---> 4f1026e68122 [2021-01-06T06:34:40.566Z] Step 8/22 : COPY . . [2021-01-06T06:34:40.852Z] Removing intermediate container af7b1dc73082 [2021-01-06T06:34:40.852Z] ---> bcd81536620e [2021-01-06T06:34:40.852Z] Step 8/24 : COPY . . [2021-01-06T06:34:41.128Z] Removing intermediate container cbd5244d83f4 [2021-01-06T06:34:41.128Z] ---> 40b8e76df0ac [2021-01-06T06:34:41.128Z] Step 8/24 : COPY . . [2021-01-06T06:34:41.197Z] Removing intermediate container adbeee33a3cb [2021-01-06T06:34:41.197Z] ---> 5cc3c159db81 [2021-01-06T06:34:41.197Z] Step 20/21 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:34:41.732Z] Removing intermediate container 59cdb25f03a4 [2021-01-06T06:34:41.732Z] ---> d3639fd60bde [2021-01-06T06:34:41.732Z] Step 8/22 : COPY . . [2021-01-06T06:34:45.414Z] ---> Running in 67a8f4d04611 [2021-01-06T06:34:46.818Z] Removing intermediate container dd7e991ae335 [2021-01-06T06:34:46.818Z] ---> cc2de6e571f2 [2021-01-06T06:34:46.818Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T06:34:46.818Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-06T06:34:47.083Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-06T06:34:47.083Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-06T06:34:47.083Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-06T06:34:47.361Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-06T06:34:47.939Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-06T06:34:48.528Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-06T06:34:49.365Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-06T06:34:49.365Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-06T06:34:49.365Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-06T06:34:51.615Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-06T06:34:51.615Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-06T06:34:52.214Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-06T06:34:53.634Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-06T06:34:53.909Z] ---> Running in 85b80b355555 [2021-01-06T06:34:53.909Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-06T06:34:54.184Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-06T06:34:54.451Z] Removing intermediate container 67a8f4d04611 [2021-01-06T06:34:54.451Z] ---> 4f1d6687ccde [2021-01-06T06:34:54.451Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T06:34:55.034Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-06T06:34:55.610Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-06T06:34:55.610Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-06T06:34:56.557Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-06T06:34:56.557Z] ---> Running in c1739e421426 [2021-01-06T06:34:56.557Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-06T06:34:56.557Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-06T06:34:56.557Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-06T06:34:57.131Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:57.131Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:57.131Z] ---> 11f3407e4f19 [2021-01-06T06:34:57.131Z] Step 3/24 : WORKDIR /edgex-go [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 250a3f098b1d [2021-01-06T06:34:57.131Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 297a858ed03a [2021-01-06T06:34:57.131Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-06T06:34:57.131Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:34:57.131Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:34:57.131Z] ---> 11f3407e4f19 [2021-01-06T06:34:57.131Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 250a3f098b1d [2021-01-06T06:34:57.131Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 297a858ed03a [2021-01-06T06:34:57.131Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 609c906d2d43 [2021-01-06T06:34:57.131Z] Step 6/22 : COPY go.mod . [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> d0733acf1fec [2021-01-06T06:34:57.131Z] Step 7/22 : RUN go mod download [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> e02beb497c21 [2021-01-06T06:34:57.131Z] Step 8/22 : COPY . . [2021-01-06T06:34:57.131Z] ---> Using cache [2021-01-06T06:34:57.131Z] ---> 748269337b06 [2021-01-06T06:34:57.131Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-06T06:34:57.394Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-06T06:34:57.655Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-06T06:34:57.655Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-06T06:34:57.655Z] Removing intermediate container 85b80b355555 [2021-01-06T06:34:57.655Z] ---> b4100fd4bbce [2021-01-06T06:34:57.655Z] [2021-01-06T06:34:58.243Z] ---> Running in 8ae5645bcbb2 [2021-01-06T06:34:58.243Z] ---> Running in 9ad64bc5e324 [2021-01-06T06:34:58.243Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:34:58.243Z] OK: 71 MiB in 55 packages [2021-01-06T06:34:58.243Z] Successfully built b4100fd4bbce [2021-01-06T06:34:58.243Z] Removing intermediate container c1739e421426 [2021-01-06T06:34:58.243Z] ---> 5c3a9280ab14 [2021-01-06T06:34:58.243Z] [2021-01-06T06:34:58.243Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-06T06:34:58.243Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-06T06:34:58.511Z] Successfully built 5c3a9280ab14 [2021-01-06T06:34:58.511Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-06T06:34:58.511Z] Building docker-support-scheduler-go [2021-01-06T06:34:59.463Z]  Building docker-security-proxy-setup-go ... done 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-06T06:34:59.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:35:00.111Z] ---> 21ccbf083621 [2021-01-06T06:35:00.111Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-06T06:35:00.111Z] ---> 99179e32d1a1 [2021-01-06T06:35:00.111Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-06T06:35:00.111Z] ---> ca3e606dad5b [2021-01-06T06:35:00.111Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-06T06:35:00.111Z] ---> 07e046a4349d [2021-01-06T06:35:00.111Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-06T06:35:00.111Z] ---> 8ece8941c90f [2021-01-06T06:35:00.111Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-06T06:35:00.111Z] ---> Running in 8a35b8e78d51 [2021-01-06T06:35:00.111Z] ---> Running in 2c747bc9d9a0 [2021-01-06T06:35:00.111Z] ---> Running in 0ebde77eb137 [2021-01-06T06:35:00.111Z] ---> Running in af07a76dd8ab [2021-01-06T06:35:00.111Z] ---> Running in dfe7c4463635 [2021-01-06T06:35:00.389Z] 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-06T06:35:00.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:35:00.670Z] 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-06T06:35:00.949Z] 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-06T06:35:00.989Z] OK: 233 MiB in 51 packages [2021-01-06T06:35:01.223Z] 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-06T06:35:01.223Z] 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-06T06:35:11.096Z] Removing intermediate container 9ad64bc5e324 [2021-01-06T06:35:11.096Z] ---> 2dfc1902d24b [2021-01-06T06:35:11.096Z] Step 6/24 : COPY go.mod . [2021-01-06T06:35:14.500Z] ---> 87337ae8b39b [2021-01-06T06:35:14.500Z] Step 7/24 : RUN go mod download [2021-01-06T06:35:18.851Z] ---> Running in 84fc0558ea62 [2021-01-06T06:35:20.557Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:35:20.557Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:35:20.557Z] ---> 11f3407e4f19 [2021-01-06T06:35:20.557Z] Step 3/23 : WORKDIR /edgex-go [2021-01-06T06:35:20.557Z] ---> Using cache [2021-01-06T06:35:20.557Z] ---> 250a3f098b1d [2021-01-06T06:35:20.557Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:35:20.557Z] ---> Using cache [2021-01-06T06:35:20.557Z] ---> 297a858ed03a [2021-01-06T06:35:20.557Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-06T06:35:22.019Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:35:22.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:35:22.019Z] ---> 11f3407e4f19 [2021-01-06T06:35:22.019Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> 250a3f098b1d [2021-01-06T06:35:22.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> 297a858ed03a [2021-01-06T06:35:22.019Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> 609c906d2d43 [2021-01-06T06:35:22.019Z] Step 6/21 : COPY go.mod . [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> d0733acf1fec [2021-01-06T06:35:22.019Z] Step 7/21 : RUN go mod download [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> e02beb497c21 [2021-01-06T06:35:22.019Z] Step 8/21 : COPY . . [2021-01-06T06:35:22.019Z] ---> Using cache [2021-01-06T06:35:22.019Z] ---> 748269337b06 [2021-01-06T06:35:22.019Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-06T06:35:22.283Z] ---> Running in f3c6567d6b35 [2021-01-06T06:35:22.859Z] ---> Running in 49888c3e9d4b [2021-01-06T06:35:23.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:35:24.089Z] Removing intermediate container 84fc0558ea62 [2021-01-06T06:35:24.089Z] ---> d61629600706 [2021-01-06T06:35:24.089Z] Step 8/24 : COPY . . [2021-01-06T06:35:24.380Z] Removing intermediate container 4ac16f3e79e8 [2021-01-06T06:35:24.380Z] ---> 2f9d260cbf32 [2021-01-06T06:35:24.380Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-06T06:35:24.380Z] 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-06T06:35:24.380Z] ---> Running in 69e20ef04704 [2021-01-06T06:35:24.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:35:25.634Z] OK: 233 MiB in 51 packages [2021-01-06T06:35:33.845Z] Removing intermediate container f3c6567d6b35 [2021-01-06T06:35:33.845Z] ---> 6b6aad5c94f1 [2021-01-06T06:35:33.845Z] Step 6/23 : COPY go.mod . [2021-01-06T06:35:34.280Z] Collecting docker-compose==1.23.2 [2021-01-06T06:35:34.551Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-06T06:35:35.511Z] Collecting docopt<0.7,>=0.6.1 [2021-01-06T06:35:35.511Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-06T06:35:35.511Z] Removing intermediate container 8ae5645bcbb2 [2021-01-06T06:35:35.511Z] ---> c657558717f1 [2021-01-06T06:35:35.511Z] [2021-01-06T06:35:35.511Z] Step 10/22 : FROM alpine:3.12 [2021-01-06T06:35:35.511Z] ---> 389fef711851 [2021-01-06T06:35:35.511Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T06:35:35.785Z] ---> Using cache [2021-01-06T06:35:35.785Z] ---> 0cdb5e750bf7 [2021-01-06T06:35:35.785Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-06T06:35:36.064Z] ---> 1a766aec47bf [2021-01-06T06:35:36.064Z] Step 7/23 : RUN go mod download [2021-01-06T06:35:37.035Z] ---> Running in d2db49c5e1cb [2021-01-06T06:35:38.004Z] ---> Running in 8681dd7d5a57 [2021-01-06T06:35:38.004Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-06T06:35:38.004Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-06T06:35:39.427Z] Collecting PyYAML<4,>=3.10 [2021-01-06T06:35:39.427Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-06T06:35:39.700Z] Removing intermediate container d2db49c5e1cb [2021-01-06T06:35:39.700Z] ---> b0097194ffd2 [2021-01-06T06:35:39.700Z] Step 13/22 : WORKDIR / [2021-01-06T06:35:42.299Z] ---> Running in 4911bd0a446c [2021-01-06T06:35:42.299Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-06T06:35:42.299Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-06T06:35:42.299Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-06T06:35:42.874Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-06T06:35:42.874Z] Collecting cached-property<2,>=1.2.0 [2021-01-06T06:35:42.874Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-06T06:35:43.829Z] Removing intermediate container 4911bd0a446c [2021-01-06T06:35:43.829Z] ---> bc034559d19c [2021-01-06T06:35:43.829Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-06T06:35:44.092Z] Collecting jsonschema<3,>=2.5.1 [2021-01-06T06:35:44.092Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-06T06:35:44.356Z] Collecting texttable<0.10,>=0.9.0 [2021-01-06T06:35:44.356Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-06T06:35:44.931Z] Collecting docker<4.0,>=3.6.0 [2021-01-06T06:35:44.931Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-06T06:35:45.506Z] ---> ac3b9ae6f6e6 [2021-01-06T06:35:45.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-06T06:35:45.778Z] 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-06T06:35:45.778Z] Removing intermediate container 8681dd7d5a57 [2021-01-06T06:35:45.778Z] ---> 5fc696b5ab2f [2021-01-06T06:35:45.778Z] Step 8/23 : COPY . . [2021-01-06T06:35:46.041Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-06T06:35:46.616Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-06T06:35:47.209Z] 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-06T06:35:47.209Z] 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-06T06:35:47.479Z] ---> 9d1f2f8d7422 [2021-01-06T06:35:47.479Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-06T06:35:47.479Z] Collecting idna<2.8,>=2.5 [2021-01-06T06:35:47.479Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-06T06:35:47.744Z] Collecting docker-pycreds>=0.4.0 [2021-01-06T06:35:47.744Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-06T06:35:48.323Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-06T06:35:48.323Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-06T06:35:48.323Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-06T06:35:48.323Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-06T06:35:48.594Z] Installing collected packages: docopt, dockerpty, PyYAML, urllib3, idna, requests, websocket-client, cached-property, jsonschema, texttable, docker-pycreds, docker, docker-compose [2021-01-06T06:35:48.594Z] Running setup.py install for docopt: started [2021-01-06T06:35:48.594Z] ---> e73db2da75c3 [2021-01-06T06:35:48.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-06T06:35:48.594Z] ---> Running in 246ffa87c3de [2021-01-06T06:35:50.519Z] Running setup.py install for docopt: finished with status 'done' [2021-01-06T06:35:50.519Z] Running setup.py install for dockerpty: started [2021-01-06T06:35:50.784Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-06T06:35:50.784Z] Running setup.py install for PyYAML: started [2021-01-06T06:35:52.192Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-06T06:35:52.192Z] Attempting uninstall: urllib3 [2021-01-06T06:35:52.192Z] Found existing installation: urllib3 1.25.9 [2021-01-06T06:35:52.192Z] Uninstalling urllib3-1.25.9: [2021-01-06T06:35:52.807Z] Successfully uninstalled urllib3-1.25.9 [2021-01-06T06:35:53.762Z] ---> 5acc15121a72 [2021-01-06T06:35:53.762Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-06T06:35:54.026Z] 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-06T06:35:54.026Z] Attempting uninstall: idna [2021-01-06T06:35:54.026Z] Found existing installation: idna 2.9 [2021-01-06T06:35:54.026Z] Uninstalling idna-2.9: [2021-01-06T06:35:54.026Z] Successfully uninstalled idna-2.9 [2021-01-06T06:35:54.601Z] Attempting uninstall: requests [2021-01-06T06:35:54.601Z] Found existing installation: requests 2.23.0 [2021-01-06T06:35:54.601Z] Uninstalling requests-2.23.0: [2021-01-06T06:35:55.849Z] Successfully uninstalled requests-2.23.0 [2021-01-06T06:35:57.364Z] ---> 63e2907bbf39 [2021-01-06T06:35:57.364Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-06T06:36:00.756Z] ---> Running in 0b01529e8ba5 [2021-01-06T06:36:01.021Z] Removing intermediate container 49888c3e9d4b [2021-01-06T06:36:01.021Z] ---> 5a2268a306f0 [2021-01-06T06:36:01.021Z] [2021-01-06T06:36:01.021Z] Step 10/21 : FROM scratch [2021-01-06T06:36:01.021Z] ---> [2021-01-06T06:36:01.021Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:36:01.021Z] Running setup.py install for texttable: started [2021-01-06T06:36:02.003Z] Running setup.py install for texttable: finished with status 'done' [2021-01-06T06:36:02.003Z] ---> Using cache [2021-01-06T06:36:02.003Z] ---> f83eb938bf95 [2021-01-06T06:36:02.003Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-06T06:36:03.470Z] ---> Running in 6caadbaf8f63 [2021-01-06T06:36:05.440Z] 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-06T06:36:06.021Z] Removing intermediate container 6caadbaf8f63 [2021-01-06T06:36:06.021Z] ---> ba22c221901d [2021-01-06T06:36:06.021Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-06T06:36:07.473Z] ---> Running in d2e936ed731c [2021-01-06T06:36:10.056Z] Removing intermediate container d2e936ed731c [2021-01-06T06:36:10.056Z] ---> 72bb83f8df6d [2021-01-06T06:36:10.056Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-06T06:36:10.056Z] Removing intermediate container 0b01529e8ba5 [2021-01-06T06:36:10.056Z] ---> 08e5fee11e94 [2021-01-06T06:36:10.056Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-06T06:36:10.323Z] ---> 6249cb809b7d [2021-01-06T06:36:10.323Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-06T06:36:11.716Z] ---> 690fff08ca38 [2021-01-06T06:36:11.716Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-06T06:36:11.980Z] ---> Running in edc264d6b6fd [2021-01-06T06:36:11.980Z] ---> Running in e4a0739dbae7 [2021-01-06T06:36:12.253Z] Removing intermediate container 69e20ef04704 [2021-01-06T06:36:12.253Z] ---> 42395297e28d [2021-01-06T06:36:12.253Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-06T06:36:12.253Z] Removing intermediate container edc264d6b6fd [2021-01-06T06:36:12.253Z] ---> a1606d37152b [2021-01-06T06:36:12.253Z] Step 20/22 : LABEL arch=x86_64 [2021-01-06T06:36:12.527Z] ---> Running in 4bb5e518994d [2021-01-06T06:36:12.527Z] ---> Running in b37df219855d [2021-01-06T06:36:12.527Z] ---> a3914284742c [2021-01-06T06:36:12.527Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:12.804Z] Removing intermediate container b37df219855d [2021-01-06T06:36:12.804Z] ---> 41d18967210e [2021-01-06T06:36:12.804Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:12.804Z] 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-06T06:36:13.085Z] ---> Running in 7d5c8169ffe8 [2021-01-06T06:36:13.085Z] ---> 25e63d45f704 [2021-01-06T06:36:13.085Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-06T06:36:13.085Z] ---> Running in 2c370d123e84 [2021-01-06T06:36:13.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:36:13.358Z] Removing intermediate container 7d5c8169ffe8 [2021-01-06T06:36:13.358Z] ---> 69c02baaa66b [2021-01-06T06:36:13.358Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:13.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:36:13.358Z] ---> Running in a7550338ee02 [2021-01-06T06:36:13.358Z] Removing intermediate container 2c370d123e84 [2021-01-06T06:36:13.358Z] ---> ae0bc798a04a [2021-01-06T06:36:13.358Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:36:13.628Z] ---> Running in 9189ec6c5f5b [2021-01-06T06:36:13.628Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:36:13.628Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-06T06:36:13.628Z] (3/3) Installing curl (7.69.1-r3) [2021-01-06T06:36:13.628Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:36:13.628Z] OK: 72 MiB in 58 packages [2021-01-06T06:36:13.628Z] Removing intermediate container a7550338ee02 [2021-01-06T06:36:13.628Z] ---> 52298c1e9fdc [2021-01-06T06:36:13.628Z] [2021-01-06T06:36:13.896Z] Removing intermediate container 9189ec6c5f5b [2021-01-06T06:36:13.896Z] ---> d70b4ca3ddb8 [2021-01-06T06:36:13.896Z] Step 19/21 : LABEL arch=x86_64 [2021-01-06T06:36:13.896Z] ---> Running in e173711663b8 [2021-01-06T06:36:14.161Z] Successfully built 52298c1e9fdc [2021-01-06T06:36:15.115Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-06T06:36:15.385Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container e173711663b8 [2021-01-06T06:36:15.385Z] ---> 97f86d09f015 [2021-01-06T06:36:15.385Z] Step 20/21 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:15.654Z] ---> Running in a72017feacfa [2021-01-06T06:36:15.654Z] Removing intermediate container 4bb5e518994d [2021-01-06T06:36:15.654Z] ---> 26c925f761d9 [2021-01-06T06:36:15.654Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-06T06:36:15.928Z] ---> Running in b9b87990b9c6 [2021-01-06T06:36:16.209Z] Removing intermediate container a72017feacfa [2021-01-06T06:36:16.209Z] ---> c993bf85b2c4 [2021-01-06T06:36:16.209Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:18.142Z] ---> Running in f1b7104d4bbd [2021-01-06T06:36:18.142Z] Removing intermediate container b9b87990b9c6 [2021-01-06T06:36:18.142Z] ---> 89375afb32ad [2021-01-06T06:36:18.142Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:36:18.142Z] ---> Running in 3ff4b2456aed [2021-01-06T06:36:18.413Z] Removing intermediate container 246ffa87c3de [2021-01-06T06:36:18.413Z] ---> 6c8f692210dc [2021-01-06T06:36:18.413Z] [2021-01-06T06:36:18.413Z] Step 10/24 : FROM scratch [2021-01-06T06:36:18.413Z] ---> [2021-01-06T06:36:18.413Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-06T06:36:18.413Z] Removing intermediate container f1b7104d4bbd [2021-01-06T06:36:18.413Z] ---> 245e09f8e53e [2021-01-06T06:36:18.413Z] [2021-01-06T06:36:18.686Z] ---> Running in 7cf39aa66ebf [2021-01-06T06:36:18.686Z] Successfully built 245e09f8e53e [2021-01-06T06:36:18.686Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-06T06:36:18.686Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3ff4b2456aed [2021-01-06T06:36:18.686Z] ---> 7db79e64749d [2021-01-06T06:36:18.686Z] Step 24/26 : LABEL arch=x86_64 [2021-01-06T06:36:18.958Z] ---> Running in 0b26a20e0573 [2021-01-06T06:36:18.958Z] Removing intermediate container 7cf39aa66ebf [2021-01-06T06:36:18.958Z] ---> c4ec2810bf58 [2021-01-06T06:36:18.958Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-06T06:36:19.232Z] ---> Running in 3061459db4cc [2021-01-06T06:36:19.506Z] Removing intermediate container 0b26a20e0573 [2021-01-06T06:36:19.506Z] ---> b3dba0779f75 [2021-01-06T06:36:19.506Z] Step 25/26 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:19.506Z] Removing intermediate container 3061459db4cc [2021-01-06T06:36:19.506Z] ---> 42d7a5b575ec [2021-01-06T06:36:19.506Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-06T06:36:19.506Z] ---> Running in 21fadca04a2c [2021-01-06T06:36:19.506Z] ---> Running in 4d73331abb0a [2021-01-06T06:36:19.778Z] Removing intermediate container 21fadca04a2c [2021-01-06T06:36:19.778Z] ---> 8cc5cdbd23c9 [2021-01-06T06:36:19.778Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:19.778Z] ---> Running in 03de4c918805 [2021-01-06T06:36:19.778Z] Removing intermediate container 4d73331abb0a [2021-01-06T06:36:19.778Z] ---> b089c59119f7 [2021-01-06T06:36:19.778Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-06T06:36:20.372Z] Removing intermediate container 03de4c918805 [2021-01-06T06:36:20.372Z] ---> 19cc9a4ea3ea [2021-01-06T06:36:20.372Z] [2021-01-06T06:36:20.643Z] Successfully built 19cc9a4ea3ea [2021-01-06T06:36:20.919Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-06T06:36:20.919Z]  Building docker-sys-mgmt-agent-go ... done  ---> 0060ee73cdf9 [2021-01-06T06:36:20.919Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-06T06:36:22.335Z] ---> 929f5fd1119c [2021-01-06T06:36:22.335Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-06T06:36:23.087Z] 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-06T06:36:23.291Z] ---> 3d673809ef83 [2021-01-06T06:36:23.291Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-06T06:36:23.877Z] ---> 396312c1a177 [2021-01-06T06:36:23.877Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-06T06:36:24.880Z] ---> 2cddc2b3f3cc [2021-01-06T06:36:24.880Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:25.478Z] ---> 13454f61eb64 [2021-01-06T06:36:25.478Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-06T06:36:25.478Z] ---> Running in 7b4d6c3340d8 [2021-01-06T06:36:25.768Z] Removing intermediate container 7b4d6c3340d8 [2021-01-06T06:36:25.768Z] ---> 1645f8ef9192 [2021-01-06T06:36:25.768Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:36:25.768Z] ---> Running in 242979f96aef [2021-01-06T06:36:26.039Z] Removing intermediate container 242979f96aef [2021-01-06T06:36:26.039Z] ---> 14bb27c43953 [2021-01-06T06:36:26.039Z] Step 22/24 : LABEL arch=x86_64 [2021-01-06T06:36:26.302Z] ---> Running in 7e782add7a15 [2021-01-06T06:36:26.302Z] Removing intermediate container 7e782add7a15 [2021-01-06T06:36:26.302Z] ---> c4fa271002d0 [2021-01-06T06:36:26.302Z] Step 23/24 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:26.565Z] ---> Running in c5ab9c0f7ed1 [2021-01-06T06:36:26.565Z] Removing intermediate container c5ab9c0f7ed1 [2021-01-06T06:36:26.565Z] ---> 3c88f3ec30e5 [2021-01-06T06:36:26.565Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:26.827Z] ---> Running in 06cac049f2fe [2021-01-06T06:36:26.827Z] Removing intermediate container 06cac049f2fe [2021-01-06T06:36:26.827Z] ---> 793eaa3f0d41 [2021-01-06T06:36:26.827Z] [2021-01-06T06:36:27.095Z] Successfully built 793eaa3f0d41 [2021-01-06T06:36:27.095Z] Successfully tagged docker-support-notifications-go:latest [2021-01-06T06:36:31.429Z] Removing intermediate container 2c747bc9d9a0 [2021-01-06T06:36:31.429Z] ---> 61f86b32a4b3 [2021-01-06T06:36:31.429Z] [2021-01-06T06:36:31.429Z] Step 10/22 : FROM alpine:3.12 [2021-01-06T06:36:31.429Z] 3.12: Pulling from library/alpine [2021-01-06T06:36:31.715Z] Removing intermediate container af07a76dd8ab [2021-01-06T06:36:31.715Z] ---> 730eaa843c8a [2021-01-06T06:36:31.715Z] [2021-01-06T06:36:31.715Z] Step 10/24 : FROM alpine:3.12 [2021-01-06T06:36:31.996Z] 3.12: Pulling from library/alpine [2021-01-06T06:36:32.402Z]  Building docker-support-notifications-go ... done Removing intermediate container e4a0739dbae7 [2021-01-06T06:36:32.402Z] ---> 4c3e30b1fa08 [2021-01-06T06:36:32.402Z] [2021-01-06T06:36:32.402Z] Step 10/23 : FROM alpine:3.12 [2021-01-06T06:36:32.402Z] ---> 389fef711851 [2021-01-06T06:36:32.402Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:36:32.402Z] ---> Running in ab23a638d47e [2021-01-06T06:36:32.665Z] Removing intermediate container ab23a638d47e [2021-01-06T06:36:32.665Z] ---> 3860972b69c6 [2021-01-06T06:36:32.665Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-06T06:36:32.665Z] ---> Running in 5d80cd95b33f [2021-01-06T06:36:32.927Z] Removing intermediate container 5d80cd95b33f [2021-01-06T06:36:32.927Z] ---> ca709c788ca1 [2021-01-06T06:36:32.927Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-06T06:36:32.927Z] ---> Running in 2b0a7fabc2d8 [2021-01-06T06:36:32.988Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T06:36:32.988Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-06T06:36:32.988Z] Status: Downloaded newer image for alpine:3.12 [2021-01-06T06:36:32.988Z] ---> afeebe901d6b [2021-01-06T06:36:32.988Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T06:36:32.988Z] Status: Image is up to date for alpine:3.12 [2021-01-06T06:36:32.988Z] ---> afeebe901d6b [2021-01-06T06:36:32.988Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-06T06:36:33.189Z] Removing intermediate container 2b0a7fabc2d8 [2021-01-06T06:36:33.189Z] ---> 141f0d662306 [2021-01-06T06:36:33.189Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:36:33.189Z] ---> Running in cfa93f34e916 [2021-01-06T06:36:33.266Z] ---> Running in 126f99ed0034 [2021-01-06T06:36:33.543Z] ---> Running in e2864092ead6 [2021-01-06T06:36:33.829Z] Removing intermediate container 8a35b8e78d51 [2021-01-06T06:36:33.829Z] ---> 78139fc0fd1f [2021-01-06T06:36:33.829Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-06T06:36:34.139Z] Removing intermediate container cfa93f34e916 [2021-01-06T06:36:34.140Z] ---> c3721e1867e9 [2021-01-06T06:36:34.140Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-06T06:36:34.140Z] ---> Running in 5a1622570182 [2021-01-06T06:36:34.435Z] ---> Running in 2703a232c8e5 [2021-01-06T06:36:34.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-06T06:36:35.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:35.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-06T06:36:35.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:35.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:36.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:36.256Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T06:36:36.537Z] 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-06T06:36:36.537Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:36:36.537Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T06:36:36.537Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T06:36:36.537Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T06:36:36.537Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:36:36.537Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T06:36:36.614Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-06T06:36:36.614Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-06T06:36:36.614Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-06T06:36:36.855Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-06T06:36:36.855Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:36:36.855Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-06T06:36:36.855Z] (4/5) Installing curl (7.69.1-r3) [2021-01-06T06:36:36.855Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-06T06:36:36.855Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:36:36.855Z] OK: 7 MiB in 19 packages [2021-01-06T06:36:36.855Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T06:36:36.875Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-06T06:36:37.139Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-06T06:36:37.139Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:36:37.402Z] OK: 8 MiB in 19 packages [2021-01-06T06:36:37.462Z] OK: 7 MiB in 19 packages [2021-01-06T06:36:37.463Z] Removing intermediate container dfe7c4463635 [2021-01-06T06:36:37.463Z] ---> b1f9bdb6b6f9 [2021-01-06T06:36:37.463Z] [2021-01-06T06:36:37.463Z] Step 10/24 : FROM scratch [2021-01-06T06:36:37.463Z] ---> [2021-01-06T06:36:37.463Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-06T06:36:37.770Z] ---> Running in 7125b4d6cc2a [2021-01-06T06:36:37.976Z] Removing intermediate container 5a1622570182 [2021-01-06T06:36:37.976Z] ---> 234b9a9f48c4 [2021-01-06T06:36:37.976Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-06T06:36:38.238Z] ---> 3eae8b08919c [2021-01-06T06:36:38.238Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-06T06:36:38.771Z] Removing intermediate container 7125b4d6cc2a [2021-01-06T06:36:38.771Z] ---> ecdb8beb28f9 [2021-01-06T06:36:38.771Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-06T06:36:38.813Z] ---> 2764fb2eda33 [2021-01-06T06:36:38.813Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:39.045Z] ---> Running in 5ae391d4bdb7 [2021-01-06T06:36:39.074Z] ---> 0d0a484b7427 [2021-01-06T06:36:39.075Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-06T06:36:39.075Z] ---> Running in 33868deb1b21 [2021-01-06T06:36:39.337Z] Removing intermediate container 33868deb1b21 [2021-01-06T06:36:39.338Z] ---> 48abf44d4842 [2021-01-06T06:36:39.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:36:39.338Z] ---> Running in 16cc4b401511 [2021-01-06T06:36:39.600Z] Removing intermediate container 16cc4b401511 [2021-01-06T06:36:39.600Z] ---> ddf70d927145 [2021-01-06T06:36:39.600Z] Step 21/23 : LABEL arch=x86_64 [2021-01-06T06:36:39.600Z] ---> Running in 236f1e3f55bc [2021-01-06T06:36:39.652Z] Removing intermediate container e2864092ead6 [2021-01-06T06:36:39.652Z] ---> 7af429d25d83 [2021-01-06T06:36:39.652Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T06:36:39.652Z] Removing intermediate container 5ae391d4bdb7 [2021-01-06T06:36:39.652Z] ---> 6f0e2442b840 [2021-01-06T06:36:39.652Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-06T06:36:39.865Z] Removing intermediate container 236f1e3f55bc [2021-01-06T06:36:39.865Z] ---> 75b740c0d8d1 [2021-01-06T06:36:39.865Z] Step 22/23 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:39.865Z] ---> Running in b33fd2536bd2 [2021-01-06T06:36:39.927Z] ---> Running in c73aa73e7ada [2021-01-06T06:36:39.927Z] ---> Running in ec45323c925f [2021-01-06T06:36:40.128Z] Removing intermediate container b33fd2536bd2 [2021-01-06T06:36:40.128Z] ---> 5d4fb5496edb [2021-01-06T06:36:40.128Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:40.128Z] ---> Running in 6c03aee97169 [2021-01-06T06:36:40.205Z] Removing intermediate container 126f99ed0034 [2021-01-06T06:36:40.205Z] ---> 7f116e211b62 [2021-01-06T06:36:40.205Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-06T06:36:40.391Z] Removing intermediate container 6c03aee97169 [2021-01-06T06:36:40.392Z] ---> dfe8ad6e0024 [2021-01-06T06:36:40.392Z] [2021-01-06T06:36:40.392Z] Successfully built dfe8ad6e0024 [2021-01-06T06:36:40.392Z] Successfully tagged docker-core-data-go:latest [2021-01-06T06:36:40.483Z] ---> Running in 5072a087fc17 [2021-01-06T06:36:40.756Z] Removing intermediate container c73aa73e7ada [2021-01-06T06:36:40.756Z] ---> 47f8ffa488cc [2021-01-06T06:36:40.756Z] Step 13/24 : WORKDIR / [2021-01-06T06:36:40.756Z] Removing intermediate container ec45323c925f [2021-01-06T06:36:40.756Z] ---> 374480a0ecba [2021-01-06T06:36:40.756Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-06T06:36:40.931Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-06T06:36:40.953Z] $ docker stop --time=1 b25853f21050b9216ebf5040d4936f978e98d3a7add302e64c3a38e48d510f1a [2021-01-06T06:36:41.032Z] ---> Running in 09cabe584527 [2021-01-06T06:36:41.032Z] Removing intermediate container 5072a087fc17 [2021-01-06T06:36:41.032Z] ---> 730c45f4a5a7 [2021-01-06T06:36:41.032Z] Step 13/22 : WORKDIR / [2021-01-06T06:36:41.305Z] ---> Running in c0c278c072c6 [2021-01-06T06:36:41.899Z] Removing intermediate container 2703a232c8e5 [2021-01-06T06:36:41.900Z] ---> b98ea9650787 [2021-01-06T06:36:41.900Z] [2021-01-06T06:36:41.900Z] Step 11/26 : FROM docker:20.10.0 [2021-01-06T06:36:41.900Z] 20.10.0: Pulling from library/docker [2021-01-06T06:36:41.900Z] Removing intermediate container 09cabe584527 [2021-01-06T06:36:41.900Z] ---> 6124baf8256b [2021-01-06T06:36:41.900Z] 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-06T06:36:42.172Z] ---> b2acd976e6e4 [2021-01-06T06:36:42.172Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-06T06:36:42.172Z] Removing intermediate container c0c278c072c6 [2021-01-06T06:36:42.172Z] ---> 41140c59b89e [2021-01-06T06:36:42.172Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-06T06:36:42.607Z] $ docker rm -f b25853f21050b9216ebf5040d4936f978e98d3a7add302e64c3a38e48d510f1a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T06:36:43.252Z] + docker images [2021-01-06T06:36:43.252Z] + grep docker [2021-01-06T06:36:43.252Z] docker-core-data-go latest dfe8ad6e0024 3 seconds ago 22.3MB [2021-01-06T06:36:43.252Z] docker-support-notifications-go latest 793eaa3f0d41 17 seconds ago 12MB [2021-01-06T06:36:43.252Z] docker-sys-mgmt-agent-go latest 19cc9a4ea3ea 24 seconds ago 313MB [2021-01-06T06:36:43.252Z] docker-support-scheduler-go latest 245e09f8e53e 26 seconds ago 10.7MB [2021-01-06T06:36:43.252Z] docker-security-bootstrap-redis-go latest 52298c1e9fdc 30 seconds ago 15.8MB [2021-01-06T06:36:43.252Z] docker-security-proxy-setup-go latest 5c3a9280ab14 About a minute ago 24.5MB [2021-01-06T06:36:43.252Z] docker-security-secretstore-setup-go latest b4100fd4bbce About a minute ago 24.6MB [2021-01-06T06:36:43.252Z] docker-core-metadata-go latest c03365dc7eaa 2 minutes ago 13MB [2021-01-06T06:36:43.252Z] docker-core-command-go latest 5b7acd90ce2d 2 minutes ago 10.6MB [2021-01-06T06:36:43.252Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-06T06:36:43.618Z] ---> eab19c70f66d [2021-01-06T06:36:43.618Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-06T06:36:43.859Z] provisioning config files... [2021-01-06T06:36:43.888Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/279@tmp/config1777609251141199056tmp [2021-01-06T06:36:43.896Z] ---> b27345321948 [2021-01-06T06:36:43.896Z] ---> f0ebc8f2c3ce [2021-01-06T06:36:43.896Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-06T06:36:43.896Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:36:44.273Z] ---> docker-login.sh [2021-01-06T06:36:44.273Z] nexus3.edgexfoundry.org:10001 [2021-01-06T06:36:44.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:36:44.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:36:44.273Z] Configure a credential helper to remove this warning. See [2021-01-06T06:36:44.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:36:44.273Z] [2021-01-06T06:36:44.273Z] Login Succeeded [2021-01-06T06:36:44.273Z] nexus3.edgexfoundry.org:10002 [2021-01-06T06:36:44.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:36:44.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:36:44.534Z] Configure a credential helper to remove this warning. See [2021-01-06T06:36:44.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:36:44.534Z] [2021-01-06T06:36:44.534Z] Login Succeeded [2021-01-06T06:36:44.534Z] nexus3.edgexfoundry.org:10003 [2021-01-06T06:36:44.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:36:44.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:36:44.797Z] Configure a credential helper to remove this warning. See [2021-01-06T06:36:44.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:36:44.797Z] [2021-01-06T06:36:44.797Z] Login Succeeded [2021-01-06T06:36:44.797Z] nexus3.edgexfoundry.org:10004 [2021-01-06T06:36:44.876Z] ---> e51d01d6126d [2021-01-06T06:36:44.876Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:45.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:36:45.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:36:45.059Z] Configure a credential helper to remove this warning. See [2021-01-06T06:36:45.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:36:45.059Z] [2021-01-06T06:36:45.059Z] Login Succeeded [2021-01-06T06:36:45.059Z] docker.io [2021-01-06T06:36:45.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:36:45.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:36:45.321Z] Configure a credential helper to remove this warning. See [2021-01-06T06:36:45.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:36:45.321Z] [2021-01-06T06:36:45.321Z] Login Succeeded [2021-01-06T06:36:45.321Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T06:36:45.330Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:36:45.577Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-06T06:36:45.577Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:45.577Z] 2.0.0-dev.33 [2021-01-06T06:36:45.577Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:45.577Z] master [2021-01-06T06:36:45.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:46.200Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:46.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:46.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T06:36:46.533Z] f5a97e50259f: Preparing [2021-01-06T06:36:46.533Z] 1f3fb67b4e29: Preparing [2021-01-06T06:36:46.533Z] a13521023b1a: Preparing [2021-01-06T06:36:46.803Z] f5a97e50259f: Pushed [2021-01-06T06:36:46.803Z] a13521023b1a: Pushed [2021-01-06T06:36:46.863Z] ---> 3fbdd6e2adb9 [2021-01-06T06:36:46.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-06T06:36:46.863Z] ---> a7cad19655aa [2021-01-06T06:36:46.863Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-06T06:36:46.863Z] ---> a12c308bb16d [2021-01-06T06:36:46.863Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-06T06:36:47.749Z] 1f3fb67b4e29: Pushed [2021-01-06T06:36:47.749Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:ecaf51a4242b53ed0a90bbd0a02039f709c1ce4e2406f986ae1d3bdc4453aef3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:47.851Z] Removing intermediate container 0ebde77eb137 [2021-01-06T06:36:47.851Z] ---> fa7c609ed3f3 [2021-01-06T06:36:47.851Z] [2021-01-06T06:36:47.851Z] Step 10/22 : FROM scratch [2021-01-06T06:36:47.851Z] ---> [2021-01-06T06:36:47.851Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:36:48.058Z] + 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-06T06:36:48.128Z] ---> 5d6cbffffd97 [2021-01-06T06:36:48.128Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:48.128Z] ---> 422464467131 [2021-01-06T06:36:48.128Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-06T06:36:48.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-06T06:36:48.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T06:36:48.359Z] f5a97e50259f: Preparing [2021-01-06T06:36:48.359Z] 1f3fb67b4e29: Preparing [2021-01-06T06:36:48.359Z] a13521023b1a: Preparing [2021-01-06T06:36:48.359Z] f5a97e50259f: Layer already exists [2021-01-06T06:36:48.359Z] a13521023b1a: Layer already exists [2021-01-06T06:36:48.359Z] 1f3fb67b4e29: Layer already exists [2021-01-06T06:36:48.359Z] 2.0.0-dev.33: digest: sha256:ecaf51a4242b53ed0a90bbd0a02039f709c1ce4e2406f986ae1d3bdc4453aef3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:48.406Z] ---> Running in 6f8ac33017cf [2021-01-06T06:36:48.669Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:48.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:48.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T06:36:48.967Z] f5a97e50259f: Preparing [2021-01-06T06:36:48.967Z] 1f3fb67b4e29: Preparing [2021-01-06T06:36:48.968Z] a13521023b1a: Preparing [2021-01-06T06:36:48.968Z] f5a97e50259f: Layer already exists [2021-01-06T06:36:48.968Z] a13521023b1a: Layer already exists [2021-01-06T06:36:48.968Z] 1f3fb67b4e29: Layer already exists [2021-01-06T06:36:48.968Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:ecaf51a4242b53ed0a90bbd0a02039f709c1ce4e2406f986ae1d3bdc4453aef3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:49.004Z] ---> d3d5836cde73 [2021-01-06T06:36:49.004Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-06T06:36:49.279Z] Removing intermediate container 6f8ac33017cf [2021-01-06T06:36:49.279Z] ---> 4ddb7abca643 [2021-01-06T06:36:49.279Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-06T06:36:49.280Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:49.557Z] ---> Running in 740b83a67c05 [2021-01-06T06:36:49.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-06T06:36:49.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-06T06:36:49.580Z] f5a97e50259f: Preparing [2021-01-06T06:36:49.580Z] 1f3fb67b4e29: Preparing [2021-01-06T06:36:49.580Z] a13521023b1a: Preparing [2021-01-06T06:36:49.580Z] f5a97e50259f: Layer already exists [2021-01-06T06:36:49.580Z] 1f3fb67b4e29: Layer already exists [2021-01-06T06:36:49.580Z] a13521023b1a: Layer already exists [2021-01-06T06:36:49.580Z] master: digest: sha256:ecaf51a4242b53ed0a90bbd0a02039f709c1ce4e2406f986ae1d3bdc4453aef3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:36:49.789Z] ===================================================== [2021-01-06T06:36:49.842Z] ---> 661dccf57dbb [2021-01-06T06:36:49.842Z] Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] echo [2021-01-06T06:36:49.844Z] taggedImages: [2021-01-06T06:36:49.844Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:49.844Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-06T06:36:49.844Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:49.844Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-06T06:36:49.921Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-06T06:36:49.921Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:49.921Z] 2.0.0-dev.33 [2021-01-06T06:36:49.921Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:49.921Z] master [2021-01-06T06:36:49.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:50.440Z] ---> Running in 1bbde516717d [2021-01-06T06:36:50.440Z] Removing intermediate container 740b83a67c05 [2021-01-06T06:36:50.440Z] ---> da405c9c1b5e [2021-01-06T06:36:50.440Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T06:36:50.495Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:50.713Z] ---> 269ed187d642 [2021-01-06T06:36:50.713Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-06T06:36:50.713Z] ---> 049e2914e728 [2021-01-06T06:36:50.713Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:50.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:50.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T06:36:50.797Z] f6ee1a2ab187: Preparing [2021-01-06T06:36:50.797Z] 026d566aef14: Preparing [2021-01-06T06:36:50.797Z] 6302ff53ca0b: Preparing [2021-01-06T06:36:50.797Z] 1a414d0f193f: Preparing [2021-01-06T06:36:50.797Z] 03a6075696a4: Preparing [2021-01-06T06:36:50.797Z] 777b2c648970: Preparing [2021-01-06T06:36:50.797Z] 777b2c648970: Waiting [2021-01-06T06:36:51.008Z] ---> Running in 60c07b677e38 [2021-01-06T06:36:51.058Z] 6302ff53ca0b: Pushed [2021-01-06T06:36:51.058Z] f6ee1a2ab187: Pushed [2021-01-06T06:36:51.058Z] 03a6075696a4: Pushed [2021-01-06T06:36:51.058Z] 777b2c648970: Layer already exists [2021-01-06T06:36:51.058Z] 1a414d0f193f: Pushed [2021-01-06T06:36:52.001Z] Removing intermediate container 60c07b677e38 [2021-01-06T06:36:52.001Z] ---> d348b795e881 [2021-01-06T06:36:52.001Z] Step 14/22 : WORKDIR / [2021-01-06T06:36:52.002Z] 026d566aef14: Pushed [2021-01-06T06:36:52.264Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:a77195fbe933e97514cee4c2db459f9b1bdd7f9bb157b6eb9799a68f937b1ebd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:52.286Z] ---> Running in 6b3f4d9e19de [2021-01-06T06:36:52.286Z] ---> 72c0bf7413e1 [2021-01-06T06:36:52.286Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-06T06:36:52.286Z] ---> 7c711cd51f8d [2021-01-06T06:36:52.286Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-06T06:36:52.563Z] ---> Running in 9e80effdbb6a [2021-01-06T06:36:52.581Z] + 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-06T06:36:52.839Z] ---> Running in 7f2224cf392a [2021-01-06T06:36:52.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-06T06:36:52.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T06:36:52.885Z] f6ee1a2ab187: Preparing [2021-01-06T06:36:52.885Z] 026d566aef14: Preparing [2021-01-06T06:36:52.885Z] 6302ff53ca0b: Preparing [2021-01-06T06:36:52.885Z] 1a414d0f193f: Preparing [2021-01-06T06:36:52.885Z] 03a6075696a4: Preparing [2021-01-06T06:36:52.885Z] 777b2c648970: Preparing [2021-01-06T06:36:52.885Z] 777b2c648970: Waiting [2021-01-06T06:36:52.885Z] f6ee1a2ab187: Layer already exists [2021-01-06T06:36:52.885Z] 026d566aef14: Layer already exists [2021-01-06T06:36:52.885Z] 03a6075696a4: Layer already exists [2021-01-06T06:36:52.885Z] 1a414d0f193f: Layer already exists [2021-01-06T06:36:52.885Z] 6302ff53ca0b: Layer already exists [2021-01-06T06:36:52.885Z] 777b2c648970: Layer already exists [2021-01-06T06:36:52.885Z] 2.0.0-dev.33: digest: sha256:a77195fbe933e97514cee4c2db459f9b1bdd7f9bb157b6eb9799a68f937b1ebd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:53.189Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:53.442Z] Removing intermediate container 6b3f4d9e19de [2021-01-06T06:36:53.442Z] ---> 64fca8bc3f8e [2021-01-06T06:36:53.442Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-06T06:36:53.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:53.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T06:36:53.490Z] f6ee1a2ab187: Preparing [2021-01-06T06:36:53.490Z] 026d566aef14: Preparing [2021-01-06T06:36:53.490Z] 6302ff53ca0b: Preparing [2021-01-06T06:36:53.490Z] 1a414d0f193f: Preparing [2021-01-06T06:36:53.490Z] 03a6075696a4: Preparing [2021-01-06T06:36:53.490Z] 777b2c648970: Preparing [2021-01-06T06:36:53.490Z] 777b2c648970: Waiting [2021-01-06T06:36:53.490Z] 1a414d0f193f: Layer already exists [2021-01-06T06:36:53.490Z] 026d566aef14: Layer already exists [2021-01-06T06:36:53.490Z] f6ee1a2ab187: Layer already exists [2021-01-06T06:36:53.490Z] 03a6075696a4: Layer already exists [2021-01-06T06:36:53.490Z] 6302ff53ca0b: Layer already exists [2021-01-06T06:36:53.490Z] 777b2c648970: Layer already exists [2021-01-06T06:36:53.490Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:a77195fbe933e97514cee4c2db459f9b1bdd7f9bb157b6eb9799a68f937b1ebd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:53.722Z] Removing intermediate container 7f2224cf392a [2021-01-06T06:36:53.722Z] ---> 84253f922622 [2021-01-06T06:36:53.722Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:36:53.798Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:54.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-06T06:36:54.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-06T06:36:54.099Z] f6ee1a2ab187: Preparing [2021-01-06T06:36:54.099Z] 026d566aef14: Preparing [2021-01-06T06:36:54.099Z] 6302ff53ca0b: Preparing [2021-01-06T06:36:54.099Z] 1a414d0f193f: Preparing [2021-01-06T06:36:54.099Z] 03a6075696a4: Preparing [2021-01-06T06:36:54.099Z] 777b2c648970: Preparing [2021-01-06T06:36:54.099Z] 777b2c648970: Waiting [2021-01-06T06:36:54.099Z] 03a6075696a4: Layer already exists [2021-01-06T06:36:54.099Z] 6302ff53ca0b: Layer already exists [2021-01-06T06:36:54.099Z] 026d566aef14: Layer already exists [2021-01-06T06:36:54.099Z] f6ee1a2ab187: Layer already exists [2021-01-06T06:36:54.099Z] 1a414d0f193f: Layer already exists [2021-01-06T06:36:54.099Z] 777b2c648970: Layer already exists [2021-01-06T06:36:54.099Z] master: digest: sha256:a77195fbe933e97514cee4c2db459f9b1bdd7f9bb157b6eb9799a68f937b1ebd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:36:54.307Z] ===================================================== [2021-01-06T06:36:54.321Z] ---> Running in 87c4186b7f1d [2021-01-06T06:36:54.321Z] Removing intermediate container 1bbde516717d [2021-01-06T06:36:54.321Z] ---> b42e5cd599c9 [2021-01-06T06:36:54.321Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] echo [2021-01-06T06:36:54.356Z] taggedImages: [2021-01-06T06:36:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-06T06:36:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:54.356Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-06T06:36:54.423Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-06T06:36:54.423Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:54.423Z] 2.0.0-dev.33 [2021-01-06T06:36:54.423Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:54.423Z] master [2021-01-06T06:36:54.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-06T06:36:54.603Z] ---> 7abc102547d2 [2021-01-06T06:36:54.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-06T06:36:54.603Z] ---> Running in 1f222b77cb56 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:54.889Z] Removing intermediate container 87c4186b7f1d [2021-01-06T06:36:54.889Z] ---> 48035b7a7ad4 [2021-01-06T06:36:54.889Z] Step 22/24 : LABEL arch=arm64 [2021-01-06T06:36:54.942Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:55.166Z] ---> Running in a51d545cb6a6 [2021-01-06T06:36:55.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:55.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T06:36:55.244Z] 01be33e15b64: Preparing [2021-01-06T06:36:55.244Z] c69948547d1c: Preparing [2021-01-06T06:36:55.244Z] 9134a2bb035f: Preparing [2021-01-06T06:36:55.244Z] 01be33e15b64: Pushed [2021-01-06T06:36:55.244Z] 9134a2bb035f: Pushed [2021-01-06T06:36:55.777Z] Removing intermediate container 1f222b77cb56 [2021-01-06T06:36:55.777Z] ---> afcf82670a28 [2021-01-06T06:36:55.777Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T06:36:56.061Z] ---> Running in 25b23d897000 [2021-01-06T06:36:56.061Z] Removing intermediate container a51d545cb6a6 [2021-01-06T06:36:56.061Z] ---> dda668cf0be1 [2021-01-06T06:36:56.061Z] Step 23/24 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:56.335Z] ---> a5f625238209 [2021-01-06T06:36:56.335Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-06T06:36:56.335Z] ---> Running in da20e8d99a79 [2021-01-06T06:36:56.609Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-06T06:36:56.609Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-06T06:36:56.609Z] ---> eeaf43b92773 [2021-01-06T06:36:56.609Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-06T06:36:56.634Z] c69948547d1c: Pushed [2021-01-06T06:36:56.634Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:5fbc806b16a85750c83f17d9f608b85c6617d802523ada4dd3373ff94de396c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:56.887Z] Removing intermediate container 9e80effdbb6a [2021-01-06T06:36:56.888Z] ---> c946d888e873 [2021-01-06T06:36:56.888Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-06T06:36:56.888Z] Removing intermediate container 25b23d897000 [2021-01-06T06:36:56.888Z] ---> 61caa7a6fc25 [2021-01-06T06:36:56.888Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:56.888Z] ---> Running in dad2808ee68b [2021-01-06T06:36:56.943Z] + 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-06T06:36:57.161Z] ---> Running in e5b3a57336c5 [2021-01-06T06:36:57.161Z] ---> Running in 1f823f2305ef [2021-01-06T06:36:57.161Z] Removing intermediate container da20e8d99a79 [2021-01-06T06:36:57.161Z] ---> d0053e20920a [2021-01-06T06:36:57.161Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:57.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-06T06:36:57.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T06:36:57.249Z] 01be33e15b64: Preparing [2021-01-06T06:36:57.249Z] c69948547d1c: Preparing [2021-01-06T06:36:57.249Z] 9134a2bb035f: Preparing [2021-01-06T06:36:57.249Z] c69948547d1c: Layer already exists [2021-01-06T06:36:57.249Z] 9134a2bb035f: Layer already exists [2021-01-06T06:36:57.249Z] 01be33e15b64: Layer already exists [2021-01-06T06:36:57.249Z] 2.0.0-dev.33: digest: sha256:5fbc806b16a85750c83f17d9f608b85c6617d802523ada4dd3373ff94de396c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:57.442Z] ---> 7b3415f4d5a0 [2021-01-06T06:36:57.442Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-06T06:36:57.442Z] ---> Running in c8635c4b766c [2021-01-06T06:36:57.552Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:57.719Z] ---> Running in b24865166140 [2021-01-06T06:36:57.719Z] Removing intermediate container 1f823f2305ef [2021-01-06T06:36:57.719Z] ---> a4259d95232e [2021-01-06T06:36:57.719Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:36:58.004Z] Removing intermediate container e5b3a57336c5 [2021-01-06T06:36:58.004Z] ---> b9edaacd1e65 [2021-01-06T06:36:58.004Z] Step 22/24 : LABEL arch=arm64 [2021-01-06T06:36:58.004Z] ---> Running in 7bf46d4662a0 [2021-01-06T06:36:58.294Z] Removing intermediate container c8635c4b766c [2021-01-06T06:36:58.294Z] ---> 6af12f6b5776 [2021-01-06T06:36:58.294Z] [2021-01-06T06:36:58.294Z] ---> Running in 59c65bb0f341 [2021-01-06T06:36:58.294Z] Removing intermediate container b24865166140 [2021-01-06T06:36:58.294Z] ---> 0e3fe357355c [2021-01-06T06:36:58.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:58.567Z] Successfully built 6af12f6b5776 [2021-01-06T06:36:58.567Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-06T06:36:58.567Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-06T06:36:58.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:58.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:58.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T06:36:58.790Z] 01be33e15b64: Preparing [2021-01-06T06:36:58.790Z] c69948547d1c: Preparing [2021-01-06T06:36:58.790Z] 9134a2bb035f: Preparing [2021-01-06T06:36:58.790Z] 9134a2bb035f: Layer already exists [2021-01-06T06:36:58.790Z] c69948547d1c: Layer already exists [2021-01-06T06:36:58.790Z] 01be33e15b64: Layer already exists [2021-01-06T06:36:58.840Z] ---> Running in d6bbd7553459 [2021-01-06T06:36:58.840Z] Removing intermediate container 7bf46d4662a0 [2021-01-06T06:36:58.840Z] ---> 288e58bd9f8b [2021-01-06T06:36:58.840Z] [2021-01-06T06:36:58.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:36:58.840Z] Removing intermediate container 59c65bb0f341 [2021-01-06T06:36:58.840Z] ---> 0a7f46e49b27 [2021-01-06T06:36:58.840Z] Step 23/24 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:59.051Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:5fbc806b16a85750c83f17d9f608b85c6617d802523ada4dd3373ff94de396c1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:59.118Z] ---> Running in aaf1f1d84492 [2021-01-06T06:36:59.353Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:36:59.392Z] Successfully built 288e58bd9f8b [2021-01-06T06:36:59.392Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-06T06:36:59.392Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2021-01-06T06:36:59.392Z] Removing intermediate container d6bbd7553459 [2021-01-06T06:36:59.392Z] ---> 544aa5a66144 [2021-01-06T06:36:59.392Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T06:36:59.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-06T06:36:59.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-06T06:36:59.649Z] 01be33e15b64: Preparing [2021-01-06T06:36:59.649Z] c69948547d1c: Preparing [2021-01-06T06:36:59.649Z] 9134a2bb035f: Preparing [2021-01-06T06:36:59.649Z] 9134a2bb035f: Layer already exists [2021-01-06T06:36:59.649Z] c69948547d1c: Layer already exists [2021-01-06T06:36:59.649Z] 01be33e15b64: Layer already exists [2021-01-06T06:36:59.649Z] master: digest: sha256:5fbc806b16a85750c83f17d9f608b85c6617d802523ada4dd3373ff94de396c1 size: 943 [Pipeline] } [2021-01-06T06:36:59.665Z] (1/2) Installing readline (8.0.4-r0) [2021-01-06T06:36:59.666Z] (2/2) Installing bash (5.0.17-r0) [2021-01-06T06:36:59.666Z] Executing bash-5.0.17-r0.post-install [2021-01-06T06:36:59.666Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:36:59.666Z] ---> Running in 561a2ed7e622 [2021-01-06T06:36:59.666Z] OK: 12 MiB in 22 packages [2021-01-06T06:36:59.666Z] Removing intermediate container aaf1f1d84492 [2021-01-06T06:36:59.666Z] ---> 634c20d40dec [2021-01-06T06:36:59.666Z] Step 24/24 : LABEL version=2.0.0-dev.33 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:36:59.852Z] ===================================================== [Pipeline] echo [2021-01-06T06:36:59.908Z] taggedImages: [2021-01-06T06:36:59.908Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:59.908Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-06T06:36:59.908Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:59.908Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-06T06:36:59.944Z] ---> Running in 10e840b2b006 [Pipeline] echo [2021-01-06T06:36:59.982Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-06T06:36:59.982Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:36:59.982Z] 2.0.0-dev.33 [2021-01-06T06:36:59.982Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:36:59.982Z] master [2021-01-06T06:36:59.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-06T06:37:00.225Z] Removing intermediate container 561a2ed7e622 [2021-01-06T06:37:00.225Z] ---> 5f9107bde7e0 [2021-01-06T06:37:00.225Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:00.655Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:00.844Z] ---> Running in c3c9da636eb2 [2021-01-06T06:37:01.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:01.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T06:37:01.006Z] 50e9b27c4e2e: Preparing [2021-01-06T06:37:01.006Z] 5aa9229f47b5: Preparing [2021-01-06T06:37:01.006Z] ae9376ce7109: Preparing [2021-01-06T06:37:01.006Z] 19f49d6f584e: Preparing [2021-01-06T06:37:01.006Z] 341d83a3b4df: Preparing [2021-01-06T06:37:01.006Z] df84c56e1cd5: Preparing [2021-01-06T06:37:01.006Z] 777b2c648970: Preparing [2021-01-06T06:37:01.006Z] df84c56e1cd5: Waiting [2021-01-06T06:37:01.006Z] 777b2c648970: Waiting [2021-01-06T06:37:01.270Z] 341d83a3b4df: Pushed [2021-01-06T06:37:01.270Z] ae9376ce7109: Pushed [2021-01-06T06:37:01.270Z] 5aa9229f47b5: Pushed [2021-01-06T06:37:01.270Z] 50e9b27c4e2e: Pushed [2021-01-06T06:37:01.270Z] 777b2c648970: Layer already exists [2021-01-06T06:37:01.441Z] Removing intermediate container 10e840b2b006 [2021-01-06T06:37:01.441Z] ---> 8f07a8229517 [2021-01-06T06:37:01.441Z] [2021-01-06T06:37:01.718Z] Successfully built 8f07a8229517 [2021-01-06T06:37:01.844Z] df84c56e1cd5: Pushed [2021-01-06T06:37:01.996Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-06T06:37:01.996Z] Building docker-security-proxy-setup-go [2021-01-06T06:37:02.106Z] 19f49d6f584e: Pushed [2021-01-06T06:37:02.106Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:72328159c142361b5d0d8ed331559b0e6f99b1e71ebb841e2d5595287d573172 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:02.280Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c3c9da636eb2 [2021-01-06T06:37:02.280Z] ---> e1c3ebf7d4a8 [2021-01-06T06:37:02.280Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:37:02.280Z] Removing intermediate container dad2808ee68b [2021-01-06T06:37:02.280Z] ---> 17290c4ea453 [2021-01-06T06:37:02.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-06T06:37:02.412Z] + 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-06T06:37:02.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-06T06:37:02.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T06:37:02.710Z] 50e9b27c4e2e: Preparing [2021-01-06T06:37:02.710Z] 5aa9229f47b5: Preparing [2021-01-06T06:37:02.710Z] ae9376ce7109: Preparing [2021-01-06T06:37:02.710Z] 19f49d6f584e: Preparing [2021-01-06T06:37:02.710Z] 341d83a3b4df: Preparing [2021-01-06T06:37:02.710Z] df84c56e1cd5: Preparing [2021-01-06T06:37:02.710Z] 777b2c648970: Preparing [2021-01-06T06:37:02.710Z] df84c56e1cd5: Waiting [2021-01-06T06:37:02.710Z] 777b2c648970: Waiting [2021-01-06T06:37:02.711Z] 5aa9229f47b5: Layer already exists [2021-01-06T06:37:02.711Z] 341d83a3b4df: Layer already exists [2021-01-06T06:37:02.711Z] 50e9b27c4e2e: Layer already exists [2021-01-06T06:37:02.711Z] 19f49d6f584e: Layer already exists [2021-01-06T06:37:02.711Z] ae9376ce7109: Layer already exists [2021-01-06T06:37:02.711Z] 777b2c648970: Layer already exists [2021-01-06T06:37:02.711Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:02.711Z] 2.0.0-dev.33: digest: sha256:72328159c142361b5d0d8ed331559b0e6f99b1e71ebb841e2d5595287d573172 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:02.891Z] ---> Running in 5d82b49d4375 [2021-01-06T06:37:02.891Z] ---> Running in 18e779904973 [2021-01-06T06:37:03.017Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:03.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:03.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T06:37:03.314Z] 50e9b27c4e2e: Preparing [2021-01-06T06:37:03.314Z] 5aa9229f47b5: Preparing [2021-01-06T06:37:03.314Z] ae9376ce7109: Preparing [2021-01-06T06:37:03.314Z] 19f49d6f584e: Preparing [2021-01-06T06:37:03.314Z] 341d83a3b4df: Preparing [2021-01-06T06:37:03.314Z] df84c56e1cd5: Preparing [2021-01-06T06:37:03.314Z] 777b2c648970: Preparing [2021-01-06T06:37:03.315Z] 777b2c648970: Waiting [2021-01-06T06:37:03.315Z] df84c56e1cd5: Waiting [2021-01-06T06:37:03.315Z] 341d83a3b4df: Layer already exists [2021-01-06T06:37:03.315Z] 19f49d6f584e: Layer already exists [2021-01-06T06:37:03.315Z] ae9376ce7109: Layer already exists [2021-01-06T06:37:03.315Z] 50e9b27c4e2e: Layer already exists [2021-01-06T06:37:03.315Z] 5aa9229f47b5: Layer already exists [2021-01-06T06:37:03.315Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:03.315Z] 777b2c648970: Layer already exists [2021-01-06T06:37:03.315Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:72328159c142361b5d0d8ed331559b0e6f99b1e71ebb841e2d5595287d573172 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:03.619Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:03.876Z] Removing intermediate container 5d82b49d4375 [2021-01-06T06:37:03.876Z] ---> daf03f2e4432 [2021-01-06T06:37:03.876Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-06T06:37:03.876Z] Removing intermediate container 18e779904973 [2021-01-06T06:37:03.876Z] ---> 32c225a06ff2 [2021-01-06T06:37:03.876Z] [2021-01-06T06:37:03.876Z] Successfully built 32c225a06ff2 [2021-01-06T06:37:03.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-06T06:37:03.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-06T06:37:03.918Z] 50e9b27c4e2e: Preparing [2021-01-06T06:37:03.918Z] 5aa9229f47b5: Preparing [2021-01-06T06:37:03.918Z] ae9376ce7109: Preparing [2021-01-06T06:37:03.918Z] 19f49d6f584e: Preparing [2021-01-06T06:37:03.918Z] 341d83a3b4df: Preparing [2021-01-06T06:37:03.918Z] df84c56e1cd5: Preparing [2021-01-06T06:37:03.918Z] 777b2c648970: Preparing [2021-01-06T06:37:03.918Z] df84c56e1cd5: Waiting [2021-01-06T06:37:03.918Z] 777b2c648970: Waiting [2021-01-06T06:37:03.918Z] 19f49d6f584e: Layer already exists [2021-01-06T06:37:03.918Z] 50e9b27c4e2e: Layer already exists [2021-01-06T06:37:03.918Z] 341d83a3b4df: Layer already exists [2021-01-06T06:37:03.918Z] 5aa9229f47b5: Layer already exists [2021-01-06T06:37:03.918Z] ae9376ce7109: Layer already exists [2021-01-06T06:37:03.918Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:03.918Z] 777b2c648970: Layer already exists [2021-01-06T06:37:03.918Z] master: digest: sha256:72328159c142361b5d0d8ed331559b0e6f99b1e71ebb841e2d5595287d573172 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:04.164Z] ===================================================== [2021-01-06T06:37:04.166Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-06T06:37:04.166Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [Pipeline] echo [2021-01-06T06:37:04.218Z] taggedImages: [2021-01-06T06:37:04.218Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:04.218Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-06T06:37:04.218Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:04.218Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-06T06:37:04.285Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-06T06:37:04.285Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:04.285Z] 2.0.0-dev.33 [2021-01-06T06:37:04.285Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:04.285Z] master [2021-01-06T06:37:04.285Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-06T06:37:04.442Z] ---> Running in 2a4d81efc2c9 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:04.769Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:05.040Z] Removing intermediate container 2a4d81efc2c9 [2021-01-06T06:37:05.040Z] ---> 1c91ab136a5b [2021-01-06T06:37:05.040Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-06T06:37:05.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:05.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T06:37:05.073Z] b880f6173bba: Preparing [2021-01-06T06:37:05.073Z] 4da326bf845f: Preparing [2021-01-06T06:37:05.073Z] 794bcaadfebb: Preparing [2021-01-06T06:37:05.073Z] f9170e6b4e7b: Preparing [2021-01-06T06:37:05.073Z] 0afcb91fb2cb: Preparing [2021-01-06T06:37:05.073Z] 777b2c648970: Preparing [2021-01-06T06:37:05.073Z] 777b2c648970: Waiting [2021-01-06T06:37:05.313Z] ---> Running in 2254a909881e [2021-01-06T06:37:05.344Z] 794bcaadfebb: Pushed [2021-01-06T06:37:05.344Z] f9170e6b4e7b: Pushed [2021-01-06T06:37:05.344Z] 777b2c648970: Layer already exists [2021-01-06T06:37:05.609Z] 0afcb91fb2cb: Pushed [2021-01-06T06:37:06.183Z] b880f6173bba: Pushed [2021-01-06T06:37:06.183Z] 4da326bf845f: Pushed [2021-01-06T06:37:06.183Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:d029b5cbd7b6f78b44b5a4e0277e3d42da5f7392479b0a7647e29c9fe14a240d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:06.289Z] Removing intermediate container 2254a909881e [2021-01-06T06:37:06.289Z] ---> 903db3c7547d [2021-01-06T06:37:06.289Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-06T06:37:06.496Z] + 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-06T06:37:06.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-06T06:37:06.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T06:37:06.803Z] b880f6173bba: Preparing [2021-01-06T06:37:06.803Z] 4da326bf845f: Preparing [2021-01-06T06:37:06.803Z] 794bcaadfebb: Preparing [2021-01-06T06:37:06.803Z] f9170e6b4e7b: Preparing [2021-01-06T06:37:06.803Z] 0afcb91fb2cb: Preparing [2021-01-06T06:37:06.803Z] 777b2c648970: Preparing [2021-01-06T06:37:06.803Z] 777b2c648970: Waiting [2021-01-06T06:37:06.803Z] f9170e6b4e7b: Layer already exists [2021-01-06T06:37:06.803Z] 794bcaadfebb: Layer already exists [2021-01-06T06:37:06.803Z] b880f6173bba: Layer already exists [2021-01-06T06:37:06.803Z] 0afcb91fb2cb: Layer already exists [2021-01-06T06:37:06.803Z] 4da326bf845f: Layer already exists [2021-01-06T06:37:06.803Z] 777b2c648970: Layer already exists [2021-01-06T06:37:06.803Z] 2.0.0-dev.33: digest: sha256:d029b5cbd7b6f78b44b5a4e0277e3d42da5f7392479b0a7647e29c9fe14a240d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:07.114Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:07.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:07.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T06:37:07.416Z] b880f6173bba: Preparing [2021-01-06T06:37:07.416Z] 4da326bf845f: Preparing [2021-01-06T06:37:07.416Z] 794bcaadfebb: Preparing [2021-01-06T06:37:07.416Z] f9170e6b4e7b: Preparing [2021-01-06T06:37:07.416Z] 0afcb91fb2cb: Preparing [2021-01-06T06:37:07.416Z] 777b2c648970: Preparing [2021-01-06T06:37:07.416Z] 777b2c648970: Waiting [2021-01-06T06:37:07.416Z] b880f6173bba: Layer already exists [2021-01-06T06:37:07.416Z] 794bcaadfebb: Layer already exists [2021-01-06T06:37:07.416Z] 0afcb91fb2cb: Layer already exists [2021-01-06T06:37:07.416Z] 4da326bf845f: Layer already exists [2021-01-06T06:37:07.416Z] f9170e6b4e7b: Layer already exists [2021-01-06T06:37:07.416Z] 777b2c648970: Layer already exists [2021-01-06T06:37:07.416Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:d029b5cbd7b6f78b44b5a4e0277e3d42da5f7392479b0a7647e29c9fe14a240d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:07.723Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-06T06:37:07.731Z] ---> 34ddbf3779bf [2021-01-06T06:37:07.731Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:08.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-06T06:37:08.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-06T06:37:08.024Z] b880f6173bba: Preparing [2021-01-06T06:37:08.024Z] 4da326bf845f: Preparing [2021-01-06T06:37:08.024Z] 794bcaadfebb: Preparing [2021-01-06T06:37:08.024Z] f9170e6b4e7b: Preparing [2021-01-06T06:37:08.024Z] 0afcb91fb2cb: Preparing [2021-01-06T06:37:08.024Z] 777b2c648970: Preparing [2021-01-06T06:37:08.024Z] 777b2c648970: Waiting [2021-01-06T06:37:08.024Z] 4da326bf845f: Layer already exists [2021-01-06T06:37:08.024Z] f9170e6b4e7b: Layer already exists [2021-01-06T06:37:08.024Z] b880f6173bba: Layer already exists [2021-01-06T06:37:08.024Z] 794bcaadfebb: Layer already exists [2021-01-06T06:37:08.024Z] 0afcb91fb2cb: Layer already exists [2021-01-06T06:37:08.024Z] 777b2c648970: Layer already exists [2021-01-06T06:37:08.024Z] master: digest: sha256:d029b5cbd7b6f78b44b5a4e0277e3d42da5f7392479b0a7647e29c9fe14a240d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:08.239Z] ===================================================== [Pipeline] echo [2021-01-06T06:37:08.288Z] taggedImages: [2021-01-06T06:37:08.288Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:08.288Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-06T06:37:08.288Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:08.288Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-06T06:37:08.330Z] ---> 66c722e87c58 [2021-01-06T06:37:08.330Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] echo [2021-01-06T06:37:08.360Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-06T06:37:08.360Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:08.360Z] 2.0.0-dev.33 [2021-01-06T06:37:08.360Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:08.360Z] master [2021-01-06T06:37:08.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:08.840Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:09.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:09.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T06:37:09.138Z] c1006ad6e900: Preparing [2021-01-06T06:37:09.138Z] bf2b2f6ab342: Preparing [2021-01-06T06:37:09.138Z] 00f4e3ac8e60: Preparing [2021-01-06T06:37:09.138Z] 73d44b5e2c1d: Preparing [2021-01-06T06:37:09.138Z] 14993e7c7634: Preparing [2021-01-06T06:37:09.138Z] 72f1706d0242: Preparing [2021-01-06T06:37:09.138Z] f199e07c9dbf: Preparing [2021-01-06T06:37:09.138Z] df84c56e1cd5: Preparing [2021-01-06T06:37:09.138Z] 777b2c648970: Preparing [2021-01-06T06:37:09.138Z] 72f1706d0242: Waiting [2021-01-06T06:37:09.138Z] f199e07c9dbf: Waiting [2021-01-06T06:37:09.138Z] df84c56e1cd5: Waiting [2021-01-06T06:37:09.138Z] 777b2c648970: Waiting [2021-01-06T06:37:09.320Z] ---> e20fb66f2dda [2021-01-06T06:37:09.320Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-06T06:37:09.400Z] bf2b2f6ab342: Pushed [2021-01-06T06:37:09.401Z] 14993e7c7634: Pushed [2021-01-06T06:37:09.401Z] c1006ad6e900: Pushed [2021-01-06T06:37:09.401Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:09.401Z] 777b2c648970: Layer already exists [2021-01-06T06:37:09.599Z] ---> Running in 2fdb9e5b8c62 [2021-01-06T06:37:09.667Z] 72f1706d0242: Pushed [2021-01-06T06:37:09.667Z] f199e07c9dbf: Pushed [2021-01-06T06:37:10.240Z] 73d44b5e2c1d: Pushed [2021-01-06T06:37:10.240Z] 00f4e3ac8e60: Pushed [2021-01-06T06:37:10.502Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:fbaceebc989548d8c0521263b2fc33f34fd9947cf78dc38a2a53d95c9e3c8b3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:10.811Z] + 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-06T06:37:11.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:37:11.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-06T06:37:11.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T06:37:11.114Z] c1006ad6e900: Preparing [2021-01-06T06:37:11.114Z] bf2b2f6ab342: Preparing [2021-01-06T06:37:11.114Z] 00f4e3ac8e60: Preparing [2021-01-06T06:37:11.114Z] 73d44b5e2c1d: Preparing [2021-01-06T06:37:11.114Z] 14993e7c7634: Preparing [2021-01-06T06:37:11.114Z] 72f1706d0242: Preparing [2021-01-06T06:37:11.114Z] f199e07c9dbf: Preparing [2021-01-06T06:37:11.114Z] df84c56e1cd5: Preparing [2021-01-06T06:37:11.114Z] 777b2c648970: Preparing [2021-01-06T06:37:11.114Z] 72f1706d0242: Waiting [2021-01-06T06:37:11.114Z] 777b2c648970: Waiting [2021-01-06T06:37:11.114Z] df84c56e1cd5: Waiting [2021-01-06T06:37:11.114Z] f199e07c9dbf: Waiting [2021-01-06T06:37:11.114Z] c1006ad6e900: Layer already exists [2021-01-06T06:37:11.114Z] 00f4e3ac8e60: Layer already exists [2021-01-06T06:37:11.114Z] 73d44b5e2c1d: Layer already exists [2021-01-06T06:37:11.114Z] bf2b2f6ab342: Layer already exists [2021-01-06T06:37:11.114Z] 14993e7c7634: Layer already exists [2021-01-06T06:37:11.114Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:11.114Z] 72f1706d0242: Layer already exists [2021-01-06T06:37:11.114Z] f199e07c9dbf: Layer already exists [2021-01-06T06:37:11.114Z] 777b2c648970: Layer already exists [2021-01-06T06:37:11.114Z] 2.0.0-dev.33: digest: sha256:fbaceebc989548d8c0521263b2fc33f34fd9947cf78dc38a2a53d95c9e3c8b3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:11.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:37:11.420Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:11.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:11.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T06:37:11.734Z] c1006ad6e900: Preparing [2021-01-06T06:37:11.734Z] bf2b2f6ab342: Preparing [2021-01-06T06:37:11.734Z] 00f4e3ac8e60: Preparing [2021-01-06T06:37:11.734Z] 73d44b5e2c1d: Preparing [2021-01-06T06:37:11.734Z] 14993e7c7634: Preparing [2021-01-06T06:37:11.734Z] 72f1706d0242: Preparing [2021-01-06T06:37:11.734Z] f199e07c9dbf: Preparing [2021-01-06T06:37:11.734Z] df84c56e1cd5: Preparing [2021-01-06T06:37:11.734Z] 777b2c648970: Preparing [2021-01-06T06:37:11.734Z] f199e07c9dbf: Waiting [2021-01-06T06:37:11.734Z] 777b2c648970: Waiting [2021-01-06T06:37:11.734Z] df84c56e1cd5: Waiting [2021-01-06T06:37:11.734Z] 72f1706d0242: Waiting [2021-01-06T06:37:11.734Z] 00f4e3ac8e60: Layer already exists [2021-01-06T06:37:11.734Z] 73d44b5e2c1d: Layer already exists [2021-01-06T06:37:11.734Z] bf2b2f6ab342: Layer already exists [2021-01-06T06:37:11.734Z] 14993e7c7634: Layer already exists [2021-01-06T06:37:11.734Z] c1006ad6e900: Layer already exists [2021-01-06T06:37:11.734Z] 72f1706d0242: Layer already exists [2021-01-06T06:37:11.734Z] f199e07c9dbf: Layer already exists [2021-01-06T06:37:11.734Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:11.734Z] 777b2c648970: Layer already exists [2021-01-06T06:37:11.734Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:fbaceebc989548d8c0521263b2fc33f34fd9947cf78dc38a2a53d95c9e3c8b3f size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:11.940Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-06T06:37:11.940Z] (2/33) Installing expat (2.2.9-r1) [2021-01-06T06:37:11.940Z] (3/33) Installing libffi (3.3-r2) [2021-01-06T06:37:11.940Z] (4/33) Installing gdbm (1.13-r1) [2021-01-06T06:37:11.940Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-06T06:37:11.940Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-06T06:37:11.940Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-06T06:37:12.054Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:12.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-06T06:37:12.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-06T06:37:12.379Z] c1006ad6e900: Preparing [2021-01-06T06:37:12.379Z] bf2b2f6ab342: Preparing [2021-01-06T06:37:12.379Z] 00f4e3ac8e60: Preparing [2021-01-06T06:37:12.379Z] 73d44b5e2c1d: Preparing [2021-01-06T06:37:12.379Z] 14993e7c7634: Preparing [2021-01-06T06:37:12.379Z] 72f1706d0242: Preparing [2021-01-06T06:37:12.379Z] f199e07c9dbf: Preparing [2021-01-06T06:37:12.379Z] df84c56e1cd5: Preparing [2021-01-06T06:37:12.379Z] 777b2c648970: Preparing [2021-01-06T06:37:12.379Z] f199e07c9dbf: Waiting [2021-01-06T06:37:12.379Z] df84c56e1cd5: Waiting [2021-01-06T06:37:12.379Z] 777b2c648970: Waiting [2021-01-06T06:37:12.379Z] 72f1706d0242: Waiting [2021-01-06T06:37:12.379Z] bf2b2f6ab342: Layer already exists [2021-01-06T06:37:12.379Z] 00f4e3ac8e60: Layer already exists [2021-01-06T06:37:12.379Z] c1006ad6e900: Layer already exists [2021-01-06T06:37:12.379Z] 14993e7c7634: Layer already exists [2021-01-06T06:37:12.379Z] 73d44b5e2c1d: Layer already exists [2021-01-06T06:37:12.379Z] f199e07c9dbf: Layer already exists [2021-01-06T06:37:12.379Z] 72f1706d0242: Layer already exists [2021-01-06T06:37:12.379Z] df84c56e1cd5: Layer already exists [2021-01-06T06:37:12.379Z] 777b2c648970: Layer already exists [2021-01-06T06:37:12.379Z] master: digest: sha256:fbaceebc989548d8c0521263b2fc33f34fd9947cf78dc38a2a53d95c9e3c8b3f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:12.566Z] ===================================================== [Pipeline] echo [2021-01-06T06:37:12.618Z] taggedImages: [2021-01-06T06:37:12.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:12.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-06T06:37:12.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:12.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-06T06:37:12.689Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-06T06:37:12.689Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:12.689Z] 2.0.0-dev.33 [2021-01-06T06:37:12.689Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:12.689Z] master [2021-01-06T06:37:12.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:13.176Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:13.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:13.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T06:37:13.478Z] bdbe9ac18a44: Preparing [2021-01-06T06:37:13.478Z] e27ace636f43: Preparing [2021-01-06T06:37:13.478Z] 5ec37102b261: Preparing [2021-01-06T06:37:13.478Z] edf2752ea767: Preparing [2021-01-06T06:37:13.478Z] ef6b23cf35c9: Preparing [2021-01-06T06:37:13.478Z] b199e3e2524b: Preparing [2021-01-06T06:37:13.478Z] b199e3e2524b: Waiting [2021-01-06T06:37:13.742Z] ef6b23cf35c9: Pushed [2021-01-06T06:37:13.742Z] 5ec37102b261: Pushed [2021-01-06T06:37:13.742Z] edf2752ea767: Pushed [2021-01-06T06:37:13.742Z] bdbe9ac18a44: Pushed [2021-01-06T06:37:13.922Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-06T06:37:13.922Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-06T06:37:13.922Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-06T06:37:13.922Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-06T06:37:13.922Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-06T06:37:13.922Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-06T06:37:13.922Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-06T06:37:13.922Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-06T06:37:13.922Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-06T06:37:13.922Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-06T06:37:14.004Z] b199e3e2524b: Pushed [2021-01-06T06:37:14.201Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-06T06:37:14.201Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-06T06:37:14.201Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-06T06:37:14.201Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-06T06:37:14.201Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-06T06:37:14.201Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-06T06:37:14.201Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-06T06:37:14.201Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-06T06:37:14.201Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-06T06:37:14.475Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-06T06:37:14.475Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-06T06:37:14.475Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-06T06:37:14.475Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-06T06:37:14.475Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-06T06:37:14.475Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-06T06:37:14.475Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-06T06:37:14.475Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:37:14.579Z] e27ace636f43: Pushed [2021-01-06T06:37:14.753Z] OK: 71 MiB in 55 packages [2021-01-06T06:37:14.841Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:d86ca979d36923ea3e2dc631486f66760634b9c4025b8734c938a94a1785bba2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:15.147Z] + 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-06T06:37:15.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-06T06:37:15.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T06:37:15.498Z] bdbe9ac18a44: Preparing [2021-01-06T06:37:15.498Z] e27ace636f43: Preparing [2021-01-06T06:37:15.498Z] 5ec37102b261: Preparing [2021-01-06T06:37:15.498Z] edf2752ea767: Preparing [2021-01-06T06:37:15.498Z] ef6b23cf35c9: Preparing [2021-01-06T06:37:15.498Z] b199e3e2524b: Preparing [2021-01-06T06:37:15.498Z] b199e3e2524b: Waiting [2021-01-06T06:37:15.498Z] 5ec37102b261: Layer already exists [2021-01-06T06:37:15.498Z] edf2752ea767: Layer already exists [2021-01-06T06:37:15.498Z] bdbe9ac18a44: Layer already exists [2021-01-06T06:37:15.498Z] e27ace636f43: Layer already exists [2021-01-06T06:37:15.498Z] ef6b23cf35c9: Layer already exists [2021-01-06T06:37:15.498Z] b199e3e2524b: Layer already exists [2021-01-06T06:37:15.498Z] 2.0.0-dev.33: digest: sha256:d86ca979d36923ea3e2dc631486f66760634b9c4025b8734c938a94a1785bba2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:15.848Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:16.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:16.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T06:37:16.162Z] bdbe9ac18a44: Preparing [2021-01-06T06:37:16.162Z] e27ace636f43: Preparing [2021-01-06T06:37:16.162Z] 5ec37102b261: Preparing [2021-01-06T06:37:16.162Z] edf2752ea767: Preparing [2021-01-06T06:37:16.162Z] ef6b23cf35c9: Preparing [2021-01-06T06:37:16.162Z] b199e3e2524b: Preparing [2021-01-06T06:37:16.162Z] b199e3e2524b: Waiting [2021-01-06T06:37:16.162Z] e27ace636f43: Layer already exists [2021-01-06T06:37:16.162Z] ef6b23cf35c9: Layer already exists [2021-01-06T06:37:16.162Z] bdbe9ac18a44: Layer already exists [2021-01-06T06:37:16.162Z] edf2752ea767: Layer already exists [2021-01-06T06:37:16.162Z] 5ec37102b261: Layer already exists [2021-01-06T06:37:16.162Z] b199e3e2524b: Layer already exists [2021-01-06T06:37:16.162Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:d86ca979d36923ea3e2dc631486f66760634b9c4025b8734c938a94a1785bba2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:16.468Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:16.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-06T06:37:16.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-06T06:37:16.768Z] bdbe9ac18a44: Preparing [2021-01-06T06:37:16.768Z] e27ace636f43: Preparing [2021-01-06T06:37:16.768Z] 5ec37102b261: Preparing [2021-01-06T06:37:16.768Z] edf2752ea767: Preparing [2021-01-06T06:37:16.768Z] ef6b23cf35c9: Preparing [2021-01-06T06:37:16.768Z] b199e3e2524b: Preparing [2021-01-06T06:37:16.768Z] b199e3e2524b: Waiting [2021-01-06T06:37:16.768Z] e27ace636f43: Layer already exists [2021-01-06T06:37:16.768Z] ef6b23cf35c9: Layer already exists [2021-01-06T06:37:16.768Z] edf2752ea767: Layer already exists [2021-01-06T06:37:16.768Z] bdbe9ac18a44: Layer already exists [2021-01-06T06:37:16.768Z] 5ec37102b261: Layer already exists [2021-01-06T06:37:16.768Z] b199e3e2524b: Layer already exists [2021-01-06T06:37:16.768Z] master: digest: sha256:d86ca979d36923ea3e2dc631486f66760634b9c4025b8734c938a94a1785bba2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:16.962Z] ===================================================== [Pipeline] echo [2021-01-06T06:37:17.012Z] taggedImages: [2021-01-06T06:37:17.012Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:17.012Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-06T06:37:17.012Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:17.012Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-06T06:37:17.079Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-06T06:37:17.079Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:17.079Z] 2.0.0-dev.33 [2021-01-06T06:37:17.079Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:17.079Z] master [2021-01-06T06:37:17.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:17.557Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:17.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:17.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T06:37:17.854Z] 9ec079ad5a3c: Preparing [2021-01-06T06:37:17.855Z] e161234cd295: Preparing [2021-01-06T06:37:17.855Z] 96c1df7c2e3d: Preparing [2021-01-06T06:37:17.855Z] 9ec079ad5a3c: Pushed [2021-01-06T06:37:17.855Z] 96c1df7c2e3d: Pushed [2021-01-06T06:37:18.801Z] e161234cd295: Pushed [2021-01-06T06:37:19.063Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:8cc25ed70612864d313aadf0fbca65645fdda2eec24399745998aeedd364ffb2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:19.372Z] + 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-06T06:37:19.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-06T06:37:19.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T06:37:19.676Z] 9ec079ad5a3c: Preparing [2021-01-06T06:37:19.676Z] e161234cd295: Preparing [2021-01-06T06:37:19.676Z] 96c1df7c2e3d: Preparing [2021-01-06T06:37:19.676Z] 9ec079ad5a3c: Layer already exists [2021-01-06T06:37:19.676Z] 96c1df7c2e3d: Layer already exists [2021-01-06T06:37:19.676Z] e161234cd295: Layer already exists [2021-01-06T06:37:19.676Z] 2.0.0-dev.33: digest: sha256:8cc25ed70612864d313aadf0fbca65645fdda2eec24399745998aeedd364ffb2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:19.979Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:20.277Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:20.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T06:37:20.277Z] 9ec079ad5a3c: Preparing [2021-01-06T06:37:20.277Z] e161234cd295: Preparing [2021-01-06T06:37:20.277Z] 96c1df7c2e3d: Preparing [2021-01-06T06:37:20.277Z] 96c1df7c2e3d: Layer already exists [2021-01-06T06:37:20.277Z] e161234cd295: Layer already exists [2021-01-06T06:37:20.277Z] 9ec079ad5a3c: Layer already exists [2021-01-06T06:37:20.277Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:8cc25ed70612864d313aadf0fbca65645fdda2eec24399745998aeedd364ffb2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:20.583Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:20.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-06T06:37:20.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-06T06:37:20.893Z] 9ec079ad5a3c: Preparing [2021-01-06T06:37:20.893Z] e161234cd295: Preparing [2021-01-06T06:37:20.893Z] 96c1df7c2e3d: Preparing [2021-01-06T06:37:20.893Z] 9ec079ad5a3c: Layer already exists [2021-01-06T06:37:20.893Z] e161234cd295: Layer already exists [2021-01-06T06:37:20.893Z] 96c1df7c2e3d: Layer already exists [2021-01-06T06:37:21.153Z] master: digest: sha256:8cc25ed70612864d313aadf0fbca65645fdda2eec24399745998aeedd364ffb2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:21.336Z] ===================================================== [Pipeline] echo [2021-01-06T06:37:21.381Z] taggedImages: [2021-01-06T06:37:21.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:21.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-06T06:37:21.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:21.381Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-06T06:37:21.461Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-06T06:37:21.461Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:21.461Z] 2.0.0-dev.33 [2021-01-06T06:37:21.461Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:21.461Z] master [2021-01-06T06:37:21.461Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:21.930Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:22.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:22.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T06:37:22.233Z] aa612835b935: Preparing [2021-01-06T06:37:22.233Z] be5b83a444ed: Preparing [2021-01-06T06:37:22.233Z] cbf359ee4a2d: Preparing [2021-01-06T06:37:22.233Z] ccc7b362775f: Preparing [2021-01-06T06:37:22.233Z] 63945b1d759d: Preparing [2021-01-06T06:37:22.233Z] e0ff567b6ea5: Preparing [2021-01-06T06:37:22.233Z] 61a1fbf2c2a4: Preparing [2021-01-06T06:37:22.233Z] 0754057c0ad3: Preparing [2021-01-06T06:37:22.233Z] 998cdf262ab1: Preparing [2021-01-06T06:37:22.233Z] 02e56110abd2: Preparing [2021-01-06T06:37:22.233Z] abc36efb885a: Preparing [2021-01-06T06:37:22.233Z] b0b09059f4e1: Preparing [2021-01-06T06:37:22.233Z] bb961f40224b: Preparing [2021-01-06T06:37:22.233Z] f4666769fca7: Preparing [2021-01-06T06:37:22.233Z] e0ff567b6ea5: Waiting [2021-01-06T06:37:22.233Z] 61a1fbf2c2a4: Waiting [2021-01-06T06:37:22.233Z] 0754057c0ad3: Waiting [2021-01-06T06:37:22.233Z] 998cdf262ab1: Waiting [2021-01-06T06:37:22.233Z] 02e56110abd2: Waiting [2021-01-06T06:37:22.233Z] abc36efb885a: Waiting [2021-01-06T06:37:22.233Z] b0b09059f4e1: Waiting [2021-01-06T06:37:22.233Z] bb961f40224b: Waiting [2021-01-06T06:37:22.233Z] f4666769fca7: Waiting [2021-01-06T06:37:22.506Z] 63945b1d759d: Pushed [2021-01-06T06:37:22.506Z] aa612835b935: Pushed [2021-01-06T06:37:22.767Z] ccc7b362775f: Pushed [2021-01-06T06:37:22.767Z] 0754057c0ad3: Layer already exists [2021-01-06T06:37:22.767Z] 998cdf262ab1: Layer already exists [2021-01-06T06:37:22.767Z] 02e56110abd2: Layer already exists [2021-01-06T06:37:22.767Z] abc36efb885a: Layer already exists [2021-01-06T06:37:22.767Z] 61a1fbf2c2a4: Pushed [2021-01-06T06:37:23.029Z] b0b09059f4e1: Layer already exists [2021-01-06T06:37:23.029Z] bb961f40224b: Layer already exists [2021-01-06T06:37:23.029Z] f4666769fca7: Layer already exists [2021-01-06T06:37:23.029Z] be5b83a444ed: Pushed [2021-01-06T06:37:23.601Z] e0ff567b6ea5: Pushed [2021-01-06T06:37:27.517Z] Removing intermediate container 2fdb9e5b8c62 [2021-01-06T06:37:27.517Z] ---> f8cd50ec459b [2021-01-06T06:37:27.517Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-06T06:37:27.517Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:37:27.517Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:37:27.517Z] ---> 3a7708b5c689 [2021-01-06T06:37:27.517Z] Step 3/23 : WORKDIR /edgex-go [2021-01-06T06:37:27.517Z] ---> Using cache [2021-01-06T06:37:27.517Z] ---> 2df2dca9ce2c [2021-01-06T06:37:27.517Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:37:27.517Z] ---> Using cache [2021-01-06T06:37:27.517Z] ---> d43e9e91d5a9 [2021-01-06T06:37:27.517Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-06T06:37:27.517Z] ---> Running in cfe51e23a9f2 [2021-01-06T06:37:27.517Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:37:27.517Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:37:27.517Z] ---> 3a7708b5c689 [2021-01-06T06:37:27.517Z] Step 3/22 : WORKDIR /edgex-go [2021-01-06T06:37:27.517Z] ---> Using cache [2021-01-06T06:37:27.517Z] ---> 2df2dca9ce2c [2021-01-06T06:37:27.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:37:27.793Z] ---> Using cache [2021-01-06T06:37:27.793Z] ---> d43e9e91d5a9 [2021-01-06T06:37:27.793Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-06T06:37:27.793Z] ---> Using cache [2021-01-06T06:37:27.793Z] ---> ce352c12a161 [2021-01-06T06:37:27.793Z] Step 6/22 : COPY go.mod . [2021-01-06T06:37:27.793Z] ---> Using cache [2021-01-06T06:37:27.793Z] ---> 162213384e31 [2021-01-06T06:37:27.793Z] ---> Running in 416303ad71d2 [2021-01-06T06:37:27.793Z] Step 7/22 : RUN go mod download [2021-01-06T06:37:27.793Z] ---> Using cache [2021-01-06T06:37:27.793Z] ---> 40b8e76df0ac [2021-01-06T06:37:27.793Z] Step 8/22 : COPY . . [2021-01-06T06:37:27.793Z] ---> Using cache [2021-01-06T06:37:27.793Z] ---> ca3e606dad5b [2021-01-06T06:37:27.793Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-06T06:37:28.401Z] ---> Running in dde4b0607262 [2021-01-06T06:37:30.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:37:30.392Z] 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-06T06:37:30.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:37:31.589Z] OK: 217 MiB in 51 packages [2021-01-06T06:37:31.759Z] cbf359ee4a2d: Pushed [2021-01-06T06:37:31.759Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:60859e7ad297ac60b981d2d7428fbd25e389736e9d8d5d90dc75f54a466a8184 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:32.064Z] + 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-06T06:37:32.192Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:37:32.192Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:37:32.192Z] ---> 3a7708b5c689 [2021-01-06T06:37:32.192Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T06:37:32.192Z] ---> Using cache [2021-01-06T06:37:32.192Z] ---> 2df2dca9ce2c [2021-01-06T06:37:32.192Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:37:32.192Z] ---> Using cache [2021-01-06T06:37:32.192Z] ---> d43e9e91d5a9 [2021-01-06T06:37:32.192Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T06:37:32.192Z] ---> Using cache [2021-01-06T06:37:32.192Z] ---> ce352c12a161 [2021-01-06T06:37:32.192Z] Step 6/21 : COPY go.mod . [2021-01-06T06:37:32.192Z] ---> Using cache [2021-01-06T06:37:32.192Z] ---> 162213384e31 [2021-01-06T06:37:32.192Z] Step 7/21 : RUN go mod download [2021-01-06T06:37:32.192Z] ---> Using cache [2021-01-06T06:37:32.192Z] ---> 40b8e76df0ac [2021-01-06T06:37:32.192Z] Step 8/21 : COPY . . [2021-01-06T06:37:32.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-06T06:37:32.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T06:37:32.363Z] aa612835b935: Preparing [2021-01-06T06:37:32.363Z] be5b83a444ed: Preparing [2021-01-06T06:37:32.363Z] cbf359ee4a2d: Preparing [2021-01-06T06:37:32.363Z] ccc7b362775f: Preparing [2021-01-06T06:37:32.363Z] 63945b1d759d: Preparing [2021-01-06T06:37:32.363Z] e0ff567b6ea5: Preparing [2021-01-06T06:37:32.363Z] 61a1fbf2c2a4: Preparing [2021-01-06T06:37:32.363Z] 0754057c0ad3: Preparing [2021-01-06T06:37:32.363Z] 998cdf262ab1: Preparing [2021-01-06T06:37:32.363Z] 02e56110abd2: Preparing [2021-01-06T06:37:32.363Z] abc36efb885a: Preparing [2021-01-06T06:37:32.363Z] b0b09059f4e1: Preparing [2021-01-06T06:37:32.363Z] bb961f40224b: Preparing [2021-01-06T06:37:32.363Z] f4666769fca7: Preparing [2021-01-06T06:37:32.363Z] e0ff567b6ea5: Waiting [2021-01-06T06:37:32.363Z] 61a1fbf2c2a4: Waiting [2021-01-06T06:37:32.363Z] 0754057c0ad3: Waiting [2021-01-06T06:37:32.363Z] 998cdf262ab1: Waiting [2021-01-06T06:37:32.363Z] 02e56110abd2: Waiting [2021-01-06T06:37:32.363Z] abc36efb885a: Waiting [2021-01-06T06:37:32.363Z] b0b09059f4e1: Waiting [2021-01-06T06:37:32.363Z] bb961f40224b: Waiting [2021-01-06T06:37:32.363Z] f4666769fca7: Waiting [2021-01-06T06:37:32.363Z] 63945b1d759d: Layer already exists [2021-01-06T06:37:32.363Z] be5b83a444ed: Layer already exists [2021-01-06T06:37:32.363Z] ccc7b362775f: Layer already exists [2021-01-06T06:37:32.363Z] cbf359ee4a2d: Layer already exists [2021-01-06T06:37:32.363Z] aa612835b935: Layer already exists [2021-01-06T06:37:32.363Z] 02e56110abd2: Layer already exists [2021-01-06T06:37:32.363Z] 0754057c0ad3: Layer already exists [2021-01-06T06:37:32.363Z] e0ff567b6ea5: Layer already exists [2021-01-06T06:37:32.363Z] 998cdf262ab1: Layer already exists [2021-01-06T06:37:32.363Z] 61a1fbf2c2a4: Layer already exists [2021-01-06T06:37:32.363Z] abc36efb885a: Layer already exists [2021-01-06T06:37:32.363Z] b0b09059f4e1: Layer already exists [2021-01-06T06:37:32.363Z] bb961f40224b: Layer already exists [2021-01-06T06:37:32.363Z] f4666769fca7: Layer already exists [2021-01-06T06:37:32.363Z] 2.0.0-dev.33: digest: sha256:60859e7ad297ac60b981d2d7428fbd25e389736e9d8d5d90dc75f54a466a8184 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:32.496Z] ---> Using cache [2021-01-06T06:37:32.496Z] ---> ca3e606dad5b [2021-01-06T06:37:32.496Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-06T06:37:32.664Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:32.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:32.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T06:37:32.961Z] aa612835b935: Preparing [2021-01-06T06:37:32.961Z] be5b83a444ed: Preparing [2021-01-06T06:37:32.961Z] cbf359ee4a2d: Preparing [2021-01-06T06:37:32.961Z] ccc7b362775f: Preparing [2021-01-06T06:37:32.961Z] 63945b1d759d: Preparing [2021-01-06T06:37:32.961Z] e0ff567b6ea5: Preparing [2021-01-06T06:37:32.961Z] 61a1fbf2c2a4: Preparing [2021-01-06T06:37:32.961Z] 0754057c0ad3: Preparing [2021-01-06T06:37:32.961Z] 998cdf262ab1: Preparing [2021-01-06T06:37:32.961Z] 02e56110abd2: Preparing [2021-01-06T06:37:32.961Z] abc36efb885a: Preparing [2021-01-06T06:37:32.961Z] b0b09059f4e1: Preparing [2021-01-06T06:37:32.961Z] bb961f40224b: Preparing [2021-01-06T06:37:32.961Z] f4666769fca7: Preparing [2021-01-06T06:37:32.961Z] e0ff567b6ea5: Waiting [2021-01-06T06:37:32.961Z] 61a1fbf2c2a4: Waiting [2021-01-06T06:37:32.961Z] 0754057c0ad3: Waiting [2021-01-06T06:37:32.961Z] 998cdf262ab1: Waiting [2021-01-06T06:37:32.961Z] 02e56110abd2: Waiting [2021-01-06T06:37:32.961Z] abc36efb885a: Waiting [2021-01-06T06:37:32.961Z] b0b09059f4e1: Waiting [2021-01-06T06:37:32.961Z] bb961f40224b: Waiting [2021-01-06T06:37:32.961Z] f4666769fca7: Waiting [2021-01-06T06:37:32.961Z] aa612835b935: Layer already exists [2021-01-06T06:37:32.961Z] 63945b1d759d: Layer already exists [2021-01-06T06:37:32.961Z] ccc7b362775f: Layer already exists [2021-01-06T06:37:32.961Z] be5b83a444ed: Layer already exists [2021-01-06T06:37:32.961Z] cbf359ee4a2d: Layer already exists [2021-01-06T06:37:32.961Z] e0ff567b6ea5: Layer already exists [2021-01-06T06:37:32.961Z] 61a1fbf2c2a4: Layer already exists [2021-01-06T06:37:32.961Z] 998cdf262ab1: Layer already exists [2021-01-06T06:37:32.961Z] abc36efb885a: Layer already exists [2021-01-06T06:37:32.961Z] 0754057c0ad3: Layer already exists [2021-01-06T06:37:32.961Z] 02e56110abd2: Layer already exists [2021-01-06T06:37:32.961Z] b0b09059f4e1: Layer already exists [2021-01-06T06:37:32.961Z] bb961f40224b: Layer already exists [2021-01-06T06:37:32.961Z] f4666769fca7: Layer already exists [2021-01-06T06:37:33.222Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:60859e7ad297ac60b981d2d7428fbd25e389736e9d8d5d90dc75f54a466a8184 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:33.490Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-06T06:37:33.490Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-06T06:37:33.490Z] ---> 3a7708b5c689 [2021-01-06T06:37:33.490Z] Step 3/21 : WORKDIR /edgex-go [2021-01-06T06:37:33.490Z] ---> Using cache [2021-01-06T06:37:33.490Z] ---> 2df2dca9ce2c [2021-01-06T06:37:33.490Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:37:33.490Z] ---> Using cache [2021-01-06T06:37:33.490Z] ---> d43e9e91d5a9 [2021-01-06T06:37:33.490Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-06T06:37:33.490Z] ---> Using cache [2021-01-06T06:37:33.490Z] ---> ce352c12a161 [2021-01-06T06:37:33.490Z] Step 6/21 : COPY go.mod . [2021-01-06T06:37:33.490Z] ---> Using cache [2021-01-06T06:37:33.490Z] ---> 162213384e31 [2021-01-06T06:37:33.490Z] Step 7/21 : RUN go mod download [2021-01-06T06:37:33.490Z] ---> Using cache [2021-01-06T06:37:33.490Z] ---> 40b8e76df0ac [2021-01-06T06:37:33.490Z] Step 8/21 : COPY . . [2021-01-06T06:37:33.524Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:37:33.790Z] ---> Using cache [2021-01-06T06:37:33.790Z] ---> ca3e606dad5b [2021-01-06T06:37:33.790Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-06T06:37:33.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-06T06:37:33.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-06T06:37:33.828Z] aa612835b935: Preparing [2021-01-06T06:37:33.828Z] be5b83a444ed: Preparing [2021-01-06T06:37:33.828Z] cbf359ee4a2d: Preparing [2021-01-06T06:37:33.828Z] ccc7b362775f: Preparing [2021-01-06T06:37:33.828Z] 63945b1d759d: Preparing [2021-01-06T06:37:33.828Z] e0ff567b6ea5: Preparing [2021-01-06T06:37:33.828Z] 61a1fbf2c2a4: Preparing [2021-01-06T06:37:33.828Z] 0754057c0ad3: Preparing [2021-01-06T06:37:33.828Z] 998cdf262ab1: Preparing [2021-01-06T06:37:33.828Z] 02e56110abd2: Preparing [2021-01-06T06:37:33.828Z] abc36efb885a: Preparing [2021-01-06T06:37:33.828Z] b0b09059f4e1: Preparing [2021-01-06T06:37:33.828Z] bb961f40224b: Preparing [2021-01-06T06:37:33.828Z] f4666769fca7: Preparing [2021-01-06T06:37:33.828Z] 998cdf262ab1: Waiting [2021-01-06T06:37:33.828Z] 02e56110abd2: Waiting [2021-01-06T06:37:33.828Z] abc36efb885a: Waiting [2021-01-06T06:37:33.828Z] b0b09059f4e1: Waiting [2021-01-06T06:37:33.828Z] bb961f40224b: Waiting [2021-01-06T06:37:33.828Z] f4666769fca7: Waiting [2021-01-06T06:37:33.828Z] 61a1fbf2c2a4: Waiting [2021-01-06T06:37:33.828Z] 0754057c0ad3: Waiting [2021-01-06T06:37:33.828Z] e0ff567b6ea5: Waiting [2021-01-06T06:37:33.828Z] aa612835b935: Layer already exists [2021-01-06T06:37:33.828Z] be5b83a444ed: Layer already exists [2021-01-06T06:37:33.828Z] cbf359ee4a2d: Layer already exists [2021-01-06T06:37:33.828Z] ccc7b362775f: Layer already exists [2021-01-06T06:37:33.828Z] 63945b1d759d: Layer already exists [2021-01-06T06:37:33.828Z] 61a1fbf2c2a4: Layer already exists [2021-01-06T06:37:33.828Z] 02e56110abd2: Layer already exists [2021-01-06T06:37:33.828Z] e0ff567b6ea5: Layer already exists [2021-01-06T06:37:33.828Z] 998cdf262ab1: Layer already exists [2021-01-06T06:37:33.828Z] 0754057c0ad3: Layer already exists [2021-01-06T06:37:33.828Z] abc36efb885a: Layer already exists [2021-01-06T06:37:33.828Z] b0b09059f4e1: Layer already exists [2021-01-06T06:37:33.828Z] f4666769fca7: Layer already exists [2021-01-06T06:37:33.828Z] bb961f40224b: Layer already exists [2021-01-06T06:37:33.828Z] master: digest: sha256:60859e7ad297ac60b981d2d7428fbd25e389736e9d8d5d90dc75f54a466a8184 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:37:34.025Z] ===================================================== [2021-01-06T06:37:34.067Z] ---> Running in bd229ecb2a7f [2021-01-06T06:37:34.067Z] ---> Running in 7b85948aaa0e [Pipeline] echo [2021-01-06T06:37:34.072Z] taggedImages: [2021-01-06T06:37:34.072Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:37:34.072Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-06T06:37:34.072Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:37:34.072Z] - 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-06T06:37:35.059Z] Removing intermediate container 416303ad71d2 [2021-01-06T06:37:35.059Z] ---> 90bd2bedfd55 [2021-01-06T06:37:35.059Z] Step 6/23 : COPY go.mod . [2021-01-06T06:37:35.340Z] Collecting docker-compose==1.23.2 [2021-01-06T06:37:35.340Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-06T06:37:36.328Z] ---> 462d2428888b [2021-01-06T06:37:36.328Z] Step 7/23 : RUN go mod download [2021-01-06T06:37:36.328Z] 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-06T06:37:36.605Z] ---> Running in e38033972414 [2021-01-06T06:37:36.883Z] 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-06T06:37:36.883Z] Collecting docker<4.0,>=3.6.0 [2021-01-06T06:37:36.883Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-06T06:37:38.363Z] Collecting cached-property<2,>=1.2.0 [2021-01-06T06:37:38.363Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-06T06:37:38.968Z] Collecting jsonschema<3,>=2.5.1 [2021-01-06T06:37:38.968Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-06T06:37:39.968Z] Collecting PyYAML<4,>=3.10 [2021-01-06T06:37:40.254Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-06T06:37:40.867Z] Removing intermediate container e38033972414 [2021-01-06T06:37:40.867Z] ---> 952b13fab0a1 [2021-01-06T06:37:40.867Z] Step 8/23 : COPY . . [2021-01-06T06:37:45.217Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-06T06:37:45.217Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-06T06:37:47.215Z] 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-06T06:37:47.215Z] Collecting docopt<0.7,>=0.6.1 [2021-01-06T06:37:47.215Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-06T06:37:52.659Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-06T06:37:52.659Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-06T06:37:53.267Z] ---> 67c0ad86e3f4 [2021-01-06T06:37:53.267Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-06T06:37:53.546Z] ---> Running in 51852a783a45 [2021-01-06T06:37:54.990Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-06T06:37:54.990Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-06T06:37:55.266Z] 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-06T06:37:55.545Z] Collecting texttable<0.10,>=0.9.0 [2021-01-06T06:37:55.545Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-06T06:37:58.189Z] Collecting docker-pycreds>=0.4.0 [2021-01-06T06:37:58.189Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-06T06:37:58.814Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-06T06:37:58.814Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-06T06:37:59.093Z] 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-06T06:37:59.093Z] 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-06T06:37:59.384Z] Collecting idna<2.8,>=2.5 [2021-01-06T06:37:59.384Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-06T06:37:59.662Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-06T06:37:59.662Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-06T06:37:59.662Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-06T06:37:59.662Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-06T06:38:00.652Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, jsonschema, PyYAML, dockerpty, docopt, texttable, docker-compose [2021-01-06T06:38:00.932Z] Attempting uninstall: urllib3 [2021-01-06T06:38:00.932Z] Found existing installation: urllib3 1.25.9 [2021-01-06T06:38:00.932Z] Uninstalling urllib3-1.25.9: [2021-01-06T06:38:01.211Z] Successfully uninstalled urllib3-1.25.9 [2021-01-06T06:38:01.822Z] Attempting uninstall: idna [2021-01-06T06:38:01.822Z] Found existing installation: idna 2.9 [2021-01-06T06:38:01.822Z] Uninstalling idna-2.9: [2021-01-06T06:38:02.116Z] Successfully uninstalled idna-2.9 [2021-01-06T06:38:02.723Z] Attempting uninstall: requests [2021-01-06T06:38:02.723Z] Found existing installation: requests 2.23.0 [2021-01-06T06:38:02.723Z] Uninstalling requests-2.23.0: [2021-01-06T06:38:03.016Z] Successfully uninstalled requests-2.23.0 [2021-01-06T06:38:05.017Z] Running setup.py install for PyYAML: started [2021-01-06T06:38:08.443Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-06T06:38:08.443Z] Running setup.py install for dockerpty: started [2021-01-06T06:38:10.438Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-06T06:38:10.710Z] Running setup.py install for docopt: started [2021-01-06T06:38:13.326Z] Running setup.py install for docopt: finished with status 'done' [2021-01-06T06:38:13.326Z] Running setup.py install for texttable: started [2021-01-06T06:38:15.968Z] Running setup.py install for texttable: finished with status 'done' [2021-01-06T06:38:16.578Z] 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-06T06:38:23.387Z] Removing intermediate container cfe51e23a9f2 [2021-01-06T06:38:23.387Z] ---> 0145fd284f8f [2021-01-06T06:38:23.387Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-06T06:38:23.387Z] ---> Running in 72c57a209716 [2021-01-06T06:38:24.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:38:25.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:38:26.051Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:38:26.331Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-06T06:38:26.331Z] (3/3) Installing curl (7.69.1-r3) [2021-01-06T06:38:26.331Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:38:26.331Z] OK: 71 MiB in 58 packages [2021-01-06T06:38:28.328Z] Removing intermediate container 72c57a209716 [2021-01-06T06:38:28.328Z] ---> ec3a72578d8b [2021-01-06T06:38:28.328Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-06T06:38:28.606Z] ---> Running in b22b6c076cb7 [2021-01-06T06:38:29.211Z] Removing intermediate container b22b6c076cb7 [2021-01-06T06:38:29.211Z] ---> 132a44172d48 [2021-01-06T06:38:29.211Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:38:29.489Z] ---> Running in 8a9dfbff207b [2021-01-06T06:38:30.096Z] Removing intermediate container 8a9dfbff207b [2021-01-06T06:38:30.096Z] ---> 74ea64e28493 [2021-01-06T06:38:30.096Z] Step 24/26 : LABEL arch=arm64 [2021-01-06T06:38:30.096Z] ---> Running in 1b2f11cf49e5 [2021-01-06T06:38:30.722Z] Removing intermediate container 1b2f11cf49e5 [2021-01-06T06:38:30.722Z] ---> 435ff9b4a1dd [2021-01-06T06:38:30.722Z] Step 25/26 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:38:30.998Z] ---> Running in 149c0793a8a6 [2021-01-06T06:38:31.614Z] Removing intermediate container 149c0793a8a6 [2021-01-06T06:38:31.614Z] ---> 0c6e8bd18d5b [2021-01-06T06:38:31.614Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-06T06:38:31.895Z] ---> Running in a936b8748831 [2021-01-06T06:38:32.500Z] Removing intermediate container a936b8748831 [2021-01-06T06:38:32.500Z] ---> 26151360340c [2021-01-06T06:38:32.500Z] [2021-01-06T06:38:33.105Z] Successfully built 26151360340c [2021-01-06T06:38:33.105Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-06T06:38:55.329Z]  Building docker-sys-mgmt-agent-go ... done 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-06T06:38:57.972Z] Removing intermediate container dde4b0607262 [2021-01-06T06:38:57.972Z] ---> 6df9ed26024f [2021-01-06T06:38:57.972Z] [2021-01-06T06:38:57.972Z] Step 10/22 : FROM scratch [2021-01-06T06:38:57.972Z] ---> [2021-01-06T06:38:57.972Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:38:57.972Z] ---> Using cache [2021-01-06T06:38:57.972Z] ---> 4ddb7abca643 [2021-01-06T06:38:57.972Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-06T06:38:58.249Z] ---> Running in daeb62801db2 [2021-01-06T06:38:58.872Z] Removing intermediate container daeb62801db2 [2021-01-06T06:38:58.872Z] ---> f61ad72934b5 [2021-01-06T06:38:58.872Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-06T06:38:58.872Z] ---> Running in 38edb8a6e3b8 [2021-01-06T06:38:59.480Z] Removing intermediate container 38edb8a6e3b8 [2021-01-06T06:38:59.480Z] ---> def9536573f8 [2021-01-06T06:38:59.480Z] Step 14/22 : WORKDIR / [2021-01-06T06:38:59.761Z] ---> Running in a40511e4510d [2021-01-06T06:39:00.366Z] Removing intermediate container a40511e4510d [2021-01-06T06:39:00.366Z] ---> 932faae6b114 [2021-01-06T06:39:00.366Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-06T06:39:01.365Z] ---> c502c52c05ea [2021-01-06T06:39:01.365Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-06T06:39:03.366Z] ---> 8a2931c853b1 [2021-01-06T06:39:03.366Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-06T06:39:04.861Z] ---> cb67a004e43b [2021-01-06T06:39:04.861Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-06T06:39:05.146Z] ---> Running in f841bea0e36c [2021-01-06T06:39:07.145Z] Removing intermediate container f841bea0e36c [2021-01-06T06:39:07.145Z] ---> 2ec0fabd6764 [2021-01-06T06:39:07.145Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:39:07.754Z] ---> Running in 381eae88f030 [2021-01-06T06:39:08.363Z] Removing intermediate container 7b85948aaa0e [2021-01-06T06:39:08.363Z] ---> 5e7f2e531040 [2021-01-06T06:39:08.363Z] [2021-01-06T06:39:08.363Z] Step 10/21 : FROM scratch [2021-01-06T06:39:08.363Z] ---> [2021-01-06T06:39:08.363Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:39:08.643Z] ---> Using cache [2021-01-06T06:39:08.643Z] ---> 4ddb7abca643 [2021-01-06T06:39:08.643Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-06T06:39:08.919Z] Removing intermediate container 381eae88f030 [2021-01-06T06:39:08.919Z] ---> d7628499e0c6 [2021-01-06T06:39:08.919Z] Step 20/22 : LABEL arch=arm64 [2021-01-06T06:39:08.919Z] ---> Running in 87d1fad75c5e [2021-01-06T06:39:09.520Z] ---> Running in bfa19de173cd [2021-01-06T06:39:09.520Z] Removing intermediate container bd229ecb2a7f [2021-01-06T06:39:09.520Z] ---> dfb8e24836c3 [2021-01-06T06:39:09.520Z] [2021-01-06T06:39:09.520Z] Step 10/21 : FROM alpine:3.12 [2021-01-06T06:39:09.520Z] ---> afeebe901d6b [2021-01-06T06:39:09.520Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-06T06:39:09.803Z] Removing intermediate container 87d1fad75c5e [2021-01-06T06:39:09.803Z] ---> 45b50640ba50 [2021-01-06T06:39:09.803Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-06T06:39:10.076Z] ---> Running in 984f162dde35 [2021-01-06T06:39:10.076Z] ---> Running in f4e50ba9b82b [2021-01-06T06:39:10.359Z] Removing intermediate container bfa19de173cd [2021-01-06T06:39:10.359Z] ---> 177926247c93 [2021-01-06T06:39:10.359Z] Step 21/22 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:10.639Z] ---> Running in d183d96284ae [2021-01-06T06:39:11.244Z] Removing intermediate container f4e50ba9b82b [2021-01-06T06:39:11.244Z] ---> 50aca88ed98b [2021-01-06T06:39:11.244Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-06T06:39:11.522Z] Removing intermediate container d183d96284ae [2021-01-06T06:39:11.522Z] ---> fbaf008b2ef7 [2021-01-06T06:39:11.522Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-06T06:39:11.799Z] ---> Running in 9194641bed8a [2021-01-06T06:39:12.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:39:12.683Z] ---> 6065c18b69cb [2021-01-06T06:39:12.683Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-06T06:39:12.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:39:12.683Z] Removing intermediate container 9194641bed8a [2021-01-06T06:39:12.683Z] ---> e2fc1c1088a1 [2021-01-06T06:39:12.683Z] [2021-01-06T06:39:13.280Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-06T06:39:13.280Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-06T06:39:13.280Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-06T06:39:13.280Z] (4/4) Installing curl (7.69.1-r3) [2021-01-06T06:39:13.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:39:13.280Z] Successfully built e2fc1c1088a1 [2021-01-06T06:39:13.280Z] Executing ca-certificates-20191127-r4.trigger [2021-01-06T06:39:13.558Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-06T06:39:13.558Z]  Building docker-core-command-go ... done OK: 7 MiB in 18 packages [2021-01-06T06:39:14.553Z] ---> 8c65689b45f7 [2021-01-06T06:39:14.553Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-06T06:39:17.180Z] ---> c6ec7b30439e [2021-01-06T06:39:17.180Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-06T06:39:17.180Z] ---> Running in c2eff5b81f8e [2021-01-06T06:39:17.455Z] Removing intermediate container 984f162dde35 [2021-01-06T06:39:17.455Z] ---> 44cffff1898d [2021-01-06T06:39:17.455Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-06T06:39:17.455Z] ---> Running in f10d86d750d2 [2021-01-06T06:39:17.728Z] Removing intermediate container c2eff5b81f8e [2021-01-06T06:39:17.728Z] ---> 1ce20fb095f2 [2021-01-06T06:39:17.728Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:39:18.000Z] ---> Running in 24eb5a5049c5 [2021-01-06T06:39:18.000Z] Removing intermediate container f10d86d750d2 [2021-01-06T06:39:18.000Z] ---> 22ff03b43e51 [2021-01-06T06:39:18.000Z] Step 13/21 : WORKDIR /edgex [2021-01-06T06:39:18.275Z] ---> Running in b32e0bf8acc8 [2021-01-06T06:39:18.553Z] Removing intermediate container 24eb5a5049c5 [2021-01-06T06:39:18.553Z] ---> 11d0487a9cea [2021-01-06T06:39:18.553Z] Step 19/21 : LABEL arch=arm64 [2021-01-06T06:39:18.826Z] ---> Running in 86587c1c48f3 [2021-01-06T06:39:19.126Z] Removing intermediate container b32e0bf8acc8 [2021-01-06T06:39:19.126Z] ---> 1e8ab94bdecc [2021-01-06T06:39:19.126Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-06T06:39:19.412Z] Removing intermediate container 86587c1c48f3 [2021-01-06T06:39:19.412Z] ---> 3f126a054750 [2021-01-06T06:39:19.412Z] Step 20/21 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:19.412Z] ---> Running in 26b47f4d65e1 [2021-01-06T06:39:20.019Z] ---> 1866f3ec8656 [2021-01-06T06:39:20.019Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-06T06:39:20.293Z] Removing intermediate container 26b47f4d65e1 [2021-01-06T06:39:20.293Z] ---> 970cc5bc64e5 [2021-01-06T06:39:20.293Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T06:39:20.293Z] ---> Running in c5e333750139 [2021-01-06T06:39:21.277Z] Removing intermediate container c5e333750139 [2021-01-06T06:39:21.277Z] ---> ca3e74ea0820 [2021-01-06T06:39:21.277Z] [2021-01-06T06:39:21.553Z] Successfully built ca3e74ea0820 [2021-01-06T06:39:21.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-06T06:39:21.553Z]  Building docker-support-scheduler-go ... done  ---> 30d584b83b71 [2021-01-06T06:39:21.553Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-06T06:39:22.984Z] ---> 473160312877 [2021-01-06T06:39:22.984Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-06T06:39:22.985Z] ---> Running in 2552b46ab636 [2021-01-06T06:39:23.575Z] Removing intermediate container 2552b46ab636 [2021-01-06T06:39:23.575Z] ---> 1cc3a4b07e22 [2021-01-06T06:39:23.575Z] Step 18/21 : CMD ["--init=true"] [2021-01-06T06:39:23.575Z] ---> Running in c00748672f61 [2021-01-06T06:39:24.170Z] Removing intermediate container c00748672f61 [2021-01-06T06:39:24.170Z] ---> a14f79d9ce6a [2021-01-06T06:39:24.170Z] Step 19/21 : LABEL arch=arm64 [2021-01-06T06:39:24.170Z] ---> Running in f4945a6cabe9 [2021-01-06T06:39:24.764Z] Removing intermediate container f4945a6cabe9 [2021-01-06T06:39:24.764Z] ---> a8624db500e9 [2021-01-06T06:39:24.764Z] Step 20/21 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:25.037Z] ---> Running in f96380604ecd [2021-01-06T06:39:25.633Z] Removing intermediate container f96380604ecd [2021-01-06T06:39:25.633Z] ---> 14627af070eb [2021-01-06T06:39:25.633Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-06T06:39:25.633Z] ---> Running in c10c4269819c [2021-01-06T06:39:26.608Z] Removing intermediate container c10c4269819c [2021-01-06T06:39:26.608Z] ---> 0eeeeaf5f166 [2021-01-06T06:39:26.608Z] [2021-01-06T06:39:26.879Z] Successfully built 0eeeeaf5f166 [2021-01-06T06:39:26.879Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-06T06:39:28.313Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 51852a783a45 [2021-01-06T06:39:28.313Z] ---> 8bd54699ed76 [2021-01-06T06:39:28.313Z] [2021-01-06T06:39:28.313Z] Step 10/23 : FROM alpine:3.12 [2021-01-06T06:39:28.313Z] ---> afeebe901d6b [2021-01-06T06:39:28.313Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-06T06:39:28.584Z] ---> Running in d0179eb476ff [2021-01-06T06:39:28.854Z] Removing intermediate container d0179eb476ff [2021-01-06T06:39:28.854Z] ---> 806d3c1db7ec [2021-01-06T06:39:28.854Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-06T06:39:29.123Z] ---> Running in d187d896b8ea [2021-01-06T06:39:29.391Z] Removing intermediate container d187d896b8ea [2021-01-06T06:39:29.391Z] ---> e286f0601f5b [2021-01-06T06:39:29.391Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-06T06:39:29.662Z] ---> Running in 212d0f36747f [2021-01-06T06:39:29.933Z] Removing intermediate container 212d0f36747f [2021-01-06T06:39:29.933Z] ---> 547120dce352 [2021-01-06T06:39:29.933Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-06T06:39:30.204Z] ---> Running in 18fd78562a67 [2021-01-06T06:39:32.208Z] Removing intermediate container 18fd78562a67 [2021-01-06T06:39:32.208Z] ---> 2bc0f1f2695b [2021-01-06T06:39:32.208Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-06T06:39:32.487Z] ---> Running in 9b650d954ceb [2021-01-06T06:39:33.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-06T06:39:34.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-06T06:39:35.021Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-06T06:39:35.292Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-06T06:39:35.292Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-06T06:39:35.563Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-06T06:39:35.833Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-06T06:39:35.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-06T06:39:35.833Z] OK: 8 MiB in 19 packages [2021-01-06T06:39:37.257Z] Removing intermediate container 9b650d954ceb [2021-01-06T06:39:37.257Z] ---> 7fa75d03312e [2021-01-06T06:39:37.257Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-06T06:39:37.851Z] ---> 5c70e4bed9a0 [2021-01-06T06:39:37.851Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-06T06:39:39.290Z] ---> c90b0ae92d02 [2021-01-06T06:39:39.290Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-06T06:39:39.881Z] ---> 90ea16b99ebd [2021-01-06T06:39:39.881Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-06T06:39:39.881Z] ---> Running in 03024b764a64 [2021-01-06T06:39:40.474Z] Removing intermediate container 03024b764a64 [2021-01-06T06:39:40.474Z] ---> 4b9cb18ef130 [2021-01-06T06:39:40.474Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-06T06:39:40.474Z] ---> Running in fe2af1bb78ad [2021-01-06T06:39:41.067Z] Removing intermediate container fe2af1bb78ad [2021-01-06T06:39:41.067Z] ---> 46394499d07d [2021-01-06T06:39:41.067Z] Step 21/23 : LABEL arch=arm64 [2021-01-06T06:39:41.067Z] ---> Running in 4a2c493ac373 [2021-01-06T06:39:41.660Z] Removing intermediate container 4a2c493ac373 [2021-01-06T06:39:41.660Z] ---> 6291ca8897e2 [2021-01-06T06:39:41.660Z] Step 22/23 : LABEL git_sha=fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:41.660Z] ---> Running in 68778bbfed0c [2021-01-06T06:39:42.265Z] Removing intermediate container 68778bbfed0c [2021-01-06T06:39:42.265Z] ---> f9510fb7e72c [2021-01-06T06:39:42.265Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-06T06:39:42.265Z] ---> Running in 9e4257badfbd [2021-01-06T06:39:42.857Z] Removing intermediate container 9e4257badfbd [2021-01-06T06:39:42.857Z] ---> 0b864855147a [2021-01-06T06:39:42.857Z] [2021-01-06T06:39:42.857Z] Successfully built 0b864855147a [2021-01-06T06:39:43.131Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-06T06:39:43.416Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-06T06:39:43.525Z] $ docker stop --time=1 2876a67df81dbae0acb5e70b767d99ded7d849f215415dfbcc98e62f967af444 [2021-01-06T06:39:45.444Z] $ docker rm -f 2876a67df81dbae0acb5e70b767d99ded7d849f215415dfbcc98e62f967af444 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-06T06:39:46.015Z] + docker images [2021-01-06T06:39:46.015Z] + grep docker [2021-01-06T06:39:46.284Z] docker-core-data-go-arm64 latest 0b864855147a 4 seconds ago 21MB [2021-01-06T06:39:46.284Z] docker-security-proxy-setup-go-arm64 latest 0eeeeaf5f166 20 seconds ago 23.3MB [2021-01-06T06:39:46.284Z] docker-support-scheduler-go-arm64 latest ca3e74ea0820 26 seconds ago 10MB [2021-01-06T06:39:46.284Z] docker-core-command-go-arm64 latest e2fc1c1088a1 34 seconds ago 9.98MB [2021-01-06T06:39:46.284Z] docker-sys-mgmt-agent-go-arm64 latest 26151360340c About a minute ago 300MB [2021-01-06T06:39:46.284Z] docker-core-metadata-go-arm64 latest 32c225a06ff2 2 minutes ago 12.2MB [2021-01-06T06:39:46.284Z] docker-security-secretstore-setup-go-arm64 latest 8f07a8229517 2 minutes ago 23.4MB [2021-01-06T06:39:46.284Z] docker-security-bootstrap-redis-go-arm64 latest 288e58bd9f8b 2 minutes ago 15.1MB [2021-01-06T06:39:46.284Z] docker-support-notifications-go-arm64 latest 6af12f6b5776 2 minutes ago 11.4MB [2021-01-06T06:39:46.284Z] docker 20.10.0 eeaf43b92773 3 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-06T06:39:46.774Z] provisioning config files... [2021-01-06T06:39:46.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/279@tmp/config8507011181738592041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:39:47.203Z] ---> docker-login.sh [2021-01-06T06:39:47.203Z] nexus3.edgexfoundry.org:10001 [2021-01-06T06:39:47.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:39:47.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:39:47.746Z] Configure a credential helper to remove this warning. See [2021-01-06T06:39:47.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:39:47.746Z] [2021-01-06T06:39:47.746Z] Login Succeeded [2021-01-06T06:39:47.746Z] nexus3.edgexfoundry.org:10002 [2021-01-06T06:39:48.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:39:48.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:39:48.289Z] Configure a credential helper to remove this warning. See [2021-01-06T06:39:48.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:39:48.289Z] [2021-01-06T06:39:48.289Z] Login Succeeded [2021-01-06T06:39:48.289Z] nexus3.edgexfoundry.org:10003 [2021-01-06T06:39:48.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:39:48.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:39:48.877Z] Configure a credential helper to remove this warning. See [2021-01-06T06:39:48.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:39:48.877Z] [2021-01-06T06:39:48.877Z] Login Succeeded [2021-01-06T06:39:48.877Z] nexus3.edgexfoundry.org:10004 [2021-01-06T06:39:49.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:39:49.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:39:49.491Z] Configure a credential helper to remove this warning. See [2021-01-06T06:39:49.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:39:49.491Z] [2021-01-06T06:39:49.491Z] Login Succeeded [2021-01-06T06:39:49.491Z] docker.io [2021-01-06T06:39:50.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-06T06:39:50.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-06T06:39:50.371Z] Configure a credential helper to remove this warning. See [2021-01-06T06:39:50.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-06T06:39:50.371Z] [2021-01-06T06:39:50.371Z] Login Succeeded [2021-01-06T06:39:50.371Z] ---> docker-login.sh ends [Pipeline] } [2021-01-06T06:39:50.395Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:39:51.958Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-06T06:39:51.959Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:51.959Z] 2.0.0-dev.33 [2021-01-06T06:39:51.959Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:39:51.959Z] master [2021-01-06T06:39:51.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:52.540Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:52.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:52.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T06:39:52.892Z] fd567627ce12: Preparing [2021-01-06T06:39:52.892Z] 8447e47e6879: Preparing [2021-01-06T06:39:52.892Z] 56343300aa93: Preparing [2021-01-06T06:39:53.173Z] 56343300aa93: Pushed [2021-01-06T06:39:53.173Z] fd567627ce12: Pushed [2021-01-06T06:39:55.852Z] 8447e47e6879: Pushed [2021-01-06T06:39:55.852Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:55de01e7c9150162a9d033f47e4d82f4e9e7035b00859cb078ef4467b2817e62 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:56.187Z] + 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-06T06:39:56.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-06T06:39:56.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T06:39:56.519Z] fd567627ce12: Preparing [2021-01-06T06:39:56.519Z] 8447e47e6879: Preparing [2021-01-06T06:39:56.519Z] 56343300aa93: Preparing [2021-01-06T06:39:56.519Z] 8447e47e6879: Layer already exists [2021-01-06T06:39:56.519Z] fd567627ce12: Layer already exists [2021-01-06T06:39:56.519Z] 56343300aa93: Layer already exists [2021-01-06T06:39:56.788Z] 2.0.0-dev.33: digest: sha256:55de01e7c9150162a9d033f47e4d82f4e9e7035b00859cb078ef4467b2817e62 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:57.125Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:57.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:39:57.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T06:39:57.459Z] fd567627ce12: Preparing [2021-01-06T06:39:57.459Z] 8447e47e6879: Preparing [2021-01-06T06:39:57.459Z] 56343300aa93: Preparing [2021-01-06T06:39:57.729Z] 8447e47e6879: Layer already exists [2021-01-06T06:39:57.729Z] fd567627ce12: Layer already exists [2021-01-06T06:39:57.729Z] 56343300aa93: Layer already exists [2021-01-06T06:39:57.729Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:55de01e7c9150162a9d033f47e4d82f4e9e7035b00859cb078ef4467b2817e62 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:58.066Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:58.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-06T06:39:58.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-06T06:39:58.394Z] fd567627ce12: Preparing [2021-01-06T06:39:58.394Z] 8447e47e6879: Preparing [2021-01-06T06:39:58.394Z] 56343300aa93: Preparing [2021-01-06T06:39:58.394Z] 8447e47e6879: Layer already exists [2021-01-06T06:39:58.394Z] fd567627ce12: Layer already exists [2021-01-06T06:39:58.394Z] 56343300aa93: Layer already exists [2021-01-06T06:39:58.663Z] master: digest: sha256:55de01e7c9150162a9d033f47e4d82f4e9e7035b00859cb078ef4467b2817e62 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:39:58.844Z] ===================================================== [Pipeline] echo [2021-01-06T06:39:58.890Z] taggedImages: [2021-01-06T06:39:58.890Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:58.890Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-06T06:39:58.890Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:39:58.890Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-06T06:39:58.954Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-06T06:39:58.954Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:58.954Z] 2.0.0-dev.33 [2021-01-06T06:39:58.954Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:39:58.954Z] master [2021-01-06T06:39:58.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:59.493Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:39:59.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:39:59.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T06:39:59.830Z] 502547b2d543: Preparing [2021-01-06T06:39:59.830Z] 03128449a61e: Preparing [2021-01-06T06:39:59.830Z] 05feaad52225: Preparing [2021-01-06T06:39:59.830Z] cdb3d4deab8d: Preparing [2021-01-06T06:39:59.830Z] f2065ccfc7cb: Preparing [2021-01-06T06:39:59.830Z] 379067d0cb53: Preparing [2021-01-06T06:39:59.830Z] 379067d0cb53: Waiting [2021-01-06T06:40:00.104Z] f2065ccfc7cb: Pushed [2021-01-06T06:40:00.104Z] 502547b2d543: Pushed [2021-01-06T06:40:00.104Z] 05feaad52225: Pushed [2021-01-06T06:40:00.376Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:00.647Z] cdb3d4deab8d: Pushed [2021-01-06T06:40:03.260Z] 03128449a61e: Pushed [2021-01-06T06:40:03.260Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:f3fd1256ae3444127350b2646110834fe28778a51ab49b18cf737a67075e613a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:03.866Z] + 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-06T06:40:04.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:04.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T06:40:04.200Z] 502547b2d543: Preparing [2021-01-06T06:40:04.200Z] 03128449a61e: Preparing [2021-01-06T06:40:04.200Z] 05feaad52225: Preparing [2021-01-06T06:40:04.200Z] cdb3d4deab8d: Preparing [2021-01-06T06:40:04.200Z] f2065ccfc7cb: Preparing [2021-01-06T06:40:04.200Z] 379067d0cb53: Preparing [2021-01-06T06:40:04.200Z] cdb3d4deab8d: Layer already exists [2021-01-06T06:40:04.200Z] f2065ccfc7cb: Layer already exists [2021-01-06T06:40:04.200Z] 03128449a61e: Layer already exists [2021-01-06T06:40:04.200Z] 502547b2d543: Layer already exists [2021-01-06T06:40:04.200Z] 05feaad52225: Layer already exists [2021-01-06T06:40:04.470Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:04.470Z] 2.0.0-dev.33: digest: sha256:f3fd1256ae3444127350b2646110834fe28778a51ab49b18cf737a67075e613a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:04.807Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:05.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:05.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T06:40:05.142Z] 502547b2d543: Preparing [2021-01-06T06:40:05.142Z] 03128449a61e: Preparing [2021-01-06T06:40:05.142Z] 05feaad52225: Preparing [2021-01-06T06:40:05.142Z] cdb3d4deab8d: Preparing [2021-01-06T06:40:05.142Z] f2065ccfc7cb: Preparing [2021-01-06T06:40:05.142Z] 379067d0cb53: Preparing [2021-01-06T06:40:05.142Z] 379067d0cb53: Waiting [2021-01-06T06:40:05.142Z] 502547b2d543: Layer already exists [2021-01-06T06:40:05.142Z] f2065ccfc7cb: Layer already exists [2021-01-06T06:40:05.142Z] 03128449a61e: Layer already exists [2021-01-06T06:40:05.142Z] 05feaad52225: Layer already exists [2021-01-06T06:40:05.142Z] cdb3d4deab8d: Layer already exists [2021-01-06T06:40:05.414Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:05.414Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:f3fd1256ae3444127350b2646110834fe28778a51ab49b18cf737a67075e613a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:05.755Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:06.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-06T06:40:06.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-06T06:40:06.095Z] 502547b2d543: Preparing [2021-01-06T06:40:06.095Z] 03128449a61e: Preparing [2021-01-06T06:40:06.095Z] 05feaad52225: Preparing [2021-01-06T06:40:06.095Z] cdb3d4deab8d: Preparing [2021-01-06T06:40:06.095Z] f2065ccfc7cb: Preparing [2021-01-06T06:40:06.095Z] 379067d0cb53: Preparing [2021-01-06T06:40:06.095Z] 379067d0cb53: Waiting [2021-01-06T06:40:06.095Z] f2065ccfc7cb: Layer already exists [2021-01-06T06:40:06.095Z] cdb3d4deab8d: Layer already exists [2021-01-06T06:40:06.365Z] 502547b2d543: Layer already exists [2021-01-06T06:40:06.365Z] 03128449a61e: Layer already exists [2021-01-06T06:40:06.365Z] 05feaad52225: Layer already exists [2021-01-06T06:40:06.365Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:06.365Z] master: digest: sha256:f3fd1256ae3444127350b2646110834fe28778a51ab49b18cf737a67075e613a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:06.549Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:06.594Z] taggedImages: [2021-01-06T06:40:06.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:06.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:06.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:06.594Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-06T06:40:06.655Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-06T06:40:06.655Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:06.655Z] 2.0.0-dev.33 [2021-01-06T06:40:06.655Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:06.655Z] master [2021-01-06T06:40:06.655Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:07.154Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:07.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:07.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T06:40:07.495Z] 67aa88404c09: Preparing [2021-01-06T06:40:07.495Z] ff81eb803d79: Preparing [2021-01-06T06:40:07.495Z] 4c89e831d43c: Preparing [2021-01-06T06:40:07.771Z] 4c89e831d43c: Pushed [2021-01-06T06:40:07.771Z] 67aa88404c09: Pushed [2021-01-06T06:40:11.139Z] ff81eb803d79: Pushed [2021-01-06T06:40:11.139Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:2dc8231d70b71f0262344e8becd7da7c2e9572f8ac4e7b5a581e03aab9084abf size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:11.471Z] + 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-06T06:40:11.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:11.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T06:40:11.804Z] 67aa88404c09: Preparing [2021-01-06T06:40:11.804Z] ff81eb803d79: Preparing [2021-01-06T06:40:11.804Z] 4c89e831d43c: Preparing [2021-01-06T06:40:11.804Z] 4c89e831d43c: Layer already exists [2021-01-06T06:40:11.804Z] 67aa88404c09: Layer already exists [2021-01-06T06:40:11.804Z] ff81eb803d79: Layer already exists [2021-01-06T06:40:12.074Z] 2.0.0-dev.33: digest: sha256:2dc8231d70b71f0262344e8becd7da7c2e9572f8ac4e7b5a581e03aab9084abf size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:12.419Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:12.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:12.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T06:40:12.776Z] 67aa88404c09: Preparing [2021-01-06T06:40:12.776Z] ff81eb803d79: Preparing [2021-01-06T06:40:12.776Z] 4c89e831d43c: Preparing [2021-01-06T06:40:12.776Z] 67aa88404c09: Layer already exists [2021-01-06T06:40:13.045Z] 4c89e831d43c: Layer already exists [2021-01-06T06:40:13.045Z] ff81eb803d79: Layer already exists [2021-01-06T06:40:13.045Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:2dc8231d70b71f0262344e8becd7da7c2e9572f8ac4e7b5a581e03aab9084abf size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:13.380Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:13.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-06T06:40:13.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-06T06:40:13.710Z] 67aa88404c09: Preparing [2021-01-06T06:40:13.710Z] ff81eb803d79: Preparing [2021-01-06T06:40:13.710Z] 4c89e831d43c: Preparing [2021-01-06T06:40:13.710Z] 4c89e831d43c: Layer already exists [2021-01-06T06:40:13.710Z] 67aa88404c09: Layer already exists [2021-01-06T06:40:13.710Z] ff81eb803d79: Layer already exists [2021-01-06T06:40:13.981Z] master: digest: sha256:2dc8231d70b71f0262344e8becd7da7c2e9572f8ac4e7b5a581e03aab9084abf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:14.164Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:14.210Z] taggedImages: [2021-01-06T06:40:14.210Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:14.210Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:14.210Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:14.210Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-06T06:40:14.277Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-06T06:40:14.277Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:14.277Z] 2.0.0-dev.33 [2021-01-06T06:40:14.277Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:14.277Z] master [2021-01-06T06:40:14.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:14.777Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:15.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:15.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T06:40:15.111Z] e796564032a9: Preparing [2021-01-06T06:40:15.111Z] 5b5579d1c2c7: Preparing [2021-01-06T06:40:15.111Z] 6445ab6a568d: Preparing [2021-01-06T06:40:15.111Z] 530bb62aae1f: Preparing [2021-01-06T06:40:15.111Z] c0f34ab7ea04: Preparing [2021-01-06T06:40:15.111Z] 14fa3f48cfad: Preparing [2021-01-06T06:40:15.111Z] 379067d0cb53: Preparing [2021-01-06T06:40:15.111Z] 14fa3f48cfad: Waiting [2021-01-06T06:40:15.111Z] 379067d0cb53: Waiting [2021-01-06T06:40:15.387Z] c0f34ab7ea04: Pushed [2021-01-06T06:40:15.387Z] 5b5579d1c2c7: Pushed [2021-01-06T06:40:15.387Z] e796564032a9: Pushed [2021-01-06T06:40:15.659Z] 6445ab6a568d: Pushed [2021-01-06T06:40:15.659Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:15.928Z] 14fa3f48cfad: Pushed [2021-01-06T06:40:17.350Z] 530bb62aae1f: Pushed [2021-01-06T06:40:17.621Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:af4fa15ec76dc4109b5695adea2337038ecff6c74e1bc715aa3e762bb49eb6d3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:17.959Z] + 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-06T06:40:18.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:18.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T06:40:18.294Z] e796564032a9: Preparing [2021-01-06T06:40:18.294Z] 5b5579d1c2c7: Preparing [2021-01-06T06:40:18.294Z] 6445ab6a568d: Preparing [2021-01-06T06:40:18.294Z] 530bb62aae1f: Preparing [2021-01-06T06:40:18.294Z] c0f34ab7ea04: Preparing [2021-01-06T06:40:18.294Z] 14fa3f48cfad: Preparing [2021-01-06T06:40:18.294Z] 379067d0cb53: Preparing [2021-01-06T06:40:18.294Z] 14fa3f48cfad: Waiting [2021-01-06T06:40:18.294Z] 379067d0cb53: Waiting [2021-01-06T06:40:18.294Z] c0f34ab7ea04: Layer already exists [2021-01-06T06:40:18.294Z] e796564032a9: Layer already exists [2021-01-06T06:40:18.294Z] 5b5579d1c2c7: Layer already exists [2021-01-06T06:40:18.565Z] 530bb62aae1f: Layer already exists [2021-01-06T06:40:18.565Z] 6445ab6a568d: Layer already exists [2021-01-06T06:40:18.565Z] 14fa3f48cfad: Layer already exists [2021-01-06T06:40:18.565Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:18.565Z] 2.0.0-dev.33: digest: sha256:af4fa15ec76dc4109b5695adea2337038ecff6c74e1bc715aa3e762bb49eb6d3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:18.905Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:19.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:19.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T06:40:19.237Z] e796564032a9: Preparing [2021-01-06T06:40:19.237Z] 5b5579d1c2c7: Preparing [2021-01-06T06:40:19.237Z] 6445ab6a568d: Preparing [2021-01-06T06:40:19.237Z] 530bb62aae1f: Preparing [2021-01-06T06:40:19.237Z] c0f34ab7ea04: Preparing [2021-01-06T06:40:19.237Z] 14fa3f48cfad: Preparing [2021-01-06T06:40:19.237Z] 379067d0cb53: Preparing [2021-01-06T06:40:19.237Z] 14fa3f48cfad: Waiting [2021-01-06T06:40:19.237Z] 379067d0cb53: Waiting [2021-01-06T06:40:19.237Z] 6445ab6a568d: Layer already exists [2021-01-06T06:40:19.237Z] e796564032a9: Layer already exists [2021-01-06T06:40:19.237Z] c0f34ab7ea04: Layer already exists [2021-01-06T06:40:19.237Z] 5b5579d1c2c7: Layer already exists [2021-01-06T06:40:19.237Z] 530bb62aae1f: Layer already exists [2021-01-06T06:40:19.237Z] 14fa3f48cfad: Layer already exists [2021-01-06T06:40:19.237Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:19.507Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:af4fa15ec76dc4109b5695adea2337038ecff6c74e1bc715aa3e762bb49eb6d3 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:19.842Z] + 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-06T06:40:20.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-06T06:40:20.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-06T06:40:20.176Z] e796564032a9: Preparing [2021-01-06T06:40:20.176Z] 5b5579d1c2c7: Preparing [2021-01-06T06:40:20.176Z] 6445ab6a568d: Preparing [2021-01-06T06:40:20.176Z] 530bb62aae1f: Preparing [2021-01-06T06:40:20.176Z] c0f34ab7ea04: Preparing [2021-01-06T06:40:20.176Z] 14fa3f48cfad: Preparing [2021-01-06T06:40:20.176Z] 379067d0cb53: Preparing [2021-01-06T06:40:20.176Z] 14fa3f48cfad: Waiting [2021-01-06T06:40:20.176Z] 379067d0cb53: Waiting [2021-01-06T06:40:20.176Z] c0f34ab7ea04: Layer already exists [2021-01-06T06:40:20.176Z] 530bb62aae1f: Layer already exists [2021-01-06T06:40:20.176Z] 5b5579d1c2c7: Layer already exists [2021-01-06T06:40:20.176Z] e796564032a9: Layer already exists [2021-01-06T06:40:20.445Z] 6445ab6a568d: Layer already exists [2021-01-06T06:40:20.445Z] 14fa3f48cfad: Layer already exists [2021-01-06T06:40:20.445Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:20.445Z] master: digest: sha256:af4fa15ec76dc4109b5695adea2337038ecff6c74e1bc715aa3e762bb49eb6d3 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:20.642Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:20.686Z] taggedImages: [2021-01-06T06:40:20.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:20.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:20.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:20.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-06T06:40:20.748Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-06T06:40:20.748Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:20.748Z] 2.0.0-dev.33 [2021-01-06T06:40:20.748Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:20.748Z] master [2021-01-06T06:40:20.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:21.281Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:21.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:21.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T06:40:21.614Z] 9dc57dc9f473: Preparing [2021-01-06T06:40:21.614Z] 3bb78599b24d: Preparing [2021-01-06T06:40:21.614Z] a3b682f34ca1: Preparing [2021-01-06T06:40:21.614Z] 4cd7d9a8e30c: Preparing [2021-01-06T06:40:21.614Z] 71af4da252cd: Preparing [2021-01-06T06:40:21.614Z] 379067d0cb53: Preparing [2021-01-06T06:40:21.614Z] 379067d0cb53: Waiting [2021-01-06T06:40:21.886Z] 4cd7d9a8e30c: Pushed [2021-01-06T06:40:21.886Z] a3b682f34ca1: Pushed [2021-01-06T06:40:22.165Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:22.438Z] 71af4da252cd: Pushed [2021-01-06T06:40:23.859Z] 9dc57dc9f473: Pushed [2021-01-06T06:40:23.859Z] 3bb78599b24d: Pushed [2021-01-06T06:40:24.129Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:c98535b0ca9ab3d0475004b47661547ae57a7ce755e1f26684d54b7ffb05fe82 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:24.462Z] + 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-06T06:40:24.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:24.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T06:40:24.793Z] 9dc57dc9f473: Preparing [2021-01-06T06:40:24.793Z] 3bb78599b24d: Preparing [2021-01-06T06:40:24.793Z] a3b682f34ca1: Preparing [2021-01-06T06:40:24.793Z] 4cd7d9a8e30c: Preparing [2021-01-06T06:40:24.793Z] 71af4da252cd: Preparing [2021-01-06T06:40:24.793Z] 379067d0cb53: Preparing [2021-01-06T06:40:24.793Z] 379067d0cb53: Waiting [2021-01-06T06:40:24.793Z] 3bb78599b24d: Layer already exists [2021-01-06T06:40:24.793Z] 4cd7d9a8e30c: Layer already exists [2021-01-06T06:40:24.793Z] a3b682f34ca1: Layer already exists [2021-01-06T06:40:24.793Z] 9dc57dc9f473: Layer already exists [2021-01-06T06:40:24.793Z] 71af4da252cd: Layer already exists [2021-01-06T06:40:24.793Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:25.064Z] 2.0.0-dev.33: digest: sha256:c98535b0ca9ab3d0475004b47661547ae57a7ce755e1f26684d54b7ffb05fe82 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:25.398Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:25.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:25.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T06:40:25.760Z] 9dc57dc9f473: Preparing [2021-01-06T06:40:25.760Z] 3bb78599b24d: Preparing [2021-01-06T06:40:25.760Z] a3b682f34ca1: Preparing [2021-01-06T06:40:25.760Z] 4cd7d9a8e30c: Preparing [2021-01-06T06:40:25.760Z] 71af4da252cd: Preparing [2021-01-06T06:40:25.760Z] 379067d0cb53: Preparing [2021-01-06T06:40:25.760Z] 379067d0cb53: Waiting [2021-01-06T06:40:25.760Z] a3b682f34ca1: Layer already exists [2021-01-06T06:40:25.760Z] 4cd7d9a8e30c: Layer already exists [2021-01-06T06:40:25.760Z] 9dc57dc9f473: Layer already exists [2021-01-06T06:40:25.760Z] 3bb78599b24d: Layer already exists [2021-01-06T06:40:25.760Z] 71af4da252cd: Layer already exists [2021-01-06T06:40:25.760Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:26.031Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:c98535b0ca9ab3d0475004b47661547ae57a7ce755e1f26684d54b7ffb05fe82 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:26.369Z] + 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-06T06:40:26.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-06T06:40:26.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-06T06:40:26.698Z] 9dc57dc9f473: Preparing [2021-01-06T06:40:26.698Z] 3bb78599b24d: Preparing [2021-01-06T06:40:26.698Z] a3b682f34ca1: Preparing [2021-01-06T06:40:26.698Z] 4cd7d9a8e30c: Preparing [2021-01-06T06:40:26.698Z] 71af4da252cd: Preparing [2021-01-06T06:40:26.698Z] 379067d0cb53: Preparing [2021-01-06T06:40:26.698Z] 379067d0cb53: Waiting [2021-01-06T06:40:26.698Z] 71af4da252cd: Layer already exists [2021-01-06T06:40:26.698Z] a3b682f34ca1: Layer already exists [2021-01-06T06:40:26.698Z] 3bb78599b24d: Layer already exists [2021-01-06T06:40:26.698Z] 9dc57dc9f473: Layer already exists [2021-01-06T06:40:26.699Z] 4cd7d9a8e30c: Layer already exists [2021-01-06T06:40:26.699Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:26.969Z] master: digest: sha256:c98535b0ca9ab3d0475004b47661547ae57a7ce755e1f26684d54b7ffb05fe82 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:27.157Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:27.204Z] taggedImages: [2021-01-06T06:40:27.204Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:27.204Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:27.204Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:27.204Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-06T06:40:27.267Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-06T06:40:27.268Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:27.268Z] 2.0.0-dev.33 [2021-01-06T06:40:27.268Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:27.268Z] master [2021-01-06T06:40:27.268Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:27.758Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:28.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:28.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T06:40:28.088Z] d820341b3466: Preparing [2021-01-06T06:40:28.088Z] 48b044d1da17: Preparing [2021-01-06T06:40:28.088Z] 9889bf519379: Preparing [2021-01-06T06:40:28.088Z] 0dfdc58444f4: Preparing [2021-01-06T06:40:28.088Z] 065e0bde06f5: Preparing [2021-01-06T06:40:28.088Z] 55b5a7f84242: Preparing [2021-01-06T06:40:28.088Z] 17f0a5f5446b: Preparing [2021-01-06T06:40:28.088Z] 52fcb6dd06c0: Preparing [2021-01-06T06:40:28.088Z] 379067d0cb53: Preparing [2021-01-06T06:40:28.088Z] 17f0a5f5446b: Waiting [2021-01-06T06:40:28.088Z] 52fcb6dd06c0: Waiting [2021-01-06T06:40:28.088Z] 379067d0cb53: Waiting [2021-01-06T06:40:28.088Z] 55b5a7f84242: Waiting [2021-01-06T06:40:28.359Z] 48b044d1da17: Pushed [2021-01-06T06:40:28.359Z] 065e0bde06f5: Pushed [2021-01-06T06:40:28.359Z] d820341b3466: Pushed [2021-01-06T06:40:28.634Z] 55b5a7f84242: Pushed [2021-01-06T06:40:28.634Z] 17f0a5f5446b: Pushed [2021-01-06T06:40:28.634Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:29.230Z] 52fcb6dd06c0: Pushed [2021-01-06T06:40:30.199Z] 0dfdc58444f4: Pushed [2021-01-06T06:40:30.199Z] 9889bf519379: Pushed [2021-01-06T06:40:30.468Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:b69d5694d2f08a2f525f4fec1d68ca669fb2a31a714a658d8b567143d14c9294 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:30.799Z] + 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-06T06:40:31.129Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:31.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T06:40:31.129Z] d820341b3466: Preparing [2021-01-06T06:40:31.129Z] 48b044d1da17: Preparing [2021-01-06T06:40:31.129Z] 9889bf519379: Preparing [2021-01-06T06:40:31.129Z] 0dfdc58444f4: Preparing [2021-01-06T06:40:31.129Z] 065e0bde06f5: Preparing [2021-01-06T06:40:31.129Z] 55b5a7f84242: Preparing [2021-01-06T06:40:31.129Z] 17f0a5f5446b: Preparing [2021-01-06T06:40:31.129Z] 52fcb6dd06c0: Preparing [2021-01-06T06:40:31.129Z] 379067d0cb53: Preparing [2021-01-06T06:40:31.129Z] 17f0a5f5446b: Waiting [2021-01-06T06:40:31.129Z] 55b5a7f84242: Waiting [2021-01-06T06:40:31.129Z] 52fcb6dd06c0: Waiting [2021-01-06T06:40:31.129Z] 379067d0cb53: Waiting [2021-01-06T06:40:31.129Z] 9889bf519379: Layer already exists [2021-01-06T06:40:31.129Z] 065e0bde06f5: Layer already exists [2021-01-06T06:40:31.129Z] 0dfdc58444f4: Layer already exists [2021-01-06T06:40:31.129Z] 48b044d1da17: Layer already exists [2021-01-06T06:40:31.129Z] d820341b3466: Layer already exists [2021-01-06T06:40:31.398Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:31.398Z] 17f0a5f5446b: Layer already exists [2021-01-06T06:40:31.398Z] 52fcb6dd06c0: Layer already exists [2021-01-06T06:40:31.398Z] 55b5a7f84242: Layer already exists [2021-01-06T06:40:31.398Z] 2.0.0-dev.33: digest: sha256:b69d5694d2f08a2f525f4fec1d68ca669fb2a31a714a658d8b567143d14c9294 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:31.733Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:32.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:32.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T06:40:32.058Z] d820341b3466: Preparing [2021-01-06T06:40:32.058Z] 48b044d1da17: Preparing [2021-01-06T06:40:32.058Z] 9889bf519379: Preparing [2021-01-06T06:40:32.058Z] 0dfdc58444f4: Preparing [2021-01-06T06:40:32.058Z] 065e0bde06f5: Preparing [2021-01-06T06:40:32.058Z] 55b5a7f84242: Preparing [2021-01-06T06:40:32.058Z] 17f0a5f5446b: Preparing [2021-01-06T06:40:32.058Z] 52fcb6dd06c0: Preparing [2021-01-06T06:40:32.058Z] 379067d0cb53: Preparing [2021-01-06T06:40:32.058Z] 55b5a7f84242: Waiting [2021-01-06T06:40:32.058Z] 52fcb6dd06c0: Waiting [2021-01-06T06:40:32.058Z] 379067d0cb53: Waiting [2021-01-06T06:40:32.058Z] 17f0a5f5446b: Waiting [2021-01-06T06:40:32.058Z] 9889bf519379: Layer already exists [2021-01-06T06:40:32.058Z] d820341b3466: Layer already exists [2021-01-06T06:40:32.058Z] 0dfdc58444f4: Layer already exists [2021-01-06T06:40:32.058Z] 48b044d1da17: Layer already exists [2021-01-06T06:40:32.058Z] 065e0bde06f5: Layer already exists [2021-01-06T06:40:32.058Z] 52fcb6dd06c0: Layer already exists [2021-01-06T06:40:32.058Z] 55b5a7f84242: Layer already exists [2021-01-06T06:40:32.058Z] 17f0a5f5446b: Layer already exists [2021-01-06T06:40:32.058Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:32.327Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:b69d5694d2f08a2f525f4fec1d68ca669fb2a31a714a658d8b567143d14c9294 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:32.660Z] + 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-06T06:40:32.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-06T06:40:32.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-06T06:40:32.993Z] d820341b3466: Preparing [2021-01-06T06:40:32.993Z] 48b044d1da17: Preparing [2021-01-06T06:40:32.993Z] 9889bf519379: Preparing [2021-01-06T06:40:32.993Z] 0dfdc58444f4: Preparing [2021-01-06T06:40:32.993Z] 065e0bde06f5: Preparing [2021-01-06T06:40:32.993Z] 55b5a7f84242: Preparing [2021-01-06T06:40:32.993Z] 17f0a5f5446b: Preparing [2021-01-06T06:40:32.993Z] 52fcb6dd06c0: Preparing [2021-01-06T06:40:32.993Z] 379067d0cb53: Preparing [2021-01-06T06:40:32.993Z] 55b5a7f84242: Waiting [2021-01-06T06:40:32.993Z] 17f0a5f5446b: Waiting [2021-01-06T06:40:32.993Z] 52fcb6dd06c0: Waiting [2021-01-06T06:40:32.993Z] 379067d0cb53: Waiting [2021-01-06T06:40:32.993Z] 48b044d1da17: Layer already exists [2021-01-06T06:40:32.993Z] d820341b3466: Layer already exists [2021-01-06T06:40:32.993Z] 065e0bde06f5: Layer already exists [2021-01-06T06:40:32.993Z] 0dfdc58444f4: Layer already exists [2021-01-06T06:40:32.993Z] 9889bf519379: Layer already exists [2021-01-06T06:40:32.993Z] 52fcb6dd06c0: Layer already exists [2021-01-06T06:40:32.993Z] 17f0a5f5446b: Layer already exists [2021-01-06T06:40:32.993Z] 55b5a7f84242: Layer already exists [2021-01-06T06:40:32.993Z] 379067d0cb53: Layer already exists [2021-01-06T06:40:33.263Z] master: digest: sha256:b69d5694d2f08a2f525f4fec1d68ca669fb2a31a714a658d8b567143d14c9294 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:33.483Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:33.530Z] taggedImages: [2021-01-06T06:40:33.530Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:33.530Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:33.530Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:33.530Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-06T06:40:33.594Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-06T06:40:33.594Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:33.594Z] 2.0.0-dev.33 [2021-01-06T06:40:33.594Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:33.594Z] master [2021-01-06T06:40:33.594Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:34.093Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:34.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:34.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T06:40:34.426Z] 8f0180cffe9f: Preparing [2021-01-06T06:40:34.426Z] daf5362ef0cf: Preparing [2021-01-06T06:40:34.426Z] 8822d3492455: Preparing [2021-01-06T06:40:34.426Z] c023e91fa553: Preparing [2021-01-06T06:40:34.426Z] 2182e456831e: Preparing [2021-01-06T06:40:34.426Z] 7d76205c02f3: Preparing [2021-01-06T06:40:34.426Z] 7d76205c02f3: Waiting [2021-01-06T06:40:34.722Z] 8822d3492455: Pushed [2021-01-06T06:40:34.722Z] 8f0180cffe9f: Pushed [2021-01-06T06:40:34.722Z] 2182e456831e: Pushed [2021-01-06T06:40:34.722Z] c023e91fa553: Pushed [2021-01-06T06:40:34.992Z] 7d76205c02f3: Pushed [2021-01-06T06:40:37.597Z] daf5362ef0cf: Pushed [2021-01-06T06:40:37.597Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:c40b584158fac63c9daff2c9426099917479967073fb0fdc16ac4007b051091d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:37.934Z] + 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-06T06:40:38.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:38.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T06:40:38.266Z] 8f0180cffe9f: Preparing [2021-01-06T06:40:38.266Z] daf5362ef0cf: Preparing [2021-01-06T06:40:38.266Z] 8822d3492455: Preparing [2021-01-06T06:40:38.266Z] c023e91fa553: Preparing [2021-01-06T06:40:38.266Z] 2182e456831e: Preparing [2021-01-06T06:40:38.266Z] 7d76205c02f3: Preparing [2021-01-06T06:40:38.266Z] 7d76205c02f3: Waiting [2021-01-06T06:40:38.266Z] 8822d3492455: Layer already exists [2021-01-06T06:40:38.266Z] 2182e456831e: Layer already exists [2021-01-06T06:40:38.266Z] c023e91fa553: Layer already exists [2021-01-06T06:40:38.266Z] daf5362ef0cf: Layer already exists [2021-01-06T06:40:38.266Z] 8f0180cffe9f: Layer already exists [2021-01-06T06:40:38.266Z] 7d76205c02f3: Layer already exists [2021-01-06T06:40:38.536Z] 2.0.0-dev.33: digest: sha256:c40b584158fac63c9daff2c9426099917479967073fb0fdc16ac4007b051091d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:38.884Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:39.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:39.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T06:40:39.219Z] 8f0180cffe9f: Preparing [2021-01-06T06:40:39.219Z] daf5362ef0cf: Preparing [2021-01-06T06:40:39.219Z] 8822d3492455: Preparing [2021-01-06T06:40:39.219Z] c023e91fa553: Preparing [2021-01-06T06:40:39.219Z] 2182e456831e: Preparing [2021-01-06T06:40:39.219Z] 7d76205c02f3: Preparing [2021-01-06T06:40:39.219Z] 7d76205c02f3: Waiting [2021-01-06T06:40:39.219Z] 8f0180cffe9f: Layer already exists [2021-01-06T06:40:39.219Z] c023e91fa553: Layer already exists [2021-01-06T06:40:39.219Z] daf5362ef0cf: Layer already exists [2021-01-06T06:40:39.489Z] 2182e456831e: Layer already exists [2021-01-06T06:40:39.489Z] 8822d3492455: Layer already exists [2021-01-06T06:40:39.489Z] 7d76205c02f3: Layer already exists [2021-01-06T06:40:39.489Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:c40b584158fac63c9daff2c9426099917479967073fb0fdc16ac4007b051091d size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:39.830Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:40.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-06T06:40:40.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-06T06:40:40.166Z] 8f0180cffe9f: Preparing [2021-01-06T06:40:40.166Z] daf5362ef0cf: Preparing [2021-01-06T06:40:40.166Z] 8822d3492455: Preparing [2021-01-06T06:40:40.166Z] c023e91fa553: Preparing [2021-01-06T06:40:40.166Z] 2182e456831e: Preparing [2021-01-06T06:40:40.166Z] 7d76205c02f3: Preparing [2021-01-06T06:40:40.166Z] 7d76205c02f3: Waiting [2021-01-06T06:40:40.166Z] 8822d3492455: Layer already exists [2021-01-06T06:40:40.166Z] 2182e456831e: Layer already exists [2021-01-06T06:40:40.166Z] c023e91fa553: Layer already exists [2021-01-06T06:40:40.166Z] 8f0180cffe9f: Layer already exists [2021-01-06T06:40:40.166Z] daf5362ef0cf: Layer already exists [2021-01-06T06:40:40.437Z] 7d76205c02f3: Layer already exists [2021-01-06T06:40:40.437Z] master: digest: sha256:c40b584158fac63c9daff2c9426099917479967073fb0fdc16ac4007b051091d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:40.647Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:40.712Z] taggedImages: [2021-01-06T06:40:40.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:40.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:40.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:40.712Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-06T06:40:40.822Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-06T06:40:40.822Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:40.822Z] 2.0.0-dev.33 [2021-01-06T06:40:40.822Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:40.822Z] master [2021-01-06T06:40:40.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:41.431Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:41.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:41.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T06:40:41.793Z] 4b890da52348: Preparing [2021-01-06T06:40:41.793Z] 72f138daf26c: Preparing [2021-01-06T06:40:41.793Z] 98b9ca17cbe3: Preparing [2021-01-06T06:40:42.072Z] 4b890da52348: Pushed [2021-01-06T06:40:42.072Z] 98b9ca17cbe3: Pushed [2021-01-06T06:40:44.761Z] 72f138daf26c: Pushed [2021-01-06T06:40:44.761Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:6a00f36e2d671b45664986bd3835e3227144254135ba27663c436f474ba87b8e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:45.098Z] + 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-06T06:40:45.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:45.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T06:40:45.430Z] 4b890da52348: Preparing [2021-01-06T06:40:45.430Z] 72f138daf26c: Preparing [2021-01-06T06:40:45.430Z] 98b9ca17cbe3: Preparing [2021-01-06T06:40:45.430Z] 72f138daf26c: Layer already exists [2021-01-06T06:40:45.430Z] 4b890da52348: Layer already exists [2021-01-06T06:40:45.430Z] 98b9ca17cbe3: Layer already exists [2021-01-06T06:40:45.699Z] 2.0.0-dev.33: digest: sha256:6a00f36e2d671b45664986bd3835e3227144254135ba27663c436f474ba87b8e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:46.033Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:46.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:46.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T06:40:46.361Z] 4b890da52348: Preparing [2021-01-06T06:40:46.361Z] 72f138daf26c: Preparing [2021-01-06T06:40:46.361Z] 98b9ca17cbe3: Preparing [2021-01-06T06:40:46.632Z] 98b9ca17cbe3: Layer already exists [2021-01-06T06:40:46.632Z] 4b890da52348: Layer already exists [2021-01-06T06:40:46.632Z] 72f138daf26c: Layer already exists [2021-01-06T06:40:46.632Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:6a00f36e2d671b45664986bd3835e3227144254135ba27663c436f474ba87b8e size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:46.968Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:47.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-06T06:40:47.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-06T06:40:47.299Z] 4b890da52348: Preparing [2021-01-06T06:40:47.299Z] 72f138daf26c: Preparing [2021-01-06T06:40:47.299Z] 98b9ca17cbe3: Preparing [2021-01-06T06:40:47.299Z] 72f138daf26c: Layer already exists [2021-01-06T06:40:47.299Z] 4b890da52348: Layer already exists [2021-01-06T06:40:47.299Z] 98b9ca17cbe3: Layer already exists [2021-01-06T06:40:47.568Z] master: digest: sha256:6a00f36e2d671b45664986bd3835e3227144254135ba27663c436f474ba87b8e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:40:47.764Z] ===================================================== [Pipeline] echo [2021-01-06T06:40:47.810Z] taggedImages: [2021-01-06T06:40:47.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:47.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-06T06:40:47.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:47.810Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-06T06:40:47.876Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-06T06:40:47.877Z] fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:47.877Z] 2.0.0-dev.33 [2021-01-06T06:40:47.877Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:40:47.877Z] master [2021-01-06T06:40:47.877Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:48.400Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:40:48.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:40:48.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T06:40:48.728Z] 19fe5f4b54bc: Preparing [2021-01-06T06:40:48.728Z] 9af327174131: Preparing [2021-01-06T06:40:48.728Z] 16acc4f3d8a7: Preparing [2021-01-06T06:40:48.728Z] 54f15c8cb704: Preparing [2021-01-06T06:40:48.728Z] 6960da534824: Preparing [2021-01-06T06:40:48.728Z] b09eeef7221b: Preparing [2021-01-06T06:40:48.728Z] b7b5abab29a6: Preparing [2021-01-06T06:40:48.728Z] 9ded3b6bb9b5: Preparing [2021-01-06T06:40:48.728Z] fa1afe8e6ed9: Preparing [2021-01-06T06:40:48.728Z] 87a09b4c083e: Preparing [2021-01-06T06:40:48.728Z] 0f74e9ff2a61: Preparing [2021-01-06T06:40:48.728Z] b122376c33c6: Preparing [2021-01-06T06:40:48.728Z] f8381ed47b22: Preparing [2021-01-06T06:40:48.728Z] e934a737d657: Preparing [2021-01-06T06:40:48.728Z] 87a09b4c083e: Waiting [2021-01-06T06:40:48.728Z] b09eeef7221b: Waiting [2021-01-06T06:40:48.728Z] b7b5abab29a6: Waiting [2021-01-06T06:40:48.728Z] 9ded3b6bb9b5: Waiting [2021-01-06T06:40:48.728Z] fa1afe8e6ed9: Waiting [2021-01-06T06:40:48.728Z] f8381ed47b22: Waiting [2021-01-06T06:40:48.728Z] 0f74e9ff2a61: Waiting [2021-01-06T06:40:48.728Z] e934a737d657: Waiting [2021-01-06T06:40:49.326Z] 6960da534824: Pushed [2021-01-06T06:40:49.601Z] 19fe5f4b54bc: Pushed [2021-01-06T06:40:49.876Z] 54f15c8cb704: Pushed [2021-01-06T06:40:50.151Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T06:40:50.151Z] fa1afe8e6ed9: Layer already exists [2021-01-06T06:40:50.151Z] b7b5abab29a6: Pushed [2021-01-06T06:40:50.151Z] 87a09b4c083e: Layer already exists [2021-01-06T06:40:50.151Z] 0f74e9ff2a61: Layer already exists [2021-01-06T06:40:50.151Z] b122376c33c6: Layer already exists [2021-01-06T06:40:50.151Z] f8381ed47b22: Layer already exists [2021-01-06T06:40:50.151Z] e934a737d657: Layer already exists [2021-01-06T06:40:50.745Z] 9af327174131: Pushed [2021-01-06T06:40:51.715Z] b09eeef7221b: Pushed [2021-01-06T06:41:01.834Z] 16acc4f3d8a7: Pushed [2021-01-06T06:41:01.834Z] fa73db002611977724c74faadafd397fb3003e92: digest: sha256:b723c77be97042557746ab782a1ba9b09a43c99cc2f516681d96c8aceb1dd484 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:02.177Z] + 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-06T06:41:02.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-06T06:41:02.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T06:41:02.509Z] 19fe5f4b54bc: Preparing [2021-01-06T06:41:02.509Z] 9af327174131: Preparing [2021-01-06T06:41:02.509Z] 16acc4f3d8a7: Preparing [2021-01-06T06:41:02.509Z] 54f15c8cb704: Preparing [2021-01-06T06:41:02.509Z] 6960da534824: Preparing [2021-01-06T06:41:02.509Z] b09eeef7221b: Preparing [2021-01-06T06:41:02.509Z] b7b5abab29a6: Preparing [2021-01-06T06:41:02.509Z] 9ded3b6bb9b5: Preparing [2021-01-06T06:41:02.509Z] fa1afe8e6ed9: Preparing [2021-01-06T06:41:02.509Z] 87a09b4c083e: Preparing [2021-01-06T06:41:02.509Z] 0f74e9ff2a61: Preparing [2021-01-06T06:41:02.509Z] b122376c33c6: Preparing [2021-01-06T06:41:02.509Z] f8381ed47b22: Preparing [2021-01-06T06:41:02.509Z] e934a737d657: Preparing [2021-01-06T06:41:02.509Z] b09eeef7221b: Waiting [2021-01-06T06:41:02.509Z] b7b5abab29a6: Waiting [2021-01-06T06:41:02.509Z] 9ded3b6bb9b5: Waiting [2021-01-06T06:41:02.509Z] fa1afe8e6ed9: Waiting [2021-01-06T06:41:02.509Z] 87a09b4c083e: Waiting [2021-01-06T06:41:02.509Z] 0f74e9ff2a61: Waiting [2021-01-06T06:41:02.509Z] b122376c33c6: Waiting [2021-01-06T06:41:02.509Z] f8381ed47b22: Waiting [2021-01-06T06:41:02.509Z] e934a737d657: Waiting [2021-01-06T06:41:02.509Z] 6960da534824: Layer already exists [2021-01-06T06:41:02.509Z] 9af327174131: Layer already exists [2021-01-06T06:41:02.509Z] 16acc4f3d8a7: Layer already exists [2021-01-06T06:41:02.509Z] 54f15c8cb704: Layer already exists [2021-01-06T06:41:02.509Z] 19fe5f4b54bc: Layer already exists [2021-01-06T06:41:02.781Z] b09eeef7221b: Layer already exists [2021-01-06T06:41:02.781Z] 87a09b4c083e: Layer already exists [2021-01-06T06:41:02.781Z] b7b5abab29a6: Layer already exists [2021-01-06T06:41:02.781Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T06:41:02.781Z] fa1afe8e6ed9: Layer already exists [2021-01-06T06:41:02.781Z] 0f74e9ff2a61: Layer already exists [2021-01-06T06:41:02.781Z] b122376c33c6: Layer already exists [2021-01-06T06:41:02.781Z] f8381ed47b22: Layer already exists [2021-01-06T06:41:02.781Z] e934a737d657: Layer already exists [2021-01-06T06:41:02.781Z] 2.0.0-dev.33: digest: sha256:b723c77be97042557746ab782a1ba9b09a43c99cc2f516681d96c8aceb1dd484 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:03.121Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:03.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:41:03.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T06:41:03.450Z] 19fe5f4b54bc: Preparing [2021-01-06T06:41:03.450Z] 9af327174131: Preparing [2021-01-06T06:41:03.450Z] 16acc4f3d8a7: Preparing [2021-01-06T06:41:03.450Z] 54f15c8cb704: Preparing [2021-01-06T06:41:03.450Z] 6960da534824: Preparing [2021-01-06T06:41:03.450Z] b09eeef7221b: Preparing [2021-01-06T06:41:03.450Z] b7b5abab29a6: Preparing [2021-01-06T06:41:03.450Z] 9ded3b6bb9b5: Preparing [2021-01-06T06:41:03.450Z] fa1afe8e6ed9: Preparing [2021-01-06T06:41:03.450Z] 87a09b4c083e: Preparing [2021-01-06T06:41:03.450Z] 0f74e9ff2a61: Preparing [2021-01-06T06:41:03.450Z] b122376c33c6: Preparing [2021-01-06T06:41:03.450Z] f8381ed47b22: Preparing [2021-01-06T06:41:03.450Z] e934a737d657: Preparing [2021-01-06T06:41:03.450Z] 87a09b4c083e: Waiting [2021-01-06T06:41:03.450Z] 0f74e9ff2a61: Waiting [2021-01-06T06:41:03.450Z] b122376c33c6: Waiting [2021-01-06T06:41:03.450Z] b09eeef7221b: Waiting [2021-01-06T06:41:03.450Z] fa1afe8e6ed9: Waiting [2021-01-06T06:41:03.450Z] 9ded3b6bb9b5: Waiting [2021-01-06T06:41:03.450Z] f8381ed47b22: Waiting [2021-01-06T06:41:03.450Z] e934a737d657: Waiting [2021-01-06T06:41:03.450Z] b7b5abab29a6: Waiting [2021-01-06T06:41:03.450Z] 9af327174131: Layer already exists [2021-01-06T06:41:03.720Z] 19fe5f4b54bc: Layer already exists [2021-01-06T06:41:03.720Z] 54f15c8cb704: Layer already exists [2021-01-06T06:41:03.720Z] 16acc4f3d8a7: Layer already exists [2021-01-06T06:41:03.720Z] 6960da534824: Layer already exists [2021-01-06T06:41:03.720Z] b09eeef7221b: Layer already exists [2021-01-06T06:41:03.720Z] b7b5abab29a6: Layer already exists [2021-01-06T06:41:03.720Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T06:41:03.720Z] fa1afe8e6ed9: Layer already exists [2021-01-06T06:41:03.720Z] 87a09b4c083e: Layer already exists [2021-01-06T06:41:03.720Z] 0f74e9ff2a61: Layer already exists [2021-01-06T06:41:03.720Z] b122376c33c6: Layer already exists [2021-01-06T06:41:03.720Z] f8381ed47b22: Layer already exists [2021-01-06T06:41:03.720Z] e934a737d657: Layer already exists [2021-01-06T06:41:03.720Z] fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33: digest: sha256:b723c77be97042557746ab782a1ba9b09a43c99cc2f516681d96c8aceb1dd484 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:04.056Z] + 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-06T06:41:04.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-06T06:41:04.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-06T06:41:04.388Z] 19fe5f4b54bc: Preparing [2021-01-06T06:41:04.388Z] 9af327174131: Preparing [2021-01-06T06:41:04.388Z] 16acc4f3d8a7: Preparing [2021-01-06T06:41:04.388Z] 54f15c8cb704: Preparing [2021-01-06T06:41:04.388Z] 6960da534824: Preparing [2021-01-06T06:41:04.388Z] b09eeef7221b: Preparing [2021-01-06T06:41:04.388Z] b7b5abab29a6: Preparing [2021-01-06T06:41:04.388Z] 9ded3b6bb9b5: Preparing [2021-01-06T06:41:04.388Z] fa1afe8e6ed9: Preparing [2021-01-06T06:41:04.388Z] 87a09b4c083e: Preparing [2021-01-06T06:41:04.388Z] 0f74e9ff2a61: Preparing [2021-01-06T06:41:04.388Z] b122376c33c6: Preparing [2021-01-06T06:41:04.388Z] f8381ed47b22: Preparing [2021-01-06T06:41:04.388Z] e934a737d657: Preparing [2021-01-06T06:41:04.388Z] fa1afe8e6ed9: Waiting [2021-01-06T06:41:04.388Z] b122376c33c6: Waiting [2021-01-06T06:41:04.388Z] f8381ed47b22: Waiting [2021-01-06T06:41:04.388Z] e934a737d657: Waiting [2021-01-06T06:41:04.388Z] b7b5abab29a6: Waiting [2021-01-06T06:41:04.388Z] 87a09b4c083e: Waiting [2021-01-06T06:41:04.388Z] 0f74e9ff2a61: Waiting [2021-01-06T06:41:04.388Z] 9ded3b6bb9b5: Waiting [2021-01-06T06:41:04.388Z] b09eeef7221b: Waiting [2021-01-06T06:41:04.388Z] 16acc4f3d8a7: Layer already exists [2021-01-06T06:41:04.388Z] 9af327174131: Layer already exists [2021-01-06T06:41:04.388Z] 19fe5f4b54bc: Layer already exists [2021-01-06T06:41:04.658Z] 54f15c8cb704: Layer already exists [2021-01-06T06:41:04.658Z] 6960da534824: Layer already exists [2021-01-06T06:41:04.658Z] b09eeef7221b: Layer already exists [2021-01-06T06:41:04.658Z] b7b5abab29a6: Layer already exists [2021-01-06T06:41:04.658Z] 9ded3b6bb9b5: Layer already exists [2021-01-06T06:41:04.658Z] 87a09b4c083e: Layer already exists [2021-01-06T06:41:04.658Z] fa1afe8e6ed9: Layer already exists [2021-01-06T06:41:04.658Z] 0f74e9ff2a61: Layer already exists [2021-01-06T06:41:04.658Z] b122376c33c6: Layer already exists [2021-01-06T06:41:04.658Z] e934a737d657: Layer already exists [2021-01-06T06:41:04.658Z] f8381ed47b22: Layer already exists [2021-01-06T06:41:04.658Z] master: digest: sha256:b723c77be97042557746ab782a1ba9b09a43c99cc2f516681d96c8aceb1dd484 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-06T06:41:04.853Z] ===================================================== [Pipeline] echo [2021-01-06T06:41:04.900Z] taggedImages: [2021-01-06T06:41:04.900Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92 [2021-01-06T06:41:04.900Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-06T06:41:04.900Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa73db002611977724c74faadafd397fb3003e92-2.0.0-dev.33 [2021-01-06T06:41:04.900Z] - 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-06T06:41:06.229Z] provisioning config files... [2021-01-06T06:41:06.252Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/279@tmp/config5896364056360905151tmp [Pipeline] { [Pipeline] sh [2021-01-06T06:41:06.643Z] + set +x [2021-01-06T06:41:06.643Z] + curl -s https://codecov.io/bash [2021-01-06T06:41:06.643Z] + bash -s -- [2021-01-06T06:41:06.907Z] [2021-01-06T06:41:06.908Z] _____ _ [2021-01-06T06:41:06.908Z] / ____| | | [2021-01-06T06:41:06.908Z] | | ___ __| | ___ ___ _____ __ [2021-01-06T06:41:06.908Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-06T06:41:06.908Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-06T06:41:06.908Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-06T06:41:06.908Z] Bash-20201231-23d4836 [2021-01-06T06:41:06.908Z] [2021-01-06T06:41:06.908Z] [2021-01-06T06:41:06.908Z] ==> git version 2.24.3 found [2021-01-06T06:41:06.908Z] ==> 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-06T06:41:06.908Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-06T06:41:06.908Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-06T06:41:07.173Z] ==> Jenkins CI detected. [2021-01-06T06:41:07.173Z] project root: . [2021-01-06T06:41:07.173Z] --> token set from env [2021-01-06T06:41:07.173Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-06T06:41:07.173Z] ==> Running gcov in . (disable via -X gcov) [2021-01-06T06:41:07.173Z] ==> Python coveragepy not found [2021-01-06T06:41:07.173Z] ==> Searching for coverage reports in: [2021-01-06T06:41:07.173Z] + . [2021-01-06T06:41:07.173Z] -> Found 1 reports [2021-01-06T06:41:07.173Z] ==> Detecting git/mercurial file structure [2021-01-06T06:41:07.173Z] ==> Reading reports [2021-01-06T06:41:07.173Z] + ./coverage.out bytes=541590 [2021-01-06T06:41:07.173Z] ==> Appending adjustments [2021-01-06T06:41:07.173Z] https://docs.codecov.io/docs/fixing-reports [2021-01-06T06:41:10.491Z] + Found adjustments [2021-01-06T06:41:10.491Z] ==> Gzipping contents [2021-01-06T06:41:10.491Z] 84K /tmp/codecov.bwqZw1.gz [2021-01-06T06:41:10.491Z] ==> Uploading reports [2021-01-06T06:41:10.491Z] url: https://codecov.io [2021-01-06T06:41:10.491Z] query: branch=master&commit=fa73db002611977724c74faadafd397fb3003e92&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F279%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-06T06:41:10.491Z] -> Pinging Codecov [2021-01-06T06:41:10.491Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=fa73db002611977724c74faadafd397fb3003e92&build=279&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F279%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-06T06:41:10.755Z] -> Uploading to [2021-01-06T06:41:10.755Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-06/00271124DB129430A58F1EEE437C3FCB/fa73db002611977724c74faadafd397fb3003e92/e14fe6c1-ce5b-49b2-aa08-952468b33d93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210106T064110Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7898ad3d56bc50b463f779e851cb9bdd5a041560be9226f334a1a0630ba4a0b0 [2021-01-06T06:41:10.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:10.755Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:11.335Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82318 0 0 100 82318 0 164k --:--:-- --:--:-- --:--:-- 164k [2021-01-06T06:41:11.335Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fa73db002611977724c74faadafd397fb3003e92 [Pipeline] } [2021-01-06T06:41:11.347Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-06T06:41:12.212Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-06T06:41:12.318Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:12.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T06:41:12.663Z] [2021-01-06T06:41:12.663Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:41:13.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T06:41:13.009Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-06T06:41:13.009Z] 188c0c94c7c5: Already exists [2021-01-06T06:41:13.009Z] 0ef7d3d256c8: Already exists [2021-01-06T06:41:13.009Z] de9db76c5a1d: Already exists [2021-01-06T06:41:13.009Z] 0eba1c9be4d2: Pulling fs layer [2021-01-06T06:41:13.009Z] 0d57e429df01: Pulling fs layer [2021-01-06T06:41:13.009Z] 4e4be7b47b0d: Pulling fs layer [2021-01-06T06:41:13.009Z] e1f770b5df2f: Pulling fs layer [2021-01-06T06:41:13.009Z] 85a0685a4137: Pulling fs layer [2021-01-06T06:41:13.009Z] e1f770b5df2f: Waiting [2021-01-06T06:41:13.009Z] 85a0685a4137: Waiting [2021-01-06T06:41:13.009Z] 0d57e429df01: Verifying Checksum [2021-01-06T06:41:13.009Z] 0d57e429df01: Download complete [2021-01-06T06:41:13.009Z] 4e4be7b47b0d: Verifying Checksum [2021-01-06T06:41:13.009Z] 4e4be7b47b0d: Download complete [2021-01-06T06:41:14.430Z] e1f770b5df2f: Verifying Checksum [2021-01-06T06:41:14.430Z] e1f770b5df2f: Download complete [2021-01-06T06:41:17.008Z] 85a0685a4137: Verifying Checksum [2021-01-06T06:41:17.008Z] 85a0685a4137: Download complete [2021-01-06T06:41:17.008Z] 0eba1c9be4d2: Verifying Checksum [2021-01-06T06:41:17.008Z] 0eba1c9be4d2: Download complete [2021-01-06T06:41:22.344Z] 0eba1c9be4d2: Pull complete [2021-01-06T06:41:22.344Z] 0d57e429df01: Pull complete [2021-01-06T06:41:22.344Z] 4e4be7b47b0d: Pull complete [2021-01-06T06:41:26.569Z] e1f770b5df2f: Pull complete [2021-01-06T06:41:36.815Z] 85a0685a4137: Pull complete [2021-01-06T06:41:36.815Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-06T06:41:36.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-06T06:41:36.815Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-06T06:41:37.017Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:41:37.069Z] $ 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/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-snyk-go:1.410.4 cat [2021-01-06T06:41:38.387Z] $ docker top 2c7e5f2cfba986c23de74c176b15d00e3a3853176f04ab50fcfb6e66e64582b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-06T06:41:38.663Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-06T06:41:38.965Z] + set -o pipefail [2021-01-06T06:41:38.965Z] + snyk monitor '--org=edgex-jenkins' [2021-01-06T06:41:47.152Z] [2021-01-06T06:41:47.153Z] Monitoring /w/workspace/edgex-go/279 (github.com/edgexfoundry/edgex-go)... [2021-01-06T06:41:47.153Z] [2021-01-06T06:41:47.153Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/1f48fd29-6c9f-40ad-9de4-d8f6eba99a4b [2021-01-06T06:41:47.153Z] [2021-01-06T06:41:47.153Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-06T06:41:47.153Z] [2021-01-06T06:41:47.153Z] [Pipeline] } [2021-01-06T06:41:47.171Z] $ docker stop --time=1 2c7e5f2cfba986c23de74c176b15d00e3a3853176f04ab50fcfb6e66e64582b2 [2021-01-06T06:41:50.104Z] $ docker rm -f 2c7e5f2cfba986c23de74c176b15d00e3a3853176f04ab50fcfb6e66e64582b2 [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-06T06:41:51.489Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-06T06:41:51.574Z] provisioning config files... [2021-01-06T06:41:51.589Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/279@tmp/config4178974962165298295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:41:51.961Z] --> edgex-publish-swagger.sh [2021-01-06T06:41:51.961Z] === Publish openapi/v1 API === [2021-01-06T06:41:51.961Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-06T06:41:51.961Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-06T06:41:51.961Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:51.961Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:52.909Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9920 0:00:01 0:00:01 --:--:-- 9934 100 10521 0 0 100 10521 0 9918 0:00:01 0:00:01 --:--:-- 9934 [2021-01-06T06:41:52.909Z] [2021-01-06T06:41:52.909Z] [2021-01-06T06:41:52.909Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-06T06:41:52.909Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:52.909Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:54.302Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29593 0:00:01 0:00:01 --:--:-- 29623 100 32556 0 0 100 32556 0 29587 0:00:01 0:00:01 --:--:-- 29596 [2021-01-06T06:41:54.302Z] [2021-01-06T06:41:54.302Z] [2021-01-06T06:41:54.302Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-06T06:41:54.302Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:54.302Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:55.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61016 0:00:01 0:00:01 --:--:-- 61026 100 73720 0 0 100 73720 0 57897 0:00:01 0:00:01 --:--:-- 57910 [2021-01-06T06:41:55.251Z] [2021-01-06T06:41:55.251Z] [2021-01-06T06:41:55.251Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-06T06:41:55.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:55.251Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:56.644Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11204 0:00:01 0:00:01 --:--:-- 11213 100 13580 0 0 100 13580 0 11192 0:00:01 0:00:01 --:--:-- 11195 [2021-01-06T06:41:56.644Z] [2021-01-06T06:41:56.644Z] [2021-01-06T06:41:56.644Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-06T06:41:56.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:56.644Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:58.035Z] 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 32008 0:00:01 0:00:01 --:--:-- 32007 100 38889 0 0 100 38889 0 29861 0:00:01 0:00:01 --:--:-- 29845 [2021-01-06T06:41:58.035Z] [2021-01-06T06:41:58.035Z] [2021-01-06T06:41:58.035Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-06T06:41:58.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:58.035Z] Dload Upload Total Spent Left Speed [2021-01-06T06:41:58.981Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13313 0:00:01 0:00:01 --:--:-- 13315 100 14248 0 0 100 14248 0 13310 0:00:01 0:00:01 --:--:-- 13315 [2021-01-06T06:41:58.981Z] [2021-01-06T06:41:58.981Z] [2021-01-06T06:41:58.981Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-06T06:41:58.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:41:58.981Z] Dload Upload Total Spent Left Speed [2021-01-06T06:42:00.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3487 0:00:01 0:00:01 --:--:-- 3491 100 4109 0 0 100 4109 0 3487 0:00:01 0:00:01 --:--:-- 3488 [2021-01-06T06:42:00.373Z] [2021-01-06T06:42:00.373Z] [2021-01-06T06:42:00.373Z] === Publish openapi/v2 API === [2021-01-06T06:42:00.373Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-06T06:42:00.373Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-06T06:42:00.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:42:00.373Z] Dload Upload Total Spent Left Speed [2021-01-06T06:42:01.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26548 0:00:01 0:00:01 --:--:-- 26560 100 29535 0 0 100 29535 0 26543 0:00:01 0:00:01 --:--:-- 26560 [2021-01-06T06:42:01.324Z] [2021-01-06T06:42:01.324Z] [2021-01-06T06:42:01.324Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-06T06:42:01.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-06T06:42:01.324Z] Dload Upload Total Spent Left Speed [2021-01-06T06:42:02.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 52396 0:00:01 0:00:01 --:--:-- 52411 100 60430 0 0 100 60430 0 52388 0:00:01 0:00:01 --:--:-- 52411 [2021-01-06T06:42:02.720Z] [2021-01-06T06:42:02.720Z] [2021-01-06T06:42:02.720Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-06T06:42:02.720Z] /w/workspace/edgex-go/279@tmp/durable-96510993/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-06T06:42:02.763Z] 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-06T06:42:04.403Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:05.331Z] ---> package-listing.sh [2021-01-06T06:42:05.331Z] ++ facter osfamily [2021-01-06T06:42:05.331Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-06T06:42:05.331Z] + OS_FAMILY=redhat [2021-01-06T06:42:05.331Z] + workspace=/w/workspace/edgex-go/279 [2021-01-06T06:42:05.331Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-06T06:42:05.331Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-06T06:42:05.331Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-06T06:42:05.331Z] + PACKAGES=/tmp/packages_start.txt [2021-01-06T06:42:05.331Z] + '[' /w/workspace/edgex-go/279 ']' [2021-01-06T06:42:05.331Z] + PACKAGES=/tmp/packages_end.txt [2021-01-06T06:42:05.331Z] + case "${OS_FAMILY}" in [2021-01-06T06:42:05.331Z] + rpm -qa [2021-01-06T06:42:05.331Z] + sort [2021-01-06T06:42:10.645Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-06T06:42:10.645Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-06T06:42:10.645Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-06T06:42:10.645Z] + '[' /w/workspace/edgex-go/279 ']' [2021-01-06T06:42:10.645Z] + mkdir -p /w/workspace/edgex-go/279/archives/ [2021-01-06T06:42:10.645Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/279/archives/ [Pipeline] echo [2021-01-06T06:42:10.660Z] 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/279/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-06T06:42:10.955Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:42:11.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T06:42:11.264Z] [2021-01-06T06:42:11.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-06T06:42:11.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T06:42:11.622Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-06T06:42:11.622Z] df20fa9351a1: Pulling fs layer [2021-01-06T06:42:11.622Z] 36b3adc4ff6f: Pulling fs layer [2021-01-06T06:42:11.622Z] 8ad3a11d3b57: Pulling fs layer [2021-01-06T06:42:11.622Z] 46f8f816bc3b: Pulling fs layer [2021-01-06T06:42:11.622Z] 93b61091891f: Pulling fs layer [2021-01-06T06:42:11.622Z] 93b9cdb0e59b: Pulling fs layer [2021-01-06T06:42:11.622Z] 5e14af77c1be: Pulling fs layer [2021-01-06T06:42:11.622Z] 01666e4c0597: Pulling fs layer [2021-01-06T06:42:11.622Z] aa168da1d23b: Pulling fs layer [2021-01-06T06:42:11.622Z] 93b9cdb0e59b: Waiting [2021-01-06T06:42:11.622Z] aa168da1d23b: Waiting [2021-01-06T06:42:11.622Z] 5e14af77c1be: Waiting [2021-01-06T06:42:11.622Z] 01666e4c0597: Waiting [2021-01-06T06:42:11.622Z] 46f8f816bc3b: Waiting [2021-01-06T06:42:11.622Z] 36b3adc4ff6f: Verifying Checksum [2021-01-06T06:42:11.622Z] 36b3adc4ff6f: Download complete [2021-01-06T06:42:11.622Z] 46f8f816bc3b: Verifying Checksum [2021-01-06T06:42:11.622Z] 46f8f816bc3b: Download complete [2021-01-06T06:42:11.886Z] df20fa9351a1: Verifying Checksum [2021-01-06T06:42:11.886Z] df20fa9351a1: Download complete [2021-01-06T06:42:11.886Z] 93b9cdb0e59b: Verifying Checksum [2021-01-06T06:42:11.886Z] 93b9cdb0e59b: Download complete [2021-01-06T06:42:11.886Z] 93b61091891f: Verifying Checksum [2021-01-06T06:42:11.886Z] 93b61091891f: Download complete [2021-01-06T06:42:11.886Z] 5e14af77c1be: Verifying Checksum [2021-01-06T06:42:11.886Z] 5e14af77c1be: Download complete [2021-01-06T06:42:11.886Z] 01666e4c0597: Verifying Checksum [2021-01-06T06:42:11.886Z] 01666e4c0597: Download complete [2021-01-06T06:42:12.150Z] df20fa9351a1: Pull complete [2021-01-06T06:42:12.415Z] 8ad3a11d3b57: Verifying Checksum [2021-01-06T06:42:12.415Z] 8ad3a11d3b57: Download complete [2021-01-06T06:42:12.415Z] 36b3adc4ff6f: Pull complete [2021-01-06T06:42:13.817Z] 8ad3a11d3b57: Pull complete [2021-01-06T06:42:14.082Z] aa168da1d23b: Verifying Checksum [2021-01-06T06:42:14.082Z] aa168da1d23b: Download complete [2021-01-06T06:42:14.082Z] 46f8f816bc3b: Pull complete [2021-01-06T06:42:15.475Z] 93b61091891f: Pull complete [2021-01-06T06:42:15.475Z] 93b9cdb0e59b: Pull complete [2021-01-06T06:42:15.475Z] 5e14af77c1be: Pull complete [2021-01-06T06:42:15.738Z] 01666e4c0597: Pull complete [2021-01-06T06:42:24.000Z] aa168da1d23b: Pull complete [2021-01-06T06:42:24.000Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-06T06:42:24.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-06T06:42:24.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-06T06:42:24.190Z] prd-centos7-docker-4c-2g-18646 does not seem to be running inside a container [2021-01-06T06:42:24.239Z] $ 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/279/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/279 -v /w/workspace/edgex-go/279:/w/workspace/edgex-go/279:rw,z -v /w/workspace/edgex-go/279@tmp:/w/workspace/edgex-go/279@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-lftools-log-publisher:alpine cat [2021-01-06T06:42:27.781Z] $ docker top a268a2e1fbe068d7c76dd0d6784b49a29d58ddc31305085478ba2e84c102ee52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-06T06:42:28.427Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-06T06:42:28.729Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-06T06:42:29.028Z] + ls /var/log/sa-host [2021-01-06T06:42:29.028Z] + sadf -c /var/log/sa-host/sa06 [2021-01-06T06:42:29.028Z] file_magic: OK [2021-01-06T06:42:29.028Z] HZ: Using current value: 100 [2021-01-06T06:42:29.028Z] file_header: OK [2021-01-06T06:42:29.028Z] 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-06T06:42:29.028Z] Statistics: [2021-01-06T06:42:29.028Z] 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-06T06:42:29.028Z] File successfully converted to sysstat format version 12.2.1 [2021-01-06T06:42:29.028Z] + sadf -c /var/log/sa-host/sa23 [2021-01-06T06:42:29.028Z] file_magic: OK [2021-01-06T06:42:29.028Z] HZ: Using current value: 100 [2021-01-06T06:42:29.028Z] file_header: OK [2021-01-06T06:42:29.029Z] 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-06T06:42:29.029Z] Statistics: [2021-01-06T06:42:29.029Z] Hnuu...uuuununununu... [2021-01-06T06:42:29.029Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-06T06:42:29.258Z] provisioning config files... [2021-01-06T06:42:29.272Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/279@tmp/config8671182151160085695tmp [Pipeline] { [Pipeline] echo [2021-01-06T06:42:29.342Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:29.642Z] ---> create-netrc.sh [Pipeline] } [2021-01-06T06:42:29.652Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-06T06:42:29.744Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:30.045Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-06T06:42:30.057Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:30.354Z] ---> sudo-logs.sh [2021-01-06T06:42:30.354Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-06T06:42:30.365Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:30.663Z] ---> job-cost.sh [2021-01-06T06:42:30.663Z] lf-activate-venv: SKIPPING [2021-01-06T06:42:30.663Z] INFO: No Stack... [2021-01-06T06:42:31.671Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-06T06:42:32.270Z] INFO: Archiving Costs [Pipeline] echo [2021-01-06T06:42:32.284Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-06T06:42:32.584Z] ---> logs-deploy.sh [2021-01-06T06:42:32.584Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/279 [2021-01-06T06:42:32.584Z] INFO: archiving workspace using pattern(s): [2021-01-06T06:42:34.509Z] Archives upload complete. [2021-01-06T06:42:34.509Z] INFO: archiving logs to Nexus