Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abd2591ca23f5f2416321043f683fb80fe5cb4ab 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-21963 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/313 [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/313 # 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 abd2591ca23f5f2416321043f683fb80fe5cb4ab (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 Commit message: "refactor(meta): Refactor device update operation to DBClient (#3059)" > git rev-list --no-walk 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T15:30:21.493Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T15:30:21.767Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T15:30:21.871Z] ========================================================= [2021-01-21T15:30:21.871Z] EdgeX Global Pipelines Version Info [2021-01-21T15:30:21.871Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:30:23.352Z] ------------------- [2021-01-21T15:30:23.352Z] stable info: [2021-01-21T15:30:23.352Z] ------------------- [2021-01-21T15:30:23.352Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:30:23.352Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:30:23.352Z] Message: update stable to v1.0.179 [2021-01-21T15:30:24.745Z] ------------------- [2021-01-21T15:30:24.745Z] experimental info: [2021-01-21T15:30:24.745Z] ------------------- [2021-01-21T15:30:24.745Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T15:30:24.745Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T15:30:24.745Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T15:30:24.986Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T15:30:25.103Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T15:30:25.186Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T15:30:25.270Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T15:30:25.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T15:30:25.494Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T15:30:25.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T15:30:25.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T15:30:25.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T15:30:25.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T15:30:25.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T15:30:26.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T15:30:26.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T15:30:26.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T15:30:26.345Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:30:26.428Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T15:30:26.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T15:30:26.623Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T15:30:26.701Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T15:30:26.780Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T15:30:26.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T15:30:26.941Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T15:30:27.020Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T15:30:27.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-21T15:30:27.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-21T15:30:27.255Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-21T15:30:27.334Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] echo [2021-01-21T15:30:27.413Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abd2591 [Pipeline] echo [2021-01-21T15:30:27.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:30:27.646Z] provisioning config files... [2021-01-21T15:30:27.675Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/313@tmp/config2896455071342599972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:30:28.038Z] ---> docker-login.sh [2021-01-21T15:30:28.038Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:30:28.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:30:28.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:30:28.302Z] Configure a credential helper to remove this warning. See [2021-01-21T15:30:28.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:30:28.302Z] [2021-01-21T15:30:28.302Z] Login Succeeded [2021-01-21T15:30:28.302Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:30:28.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:30:28.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:30:28.589Z] Configure a credential helper to remove this warning. See [2021-01-21T15:30:28.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:30:28.589Z] [2021-01-21T15:30:28.589Z] Login Succeeded [2021-01-21T15:30:28.589Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:30:28.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:30:28.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:30:28.852Z] Configure a credential helper to remove this warning. See [2021-01-21T15:30:28.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:30:28.852Z] [2021-01-21T15:30:28.852Z] Login Succeeded [2021-01-21T15:30:28.852Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:30:28.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:30:28.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:30:28.852Z] Configure a credential helper to remove this warning. See [2021-01-21T15:30:28.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:30:28.852Z] [2021-01-21T15:30:28.852Z] Login Succeeded [2021-01-21T15:30:28.852Z] docker.io [2021-01-21T15:30:29.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:30:29.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:30:29.383Z] Configure a credential helper to remove this warning. See [2021-01-21T15:30:29.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:30:29.383Z] [2021-01-21T15:30:29.383Z] Login Succeeded [2021-01-21T15:30:29.383Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:30:29.393Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:30:29.857Z] ++ 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-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T15:30:29.857Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T15:30:29.857Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T15:30:29.857Z] ++ cut -d/ -f2 [2021-01-21T15:30:29.857Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T15:30:29.937Z] 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-21T15:30:30.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:30:30.744Z] [2021-01-21T15:30:30.744Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:30:31.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:30:31.102Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T15:30:31.102Z] 31603596830f: Pulling fs layer [2021-01-21T15:30:31.102Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T15:30:31.102Z] 6ca5941a6612: Pulling fs layer [2021-01-21T15:30:31.102Z] ecc8261a40a4: Pulling fs layer [2021-01-21T15:30:31.102Z] ecc8261a40a4: Waiting [2021-01-21T15:30:31.103Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T15:30:31.103Z] 2a8b12db71e7: Download complete [2021-01-21T15:30:31.103Z] 31603596830f: Download complete [2021-01-21T15:30:31.375Z] ecc8261a40a4: Verifying Checksum [2021-01-21T15:30:31.375Z] ecc8261a40a4: Download complete [2021-01-21T15:30:31.375Z] 6ca5941a6612: Verifying Checksum [2021-01-21T15:30:31.375Z] 6ca5941a6612: Download complete [2021-01-21T15:30:31.644Z] 31603596830f: Pull complete [2021-01-21T15:30:31.644Z] 2a8b12db71e7: Pull complete [2021-01-21T15:30:32.597Z] 6ca5941a6612: Pull complete [2021-01-21T15:30:32.597Z] ecc8261a40a4: Pull complete [2021-01-21T15:30:32.597Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T15:30:32.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:30:32.597Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T15:30:32.712Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:30:32.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:30:35.719Z] $ docker top 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:30:36.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:30:36.019Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:30:36.235Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:30:36.240Z] $ docker exec 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d ssh-agent [2021-01-21T15:30:36.401Z] SSH_AUTH_SOCK=/tmp/ssh-i88RM1XhG9Ms/agent.13 [2021-01-21T15:30:36.402Z] SSH_AGENT_PID=19 [2021-01-21T15:30:36.412Z] Running ssh-add (command line suppressed) [2021-01-21T15:30:36.533Z] Identity added: /w/workspace/edgex-go/313@tmp/private_key_8664398853574747090.key (/w/workspace/edgex-go/313@tmp/private_key_8664398853574747090.key) [2021-01-21T15:30:36.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:30:36.929Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T15:30:36.952Z] $ docker exec --env ******** --env ******** 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d ssh-agent -k [2021-01-21T15:30:37.066Z] unset SSH_AUTH_SOCK; [2021-01-21T15:30:37.067Z] unset SSH_AGENT_PID; [2021-01-21T15:30:37.067Z] echo Agent pid 19 killed; [2021-01-21T15:30:37.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T15:30:37.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:30:37.319Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:30:37.490Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:30:37.494Z] $ docker exec 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d ssh-agent [2021-01-21T15:30:37.657Z] SSH_AUTH_SOCK=/tmp/ssh-FGh9HyHDLxC9/agent.50 [2021-01-21T15:30:37.657Z] SSH_AGENT_PID=55 [2021-01-21T15:30:37.665Z] Running ssh-add (command line suppressed) [2021-01-21T15:30:37.787Z] Identity added: /w/workspace/edgex-go/313@tmp/private_key_489614552484302546.key (/w/workspace/edgex-go/313@tmp/private_key_489614552484302546.key) [2021-01-21T15:30:37.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:30:38.173Z] + git semver init [2021-01-21T15:30:38.173Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:30:38.173Z] # $GIT_DIR = /w/workspace/edgex-go/313/.git [2021-01-21T15:30:38.173Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/313 [2021-01-21T15:30:38.173Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:30:38.173Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:30:38.173Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:30:38.173Z] # $SEMVER_BRANCH = master [2021-01-21T15:30:38.173Z] # $SEMVER_TEMP = /tmp/semver-378086931 [2021-01-21T15:30:38.173Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T15:31:10.352Z] # '/tmp/semver-378086931' -> '/w/workspace/edgex-go/313/.semver' [2021-01-21T15:31:10.352Z] # -> Force: false [2021-01-21T15:31:10.352Z] # $SEMVER_DIR = /w/workspace/edgex-go/313/.semver [Pipeline] } [2021-01-21T15:31:10.369Z] $ docker exec --env ******** --env ******** 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d ssh-agent -k [2021-01-21T15:31:10.630Z] unset SSH_AUTH_SOCK; [2021-01-21T15:31:10.631Z] unset SSH_AGENT_PID; [2021-01-21T15:31:10.631Z] echo Agent pid 55 killed; [2021-01-21T15:31:10.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:31:11.183Z] + git semver [Pipeline] } [2021-01-21T15:31:11.201Z] $ docker stop --time=1 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d [2021-01-21T15:31:13.138Z] $ docker rm -f 51fb08209b6b4751c01f80bce53e1db32a09fe26a853e315d288c0e4fd522d0d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:31:13.745Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T15:31:14.333Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T15:31:14.336Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [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-21T15:31:15.303Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:31:15.606Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:31:15.908Z] + sudo service docker restart [2021-01-21T15:31:15.908Z] + true [2021-01-21T15:31:15.908Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T15:31:16.503Z] ========================================================= [2021-01-21T15:31:16.503Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T15:31:16.503Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:31:16.839Z] + 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-21T15:31:21.072Z] Sending build context to Docker daemon 327.6MB [2021-01-21T15:31:21.072Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:31:21.072Z] Step 2/6 : FROM ${BASE} [2021-01-21T15:31:21.072Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T15:31:21.072Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T15:31:21.072Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T15:31:21.072Z] de9db76c5a1d: Pulling fs layer [2021-01-21T15:31:21.072Z] bca2f99d35d6: Pulling fs layer [2021-01-21T15:31:21.072Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T15:31:21.072Z] 7c6f9722023f: Pulling fs layer [2021-01-21T15:31:21.072Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T15:31:21.072Z] 93359f2a8cfa: Waiting [2021-01-21T15:31:21.072Z] 7c6f9722023f: Waiting [2021-01-21T15:31:21.072Z] bca2f99d35d6: Waiting [2021-01-21T15:31:21.072Z] de9db76c5a1d: Verifying Checksum [2021-01-21T15:31:21.072Z] de9db76c5a1d: Download complete [2021-01-21T15:31:21.072Z] 0ef7d3d256c8: Download complete [2021-01-21T15:31:21.072Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T15:31:21.072Z] 93359f2a8cfa: Download complete [2021-01-21T15:31:21.072Z] 7c6f9722023f: Download complete [2021-01-21T15:31:21.072Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T15:31:21.072Z] 188c0c94c7c5: Download complete [2021-01-21T15:31:21.337Z] 188c0c94c7c5: Pull complete [2021-01-21T15:31:21.607Z] 0ef7d3d256c8: Pull complete [2021-01-21T15:31:21.607Z] de9db76c5a1d: Pull complete [2021-01-21T15:31:23.012Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T15:31:23.012Z] a35cf1a2eb13: Download complete [2021-01-21T15:31:23.592Z] bca2f99d35d6: Verifying Checksum [2021-01-21T15:31:23.592Z] bca2f99d35d6: Download complete [2021-01-21T15:31:28.935Z] bca2f99d35d6: Pull complete [2021-01-21T15:31:28.935Z] 93359f2a8cfa: Pull complete [2021-01-21T15:31:28.935Z] 7c6f9722023f: Pull complete [2021-01-21T15:31:29.786Z] Still waiting to schedule task [2021-01-21T15:31:29.786Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-21T15:31:33.193Z] a35cf1a2eb13: Pull complete [2021-01-21T15:31:33.193Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T15:31:33.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T15:31:33.193Z] ---> a62c8e92a672 [2021-01-21T15:31:33.193Z] 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-21T15:31:33.193Z] ---> Running in c8398556bc3d [2021-01-21T15:31:33.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:31:34.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:31:34.922Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T15:31:35.185Z] (2/12) Installing file (5.38-r0) [2021-01-21T15:31:35.185Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T15:31:35.185Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T15:31:38.505Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T15:31:38.505Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T15:31:38.505Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T15:31:38.505Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T15:31:38.769Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T15:31:38.769Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T15:31:38.769Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T15:31:39.031Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T15:31:39.031Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:31:39.031Z] OK: 233 MiB in 51 packages [2021-01-21T15:31:43.262Z] Removing intermediate container c8398556bc3d [2021-01-21T15:31:43.262Z] ---> a2d038ec47da [2021-01-21T15:31:43.262Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T15:31:43.262Z] ---> Running in 604592fb0d2a [2021-01-21T15:31:43.262Z] Removing intermediate container 604592fb0d2a [2021-01-21T15:31:43.262Z] ---> cd8f93a307ef [2021-01-21T15:31:43.262Z] Step 5/6 : COPY go.mod . [2021-01-21T15:31:43.262Z] ---> 51761bcddca3 [2021-01-21T15:31:43.262Z] Step 6/6 : RUN go mod download [2021-01-21T15:31:43.262Z] ---> Running in fe769886f73a [2021-01-21T15:32:05.296Z] Removing intermediate container fe769886f73a [2021-01-21T15:32:05.296Z] ---> 2666a5166039 [2021-01-21T15:32:05.296Z] Successfully built 2666a5166039 [2021-01-21T15:32:05.296Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:05.618Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:32:05.618Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:05.719Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:32:05.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:32:06.562Z] $ docker top 3e310cf569048c3c025cb1e4b29fb6bcc77e6a4db71b81e5d1480b45b4ba5df3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:32:07.165Z] + go version [2021-01-21T15:32:07.165Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T15:32:07.180Z] $ docker stop --time=1 3e310cf569048c3c025cb1e4b29fb6bcc77e6a4db71b81e5d1480b45b4ba5df3 [2021-01-21T15:32:08.598Z] $ docker rm -f 3e310cf569048c3c025cb1e4b29fb6bcc77e6a4db71b81e5d1480b45b4ba5df3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:32:09.433Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T15:32:09.433Z] . [Pipeline] withDockerContainer [2021-01-21T15:32:09.537Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:32:09.588Z] $ 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/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:32:10.326Z] $ docker top bdfe57a3f6432c2b9c956110cf1a048b5ce60ec7a4e7de44b1298a7f9302c358 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:32:10.551Z] ========================================================= [2021-01-21T15:32:10.551Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T15:32:10.551Z] ========================================================= [Pipeline] sh [2021-01-21T15:32:10.858Z] + make test [2021-01-21T15:32:10.858Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T15:32:20.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T15:32:33.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T15:32:41.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T15:32:41.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T15:32:41.503Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T15:32:41.503Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T15:32:41.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T15:32:41.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T15:32:41.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T15:32:41.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T15:32:42.383Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T15:32:44.521Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T15:32:44.521Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T15:32:44.521Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T15:32:47.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements [2021-01-21T15:32:47.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T15:32:47.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T15:32:47.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T15:32:47.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T15:32:47.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.0% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 66.7% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T15:32:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 28.6% of statements [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T15:32:51.358Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T15:32:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-21T15:32:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T15:32:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-21T15:32:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T15:32:53.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T15:32:53.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T15:32:53.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T15:32:53.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.362s coverage: 92.8% of statements [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-01-21T15:32:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T15:32:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-21T15:32:55.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-21T15:32:55.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-01-21T15:32:56.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-01-21T15:32:56.510Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T15:32:57.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-21T15:32:57.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T15:32:57.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T15:32:57.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-21T15:32:57.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-01-21T15:32:57.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-21T15:32:57.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-21T15:32:57.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-21T15:32:58.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 68.9% of statements [2021-01-21T15:32:58.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T15:32:58.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T15:32:58.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T15:32:58.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T15:32:58.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T15:32:59.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-01-21T15:32:59.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T15:32:59.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T15:32:59.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.0% of statements [2021-01-21T15:32:59.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-21T15:33:01.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-21T15:33:01.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T15:33:01.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T15:33:01.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T15:33:01.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T15:33:01.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T15:33:01.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2021-01-21T15:33:01.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T15:33:01.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-21T15:33:01.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.780s coverage: 29.1% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T15:33:02.567Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T15:33:02.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-21T15:33:03.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-21T15:33:03.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-21T15:33:03.414Z] GO111MODULE=on go vet ./... [2021-01-21T15:33:20.665Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21965 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-21T15:33:20.745Z] Running in /w/workspace/edgex-go/313 [Pipeline] { [Pipeline] checkout [2021-01-21T15:33:25.520Z] gofmt -l . [2021-01-21T15:33:25.783Z] [ "`gofmt -l .`" = "" ] [2021-01-21T15:33:25.978Z] using credential edgex-jenkins-ssh [2021-01-21T15:33:26.048Z] Cloning the remote Git repository [2021-01-21T15:33:26.357Z] ./bin/test-go-mod-tidy.sh [2021-01-21T15:33:26.937Z] ./bin/test-attribution-txt.sh [2021-01-21T15:33:26.122Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:33:26.233Z] > git init /w/workspace/edgex-go/313 # timeout=10 [2021-01-21T15:33:26.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:33:26.310Z] > git --version # timeout=10 [2021-01-21T15:33:26.330Z] > git --version # 'git version 2.17.1' [2021-01-21T15:33:26.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:33:26.384Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2021-01-21T15:33:27.854Z] + ls -al . [2021-01-21T15:33:27.854Z] total 656 [2021-01-21T15:33:27.854Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 15:33 . [2021-01-21T15:33:27.854Z] drwxr-xr-x 4 root root 32 Jan 21 15:32 .. [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 15:30 .dockerignore [2021-01-21T15:33:27.854Z] drwxrwxr-x 8 1001 1001 162 Jan 21 15:30 .git [2021-01-21T15:33:27.854Z] drwxrwxr-x 3 1001 1001 125 Jan 21 15:30 .github [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 824 Jan 21 15:30 .gitignore [2021-01-21T15:33:27.854Z] drwx------ 3 1001 1001 32 Jan 21 15:31 .semver [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 15:30 .sonarcloud.properties [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 7759 Jan 21 15:30 Attribution.txt [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 15:30 CONTRIBUTING.md [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 15:30 Dockerfile.build [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 15:30 Jenkinsfile [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 15:30 LICENSE [2021-01-21T15:33:27.854Z] -rw-rw-r-- 1 1001 1001 5750 Jan 21 15:30 Makefile [2021-01-21T15:33:27.855Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 15:30 README.md [2021-01-21T15:33:27.855Z] -rw-rw-r-- 1 1001 1001 6744 Jan 21 15:30 SECURITY.md [2021-01-21T15:33:27.855Z] -rw-rw-r-- 1 1001 1001 12 Jan 21 15:31 VERSION [2021-01-21T15:33:27.855Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 15:30 ZMQWindows.md [2021-01-21T15:33:27.855Z] drwxrwxr-x 2 1001 1001 117 Jan 21 15:30 bin [2021-01-21T15:33:27.855Z] drwxrwxr-x 14 1001 1001 4096 Jan 21 15:30 cmd [2021-01-21T15:33:27.855Z] -rw-r--r-- 1 root root 551534 Jan 21 15:33 coverage.out [2021-01-21T15:33:27.855Z] -rw-r--r-- 1 root root 1027 Jan 21 15:33 go.mod [2021-01-21T15:33:27.855Z] -rw-r--r-- 1 root root 18725 Jan 21 15:33 go.sum [2021-01-21T15:33:27.855Z] drwxrwxr-x 8 1001 1001 127 Jan 21 15:30 internal [2021-01-21T15:33:27.855Z] drwxrwxr-x 4 1001 1001 26 Jan 21 15:30 openapi [2021-01-21T15:33:27.855Z] drwxrwxr-x 4 1001 1001 71 Jan 21 15:30 snap [2021-01-21T15:33:27.855Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 15:30 version.go [Pipeline] sh [2021-01-21T15:33:28.158Z] + '[' -e coverage.out ] [2021-01-21T15:33:28.158Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T15:33:28.369Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T15:33:28.667Z] + make build [2021-01-21T15:33:28.668Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:33:32.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:33:38.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:33:39.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:33:41.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:33:41.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:33:42.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:33:44.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:33:44.313Z] Checking out Revision abd2591ca23f5f2416321043f683fb80fe5cb4ab (master) [2021-01-21T15:33:45.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:33:43.601Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:33:43.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T15:33:43.650Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T15:33:43.694Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T15:33:43.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T15:33:43.707Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T15:33:44.336Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T15:33:44.350Z] > git checkout -f abd2591ca23f5f2416321043f683fb80fe5cb4ab # timeout=10 [2021-01-21T15:33:46.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:33:47.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:33:48.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:33:49.021Z] Commit message: "refactor(meta): Refactor device update operation to DBClient (#3059)" [Pipeline] } [2021-01-21T15:33:49.342Z] $ docker stop --time=1 bdfe57a3f6432c2b9c956110cf1a048b5ce60ec7a4e7de44b1298a7f9302c358 [2021-01-21T15:33:51.829Z] $ docker rm -f bdfe57a3f6432c2b9c956110cf1a048b5ce60ec7a4e7de44b1298a7f9302c358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T15:33:53.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:33:53.734Z] [2021-01-21T15:33:53.734Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:33:54.466Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-21T15:33:54.517Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:33:54.517Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T15:33:54.517Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T15:33:54.517Z] ca9280d653b3: Pulling fs layer [2021-01-21T15:33:54.517Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-01-21T15:33:54.957Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T15:33:55.091Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T15:33:55.092Z] cbdbe7a5bc2a: Download complete [2021-01-21T15:33:55.303Z] + true [2021-01-21T15:33:55.303Z] + sudo service docker restart [2021-01-21T15:33:55.674Z] ca9280d653b3: Verifying Checksum [2021-01-21T15:33:55.674Z] ca9280d653b3: Download complete [2021-01-21T15:33:55.674Z] cbdbe7a5bc2a: Pull complete [2021-01-21T15:33:56.628Z] 7e9c9ca2126c: Verifying Checksum [2021-01-21T15:33:56.628Z] 7e9c9ca2126c: Download complete [2021-01-21T15:33:56.628Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T15:33:57.360Z] provisioning config files... [2021-01-21T15:33:57.417Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/313@tmp/config478332043004080550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:33:57.826Z] ---> docker-login.sh [2021-01-21T15:33:57.827Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:33:58.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:33:59.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:33:59.014Z] Configure a credential helper to remove this warning. See [2021-01-21T15:33:59.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:33:59.014Z] [2021-01-21T15:33:59.014Z] Login Succeeded [2021-01-21T15:33:59.014Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:33:59.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:33:59.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:33:59.288Z] Configure a credential helper to remove this warning. See [2021-01-21T15:33:59.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:33:59.288Z] [2021-01-21T15:33:59.288Z] Login Succeeded [2021-01-21T15:33:59.288Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:33:59.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:33:59.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:33:59.886Z] Configure a credential helper to remove this warning. See [2021-01-21T15:33:59.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:33:59.886Z] [2021-01-21T15:33:59.886Z] Login Succeeded [2021-01-21T15:33:59.886Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:34:00.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:34:00.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:34:00.431Z] Configure a credential helper to remove this warning. See [2021-01-21T15:34:00.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:34:00.431Z] [2021-01-21T15:34:00.431Z] Login Succeeded [2021-01-21T15:34:00.431Z] docker.io [2021-01-21T15:34:00.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:34:00.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:34:00.975Z] Configure a credential helper to remove this warning. See [2021-01-21T15:34:00.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:34:00.975Z] [2021-01-21T15:34:00.975Z] Login Succeeded [2021-01-21T15:34:00.975Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:34:00.992Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T15:34:01.388Z] ========================================================= [2021-01-21T15:34:01.388Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T15:34:01.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:34:01.769Z] + 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-21T15:34:03.270Z] 7e9c9ca2126c: Pull complete [2021-01-21T15:34:03.270Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T15:34:03.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:03.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T15:34:03.442Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:34:03.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:34:04.475Z] Sending build context to Docker daemon 166MB [2021-01-21T15:34:04.475Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:04.475Z] Step 2/6 : FROM ${BASE} [2021-01-21T15:34:04.475Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T15:34:04.475Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T15:34:04.475Z] a4357932f1b6: Pulling fs layer [2021-01-21T15:34:04.475Z] 18c013af1878: Pulling fs layer [2021-01-21T15:34:04.475Z] 00ac8860ef70: Pulling fs layer [2021-01-21T15:34:04.475Z] 63d7cb157983: Pulling fs layer [2021-01-21T15:34:04.475Z] b116817d02f9: Pulling fs layer [2021-01-21T15:34:04.475Z] 745a02a5169b: Pulling fs layer [2021-01-21T15:34:04.475Z] 00ac8860ef70: Waiting [2021-01-21T15:34:04.475Z] 63d7cb157983: Waiting [2021-01-21T15:34:04.475Z] b116817d02f9: Waiting [2021-01-21T15:34:04.475Z] 745a02a5169b: Waiting [2021-01-21T15:34:04.475Z] 18c013af1878: Verifying Checksum [2021-01-21T15:34:04.475Z] 18c013af1878: Download complete [2021-01-21T15:34:04.475Z] a4357932f1b6: Verifying Checksum [2021-01-21T15:34:04.475Z] a4357932f1b6: Download complete [2021-01-21T15:34:04.475Z] 63d7cb157983: Verifying Checksum [2021-01-21T15:34:04.475Z] 63d7cb157983: Download complete [2021-01-21T15:34:04.475Z] b116817d02f9: Verifying Checksum [2021-01-21T15:34:04.475Z] b116817d02f9: Download complete [2021-01-21T15:34:04.475Z] 5f621e34cdf4: Verifying Checksum [2021-01-21T15:34:05.077Z] 5f621e34cdf4: Pull complete [2021-01-21T15:34:05.681Z] a4357932f1b6: Pull complete [2021-01-21T15:34:05.956Z] 18c013af1878: Pull complete [2021-01-21T15:34:06.695Z] $ docker top ea3707a71162dcff70d30c37e2b8ec218e00a3f953664cc6861ab6863088f1a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:34:06.931Z] 745a02a5169b: Download complete [2021-01-21T15:34:07.219Z] + grep parallel [2021-01-21T15:34:07.219Z] + docker-compose build --help [2021-01-21T15:34:08.164Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T15:34:08.179Z] $ docker stop --time=1 ea3707a71162dcff70d30c37e2b8ec218e00a3f953664cc6861ab6863088f1a7 [2021-01-21T15:34:08.374Z] 00ac8860ef70: Verifying Checksum [2021-01-21T15:34:08.374Z] 00ac8860ef70: Download complete [2021-01-21T15:34:09.529Z] $ docker rm -f ea3707a71162dcff70d30c37e2b8ec218e00a3f953664cc6861ab6863088f1a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:34:10.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T15:34:10.117Z] . [Pipeline] withDockerContainer [2021-01-21T15:34:10.215Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:34:10.262Z] $ 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/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:34:10.821Z] $ docker top 8ff430afe0b21217b47be0d253ce92e1827e647024ab0cadab81c29d0eb4c3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:34:11.397Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T15:34:12.412Z] Building docker-core-command-go ... [2021-01-21T15:34:12.412Z] Building docker-core-data-go ... [2021-01-21T15:34:12.412Z] Building docker-core-metadata-go ... [2021-01-21T15:34:12.412Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T15:34:12.412Z] Building docker-security-proxy-setup-go ... [2021-01-21T15:34:12.412Z] Building docker-security-secretstore-setup-go ... [2021-01-21T15:34:12.412Z] Building docker-support-notifications-go ... [2021-01-21T15:34:12.412Z] Building docker-support-scheduler-go ... [2021-01-21T15:34:12.412Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T15:34:12.412Z] Building docker-sys-mgmt-agent-go [2021-01-21T15:34:12.412Z] Building docker-security-secretstore-setup-go [2021-01-21T15:34:12.412Z] Building docker-support-scheduler-go [2021-01-21T15:34:12.412Z] Building docker-security-proxy-setup-go [2021-01-21T15:34:12.412Z] Building docker-security-bootstrap-redis-go [2021-01-21T15:34:18.553Z] 00ac8860ef70: Pull complete [2021-01-21T15:34:18.830Z] 63d7cb157983: Pull complete [2021-01-21T15:34:19.111Z] b116817d02f9: Pull complete [2021-01-21T15:34:23.431Z] 745a02a5169b: Pull complete [2021-01-21T15:34:23.431Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T15:34:23.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T15:34:23.431Z] ---> b7e6874047d6 [2021-01-21T15:34:23.431Z] 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-21T15:34:26.079Z] ---> Running in 11c1aec0d57c [2021-01-21T15:34:27.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:34:28.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:34:29.531Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T15:34:29.802Z] (2/12) Installing file (5.38-r0) [2021-01-21T15:34:29.802Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T15:34:29.802Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T15:34:44.772Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:44.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:34:44.772Z] ---> 2666a5166039 [2021-01-21T15:34:44.772Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:34:44.772Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:44.772Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:34:44.772Z] ---> 2666a5166039 [2021-01-21T15:34:44.772Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:34:44.772Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:44.772Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:34:44.772Z] ---> 2666a5166039 [2021-01-21T15:34:44.772Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:34:44.772Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:44.772Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:34:44.772Z] ---> 2666a5166039 [2021-01-21T15:34:44.772Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:34:44.772Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:34:44.772Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:34:44.772Z] ---> 2666a5166039 [2021-01-21T15:34:44.772Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T15:34:44.772Z] ---> Running in 3021a37e8f7e [2021-01-21T15:34:44.772Z] ---> Running in 6240d7b978aa [2021-01-21T15:34:44.772Z] ---> Running in 53c65a928a99 [2021-01-21T15:34:44.772Z] ---> Running in 524229b55727 [2021-01-21T15:34:44.772Z] ---> Running in e76354dbb727 [2021-01-21T15:34:44.772Z] Removing intermediate container 524229b55727 [2021-01-21T15:34:44.772Z] ---> 0b93c7a6f9d6 [2021-01-21T15:34:44.772Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:34:44.772Z] Removing intermediate container 3021a37e8f7e [2021-01-21T15:34:44.772Z] ---> c5b6d62476a8 [2021-01-21T15:34:44.772Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:34:44.772Z] Removing intermediate container 6240d7b978aa [2021-01-21T15:34:44.772Z] ---> b67b42588ce5 [2021-01-21T15:34:44.772Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:34:44.772Z] Removing intermediate container 53c65a928a99 [2021-01-21T15:34:44.772Z] ---> a79710082080 [2021-01-21T15:34:44.772Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:34:44.772Z] Removing intermediate container e76354dbb727 [2021-01-21T15:34:44.772Z] ---> f822ff7a94df [2021-01-21T15:34:44.772Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:34:44.772Z] ---> Running in c6b28c686ef7 [2021-01-21T15:34:44.772Z] ---> Running in 1b47e7c3fc75 [2021-01-21T15:34:44.772Z] ---> Running in c2543533ce15 [2021-01-21T15:34:44.772Z] ---> Running in 8d7273a1bbbc [2021-01-21T15:34:44.772Z] ---> Running in cd7637b09f13 [2021-01-21T15:34:44.856Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T15:34:44.856Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T15:34:44.856Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T15:34:44.856Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T15:34:45.125Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T15:34:45.125Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T15:34:45.125Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T15:34:45.349Z] Removing intermediate container c2543533ce15 [2021-01-21T15:34:45.349Z] ---> 5fc77ff7cb98 [2021-01-21T15:34:45.349Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T15:34:45.395Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T15:34:45.395Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:34:45.613Z] ---> Running in e07229877d11 [2021-01-21T15:34:45.613Z] Removing intermediate container 1b47e7c3fc75 [2021-01-21T15:34:45.613Z] ---> a7a557f48652 [2021-01-21T15:34:45.613Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T15:34:45.667Z] OK: 217 MiB in 51 packages [2021-01-21T15:34:45.876Z] Removing intermediate container c6b28c686ef7 [2021-01-21T15:34:45.876Z] ---> d98f1bfebfad [2021-01-21T15:34:45.876Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:34:46.141Z] ---> Running in 582ae3cae5f5 [2021-01-21T15:34:46.141Z] Removing intermediate container 8d7273a1bbbc [2021-01-21T15:34:46.141Z] ---> dcee726aeae7 [2021-01-21T15:34:46.141Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:34:46.141Z] ---> Running in 24f2053b8cc0 [2021-01-21T15:34:46.141Z] Removing intermediate container cd7637b09f13 [2021-01-21T15:34:46.141Z] ---> 0c5932942c15 [2021-01-21T15:34:46.141Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:34:46.408Z] ---> Running in 4cf630f01601 [2021-01-21T15:34:46.408Z] ---> Running in e2e86c12a050 [2021-01-21T15:34:46.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:46.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:47.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:47.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:47.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:47.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:48.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:48.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:48.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:48.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:34:48.356Z] OK: 233 MiB in 51 packages [2021-01-21T15:34:48.935Z] Removing intermediate container e07229877d11 [2021-01-21T15:34:48.935Z] ---> c914af74f916 [2021-01-21T15:34:48.935Z] Step 6/24 : COPY go.mod . [2021-01-21T15:34:48.935Z] OK: 233 MiB in 51 packages [2021-01-21T15:34:48.935Z] OK: 233 MiB in 51 packages [2021-01-21T15:34:49.198Z] ---> 16df83925607 [2021-01-21T15:34:49.198Z] Step 7/24 : RUN go mod download [2021-01-21T15:34:49.198Z] OK: 233 MiB in 51 packages [2021-01-21T15:34:49.461Z] ---> Running in 90596ad8dd0c [2021-01-21T15:34:49.461Z] OK: 233 MiB in 51 packages [2021-01-21T15:34:49.991Z] Removing intermediate container 11c1aec0d57c [2021-01-21T15:34:49.992Z] ---> c41d46df43bc [2021-01-21T15:34:49.992Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T15:34:49.992Z] ---> Running in 8be674d2997b [2021-01-21T15:34:49.992Z] Removing intermediate container 8be674d2997b [2021-01-21T15:34:49.992Z] ---> 0b7de6054ce7 [2021-01-21T15:34:49.992Z] Step 5/6 : COPY go.mod . [2021-01-21T15:34:50.407Z] Removing intermediate container 24f2053b8cc0 [2021-01-21T15:34:50.407Z] ---> 3767eaebf7dd [2021-01-21T15:34:50.407Z] Step 6/22 : COPY go.mod . [2021-01-21T15:34:50.593Z] ---> 4b87f840da8d [2021-01-21T15:34:50.593Z] Step 6/6 : RUN go mod download [2021-01-21T15:34:50.669Z] Removing intermediate container 582ae3cae5f5 [2021-01-21T15:34:50.670Z] ---> f811a6b91f98 [2021-01-21T15:34:50.670Z] Step 6/26 : COPY go.mod . [2021-01-21T15:34:50.873Z] ---> Running in b287f3f10eec [2021-01-21T15:34:50.942Z] ---> 9242ac0eb0ac [2021-01-21T15:34:50.942Z] Step 7/22 : RUN go mod download [2021-01-21T15:34:51.204Z] ---> Running in 90f9ef838ea5 [2021-01-21T15:34:51.204Z] ---> e91d3458c917 [2021-01-21T15:34:51.204Z] Step 7/26 : RUN go mod download [2021-01-21T15:34:51.467Z] ---> Running in 7291c64ea7d3 [2021-01-21T15:34:51.467Z] Removing intermediate container 4cf630f01601 [2021-01-21T15:34:51.467Z] ---> 46c785d21f9b [2021-01-21T15:34:51.467Z] Step 6/21 : COPY go.mod . [2021-01-21T15:34:51.467Z] Removing intermediate container e2e86c12a050 [2021-01-21T15:34:51.467Z] ---> c6aede70202a [2021-01-21T15:34:51.467Z] Step 6/21 : COPY go.mod . [2021-01-21T15:34:51.731Z] ---> 414cfd6d2bdb [2021-01-21T15:34:51.731Z] Step 7/21 : RUN go mod download [2021-01-21T15:34:51.994Z] ---> a816744fd1e5 [2021-01-21T15:34:51.994Z] Step 7/21 : RUN go mod download [2021-01-21T15:34:51.994Z] ---> Running in df9344b1f93d [2021-01-21T15:34:51.994Z] ---> Running in 53637e236f95 [2021-01-21T15:34:52.570Z] Removing intermediate container 90596ad8dd0c [2021-01-21T15:34:52.570Z] ---> ac1d6122cdb1 [2021-01-21T15:34:52.570Z] Step 8/24 : COPY . . [2021-01-21T15:34:53.528Z] Removing intermediate container 90f9ef838ea5 [2021-01-21T15:34:53.528Z] ---> f3e223a8e65e [2021-01-21T15:34:53.528Z] Step 8/22 : COPY . . [2021-01-21T15:34:54.480Z] Removing intermediate container 7291c64ea7d3 [2021-01-21T15:34:54.480Z] ---> b73abdfbf173 [2021-01-21T15:34:54.480Z] Step 8/26 : COPY . . [2021-01-21T15:34:59.821Z] Removing intermediate container 53637e236f95 [2021-01-21T15:34:59.822Z] ---> 01c9bb77a954 [2021-01-21T15:34:59.822Z] Step 8/21 : COPY . . [2021-01-21T15:34:59.822Z] Removing intermediate container df9344b1f93d [2021-01-21T15:34:59.822Z] ---> 0abd3b61f3f8 [2021-01-21T15:34:59.822Z] Step 8/21 : COPY . . [2021-01-21T15:35:17.663Z] Removing intermediate container b287f3f10eec [2021-01-21T15:35:17.663Z] ---> 518481a274df [2021-01-21T15:35:17.663Z] Successfully built 518481a274df [2021-01-21T15:35:17.663Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:35:18.002Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T15:35:18.002Z] . [Pipeline] withDockerContainer [2021-01-21T15:35:18.279Z] prd-ubuntu18.04-docker-arm64-4c-16g-21965 does not seem to be running inside a container [2021-01-21T15:35:18.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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 ******** ci-base-image-arm64 cat [2021-01-21T15:35:19.895Z] $ docker top dae340a5321fc45ccf72cadf4235774cae43e00e7052ba97a94e3ed1143e66a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:35:20.969Z] + go version [2021-01-21T15:35:20.969Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T15:35:20.999Z] $ docker stop --time=1 dae340a5321fc45ccf72cadf4235774cae43e00e7052ba97a94e3ed1143e66a3 [2021-01-21T15:35:22.990Z] $ docker rm -f dae340a5321fc45ccf72cadf4235774cae43e00e7052ba97a94e3ed1143e66a3 [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-21T15:35:24.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:35:24.112Z] [2021-01-21T15:35:24.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:35:24.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:35:24.824Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T15:35:24.824Z] 29e5d40040c1: Pulling fs layer [2021-01-21T15:35:24.824Z] 1ce36da41761: Pulling fs layer [2021-01-21T15:35:24.824Z] 25b303627fd3: Pulling fs layer [2021-01-21T15:35:25.801Z] 29e5d40040c1: Verifying Checksum [2021-01-21T15:35:25.801Z] 29e5d40040c1: Download complete [2021-01-21T15:35:26.075Z] 1ce36da41761: Verifying Checksum [2021-01-21T15:35:26.075Z] 1ce36da41761: Download complete [2021-01-21T15:35:26.348Z] 29e5d40040c1: Pull complete [2021-01-21T15:35:27.328Z] 1ce36da41761: Pull complete [2021-01-21T15:35:28.305Z] 25b303627fd3: Verifying Checksum [2021-01-21T15:35:28.305Z] 25b303627fd3: Download complete [2021-01-21T15:35:32.074Z] ---> 4298906ee5c0 [2021-01-21T15:35:32.074Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T15:35:32.074Z] ---> 970571801ac5 [2021-01-21T15:35:32.074Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T15:35:32.340Z] ---> Running in 002fba8392e7 [2021-01-21T15:35:32.340Z] ---> Running in 8c9a81139c43 [2021-01-21T15:35:32.340Z] ---> 42eca3ec6e32 [2021-01-21T15:35:32.340Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T15:35:32.602Z] ---> 5a631bb612c1 [2021-01-21T15:35:32.602Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T15:35:32.602Z] ---> 0a964efcc881 [2021-01-21T15:35:32.602Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T15:35:32.602Z] ---> Running in 816f207ddf08 [2021-01-21T15:35:32.866Z] ---> Running in 159108dcf960 [2021-01-21T15:35:32.867Z] ---> Running in 8def286315a5 [2021-01-21T15:35:33.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:35:33.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:35:33.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:35:33.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:35:33.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:35:38.468Z] 25b303627fd3: Pull complete [2021-01-21T15:35:38.468Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T15:35:38.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:35:38.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T15:35:38.730Z] prd-ubuntu18.04-docker-arm64-4c-16g-21965 does not seem to be running inside a container [2021-01-21T15:35:38.819Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T15:35:41.659Z] $ docker top d6f4e926807272f3eda442a89aae1582afe0970704d718ebd788927394ce8dc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:35:42.637Z] + docker-compose build --help [2021-01-21T15:35:42.637Z] + grep parallel [2021-01-21T15:35:45.998Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T15:35:46.030Z] $ docker stop --time=1 d6f4e926807272f3eda442a89aae1582afe0970704d718ebd788927394ce8dc1 [2021-01-21T15:35:47.942Z] $ docker rm -f d6f4e926807272f3eda442a89aae1582afe0970704d718ebd788927394ce8dc1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:35:48.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T15:35:48.784Z] . [Pipeline] withDockerContainer [2021-01-21T15:35:49.112Z] prd-ubuntu18.04-docker-arm64-4c-16g-21965 does not seem to be running inside a container [2021-01-21T15:35:49.231Z] $ 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/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-21T15:35:50.725Z] $ docker top 7dbf71d8572443c6a7b4c5731d45c6c206385fc4edf416bdbae61dc6112a81d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:35:51.850Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T15:35:55.261Z] Building docker-core-command-go ... [2021-01-21T15:35:55.261Z] Building docker-core-data-go ... [2021-01-21T15:35:55.261Z] Building docker-core-metadata-go ... [2021-01-21T15:35:55.261Z] Building docker-security-bootstrap-redis-go ... [2021-01-21T15:35:55.261Z] Building docker-security-proxy-setup-go ... [2021-01-21T15:35:55.261Z] Building docker-security-secretstore-setup-go ... [2021-01-21T15:35:55.261Z] Building docker-support-notifications-go ... [2021-01-21T15:35:55.261Z] Building docker-support-scheduler-go ... [2021-01-21T15:35:55.261Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T15:35:55.261Z] Building docker-core-metadata-go [2021-01-21T15:35:55.261Z] Building docker-security-bootstrap-redis-go [2021-01-21T15:35:55.261Z] Building docker-core-command-go [2021-01-21T15:35:55.261Z] Building docker-security-secretstore-setup-go [2021-01-21T15:35:55.261Z] Building docker-sys-mgmt-agent-go [2021-01-21T15:36:00.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:36:00.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:36:03.132Z] Removing intermediate container 816f207ddf08 [2021-01-21T15:36:03.132Z] ---> 8c8286330eb7 [2021-01-21T15:36:03.132Z] [2021-01-21T15:36:03.132Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T15:36:03.132Z] 3.12: Pulling from library/alpine [2021-01-21T15:36:06.457Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:36:06.457Z] Removing intermediate container 8def286315a5 [2021-01-21T15:36:06.457Z] ---> e246e021cd0e [2021-01-21T15:36:06.457Z] [2021-01-21T15:36:06.457Z] Step 10/21 : FROM scratch [2021-01-21T15:36:06.457Z] ---> [2021-01-21T15:36:06.457Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:36:06.720Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:36:06.720Z] ---> 389fef711851 [2021-01-21T15:36:06.720Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:36:08.112Z] Removing intermediate container 002fba8392e7 [2021-01-21T15:36:08.112Z] ---> da5921ab6949 [2021-01-21T15:36:08.112Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T15:36:08.112Z] ---> Running in 30bab8d769d7 [2021-01-21T15:36:08.112Z] ---> Running in dd0b32894cb6 [2021-01-21T15:36:08.112Z] ---> Running in 7ffbcaa7f380 [2021-01-21T15:36:08.112Z] Removing intermediate container 159108dcf960 [2021-01-21T15:36:08.112Z] ---> 2bdd103e2431 [2021-01-21T15:36:08.112Z] [2021-01-21T15:36:08.112Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T15:36:08.112Z] ---> 389fef711851 [2021-01-21T15:36:08.112Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T15:36:08.112Z] Removing intermediate container 8c9a81139c43 [2021-01-21T15:36:08.112Z] ---> bd78e32c6e1e [2021-01-21T15:36:08.112Z] [2021-01-21T15:36:08.112Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T15:36:08.112Z] ---> 389fef711851 [2021-01-21T15:36:08.112Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:36:08.687Z] Removing intermediate container 30bab8d769d7 [2021-01-21T15:36:08.687Z] ---> 0fa9568c34db [2021-01-21T15:36:08.687Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T15:36:08.687Z] ---> Running in a6183ec7f3f3 [2021-01-21T15:36:08.687Z] ---> Running in e521e952b52e [2021-01-21T15:36:08.955Z] ---> Running in 49996309b790 [2021-01-21T15:36:09.222Z] Removing intermediate container 49996309b790 [2021-01-21T15:36:09.222Z] ---> 2a1f82c3076e [2021-01-21T15:36:09.222Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T15:36:09.494Z] ---> Running in d22970bb7b26 [2021-01-21T15:36:09.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:09.494Z] Removing intermediate container d22970bb7b26 [2021-01-21T15:36:09.494Z] ---> e790699fdd5a [2021-01-21T15:36:09.494Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:36:09.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:09.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:36:09.777Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:36:09.777Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:36:09.777Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:36:09.777Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:36:09.777Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:36:09.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:09.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:10.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:10.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:10.042Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:10.042Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T15:36:10.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:36:10.042Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T15:36:10.305Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:36:10.305Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T15:36:10.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:10.305Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:36:10.305Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:36:10.305Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:36:10.305Z] ---> a919f285f88f [2021-01-21T15:36:10.305Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T15:36:10.305Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:36:10.305Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:36:10.305Z] OK: 7 MiB in 18 packages [2021-01-21T15:36:10.305Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:36:10.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:10.305Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:36:10.305Z] OK: 7 MiB in 19 packages [2021-01-21T15:36:10.305Z] OK: 7 MiB in 19 packages [2021-01-21T15:36:11.701Z] ---> 2797259a9b57 [2021-01-21T15:36:11.701Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:12.654Z] Removing intermediate container a6183ec7f3f3 [2021-01-21T15:36:12.655Z] ---> 78f9b58d588b [2021-01-21T15:36:12.655Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:36:13.601Z] ---> Running in 4a2930ef22dc [2021-01-21T15:36:13.863Z] Removing intermediate container dd0b32894cb6 [2021-01-21T15:36:13.863Z] ---> b26585b4eb85 [2021-01-21T15:36:13.863Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T15:36:13.863Z] ---> ed872725fd77 [2021-01-21T15:36:13.863Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T15:36:14.126Z] ---> Running in 8121356bc10d [2021-01-21T15:36:14.126Z] ---> Running in d566e427ce83 [2021-01-21T15:36:14.126Z] Removing intermediate container 7ffbcaa7f380 [2021-01-21T15:36:14.126Z] ---> a91cf5fb8879 [2021-01-21T15:36:14.126Z] [2021-01-21T15:36:14.126Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T15:36:14.126Z] Removing intermediate container e521e952b52e [2021-01-21T15:36:14.126Z] ---> aed638caee46 [2021-01-21T15:36:14.126Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:36:14.126Z] Removing intermediate container 4a2930ef22dc [2021-01-21T15:36:14.126Z] ---> bdfc2f0a92e1 [2021-01-21T15:36:14.126Z] Step 13/21 : WORKDIR /edgex [2021-01-21T15:36:14.126Z] 20.10.0: Pulling from library/docker [2021-01-21T15:36:14.390Z] ---> Running in 2fe02083a63e [2021-01-21T15:36:14.390Z] ---> Running in 5ad73f28cba4 [2021-01-21T15:36:14.652Z] Removing intermediate container 8121356bc10d [2021-01-21T15:36:14.652Z] ---> 6ada8aff4bff [2021-01-21T15:36:14.652Z] Step 13/22 : WORKDIR / [2021-01-21T15:36:14.915Z] Removing intermediate container d566e427ce83 [2021-01-21T15:36:14.915Z] ---> 8d80185ff4c1 [2021-01-21T15:36:14.915Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:36:15.179Z] ---> Running in 617cebfb4db6 [2021-01-21T15:36:15.179Z] Removing intermediate container 2fe02083a63e [2021-01-21T15:36:15.179Z] ---> 919693e4b76b [2021-01-21T15:36:15.179Z] Step 13/24 : WORKDIR / [2021-01-21T15:36:16.127Z] Removing intermediate container 5ad73f28cba4 [2021-01-21T15:36:16.127Z] ---> b3f45ce10bc7 [2021-01-21T15:36:16.127Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T15:36:16.127Z] ---> Running in b4ce58b5acdf [2021-01-21T15:36:16.127Z] ---> Running in 6b079c37b2fa [2021-01-21T15:36:16.127Z] Removing intermediate container 617cebfb4db6 [2021-01-21T15:36:16.127Z] ---> 7ba47ca5416e [2021-01-21T15:36:16.127Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:36:16.392Z] Removing intermediate container b4ce58b5acdf [2021-01-21T15:36:16.392Z] ---> 8bfd392318a4 [2021-01-21T15:36:16.392Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T15:36:16.392Z] Removing intermediate container 6b079c37b2fa [2021-01-21T15:36:16.392Z] ---> c4a42ce9f66b [2021-01-21T15:36:16.392Z] 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-21T15:36:16.392Z] ---> e64af5c7702b [2021-01-21T15:36:16.392Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T15:36:16.670Z] ---> Running in d9845c50b5a6 [2021-01-21T15:36:16.670Z] ---> 0e9e77c1b7c6 [2021-01-21T15:36:16.670Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T15:36:16.939Z] ---> e55a33ea2619 [2021-01-21T15:36:16.939Z] 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-21T15:36:16.939Z] Removing intermediate container d9845c50b5a6 [2021-01-21T15:36:16.939Z] ---> b0c244b3dd65 [2021-01-21T15:36:16.939Z] Step 20/21 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:36:17.202Z] ---> Running in bc046748254e [2021-01-21T15:36:17.202Z] ---> a71e942bac4e [2021-01-21T15:36:17.202Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T15:36:17.469Z] ---> 7a6402ef3a01 [2021-01-21T15:36:17.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T15:36:17.469Z] ---> c9a42c3d3d43 [2021-01-21T15:36:17.469Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:17.733Z] Removing intermediate container bc046748254e [2021-01-21T15:36:17.733Z] ---> 927743d5efe7 [2021-01-21T15:36:17.733Z] Step 21/21 : LABEL version=2.0.0-dev.50 [2021-01-21T15:36:17.733Z] ---> Running in e9ea952714f1 [2021-01-21T15:36:18.309Z] ---> 38064ed64e95 [2021-01-21T15:36:18.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:18.309Z] ---> ec81e0484931 [2021-01-21T15:36:18.309Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T15:36:18.578Z] ---> ed7aa9a7bdf5 [2021-01-21T15:36:18.578Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T15:36:18.578Z] Removing intermediate container e9ea952714f1 [2021-01-21T15:36:18.578Z] ---> d84695e12225 [2021-01-21T15:36:18.578Z] [2021-01-21T15:36:18.578Z] ---> Running in 3191387f55cf [2021-01-21T15:36:18.578Z] ---> adb2336aeae8 [2021-01-21T15:36:18.578Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T15:36:18.841Z] Successfully built d84695e12225 [2021-01-21T15:36:18.841Z] ---> Running in 4e252fbc5bf9 [2021-01-21T15:36:18.841Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T15:36:18.841Z] Removing intermediate container 3191387f55cf [2021-01-21T15:36:18.841Z] ---> 9875c3b8eae7 [2021-01-21T15:36:18.841Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T15:36:18.841Z] Building docker-core-command-go [2021-01-21T15:36:19.107Z]  Building docker-support-scheduler-go ... done  ---> Running in 974908cf077c [2021-01-21T15:36:19.378Z] ---> dc13e59b8f63 [2021-01-21T15:36:19.378Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T15:36:21.308Z] Removing intermediate container 974908cf077c [2021-01-21T15:36:21.308Z] ---> 8707a9d6d8d8 [2021-01-21T15:36:21.308Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T15:36:23.873Z] ---> Running in 2302b1d74c75 [2021-01-21T15:36:23.873Z] ---> b97453bc9267 [2021-01-21T15:36:23.873Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T15:36:24.136Z] Removing intermediate container 2302b1d74c75 [2021-01-21T15:36:24.136Z] ---> 3cc07db46437 [2021-01-21T15:36:24.136Z] Step 20/21 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:36:24.715Z] ---> Running in 7cf9e4fbdd6c [2021-01-21T15:36:24.715Z] ---> 6fc6c2d2f79c [2021-01-21T15:36:24.715Z] 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-21T15:36:24.715Z] Removing intermediate container 4e252fbc5bf9 [2021-01-21T15:36:24.715Z] ---> 8e90c6baa69c [2021-01-21T15:36:24.715Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T15:36:24.715Z] ---> Running in 7a5740fdf64f [2021-01-21T15:36:24.715Z] ---> Running in 62aa2483149a [2021-01-21T15:36:24.979Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T15:36:24.979Z] Removing intermediate container 7cf9e4fbdd6c [2021-01-21T15:36:24.979Z] ---> 2ef5e9bebd7d [2021-01-21T15:36:24.979Z] Step 21/21 : LABEL version=2.0.0-dev.50 [2021-01-21T15:36:24.979Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T15:36:24.979Z] ---> aefe523efa57 [2021-01-21T15:36:24.979Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T15:36:25.945Z] Removing intermediate container 62aa2483149a [2021-01-21T15:36:25.945Z] ---> dd5cdfb6d7b1 [2021-01-21T15:36:25.945Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:36:25.945Z] ---> Running in 10da42d2762e [2021-01-21T15:36:25.945Z] ---> Running in 05b538f45460 [2021-01-21T15:36:26.904Z] ---> Running in 9b7c7e8f6b8f [2021-01-21T15:36:27.879Z] Removing intermediate container 05b538f45460 [2021-01-21T15:36:27.879Z] ---> f7490b4b9b2d [2021-01-21T15:36:27.879Z] [2021-01-21T15:36:28.181Z] Removing intermediate container 9b7c7e8f6b8f [2021-01-21T15:36:28.182Z] ---> aefa2a41eb8c [2021-01-21T15:36:28.182Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:36:28.182Z] Successfully built f7490b4b9b2d [2021-01-21T15:36:28.446Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T15:36:28.446Z] Building docker-support-notifications-go [2021-01-21T15:36:29.041Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:29.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:29.307Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T15:36:29.307Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T15:36:29.307Z] Executing bash-5.0.17-r0.post-install [2021-01-21T15:36:29.572Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:36:29.572Z] OK: 12 MiB in 22 packages [2021-01-21T15:36:30.968Z] ---> Running in 7c1ad1600c5f [2021-01-21T15:36:31.931Z] Removing intermediate container 7a5740fdf64f [2021-01-21T15:36:31.931Z] ---> 0b328057d9c0 [2021-01-21T15:36:31.931Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T15:36:33.333Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:33.333Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:33.333Z] ---> 2666a5166039 [2021-01-21T15:36:33.333Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> f822ff7a94df [2021-01-21T15:36:33.333Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> 0c5932942c15 [2021-01-21T15:36:33.333Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> c6aede70202a [2021-01-21T15:36:33.333Z] Step 6/22 : COPY go.mod . [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> a816744fd1e5 [2021-01-21T15:36:33.333Z] Step 7/22 : RUN go mod download [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> 01c9bb77a954 [2021-01-21T15:36:33.333Z] Step 8/22 : COPY . . [2021-01-21T15:36:33.333Z] ---> Using cache [2021-01-21T15:36:33.333Z] ---> 5a631bb612c1 [2021-01-21T15:36:33.333Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T15:36:34.730Z] ---> Running in 7fab5d1001f6 [2021-01-21T15:36:34.730Z] ---> Running in a812290eba29 [2021-01-21T15:36:34.730Z] Removing intermediate container 7c1ad1600c5f [2021-01-21T15:36:34.730Z] ---> 93f78b9adfbd [2021-01-21T15:36:34.730Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:36:34.997Z] Removing intermediate container 10da42d2762e [2021-01-21T15:36:34.997Z] ---> 108942a889f6 [2021-01-21T15:36:34.997Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T15:36:34.997Z] ---> Running in f5146858b8a8 [2021-01-21T15:36:34.997Z] Removing intermediate container 7fab5d1001f6 [2021-01-21T15:36:34.997Z] ---> dafbc9b8789a [2021-01-21T15:36:34.997Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T15:36:34.997Z] ---> Running in 00c22ac4e87d [2021-01-21T15:36:36.392Z] ---> Running in 20cbaef02f10 [2021-01-21T15:36:36.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:36:36.660Z] Removing intermediate container f5146858b8a8 [2021-01-21T15:36:36.660Z] ---> 11d4686794c2 [2021-01-21T15:36:36.660Z] [2021-01-21T15:36:36.660Z] Removing intermediate container 00c22ac4e87d [2021-01-21T15:36:36.660Z] ---> 2a13ef7f78fc [2021-01-21T15:36:36.660Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T15:36:37.241Z] Successfully built 11d4686794c2 [2021-01-21T15:36:37.241Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-21T15:36:37.241Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-21T15:36:38.209Z] ---> Running in d77c37d43cf5 [2021-01-21T15:36:38.209Z] Removing intermediate container 20cbaef02f10 [2021-01-21T15:36:38.209Z] ---> 1b745ba7a2c6 [2021-01-21T15:36:38.209Z] Step 23/24 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:36:40.823Z] ---> Running in 913b236af231 [2021-01-21T15:36:40.823Z] Removing intermediate container d77c37d43cf5 [2021-01-21T15:36:40.823Z] ---> 4dc9191d6550 [2021-01-21T15:36:40.823Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T15:36:42.249Z] ---> Running in 6b78194ba0cd [2021-01-21T15:36:42.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:42.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:42.252Z] ---> 518481a274df [2021-01-21T15:36:42.252Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:36:42.252Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:42.252Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:42.252Z] ---> 518481a274df [2021-01-21T15:36:42.252Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:36:42.252Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:42.252Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:42.252Z] ---> 518481a274df [2021-01-21T15:36:42.252Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T15:36:42.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:42.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:42.252Z] ---> 518481a274df [2021-01-21T15:36:42.252Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:36:42.252Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:42.252Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:42.252Z] ---> 518481a274df [2021-01-21T15:36:42.252Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:36:42.863Z] Removing intermediate container 913b236af231 [2021-01-21T15:36:42.863Z] ---> bc47f6345b27 [2021-01-21T15:36:42.863Z] Step 24/24 : LABEL version=2.0.0-dev.50 [2021-01-21T15:36:44.282Z] Removing intermediate container 6b78194ba0cd [2021-01-21T15:36:44.282Z] ---> 4eaf03ad0239 [2021-01-21T15:36:44.282Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T15:36:44.555Z] ---> Running in 5645d4cc2e77 [2021-01-21T15:36:44.872Z] ---> Running in 89450792e3e3 [2021-01-21T15:36:44.872Z] ---> Running in f0efa6ea9836 [2021-01-21T15:36:44.872Z] ---> Running in abeaf9f29626 [2021-01-21T15:36:44.872Z] ---> Running in d95c762ec60d [2021-01-21T15:36:44.872Z] ---> Running in 3f8fd41b4e7b [2021-01-21T15:36:45.662Z] Removing intermediate container 5645d4cc2e77 [2021-01-21T15:36:45.662Z] ---> 89b76fdf535e [2021-01-21T15:36:45.662Z] [2021-01-21T15:36:45.662Z] Successfully built 89b76fdf535e [2021-01-21T15:36:45.662Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T15:36:45.858Z] Removing intermediate container 3f8fd41b4e7b [2021-01-21T15:36:45.858Z] Removing intermediate container f0efa6ea9836 [2021-01-21T15:36:45.858Z] ---> 340d276aabd4 [2021-01-21T15:36:45.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:45.858Z] ---> dcd61e76224b [2021-01-21T15:36:45.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:45.858Z] Removing intermediate container d95c762ec60d [2021-01-21T15:36:45.858Z] ---> 6e2387de3df5 [2021-01-21T15:36:45.858Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:45.858Z] Removing intermediate container abeaf9f29626 [2021-01-21T15:36:45.858Z] ---> 66644c753302 [2021-01-21T15:36:45.858Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:45.858Z] Removing intermediate container 89450792e3e3 [2021-01-21T15:36:45.858Z] ---> 186d76b4f796 [2021-01-21T15:36:45.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:46.133Z] ---> Running in f859b541787d [2021-01-21T15:36:46.133Z] ---> Running in 21c4a7633c58 [2021-01-21T15:36:46.133Z] ---> Running in 5b08d90b05d7 [2021-01-21T15:36:46.133Z] ---> Running in 32c182acbee7 [2021-01-21T15:36:46.133Z] ---> Running in 1bc933c2dfbe [2021-01-21T15:36:46.270Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-21T15:36:46.271Z] ---> f81b5f2292d5 [2021-01-21T15:36:46.271Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T15:36:48.825Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:48.825Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:48.825Z] ---> 2666a5166039 [2021-01-21T15:36:48.825Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:36:48.825Z] ---> Using cache [2021-01-21T15:36:48.825Z] ---> f822ff7a94df [2021-01-21T15:36:48.825Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:48.825Z] ---> Using cache [2021-01-21T15:36:48.825Z] ---> 0c5932942c15 [2021-01-21T15:36:48.825Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T15:36:48.825Z] ---> dbebb8cd71a4 [2021-01-21T15:36:48.825Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T15:36:48.825Z] ---> Running in 2801d1b82430 [2021-01-21T15:36:49.134Z] ---> 206f0bca8781 [2021-01-21T15:36:49.134Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T15:36:49.869Z] Removing intermediate container f859b541787d [2021-01-21T15:36:49.869Z] ---> e0fd1e4da9e0 [2021-01-21T15:36:49.869Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:36:50.466Z] ---> Running in 55b72ea93d60 [2021-01-21T15:36:50.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:50.741Z] Removing intermediate container 21c4a7633c58 [2021-01-21T15:36:50.741Z] ---> 84116d5e57cf [2021-01-21T15:36:50.741Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T15:36:50.741Z] Removing intermediate container 1bc933c2dfbe [2021-01-21T15:36:50.741Z] ---> 89c663b0a7de [2021-01-21T15:36:50.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:36:51.013Z] ---> Running in 028757b1795a [2021-01-21T15:36:51.013Z] ---> Running in 4644d63c1731 [2021-01-21T15:36:51.133Z] ---> Running in 61c3ac06fe80 [2021-01-21T15:36:51.287Z] Removing intermediate container 5b08d90b05d7 [2021-01-21T15:36:51.287Z] ---> 42c4640603b9 [2021-01-21T15:36:51.287Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T15:36:51.287Z] Removing intermediate container 32c182acbee7 [2021-01-21T15:36:51.287Z] ---> 6dfa4a42255c [2021-01-21T15:36:51.287Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:36:51.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:51.675Z] OK: 233 MiB in 51 packages [2021-01-21T15:36:51.882Z] ---> Running in ad0a7c380220 [2021-01-21T15:36:51.882Z] ---> Running in 683c302fd3ed [2021-01-21T15:36:52.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:53.415Z] OK: 217 MiB in 51 packages [2021-01-21T15:36:54.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:54.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:54.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:54.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:36:54.899Z] OK: 217 MiB in 51 packages [2021-01-21T15:36:54.899Z] OK: 217 MiB in 51 packages [2021-01-21T15:36:54.899Z] OK: 217 MiB in 51 packages [2021-01-21T15:36:55.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:55.000Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:36:55.175Z] Removing intermediate container 55b72ea93d60 [2021-01-21T15:36:55.175Z] ---> a2e727208d74 [2021-01-21T15:36:55.175Z] Step 6/22 : COPY go.mod . [2021-01-21T15:36:55.175Z] OK: 217 MiB in 51 packages [2021-01-21T15:36:55.274Z] Removing intermediate container 2801d1b82430 [2021-01-21T15:36:55.274Z] ---> 35e59ca3feb7 [2021-01-21T15:36:55.274Z] Step 6/24 : COPY go.mod . [2021-01-21T15:36:55.274Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T15:36:55.274Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T15:36:55.274Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T15:36:55.274Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T15:36:55.537Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T15:36:55.537Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T15:36:55.537Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T15:36:56.617Z] ---> 8bae345f4413 [2021-01-21T15:36:56.617Z] Step 7/22 : RUN go mod download [2021-01-21T15:36:56.617Z] Removing intermediate container 4644d63c1731 [2021-01-21T15:36:56.617Z] ---> 63037593e114 [2021-01-21T15:36:56.617Z] Step 6/26 : COPY go.mod . [2021-01-21T15:36:56.893Z] ---> Running in f49451b58bbf [2021-01-21T15:36:56.893Z] Removing intermediate container 028757b1795a [2021-01-21T15:36:56.893Z] ---> b82f82148cc2 [2021-01-21T15:36:56.893Z] Step 6/22 : COPY go.mod . [2021-01-21T15:36:57.171Z] Removing intermediate container ad0a7c380220 [2021-01-21T15:36:57.171Z] ---> 529b71451409 [2021-01-21T15:36:57.171Z] Step 6/22 : COPY go.mod . [2021-01-21T15:36:57.448Z] Removing intermediate container 683c302fd3ed [2021-01-21T15:36:57.448Z] ---> 7310256ec14f [2021-01-21T15:36:57.448Z] Step 6/24 : COPY go.mod . [2021-01-21T15:36:57.728Z] ---> 15bab92e642d [2021-01-21T15:36:57.728Z] Step 7/26 : RUN go mod download [2021-01-21T15:36:58.006Z] ---> Running in 8fd88e9350f7 [2021-01-21T15:36:58.006Z] ---> 4a38dec61b70 [2021-01-21T15:36:58.006Z] Step 7/22 : RUN go mod download [2021-01-21T15:36:58.120Z] ---> 618564c44916 [2021-01-21T15:36:58.120Z] Step 7/24 : RUN go mod download [2021-01-21T15:36:58.385Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:36:58.386Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:36:58.386Z] ---> 2666a5166039 [2021-01-21T15:36:58.386Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T15:36:58.605Z] ---> 32485d9da4e8 [2021-01-21T15:36:58.605Z] Step 7/22 : RUN go mod download [2021-01-21T15:36:58.605Z] ---> Running in 707771f94557 [2021-01-21T15:36:58.648Z] ---> Using cache [2021-01-21T15:36:58.648Z] ---> f822ff7a94df [2021-01-21T15:36:58.648Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:36:58.648Z] ---> Using cache [2021-01-21T15:36:58.648Z] ---> 0c5932942c15 [2021-01-21T15:36:58.648Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T15:36:58.880Z] ---> 27b7fc03fc0a [2021-01-21T15:36:58.880Z] Step 7/24 : RUN go mod download [2021-01-21T15:36:59.159Z] ---> Running in 159a6d696bfe [2021-01-21T15:36:59.434Z] ---> Running in b20ce8af6e64 [2021-01-21T15:37:00.578Z] ---> Running in eb6eb3484ed5 [2021-01-21T15:37:00.578Z] ---> Running in 54eaafc167ae [2021-01-21T15:37:00.578Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T15:37:00.578Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T15:37:00.578Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T15:37:00.578Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T15:37:00.578Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T15:37:00.578Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T15:37:00.578Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T15:37:00.578Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T15:37:00.578Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T15:37:00.578Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T15:37:00.578Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T15:37:00.847Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T15:37:00.847Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T15:37:00.847Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T15:37:00.847Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T15:37:00.847Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T15:37:01.419Z] Removing intermediate container f49451b58bbf [2021-01-21T15:37:01.419Z] ---> 42649e823f41 [2021-01-21T15:37:01.419Z] Step 8/22 : COPY . . [2021-01-21T15:37:01.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:01.812Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T15:37:01.812Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T15:37:02.088Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T15:37:02.088Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T15:37:02.088Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T15:37:02.088Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T15:37:02.088Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T15:37:02.088Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T15:37:02.088Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T15:37:02.088Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T15:37:02.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:37:02.929Z] OK: 233 MiB in 51 packages [2021-01-21T15:37:04.062Z] Removing intermediate container 8fd88e9350f7 [2021-01-21T15:37:04.062Z] ---> 53794c9ffbe9 [2021-01-21T15:37:04.062Z] Step 8/26 : COPY . . [2021-01-21T15:37:04.322Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:37:04.322Z] OK: 71 MiB in 55 packages [2021-01-21T15:37:05.505Z] Removing intermediate container 159a6d696bfe [2021-01-21T15:37:05.505Z] ---> 26cf2c6047de [2021-01-21T15:37:05.505Z] Step 8/22 : COPY . . [2021-01-21T15:37:05.505Z] Removing intermediate container 707771f94557 [2021-01-21T15:37:05.505Z] ---> 0d2bcdd72277 [2021-01-21T15:37:05.505Z] Step 8/22 : COPY . . [2021-01-21T15:37:06.944Z] Removing intermediate container b20ce8af6e64 [2021-01-21T15:37:06.944Z] ---> 62d0226acefa [2021-01-21T15:37:06.944Z] Step 8/24 : COPY . . [2021-01-21T15:37:07.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:37:07.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:37:07.664Z] ---> 2666a5166039 [2021-01-21T15:37:07.664Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> f822ff7a94df [2021-01-21T15:37:07.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> 0c5932942c15 [2021-01-21T15:37:07.664Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> c6aede70202a [2021-01-21T15:37:07.664Z] Step 6/22 : COPY go.mod . [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> a816744fd1e5 [2021-01-21T15:37:07.664Z] Step 7/22 : RUN go mod download [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> 01c9bb77a954 [2021-01-21T15:37:07.664Z] Step 8/22 : COPY . . [2021-01-21T15:37:07.664Z] ---> Using cache [2021-01-21T15:37:07.664Z] ---> 5a631bb612c1 [2021-01-21T15:37:07.664Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T15:37:08.614Z] ---> Running in 81c0be7277e8 [2021-01-21T15:37:08.614Z] Removing intermediate container 54eaafc167ae [2021-01-21T15:37:08.614Z] ---> 586f47cf90f2 [2021-01-21T15:37:08.614Z] Step 6/23 : COPY go.mod . [2021-01-21T15:37:08.614Z] Removing intermediate container eb6eb3484ed5 [2021-01-21T15:37:08.614Z] ---> 50339128c9d5 [2021-01-21T15:37:08.614Z] Step 8/24 : COPY . . [2021-01-21T15:37:08.614Z] Removing intermediate container a812290eba29 [2021-01-21T15:37:08.614Z] ---> 7cae5d1097a1 [2021-01-21T15:37:08.614Z] [2021-01-21T15:37:08.614Z] Step 10/22 : FROM scratch [2021-01-21T15:37:08.614Z] ---> [2021-01-21T15:37:08.614Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:37:09.193Z] ---> Using cache [2021-01-21T15:37:09.193Z] ---> 0fa9568c34db [2021-01-21T15:37:09.193Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T15:37:10.587Z] ---> 5c504ad86e93 [2021-01-21T15:37:10.587Z] Step 7/23 : RUN go mod download [2021-01-21T15:37:12.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:37:13.470Z] ---> Running in c9bb6629424c [2021-01-21T15:37:15.410Z] ---> Running in 2a5e677bafcc [2021-01-21T15:37:16.840Z] Removing intermediate container c9bb6629424c [2021-01-21T15:37:16.840Z] ---> 43ba6c5a87f7 [2021-01-21T15:37:16.840Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:37:17.136Z] ---> 20a9863408db [2021-01-21T15:37:17.136Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-21T15:37:17.732Z] ---> abdf704d8620 [2021-01-21T15:37:17.732Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T15:37:18.013Z] ---> Running in 194f4895ed09 [2021-01-21T15:37:18.621Z] ---> Running in aec777eb416f [2021-01-21T15:37:18.789Z] ---> Running in 6f6abf350555 [2021-01-21T15:37:19.409Z] Removing intermediate container 6f6abf350555 [2021-01-21T15:37:19.409Z] ---> 0ecb7d24f8c1 [2021-01-21T15:37:19.409Z] Step 14/22 : WORKDIR / [2021-01-21T15:37:19.606Z] ---> f7e5d6539cfe [2021-01-21T15:37:19.606Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-21T15:37:19.606Z] ---> ad710fa779bb [2021-01-21T15:37:19.606Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T15:37:20.204Z] ---> Running in ec1a1b038310 [2021-01-21T15:37:20.204Z] ---> Running in bbd95c70be59 [2021-01-21T15:37:20.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T15:37:20.368Z] ---> Running in 684099c9f564 [2021-01-21T15:37:20.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T15:37:21.086Z] ---> 7748ca659a2f [2021-01-21T15:37:21.086Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T15:37:21.364Z] ---> Running in ecbae37b16d2 [2021-01-21T15:37:22.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T15:37:22.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T15:37:23.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T15:37:23.772Z] Removing intermediate container 684099c9f564 [2021-01-21T15:37:23.772Z] ---> ff465505af5a [2021-01-21T15:37:23.772Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:37:24.741Z] Removing intermediate container 2a5e677bafcc [2021-01-21T15:37:24.741Z] ---> 8c52b0091d40 [2021-01-21T15:37:24.741Z] Step 8/23 : COPY . . [2021-01-21T15:37:25.716Z] ---> 1185eff7845e [2021-01-21T15:37:25.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T15:37:33.942Z] ---> aa6963c71e4c [2021-01-21T15:37:33.942Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T15:37:35.351Z] ---> db5ce4f49e2b [2021-01-21T15:37:35.351Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T15:37:35.617Z] Removing intermediate container 61c3ac06fe80 [2021-01-21T15:37:35.617Z] ---> 5602969d355d [2021-01-21T15:37:35.617Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T15:37:38.931Z] ---> 6516c10ebf3e [2021-01-21T15:37:38.931Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T15:37:40.878Z] ---> Running in e411a303f81e [2021-01-21T15:37:40.878Z] ---> Running in ff64c1f00162 [2021-01-21T15:37:41.468Z] ---> Running in 5352fd615237 [2021-01-21T15:37:43.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:37:43.403Z] Removing intermediate container 5352fd615237 [2021-01-21T15:37:43.403Z] ---> 459af35a0299 [2021-01-21T15:37:43.403Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:37:44.807Z] ---> Running in 3de713c88a83 [2021-01-21T15:37:45.775Z] ---> edf6a0e2daa6 [2021-01-21T15:37:45.775Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T15:37:45.775Z] Removing intermediate container 3de713c88a83 [2021-01-21T15:37:45.775Z] ---> b33608bfae72 [2021-01-21T15:37:45.775Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:37:46.046Z] ---> Running in ccfe4cf2b740 [2021-01-21T15:37:46.320Z] ---> Running in 66a19d80e1cf [2021-01-21T15:37:46.593Z] Removing intermediate container 66a19d80e1cf [2021-01-21T15:37:46.593Z] ---> c4f35524112b [2021-01-21T15:37:46.593Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:37:46.593Z] ---> Running in 7cf1fa5aec0b [2021-01-21T15:37:46.862Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:37:47.127Z] Removing intermediate container 7cf1fa5aec0b [2021-01-21T15:37:47.127Z] ---> 997ccd5bc8a2 [2021-01-21T15:37:47.127Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:37:47.716Z] Collecting docker-compose==1.23.2 [2021-01-21T15:37:47.716Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T15:37:48.311Z] ---> Running in 988b4a59d81c [2021-01-21T15:37:48.311Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T15:37:48.311Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T15:37:48.895Z] Removing intermediate container 988b4a59d81c [2021-01-21T15:37:48.895Z] ---> 9fc86c509619 [2021-01-21T15:37:48.895Z] [2021-01-21T15:37:49.163Z] Successfully built 9fc86c509619 [2021-01-21T15:37:49.441Z] Successfully tagged docker-core-command-go:latest [2021-01-21T15:37:49.740Z]  Building docker-core-command-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T15:37:49.740Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T15:37:49.740Z] Removing intermediate container 81c0be7277e8 [2021-01-21T15:37:49.740Z] ---> 24b784790f92 [2021-01-21T15:37:49.740Z] [2021-01-21T15:37:49.740Z] Step 10/22 : FROM scratch [2021-01-21T15:37:49.740Z] ---> [2021-01-21T15:37:49.740Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:37:50.011Z] Collecting PyYAML<4,>=3.10 [2021-01-21T15:37:50.012Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T15:37:50.012Z] ---> Using cache [2021-01-21T15:37:50.012Z] ---> 0fa9568c34db [2021-01-21T15:37:50.012Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-21T15:37:51.967Z] ---> Running in f98136adbfcc [2021-01-21T15:37:52.235Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T15:37:52.235Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T15:37:52.235Z] 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-21T15:37:52.235Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T15:37:52.235Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T15:37:52.509Z] Removing intermediate container f98136adbfcc [2021-01-21T15:37:52.509Z] ---> 0dd4035d14bf [2021-01-21T15:37:52.509Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:37:52.795Z] ---> Running in de0d317759ff [2021-01-21T15:37:53.389Z] Removing intermediate container de0d317759ff [2021-01-21T15:37:53.389Z] ---> 5d3e01ab28f1 [2021-01-21T15:37:53.389Z] Step 14/22 : WORKDIR / [2021-01-21T15:37:53.389Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T15:37:53.389Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T15:37:53.389Z] ---> Running in f22a54851ecd [2021-01-21T15:37:53.992Z] Removing intermediate container f22a54851ecd [2021-01-21T15:37:53.992Z] ---> 90d0bf74cf00 [2021-01-21T15:37:53.992Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:37:53.992Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T15:37:53.992Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T15:37:54.258Z] ---> d49f881e2392 [2021-01-21T15:37:54.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T15:37:54.855Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T15:37:54.855Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T15:37:55.132Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T15:37:55.132Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T15:37:55.400Z] ---> 2c0e8b825966 [2021-01-21T15:37:55.400Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T15:37:55.400Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T15:37:55.400Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T15:37:55.401Z] 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-21T15:37:55.669Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T15:37:55.669Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T15:37:55.669Z] 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-21T15:37:56.276Z] ---> 44a7cfa778c5 [2021-01-21T15:37:56.276Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T15:37:56.276Z] Collecting idna<2.8,>=2.5 [2021-01-21T15:37:56.276Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T15:37:56.276Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T15:37:56.276Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T15:37:56.276Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T15:37:56.276Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T15:37:56.276Z] ---> Running in b68b42330c81 [2021-01-21T15:37:56.555Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, jsonschema, docopt, dockerpty, texttable, cached-property, docker-compose [2021-01-21T15:37:56.555Z] Attempting uninstall: urllib3 [2021-01-21T15:37:56.555Z] Found existing installation: urllib3 1.25.9 [2021-01-21T15:37:56.555Z] Uninstalling urllib3-1.25.9: [2021-01-21T15:37:56.555Z] Removing intermediate container b68b42330c81 [2021-01-21T15:37:56.555Z] ---> d2eaf0425965 [2021-01-21T15:37:56.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:37:56.555Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T15:37:57.137Z] ---> Running in 9ee4d9203a74 [2021-01-21T15:37:57.137Z] Attempting uninstall: idna [2021-01-21T15:37:57.137Z] Found existing installation: idna 2.9 [2021-01-21T15:37:57.137Z] Uninstalling idna-2.9: [2021-01-21T15:37:57.137Z] Successfully uninstalled idna-2.9 [2021-01-21T15:37:59.115Z] Attempting uninstall: requests [2021-01-21T15:37:59.115Z] Found existing installation: requests 2.23.0 [2021-01-21T15:37:59.115Z] Uninstalling requests-2.23.0: [2021-01-21T15:37:59.115Z] Removing intermediate container 9ee4d9203a74 [2021-01-21T15:37:59.115Z] ---> f93613bf7acc [2021-01-21T15:37:59.115Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T15:37:59.115Z] Successfully uninstalled requests-2.23.0 [2021-01-21T15:37:59.402Z] ---> Running in 019e1849ee51 [2021-01-21T15:38:00.831Z] Removing intermediate container 019e1849ee51 [2021-01-21T15:38:00.831Z] ---> 85e4842b310e [2021-01-21T15:38:00.831Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:00.831Z] Running setup.py install for PyYAML: started [2021-01-21T15:38:02.304Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T15:38:02.304Z] ---> Running in 129fda82939c [2021-01-21T15:38:02.304Z] Running setup.py install for docopt: started [2021-01-21T15:38:02.890Z] Removing intermediate container e411a303f81e [2021-01-21T15:38:02.890Z] ---> 80597df4647c [2021-01-21T15:38:02.890Z] [2021-01-21T15:38:02.890Z] Step 10/24 : FROM scratch [2021-01-21T15:38:02.890Z] ---> [2021-01-21T15:38:02.890Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T15:38:02.890Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T15:38:02.890Z] Running setup.py install for dockerpty: started [2021-01-21T15:38:02.890Z] Removing intermediate container 129fda82939c [2021-01-21T15:38:02.890Z] ---> fdf0ad872094 [2021-01-21T15:38:02.890Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:38:02.890Z] ---> Running in b8b9cd08712b [2021-01-21T15:38:03.157Z] ---> Running in 12243abb4c06 [2021-01-21T15:38:03.430Z] Removing intermediate container b8b9cd08712b [2021-01-21T15:38:03.430Z] ---> a0152ceb7c3d [2021-01-21T15:38:03.430Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T15:38:03.430Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T15:38:03.430Z] Running setup.py install for texttable: started [2021-01-21T15:38:03.430Z] ---> Running in 16f38adcabc1 [2021-01-21T15:38:03.430Z] Removing intermediate container 12243abb4c06 [2021-01-21T15:38:03.430Z] ---> 2842f1daac38 [2021-01-21T15:38:03.430Z] [2021-01-21T15:38:03.702Z] Successfully built 2842f1daac38 [2021-01-21T15:38:03.702Z] Removing intermediate container 16f38adcabc1 [2021-01-21T15:38:03.702Z] ---> 91b076b27949 [2021-01-21T15:38:03.702Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T15:38:03.702Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T15:38:03.969Z]  Building docker-core-metadata-go ... done  ---> Running in 0ab3a3af8106 [2021-01-21T15:38:03.969Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T15:38:04.236Z] Removing intermediate container 0ab3a3af8106 [2021-01-21T15:38:04.236Z] ---> d6df65af3350 [2021-01-21T15:38:04.236Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T15:38:04.500Z] 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-21T15:38:05.169Z] ---> 3c53742fc8fc [2021-01-21T15:38:05.169Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T15:38:08.670Z] ---> 32dec639ff9e [2021-01-21T15:38:08.670Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T15:38:08.670Z] Removing intermediate container ff64c1f00162 [2021-01-21T15:38:08.670Z] ---> fa42dcc884a5 [2021-01-21T15:38:08.670Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T15:38:08.670Z] ---> Running in 7bcd72d0fc94 [2021-01-21T15:38:08.938Z] ---> 5b5528531a04 [2021-01-21T15:38:08.938Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:38:09.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:10.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:10.418Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:38:10.418Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T15:38:10.418Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T15:38:10.418Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:10.418Z] OK: 72 MiB in 58 packages [2021-01-21T15:38:10.992Z] ---> 138c1aec6868 [2021-01-21T15:38:10.992Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T15:38:11.942Z] Removing intermediate container ccfe4cf2b740 [2021-01-21T15:38:11.942Z] ---> 62557d9b0ae8 [2021-01-21T15:38:11.942Z] [2021-01-21T15:38:11.942Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T15:38:11.942Z] ---> 389fef711851 [2021-01-21T15:38:11.942Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:38:11.942Z] ---> d89b55bde267 [2021-01-21T15:38:11.942Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:11.942Z] ---> Running in ee22f405d4ed [2021-01-21T15:38:11.942Z] Removing intermediate container 7bcd72d0fc94 [2021-01-21T15:38:11.942Z] ---> 3ce3eacfad3e [2021-01-21T15:38:11.942Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T15:38:12.528Z] Removing intermediate container ee22f405d4ed [2021-01-21T15:38:12.528Z] ---> 9aa03c1ecad0 [2021-01-21T15:38:12.528Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T15:38:12.790Z] ---> Running in 19db5d656483 [2021-01-21T15:38:12.790Z] ---> Running in 4335b09908be [2021-01-21T15:38:12.790Z] ---> 31f05b159b1c [2021-01-21T15:38:12.790Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T15:38:12.790Z] ---> Running in c8b84a27cb4f [2021-01-21T15:38:13.052Z] Removing intermediate container 19db5d656483 [2021-01-21T15:38:13.052Z] ---> 63c2d72c78a4 [2021-01-21T15:38:13.052Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:38:13.052Z] Removing intermediate container 4335b09908be [2021-01-21T15:38:13.052Z] ---> 4b882c09bd18 [2021-01-21T15:38:13.052Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T15:38:13.052Z] ---> Running in 1fc3d161aaa0 [2021-01-21T15:38:13.052Z] ---> Running in be448ad185c9 [2021-01-21T15:38:13.052Z] Removing intermediate container c8b84a27cb4f [2021-01-21T15:38:13.052Z] ---> 16bcdf98f14c [2021-01-21T15:38:13.052Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:38:13.315Z] ---> Running in e23509d65b80 [2021-01-21T15:38:13.315Z] Removing intermediate container 1fc3d161aaa0 [2021-01-21T15:38:13.315Z] ---> 9e6f98c46539 [2021-01-21T15:38:13.315Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T15:38:13.585Z] Removing intermediate container be448ad185c9 [2021-01-21T15:38:13.585Z] ---> 350e99eff95c [2021-01-21T15:38:13.585Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:38:13.585Z] ---> Running in 88fa03dc6d65 [2021-01-21T15:38:13.585Z] ---> Running in 38dcfafbe452 [2021-01-21T15:38:13.585Z] Removing intermediate container e23509d65b80 [2021-01-21T15:38:13.585Z] ---> c843e6ba4950 [2021-01-21T15:38:13.585Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T15:38:13.856Z] ---> Running in f68e44466490 [2021-01-21T15:38:13.856Z] Removing intermediate container 88fa03dc6d65 [2021-01-21T15:38:13.856Z] ---> 15e80f3dfe04 [2021-01-21T15:38:13.856Z] Step 25/26 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:14.121Z] ---> Running in c66f35d772f8 [2021-01-21T15:38:14.121Z] Removing intermediate container f68e44466490 [2021-01-21T15:38:14.121Z] ---> 2ac8c61e12b9 [2021-01-21T15:38:14.121Z] Step 23/24 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:14.121Z] ---> Running in 113ad0094e14 [2021-01-21T15:38:14.121Z] Removing intermediate container c66f35d772f8 [2021-01-21T15:38:14.121Z] ---> 167933855cf7 [2021-01-21T15:38:14.121Z] Step 26/26 : LABEL version=2.0.0-dev.50 [2021-01-21T15:38:14.383Z] ---> Running in 1292797a5222 [2021-01-21T15:38:14.383Z] Removing intermediate container 113ad0094e14 [2021-01-21T15:38:14.383Z] ---> 9419d6f4eb55 [2021-01-21T15:38:14.383Z] Step 24/24 : LABEL version=2.0.0-dev.50 [2021-01-21T15:38:14.646Z] ---> Running in cc274453e58a [2021-01-21T15:38:14.646Z] Removing intermediate container 1292797a5222 [2021-01-21T15:38:14.646Z] ---> 08d3b413487a [2021-01-21T15:38:14.646Z] [2021-01-21T15:38:15.221Z] Successfully built 08d3b413487a [2021-01-21T15:38:15.484Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T15:38:15.484Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cc274453e58a [2021-01-21T15:38:15.484Z] ---> 4bb3a704e258 [2021-01-21T15:38:15.484Z] [2021-01-21T15:38:15.484Z] Successfully built 4bb3a704e258 [2021-01-21T15:38:15.484Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T15:38:15.484Z]  Building docker-support-notifications-go ... done Removing intermediate container 38dcfafbe452 [2021-01-21T15:38:15.484Z] ---> fc82f04d1336 [2021-01-21T15:38:15.484Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T15:38:15.746Z] ---> Running in 4345aa3087b5 [2021-01-21T15:38:16.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:16.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T15:38:17.156Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T15:38:17.418Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T15:38:17.418Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T15:38:17.681Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T15:38:17.681Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T15:38:17.681Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:17.681Z] OK: 8 MiB in 19 packages [2021-01-21T15:38:18.265Z] Removing intermediate container 4345aa3087b5 [2021-01-21T15:38:18.265Z] ---> 1102b3fb34e6 [2021-01-21T15:38:18.265Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:38:18.534Z] ---> 6a9215555018 [2021-01-21T15:38:18.534Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T15:38:19.110Z] ---> 4eea5aa695c0 [2021-01-21T15:38:19.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T15:38:19.373Z] ---> 28444f05c6a3 [2021-01-21T15:38:19.373Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T15:38:19.635Z] ---> Running in fc46abb7a71e [2021-01-21T15:38:19.635Z] Removing intermediate container fc46abb7a71e [2021-01-21T15:38:19.635Z] ---> 772d524b7542 [2021-01-21T15:38:19.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:38:19.898Z] ---> Running in 99552a0c0fb2 [2021-01-21T15:38:19.898Z] Removing intermediate container 99552a0c0fb2 [2021-01-21T15:38:19.898Z] ---> 5b35da9c01ba [2021-01-21T15:38:19.898Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T15:38:19.898Z] ---> Running in 405ce27c53ba [2021-01-21T15:38:21.303Z] Removing intermediate container 405ce27c53ba [2021-01-21T15:38:21.303Z] ---> aeeb7bcfd286 [2021-01-21T15:38:21.303Z] Step 22/23 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:21.303Z] ---> Running in 1d3c4da22b91 [2021-01-21T15:38:21.303Z] Removing intermediate container 1d3c4da22b91 [2021-01-21T15:38:21.303Z] ---> 76fd7427c507 [2021-01-21T15:38:21.303Z] Step 23/23 : LABEL version=2.0.0-dev.50 [2021-01-21T15:38:21.303Z] ---> Running in 96abefa36dff [2021-01-21T15:38:21.566Z] Removing intermediate container 96abefa36dff [2021-01-21T15:38:21.566Z] ---> 1f16e48ff429 [2021-01-21T15:38:21.566Z] [2021-01-21T15:38:21.566Z] Successfully built 1f16e48ff429 [2021-01-21T15:38:21.566Z] Successfully tagged docker-core-data-go:latest [2021-01-21T15:38:22.150Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T15:38:22.162Z] $ docker stop --time=1 8ff430afe0b21217b47be0d253ce92e1827e647024ab0cadab81c29d0eb4c3c3 [2021-01-21T15:38:23.825Z] $ docker rm -f 8ff430afe0b21217b47be0d253ce92e1827e647024ab0cadab81c29d0eb4c3c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:38:24.383Z] + docker images [2021-01-21T15:38:24.383Z] + grep docker [2021-01-21T15:38:24.384Z] docker-core-data-go latest 1f16e48ff429 3 seconds ago 22.3MB [2021-01-21T15:38:24.384Z] docker-support-notifications-go latest 4bb3a704e258 9 seconds ago 12MB [2021-01-21T15:38:24.384Z] docker-sys-mgmt-agent-go latest 08d3b413487a 10 seconds ago 313MB [2021-01-21T15:38:24.384Z] docker-core-metadata-go latest 2842f1daac38 21 seconds ago 13.1MB [2021-01-21T15:38:24.384Z] docker-core-command-go latest 9fc86c509619 36 seconds ago 10.6MB [2021-01-21T15:38:24.384Z] docker-security-secretstore-setup-go latest 89b76fdf535e About a minute ago 24.6MB [2021-01-21T15:38:24.384Z] docker-security-bootstrap-redis-go latest 11d4686794c2 About a minute ago 15.8MB [2021-01-21T15:38:24.384Z] docker-security-proxy-setup-go latest f7490b4b9b2d About a minute ago 24.4MB [2021-01-21T15:38:24.384Z] docker-support-scheduler-go latest d84695e12225 2 minutes ago 10.7MB [2021-01-21T15:38:24.384Z] 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-21T15:38:24.959Z] provisioning config files... [2021-01-21T15:38:25.001Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/313@tmp/config423955836027095253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:38:25.363Z] ---> docker-login.sh [2021-01-21T15:38:25.363Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:38:25.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:38:25.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:38:25.625Z] Configure a credential helper to remove this warning. See [2021-01-21T15:38:25.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:38:25.625Z] [2021-01-21T15:38:25.625Z] Login Succeeded [2021-01-21T15:38:25.625Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:38:25.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:38:25.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:38:25.888Z] Configure a credential helper to remove this warning. See [2021-01-21T15:38:25.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:38:25.888Z] [2021-01-21T15:38:25.888Z] Login Succeeded [2021-01-21T15:38:25.888Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:38:25.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:38:26.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:38:26.150Z] Configure a credential helper to remove this warning. See [2021-01-21T15:38:26.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:38:26.150Z] [2021-01-21T15:38:26.150Z] Login Succeeded [2021-01-21T15:38:26.150Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:38:26.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:38:26.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:38:26.724Z] Configure a credential helper to remove this warning. See [2021-01-21T15:38:26.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:38:26.724Z] [2021-01-21T15:38:26.724Z] Login Succeeded [2021-01-21T15:38:26.724Z] docker.io [2021-01-21T15:38:26.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:38:26.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:38:26.986Z] Configure a credential helper to remove this warning. See [2021-01-21T15:38:26.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:38:26.986Z] [2021-01-21T15:38:26.986Z] Login Succeeded [2021-01-21T15:38:26.986Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:38:26.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:27.246Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-21T15:38:27.246Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:27.246Z] 2.0.0-dev.50 [2021-01-21T15:38:27.246Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:27.246Z] master [2021-01-21T15:38:27.246Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:27.743Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:28.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:28.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T15:38:28.064Z] 5c1c00660a08: Preparing [2021-01-21T15:38:28.064Z] 5b5bf2f79e37: Preparing [2021-01-21T15:38:28.064Z] 6fdaf985717f: Preparing [2021-01-21T15:38:28.328Z] 5c1c00660a08: Pushed [2021-01-21T15:38:28.328Z] 6fdaf985717f: Pushed [2021-01-21T15:38:29.281Z] 5b5bf2f79e37: Pushed [2021-01-21T15:38:29.281Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:ed5a72575958640c73e5a668a50682555a2b752b4f72571ee63e953d3fb3a956 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:29.589Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:29.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.50 [2021-01-21T15:38:29.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T15:38:29.891Z] 5c1c00660a08: Preparing [2021-01-21T15:38:29.891Z] 5b5bf2f79e37: Preparing [2021-01-21T15:38:29.891Z] 6fdaf985717f: Preparing [2021-01-21T15:38:29.891Z] 5c1c00660a08: Layer already exists [2021-01-21T15:38:29.891Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:29.891Z] 5b5bf2f79e37: Layer already exists [2021-01-21T15:38:29.891Z] 2.0.0-dev.50: digest: sha256:ed5a72575958640c73e5a668a50682555a2b752b4f72571ee63e953d3fb3a956 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:30.199Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:30.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:30.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T15:38:30.500Z] 5c1c00660a08: Preparing [2021-01-21T15:38:30.500Z] 5b5bf2f79e37: Preparing [2021-01-21T15:38:30.500Z] 6fdaf985717f: Preparing [2021-01-21T15:38:30.500Z] 5c1c00660a08: Layer already exists [2021-01-21T15:38:30.500Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:30.500Z] 5b5bf2f79e37: Layer already exists [2021-01-21T15:38:30.500Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:ed5a72575958640c73e5a668a50682555a2b752b4f72571ee63e953d3fb3a956 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:30.807Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:31.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-21T15:38:31.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-21T15:38:31.109Z] 5c1c00660a08: Preparing [2021-01-21T15:38:31.109Z] 5b5bf2f79e37: Preparing [2021-01-21T15:38:31.109Z] 6fdaf985717f: Preparing [2021-01-21T15:38:31.109Z] 5b5bf2f79e37: Layer already exists [2021-01-21T15:38:31.109Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:31.109Z] 5c1c00660a08: Layer already exists [2021-01-21T15:38:31.109Z] master: digest: sha256:ed5a72575958640c73e5a668a50682555a2b752b4f72571ee63e953d3fb3a956 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:31.306Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:31.353Z] taggedImages: [2021-01-21T15:38:31.353Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:31.353Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.50 [2021-01-21T15:38:31.353Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:31.353Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-21T15:38:31.424Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-21T15:38:31.424Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:31.424Z] 2.0.0-dev.50 [2021-01-21T15:38:31.424Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:31.424Z] master [2021-01-21T15:38:31.424Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:31.942Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:32.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:32.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T15:38:32.250Z] 45c06ff1745d: Preparing [2021-01-21T15:38:32.250Z] 66145c208bdc: Preparing [2021-01-21T15:38:32.250Z] 6fdaf985717f: Preparing [2021-01-21T15:38:32.250Z] e61760974e87: Preparing [2021-01-21T15:38:32.250Z] b78f6edbd23a: Preparing [2021-01-21T15:38:32.250Z] 777b2c648970: Preparing [2021-01-21T15:38:32.250Z] 777b2c648970: Waiting [2021-01-21T15:38:32.250Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:32.250Z] 777b2c648970: Layer already exists [2021-01-21T15:38:32.250Z] 45c06ff1745d: Pushed [2021-01-21T15:38:32.250Z] b78f6edbd23a: Pushed [2021-01-21T15:38:32.520Z] e61760974e87: Pushed [2021-01-21T15:38:33.472Z] 66145c208bdc: Pushed [2021-01-21T15:38:33.733Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:a3bc5ec6c3e73de9de75842684863e0328809645071ffe20e8ef2a9362055567 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:34.037Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:34.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.50 [2021-01-21T15:38:34.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T15:38:34.336Z] 45c06ff1745d: Preparing [2021-01-21T15:38:34.336Z] 66145c208bdc: Preparing [2021-01-21T15:38:34.336Z] 6fdaf985717f: Preparing [2021-01-21T15:38:34.336Z] e61760974e87: Preparing [2021-01-21T15:38:34.336Z] b78f6edbd23a: Preparing [2021-01-21T15:38:34.336Z] 777b2c648970: Preparing [2021-01-21T15:38:34.336Z] 777b2c648970: Waiting [2021-01-21T15:38:34.336Z] e61760974e87: Layer already exists [2021-01-21T15:38:34.336Z] 66145c208bdc: Layer already exists [2021-01-21T15:38:34.336Z] b78f6edbd23a: Layer already exists [2021-01-21T15:38:34.336Z] 45c06ff1745d: Layer already exists [2021-01-21T15:38:34.336Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:34.336Z] 777b2c648970: Layer already exists [2021-01-21T15:38:34.336Z] 2.0.0-dev.50: digest: sha256:a3bc5ec6c3e73de9de75842684863e0328809645071ffe20e8ef2a9362055567 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:34.639Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:34.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:34.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T15:38:34.935Z] 45c06ff1745d: Preparing [2021-01-21T15:38:34.935Z] 66145c208bdc: Preparing [2021-01-21T15:38:34.935Z] 6fdaf985717f: Preparing [2021-01-21T15:38:34.935Z] e61760974e87: Preparing [2021-01-21T15:38:34.935Z] b78f6edbd23a: Preparing [2021-01-21T15:38:34.935Z] 777b2c648970: Preparing [2021-01-21T15:38:34.935Z] 777b2c648970: Waiting [2021-01-21T15:38:34.935Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:34.935Z] e61760974e87: Layer already exists [2021-01-21T15:38:34.935Z] 45c06ff1745d: Layer already exists [2021-01-21T15:38:34.935Z] b78f6edbd23a: Layer already exists [2021-01-21T15:38:34.935Z] 66145c208bdc: Layer already exists [2021-01-21T15:38:34.935Z] 777b2c648970: Layer already exists [2021-01-21T15:38:34.935Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:a3bc5ec6c3e73de9de75842684863e0328809645071ffe20e8ef2a9362055567 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:35.238Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:35.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-21T15:38:35.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-21T15:38:35.539Z] 45c06ff1745d: Preparing [2021-01-21T15:38:35.539Z] 66145c208bdc: Preparing [2021-01-21T15:38:35.539Z] 6fdaf985717f: Preparing [2021-01-21T15:38:35.539Z] e61760974e87: Preparing [2021-01-21T15:38:35.539Z] b78f6edbd23a: Preparing [2021-01-21T15:38:35.539Z] 777b2c648970: Preparing [2021-01-21T15:38:35.539Z] 777b2c648970: Waiting [2021-01-21T15:38:35.539Z] e61760974e87: Layer already exists [2021-01-21T15:38:35.539Z] 45c06ff1745d: Layer already exists [2021-01-21T15:38:35.539Z] b78f6edbd23a: Layer already exists [2021-01-21T15:38:35.539Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:35.539Z] 66145c208bdc: Layer already exists [2021-01-21T15:38:35.539Z] 777b2c648970: Layer already exists [2021-01-21T15:38:35.539Z] master: digest: sha256:a3bc5ec6c3e73de9de75842684863e0328809645071ffe20e8ef2a9362055567 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:35.825Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:35.871Z] taggedImages: [2021-01-21T15:38:35.871Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:35.871Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.50 [2021-01-21T15:38:35.871Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:35.871Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-21T15:38:35.934Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-21T15:38:35.934Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:35.934Z] 2.0.0-dev.50 [2021-01-21T15:38:35.934Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:35.934Z] master [2021-01-21T15:38:35.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:36.432Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:36.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:36.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T15:38:36.736Z] 8a15131d0307: Preparing [2021-01-21T15:38:36.736Z] 068f4805a67a: Preparing [2021-01-21T15:38:36.736Z] 6fdaf985717f: Preparing [2021-01-21T15:38:36.736Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:36.736Z] 8a15131d0307: Pushed [2021-01-21T15:38:38.130Z] 068f4805a67a: Pushed [2021-01-21T15:38:38.130Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:acb234886e368c620f4d35a42d1508114dc4d294eddc4e86feacfad3b6c88585 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:38.440Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:38.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.50 [2021-01-21T15:38:38.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T15:38:38.755Z] 8a15131d0307: Preparing [2021-01-21T15:38:38.755Z] 068f4805a67a: Preparing [2021-01-21T15:38:38.755Z] 6fdaf985717f: Preparing [2021-01-21T15:38:38.755Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:38.755Z] 068f4805a67a: Layer already exists [2021-01-21T15:38:38.755Z] 8a15131d0307: Layer already exists [2021-01-21T15:38:38.755Z] 2.0.0-dev.50: digest: sha256:acb234886e368c620f4d35a42d1508114dc4d294eddc4e86feacfad3b6c88585 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:39.146Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:39.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:39.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T15:38:39.507Z] 8a15131d0307: Preparing [2021-01-21T15:38:39.507Z] 068f4805a67a: Preparing [2021-01-21T15:38:39.507Z] 6fdaf985717f: Preparing [2021-01-21T15:38:39.507Z] 8a15131d0307: Layer already exists [2021-01-21T15:38:39.507Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:39.507Z] 068f4805a67a: Layer already exists [2021-01-21T15:38:39.507Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:acb234886e368c620f4d35a42d1508114dc4d294eddc4e86feacfad3b6c88585 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:39.837Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:40.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-21T15:38:40.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-21T15:38:40.140Z] 8a15131d0307: Preparing [2021-01-21T15:38:40.140Z] 068f4805a67a: Preparing [2021-01-21T15:38:40.140Z] 6fdaf985717f: Preparing [2021-01-21T15:38:40.140Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:40.140Z] 068f4805a67a: Layer already exists [2021-01-21T15:38:40.140Z] 8a15131d0307: Layer already exists [2021-01-21T15:38:40.140Z] master: digest: sha256:acb234886e368c620f4d35a42d1508114dc4d294eddc4e86feacfad3b6c88585 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:40.375Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:40.517Z] taggedImages: [2021-01-21T15:38:40.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:40.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.50 [2021-01-21T15:38:40.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:40.517Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-21T15:38:40.579Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-21T15:38:40.579Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:40.579Z] 2.0.0-dev.50 [2021-01-21T15:38:40.579Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:40.579Z] master [2021-01-21T15:38:40.579Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:41.064Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:41.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:41.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T15:38:41.366Z] 63ec556b3ff6: Preparing [2021-01-21T15:38:41.366Z] cd4b0c46452c: Preparing [2021-01-21T15:38:41.366Z] 93a2c5006b65: Preparing [2021-01-21T15:38:41.366Z] 70cdc196f328: Preparing [2021-01-21T15:38:41.366Z] 6fdaf985717f: Preparing [2021-01-21T15:38:41.366Z] 856996b51a6a: Preparing [2021-01-21T15:38:41.366Z] 777b2c648970: Preparing [2021-01-21T15:38:41.366Z] 856996b51a6a: Waiting [2021-01-21T15:38:41.366Z] 777b2c648970: Waiting [2021-01-21T15:38:41.366Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:41.629Z] 63ec556b3ff6: Pushed [2021-01-21T15:38:41.629Z] 93a2c5006b65: Pushed [2021-01-21T15:38:41.629Z] cd4b0c46452c: Pushed [2021-01-21T15:38:41.629Z] 777b2c648970: Layer already exists [2021-01-21T15:38:41.891Z] 856996b51a6a: Pushed [2021-01-21T15:38:42.467Z] 70cdc196f328: Pushed [2021-01-21T15:38:42.467Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:0549aa219d111dced8ee1bdbd96c4b1ee9293d2d8ec9544ecdb4fb883998bdae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:42.777Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:43.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.50 [2021-01-21T15:38:43.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T15:38:43.078Z] 63ec556b3ff6: Preparing [2021-01-21T15:38:43.078Z] cd4b0c46452c: Preparing [2021-01-21T15:38:43.078Z] 93a2c5006b65: Preparing [2021-01-21T15:38:43.078Z] 70cdc196f328: Preparing [2021-01-21T15:38:43.078Z] 6fdaf985717f: Preparing [2021-01-21T15:38:43.078Z] 856996b51a6a: Preparing [2021-01-21T15:38:43.078Z] 777b2c648970: Preparing [2021-01-21T15:38:43.078Z] 856996b51a6a: Waiting [2021-01-21T15:38:43.078Z] 777b2c648970: Waiting [2021-01-21T15:38:43.078Z] 70cdc196f328: Layer already exists [2021-01-21T15:38:43.078Z] 93a2c5006b65: Layer already exists [2021-01-21T15:38:43.078Z] 63ec556b3ff6: Layer already exists [2021-01-21T15:38:43.078Z] cd4b0c46452c: Layer already exists [2021-01-21T15:38:43.078Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:43.078Z] 856996b51a6a: Layer already exists [2021-01-21T15:38:43.078Z] 777b2c648970: Layer already exists [2021-01-21T15:38:43.078Z] 2.0.0-dev.50: digest: sha256:0549aa219d111dced8ee1bdbd96c4b1ee9293d2d8ec9544ecdb4fb883998bdae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:43.383Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:43.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:43.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T15:38:43.682Z] 63ec556b3ff6: Preparing [2021-01-21T15:38:43.682Z] cd4b0c46452c: Preparing [2021-01-21T15:38:43.682Z] 93a2c5006b65: Preparing [2021-01-21T15:38:43.682Z] 70cdc196f328: Preparing [2021-01-21T15:38:43.682Z] 6fdaf985717f: Preparing [2021-01-21T15:38:43.682Z] 856996b51a6a: Preparing [2021-01-21T15:38:43.682Z] 777b2c648970: Preparing [2021-01-21T15:38:43.682Z] 856996b51a6a: Waiting [2021-01-21T15:38:43.682Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:43.682Z] cd4b0c46452c: Layer already exists [2021-01-21T15:38:43.682Z] 63ec556b3ff6: Layer already exists [2021-01-21T15:38:43.682Z] 70cdc196f328: Layer already exists [2021-01-21T15:38:43.682Z] 93a2c5006b65: Layer already exists [2021-01-21T15:38:43.682Z] 856996b51a6a: Layer already exists [2021-01-21T15:38:43.682Z] 777b2c648970: Layer already exists [2021-01-21T15:38:43.682Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:0549aa219d111dced8ee1bdbd96c4b1ee9293d2d8ec9544ecdb4fb883998bdae size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:43.989Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:44.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-21T15:38:44.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-21T15:38:44.293Z] 63ec556b3ff6: Preparing [2021-01-21T15:38:44.293Z] cd4b0c46452c: Preparing [2021-01-21T15:38:44.293Z] 93a2c5006b65: Preparing [2021-01-21T15:38:44.293Z] 70cdc196f328: Preparing [2021-01-21T15:38:44.293Z] 6fdaf985717f: Preparing [2021-01-21T15:38:44.293Z] 856996b51a6a: Preparing [2021-01-21T15:38:44.293Z] 777b2c648970: Preparing [2021-01-21T15:38:44.293Z] 856996b51a6a: Waiting [2021-01-21T15:38:44.293Z] 777b2c648970: Waiting [2021-01-21T15:38:44.293Z] 63ec556b3ff6: Layer already exists [2021-01-21T15:38:44.293Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:44.293Z] cd4b0c46452c: Layer already exists [2021-01-21T15:38:44.293Z] 70cdc196f328: Layer already exists [2021-01-21T15:38:44.293Z] 93a2c5006b65: Layer already exists [2021-01-21T15:38:44.293Z] 856996b51a6a: Layer already exists [2021-01-21T15:38:44.293Z] 777b2c648970: Layer already exists [2021-01-21T15:38:44.293Z] master: digest: sha256:0549aa219d111dced8ee1bdbd96c4b1ee9293d2d8ec9544ecdb4fb883998bdae size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:44.467Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:44.517Z] taggedImages: [2021-01-21T15:38:44.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:44.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.50 [2021-01-21T15:38:44.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:44.517Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-21T15:38:44.584Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-21T15:38:44.584Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:44.584Z] 2.0.0-dev.50 [2021-01-21T15:38:44.584Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:44.584Z] master [2021-01-21T15:38:44.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:45.048Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:45.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T15:38:45.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:45.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T15:38:45.346Z] a73219c09e22: Preparing [2021-01-21T15:38:45.346Z] 69b4dbc8bf40: Preparing [2021-01-21T15:38:45.346Z] 6c0d08896f2f: Preparing [2021-01-21T15:38:45.346Z] 2cca6c60bba1: Preparing [2021-01-21T15:38:45.346Z] dcf0dd1b83c1: Preparing [2021-01-21T15:38:45.346Z] 777b2c648970: Preparing [2021-01-21T15:38:45.346Z] 777b2c648970: Waiting [2021-01-21T15:38:45.639Z] 6c0d08896f2f: Pushed [2021-01-21T15:38:45.639Z] 2cca6c60bba1: Pushed [2021-01-21T15:38:45.639Z] 777b2c648970: Layer already exists [2021-01-21T15:38:45.900Z] dcf0dd1b83c1: Pushed [2021-01-21T15:38:46.474Z] a73219c09e22: Pushed [2021-01-21T15:38:46.474Z] 69b4dbc8bf40: Pushed [2021-01-21T15:38:46.474Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:0a38f1297638696a00d5028764b52f0d1e76d88e791d219c63bcc40c9b1c2ef0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:47.037Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:47.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.50 [2021-01-21T15:38:47.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T15:38:47.346Z] a73219c09e22: Preparing [2021-01-21T15:38:47.346Z] 69b4dbc8bf40: Preparing [2021-01-21T15:38:47.346Z] 6c0d08896f2f: Preparing [2021-01-21T15:38:47.346Z] 2cca6c60bba1: Preparing [2021-01-21T15:38:47.346Z] dcf0dd1b83c1: Preparing [2021-01-21T15:38:47.346Z] 777b2c648970: Preparing [2021-01-21T15:38:47.346Z] 777b2c648970: Waiting [2021-01-21T15:38:47.346Z] a73219c09e22: Layer already exists [2021-01-21T15:38:47.346Z] 6c0d08896f2f: Layer already exists [2021-01-21T15:38:47.346Z] 2cca6c60bba1: Layer already exists [2021-01-21T15:38:47.346Z] 69b4dbc8bf40: Layer already exists [2021-01-21T15:38:47.346Z] dcf0dd1b83c1: Layer already exists [2021-01-21T15:38:47.346Z] 777b2c648970: Layer already exists [2021-01-21T15:38:47.346Z] 2.0.0-dev.50: digest: sha256:0a38f1297638696a00d5028764b52f0d1e76d88e791d219c63bcc40c9b1c2ef0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:47.648Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:47.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:47.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T15:38:47.942Z] a73219c09e22: Preparing [2021-01-21T15:38:47.942Z] 69b4dbc8bf40: Preparing [2021-01-21T15:38:47.942Z] 6c0d08896f2f: Preparing [2021-01-21T15:38:47.942Z] 2cca6c60bba1: Preparing [2021-01-21T15:38:47.942Z] dcf0dd1b83c1: Preparing [2021-01-21T15:38:47.942Z] 777b2c648970: Preparing [2021-01-21T15:38:47.942Z] 777b2c648970: Waiting [2021-01-21T15:38:47.942Z] 2cca6c60bba1: Layer already exists [2021-01-21T15:38:47.942Z] a73219c09e22: Layer already exists [2021-01-21T15:38:47.942Z] dcf0dd1b83c1: Layer already exists [2021-01-21T15:38:47.942Z] 69b4dbc8bf40: Layer already exists [2021-01-21T15:38:47.942Z] 6c0d08896f2f: Layer already exists [2021-01-21T15:38:47.942Z] 777b2c648970: Layer already exists [2021-01-21T15:38:47.942Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:0a38f1297638696a00d5028764b52f0d1e76d88e791d219c63bcc40c9b1c2ef0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:48.243Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:48.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-21T15:38:48.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-21T15:38:48.537Z] a73219c09e22: Preparing [2021-01-21T15:38:48.537Z] 69b4dbc8bf40: Preparing [2021-01-21T15:38:48.537Z] 6c0d08896f2f: Preparing [2021-01-21T15:38:48.537Z] 2cca6c60bba1: Preparing [2021-01-21T15:38:48.537Z] dcf0dd1b83c1: Preparing [2021-01-21T15:38:48.537Z] 777b2c648970: Preparing [2021-01-21T15:38:48.537Z] 777b2c648970: Waiting [2021-01-21T15:38:48.537Z] dcf0dd1b83c1: Layer already exists [2021-01-21T15:38:48.537Z] 6c0d08896f2f: Layer already exists [2021-01-21T15:38:48.537Z] 69b4dbc8bf40: Layer already exists [2021-01-21T15:38:48.537Z] 2cca6c60bba1: Layer already exists [2021-01-21T15:38:48.537Z] a73219c09e22: Layer already exists [2021-01-21T15:38:48.537Z] 777b2c648970: Layer already exists [2021-01-21T15:38:48.537Z] master: digest: sha256:0a38f1297638696a00d5028764b52f0d1e76d88e791d219c63bcc40c9b1c2ef0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:48.757Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:48.803Z] taggedImages: [2021-01-21T15:38:48.803Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:48.803Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.50 [2021-01-21T15:38:48.803Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:48.803Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-21T15:38:48.864Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-21T15:38:48.864Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:48.864Z] 2.0.0-dev.50 [2021-01-21T15:38:48.864Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:48.864Z] master [2021-01-21T15:38:48.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:49.360Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:49.536Z] Removing intermediate container bbd95c70be59 [2021-01-21T15:38:49.536Z] ---> 1d3bd2e38b75 [2021-01-21T15:38:49.536Z] [2021-01-21T15:38:49.536Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T15:38:49.536Z] 3.12: Pulling from library/alpine [2021-01-21T15:38:49.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:49.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T15:38:49.657Z] 37d51c9a2883: Preparing [2021-01-21T15:38:49.657Z] b39b1f78d3a3: Preparing [2021-01-21T15:38:49.657Z] b840fdf4e082: Preparing [2021-01-21T15:38:49.657Z] b6bed3fa60f9: Preparing [2021-01-21T15:38:49.657Z] a92194413078: Preparing [2021-01-21T15:38:49.657Z] 61d9cd353cab: Preparing [2021-01-21T15:38:49.657Z] 4b960b8b9de4: Preparing [2021-01-21T15:38:49.657Z] aaa6754bc497: Preparing [2021-01-21T15:38:49.657Z] 777b2c648970: Preparing [2021-01-21T15:38:49.657Z] 61d9cd353cab: Waiting [2021-01-21T15:38:49.657Z] 4b960b8b9de4: Waiting [2021-01-21T15:38:49.657Z] aaa6754bc497: Waiting [2021-01-21T15:38:49.657Z] 777b2c648970: Waiting [2021-01-21T15:38:49.927Z] b39b1f78d3a3: Pushed [2021-01-21T15:38:49.927Z] 37d51c9a2883: Pushed [2021-01-21T15:38:49.927Z] a92194413078: Pushed [2021-01-21T15:38:49.927Z] 61d9cd353cab: Pushed [2021-01-21T15:38:50.188Z] 4b960b8b9de4: Pushed [2021-01-21T15:38:50.188Z] 777b2c648970: Layer already exists [2021-01-21T15:38:50.760Z] b6bed3fa60f9: Pushed [2021-01-21T15:38:50.760Z] b840fdf4e082: Pushed [2021-01-21T15:38:51.336Z] aaa6754bc497: Pushed [2021-01-21T15:38:51.336Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:c82bee67cfd1e4aa4cf74065856b2f8799f39dc8e21e2a6f8ab9db8099010777 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:51.643Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:51.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.50 [2021-01-21T15:38:51.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T15:38:51.963Z] 37d51c9a2883: Preparing [2021-01-21T15:38:51.963Z] b39b1f78d3a3: Preparing [2021-01-21T15:38:51.963Z] b840fdf4e082: Preparing [2021-01-21T15:38:51.963Z] b6bed3fa60f9: Preparing [2021-01-21T15:38:51.963Z] a92194413078: Preparing [2021-01-21T15:38:51.963Z] 61d9cd353cab: Preparing [2021-01-21T15:38:51.963Z] 4b960b8b9de4: Preparing [2021-01-21T15:38:51.963Z] aaa6754bc497: Preparing [2021-01-21T15:38:51.963Z] 777b2c648970: Preparing [2021-01-21T15:38:51.963Z] 61d9cd353cab: Waiting [2021-01-21T15:38:51.963Z] 4b960b8b9de4: Waiting [2021-01-21T15:38:51.963Z] 777b2c648970: Waiting [2021-01-21T15:38:51.963Z] aaa6754bc497: Waiting [2021-01-21T15:38:51.963Z] 37d51c9a2883: Layer already exists [2021-01-21T15:38:51.963Z] a92194413078: Layer already exists [2021-01-21T15:38:51.963Z] b840fdf4e082: Layer already exists [2021-01-21T15:38:51.963Z] b39b1f78d3a3: Layer already exists [2021-01-21T15:38:51.963Z] b6bed3fa60f9: Layer already exists [2021-01-21T15:38:51.963Z] 61d9cd353cab: Layer already exists [2021-01-21T15:38:51.963Z] 4b960b8b9de4: Layer already exists [2021-01-21T15:38:51.963Z] 777b2c648970: Layer already exists [2021-01-21T15:38:51.963Z] aaa6754bc497: Layer already exists [2021-01-21T15:38:51.963Z] 2.0.0-dev.50: digest: sha256:c82bee67cfd1e4aa4cf74065856b2f8799f39dc8e21e2a6f8ab9db8099010777 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:52.073Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T15:38:52.073Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T15:38:52.073Z] ---> afeebe901d6b [2021-01-21T15:38:52.073Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:38:52.282Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:52.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:52.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T15:38:52.576Z] 37d51c9a2883: Preparing [2021-01-21T15:38:52.576Z] b39b1f78d3a3: Preparing [2021-01-21T15:38:52.576Z] b840fdf4e082: Preparing [2021-01-21T15:38:52.576Z] b6bed3fa60f9: Preparing [2021-01-21T15:38:52.576Z] a92194413078: Preparing [2021-01-21T15:38:52.576Z] 61d9cd353cab: Preparing [2021-01-21T15:38:52.576Z] 4b960b8b9de4: Preparing [2021-01-21T15:38:52.576Z] aaa6754bc497: Preparing [2021-01-21T15:38:52.576Z] 777b2c648970: Preparing [2021-01-21T15:38:52.576Z] 61d9cd353cab: Waiting [2021-01-21T15:38:52.576Z] 4b960b8b9de4: Waiting [2021-01-21T15:38:52.576Z] aaa6754bc497: Waiting [2021-01-21T15:38:52.576Z] 777b2c648970: Waiting [2021-01-21T15:38:52.576Z] 37d51c9a2883: Layer already exists [2021-01-21T15:38:52.576Z] b39b1f78d3a3: Layer already exists [2021-01-21T15:38:52.576Z] b840fdf4e082: Layer already exists [2021-01-21T15:38:52.576Z] a92194413078: Layer already exists [2021-01-21T15:38:52.576Z] b6bed3fa60f9: Layer already exists [2021-01-21T15:38:52.576Z] 4b960b8b9de4: Layer already exists [2021-01-21T15:38:52.576Z] 61d9cd353cab: Layer already exists [2021-01-21T15:38:52.576Z] aaa6754bc497: Layer already exists [2021-01-21T15:38:52.576Z] 777b2c648970: Layer already exists [2021-01-21T15:38:52.576Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:c82bee67cfd1e4aa4cf74065856b2f8799f39dc8e21e2a6f8ab9db8099010777 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:52.854Z] ---> Running in e08331cf23a7 [2021-01-21T15:38:52.876Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:53.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-21T15:38:53.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-21T15:38:53.172Z] 37d51c9a2883: Preparing [2021-01-21T15:38:53.172Z] b39b1f78d3a3: Preparing [2021-01-21T15:38:53.172Z] b840fdf4e082: Preparing [2021-01-21T15:38:53.172Z] b6bed3fa60f9: Preparing [2021-01-21T15:38:53.172Z] a92194413078: Preparing [2021-01-21T15:38:53.172Z] 61d9cd353cab: Preparing [2021-01-21T15:38:53.172Z] 4b960b8b9de4: Preparing [2021-01-21T15:38:53.172Z] aaa6754bc497: Preparing [2021-01-21T15:38:53.172Z] 777b2c648970: Preparing [2021-01-21T15:38:53.172Z] 61d9cd353cab: Waiting [2021-01-21T15:38:53.172Z] 4b960b8b9de4: Waiting [2021-01-21T15:38:53.172Z] aaa6754bc497: Waiting [2021-01-21T15:38:53.172Z] 777b2c648970: Waiting [2021-01-21T15:38:53.172Z] b6bed3fa60f9: Layer already exists [2021-01-21T15:38:53.172Z] a92194413078: Layer already exists [2021-01-21T15:38:53.172Z] b840fdf4e082: Layer already exists [2021-01-21T15:38:53.172Z] b39b1f78d3a3: Layer already exists [2021-01-21T15:38:53.172Z] 37d51c9a2883: Layer already exists [2021-01-21T15:38:53.172Z] 777b2c648970: Layer already exists [2021-01-21T15:38:53.172Z] 4b960b8b9de4: Layer already exists [2021-01-21T15:38:53.172Z] 61d9cd353cab: Layer already exists [2021-01-21T15:38:53.172Z] aaa6754bc497: Layer already exists [2021-01-21T15:38:53.172Z] master: digest: sha256:c82bee67cfd1e4aa4cf74065856b2f8799f39dc8e21e2a6f8ab9db8099010777 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:53.372Z] ===================================================== [Pipeline] echo [2021-01-21T15:38:53.428Z] taggedImages: [2021-01-21T15:38:53.428Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:53.428Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.50 [2021-01-21T15:38:53.428Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:53.428Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-21T15:38:53.490Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-21T15:38:53.490Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:53.490Z] 2.0.0-dev.50 [2021-01-21T15:38:53.490Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:53.490Z] master [2021-01-21T15:38:53.490Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:53.951Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:54.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:54.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T15:38:54.250Z] 92d5ce124b53: Preparing [2021-01-21T15:38:54.250Z] 0351ac2d06cb: Preparing [2021-01-21T15:38:54.250Z] 6fdaf985717f: Preparing [2021-01-21T15:38:54.250Z] 06ab589da642: Preparing [2021-01-21T15:38:54.250Z] a0dc4ec4c060: Preparing [2021-01-21T15:38:54.250Z] 9bac88ad9ae7: Preparing [2021-01-21T15:38:54.250Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:54.511Z] 92d5ce124b53: Pushed [2021-01-21T15:38:54.511Z] 06ab589da642: Pushed [2021-01-21T15:38:54.511Z] a0dc4ec4c060: Pushed [2021-01-21T15:38:54.511Z] 9bac88ad9ae7: Pushed [2021-01-21T15:38:55.455Z] 0351ac2d06cb: Pushed [2021-01-21T15:38:55.455Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:7d8edbec1e46d3781f17eaa106a97874a40dbbfdafaa6e480500e24b8fff7b99 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:55.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:38:55.761Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:55.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:38:56.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.50 [2021-01-21T15:38:56.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T15:38:56.066Z] 92d5ce124b53: Preparing [2021-01-21T15:38:56.066Z] 0351ac2d06cb: Preparing [2021-01-21T15:38:56.066Z] 6fdaf985717f: Preparing [2021-01-21T15:38:56.066Z] 06ab589da642: Preparing [2021-01-21T15:38:56.066Z] a0dc4ec4c060: Preparing [2021-01-21T15:38:56.066Z] 9bac88ad9ae7: Preparing [2021-01-21T15:38:56.066Z] 9bac88ad9ae7: Waiting [2021-01-21T15:38:56.066Z] 0351ac2d06cb: Layer already exists [2021-01-21T15:38:56.066Z] 06ab589da642: Layer already exists [2021-01-21T15:38:56.066Z] a0dc4ec4c060: Layer already exists [2021-01-21T15:38:56.066Z] 92d5ce124b53: Layer already exists [2021-01-21T15:38:56.066Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:56.066Z] 9bac88ad9ae7: Layer already exists [2021-01-21T15:38:56.066Z] 2.0.0-dev.50: digest: sha256:7d8edbec1e46d3781f17eaa106a97874a40dbbfdafaa6e480500e24b8fff7b99 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:56.369Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:56.420Z] Removing intermediate container ecbae37b16d2 [2021-01-21T15:38:56.420Z] ---> b9b8eafb384a [2021-01-21T15:38:56.420Z] [2021-01-21T15:38:56.420Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T15:38:56.420Z] ---> afeebe901d6b [2021-01-21T15:38:56.420Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T15:38:56.420Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:38:56.420Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:38:56.420Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:38:56.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:56.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T15:38:56.677Z] 92d5ce124b53: Preparing [2021-01-21T15:38:56.677Z] 0351ac2d06cb: Preparing [2021-01-21T15:38:56.677Z] 6fdaf985717f: Preparing [2021-01-21T15:38:56.677Z] 06ab589da642: Preparing [2021-01-21T15:38:56.677Z] a0dc4ec4c060: Preparing [2021-01-21T15:38:56.677Z] 9bac88ad9ae7: Preparing [2021-01-21T15:38:56.677Z] 9bac88ad9ae7: Waiting [2021-01-21T15:38:56.677Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:56.677Z] 92d5ce124b53: Layer already exists [2021-01-21T15:38:56.677Z] 0351ac2d06cb: Layer already exists [2021-01-21T15:38:56.677Z] a0dc4ec4c060: Layer already exists [2021-01-21T15:38:56.677Z] 06ab589da642: Layer already exists [2021-01-21T15:38:56.677Z] 9bac88ad9ae7: Layer already exists [2021-01-21T15:38:56.677Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:7d8edbec1e46d3781f17eaa106a97874a40dbbfdafaa6e480500e24b8fff7b99 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:56.744Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:38:56.745Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:38:56.745Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:38:56.745Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:38:57.006Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:57.028Z] OK: 7 MiB in 19 packages [2021-01-21T15:38:57.028Z] ---> Running in 8d93156cc2a0 [2021-01-21T15:38:57.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-21T15:38:57.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-21T15:38:57.460Z] 92d5ce124b53: Preparing [2021-01-21T15:38:57.460Z] 0351ac2d06cb: Preparing [2021-01-21T15:38:57.460Z] 6fdaf985717f: Preparing [2021-01-21T15:38:57.460Z] 06ab589da642: Preparing [2021-01-21T15:38:57.460Z] a0dc4ec4c060: Preparing [2021-01-21T15:38:57.460Z] 9bac88ad9ae7: Preparing [2021-01-21T15:38:57.460Z] 9bac88ad9ae7: Waiting [2021-01-21T15:38:57.460Z] 92d5ce124b53: Layer already exists [2021-01-21T15:38:57.460Z] a0dc4ec4c060: Layer already exists [2021-01-21T15:38:57.460Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:57.460Z] 06ab589da642: Layer already exists [2021-01-21T15:38:57.460Z] 0351ac2d06cb: Layer already exists [2021-01-21T15:38:57.460Z] 9bac88ad9ae7: Layer already exists [2021-01-21T15:38:57.460Z] master: digest: sha256:7d8edbec1e46d3781f17eaa106a97874a40dbbfdafaa6e480500e24b8fff7b99 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:38:57.646Z] ===================================================== [2021-01-21T15:38:57.647Z] Removing intermediate container aec777eb416f [2021-01-21T15:38:57.648Z] ---> ab0439b1911e [2021-01-21T15:38:57.648Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] echo [2021-01-21T15:38:57.705Z] taggedImages: [2021-01-21T15:38:57.705Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:57.705Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.50 [2021-01-21T15:38:57.705Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:57.705Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-21T15:38:57.764Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-21T15:38:57.764Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:57.764Z] 2.0.0-dev.50 [2021-01-21T15:38:57.764Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:38:57.764Z] master [2021-01-21T15:38:57.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:58.257Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:58.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:38:58.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T15:38:58.562Z] 9d0c10e1cd12: Preparing [2021-01-21T15:38:58.562Z] cb074aaf9908: Preparing [2021-01-21T15:38:58.562Z] 6fdaf985717f: Preparing [2021-01-21T15:38:58.562Z] 6fdaf985717f: Layer already exists [2021-01-21T15:38:58.562Z] 9d0c10e1cd12: Pushed [2021-01-21T15:38:58.658Z] ---> Running in a852a1ac61e4 [2021-01-21T15:38:59.258Z] Removing intermediate container ec1a1b038310 [2021-01-21T15:38:59.258Z] ---> 22eb132bf23d [2021-01-21T15:38:59.258Z] [2021-01-21T15:38:59.258Z] Step 10/22 : FROM scratch [2021-01-21T15:38:59.258Z] ---> [2021-01-21T15:38:59.258Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:38:59.506Z] cb074aaf9908: Pushed [2021-01-21T15:38:59.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:38:59.768Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:9a1f1e5e7c944f0ed7e64d2883599753b7312f17b39e2126ce3f98df59e9fce4 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:38:59.808Z] ---> Running in 734a41bcaf32 [2021-01-21T15:38:59.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:00.069Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:00.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.50 [2021-01-21T15:39:00.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T15:39:00.363Z] 9d0c10e1cd12: Preparing [2021-01-21T15:39:00.363Z] cb074aaf9908: Preparing [2021-01-21T15:39:00.363Z] 6fdaf985717f: Preparing [2021-01-21T15:39:00.363Z] 9d0c10e1cd12: Layer already exists [2021-01-21T15:39:00.363Z] cb074aaf9908: Layer already exists [2021-01-21T15:39:00.363Z] 6fdaf985717f: Layer already exists [2021-01-21T15:39:00.363Z] 2.0.0-dev.50: digest: sha256:9a1f1e5e7c944f0ed7e64d2883599753b7312f17b39e2126ce3f98df59e9fce4 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:00.412Z] Removing intermediate container e08331cf23a7 [2021-01-21T15:39:00.412Z] ---> 94fd9d280bde [2021-01-21T15:39:00.412Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-21T15:39:00.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T15:39:00.412Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T15:39:00.412Z] ---> Running in ddf0cd1fa104 [2021-01-21T15:39:00.669Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:00.688Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:39:00.688Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T15:39:00.688Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T15:39:00.688Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T15:39:00.688Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:39:00.688Z] Removing intermediate container 734a41bcaf32 [2021-01-21T15:39:00.688Z] ---> cae98c714652 [2021-01-21T15:39:00.688Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-21T15:39:00.688Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:39:00.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:39:00.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T15:39:00.965Z] 9d0c10e1cd12: Preparing [2021-01-21T15:39:00.965Z] cb074aaf9908: Preparing [2021-01-21T15:39:00.965Z] 6fdaf985717f: Preparing [2021-01-21T15:39:00.965Z] 9d0c10e1cd12: Layer already exists [2021-01-21T15:39:00.965Z] cb074aaf9908: Layer already exists [2021-01-21T15:39:00.965Z] 6fdaf985717f: Layer already exists [2021-01-21T15:39:00.965Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:9a1f1e5e7c944f0ed7e64d2883599753b7312f17b39e2126ce3f98df59e9fce4 size: 943 [2021-01-21T15:39:00.969Z] ---> Running in 6becb63bf18b [2021-01-21T15:39:00.969Z] OK: 7 MiB in 19 packages [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:01.258Z] Removing intermediate container ddf0cd1fa104 [2021-01-21T15:39:01.258Z] ---> c25c86f8ff0b [2021-01-21T15:39:01.258Z] Step 13/22 : WORKDIR / [2021-01-21T15:39:01.264Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:01.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-21T15:39:01.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-21T15:39:01.558Z] 9d0c10e1cd12: Preparing [2021-01-21T15:39:01.558Z] cb074aaf9908: Preparing [2021-01-21T15:39:01.558Z] 6fdaf985717f: Preparing [2021-01-21T15:39:01.558Z] cb074aaf9908: Layer already exists [2021-01-21T15:39:01.558Z] 6fdaf985717f: Layer already exists [2021-01-21T15:39:01.558Z] 9d0c10e1cd12: Layer already exists [2021-01-21T15:39:01.558Z] master: digest: sha256:9a1f1e5e7c944f0ed7e64d2883599753b7312f17b39e2126ce3f98df59e9fce4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:39:01.801Z] ===================================================== [2021-01-21T15:39:01.856Z] ---> Running in 2874b5f2d30f [2021-01-21T15:39:01.856Z] Removing intermediate container 6becb63bf18b [2021-01-21T15:39:01.856Z] ---> 14933e0ab933 [2021-01-21T15:39:01.856Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] echo [2021-01-21T15:39:01.860Z] taggedImages: [2021-01-21T15:39:01.860Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:01.860Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.50 [2021-01-21T15:39:01.860Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:39:01.860Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-21T15:39:01.970Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-21T15:39:01.970Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:01.970Z] 2.0.0-dev.50 [2021-01-21T15:39:01.970Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:39:01.970Z] master [2021-01-21T15:39:01.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-21T15:39:02.136Z] ---> Running in a35ca29ce327 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:02.414Z] Removing intermediate container 2874b5f2d30f [2021-01-21T15:39:02.414Z] ---> f8f6e672aa11 [2021-01-21T15:39:02.414Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:39:02.448Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:02.693Z] Removing intermediate container a35ca29ce327 [2021-01-21T15:39:02.693Z] ---> f0cd0c8a2e44 [2021-01-21T15:39:02.693Z] Step 14/22 : WORKDIR / [2021-01-21T15:39:02.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:02.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T15:39:02.756Z] b8a6032ba9b5: Preparing [2021-01-21T15:39:02.756Z] 62d025a738f5: Preparing [2021-01-21T15:39:02.756Z] dcd48c9bbeca: Preparing [2021-01-21T15:39:02.756Z] 43344e877540: Preparing [2021-01-21T15:39:02.756Z] 957da3dc54c5: Preparing [2021-01-21T15:39:02.756Z] 6bec0d7ac971: Preparing [2021-01-21T15:39:02.756Z] 72265b079ad9: Preparing [2021-01-21T15:39:02.756Z] 0754057c0ad3: Preparing [2021-01-21T15:39:02.756Z] 998cdf262ab1: Preparing [2021-01-21T15:39:02.756Z] 02e56110abd2: Preparing [2021-01-21T15:39:02.756Z] abc36efb885a: Preparing [2021-01-21T15:39:02.756Z] b0b09059f4e1: Preparing [2021-01-21T15:39:02.756Z] bb961f40224b: Preparing [2021-01-21T15:39:02.756Z] f4666769fca7: Preparing [2021-01-21T15:39:02.756Z] 6bec0d7ac971: Waiting [2021-01-21T15:39:02.756Z] 72265b079ad9: Waiting [2021-01-21T15:39:02.756Z] 0754057c0ad3: Waiting [2021-01-21T15:39:02.756Z] 998cdf262ab1: Waiting [2021-01-21T15:39:02.756Z] 02e56110abd2: Waiting [2021-01-21T15:39:02.756Z] abc36efb885a: Waiting [2021-01-21T15:39:02.756Z] b0b09059f4e1: Waiting [2021-01-21T15:39:02.756Z] f4666769fca7: Waiting [2021-01-21T15:39:02.756Z] bb961f40224b: Waiting [2021-01-21T15:39:02.972Z] ---> Running in 372dacf6af83 [2021-01-21T15:39:03.017Z] 957da3dc54c5: Pushed [2021-01-21T15:39:03.017Z] b8a6032ba9b5: Pushed [2021-01-21T15:39:03.283Z] 43344e877540: Pushed [2021-01-21T15:39:03.283Z] 0754057c0ad3: Layer already exists [2021-01-21T15:39:03.283Z] 998cdf262ab1: Layer already exists [2021-01-21T15:39:03.283Z] 72265b079ad9: Pushed [2021-01-21T15:39:03.283Z] 02e56110abd2: Layer already exists [2021-01-21T15:39:03.283Z] abc36efb885a: Layer already exists [2021-01-21T15:39:03.283Z] b0b09059f4e1: Layer already exists [2021-01-21T15:39:03.545Z] bb961f40224b: Layer already exists [2021-01-21T15:39:03.545Z] f4666769fca7: Layer already exists [2021-01-21T15:39:03.545Z] 62d025a738f5: Pushed [2021-01-21T15:39:03.574Z] Removing intermediate container 8d93156cc2a0 [2021-01-21T15:39:03.574Z] ---> b52fade5fbc7 [2021-01-21T15:39:03.574Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:39:03.851Z] ---> 13b63dd9e722 [2021-01-21T15:39:03.851Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-21T15:39:03.851Z] ---> Running in 1b3713c7483d [2021-01-21T15:39:04.124Z] 6bec0d7ac971: Pushed [2021-01-21T15:39:04.134Z] Removing intermediate container 372dacf6af83 [2021-01-21T15:39:04.134Z] ---> a4594119ad5e [2021-01-21T15:39:04.134Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:39:05.119Z] Removing intermediate container 1b3713c7483d [2021-01-21T15:39:05.119Z] ---> dd51097f67a2 [2021-01-21T15:39:05.119Z] Step 13/24 : WORKDIR / [2021-01-21T15:39:05.393Z] Removing intermediate container a852a1ac61e4 [2021-01-21T15:39:05.393Z] ---> dae48f6cb7f6 [2021-01-21T15:39:05.393Z] [2021-01-21T15:39:05.393Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T15:39:05.393Z] 20.10.0: Pulling from library/docker [2021-01-21T15:39:05.681Z] ---> Running in 286b199bf960 [2021-01-21T15:39:05.681Z] ---> f179bb056fa5 [2021-01-21T15:39:05.681Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T15:39:05.962Z] ---> 553e815df438 [2021-01-21T15:39:05.962Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-21T15:39:06.577Z] Removing intermediate container 286b199bf960 [2021-01-21T15:39:06.577Z] ---> 9e8776d4646b [2021-01-21T15:39:06.577Z] 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-21T15:39:08.027Z] ---> d1aa456faff6 [2021-01-21T15:39:08.027Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-21T15:39:09.028Z] ---> 7879766752ca [2021-01-21T15:39:09.028Z] 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-21T15:39:09.028Z] ---> b032867cfe67 [2021-01-21T15:39:09.028Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T15:39:09.304Z] ---> cca9d22edf38 [2021-01-21T15:39:09.304Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-21T15:39:09.913Z] ---> Running in 56c131d2ab4e [2021-01-21T15:39:10.519Z] ---> 3daeb4da572a [2021-01-21T15:39:10.519Z] ---> 93556d777320 [2021-01-21T15:39:10.519Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T15:39:10.519Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-21T15:39:10.725Z] dcd48c9bbeca: Pushed [2021-01-21T15:39:10.725Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:5463d31f0e21616fa54421042ecb01f3d30407f024d937701926172784113531 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:10.795Z] ---> Running in 218ec84589b0 [2021-01-21T15:39:11.044Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:11.070Z] Removing intermediate container 194f4895ed09 [2021-01-21T15:39:11.070Z] ---> 28cae8a3a12f [2021-01-21T15:39:11.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.50 [2021-01-21T15:39:11.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T15:39:11.342Z] b8a6032ba9b5: Preparing [2021-01-21T15:39:11.342Z] 62d025a738f5: Preparing [2021-01-21T15:39:11.342Z] dcd48c9bbeca: Preparing [2021-01-21T15:39:11.342Z] 43344e877540: Preparing [2021-01-21T15:39:11.342Z] 957da3dc54c5: Preparing [2021-01-21T15:39:11.342Z] 6bec0d7ac971: Preparing [2021-01-21T15:39:11.342Z] 72265b079ad9: Preparing [2021-01-21T15:39:11.342Z] 0754057c0ad3: Preparing [2021-01-21T15:39:11.342Z] 998cdf262ab1: Preparing [2021-01-21T15:39:11.342Z] 02e56110abd2: Preparing [2021-01-21T15:39:11.342Z] abc36efb885a: Preparing [2021-01-21T15:39:11.342Z] b0b09059f4e1: Preparing [2021-01-21T15:39:11.342Z] bb961f40224b: Preparing [2021-01-21T15:39:11.342Z] f4666769fca7: Preparing [2021-01-21T15:39:11.342Z] 6bec0d7ac971: Waiting [2021-01-21T15:39:11.342Z] 72265b079ad9: Waiting [2021-01-21T15:39:11.342Z] 0754057c0ad3: Waiting [2021-01-21T15:39:11.342Z] f4666769fca7: Waiting [2021-01-21T15:39:11.342Z] bb961f40224b: Waiting [2021-01-21T15:39:11.342Z] 02e56110abd2: Waiting [2021-01-21T15:39:11.342Z] abc36efb885a: Waiting [2021-01-21T15:39:11.342Z] b0b09059f4e1: Waiting [2021-01-21T15:39:11.342Z] b8a6032ba9b5: Layer already exists [2021-01-21T15:39:11.342Z] 43344e877540: Layer already exists [2021-01-21T15:39:11.342Z] 62d025a738f5: Layer already exists [2021-01-21T15:39:11.342Z] dcd48c9bbeca: Layer already exists [2021-01-21T15:39:11.342Z] 957da3dc54c5: Layer already exists [2021-01-21T15:39:11.342Z] 0754057c0ad3: Layer already exists [2021-01-21T15:39:11.342Z] 72265b079ad9: Layer already exists [2021-01-21T15:39:11.342Z] 6bec0d7ac971: Layer already exists [2021-01-21T15:39:11.342Z] 02e56110abd2: Layer already exists [2021-01-21T15:39:11.342Z] 998cdf262ab1: Layer already exists [2021-01-21T15:39:11.342Z] bb961f40224b: Layer already exists [2021-01-21T15:39:11.342Z] abc36efb885a: Layer already exists [2021-01-21T15:39:11.342Z] f4666769fca7: Layer already exists [2021-01-21T15:39:11.342Z] b0b09059f4e1: Layer already exists [2021-01-21T15:39:11.342Z] 2.0.0-dev.50: digest: sha256:5463d31f0e21616fa54421042ecb01f3d30407f024d937701926172784113531 size: 3252 [2021-01-21T15:39:11.343Z] [2021-01-21T15:39:11.343Z] Step 10/22 : FROM scratch [2021-01-21T15:39:11.343Z] ---> [2021-01-21T15:39:11.343Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:39:11.343Z] ---> Using cache [2021-01-21T15:39:11.343Z] ---> cae98c714652 [2021-01-21T15:39:11.343Z] Step 12/22 : ENV APP_PORT=48081 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:11.647Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:11.943Z] Removing intermediate container 218ec84589b0 [2021-01-21T15:39:11.943Z] ---> 2df0c9075ad7 [2021-01-21T15:39:11.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:39:11.943Z] ---> Running in f56b7a32bbc7 [2021-01-21T15:39:11.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:39:11.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T15:39:11.945Z] b8a6032ba9b5: Preparing [2021-01-21T15:39:11.945Z] 62d025a738f5: Preparing [2021-01-21T15:39:11.945Z] dcd48c9bbeca: Preparing [2021-01-21T15:39:11.945Z] 43344e877540: Preparing [2021-01-21T15:39:11.945Z] 957da3dc54c5: Preparing [2021-01-21T15:39:11.945Z] 6bec0d7ac971: Preparing [2021-01-21T15:39:11.945Z] 72265b079ad9: Preparing [2021-01-21T15:39:11.945Z] 0754057c0ad3: Preparing [2021-01-21T15:39:11.945Z] 998cdf262ab1: Preparing [2021-01-21T15:39:11.945Z] 02e56110abd2: Preparing [2021-01-21T15:39:11.945Z] abc36efb885a: Preparing [2021-01-21T15:39:11.945Z] b0b09059f4e1: Preparing [2021-01-21T15:39:11.945Z] bb961f40224b: Preparing [2021-01-21T15:39:11.945Z] f4666769fca7: Preparing [2021-01-21T15:39:11.945Z] 6bec0d7ac971: Waiting [2021-01-21T15:39:11.945Z] 72265b079ad9: Waiting [2021-01-21T15:39:11.945Z] 0754057c0ad3: Waiting [2021-01-21T15:39:11.945Z] 998cdf262ab1: Waiting [2021-01-21T15:39:11.945Z] 02e56110abd2: Waiting [2021-01-21T15:39:11.945Z] abc36efb885a: Waiting [2021-01-21T15:39:11.945Z] b0b09059f4e1: Waiting [2021-01-21T15:39:11.945Z] bb961f40224b: Waiting [2021-01-21T15:39:11.945Z] f4666769fca7: Waiting [2021-01-21T15:39:11.945Z] 62d025a738f5: Layer already exists [2021-01-21T15:39:11.945Z] dcd48c9bbeca: Layer already exists [2021-01-21T15:39:11.945Z] b8a6032ba9b5: Layer already exists [2021-01-21T15:39:11.945Z] 43344e877540: Layer already exists [2021-01-21T15:39:11.945Z] 957da3dc54c5: Layer already exists [2021-01-21T15:39:11.945Z] 6bec0d7ac971: Layer already exists [2021-01-21T15:39:11.945Z] 72265b079ad9: Layer already exists [2021-01-21T15:39:11.945Z] 0754057c0ad3: Layer already exists [2021-01-21T15:39:11.945Z] 998cdf262ab1: Layer already exists [2021-01-21T15:39:11.945Z] 02e56110abd2: Layer already exists [2021-01-21T15:39:11.945Z] abc36efb885a: Layer already exists [2021-01-21T15:39:11.945Z] b0b09059f4e1: Layer already exists [2021-01-21T15:39:11.945Z] bb961f40224b: Layer already exists [2021-01-21T15:39:11.945Z] f4666769fca7: Layer already exists [2021-01-21T15:39:11.945Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:5463d31f0e21616fa54421042ecb01f3d30407f024d937701926172784113531 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:12.220Z] ---> ca43f7702fe6 [2021-01-21T15:39:12.220Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T15:39:12.265Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:39:12.498Z] ---> Running in 26bee9172798 [2021-01-21T15:39:12.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-21T15:39:12.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-21T15:39:12.566Z] b8a6032ba9b5: Preparing [2021-01-21T15:39:12.566Z] 62d025a738f5: Preparing [2021-01-21T15:39:12.566Z] dcd48c9bbeca: Preparing [2021-01-21T15:39:12.566Z] 43344e877540: Preparing [2021-01-21T15:39:12.566Z] 957da3dc54c5: Preparing [2021-01-21T15:39:12.566Z] 6bec0d7ac971: Preparing [2021-01-21T15:39:12.566Z] 72265b079ad9: Preparing [2021-01-21T15:39:12.566Z] 0754057c0ad3: Preparing [2021-01-21T15:39:12.566Z] 998cdf262ab1: Preparing [2021-01-21T15:39:12.566Z] 02e56110abd2: Preparing [2021-01-21T15:39:12.566Z] abc36efb885a: Preparing [2021-01-21T15:39:12.566Z] b0b09059f4e1: Preparing [2021-01-21T15:39:12.566Z] bb961f40224b: Preparing [2021-01-21T15:39:12.566Z] f4666769fca7: Preparing [2021-01-21T15:39:12.566Z] 998cdf262ab1: Waiting [2021-01-21T15:39:12.566Z] 02e56110abd2: Waiting [2021-01-21T15:39:12.566Z] abc36efb885a: Waiting [2021-01-21T15:39:12.566Z] b0b09059f4e1: Waiting [2021-01-21T15:39:12.566Z] bb961f40224b: Waiting [2021-01-21T15:39:12.566Z] f4666769fca7: Waiting [2021-01-21T15:39:12.566Z] 6bec0d7ac971: Waiting [2021-01-21T15:39:12.566Z] 72265b079ad9: Waiting [2021-01-21T15:39:12.566Z] 957da3dc54c5: Layer already exists [2021-01-21T15:39:12.566Z] 62d025a738f5: Layer already exists [2021-01-21T15:39:12.566Z] dcd48c9bbeca: Layer already exists [2021-01-21T15:39:12.566Z] b8a6032ba9b5: Layer already exists [2021-01-21T15:39:12.566Z] 43344e877540: Layer already exists [2021-01-21T15:39:12.566Z] 6bec0d7ac971: Layer already exists [2021-01-21T15:39:12.566Z] 0754057c0ad3: Layer already exists [2021-01-21T15:39:12.566Z] 72265b079ad9: Layer already exists [2021-01-21T15:39:12.566Z] 02e56110abd2: Layer already exists [2021-01-21T15:39:12.566Z] 998cdf262ab1: Layer already exists [2021-01-21T15:39:12.566Z] bb961f40224b: Layer already exists [2021-01-21T15:39:12.566Z] abc36efb885a: Layer already exists [2021-01-21T15:39:12.566Z] b0b09059f4e1: Layer already exists [2021-01-21T15:39:12.566Z] f4666769fca7: Layer already exists [2021-01-21T15:39:12.792Z] Removing intermediate container f56b7a32bbc7 [2021-01-21T15:39:12.792Z] ---> 223dfeb3a6ed [2021-01-21T15:39:12.792Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-21T15:39:12.827Z] master: digest: sha256:5463d31f0e21616fa54421042ecb01f3d30407f024d937701926172784113531 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:39:13.032Z] ===================================================== [Pipeline] echo [2021-01-21T15:39:13.075Z] taggedImages: [2021-01-21T15:39:13.075Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:13.075Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.50 [2021-01-21T15:39:13.075Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:39:13.075Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-01-21T15:39:13.082Z] ---> Running in 0bff5b239f2a [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-21T15:39:13.361Z] Removing intermediate container 26bee9172798 [2021-01-21T15:39:13.361Z] ---> 1bb15184be32 [2021-01-21T15:39:13.361Z] Step 20/22 : LABEL arch=arm64 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-21T15:39:13.637Z] Removing intermediate container 56c131d2ab4e [2021-01-21T15:39:13.638Z] ---> e9b84fadb95a [2021-01-21T15:39:13.638Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T15:39:13.914Z] ---> Running in d1266511ca19 [2021-01-21T15:39:14.202Z] ---> Running in 2fbda87dcdd1 [2021-01-21T15:39:14.202Z] Removing intermediate container 0bff5b239f2a [2021-01-21T15:39:14.202Z] ---> ceeb4776796b [2021-01-21T15:39:14.202Z] Step 14/22 : WORKDIR / [2021-01-21T15:39:14.802Z] ---> 9268c5f94d6e [2021-01-21T15:39:14.802Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T15:39:14.802Z] ---> Running in ae2dc03e196a [2021-01-21T15:39:15.080Z] Removing intermediate container 2fbda87dcdd1 [2021-01-21T15:39:15.080Z] ---> 1b07a6c831eb [2021-01-21T15:39:15.080Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:39:15.080Z] Removing intermediate container d1266511ca19 [2021-01-21T15:39:15.080Z] ---> 2c29921c382f [2021-01-21T15:39:15.080Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:15.676Z] ---> Running in 680aa1de27fc [2021-01-21T15:39:15.676Z] ---> Running in c47493b56357 [2021-01-21T15:39:15.962Z] Removing intermediate container ae2dc03e196a [2021-01-21T15:39:15.962Z] ---> 8e28c3aba46d [2021-01-21T15:39:15.962Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:39:16.945Z] ---> 9985825ec203 [2021-01-21T15:39:16.945Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/Removing intermediate container 680aa1de27fc [2021-01-21T15:39:16.945Z] [2021-01-21T15:39:16.945Z] ---> db80867bd44e [2021-01-21T15:39:16.945Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:16.945Z] Removing intermediate container c47493b56357 [2021-01-21T15:39:16.945Z] ---> 2dbd76e52a37 [2021-01-21T15:39:16.945Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:39:17.220Z] ---> d5e9fc1e56b1 [2021-01-21T15:39:17.220Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T15:39:17.220Z] ---> Running in 28d58042f9ee [2021-01-21T15:39:17.220Z] ---> Running in 7989d17f4bd0 [2021-01-21T15:39:18.219Z] Removing intermediate container 7989d17f4bd0 [2021-01-21T15:39:18.219Z] ---> f98ce2adf7a7 [2021-01-21T15:39:18.219Z] [2021-01-21T15:39:18.219Z] Successfully built f98ce2adf7a7 [2021-01-21T15:39:18.494Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T15:39:18.494Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-21T15:39:18.494Z] ---> 89d7369946a0 [2021-01-21T15:39:18.494Z] 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-21T15:39:18.494Z] Removing intermediate container 28d58042f9ee [2021-01-21T15:39:18.494Z] ---> f4d633974c07 [2021-01-21T15:39:18.494Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:39:18.775Z] ---> Running in db4f571883bc [2021-01-21T15:39:19.051Z] ---> Running in 89106da34f02 [2021-01-21T15:39:19.051Z] ---> e80ab03bec80 [2021-01-21T15:39:19.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T15:39:20.051Z] Removing intermediate container 89106da34f02 [2021-01-21T15:39:20.051Z] ---> 1992d1400e59 [2021-01-21T15:39:20.051Z] [2021-01-21T15:39:20.051Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T15:39:20.051Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T15:39:20.051Z] ---> eeaf43b92773 [2021-01-21T15:39:20.051Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T15:39:20.332Z] Successfully built 1992d1400e59 [2021-01-21T15:39:20.608Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-21T15:39:20.608Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-21T15:39:20.885Z] ---> Running in 7bef36a4465e [2021-01-21T15:39:21.166Z] ---> afe7e6dd2e06 [2021-01-21T15:39:21.166Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-21T15:39:21.444Z] ---> Running in 9218665798d7 [2021-01-21T15:39:22.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:22.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:23.162Z] Removing intermediate container 9218665798d7 [2021-01-21T15:39:23.162Z] ---> af414eebaddd [2021-01-21T15:39:23.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:39:23.439Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T15:39:23.439Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T15:39:23.439Z] Removing intermediate container db4f571883bc [2021-01-21T15:39:23.439Z] ---> 351585bf110f [2021-01-21T15:39:23.439Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T15:39:23.439Z] Executing bash-5.0.17-r0.post-install [2021-01-21T15:39:23.439Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:39:23.439Z] OK: 12 MiB in 22 packages [2021-01-21T15:39:23.722Z] ---> Running in ff554c42bb41 [2021-01-21T15:39:23.722Z] ---> Running in 6c74080e4d30 [2021-01-21T15:39:24.715Z] Removing intermediate container ff554c42bb41 [2021-01-21T15:39:24.715Z] ---> 702b826be08b [2021-01-21T15:39:24.715Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T15:39:24.715Z] Removing intermediate container 6c74080e4d30 [2021-01-21T15:39:24.715Z] ---> f31a341f9855 [2021-01-21T15:39:24.715Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T15:39:24.715Z] ---> Running in 906d4ee0f54c [2021-01-21T15:39:24.715Z] ---> Running in 4ff78b92f59a [2021-01-21T15:39:25.323Z] Removing intermediate container 7bef36a4465e [2021-01-21T15:39:25.323Z] ---> 10c5980898c0 [2021-01-21T15:39:25.323Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T15:39:25.923Z] Removing intermediate container 4ff78b92f59a [2021-01-21T15:39:25.923Z] ---> 39bc90a383a0 [2021-01-21T15:39:25.923Z] Step 23/24 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:26.240Z] ---> Running in 98181b45aa46 [2021-01-21T15:39:26.240Z] Removing intermediate container 906d4ee0f54c [2021-01-21T15:39:26.240Z] ---> 269b924a4c24 [2021-01-21T15:39:26.240Z] Step 21/22 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:39:26.837Z] ---> Running in fbdd54e4645f [2021-01-21T15:39:26.837Z] ---> Running in aefdfba85af2 [2021-01-21T15:39:26.837Z] Removing intermediate container 98181b45aa46 [2021-01-21T15:39:26.837Z] ---> e455d866fd41 [2021-01-21T15:39:26.837Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T15:39:27.432Z] ---> Running in abf16aee91f8 [2021-01-21T15:39:27.432Z] Removing intermediate container fbdd54e4645f [2021-01-21T15:39:27.432Z] ---> 2cca7a98e0c1 [2021-01-21T15:39:27.432Z] Step 24/24 : LABEL version=2.0.0-dev.50 [2021-01-21T15:39:27.704Z] Removing intermediate container aefdfba85af2 [2021-01-21T15:39:27.704Z] ---> 53563fbfd57d [2021-01-21T15:39:27.704Z] Step 22/22 : LABEL version=2.0.0-dev.50 [2021-01-21T15:39:27.704Z] ---> Running in 8d57a459ab28 [2021-01-21T15:39:27.979Z] ---> Running in 010bd6a97234 [2021-01-21T15:39:27.979Z] Removing intermediate container abf16aee91f8 [2021-01-21T15:39:27.979Z] ---> 03a7683dfbc7 [2021-01-21T15:39:27.979Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T15:39:28.255Z] ---> Running in 0e92f043aa72 [2021-01-21T15:39:28.255Z] Removing intermediate container 8d57a459ab28 [2021-01-21T15:39:28.255Z] ---> 6c2fb72063bc [2021-01-21T15:39:28.255Z] [2021-01-21T15:39:28.532Z] Removing intermediate container 010bd6a97234 [2021-01-21T15:39:28.532Z] ---> 2340138329d0 [2021-01-21T15:39:28.808Z] [2021-01-21T15:39:28.808Z] Successfully built 6c2fb72063bc [2021-01-21T15:39:29.080Z] Successfully built 2340138329d0 [2021-01-21T15:39:29.080Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T15:39:29.080Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T15:39:29.080Z] Building docker-security-proxy-setup-go [2021-01-21T15:39:29.080Z]  Building docker-core-metadata-go ... done  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0e92f043aa72 [2021-01-21T15:39:29.080Z] ---> 93d44bbbb16b [2021-01-21T15:39:29.080Z] Building docker-support-scheduler-go [2021-01-21T15:39:29.080Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T15:39:30.513Z] ---> f01fafc6ba32 [2021-01-21T15:39:30.513Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T15:39:31.117Z] ---> e1a19b8828be [2021-01-21T15:39:31.117Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T15:39:32.560Z] ---> c0168ccdc974 [2021-01-21T15:39:32.560Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T15:39:33.165Z] ---> Running in 05678ee16672 [2021-01-21T15:39:34.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:34.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:35.231Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T15:39:35.231Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T15:39:35.231Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T15:39:35.231Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T15:39:35.231Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T15:39:35.231Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T15:39:35.505Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T15:39:37.482Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T15:39:37.482Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T15:39:37.482Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T15:39:37.482Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T15:39:37.482Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T15:39:37.482Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T15:39:37.482Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T15:39:37.482Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T15:39:37.482Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T15:39:37.482Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T15:39:37.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T15:39:37.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T15:39:37.482Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T15:39:37.482Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T15:39:37.482Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T15:39:37.758Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T15:39:37.758Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T15:39:37.758Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T15:39:37.758Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T15:39:37.758Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T15:39:37.758Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T15:39:37.758Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T15:39:37.758Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T15:39:37.758Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T15:39:37.758Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T15:39:37.758Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T15:39:38.035Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:39:38.035Z] OK: 71 MiB in 55 packages [2021-01-21T15:39:42.384Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:39:42.384Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:39:42.384Z] ---> 518481a274df [2021-01-21T15:39:42.384Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T15:39:42.384Z] ---> Using cache [2021-01-21T15:39:42.384Z] ---> 186d76b4f796 [2021-01-21T15:39:42.384Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:39:42.384Z] ---> Using cache [2021-01-21T15:39:42.384Z] ---> 6dfa4a42255c [2021-01-21T15:39:42.384Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T15:39:42.982Z] ---> Running in 6d473c8c3191 [2021-01-21T15:39:44.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:45.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:46.470Z] OK: 217 MiB in 51 packages [2021-01-21T15:39:47.071Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:39:47.071Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:39:47.071Z] ---> 518481a274df [2021-01-21T15:39:47.071Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T15:39:47.071Z] ---> Using cache [2021-01-21T15:39:47.071Z] ---> 186d76b4f796 [2021-01-21T15:39:47.071Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:39:47.071Z] ---> Using cache [2021-01-21T15:39:47.071Z] ---> 6dfa4a42255c [2021-01-21T15:39:47.071Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T15:39:48.068Z] ---> Running in df8c82b7dddd [2021-01-21T15:39:48.675Z] Removing intermediate container 05678ee16672 [2021-01-21T15:39:48.675Z] ---> a3a1263d4a0e [2021-01-21T15:39:48.675Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T15:39:49.657Z] ---> Running in a23f6dd917ae [2021-01-21T15:39:49.657Z] Removing intermediate container 6d473c8c3191 [2021-01-21T15:39:49.657Z] ---> a89251c2696f [2021-01-21T15:39:49.657Z] Step 6/23 : COPY go.mod . [2021-01-21T15:39:49.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:50.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:39:51.517Z] OK: 217 MiB in 51 packages [2021-01-21T15:39:51.795Z] ---> 93ff2b623518 [2021-01-21T15:39:51.795Z] Step 7/23 : RUN go mod download [2021-01-21T15:39:52.396Z] ---> Running in 95a64ab1209f [2021-01-21T15:39:54.395Z] Removing intermediate container df8c82b7dddd [2021-01-21T15:39:54.395Z] ---> 8b6dad5e8693 [2021-01-21T15:39:54.395Z] Step 6/24 : COPY go.mod . [2021-01-21T15:39:56.381Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:39:56.381Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:39:56.381Z] ---> 518481a274df [2021-01-21T15:39:56.381Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 186d76b4f796 [2021-01-21T15:39:56.381Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 6dfa4a42255c [2021-01-21T15:39:56.381Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 529b71451409 [2021-01-21T15:39:56.381Z] Step 6/21 : COPY go.mod . [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 32485d9da4e8 [2021-01-21T15:39:56.381Z] Step 7/21 : RUN go mod download [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 26cf2c6047de [2021-01-21T15:39:56.381Z] Step 8/21 : COPY . . [2021-01-21T15:39:56.381Z] ---> f0f1917c5717 [2021-01-21T15:39:56.381Z] Step 7/24 : RUN go mod download [2021-01-21T15:39:56.381Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T15:39:56.381Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T15:39:56.381Z] ---> 518481a274df [2021-01-21T15:39:56.381Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 186d76b4f796 [2021-01-21T15:39:56.381Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 6dfa4a42255c [2021-01-21T15:39:56.381Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 529b71451409 [2021-01-21T15:39:56.381Z] Step 6/21 : COPY go.mod . [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 32485d9da4e8 [2021-01-21T15:39:56.381Z] Step 7/21 : RUN go mod download [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> 26cf2c6047de [2021-01-21T15:39:56.381Z] Step 8/21 : COPY . . [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> f7e5d6539cfe [2021-01-21T15:39:56.381Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T15:39:56.381Z] ---> Using cache [2021-01-21T15:39:56.381Z] ---> f7e5d6539cfe [2021-01-21T15:39:56.381Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T15:39:56.657Z] ---> Running in e563580c495f [2021-01-21T15:39:56.657Z] ---> Running in b8eccda9ffa4 [2021-01-21T15:39:56.657Z] ---> Running in 5bf10d044d0b [2021-01-21T15:39:57.034Z] Collecting docker-compose==1.23.2 [2021-01-21T15:39:57.034Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T15:39:57.711Z] Removing intermediate container 95a64ab1209f [2021-01-21T15:39:57.711Z] ---> 426f6fb9d2fa [2021-01-21T15:39:57.711Z] Step 8/23 : COPY . . [2021-01-21T15:39:58.126Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T15:39:58.126Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T15:39:58.425Z] 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-21T15:39:58.813Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T15:39:58.813Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T15:39:59.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T15:40:00.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T15:40:02.149Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T15:40:02.149Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T15:40:03.137Z] Removing intermediate container e563580c495f [2021-01-21T15:40:03.137Z] ---> c09417cfe0b8 [2021-01-21T15:40:03.137Z] Step 8/24 : COPY . . [2021-01-21T15:40:05.130Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T15:40:05.415Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T15:40:06.431Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T15:40:06.431Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T15:40:07.870Z] Collecting PyYAML<4,>=3.10 [2021-01-21T15:40:07.870Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T15:40:12.198Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T15:40:12.198Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T15:40:13.641Z] ---> e92c4bf352b7 [2021-01-21T15:40:13.641Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T15:40:14.260Z] ---> Running in 861ad86eb82c [2021-01-21T15:40:14.539Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T15:40:14.539Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T15:40:15.147Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T15:40:15.147Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T15:40:16.611Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T15:40:18.628Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T15:40:18.628Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T15:40:18.908Z] Collecting idna<2.8,>=2.5 [2021-01-21T15:40:18.908Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T15:40:19.506Z] 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-21T15:40:19.506Z] 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-21T15:40:19.781Z] ---> fce812614792 [2021-01-21T15:40:19.781Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-21T15:40:20.059Z] ---> Running in 1f358b15f4b6 [2021-01-21T15:40:20.673Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T15:40:20.673Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T15:40:20.947Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T15:40:20.947Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T15:40:20.947Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T15:40:20.947Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T15:40:21.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T15:40:21.931Z] Installing collected packages: cached-property, texttable, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, jsonschema, docopt, docker-compose [2021-01-21T15:40:21.931Z] Running setup.py install for texttable: started [2021-01-21T15:40:24.559Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T15:40:24.559Z] Running setup.py install for dockerpty: started [2021-01-21T15:40:27.186Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T15:40:27.787Z] Attempting uninstall: idna [2021-01-21T15:40:28.063Z] Found existing installation: idna 2.9 [2021-01-21T15:40:28.063Z] Uninstalling idna-2.9: [2021-01-21T15:40:28.063Z] Successfully uninstalled idna-2.9 [2021-01-21T15:40:29.050Z] Attempting uninstall: urllib3 [2021-01-21T15:40:29.050Z] Found existing installation: urllib3 1.25.9 [2021-01-21T15:40:29.050Z] Uninstalling urllib3-1.25.9: [2021-01-21T15:40:29.050Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T15:40:30.037Z] Attempting uninstall: requests [2021-01-21T15:40:30.037Z] Found existing installation: requests 2.23.0 [2021-01-21T15:40:30.037Z] Uninstalling requests-2.23.0: [2021-01-21T15:40:30.037Z] Successfully uninstalled requests-2.23.0 [2021-01-21T15:40:31.476Z] Running setup.py install for PyYAML: started [2021-01-21T15:40:34.101Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T15:40:34.700Z] Running setup.py install for docopt: started [2021-01-21T15:40:36.681Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T15:40:38.121Z] 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-21T15:40:43.540Z] Removing intermediate container a23f6dd917ae [2021-01-21T15:40:43.540Z] ---> 9d47fc08e203 [2021-01-21T15:40:43.540Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T15:40:43.540Z] ---> Running in fbb3d2c02594 [2021-01-21T15:40:45.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:40:45.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:40:46.791Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:40:46.791Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T15:40:46.791Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T15:40:46.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:40:46.791Z] OK: 71 MiB in 58 packages [2021-01-21T15:40:48.777Z] Removing intermediate container fbb3d2c02594 [2021-01-21T15:40:48.777Z] ---> 230654a17a74 [2021-01-21T15:40:48.777Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T15:40:48.777Z] ---> Running in 167cc0e85075 [2021-01-21T15:40:49.376Z] Removing intermediate container 167cc0e85075 [2021-01-21T15:40:49.376Z] ---> 86119ec59405 [2021-01-21T15:40:49.376Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:40:49.376Z] ---> Running in 0fc76839fdd4 [2021-01-21T15:40:49.975Z] Removing intermediate container 0fc76839fdd4 [2021-01-21T15:40:49.975Z] ---> 0ec0a063f855 [2021-01-21T15:40:49.975Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T15:40:50.249Z] ---> Running in 66649720bcbb [2021-01-21T15:40:50.850Z] Removing intermediate container 66649720bcbb [2021-01-21T15:40:50.850Z] ---> a0d6bc6984d8 [2021-01-21T15:40:50.850Z] Step 25/26 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:40:51.453Z] ---> Running in 06bf957b74db [2021-01-21T15:40:52.063Z] Removing intermediate container 06bf957b74db [2021-01-21T15:40:52.063Z] ---> 4b943134159f [2021-01-21T15:40:52.063Z] Step 26/26 : LABEL version=2.0.0-dev.50 [2021-01-21T15:40:52.339Z] ---> Running in 3d3ad0e237c1 [2021-01-21T15:40:52.964Z] Removing intermediate container 3d3ad0e237c1 [2021-01-21T15:40:52.964Z] ---> 6144a367bdb4 [2021-01-21T15:40:52.964Z] [2021-01-21T15:40:53.240Z] Successfully built 6144a367bdb4 [2021-01-21T15:40:53.240Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T15:41:11.573Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.50" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T15:41:29.925Z] Removing intermediate container b8eccda9ffa4 [2021-01-21T15:41:29.925Z] ---> 963a04fb9348 [2021-01-21T15:41:29.925Z] [2021-01-21T15:41:29.925Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T15:41:29.925Z] ---> afeebe901d6b [2021-01-21T15:41:29.925Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T15:41:29.925Z] ---> Running in 19852ed5bbde [2021-01-21T15:41:29.925Z] Removing intermediate container 5bf10d044d0b [2021-01-21T15:41:29.925Z] ---> 6087da923f1c [2021-01-21T15:41:29.925Z] [2021-01-21T15:41:29.925Z] Step 10/21 : FROM scratch [2021-01-21T15:41:29.925Z] ---> [2021-01-21T15:41:29.925Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:41:29.925Z] ---> Using cache [2021-01-21T15:41:29.925Z] ---> cae98c714652 [2021-01-21T15:41:29.925Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-21T15:41:29.925Z] ---> Running in 60ac168613d8 [2021-01-21T15:41:29.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:41:29.925Z] Removing intermediate container 60ac168613d8 [2021-01-21T15:41:29.925Z] ---> 3e621fceb600 [2021-01-21T15:41:29.925Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-21T15:41:29.925Z] ---> Running in 7fc876eceec5 [2021-01-21T15:41:29.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:41:29.925Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T15:41:30.305Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T15:41:30.305Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T15:41:30.305Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T15:41:30.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:41:30.305Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T15:41:30.305Z] Removing intermediate container 7fc876eceec5 [2021-01-21T15:41:30.305Z] ---> c74c0c8b5fe2 [2021-01-21T15:41:30.305Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:41:30.600Z] OK: 7 MiB in 18 packages [2021-01-21T15:41:32.145Z] ---> 76bd24b3bdc4 [2021-01-21T15:41:32.146Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T15:41:34.153Z] Removing intermediate container 19852ed5bbde [2021-01-21T15:41:34.153Z] ---> 5cf1b6bb2923 [2021-01-21T15:41:34.153Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T15:41:34.153Z] ---> d697c7063598 [2021-01-21T15:41:34.153Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T15:41:34.431Z] ---> Running in 838804f94f32 [2021-01-21T15:41:35.042Z] Removing intermediate container 838804f94f32 [2021-01-21T15:41:35.042Z] ---> c4269345c958 [2021-01-21T15:41:35.042Z] Step 13/21 : WORKDIR /edgex [2021-01-21T15:41:35.332Z] ---> Running in b3c50a7ee336 [2021-01-21T15:41:35.332Z] ---> e4c4d7d6ea23 [2021-01-21T15:41:35.332Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T15:41:35.617Z] ---> Running in 83b5753a766c [2021-01-21T15:41:36.219Z] Removing intermediate container b3c50a7ee336 [2021-01-21T15:41:36.219Z] ---> 2f38bb00cc7a [2021-01-21T15:41:36.219Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T15:41:36.494Z] Removing intermediate container 83b5753a766c [2021-01-21T15:41:36.494Z] ---> 7c1017ad718a [2021-01-21T15:41:36.494Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:41:36.771Z] ---> Running in c931eb7133ce [2021-01-21T15:41:37.766Z] Removing intermediate container c931eb7133ce [2021-01-21T15:41:37.766Z] ---> 50b31c3611e2 [2021-01-21T15:41:37.766Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T15:41:37.766Z] ---> 375b50a66827 [2021-01-21T15:41:37.766Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T15:41:37.766Z] ---> Running in a0f5e23c5456 [2021-01-21T15:41:38.752Z] Removing intermediate container a0f5e23c5456 [2021-01-21T15:41:38.752Z] ---> b0e3b132bfbb [2021-01-21T15:41:38.752Z] Step 20/21 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:41:38.752Z] ---> Running in 63701ea95dc8 [2021-01-21T15:41:39.758Z] ---> 34c9e22cba18 [2021-01-21T15:41:39.758Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T15:41:39.758Z] Removing intermediate container 63701ea95dc8 [2021-01-21T15:41:39.758Z] ---> fae076dca96a [2021-01-21T15:41:39.758Z] Step 21/21 : LABEL version=2.0.0-dev.50 [2021-01-21T15:41:40.039Z] ---> Running in b80121a93068 [2021-01-21T15:41:41.486Z] Removing intermediate container b80121a93068 [2021-01-21T15:41:41.486Z] ---> 588b82d8edd3 [2021-01-21T15:41:41.486Z] [2021-01-21T15:41:42.089Z] Successfully built 588b82d8edd3 [2021-01-21T15:41:42.089Z] ---> 1ef67ef4283f [2021-01-21T15:41:42.089Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T15:41:42.089Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T15:41:42.696Z]  Building docker-support-scheduler-go ... done  ---> Running in d575bf15d5ec [2021-01-21T15:41:43.293Z] Removing intermediate container d575bf15d5ec [2021-01-21T15:41:43.293Z] ---> 5711d914d35b [2021-01-21T15:41:43.293Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T15:41:43.568Z] ---> Running in 9b9763526a30 [2021-01-21T15:41:43.842Z] Removing intermediate container 1f358b15f4b6 [2021-01-21T15:41:43.842Z] ---> 6d97f5edcf2d [2021-01-21T15:41:43.842Z] [2021-01-21T15:41:43.842Z] Step 10/24 : FROM scratch [2021-01-21T15:41:43.842Z] ---> [2021-01-21T15:41:43.842Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-21T15:41:44.442Z] ---> Running in 253d3ae012f5 [2021-01-21T15:41:44.442Z] Removing intermediate container 9b9763526a30 [2021-01-21T15:41:44.442Z] ---> 788fc091d41b [2021-01-21T15:41:44.443Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T15:41:44.720Z] ---> Running in a14e4e2ac5eb [2021-01-21T15:41:44.720Z] Removing intermediate container 253d3ae012f5 [2021-01-21T15:41:44.720Z] ---> 10dffaf99731 [2021-01-21T15:41:44.720Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-21T15:41:44.996Z] ---> Running in e2389d9d3846 [2021-01-21T15:41:45.268Z] Removing intermediate container a14e4e2ac5eb [2021-01-21T15:41:45.268Z] ---> 5d796b8d5e7e [2021-01-21T15:41:45.268Z] Step 20/21 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:41:45.268Z] ---> Running in da50df7789ac [2021-01-21T15:41:45.542Z] Removing intermediate container e2389d9d3846 [2021-01-21T15:41:45.542Z] ---> 7d2513ca1bcb [2021-01-21T15:41:45.542Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-21T15:41:45.542Z] ---> Running in fdb22e0c1d61 [2021-01-21T15:41:45.815Z] Removing intermediate container da50df7789ac [2021-01-21T15:41:45.815Z] ---> ba9041f61175 [2021-01-21T15:41:45.815Z] Step 21/21 : LABEL version=2.0.0-dev.50 [2021-01-21T15:41:46.092Z] ---> Running in 7d541f17a7c3 [2021-01-21T15:41:46.092Z] Removing intermediate container fdb22e0c1d61 [2021-01-21T15:41:46.092Z] ---> 334bfc8b5d9b [2021-01-21T15:41:46.092Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-21T15:41:46.691Z] Removing intermediate container 7d541f17a7c3 [2021-01-21T15:41:46.691Z] ---> ab8170a88edb [2021-01-21T15:41:46.691Z] [2021-01-21T15:41:46.691Z] Successfully built ab8170a88edb [2021-01-21T15:41:46.966Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T15:41:46.966Z]  Building docker-security-proxy-setup-go ... done  ---> c7f45857730d [2021-01-21T15:41:46.966Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-21T15:41:48.403Z] ---> 5a74394d360e [2021-01-21T15:41:48.403Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-21T15:41:49.863Z] ---> 498d0105244e [2021-01-21T15:41:49.863Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:41:50.463Z] ---> 8c7baeeb73b5 [2021-01-21T15:41:50.464Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T15:41:51.899Z] ---> 7f36c1189e84 [2021-01-21T15:41:51.899Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T15:41:52.493Z] ---> 4cb39b32ad84 [2021-01-21T15:41:52.493Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-21T15:41:52.493Z] ---> Running in 6fa38115e12c [2021-01-21T15:41:53.086Z] Removing intermediate container 6fa38115e12c [2021-01-21T15:41:53.086Z] ---> b7283245d70e [2021-01-21T15:41:53.086Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:41:53.086Z] ---> Running in 91b39a98df85 [2021-01-21T15:41:53.690Z] Removing intermediate container 91b39a98df85 [2021-01-21T15:41:53.690Z] ---> 393fe1eec6e5 [2021-01-21T15:41:53.690Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T15:41:53.690Z] ---> Running in 01cc8f874679 [2021-01-21T15:41:54.290Z] Removing intermediate container 01cc8f874679 [2021-01-21T15:41:54.290Z] ---> 9505292420ae [2021-01-21T15:41:54.290Z] Step 23/24 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:41:54.562Z] ---> Running in e578c84d03c1 [2021-01-21T15:41:55.160Z] Removing intermediate container e578c84d03c1 [2021-01-21T15:41:55.160Z] ---> 7270ba254415 [2021-01-21T15:41:55.160Z] Step 24/24 : LABEL version=2.0.0-dev.50 [2021-01-21T15:41:55.435Z] ---> Running in 51b882333c99 [2021-01-21T15:41:56.030Z] Removing intermediate container 51b882333c99 [2021-01-21T15:41:56.030Z] ---> ee064d09d9a8 [2021-01-21T15:41:56.030Z] [2021-01-21T15:41:56.303Z] Successfully built ee064d09d9a8 [2021-01-21T15:41:56.303Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T15:41:56.898Z]  Building docker-support-notifications-go ... done Removing intermediate container 861ad86eb82c [2021-01-21T15:41:56.898Z] ---> b7fc5dc9e5ed [2021-01-21T15:41:56.898Z] [2021-01-21T15:41:56.898Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T15:41:56.898Z] ---> afeebe901d6b [2021-01-21T15:41:56.898Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T15:41:56.898Z] ---> Running in a1f4b147ca85 [2021-01-21T15:41:57.494Z] Removing intermediate container a1f4b147ca85 [2021-01-21T15:41:57.494Z] ---> 6106953e1d7c [2021-01-21T15:41:57.494Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T15:41:57.494Z] ---> Running in 8ef663016efb [2021-01-21T15:41:58.090Z] Removing intermediate container 8ef663016efb [2021-01-21T15:41:58.090Z] ---> c6443b316aea [2021-01-21T15:41:58.090Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T15:41:58.090Z] ---> Running in 1a3c6dabd23d [2021-01-21T15:41:58.685Z] Removing intermediate container 1a3c6dabd23d [2021-01-21T15:41:58.685Z] ---> d65b68cf9504 [2021-01-21T15:41:58.685Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T15:41:58.685Z] ---> Running in b540ffa5e1a9 [2021-01-21T15:42:01.296Z] Removing intermediate container b540ffa5e1a9 [2021-01-21T15:42:01.296Z] ---> a651fadb0dac [2021-01-21T15:42:01.296Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-21T15:42:01.296Z] ---> Running in 22f1b4820935 [2021-01-21T15:42:02.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T15:42:03.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T15:42:03.831Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-21T15:42:04.100Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-21T15:42:04.100Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-21T15:42:04.370Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-21T15:42:04.961Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-21T15:42:04.961Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T15:42:04.961Z] OK: 8 MiB in 19 packages [2021-01-21T15:42:06.399Z] Removing intermediate container 22f1b4820935 [2021-01-21T15:42:06.399Z] ---> bbe1994d2bc0 [2021-01-21T15:42:06.399Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T15:42:06.991Z] ---> dc00d7edc4fb [2021-01-21T15:42:06.991Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T15:42:07.966Z] ---> 1ee4daafb643 [2021-01-21T15:42:07.966Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T15:42:08.940Z] ---> beddb028801a [2021-01-21T15:42:08.940Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T15:42:08.940Z] ---> Running in 7fdd1fef3c25 [2021-01-21T15:42:09.537Z] Removing intermediate container 7fdd1fef3c25 [2021-01-21T15:42:09.537Z] ---> b6a7165ddd6a [2021-01-21T15:42:09.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T15:42:09.537Z] ---> Running in 8622f5f95072 [2021-01-21T15:42:10.133Z] Removing intermediate container 8622f5f95072 [2021-01-21T15:42:10.133Z] ---> cc365de37eca [2021-01-21T15:42:10.133Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T15:42:10.133Z] ---> Running in 7fe475578f58 [2021-01-21T15:42:10.408Z] Removing intermediate container 7fe475578f58 [2021-01-21T15:42:10.408Z] ---> b7da8ac7d16f [2021-01-21T15:42:10.408Z] Step 22/23 : LABEL git_sha=abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:10.679Z] ---> Running in 1e6c4a40f399 [2021-01-21T15:42:11.272Z] Removing intermediate container 1e6c4a40f399 [2021-01-21T15:42:11.272Z] ---> 4b876b4c99aa [2021-01-21T15:42:11.272Z] Step 23/23 : LABEL version=2.0.0-dev.50 [2021-01-21T15:42:11.272Z] ---> Running in 44c6390d00cb [2021-01-21T15:42:11.865Z] Removing intermediate container 44c6390d00cb [2021-01-21T15:42:11.865Z] ---> ec62eb705b9f [2021-01-21T15:42:11.865Z] [2021-01-21T15:42:11.865Z] Successfully built ec62eb705b9f [2021-01-21T15:42:12.139Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T15:42:12.426Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T15:42:12.459Z] $ docker stop --time=1 7dbf71d8572443c6a7b4c5731d45c6c206385fc4edf416bdbae61dc6112a81d8 [2021-01-21T15:42:14.332Z] $ docker rm -f 7dbf71d8572443c6a7b4c5731d45c6c206385fc4edf416bdbae61dc6112a81d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T15:42:14.930Z] + grep docker [2021-01-21T15:42:14.930Z] + docker images [2021-01-21T15:42:15.201Z] docker-core-data-go-arm64 latest ec62eb705b9f 3 seconds ago 21MB [2021-01-21T15:42:15.201Z] docker-support-notifications-go-arm64 latest ee064d09d9a8 19 seconds ago 11.4MB [2021-01-21T15:42:15.201Z] docker-security-proxy-setup-go-arm64 latest ab8170a88edb 28 seconds ago 23.2MB [2021-01-21T15:42:15.201Z] docker-support-scheduler-go-arm64 latest 588b82d8edd3 34 seconds ago 10.1MB [2021-01-21T15:42:15.201Z] docker-sys-mgmt-agent-go-arm64 latest 6144a367bdb4 About a minute ago 300MB [2021-01-21T15:42:15.201Z] docker-security-secretstore-setup-go-arm64 latest 6c2fb72063bc 2 minutes ago 23.4MB [2021-01-21T15:42:15.201Z] docker-core-metadata-go-arm64 latest 2340138329d0 2 minutes ago 12.3MB [2021-01-21T15:42:15.201Z] docker-security-bootstrap-redis-go-arm64 latest 1992d1400e59 2 minutes ago 15.1MB [2021-01-21T15:42:15.201Z] docker-core-command-go-arm64 latest f98ce2adf7a7 2 minutes ago 9.98MB [2021-01-21T15:42:15.201Z] 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-21T15:42:15.725Z] provisioning config files... [2021-01-21T15:42:15.762Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/313@tmp/config5504846613653322558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:42:16.145Z] ---> docker-login.sh [2021-01-21T15:42:16.145Z] nexus3.edgexfoundry.org:10001 [2021-01-21T15:42:16.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:42:16.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:42:16.418Z] Configure a credential helper to remove this warning. See [2021-01-21T15:42:16.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:42:16.418Z] [2021-01-21T15:42:16.418Z] Login Succeeded [2021-01-21T15:42:16.418Z] nexus3.edgexfoundry.org:10002 [2021-01-21T15:42:17.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:42:17.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:42:17.012Z] Configure a credential helper to remove this warning. See [2021-01-21T15:42:17.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:42:17.012Z] [2021-01-21T15:42:17.012Z] Login Succeeded [2021-01-21T15:42:17.012Z] nexus3.edgexfoundry.org:10003 [2021-01-21T15:42:17.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:42:17.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:42:17.604Z] Configure a credential helper to remove this warning. See [2021-01-21T15:42:17.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:42:17.604Z] [2021-01-21T15:42:17.604Z] Login Succeeded [2021-01-21T15:42:17.604Z] nexus3.edgexfoundry.org:10004 [2021-01-21T15:42:17.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:42:18.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:42:18.160Z] Configure a credential helper to remove this warning. See [2021-01-21T15:42:18.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:42:18.160Z] [2021-01-21T15:42:18.160Z] Login Succeeded [2021-01-21T15:42:18.160Z] docker.io [2021-01-21T15:42:18.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T15:42:18.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T15:42:18.699Z] Configure a credential helper to remove this warning. See [2021-01-21T15:42:18.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T15:42:18.699Z] [2021-01-21T15:42:18.699Z] Login Succeeded [2021-01-21T15:42:18.699Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T15:42:18.715Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:18.979Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-21T15:42:18.979Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:18.979Z] 2.0.0-dev.50 [2021-01-21T15:42:18.979Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:18.979Z] master [2021-01-21T15:42:18.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:19.536Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:19.872Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:19.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T15:42:19.872Z] 5b4995053ee3: Preparing [2021-01-21T15:42:19.872Z] a2e1914852c6: Preparing [2021-01-21T15:42:19.872Z] 54127663ec65: Preparing [2021-01-21T15:42:20.143Z] 54127663ec65: Pushed [2021-01-21T15:42:20.143Z] 5b4995053ee3: Pushed [2021-01-21T15:42:22.801Z] a2e1914852c6: Pushed [2021-01-21T15:42:22.801Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:d48c566cf6ea1f102411ebf9a5f746ced608cc69ad212b73dd8e07c6dee27934 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:23.193Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:23.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:23.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T15:42:23.562Z] 5b4995053ee3: Preparing [2021-01-21T15:42:23.562Z] a2e1914852c6: Preparing [2021-01-21T15:42:23.562Z] 54127663ec65: Preparing [2021-01-21T15:42:23.562Z] 54127663ec65: Layer already exists [2021-01-21T15:42:23.562Z] 5b4995053ee3: Layer already exists [2021-01-21T15:42:23.562Z] a2e1914852c6: Layer already exists [2021-01-21T15:42:23.833Z] 2.0.0-dev.50: digest: sha256:d48c566cf6ea1f102411ebf9a5f746ced608cc69ad212b73dd8e07c6dee27934 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:24.189Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:24.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:24.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T15:42:24.522Z] 5b4995053ee3: Preparing [2021-01-21T15:42:24.522Z] a2e1914852c6: Preparing [2021-01-21T15:42:24.522Z] 54127663ec65: Preparing [2021-01-21T15:42:24.522Z] 54127663ec65: Layer already exists [2021-01-21T15:42:24.522Z] a2e1914852c6: Layer already exists [2021-01-21T15:42:24.522Z] 5b4995053ee3: Layer already exists [2021-01-21T15:42:24.792Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:d48c566cf6ea1f102411ebf9a5f746ced608cc69ad212b73dd8e07c6dee27934 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:25.126Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:25.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-21T15:42:25.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-21T15:42:25.464Z] 5b4995053ee3: Preparing [2021-01-21T15:42:25.464Z] a2e1914852c6: Preparing [2021-01-21T15:42:25.464Z] 54127663ec65: Preparing [2021-01-21T15:42:25.464Z] 5b4995053ee3: Layer already exists [2021-01-21T15:42:25.464Z] 54127663ec65: Layer already exists [2021-01-21T15:42:25.464Z] a2e1914852c6: Layer already exists [2021-01-21T15:42:25.732Z] master: digest: sha256:d48c566cf6ea1f102411ebf9a5f746ced608cc69ad212b73dd8e07c6dee27934 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:25.981Z] ===================================================== [Pipeline] echo [2021-01-21T15:42:26.029Z] taggedImages: [2021-01-21T15:42:26.029Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:26.029Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:26.029Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:26.029Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-21T15:42:26.093Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-21T15:42:26.093Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:26.093Z] 2.0.0-dev.50 [2021-01-21T15:42:26.093Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:26.093Z] master [2021-01-21T15:42:26.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:26.596Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:26.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:26.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T15:42:26.928Z] 000890d79056: Preparing [2021-01-21T15:42:26.928Z] a8b0f451e9b0: Preparing [2021-01-21T15:42:26.928Z] 54127663ec65: Preparing [2021-01-21T15:42:26.928Z] 0c74033d09bf: Preparing [2021-01-21T15:42:26.928Z] a1f3f318ffeb: Preparing [2021-01-21T15:42:26.928Z] 379067d0cb53: Preparing [2021-01-21T15:42:26.928Z] 379067d0cb53: Waiting [2021-01-21T15:42:27.195Z] 54127663ec65: Layer already exists [2021-01-21T15:42:27.195Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:27.195Z] a1f3f318ffeb: Pushed [2021-01-21T15:42:27.195Z] 000890d79056: Pushed [2021-01-21T15:42:27.784Z] 0c74033d09bf: Pushed [2021-01-21T15:42:30.384Z] a8b0f451e9b0: Pushed [2021-01-21T15:42:30.384Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:fda53b0f6b1a7df0825f00a25a59fa66413323d36c95bae590975c2a6efa1706 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:30.750Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:31.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:31.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T15:42:31.081Z] 000890d79056: Preparing [2021-01-21T15:42:31.081Z] a8b0f451e9b0: Preparing [2021-01-21T15:42:31.081Z] 54127663ec65: Preparing [2021-01-21T15:42:31.081Z] 0c74033d09bf: Preparing [2021-01-21T15:42:31.081Z] a1f3f318ffeb: Preparing [2021-01-21T15:42:31.081Z] 379067d0cb53: Preparing [2021-01-21T15:42:31.081Z] 379067d0cb53: Waiting [2021-01-21T15:42:31.081Z] 000890d79056: Layer already exists [2021-01-21T15:42:31.081Z] a1f3f318ffeb: Layer already exists [2021-01-21T15:42:31.081Z] 0c74033d09bf: Layer already exists [2021-01-21T15:42:31.081Z] a8b0f451e9b0: Layer already exists [2021-01-21T15:42:31.081Z] 54127663ec65: Layer already exists [2021-01-21T15:42:31.081Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:31.352Z] 2.0.0-dev.50: digest: sha256:fda53b0f6b1a7df0825f00a25a59fa66413323d36c95bae590975c2a6efa1706 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:31.691Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:32.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:32.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T15:42:32.025Z] 000890d79056: Preparing [2021-01-21T15:42:32.025Z] a8b0f451e9b0: Preparing [2021-01-21T15:42:32.025Z] 54127663ec65: Preparing [2021-01-21T15:42:32.025Z] 0c74033d09bf: Preparing [2021-01-21T15:42:32.025Z] a1f3f318ffeb: Preparing [2021-01-21T15:42:32.025Z] 379067d0cb53: Preparing [2021-01-21T15:42:32.025Z] 379067d0cb53: Waiting [2021-01-21T15:42:32.025Z] 000890d79056: Layer already exists [2021-01-21T15:42:32.025Z] 54127663ec65: Layer already exists [2021-01-21T15:42:32.025Z] 0c74033d09bf: Layer already exists [2021-01-21T15:42:32.025Z] a8b0f451e9b0: Layer already exists [2021-01-21T15:42:32.025Z] a1f3f318ffeb: Layer already exists [2021-01-21T15:42:32.025Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:32.294Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:fda53b0f6b1a7df0825f00a25a59fa66413323d36c95bae590975c2a6efa1706 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:32.632Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:32.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-21T15:42:32.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-21T15:42:32.965Z] 000890d79056: Preparing [2021-01-21T15:42:32.965Z] a8b0f451e9b0: Preparing [2021-01-21T15:42:32.965Z] 54127663ec65: Preparing [2021-01-21T15:42:32.965Z] 0c74033d09bf: Preparing [2021-01-21T15:42:32.965Z] a1f3f318ffeb: Preparing [2021-01-21T15:42:32.965Z] 379067d0cb53: Preparing [2021-01-21T15:42:32.965Z] 379067d0cb53: Waiting [2021-01-21T15:42:33.237Z] a8b0f451e9b0: Layer already exists [2021-01-21T15:42:33.237Z] a1f3f318ffeb: Layer already exists [2021-01-21T15:42:33.237Z] 0c74033d09bf: Layer already exists [2021-01-21T15:42:33.237Z] 54127663ec65: Layer already exists [2021-01-21T15:42:33.237Z] 000890d79056: Layer already exists [2021-01-21T15:42:33.237Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:33.237Z] master: digest: sha256:fda53b0f6b1a7df0825f00a25a59fa66413323d36c95bae590975c2a6efa1706 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:33.564Z] ===================================================== [Pipeline] echo [2021-01-21T15:42:33.617Z] taggedImages: [2021-01-21T15:42:33.617Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:33.617Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:33.617Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:33.617Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-21T15:42:33.685Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-21T15:42:33.686Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:33.686Z] 2.0.0-dev.50 [2021-01-21T15:42:33.686Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:33.686Z] master [2021-01-21T15:42:33.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:34.210Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:34.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:34.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T15:42:34.545Z] 850a67e1811d: Preparing [2021-01-21T15:42:34.545Z] c0c4d06a571f: Preparing [2021-01-21T15:42:34.545Z] 54127663ec65: Preparing [2021-01-21T15:42:34.821Z] 54127663ec65: Layer already exists [2021-01-21T15:42:34.821Z] 850a67e1811d: Pushed [2021-01-21T15:42:38.190Z] c0c4d06a571f: Pushed [2021-01-21T15:42:38.190Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:5f52667ced6c74796dc98fe6579bd30f35845cb0163ebd7b85150269da57b9be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:38.532Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:38.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:38.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T15:42:38.913Z] 850a67e1811d: Preparing [2021-01-21T15:42:38.913Z] c0c4d06a571f: Preparing [2021-01-21T15:42:38.913Z] 54127663ec65: Preparing [2021-01-21T15:42:38.913Z] 54127663ec65: Layer already exists [2021-01-21T15:42:38.913Z] c0c4d06a571f: Layer already exists [2021-01-21T15:42:38.913Z] 850a67e1811d: Layer already exists [2021-01-21T15:42:39.184Z] 2.0.0-dev.50: digest: sha256:5f52667ced6c74796dc98fe6579bd30f35845cb0163ebd7b85150269da57b9be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:39.525Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:39.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:39.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T15:42:39.858Z] 850a67e1811d: Preparing [2021-01-21T15:42:39.858Z] c0c4d06a571f: Preparing [2021-01-21T15:42:39.858Z] 54127663ec65: Preparing [2021-01-21T15:42:39.858Z] 850a67e1811d: Layer already exists [2021-01-21T15:42:39.858Z] c0c4d06a571f: Layer already exists [2021-01-21T15:42:40.127Z] 54127663ec65: Layer already exists [2021-01-21T15:42:40.127Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:5f52667ced6c74796dc98fe6579bd30f35845cb0163ebd7b85150269da57b9be size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:40.471Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:40.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-21T15:42:40.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-21T15:42:40.820Z] 850a67e1811d: Preparing [2021-01-21T15:42:40.820Z] c0c4d06a571f: Preparing [2021-01-21T15:42:40.820Z] 54127663ec65: Preparing [2021-01-21T15:42:40.820Z] 850a67e1811d: Layer already exists [2021-01-21T15:42:40.820Z] 54127663ec65: Layer already exists [2021-01-21T15:42:40.820Z] c0c4d06a571f: Layer already exists [2021-01-21T15:42:41.096Z] master: digest: sha256:5f52667ced6c74796dc98fe6579bd30f35845cb0163ebd7b85150269da57b9be size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:41.363Z] ===================================================== [Pipeline] echo [2021-01-21T15:42:41.558Z] taggedImages: [2021-01-21T15:42:41.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:41.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:41.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:41.558Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-21T15:42:41.621Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-21T15:42:41.621Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:41.621Z] 2.0.0-dev.50 [2021-01-21T15:42:41.621Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:41.621Z] master [2021-01-21T15:42:41.621Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:42.123Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:42.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:42.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T15:42:42.456Z] 25eb3898fe14: Preparing [2021-01-21T15:42:42.456Z] 2160f5f29cdd: Preparing [2021-01-21T15:42:42.456Z] bfe48f028d4d: Preparing [2021-01-21T15:42:42.456Z] 4d9119901c68: Preparing [2021-01-21T15:42:42.456Z] 54127663ec65: Preparing [2021-01-21T15:42:42.456Z] 78aa04dfd165: Preparing [2021-01-21T15:42:42.456Z] 379067d0cb53: Preparing [2021-01-21T15:42:42.456Z] 78aa04dfd165: Waiting [2021-01-21T15:42:42.456Z] 379067d0cb53: Waiting [2021-01-21T15:42:42.728Z] 54127663ec65: Layer already exists [2021-01-21T15:42:42.728Z] 25eb3898fe14: Pushed [2021-01-21T15:42:42.728Z] 2160f5f29cdd: Pushed [2021-01-21T15:42:42.728Z] bfe48f028d4d: Pushed [2021-01-21T15:42:42.999Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:43.269Z] 78aa04dfd165: Pushed [2021-01-21T15:42:45.233Z] 4d9119901c68: Pushed [2021-01-21T15:42:45.233Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:975f3e2ac52ca4d73bc404076ed128d9e2d4b5058e5ab540c3918bb379ad189e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:45.623Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:46.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:46.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T15:42:46.000Z] 25eb3898fe14: Preparing [2021-01-21T15:42:46.000Z] 2160f5f29cdd: Preparing [2021-01-21T15:42:46.000Z] bfe48f028d4d: Preparing [2021-01-21T15:42:46.000Z] 4d9119901c68: Preparing [2021-01-21T15:42:46.000Z] 54127663ec65: Preparing [2021-01-21T15:42:46.000Z] 78aa04dfd165: Preparing [2021-01-21T15:42:46.000Z] 379067d0cb53: Preparing [2021-01-21T15:42:46.000Z] 78aa04dfd165: Waiting [2021-01-21T15:42:46.000Z] 379067d0cb53: Waiting [2021-01-21T15:42:46.280Z] 2160f5f29cdd: Layer already exists [2021-01-21T15:42:46.280Z] 4d9119901c68: Layer already exists [2021-01-21T15:42:46.280Z] 25eb3898fe14: Layer already exists [2021-01-21T15:42:46.280Z] bfe48f028d4d: Layer already exists [2021-01-21T15:42:46.280Z] 54127663ec65: Layer already exists [2021-01-21T15:42:46.280Z] 78aa04dfd165: Layer already exists [2021-01-21T15:42:46.280Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:46.280Z] 2.0.0-dev.50: digest: sha256:975f3e2ac52ca4d73bc404076ed128d9e2d4b5058e5ab540c3918bb379ad189e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:46.620Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:46.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:46.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T15:42:46.955Z] 25eb3898fe14: Preparing [2021-01-21T15:42:46.955Z] 2160f5f29cdd: Preparing [2021-01-21T15:42:46.955Z] bfe48f028d4d: Preparing [2021-01-21T15:42:46.955Z] 4d9119901c68: Preparing [2021-01-21T15:42:46.955Z] 54127663ec65: Preparing [2021-01-21T15:42:46.955Z] 78aa04dfd165: Preparing [2021-01-21T15:42:46.955Z] 379067d0cb53: Preparing [2021-01-21T15:42:46.955Z] 78aa04dfd165: Waiting [2021-01-21T15:42:46.955Z] 379067d0cb53: Waiting [2021-01-21T15:42:46.955Z] 25eb3898fe14: Layer already exists [2021-01-21T15:42:46.955Z] 54127663ec65: Layer already exists [2021-01-21T15:42:46.955Z] 2160f5f29cdd: Layer already exists [2021-01-21T15:42:46.955Z] bfe48f028d4d: Layer already exists [2021-01-21T15:42:46.955Z] 4d9119901c68: Layer already exists [2021-01-21T15:42:46.955Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:46.955Z] 78aa04dfd165: Layer already exists [2021-01-21T15:42:47.226Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:975f3e2ac52ca4d73bc404076ed128d9e2d4b5058e5ab540c3918bb379ad189e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:47.569Z] + 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-21T15:42:48.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-21T15:42:48.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-21T15:42:48.174Z] 25eb3898fe14: Preparing [2021-01-21T15:42:48.174Z] 2160f5f29cdd: Preparing [2021-01-21T15:42:48.174Z] bfe48f028d4d: Preparing [2021-01-21T15:42:48.174Z] 4d9119901c68: Preparing [2021-01-21T15:42:48.174Z] 54127663ec65: Preparing [2021-01-21T15:42:48.174Z] 78aa04dfd165: Preparing [2021-01-21T15:42:48.174Z] 379067d0cb53: Preparing [2021-01-21T15:42:48.174Z] 78aa04dfd165: Waiting [2021-01-21T15:42:48.174Z] 379067d0cb53: Waiting [2021-01-21T15:42:48.174Z] bfe48f028d4d: Layer already exists [2021-01-21T15:42:48.174Z] 4d9119901c68: Layer already exists [2021-01-21T15:42:48.174Z] 2160f5f29cdd: Layer already exists [2021-01-21T15:42:48.174Z] 54127663ec65: Layer already exists [2021-01-21T15:42:48.174Z] 25eb3898fe14: Layer already exists [2021-01-21T15:42:48.174Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:48.174Z] 78aa04dfd165: Layer already exists [2021-01-21T15:42:48.445Z] master: digest: sha256:975f3e2ac52ca4d73bc404076ed128d9e2d4b5058e5ab540c3918bb379ad189e size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:48.661Z] ===================================================== [Pipeline] echo [2021-01-21T15:42:48.722Z] taggedImages: [2021-01-21T15:42:48.722Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:48.722Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:48.722Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:48.722Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-21T15:42:48.787Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-21T15:42:48.787Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:48.787Z] 2.0.0-dev.50 [2021-01-21T15:42:48.787Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:48.787Z] master [2021-01-21T15:42:48.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:49.293Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:49.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:49.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T15:42:49.628Z] 0e56ce7834c6: Preparing [2021-01-21T15:42:49.628Z] 335d5cf9db95: Preparing [2021-01-21T15:42:49.628Z] 75b981692ef5: Preparing [2021-01-21T15:42:49.628Z] 3305b70869ff: Preparing [2021-01-21T15:42:49.628Z] 8488a43b6e15: Preparing [2021-01-21T15:42:49.628Z] 379067d0cb53: Preparing [2021-01-21T15:42:49.628Z] 379067d0cb53: Waiting [2021-01-21T15:42:49.907Z] 3305b70869ff: Pushed [2021-01-21T15:42:49.907Z] 75b981692ef5: Pushed [2021-01-21T15:42:50.178Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:50.448Z] 8488a43b6e15: Pushed [2021-01-21T15:42:51.873Z] 335d5cf9db95: Pushed [2021-01-21T15:42:51.873Z] 0e56ce7834c6: Pushed [2021-01-21T15:42:52.463Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:25f563a73fefa61b36e98b3bc69bcec4e66a0b8f631265f17eb48522eb882db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:52.806Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:53.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:53.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T15:42:53.166Z] 0e56ce7834c6: Preparing [2021-01-21T15:42:53.166Z] 335d5cf9db95: Preparing [2021-01-21T15:42:53.166Z] 75b981692ef5: Preparing [2021-01-21T15:42:53.166Z] 3305b70869ff: Preparing [2021-01-21T15:42:53.166Z] 8488a43b6e15: Preparing [2021-01-21T15:42:53.166Z] 379067d0cb53: Preparing [2021-01-21T15:42:53.166Z] 379067d0cb53: Waiting [2021-01-21T15:42:53.166Z] 0e56ce7834c6: Layer already exists [2021-01-21T15:42:53.166Z] 335d5cf9db95: Layer already exists [2021-01-21T15:42:53.166Z] 8488a43b6e15: Layer already exists [2021-01-21T15:42:53.166Z] 3305b70869ff: Layer already exists [2021-01-21T15:42:53.166Z] 75b981692ef5: Layer already exists [2021-01-21T15:42:53.437Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:53.437Z] 2.0.0-dev.50: digest: sha256:25f563a73fefa61b36e98b3bc69bcec4e66a0b8f631265f17eb48522eb882db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:53.783Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:54.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:54.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T15:42:54.125Z] 0e56ce7834c6: Preparing [2021-01-21T15:42:54.125Z] 335d5cf9db95: Preparing [2021-01-21T15:42:54.125Z] 75b981692ef5: Preparing [2021-01-21T15:42:54.125Z] 3305b70869ff: Preparing [2021-01-21T15:42:54.125Z] 8488a43b6e15: Preparing [2021-01-21T15:42:54.125Z] 379067d0cb53: Preparing [2021-01-21T15:42:54.125Z] 379067d0cb53: Waiting [2021-01-21T15:42:54.395Z] 335d5cf9db95: Layer already exists [2021-01-21T15:42:54.395Z] 8488a43b6e15: Layer already exists [2021-01-21T15:42:54.395Z] 0e56ce7834c6: Layer already exists [2021-01-21T15:42:54.395Z] 75b981692ef5: Layer already exists [2021-01-21T15:42:54.395Z] 3305b70869ff: Layer already exists [2021-01-21T15:42:54.395Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:54.395Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:25f563a73fefa61b36e98b3bc69bcec4e66a0b8f631265f17eb48522eb882db7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:54.735Z] + 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-21T15:42:55.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-21T15:42:55.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-21T15:42:55.070Z] 0e56ce7834c6: Preparing [2021-01-21T15:42:55.070Z] 335d5cf9db95: Preparing [2021-01-21T15:42:55.070Z] 75b981692ef5: Preparing [2021-01-21T15:42:55.070Z] 3305b70869ff: Preparing [2021-01-21T15:42:55.070Z] 8488a43b6e15: Preparing [2021-01-21T15:42:55.070Z] 379067d0cb53: Preparing [2021-01-21T15:42:55.070Z] 379067d0cb53: Waiting [2021-01-21T15:42:55.070Z] 335d5cf9db95: Layer already exists [2021-01-21T15:42:55.070Z] 75b981692ef5: Layer already exists [2021-01-21T15:42:55.070Z] 0e56ce7834c6: Layer already exists [2021-01-21T15:42:55.070Z] 8488a43b6e15: Layer already exists [2021-01-21T15:42:55.070Z] 3305b70869ff: Layer already exists [2021-01-21T15:42:55.070Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:55.344Z] master: digest: sha256:25f563a73fefa61b36e98b3bc69bcec4e66a0b8f631265f17eb48522eb882db7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:42:55.649Z] ===================================================== [Pipeline] echo [2021-01-21T15:42:55.732Z] taggedImages: [2021-01-21T15:42:55.732Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:55.732Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:55.732Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:55.732Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-21T15:42:55.792Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-21T15:42:55.792Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:55.792Z] 2.0.0-dev.50 [2021-01-21T15:42:55.792Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:42:55.792Z] master [2021-01-21T15:42:55.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:56.294Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:56.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:42:56.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T15:42:56.637Z] e14ed264ea3f: Preparing [2021-01-21T15:42:56.637Z] abd1ee10fe10: Preparing [2021-01-21T15:42:56.637Z] 7025467bd8a6: Preparing [2021-01-21T15:42:56.637Z] df4a6001232d: Preparing [2021-01-21T15:42:56.637Z] 8502abe60f39: Preparing [2021-01-21T15:42:56.637Z] 6346369bcb99: Preparing [2021-01-21T15:42:56.637Z] c4bbedc66296: Preparing [2021-01-21T15:42:56.637Z] 1ee8c16d09ca: Preparing [2021-01-21T15:42:56.637Z] 379067d0cb53: Preparing [2021-01-21T15:42:56.637Z] c4bbedc66296: Waiting [2021-01-21T15:42:56.637Z] 1ee8c16d09ca: Waiting [2021-01-21T15:42:56.637Z] 6346369bcb99: Waiting [2021-01-21T15:42:56.637Z] 379067d0cb53: Waiting [2021-01-21T15:42:56.909Z] 8502abe60f39: Pushed [2021-01-21T15:42:56.909Z] abd1ee10fe10: Pushed [2021-01-21T15:42:56.909Z] e14ed264ea3f: Pushed [2021-01-21T15:42:57.191Z] 6346369bcb99: Pushed [2021-01-21T15:42:57.191Z] c4bbedc66296: Pushed [2021-01-21T15:42:57.191Z] 379067d0cb53: Layer already exists [2021-01-21T15:42:57.788Z] 1ee8c16d09ca: Pushed [2021-01-21T15:42:59.212Z] df4a6001232d: Pushed [2021-01-21T15:42:59.212Z] 7025467bd8a6: Pushed [2021-01-21T15:42:59.212Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:9145a97f9805d883cd45fb66c70933335223fb4e75ea2d89ecc0784cea456c76 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:59.549Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:42:59.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.50 [2021-01-21T15:42:59.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T15:42:59.882Z] e14ed264ea3f: Preparing [2021-01-21T15:42:59.882Z] abd1ee10fe10: Preparing [2021-01-21T15:42:59.882Z] 7025467bd8a6: Preparing [2021-01-21T15:42:59.882Z] df4a6001232d: Preparing [2021-01-21T15:42:59.882Z] 8502abe60f39: Preparing [2021-01-21T15:42:59.882Z] 6346369bcb99: Preparing [2021-01-21T15:42:59.882Z] c4bbedc66296: Preparing [2021-01-21T15:42:59.882Z] 1ee8c16d09ca: Preparing [2021-01-21T15:42:59.882Z] 379067d0cb53: Preparing [2021-01-21T15:42:59.882Z] c4bbedc66296: Waiting [2021-01-21T15:42:59.882Z] 1ee8c16d09ca: Waiting [2021-01-21T15:42:59.882Z] 379067d0cb53: Waiting [2021-01-21T15:42:59.882Z] 6346369bcb99: Waiting [2021-01-21T15:42:59.882Z] 7025467bd8a6: Layer already exists [2021-01-21T15:42:59.882Z] abd1ee10fe10: Layer already exists [2021-01-21T15:42:59.882Z] e14ed264ea3f: Layer already exists [2021-01-21T15:42:59.882Z] 8502abe60f39: Layer already exists [2021-01-21T15:42:59.882Z] df4a6001232d: Layer already exists [2021-01-21T15:43:00.151Z] 379067d0cb53: Layer already exists [2021-01-21T15:43:00.151Z] c4bbedc66296: Layer already exists [2021-01-21T15:43:00.151Z] 1ee8c16d09ca: Layer already exists [2021-01-21T15:43:00.151Z] 6346369bcb99: Layer already exists [2021-01-21T15:43:00.151Z] 2.0.0-dev.50: digest: sha256:9145a97f9805d883cd45fb66c70933335223fb4e75ea2d89ecc0784cea456c76 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:00.487Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:00.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:00.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T15:43:00.818Z] e14ed264ea3f: Preparing [2021-01-21T15:43:00.818Z] abd1ee10fe10: Preparing [2021-01-21T15:43:00.818Z] 7025467bd8a6: Preparing [2021-01-21T15:43:00.818Z] df4a6001232d: Preparing [2021-01-21T15:43:00.818Z] 8502abe60f39: Preparing [2021-01-21T15:43:00.818Z] 6346369bcb99: Preparing [2021-01-21T15:43:00.818Z] c4bbedc66296: Preparing [2021-01-21T15:43:00.818Z] 1ee8c16d09ca: Preparing [2021-01-21T15:43:00.818Z] 379067d0cb53: Preparing [2021-01-21T15:43:00.818Z] c4bbedc66296: Waiting [2021-01-21T15:43:00.818Z] 1ee8c16d09ca: Waiting [2021-01-21T15:43:00.818Z] 379067d0cb53: Waiting [2021-01-21T15:43:00.818Z] 6346369bcb99: Waiting [2021-01-21T15:43:00.818Z] 8502abe60f39: Layer already exists [2021-01-21T15:43:00.818Z] 7025467bd8a6: Layer already exists [2021-01-21T15:43:00.818Z] abd1ee10fe10: Layer already exists [2021-01-21T15:43:00.818Z] e14ed264ea3f: Layer already exists [2021-01-21T15:43:00.818Z] df4a6001232d: Layer already exists [2021-01-21T15:43:00.818Z] 1ee8c16d09ca: Layer already exists [2021-01-21T15:43:00.818Z] c4bbedc66296: Layer already exists [2021-01-21T15:43:00.818Z] 6346369bcb99: Layer already exists [2021-01-21T15:43:00.818Z] 379067d0cb53: Layer already exists [2021-01-21T15:43:01.085Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:9145a97f9805d883cd45fb66c70933335223fb4e75ea2d89ecc0784cea456c76 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:01.431Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:01.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-21T15:43:01.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-21T15:43:01.764Z] e14ed264ea3f: Preparing [2021-01-21T15:43:01.764Z] abd1ee10fe10: Preparing [2021-01-21T15:43:01.764Z] 7025467bd8a6: Preparing [2021-01-21T15:43:01.764Z] df4a6001232d: Preparing [2021-01-21T15:43:01.764Z] 8502abe60f39: Preparing [2021-01-21T15:43:01.764Z] 6346369bcb99: Preparing [2021-01-21T15:43:01.764Z] c4bbedc66296: Preparing [2021-01-21T15:43:01.764Z] 1ee8c16d09ca: Preparing [2021-01-21T15:43:01.764Z] 379067d0cb53: Preparing [2021-01-21T15:43:01.764Z] 6346369bcb99: Waiting [2021-01-21T15:43:01.764Z] c4bbedc66296: Waiting [2021-01-21T15:43:01.764Z] 1ee8c16d09ca: Waiting [2021-01-21T15:43:01.764Z] 379067d0cb53: Waiting [2021-01-21T15:43:01.764Z] e14ed264ea3f: Layer already exists [2021-01-21T15:43:01.764Z] df4a6001232d: Layer already exists [2021-01-21T15:43:01.764Z] 8502abe60f39: Layer already exists [2021-01-21T15:43:01.764Z] 7025467bd8a6: Layer already exists [2021-01-21T15:43:01.764Z] abd1ee10fe10: Layer already exists [2021-01-21T15:43:02.040Z] c4bbedc66296: Layer already exists [2021-01-21T15:43:02.040Z] 379067d0cb53: Layer already exists [2021-01-21T15:43:02.040Z] 1ee8c16d09ca: Layer already exists [2021-01-21T15:43:02.040Z] 6346369bcb99: Layer already exists [2021-01-21T15:43:02.040Z] master: digest: sha256:9145a97f9805d883cd45fb66c70933335223fb4e75ea2d89ecc0784cea456c76 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:43:02.252Z] ===================================================== [Pipeline] echo [2021-01-21T15:43:02.301Z] taggedImages: [2021-01-21T15:43:02.301Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:02.301Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:02.301Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:02.301Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-21T15:43:02.387Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-21T15:43:02.387Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:02.387Z] 2.0.0-dev.50 [2021-01-21T15:43:02.387Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:02.387Z] master [2021-01-21T15:43:02.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:02.944Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:03.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:03.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T15:43:03.285Z] d8b3ca4e6822: Preparing [2021-01-21T15:43:03.285Z] 9fa8d8f4fb23: Preparing [2021-01-21T15:43:03.285Z] 54127663ec65: Preparing [2021-01-21T15:43:03.285Z] f8acd1b0676e: Preparing [2021-01-21T15:43:03.285Z] 3d985b0bfa6b: Preparing [2021-01-21T15:43:03.285Z] 79665d511557: Preparing [2021-01-21T15:43:03.285Z] 79665d511557: Waiting [2021-01-21T15:43:03.563Z] 54127663ec65: Layer already exists [2021-01-21T15:43:03.563Z] d8b3ca4e6822: Pushed [2021-01-21T15:43:03.841Z] 3d985b0bfa6b: Pushed [2021-01-21T15:43:03.841Z] f8acd1b0676e: Pushed [2021-01-21T15:43:03.841Z] 79665d511557: Pushed [2021-01-21T15:43:06.465Z] 9fa8d8f4fb23: Pushed [2021-01-21T15:43:06.465Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:e5a51bb9c3318bfb7c814a01244e361f71a8e4c3dd3f0d58b3e2041766afa15c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:06.803Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:07.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:07.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T15:43:07.138Z] d8b3ca4e6822: Preparing [2021-01-21T15:43:07.138Z] 9fa8d8f4fb23: Preparing [2021-01-21T15:43:07.138Z] 54127663ec65: Preparing [2021-01-21T15:43:07.138Z] f8acd1b0676e: Preparing [2021-01-21T15:43:07.138Z] 3d985b0bfa6b: Preparing [2021-01-21T15:43:07.138Z] 79665d511557: Preparing [2021-01-21T15:43:07.138Z] 79665d511557: Waiting [2021-01-21T15:43:07.138Z] 9fa8d8f4fb23: Layer already exists [2021-01-21T15:43:07.138Z] d8b3ca4e6822: Layer already exists [2021-01-21T15:43:07.138Z] 54127663ec65: Layer already exists [2021-01-21T15:43:07.138Z] f8acd1b0676e: Layer already exists [2021-01-21T15:43:07.138Z] 3d985b0bfa6b: Layer already exists [2021-01-21T15:43:07.407Z] 79665d511557: Layer already exists [2021-01-21T15:43:07.407Z] 2.0.0-dev.50: digest: sha256:e5a51bb9c3318bfb7c814a01244e361f71a8e4c3dd3f0d58b3e2041766afa15c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:07.746Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:08.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:08.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T15:43:08.083Z] d8b3ca4e6822: Preparing [2021-01-21T15:43:08.083Z] 9fa8d8f4fb23: Preparing [2021-01-21T15:43:08.083Z] 54127663ec65: Preparing [2021-01-21T15:43:08.083Z] f8acd1b0676e: Preparing [2021-01-21T15:43:08.083Z] 3d985b0bfa6b: Preparing [2021-01-21T15:43:08.083Z] 79665d511557: Preparing [2021-01-21T15:43:08.083Z] 79665d511557: Waiting [2021-01-21T15:43:08.083Z] d8b3ca4e6822: Layer already exists [2021-01-21T15:43:08.083Z] f8acd1b0676e: Layer already exists [2021-01-21T15:43:08.083Z] 3d985b0bfa6b: Layer already exists [2021-01-21T15:43:08.370Z] 9fa8d8f4fb23: Layer already exists [2021-01-21T15:43:08.371Z] 54127663ec65: Layer already exists [2021-01-21T15:43:08.371Z] 79665d511557: Layer already exists [2021-01-21T15:43:08.371Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:e5a51bb9c3318bfb7c814a01244e361f71a8e4c3dd3f0d58b3e2041766afa15c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:08.727Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:09.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-21T15:43:09.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-21T15:43:09.081Z] d8b3ca4e6822: Preparing [2021-01-21T15:43:09.081Z] 9fa8d8f4fb23: Preparing [2021-01-21T15:43:09.081Z] 54127663ec65: Preparing [2021-01-21T15:43:09.081Z] f8acd1b0676e: Preparing [2021-01-21T15:43:09.081Z] 3d985b0bfa6b: Preparing [2021-01-21T15:43:09.081Z] 79665d511557: Preparing [2021-01-21T15:43:09.081Z] 79665d511557: Waiting [2021-01-21T15:43:09.355Z] 54127663ec65: Layer already exists [2021-01-21T15:43:09.355Z] f8acd1b0676e: Layer already exists [2021-01-21T15:43:09.355Z] d8b3ca4e6822: Layer already exists [2021-01-21T15:43:09.355Z] 9fa8d8f4fb23: Layer already exists [2021-01-21T15:43:09.355Z] 3d985b0bfa6b: Layer already exists [2021-01-21T15:43:09.355Z] 79665d511557: Layer already exists [2021-01-21T15:43:09.355Z] master: digest: sha256:e5a51bb9c3318bfb7c814a01244e361f71a8e4c3dd3f0d58b3e2041766afa15c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:43:09.563Z] ===================================================== [Pipeline] echo [2021-01-21T15:43:09.624Z] taggedImages: [2021-01-21T15:43:09.624Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:09.624Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:09.624Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:09.624Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-21T15:43:09.695Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-21T15:43:09.695Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:09.695Z] 2.0.0-dev.50 [2021-01-21T15:43:09.695Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:09.695Z] master [2021-01-21T15:43:09.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:10.220Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:10.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:10.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T15:43:10.567Z] 876501b9966f: Preparing [2021-01-21T15:43:10.567Z] fc59553924f6: Preparing [2021-01-21T15:43:10.567Z] 54127663ec65: Preparing [2021-01-21T15:43:10.838Z] 54127663ec65: Layer already exists [2021-01-21T15:43:10.838Z] 876501b9966f: Pushed [2021-01-21T15:43:13.461Z] fc59553924f6: Pushed [2021-01-21T15:43:13.461Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:2a6b1eedafc194f091bbc9563745b0589f17629ab2921575b70c9c1012a92078 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:13.795Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:14.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:14.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T15:43:14.130Z] 876501b9966f: Preparing [2021-01-21T15:43:14.130Z] fc59553924f6: Preparing [2021-01-21T15:43:14.130Z] 54127663ec65: Preparing [2021-01-21T15:43:14.130Z] fc59553924f6: Layer already exists [2021-01-21T15:43:14.130Z] 54127663ec65: Layer already exists [2021-01-21T15:43:14.399Z] 876501b9966f: Layer already exists [2021-01-21T15:43:14.399Z] 2.0.0-dev.50: digest: sha256:2a6b1eedafc194f091bbc9563745b0589f17629ab2921575b70c9c1012a92078 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:14.737Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:15.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:15.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T15:43:15.068Z] 876501b9966f: Preparing [2021-01-21T15:43:15.068Z] fc59553924f6: Preparing [2021-01-21T15:43:15.068Z] 54127663ec65: Preparing [2021-01-21T15:43:15.338Z] 876501b9966f: Layer already exists [2021-01-21T15:43:15.338Z] 54127663ec65: Layer already exists [2021-01-21T15:43:15.338Z] fc59553924f6: Layer already exists [2021-01-21T15:43:15.338Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:2a6b1eedafc194f091bbc9563745b0589f17629ab2921575b70c9c1012a92078 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:15.672Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:16.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-21T15:43:16.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-21T15:43:16.004Z] 876501b9966f: Preparing [2021-01-21T15:43:16.004Z] fc59553924f6: Preparing [2021-01-21T15:43:16.004Z] 54127663ec65: Preparing [2021-01-21T15:43:16.004Z] 54127663ec65: Layer already exists [2021-01-21T15:43:16.004Z] 876501b9966f: Layer already exists [2021-01-21T15:43:16.004Z] fc59553924f6: Layer already exists [2021-01-21T15:43:16.274Z] master: digest: sha256:2a6b1eedafc194f091bbc9563745b0589f17629ab2921575b70c9c1012a92078 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:43:16.458Z] ===================================================== [Pipeline] echo [2021-01-21T15:43:16.506Z] taggedImages: [2021-01-21T15:43:16.506Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:16.506Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:16.506Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:16.506Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-21T15:43:16.565Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-21T15:43:16.565Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:16.565Z] 2.0.0-dev.50 [2021-01-21T15:43:16.565Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:16.565Z] master [2021-01-21T15:43:16.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:17.053Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:17.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:17.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T15:43:17.412Z] 08ce0e524ce1: Preparing [2021-01-21T15:43:17.412Z] 62e4f3ec99c0: Preparing [2021-01-21T15:43:17.412Z] cd1a6cc11d2c: Preparing [2021-01-21T15:43:17.412Z] e4fb0260ebe6: Preparing [2021-01-21T15:43:17.412Z] b392098ee93b: Preparing [2021-01-21T15:43:17.412Z] 3cb56b2d8516: Preparing [2021-01-21T15:43:17.412Z] 6e5257d88c94: Preparing [2021-01-21T15:43:17.412Z] 9ded3b6bb9b5: Preparing [2021-01-21T15:43:17.412Z] fa1afe8e6ed9: Preparing [2021-01-21T15:43:17.412Z] 87a09b4c083e: Preparing [2021-01-21T15:43:17.412Z] 0f74e9ff2a61: Preparing [2021-01-21T15:43:17.412Z] b122376c33c6: Preparing [2021-01-21T15:43:17.412Z] f8381ed47b22: Preparing [2021-01-21T15:43:17.412Z] e934a737d657: Preparing [2021-01-21T15:43:17.412Z] 3cb56b2d8516: Waiting [2021-01-21T15:43:17.412Z] 0f74e9ff2a61: Waiting [2021-01-21T15:43:17.412Z] b122376c33c6: Waiting [2021-01-21T15:43:17.412Z] 6e5257d88c94: Waiting [2021-01-21T15:43:17.412Z] f8381ed47b22: Waiting [2021-01-21T15:43:17.412Z] e934a737d657: Waiting [2021-01-21T15:43:17.412Z] fa1afe8e6ed9: Waiting [2021-01-21T15:43:17.412Z] 87a09b4c083e: Waiting [2021-01-21T15:43:17.412Z] 9ded3b6bb9b5: Waiting [2021-01-21T15:43:18.016Z] b392098ee93b: Pushed [2021-01-21T15:43:18.291Z] 08ce0e524ce1: Pushed [2021-01-21T15:43:18.566Z] e4fb0260ebe6: Pushed [2021-01-21T15:43:18.840Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T15:43:18.840Z] fa1afe8e6ed9: Layer already exists [2021-01-21T15:43:18.840Z] 87a09b4c083e: Layer already exists [2021-01-21T15:43:18.840Z] 6e5257d88c94: Pushed [2021-01-21T15:43:18.840Z] 0f74e9ff2a61: Layer already exists [2021-01-21T15:43:18.840Z] b122376c33c6: Layer already exists [2021-01-21T15:43:18.840Z] f8381ed47b22: Layer already exists [2021-01-21T15:43:18.840Z] e934a737d657: Layer already exists [2021-01-21T15:43:19.440Z] 62e4f3ec99c0: Pushed [2021-01-21T15:43:20.414Z] 3cb56b2d8516: Pushed [2021-01-21T15:43:32.769Z] cd1a6cc11d2c: Pushed [2021-01-21T15:43:32.769Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab: digest: sha256:63a55656caf7d4cefef3380ac16ed2cf10144a0b4e7900296e8dd779a3236ac6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:33.110Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:33.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:33.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T15:43:33.442Z] 08ce0e524ce1: Preparing [2021-01-21T15:43:33.442Z] 62e4f3ec99c0: Preparing [2021-01-21T15:43:33.442Z] cd1a6cc11d2c: Preparing [2021-01-21T15:43:33.442Z] e4fb0260ebe6: Preparing [2021-01-21T15:43:33.442Z] b392098ee93b: Preparing [2021-01-21T15:43:33.442Z] 3cb56b2d8516: Preparing [2021-01-21T15:43:33.442Z] 6e5257d88c94: Preparing [2021-01-21T15:43:33.442Z] 9ded3b6bb9b5: Preparing [2021-01-21T15:43:33.442Z] fa1afe8e6ed9: Preparing [2021-01-21T15:43:33.442Z] 87a09b4c083e: Preparing [2021-01-21T15:43:33.442Z] 0f74e9ff2a61: Preparing [2021-01-21T15:43:33.442Z] b122376c33c6: Preparing [2021-01-21T15:43:33.442Z] f8381ed47b22: Preparing [2021-01-21T15:43:33.442Z] e934a737d657: Preparing [2021-01-21T15:43:33.442Z] 6e5257d88c94: Waiting [2021-01-21T15:43:33.442Z] 9ded3b6bb9b5: Waiting [2021-01-21T15:43:33.442Z] fa1afe8e6ed9: Waiting [2021-01-21T15:43:33.442Z] 3cb56b2d8516: Waiting [2021-01-21T15:43:33.442Z] 87a09b4c083e: Waiting [2021-01-21T15:43:33.442Z] f8381ed47b22: Waiting [2021-01-21T15:43:33.442Z] e934a737d657: Waiting [2021-01-21T15:43:33.442Z] 0f74e9ff2a61: Waiting [2021-01-21T15:43:33.442Z] b122376c33c6: Waiting [2021-01-21T15:43:33.442Z] b392098ee93b: Layer already exists [2021-01-21T15:43:33.442Z] 08ce0e524ce1: Layer already exists [2021-01-21T15:43:33.442Z] e4fb0260ebe6: Layer already exists [2021-01-21T15:43:33.713Z] cd1a6cc11d2c: Layer already exists [2021-01-21T15:43:33.713Z] 62e4f3ec99c0: Layer already exists [2021-01-21T15:43:33.713Z] 3cb56b2d8516: Layer already exists [2021-01-21T15:43:33.713Z] 6e5257d88c94: Layer already exists [2021-01-21T15:43:33.713Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T15:43:33.713Z] fa1afe8e6ed9: Layer already exists [2021-01-21T15:43:33.713Z] 87a09b4c083e: Layer already exists [2021-01-21T15:43:33.713Z] b122376c33c6: Layer already exists [2021-01-21T15:43:33.713Z] f8381ed47b22: Layer already exists [2021-01-21T15:43:33.713Z] e934a737d657: Layer already exists [2021-01-21T15:43:33.713Z] 0f74e9ff2a61: Layer already exists [2021-01-21T15:43:33.713Z] 2.0.0-dev.50: digest: sha256:63a55656caf7d4cefef3380ac16ed2cf10144a0b4e7900296e8dd779a3236ac6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:34.048Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:34.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:34.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T15:43:34.382Z] 08ce0e524ce1: Preparing [2021-01-21T15:43:34.382Z] 62e4f3ec99c0: Preparing [2021-01-21T15:43:34.382Z] cd1a6cc11d2c: Preparing [2021-01-21T15:43:34.382Z] e4fb0260ebe6: Preparing [2021-01-21T15:43:34.382Z] b392098ee93b: Preparing [2021-01-21T15:43:34.382Z] 3cb56b2d8516: Preparing [2021-01-21T15:43:34.382Z] 6e5257d88c94: Preparing [2021-01-21T15:43:34.382Z] 9ded3b6bb9b5: Preparing [2021-01-21T15:43:34.382Z] fa1afe8e6ed9: Preparing [2021-01-21T15:43:34.382Z] 87a09b4c083e: Preparing [2021-01-21T15:43:34.382Z] 0f74e9ff2a61: Preparing [2021-01-21T15:43:34.382Z] b122376c33c6: Preparing [2021-01-21T15:43:34.382Z] f8381ed47b22: Preparing [2021-01-21T15:43:34.382Z] 3cb56b2d8516: Waiting [2021-01-21T15:43:34.382Z] 6e5257d88c94: Waiting [2021-01-21T15:43:34.382Z] 9ded3b6bb9b5: Waiting [2021-01-21T15:43:34.382Z] fa1afe8e6ed9: Waiting [2021-01-21T15:43:34.382Z] 0f74e9ff2a61: Waiting [2021-01-21T15:43:34.382Z] 87a09b4c083e: Waiting [2021-01-21T15:43:34.382Z] b122376c33c6: Waiting [2021-01-21T15:43:34.382Z] e934a737d657: Preparing [2021-01-21T15:43:34.382Z] f8381ed47b22: Waiting [2021-01-21T15:43:34.382Z] e934a737d657: Waiting [2021-01-21T15:43:34.382Z] 08ce0e524ce1: Layer already exists [2021-01-21T15:43:34.382Z] b392098ee93b: Layer already exists [2021-01-21T15:43:34.382Z] 62e4f3ec99c0: Layer already exists [2021-01-21T15:43:34.382Z] cd1a6cc11d2c: Layer already exists [2021-01-21T15:43:34.653Z] e4fb0260ebe6: Layer already exists [2021-01-21T15:43:34.653Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T15:43:34.653Z] 3cb56b2d8516: Layer already exists [2021-01-21T15:43:34.653Z] 87a09b4c083e: Layer already exists [2021-01-21T15:43:34.653Z] fa1afe8e6ed9: Layer already exists [2021-01-21T15:43:34.653Z] 6e5257d88c94: Layer already exists [2021-01-21T15:43:34.653Z] 0f74e9ff2a61: Layer already exists [2021-01-21T15:43:34.653Z] e934a737d657: Layer already exists [2021-01-21T15:43:34.653Z] f8381ed47b22: Layer already exists [2021-01-21T15:43:34.653Z] b122376c33c6: Layer already exists [2021-01-21T15:43:34.653Z] abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50: digest: sha256:63a55656caf7d4cefef3380ac16ed2cf10144a0b4e7900296e8dd779a3236ac6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:34.989Z] + 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-21T15:43:35.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-21T15:43:35.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-21T15:43:35.324Z] 08ce0e524ce1: Preparing [2021-01-21T15:43:35.324Z] 62e4f3ec99c0: Preparing [2021-01-21T15:43:35.324Z] cd1a6cc11d2c: Preparing [2021-01-21T15:43:35.324Z] e4fb0260ebe6: Preparing [2021-01-21T15:43:35.324Z] b392098ee93b: Preparing [2021-01-21T15:43:35.324Z] 3cb56b2d8516: Preparing [2021-01-21T15:43:35.324Z] 6e5257d88c94: Preparing [2021-01-21T15:43:35.324Z] 9ded3b6bb9b5: Preparing [2021-01-21T15:43:35.324Z] fa1afe8e6ed9: Preparing [2021-01-21T15:43:35.324Z] 87a09b4c083e: Preparing [2021-01-21T15:43:35.324Z] 0f74e9ff2a61: Preparing [2021-01-21T15:43:35.324Z] b122376c33c6: Preparing [2021-01-21T15:43:35.324Z] f8381ed47b22: Preparing [2021-01-21T15:43:35.324Z] e934a737d657: Preparing [2021-01-21T15:43:35.324Z] 9ded3b6bb9b5: Waiting [2021-01-21T15:43:35.324Z] fa1afe8e6ed9: Waiting [2021-01-21T15:43:35.324Z] 87a09b4c083e: Waiting [2021-01-21T15:43:35.324Z] 0f74e9ff2a61: Waiting [2021-01-21T15:43:35.324Z] b122376c33c6: Waiting [2021-01-21T15:43:35.324Z] f8381ed47b22: Waiting [2021-01-21T15:43:35.324Z] e934a737d657: Waiting [2021-01-21T15:43:35.324Z] 3cb56b2d8516: Waiting [2021-01-21T15:43:35.324Z] 6e5257d88c94: Waiting [2021-01-21T15:43:35.324Z] b392098ee93b: Layer already exists [2021-01-21T15:43:35.324Z] 08ce0e524ce1: Layer already exists [2021-01-21T15:43:35.324Z] 62e4f3ec99c0: Layer already exists [2021-01-21T15:43:35.604Z] e4fb0260ebe6: Layer already exists [2021-01-21T15:43:35.604Z] cd1a6cc11d2c: Layer already exists [2021-01-21T15:43:35.604Z] 3cb56b2d8516: Layer already exists [2021-01-21T15:43:35.604Z] 6e5257d88c94: Layer already exists [2021-01-21T15:43:35.604Z] 9ded3b6bb9b5: Layer already exists [2021-01-21T15:43:35.604Z] 87a09b4c083e: Layer already exists [2021-01-21T15:43:35.604Z] fa1afe8e6ed9: Layer already exists [2021-01-21T15:43:35.604Z] b122376c33c6: Layer already exists [2021-01-21T15:43:35.604Z] 0f74e9ff2a61: Layer already exists [2021-01-21T15:43:35.604Z] e934a737d657: Layer already exists [2021-01-21T15:43:35.604Z] f8381ed47b22: Layer already exists [2021-01-21T15:43:35.604Z] master: digest: sha256:63a55656caf7d4cefef3380ac16ed2cf10144a0b4e7900296e8dd779a3236ac6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-21T15:43:35.782Z] ===================================================== [Pipeline] echo [2021-01-21T15:43:35.838Z] taggedImages: [2021-01-21T15:43:35.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab [2021-01-21T15:43:35.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.50 [2021-01-21T15:43:35.838Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:abd2591ca23f5f2416321043f683fb80fe5cb4ab-2.0.0-dev.50 [2021-01-21T15:43:35.838Z] - 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-21T15:43:37.244Z] provisioning config files... [2021-01-21T15:43:37.256Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/313@tmp/config1709419620194461345tmp [Pipeline] { [Pipeline] sh [2021-01-21T15:43:37.637Z] + set +x [2021-01-21T15:43:37.637Z] + curl -s https://codecov.io/bash [2021-01-21T15:43:37.637Z] + bash -s -- [2021-01-21T15:43:38.212Z] [2021-01-21T15:43:38.212Z] _____ _ [2021-01-21T15:43:38.212Z] / ____| | | [2021-01-21T15:43:38.212Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T15:43:38.212Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T15:43:38.212Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T15:43:38.212Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T15:43:38.212Z] Bash-20210115-cec3c92 [2021-01-21T15:43:38.212Z] [2021-01-21T15:43:38.212Z] [2021-01-21T15:43:38.212Z] ==> git version 2.24.3 found [2021-01-21T15:43:38.212Z] ==> 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-21T15:43:38.212Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T15:43:38.212Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T15:43:38.212Z] ==> Jenkins CI detected. [2021-01-21T15:43:38.212Z] project root: . [2021-01-21T15:43:38.212Z] --> token set from env [2021-01-21T15:43:38.212Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T15:43:38.212Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T15:43:38.212Z] ==> Python coveragepy not found [2021-01-21T15:43:38.212Z] ==> Searching for coverage reports in: [2021-01-21T15:43:38.212Z] + . [2021-01-21T15:43:38.212Z] -> Found 1 reports [2021-01-21T15:43:38.212Z] ==> Detecting git/mercurial file structure [2021-01-21T15:43:38.212Z] ==> Reading reports [2021-01-21T15:43:38.212Z] + ./coverage.out bytes=551534 [2021-01-21T15:43:38.212Z] ==> Appending adjustments [2021-01-21T15:43:38.212Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T15:43:41.524Z] + Found adjustments [2021-01-21T15:43:41.524Z] ==> Gzipping contents [2021-01-21T15:43:41.524Z] 84K /tmp/codecov.QoFbkg.gz [2021-01-21T15:43:41.524Z] ==> Uploading reports [2021-01-21T15:43:41.524Z] url: https://codecov.io [2021-01-21T15:43:41.524Z] query: branch=master&commit=abd2591ca23f5f2416321043f683fb80fe5cb4ab&build=313&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F313%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:43:41.524Z] -> Pinging Codecov [2021-01-21T15:43:41.524Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=abd2591ca23f5f2416321043f683fb80fe5cb4ab&build=313&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F313%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-21T15:43:43.445Z] -> Uploading to [2021-01-21T15:43:43.445Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/abd2591ca23f5f2416321043f683fb80fe5cb4ab/fe2ce202-d95d-48ad-869e-bc4dc334745e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T154342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88dee3a93ebacaaf27835c418db4c7314c12b75acf088881ba37711c446c40c6 [2021-01-21T15:43:43.445Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:43:43.445Z] Dload Upload Total Spent Left Speed [2021-01-21T15:43:43.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83368 0 0 100 83368 0 149k --:--:-- --:--:-- --:--:-- 149k 100 83368 0 0 100 83368 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-21T15:43:43.707Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/abd2591ca23f5f2416321043f683fb80fe5cb4ab [Pipeline] } [2021-01-21T15:43:43.717Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-21T15:43:44.146Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-21T15:43:44.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:44.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:43:44.851Z] [2021-01-21T15:43:44.851Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:43:45.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:43:45.227Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-21T15:43:45.227Z] 188c0c94c7c5: Already exists [2021-01-21T15:43:45.227Z] 0ef7d3d256c8: Already exists [2021-01-21T15:43:45.227Z] de9db76c5a1d: Already exists [2021-01-21T15:43:45.227Z] 0eba1c9be4d2: Pulling fs layer [2021-01-21T15:43:45.227Z] 0d57e429df01: Pulling fs layer [2021-01-21T15:43:45.227Z] 4e4be7b47b0d: Pulling fs layer [2021-01-21T15:43:45.227Z] e1f770b5df2f: Pulling fs layer [2021-01-21T15:43:45.227Z] 85a0685a4137: Pulling fs layer [2021-01-21T15:43:45.227Z] e1f770b5df2f: Waiting [2021-01-21T15:43:45.227Z] 85a0685a4137: Waiting [2021-01-21T15:43:45.227Z] 0d57e429df01: Verifying Checksum [2021-01-21T15:43:45.227Z] 0d57e429df01: Download complete [2021-01-21T15:43:45.227Z] 4e4be7b47b0d: Verifying Checksum [2021-01-21T15:43:45.227Z] 4e4be7b47b0d: Download complete [2021-01-21T15:43:47.152Z] e1f770b5df2f: Verifying Checksum [2021-01-21T15:43:47.152Z] e1f770b5df2f: Download complete [2021-01-21T15:43:49.722Z] 0eba1c9be4d2: Verifying Checksum [2021-01-21T15:43:49.722Z] 0eba1c9be4d2: Download complete [2021-01-21T15:43:49.722Z] 85a0685a4137: Download complete [2021-01-21T15:43:56.347Z] 0eba1c9be4d2: Pull complete [2021-01-21T15:43:56.347Z] 0d57e429df01: Pull complete [2021-01-21T15:43:56.347Z] 4e4be7b47b0d: Pull complete [2021-01-21T15:43:59.893Z] e1f770b5df2f: Pull complete [2021-01-21T15:44:09.994Z] 85a0685a4137: Pull complete [2021-01-21T15:44:09.994Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-21T15:44:09.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-21T15:44:09.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-21T15:44:10.230Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:44:10.293Z] $ 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/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:44:11.550Z] $ docker top 23da7b82b19ece5a97782602a1d158bc440225a9cdcd172efba0bf5257d9c513 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T15:44:11.847Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-21T15:44:12.189Z] + set -o pipefail [2021-01-21T15:44:12.189Z] + snyk monitor '--org=edgex-jenkins' [2021-01-21T15:44:20.373Z] [2021-01-21T15:44:20.373Z] Monitoring /w/workspace/edgex-go/313 (github.com/edgexfoundry/edgex-go)... [2021-01-21T15:44:20.373Z] [2021-01-21T15:44:20.373Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ae42cd00-952d-4195-9246-bfd71eddc892 [2021-01-21T15:44:20.373Z] [2021-01-21T15:44:20.373Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-21T15:44:20.373Z] [2021-01-21T15:44:20.373Z] [Pipeline] } [2021-01-21T15:44:20.394Z] $ docker stop --time=1 23da7b82b19ece5a97782602a1d158bc440225a9cdcd172efba0bf5257d9c513 [2021-01-21T15:44:23.323Z] $ docker rm -f 23da7b82b19ece5a97782602a1d158bc440225a9cdcd172efba0bf5257d9c513 [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-21T15:44:24.678Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:44:24.733Z] provisioning config files... [2021-01-21T15:44:24.745Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/313@tmp/config4414228092718523910tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:44:25.128Z] --> edgex-publish-swagger.sh [2021-01-21T15:44:25.128Z] === Publish openapi/v1 API === [2021-01-21T15:44:25.128Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-21T15:44:25.128Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/313/openapi/v1/core-command.yaml] [2021-01-21T15:44:25.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:25.128Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:26.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9323 0:00:01 0:00:01 --:--:-- 9336 100 10522 0 0 100 10522 0 9322 0:00:01 0:00:01 --:--:-- 9336 [2021-01-21T15:44:26.076Z] [2021-01-21T15:44:26.076Z] [2021-01-21T15:44:26.076Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/313/openapi/v1/core-data.yaml] [2021-01-21T15:44:26.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:26.076Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:27.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30643 0:00:01 0:00:01 --:--:-- 30656 100 32557 0 0 100 32557 0 30638 0:00:01 0:00:01 --:--:-- 30656 [2021-01-21T15:44:27.465Z] [2021-01-21T15:44:27.465Z] [2021-01-21T15:44:27.466Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/313/openapi/v1/core-metadata.yaml] [2021-01-21T15:44:27.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:27.466Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:28.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61075 0:00:01 0:00:01 --:--:-- 61128 100 73721 0 0 100 73721 0 57875 0:00:01 0:00:01 --:--:-- 57911 [2021-01-21T15:44:28.412Z] [2021-01-21T15:44:28.412Z] [2021-01-21T15:44:28.412Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/313/openapi/v1/support-logging.yaml] [2021-01-21T15:44:28.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:28.412Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:29.884Z] 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 11236 0:00:01 0:00:01 --:--:-- 11233 100 13581 0 0 100 13581 0 10778 0:00:01 0:00:01 --:--:-- 10778 [2021-01-21T15:44:29.884Z] [2021-01-21T15:44:29.884Z] [2021-01-21T15:44:29.884Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/313/openapi/v1/support-notifications.yaml] [2021-01-21T15:44:29.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:29.884Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:30.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36907 0:00:01 0:00:01 --:--:-- 36932 100 38890 0 0 100 38890 0 36901 0:00:01 0:00:01 --:--:-- 36932 [2021-01-21T15:44:30.834Z] [2021-01-21T15:44:30.834Z] [2021-01-21T15:44:30.834Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/313/openapi/v1/support-scheduler.yaml] [2021-01-21T15:44:30.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:30.834Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:32.225Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13243 0:00:01 0:00:01 --:--:-- 13254 100 14249 0 0 100 14249 0 13241 0:00:01 0:00:01 --:--:-- 13254 [2021-01-21T15:44:32.225Z] [2021-01-21T15:44:32.225Z] [2021-01-21T15:44:32.225Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/313/openapi/v1/system-agent.yaml] [2021-01-21T15:44:32.225Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:32.225Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:33.194Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3938 0:00:01 0:00:01 --:--:-- 3940 100 4110 0 0 100 4110 0 3937 0:00:01 0:00:01 --:--:-- 3940 [2021-01-21T15:44:33.194Z] [2021-01-21T15:44:33.194Z] [2021-01-21T15:44:33.194Z] === Publish openapi/v2 API === [2021-01-21T15:44:33.194Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-21T15:44:33.194Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/313/openapi/v2/core-command.yaml] [2021-01-21T15:44:33.194Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:33.194Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:34.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19619 0:00:01 0:00:01 --:--:-- 19626 100 20843 0 0 100 20843 0 19616 0:00:01 0:00:01 --:--:-- 19626 [2021-01-21T15:44:34.143Z] [2021-01-21T15:44:34.143Z] [2021-01-21T15:44:34.143Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/313/openapi/v2/core-data.yaml] [2021-01-21T15:44:34.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:34.143Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:35.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 52382 0:00:01 0:00:01 --:--:-- 52392 100 57055 0 0 100 57055 0 52372 0:00:01 0:00:01 --:--:-- 52392 [2021-01-21T15:44:35.090Z] [2021-01-21T15:44:35.090Z] [2021-01-21T15:44:35.090Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/313/openapi/v2/core-metadata.yaml] [2021-01-21T15:44:35.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:35.090Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:36.485Z] 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-21T15:44:36.485Z] [2021-01-21T15:44:36.485Z] [2021-01-21T15:44:36.485Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/313/openapi/v2/support-logging.yaml] [2021-01-21T15:44:36.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:36.485Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:37.438Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20952 0:00:01 0:00:01 --:--:-- 20966 100 23692 0 0 100 23692 0 20948 0:00:01 0:00:01 --:--:-- 20966 [2021-01-21T15:44:37.438Z] [2021-01-21T15:44:37.438Z] [2021-01-21T15:44:37.438Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/313/openapi/v2/support-notifications.yaml] [2021-01-21T15:44:37.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:37.438Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:38.653Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53409 0:00:01 0:00:01 --:--:-- 53399 100 62691 0 0 100 62691 0 53398 0:00:01 0:00:01 --:--:-- 53399 [2021-01-21T15:44:38.653Z] [2021-01-21T15:44:38.653Z] [2021-01-21T15:44:38.653Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/313/openapi/v2/support-scheduler.yaml] [2021-01-21T15:44:38.653Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:38.653Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:40.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 35530 0:00:01 0:00:01 --:--:-- 35543 100 39667 0 0 100 39667 0 35522 0:00:01 0:00:01 --:--:-- 35543 [2021-01-21T15:44:40.043Z] [2021-01-21T15:44:40.043Z] [2021-01-21T15:44:40.043Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/313/openapi/v2/system-agent.yaml] [2021-01-21T15:44:40.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T15:44:40.043Z] Dload Upload Total Spent Left Speed [2021-01-21T15:44:40.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21978 0:00:01 0:00:01 --:--:-- 21988 100 23726 0 0 100 23726 0 21975 0:00:01 0:00:01 --:--:-- 21988 [2021-01-21T15:44:40.990Z] [2021-01-21T15:44:40.990Z] [Pipeline] } [2021-01-21T15:44:41.000Z] 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-21T15:44:41.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:44:41.995Z] . [Pipeline] withDockerContainer [2021-01-21T15:44:42.104Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:44:42.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:44:43.050Z] $ docker top 0f26b89ef11e3bdfd7c5887301bf91944f9587e761467e499dab98564a548187 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:44:43.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:44:43.354Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:44:43.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:44:43.609Z] $ docker exec 0f26b89ef11e3bdfd7c5887301bf91944f9587e761467e499dab98564a548187 ssh-agent [2021-01-21T15:44:43.797Z] SSH_AUTH_SOCK=/tmp/ssh-rPiNCYQHMtp4/agent.11 [2021-01-21T15:44:43.797Z] SSH_AGENT_PID=16 [2021-01-21T15:44:43.805Z] Running ssh-add (command line suppressed) [2021-01-21T15:44:43.962Z] Identity added: /w/workspace/edgex-go/313@tmp/private_key_6903197865847287475.key (/w/workspace/edgex-go/313@tmp/private_key_6903197865847287475.key) [2021-01-21T15:44:44.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:44:44.368Z] + git semver tag [2021-01-21T15:44:44.629Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:44:44.629Z] # $GIT_DIR = /w/workspace/edgex-go/313/.git [2021-01-21T15:44:44.629Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/313 [2021-01-21T15:44:44.629Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:44:44.629Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:44:44.629Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:44:44.629Z] # $SEMVER_BRANCH = master [2021-01-21T15:44:44.629Z] # $SEMVER_DIR = /w/workspace/edgex-go/313/.semver [2021-01-21T15:44:44.629Z] # abd2591ca23f5f2416321043f683fb80fe5cb4ab HEAD [2021-01-21T15:44:45.206Z] # -> Force: false [2021-01-21T15:44:45.206Z] # c48c321e79c0480ac3cafe941dcb9c9ba18eb70e refs/tags/v2.0.0-dev.50 [Pipeline] } [2021-01-21T15:44:45.222Z] $ docker exec --env ******** --env ******** 0f26b89ef11e3bdfd7c5887301bf91944f9587e761467e499dab98564a548187 ssh-agent -k [2021-01-21T15:44:45.363Z] unset SSH_AUTH_SOCK; [2021-01-21T15:44:45.363Z] unset SSH_AGENT_PID; [2021-01-21T15:44:45.363Z] echo Agent pid 16 killed; [2021-01-21T15:44:45.435Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:44:45.965Z] + git semver [Pipeline] } [2021-01-21T15:44:45.982Z] $ docker stop --time=1 0f26b89ef11e3bdfd7c5887301bf91944f9587e761467e499dab98564a548187 [2021-01-21T15:44:47.374Z] $ docker rm -f 0f26b89ef11e3bdfd7c5887301bf91944f9587e761467e499dab98564a548187 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:44:48.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:44:48.004Z] [2021-01-21T15:44:48.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:44:48.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:44:48.353Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-21T15:44:48.353Z] ab5ef0e58194: Pulling fs layer [2021-01-21T15:44:48.354Z] 9712f1f96733: Pulling fs layer [2021-01-21T15:44:48.354Z] 63f879dbbcfc: Pulling fs layer [2021-01-21T15:44:48.354Z] 0d9ebad4ef96: Pulling fs layer [2021-01-21T15:44:48.354Z] e9a5061849ea: Pulling fs layer [2021-01-21T15:44:48.354Z] d747dcd14b5f: Pulling fs layer [2021-01-21T15:44:48.354Z] 2de7ff778b66: Pulling fs layer [2021-01-21T15:44:48.354Z] e9a5061849ea: Waiting [2021-01-21T15:44:48.354Z] d747dcd14b5f: Waiting [2021-01-21T15:44:48.354Z] 2de7ff778b66: Waiting [2021-01-21T15:44:48.354Z] 0d9ebad4ef96: Waiting [2021-01-21T15:44:48.354Z] 9712f1f96733: Download complete [2021-01-21T15:44:50.924Z] 63f879dbbcfc: Download complete [2021-01-21T15:44:50.924Z] e9a5061849ea: Verifying Checksum [2021-01-21T15:44:50.924Z] e9a5061849ea: Download complete [2021-01-21T15:44:50.924Z] d747dcd14b5f: Verifying Checksum [2021-01-21T15:44:50.924Z] d747dcd14b5f: Download complete [2021-01-21T15:44:51.187Z] 2de7ff778b66: Verifying Checksum [2021-01-21T15:44:51.187Z] 2de7ff778b66: Download complete [2021-01-21T15:44:51.451Z] 0d9ebad4ef96: Verifying Checksum [2021-01-21T15:44:51.451Z] 0d9ebad4ef96: Download complete [2021-01-21T15:44:51.451Z] ab5ef0e58194: Verifying Checksum [2021-01-21T15:44:51.451Z] ab5ef0e58194: Download complete [2021-01-21T15:44:58.067Z] ab5ef0e58194: Pull complete [2021-01-21T15:44:58.067Z] 9712f1f96733: Pull complete [2021-01-21T15:45:00.000Z] 63f879dbbcfc: Pull complete [2021-01-21T15:45:08.230Z] 0d9ebad4ef96: Pull complete [2021-01-21T15:45:10.218Z] e9a5061849ea: Pull complete [2021-01-21T15:45:10.218Z] d747dcd14b5f: Pull complete [2021-01-21T15:45:13.731Z] 2de7ff778b66: Pull complete [2021-01-21T15:45:13.731Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-21T15:45:13.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-21T15:45:13.731Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-21T15:45:13.959Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:45:14.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:45:18.305Z] $ docker top 737df1d44031d34e980a10bc5d7ecc88ca0aab3c8060ccf2ad5512baff1d5378 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:45:18.587Z] provisioning config files... [2021-01-21T15:45:18.598Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/313@tmp/config6133367435423400512tmp [2021-01-21T15:45:18.616Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/313@tmp/config3498801624029774763tmp [2021-01-21T15:45:18.631Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/313@tmp/config3547861010581199728tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:45:18.717Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:45:19.020Z] ---> sigul-configuration.sh [2021-01-21T15:45:19.020Z] gpg: directory `/root/.gnupg' created [2021-01-21T15:45:19.021Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-21T15:45:19.021Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-21T15:45:19.021Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-21T15:45:19.021Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-21T15:45:19.021Z] gpg: CAST5 encrypted data [2021-01-21T15:45:19.282Z] gpg: encrypted with 1 passphrase [2021-01-21T15:45:19.282Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-21T15:45:19.586Z] + mkdir /home/jenkins [2021-01-21T15:45:19.586Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-21T15:45:19.887Z] + 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-21T15:45:19.898Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:45:20.194Z] ---> sigul-install.sh [2021-01-21T15:45:25.530Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-21T15:45:25.837Z] + git tag --list [2021-01-21T15:45:25.837Z] 0.6.0 [2021-01-21T15:45:25.837Z] 0.6.1 [2021-01-21T15:45:25.837Z] 0.7.0 [2021-01-21T15:45:25.837Z] 0.7.1 [2021-01-21T15:45:25.837Z] v1.0.0 [2021-01-21T15:45:25.837Z] v1.0.1 [2021-01-21T15:45:25.837Z] v1.1.0 [2021-01-21T15:45:25.837Z] v1.2.0 [2021-01-21T15:45:25.837Z] v1.2.1 [2021-01-21T15:45:25.837Z] v1.2.2-dev.1 [2021-01-21T15:45:25.837Z] v1.2.2-dev.10 [2021-01-21T15:45:25.837Z] v1.2.2-dev.100 [2021-01-21T15:45:25.837Z] v1.2.2-dev.101 [2021-01-21T15:45:25.837Z] v1.2.2-dev.102 [2021-01-21T15:45:25.837Z] v1.2.2-dev.103 [2021-01-21T15:45:25.837Z] v1.2.2-dev.104 [2021-01-21T15:45:25.837Z] v1.2.2-dev.105 [2021-01-21T15:45:25.837Z] v1.2.2-dev.106 [2021-01-21T15:45:25.837Z] v1.2.2-dev.107 [2021-01-21T15:45:25.837Z] v1.2.2-dev.11 [2021-01-21T15:45:25.837Z] v1.2.2-dev.12 [2021-01-21T15:45:25.837Z] v1.2.2-dev.13 [2021-01-21T15:45:25.837Z] v1.2.2-dev.14 [2021-01-21T15:45:25.837Z] v1.2.2-dev.15 [2021-01-21T15:45:25.837Z] v1.2.2-dev.16 [2021-01-21T15:45:25.837Z] v1.2.2-dev.17 [2021-01-21T15:45:25.837Z] v1.2.2-dev.18 [2021-01-21T15:45:25.837Z] v1.2.2-dev.19 [2021-01-21T15:45:25.837Z] v1.2.2-dev.2 [2021-01-21T15:45:25.837Z] v1.2.2-dev.20 [2021-01-21T15:45:25.837Z] v1.2.2-dev.21 [2021-01-21T15:45:25.837Z] v1.2.2-dev.22 [2021-01-21T15:45:25.837Z] v1.2.2-dev.23 [2021-01-21T15:45:25.837Z] v1.2.2-dev.24 [2021-01-21T15:45:25.837Z] v1.2.2-dev.25 [2021-01-21T15:45:25.837Z] v1.2.2-dev.26 [2021-01-21T15:45:25.837Z] v1.2.2-dev.27 [2021-01-21T15:45:25.837Z] v1.2.2-dev.28 [2021-01-21T15:45:25.837Z] v1.2.2-dev.29 [2021-01-21T15:45:25.837Z] v1.2.2-dev.3 [2021-01-21T15:45:25.837Z] v1.2.2-dev.30 [2021-01-21T15:45:25.837Z] v1.2.2-dev.31 [2021-01-21T15:45:25.837Z] v1.2.2-dev.32 [2021-01-21T15:45:25.837Z] v1.2.2-dev.33 [2021-01-21T15:45:25.837Z] v1.2.2-dev.34 [2021-01-21T15:45:25.837Z] v1.2.2-dev.35 [2021-01-21T15:45:25.837Z] v1.2.2-dev.36 [2021-01-21T15:45:25.837Z] v1.2.2-dev.37 [2021-01-21T15:45:25.837Z] v1.2.2-dev.38 [2021-01-21T15:45:25.837Z] v1.2.2-dev.39 [2021-01-21T15:45:25.837Z] v1.2.2-dev.4 [2021-01-21T15:45:25.837Z] v1.2.2-dev.40 [2021-01-21T15:45:25.837Z] v1.2.2-dev.41 [2021-01-21T15:45:25.837Z] v1.2.2-dev.42 [2021-01-21T15:45:25.837Z] v1.2.2-dev.43 [2021-01-21T15:45:25.837Z] v1.2.2-dev.44 [2021-01-21T15:45:25.837Z] v1.2.2-dev.45 [2021-01-21T15:45:25.837Z] v1.2.2-dev.46 [2021-01-21T15:45:25.837Z] v1.2.2-dev.47 [2021-01-21T15:45:25.837Z] v1.2.2-dev.48 [2021-01-21T15:45:25.837Z] v1.2.2-dev.49 [2021-01-21T15:45:25.837Z] v1.2.2-dev.5 [2021-01-21T15:45:25.837Z] v1.2.2-dev.50 [2021-01-21T15:45:25.837Z] v1.2.2-dev.51 [2021-01-21T15:45:25.837Z] v1.2.2-dev.52 [2021-01-21T15:45:25.837Z] v1.2.2-dev.53 [2021-01-21T15:45:25.837Z] v1.2.2-dev.54 [2021-01-21T15:45:25.837Z] v1.2.2-dev.55 [2021-01-21T15:45:25.837Z] v1.2.2-dev.56 [2021-01-21T15:45:25.837Z] v1.2.2-dev.57 [2021-01-21T15:45:25.837Z] v1.2.2-dev.58 [2021-01-21T15:45:25.837Z] v1.2.2-dev.59 [2021-01-21T15:45:25.837Z] v1.2.2-dev.6 [2021-01-21T15:45:25.837Z] v1.2.2-dev.60 [2021-01-21T15:45:25.837Z] v1.2.2-dev.61 [2021-01-21T15:45:25.837Z] v1.2.2-dev.62 [2021-01-21T15:45:25.837Z] v1.2.2-dev.63 [2021-01-21T15:45:25.837Z] v1.2.2-dev.64 [2021-01-21T15:45:25.837Z] v1.2.2-dev.65 [2021-01-21T15:45:25.837Z] v1.2.2-dev.66 [2021-01-21T15:45:25.837Z] v1.2.2-dev.67 [2021-01-21T15:45:25.837Z] v1.2.2-dev.68 [2021-01-21T15:45:25.837Z] v1.2.2-dev.69 [2021-01-21T15:45:25.837Z] v1.2.2-dev.7 [2021-01-21T15:45:25.837Z] v1.2.2-dev.70 [2021-01-21T15:45:25.837Z] v1.2.2-dev.71 [2021-01-21T15:45:25.837Z] v1.2.2-dev.72 [2021-01-21T15:45:25.837Z] v1.2.2-dev.73 [2021-01-21T15:45:25.837Z] v1.2.2-dev.74 [2021-01-21T15:45:25.837Z] v1.2.2-dev.75 [2021-01-21T15:45:25.837Z] v1.2.2-dev.76 [2021-01-21T15:45:25.837Z] v1.2.2-dev.77 [2021-01-21T15:45:25.837Z] v1.2.2-dev.78 [2021-01-21T15:45:25.837Z] v1.2.2-dev.79 [2021-01-21T15:45:25.837Z] v1.2.2-dev.8 [2021-01-21T15:45:25.837Z] v1.2.2-dev.80 [2021-01-21T15:45:25.837Z] v1.2.2-dev.81 [2021-01-21T15:45:25.837Z] v1.2.2-dev.82 [2021-01-21T15:45:25.837Z] v1.2.2-dev.83 [2021-01-21T15:45:25.837Z] v1.2.2-dev.84 [2021-01-21T15:45:25.837Z] v1.2.2-dev.85 [2021-01-21T15:45:25.837Z] v1.2.2-dev.86 [2021-01-21T15:45:25.837Z] v1.2.2-dev.87 [2021-01-21T15:45:25.837Z] v1.2.2-dev.88 [2021-01-21T15:45:25.837Z] v1.2.2-dev.89 [2021-01-21T15:45:25.837Z] v1.2.2-dev.9 [2021-01-21T15:45:25.837Z] v1.2.2-dev.90 [2021-01-21T15:45:25.837Z] v1.2.2-dev.91 [2021-01-21T15:45:25.837Z] v1.2.2-dev.92 [2021-01-21T15:45:25.837Z] v1.2.2-dev.93 [2021-01-21T15:45:25.837Z] v1.2.2-dev.94 [2021-01-21T15:45:25.837Z] v1.2.2-dev.95 [2021-01-21T15:45:25.837Z] v1.2.2-dev.96 [2021-01-21T15:45:25.837Z] v1.2.2-dev.97 [2021-01-21T15:45:25.837Z] v1.2.2-dev.98 [2021-01-21T15:45:25.837Z] v1.2.2-dev.99 [2021-01-21T15:45:25.837Z] v1.3.0 [2021-01-21T15:45:25.837Z] v1.3.1-dev.1 [2021-01-21T15:45:25.837Z] v1.3.1-dev.10 [2021-01-21T15:45:25.837Z] v1.3.1-dev.11 [2021-01-21T15:45:25.837Z] v1.3.1-dev.12 [2021-01-21T15:45:25.837Z] v1.3.1-dev.13 [2021-01-21T15:45:25.837Z] v1.3.1-dev.14 [2021-01-21T15:45:25.837Z] v1.3.1-dev.15 [2021-01-21T15:45:25.837Z] v1.3.1-dev.16 [2021-01-21T15:45:25.837Z] v1.3.1-dev.17 [2021-01-21T15:45:25.837Z] v1.3.1-dev.18 [2021-01-21T15:45:25.838Z] v1.3.1-dev.2 [2021-01-21T15:45:25.838Z] v1.3.1-dev.3 [2021-01-21T15:45:25.838Z] v1.3.1-dev.4 [2021-01-21T15:45:25.838Z] v1.3.1-dev.5 [2021-01-21T15:45:25.838Z] v1.3.1-dev.6 [2021-01-21T15:45:25.838Z] v1.3.1-dev.7 [2021-01-21T15:45:25.838Z] v1.3.1-dev.8 [2021-01-21T15:45:25.838Z] v1.3.1-dev.9 [2021-01-21T15:45:25.838Z] v2.0.0-dev.1 [2021-01-21T15:45:25.838Z] v2.0.0-dev.10 [2021-01-21T15:45:25.838Z] v2.0.0-dev.11 [2021-01-21T15:45:25.838Z] v2.0.0-dev.12 [2021-01-21T15:45:25.838Z] v2.0.0-dev.13 [2021-01-21T15:45:25.838Z] v2.0.0-dev.14 [2021-01-21T15:45:25.838Z] v2.0.0-dev.15 [2021-01-21T15:45:25.838Z] v2.0.0-dev.16 [2021-01-21T15:45:25.838Z] v2.0.0-dev.17 [2021-01-21T15:45:25.838Z] v2.0.0-dev.18 [2021-01-21T15:45:25.838Z] v2.0.0-dev.19 [2021-01-21T15:45:25.838Z] v2.0.0-dev.2 [2021-01-21T15:45:25.838Z] v2.0.0-dev.20 [2021-01-21T15:45:25.838Z] v2.0.0-dev.21 [2021-01-21T15:45:25.838Z] v2.0.0-dev.22 [2021-01-21T15:45:25.838Z] v2.0.0-dev.23 [2021-01-21T15:45:25.838Z] v2.0.0-dev.24 [2021-01-21T15:45:25.838Z] v2.0.0-dev.25 [2021-01-21T15:45:25.838Z] v2.0.0-dev.26 [2021-01-21T15:45:25.838Z] v2.0.0-dev.27 [2021-01-21T15:45:25.838Z] v2.0.0-dev.28 [2021-01-21T15:45:25.838Z] v2.0.0-dev.29 [2021-01-21T15:45:25.838Z] v2.0.0-dev.3 [2021-01-21T15:45:25.838Z] v2.0.0-dev.30 [2021-01-21T15:45:25.838Z] v2.0.0-dev.31 [2021-01-21T15:45:25.838Z] v2.0.0-dev.32 [2021-01-21T15:45:25.838Z] v2.0.0-dev.33 [2021-01-21T15:45:25.838Z] v2.0.0-dev.34 [2021-01-21T15:45:25.838Z] v2.0.0-dev.35 [2021-01-21T15:45:25.838Z] v2.0.0-dev.36 [2021-01-21T15:45:25.838Z] v2.0.0-dev.37 [2021-01-21T15:45:25.838Z] v2.0.0-dev.38 [2021-01-21T15:45:25.838Z] v2.0.0-dev.39 [2021-01-21T15:45:25.838Z] v2.0.0-dev.4 [2021-01-21T15:45:25.838Z] v2.0.0-dev.40 [2021-01-21T15:45:25.838Z] v2.0.0-dev.41 [2021-01-21T15:45:25.838Z] v2.0.0-dev.42 [2021-01-21T15:45:25.838Z] v2.0.0-dev.43 [2021-01-21T15:45:25.838Z] v2.0.0-dev.44 [2021-01-21T15:45:25.838Z] v2.0.0-dev.45 [2021-01-21T15:45:25.838Z] v2.0.0-dev.46 [2021-01-21T15:45:25.838Z] v2.0.0-dev.47 [2021-01-21T15:45:25.838Z] v2.0.0-dev.48 [2021-01-21T15:45:25.838Z] v2.0.0-dev.49 [2021-01-21T15:45:25.838Z] v2.0.0-dev.5 [2021-01-21T15:45:25.838Z] v2.0.0-dev.50 [2021-01-21T15:45:25.838Z] v2.0.0-dev.6 [2021-01-21T15:45:25.838Z] v2.0.0-dev.7 [2021-01-21T15:45:25.838Z] v2.0.0-dev.8 [2021-01-21T15:45:25.838Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-21T15:45:26.146Z] + lftools sign git-tag v2.0.0-dev.50 [2021-01-21T15:45:27.094Z] Signing Git tag with Sigul... [2021-01-21T15:45:27.094Z] Signing v2.0.0-dev.50 [Pipeline] echo [2021-01-21T15:45:28.500Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:45:28.802Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-21T15:45:28.812Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-21T15:45:28.914Z] $ docker stop --time=1 737df1d44031d34e980a10bc5d7ecc88ca0aab3c8060ccf2ad5512baff1d5378 [2021-01-21T15:45:31.147Z] $ docker rm -f 737df1d44031d34e980a10bc5d7ecc88ca0aab3c8060ccf2ad5512baff1d5378 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:45:32.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:45:32.019Z] . [Pipeline] withDockerContainer [2021-01-21T15:45:32.125Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:45:32.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:45:33.133Z] $ docker top 05935a56cf51cfcd29314b46462552495016713d7fa6f62d9bc1e17e554afa8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:45:33.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:45:33.566Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:45:33.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:45:33.805Z] $ docker exec 05935a56cf51cfcd29314b46462552495016713d7fa6f62d9bc1e17e554afa8e ssh-agent [2021-01-21T15:45:33.987Z] SSH_AUTH_SOCK=/tmp/ssh-SuSvA0rJCdea/agent.11 [2021-01-21T15:45:33.987Z] SSH_AGENT_PID=16 [2021-01-21T15:45:33.995Z] Running ssh-add (command line suppressed) [2021-01-21T15:45:34.125Z] Identity added: /w/workspace/edgex-go/313@tmp/private_key_7010922587025196328.key (/w/workspace/edgex-go/313@tmp/private_key_7010922587025196328.key) [2021-01-21T15:45:34.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:45:34.537Z] + git semver bump pre [2021-01-21T15:45:34.537Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:45:34.538Z] # $GIT_DIR = /w/workspace/edgex-go/313/.git [2021-01-21T15:45:34.538Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/313 [2021-01-21T15:45:34.538Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:45:34.538Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:45:34.538Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:45:34.538Z] # $SEMVER_BRANCH = master [2021-01-21T15:45:34.538Z] # $SEMVER_DIR = /w/workspace/edgex-go/313/.semver [2021-01-21T15:45:34.538Z] 2.0.0-dev.51 [Pipeline] } [2021-01-21T15:45:34.550Z] $ docker exec --env ******** --env ******** 05935a56cf51cfcd29314b46462552495016713d7fa6f62d9bc1e17e554afa8e ssh-agent -k [2021-01-21T15:45:34.675Z] unset SSH_AUTH_SOCK; [2021-01-21T15:45:34.675Z] unset SSH_AGENT_PID; [2021-01-21T15:45:34.675Z] echo Agent pid 16 killed; [2021-01-21T15:45:34.734Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:45:35.205Z] + git semver [Pipeline] } [2021-01-21T15:45:35.224Z] $ docker stop --time=1 05935a56cf51cfcd29314b46462552495016713d7fa6f62d9bc1e17e554afa8e [2021-01-21T15:45:36.586Z] $ docker rm -f 05935a56cf51cfcd29314b46462552495016713d7fa6f62d9bc1e17e554afa8e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:45:37.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T15:45:37.113Z] . [Pipeline] withDockerContainer [2021-01-21T15:45:37.216Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:45:37.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:45:37.934Z] $ docker top 2d54c240370885e9ffc72a010faf4ea52618669b95595bf5e7563d092d51c094 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T15:45:38.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T15:45:38.251Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T15:45:38.431Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T15:45:38.434Z] $ docker exec 2d54c240370885e9ffc72a010faf4ea52618669b95595bf5e7563d092d51c094 ssh-agent [2021-01-21T15:45:38.637Z] SSH_AUTH_SOCK=/tmp/ssh-vZEASrtuVZwV/agent.11 [2021-01-21T15:45:38.637Z] SSH_AGENT_PID=16 [2021-01-21T15:45:38.646Z] Running ssh-add (command line suppressed) [2021-01-21T15:45:38.785Z] Identity added: /w/workspace/edgex-go/313@tmp/private_key_8625302675257687922.key (/w/workspace/edgex-go/313@tmp/private_key_8625302675257687922.key) [2021-01-21T15:45:38.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T15:45:39.211Z] + git semver push [2021-01-21T15:45:39.211Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T15:45:39.211Z] # $GIT_DIR = /w/workspace/edgex-go/313/.git [2021-01-21T15:45:39.211Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/313 [2021-01-21T15:45:39.211Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T15:45:39.211Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T15:45:39.211Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T15:45:39.211Z] # $SEMVER_BRANCH = master [2021-01-21T15:45:39.211Z] # $SEMVER_DIR = /w/workspace/edgex-go/313/.semver [Pipeline] } [2021-01-21T15:45:51.481Z] $ docker exec --env ******** --env ******** 2d54c240370885e9ffc72a010faf4ea52618669b95595bf5e7563d092d51c094 ssh-agent -k [2021-01-21T15:45:51.654Z] unset SSH_AUTH_SOCK; [2021-01-21T15:45:51.654Z] unset SSH_AGENT_PID; [2021-01-21T15:45:51.655Z] echo Agent pid 16 killed; [2021-01-21T15:45:51.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T15:45:52.311Z] + git semver [Pipeline] } [2021-01-21T15:45:52.328Z] $ docker stop --time=1 2d54c240370885e9ffc72a010faf4ea52618669b95595bf5e7563d092d51c094 [2021-01-21T15:45:53.709Z] $ docker rm -f 2d54c240370885e9ffc72a010faf4ea52618669b95595bf5e7563d092d51c094 [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-21T15:45:54.944Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:45:55.826Z] ---> package-listing.sh [2021-01-21T15:45:55.826Z] ++ facter osfamily [2021-01-21T15:45:55.826Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T15:45:55.826Z] + OS_FAMILY=redhat [2021-01-21T15:45:55.826Z] + workspace=/w/workspace/edgex-go/313 [2021-01-21T15:45:55.826Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T15:45:55.826Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T15:45:55.826Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T15:45:55.826Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T15:45:55.826Z] + '[' /w/workspace/edgex-go/313 ']' [2021-01-21T15:45:55.826Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T15:45:55.826Z] + case "${OS_FAMILY}" in [2021-01-21T15:45:55.826Z] + rpm -qa [2021-01-21T15:45:55.826Z] + sort [2021-01-21T15:46:01.134Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T15:46:01.134Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T15:46:01.134Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T15:46:01.134Z] + '[' /w/workspace/edgex-go/313 ']' [2021-01-21T15:46:01.134Z] + mkdir -p /w/workspace/edgex-go/313/archives/ [2021-01-21T15:46:01.134Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/313/archives/ [Pipeline] echo [2021-01-21T15:46:01.149Z] 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/313/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T15:46:01.443Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:46:01.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:46:01.749Z] [2021-01-21T15:46:01.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T15:46:02.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:46:02.111Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T15:46:02.112Z] df20fa9351a1: Pulling fs layer [2021-01-21T15:46:02.112Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T15:46:02.112Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T15:46:02.112Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T15:46:02.112Z] 93b61091891f: Pulling fs layer [2021-01-21T15:46:02.112Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T15:46:02.112Z] 5e14af77c1be: Pulling fs layer [2021-01-21T15:46:02.112Z] 01666e4c0597: Pulling fs layer [2021-01-21T15:46:02.112Z] aa168da1d23b: Pulling fs layer [2021-01-21T15:46:02.112Z] 5e14af77c1be: Waiting [2021-01-21T15:46:02.112Z] 46f8f816bc3b: Waiting [2021-01-21T15:46:02.112Z] 93b61091891f: Waiting [2021-01-21T15:46:02.112Z] 93b9cdb0e59b: Waiting [2021-01-21T15:46:02.112Z] 01666e4c0597: Waiting [2021-01-21T15:46:02.112Z] aa168da1d23b: Waiting [2021-01-21T15:46:02.112Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T15:46:02.112Z] 36b3adc4ff6f: Download complete [2021-01-21T15:46:02.112Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T15:46:02.112Z] 46f8f816bc3b: Download complete [2021-01-21T15:46:02.374Z] df20fa9351a1: Verifying Checksum [2021-01-21T15:46:02.374Z] df20fa9351a1: Download complete [2021-01-21T15:46:02.374Z] 93b9cdb0e59b: Download complete [2021-01-21T15:46:02.374Z] 93b61091891f: Verifying Checksum [2021-01-21T15:46:02.374Z] 93b61091891f: Download complete [2021-01-21T15:46:02.374Z] 5e14af77c1be: Verifying Checksum [2021-01-21T15:46:02.374Z] 5e14af77c1be: Download complete [2021-01-21T15:46:02.374Z] 01666e4c0597: Verifying Checksum [2021-01-21T15:46:02.374Z] 01666e4c0597: Download complete [2021-01-21T15:46:02.637Z] df20fa9351a1: Pull complete [2021-01-21T15:46:02.914Z] 36b3adc4ff6f: Pull complete [2021-01-21T15:46:02.914Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T15:46:02.914Z] 8ad3a11d3b57: Download complete [2021-01-21T15:46:04.849Z] 8ad3a11d3b57: Pull complete [2021-01-21T15:46:04.849Z] aa168da1d23b: Verifying Checksum [2021-01-21T15:46:04.849Z] aa168da1d23b: Download complete [2021-01-21T15:46:05.119Z] 46f8f816bc3b: Pull complete [2021-01-21T15:46:06.066Z] 93b61091891f: Pull complete [2021-01-21T15:46:06.066Z] 93b9cdb0e59b: Pull complete [2021-01-21T15:46:06.329Z] 5e14af77c1be: Pull complete [2021-01-21T15:46:06.329Z] 01666e4c0597: Pull complete [2021-01-21T15:46:12.950Z] aa168da1d23b: Pull complete [2021-01-21T15:46:12.950Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T15:46:12.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T15:46:12.950Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T15:46:13.150Z] prd-centos7-docker-4c-2g-21963 does not seem to be running inside a container [2021-01-21T15:46:13.200Z] $ 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/313/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/313 -v /w/workspace/edgex-go/313:/w/workspace/edgex-go/313:rw,z -v /w/workspace/edgex-go/313@tmp:/w/workspace/edgex-go/313@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-21T15:46:16.148Z] $ docker top e3eb4d6b25cc5df7bfffb919217ed2b3828cf73302a6cbcb31f236ea1fde6308 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T15:46:16.716Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T15:46:17.016Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T15:46:17.313Z] + ls /var/log/sa-host [2021-01-21T15:46:17.313Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T15:46:17.313Z] file_magic: OK [2021-01-21T15:46:17.313Z] HZ: Using current value: 100 [2021-01-21T15:46:17.313Z] file_header: OK [2021-01-21T15:46:17.313Z] 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-21T15:46:17.313Z] Statistics: [2021-01-21T15:46:17.313Z] 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... [2021-01-21T15:46:17.313Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T15:46:17.313Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T15:46:17.313Z] file_magic: OK [2021-01-21T15:46:17.313Z] HZ: Using current value: 100 [2021-01-21T15:46:17.313Z] file_header: OK [2021-01-21T15:46:17.313Z] 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-21T15:46:17.313Z] Statistics: [2021-01-21T15:46:17.313Z] Hnuu...uuuununununu... [2021-01-21T15:46:17.313Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T15:46:18.026Z] provisioning config files... [2021-01-21T15:46:18.042Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/313@tmp/config8866152617083059451tmp [Pipeline] { [Pipeline] echo [2021-01-21T15:46:18.147Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:46:18.446Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T15:46:18.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T15:46:18.541Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:46:18.838Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T15:46:18.850Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:46:19.147Z] ---> sudo-logs.sh [2021-01-21T15:46:19.147Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T15:46:19.158Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:46:19.456Z] ---> job-cost.sh [2021-01-21T15:46:19.456Z] lf-activate-venv: SKIPPING [2021-01-21T15:46:19.456Z] INFO: No Stack... [2021-01-21T15:46:20.405Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T15:46:20.666Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T15:46:20.680Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T15:46:20.980Z] ---> logs-deploy.sh [2021-01-21T15:46:20.980Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/313 [2021-01-21T15:46:20.980Z] INFO: archiving workspace using pattern(s): [2021-01-21T15:46:22.369Z] Archives upload complete. [2021-01-21T15:46:22.631Z] INFO: archiving logs to Nexus