Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c2d5dc167efdba7037e3dd944aa45209cd29109f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20511 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/300 [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/300 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c2d5dc167efdba7037e3dd944aa45209cd29109f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 Commit message: "build: Update to use go-mod-messaging v2 (#3032)" > git rev-list --no-walk fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T16:33:30.465Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T16:33:30.735Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T16:33:30.821Z] ========================================================= [2021-01-15T16:33:30.821Z] EdgeX Global Pipelines Version Info [2021-01-15T16:33:30.821Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:33:32.379Z] ------------------- [2021-01-15T16:33:32.379Z] stable info: [2021-01-15T16:33:32.379Z] ------------------- [2021-01-15T16:33:32.379Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T16:33:32.379Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:33:32.379Z] Message: update stable to v1.0.177 [2021-01-15T16:33:33.343Z] ------------------- [2021-01-15T16:33:33.343Z] experimental info: [2021-01-15T16:33:33.343Z] ------------------- [2021-01-15T16:33:33.343Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T16:33:33.343Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:33:33.343Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T16:33:33.595Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T16:33:33.680Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T16:33:33.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T16:33:33.871Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T16:33:33.970Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T16:33:34.053Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T16:33:34.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T16:33:34.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T16:33:34.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T16:33:34.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T16:33:34.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T16:33:34.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T16:33:34.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T16:33:35.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T16:33:35.097Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:33:35.178Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:33:35.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T16:33:35.336Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T16:33:35.436Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T16:33:35.517Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T16:33:35.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T16:33:35.674Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T16:33:35.793Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T16:33:35.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-15T16:33:35.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-15T16:33:36.089Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-15T16:33:36.174Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] echo [2021-01-15T16:33:36.262Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2d5dc1 [Pipeline] echo [2021-01-15T16:33:36.371Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:33:36.533Z] provisioning config files... [2021-01-15T16:33:36.562Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/300@tmp/config7213733155104371096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:33:36.914Z] ---> docker-login.sh [2021-01-15T16:33:36.914Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:33:37.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:33:37.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:33:37.441Z] Configure a credential helper to remove this warning. See [2021-01-15T16:33:37.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:33:37.441Z] [2021-01-15T16:33:37.441Z] Login Succeeded [2021-01-15T16:33:37.441Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:33:37.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:33:37.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:33:37.707Z] Configure a credential helper to remove this warning. See [2021-01-15T16:33:37.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:33:37.707Z] [2021-01-15T16:33:37.707Z] Login Succeeded [2021-01-15T16:33:37.707Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:33:37.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:33:37.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:33:37.707Z] Configure a credential helper to remove this warning. See [2021-01-15T16:33:37.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:33:37.707Z] [2021-01-15T16:33:37.707Z] Login Succeeded [2021-01-15T16:33:37.707Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:33:37.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:33:37.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:33:37.975Z] Configure a credential helper to remove this warning. See [2021-01-15T16:33:37.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:33:37.975Z] [2021-01-15T16:33:37.975Z] Login Succeeded [2021-01-15T16:33:37.975Z] docker.io [2021-01-15T16:33:38.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:33:38.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:33:38.500Z] Configure a credential helper to remove this warning. See [2021-01-15T16:33:38.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:33:38.500Z] [2021-01-15T16:33:38.500Z] Login Succeeded [2021-01-15T16:33:38.500Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:33:38.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:33:38.983Z] ++ 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-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T16:33:38.983Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:33:38.983Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T16:33:38.983Z] ++ cut -d/ -f2 [2021-01-15T16:33:38.983Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T16:33:39.062Z] 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-15T16:33:39.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:33:39.918Z] [2021-01-15T16:33:39.918Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:33:40.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:33:40.359Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T16:33:40.359Z] 31603596830f: Pulling fs layer [2021-01-15T16:33:40.359Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T16:33:40.359Z] 6ca5941a6612: Pulling fs layer [2021-01-15T16:33:40.359Z] ecc8261a40a4: Pulling fs layer [2021-01-15T16:33:40.359Z] ecc8261a40a4: Waiting [2021-01-15T16:33:40.359Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T16:33:40.359Z] 2a8b12db71e7: Download complete [2021-01-15T16:33:40.359Z] 31603596830f: Verifying Checksum [2021-01-15T16:33:40.359Z] 31603596830f: Download complete [2021-01-15T16:33:40.622Z] ecc8261a40a4: Verifying Checksum [2021-01-15T16:33:40.622Z] ecc8261a40a4: Download complete [2021-01-15T16:33:40.622Z] 6ca5941a6612: Verifying Checksum [2021-01-15T16:33:40.622Z] 6ca5941a6612: Download complete [2021-01-15T16:33:40.887Z] 31603596830f: Pull complete [2021-01-15T16:33:40.887Z] 2a8b12db71e7: Pull complete [2021-01-15T16:33:41.860Z] 6ca5941a6612: Pull complete [2021-01-15T16:33:42.140Z] ecc8261a40a4: Pull complete [2021-01-15T16:33:42.140Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T16:33:42.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:33:42.140Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T16:33:42.256Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:33:42.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:33:45.345Z] $ docker top 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:33:45.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:33:45.810Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:33:46.067Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:33:46.072Z] $ docker exec 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 ssh-agent [2021-01-15T16:33:46.262Z] SSH_AUTH_SOCK=/tmp/ssh-dD1pWYuUWFDm/agent.11 [2021-01-15T16:33:46.262Z] SSH_AGENT_PID=16 [2021-01-15T16:33:46.278Z] Running ssh-add (command line suppressed) [2021-01-15T16:33:46.400Z] Identity added: /w/workspace/edgex-go/300@tmp/private_key_7237000952724141284.key (/w/workspace/edgex-go/300@tmp/private_key_7237000952724141284.key) [2021-01-15T16:33:46.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:33:46.794Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T16:33:46.822Z] $ docker exec --env ******** --env ******** 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 ssh-agent -k [2021-01-15T16:33:46.947Z] unset SSH_AUTH_SOCK; [2021-01-15T16:33:46.947Z] unset SSH_AGENT_PID; [2021-01-15T16:33:46.947Z] echo Agent pid 16 killed; [2021-01-15T16:33:47.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T16:33:47.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:33:47.189Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:33:47.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:33:47.370Z] $ docker exec 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 ssh-agent [2021-01-15T16:33:47.548Z] SSH_AUTH_SOCK=/tmp/ssh-naQwDYeGC4Wm/agent.46 [2021-01-15T16:33:47.548Z] SSH_AGENT_PID=52 [2021-01-15T16:33:47.556Z] Running ssh-add (command line suppressed) [2021-01-15T16:33:47.693Z] Identity added: /w/workspace/edgex-go/300@tmp/private_key_4268728724322770942.key (/w/workspace/edgex-go/300@tmp/private_key_4268728724322770942.key) [2021-01-15T16:33:47.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:33:48.091Z] + git semver init [2021-01-15T16:33:48.091Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:33:48.091Z] # $GIT_DIR = /w/workspace/edgex-go/300/.git [2021-01-15T16:33:48.091Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/300 [2021-01-15T16:33:48.091Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:33:48.091Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:33:48.091Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:33:48.091Z] # $SEMVER_BRANCH = master [2021-01-15T16:33:48.091Z] # $SEMVER_TEMP = /tmp/semver-507472837 [2021-01-15T16:33:48.091Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T16:34:10.182Z] # '/tmp/semver-507472837' -> '/w/workspace/edgex-go/300/.semver' [2021-01-15T16:34:10.182Z] # -> Force: false [2021-01-15T16:34:10.182Z] # $SEMVER_DIR = /w/workspace/edgex-go/300/.semver [Pipeline] } [2021-01-15T16:34:10.200Z] $ docker exec --env ******** --env ******** 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 ssh-agent -k [2021-01-15T16:34:10.520Z] unset SSH_AUTH_SOCK; [2021-01-15T16:34:10.521Z] unset SSH_AGENT_PID; [2021-01-15T16:34:10.521Z] echo Agent pid 52 killed; [2021-01-15T16:34:10.637Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:34:11.256Z] + git semver [Pipeline] } [2021-01-15T16:34:11.286Z] $ docker stop --time=1 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 [2021-01-15T16:34:13.234Z] $ docker rm -f 6662d3a3734c156d269ff326e3922c3b2918f69b6c25e0c8acdf149e890841d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:34:13.781Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T16:34:14.454Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T16:34:14.456Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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-15T16:34:15.328Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:34:15.636Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:34:15.952Z] + sudo service docker restart [2021-01-15T16:34:15.952Z] + true [2021-01-15T16:34:15.952Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T16:34:16.936Z] ========================================================= [2021-01-15T16:34:16.936Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T16:34:16.936Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:34:17.328Z] + 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-15T16:34:21.607Z] Sending build context to Docker daemon 326.6MB [2021-01-15T16:34:21.607Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:34:21.607Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:34:21.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T16:34:21.872Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T16:34:21.872Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T16:34:21.872Z] de9db76c5a1d: Pulling fs layer [2021-01-15T16:34:21.872Z] bca2f99d35d6: Pulling fs layer [2021-01-15T16:34:21.872Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T16:34:21.872Z] 7c6f9722023f: Pulling fs layer [2021-01-15T16:34:21.872Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T16:34:21.872Z] 93359f2a8cfa: Waiting [2021-01-15T16:34:21.872Z] 7c6f9722023f: Waiting [2021-01-15T16:34:21.872Z] a35cf1a2eb13: Waiting [2021-01-15T16:34:21.872Z] bca2f99d35d6: Waiting [2021-01-15T16:34:21.872Z] de9db76c5a1d: Verifying Checksum [2021-01-15T16:34:21.872Z] de9db76c5a1d: Download complete [2021-01-15T16:34:21.872Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T16:34:21.872Z] 0ef7d3d256c8: Download complete [2021-01-15T16:34:21.872Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T16:34:21.872Z] 93359f2a8cfa: Download complete [2021-01-15T16:34:21.872Z] 7c6f9722023f: Verifying Checksum [2021-01-15T16:34:21.872Z] 7c6f9722023f: Download complete [2021-01-15T16:34:21.872Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T16:34:21.872Z] 188c0c94c7c5: Download complete [2021-01-15T16:34:22.144Z] 188c0c94c7c5: Pull complete [2021-01-15T16:34:22.407Z] 0ef7d3d256c8: Pull complete [2021-01-15T16:34:22.407Z] de9db76c5a1d: Pull complete [2021-01-15T16:34:25.043Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T16:34:25.043Z] a35cf1a2eb13: Download complete [2021-01-15T16:34:25.633Z] bca2f99d35d6: Download complete [2021-01-15T16:34:29.823Z] Still waiting to schedule task [2021-01-15T16:34:29.824Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-15T16:34:32.542Z] bca2f99d35d6: Pull complete [2021-01-15T16:34:32.542Z] 93359f2a8cfa: Pull complete [2021-01-15T16:34:32.542Z] 7c6f9722023f: Pull complete [2021-01-15T16:34:36.862Z] a35cf1a2eb13: Pull complete [2021-01-15T16:34:37.136Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T16:34:37.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T16:34:37.136Z] ---> a62c8e92a672 [2021-01-15T16:34:37.136Z] 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-15T16:34:37.414Z] ---> Running in 62f088f142d5 [2021-01-15T16:34:37.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:34:38.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:34:39.184Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:34:39.452Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:34:39.734Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:34:39.734Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:34:47.961Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:34:47.961Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:34:47.961Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:34:47.961Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:34:47.961Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:34:47.961Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:34:48.226Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:34:48.226Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:34:48.494Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:34:48.494Z] OK: 233 MiB in 51 packages [2021-01-15T16:34:52.811Z] Removing intermediate container 62f088f142d5 [2021-01-15T16:34:52.811Z] ---> 786f7ea21be2 [2021-01-15T16:34:52.811Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:34:52.811Z] ---> Running in 675dafe83ce0 [2021-01-15T16:34:52.811Z] Removing intermediate container 675dafe83ce0 [2021-01-15T16:34:52.811Z] ---> 8196132e567f [2021-01-15T16:34:52.811Z] Step 5/6 : COPY go.mod . [2021-01-15T16:34:52.811Z] ---> 0c191d6088cb [2021-01-15T16:34:52.811Z] Step 6/6 : RUN go mod download [2021-01-15T16:34:52.811Z] ---> Running in ec8e59670be3 [2021-01-15T16:35:14.981Z] Removing intermediate container ec8e59670be3 [2021-01-15T16:35:14.981Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:35:14.981Z] Successfully built 3c7e3a5b5fa4 [2021-01-15T16:35:14.981Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:35:15.333Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:35:15.333Z] . [Pipeline] withDockerContainer [2021-01-15T16:35:15.509Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:35:15.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:35:16.836Z] $ docker top 7f1193c85d641aa8928f802ec2c31f9a65a31bebe3967d6df4f640cb317e6ac5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:35:17.446Z] + go version [2021-01-15T16:35:17.446Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T16:35:17.507Z] $ docker stop --time=1 7f1193c85d641aa8928f802ec2c31f9a65a31bebe3967d6df4f640cb317e6ac5 [2021-01-15T16:35:19.457Z] $ docker rm -f 7f1193c85d641aa8928f802ec2c31f9a65a31bebe3967d6df4f640cb317e6ac5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:35:20.313Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:35:20.313Z] . [Pipeline] withDockerContainer [2021-01-15T16:35:20.520Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:35:20.605Z] $ 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/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:35:21.735Z] $ docker top 90f34550a0e9d844a46cd1b0aaac21fbc041fa0deb5ecbbe47c747aca09f103c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T16:35:21.978Z] ========================================================= [2021-01-15T16:35:21.978Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T16:35:21.978Z] ========================================================= [Pipeline] sh [2021-01-15T16:35:22.295Z] + make test [2021-01-15T16:35:22.295Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T16:35:34.770Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T16:35:53.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T16:36:04.172Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T16:36:04.627Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T16:36:05.075Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T16:36:08.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T16:36:08.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T16:36:08.823Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T16:36:11.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 46.6% of statements [2021-01-15T16:36:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T16:36:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T16:36:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T16:36:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T16:36:11.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T16:36:18.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.249s coverage: 27.0% of statements [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T16:36:18.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T16:36:18.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T16:36:18.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 67.9% of statements [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T16:36:18.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.3% of statements [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T16:36:18.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T16:36:19.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.631s coverage: 28.6% of statements [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T16:36:19.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T16:36:19.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-01-15T16:36:19.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T16:36:20.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements [2021-01-15T16:36:20.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T16:36:21.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2021-01-15T16:36:21.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T16:36:21.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2021-01-15T16:36:21.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T16:36:21.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T16:36:21.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T16:36:21.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T16:36:24.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.578s coverage: 92.8% of statements [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T16:36:24.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-15T16:36:24.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-01-15T16:36:24.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-01-15T16:36:25.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.2% of statements [2021-01-15T16:36:26.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.133s coverage: 91.4% of statements [2021-01-15T16:36:26.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T16:36:27.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.377s coverage: 63.5% of statements [2021-01-15T16:36:27.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T16:36:27.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T16:36:27.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-01-15T16:36:27.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-01-15T16:36:27.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-15T16:36:28.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-15T16:36:28.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-01-15T16:36:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.776s coverage: 68.9% of statements [2021-01-15T16:36:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T16:36:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T16:36:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T16:36:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T16:36:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T16:36:30.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 37.0% of statements [2021-01-15T16:36:30.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T16:36:30.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T16:36:30.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.646s coverage: 84.0% of statements [2021-01-15T16:36:30.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.140s coverage: 100.0% of statements [2021-01-15T16:36:34.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.211s coverage: 47.1% of statements [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T16:36:34.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.087s coverage: 100.0% of statements [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T16:36:34.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements [2021-01-15T16:36:34.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.018s coverage: 29.1% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.286s coverage: 99.0% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T16:36:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T16:36:36.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T16:36:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-15T16:36:36.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-15T16:36:36.996Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2021-01-15T16:36:37.606Z] GO111MODULE=on go vet ./... [2021-01-15T16:37:17.031Z] gofmt -l . [2021-01-15T16:37:17.031Z] [ "`gofmt -l .`" = "" ] [2021-01-15T16:37:17.335Z] ./bin/test-go-mod-tidy.sh [2021-01-15T16:37:19.478Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T16:37:21.333Z] + ls -al . [2021-01-15T16:37:21.333Z] total 656 [2021-01-15T16:37:21.333Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 16:37 . [2021-01-15T16:37:21.333Z] drwxr-xr-x 4 root root 32 Jan 15 16:35 .. [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 16:33 .dockerignore [2021-01-15T16:37:21.333Z] drwxrwxr-x 8 1001 1001 162 Jan 15 16:33 .git [2021-01-15T16:37:21.333Z] drwxrwxr-x 3 1001 1001 125 Jan 15 16:33 .github [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 16:33 .gitignore [2021-01-15T16:37:21.333Z] drwx------ 3 1001 1001 32 Jan 15 16:34 .semver [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 16:33 .sonarcloud.properties [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:33 Attribution.txt [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:33 CONTRIBUTING.md [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 16:33 Dockerfile.build [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 16:33 Jenkinsfile [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:33 LICENSE [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:33 Makefile [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:33 README.md [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:33 SECURITY.md [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 12 Jan 15 16:34 VERSION [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:33 ZMQWindows.md [2021-01-15T16:37:21.333Z] drwxrwxr-x 2 1001 1001 117 Jan 15 16:33 bin [2021-01-15T16:37:21.333Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 16:33 cmd [2021-01-15T16:37:21.333Z] -rw-r--r-- 1 root root 550280 Jan 15 16:36 coverage.out [2021-01-15T16:37:21.333Z] -rw-r--r-- 1 root root 981 Jan 15 16:37 go.mod [2021-01-15T16:37:21.333Z] -rw-r--r-- 1 root root 19241 Jan 15 16:37 go.sum [2021-01-15T16:37:21.333Z] drwxrwxr-x 8 1001 1001 127 Jan 15 16:33 internal [2021-01-15T16:37:21.333Z] drwxrwxr-x 4 1001 1001 26 Jan 15 16:33 openapi [2021-01-15T16:37:21.333Z] drwxrwxr-x 4 1001 1001 71 Jan 15 16:33 snap [2021-01-15T16:37:21.333Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 16:33 version.go [Pipeline] sh [2021-01-15T16:37:21.751Z] + '[' -e coverage.out ] [2021-01-15T16:37:21.751Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T16:37:22.136Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T16:37:22.818Z] + make build [2021-01-15T16:37:22.818Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T16:37:27.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T16:37:29.148Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20533 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-15T16:37:29.201Z] Running in /w/workspace/edgex-go/300 [Pipeline] { [Pipeline] checkout [2021-01-15T16:37:35.518Z] using credential edgex-jenkins-ssh [2021-01-15T16:37:35.583Z] Cloning the remote Git repository [2021-01-15T16:37:35.671Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:37:35.824Z] > git init /w/workspace/edgex-go/300 # timeout=10 [2021-01-15T16:37:35.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:37:35.944Z] > git --version # timeout=10 [2021-01-15T16:37:35.971Z] > git --version # 'git version 2.17.1' [2021-01-15T16:37:35.975Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:37:36.068Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:37:42.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T16:37:43.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T16:37:46.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T16:37:47.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T16:37:49.000Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T16:37:51.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T16:37:53.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T16:37:55.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T16:37:56.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T16:37:58.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-15T16:38:00.055Z] $ docker stop --time=1 90f34550a0e9d844a46cd1b0aaac21fbc041fa0deb5ecbbe47c747aca09f103c [2021-01-15T16:38:02.044Z] $ docker rm -f 90f34550a0e9d844a46cd1b0aaac21fbc041fa0deb5ecbbe47c747aca09f103c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:05.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:38:05.524Z] [2021-01-15T16:38:05.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:05.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:38:05.895Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T16:38:05.895Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T16:38:05.895Z] ca9280d653b3: Pulling fs layer [2021-01-15T16:38:05.895Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T16:38:06.491Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T16:38:06.491Z] cbdbe7a5bc2a: Download complete [2021-01-15T16:38:07.085Z] cbdbe7a5bc2a: Pull complete [2021-01-15T16:38:08.053Z] ca9280d653b3: Verifying Checksum [2021-01-15T16:38:08.053Z] ca9280d653b3: Download complete [2021-01-15T16:38:10.289Z] ca9280d653b3: Pull complete [2021-01-15T16:38:12.628Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T16:38:12.628Z] 7e9c9ca2126c: Download complete [2021-01-15T16:38:16.184Z] Checking out Revision c2d5dc167efdba7037e3dd944aa45209cd29109f (master) [2021-01-15T16:38:15.419Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:38:15.444Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:38:15.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:38:15.516Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:38:15.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:38:15.536Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T16:38:16.218Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:38:16.310Z] > git checkout -f c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-15T16:38:21.114Z] Commit message: "build: Update to use go-mod-messaging v2 (#3032)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T16:38:22.824Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:38:23.298Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:38:23.668Z] + true [2021-01-15T16:38:23.668Z] + sudo service docker restart [2021-01-15T16:38:25.321Z] 7e9c9ca2126c: Pull complete [2021-01-15T16:38:25.321Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T16:38:25.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:38:25.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T16:38:25.573Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:38:25.673Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:38:26.931Z] $ docker top d66992b28ac8d2f10cf785570abd80508144a1fcc2d7544c361b0bd10c64c964 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-01-15T16:38:27.363Z] provisioning config files... [2021-01-15T16:38:27.417Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/300@tmp/config455330080184812129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:38:27.579Z] + docker-compose build --help [2021-01-15T16:38:27.579Z] + grep parallel [2021-01-15T16:38:28.871Z] ---> docker-login.sh [2021-01-15T16:38:28.871Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:38:28.890Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:38:28.921Z] $ docker stop --time=1 d66992b28ac8d2f10cf785570abd80508144a1fcc2d7544c361b0bd10c64c964 [2021-01-15T16:38:29.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:38:29.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:38:29.160Z] Configure a credential helper to remove this warning. See [2021-01-15T16:38:29.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:38:29.160Z] [2021-01-15T16:38:29.160Z] Login Succeeded [2021-01-15T16:38:29.160Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:38:29.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:38:29.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:38:29.765Z] Configure a credential helper to remove this warning. See [2021-01-15T16:38:29.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:38:29.765Z] [2021-01-15T16:38:29.765Z] Login Succeeded [2021-01-15T16:38:29.765Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:38:30.359Z] $ docker rm -f d66992b28ac8d2f10cf785570abd80508144a1fcc2d7544c361b0bd10c64c964 [2021-01-15T16:38:30.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:38:30.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:38:30.366Z] Configure a credential helper to remove this warning. See [2021-01-15T16:38:30.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:38:30.366Z] [2021-01-15T16:38:30.366Z] Login Succeeded [2021-01-15T16:38:30.366Z] nexus3.edgexfoundry.org:10004 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:30.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:38:30.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:38:30.984Z] Configure a credential helper to remove this warning. See [2021-01-15T16:38:30.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:38:30.984Z] [2021-01-15T16:38:30.984Z] Login Succeeded [2021-01-15T16:38:30.984Z] docker.io [2021-01-15T16:38:31.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:38:31.120Z] . [Pipeline] withDockerContainer [2021-01-15T16:38:31.253Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:38:31.315Z] $ 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/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:38:31.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:38:31.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:38:31.869Z] Configure a credential helper to remove this warning. See [2021-01-15T16:38:31.869Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:38:31.869Z] [2021-01-15T16:38:31.869Z] Login Succeeded [2021-01-15T16:38:31.869Z] ---> docker-login.sh ends [2021-01-15T16:38:32.258Z] $ docker top aa2d1b5522944f9ffc8150edc3760b0bdd8e7aaac881801de1a56ed835ff941c -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-15T16:38:32.491Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-15T16:38:32.859Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-01-15T16:38:33.037Z] ========================================================= [2021-01-15T16:38:33.038Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T16:38:33.038Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:33.461Z] + 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-15T16:38:34.271Z] Building docker-core-command-go ... [2021-01-15T16:38:34.271Z] Building docker-core-data-go ... [2021-01-15T16:38:34.271Z] Building docker-core-metadata-go ... [2021-01-15T16:38:34.271Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:38:34.271Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:38:34.271Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:38:34.271Z] Building docker-support-notifications-go ... [2021-01-15T16:38:34.271Z] Building docker-support-scheduler-go ... [2021-01-15T16:38:34.271Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:38:34.271Z] Building docker-support-notifications-go [2021-01-15T16:38:34.271Z] Building docker-support-scheduler-go [2021-01-15T16:38:34.271Z] Building docker-sys-mgmt-agent-go [2021-01-15T16:38:34.271Z] Building docker-security-bootstrap-redis-go [2021-01-15T16:38:34.271Z] Building docker-core-command-go [2021-01-15T16:38:36.170Z] Sending build context to Docker daemon 165.5MB [2021-01-15T16:38:36.170Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:38:36.170Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:38:36.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T16:38:36.519Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T16:38:36.519Z] a4357932f1b6: Pulling fs layer [2021-01-15T16:38:36.519Z] 18c013af1878: Pulling fs layer [2021-01-15T16:38:36.519Z] 00ac8860ef70: Pulling fs layer [2021-01-15T16:38:36.519Z] 63d7cb157983: Pulling fs layer [2021-01-15T16:38:36.519Z] 00ac8860ef70: Waiting [2021-01-15T16:38:36.519Z] b116817d02f9: Pulling fs layer [2021-01-15T16:38:36.519Z] 745a02a5169b: Pulling fs layer [2021-01-15T16:38:36.519Z] 63d7cb157983: Waiting [2021-01-15T16:38:36.519Z] b116817d02f9: Waiting [2021-01-15T16:38:36.519Z] 745a02a5169b: Waiting [2021-01-15T16:38:36.519Z] 18c013af1878: Verifying Checksum [2021-01-15T16:38:36.519Z] 18c013af1878: Download complete [2021-01-15T16:38:36.519Z] a4357932f1b6: Verifying Checksum [2021-01-15T16:38:36.519Z] a4357932f1b6: Download complete [2021-01-15T16:38:36.519Z] 63d7cb157983: Download complete [2021-01-15T16:38:36.519Z] b116817d02f9: Download complete [2021-01-15T16:38:36.519Z] 5f621e34cdf4: Download complete [2021-01-15T16:38:37.159Z] 5f621e34cdf4: Pull complete [2021-01-15T16:38:37.781Z] a4357932f1b6: Pull complete [2021-01-15T16:38:38.061Z] 18c013af1878: Pull complete [2021-01-15T16:38:38.667Z] 745a02a5169b: Verifying Checksum [2021-01-15T16:38:38.667Z] 745a02a5169b: Download complete [2021-01-15T16:38:40.687Z] 00ac8860ef70: Verifying Checksum [2021-01-15T16:38:40.687Z] 00ac8860ef70: Download complete [2021-01-15T16:38:50.907Z] 00ac8860ef70: Pull complete [2021-01-15T16:38:50.907Z] 63d7cb157983: Pull complete [2021-01-15T16:38:50.907Z] b116817d02f9: Pull complete [2021-01-15T16:38:55.238Z] 745a02a5169b: Pull complete [2021-01-15T16:38:55.238Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T16:38:55.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T16:38:55.238Z] ---> b7e6874047d6 [2021-01-15T16:38:55.238Z] 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-15T16:38:58.639Z] ---> Running in bd228b4733da [2021-01-15T16:38:59.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:39:01.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:39:02.865Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:39:03.455Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:39:03.455Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:39:03.455Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:39:21.371Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:39:21.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:39:21.372Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:39:21.372Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:39:21.372Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:39:21.372Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:39:21.372Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:39:21.372Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:39:21.372Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:39:21.372Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:39:21.372Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:39:21.372Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:39:21.372Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:39:21.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:39:21.372Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:39:21.372Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:39:21.372Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:39:21.372Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:39:21.372Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:39:21.372Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:39:21.372Z] ---> Running in 49a39ddfd65b [2021-01-15T16:39:21.372Z] ---> Running in d8cec44e80fb [2021-01-15T16:39:21.372Z] ---> Running in fee437c93719 [2021-01-15T16:39:21.372Z] ---> Running in 98dc67bdc71c [2021-01-15T16:39:21.372Z] ---> Running in e4961f35aa9e [2021-01-15T16:39:21.372Z] Removing intermediate container fee437c93719 [2021-01-15T16:39:21.372Z] ---> 7efe340bab39 [2021-01-15T16:39:21.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:39:21.372Z] Removing intermediate container 98dc67bdc71c [2021-01-15T16:39:21.372Z] ---> 41ed11a53f4b [2021-01-15T16:39:21.372Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:39:21.372Z] Removing intermediate container e4961f35aa9e [2021-01-15T16:39:21.372Z] ---> e361f6a918a2 [2021-01-15T16:39:21.372Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:39:21.372Z] Removing intermediate container d8cec44e80fb [2021-01-15T16:39:21.372Z] ---> 85cf20611ae3 [2021-01-15T16:39:21.372Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:39:21.372Z] Removing intermediate container 49a39ddfd65b [2021-01-15T16:39:21.372Z] ---> abd45965040d [2021-01-15T16:39:21.372Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:39:21.372Z] ---> Running in e2fa0b6fbcd4 [2021-01-15T16:39:21.372Z] ---> Running in c0197cbde9f8 [2021-01-15T16:39:21.372Z] ---> Running in 1ea15e1f45dd [2021-01-15T16:39:21.372Z] ---> Running in e758da26b69f [2021-01-15T16:39:21.372Z] ---> Running in 8bf22f71a797 [2021-01-15T16:39:21.372Z] Removing intermediate container 1ea15e1f45dd [2021-01-15T16:39:21.372Z] ---> 0e8bd5546403 [2021-01-15T16:39:21.372Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:39:21.372Z] ---> Running in 996a6ea84628 [2021-01-15T16:39:21.372Z] Removing intermediate container e758da26b69f [2021-01-15T16:39:21.372Z] ---> ce674bc5507e [2021-01-15T16:39:21.372Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T16:39:21.372Z] Removing intermediate container 8bf22f71a797 [2021-01-15T16:39:21.372Z] ---> 3f30a0d0b180 [2021-01-15T16:39:21.372Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:39:21.372Z] Removing intermediate container c0197cbde9f8 [2021-01-15T16:39:21.372Z] ---> 144004cdad9a [2021-01-15T16:39:21.372Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:39:21.372Z] ---> Running in eb44025e6768 [2021-01-15T16:39:21.372Z] ---> Running in 672b570ae407 [2021-01-15T16:39:21.372Z] ---> Running in 6217dc119979 [2021-01-15T16:39:21.372Z] Removing intermediate container e2fa0b6fbcd4 [2021-01-15T16:39:21.372Z] ---> f23a83d33931 [2021-01-15T16:39:21.372Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:39:21.372Z] ---> Running in 83a0791329af [2021-01-15T16:39:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:21.793Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:39:21.793Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:39:21.793Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:39:21.793Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:39:21.793Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:39:21.793Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:39:22.072Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:39:22.072Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:39:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:22.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:39:22.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:39:22.347Z] OK: 217 MiB in 51 packages [2021-01-15T16:39:22.863Z] OK: 233 MiB in 51 packages [2021-01-15T16:39:23.160Z] OK: 233 MiB in 51 packages [2021-01-15T16:39:23.453Z] OK: 233 MiB in 51 packages [2021-01-15T16:39:23.453Z] OK: 233 MiB in 51 packages [2021-01-15T16:39:23.453Z] OK: 233 MiB in 51 packages [2021-01-15T16:39:23.791Z] Removing intermediate container 996a6ea84628 [2021-01-15T16:39:23.791Z] ---> 012348e24abb [2021-01-15T16:39:23.791Z] Step 6/24 : COPY go.mod . [2021-01-15T16:39:24.413Z] ---> 569b2a6c273e [2021-01-15T16:39:24.413Z] Step 7/24 : RUN go mod download [2021-01-15T16:39:24.413Z] Removing intermediate container eb44025e6768 [2021-01-15T16:39:24.413Z] ---> b25cd16a365d [2021-01-15T16:39:24.413Z] Step 6/21 : COPY go.mod . [2021-01-15T16:39:24.413Z] ---> Running in 88f181b154c8 [2021-01-15T16:39:24.680Z] Removing intermediate container 6217dc119979 [2021-01-15T16:39:24.680Z] ---> 13f010c73844 [2021-01-15T16:39:24.680Z] Step 6/22 : COPY go.mod . [2021-01-15T16:39:24.953Z] Removing intermediate container 83a0791329af [2021-01-15T16:39:24.953Z] ---> a0abedb33478 [2021-01-15T16:39:24.953Z] Step 6/22 : COPY go.mod . [2021-01-15T16:39:24.953Z] ---> 0f1f9502d15f [2021-01-15T16:39:24.953Z] Step 7/21 : RUN go mod download [2021-01-15T16:39:24.953Z] Removing intermediate container 672b570ae407 [2021-01-15T16:39:24.953Z] ---> 647f86cb62b3 [2021-01-15T16:39:24.953Z] Step 6/26 : COPY go.mod . [2021-01-15T16:39:25.222Z] ---> Running in 644c72173f81 [2021-01-15T16:39:25.222Z] ---> 254403004cc8 [2021-01-15T16:39:25.222Z] Step 7/22 : RUN go mod download [2021-01-15T16:39:25.502Z] ---> Running in bb81214e4790 [2021-01-15T16:39:25.502Z] ---> 8c0503c0350a [2021-01-15T16:39:25.502Z] Step 7/22 : RUN go mod download [2021-01-15T16:39:25.502Z] ---> 11cd5a5fc532 [2021-01-15T16:39:25.502Z] Step 7/26 : RUN go mod download [2021-01-15T16:39:25.792Z] ---> Running in e3b2e815e292 [2021-01-15T16:39:25.792Z] ---> Running in 0642adde01ac [2021-01-15T16:39:26.677Z] Removing intermediate container bd228b4733da [2021-01-15T16:39:26.677Z] ---> 2e1f27675813 [2021-01-15T16:39:26.677Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:39:26.677Z] ---> Running in bb4e6448a6df [2021-01-15T16:39:26.958Z] Removing intermediate container bb4e6448a6df [2021-01-15T16:39:26.958Z] ---> e2b75dee6b53 [2021-01-15T16:39:26.958Z] Step 5/6 : COPY go.mod . [2021-01-15T16:39:27.947Z] ---> 521b9774883d [2021-01-15T16:39:27.947Z] Step 6/6 : RUN go mod download [2021-01-15T16:39:27.947Z] ---> Running in 59c4398a2877 [2021-01-15T16:39:28.517Z] Removing intermediate container 644c72173f81 [2021-01-15T16:39:28.517Z] ---> 6200eedcf9d1 [2021-01-15T16:39:28.517Z] Step 8/21 : COPY . . [2021-01-15T16:39:28.517Z] Removing intermediate container bb81214e4790 [2021-01-15T16:39:28.517Z] ---> d4f8e61784a1 [2021-01-15T16:39:28.517Z] Step 8/22 : COPY . . [2021-01-15T16:39:28.517Z] Removing intermediate container 88f181b154c8 [2021-01-15T16:39:28.517Z] ---> 9714a32396e8 [2021-01-15T16:39:28.517Z] Step 8/24 : COPY . . [2021-01-15T16:39:29.543Z] Removing intermediate container 0642adde01ac [2021-01-15T16:39:29.543Z] ---> 51be04ff7286 [2021-01-15T16:39:29.543Z] Step 8/26 : COPY . . [2021-01-15T16:39:31.613Z] Removing intermediate container e3b2e815e292 [2021-01-15T16:39:31.613Z] ---> c121be0abb65 [2021-01-15T16:39:31.613Z] Step 8/22 : COPY . . [2021-01-15T16:39:54.783Z] Removing intermediate container 59c4398a2877 [2021-01-15T16:39:54.783Z] ---> b33f6d736341 [2021-01-15T16:39:55.380Z] Successfully built b33f6d736341 [2021-01-15T16:39:55.380Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:39:55.737Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T16:39:55.737Z] . [Pipeline] withDockerContainer [2021-01-15T16:39:56.048Z] prd-ubuntu18.04-docker-arm64-4c-16g-20533 does not seem to be running inside a container [2021-01-15T16:39:56.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T16:39:57.848Z] $ docker top 826cff4891e9eb665a2757cc60c9e4be7b1fc4bc575317c5eb8739feb4559197 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:39:58.930Z] + go version [2021-01-15T16:39:58.930Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T16:39:58.976Z] $ docker stop --time=1 826cff4891e9eb665a2757cc60c9e4be7b1fc4bc575317c5eb8739feb4559197 [2021-01-15T16:40:01.006Z] $ docker rm -f 826cff4891e9eb665a2757cc60c9e4be7b1fc4bc575317c5eb8739feb4559197 [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-15T16:40:02.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:40:02.616Z] [2021-01-15T16:40:02.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:40:03.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:40:03.292Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T16:40:03.292Z] 29e5d40040c1: Pulling fs layer [2021-01-15T16:40:03.292Z] 1ce36da41761: Pulling fs layer [2021-01-15T16:40:03.292Z] 25b303627fd3: Pulling fs layer [2021-01-15T16:40:03.292Z] 29e5d40040c1: Download complete [2021-01-15T16:40:03.892Z] 1ce36da41761: Verifying Checksum [2021-01-15T16:40:03.892Z] 1ce36da41761: Download complete [2021-01-15T16:40:04.167Z] 29e5d40040c1: Pull complete [2021-01-15T16:40:05.609Z] 1ce36da41761: Pull complete [2021-01-15T16:40:05.609Z] 25b303627fd3: Verifying Checksum [2021-01-15T16:40:05.609Z] 25b303627fd3: Download complete [2021-01-15T16:40:15.790Z] 25b303627fd3: Pull complete [2021-01-15T16:40:15.790Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T16:40:15.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:40:15.790Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T16:40:16.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-20533 does not seem to be running inside a container [2021-01-15T16:40:16.123Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T16:40:19.199Z] ---> 907b2c78d50b [2021-01-15T16:40:19.199Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:40:19.199Z] ---> 23b351ddb837 [2021-01-15T16:40:19.199Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:40:19.199Z] ---> 56db02766c0e [2021-01-15T16:40:19.199Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:40:19.199Z] ---> c7c7663ba691 [2021-01-15T16:40:19.199Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T16:40:19.199Z] ---> Running in e8e3b7208bda [2021-01-15T16:40:19.199Z] ---> 9b614d30ea33 [2021-01-15T16:40:19.199Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:40:19.199Z] ---> Running in 0a7a196f80a2 [2021-01-15T16:40:19.199Z] ---> Running in 494bbec67610 [2021-01-15T16:40:19.199Z] ---> Running in 80b161d92f3a [2021-01-15T16:40:19.199Z] ---> Running in 7c02ffbf4345 [2021-01-15T16:40:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T16:40:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T16:40:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T16:40:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T16:40:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T16:40:19.580Z] $ docker top 2c79838a6b53eefdc154eb735b34cf55fa2f66023049d894a3c8b59473dbcc1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:40:20.618Z] + grep parallel [2021-01-15T16:40:20.618Z] + docker-compose build --help [2021-01-15T16:40:26.013Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:40:26.035Z] $ docker stop --time=1 2c79838a6b53eefdc154eb735b34cf55fa2f66023049d894a3c8b59473dbcc1c [2021-01-15T16:40:28.152Z] $ docker rm -f 2c79838a6b53eefdc154eb735b34cf55fa2f66023049d894a3c8b59473dbcc1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:40:29.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:40:29.090Z] . [Pipeline] withDockerContainer [2021-01-15T16:40:29.525Z] prd-ubuntu18.04-docker-arm64-4c-16g-20533 does not seem to be running inside a container [2021-01-15T16:40:29.626Z] $ 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/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:40:31.221Z] $ docker top 0f4bf62dfbb56316cab0b104fb344110a8f747b8c86bdac646aa10b861d521f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:40:32.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T16:40:37.685Z] Building docker-core-command-go ... [2021-01-15T16:40:37.685Z] Building docker-core-data-go ... [2021-01-15T16:40:37.685Z] Building docker-core-metadata-go ... [2021-01-15T16:40:37.685Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:40:37.685Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:40:37.685Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:40:37.685Z] Building docker-support-notifications-go ... [2021-01-15T16:40:37.685Z] Building docker-support-scheduler-go ... [2021-01-15T16:40:37.685Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:40:37.685Z] Building docker-sys-mgmt-agent-go [2021-01-15T16:40:37.685Z] Building docker-support-scheduler-go [2021-01-15T16:40:37.685Z] Building docker-security-proxy-setup-go [2021-01-15T16:40:37.685Z] Building docker-core-command-go [2021-01-15T16:40:37.685Z] Building docker-security-secretstore-setup-go [2021-01-15T16:41:06.870Z] Removing intermediate container 0a7a196f80a2 [2021-01-15T16:41:06.870Z] ---> f9031b9b3e46 [2021-01-15T16:41:06.870Z] [2021-01-15T16:41:06.870Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T16:41:06.870Z] Removing intermediate container 494bbec67610 [2021-01-15T16:41:06.870Z] ---> 4c7c28d3bfee [2021-01-15T16:41:06.870Z] [2021-01-15T16:41:06.870Z] Step 10/21 : FROM scratch [2021-01-15T16:41:06.870Z] ---> [2021-01-15T16:41:06.870Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:41:06.870Z] Removing intermediate container 7c02ffbf4345 [2021-01-15T16:41:06.870Z] ---> 3255d9309530 [2021-01-15T16:41:06.870Z] [2021-01-15T16:41:06.870Z] Step 10/24 : FROM scratch [2021-01-15T16:41:06.870Z] ---> [2021-01-15T16:41:06.870Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:41:06.870Z] Removing intermediate container e8e3b7208bda [2021-01-15T16:41:06.870Z] ---> 7b637ca934d7 [2021-01-15T16:41:06.870Z] [2021-01-15T16:41:06.870Z] Step 10/22 : FROM scratch [2021-01-15T16:41:06.870Z] ---> [2021-01-15T16:41:06.871Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:41:06.871Z] 3.12: Pulling from library/alpine [2021-01-15T16:41:06.871Z] Removing intermediate container 80b161d92f3a [2021-01-15T16:41:06.871Z] ---> cd94aefeea35 [2021-01-15T16:41:06.871Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T16:41:06.871Z] ---> Running in 86b8c61d6b43 [2021-01-15T16:41:06.871Z] ---> Running in 5c208d4e3210 [2021-01-15T16:41:06.871Z] ---> Running in a9f1de04932b [2021-01-15T16:41:06.871Z] ---> Running in b3444378143b [2021-01-15T16:41:06.871Z] Removing intermediate container a9f1de04932b [2021-01-15T16:41:06.871Z] ---> c3c5c194329a [2021-01-15T16:41:06.871Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T16:41:06.871Z] Removing intermediate container 5c208d4e3210 [2021-01-15T16:41:06.871Z] ---> 0f458d013929 [2021-01-15T16:41:06.871Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:41:06.871Z] Removing intermediate container b3444378143b [2021-01-15T16:41:06.871Z] ---> 365e7117f804 [2021-01-15T16:41:06.871Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:41:06.871Z] ---> Running in 05ad0a5bfc01 [2021-01-15T16:41:06.871Z] ---> Running in 381e4f020567 [2021-01-15T16:41:06.871Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:41:06.871Z] ---> Running in 40f18b5cabf2 [2021-01-15T16:41:06.871Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:41:06.871Z] ---> 389fef711851 [2021-01-15T16:41:06.871Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:41:06.871Z] ---> Running in 0ecb476cb18a [2021-01-15T16:41:06.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T16:41:06.871Z] Removing intermediate container 05ad0a5bfc01 [2021-01-15T16:41:06.871Z] ---> a77d14aafdfc [2021-01-15T16:41:06.871Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T16:41:06.871Z] Removing intermediate container 381e4f020567 [2021-01-15T16:41:06.871Z] ---> 2276d960f7b3 [2021-01-15T16:41:06.871Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:41:06.871Z] Removing intermediate container 40f18b5cabf2 [2021-01-15T16:41:06.871Z] ---> 5557c149b78f [2021-01-15T16:41:06.871Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:41:06.871Z] ---> Running in 8d61feb9d03b [2021-01-15T16:41:06.871Z] ---> Running in f465635112ee [2021-01-15T16:41:06.871Z] ---> Running in 6c5a1928d3c9 [2021-01-15T16:41:06.871Z] Removing intermediate container 8d61feb9d03b [2021-01-15T16:41:06.871Z] ---> 3c26574c96b4 [2021-01-15T16:41:06.871Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:41:06.871Z] Removing intermediate container f465635112ee [2021-01-15T16:41:06.871Z] ---> 4d180bb4ff07 [2021-01-15T16:41:06.871Z] Step 14/22 : WORKDIR / [2021-01-15T16:41:06.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:06.871Z] Removing intermediate container 6c5a1928d3c9 [2021-01-15T16:41:06.871Z] ---> 49abe8b98f22 [2021-01-15T16:41:06.871Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:41:06.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:06.871Z] ---> Running in 4d4b013cb739 [2021-01-15T16:41:06.871Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:41:06.871Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:41:06.871Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:41:06.871Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:41:06.871Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:41:06.871Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:41:06.871Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:41:06.871Z] ---> 7fede3f6cf21 [2021-01-15T16:41:06.871Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T16:41:06.871Z] OK: 7 MiB in 19 packages [2021-01-15T16:41:06.871Z] ---> 3afde6720abc [2021-01-15T16:41:06.871Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:41:06.871Z] Removing intermediate container 4d4b013cb739 [2021-01-15T16:41:06.871Z] ---> acdaeada0263 [2021-01-15T16:41:06.871Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:41:06.871Z] ---> a637f09a27b0 [2021-01-15T16:41:06.871Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:41:06.871Z] Removing intermediate container 86b8c61d6b43 [2021-01-15T16:41:06.871Z] ---> 4115e17bcfe5 [2021-01-15T16:41:06.871Z] [2021-01-15T16:41:06.871Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T16:41:06.871Z] ---> 3bbb693e7019 [2021-01-15T16:41:06.871Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T16:41:06.871Z] 20.10.0: Pulling from library/docker [2021-01-15T16:41:06.871Z] ---> 21227535e978 [2021-01-15T16:41:06.871Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:41:06.871Z] Removing intermediate container 0ecb476cb18a [2021-01-15T16:41:06.871Z] ---> 52324f2530d1 [2021-01-15T16:41:06.871Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T16:41:07.218Z] ---> Running in d2d224b405f8 [2021-01-15T16:41:07.218Z] ---> 3396a6cc2de2 [2021-01-15T16:41:07.218Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:41:07.218Z] ---> c662f38cb5ff [2021-01-15T16:41:07.218Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T16:41:07.542Z] ---> Running in 3f277951b94e [2021-01-15T16:41:07.846Z] Removing intermediate container d2d224b405f8 [2021-01-15T16:41:07.846Z] ---> 203ad912bf91 [2021-01-15T16:41:07.846Z] Step 13/22 : WORKDIR / [2021-01-15T16:41:08.167Z] ---> Running in ddf1e6c32702 [2021-01-15T16:41:08.167Z] ---> 2e29482c7b70 [2021-01-15T16:41:08.167Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:41:08.167Z] ---> 1292aa3ddbeb [2021-01-15T16:41:08.167Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:41:08.492Z] ---> Running in c1046941ba99 [2021-01-15T16:41:08.492Z] Removing intermediate container 3f277951b94e [2021-01-15T16:41:08.492Z] ---> 9d6672ee9065 [2021-01-15T16:41:08.492Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:41:08.492Z] ---> Running in efce61535763 [2021-01-15T16:41:08.790Z] Removing intermediate container ddf1e6c32702 [2021-01-15T16:41:08.790Z] ---> 3f4c39a46fbd [2021-01-15T16:41:08.790Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:41:08.790Z] Removing intermediate container c1046941ba99 [2021-01-15T16:41:08.790Z] ---> aaccca29a0f1 [2021-01-15T16:41:08.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:41:09.063Z] ---> Running in defa1fb39f91 [2021-01-15T16:41:09.063Z] Removing intermediate container efce61535763 [2021-01-15T16:41:09.063Z] ---> 384602a0efb9 [2021-01-15T16:41:09.063Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:41:09.063Z] ---> 1eb93e74de95 [2021-01-15T16:41:09.063Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:41:09.353Z] ---> Running in 893de8648737 [2021-01-15T16:41:09.353Z] ---> 1192ffcec9d4 [2021-01-15T16:41:09.353Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T16:41:09.635Z] Removing intermediate container defa1fb39f91 [2021-01-15T16:41:09.635Z] ---> f8dc325a26fb [2021-01-15T16:41:09.635Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:41:09.635Z] ---> Running in 7b03933c7ba0 [2021-01-15T16:41:09.635Z] Removing intermediate container 893de8648737 [2021-01-15T16:41:09.635Z] ---> 403daaacbd6b [2021-01-15T16:41:09.635Z] Step 20/21 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:41:09.924Z] ---> Running in 2204b0b1c728 [2021-01-15T16:41:10.221Z] ---> cad2baf5e63a [2021-01-15T16:41:10.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:41:10.221Z] Removing intermediate container 7b03933c7ba0 [2021-01-15T16:41:10.221Z] ---> 022a59078eb0 [2021-01-15T16:41:10.221Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:41:10.499Z] Removing intermediate container 2204b0b1c728 [2021-01-15T16:41:10.499Z] ---> 5e829777caa6 [2021-01-15T16:41:10.499Z] Step 21/21 : LABEL version=2.0.0-dev.41 [2021-01-15T16:41:10.499Z] ---> Running in 31059b00e4b0 [2021-01-15T16:41:10.499Z] ---> c462ff3f5338 [2021-01-15T16:41:10.499Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T16:41:10.499Z] ---> Running in ca31450b1068 [2021-01-15T16:41:10.786Z] ---> 8bda2c68c085 [2021-01-15T16:41:10.786Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:41:11.086Z] Removing intermediate container 31059b00e4b0 [2021-01-15T16:41:11.086Z] ---> 9a9547b38a3c [2021-01-15T16:41:11.086Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:41:11.360Z] ---> Running in 86e164e9735d [2021-01-15T16:41:11.635Z] ---> Running in c356f6551e21 [2021-01-15T16:41:11.635Z] ---> 19045c1db143 [2021-01-15T16:41:11.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T16:41:11.635Z] Removing intermediate container ca31450b1068 [2021-01-15T16:41:11.635Z] ---> b8c016540dba [2021-01-15T16:41:11.635Z] [2021-01-15T16:41:11.635Z] Removing intermediate container 86e164e9735d [2021-01-15T16:41:11.635Z] ---> 00d2391b9261 [2021-01-15T16:41:11.635Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:41:11.929Z] ---> Running in ac9c65208e9a [2021-01-15T16:41:11.929Z] Removing intermediate container c356f6551e21 [2021-01-15T16:41:11.929Z] ---> 54bc481599c9 [2021-01-15T16:41:11.929Z] [2021-01-15T16:41:11.929Z] Successfully built b8c016540dba [2021-01-15T16:41:12.195Z] ---> f20106a2f9b5 [2021-01-15T16:41:12.195Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T16:41:12.195Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T16:41:12.195Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-15T16:41:12.195Z] Removing intermediate container ac9c65208e9a [2021-01-15T16:41:12.195Z] ---> 9116b8229afc [2021-01-15T16:41:12.195Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:41:12.195Z] Successfully built 54bc481599c9 [2021-01-15T16:41:12.492Z] ---> Running in c27dba252851 [2021-01-15T16:41:12.492Z] Successfully tagged docker-core-command-go:latest [2021-01-15T16:41:12.492Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-15T16:41:12.492Z] ---> Running in 4768c0c466c2 [2021-01-15T16:41:13.149Z] Removing intermediate container 4768c0c466c2 [2021-01-15T16:41:13.149Z] ---> bf7115cc6eff [2021-01-15T16:41:13.149Z] Step 23/24 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:41:13.149Z] ---> Running in 1aa69cfe21a1 [2021-01-15T16:41:15.897Z] Removing intermediate container 1aa69cfe21a1 [2021-01-15T16:41:15.897Z] ---> a959b6c5fd53 [2021-01-15T16:41:15.897Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-01-15T16:41:16.176Z] ---> Running in 6d62fd888e25 [2021-01-15T16:41:18.922Z] Removing intermediate container 6d62fd888e25 [2021-01-15T16:41:18.922Z] ---> 1973317a6b78 [2021-01-15T16:41:18.922Z] [2021-01-15T16:41:18.922Z] Removing intermediate container c27dba252851 [2021-01-15T16:41:18.922Z] ---> 39867ae8946f [2021-01-15T16:41:18.922Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T16:41:19.213Z] ---> Running in b6feb66cbee2 [2021-01-15T16:41:19.485Z] Successfully built 1973317a6b78 [2021-01-15T16:41:19.771Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T16:41:19.771Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-15T16:41:20.430Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T16:41:20.430Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T16:41:20.430Z] ---> aefe523efa57 [2021-01-15T16:41:20.430Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T16:41:20.697Z] Removing intermediate container b6feb66cbee2 [2021-01-15T16:41:20.697Z] ---> b853038b3416 [2021-01-15T16:41:20.697Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:41:20.697Z] ---> Running in 634c5a1ff0e9 [2021-01-15T16:41:21.321Z] ---> Running in 69de6efaff58 [2021-01-15T16:41:21.964Z] Removing intermediate container 69de6efaff58 [2021-01-15T16:41:21.964Z] ---> 6cbb25fb8afd [2021-01-15T16:41:21.964Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:41:22.576Z] ---> Running in 03a061825eb4 [2021-01-15T16:41:23.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:23.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:23.301Z] Removing intermediate container 03a061825eb4 [2021-01-15T16:41:23.301Z] ---> 875b60824393 [2021-01-15T16:41:23.301Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:41:23.301Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T16:41:23.827Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T16:41:23.827Z] Executing bash-5.0.17-r0.post-install [2021-01-15T16:41:23.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:41:23.827Z] OK: 12 MiB in 22 packages [2021-01-15T16:41:24.859Z] ---> Running in e4da2ddce37e [2021-01-15T16:41:25.312Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:25.312Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:25.312Z] ---> b33f6d736341 [2021-01-15T16:41:25.312Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:41:25.312Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:25.312Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:25.312Z] ---> b33f6d736341 [2021-01-15T16:41:25.312Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:41:25.312Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:25.312Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:25.312Z] ---> b33f6d736341 [2021-01-15T16:41:25.312Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:41:25.312Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:25.312Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:25.312Z] ---> b33f6d736341 [2021-01-15T16:41:25.312Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:41:25.312Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:25.312Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:25.312Z] ---> b33f6d736341 [2021-01-15T16:41:25.312Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:41:25.471Z] Removing intermediate container e4da2ddce37e [2021-01-15T16:41:25.471Z] ---> 176828aa4189 [2021-01-15T16:41:25.471Z] [2021-01-15T16:41:25.594Z] ---> Running in 58bea1360528 [2021-01-15T16:41:25.595Z] ---> Running in a97acec54de6 [2021-01-15T16:41:25.595Z] ---> Running in 224501f76404 [2021-01-15T16:41:25.595Z] ---> Running in 212382ae1828 [2021-01-15T16:41:25.595Z] ---> Running in 81ac679d50ab [2021-01-15T16:41:26.065Z] Successfully built 176828aa4189 [2021-01-15T16:41:26.065Z] Removing intermediate container 634c5a1ff0e9 [2021-01-15T16:41:26.065Z] ---> ea1549577d95 [2021-01-15T16:41:26.065Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T16:41:26.195Z] Removing intermediate container 212382ae1828 [2021-01-15T16:41:26.195Z] ---> 2a36f62a870e [2021-01-15T16:41:26.195Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:26.195Z] Removing intermediate container 81ac679d50ab [2021-01-15T16:41:26.195Z] ---> 4f2fc440bd00 [2021-01-15T16:41:26.195Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:26.195Z] Removing intermediate container 58bea1360528 [2021-01-15T16:41:26.195Z] ---> 0b7f7990fdb1 [2021-01-15T16:41:26.195Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:26.338Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T16:41:26.338Z] Building docker-security-proxy-setup-go [2021-01-15T16:41:26.467Z] Removing intermediate container a97acec54de6 [2021-01-15T16:41:26.467Z] ---> 4887e6e3e963 [2021-01-15T16:41:26.467Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:26.467Z] Removing intermediate container 224501f76404 [2021-01-15T16:41:26.467Z] ---> 82c430c4adf4 [2021-01-15T16:41:26.467Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:26.467Z] ---> Running in feb028a00b67 [2021-01-15T16:41:26.467Z] ---> Running in 1f308eee9a37 [2021-01-15T16:41:26.467Z] ---> Running in 83de74de3a06 [2021-01-15T16:41:26.467Z] ---> Running in 5960a202ad48 [2021-01-15T16:41:26.749Z] ---> Running in 70d1797792a4 [2021-01-15T16:41:28.370Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in f50255ad65e9 [2021-01-15T16:41:29.830Z] Removing intermediate container f50255ad65e9 [2021-01-15T16:41:29.830Z] ---> c2262e3864d4 [2021-01-15T16:41:29.830Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T16:41:30.213Z] Removing intermediate container feb028a00b67 [2021-01-15T16:41:30.213Z] ---> 8f6de48e5d5c [2021-01-15T16:41:30.213Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:41:30.213Z] ---> Running in ce9ce64a785e [2021-01-15T16:41:30.213Z] Removing intermediate container 1f308eee9a37 [2021-01-15T16:41:30.213Z] ---> 584351d572ad [2021-01-15T16:41:30.213Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T16:41:30.447Z] ---> Running in e522c4262091 [2021-01-15T16:41:30.509Z] ---> Running in 4a9b13b9ce42 [2021-01-15T16:41:30.509Z] Removing intermediate container 5960a202ad48 [2021-01-15T16:41:30.509Z] ---> 25e66e33b549 [2021-01-15T16:41:30.509Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:41:30.509Z] Removing intermediate container 83de74de3a06 [2021-01-15T16:41:30.509Z] ---> d699bd383415 [2021-01-15T16:41:30.509Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:41:30.786Z] Removing intermediate container 70d1797792a4 [2021-01-15T16:41:30.786Z] ---> b135c3c6e391 [2021-01-15T16:41:30.786Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:41:30.786Z] ---> Running in 0ecb02232cb1 [2021-01-15T16:41:31.061Z] ---> Running in bceeb424a6b8 [2021-01-15T16:41:31.061Z] ---> Running in 7c7f9710484c [2021-01-15T16:41:31.087Z] Removing intermediate container e522c4262091 [2021-01-15T16:41:31.088Z] ---> 52467a18a7a6 [2021-01-15T16:41:31.088Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T16:41:31.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:31.704Z] ---> Running in 17413d649986 [2021-01-15T16:41:32.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:32.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:32.768Z] Removing intermediate container 17413d649986 [2021-01-15T16:41:32.768Z] ---> 9c4abce12608 [2021-01-15T16:41:32.768Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T16:41:32.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:32.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:32.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:33.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:33.363Z] OK: 217 MiB in 51 packages [2021-01-15T16:41:33.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:33.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:33.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:41:33.991Z] OK: 217 MiB in 51 packages [2021-01-15T16:41:34.841Z] ---> 7ad65c5e0fb3 [2021-01-15T16:41:34.841Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T16:41:35.000Z] OK: 217 MiB in 51 packages [2021-01-15T16:41:35.000Z] OK: 217 MiB in 51 packages [2021-01-15T16:41:35.000Z] Removing intermediate container ce9ce64a785e [2021-01-15T16:41:35.000Z] ---> 6a1811c57408 [2021-01-15T16:41:35.000Z] Step 6/21 : COPY go.mod . [2021-01-15T16:41:35.000Z] OK: 217 MiB in 51 packages [2021-01-15T16:41:35.600Z] Removing intermediate container 4a9b13b9ce42 [2021-01-15T16:41:35.600Z] ---> 0d4297ee85d8 [2021-01-15T16:41:35.600Z] Step 6/26 : COPY go.mod . [2021-01-15T16:41:35.875Z] ---> 7e9772b472ef [2021-01-15T16:41:35.875Z] Step 7/21 : RUN go mod download [2021-01-15T16:41:36.155Z] ---> ebca8ec5284f [2021-01-15T16:41:36.155Z] Step 7/26 : RUN go mod download [2021-01-15T16:41:36.155Z] ---> Running in 27b290053cdd [2021-01-15T16:41:36.303Z] ---> 8b49e2877b9f [2021-01-15T16:41:36.303Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T16:41:36.429Z] ---> Running in 0f53822c5489 [2021-01-15T16:41:36.717Z] Removing intermediate container 7c7f9710484c [2021-01-15T16:41:36.717Z] ---> 5c19e20bbc1a [2021-01-15T16:41:36.717Z] Step 6/21 : COPY go.mod . [2021-01-15T16:41:36.717Z] Removing intermediate container 0ecb02232cb1 [2021-01-15T16:41:36.717Z] ---> 5469c9cf63e8 [2021-01-15T16:41:36.717Z] Step 6/24 : COPY go.mod . [2021-01-15T16:41:36.717Z] Removing intermediate container bceeb424a6b8 [2021-01-15T16:41:36.717Z] ---> 96278b4263ee [2021-01-15T16:41:36.717Z] Step 6/22 : COPY go.mod . [2021-01-15T16:41:37.313Z] ---> 61b70a5c8371 [2021-01-15T16:41:37.313Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T16:41:37.600Z] ---> Running in f310c0701cc4 [2021-01-15T16:41:38.192Z] ---> 22405d544197 [2021-01-15T16:41:38.192Z] Step 7/21 : RUN go mod download [2021-01-15T16:41:38.192Z] ---> 3d10382955e9 [2021-01-15T16:41:38.192Z] Step 7/24 : RUN go mod download ---> b7db9c843127 [2021-01-15T16:41:38.192Z] Step 7/22 : RUN go mod download [2021-01-15T16:41:38.192Z] [2021-01-15T16:41:38.192Z] ---> Running in 979726c7e8a7 [2021-01-15T16:41:38.192Z] ---> Running in 06024391a157 [2021-01-15T16:41:38.192Z] ---> Running in 3b4c60bc8f14 [2021-01-15T16:41:39.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:39.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:39.677Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:41:39.677Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:41:39.677Z] ---> Using cache [2021-01-15T16:41:39.677Z] ---> abd45965040d [2021-01-15T16:41:39.677Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:39.677Z] ---> Using cache [2021-01-15T16:41:39.677Z] ---> 3f30a0d0b180 [2021-01-15T16:41:39.677Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:41:39.677Z] ---> Using cache [2021-01-15T16:41:39.677Z] ---> b25cd16a365d [2021-01-15T16:41:39.677Z] Step 6/24 : COPY go.mod . [2021-01-15T16:41:39.677Z] ---> Using cache [2021-01-15T16:41:39.677Z] ---> 0f1f9502d15f [2021-01-15T16:41:39.677Z] Step 7/24 : RUN go mod download [2021-01-15T16:41:39.677Z] ---> Using cache [2021-01-15T16:41:39.677Z] ---> 6200eedcf9d1 [2021-01-15T16:41:39.677Z] Step 8/24 : COPY . . [2021-01-15T16:41:40.041Z] ---> Using cache [2021-01-15T16:41:40.041Z] ---> 56db02766c0e [2021-01-15T16:41:40.041Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:41:40.177Z] Removing intermediate container 27b290053cdd [2021-01-15T16:41:40.177Z] ---> aad6d88d4c5e [2021-01-15T16:41:40.177Z] Step 8/21 : COPY . . [2021-01-15T16:41:40.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:40.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:40.450Z] Removing intermediate container 0f53822c5489 [2021-01-15T16:41:40.451Z] ---> b8b89aa9d370 [2021-01-15T16:41:40.451Z] Step 8/26 : COPY . . [2021-01-15T16:41:40.608Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T16:41:40.608Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T16:41:40.608Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T16:41:40.608Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T16:41:41.206Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:41.206Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:41.206Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:41:41.206Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:41:41.206Z] ---> Using cache [2021-01-15T16:41:41.206Z] ---> abd45965040d [2021-01-15T16:41:41.206Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:41.206Z] ---> Using cache [2021-01-15T16:41:41.206Z] ---> 3f30a0d0b180 [2021-01-15T16:41:41.206Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:41:41.843Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T16:41:41.843Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T16:41:41.843Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T16:41:41.843Z] ---> Running in a7f74bd4448b [2021-01-15T16:41:42.197Z] ---> Running in ca1f0461a8e1 [2021-01-15T16:41:43.872Z] Removing intermediate container 06024391a157 [2021-01-15T16:41:43.872Z] ---> 05a0235834f1 [2021-01-15T16:41:43.872Z] Step 8/24 : COPY . . [2021-01-15T16:41:44.491Z] Removing intermediate container 3b4c60bc8f14 [2021-01-15T16:41:44.491Z] ---> 7dd55091bf40 [2021-01-15T16:41:44.491Z] Step 8/22 : COPY . . [2021-01-15T16:41:44.491Z] Removing intermediate container 979726c7e8a7 [2021-01-15T16:41:44.491Z] ---> 113d81040895 [2021-01-15T16:41:44.491Z] Step 8/21 : COPY . . [2021-01-15T16:41:45.025Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T16:41:45.025Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T16:41:45.025Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T16:41:45.025Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T16:41:45.025Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T16:41:45.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T16:41:45.025Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T16:41:45.025Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T16:41:45.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:46.313Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T16:41:46.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:47.008Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T16:41:47.008Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T16:41:47.008Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T16:41:47.008Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T16:41:47.289Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T16:41:47.289Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:47.599Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T16:41:47.892Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T16:41:48.182Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T16:41:48.182Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T16:41:48.182Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T16:41:48.182Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T16:41:48.814Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T16:41:48.814Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T16:41:48.814Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T16:41:48.814Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T16:41:49.085Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:49.085Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:49.085Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:41:49.085Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> abd45965040d [2021-01-15T16:41:49.085Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> 3f30a0d0b180 [2021-01-15T16:41:49.085Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> b25cd16a365d [2021-01-15T16:41:49.085Z] Step 6/22 : COPY go.mod . [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> 0f1f9502d15f [2021-01-15T16:41:49.085Z] Step 7/22 : RUN go mod download [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> 6200eedcf9d1 [2021-01-15T16:41:49.085Z] Step 8/22 : COPY . . [2021-01-15T16:41:49.085Z] ---> Using cache [2021-01-15T16:41:49.085Z] ---> 56db02766c0e [2021-01-15T16:41:49.085Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:41:49.354Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T16:41:49.644Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T16:41:49.644Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T16:41:50.683Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:41:50.683Z] ---> Running in 25d574a2165e [2021-01-15T16:41:50.683Z] OK: 71 MiB in 55 packages [2021-01-15T16:41:50.962Z] Removing intermediate container ca1f0461a8e1 [2021-01-15T16:41:50.962Z] ---> 928eb1e0d222 [2021-01-15T16:41:50.962Z] Step 6/23 : COPY go.mod . [2021-01-15T16:41:52.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T16:41:52.478Z] ---> 7578f74dd90a [2021-01-15T16:41:52.478Z] Step 7/23 : RUN go mod download [2021-01-15T16:41:53.103Z] ---> Running in d17635e7dec4 [2021-01-15T16:41:58.700Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:58.700Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:58.700Z] ---> 3c7e3a5b5fa4 [2021-01-15T16:41:58.700Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> abd45965040d [2021-01-15T16:41:58.700Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> 3f30a0d0b180 [2021-01-15T16:41:58.700Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> b25cd16a365d [2021-01-15T16:41:58.700Z] Step 6/21 : COPY go.mod . [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> 0f1f9502d15f [2021-01-15T16:41:58.700Z] Step 7/21 : RUN go mod download [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> 6200eedcf9d1 [2021-01-15T16:41:58.700Z] Step 8/21 : COPY . . [2021-01-15T16:41:58.700Z] ---> Using cache [2021-01-15T16:41:58.700Z] ---> 56db02766c0e [2021-01-15T16:41:58.700Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:41:59.406Z] ---> Running in 9e841d28bd5e [2021-01-15T16:41:59.641Z] ---> 0bba1f8a0b26 [2021-01-15T16:41:59.641Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T16:41:59.641Z] ---> 46520789d687 [2021-01-15T16:41:59.641Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:41:59.641Z] ---> c66dcbfdbe79 [2021-01-15T16:41:59.641Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:41:59.641Z] ---> e642f4f0ccea [2021-01-15T16:41:59.641Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:41:59.641Z] ---> 68644ef18481 [2021-01-15T16:41:59.641Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:41:59.641Z] ---> Running in b40053654a9a [2021-01-15T16:41:59.641Z] ---> Running in 627834d27d53 [2021-01-15T16:41:59.641Z] ---> Running in ee7880869788 [2021-01-15T16:41:59.641Z] ---> Running in b2853f13ee87 [2021-01-15T16:41:59.641Z] ---> Running in 565e6e9b0a9e [2021-01-15T16:41:59.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T16:41:59.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T16:41:59.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T16:42:00.037Z] Removing intermediate container d17635e7dec4 [2021-01-15T16:42:00.037Z] ---> aa2dd1d2e609 [2021-01-15T16:42:00.037Z] Step 8/23 : COPY . . [2021-01-15T16:42:00.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T16:42:00.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T16:42:00.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T16:42:19.238Z] Removing intermediate container f310c0701cc4 [2021-01-15T16:42:19.238Z] ---> 891544809266 [2021-01-15T16:42:19.238Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T16:42:19.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T16:42:19.553Z] ---> Running in 1841a3f3895c [2021-01-15T16:42:29.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:42:29.974Z] Collecting docker-compose==1.23.2 [2021-01-15T16:42:29.974Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T16:42:30.269Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T16:42:30.269Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T16:42:30.269Z] ---> dd295f668073 [2021-01-15T16:42:30.269Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T16:42:30.547Z] Collecting PyYAML<4,>=3.10 [2021-01-15T16:42:30.547Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T16:42:30.547Z] ---> Running in 1d70f13f141e [2021-01-15T16:42:32.098Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T16:42:33.607Z] Removing intermediate container a7f74bd4448b [2021-01-15T16:42:33.607Z] ---> 14bbd94e82f7 [2021-01-15T16:42:33.607Z] [2021-01-15T16:42:33.607Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T16:42:33.607Z] ---> 389fef711851 [2021-01-15T16:42:33.607Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:42:33.607Z] ---> Using cache [2021-01-15T16:42:33.607Z] ---> 52324f2530d1 [2021-01-15T16:42:33.607Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:42:33.607Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T16:42:33.607Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T16:42:33.882Z] ---> Running in 1e0b3abd8fe9 [2021-01-15T16:42:34.167Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T16:42:34.167Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T16:42:34.845Z] Removing intermediate container 1e0b3abd8fe9 [2021-01-15T16:42:34.845Z] ---> f51f1f752ae9 [2021-01-15T16:42:34.845Z] Step 13/24 : WORKDIR / [2021-01-15T16:42:35.482Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T16:42:35.482Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T16:42:36.486Z] ---> Running in d45643f209fd [2021-01-15T16:42:37.110Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T16:42:37.110Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T16:42:38.136Z] Removing intermediate container 9e841d28bd5e [2021-01-15T16:42:38.136Z] ---> a186faec5c04 [2021-01-15T16:42:38.136Z] [2021-01-15T16:42:38.136Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T16:42:38.136Z] ---> 389fef711851 [2021-01-15T16:42:38.136Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T16:42:38.442Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T16:42:38.442Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T16:42:38.836Z] Removing intermediate container 25d574a2165e [2021-01-15T16:42:38.836Z] ---> 6ddb17427088 [2021-01-15T16:42:38.836Z] [2021-01-15T16:42:38.836Z] Step 10/22 : FROM scratch [2021-01-15T16:42:38.836Z] ---> [2021-01-15T16:42:38.836Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:42:38.836Z] ---> Running in ae4660c875ab [2021-01-15T16:42:39.612Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T16:42:39.612Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T16:42:39.892Z] ---> Using cache [2021-01-15T16:42:39.892Z] ---> 0f458d013929 [2021-01-15T16:42:39.892Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:42:39.892Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T16:42:39.892Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T16:42:40.186Z] Removing intermediate container d45643f209fd [2021-01-15T16:42:40.186Z] ---> a9787ae75cf4 [2021-01-15T16:42:40.186Z] 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-15T16:42:40.186Z] 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-15T16:42:40.186Z] 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-15T16:42:40.186Z] 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-15T16:42:40.186Z] ---> Running in 5e0294594192 [2021-01-15T16:42:40.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:40.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:40.489Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T16:42:40.489Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T16:42:40.489Z] Removing intermediate container 5e0294594192 [2021-01-15T16:42:40.489Z] ---> a97a5880b826 [2021-01-15T16:42:40.489Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:42:40.763Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T16:42:40.763Z] ---> Running in 80bbfb6ac548 [2021-01-15T16:42:40.763Z] Collecting idna<2.8,>=2.5 [2021-01-15T16:42:40.763Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T16:42:40.763Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:42:40.763Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T16:42:40.763Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T16:42:40.763Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:42:41.047Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:42:41.047Z] OK: 7 MiB in 18 packages [2021-01-15T16:42:41.047Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T16:42:41.047Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T16:42:41.047Z] ---> ee36f8f43e1b [2021-01-15T16:42:41.047Z] 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-15T16:42:41.375Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T16:42:41.375Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T16:42:41.375Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T16:42:41.375Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T16:42:41.375Z] Removing intermediate container 80bbfb6ac548 [2021-01-15T16:42:41.375Z] ---> ca6108db89af [2021-01-15T16:42:41.375Z] Step 14/22 : WORKDIR / [2021-01-15T16:42:41.375Z] ---> Running in 5b57510a8fc7 [2021-01-15T16:42:41.375Z] Installing collected packages: cached-property, PyYAML, urllib3, idna, requests, docopt, dockerpty, docker-pycreds, websocket-client, docker, texttable, jsonschema, docker-compose [2021-01-15T16:42:41.762Z] Running setup.py install for PyYAML: started [2021-01-15T16:42:42.509Z] Removing intermediate container 5b57510a8fc7 [2021-01-15T16:42:42.509Z] ---> 4782f3c8db54 [2021-01-15T16:42:42.509Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:42:42.509Z] ---> f406f3f3b00a [2021-01-15T16:42:42.509Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:44.024Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T16:42:44.024Z] Attempting uninstall: urllib3 [2021-01-15T16:42:44.024Z] Found existing installation: urllib3 1.25.9 [2021-01-15T16:42:44.024Z] Uninstalling urllib3-1.25.9: [2021-01-15T16:42:44.315Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T16:42:44.315Z] Removing intermediate container ae4660c875ab [2021-01-15T16:42:44.315Z] ---> 7f55e4085af6 [2021-01-15T16:42:44.315Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:42:44.947Z] ---> e0a201f24880 [2021-01-15T16:42:44.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:42:45.258Z] ---> e32f8f0b2699 [2021-01-15T16:42:45.258Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T16:42:45.258Z] ---> Running in ec6ab158c871 [2021-01-15T16:42:45.258Z] Attempting uninstall: idna [2021-01-15T16:42:45.258Z] Found existing installation: idna 2.9 [2021-01-15T16:42:45.258Z] Uninstalling idna-2.9: [2021-01-15T16:42:45.258Z] Successfully uninstalled idna-2.9 [2021-01-15T16:42:46.266Z] Attempting uninstall: requests [2021-01-15T16:42:46.266Z] Found existing installation: requests 2.23.0 [2021-01-15T16:42:46.266Z] Uninstalling requests-2.23.0: [2021-01-15T16:42:46.266Z] Removing intermediate container ec6ab158c871 [2021-01-15T16:42:46.266Z] ---> 58ccd11607d4 [2021-01-15T16:42:46.266Z] Step 13/21 : WORKDIR /edgex [2021-01-15T16:42:46.266Z] Successfully uninstalled requests-2.23.0 [2021-01-15T16:42:46.549Z] ---> Running in bf3e96c22091 [2021-01-15T16:42:46.549Z] Running setup.py install for docopt: started [2021-01-15T16:42:46.550Z] ---> 18e8e8a2eb2e [2021-01-15T16:42:46.550Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T16:42:46.821Z] ---> 42d3372abb00 [2021-01-15T16:42:46.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:47.102Z] Removing intermediate container bf3e96c22091 [2021-01-15T16:42:47.102Z] ---> 75948966ce9d [2021-01-15T16:42:47.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T16:42:47.734Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T16:42:47.734Z] Running setup.py install for dockerpty: started [2021-01-15T16:42:48.333Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T16:42:48.614Z] ---> 9fc335473a22 [2021-01-15T16:42:48.614Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T16:42:48.902Z] ---> ab0305aa9fff [2021-01-15T16:42:48.902Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:42:49.209Z] ---> 0c0d024db6b4 [2021-01-15T16:42:49.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T16:42:49.546Z] ---> Running in b9e3c2f2999c [2021-01-15T16:42:49.845Z] ---> 8ab912b41335 [2021-01-15T16:42:49.845Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T16:42:49.845Z] ---> Running in fd0005409774 [2021-01-15T16:42:50.131Z] Running setup.py install for texttable: started [2021-01-15T16:42:50.872Z] Removing intermediate container b9e3c2f2999c [2021-01-15T16:42:50.872Z] ---> 556a55542a9d [2021-01-15T16:42:50.872Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:42:50.872Z] ---> a0b6f752f701 [2021-01-15T16:42:50.872Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T16:42:51.232Z] ---> Running in 72f241184ce3 [2021-01-15T16:42:51.232Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T16:42:51.867Z] Removing intermediate container 72f241184ce3 [2021-01-15T16:42:51.867Z] ---> 38444625c544 [2021-01-15T16:42:51.867Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:42:51.867Z] 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-15T16:42:52.145Z] ---> Running in 788c4d80eba4 [2021-01-15T16:42:52.424Z] ---> 8396a846783b [2021-01-15T16:42:52.424Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T16:42:52.424Z] Removing intermediate container 788c4d80eba4 [2021-01-15T16:42:52.424Z] ---> fba10e2762af [2021-01-15T16:42:52.424Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:42:52.424Z] ---> Running in 1a3093087abc [2021-01-15T16:42:52.705Z] ---> Running in a891ee3ce305 [2021-01-15T16:42:52.705Z] Removing intermediate container fd0005409774 [2021-01-15T16:42:52.705Z] ---> a02fd0a139f1 [2021-01-15T16:42:52.705Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T16:42:53.033Z] Removing intermediate container 1a3093087abc [2021-01-15T16:42:53.033Z] ---> 4ba49a27f147 [2021-01-15T16:42:53.033Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T16:42:53.033Z] ---> Running in 5346d7856dde [2021-01-15T16:42:53.033Z] ---> Running in a3f2de63e111 [2021-01-15T16:42:53.323Z] Removing intermediate container a891ee3ce305 [2021-01-15T16:42:53.323Z] ---> 4605df995538 [2021-01-15T16:42:53.323Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:42:53.323Z] Removing intermediate container 5346d7856dde [2021-01-15T16:42:53.323Z] ---> f6e33f219ea8 [2021-01-15T16:42:53.323Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:42:53.323Z] ---> Running in 2b614ed36f5b [2021-01-15T16:42:53.625Z] ---> Running in 4dc9a8d03d35 [2021-01-15T16:42:53.625Z] Removing intermediate container a3f2de63e111 [2021-01-15T16:42:53.625Z] ---> 766299030815 [2021-01-15T16:42:53.625Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:42:55.139Z] ---> Running in 60be67379dab [2021-01-15T16:42:55.416Z] Removing intermediate container 2b614ed36f5b [2021-01-15T16:42:55.416Z] ---> 9abde8d4a4ca [2021-01-15T16:42:55.416Z] [2021-01-15T16:42:55.681Z] Successfully built 9abde8d4a4ca [2021-01-15T16:42:55.681Z] Removing intermediate container 4dc9a8d03d35 [2021-01-15T16:42:55.681Z] ---> cfde48451643 [2021-01-15T16:42:55.681Z] Step 23/24 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:42:55.681Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T16:42:55.953Z]  Building docker-core-metadata-go ... done Removing intermediate container 60be67379dab [2021-01-15T16:42:55.953Z] ---> 77ef64c37687 [2021-01-15T16:42:55.953Z] Step 20/21 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:42:55.953Z] Removing intermediate container 1841a3f3895c [2021-01-15T16:42:55.953Z] ---> 71926884b31c [2021-01-15T16:42:55.953Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T16:42:55.953Z] ---> Running in 64f38151e97a [2021-01-15T16:42:55.953Z] ---> Running in a1d433fd9441 [2021-01-15T16:42:55.953Z] ---> Running in e0b3985e84a0 [2021-01-15T16:42:56.229Z] Removing intermediate container 64f38151e97a [2021-01-15T16:42:56.229Z] ---> 66047178daf0 [2021-01-15T16:42:56.229Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-01-15T16:42:56.229Z] Removing intermediate container a1d433fd9441 [2021-01-15T16:42:56.229Z] ---> 189c6c71b321 [2021-01-15T16:42:56.229Z] Step 21/21 : LABEL version=2.0.0-dev.41 [2021-01-15T16:42:56.505Z] ---> Running in 41a42d3d88b5 [2021-01-15T16:42:56.505Z] ---> Running in 504c6ba249f7 [2021-01-15T16:42:57.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:58.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:58.246Z] Removing intermediate container 504c6ba249f7 [2021-01-15T16:42:58.246Z] ---> 55eebda54939 [2021-01-15T16:42:58.246Z] [2021-01-15T16:42:58.523Z] Removing intermediate container 41a42d3d88b5 [2021-01-15T16:42:58.523Z] ---> c47818ef760a [2021-01-15T16:42:58.523Z] [2021-01-15T16:42:58.523Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:42:58.523Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T16:42:58.523Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T16:42:58.523Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:42:58.523Z] OK: 72 MiB in 58 packages [2021-01-15T16:42:58.812Z] Successfully built 55eebda54939 [2021-01-15T16:42:58.812Z] Successfully built c47818ef760a [2021-01-15T16:42:58.812Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T16:42:58.812Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T16:42:59.407Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e0b3985e84a0 [2021-01-15T16:42:59.407Z] ---> ea5b84a9e1b0 [2021-01-15T16:42:59.407Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T16:42:59.407Z] ---> Running in 514f7bcd2cc6 [2021-01-15T16:42:59.991Z] Removing intermediate container 514f7bcd2cc6 [2021-01-15T16:42:59.991Z] ---> d641f0a0d89c [2021-01-15T16:42:59.991Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:43:00.567Z] ---> Running in 8944e6caee47 [2021-01-15T16:43:01.688Z] Removing intermediate container 1d70f13f141e [2021-01-15T16:43:01.689Z] ---> 63a36e583fa9 [2021-01-15T16:43:01.689Z] [2021-01-15T16:43:01.689Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T16:43:01.689Z] ---> 389fef711851 [2021-01-15T16:43:01.689Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:43:01.689Z] Removing intermediate container 8944e6caee47 [2021-01-15T16:43:01.689Z] ---> 8a97fa347f65 [2021-01-15T16:43:01.689Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T16:43:01.689Z] ---> Running in ea14d45772d6 [2021-01-15T16:43:01.689Z] ---> Running in e19ecc388878 [2021-01-15T16:43:02.370Z] Removing intermediate container ea14d45772d6 [2021-01-15T16:43:02.370Z] ---> 48471557ce15 [2021-01-15T16:43:02.370Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T16:43:02.370Z] Removing intermediate container e19ecc388878 [2021-01-15T16:43:02.370Z] ---> 5344279e0a2a [2021-01-15T16:43:02.370Z] Step 25/26 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:02.370Z] ---> Running in 779607c021bf [2021-01-15T16:43:02.370Z] ---> Running in 9968245725da [2021-01-15T16:43:02.690Z] Removing intermediate container 9968245725da [2021-01-15T16:43:02.690Z] ---> a12269275102 [2021-01-15T16:43:02.690Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T16:43:02.690Z] Removing intermediate container 779607c021bf [2021-01-15T16:43:02.690Z] ---> 929ccefd8240 [2021-01-15T16:43:02.690Z] Step 26/26 : LABEL version=2.0.0-dev.41 [2021-01-15T16:43:02.690Z] ---> Running in 0269b25c07af [2021-01-15T16:43:02.690Z] ---> Running in a7704b94c545 [2021-01-15T16:43:03.340Z] Removing intermediate container 0269b25c07af [2021-01-15T16:43:03.340Z] ---> 58ef464798e6 [2021-01-15T16:43:03.340Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:03.340Z] Removing intermediate container a7704b94c545 [2021-01-15T16:43:03.340Z] ---> 627088cf5adf [2021-01-15T16:43:03.340Z] [2021-01-15T16:43:03.340Z] ---> Running in a44fbb788fac [2021-01-15T16:43:03.340Z] Successfully built 627088cf5adf [2021-01-15T16:43:03.340Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T16:43:04.378Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a44fbb788fac [2021-01-15T16:43:04.378Z] ---> a88ee1102547 [2021-01-15T16:43:04.378Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T16:43:04.378Z] ---> Running in 5dc3ae21cd28 [2021-01-15T16:43:04.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:05.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:06.513Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T16:43:06.513Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T16:43:06.783Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T16:43:07.059Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T16:43:07.059Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T16:43:07.059Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:43:07.059Z] OK: 8 MiB in 19 packages [2021-01-15T16:43:08.019Z] Removing intermediate container 5dc3ae21cd28 [2021-01-15T16:43:08.019Z] ---> 5e72e49870e5 [2021-01-15T16:43:08.019Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:43:08.287Z] ---> aea63ce46f69 [2021-01-15T16:43:08.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T16:43:08.870Z] ---> 297b9827eea6 [2021-01-15T16:43:08.870Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:09.467Z] ---> 1718fcaffcc7 [2021-01-15T16:43:09.467Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T16:43:09.467Z] ---> Running in 52882fba576f [2021-01-15T16:43:09.732Z] Removing intermediate container 52882fba576f [2021-01-15T16:43:09.732Z] ---> aba9f83b87d1 [2021-01-15T16:43:09.732Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:43:09.732Z] ---> Running in 5e0224295020 [2021-01-15T16:43:10.030Z] Removing intermediate container 5e0224295020 [2021-01-15T16:43:10.030Z] ---> 91349162013e [2021-01-15T16:43:10.030Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T16:43:10.030Z] ---> Running in fc2649a6ded6 [2021-01-15T16:43:10.303Z] Removing intermediate container fc2649a6ded6 [2021-01-15T16:43:10.303Z] ---> c5231be0d173 [2021-01-15T16:43:10.303Z] Step 22/23 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:10.303Z] ---> Running in 4ca46cb9a3fe [2021-01-15T16:43:10.570Z] Removing intermediate container 4ca46cb9a3fe [2021-01-15T16:43:10.570Z] ---> 7cae1c70f8ab [2021-01-15T16:43:10.570Z] Step 23/23 : LABEL version=2.0.0-dev.41 [2021-01-15T16:43:10.570Z] ---> Running in c2f3434e72b4 [2021-01-15T16:43:10.838Z] Removing intermediate container c2f3434e72b4 [2021-01-15T16:43:10.838Z] ---> 0ed2e2ef1f48 [2021-01-15T16:43:10.838Z] [2021-01-15T16:43:11.824Z] Successfully built 0ed2e2ef1f48 [2021-01-15T16:43:11.824Z] Successfully tagged docker-core-data-go:latest [2021-01-15T16:43:12.105Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T16:43:12.115Z] $ docker stop --time=1 aa2d1b5522944f9ffc8150edc3760b0bdd8e7aaac881801de1a56ed835ff941c [2021-01-15T16:43:14.870Z] $ docker rm -f aa2d1b5522944f9ffc8150edc3760b0bdd8e7aaac881801de1a56ed835ff941c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:43:15.404Z] + docker images [2021-01-15T16:43:15.404Z] + grep docker [2021-01-15T16:43:15.404Z] docker-core-data-go latest 0ed2e2ef1f48 5 seconds ago 22.3MB [2021-01-15T16:43:15.404Z] docker-sys-mgmt-agent-go latest 627088cf5adf 13 seconds ago 313MB [2021-01-15T16:43:15.404Z] docker-security-proxy-setup-go latest 55eebda54939 18 seconds ago 24.4MB [2021-01-15T16:43:15.404Z] docker-security-secretstore-setup-go latest c47818ef760a 18 seconds ago 24.6MB [2021-01-15T16:43:15.404Z] docker-core-metadata-go latest 9abde8d4a4ca 22 seconds ago 13.1MB [2021-01-15T16:43:15.404Z] docker-security-bootstrap-redis-go latest 176828aa4189 About a minute ago 15.8MB [2021-01-15T16:43:15.404Z] docker-support-notifications-go latest 1973317a6b78 About a minute ago 12MB [2021-01-15T16:43:15.404Z] docker-support-scheduler-go latest b8c016540dba 2 minutes ago 10.7MB [2021-01-15T16:43:15.404Z] docker-core-command-go latest 54bc481599c9 2 minutes ago 10.6MB [2021-01-15T16:43:15.404Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:43:15.881Z] provisioning config files... [2021-01-15T16:43:15.913Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/300@tmp/config2289959942438399259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:43:16.312Z] ---> docker-login.sh [2021-01-15T16:43:16.312Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:43:16.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:43:16.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:43:16.581Z] Configure a credential helper to remove this warning. See [2021-01-15T16:43:16.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:43:16.581Z] [2021-01-15T16:43:16.581Z] Login Succeeded [2021-01-15T16:43:16.581Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:43:16.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:43:16.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:43:16.856Z] Configure a credential helper to remove this warning. See [2021-01-15T16:43:16.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:43:16.856Z] [2021-01-15T16:43:16.856Z] Login Succeeded [2021-01-15T16:43:16.856Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:43:17.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:43:17.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:43:17.134Z] Configure a credential helper to remove this warning. See [2021-01-15T16:43:17.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:43:17.134Z] [2021-01-15T16:43:17.134Z] Login Succeeded [2021-01-15T16:43:17.134Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:43:17.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:43:17.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:43:17.411Z] Configure a credential helper to remove this warning. See [2021-01-15T16:43:17.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:43:17.411Z] [2021-01-15T16:43:17.411Z] Login Succeeded [2021-01-15T16:43:17.411Z] docker.io [2021-01-15T16:43:17.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:43:17.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:43:17.944Z] Configure a credential helper to remove this warning. See [2021-01-15T16:43:17.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:43:17.944Z] [2021-01-15T16:43:17.944Z] Login Succeeded [2021-01-15T16:43:17.944Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:43:17.954Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:18.173Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-15T16:43:18.173Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:18.173Z] 2.0.0-dev.41 [2021-01-15T16:43:18.173Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:18.173Z] master [2021-01-15T16:43:18.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:18.719Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:19.041Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:19.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T16:43:19.041Z] a423067effcc: Preparing [2021-01-15T16:43:19.041Z] 952f95225bdc: Preparing [2021-01-15T16:43:19.041Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:19.314Z] 526a3a0d57b7: Pushed [2021-01-15T16:43:19.314Z] a423067effcc: Pushed [2021-01-15T16:43:20.280Z] 952f95225bdc: Pushed [2021-01-15T16:43:20.547Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:ceeac8b08072997e548e1dd1fc64645dbab4988b70a80b6fe6632adac172b045 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:20.881Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:21.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.41 [2021-01-15T16:43:21.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T16:43:21.202Z] a423067effcc: Preparing [2021-01-15T16:43:21.202Z] 952f95225bdc: Preparing [2021-01-15T16:43:21.202Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:21.202Z] a423067effcc: Layer already exists [2021-01-15T16:43:21.202Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:21.202Z] 952f95225bdc: Layer already exists [2021-01-15T16:43:21.202Z] 2.0.0-dev.41: digest: sha256:ceeac8b08072997e548e1dd1fc64645dbab4988b70a80b6fe6632adac172b045 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:21.532Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:21.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:21.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T16:43:21.890Z] a423067effcc: Preparing [2021-01-15T16:43:21.890Z] 952f95225bdc: Preparing [2021-01-15T16:43:21.890Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:21.890Z] 952f95225bdc: Layer already exists [2021-01-15T16:43:21.890Z] a423067effcc: Layer already exists [2021-01-15T16:43:21.890Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:21.890Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:ceeac8b08072997e548e1dd1fc64645dbab4988b70a80b6fe6632adac172b045 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:22.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T16:43:22.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:43:22.205Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:22.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-15T16:43:22.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-15T16:43:22.509Z] a423067effcc: Preparing [2021-01-15T16:43:22.509Z] 952f95225bdc: Preparing [2021-01-15T16:43:22.509Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:22.509Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:22.509Z] a423067effcc: Layer already exists [2021-01-15T16:43:22.509Z] 952f95225bdc: Layer already exists [2021-01-15T16:43:22.509Z] master: digest: sha256:ceeac8b08072997e548e1dd1fc64645dbab4988b70a80b6fe6632adac172b045 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:22.691Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:22.738Z] taggedImages: [2021-01-15T16:43:22.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:22.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.41 [2021-01-15T16:43:22.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:22.738Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-15T16:43:22.799Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-15T16:43:22.799Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:22.799Z] 2.0.0-dev.41 [2021-01-15T16:43:22.799Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:22.799Z] master [2021-01-15T16:43:22.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:23.298Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:23.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:23.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T16:43:23.618Z] 7b1b1e0c6f6b: Preparing [2021-01-15T16:43:23.618Z] 4c1d9fb5fc82: Preparing [2021-01-15T16:43:23.618Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:23.618Z] e90e8e75d019: Preparing [2021-01-15T16:43:23.618Z] e8223073b14e: Preparing [2021-01-15T16:43:23.618Z] 777b2c648970: Preparing [2021-01-15T16:43:23.618Z] 777b2c648970: Waiting [2021-01-15T16:43:23.618Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:23.886Z] 777b2c648970: Layer already exists [2021-01-15T16:43:23.886Z] e8223073b14e: Pushed [2021-01-15T16:43:23.886Z] 7b1b1e0c6f6b: Pushed [2021-01-15T16:43:24.156Z] e90e8e75d019: Pushed [2021-01-15T16:43:25.112Z] 4c1d9fb5fc82: Pushed [2021-01-15T16:43:25.377Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:cdd18c75274e33b565e757fc23c83c11bdd50726f3001d0681d872d3b947fc84 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:25.753Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:26.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.41 [2021-01-15T16:43:26.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T16:43:26.079Z] 7b1b1e0c6f6b: Preparing [2021-01-15T16:43:26.079Z] 4c1d9fb5fc82: Preparing [2021-01-15T16:43:26.079Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:26.079Z] e90e8e75d019: Preparing [2021-01-15T16:43:26.079Z] e8223073b14e: Preparing [2021-01-15T16:43:26.079Z] 777b2c648970: Preparing [2021-01-15T16:43:26.079Z] 777b2c648970: Waiting [2021-01-15T16:43:26.079Z] 7b1b1e0c6f6b: Layer already exists [2021-01-15T16:43:26.079Z] e90e8e75d019: Layer already exists [2021-01-15T16:43:26.079Z] e8223073b14e: Layer already exists [2021-01-15T16:43:26.079Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:26.079Z] 4c1d9fb5fc82: Layer already exists [2021-01-15T16:43:26.079Z] 777b2c648970: Layer already exists [2021-01-15T16:43:26.079Z] 2.0.0-dev.41: digest: sha256:cdd18c75274e33b565e757fc23c83c11bdd50726f3001d0681d872d3b947fc84 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:26.416Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:26.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:26.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T16:43:26.759Z] 7b1b1e0c6f6b: Preparing [2021-01-15T16:43:26.759Z] 4c1d9fb5fc82: Preparing [2021-01-15T16:43:26.759Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:26.759Z] e90e8e75d019: Preparing [2021-01-15T16:43:26.759Z] e8223073b14e: Preparing [2021-01-15T16:43:26.759Z] 777b2c648970: Preparing [2021-01-15T16:43:26.759Z] 777b2c648970: Waiting [2021-01-15T16:43:26.759Z] 4c1d9fb5fc82: Layer already exists [2021-01-15T16:43:26.759Z] e8223073b14e: Layer already exists [2021-01-15T16:43:26.759Z] 7b1b1e0c6f6b: Layer already exists [2021-01-15T16:43:26.759Z] e90e8e75d019: Layer already exists [2021-01-15T16:43:26.759Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:26.759Z] 777b2c648970: Layer already exists [2021-01-15T16:43:26.759Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:cdd18c75274e33b565e757fc23c83c11bdd50726f3001d0681d872d3b947fc84 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:27.088Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:27.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-15T16:43:27.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-15T16:43:27.400Z] 7b1b1e0c6f6b: Preparing [2021-01-15T16:43:27.400Z] 4c1d9fb5fc82: Preparing [2021-01-15T16:43:27.400Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:27.400Z] e90e8e75d019: Preparing [2021-01-15T16:43:27.400Z] e8223073b14e: Preparing [2021-01-15T16:43:27.400Z] 777b2c648970: Preparing [2021-01-15T16:43:27.400Z] 777b2c648970: Waiting [2021-01-15T16:43:27.400Z] 4c1d9fb5fc82: Layer already exists [2021-01-15T16:43:27.400Z] 7b1b1e0c6f6b: Layer already exists [2021-01-15T16:43:27.400Z] e90e8e75d019: Layer already exists [2021-01-15T16:43:27.400Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:27.400Z] e8223073b14e: Layer already exists [2021-01-15T16:43:27.400Z] 777b2c648970: Layer already exists [2021-01-15T16:43:27.400Z] master: digest: sha256:cdd18c75274e33b565e757fc23c83c11bdd50726f3001d0681d872d3b947fc84 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:27.586Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:27.632Z] taggedImages: [2021-01-15T16:43:27.632Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:27.632Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.41 [2021-01-15T16:43:27.632Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:27.632Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-15T16:43:27.692Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-15T16:43:27.692Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:27.692Z] 2.0.0-dev.41 [2021-01-15T16:43:27.692Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:27.692Z] master [2021-01-15T16:43:27.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:28.254Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:28.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:28.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T16:43:28.585Z] 3e1fe81697c4: Preparing [2021-01-15T16:43:28.585Z] bca683d370c2: Preparing [2021-01-15T16:43:28.585Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:28.585Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:28.847Z] 3e1fe81697c4: Pushed [2021-01-15T16:43:30.282Z] bca683d370c2: Pushed [2021-01-15T16:43:30.282Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:20efb3f29bd7ad12ecc73db3f5e41090ec5ccc22e1e2570339225a4384ad8e1f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:30.610Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:30.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.41 [2021-01-15T16:43:30.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T16:43:30.934Z] 3e1fe81697c4: Preparing [2021-01-15T16:43:30.934Z] bca683d370c2: Preparing [2021-01-15T16:43:30.934Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:30.935Z] bca683d370c2: Layer already exists [2021-01-15T16:43:30.935Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:30.935Z] 3e1fe81697c4: Layer already exists [2021-01-15T16:43:30.935Z] 2.0.0-dev.41: digest: sha256:20efb3f29bd7ad12ecc73db3f5e41090ec5ccc22e1e2570339225a4384ad8e1f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:31.276Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:31.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:31.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T16:43:31.659Z] 3e1fe81697c4: Preparing [2021-01-15T16:43:31.659Z] bca683d370c2: Preparing [2021-01-15T16:43:31.659Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:31.659Z] bca683d370c2: Layer already exists [2021-01-15T16:43:31.659Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:31.659Z] 3e1fe81697c4: Layer already exists [2021-01-15T16:43:31.659Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:20efb3f29bd7ad12ecc73db3f5e41090ec5ccc22e1e2570339225a4384ad8e1f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:32.043Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:32.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-15T16:43:32.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-15T16:43:32.370Z] 3e1fe81697c4: Preparing [2021-01-15T16:43:32.370Z] bca683d370c2: Preparing [2021-01-15T16:43:32.370Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:32.370Z] bca683d370c2: Layer already exists [2021-01-15T16:43:32.370Z] 3e1fe81697c4: Layer already exists [2021-01-15T16:43:32.370Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:32.370Z] master: digest: sha256:20efb3f29bd7ad12ecc73db3f5e41090ec5ccc22e1e2570339225a4384ad8e1f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:32.635Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:32.706Z] taggedImages: [2021-01-15T16:43:32.706Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:32.706Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.41 [2021-01-15T16:43:32.706Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:32.706Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-15T16:43:32.768Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-15T16:43:32.768Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:32.768Z] 2.0.0-dev.41 [2021-01-15T16:43:32.768Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:32.768Z] master [2021-01-15T16:43:32.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:33.247Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:33.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:33.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T16:43:33.575Z] 81a29938c878: Preparing [2021-01-15T16:43:33.575Z] 27d3a32a05a3: Preparing [2021-01-15T16:43:33.575Z] fb1ced209c3f: Preparing [2021-01-15T16:43:33.575Z] b2db26ab7c44: Preparing [2021-01-15T16:43:33.575Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:33.575Z] 98e11e53c669: Preparing [2021-01-15T16:43:33.575Z] 777b2c648970: Preparing [2021-01-15T16:43:33.575Z] 98e11e53c669: Waiting [2021-01-15T16:43:33.575Z] 777b2c648970: Waiting [2021-01-15T16:43:33.575Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:33.841Z] fb1ced209c3f: Pushed [2021-01-15T16:43:33.841Z] 27d3a32a05a3: Pushed [2021-01-15T16:43:33.841Z] 81a29938c878: Pushed [2021-01-15T16:43:33.841Z] 777b2c648970: Layer already exists [2021-01-15T16:43:34.428Z] 98e11e53c669: Pushed [2021-01-15T16:43:34.493Z] Removing intermediate container ee7880869788 [2021-01-15T16:43:34.493Z] ---> b089d3de3899 [2021-01-15T16:43:34.493Z] [2021-01-15T16:43:34.493Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T16:43:34.493Z] Removing intermediate container 627834d27d53 [2021-01-15T16:43:34.493Z] ---> 84b37af3cad8 [2021-01-15T16:43:34.493Z] [2021-01-15T16:43:34.493Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T16:43:34.493Z] 3.12: Pulling from library/alpine [2021-01-15T16:43:34.493Z] 3.12: Pulling from library/alpine [2021-01-15T16:43:34.493Z] Removing intermediate container b2853f13ee87 [2021-01-15T16:43:34.493Z] ---> 79c71424a10a [2021-01-15T16:43:34.493Z] [2021-01-15T16:43:34.493Z] Step 10/22 : FROM scratch [2021-01-15T16:43:34.493Z] ---> [2021-01-15T16:43:34.493Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:43:34.493Z] Removing intermediate container b40053654a9a [2021-01-15T16:43:34.493Z] ---> c1f10ea8aa40 [2021-01-15T16:43:34.493Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T16:43:34.493Z] ---> Running in fb033c14fdb0 [2021-01-15T16:43:34.493Z] ---> Running in 0e4ef62b9aa2 [2021-01-15T16:43:34.693Z] b2db26ab7c44: Pushed [2021-01-15T16:43:34.764Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:43:34.959Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:308a71b2303ef78af495721ecce1dd4039d521eb6c4e7d44d2e5bce991717720 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:35.039Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:43:35.039Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:43:35.039Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:43:35.039Z] ---> afeebe901d6b [2021-01-15T16:43:35.039Z] ---> afeebe901d6b [2021-01-15T16:43:35.039Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T16:43:35.039Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:43:35.278Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:35.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.41 [2021-01-15T16:43:35.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T16:43:35.597Z] 81a29938c878: Preparing [2021-01-15T16:43:35.597Z] 27d3a32a05a3: Preparing [2021-01-15T16:43:35.597Z] fb1ced209c3f: Preparing [2021-01-15T16:43:35.597Z] b2db26ab7c44: Preparing [2021-01-15T16:43:35.597Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:35.597Z] 98e11e53c669: Preparing [2021-01-15T16:43:35.597Z] 777b2c648970: Preparing [2021-01-15T16:43:35.597Z] 98e11e53c669: Waiting [2021-01-15T16:43:35.597Z] 777b2c648970: Waiting [2021-01-15T16:43:35.597Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:35.597Z] 81a29938c878: Layer already exists [2021-01-15T16:43:35.597Z] b2db26ab7c44: Layer already exists [2021-01-15T16:43:35.597Z] fb1ced209c3f: Layer already exists [2021-01-15T16:43:35.597Z] 27d3a32a05a3: Layer already exists [2021-01-15T16:43:35.597Z] 777b2c648970: Layer already exists [2021-01-15T16:43:35.597Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:35.645Z] Removing intermediate container fb033c14fdb0 [2021-01-15T16:43:35.645Z] ---> 5782768652cc [2021-01-15T16:43:35.645Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:43:35.645Z] ---> Running in a36d41eb658c [2021-01-15T16:43:35.645Z] ---> Running in 66f66f9ec7da [2021-01-15T16:43:35.645Z] ---> Running in 1d77ce6a132b [2021-01-15T16:43:35.859Z] 2.0.0-dev.41: digest: sha256:308a71b2303ef78af495721ecce1dd4039d521eb6c4e7d44d2e5bce991717720 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:35.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T16:43:36.174Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:36.202Z] Removing intermediate container 565e6e9b0a9e [2021-01-15T16:43:36.202Z] ---> b93900649275 [2021-01-15T16:43:36.202Z] [2021-01-15T16:43:36.202Z] Step 10/21 : FROM scratch [2021-01-15T16:43:36.202Z] ---> [2021-01-15T16:43:36.202Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:43:36.202Z] ---> Using cache [2021-01-15T16:43:36.202Z] ---> 5782768652cc [2021-01-15T16:43:36.202Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T16:43:36.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:36.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T16:43:36.485Z] 81a29938c878: Preparing [2021-01-15T16:43:36.485Z] 27d3a32a05a3: Preparing [2021-01-15T16:43:36.485Z] fb1ced209c3f: Preparing [2021-01-15T16:43:36.485Z] b2db26ab7c44: Preparing [2021-01-15T16:43:36.485Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:36.485Z] 98e11e53c669: Preparing [2021-01-15T16:43:36.485Z] 777b2c648970: Preparing [2021-01-15T16:43:36.485Z] 777b2c648970: Waiting [2021-01-15T16:43:36.485Z] 98e11e53c669: Waiting [2021-01-15T16:43:36.485Z] 81a29938c878: Layer already exists [2021-01-15T16:43:36.485Z] fb1ced209c3f: Layer already exists [2021-01-15T16:43:36.485Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:36.485Z] b2db26ab7c44: Layer already exists [2021-01-15T16:43:36.485Z] 27d3a32a05a3: Layer already exists [2021-01-15T16:43:36.485Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:36.485Z] 777b2c648970: Layer already exists [2021-01-15T16:43:36.485Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:308a71b2303ef78af495721ecce1dd4039d521eb6c4e7d44d2e5bce991717720 size: 1778 [2021-01-15T16:43:36.498Z] ---> Running in 8c2fe60c5f80 [2021-01-15T16:43:36.499Z] Removing intermediate container 1d77ce6a132b [2021-01-15T16:43:36.499Z] ---> 8239f39f0be2 [2021-01-15T16:43:36.499Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:36.777Z] ---> Running in c1c63ee415f3 [2021-01-15T16:43:36.798Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:37.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-15T16:43:37.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-15T16:43:37.108Z] 81a29938c878: Preparing [2021-01-15T16:43:37.108Z] 27d3a32a05a3: Preparing [2021-01-15T16:43:37.108Z] fb1ced209c3f: Preparing [2021-01-15T16:43:37.108Z] b2db26ab7c44: Preparing [2021-01-15T16:43:37.108Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:37.108Z] 98e11e53c669: Preparing [2021-01-15T16:43:37.108Z] 777b2c648970: Preparing [2021-01-15T16:43:37.108Z] 98e11e53c669: Waiting [2021-01-15T16:43:37.108Z] 777b2c648970: Waiting [2021-01-15T16:43:37.108Z] b2db26ab7c44: Layer already exists [2021-01-15T16:43:37.108Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:37.108Z] 81a29938c878: Layer already exists [2021-01-15T16:43:37.108Z] fb1ced209c3f: Layer already exists [2021-01-15T16:43:37.108Z] 27d3a32a05a3: Layer already exists [2021-01-15T16:43:37.108Z] 777b2c648970: Layer already exists [2021-01-15T16:43:37.108Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:37.108Z] master: digest: sha256:308a71b2303ef78af495721ecce1dd4039d521eb6c4e7d44d2e5bce991717720 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:37.339Z] ===================================================== [2021-01-15T16:43:37.385Z] Removing intermediate container 8c2fe60c5f80 [2021-01-15T16:43:37.385Z] ---> c8ff4ab9a3e2 [2021-01-15T16:43:37.385Z] Step 13/21 : EXPOSE $APP_PORT [Pipeline] echo [2021-01-15T16:43:37.385Z] taggedImages: [2021-01-15T16:43:37.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:37.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.41 [2021-01-15T16:43:37.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:37.385Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-15T16:43:37.449Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-15T16:43:37.449Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:37.449Z] 2.0.0-dev.41 [2021-01-15T16:43:37.449Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:37.449Z] master [2021-01-15T16:43:37.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:37.660Z] ---> Running in d063bc548275 [2021-01-15T16:43:37.661Z] Removing intermediate container c1c63ee415f3 [2021-01-15T16:43:37.661Z] ---> a6463987fba5 [2021-01-15T16:43:37.661Z] Step 14/22 : WORKDIR / [2021-01-15T16:43:37.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:43:37.940Z] ---> Running in 71ffc462ac12 [2021-01-15T16:43:37.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:43:37.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:43:37.941Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:38.215Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:43:38.215Z] Removing intermediate container d063bc548275 [2021-01-15T16:43:38.215Z] ---> 3467b74efa73 [2021-01-15T16:43:38.215Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:43:38.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:38.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T16:43:38.294Z] e43a14d0aa9e: Preparing [2021-01-15T16:43:38.294Z] 0f266c3a962c: Preparing [2021-01-15T16:43:38.294Z] 312c97eb4c68: Preparing [2021-01-15T16:43:38.294Z] 14146a3d10a0: Preparing [2021-01-15T16:43:38.294Z] d2c4e8cd994f: Preparing [2021-01-15T16:43:38.294Z] 777b2c648970: Preparing [2021-01-15T16:43:38.294Z] 777b2c648970: Waiting [2021-01-15T16:43:38.568Z] 312c97eb4c68: Pushed [2021-01-15T16:43:38.568Z] 14146a3d10a0: Pushed [2021-01-15T16:43:38.568Z] 777b2c648970: Layer already exists [2021-01-15T16:43:38.818Z] Removing intermediate container 71ffc462ac12 [2021-01-15T16:43:38.818Z] ---> 2ddecd0b81a6 [2021-01-15T16:43:38.818Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:43:38.818Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:43:38.818Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T16:43:38.818Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:43:38.818Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:43:38.818Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:43:38.818Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:43:38.818Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T16:43:38.818Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T16:43:38.818Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:43:38.818Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:43:38.818Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:43:38.818Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:43:38.818Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:43:38.837Z] d2c4e8cd994f: Pushed [2021-01-15T16:43:39.197Z] OK: 7 MiB in 18 packages [2021-01-15T16:43:39.197Z] OK: 7 MiB in 19 packages [2021-01-15T16:43:39.789Z] e43a14d0aa9e: Pushed [2021-01-15T16:43:39.789Z] 0f266c3a962c: Pushed [2021-01-15T16:43:39.789Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:c21dd9b8c3eea8e08bd1adfc5fa95bb9391a58d0eb9849886947f742cabee553 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:39.898Z] ---> 3e9d0e4a4e11 [2021-01-15T16:43:39.898Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T16:43:40.107Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:40.196Z] ---> 8ef8d8772d70 [2021-01-15T16:43:40.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:43:40.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.41 [2021-01-15T16:43:40.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T16:43:40.422Z] e43a14d0aa9e: Preparing [2021-01-15T16:43:40.422Z] 0f266c3a962c: Preparing [2021-01-15T16:43:40.422Z] 312c97eb4c68: Preparing [2021-01-15T16:43:40.422Z] 14146a3d10a0: Preparing [2021-01-15T16:43:40.422Z] d2c4e8cd994f: Preparing [2021-01-15T16:43:40.422Z] 777b2c648970: Preparing [2021-01-15T16:43:40.422Z] 777b2c648970: Waiting [2021-01-15T16:43:40.422Z] 0f266c3a962c: Layer already exists [2021-01-15T16:43:40.422Z] e43a14d0aa9e: Layer already exists [2021-01-15T16:43:40.422Z] 14146a3d10a0: Layer already exists [2021-01-15T16:43:40.422Z] 312c97eb4c68: Layer already exists [2021-01-15T16:43:40.422Z] d2c4e8cd994f: Layer already exists [2021-01-15T16:43:40.422Z] 777b2c648970: Layer already exists [2021-01-15T16:43:40.422Z] 2.0.0-dev.41: digest: sha256:c21dd9b8c3eea8e08bd1adfc5fa95bb9391a58d0eb9849886947f742cabee553 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:40.747Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:41.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:41.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T16:43:41.075Z] e43a14d0aa9e: Preparing [2021-01-15T16:43:41.075Z] 0f266c3a962c: Preparing [2021-01-15T16:43:41.075Z] 312c97eb4c68: Preparing [2021-01-15T16:43:41.075Z] 14146a3d10a0: Preparing [2021-01-15T16:43:41.075Z] d2c4e8cd994f: Preparing [2021-01-15T16:43:41.075Z] 777b2c648970: Preparing [2021-01-15T16:43:41.075Z] 777b2c648970: Waiting [2021-01-15T16:43:41.075Z] 0f266c3a962c: Layer already exists [2021-01-15T16:43:41.075Z] e43a14d0aa9e: Layer already exists [2021-01-15T16:43:41.075Z] 312c97eb4c68: Layer already exists [2021-01-15T16:43:41.075Z] d2c4e8cd994f: Layer already exists [2021-01-15T16:43:41.075Z] 14146a3d10a0: Layer already exists [2021-01-15T16:43:41.075Z] 777b2c648970: Layer already exists [2021-01-15T16:43:41.075Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:c21dd9b8c3eea8e08bd1adfc5fa95bb9391a58d0eb9849886947f742cabee553 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:41.385Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:41.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-15T16:43:41.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-15T16:43:41.687Z] e43a14d0aa9e: Preparing [2021-01-15T16:43:41.687Z] 0f266c3a962c: Preparing [2021-01-15T16:43:41.687Z] 312c97eb4c68: Preparing [2021-01-15T16:43:41.687Z] 14146a3d10a0: Preparing [2021-01-15T16:43:41.687Z] d2c4e8cd994f: Preparing [2021-01-15T16:43:41.687Z] 777b2c648970: Preparing [2021-01-15T16:43:41.687Z] 777b2c648970: Waiting [2021-01-15T16:43:41.687Z] 312c97eb4c68: Layer already exists [2021-01-15T16:43:41.687Z] e43a14d0aa9e: Layer already exists [2021-01-15T16:43:41.687Z] d2c4e8cd994f: Layer already exists [2021-01-15T16:43:41.687Z] 0f266c3a962c: Layer already exists [2021-01-15T16:43:41.687Z] 14146a3d10a0: Layer already exists [2021-01-15T16:43:41.687Z] 777b2c648970: Layer already exists [2021-01-15T16:43:41.687Z] master: digest: sha256:c21dd9b8c3eea8e08bd1adfc5fa95bb9391a58d0eb9849886947f742cabee553 size: 1574 [2021-01-15T16:43:41.712Z] Removing intermediate container 0e4ef62b9aa2 [2021-01-15T16:43:41.712Z] ---> f5dec0de5b69 [2021-01-15T16:43:41.712Z] [2021-01-15T16:43:41.712Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T16:43:41.712Z] 20.10.0: Pulling from library/docker [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:42.132Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:42.200Z] taggedImages: [2021-01-15T16:43:42.201Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:42.201Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.41 [2021-01-15T16:43:42.201Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:42.201Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-15T16:43:42.263Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-15T16:43:42.263Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:42.263Z] 2.0.0-dev.41 [2021-01-15T16:43:42.263Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:42.263Z] master [2021-01-15T16:43:42.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:42.707Z] Removing intermediate container 66f66f9ec7da [2021-01-15T16:43:42.707Z] ---> e22ba2fdc71a [2021-01-15T16:43:42.707Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:43:42.778Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:42.996Z] Removing intermediate container a36d41eb658c [2021-01-15T16:43:42.996Z] ---> 14b03f90edcd [2021-01-15T16:43:42.996Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:43:43.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:43.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T16:43:43.093Z] cca3fb0fcc90: Preparing [2021-01-15T16:43:43.093Z] b131b23cb6f0: Preparing [2021-01-15T16:43:43.093Z] d50e117477f0: Preparing [2021-01-15T16:43:43.093Z] 68709aea39f5: Preparing [2021-01-15T16:43:43.093Z] 4a20acc76906: Preparing [2021-01-15T16:43:43.093Z] 384bf9cb486f: Preparing [2021-01-15T16:43:43.093Z] bf9e49b94349: Preparing [2021-01-15T16:43:43.093Z] 98e11e53c669: Preparing [2021-01-15T16:43:43.093Z] 777b2c648970: Preparing [2021-01-15T16:43:43.093Z] 384bf9cb486f: Waiting [2021-01-15T16:43:43.093Z] bf9e49b94349: Waiting [2021-01-15T16:43:43.093Z] 98e11e53c669: Waiting [2021-01-15T16:43:43.093Z] 777b2c648970: Waiting [2021-01-15T16:43:43.359Z] 4a20acc76906: Pushed [2021-01-15T16:43:43.359Z] b131b23cb6f0: Pushed [2021-01-15T16:43:43.359Z] cca3fb0fcc90: Pushed [2021-01-15T16:43:43.359Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:43.359Z] 777b2c648970: Layer already exists [2021-01-15T16:43:43.600Z] ---> 54b12b7b61aa [2021-01-15T16:43:43.600Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:43.600Z] ---> cb2ace74abdd [2021-01-15T16:43:43.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:43.600Z] ---> Running in 8a488cd2fd61 [2021-01-15T16:43:43.600Z] ---> Running in 780b5dd04538 [2021-01-15T16:43:43.658Z] 384bf9cb486f: Pushed [2021-01-15T16:43:43.658Z] bf9e49b94349: Pushed [2021-01-15T16:43:44.240Z] 68709aea39f5: Pushed [2021-01-15T16:43:44.240Z] d50e117477f0: Pushed [2021-01-15T16:43:44.815Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:77f27756edb24a753fbc5439eb3a106f564dcb87e6a2afa671002e452a7f6aed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:45.045Z] Removing intermediate container 8a488cd2fd61 [2021-01-15T16:43:45.045Z] ---> 52d31e5e9708 [2021-01-15T16:43:45.045Z] Step 13/21 : WORKDIR /edgex [2021-01-15T16:43:45.045Z] Removing intermediate container 780b5dd04538 [2021-01-15T16:43:45.045Z] ---> 527fdc53502a [2021-01-15T16:43:45.045Z] Step 13/24 : WORKDIR / [2021-01-15T16:43:45.045Z] ---> Running in c26a097879f9 [2021-01-15T16:43:45.045Z] ---> aa5c12cf9821 [2021-01-15T16:43:45.045Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T16:43:45.045Z] ---> e7975f28d5e6 [2021-01-15T16:43:45.045Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:43:45.045Z] ---> Running in 9dda6b9b18c7 [2021-01-15T16:43:45.147Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:45.323Z] ---> Running in d17f01695816 [2021-01-15T16:43:45.323Z] ---> Running in 267bb366dffe [2021-01-15T16:43:45.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.41 [2021-01-15T16:43:45.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T16:43:45.453Z] cca3fb0fcc90: Preparing [2021-01-15T16:43:45.453Z] b131b23cb6f0: Preparing [2021-01-15T16:43:45.453Z] d50e117477f0: Preparing [2021-01-15T16:43:45.453Z] 68709aea39f5: Preparing [2021-01-15T16:43:45.453Z] 4a20acc76906: Preparing [2021-01-15T16:43:45.453Z] 384bf9cb486f: Preparing [2021-01-15T16:43:45.453Z] bf9e49b94349: Preparing [2021-01-15T16:43:45.453Z] 98e11e53c669: Preparing [2021-01-15T16:43:45.453Z] 777b2c648970: Preparing [2021-01-15T16:43:45.453Z] 384bf9cb486f: Waiting [2021-01-15T16:43:45.453Z] bf9e49b94349: Waiting [2021-01-15T16:43:45.453Z] 98e11e53c669: Waiting [2021-01-15T16:43:45.453Z] 777b2c648970: Waiting [2021-01-15T16:43:45.453Z] cca3fb0fcc90: Layer already exists [2021-01-15T16:43:45.453Z] 4a20acc76906: Layer already exists [2021-01-15T16:43:45.453Z] 68709aea39f5: Layer already exists [2021-01-15T16:43:45.453Z] b131b23cb6f0: Layer already exists [2021-01-15T16:43:45.453Z] d50e117477f0: Layer already exists [2021-01-15T16:43:45.453Z] 384bf9cb486f: Layer already exists [2021-01-15T16:43:45.453Z] bf9e49b94349: Layer already exists [2021-01-15T16:43:45.453Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:45.453Z] 777b2c648970: Layer already exists [2021-01-15T16:43:45.453Z] 2.0.0-dev.41: digest: sha256:77f27756edb24a753fbc5439eb3a106f564dcb87e6a2afa671002e452a7f6aed size: 2198 [2021-01-15T16:43:45.601Z] Removing intermediate container c26a097879f9 [2021-01-15T16:43:45.601Z] ---> deb27404c2d9 [2021-01-15T16:43:45.601Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:45.878Z] Removing intermediate container 9dda6b9b18c7 [2021-01-15T16:43:45.878Z] ---> 107d58edc06c [2021-01-15T16:43:45.878Z] 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-15T16:43:46.026Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:46.161Z] Removing intermediate container d17f01695816 [2021-01-15T16:43:46.161Z] ---> 5dde2bcc5a1e [2021-01-15T16:43:46.161Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:43:46.161Z] Removing intermediate container 267bb366dffe [2021-01-15T16:43:46.161Z] ---> 3c41603101a3 [2021-01-15T16:43:46.161Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:43:46.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:46.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T16:43:46.334Z] cca3fb0fcc90: Preparing [2021-01-15T16:43:46.334Z] b131b23cb6f0: Preparing [2021-01-15T16:43:46.334Z] d50e117477f0: Preparing [2021-01-15T16:43:46.334Z] 68709aea39f5: Preparing [2021-01-15T16:43:46.334Z] 4a20acc76906: Preparing [2021-01-15T16:43:46.334Z] 384bf9cb486f: Preparing [2021-01-15T16:43:46.334Z] bf9e49b94349: Preparing [2021-01-15T16:43:46.334Z] 98e11e53c669: Preparing [2021-01-15T16:43:46.334Z] 777b2c648970: Preparing [2021-01-15T16:43:46.334Z] 384bf9cb486f: Waiting [2021-01-15T16:43:46.334Z] bf9e49b94349: Waiting [2021-01-15T16:43:46.334Z] 98e11e53c669: Waiting [2021-01-15T16:43:46.334Z] 777b2c648970: Waiting [2021-01-15T16:43:46.334Z] cca3fb0fcc90: Layer already exists [2021-01-15T16:43:46.334Z] 68709aea39f5: Layer already exists [2021-01-15T16:43:46.334Z] d50e117477f0: Layer already exists [2021-01-15T16:43:46.334Z] b131b23cb6f0: Layer already exists [2021-01-15T16:43:46.334Z] 4a20acc76906: Layer already exists [2021-01-15T16:43:46.334Z] 384bf9cb486f: Layer already exists [2021-01-15T16:43:46.334Z] bf9e49b94349: Layer already exists [2021-01-15T16:43:46.334Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:46.334Z] 777b2c648970: Layer already exists [2021-01-15T16:43:46.334Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:77f27756edb24a753fbc5439eb3a106f564dcb87e6a2afa671002e452a7f6aed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:46.439Z] ---> Running in c7d1fb42f5e3 [2021-01-15T16:43:46.439Z] ---> Running in 954e969994f3 [2021-01-15T16:43:46.650Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:46.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-15T16:43:46.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-15T16:43:46.954Z] cca3fb0fcc90: Preparing [2021-01-15T16:43:46.954Z] b131b23cb6f0: Preparing [2021-01-15T16:43:46.954Z] d50e117477f0: Preparing [2021-01-15T16:43:46.954Z] 68709aea39f5: Preparing [2021-01-15T16:43:46.954Z] 4a20acc76906: Preparing [2021-01-15T16:43:46.954Z] 384bf9cb486f: Preparing [2021-01-15T16:43:46.954Z] bf9e49b94349: Preparing [2021-01-15T16:43:46.954Z] 98e11e53c669: Preparing [2021-01-15T16:43:46.954Z] 777b2c648970: Preparing [2021-01-15T16:43:46.954Z] bf9e49b94349: Waiting [2021-01-15T16:43:46.954Z] 384bf9cb486f: Waiting [2021-01-15T16:43:46.954Z] 777b2c648970: Waiting [2021-01-15T16:43:46.954Z] 98e11e53c669: Waiting [2021-01-15T16:43:46.954Z] b131b23cb6f0: Layer already exists [2021-01-15T16:43:46.954Z] 68709aea39f5: Layer already exists [2021-01-15T16:43:46.954Z] cca3fb0fcc90: Layer already exists [2021-01-15T16:43:46.954Z] 4a20acc76906: Layer already exists [2021-01-15T16:43:46.954Z] d50e117477f0: Layer already exists [2021-01-15T16:43:46.954Z] 384bf9cb486f: Layer already exists [2021-01-15T16:43:46.954Z] 98e11e53c669: Layer already exists [2021-01-15T16:43:46.954Z] bf9e49b94349: Layer already exists [2021-01-15T16:43:46.954Z] 777b2c648970: Layer already exists [2021-01-15T16:43:46.954Z] master: digest: sha256:77f27756edb24a753fbc5439eb3a106f564dcb87e6a2afa671002e452a7f6aed size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-15T16:43:47.047Z] ---> e8b8c161baef [2021-01-15T16:43:47.048Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:47.143Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:47.191Z] taggedImages: [2021-01-15T16:43:47.191Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:47.191Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.41 [2021-01-15T16:43:47.191Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:47.191Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-15T16:43:47.256Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-15T16:43:47.256Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:47.256Z] 2.0.0-dev.41 [2021-01-15T16:43:47.256Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:47.256Z] master [2021-01-15T16:43:47.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-15T16:43:47.326Z] Removing intermediate container c7d1fb42f5e3 [2021-01-15T16:43:47.326Z] ---> b5c64ca6f897 [2021-01-15T16:43:47.326Z] Step 19/21 : LABEL arch=arm64 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:47.782Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:47.924Z] ---> be4eec60ea8b [2021-01-15T16:43:47.924Z] 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-15T16:43:47.924Z] Removing intermediate container 954e969994f3 [2021-01-15T16:43:47.924Z] ---> 8c86aafef902 [2021-01-15T16:43:47.924Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:43:48.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:48.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T16:43:48.088Z] 9a1a5c0ed863: Preparing [2021-01-15T16:43:48.088Z] 6081db50ae9c: Preparing [2021-01-15T16:43:48.088Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:48.088Z] 0c346e508146: Preparing [2021-01-15T16:43:48.088Z] 6eab7d397818: Preparing [2021-01-15T16:43:48.088Z] e51013c5203f: Preparing [2021-01-15T16:43:48.088Z] e51013c5203f: Waiting [2021-01-15T16:43:48.088Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:48.208Z] ---> Running in 56a3e285b8cc [2021-01-15T16:43:48.354Z] 9a1a5c0ed863: Pushed [2021-01-15T16:43:48.354Z] 0c346e508146: Pushed [2021-01-15T16:43:48.354Z] e51013c5203f: Pushed [2021-01-15T16:43:48.354Z] 6eab7d397818: Pushed [2021-01-15T16:43:48.812Z] ---> Running in 11e800f22572 [2021-01-15T16:43:49.091Z] ---> 949a6040b3d1 [2021-01-15T16:43:49.091Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T16:43:49.306Z] 6081db50ae9c: Pushed [2021-01-15T16:43:49.570Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:bb05534c7821840a785f87831d32c6369029c3f3488102d8a5d5f2bee5103058 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:49.700Z] Removing intermediate container 56a3e285b8cc [2021-01-15T16:43:49.700Z] ---> c542108e32e7 [2021-01-15T16:43:49.700Z] Step 20/21 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:49.884Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:49.981Z] ---> da6b221d63e4 [2021-01-15T16:43:49.981Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:49.981Z] Removing intermediate container 11e800f22572 [2021-01-15T16:43:49.981Z] ---> 58e3e6a089ba [2021-01-15T16:43:49.981Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:50.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.41 [2021-01-15T16:43:50.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T16:43:50.188Z] 9a1a5c0ed863: Preparing [2021-01-15T16:43:50.188Z] 6081db50ae9c: Preparing [2021-01-15T16:43:50.188Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:50.188Z] 0c346e508146: Preparing [2021-01-15T16:43:50.188Z] 6eab7d397818: Preparing [2021-01-15T16:43:50.188Z] e51013c5203f: Preparing [2021-01-15T16:43:50.188Z] e51013c5203f: Waiting [2021-01-15T16:43:50.188Z] 6081db50ae9c: Layer already exists [2021-01-15T16:43:50.188Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:50.188Z] 9a1a5c0ed863: Layer already exists [2021-01-15T16:43:50.188Z] 6eab7d397818: Layer already exists [2021-01-15T16:43:50.188Z] 0c346e508146: Layer already exists [2021-01-15T16:43:50.188Z] e51013c5203f: Layer already exists [2021-01-15T16:43:50.188Z] 2.0.0-dev.41: digest: sha256:bb05534c7821840a785f87831d32c6369029c3f3488102d8a5d5f2bee5103058 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:50.260Z] ---> Running in 3c2340e667aa [2021-01-15T16:43:50.515Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:50.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:50.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T16:43:50.834Z] 9a1a5c0ed863: Preparing [2021-01-15T16:43:50.834Z] 6081db50ae9c: Preparing [2021-01-15T16:43:50.834Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:50.834Z] 0c346e508146: Preparing [2021-01-15T16:43:50.834Z] 6eab7d397818: Preparing [2021-01-15T16:43:50.834Z] e51013c5203f: Preparing [2021-01-15T16:43:50.834Z] e51013c5203f: Waiting [2021-01-15T16:43:50.834Z] 6eab7d397818: Layer already exists [2021-01-15T16:43:50.834Z] 0c346e508146: Layer already exists [2021-01-15T16:43:50.834Z] 9a1a5c0ed863: Layer already exists [2021-01-15T16:43:50.834Z] 6081db50ae9c: Layer already exists [2021-01-15T16:43:50.834Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:50.834Z] e51013c5203f: Layer already exists [2021-01-15T16:43:50.834Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:bb05534c7821840a785f87831d32c6369029c3f3488102d8a5d5f2bee5103058 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:50.873Z] ---> Running in a12e9f9f4a82 [2021-01-15T16:43:51.153Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-15T16:43:51.158Z] ---> 3ed25db5075c [2021-01-15T16:43:51.158Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:51.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-15T16:43:51.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-15T16:43:51.496Z] 9a1a5c0ed863: Preparing [2021-01-15T16:43:51.496Z] 6081db50ae9c: Preparing [2021-01-15T16:43:51.496Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:51.496Z] 0c346e508146: Preparing [2021-01-15T16:43:51.496Z] 6eab7d397818: Preparing [2021-01-15T16:43:51.496Z] e51013c5203f: Preparing [2021-01-15T16:43:51.496Z] e51013c5203f: Waiting [2021-01-15T16:43:51.496Z] 0c346e508146: Layer already exists [2021-01-15T16:43:51.496Z] 6081db50ae9c: Layer already exists [2021-01-15T16:43:51.496Z] 9a1a5c0ed863: Layer already exists [2021-01-15T16:43:51.496Z] 6eab7d397818: Layer already exists [2021-01-15T16:43:51.496Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:51.496Z] e51013c5203f: Layer already exists [2021-01-15T16:43:51.496Z] master: digest: sha256:bb05534c7821840a785f87831d32c6369029c3f3488102d8a5d5f2bee5103058 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:51.759Z] ===================================================== [2021-01-15T16:43:51.763Z] ---> 7ccf5f1a8608 [2021-01-15T16:43:51.763Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T16:43:51.763Z] Removing intermediate container 3c2340e667aa [2021-01-15T16:43:51.763Z] ---> 5560712355c7 [2021-01-15T16:43:51.763Z] Step 21/21 : LABEL version=2.0.0-dev.41 [Pipeline] echo [2021-01-15T16:43:51.823Z] taggedImages: [2021-01-15T16:43:51.823Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:51.823Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.41 [2021-01-15T16:43:51.823Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:51.823Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-15T16:43:51.903Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-15T16:43:51.903Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:51.903Z] 2.0.0-dev.41 [2021-01-15T16:43:51.903Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:51.903Z] master [2021-01-15T16:43:51.903Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-15T16:43:52.038Z] Removing intermediate container a12e9f9f4a82 [2021-01-15T16:43:52.038Z] ---> df824bec7018 [2021-01-15T16:43:52.038Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:43:52.038Z] ---> Running in 49fa1eaeaf28 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:52.317Z] ---> Running in 3e4694b8ee1a [2021-01-15T16:43:52.317Z] ---> Running in ca6bbefa1795 [2021-01-15T16:43:52.485Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:52.607Z] Removing intermediate container 49fa1eaeaf28 [2021-01-15T16:43:52.607Z] ---> a328db1c11ab [2021-01-15T16:43:52.607Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T16:43:52.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:52.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T16:43:52.813Z] b427ff1a4eee: Preparing [2021-01-15T16:43:52.813Z] 809483883489: Preparing [2021-01-15T16:43:52.813Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:52.813Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:52.884Z] ---> Running in e08a0a78b7ef [2021-01-15T16:43:53.090Z] b427ff1a4eee: Pushed [2021-01-15T16:43:53.157Z] Removing intermediate container 3e4694b8ee1a [2021-01-15T16:43:53.157Z] ---> 1659f6b166d2 [2021-01-15T16:43:53.157Z] [2021-01-15T16:43:53.157Z] Removing intermediate container ca6bbefa1795 [2021-01-15T16:43:53.157Z] ---> 0866515384f7 [2021-01-15T16:43:53.157Z] [2021-01-15T16:43:53.435Z] ---> 3cd5f856b545 [2021-01-15T16:43:53.435Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T16:43:53.720Z] Successfully built 0866515384f7 [2021-01-15T16:43:53.720Z] Successfully built 1659f6b166d2 [2021-01-15T16:43:53.720Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T16:43:53.720Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T16:43:53.720Z] Building docker-core-data-go [2021-01-15T16:43:53.720Z] Building docker-security-bootstrap-redis-go [2021-01-15T16:43:53.720Z]  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container e08a0a78b7ef [2021-01-15T16:43:53.720Z] ---> c5046a4e0489 [2021-01-15T16:43:53.720Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T16:43:53.995Z] ---> Running in 8e7584d5fc25 [2021-01-15T16:43:53.995Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T16:43:54.044Z] 809483883489: Pushed [2021-01-15T16:43:54.269Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T16:43:54.269Z] ---> eeaf43b92773 [2021-01-15T16:43:54.269Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T16:43:54.308Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:0435fda6273f556f91e83b6748439c31c4c558a3f28c0e14263d29f83f3dda37 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:54.543Z] ---> Running in 41f55fafc36a [2021-01-15T16:43:54.621Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:54.820Z] Removing intermediate container 8e7584d5fc25 [2021-01-15T16:43:54.820Z] ---> f020a21b97d3 [2021-01-15T16:43:54.820Z] Step 20/21 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:54.820Z] ---> 5473b32fe31b [2021-01-15T16:43:54.820Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T16:43:54.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.41 [2021-01-15T16:43:54.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T16:43:54.929Z] b427ff1a4eee: Preparing [2021-01-15T16:43:54.929Z] 809483883489: Preparing [2021-01-15T16:43:54.929Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:54.929Z] b427ff1a4eee: Layer already exists [2021-01-15T16:43:54.929Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:54.929Z] 809483883489: Layer already exists [2021-01-15T16:43:54.929Z] 2.0.0-dev.41: digest: sha256:0435fda6273f556f91e83b6748439c31c4c558a3f28c0e14263d29f83f3dda37 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:55.098Z] ---> Running in 93a8662a6750 [2021-01-15T16:43:55.238Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:55.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:55.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T16:43:55.536Z] b427ff1a4eee: Preparing [2021-01-15T16:43:55.536Z] 809483883489: Preparing [2021-01-15T16:43:55.536Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:55.536Z] b427ff1a4eee: Layer already exists [2021-01-15T16:43:55.536Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:55.536Z] 809483883489: Layer already exists [2021-01-15T16:43:55.536Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:0435fda6273f556f91e83b6748439c31c4c558a3f28c0e14263d29f83f3dda37 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:55.709Z] Removing intermediate container 93a8662a6750 [2021-01-15T16:43:55.709Z] ---> 0ae9a7b884da [2021-01-15T16:43:55.709Z] Step 21/21 : LABEL version=2.0.0-dev.41 [2021-01-15T16:43:55.842Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:55.987Z] ---> Running in 4192392f3979 [2021-01-15T16:43:56.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-15T16:43:56.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-15T16:43:56.148Z] b427ff1a4eee: Preparing [2021-01-15T16:43:56.148Z] 809483883489: Preparing [2021-01-15T16:43:56.148Z] 526a3a0d57b7: Preparing [2021-01-15T16:43:56.148Z] 809483883489: Layer already exists [2021-01-15T16:43:56.148Z] 526a3a0d57b7: Layer already exists [2021-01-15T16:43:56.148Z] b427ff1a4eee: Layer already exists [2021-01-15T16:43:56.148Z] master: digest: sha256:0435fda6273f556f91e83b6748439c31c4c558a3f28c0e14263d29f83f3dda37 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-15T16:43:56.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:43:56.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:43:56.343Z] ===================================================== [Pipeline] echo [2021-01-15T16:43:56.392Z] taggedImages: [2021-01-15T16:43:56.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:56.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.41 [2021-01-15T16:43:56.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:56.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-15T16:43:56.466Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-15T16:43:56.466Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:56.466Z] 2.0.0-dev.41 [2021-01-15T16:43:56.466Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:43:56.466Z] master [2021-01-15T16:43:56.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:56.910Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T16:43:56.910Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T16:43:56.910Z] ---> 2481cf38ac61 [2021-01-15T16:43:56.910Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T16:43:56.910Z] Executing bash-5.0.17-r0.post-install [2021-01-15T16:43:56.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:43:56.910Z] OK: 12 MiB in 22 packages [2021-01-15T16:43:56.959Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:43:57.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:43:57.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T16:43:57.284Z] 9295e36133bf: Preparing [2021-01-15T16:43:57.284Z] 2732a2442441: Preparing [2021-01-15T16:43:57.284Z] a8a91a2a157d: Preparing [2021-01-15T16:43:57.284Z] 97e57b74e8b6: Preparing [2021-01-15T16:43:57.284Z] 8b7c1ac444cb: Preparing [2021-01-15T16:43:57.284Z] 5a2a1e3de0ad: Preparing [2021-01-15T16:43:57.284Z] bf92c17edc68: Preparing [2021-01-15T16:43:57.284Z] 0754057c0ad3: Preparing [2021-01-15T16:43:57.284Z] 998cdf262ab1: Preparing [2021-01-15T16:43:57.284Z] 02e56110abd2: Preparing [2021-01-15T16:43:57.284Z] abc36efb885a: Preparing [2021-01-15T16:43:57.284Z] b0b09059f4e1: Preparing [2021-01-15T16:43:57.284Z] bb961f40224b: Preparing [2021-01-15T16:43:57.284Z] f4666769fca7: Preparing [2021-01-15T16:43:57.284Z] 02e56110abd2: Waiting [2021-01-15T16:43:57.284Z] abc36efb885a: Waiting [2021-01-15T16:43:57.284Z] 5a2a1e3de0ad: Waiting [2021-01-15T16:43:57.284Z] bf92c17edc68: Waiting [2021-01-15T16:43:57.284Z] 0754057c0ad3: Waiting [2021-01-15T16:43:57.284Z] b0b09059f4e1: Waiting [2021-01-15T16:43:57.284Z] bb961f40224b: Waiting [2021-01-15T16:43:57.284Z] f4666769fca7: Waiting [2021-01-15T16:43:57.284Z] 998cdf262ab1: Waiting [2021-01-15T16:43:57.554Z] 8b7c1ac444cb: Pushed [2021-01-15T16:43:57.554Z] 9295e36133bf: Pushed [2021-01-15T16:43:57.875Z] 97e57b74e8b6: Pushed [2021-01-15T16:43:57.875Z] 0754057c0ad3: Layer already exists [2021-01-15T16:43:58.149Z] 998cdf262ab1: Layer already exists [2021-01-15T16:43:58.150Z] 02e56110abd2: Layer already exists [2021-01-15T16:43:58.150Z] bf92c17edc68: Pushed [2021-01-15T16:43:58.150Z] abc36efb885a: Layer already exists [2021-01-15T16:43:58.150Z] b0b09059f4e1: Layer already exists [2021-01-15T16:43:58.150Z] bb961f40224b: Layer already exists [2021-01-15T16:43:58.150Z] f4666769fca7: Layer already exists [2021-01-15T16:43:58.150Z] 2732a2442441: Pushed [2021-01-15T16:43:58.455Z] ---> Running in c245ebeb9aa8 [2021-01-15T16:43:58.758Z] Removing intermediate container 4192392f3979 [2021-01-15T16:43:58.758Z] ---> 6acae681fb65 [2021-01-15T16:43:58.758Z] [2021-01-15T16:43:59.039Z] Successfully built 6acae681fb65 [2021-01-15T16:43:59.125Z] 5a2a1e3de0ad: Pushed [2021-01-15T16:43:59.654Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T16:43:59.654Z] Building docker-support-notifications-go [2021-01-15T16:44:00.639Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 41f55fafc36a [2021-01-15T16:44:00.639Z] ---> cc49ce91bfc7 [2021-01-15T16:44:00.639Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T16:44:00.639Z] ---> Running in 8ed5ceb6ab5d [2021-01-15T16:44:01.239Z] Removing intermediate container 8ed5ceb6ab5d [2021-01-15T16:44:01.239Z] ---> 5a70ea22a1d4 [2021-01-15T16:44:01.239Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T16:44:01.522Z] ---> Running in da0d3a4d33d8 [2021-01-15T16:44:02.127Z] Removing intermediate container da0d3a4d33d8 [2021-01-15T16:44:02.127Z] ---> 682a6b105874 [2021-01-15T16:44:02.127Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T16:44:02.400Z] Removing intermediate container c245ebeb9aa8 [2021-01-15T16:44:02.400Z] ---> fa988791b6e0 [2021-01-15T16:44:02.400Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T16:44:02.400Z] ---> Running in 85d6d2e63be5 [2021-01-15T16:44:02.400Z] ---> Running in 68f780a0fbdf [2021-01-15T16:44:02.995Z] Removing intermediate container 85d6d2e63be5 [2021-01-15T16:44:02.995Z] ---> 52a3b2c33739 [2021-01-15T16:44:02.995Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T16:44:03.270Z] Removing intermediate container 68f780a0fbdf [2021-01-15T16:44:03.270Z] ---> b704f1197bfd [2021-01-15T16:44:03.270Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T16:44:03.270Z] ---> Running in 55a7d5eb527b [2021-01-15T16:44:04.274Z] Removing intermediate container 55a7d5eb527b [2021-01-15T16:44:04.274Z] ---> 05e4749d293f [2021-01-15T16:44:04.274Z] Step 23/24 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:44:04.274Z] ---> aa6c37224b0b [2021-01-15T16:44:04.274Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:04.547Z] ---> Running in 08be7b90b8ac [2021-01-15T16:44:05.528Z] Removing intermediate container 08be7b90b8ac [2021-01-15T16:44:05.528Z] ---> 4629fa1ad752 [2021-01-15T16:44:05.528Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-01-15T16:44:06.122Z] ---> 0411a07dc9ac [2021-01-15T16:44:06.122Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T16:44:06.122Z] ---> Running in c293c5369074 [2021-01-15T16:44:07.360Z] a8a91a2a157d: Pushed [2021-01-15T16:44:07.360Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:1c95b725a161ba16fd095108005b87bb3ea44eab4b8023423e43d21c5ff0967c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:07.554Z] Removing intermediate container c293c5369074 [2021-01-15T16:44:07.554Z] ---> e8e2d179542c [2021-01-15T16:44:07.554Z] [2021-01-15T16:44:07.689Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:07.825Z] Successfully built e8e2d179542c [2021-01-15T16:44:08.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.41 [2021-01-15T16:44:08.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T16:44:08.001Z] 9295e36133bf: Preparing [2021-01-15T16:44:08.001Z] 2732a2442441: Preparing [2021-01-15T16:44:08.001Z] a8a91a2a157d: Preparing [2021-01-15T16:44:08.001Z] 97e57b74e8b6: Preparing [2021-01-15T16:44:08.001Z] 8b7c1ac444cb: Preparing [2021-01-15T16:44:08.001Z] 5a2a1e3de0ad: Preparing [2021-01-15T16:44:08.001Z] bf92c17edc68: Preparing [2021-01-15T16:44:08.001Z] 0754057c0ad3: Preparing [2021-01-15T16:44:08.001Z] 998cdf262ab1: Preparing [2021-01-15T16:44:08.001Z] 02e56110abd2: Preparing [2021-01-15T16:44:08.001Z] abc36efb885a: Preparing [2021-01-15T16:44:08.001Z] b0b09059f4e1: Preparing [2021-01-15T16:44:08.001Z] bb961f40224b: Preparing [2021-01-15T16:44:08.001Z] f4666769fca7: Preparing [2021-01-15T16:44:08.001Z] 5a2a1e3de0ad: Waiting [2021-01-15T16:44:08.001Z] bf92c17edc68: Waiting [2021-01-15T16:44:08.001Z] 0754057c0ad3: Waiting [2021-01-15T16:44:08.001Z] 998cdf262ab1: Waiting [2021-01-15T16:44:08.001Z] 02e56110abd2: Waiting [2021-01-15T16:44:08.001Z] abc36efb885a: Waiting [2021-01-15T16:44:08.001Z] b0b09059f4e1: Waiting [2021-01-15T16:44:08.001Z] bb961f40224b: Waiting [2021-01-15T16:44:08.001Z] f4666769fca7: Waiting [2021-01-15T16:44:08.001Z] 9295e36133bf: Layer already exists [2021-01-15T16:44:08.001Z] 8b7c1ac444cb: Layer already exists [2021-01-15T16:44:08.001Z] 2732a2442441: Layer already exists [2021-01-15T16:44:08.001Z] 97e57b74e8b6: Layer already exists [2021-01-15T16:44:08.001Z] a8a91a2a157d: Layer already exists [2021-01-15T16:44:08.001Z] 5a2a1e3de0ad: Layer already exists [2021-01-15T16:44:08.001Z] bf92c17edc68: Layer already exists [2021-01-15T16:44:08.001Z] 998cdf262ab1: Layer already exists [2021-01-15T16:44:08.001Z] 0754057c0ad3: Layer already exists [2021-01-15T16:44:08.001Z] 02e56110abd2: Layer already exists [2021-01-15T16:44:08.001Z] abc36efb885a: Layer already exists [2021-01-15T16:44:08.001Z] b0b09059f4e1: Layer already exists [2021-01-15T16:44:08.001Z] f4666769fca7: Layer already exists [2021-01-15T16:44:08.001Z] bb961f40224b: Layer already exists [2021-01-15T16:44:08.097Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T16:44:08.097Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-15T16:44:08.097Z] ---> e16d8b3a24bd [2021-01-15T16:44:08.097Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T16:44:08.268Z] 2.0.0-dev.41: digest: sha256:1c95b725a161ba16fd095108005b87bb3ea44eab4b8023423e43d21c5ff0967c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:08.370Z] ---> Running in 1b19ac3e9067 [2021-01-15T16:44:08.594Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:08.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:44:08.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T16:44:08.905Z] 9295e36133bf: Preparing [2021-01-15T16:44:08.905Z] 2732a2442441: Preparing [2021-01-15T16:44:08.905Z] a8a91a2a157d: Preparing [2021-01-15T16:44:08.905Z] 97e57b74e8b6: Preparing [2021-01-15T16:44:08.905Z] 8b7c1ac444cb: Preparing [2021-01-15T16:44:08.905Z] 5a2a1e3de0ad: Preparing [2021-01-15T16:44:08.905Z] bf92c17edc68: Preparing [2021-01-15T16:44:08.905Z] 0754057c0ad3: Preparing [2021-01-15T16:44:08.905Z] 998cdf262ab1: Preparing [2021-01-15T16:44:08.905Z] 02e56110abd2: Preparing [2021-01-15T16:44:08.905Z] abc36efb885a: Preparing [2021-01-15T16:44:08.905Z] b0b09059f4e1: Preparing [2021-01-15T16:44:08.905Z] bb961f40224b: Preparing [2021-01-15T16:44:08.905Z] f4666769fca7: Preparing [2021-01-15T16:44:08.905Z] 02e56110abd2: Waiting [2021-01-15T16:44:08.905Z] abc36efb885a: Waiting [2021-01-15T16:44:08.905Z] b0b09059f4e1: Waiting [2021-01-15T16:44:08.905Z] bb961f40224b: Waiting [2021-01-15T16:44:08.905Z] f4666769fca7: Waiting [2021-01-15T16:44:08.905Z] 5a2a1e3de0ad: Waiting [2021-01-15T16:44:08.905Z] bf92c17edc68: Waiting [2021-01-15T16:44:08.905Z] 0754057c0ad3: Waiting [2021-01-15T16:44:08.905Z] 998cdf262ab1: Waiting [2021-01-15T16:44:08.905Z] a8a91a2a157d: Layer already exists [2021-01-15T16:44:08.905Z] 97e57b74e8b6: Layer already exists [2021-01-15T16:44:08.905Z] 9295e36133bf: Layer already exists [2021-01-15T16:44:08.905Z] 8b7c1ac444cb: Layer already exists [2021-01-15T16:44:08.905Z] 2732a2442441: Layer already exists [2021-01-15T16:44:08.905Z] bf92c17edc68: Layer already exists [2021-01-15T16:44:08.905Z] 02e56110abd2: Layer already exists [2021-01-15T16:44:08.905Z] 998cdf262ab1: Layer already exists [2021-01-15T16:44:08.905Z] 5a2a1e3de0ad: Layer already exists [2021-01-15T16:44:08.905Z] 0754057c0ad3: Layer already exists [2021-01-15T16:44:08.905Z] abc36efb885a: Layer already exists [2021-01-15T16:44:08.905Z] bb961f40224b: Layer already exists [2021-01-15T16:44:08.905Z] b0b09059f4e1: Layer already exists [2021-01-15T16:44:08.905Z] f4666769fca7: Layer already exists [2021-01-15T16:44:09.170Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:1c95b725a161ba16fd095108005b87bb3ea44eab4b8023423e43d21c5ff0967c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:09.500Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:44:09.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:09.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:09.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-15T16:44:09.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-15T16:44:09.827Z] 9295e36133bf: Preparing [2021-01-15T16:44:09.827Z] 2732a2442441: Preparing [2021-01-15T16:44:09.827Z] a8a91a2a157d: Preparing [2021-01-15T16:44:09.827Z] 97e57b74e8b6: Preparing [2021-01-15T16:44:09.827Z] 8b7c1ac444cb: Preparing [2021-01-15T16:44:09.827Z] 5a2a1e3de0ad: Preparing [2021-01-15T16:44:09.827Z] bf92c17edc68: Preparing [2021-01-15T16:44:09.827Z] 0754057c0ad3: Preparing [2021-01-15T16:44:09.827Z] 998cdf262ab1: Preparing [2021-01-15T16:44:09.827Z] 02e56110abd2: Preparing [2021-01-15T16:44:09.827Z] abc36efb885a: Preparing [2021-01-15T16:44:09.827Z] b0b09059f4e1: Preparing [2021-01-15T16:44:09.827Z] bb961f40224b: Preparing [2021-01-15T16:44:09.827Z] f4666769fca7: Preparing [2021-01-15T16:44:09.827Z] 998cdf262ab1: Waiting [2021-01-15T16:44:09.827Z] 02e56110abd2: Waiting [2021-01-15T16:44:09.827Z] abc36efb885a: Waiting [2021-01-15T16:44:09.827Z] b0b09059f4e1: Waiting [2021-01-15T16:44:09.827Z] bb961f40224b: Waiting [2021-01-15T16:44:09.827Z] f4666769fca7: Waiting [2021-01-15T16:44:09.827Z] bf92c17edc68: Waiting [2021-01-15T16:44:09.827Z] 0754057c0ad3: Waiting [2021-01-15T16:44:09.827Z] 5a2a1e3de0ad: Waiting [2021-01-15T16:44:09.827Z] 97e57b74e8b6: Layer already exists [2021-01-15T16:44:09.827Z] 8b7c1ac444cb: Layer already exists [2021-01-15T16:44:09.827Z] 2732a2442441: Layer already exists [2021-01-15T16:44:09.827Z] 9295e36133bf: Layer already exists [2021-01-15T16:44:09.827Z] a8a91a2a157d: Layer already exists [2021-01-15T16:44:10.091Z] 0754057c0ad3: Layer already exists [2021-01-15T16:44:10.091Z] 5a2a1e3de0ad: Layer already exists [2021-01-15T16:44:10.091Z] 998cdf262ab1: Layer already exists [2021-01-15T16:44:10.091Z] 02e56110abd2: Layer already exists [2021-01-15T16:44:10.091Z] bf92c17edc68: Layer already exists [2021-01-15T16:44:10.091Z] f4666769fca7: Layer already exists [2021-01-15T16:44:10.091Z] bb961f40224b: Layer already exists [2021-01-15T16:44:10.091Z] b0b09059f4e1: Layer already exists [2021-01-15T16:44:10.091Z] abc36efb885a: Layer already exists [2021-01-15T16:44:10.091Z] master: digest: sha256:1c95b725a161ba16fd095108005b87bb3ea44eab4b8023423e43d21c5ff0967c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:44:10.307Z] ===================================================== [Pipeline] echo [2021-01-15T16:44:10.400Z] taggedImages: [2021-01-15T16:44:10.400Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:44:10.400Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.41 [2021-01-15T16:44:10.400Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:44:10.400Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-01-15T16:44:10.407Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T16:44:10.407Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T16:44:10.407Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T16:44:10.407Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T16:44:10.407Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T16:44:10.407Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T16:44:10.407Z] (7/33) Installing python3 (3.8.5-r0) [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-15T16:44:12.374Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T16:44:12.374Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T16:44:12.374Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T16:44:12.374Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T16:44:12.374Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T16:44:12.374Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T16:44:12.374Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T16:44:12.374Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T16:44:12.374Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T16:44:12.374Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T16:44:12.374Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T16:44:12.374Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T16:44:12.374Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T16:44:12.644Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T16:44:12.644Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T16:44:12.644Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T16:44:12.644Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T16:44:12.644Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T16:44:12.644Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T16:44:12.644Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T16:44:12.644Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T16:44:12.644Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T16:44:12.644Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T16:44:12.922Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T16:44:12.922Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T16:44:12.922Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T16:44:12.922Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:12.922Z] OK: 71 MiB in 55 packages [2021-01-15T16:44:19.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:44:19.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:44:19.676Z] ---> b33f6d736341 [2021-01-15T16:44:19.676Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> 82c430c4adf4 [2021-01-15T16:44:19.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> b135c3c6e391 [2021-01-15T16:44:19.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> 5c19e20bbc1a [2021-01-15T16:44:19.676Z] Step 6/22 : COPY go.mod . [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> 22405d544197 [2021-01-15T16:44:19.676Z] Step 7/22 : RUN go mod download [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> 113d81040895 [2021-01-15T16:44:19.676Z] Step 8/22 : COPY . . [2021-01-15T16:44:19.676Z] ---> Using cache [2021-01-15T16:44:19.676Z] ---> 68644ef18481 [2021-01-15T16:44:19.676Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:44:20.666Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:44:20.666Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:44:20.666Z] ---> b33f6d736341 [2021-01-15T16:44:20.666Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:44:20.666Z] ---> Using cache [2021-01-15T16:44:20.666Z] ---> 82c430c4adf4 [2021-01-15T16:44:20.666Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:44:20.666Z] ---> Using cache [2021-01-15T16:44:20.666Z] ---> b135c3c6e391 [2021-01-15T16:44:20.666Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:44:22.100Z] ---> Running in f07b67f45e3b [2021-01-15T16:44:22.100Z] ---> Running in 4f2178b2442c [2021-01-15T16:44:23.542Z] Removing intermediate container 1b19ac3e9067 [2021-01-15T16:44:23.542Z] ---> c8c6aa05e1a0 [2021-01-15T16:44:23.542Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T16:44:24.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T16:44:24.524Z] ---> Running in b5621717157b [2021-01-15T16:44:24.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:25.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:26.115Z] OK: 217 MiB in 51 packages [2021-01-15T16:44:27.103Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:44:27.103Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:44:27.103Z] ---> b33f6d736341 [2021-01-15T16:44:27.103Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:44:27.103Z] ---> Using cache [2021-01-15T16:44:27.103Z] ---> 82c430c4adf4 [2021-01-15T16:44:27.103Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:44:27.103Z] ---> Using cache [2021-01-15T16:44:27.103Z] ---> b135c3c6e391 [2021-01-15T16:44:27.103Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:44:28.550Z] ---> Running in e794c320171a [2021-01-15T16:44:29.543Z] Removing intermediate container 4f2178b2442c [2021-01-15T16:44:29.543Z] ---> 0af9bbefa72b [2021-01-15T16:44:29.543Z] Step 6/23 : COPY go.mod . [2021-01-15T16:44:30.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:31.262Z] ---> 4465fc7aca49 [2021-01-15T16:44:31.262Z] Step 7/23 : RUN go mod download [2021-01-15T16:44:31.541Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:44:31.541Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:44:31.541Z] ---> b33f6d736341 [2021-01-15T16:44:31.541Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> 82c430c4adf4 [2021-01-15T16:44:31.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> b135c3c6e391 [2021-01-15T16:44:31.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> 5c19e20bbc1a [2021-01-15T16:44:31.541Z] Step 6/22 : COPY go.mod . [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> 22405d544197 [2021-01-15T16:44:31.541Z] Step 7/22 : RUN go mod download [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> 113d81040895 [2021-01-15T16:44:31.541Z] Step 8/22 : COPY . . [2021-01-15T16:44:31.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:44:31.541Z] ---> Using cache [2021-01-15T16:44:31.541Z] ---> 68644ef18481 [2021-01-15T16:44:31.541Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:44:31.823Z] ---> Running in 14ca4618e7b7 [2021-01-15T16:44:31.823Z] ---> Running in 64ac0b18e97e [2021-01-15T16:44:31.823Z] Collecting docker-compose==1.23.2 [2021-01-15T16:44:32.103Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T16:44:32.709Z] OK: 217 MiB in 51 packages [2021-01-15T16:44:33.309Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T16:44:33.309Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T16:44:34.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T16:44:34.569Z] Removing intermediate container e794c320171a [2021-01-15T16:44:34.569Z] ---> e06a98b6571d [2021-01-15T16:44:34.569Z] Step 6/24 : COPY go.mod . [2021-01-15T16:44:35.575Z] ---> cfedc187f799 [2021-01-15T16:44:35.575Z] Step 7/24 : RUN go mod download [2021-01-15T16:44:35.853Z] ---> Running in 1f7d924fc260 [2021-01-15T16:44:36.857Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T16:44:36.857Z] Removing intermediate container 14ca4618e7b7 [2021-01-15T16:44:36.857Z] ---> 9efca9e6fd10 [2021-01-15T16:44:36.857Z] Step 8/23 : COPY . . [2021-01-15T16:44:36.857Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T16:44:39.502Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T16:44:39.502Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T16:44:42.292Z] Collecting PyYAML<4,>=3.10 [2021-01-15T16:44:42.292Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T16:44:42.292Z] Removing intermediate container 1f7d924fc260 [2021-01-15T16:44:42.292Z] ---> 7129daff3def [2021-01-15T16:44:42.292Z] Step 8/24 : COPY . . [2021-01-15T16:44:46.653Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T16:44:46.653Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T16:44:50.091Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T16:44:50.091Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T16:44:52.291Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T16:44:52.291Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T16:44:52.598Z] 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-15T16:44:53.630Z] ---> 5732805e2d85 [2021-01-15T16:44:53.630Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T16:44:53.630Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T16:44:53.630Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T16:44:54.307Z] ---> Running in c3d7f2c7ae6a [2021-01-15T16:44:54.620Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T16:44:54.620Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T16:44:56.605Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T16:44:58.107Z] ---> 9ea1fc134cc4 [2021-01-15T16:44:58.107Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:44:58.107Z] 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-15T16:44:58.107Z] 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-15T16:44:58.393Z] ---> Running in 0be577d9e2bf [2021-01-15T16:44:58.680Z] Collecting idna<2.8,>=2.5 [2021-01-15T16:44:58.680Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T16:45:00.141Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T16:45:00.141Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T16:45:00.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.41" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T16:45:00.752Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T16:45:00.752Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T16:45:01.033Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T16:45:01.033Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T16:45:01.033Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T16:45:01.033Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T16:45:02.510Z] Installing collected packages: docopt, cached-property, idna, urllib3, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docker-compose [2021-01-15T16:45:02.510Z] Running setup.py install for docopt: started [2021-01-15T16:45:05.172Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T16:45:05.172Z] Attempting uninstall: idna [2021-01-15T16:45:05.172Z] Found existing installation: idna 2.9 [2021-01-15T16:45:05.172Z] Uninstalling idna-2.9: [2021-01-15T16:45:05.172Z] Successfully uninstalled idna-2.9 [2021-01-15T16:45:06.169Z] Attempting uninstall: urllib3 [2021-01-15T16:45:06.169Z] Found existing installation: urllib3 1.25.9 [2021-01-15T16:45:06.169Z] Uninstalling urllib3-1.25.9: [2021-01-15T16:45:06.169Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T16:45:07.186Z] Attempting uninstall: requests [2021-01-15T16:45:07.187Z] Found existing installation: requests 2.23.0 [2021-01-15T16:45:07.187Z] Uninstalling requests-2.23.0: [2021-01-15T16:45:07.471Z] Successfully uninstalled requests-2.23.0 [2021-01-15T16:45:08.091Z] Running setup.py install for PyYAML: started [2021-01-15T16:45:12.437Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T16:45:12.437Z] Running setup.py install for texttable: started [2021-01-15T16:45:15.854Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T16:45:17.848Z] Running setup.py install for dockerpty: started [2021-01-15T16:45:21.276Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T16:45:22.285Z] 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-15T16:45:29.033Z] Removing intermediate container b5621717157b [2021-01-15T16:45:29.033Z] ---> ca6e5ff4bdf8 [2021-01-15T16:45:29.033Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T16:45:29.033Z] ---> Running in 2fcc7a4cfb97 [2021-01-15T16:45:30.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:45:30.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:45:31.787Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:45:31.787Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T16:45:31.787Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T16:45:31.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:45:31.787Z] OK: 71 MiB in 58 packages [2021-01-15T16:45:33.804Z] Removing intermediate container 2fcc7a4cfb97 [2021-01-15T16:45:33.804Z] ---> e88e2fa32695 [2021-01-15T16:45:33.804Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T16:45:33.804Z] ---> Running in cb9c609b469d [2021-01-15T16:45:34.799Z] Removing intermediate container cb9c609b469d [2021-01-15T16:45:34.799Z] ---> 78c07644d82a [2021-01-15T16:45:34.799Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:45:34.799Z] ---> Running in 93729278d288 [2021-01-15T16:45:35.395Z] Removing intermediate container 93729278d288 [2021-01-15T16:45:35.395Z] ---> e395b4826c4d [2021-01-15T16:45:35.395Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T16:45:35.668Z] ---> Running in a5275bf245b0 [2021-01-15T16:45:36.268Z] Removing intermediate container a5275bf245b0 [2021-01-15T16:45:36.268Z] ---> b3edb194af34 [2021-01-15T16:45:36.268Z] Step 25/26 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:45:36.541Z] ---> Running in 7c7531adb349 [2021-01-15T16:45:37.153Z] Removing intermediate container 7c7531adb349 [2021-01-15T16:45:37.153Z] ---> 214d0e898bc1 [2021-01-15T16:45:37.153Z] Step 26/26 : LABEL version=2.0.0-dev.41 [2021-01-15T16:45:37.432Z] ---> Running in 0c505fee08a2 [2021-01-15T16:45:38.034Z] Removing intermediate container 0c505fee08a2 [2021-01-15T16:45:38.034Z] ---> b45753d1f01f [2021-01-15T16:45:38.034Z] [2021-01-15T16:45:38.319Z] Successfully built b45753d1f01f [2021-01-15T16:45:38.319Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T16:45:53.473Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f07b67f45e3b [2021-01-15T16:45:53.473Z] ---> 039928195196 [2021-01-15T16:45:53.473Z] [2021-01-15T16:45:53.473Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T16:45:53.473Z] ---> afeebe901d6b [2021-01-15T16:45:53.473Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:45:53.473Z] ---> Using cache [2021-01-15T16:45:53.473Z] ---> 14b03f90edcd [2021-01-15T16:45:53.473Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T16:45:53.473Z] ---> Running in f9467627b8ea [2021-01-15T16:45:53.473Z] Removing intermediate container f9467627b8ea [2021-01-15T16:45:53.473Z] ---> 9de547fc65e3 [2021-01-15T16:45:53.473Z] Step 13/22 : WORKDIR / [2021-01-15T16:45:53.473Z] ---> Running in 2a328765f331 [2021-01-15T16:45:53.473Z] Removing intermediate container 2a328765f331 [2021-01-15T16:45:53.473Z] ---> 427ce92e46bd [2021-01-15T16:45:53.473Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:45:54.086Z] ---> efb8a63fa1f2 [2021-01-15T16:45:54.086Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T16:45:55.566Z] ---> a8d38c1f18e9 [2021-01-15T16:45:55.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T16:45:57.034Z] ---> 561c43113e11 [2021-01-15T16:45:57.034Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T16:45:58.051Z] ---> 3cb12ed565e0 [2021-01-15T16:45:58.051Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T16:45:58.377Z] ---> Running in 35627111aea7 [2021-01-15T16:46:01.889Z] Removing intermediate container 35627111aea7 [2021-01-15T16:46:01.889Z] ---> d8e21c99107f [2021-01-15T16:46:01.889Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T16:46:01.889Z] ---> Running in 73df6aee2dfa [2021-01-15T16:46:02.502Z] Removing intermediate container 73df6aee2dfa [2021-01-15T16:46:02.502Z] ---> 54c815e9115e [2021-01-15T16:46:02.502Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:46:02.786Z] ---> Running in 7c5ffbe74f1b [2021-01-15T16:46:03.419Z] Removing intermediate container 7c5ffbe74f1b [2021-01-15T16:46:03.419Z] ---> ff05cf37492e [2021-01-15T16:46:03.419Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:46:03.702Z] ---> Running in 00d25c356f30 [2021-01-15T16:46:04.350Z] Removing intermediate container 00d25c356f30 [2021-01-15T16:46:04.350Z] ---> ccf857aee587 [2021-01-15T16:46:04.350Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:46:04.350Z] ---> Running in 0a58662d3bb8 [2021-01-15T16:46:04.986Z] Removing intermediate container 0a58662d3bb8 [2021-01-15T16:46:04.986Z] ---> 76ac602934b0 [2021-01-15T16:46:04.986Z] [2021-01-15T16:46:05.605Z] Successfully built 76ac602934b0 [2021-01-15T16:46:05.605Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T16:46:32.580Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 0be577d9e2bf [2021-01-15T16:46:32.580Z] ---> 8d3873cf7595 [2021-01-15T16:46:32.580Z] [2021-01-15T16:46:32.580Z] Step 10/24 : FROM scratch [2021-01-15T16:46:32.580Z] ---> [2021-01-15T16:46:32.580Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:46:32.580Z] ---> Running in aae77ca71e34 [2021-01-15T16:46:32.580Z] Removing intermediate container aae77ca71e34 [2021-01-15T16:46:32.580Z] ---> 15587dbf8eca [2021-01-15T16:46:32.580Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:46:32.580Z] ---> Running in 07fbd652cc70 [2021-01-15T16:46:32.580Z] Removing intermediate container 64ac0b18e97e [2021-01-15T16:46:32.580Z] ---> 745d413dc449 [2021-01-15T16:46:32.580Z] [2021-01-15T16:46:32.580Z] Step 10/22 : FROM scratch [2021-01-15T16:46:32.580Z] ---> [2021-01-15T16:46:32.580Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:46:32.580Z] ---> Using cache [2021-01-15T16:46:32.580Z] ---> 5782768652cc [2021-01-15T16:46:32.580Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:46:32.580Z] Removing intermediate container 07fbd652cc70 [2021-01-15T16:46:32.580Z] ---> 8441aae27e5e [2021-01-15T16:46:32.580Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:46:32.580Z] ---> Running in 9ada0f8903dc [2021-01-15T16:46:32.580Z] ---> Running in a4a774014cfb [2021-01-15T16:46:32.580Z] Removing intermediate container 9ada0f8903dc [2021-01-15T16:46:32.580Z] ---> c944a710f152 [2021-01-15T16:46:32.580Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:46:32.580Z] Removing intermediate container a4a774014cfb [2021-01-15T16:46:32.580Z] ---> f33ad5fe31ec [2021-01-15T16:46:32.580Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:46:32.580Z] ---> Running in 33e36eba97f8 [2021-01-15T16:46:32.580Z] Removing intermediate container 33e36eba97f8 [2021-01-15T16:46:32.580Z] ---> 41cb9b3b3249 [2021-01-15T16:46:32.580Z] Step 14/22 : WORKDIR / [2021-01-15T16:46:32.580Z] ---> Running in c73ff21d7d41 [2021-01-15T16:46:32.580Z] ---> 125355650894 [2021-01-15T16:46:32.580Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:46:33.196Z] Removing intermediate container c73ff21d7d41 [2021-01-15T16:46:33.196Z] ---> 7f5bff275ca6 [2021-01-15T16:46:33.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:34.198Z] ---> fb8f45458de2 [2021-01-15T16:46:34.198Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:46:34.198Z] ---> 31e31352b31c [2021-01-15T16:46:34.198Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:46:35.673Z] ---> 4d74e4cde448 [2021-01-15T16:46:35.673Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:35.954Z] ---> 8374ba7e8dcf [2021-01-15T16:46:35.954Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:46:36.945Z] ---> acff67211917 [2021-01-15T16:46:36.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:46:36.945Z] ---> 9a3fb9f985a4 [2021-01-15T16:46:36.945Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:46:37.217Z] ---> Running in 33decdd88d87 [2021-01-15T16:46:37.819Z] Removing intermediate container 33decdd88d87 [2021-01-15T16:46:37.819Z] ---> c2d071d8bf42 [2021-01-15T16:46:37.819Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:46:37.819Z] ---> Running in 7e9e344cce2c [2021-01-15T16:46:37.819Z] ---> fd3b305f71b6 [2021-01-15T16:46:37.819Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:46:38.818Z] Removing intermediate container 7e9e344cce2c [2021-01-15T16:46:38.818Z] ---> 957690b6adb5 [2021-01-15T16:46:38.818Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:46:38.818Z] ---> Running in 7ac0b24a25e6 [2021-01-15T16:46:38.818Z] ---> 81dd349ba202 [2021-01-15T16:46:38.818Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:46:39.091Z] ---> Running in fd590f69300c [2021-01-15T16:46:39.368Z] Removing intermediate container 7ac0b24a25e6 [2021-01-15T16:46:39.368Z] ---> 265a2ec81621 [2021-01-15T16:46:39.368Z] Step 21/22 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:46:39.368Z] ---> Running in 5f5cd1e8a447 [2021-01-15T16:46:39.647Z] Removing intermediate container fd590f69300c [2021-01-15T16:46:39.647Z] ---> e563833ceca8 [2021-01-15T16:46:39.647Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:46:39.923Z] ---> Running in cfee1e6e38ca [2021-01-15T16:46:39.923Z] Removing intermediate container 5f5cd1e8a447 [2021-01-15T16:46:39.923Z] ---> caa25dabc3b5 [2021-01-15T16:46:39.923Z] Step 22/22 : LABEL version=2.0.0-dev.41 [2021-01-15T16:46:40.199Z] ---> Running in 3b98bf343706 [2021-01-15T16:46:40.485Z] Removing intermediate container cfee1e6e38ca [2021-01-15T16:46:40.485Z] ---> 6105972e2ec5 [2021-01-15T16:46:40.485Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T16:46:40.485Z] ---> Running in 55f32f87ec59 [2021-01-15T16:46:40.783Z] Removing intermediate container 3b98bf343706 [2021-01-15T16:46:40.783Z] ---> 3fd8c0fb728f [2021-01-15T16:46:40.783Z] [2021-01-15T16:46:41.068Z] Successfully built 3fd8c0fb728f [2021-01-15T16:46:41.068Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T16:46:41.351Z]  Building docker-core-metadata-go ... done Removing intermediate container 55f32f87ec59 [2021-01-15T16:46:41.351Z] ---> 2530e408e207 [2021-01-15T16:46:41.351Z] Step 23/24 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:46:41.351Z] ---> Running in 3667642fed03 [2021-01-15T16:46:41.975Z] Removing intermediate container 3667642fed03 [2021-01-15T16:46:41.975Z] ---> e9533ea2c29b [2021-01-15T16:46:41.975Z] Step 24/24 : LABEL version=2.0.0-dev.41 [2021-01-15T16:46:42.253Z] ---> Running in 25c9a5e035c2 [2021-01-15T16:46:42.859Z] Removing intermediate container 25c9a5e035c2 [2021-01-15T16:46:42.860Z] ---> 4c88f81d3c95 [2021-01-15T16:46:42.860Z] [2021-01-15T16:46:43.135Z] Successfully built 4c88f81d3c95 [2021-01-15T16:46:43.135Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T16:46:44.392Z]  Building docker-support-notifications-go ... done Removing intermediate container c3d7f2c7ae6a [2021-01-15T16:46:44.392Z] ---> d7f085eb2285 [2021-01-15T16:46:44.392Z] [2021-01-15T16:46:44.392Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T16:46:44.392Z] ---> afeebe901d6b [2021-01-15T16:46:44.392Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:46:44.667Z] ---> Running in 5ab1d73c8b59 [2021-01-15T16:46:45.267Z] Removing intermediate container 5ab1d73c8b59 [2021-01-15T16:46:45.267Z] ---> 54e29905012e [2021-01-15T16:46:45.267Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T16:46:45.267Z] ---> Running in 905fe1be14b0 [2021-01-15T16:46:45.542Z] Removing intermediate container 905fe1be14b0 [2021-01-15T16:46:45.542Z] ---> 69460856d0d9 [2021-01-15T16:46:45.542Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T16:46:45.816Z] ---> Running in d0a7f2ed1e7f [2021-01-15T16:46:46.411Z] Removing intermediate container d0a7f2ed1e7f [2021-01-15T16:46:46.412Z] ---> 4d3fb7d4bb2e [2021-01-15T16:46:46.412Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:46:46.412Z] ---> Running in f39bc1842425 [2021-01-15T16:46:48.396Z] Removing intermediate container f39bc1842425 [2021-01-15T16:46:48.396Z] ---> 5fcf11ea697c [2021-01-15T16:46:48.396Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T16:46:48.670Z] ---> Running in 13064b4742ad [2021-01-15T16:46:49.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:46:51.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:46:53.618Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T16:46:53.891Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T16:46:54.164Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T16:46:55.599Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T16:46:55.872Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T16:46:56.147Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:46:56.147Z] OK: 8 MiB in 19 packages [2021-01-15T16:46:57.128Z] Removing intermediate container 13064b4742ad [2021-01-15T16:46:57.128Z] ---> 62d882d699c6 [2021-01-15T16:46:57.403Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:46:58.006Z] ---> b7c3e1ccaf91 [2021-01-15T16:46:58.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T16:46:59.454Z] ---> 524400e0c3c2 [2021-01-15T16:46:59.454Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T16:47:00.069Z] ---> 9949f4598922 [2021-01-15T16:47:00.069Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T16:47:00.349Z] ---> Running in a91b7b79ca02 [2021-01-15T16:47:00.627Z] Removing intermediate container a91b7b79ca02 [2021-01-15T16:47:00.627Z] ---> 658c11374d86 [2021-01-15T16:47:00.627Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:47:00.903Z] ---> Running in 83726785f9d4 [2021-01-15T16:47:01.508Z] Removing intermediate container 83726785f9d4 [2021-01-15T16:47:01.508Z] ---> c65a4f6296d1 [2021-01-15T16:47:01.508Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T16:47:01.508Z] ---> Running in 321867b7ae36 [2021-01-15T16:47:02.106Z] Removing intermediate container 321867b7ae36 [2021-01-15T16:47:02.106Z] ---> b6e7c0665e22 [2021-01-15T16:47:02.106Z] Step 22/23 : LABEL git_sha=c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:02.106Z] ---> Running in 5b359ea5de2b [2021-01-15T16:47:02.707Z] Removing intermediate container 5b359ea5de2b [2021-01-15T16:47:02.707Z] ---> c3d3092954ac [2021-01-15T16:47:02.707Z] Step 23/23 : LABEL version=2.0.0-dev.41 [2021-01-15T16:47:02.707Z] ---> Running in 5a7e5d9b3c3d [2021-01-15T16:47:03.305Z] Removing intermediate container 5a7e5d9b3c3d [2021-01-15T16:47:03.305Z] ---> 9f389fec88fa [2021-01-15T16:47:03.305Z] [2021-01-15T16:47:03.586Z] Successfully built 9f389fec88fa [2021-01-15T16:47:03.586Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T16:47:03.880Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T16:47:03.877Z] $ docker stop --time=1 0f4bf62dfbb56316cab0b104fb344110a8f747b8c86bdac646aa10b861d521f2 [2021-01-15T16:47:05.852Z] $ docker rm -f 0f4bf62dfbb56316cab0b104fb344110a8f747b8c86bdac646aa10b861d521f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:47:06.550Z] + docker+ images [2021-01-15T16:47:06.550Z] grep docker [2021-01-15T16:47:06.823Z] docker-core-data-go-arm64 latest 9f389fec88fa 4 seconds ago 21MB [2021-01-15T16:47:06.823Z] docker-support-notifications-go-arm64 latest 4c88f81d3c95 24 seconds ago 11.4MB [2021-01-15T16:47:06.823Z] docker-core-metadata-go-arm64 latest 3fd8c0fb728f 26 seconds ago 12.3MB [2021-01-15T16:47:06.823Z] docker-security-bootstrap-redis-go-arm64 latest 76ac602934b0 About a minute ago 15.1MB [2021-01-15T16:47:06.823Z] docker-sys-mgmt-agent-go-arm64 latest b45753d1f01f About a minute ago 300MB [2021-01-15T16:47:06.823Z] docker-security-secretstore-setup-go-arm64 latest e8e2d179542c 3 minutes ago 23.4MB [2021-01-15T16:47:06.823Z] docker-security-proxy-setup-go-arm64 latest 6acae681fb65 3 minutes ago 23.2MB [2021-01-15T16:47:06.823Z] docker-support-scheduler-go-arm64 latest 1659f6b166d2 3 minutes ago 10MB [2021-01-15T16:47:06.823Z] docker-core-command-go-arm64 latest 0866515384f7 3 minutes ago 9.98MB [2021-01-15T16:47:06.823Z] docker 20.10.0 eeaf43b92773 5 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-15T16:47:07.308Z] provisioning config files... [2021-01-15T16:47:07.347Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/300@tmp/config5114588530239080918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:47:07.756Z] ---> docker-login.sh [2021-01-15T16:47:07.756Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:47:08.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:47:08.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:47:08.302Z] Configure a credential helper to remove this warning. See [2021-01-15T16:47:08.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:47:08.302Z] [2021-01-15T16:47:08.302Z] Login Succeeded [2021-01-15T16:47:08.302Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:47:08.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:47:08.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:47:08.845Z] Configure a credential helper to remove this warning. See [2021-01-15T16:47:08.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:47:08.845Z] [2021-01-15T16:47:08.845Z] Login Succeeded [2021-01-15T16:47:08.845Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:47:09.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:47:09.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:47:09.115Z] Configure a credential helper to remove this warning. See [2021-01-15T16:47:09.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:47:09.115Z] [2021-01-15T16:47:09.115Z] Login Succeeded [2021-01-15T16:47:09.385Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:47:09.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:47:09.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:47:09.657Z] Configure a credential helper to remove this warning. See [2021-01-15T16:47:09.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:47:09.657Z] [2021-01-15T16:47:09.657Z] Login Succeeded [2021-01-15T16:47:09.657Z] docker.io [2021-01-15T16:47:10.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:47:10.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:47:10.524Z] Configure a credential helper to remove this warning. See [2021-01-15T16:47:10.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:47:10.524Z] [2021-01-15T16:47:10.524Z] Login Succeeded [2021-01-15T16:47:10.524Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:47:10.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:10.791Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-15T16:47:10.791Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:10.791Z] 2.0.0-dev.41 [2021-01-15T16:47:10.791Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:10.791Z] master [2021-01-15T16:47:10.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:11.288Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:11.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:11.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T16:47:11.637Z] 30aa71be3586: Preparing [2021-01-15T16:47:11.637Z] 8c5a6eb7959e: Preparing [2021-01-15T16:47:11.637Z] 95b95d418ea5: Preparing [2021-01-15T16:47:11.908Z] 95b95d418ea5: Pushed [2021-01-15T16:47:11.908Z] 30aa71be3586: Pushed [2021-01-15T16:47:14.511Z] 8c5a6eb7959e: Pushed [2021-01-15T16:47:14.511Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:4479ce06228e35e2a291b7ec0d258dfe365ee227ef89b90e6ec079f2f4cf536f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:14.876Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:15.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:15.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T16:47:15.223Z] 30aa71be3586: Preparing [2021-01-15T16:47:15.223Z] 8c5a6eb7959e: Preparing [2021-01-15T16:47:15.223Z] 95b95d418ea5: Preparing [2021-01-15T16:47:15.495Z] 8c5a6eb7959e: Layer already exists [2021-01-15T16:47:15.495Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:15.495Z] 30aa71be3586: Layer already exists [2021-01-15T16:47:15.495Z] 2.0.0-dev.41: digest: sha256:4479ce06228e35e2a291b7ec0d258dfe365ee227ef89b90e6ec079f2f4cf536f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:15.846Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:16.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:16.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T16:47:16.194Z] 30aa71be3586: Preparing [2021-01-15T16:47:16.194Z] 8c5a6eb7959e: Preparing [2021-01-15T16:47:16.194Z] 95b95d418ea5: Preparing [2021-01-15T16:47:16.471Z] 30aa71be3586: Layer already exists [2021-01-15T16:47:16.471Z] 8c5a6eb7959e: Layer already exists [2021-01-15T16:47:16.471Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:16.471Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:4479ce06228e35e2a291b7ec0d258dfe365ee227ef89b90e6ec079f2f4cf536f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:16.846Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:17.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-15T16:47:17.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-15T16:47:17.241Z] 30aa71be3586: Preparing [2021-01-15T16:47:17.241Z] 8c5a6eb7959e: Preparing [2021-01-15T16:47:17.241Z] 95b95d418ea5: Preparing [2021-01-15T16:47:17.521Z] 30aa71be3586: Layer already exists [2021-01-15T16:47:17.521Z] 8c5a6eb7959e: Layer already exists [2021-01-15T16:47:17.521Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:17.521Z] master: digest: sha256:4479ce06228e35e2a291b7ec0d258dfe365ee227ef89b90e6ec079f2f4cf536f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:17.739Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:17.784Z] taggedImages: [2021-01-15T16:47:17.784Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:17.784Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:17.784Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:17.784Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-15T16:47:17.844Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-15T16:47:17.844Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:17.844Z] 2.0.0-dev.41 [2021-01-15T16:47:17.844Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:17.844Z] master [2021-01-15T16:47:17.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:18.672Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:19.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:19.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T16:47:19.033Z] 14d9a53f91cd: Preparing [2021-01-15T16:47:19.033Z] fda118ab4ab8: Preparing [2021-01-15T16:47:19.033Z] 95b95d418ea5: Preparing [2021-01-15T16:47:19.033Z] a9f914128ce6: Preparing [2021-01-15T16:47:19.033Z] eddc12d95080: Preparing [2021-01-15T16:47:19.033Z] 379067d0cb53: Preparing [2021-01-15T16:47:19.033Z] 379067d0cb53: Waiting [2021-01-15T16:47:19.308Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:19.308Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:19.308Z] eddc12d95080: Pushed [2021-01-15T16:47:19.309Z] 14d9a53f91cd: Pushed [2021-01-15T16:47:19.903Z] a9f914128ce6: Pushed [2021-01-15T16:47:22.508Z] fda118ab4ab8: Pushed [2021-01-15T16:47:22.508Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:ebf81f141c61c144d6423ba2e0138a3cfa6c7eca8f8b7dd9f91adf4e8561e74f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:22.854Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:23.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:23.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T16:47:23.197Z] 14d9a53f91cd: Preparing [2021-01-15T16:47:23.197Z] fda118ab4ab8: Preparing [2021-01-15T16:47:23.197Z] 95b95d418ea5: Preparing [2021-01-15T16:47:23.197Z] a9f914128ce6: Preparing [2021-01-15T16:47:23.197Z] eddc12d95080: Preparing [2021-01-15T16:47:23.197Z] 379067d0cb53: Preparing [2021-01-15T16:47:23.198Z] 379067d0cb53: Waiting [2021-01-15T16:47:23.198Z] 14d9a53f91cd: Layer already exists [2021-01-15T16:47:23.198Z] a9f914128ce6: Layer already exists [2021-01-15T16:47:23.198Z] fda118ab4ab8: Layer already exists [2021-01-15T16:47:23.198Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:23.198Z] eddc12d95080: Layer already exists [2021-01-15T16:47:23.468Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:23.468Z] 2.0.0-dev.41: digest: sha256:ebf81f141c61c144d6423ba2e0138a3cfa6c7eca8f8b7dd9f91adf4e8561e74f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:23.820Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:24.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:24.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T16:47:24.188Z] 14d9a53f91cd: Preparing [2021-01-15T16:47:24.188Z] fda118ab4ab8: Preparing [2021-01-15T16:47:24.188Z] 95b95d418ea5: Preparing [2021-01-15T16:47:24.188Z] a9f914128ce6: Preparing [2021-01-15T16:47:24.188Z] eddc12d95080: Preparing [2021-01-15T16:47:24.188Z] 379067d0cb53: Preparing [2021-01-15T16:47:24.188Z] 379067d0cb53: Waiting [2021-01-15T16:47:24.461Z] fda118ab4ab8: Layer already exists [2021-01-15T16:47:24.461Z] a9f914128ce6: Layer already exists [2021-01-15T16:47:24.461Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:24.461Z] 14d9a53f91cd: Layer already exists [2021-01-15T16:47:24.461Z] eddc12d95080: Layer already exists [2021-01-15T16:47:24.461Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:24.461Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:ebf81f141c61c144d6423ba2e0138a3cfa6c7eca8f8b7dd9f91adf4e8561e74f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:24.810Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:25.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-15T16:47:25.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-15T16:47:25.151Z] 14d9a53f91cd: Preparing [2021-01-15T16:47:25.151Z] fda118ab4ab8: Preparing [2021-01-15T16:47:25.151Z] 95b95d418ea5: Preparing [2021-01-15T16:47:25.151Z] a9f914128ce6: Preparing [2021-01-15T16:47:25.151Z] eddc12d95080: Preparing [2021-01-15T16:47:25.151Z] 379067d0cb53: Preparing [2021-01-15T16:47:25.151Z] 379067d0cb53: Waiting [2021-01-15T16:47:25.422Z] 14d9a53f91cd: Layer already exists [2021-01-15T16:47:25.422Z] eddc12d95080: Layer already exists [2021-01-15T16:47:25.422Z] a9f914128ce6: Layer already exists [2021-01-15T16:47:25.422Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:25.423Z] fda118ab4ab8: Layer already exists [2021-01-15T16:47:25.423Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:25.423Z] master: digest: sha256:ebf81f141c61c144d6423ba2e0138a3cfa6c7eca8f8b7dd9f91adf4e8561e74f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:25.694Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:25.741Z] taggedImages: [2021-01-15T16:47:25.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:25.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:25.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:25.741Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-15T16:47:25.812Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-15T16:47:25.812Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:25.812Z] 2.0.0-dev.41 [2021-01-15T16:47:25.812Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:25.812Z] master [2021-01-15T16:47:25.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:26.348Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:26.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:26.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T16:47:26.689Z] c51b253d1d68: Preparing [2021-01-15T16:47:26.689Z] da3ab8883931: Preparing [2021-01-15T16:47:26.689Z] 95b95d418ea5: Preparing [2021-01-15T16:47:26.959Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:26.959Z] c51b253d1d68: Pushed [2021-01-15T16:47:29.564Z] da3ab8883931: Pushed [2021-01-15T16:47:29.835Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:585b1072adad67645ecc3e1ad2f60443cc6add6ba4a7f10eeadc40b148290475 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:30.183Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:30.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:30.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T16:47:30.515Z] c51b253d1d68: Preparing [2021-01-15T16:47:30.515Z] da3ab8883931: Preparing [2021-01-15T16:47:30.515Z] 95b95d418ea5: Preparing [2021-01-15T16:47:30.515Z] c51b253d1d68: Layer already exists [2021-01-15T16:47:30.515Z] da3ab8883931: Layer already exists [2021-01-15T16:47:30.515Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:30.787Z] 2.0.0-dev.41: digest: sha256:585b1072adad67645ecc3e1ad2f60443cc6add6ba4a7f10eeadc40b148290475 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:31.134Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:31.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:31.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T16:47:31.470Z] c51b253d1d68: Preparing [2021-01-15T16:47:31.470Z] da3ab8883931: Preparing [2021-01-15T16:47:31.470Z] 95b95d418ea5: Preparing [2021-01-15T16:47:31.745Z] c51b253d1d68: Layer already exists [2021-01-15T16:47:31.745Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:31.745Z] da3ab8883931: Layer already exists [2021-01-15T16:47:31.745Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:585b1072adad67645ecc3e1ad2f60443cc6add6ba4a7f10eeadc40b148290475 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:32.120Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:32.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-15T16:47:32.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-15T16:47:32.461Z] c51b253d1d68: Preparing [2021-01-15T16:47:32.461Z] da3ab8883931: Preparing [2021-01-15T16:47:32.461Z] 95b95d418ea5: Preparing [2021-01-15T16:47:32.461Z] c51b253d1d68: Layer already exists [2021-01-15T16:47:32.461Z] da3ab8883931: Layer already exists [2021-01-15T16:47:32.461Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:32.736Z] master: digest: sha256:585b1072adad67645ecc3e1ad2f60443cc6add6ba4a7f10eeadc40b148290475 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:32.954Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:33.011Z] taggedImages: [2021-01-15T16:47:33.011Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:33.011Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:33.011Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:33.011Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-15T16:47:33.088Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-15T16:47:33.088Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:33.088Z] 2.0.0-dev.41 [2021-01-15T16:47:33.088Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:33.088Z] master [2021-01-15T16:47:33.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:33.654Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:34.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:34.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T16:47:34.022Z] 74c23d8da584: Preparing [2021-01-15T16:47:34.022Z] d9efa04cfe9c: Preparing [2021-01-15T16:47:34.022Z] ee47ac28342b: Preparing [2021-01-15T16:47:34.022Z] 64ce728d5771: Preparing [2021-01-15T16:47:34.022Z] 95b95d418ea5: Preparing [2021-01-15T16:47:34.022Z] 4e4535552a67: Preparing [2021-01-15T16:47:34.022Z] 379067d0cb53: Preparing [2021-01-15T16:47:34.022Z] 4e4535552a67: Waiting [2021-01-15T16:47:34.022Z] 379067d0cb53: Waiting [2021-01-15T16:47:34.292Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:34.292Z] d9efa04cfe9c: Pushed [2021-01-15T16:47:34.292Z] ee47ac28342b: Pushed [2021-01-15T16:47:34.292Z] 74c23d8da584: Pushed [2021-01-15T16:47:34.292Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:34.886Z] 4e4535552a67: Pushed [2021-01-15T16:47:36.322Z] 64ce728d5771: Pushed [2021-01-15T16:47:36.917Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:0d0cc50bee82be01b4ff94d1a89e404565d18aa3f12b1d3ff82f81d48289fc2b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:37.262Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:37.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:37.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T16:47:37.607Z] 74c23d8da584: Preparing [2021-01-15T16:47:37.607Z] d9efa04cfe9c: Preparing [2021-01-15T16:47:37.607Z] ee47ac28342b: Preparing [2021-01-15T16:47:37.607Z] 64ce728d5771: Preparing [2021-01-15T16:47:37.607Z] 95b95d418ea5: Preparing [2021-01-15T16:47:37.607Z] 4e4535552a67: Preparing [2021-01-15T16:47:37.607Z] 379067d0cb53: Preparing [2021-01-15T16:47:37.607Z] 4e4535552a67: Waiting [2021-01-15T16:47:37.607Z] 379067d0cb53: Waiting [2021-01-15T16:47:37.607Z] 64ce728d5771: Layer already exists [2021-01-15T16:47:37.607Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:37.607Z] 74c23d8da584: Layer already exists [2021-01-15T16:47:37.607Z] d9efa04cfe9c: Layer already exists [2021-01-15T16:47:37.607Z] ee47ac28342b: Layer already exists [2021-01-15T16:47:37.880Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:37.880Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:37.880Z] 2.0.0-dev.41: digest: sha256:0d0cc50bee82be01b4ff94d1a89e404565d18aa3f12b1d3ff82f81d48289fc2b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:38.241Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:38.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:38.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T16:47:38.612Z] 74c23d8da584: Preparing [2021-01-15T16:47:38.612Z] d9efa04cfe9c: Preparing [2021-01-15T16:47:38.612Z] ee47ac28342b: Preparing [2021-01-15T16:47:38.612Z] 64ce728d5771: Preparing [2021-01-15T16:47:38.612Z] 95b95d418ea5: Preparing [2021-01-15T16:47:38.612Z] 4e4535552a67: Preparing [2021-01-15T16:47:38.612Z] 379067d0cb53: Preparing [2021-01-15T16:47:38.612Z] 4e4535552a67: Waiting [2021-01-15T16:47:38.612Z] 379067d0cb53: Waiting [2021-01-15T16:47:38.885Z] ee47ac28342b: Layer already exists [2021-01-15T16:47:38.885Z] d9efa04cfe9c: Layer already exists [2021-01-15T16:47:38.885Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:38.885Z] 64ce728d5771: Layer already exists [2021-01-15T16:47:38.885Z] 74c23d8da584: Layer already exists [2021-01-15T16:47:38.885Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:38.885Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:38.885Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:0d0cc50bee82be01b4ff94d1a89e404565d18aa3f12b1d3ff82f81d48289fc2b size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:39.234Z] + 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-15T16:47:39.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-15T16:47:39.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-15T16:47:39.579Z] 74c23d8da584: Preparing [2021-01-15T16:47:39.579Z] d9efa04cfe9c: Preparing [2021-01-15T16:47:39.579Z] ee47ac28342b: Preparing [2021-01-15T16:47:39.579Z] 64ce728d5771: Preparing [2021-01-15T16:47:39.579Z] 95b95d418ea5: Preparing [2021-01-15T16:47:39.579Z] 4e4535552a67: Preparing [2021-01-15T16:47:39.579Z] 379067d0cb53: Preparing [2021-01-15T16:47:39.579Z] 4e4535552a67: Waiting [2021-01-15T16:47:39.579Z] 379067d0cb53: Waiting [2021-01-15T16:47:39.847Z] 74c23d8da584: Layer already exists [2021-01-15T16:47:39.847Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:39.847Z] d9efa04cfe9c: Layer already exists [2021-01-15T16:47:39.847Z] 64ce728d5771: Layer already exists [2021-01-15T16:47:39.847Z] ee47ac28342b: Layer already exists [2021-01-15T16:47:39.847Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:39.847Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:39.847Z] master: digest: sha256:0d0cc50bee82be01b4ff94d1a89e404565d18aa3f12b1d3ff82f81d48289fc2b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:40.050Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:40.112Z] taggedImages: [2021-01-15T16:47:40.112Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:40.112Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:40.112Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:40.112Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-15T16:47:40.209Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-15T16:47:40.210Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:40.210Z] 2.0.0-dev.41 [2021-01-15T16:47:40.210Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:40.210Z] master [2021-01-15T16:47:40.210Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:40.858Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:41.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:41.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T16:47:41.245Z] 707ec7f99a71: Preparing [2021-01-15T16:47:41.245Z] 7e5745809096: Preparing [2021-01-15T16:47:41.245Z] 5d75d1067482: Preparing [2021-01-15T16:47:41.245Z] fbd3f6bb9332: Preparing [2021-01-15T16:47:41.245Z] 76115b7c6365: Preparing [2021-01-15T16:47:41.245Z] 379067d0cb53: Preparing [2021-01-15T16:47:41.245Z] 379067d0cb53: Waiting [2021-01-15T16:47:41.573Z] 5d75d1067482: Pushed [2021-01-15T16:47:41.573Z] fbd3f6bb9332: Pushed [2021-01-15T16:47:41.573Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:41.863Z] 76115b7c6365: Pushed [2021-01-15T16:47:43.826Z] 7e5745809096: Pushed [2021-01-15T16:47:43.826Z] 707ec7f99a71: Pushed [2021-01-15T16:47:43.826Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:940850b8c4db13dd2f63141f25ccafbd6ff4934ae38dcee83523b3f0aaf18138 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:44.177Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:44.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:44.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T16:47:44.528Z] 707ec7f99a71: Preparing [2021-01-15T16:47:44.528Z] 7e5745809096: Preparing [2021-01-15T16:47:44.528Z] 5d75d1067482: Preparing [2021-01-15T16:47:44.528Z] fbd3f6bb9332: Preparing [2021-01-15T16:47:44.528Z] 76115b7c6365: Preparing [2021-01-15T16:47:44.528Z] 379067d0cb53: Preparing [2021-01-15T16:47:44.528Z] 379067d0cb53: Waiting [2021-01-15T16:47:44.528Z] 7e5745809096: Layer already exists [2021-01-15T16:47:44.528Z] 707ec7f99a71: Layer already exists [2021-01-15T16:47:44.528Z] 5d75d1067482: Layer already exists [2021-01-15T16:47:44.528Z] fbd3f6bb9332: Layer already exists [2021-01-15T16:47:44.528Z] 76115b7c6365: Layer already exists [2021-01-15T16:47:44.797Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:44.797Z] 2.0.0-dev.41: digest: sha256:940850b8c4db13dd2f63141f25ccafbd6ff4934ae38dcee83523b3f0aaf18138 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:45.144Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:45.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:45.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T16:47:45.485Z] 707ec7f99a71: Preparing [2021-01-15T16:47:45.485Z] 7e5745809096: Preparing [2021-01-15T16:47:45.485Z] 5d75d1067482: Preparing [2021-01-15T16:47:45.485Z] fbd3f6bb9332: Preparing [2021-01-15T16:47:45.485Z] 76115b7c6365: Preparing [2021-01-15T16:47:45.485Z] 379067d0cb53: Preparing [2021-01-15T16:47:45.485Z] 379067d0cb53: Waiting [2021-01-15T16:47:45.485Z] fbd3f6bb9332: Layer already exists [2021-01-15T16:47:45.485Z] 5d75d1067482: Layer already exists [2021-01-15T16:47:45.485Z] 76115b7c6365: Layer already exists [2021-01-15T16:47:45.485Z] 707ec7f99a71: Layer already exists [2021-01-15T16:47:45.485Z] 7e5745809096: Layer already exists [2021-01-15T16:47:45.485Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:45.758Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:940850b8c4db13dd2f63141f25ccafbd6ff4934ae38dcee83523b3f0aaf18138 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:46.108Z] + 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-15T16:47:46.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-15T16:47:46.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-15T16:47:46.451Z] 707ec7f99a71: Preparing [2021-01-15T16:47:46.451Z] 7e5745809096: Preparing [2021-01-15T16:47:46.451Z] 5d75d1067482: Preparing [2021-01-15T16:47:46.451Z] fbd3f6bb9332: Preparing [2021-01-15T16:47:46.451Z] 76115b7c6365: Preparing [2021-01-15T16:47:46.451Z] 379067d0cb53: Preparing [2021-01-15T16:47:46.451Z] 379067d0cb53: Waiting [2021-01-15T16:47:46.723Z] 7e5745809096: Layer already exists [2021-01-15T16:47:46.723Z] 5d75d1067482: Layer already exists [2021-01-15T16:47:46.723Z] fbd3f6bb9332: Layer already exists [2021-01-15T16:47:46.723Z] 76115b7c6365: Layer already exists [2021-01-15T16:47:46.723Z] 707ec7f99a71: Layer already exists [2021-01-15T16:47:46.723Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:46.723Z] master: digest: sha256:940850b8c4db13dd2f63141f25ccafbd6ff4934ae38dcee83523b3f0aaf18138 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:47.161Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:47.234Z] taggedImages: [2021-01-15T16:47:47.234Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:47.234Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:47.234Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:47.234Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-15T16:47:47.297Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-15T16:47:47.297Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:47.297Z] 2.0.0-dev.41 [2021-01-15T16:47:47.298Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:47.298Z] master [2021-01-15T16:47:47.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:47.821Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:48.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:48.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T16:47:48.169Z] f5d5e75cb994: Preparing [2021-01-15T16:47:48.169Z] 65b8adbb621f: Preparing [2021-01-15T16:47:48.169Z] e02d414cae7a: Preparing [2021-01-15T16:47:48.169Z] 3f982021f9bc: Preparing [2021-01-15T16:47:48.169Z] c2ebb01b93e0: Preparing [2021-01-15T16:47:48.169Z] 465098567cb1: Preparing [2021-01-15T16:47:48.169Z] 317334bdc1b4: Preparing [2021-01-15T16:47:48.169Z] 4e4535552a67: Preparing [2021-01-15T16:47:48.169Z] 379067d0cb53: Preparing [2021-01-15T16:47:48.169Z] 317334bdc1b4: Waiting [2021-01-15T16:47:48.169Z] 4e4535552a67: Waiting [2021-01-15T16:47:48.169Z] 465098567cb1: Waiting [2021-01-15T16:47:48.169Z] 379067d0cb53: Waiting [2021-01-15T16:47:48.446Z] f5d5e75cb994: Pushed [2021-01-15T16:47:48.446Z] c2ebb01b93e0: Pushed [2021-01-15T16:47:48.446Z] 65b8adbb621f: Pushed [2021-01-15T16:47:48.726Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:48.726Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:48.726Z] 317334bdc1b4: Pushed [2021-01-15T16:47:48.726Z] 465098567cb1: Pushed [2021-01-15T16:47:50.695Z] 3f982021f9bc: Pushed [2021-01-15T16:47:50.695Z] e02d414cae7a: Pushed [2021-01-15T16:47:50.695Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:113b7819e380b0bbff81d9e6bbd3e0b9ebe56e344d64568eaa2ec30c50b306d7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:51.054Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:51.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:51.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T16:47:51.401Z] f5d5e75cb994: Preparing [2021-01-15T16:47:51.401Z] 65b8adbb621f: Preparing [2021-01-15T16:47:51.401Z] e02d414cae7a: Preparing [2021-01-15T16:47:51.401Z] 3f982021f9bc: Preparing [2021-01-15T16:47:51.401Z] c2ebb01b93e0: Preparing [2021-01-15T16:47:51.401Z] 465098567cb1: Preparing [2021-01-15T16:47:51.401Z] 317334bdc1b4: Preparing [2021-01-15T16:47:51.401Z] 4e4535552a67: Preparing [2021-01-15T16:47:51.401Z] 379067d0cb53: Preparing [2021-01-15T16:47:51.401Z] 4e4535552a67: Waiting [2021-01-15T16:47:51.401Z] 379067d0cb53: Waiting [2021-01-15T16:47:51.401Z] 465098567cb1: Waiting [2021-01-15T16:47:51.674Z] f5d5e75cb994: Layer already exists [2021-01-15T16:47:51.674Z] 65b8adbb621f: Layer already exists [2021-01-15T16:47:51.674Z] 3f982021f9bc: Layer already exists [2021-01-15T16:47:51.674Z] e02d414cae7a: Layer already exists [2021-01-15T16:47:51.674Z] c2ebb01b93e0: Layer already exists [2021-01-15T16:47:51.674Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:51.674Z] 465098567cb1: Layer already exists [2021-01-15T16:47:51.674Z] 317334bdc1b4: Layer already exists [2021-01-15T16:47:51.674Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:51.674Z] 2.0.0-dev.41: digest: sha256:113b7819e380b0bbff81d9e6bbd3e0b9ebe56e344d64568eaa2ec30c50b306d7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:52.025Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:52.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:52.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T16:47:52.365Z] f5d5e75cb994: Preparing [2021-01-15T16:47:52.365Z] 65b8adbb621f: Preparing [2021-01-15T16:47:52.365Z] e02d414cae7a: Preparing [2021-01-15T16:47:52.365Z] 3f982021f9bc: Preparing [2021-01-15T16:47:52.365Z] c2ebb01b93e0: Preparing [2021-01-15T16:47:52.365Z] 465098567cb1: Preparing [2021-01-15T16:47:52.365Z] 317334bdc1b4: Preparing [2021-01-15T16:47:52.365Z] 4e4535552a67: Preparing [2021-01-15T16:47:52.365Z] 379067d0cb53: Preparing [2021-01-15T16:47:52.365Z] 465098567cb1: Waiting [2021-01-15T16:47:52.365Z] 317334bdc1b4: Waiting [2021-01-15T16:47:52.365Z] 4e4535552a67: Waiting [2021-01-15T16:47:52.365Z] 379067d0cb53: Waiting [2021-01-15T16:47:52.639Z] f5d5e75cb994: Layer already exists [2021-01-15T16:47:52.639Z] e02d414cae7a: Layer already exists [2021-01-15T16:47:52.639Z] 65b8adbb621f: Layer already exists [2021-01-15T16:47:52.639Z] c2ebb01b93e0: Layer already exists [2021-01-15T16:47:52.639Z] 3f982021f9bc: Layer already exists [2021-01-15T16:47:52.639Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:52.639Z] 465098567cb1: Layer already exists [2021-01-15T16:47:52.639Z] 317334bdc1b4: Layer already exists [2021-01-15T16:47:53.615Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:53.615Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:113b7819e380b0bbff81d9e6bbd3e0b9ebe56e344d64568eaa2ec30c50b306d7 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:53.963Z] + 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-15T16:47:54.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-15T16:47:54.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-15T16:47:54.313Z] f5d5e75cb994: Preparing [2021-01-15T16:47:54.313Z] 65b8adbb621f: Preparing [2021-01-15T16:47:54.313Z] e02d414cae7a: Preparing [2021-01-15T16:47:54.313Z] 3f982021f9bc: Preparing [2021-01-15T16:47:54.313Z] c2ebb01b93e0: Preparing [2021-01-15T16:47:54.313Z] 465098567cb1: Preparing [2021-01-15T16:47:54.313Z] 317334bdc1b4: Preparing [2021-01-15T16:47:54.313Z] 4e4535552a67: Preparing [2021-01-15T16:47:54.313Z] 379067d0cb53: Preparing [2021-01-15T16:47:54.313Z] 317334bdc1b4: Waiting [2021-01-15T16:47:54.313Z] 4e4535552a67: Waiting [2021-01-15T16:47:54.313Z] 379067d0cb53: Waiting [2021-01-15T16:47:54.313Z] 465098567cb1: Waiting [2021-01-15T16:47:54.587Z] 65b8adbb621f: Layer already exists [2021-01-15T16:47:54.587Z] 3f982021f9bc: Layer already exists [2021-01-15T16:47:54.587Z] f5d5e75cb994: Layer already exists [2021-01-15T16:47:54.587Z] e02d414cae7a: Layer already exists [2021-01-15T16:47:54.587Z] c2ebb01b93e0: Layer already exists [2021-01-15T16:47:54.587Z] 4e4535552a67: Layer already exists [2021-01-15T16:47:54.587Z] 317334bdc1b4: Layer already exists [2021-01-15T16:47:54.587Z] 465098567cb1: Layer already exists [2021-01-15T16:47:54.587Z] 379067d0cb53: Layer already exists [2021-01-15T16:47:54.587Z] master: digest: sha256:113b7819e380b0bbff81d9e6bbd3e0b9ebe56e344d64568eaa2ec30c50b306d7 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:47:54.788Z] ===================================================== [Pipeline] echo [2021-01-15T16:47:54.834Z] taggedImages: [2021-01-15T16:47:54.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:54.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:54.834Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:54.835Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-15T16:47:54.901Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-15T16:47:54.901Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:54.901Z] 2.0.0-dev.41 [2021-01-15T16:47:54.901Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:47:54.901Z] master [2021-01-15T16:47:54.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:55.437Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:55.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:47:55.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T16:47:55.786Z] 050adb48bcb0: Preparing [2021-01-15T16:47:55.786Z] 86fb0c1eb601: Preparing [2021-01-15T16:47:55.786Z] 95b95d418ea5: Preparing [2021-01-15T16:47:55.786Z] 7ce0ec72e4b0: Preparing [2021-01-15T16:47:55.786Z] 781bbcfc4200: Preparing [2021-01-15T16:47:55.786Z] 237cd04178bc: Preparing [2021-01-15T16:47:55.786Z] 237cd04178bc: Waiting [2021-01-15T16:47:56.061Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:56.061Z] 050adb48bcb0: Pushed [2021-01-15T16:47:56.335Z] 7ce0ec72e4b0: Pushed [2021-01-15T16:47:56.335Z] 781bbcfc4200: Pushed [2021-01-15T16:47:56.335Z] 237cd04178bc: Pushed [2021-01-15T16:47:58.302Z] 86fb0c1eb601: Pushed [2021-01-15T16:47:58.574Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:b1d3a2bbdc1af07e8d368b74ad4a2dcf9685bd77d764c11c08c3e3b85dc2b125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:58.922Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:59.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.41 [2021-01-15T16:47:59.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T16:47:59.265Z] 050adb48bcb0: Preparing [2021-01-15T16:47:59.265Z] 86fb0c1eb601: Preparing [2021-01-15T16:47:59.265Z] 95b95d418ea5: Preparing [2021-01-15T16:47:59.265Z] 7ce0ec72e4b0: Preparing [2021-01-15T16:47:59.265Z] 781bbcfc4200: Preparing [2021-01-15T16:47:59.265Z] 237cd04178bc: Preparing [2021-01-15T16:47:59.265Z] 237cd04178bc: Waiting [2021-01-15T16:47:59.537Z] 7ce0ec72e4b0: Layer already exists [2021-01-15T16:47:59.537Z] 781bbcfc4200: Layer already exists [2021-01-15T16:47:59.537Z] 050adb48bcb0: Layer already exists [2021-01-15T16:47:59.537Z] 95b95d418ea5: Layer already exists [2021-01-15T16:47:59.537Z] 86fb0c1eb601: Layer already exists [2021-01-15T16:47:59.537Z] 237cd04178bc: Layer already exists [2021-01-15T16:47:59.537Z] 2.0.0-dev.41: digest: sha256:b1d3a2bbdc1af07e8d368b74ad4a2dcf9685bd77d764c11c08c3e3b85dc2b125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:47:59.889Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:00.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:00.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T16:48:00.243Z] 050adb48bcb0: Preparing [2021-01-15T16:48:00.243Z] 86fb0c1eb601: Preparing [2021-01-15T16:48:00.243Z] 95b95d418ea5: Preparing [2021-01-15T16:48:00.243Z] 7ce0ec72e4b0: Preparing [2021-01-15T16:48:00.243Z] 781bbcfc4200: Preparing [2021-01-15T16:48:00.243Z] 237cd04178bc: Preparing [2021-01-15T16:48:00.243Z] 237cd04178bc: Waiting [2021-01-15T16:48:00.518Z] 86fb0c1eb601: Layer already exists [2021-01-15T16:48:00.518Z] 7ce0ec72e4b0: Layer already exists [2021-01-15T16:48:00.518Z] 050adb48bcb0: Layer already exists [2021-01-15T16:48:00.518Z] 781bbcfc4200: Layer already exists [2021-01-15T16:48:00.518Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:00.518Z] 237cd04178bc: Layer already exists [2021-01-15T16:48:00.518Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:b1d3a2bbdc1af07e8d368b74ad4a2dcf9685bd77d764c11c08c3e3b85dc2b125 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:00.875Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:01.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-15T16:48:01.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-15T16:48:01.224Z] 050adb48bcb0: Preparing [2021-01-15T16:48:01.224Z] 86fb0c1eb601: Preparing [2021-01-15T16:48:01.224Z] 95b95d418ea5: Preparing [2021-01-15T16:48:01.224Z] 7ce0ec72e4b0: Preparing [2021-01-15T16:48:01.224Z] 781bbcfc4200: Preparing [2021-01-15T16:48:01.224Z] 237cd04178bc: Preparing [2021-01-15T16:48:01.224Z] 237cd04178bc: Waiting [2021-01-15T16:48:01.498Z] 7ce0ec72e4b0: Layer already exists [2021-01-15T16:48:01.498Z] 86fb0c1eb601: Layer already exists [2021-01-15T16:48:01.498Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:01.498Z] 781bbcfc4200: Layer already exists [2021-01-15T16:48:01.498Z] 050adb48bcb0: Layer already exists [2021-01-15T16:48:01.498Z] 237cd04178bc: Layer already exists [2021-01-15T16:48:01.498Z] master: digest: sha256:b1d3a2bbdc1af07e8d368b74ad4a2dcf9685bd77d764c11c08c3e3b85dc2b125 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:48:01.707Z] ===================================================== [Pipeline] echo [2021-01-15T16:48:01.763Z] taggedImages: [2021-01-15T16:48:01.763Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:01.763Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.41 [2021-01-15T16:48:01.763Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:01.763Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-15T16:48:01.835Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-15T16:48:01.835Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:01.835Z] 2.0.0-dev.41 [2021-01-15T16:48:01.835Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:01.835Z] master [2021-01-15T16:48:01.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:02.350Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:02.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:02.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T16:48:02.959Z] 50c978e7538a: Preparing [2021-01-15T16:48:02.959Z] 0ad78db918ce: Preparing [2021-01-15T16:48:02.959Z] 95b95d418ea5: Preparing [2021-01-15T16:48:03.231Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:03.231Z] 50c978e7538a: Pushed [2021-01-15T16:48:05.870Z] 0ad78db918ce: Pushed [2021-01-15T16:48:06.158Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:db5332991fe9a8763592e9531e7fc72afc286f2af0eba4d2bd091620258ef3b8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:06.548Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:06.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.41 [2021-01-15T16:48:06.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T16:48:06.934Z] 50c978e7538a: Preparing [2021-01-15T16:48:06.934Z] 0ad78db918ce: Preparing [2021-01-15T16:48:06.934Z] 95b95d418ea5: Preparing [2021-01-15T16:48:07.225Z] 50c978e7538a: Layer already exists [2021-01-15T16:48:07.225Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:07.225Z] 0ad78db918ce: Layer already exists [2021-01-15T16:48:07.225Z] 2.0.0-dev.41: digest: sha256:db5332991fe9a8763592e9531e7fc72afc286f2af0eba4d2bd091620258ef3b8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:07.582Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:07.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:07.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T16:48:07.922Z] 50c978e7538a: Preparing [2021-01-15T16:48:07.922Z] 0ad78db918ce: Preparing [2021-01-15T16:48:07.922Z] 95b95d418ea5: Preparing [2021-01-15T16:48:08.195Z] 50c978e7538a: Layer already exists [2021-01-15T16:48:08.195Z] 0ad78db918ce: Layer already exists [2021-01-15T16:48:08.195Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:08.195Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:db5332991fe9a8763592e9531e7fc72afc286f2af0eba4d2bd091620258ef3b8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:08.543Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:08.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-15T16:48:08.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-15T16:48:08.883Z] 50c978e7538a: Preparing [2021-01-15T16:48:08.883Z] 0ad78db918ce: Preparing [2021-01-15T16:48:08.883Z] 95b95d418ea5: Preparing [2021-01-15T16:48:09.155Z] 0ad78db918ce: Layer already exists [2021-01-15T16:48:09.155Z] 95b95d418ea5: Layer already exists [2021-01-15T16:48:09.155Z] 50c978e7538a: Layer already exists [2021-01-15T16:48:09.155Z] master: digest: sha256:db5332991fe9a8763592e9531e7fc72afc286f2af0eba4d2bd091620258ef3b8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:48:09.396Z] ===================================================== [Pipeline] echo [2021-01-15T16:48:09.461Z] taggedImages: [2021-01-15T16:48:09.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:09.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.41 [2021-01-15T16:48:09.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:09.461Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-15T16:48:09.534Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-15T16:48:09.534Z] c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:09.534Z] 2.0.0-dev.41 [2021-01-15T16:48:09.534Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:09.534Z] master [2021-01-15T16:48:09.534Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:10.034Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:10.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:10.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T16:48:10.380Z] 98153ed40d3d: Preparing [2021-01-15T16:48:10.380Z] a910dbab203f: Preparing [2021-01-15T16:48:10.381Z] 73e99e745b8f: Preparing [2021-01-15T16:48:10.381Z] 4720e532485a: Preparing [2021-01-15T16:48:10.381Z] 4bb11be28a62: Preparing [2021-01-15T16:48:10.381Z] 7580d5d6d415: Preparing [2021-01-15T16:48:10.381Z] 75bd68ca980e: Preparing [2021-01-15T16:48:10.381Z] 9ded3b6bb9b5: Preparing [2021-01-15T16:48:10.381Z] fa1afe8e6ed9: Preparing [2021-01-15T16:48:10.381Z] 87a09b4c083e: Preparing [2021-01-15T16:48:10.381Z] 0f74e9ff2a61: Preparing [2021-01-15T16:48:10.381Z] b122376c33c6: Preparing [2021-01-15T16:48:10.381Z] f8381ed47b22: Preparing [2021-01-15T16:48:10.381Z] e934a737d657: Preparing [2021-01-15T16:48:10.381Z] 7580d5d6d415: Waiting [2021-01-15T16:48:10.381Z] 75bd68ca980e: Waiting [2021-01-15T16:48:10.381Z] 9ded3b6bb9b5: Waiting [2021-01-15T16:48:10.381Z] fa1afe8e6ed9: Waiting [2021-01-15T16:48:10.381Z] 87a09b4c083e: Waiting [2021-01-15T16:48:10.381Z] f8381ed47b22: Waiting [2021-01-15T16:48:10.381Z] 0f74e9ff2a61: Waiting [2021-01-15T16:48:10.381Z] e934a737d657: Waiting [2021-01-15T16:48:10.381Z] b122376c33c6: Waiting [2021-01-15T16:48:10.995Z] 4bb11be28a62: Pushed [2021-01-15T16:48:10.995Z] 98153ed40d3d: Pushed [2021-01-15T16:48:11.653Z] 75bd68ca980e: Pushed [2021-01-15T16:48:11.653Z] 4720e532485a: Pushed [2021-01-15T16:48:11.934Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T16:48:11.934Z] fa1afe8e6ed9: Layer already exists [2021-01-15T16:48:11.934Z] 87a09b4c083e: Layer already exists [2021-01-15T16:48:11.934Z] 0f74e9ff2a61: Layer already exists [2021-01-15T16:48:11.934Z] b122376c33c6: Layer already exists [2021-01-15T16:48:11.934Z] f8381ed47b22: Layer already exists [2021-01-15T16:48:11.934Z] e934a737d657: Layer already exists [2021-01-15T16:48:12.915Z] a910dbab203f: Pushed [2021-01-15T16:48:13.508Z] 7580d5d6d415: Pushed [2021-01-15T16:48:23.649Z] 73e99e745b8f: Pushed [2021-01-15T16:48:23.649Z] c2d5dc167efdba7037e3dd944aa45209cd29109f: digest: sha256:640d59cd4bafb501c6e75c751c6c4e03235d2ed325b437718105a0ce98271675 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:23.995Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:24.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.41 [2021-01-15T16:48:24.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T16:48:24.337Z] 98153ed40d3d: Preparing [2021-01-15T16:48:24.337Z] a910dbab203f: Preparing [2021-01-15T16:48:24.337Z] 73e99e745b8f: Preparing [2021-01-15T16:48:24.337Z] 4720e532485a: Preparing [2021-01-15T16:48:24.337Z] 4bb11be28a62: Preparing [2021-01-15T16:48:24.337Z] 7580d5d6d415: Preparing [2021-01-15T16:48:24.337Z] 75bd68ca980e: Preparing [2021-01-15T16:48:24.337Z] 9ded3b6bb9b5: Preparing [2021-01-15T16:48:24.337Z] fa1afe8e6ed9: Preparing [2021-01-15T16:48:24.337Z] 87a09b4c083e: Preparing [2021-01-15T16:48:24.337Z] 0f74e9ff2a61: Preparing [2021-01-15T16:48:24.337Z] b122376c33c6: Preparing [2021-01-15T16:48:24.337Z] f8381ed47b22: Preparing [2021-01-15T16:48:24.337Z] e934a737d657: Preparing [2021-01-15T16:48:24.337Z] 87a09b4c083e: Waiting [2021-01-15T16:48:24.337Z] 7580d5d6d415: Waiting [2021-01-15T16:48:24.337Z] 0f74e9ff2a61: Waiting [2021-01-15T16:48:24.337Z] b122376c33c6: Waiting [2021-01-15T16:48:24.337Z] f8381ed47b22: Waiting [2021-01-15T16:48:24.337Z] e934a737d657: Waiting [2021-01-15T16:48:24.337Z] fa1afe8e6ed9: Waiting [2021-01-15T16:48:24.337Z] 9ded3b6bb9b5: Waiting [2021-01-15T16:48:24.337Z] 75bd68ca980e: Waiting [2021-01-15T16:48:24.610Z] 4bb11be28a62: Layer already exists [2021-01-15T16:48:24.610Z] 73e99e745b8f: Layer already exists [2021-01-15T16:48:24.610Z] 98153ed40d3d: Layer already exists [2021-01-15T16:48:24.610Z] a910dbab203f: Layer already exists [2021-01-15T16:48:24.610Z] 4720e532485a: Layer already exists [2021-01-15T16:48:24.610Z] 75bd68ca980e: Layer already exists [2021-01-15T16:48:24.610Z] 7580d5d6d415: Layer already exists [2021-01-15T16:48:24.610Z] fa1afe8e6ed9: Layer already exists [2021-01-15T16:48:24.610Z] 87a09b4c083e: Layer already exists [2021-01-15T16:48:24.610Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T16:48:24.610Z] f8381ed47b22: Layer already exists [2021-01-15T16:48:24.610Z] e934a737d657: Layer already exists [2021-01-15T16:48:24.610Z] 0f74e9ff2a61: Layer already exists [2021-01-15T16:48:24.610Z] b122376c33c6: Layer already exists [2021-01-15T16:48:24.610Z] 2.0.0-dev.41: digest: sha256:640d59cd4bafb501c6e75c751c6c4e03235d2ed325b437718105a0ce98271675 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:24.951Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:25.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:25.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T16:48:25.294Z] 98153ed40d3d: Preparing [2021-01-15T16:48:25.294Z] a910dbab203f: Preparing [2021-01-15T16:48:25.294Z] 73e99e745b8f: Preparing [2021-01-15T16:48:25.294Z] 4720e532485a: Preparing [2021-01-15T16:48:25.294Z] 4bb11be28a62: Preparing [2021-01-15T16:48:25.294Z] 7580d5d6d415: Preparing [2021-01-15T16:48:25.294Z] 75bd68ca980e: Preparing [2021-01-15T16:48:25.294Z] 9ded3b6bb9b5: Preparing [2021-01-15T16:48:25.294Z] fa1afe8e6ed9: Preparing [2021-01-15T16:48:25.294Z] 87a09b4c083e: Preparing [2021-01-15T16:48:25.294Z] 0f74e9ff2a61: Preparing [2021-01-15T16:48:25.294Z] b122376c33c6: Preparing [2021-01-15T16:48:25.294Z] f8381ed47b22: Preparing [2021-01-15T16:48:25.294Z] e934a737d657: Preparing [2021-01-15T16:48:25.294Z] b122376c33c6: Waiting [2021-01-15T16:48:25.294Z] 87a09b4c083e: Waiting [2021-01-15T16:48:25.294Z] 0f74e9ff2a61: Waiting [2021-01-15T16:48:25.294Z] f8381ed47b22: Waiting [2021-01-15T16:48:25.294Z] e934a737d657: Waiting [2021-01-15T16:48:25.294Z] 9ded3b6bb9b5: Waiting [2021-01-15T16:48:25.294Z] 75bd68ca980e: Waiting [2021-01-15T16:48:25.294Z] fa1afe8e6ed9: Waiting [2021-01-15T16:48:25.564Z] a910dbab203f: Layer already exists [2021-01-15T16:48:25.564Z] 98153ed40d3d: Layer already exists [2021-01-15T16:48:25.564Z] 73e99e745b8f: Layer already exists [2021-01-15T16:48:25.564Z] 4720e532485a: Layer already exists [2021-01-15T16:48:25.564Z] 4bb11be28a62: Layer already exists [2021-01-15T16:48:25.564Z] 7580d5d6d415: Layer already exists [2021-01-15T16:48:25.564Z] 75bd68ca980e: Layer already exists [2021-01-15T16:48:25.564Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T16:48:25.564Z] 87a09b4c083e: Layer already exists [2021-01-15T16:48:25.564Z] fa1afe8e6ed9: Layer already exists [2021-01-15T16:48:25.564Z] b122376c33c6: Layer already exists [2021-01-15T16:48:25.564Z] f8381ed47b22: Layer already exists [2021-01-15T16:48:25.564Z] 0f74e9ff2a61: Layer already exists [2021-01-15T16:48:25.564Z] e934a737d657: Layer already exists [2021-01-15T16:48:25.564Z] c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41: digest: sha256:640d59cd4bafb501c6e75c751c6c4e03235d2ed325b437718105a0ce98271675 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:25.909Z] + 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-15T16:48:26.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-15T16:48:26.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-15T16:48:26.247Z] 98153ed40d3d: Preparing [2021-01-15T16:48:26.247Z] a910dbab203f: Preparing [2021-01-15T16:48:26.247Z] 73e99e745b8f: Preparing [2021-01-15T16:48:26.247Z] 4720e532485a: Preparing [2021-01-15T16:48:26.247Z] 4bb11be28a62: Preparing [2021-01-15T16:48:26.247Z] 7580d5d6d415: Preparing [2021-01-15T16:48:26.247Z] 75bd68ca980e: Preparing [2021-01-15T16:48:26.247Z] 9ded3b6bb9b5: Preparing [2021-01-15T16:48:26.247Z] fa1afe8e6ed9: Preparing [2021-01-15T16:48:26.247Z] 87a09b4c083e: Preparing [2021-01-15T16:48:26.247Z] 0f74e9ff2a61: Preparing [2021-01-15T16:48:26.247Z] b122376c33c6: Preparing [2021-01-15T16:48:26.247Z] f8381ed47b22: Preparing [2021-01-15T16:48:26.247Z] e934a737d657: Preparing [2021-01-15T16:48:26.247Z] 87a09b4c083e: Waiting [2021-01-15T16:48:26.247Z] f8381ed47b22: Waiting [2021-01-15T16:48:26.247Z] 0f74e9ff2a61: Waiting [2021-01-15T16:48:26.247Z] b122376c33c6: Waiting [2021-01-15T16:48:26.247Z] e934a737d657: Waiting [2021-01-15T16:48:26.247Z] 7580d5d6d415: Waiting [2021-01-15T16:48:26.247Z] 9ded3b6bb9b5: Waiting [2021-01-15T16:48:26.247Z] 75bd68ca980e: Waiting [2021-01-15T16:48:26.247Z] fa1afe8e6ed9: Waiting [2021-01-15T16:48:26.520Z] a910dbab203f: Layer already exists [2021-01-15T16:48:26.520Z] 4bb11be28a62: Layer already exists [2021-01-15T16:48:26.520Z] 73e99e745b8f: Layer already exists [2021-01-15T16:48:26.520Z] 98153ed40d3d: Layer already exists [2021-01-15T16:48:26.520Z] 4720e532485a: Layer already exists [2021-01-15T16:48:26.520Z] 75bd68ca980e: Layer already exists [2021-01-15T16:48:26.520Z] 7580d5d6d415: Layer already exists [2021-01-15T16:48:26.520Z] 87a09b4c083e: Layer already exists [2021-01-15T16:48:26.520Z] fa1afe8e6ed9: Layer already exists [2021-01-15T16:48:26.520Z] 9ded3b6bb9b5: Layer already exists [2021-01-15T16:48:26.520Z] f8381ed47b22: Layer already exists [2021-01-15T16:48:26.520Z] b122376c33c6: Layer already exists [2021-01-15T16:48:26.520Z] 0f74e9ff2a61: Layer already exists [2021-01-15T16:48:26.520Z] e934a737d657: Layer already exists [2021-01-15T16:48:26.520Z] master: digest: sha256:640d59cd4bafb501c6e75c751c6c4e03235d2ed325b437718105a0ce98271675 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T16:48:26.708Z] ===================================================== [Pipeline] echo [2021-01-15T16:48:26.763Z] taggedImages: [2021-01-15T16:48:26.763Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f [2021-01-15T16:48:26.763Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.41 [2021-01-15T16:48:26.763Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c2d5dc167efdba7037e3dd944aa45209cd29109f-2.0.0-dev.41 [2021-01-15T16:48:26.763Z] - 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-15T16:48:28.187Z] provisioning config files... [2021-01-15T16:48:28.208Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/300@tmp/config5639716911570640535tmp [Pipeline] { [Pipeline] sh [2021-01-15T16:48:28.574Z] + set +x [2021-01-15T16:48:28.574Z] + curl -s https://codecov.io/bash [2021-01-15T16:48:28.574Z] + bash -s -- [2021-01-15T16:48:28.843Z] [2021-01-15T16:48:28.843Z] _____ _ [2021-01-15T16:48:28.843Z] / ____| | | [2021-01-15T16:48:28.843Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T16:48:28.843Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T16:48:28.844Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T16:48:28.844Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T16:48:28.844Z] Bash-20210115-cec3c92 [2021-01-15T16:48:28.844Z] [2021-01-15T16:48:28.844Z] [2021-01-15T16:48:29.107Z] ==> git version 2.24.3 found [2021-01-15T16:48:29.107Z] ==> 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-15T16:48:29.107Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T16:48:29.107Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T16:48:29.107Z] ==> Jenkins CI detected. [2021-01-15T16:48:29.107Z] project root: . [2021-01-15T16:48:29.107Z] --> token set from env [2021-01-15T16:48:29.107Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T16:48:29.107Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T16:48:29.107Z] ==> Python coveragepy not found [2021-01-15T16:48:29.107Z] ==> Searching for coverage reports in: [2021-01-15T16:48:29.107Z] + . [2021-01-15T16:48:29.107Z] -> Found 1 reports [2021-01-15T16:48:29.107Z] ==> Detecting git/mercurial file structure [2021-01-15T16:48:29.107Z] ==> Reading reports [2021-01-15T16:48:29.107Z] + ./coverage.out bytes=550280 [2021-01-15T16:48:29.369Z] ==> Appending adjustments [2021-01-15T16:48:29.369Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T16:48:32.683Z] + Found adjustments [2021-01-15T16:48:32.683Z] ==> Gzipping contents [2021-01-15T16:48:32.683Z] 84K /tmp/codecov.eeHvxC.gz [2021-01-15T16:48:32.683Z] ==> Uploading reports [2021-01-15T16:48:32.683Z] url: https://codecov.io [2021-01-15T16:48:32.683Z] query: branch=master&commit=c2d5dc167efdba7037e3dd944aa45209cd29109f&build=300&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F300%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T16:48:32.683Z] -> Pinging Codecov [2021-01-15T16:48:32.683Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c2d5dc167efdba7037e3dd944aa45209cd29109f&build=300&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F300%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-15T16:48:32.683Z] -> Uploading to [2021-01-15T16:48:32.683Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/c2d5dc167efdba7037e3dd944aa45209cd29109f/fdc2528a-244a-41fb-9b0a-54bdf0aa491c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T164832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=49a46e81f19d9c2f955121a8b2cee93fa814ac7808ce29f0130a24180ddeb301 [2021-01-15T16:48:32.683Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:48:32.683Z] Dload Upload Total Spent Left Speed [2021-01-15T16:48:33.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83261 0 0 100 83261 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-01-15T16:48:33.259Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c2d5dc167efdba7037e3dd944aa45209cd29109f [Pipeline] } [2021-01-15T16:48:33.280Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-15T16:48:33.757Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-15T16:48:33.808Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:34.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T16:48:34.193Z] [2021-01-15T16:48:34.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:34.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T16:48:34.566Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-15T16:48:34.566Z] 188c0c94c7c5: Already exists [2021-01-15T16:48:34.566Z] 0ef7d3d256c8: Already exists [2021-01-15T16:48:34.566Z] de9db76c5a1d: Already exists [2021-01-15T16:48:34.566Z] 0eba1c9be4d2: Pulling fs layer [2021-01-15T16:48:34.566Z] 0d57e429df01: Pulling fs layer [2021-01-15T16:48:34.566Z] 4e4be7b47b0d: Pulling fs layer [2021-01-15T16:48:34.566Z] e1f770b5df2f: Pulling fs layer [2021-01-15T16:48:34.566Z] 85a0685a4137: Pulling fs layer [2021-01-15T16:48:34.566Z] e1f770b5df2f: Waiting [2021-01-15T16:48:34.566Z] 85a0685a4137: Waiting [2021-01-15T16:48:34.566Z] 0d57e429df01: Verifying Checksum [2021-01-15T16:48:34.566Z] 0d57e429df01: Download complete [2021-01-15T16:48:34.566Z] 4e4be7b47b0d: Verifying Checksum [2021-01-15T16:48:34.566Z] 4e4be7b47b0d: Download complete [2021-01-15T16:48:35.519Z] e1f770b5df2f: Verifying Checksum [2021-01-15T16:48:35.519Z] e1f770b5df2f: Download complete [2021-01-15T16:48:37.459Z] 0eba1c9be4d2: Verifying Checksum [2021-01-15T16:48:37.459Z] 0eba1c9be4d2: Download complete [2021-01-15T16:48:38.418Z] 85a0685a4137: Verifying Checksum [2021-01-15T16:48:38.418Z] 85a0685a4137: Download complete [2021-01-15T16:48:43.772Z] 0eba1c9be4d2: Pull complete [2021-01-15T16:48:43.772Z] 0d57e429df01: Pull complete [2021-01-15T16:48:43.772Z] 4e4be7b47b0d: Pull complete [2021-01-15T16:48:48.000Z] e1f770b5df2f: Pull complete [2021-01-15T16:48:58.073Z] 85a0685a4137: Pull complete [2021-01-15T16:48:58.073Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-15T16:48:58.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-15T16:48:58.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-15T16:48:58.311Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:48:58.505Z] $ 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/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:48:59.692Z] $ docker top a4db0fa3d7a320a253b48c42df23e708bd4679c29d00d998d5fbbc76a65ffdf0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T16:48:59.956Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-15T16:49:00.251Z] + set -o pipefail [2021-01-15T16:49:00.252Z] + snyk monitor '--org=edgex-jenkins' [2021-01-15T16:49:10.282Z] [2021-01-15T16:49:10.282Z] Monitoring /w/workspace/edgex-go/300 (github.com/edgexfoundry/edgex-go)... [2021-01-15T16:49:10.282Z] [2021-01-15T16:49:10.282Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/72947e27-9aa2-47df-84f7-4363a961d448 [2021-01-15T16:49:10.282Z] [2021-01-15T16:49:10.282Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-15T16:49:10.282Z] [2021-01-15T16:49:10.282Z] [Pipeline] } [2021-01-15T16:49:10.298Z] $ docker stop --time=1 a4db0fa3d7a320a253b48c42df23e708bd4679c29d00d998d5fbbc76a65ffdf0 [2021-01-15T16:49:13.263Z] $ docker rm -f a4db0fa3d7a320a253b48c42df23e708bd4679c29d00d998d5fbbc76a65ffdf0 [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-15T16:49:14.506Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T16:49:14.557Z] provisioning config files... [2021-01-15T16:49:14.567Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/300@tmp/config5016506837424205337tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:49:14.949Z] --> edgex-publish-swagger.sh [2021-01-15T16:49:14.949Z] === Publish openapi/v1 API === [2021-01-15T16:49:14.949Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-15T16:49:14.949Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/300/openapi/v1/core-command.yaml] [2021-01-15T16:49:14.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:14.949Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:16.339Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9037 0:00:01 0:00:01 --:--:-- 9047 100 10522 0 0 100 10522 0 9035 0:00:01 0:00:01 --:--:-- 9039 [2021-01-15T16:49:16.339Z] [2021-01-15T16:49:16.339Z] [2021-01-15T16:49:16.339Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/300/openapi/v1/core-data.yaml] [2021-01-15T16:49:16.339Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:16.339Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:17.322Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29531 0:00:01 0:00:01 --:--:-- 29543 100 32557 0 0 100 32557 0 29526 0:00:01 0:00:01 --:--:-- 29543 [2021-01-15T16:49:17.322Z] [2021-01-15T16:49:17.322Z] [2021-01-15T16:49:17.322Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/300/openapi/v1/core-metadata.yaml] [2021-01-15T16:49:17.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:17.322Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:18.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60872 0:00:01 0:00:01 --:--:-- 60926 100 73721 0 0 100 73721 0 54551 0:00:01 0:00:01 --:--:-- 54567 [2021-01-15T16:49:18.531Z] [2021-01-15T16:49:18.531Z] [2021-01-15T16:49:18.531Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/300/openapi/v1/support-logging.yaml] [2021-01-15T16:49:18.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:18.531Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:19.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13405 0:00:01 0:00:01 --:--:-- 13419 [2021-01-15T16:49:19.735Z] [2021-01-15T16:49:19.735Z] [2021-01-15T16:49:19.735Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/300/openapi/v1/support-notifications.yaml] [2021-01-15T16:49:19.735Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:19.735Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:20.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 37479 0:00:01 0:00:01 --:--:-- 37502 [2021-01-15T16:49:20.694Z] [2021-01-15T16:49:20.694Z] [2021-01-15T16:49:20.694Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/300/openapi/v1/support-scheduler.yaml] [2021-01-15T16:49:20.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:20.694Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:21.646Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12916 0:00:01 0:00:01 --:--:-- 12918 100 14249 0 0 100 14249 0 12914 0:00:01 0:00:01 --:--:-- 12918 [2021-01-15T16:49:21.646Z] [2021-01-15T16:49:21.646Z] [2021-01-15T16:49:21.646Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/300/openapi/v1/system-agent.yaml] [2021-01-15T16:49:21.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:21.646Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:23.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3833 100 4110 0 0 100 4110 0 3829 0:00:01 0:00:01 --:--:-- 3830 [2021-01-15T16:49:23.038Z] [2021-01-15T16:49:23.038Z] [2021-01-15T16:49:23.038Z] === Publish openapi/v2 API === [2021-01-15T16:49:23.038Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-15T16:49:23.038Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/300/openapi/v2/core-command.yaml] [2021-01-15T16:49:23.038Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:23.038Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:23.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19934 0:00:01 0:00:01 --:--:-- 19945 100 20843 0 0 100 20843 0 19930 0:00:01 0:00:01 --:--:-- 19945 [2021-01-15T16:49:23.997Z] [2021-01-15T16:49:23.997Z] [2021-01-15T16:49:23.997Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/300/openapi/v2/core-data.yaml] [2021-01-15T16:49:23.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:23.997Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:24.954Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59079 0 0 100 59079 0 55788 0:00:01 0:00:01 --:--:-- 55840 100 59079 0 0 100 59079 0 55777 0:00:01 0:00:01 --:--:-- 55840 [2021-01-15T16:49:24.954Z] [2021-01-15T16:49:24.954Z] [2021-01-15T16:49:24.954Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/300/openapi/v2/core-metadata.yaml] [2021-01-15T16:49:24.954Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:24.954Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:26.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 103k 0:00:01 0:00:01 --:--:-- 103k 100 120k 0 0 100 120k 0 103k 0:00:01 0:00:01 --:--:-- 103k [2021-01-15T16:49:26.348Z] [2021-01-15T16:49:26.348Z] [2021-01-15T16:49:26.348Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/300/openapi/v2/support-logging.yaml] [2021-01-15T16:49:26.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:26.348Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:27.300Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22873 0:00:01 0:00:01 --:--:-- 22890 100 23692 0 0 100 23692 0 22868 0:00:01 0:00:01 --:--:-- 22890 [2021-01-15T16:49:27.300Z] [2021-01-15T16:49:27.300Z] [2021-01-15T16:49:27.300Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/300/openapi/v2/support-notifications.yaml] [2021-01-15T16:49:27.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:27.300Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:28.254Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55076 0:00:01 0:00:01 --:--:-- 55088 100 62691 0 0 100 62691 0 55067 0:00:01 0:00:01 --:--:-- 55088 [2021-01-15T16:49:28.254Z] [2021-01-15T16:49:28.254Z] [2021-01-15T16:49:28.254Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/300/openapi/v2/support-scheduler.yaml] [2021-01-15T16:49:28.254Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:28.254Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:29.208Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 39618 0:00:01 0:00:01 --:--:-- 39627 100 39667 0 0 100 39667 0 39611 0:00:01 0:00:01 --:--:-- 39627 [2021-01-15T16:49:29.208Z] [2021-01-15T16:49:29.208Z] [2021-01-15T16:49:29.208Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/300/openapi/v2/system-agent.yaml] [2021-01-15T16:49:29.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:49:29.473Z] Dload Upload Total Spent Left Speed [2021-01-15T16:49:30.421Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 22965 0:00:01 0:00:01 --:--:-- 22990 100 23726 0 0 100 23726 0 22960 0:00:01 0:00:01 --:--:-- 22968 [2021-01-15T16:49:30.421Z] [2021-01-15T16:49:30.421Z] [Pipeline] } [2021-01-15T16:49:30.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:49:31.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:49:31.281Z] . [Pipeline] withDockerContainer [2021-01-15T16:49:31.384Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:49:31.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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:10004/edgex-devops/git-semver:latest cat [2021-01-15T16:49:32.456Z] $ docker top 7f7fecf252a3ad994336d607bacf04b8efe3b5c04d225df2d644c391ff44c53c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:49:32.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:49:32.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:49:33.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:49:33.133Z] $ docker exec 7f7fecf252a3ad994336d607bacf04b8efe3b5c04d225df2d644c391ff44c53c ssh-agent [2021-01-15T16:49:33.320Z] SSH_AUTH_SOCK=/tmp/ssh-UmitWVEyUSFt/agent.11 [2021-01-15T16:49:33.320Z] SSH_AGENT_PID=16 [2021-01-15T16:49:33.328Z] Running ssh-add (command line suppressed) [2021-01-15T16:49:33.462Z] Identity added: /w/workspace/edgex-go/300@tmp/private_key_9146388874650945554.key (/w/workspace/edgex-go/300@tmp/private_key_9146388874650945554.key) [2021-01-15T16:49:33.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:49:33.855Z] + git semver tag [2021-01-15T16:49:34.116Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:49:34.116Z] # $GIT_DIR = /w/workspace/edgex-go/300/.git [2021-01-15T16:49:34.116Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/300 [2021-01-15T16:49:34.116Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:49:34.116Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:49:34.116Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:49:34.116Z] # $SEMVER_BRANCH = master [2021-01-15T16:49:34.116Z] # $SEMVER_DIR = /w/workspace/edgex-go/300/.semver [2021-01-15T16:49:34.116Z] # c2d5dc167efdba7037e3dd944aa45209cd29109f HEAD [2021-01-15T16:49:34.705Z] # -> Force: false [2021-01-15T16:49:34.705Z] # cae8c6c1e6a94633b9c6f0a0f6e0c71dc299183f refs/tags/v2.0.0-dev.41 [Pipeline] } [2021-01-15T16:49:34.719Z] $ docker exec --env ******** --env ******** 7f7fecf252a3ad994336d607bacf04b8efe3b5c04d225df2d644c391ff44c53c ssh-agent -k [2021-01-15T16:49:34.844Z] unset SSH_AUTH_SOCK; [2021-01-15T16:49:34.844Z] unset SSH_AGENT_PID; [2021-01-15T16:49:34.844Z] echo Agent pid 16 killed; [2021-01-15T16:49:34.900Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:49:35.361Z] + git semver [Pipeline] } [2021-01-15T16:49:35.378Z] $ docker stop --time=1 7f7fecf252a3ad994336d607bacf04b8efe3b5c04d225df2d644c391ff44c53c [2021-01-15T16:49:36.747Z] $ docker rm -f 7f7fecf252a3ad994336d607bacf04b8efe3b5c04d225df2d644c391ff44c53c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:49:37.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T16:49:37.354Z] [2021-01-15T16:49:37.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:49:37.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T16:49:37.727Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-15T16:49:37.727Z] ab5ef0e58194: Pulling fs layer [2021-01-15T16:49:37.727Z] 9712f1f96733: Pulling fs layer [2021-01-15T16:49:37.727Z] 63f879dbbcfc: Pulling fs layer [2021-01-15T16:49:37.727Z] 0d9ebad4ef96: Pulling fs layer [2021-01-15T16:49:37.727Z] e9a5061849ea: Pulling fs layer [2021-01-15T16:49:37.727Z] d747dcd14b5f: Pulling fs layer [2021-01-15T16:49:37.727Z] 2de7ff778b66: Pulling fs layer [2021-01-15T16:49:37.727Z] e9a5061849ea: Waiting [2021-01-15T16:49:37.727Z] d747dcd14b5f: Waiting [2021-01-15T16:49:37.727Z] 2de7ff778b66: Waiting [2021-01-15T16:49:37.727Z] 0d9ebad4ef96: Waiting [2021-01-15T16:49:39.663Z] 63f879dbbcfc: Verifying Checksum [2021-01-15T16:49:39.663Z] 63f879dbbcfc: Download complete [2021-01-15T16:49:39.663Z] e9a5061849ea: Verifying Checksum [2021-01-15T16:49:39.663Z] e9a5061849ea: Download complete [2021-01-15T16:49:39.663Z] d747dcd14b5f: Verifying Checksum [2021-01-15T16:49:39.663Z] d747dcd14b5f: Download complete [2021-01-15T16:49:40.242Z] 2de7ff778b66: Verifying Checksum [2021-01-15T16:49:40.242Z] 2de7ff778b66: Download complete [2021-01-15T16:49:40.507Z] 0d9ebad4ef96: Verifying Checksum [2021-01-15T16:49:40.507Z] 0d9ebad4ef96: Download complete [2021-01-15T16:49:40.507Z] ab5ef0e58194: Verifying Checksum [2021-01-15T16:49:40.507Z] ab5ef0e58194: Download complete [2021-01-15T16:49:45.819Z] ab5ef0e58194: Pull complete [2021-01-15T16:49:45.819Z] 9712f1f96733: Pull complete [2021-01-15T16:49:48.375Z] 63f879dbbcfc: Pull complete [2021-01-15T16:49:56.263Z] 0d9ebad4ef96: Pull complete [2021-01-15T16:49:58.183Z] e9a5061849ea: Pull complete [2021-01-15T16:49:58.183Z] d747dcd14b5f: Pull complete [2021-01-15T16:50:02.416Z] 2de7ff778b66: Pull complete [2021-01-15T16:50:02.416Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-15T16:50:02.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-15T16:50:02.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-15T16:50:02.640Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:50:02.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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:0.23.1-centos7 cat [2021-01-15T16:50:05.968Z] $ docker top d13f8437bbaf2915d3f2d599a3e1e6f538d1953fededfbaf7acb0e9ee7d2add7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-15T16:50:06.221Z] provisioning config files... [2021-01-15T16:50:06.232Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/300@tmp/config256423406415007423tmp [2021-01-15T16:50:06.247Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/300@tmp/config476893591449898647tmp [2021-01-15T16:50:06.261Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/300@tmp/config468026332899058109tmp [Pipeline] { [Pipeline] echo [2021-01-15T16:50:06.316Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:50:06.623Z] ---> sigul-configuration.sh [2021-01-15T16:50:06.623Z] gpg: directory `/root/.gnupg' created [2021-01-15T16:50:06.623Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-15T16:50:06.623Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-15T16:50:06.623Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-15T16:50:06.623Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-15T16:50:06.623Z] gpg: CAST5 encrypted data [2021-01-15T16:50:06.885Z] gpg: encrypted with 1 passphrase [2021-01-15T16:50:06.885Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-15T16:50:07.188Z] + mkdir /home/jenkins [2021-01-15T16:50:07.188Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-15T16:50:07.485Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-15T16:50:07.497Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:50:07.796Z] ---> sigul-install.sh [2021-01-15T16:50:13.117Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-15T16:50:13.416Z] + git tag --list [2021-01-15T16:50:13.417Z] 0.6.0 [2021-01-15T16:50:13.417Z] 0.6.1 [2021-01-15T16:50:13.417Z] 0.7.0 [2021-01-15T16:50:13.417Z] 0.7.1 [2021-01-15T16:50:13.417Z] v1.0.0 [2021-01-15T16:50:13.417Z] v1.0.1 [2021-01-15T16:50:13.417Z] v1.1.0 [2021-01-15T16:50:13.417Z] v1.2.0 [2021-01-15T16:50:13.417Z] v1.2.1 [2021-01-15T16:50:13.417Z] v1.2.2-dev.1 [2021-01-15T16:50:13.417Z] v1.2.2-dev.10 [2021-01-15T16:50:13.417Z] v1.2.2-dev.100 [2021-01-15T16:50:13.417Z] v1.2.2-dev.101 [2021-01-15T16:50:13.417Z] v1.2.2-dev.102 [2021-01-15T16:50:13.417Z] v1.2.2-dev.103 [2021-01-15T16:50:13.417Z] v1.2.2-dev.104 [2021-01-15T16:50:13.417Z] v1.2.2-dev.105 [2021-01-15T16:50:13.417Z] v1.2.2-dev.106 [2021-01-15T16:50:13.417Z] v1.2.2-dev.107 [2021-01-15T16:50:13.417Z] v1.2.2-dev.11 [2021-01-15T16:50:13.417Z] v1.2.2-dev.12 [2021-01-15T16:50:13.417Z] v1.2.2-dev.13 [2021-01-15T16:50:13.417Z] v1.2.2-dev.14 [2021-01-15T16:50:13.417Z] v1.2.2-dev.15 [2021-01-15T16:50:13.417Z] v1.2.2-dev.16 [2021-01-15T16:50:13.417Z] v1.2.2-dev.17 [2021-01-15T16:50:13.417Z] v1.2.2-dev.18 [2021-01-15T16:50:13.417Z] v1.2.2-dev.19 [2021-01-15T16:50:13.417Z] v1.2.2-dev.2 [2021-01-15T16:50:13.417Z] v1.2.2-dev.20 [2021-01-15T16:50:13.417Z] v1.2.2-dev.21 [2021-01-15T16:50:13.417Z] v1.2.2-dev.22 [2021-01-15T16:50:13.417Z] v1.2.2-dev.23 [2021-01-15T16:50:13.417Z] v1.2.2-dev.24 [2021-01-15T16:50:13.417Z] v1.2.2-dev.25 [2021-01-15T16:50:13.417Z] v1.2.2-dev.26 [2021-01-15T16:50:13.417Z] v1.2.2-dev.27 [2021-01-15T16:50:13.417Z] v1.2.2-dev.28 [2021-01-15T16:50:13.417Z] v1.2.2-dev.29 [2021-01-15T16:50:13.417Z] v1.2.2-dev.3 [2021-01-15T16:50:13.417Z] v1.2.2-dev.30 [2021-01-15T16:50:13.417Z] v1.2.2-dev.31 [2021-01-15T16:50:13.417Z] v1.2.2-dev.32 [2021-01-15T16:50:13.417Z] v1.2.2-dev.33 [2021-01-15T16:50:13.417Z] v1.2.2-dev.34 [2021-01-15T16:50:13.417Z] v1.2.2-dev.35 [2021-01-15T16:50:13.417Z] v1.2.2-dev.36 [2021-01-15T16:50:13.417Z] v1.2.2-dev.37 [2021-01-15T16:50:13.417Z] v1.2.2-dev.38 [2021-01-15T16:50:13.417Z] v1.2.2-dev.39 [2021-01-15T16:50:13.417Z] v1.2.2-dev.4 [2021-01-15T16:50:13.417Z] v1.2.2-dev.40 [2021-01-15T16:50:13.417Z] v1.2.2-dev.41 [2021-01-15T16:50:13.417Z] v1.2.2-dev.42 [2021-01-15T16:50:13.417Z] v1.2.2-dev.43 [2021-01-15T16:50:13.417Z] v1.2.2-dev.44 [2021-01-15T16:50:13.417Z] v1.2.2-dev.45 [2021-01-15T16:50:13.417Z] v1.2.2-dev.46 [2021-01-15T16:50:13.417Z] v1.2.2-dev.47 [2021-01-15T16:50:13.417Z] v1.2.2-dev.48 [2021-01-15T16:50:13.417Z] v1.2.2-dev.49 [2021-01-15T16:50:13.417Z] v1.2.2-dev.5 [2021-01-15T16:50:13.417Z] v1.2.2-dev.50 [2021-01-15T16:50:13.417Z] v1.2.2-dev.51 [2021-01-15T16:50:13.417Z] v1.2.2-dev.52 [2021-01-15T16:50:13.417Z] v1.2.2-dev.53 [2021-01-15T16:50:13.417Z] v1.2.2-dev.54 [2021-01-15T16:50:13.417Z] v1.2.2-dev.55 [2021-01-15T16:50:13.417Z] v1.2.2-dev.56 [2021-01-15T16:50:13.417Z] v1.2.2-dev.57 [2021-01-15T16:50:13.417Z] v1.2.2-dev.58 [2021-01-15T16:50:13.417Z] v1.2.2-dev.59 [2021-01-15T16:50:13.417Z] v1.2.2-dev.6 [2021-01-15T16:50:13.417Z] v1.2.2-dev.60 [2021-01-15T16:50:13.417Z] v1.2.2-dev.61 [2021-01-15T16:50:13.417Z] v1.2.2-dev.62 [2021-01-15T16:50:13.417Z] v1.2.2-dev.63 [2021-01-15T16:50:13.417Z] v1.2.2-dev.64 [2021-01-15T16:50:13.417Z] v1.2.2-dev.65 [2021-01-15T16:50:13.417Z] v1.2.2-dev.66 [2021-01-15T16:50:13.417Z] v1.2.2-dev.67 [2021-01-15T16:50:13.417Z] v1.2.2-dev.68 [2021-01-15T16:50:13.417Z] v1.2.2-dev.69 [2021-01-15T16:50:13.417Z] v1.2.2-dev.7 [2021-01-15T16:50:13.417Z] v1.2.2-dev.70 [2021-01-15T16:50:13.417Z] v1.2.2-dev.71 [2021-01-15T16:50:13.417Z] v1.2.2-dev.72 [2021-01-15T16:50:13.417Z] v1.2.2-dev.73 [2021-01-15T16:50:13.417Z] v1.2.2-dev.74 [2021-01-15T16:50:13.417Z] v1.2.2-dev.75 [2021-01-15T16:50:13.417Z] v1.2.2-dev.76 [2021-01-15T16:50:13.417Z] v1.2.2-dev.77 [2021-01-15T16:50:13.417Z] v1.2.2-dev.78 [2021-01-15T16:50:13.417Z] v1.2.2-dev.79 [2021-01-15T16:50:13.417Z] v1.2.2-dev.8 [2021-01-15T16:50:13.417Z] v1.2.2-dev.80 [2021-01-15T16:50:13.417Z] v1.2.2-dev.81 [2021-01-15T16:50:13.417Z] v1.2.2-dev.82 [2021-01-15T16:50:13.417Z] v1.2.2-dev.83 [2021-01-15T16:50:13.417Z] v1.2.2-dev.84 [2021-01-15T16:50:13.417Z] v1.2.2-dev.85 [2021-01-15T16:50:13.417Z] v1.2.2-dev.86 [2021-01-15T16:50:13.417Z] v1.2.2-dev.87 [2021-01-15T16:50:13.417Z] v1.2.2-dev.88 [2021-01-15T16:50:13.417Z] v1.2.2-dev.89 [2021-01-15T16:50:13.417Z] v1.2.2-dev.9 [2021-01-15T16:50:13.417Z] v1.2.2-dev.90 [2021-01-15T16:50:13.417Z] v1.2.2-dev.91 [2021-01-15T16:50:13.417Z] v1.2.2-dev.92 [2021-01-15T16:50:13.417Z] v1.2.2-dev.93 [2021-01-15T16:50:13.417Z] v1.2.2-dev.94 [2021-01-15T16:50:13.417Z] v1.2.2-dev.95 [2021-01-15T16:50:13.417Z] v1.2.2-dev.96 [2021-01-15T16:50:13.417Z] v1.2.2-dev.97 [2021-01-15T16:50:13.417Z] v1.2.2-dev.98 [2021-01-15T16:50:13.417Z] v1.2.2-dev.99 [2021-01-15T16:50:13.417Z] v1.3.0 [2021-01-15T16:50:13.417Z] v1.3.1-dev.1 [2021-01-15T16:50:13.417Z] v1.3.1-dev.10 [2021-01-15T16:50:13.417Z] v1.3.1-dev.11 [2021-01-15T16:50:13.417Z] v1.3.1-dev.12 [2021-01-15T16:50:13.417Z] v1.3.1-dev.13 [2021-01-15T16:50:13.417Z] v1.3.1-dev.14 [2021-01-15T16:50:13.417Z] v1.3.1-dev.15 [2021-01-15T16:50:13.417Z] v1.3.1-dev.16 [2021-01-15T16:50:13.417Z] v1.3.1-dev.17 [2021-01-15T16:50:13.417Z] v1.3.1-dev.18 [2021-01-15T16:50:13.417Z] v1.3.1-dev.2 [2021-01-15T16:50:13.417Z] v1.3.1-dev.3 [2021-01-15T16:50:13.417Z] v1.3.1-dev.4 [2021-01-15T16:50:13.417Z] v1.3.1-dev.5 [2021-01-15T16:50:13.417Z] v1.3.1-dev.6 [2021-01-15T16:50:13.417Z] v1.3.1-dev.7 [2021-01-15T16:50:13.417Z] v1.3.1-dev.8 [2021-01-15T16:50:13.417Z] v1.3.1-dev.9 [2021-01-15T16:50:13.417Z] v2.0.0-dev.1 [2021-01-15T16:50:13.417Z] v2.0.0-dev.10 [2021-01-15T16:50:13.417Z] v2.0.0-dev.11 [2021-01-15T16:50:13.417Z] v2.0.0-dev.12 [2021-01-15T16:50:13.417Z] v2.0.0-dev.13 [2021-01-15T16:50:13.417Z] v2.0.0-dev.14 [2021-01-15T16:50:13.417Z] v2.0.0-dev.15 [2021-01-15T16:50:13.417Z] v2.0.0-dev.16 [2021-01-15T16:50:13.417Z] v2.0.0-dev.17 [2021-01-15T16:50:13.417Z] v2.0.0-dev.18 [2021-01-15T16:50:13.417Z] v2.0.0-dev.19 [2021-01-15T16:50:13.417Z] v2.0.0-dev.2 [2021-01-15T16:50:13.417Z] v2.0.0-dev.20 [2021-01-15T16:50:13.417Z] v2.0.0-dev.21 [2021-01-15T16:50:13.417Z] v2.0.0-dev.22 [2021-01-15T16:50:13.417Z] v2.0.0-dev.23 [2021-01-15T16:50:13.417Z] v2.0.0-dev.24 [2021-01-15T16:50:13.417Z] v2.0.0-dev.25 [2021-01-15T16:50:13.417Z] v2.0.0-dev.26 [2021-01-15T16:50:13.417Z] v2.0.0-dev.27 [2021-01-15T16:50:13.417Z] v2.0.0-dev.28 [2021-01-15T16:50:13.417Z] v2.0.0-dev.29 [2021-01-15T16:50:13.417Z] v2.0.0-dev.3 [2021-01-15T16:50:13.417Z] v2.0.0-dev.30 [2021-01-15T16:50:13.417Z] v2.0.0-dev.31 [2021-01-15T16:50:13.417Z] v2.0.0-dev.32 [2021-01-15T16:50:13.417Z] v2.0.0-dev.33 [2021-01-15T16:50:13.417Z] v2.0.0-dev.34 [2021-01-15T16:50:13.417Z] v2.0.0-dev.35 [2021-01-15T16:50:13.417Z] v2.0.0-dev.36 [2021-01-15T16:50:13.417Z] v2.0.0-dev.37 [2021-01-15T16:50:13.417Z] v2.0.0-dev.38 [2021-01-15T16:50:13.417Z] v2.0.0-dev.39 [2021-01-15T16:50:13.417Z] v2.0.0-dev.4 [2021-01-15T16:50:13.417Z] v2.0.0-dev.40 [2021-01-15T16:50:13.417Z] v2.0.0-dev.41 [2021-01-15T16:50:13.417Z] v2.0.0-dev.5 [2021-01-15T16:50:13.417Z] v2.0.0-dev.6 [2021-01-15T16:50:13.417Z] v2.0.0-dev.7 [2021-01-15T16:50:13.417Z] v2.0.0-dev.8 [2021-01-15T16:50:13.417Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-15T16:50:13.721Z] + lftools sign git-tag v2.0.0-dev.41 [2021-01-15T16:50:15.111Z] Signing Git tag with Sigul... [2021-01-15T16:50:15.111Z] Signing v2.0.0-dev.41 [Pipeline] echo [2021-01-15T16:50:16.510Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:50:16.809Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-15T16:50:16.819Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-15T16:50:16.913Z] $ docker stop --time=1 d13f8437bbaf2915d3f2d599a3e1e6f538d1953fededfbaf7acb0e9ee7d2add7 [2021-01-15T16:50:19.168Z] $ docker rm -f d13f8437bbaf2915d3f2d599a3e1e6f538d1953fededfbaf7acb0e9ee7d2add7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:50:19.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:50:19.940Z] . [Pipeline] withDockerContainer [2021-01-15T16:50:20.042Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:50:20.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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:10004/edgex-devops/git-semver:latest cat [2021-01-15T16:50:20.991Z] $ docker top 16d3b95b3b718207175a7fa3cd56a4ea62b52a1004a6e89150ddc42de3fd406d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:50:21.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:50:21.350Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:50:21.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:50:21.578Z] $ docker exec 16d3b95b3b718207175a7fa3cd56a4ea62b52a1004a6e89150ddc42de3fd406d ssh-agent [2021-01-15T16:50:21.780Z] SSH_AUTH_SOCK=/tmp/ssh-OgzfzIzMqi6D/agent.11 [2021-01-15T16:50:21.780Z] SSH_AGENT_PID=16 [2021-01-15T16:50:21.787Z] Running ssh-add (command line suppressed) [2021-01-15T16:50:21.921Z] Identity added: /w/workspace/edgex-go/300@tmp/private_key_474741711531490255.key (/w/workspace/edgex-go/300@tmp/private_key_474741711531490255.key) [2021-01-15T16:50:21.981Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:50:22.314Z] + git semver bump pre [2021-01-15T16:50:22.314Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:50:22.314Z] # $GIT_DIR = /w/workspace/edgex-go/300/.git [2021-01-15T16:50:22.314Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/300 [2021-01-15T16:50:22.314Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:50:22.314Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:50:22.314Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:50:22.314Z] # $SEMVER_BRANCH = master [2021-01-15T16:50:22.314Z] # $SEMVER_DIR = /w/workspace/edgex-go/300/.semver [2021-01-15T16:50:22.314Z] 2.0.0-dev.42 [Pipeline] } [2021-01-15T16:50:22.326Z] $ docker exec --env ******** --env ******** 16d3b95b3b718207175a7fa3cd56a4ea62b52a1004a6e89150ddc42de3fd406d ssh-agent -k [2021-01-15T16:50:22.452Z] unset SSH_AUTH_SOCK; [2021-01-15T16:50:22.452Z] unset SSH_AGENT_PID; [2021-01-15T16:50:22.452Z] echo Agent pid 16 killed; [2021-01-15T16:50:22.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:50:22.960Z] + git semver [Pipeline] } [2021-01-15T16:50:22.979Z] $ docker stop --time=1 16d3b95b3b718207175a7fa3cd56a4ea62b52a1004a6e89150ddc42de3fd406d [2021-01-15T16:50:24.370Z] $ docker rm -f 16d3b95b3b718207175a7fa3cd56a4ea62b52a1004a6e89150ddc42de3fd406d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:50:24.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:50:24.926Z] . [Pipeline] withDockerContainer [2021-01-15T16:50:25.029Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:50:25.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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:10004/edgex-devops/git-semver:latest cat [2021-01-15T16:50:25.905Z] $ docker top 1db441731099af6936f4722afbdbe605ba90d0ac14be2c2eac2d484416c962b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:50:26.331Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:50:26.331Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:50:26.553Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:50:26.557Z] $ docker exec 1db441731099af6936f4722afbdbe605ba90d0ac14be2c2eac2d484416c962b7 ssh-agent [2021-01-15T16:50:26.741Z] SSH_AUTH_SOCK=/tmp/ssh-k6jgTOOTdM2f/agent.13 [2021-01-15T16:50:26.741Z] SSH_AGENT_PID=19 [2021-01-15T16:50:26.749Z] Running ssh-add (command line suppressed) [2021-01-15T16:50:26.892Z] Identity added: /w/workspace/edgex-go/300@tmp/private_key_8048652052474316950.key (/w/workspace/edgex-go/300@tmp/private_key_8048652052474316950.key) [2021-01-15T16:50:26.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:50:27.318Z] + git semver push [2021-01-15T16:50:27.318Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:50:27.318Z] # $GIT_DIR = /w/workspace/edgex-go/300/.git [2021-01-15T16:50:27.318Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/300 [2021-01-15T16:50:27.318Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:50:27.318Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:50:27.318Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:50:27.318Z] # $SEMVER_BRANCH = master [2021-01-15T16:50:27.318Z] # $SEMVER_DIR = /w/workspace/edgex-go/300/.semver [Pipeline] } [2021-01-15T16:50:39.606Z] $ docker exec --env ******** --env ******** 1db441731099af6936f4722afbdbe605ba90d0ac14be2c2eac2d484416c962b7 ssh-agent -k [2021-01-15T16:50:39.788Z] unset SSH_AUTH_SOCK; [2021-01-15T16:50:39.789Z] unset SSH_AGENT_PID; [2021-01-15T16:50:39.789Z] echo Agent pid 19 killed; [2021-01-15T16:50:39.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:50:40.329Z] + git semver [Pipeline] } [2021-01-15T16:50:40.346Z] $ docker stop --time=1 1db441731099af6936f4722afbdbe605ba90d0ac14be2c2eac2d484416c962b7 [2021-01-15T16:50:41.748Z] $ docker rm -f 1db441731099af6936f4722afbdbe605ba90d0ac14be2c2eac2d484416c962b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:50:43.038Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:50:43.920Z] ---> package-listing.sh [2021-01-15T16:50:43.920Z] ++ facter osfamily [2021-01-15T16:50:43.920Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T16:50:43.920Z] + OS_FAMILY=redhat [2021-01-15T16:50:43.920Z] + workspace=/w/workspace/edgex-go/300 [2021-01-15T16:50:43.920Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T16:50:43.920Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T16:50:43.920Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T16:50:43.920Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T16:50:43.920Z] + '[' /w/workspace/edgex-go/300 ']' [2021-01-15T16:50:43.920Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T16:50:43.920Z] + case "${OS_FAMILY}" in [2021-01-15T16:50:43.920Z] + rpm -qa [2021-01-15T16:50:43.920Z] + sort [2021-01-15T16:50:49.218Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T16:50:49.218Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T16:50:49.218Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T16:50:49.218Z] + '[' /w/workspace/edgex-go/300 ']' [2021-01-15T16:50:49.218Z] + mkdir -p /w/workspace/edgex-go/300/archives/ [2021-01-15T16:50:49.218Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/300/archives/ [Pipeline] echo [2021-01-15T16:50:49.231Z] 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/300/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T16:50:49.518Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:50:49.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T16:50:49.823Z] [2021-01-15T16:50:49.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:50:50.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T16:50:50.174Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T16:50:50.174Z] df20fa9351a1: Pulling fs layer [2021-01-15T16:50:50.174Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T16:50:50.174Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T16:50:50.174Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T16:50:50.174Z] 93b61091891f: Pulling fs layer [2021-01-15T16:50:50.174Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T16:50:50.174Z] 5e14af77c1be: Pulling fs layer [2021-01-15T16:50:50.174Z] 01666e4c0597: Pulling fs layer [2021-01-15T16:50:50.174Z] aa168da1d23b: Pulling fs layer [2021-01-15T16:50:50.174Z] 46f8f816bc3b: Waiting [2021-01-15T16:50:50.174Z] 93b61091891f: Waiting [2021-01-15T16:50:50.174Z] 93b9cdb0e59b: Waiting [2021-01-15T16:50:50.174Z] 5e14af77c1be: Waiting [2021-01-15T16:50:50.174Z] 01666e4c0597: Waiting [2021-01-15T16:50:50.174Z] aa168da1d23b: Waiting [2021-01-15T16:50:50.174Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T16:50:50.174Z] 36b3adc4ff6f: Download complete [2021-01-15T16:50:50.174Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T16:50:50.174Z] 46f8f816bc3b: Download complete [2021-01-15T16:50:50.174Z] df20fa9351a1: Verifying Checksum [2021-01-15T16:50:50.174Z] df20fa9351a1: Download complete [2021-01-15T16:50:50.174Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T16:50:50.174Z] 93b9cdb0e59b: Download complete [2021-01-15T16:50:50.439Z] 93b61091891f: Verifying Checksum [2021-01-15T16:50:50.439Z] 93b61091891f: Download complete [2021-01-15T16:50:50.439Z] 5e14af77c1be: Verifying Checksum [2021-01-15T16:50:50.439Z] 5e14af77c1be: Download complete [2021-01-15T16:50:50.439Z] 01666e4c0597: Verifying Checksum [2021-01-15T16:50:50.439Z] 01666e4c0597: Download complete [2021-01-15T16:50:50.704Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T16:50:50.704Z] 8ad3a11d3b57: Download complete [2021-01-15T16:50:50.704Z] df20fa9351a1: Pull complete [2021-01-15T16:50:50.968Z] 36b3adc4ff6f: Pull complete [2021-01-15T16:50:51.927Z] 8ad3a11d3b57: Pull complete [2021-01-15T16:50:52.191Z] 46f8f816bc3b: Pull complete [2021-01-15T16:50:52.766Z] aa168da1d23b: Verifying Checksum [2021-01-15T16:50:52.766Z] aa168da1d23b: Download complete [2021-01-15T16:50:53.029Z] 93b61091891f: Pull complete [2021-01-15T16:50:53.291Z] 93b9cdb0e59b: Pull complete [2021-01-15T16:50:53.291Z] 5e14af77c1be: Pull complete [2021-01-15T16:50:53.557Z] 01666e4c0597: Pull complete [2021-01-15T16:51:01.788Z] aa168da1d23b: Pull complete [2021-01-15T16:51:01.788Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T16:51:01.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T16:51:01.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T16:51:02.014Z] prd-centos7-docker-4c-2g-20511 does not seem to be running inside a container [2021-01-15T16:51:02.064Z] $ 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/300/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/300 -v /w/workspace/edgex-go/300:/w/workspace/edgex-go/300:rw,z -v /w/workspace/edgex-go/300@tmp:/w/workspace/edgex-go/300@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-15T16:51:05.247Z] $ docker top a1bedcd84e5aa3ef8342de3779ce5b04daaed25f3c63c6f1244f99bbf9a7679e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:51:05.776Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T16:51:06.076Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T16:51:06.373Z] + ls /var/log/sa-host [2021-01-15T16:51:06.373Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T16:51:06.373Z] file_magic: OK [2021-01-15T16:51:06.373Z] HZ: Using current value: 100 [2021-01-15T16:51:06.373Z] file_header: OK [2021-01-15T16:51:06.373Z] 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-15T16:51:06.373Z] Statistics: [2021-01-15T16:51:06.373Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T16:51:06.373Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T16:51:06.373Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T16:51:06.373Z] file_magic: OK [2021-01-15T16:51:06.373Z] HZ: Using current value: 100 [2021-01-15T16:51:06.373Z] file_header: OK [2021-01-15T16:51:06.373Z] 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-15T16:51:06.373Z] Statistics: [2021-01-15T16:51:06.373Z] Hnuu...uuuununununu... [2021-01-15T16:51:06.373Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T16:51:06.988Z] provisioning config files... [2021-01-15T16:51:07.003Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/300@tmp/config8833286418630677227tmp [Pipeline] { [Pipeline] echo [2021-01-15T16:51:07.078Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:51:07.375Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T16:51:07.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T16:51:07.510Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:51:07.809Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T16:51:07.820Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:51:08.117Z] ---> sudo-logs.sh [2021-01-15T16:51:08.117Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T16:51:08.129Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:51:08.431Z] ---> job-cost.sh [2021-01-15T16:51:08.431Z] lf-activate-venv: SKIPPING [2021-01-15T16:51:08.431Z] INFO: No Stack... [2021-01-15T16:51:10.349Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T16:51:10.941Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T16:51:10.986Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:51:11.349Z] ---> logs-deploy.sh [2021-01-15T16:51:11.349Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/300 [2021-01-15T16:51:11.349Z] INFO: archiving workspace using pattern(s): [2021-01-15T16:51:12.755Z] Archives upload complete. [2021-01-15T16:51:12.755Z] INFO: archiving logs to Nexus