Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c45cbaf51db8bca8828eded85884901e9538081e 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26272’ is offline; ‘prd-centos7-docker-4c-2g-26274’ is offline; ‘prd-centos7-docker-4c-2g-26277’ is offline; ‘prd-centos7-docker-4c-2g-26278’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26276’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26279 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/357 [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/357 # 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 Checking out Revision c45cbaf51db8bca8828eded85884901e9538081e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c45cbaf51db8bca8828eded85884901e9538081e # timeout=10 Commit message: "Merge pull request #3165 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.5" > git rev-list --no-walk dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T13:03:40.507Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T13:03:40.754Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T13:03:40.864Z] ========================================================= [2021-02-12T13:03:40.864Z] EdgeX Global Pipelines Version Info [2021-02-12T13:03:40.864Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:03:42.293Z] ------------------- [2021-02-12T13:03:42.293Z] stable info: [2021-02-12T13:03:42.293Z] ------------------- [2021-02-12T13:03:42.293Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T13:03:42.293Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T13:03:42.293Z] Message: update stable to v1.0.179 [2021-02-12T13:03:43.241Z] ------------------- [2021-02-12T13:03:43.241Z] experimental info: [2021-02-12T13:03:43.241Z] ------------------- [2021-02-12T13:03:43.241Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T13:03:43.241Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T13:03:43.241Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T13:03:43.481Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T13:03:43.592Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T13:03:43.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T13:03:43.785Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T13:03:43.869Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T13:03:43.953Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T13:03:44.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T13:03:44.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T13:03:44.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T13:03:44.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T13:03:44.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T13:03:44.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T13:03:44.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T13:03:44.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T13:03:44.822Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T13:03:44.902Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T13:03:44.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T13:03:45.060Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T13:03:45.160Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T13:03:45.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T13:03:45.319Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T13:03:45.401Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T13:03:45.543Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T13:03:45.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-12T13:03:45.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-12T13:03:45.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-12T13:03:48.459Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] echo [2021-02-12T13:03:48.545Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c45cbaf [Pipeline] echo [2021-02-12T13:03:48.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T13:03:48.796Z] provisioning config files... [2021-02-12T13:03:48.837Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/357@tmp/config1853072465934601689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:03:49.191Z] ---> docker-login.sh [2021-02-12T13:03:49.191Z] nexus3.edgexfoundry.org:10001 [2021-02-12T13:03:49.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:03:49.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:03:49.718Z] Configure a credential helper to remove this warning. See [2021-02-12T13:03:49.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:03:49.718Z] [2021-02-12T13:03:49.718Z] Login Succeeded [2021-02-12T13:03:49.718Z] nexus3.edgexfoundry.org:10002 [2021-02-12T13:03:49.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:03:49.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:03:49.718Z] Configure a credential helper to remove this warning. See [2021-02-12T13:03:49.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:03:49.718Z] [2021-02-12T13:03:49.718Z] Login Succeeded [2021-02-12T13:03:49.718Z] nexus3.edgexfoundry.org:10003 [2021-02-12T13:03:49.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:03:49.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:03:49.981Z] Configure a credential helper to remove this warning. See [2021-02-12T13:03:49.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:03:49.981Z] [2021-02-12T13:03:49.981Z] Login Succeeded [2021-02-12T13:03:49.981Z] nexus3.edgexfoundry.org:10004 [2021-02-12T13:03:49.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:03:50.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:03:50.242Z] Configure a credential helper to remove this warning. See [2021-02-12T13:03:50.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:03:50.242Z] [2021-02-12T13:03:50.242Z] Login Succeeded [2021-02-12T13:03:50.242Z] docker.io [2021-02-12T13:03:50.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:03:50.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:03:50.504Z] Configure a credential helper to remove this warning. See [2021-02-12T13:03:50.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:03:50.504Z] [2021-02-12T13:03:50.504Z] Login Succeeded [2021-02-12T13:03:50.504Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T13:03:50.514Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:03:51.057Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T13:03:51.057Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.057Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T13:03:51.057Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.057Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T13:03:51.058Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.058Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T13:03:51.058Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.058Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T13:03:51.058Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T13:03:51.058Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T13:03:51.058Z] ++ cut -d/ -f2 [2021-02-12T13:03:51.058Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T13:03:51.133Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-02-12T13:03:51.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:03:51.994Z] [2021-02-12T13:03:51.994Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:03:52.343Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:03:52.343Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T13:03:52.343Z] 31603596830f: Pulling fs layer [2021-02-12T13:03:52.343Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T13:03:52.343Z] 6ca5941a6612: Pulling fs layer [2021-02-12T13:03:52.343Z] ecc8261a40a4: Pulling fs layer [2021-02-12T13:03:52.343Z] ecc8261a40a4: Waiting [2021-02-12T13:03:52.343Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T13:03:52.343Z] 2a8b12db71e7: Download complete [2021-02-12T13:03:52.607Z] 31603596830f: Verifying Checksum [2021-02-12T13:03:52.608Z] 31603596830f: Download complete [2021-02-12T13:03:52.608Z] ecc8261a40a4: Verifying Checksum [2021-02-12T13:03:52.608Z] ecc8261a40a4: Download complete [2021-02-12T13:03:52.608Z] 6ca5941a6612: Verifying Checksum [2021-02-12T13:03:52.608Z] 6ca5941a6612: Download complete [2021-02-12T13:03:52.872Z] 31603596830f: Pull complete [2021-02-12T13:03:53.152Z] 2a8b12db71e7: Pull complete [2021-02-12T13:03:54.135Z] 6ca5941a6612: Pull complete [2021-02-12T13:03:54.397Z] ecc8261a40a4: Pull complete [2021-02-12T13:03:54.397Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T13:03:54.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:03:54.397Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T13:03:54.507Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:03:54.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:03:57.255Z] $ docker top e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:03:57.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:03:57.600Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:03:57.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:03:57.823Z] $ docker exec e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e ssh-agent [2021-02-12T13:03:58.010Z] SSH_AUTH_SOCK=/tmp/ssh-z0YkdgpzVl6H/agent.12 [2021-02-12T13:03:58.010Z] SSH_AGENT_PID=17 [2021-02-12T13:03:58.025Z] Running ssh-add (command line suppressed) [2021-02-12T13:03:58.170Z] Identity added: /w/workspace/edgex-go/357@tmp/private_key_7234792351600392149.key (/w/workspace/edgex-go/357@tmp/private_key_7234792351600392149.key) [2021-02-12T13:03:58.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:03:58.556Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T13:03:58.587Z] $ docker exec --env ******** --env ******** e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e ssh-agent -k [2021-02-12T13:03:58.725Z] unset SSH_AUTH_SOCK; [2021-02-12T13:03:58.725Z] unset SSH_AGENT_PID; [2021-02-12T13:03:58.725Z] echo Agent pid 17 killed; [2021-02-12T13:03:58.778Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T13:03:58.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:03:58.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:03:59.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:03:59.134Z] $ docker exec e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e ssh-agent [2021-02-12T13:03:59.312Z] SSH_AUTH_SOCK=/tmp/ssh-F7Q2dn1WWf07/agent.46 [2021-02-12T13:03:59.312Z] SSH_AGENT_PID=51 [2021-02-12T13:03:59.320Z] Running ssh-add (command line suppressed) [2021-02-12T13:03:59.452Z] Identity added: /w/workspace/edgex-go/357@tmp/private_key_5946338099807067566.key (/w/workspace/edgex-go/357@tmp/private_key_5946338099807067566.key) [2021-02-12T13:03:59.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:03:59.840Z] + git semver init [2021-02-12T13:03:59.840Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:03:59.840Z] # $GIT_DIR = /w/workspace/edgex-go/357/.git [2021-02-12T13:03:59.840Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/357 [2021-02-12T13:03:59.840Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:03:59.840Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:03:59.840Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:03:59.840Z] # $SEMVER_BRANCH = master [2021-02-12T13:03:59.840Z] # $SEMVER_TEMP = /tmp/semver-062670267 [2021-02-12T13:03:59.840Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T13:04:46.648Z] # '/tmp/semver-062670267' -> '/w/workspace/edgex-go/357/.semver' [2021-02-12T13:04:47.597Z] # -> Force: false [2021-02-12T13:04:47.597Z] # $SEMVER_DIR = /w/workspace/edgex-go/357/.semver [Pipeline] } [2021-02-12T13:04:47.616Z] $ docker exec --env ******** --env ******** e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e ssh-agent -k [2021-02-12T13:04:47.879Z] unset SSH_AUTH_SOCK; [2021-02-12T13:04:47.880Z] unset SSH_AGENT_PID; [2021-02-12T13:04:47.880Z] echo Agent pid 51 killed; [2021-02-12T13:04:47.962Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:04:48.428Z] + git semver [Pipeline] } [2021-02-12T13:04:48.455Z] $ docker stop --time=1 e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e [2021-02-12T13:04:50.045Z] $ docker rm -f e1bcd3ff2e39cf75a36b8c6ca7a3f24eb3658843bb8ff26f3375fa5f4abb401e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:04:50.655Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T13:04:51.196Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T13:04:51.198Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.91 [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-02-12T13:04:52.025Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:04:52.323Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:04:52.621Z] + sudo service docker restart [2021-02-12T13:04:52.621Z] + true [2021-02-12T13:04:52.621Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T13:04:53.211Z] ========================================================= [2021-02-12T13:04:53.211Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T13:04:53.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:04:53.548Z] + 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-02-12T13:04:57.778Z] Sending build context to Docker daemon 327.8MB [2021-02-12T13:04:57.778Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T13:04:57.778Z] Step 2/6 : FROM ${BASE} [2021-02-12T13:04:58.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T13:04:58.042Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T13:04:58.042Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T13:04:58.042Z] de9db76c5a1d: Pulling fs layer [2021-02-12T13:04:58.042Z] bca2f99d35d6: Pulling fs layer [2021-02-12T13:04:58.042Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T13:04:58.042Z] 7c6f9722023f: Pulling fs layer [2021-02-12T13:04:58.042Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T13:04:58.042Z] bca2f99d35d6: Waiting [2021-02-12T13:04:58.042Z] 93359f2a8cfa: Waiting [2021-02-12T13:04:58.042Z] 7c6f9722023f: Waiting [2021-02-12T13:04:58.042Z] a35cf1a2eb13: Waiting [2021-02-12T13:04:58.042Z] de9db76c5a1d: Download complete [2021-02-12T13:04:58.042Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T13:04:58.042Z] 0ef7d3d256c8: Download complete [2021-02-12T13:04:58.042Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T13:04:58.042Z] 93359f2a8cfa: Download complete [2021-02-12T13:04:58.042Z] 7c6f9722023f: Verifying Checksum [2021-02-12T13:04:58.042Z] 7c6f9722023f: Download complete [2021-02-12T13:04:58.042Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T13:04:58.042Z] 188c0c94c7c5: Download complete [2021-02-12T13:04:58.624Z] 188c0c94c7c5: Pull complete [2021-02-12T13:04:58.888Z] 0ef7d3d256c8: Pull complete [2021-02-12T13:04:58.889Z] de9db76c5a1d: Pull complete [2021-02-12T13:04:59.858Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T13:04:59.858Z] a35cf1a2eb13: Download complete [2021-02-12T13:05:00.818Z] bca2f99d35d6: Verifying Checksum [2021-02-12T13:05:00.818Z] bca2f99d35d6: Download complete [2021-02-12T13:05:06.156Z] bca2f99d35d6: Pull complete [2021-02-12T13:05:06.156Z] 93359f2a8cfa: Pull complete [2021-02-12T13:05:06.156Z] 7c6f9722023f: Pull complete [2021-02-12T13:05:06.536Z] Still waiting to schedule task [2021-02-12T13:05:06.537Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26280’ [2021-02-12T13:05:11.486Z] a35cf1a2eb13: Pull complete [2021-02-12T13:05:11.487Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T13:05:11.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T13:05:11.487Z] ---> a62c8e92a672 [2021-02-12T13:05:11.487Z] 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-02-12T13:05:11.487Z] ---> Running in a8643250c7b8 [2021-02-12T13:05:11.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:05:12.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:05:12.592Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T13:05:12.875Z] (2/12) Installing file (5.38-r0) [2021-02-12T13:05:12.875Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T13:05:13.138Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T13:05:18.463Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T13:05:18.463Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T13:05:18.463Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T13:05:18.463Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T13:05:18.463Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T13:05:18.727Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T13:05:18.727Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T13:05:19.310Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T13:05:19.310Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:05:19.310Z] OK: 233 MiB in 51 packages [2021-02-12T13:05:23.543Z] Removing intermediate container a8643250c7b8 [2021-02-12T13:05:23.543Z] ---> bf94e01122ea [2021-02-12T13:05:23.543Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T13:05:23.543Z] ---> Running in f6530a507d42 [2021-02-12T13:05:23.543Z] Removing intermediate container f6530a507d42 [2021-02-12T13:05:23.543Z] ---> 362cd0c1aa01 [2021-02-12T13:05:23.543Z] Step 5/6 : COPY go.mod . [2021-02-12T13:05:23.543Z] ---> 94df490c2f53 [2021-02-12T13:05:23.543Z] Step 6/6 : RUN go mod download [2021-02-12T13:05:23.809Z] ---> Running in e0315f1b748c [2021-02-12T13:05:45.849Z] Removing intermediate container e0315f1b748c [2021-02-12T13:05:45.849Z] ---> 30d73621c4f5 [2021-02-12T13:05:45.849Z] Successfully built 30d73621c4f5 [2021-02-12T13:05:45.849Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:05:46.160Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T13:05:46.160Z] . [Pipeline] withDockerContainer [2021-02-12T13:05:46.279Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:05:46.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-x86_64 cat [2021-02-12T13:05:47.304Z] $ docker top dac55f64c84593a6a3af1fdeef0a0c0180b6e6acb5fce6253ffd6fc63fd1bcf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:05:47.830Z] + go version [2021-02-12T13:05:47.830Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-12T13:05:47.849Z] $ docker stop --time=1 dac55f64c84593a6a3af1fdeef0a0c0180b6e6acb5fce6253ffd6fc63fd1bcf6 [2021-02-12T13:05:49.307Z] $ docker rm -f dac55f64c84593a6a3af1fdeef0a0c0180b6e6acb5fce6253ffd6fc63fd1bcf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:05:50.043Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T13:05:50.043Z] . [Pipeline] withDockerContainer [2021-02-12T13:05:50.153Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:05:50.202Z] $ 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/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-x86_64 cat [2021-02-12T13:05:50.898Z] $ docker top ca0cb6dbe3db2442b638bd1635ada3468405372bd1d0acb5c7ad0b09c68f6fc1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T13:05:51.095Z] ========================================================= [2021-02-12T13:05:51.095Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T13:05:51.095Z] ========================================================= [Pipeline] sh [2021-02-12T13:05:51.385Z] + make test [2021-02-12T13:05:51.385Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T13:06:01.447Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T13:06:19.784Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T13:06:21.733Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T13:06:24.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T13:06:24.329Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T13:06:25.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T13:06:25.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T13:06:25.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T13:06:25.943Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T13:06:26.762Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T13:06:27.101Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T13:06:29.810Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T13:06:29.810Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T13:06:29.810Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T13:06:33.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.653s coverage: 45.9% of statements [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T13:06:33.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T13:06:33.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-02-12T13:06:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T13:06:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T13:06:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T13:06:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T13:06:35.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.3% of statements [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T13:06:35.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T13:06:38.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T13:06:38.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T13:06:38.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T13:06:38.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-02-12T13:06:38.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T13:06:38.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements [2021-02-12T13:06:38.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T13:06:38.979Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-02-12T13:06:38.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T13:06:38.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T13:06:38.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T13:06:38.979Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.425s coverage: 92.8% of statements [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T13:06:41.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 45.5% of statements [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.044s coverage: 79.5% of statements [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-12T13:06:41.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-02-12T13:06:41.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-02-12T13:06:54.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-02-12T13:06:54.103Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 68.9% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.0% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.100s coverage: 89.4% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.772s coverage: 29.1% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T13:07:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-02-12T13:07:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T13:07:06.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T13:07:06.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-12T13:07:06.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-12T13:07:06.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-12T13:07:06.483Z] GO111MODULE=on go vet ./... [2021-02-12T13:07:33.231Z] gofmt -l . [2021-02-12T13:07:33.231Z] [ "`gofmt -l .`" = "" ] [2021-02-12T13:07:33.231Z] ./bin/test-go-mod-tidy.sh [2021-02-12T13:07:33.493Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T13:07:34.384Z] + ls -al . [2021-02-12T13:07:34.385Z] total 700 [2021-02-12T13:07:34.385Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 13:07 . [2021-02-12T13:07:34.385Z] drwxr-xr-x 4 root root 32 Feb 12 13:05 .. [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 13:03 .dockerignore [2021-02-12T13:07:34.385Z] drwxrwxr-x 8 1001 1001 162 Feb 12 13:03 .git [2021-02-12T13:07:34.385Z] drwxrwxr-x 3 1001 1001 125 Feb 12 13:03 .github [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 13:03 .gitignore [2021-02-12T13:07:34.385Z] drwx------ 3 1001 1001 45 Feb 12 13:04 .semver [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 13:03 .sonarcloud.properties [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 13:03 Attribution.txt [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 13:03 CONTRIBUTING.md [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 13:03 Dockerfile.build [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 13:03 Jenkinsfile [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 13:03 LICENSE [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 13:03 Makefile [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 13:03 README.md [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 13:03 SECURITY.md [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 12 Feb 12 13:04 VERSION [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 13:03 ZMQWindows.md [2021-02-12T13:07:34.385Z] drwxrwxr-x 2 1001 1001 117 Feb 12 13:03 bin [2021-02-12T13:07:34.385Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 13:03 cmd [2021-02-12T13:07:34.385Z] -rw-r--r-- 1 root root 595676 Feb 12 13:07 coverage.out [2021-02-12T13:07:34.385Z] -rw-r--r-- 1 root root 1054 Feb 12 13:07 go.mod [2021-02-12T13:07:34.385Z] -rw-r--r-- 1 root root 19518 Feb 12 13:07 go.sum [2021-02-12T13:07:34.385Z] drwxrwxr-x 8 1001 1001 127 Feb 12 13:03 internal [2021-02-12T13:07:34.385Z] drwxrwxr-x 4 1001 1001 26 Feb 12 13:03 openapi [2021-02-12T13:07:34.385Z] drwxrwxr-x 4 1001 1001 71 Feb 12 13:03 snap [2021-02-12T13:07:34.385Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 13:03 version.go [Pipeline] sh [2021-02-12T13:07:34.685Z] + '[' -e coverage.out ] [2021-02-12T13:07:34.685Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T13:07:34.930Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T13:07:35.227Z] + make build [2021-02-12T13:07:35.227Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T13:07:38.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T13:07:48.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T13:07:48.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T13:07:50.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T13:07:50.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T13:07:52.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T13:07:53.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T13:07:54.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T13:07:55.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T13:07:57.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T13:07:58.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-12T13:08:00.167Z] $ docker stop --time=1 ca0cb6dbe3db2442b638bd1635ada3468405372bd1d0acb5c7ad0b09c68f6fc1 [2021-02-12T13:08:01.915Z] $ docker rm -f ca0cb6dbe3db2442b638bd1635ada3468405372bd1d0acb5c7ad0b09c68f6fc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:05.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T13:08:05.040Z] [2021-02-12T13:08:05.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:05.385Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T13:08:05.385Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T13:08:05.385Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T13:08:05.385Z] ca9280d653b3: Pulling fs layer [2021-02-12T13:08:05.385Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T13:08:05.648Z] cbdbe7a5bc2a: Download complete [2021-02-12T13:08:06.226Z] ca9280d653b3: Verifying Checksum [2021-02-12T13:08:06.226Z] ca9280d653b3: Download complete [2021-02-12T13:08:06.226Z] cbdbe7a5bc2a: Pull complete [2021-02-12T13:08:07.185Z] ca9280d653b3: Pull complete [2021-02-12T13:08:07.185Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T13:08:07.185Z] 7e9c9ca2126c: Download complete [2021-02-12T13:08:13.814Z] 7e9c9ca2126c: Pull complete [2021-02-12T13:08:13.814Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T13:08:13.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T13:08:13.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T13:08:14.011Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:08:14.065Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-02-12T13:08:16.970Z] $ docker top de132a5cac7d7fe5a0c72912e97c420dc36b2d276a801f0c69147efca621213f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:08:17.522Z] + docker-compose build --help [2021-02-12T13:08:17.522Z] + grep parallel [2021-02-12T13:08:18.467Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T13:08:18.746Z] $ docker stop --time=1 de132a5cac7d7fe5a0c72912e97c420dc36b2d276a801f0c69147efca621213f [2021-02-12T13:08:20.285Z] $ docker rm -f de132a5cac7d7fe5a0c72912e97c420dc36b2d276a801f0c69147efca621213f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:08:20.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T13:08:20.903Z] . [Pipeline] withDockerContainer [2021-02-12T13:08:21.016Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:08:21.081Z] $ 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/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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:latest cat [2021-02-12T13:08:21.819Z] $ docker top dfc13b392f84c8b501412d80a58d41d88f1178bd2b476019a208e4fb657d633b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:08:22.438Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T13:08:23.388Z] Building docker-core-command-go ... [2021-02-12T13:08:23.388Z] Building docker-core-data-go ... [2021-02-12T13:08:23.388Z] Building docker-core-metadata-go ... [2021-02-12T13:08:23.388Z] Building docker-security-bootstrapper-go ... [2021-02-12T13:08:23.388Z] Building docker-security-proxy-setup-go ... [2021-02-12T13:08:23.388Z] Building docker-security-secretstore-setup-go ... [2021-02-12T13:08:23.388Z] Building docker-support-notifications-go ... [2021-02-12T13:08:23.388Z] Building docker-support-scheduler-go ... [2021-02-12T13:08:23.388Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T13:08:23.388Z] Building docker-support-scheduler-go [2021-02-12T13:08:23.388Z] Building docker-core-data-go [2021-02-12T13:08:23.388Z] Building docker-security-bootstrapper-go [2021-02-12T13:08:23.388Z] Building docker-support-notifications-go [2021-02-12T13:08:23.388Z] Building docker-core-metadata-go [2021-02-12T13:08:55.635Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:08:55.635Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:08:55.635Z] ---> 30d73621c4f5 [2021-02-12T13:08:55.635Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T13:08:55.635Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:08:55.635Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:08:55.635Z] ---> 30d73621c4f5 [2021-02-12T13:08:55.635Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T13:08:55.635Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:08:55.635Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:08:55.635Z] ---> 30d73621c4f5 [2021-02-12T13:08:55.635Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:08:55.635Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:08:55.635Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:08:55.635Z] ---> 30d73621c4f5 [2021-02-12T13:08:55.635Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:08:55.635Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:08:55.635Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:08:55.635Z] ---> 30d73621c4f5 [2021-02-12T13:08:55.635Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T13:08:55.635Z] ---> Running in 24dac1e57449 [2021-02-12T13:08:55.635Z] ---> Running in cc1ac1d2c1d5 [2021-02-12T13:08:55.635Z] ---> Running in 79639b031816 [2021-02-12T13:08:55.635Z] ---> Running in 86a9b8d9b193 [2021-02-12T13:08:55.635Z] ---> Running in 12aeb102aa42 [2021-02-12T13:08:55.635Z] Removing intermediate container 86a9b8d9b193 [2021-02-12T13:08:55.635Z] ---> fb2b72d54449 [2021-02-12T13:08:55.635Z] Removing intermediate container 79639b031816 [2021-02-12T13:08:55.635Z] ---> 00649d139a8f [2021-02-12T13:08:55.635Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:08:55.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:08:55.635Z] Removing intermediate container 24dac1e57449 [2021-02-12T13:08:55.635Z] ---> d2ea8eba12b4 [2021-02-12T13:08:55.635Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:08:55.635Z] Removing intermediate container 12aeb102aa42 [2021-02-12T13:08:55.635Z] ---> d978dac1d05a [2021-02-12T13:08:55.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:08:55.635Z] Removing intermediate container cc1ac1d2c1d5 [2021-02-12T13:08:55.635Z] ---> b54b0f15990c [2021-02-12T13:08:55.635Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:08:55.917Z] ---> Running in 6836d4351a96 [2021-02-12T13:08:55.917Z] ---> Running in a4f6549533f6 [2021-02-12T13:08:55.917Z] ---> Running in cf47d253c914 [2021-02-12T13:08:55.917Z] ---> Running in e28b4b567cb5 [2021-02-12T13:08:55.917Z] ---> Running in bea4e468138a [2021-02-12T13:08:58.518Z] Removing intermediate container 6836d4351a96 [2021-02-12T13:08:58.518Z] ---> 89d3d5f64d03 [2021-02-12T13:08:58.518Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T13:08:58.518Z] Removing intermediate container cf47d253c914 [2021-02-12T13:08:58.518Z] ---> 0900c2cd7359 [2021-02-12T13:08:58.518Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T13:08:58.518Z] Removing intermediate container a4f6549533f6 [2021-02-12T13:08:58.518Z] ---> 16cdb216a481 [2021-02-12T13:08:58.518Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T13:08:58.518Z] Removing intermediate container bea4e468138a [2021-02-12T13:08:58.518Z] ---> d2a2ba0237a0 [2021-02-12T13:08:58.518Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T13:08:58.518Z] ---> Running in 23b5906b529a [2021-02-12T13:08:58.518Z] ---> Running in 513fcedd6171 [2021-02-12T13:08:58.518Z] ---> Running in 4bd0144e2adf [2021-02-12T13:08:58.518Z] Removing intermediate container e28b4b567cb5 [2021-02-12T13:08:58.518Z] ---> 0232890ed05a [2021-02-12T13:08:58.518Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T13:08:58.518Z] ---> Running in eeccacda38de [2021-02-12T13:08:58.518Z] ---> Running in 253ea53d5801 [2021-02-12T13:08:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:08:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:08:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:08:59.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:08:59.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:08:59.902Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26290 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-12T13:08:59.954Z] Running in /w/workspace/edgex-go/357 [Pipeline] { [Pipeline] checkout [2021-02-12T13:09:00.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:09:00.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:09:00.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:09:00.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:09:00.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:09:00.563Z] OK: 233 MiB in 51 packages [2021-02-12T13:09:00.563Z] OK: 233 MiB in 51 packages [2021-02-12T13:09:00.835Z] OK: 233 MiB in 51 packages [2021-02-12T13:09:01.100Z] OK: 233 MiB in 51 packages [2021-02-12T13:09:01.100Z] OK: 233 MiB in 51 packages [2021-02-12T13:09:01.100Z] Removing intermediate container 23b5906b529a [2021-02-12T13:09:01.100Z] ---> 053cc3311cc1 [2021-02-12T13:09:01.100Z] Step 6/23 : COPY go.mod . [2021-02-12T13:09:01.361Z] Removing intermediate container 513fcedd6171 [2021-02-12T13:09:01.361Z] ---> c456bf7d7d34 [2021-02-12T13:09:01.361Z] Step 6/23 : COPY go.mod . [2021-02-12T13:09:01.624Z] ---> b95308d703de [2021-02-12T13:09:01.624Z] Step 7/23 : RUN go mod download [2021-02-12T13:09:01.887Z] Removing intermediate container 4bd0144e2adf [2021-02-12T13:09:01.887Z] ---> 46b0f639dc3b [2021-02-12T13:09:01.887Z] Step 6/22 : COPY go.mod . [2021-02-12T13:09:01.887Z] ---> Running in c3d8f89cafc4 [2021-02-12T13:09:01.887Z] ---> 7dfd400043fc [2021-02-12T13:09:01.887Z] Step 7/23 : RUN go mod download [2021-02-12T13:09:02.150Z] ---> Running in b4768d5651dc [2021-02-12T13:09:02.421Z] Removing intermediate container 253ea53d5801 [2021-02-12T13:09:02.421Z] ---> e16d6abf127e [2021-02-12T13:09:02.421Z] Step 6/22 : COPY go.mod . [2021-02-12T13:09:02.421Z] ---> 93591a1f7683 [2021-02-12T13:09:02.421Z] Step 7/22 : RUN go mod download [2021-02-12T13:09:02.421Z] Removing intermediate container eeccacda38de [2021-02-12T13:09:02.421Z] ---> a4a3a7375650 [2021-02-12T13:09:02.421Z] Step 6/30 : COPY go.mod . [2021-02-12T13:09:02.687Z] ---> Running in 59fc03343a14 [2021-02-12T13:09:02.952Z] ---> 24d73e9ca8dd [2021-02-12T13:09:02.952Z] Step 7/22 : RUN go mod download [2021-02-12T13:09:02.952Z] ---> 1b8c659b5386 [2021-02-12T13:09:02.952Z] Step 7/30 : RUN go mod download [2021-02-12T13:09:02.952Z] ---> Running in d146b88fdbd4 [2021-02-12T13:09:02.952Z] ---> Running in 16828c8e9780 [2021-02-12T13:09:04.928Z] Removing intermediate container c3d8f89cafc4 [2021-02-12T13:09:04.928Z] ---> a329f0db33cd [2021-02-12T13:09:04.928Z] Step 8/23 : COPY . . [2021-02-12T13:09:04.928Z] Removing intermediate container b4768d5651dc [2021-02-12T13:09:04.928Z] ---> b8c25b6610c9 [2021-02-12T13:09:04.928Z] Step 8/23 : COPY . . [2021-02-12T13:09:04.928Z] Removing intermediate container 59fc03343a14 [2021-02-12T13:09:04.928Z] ---> 1e9c4d95660e [2021-02-12T13:09:04.928Z] Step 8/22 : COPY . . [2021-02-12T13:09:05.097Z] using credential edgex-jenkins-ssh [2021-02-12T13:09:05.163Z] Cloning the remote Git repository [2021-02-12T13:09:05.225Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T13:09:05.348Z] > git init /w/workspace/edgex-go/357 # timeout=10 [2021-02-12T13:09:05.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T13:09:05.424Z] > git --version # timeout=10 [2021-02-12T13:09:05.447Z] > git --version # 'git version 2.17.1' [2021-02-12T13:09:05.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:09:05.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:09:08.261Z] Removing intermediate container d146b88fdbd4 [2021-02-12T13:09:08.261Z] ---> c5eb64b6c35a [2021-02-12T13:09:08.261Z] Step 8/22 : COPY . . [2021-02-12T13:09:10.857Z] Removing intermediate container 16828c8e9780 [2021-02-12T13:09:10.857Z] ---> 462dbf8660a3 [2021-02-12T13:09:10.857Z] Step 8/30 : COPY . . [2021-02-12T13:09:24.260Z] Checking out Revision c45cbaf51db8bca8828eded85884901e9538081e (master) [2021-02-12T13:09:23.516Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T13:09:23.537Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T13:09:23.560Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T13:09:23.593Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T13:09:23.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T13:09:23.607Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T13:09:24.286Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T13:09:24.305Z] > git checkout -f c45cbaf51db8bca8828eded85884901e9538081e # timeout=10 [2021-02-12T13:09:28.928Z] Commit message: "Merge pull request #3165 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T13:09:30.322Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:09:30.744Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T13:09:31.096Z] + + sudo service dockertrue [2021-02-12T13:09:31.096Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T13:09:33.849Z] provisioning config files... [2021-02-12T13:09:33.897Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/357@tmp/config1266187498498869405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:09:34.336Z] ---> docker-login.sh [2021-02-12T13:09:34.336Z] nexus3.edgexfoundry.org:10001 [2021-02-12T13:09:35.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:09:35.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:09:35.599Z] Configure a credential helper to remove this warning. See [2021-02-12T13:09:35.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:09:35.599Z] [2021-02-12T13:09:35.599Z] Login Succeeded [2021-02-12T13:09:35.599Z] nexus3.edgexfoundry.org:10002 [2021-02-12T13:09:35.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:09:36.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:09:36.147Z] Configure a credential helper to remove this warning. See [2021-02-12T13:09:36.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:09:36.147Z] [2021-02-12T13:09:36.147Z] Login Succeeded [2021-02-12T13:09:36.147Z] nexus3.edgexfoundry.org:10003 [2021-02-12T13:09:36.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:09:36.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:09:36.696Z] Configure a credential helper to remove this warning. See [2021-02-12T13:09:36.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:09:36.696Z] [2021-02-12T13:09:36.696Z] Login Succeeded [2021-02-12T13:09:36.697Z] nexus3.edgexfoundry.org:10004 [2021-02-12T13:09:36.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:09:37.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:09:37.247Z] Configure a credential helper to remove this warning. See [2021-02-12T13:09:37.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:09:37.247Z] [2021-02-12T13:09:37.247Z] Login Succeeded [2021-02-12T13:09:37.247Z] docker.io [2021-02-12T13:09:37.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:09:37.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:09:37.800Z] Configure a credential helper to remove this warning. See [2021-02-12T13:09:37.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:09:37.800Z] [2021-02-12T13:09:37.800Z] Login Succeeded [2021-02-12T13:09:37.800Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T13:09:37.818Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T13:09:38.259Z] ========================================================= [2021-02-12T13:09:38.259Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T13:09:38.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:09:38.675Z] + 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-02-12T13:09:41.350Z] Sending build context to Docker daemon 166.3MB [2021-02-12T13:09:41.350Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T13:09:41.350Z] Step 2/6 : FROM ${BASE} [2021-02-12T13:09:41.350Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T13:09:41.350Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T13:09:41.350Z] a4357932f1b6: Pulling fs layer [2021-02-12T13:09:41.350Z] 18c013af1878: Pulling fs layer [2021-02-12T13:09:41.350Z] 00ac8860ef70: Pulling fs layer [2021-02-12T13:09:41.350Z] 63d7cb157983: Pulling fs layer [2021-02-12T13:09:41.350Z] b116817d02f9: Pulling fs layer [2021-02-12T13:09:41.350Z] 745a02a5169b: Pulling fs layer [2021-02-12T13:09:41.350Z] 63d7cb157983: Waiting [2021-02-12T13:09:41.350Z] b116817d02f9: Waiting [2021-02-12T13:09:41.350Z] 00ac8860ef70: Waiting [2021-02-12T13:09:41.350Z] 745a02a5169b: Waiting [2021-02-12T13:09:41.350Z] 18c013af1878: Download complete [2021-02-12T13:09:41.350Z] a4357932f1b6: Download complete [2021-02-12T13:09:41.350Z] 63d7cb157983: Verifying Checksum [2021-02-12T13:09:41.350Z] 63d7cb157983: Download complete [2021-02-12T13:09:41.350Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T13:09:41.350Z] 5f621e34cdf4: Download complete [2021-02-12T13:09:41.350Z] b116817d02f9: Verifying Checksum [2021-02-12T13:09:41.350Z] b116817d02f9: Download complete [2021-02-12T13:09:41.983Z] 5f621e34cdf4: Pull complete [2021-02-12T13:09:42.602Z] a4357932f1b6: Pull complete [2021-02-12T13:09:43.209Z] 18c013af1878: Pull complete [2021-02-12T13:09:44.195Z] 745a02a5169b: Verifying Checksum [2021-02-12T13:09:44.195Z] 745a02a5169b: Download complete [2021-02-12T13:09:45.171Z] 00ac8860ef70: Verifying Checksum [2021-02-12T13:09:45.171Z] 00ac8860ef70: Download complete [2021-02-12T13:09:49.806Z] ---> 9ae75e578408 [2021-02-12T13:09:49.806Z] ---> 38b64c49970e [2021-02-12T13:09:49.806Z] Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T13:09:49.806Z] [2021-02-12T13:09:49.806Z] ---> cf7f661a91c1 [2021-02-12T13:09:49.806Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T13:09:49.806Z] ---> a443d7d86a20 [2021-02-12T13:09:49.806Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T13:09:49.806Z] ---> 1043a7ad48bf [2021-02-12T13:09:49.806Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T13:09:49.806Z] ---> Running in 76304ec64f1c [2021-02-12T13:09:49.806Z] ---> Running in 4014f2fdfed7 [2021-02-12T13:09:49.806Z] ---> Running in 5f4692ae0895 [2021-02-12T13:09:49.806Z] ---> Running in 605b55cf7659 [2021-02-12T13:09:49.806Z] ---> Running in dde3d57788ba [2021-02-12T13:09:49.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T13:09:49.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T13:09:49.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T13:09:49.806Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T13:09:49.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T13:09:55.338Z] 00ac8860ef70: Pull complete [2021-02-12T13:09:55.338Z] 63d7cb157983: Pull complete [2021-02-12T13:09:55.338Z] b116817d02f9: Pull complete [2021-02-12T13:09:58.730Z] 745a02a5169b: Pull complete [2021-02-12T13:09:58.730Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T13:09:58.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T13:09:58.730Z] ---> b7e6874047d6 [2021-02-12T13:09:58.730Z] 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-02-12T13:10:02.120Z] ---> Running in 1d3f25529e56 [2021-02-12T13:10:03.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:10:04.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:10:04.691Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T13:10:04.964Z] (2/12) Installing file (5.38-r0) [2021-02-12T13:10:04.964Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T13:10:05.237Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T13:10:12.621Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T13:10:12.621Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T13:10:12.621Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T13:10:12.621Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T13:10:12.621Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T13:10:12.893Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T13:10:12.893Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T13:10:13.498Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T13:10:13.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:13.498Z] OK: 217 MiB in 51 packages [2021-02-12T13:10:17.808Z] Removing intermediate container 1d3f25529e56 [2021-02-12T13:10:17.808Z] ---> 101cb7e91608 [2021-02-12T13:10:17.808Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T13:10:17.808Z] ---> Running in 497cf6961455 [2021-02-12T13:10:18.404Z] Removing intermediate container 497cf6961455 [2021-02-12T13:10:18.404Z] ---> 0af726e7c36b [2021-02-12T13:10:18.404Z] Step 5/6 : COPY go.mod . [2021-02-12T13:10:19.007Z] ---> 87df2d80d092 [2021-02-12T13:10:19.007Z] Step 6/6 : RUN go mod download [2021-02-12T13:10:19.007Z] ---> Running in 0d182f84889a [2021-02-12T13:10:28.756Z] Removing intermediate container 76304ec64f1c [2021-02-12T13:10:28.756Z] ---> ff7a4dfeb657 [2021-02-12T13:10:28.756Z] [2021-02-12T13:10:28.756Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T13:10:28.756Z] 3.12: Pulling from library/alpine [2021-02-12T13:10:28.756Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T13:10:28.756Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T13:10:28.756Z] ---> 389fef711851 [2021-02-12T13:10:28.756Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T13:10:28.756Z] ---> Running in c22394cfc405 [2021-02-12T13:10:28.756Z] Removing intermediate container 5f4692ae0895 [2021-02-12T13:10:28.756Z] ---> 1942c1cddede [2021-02-12T13:10:28.756Z] [2021-02-12T13:10:28.756Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T13:10:28.756Z] ---> 389fef711851 [2021-02-12T13:10:28.756Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T13:10:28.756Z] Removing intermediate container 605b55cf7659 [2021-02-12T13:10:28.756Z] ---> 1a7d1da4f193 [2021-02-12T13:10:28.756Z] [2021-02-12T13:10:28.756Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T13:10:28.756Z] ---> 389fef711851 [2021-02-12T13:10:28.756Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:10:28.756Z] Removing intermediate container c22394cfc405 [2021-02-12T13:10:28.756Z] ---> ed71c55aa769 [2021-02-12T13:10:28.756Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T13:10:28.756Z] ---> Running in b133fe83c8ad [2021-02-12T13:10:28.756Z] ---> Running in 54d9f4a4bebc [2021-02-12T13:10:28.756Z] ---> Running in 4dc2e1c161c8 [2021-02-12T13:10:28.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:28.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:28.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:28.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:28.756Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T13:10:28.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:28.756Z] OK: 6 MiB in 15 packages [2021-02-12T13:10:28.756Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T13:10:28.756Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T13:10:28.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:28.756Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:10:28.756Z] OK: 6 MiB in 16 packages [2021-02-12T13:10:30.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:30.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:30.157Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T13:10:30.157Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T13:10:30.157Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:30.157Z] OK: 6 MiB in 16 packages [2021-02-12T13:10:30.157Z] Removing intermediate container 4014f2fdfed7 [2021-02-12T13:10:30.157Z] ---> b350a360eba5 [2021-02-12T13:10:30.157Z] [2021-02-12T13:10:30.157Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:10:30.157Z] ---> 389fef711851 [2021-02-12T13:10:30.157Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:10:32.091Z] Removing intermediate container dde3d57788ba [2021-02-12T13:10:32.091Z] ---> 96fe90c5ba81 [2021-02-12T13:10:32.091Z] [2021-02-12T13:10:32.091Z] ---> Running in 3d5a0a086d59 [2021-02-12T13:10:32.091Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:10:32.091Z] ---> 389fef711851 [2021-02-12T13:10:32.091Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T13:10:32.091Z] ---> Running in 497424d2e54c [2021-02-12T13:10:32.668Z] Removing intermediate container 497424d2e54c [2021-02-12T13:10:32.668Z] ---> 03bcda53eba3 [2021-02-12T13:10:32.668Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T13:10:32.930Z] ---> Running in a41a27644367 [2021-02-12T13:10:32.930Z] Removing intermediate container b133fe83c8ad [2021-02-12T13:10:32.930Z] ---> a8099d828c69 [2021-02-12T13:10:32.930Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:10:32.930Z] Removing intermediate container 54d9f4a4bebc [2021-02-12T13:10:32.930Z] ---> 751314eba5ca [2021-02-12T13:10:32.930Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:10:33.191Z] ---> Running in 0b8de15fc28f [2021-02-12T13:10:33.191Z] ---> Running in b6252cb4470f [2021-02-12T13:10:33.191Z] Removing intermediate container 4dc2e1c161c8 [2021-02-12T13:10:33.191Z] ---> c00fe87d7c2a [2021-02-12T13:10:33.191Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T13:10:33.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:33.191Z] Removing intermediate container a41a27644367 [2021-02-12T13:10:33.191Z] ---> 990be4daa380 [2021-02-12T13:10:33.191Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T13:10:33.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:33.456Z] ---> Running in ad7dad362485 [2021-02-12T13:10:33.456Z] Removing intermediate container 0b8de15fc28f [2021-02-12T13:10:33.456Z] ---> a1ef4e7b9f07 [2021-02-12T13:10:33.456Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T13:10:33.456Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T13:10:33.456Z] ---> Running in 9b7e9d117542 [2021-02-12T13:10:33.456Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:33.718Z] OK: 6 MiB in 15 packages [2021-02-12T13:10:33.980Z] Removing intermediate container b6252cb4470f [2021-02-12T13:10:33.980Z] ---> 38f553d4a2bd [2021-02-12T13:10:33.980Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T13:10:33.980Z] ---> Running in cbd925104f37 [2021-02-12T13:10:34.242Z] ---> Running in 3a42a904692f [2021-02-12T13:10:34.242Z] Removing intermediate container ad7dad362485 [2021-02-12T13:10:34.242Z] ---> f2637884e02e [2021-02-12T13:10:34.242Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T13:10:34.242Z] Removing intermediate container 9b7e9d117542 [2021-02-12T13:10:34.242Z] ---> d80fe4354408 [2021-02-12T13:10:34.242Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:10:34.507Z] ---> Running in a38f54a50e21 [2021-02-12T13:10:34.507Z] ---> Running in e045df15809d [2021-02-12T13:10:34.507Z] Removing intermediate container cbd925104f37 [2021-02-12T13:10:34.507Z] ---> a4be595819c3 [2021-02-12T13:10:34.507Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T13:10:34.769Z] Removing intermediate container 3a42a904692f [2021-02-12T13:10:34.769Z] ---> 684b7f7ae0c4 [2021-02-12T13:10:34.769Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T13:10:34.769Z] ---> Running in 78d557d7b211 [2021-02-12T13:10:35.031Z] ---> Running in 0d19ad59f67c [2021-02-12T13:10:35.031Z] Removing intermediate container a38f54a50e21 [2021-02-12T13:10:35.031Z] ---> 97c50e0367b6 [2021-02-12T13:10:35.031Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T13:10:35.031Z] Removing intermediate container 3d5a0a086d59 [2021-02-12T13:10:35.031Z] ---> fed3c9da8597 [2021-02-12T13:10:35.031Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:10:35.031Z] ---> Running in 58b4f642c3a9 [2021-02-12T13:10:35.295Z] ---> Running in d618a9a710ad [2021-02-12T13:10:35.295Z] Removing intermediate container 78d557d7b211 [2021-02-12T13:10:35.295Z] ---> a6aae4d647e9 [2021-02-12T13:10:35.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:10:35.561Z] Removing intermediate container 0d19ad59f67c [2021-02-12T13:10:35.561Z] ---> bf29be9af076 [2021-02-12T13:10:35.561Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:10:35.561Z] Removing intermediate container d618a9a710ad [2021-02-12T13:10:35.561Z] ---> 78a459ed4d78 [2021-02-12T13:10:35.561Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T13:10:35.829Z] ---> Running in 352e020d4b49 [2021-02-12T13:10:35.829Z] ---> 313ce37ce294 [2021-02-12T13:10:35.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T13:10:36.094Z] ---> a7f1c4c49359 [2021-02-12T13:10:36.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T13:10:36.094Z] Removing intermediate container 352e020d4b49 [2021-02-12T13:10:36.094Z] ---> 08f507d70a2b [2021-02-12T13:10:36.094Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T13:10:36.362Z] ---> Running in d809094e121f [2021-02-12T13:10:36.626Z] Removing intermediate container e045df15809d [2021-02-12T13:10:36.626Z] ---> 68704bfe8e71 [2021-02-12T13:10:36.626Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T13:10:37.202Z] ---> dfdcf7fc36a4 [2021-02-12T13:10:37.202Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T13:10:37.472Z] ---> Running in 19c096a59e52 [2021-02-12T13:10:37.472Z] ---> 7dd0d2e90afe [2021-02-12T13:10:37.472Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T13:10:37.472Z] Removing intermediate container d809094e121f [2021-02-12T13:10:37.472Z] ---> ad76a2a41428 [2021-02-12T13:10:37.472Z] Step 15/23 : WORKDIR / [2021-02-12T13:10:37.733Z] Removing intermediate container 58b4f642c3a9 [2021-02-12T13:10:37.733Z] ---> f583959fb49b [2021-02-12T13:10:37.733Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T13:10:37.733Z] ---> Running in fed221f6fdb2 [2021-02-12T13:10:37.997Z] ---> Running in bc1fd78ae591 [2021-02-12T13:10:37.997Z] ---> 7c18e584e5ce [2021-02-12T13:10:37.997Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T13:10:37.997Z] ---> 40dff5bff749 [2021-02-12T13:10:37.997Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T13:10:37.997Z] ---> Running in 07ec74d151b4 [2021-02-12T13:10:38.261Z] ---> Running in 48ae9fd203e7 [2021-02-12T13:10:38.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:38.261Z] Removing intermediate container fed221f6fdb2 [2021-02-12T13:10:38.261Z] ---> c31781e6ba5b [2021-02-12T13:10:38.261Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:10:38.261Z] Removing intermediate container bc1fd78ae591 [2021-02-12T13:10:38.261Z] ---> 5251a7c40592 [2021-02-12T13:10:38.261Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T13:10:38.525Z] Removing intermediate container 07ec74d151b4 [2021-02-12T13:10:38.525Z] ---> 271dd4f5795c [2021-02-12T13:10:38.525Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:10:38.525Z] Removing intermediate container 48ae9fd203e7 [2021-02-12T13:10:38.525Z] ---> 045646bc6b58 [2021-02-12T13:10:38.525Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:10:38.525Z] ---> Running in c7747f0b527d [2021-02-12T13:10:38.787Z] ---> Running in b8c0f89cce98 [2021-02-12T13:10:38.787Z] ---> 0c64ebbb702f [2021-02-12T13:10:38.787Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T13:10:38.787Z] ---> 21f3f0ecf139 [2021-02-12T13:10:38.787Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T13:10:38.787Z] Removing intermediate container c7747f0b527d [2021-02-12T13:10:38.787Z] ---> 6669078a4bb8 [2021-02-12T13:10:38.787Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T13:10:39.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:10:39.052Z] Removing intermediate container b8c0f89cce98 [2021-02-12T13:10:39.052Z] ---> 74223e415ec2 [2021-02-12T13:10:39.052Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T13:10:39.323Z] ---> Running in 1d71ef9dbe46 [2021-02-12T13:10:39.323Z] ---> Running in 8aefb45a1e79 [2021-02-12T13:10:39.323Z] ---> Running in 38e932126370 [2021-02-12T13:10:39.593Z] ---> 3eee5e29052b [2021-02-12T13:10:39.593Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T13:10:39.593Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T13:10:39.593Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T13:10:39.864Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T13:10:39.864Z] Removing intermediate container 1d71ef9dbe46 [2021-02-12T13:10:39.864Z] ---> 08a2da133652 [2021-02-12T13:10:39.864Z] Step 21/22 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:10:39.864Z] Removing intermediate container 38e932126370 [2021-02-12T13:10:39.864Z] ---> c20a2826a74a [2021-02-12T13:10:39.864Z] Step 21/22 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:10:39.864Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T13:10:39.864Z] ---> 1c7310eb47f8 [2021-02-12T13:10:39.864Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T13:10:39.864Z] ---> Running in d9c1f5de09a2 [2021-02-12T13:10:39.864Z] ---> Running in 1f55746d9e7d [2021-02-12T13:10:40.126Z] ---> Running in 1dd577319235 [2021-02-12T13:10:40.126Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T13:10:40.126Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T13:10:40.390Z] Removing intermediate container d9c1f5de09a2 [2021-02-12T13:10:40.390Z] ---> bb578ec84cf7 [2021-02-12T13:10:40.390Z] Step 22/22 : LABEL version=2.0.0-dev.91 [2021-02-12T13:10:40.390Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:10:40.390Z] OK: 8 MiB in 20 packages [2021-02-12T13:10:40.390Z] Removing intermediate container 1f55746d9e7d [2021-02-12T13:10:40.390Z] ---> 95f6c45b6ab0 [2021-02-12T13:10:40.390Z] Step 22/22 : LABEL version=2.0.0-dev.91 [2021-02-12T13:10:40.390Z] ---> Running in 764bb616d683 [2021-02-12T13:10:40.663Z] Removing intermediate container 1dd577319235 [2021-02-12T13:10:40.663Z] ---> daf4f7826ec6 [2021-02-12T13:10:40.663Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:10:40.663Z] ---> Running in 54598713aeb6 [2021-02-12T13:10:40.663Z] ---> Running in a9e28d710689 [2021-02-12T13:10:40.925Z] Removing intermediate container 764bb616d683 [2021-02-12T13:10:40.925Z] ---> 70da6bfb6d32 [2021-02-12T13:10:40.925Z] [2021-02-12T13:10:41.186Z] Removing intermediate container 54598713aeb6 [2021-02-12T13:10:41.186Z] ---> f8953aa46cc4 [2021-02-12T13:10:41.186Z] [2021-02-12T13:10:41.186Z] Removing intermediate container a9e28d710689 [2021-02-12T13:10:41.186Z] ---> 618799ae88e9 [2021-02-12T13:10:41.186Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T13:10:41.186Z] Successfully built 70da6bfb6d32 [2021-02-12T13:10:41.186Z] Successfully built f8953aa46cc4 [2021-02-12T13:10:41.464Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T13:10:41.464Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-12T13:10:41.464Z] ---> Running in 3875c5cb31e2 [2021-02-12T13:10:41.464Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T13:10:41.464Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T13:10:41.464Z] Removing intermediate container 8aefb45a1e79 [2021-02-12T13:10:41.464Z] ---> f11429e83461 [2021-02-12T13:10:41.464Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:10:41.735Z] Removing intermediate container 19c096a59e52 [2021-02-12T13:10:41.735Z] ---> 162dfcf44543 [2021-02-12T13:10:41.735Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:10:41.735Z] Removing intermediate container 3875c5cb31e2 [2021-02-12T13:10:41.735Z] ---> e845bf66f97c [2021-02-12T13:10:41.735Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:10:41.735Z] ---> Running in 545dbd8158bd [2021-02-12T13:10:42.003Z] ---> a6f84781fe51 [2021-02-12T13:10:42.003Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T13:10:42.003Z] ---> 7eb413460961 [2021-02-12T13:10:42.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T13:10:42.003Z] Removing intermediate container 545dbd8158bd [2021-02-12T13:10:42.003Z] ---> ce7d5fab3087 [2021-02-12T13:10:42.003Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:10:42.276Z] ---> Running in 90b8d5e04596 [2021-02-12T13:10:45.602Z] ---> c6d04d5c2beb [2021-02-12T13:10:45.603Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T13:10:45.603Z] Removing intermediate container 90b8d5e04596 [2021-02-12T13:10:45.603Z] ---> 7e42249f70c1 [2021-02-12T13:10:45.603Z] [2021-02-12T13:10:45.603Z] ---> 81557e539e28 [2021-02-12T13:10:45.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T13:10:45.865Z] Removing intermediate container 0d182f84889a [2021-02-12T13:10:45.866Z] ---> c69f043e6201 [2021-02-12T13:10:45.866Z] Successfully built c69f043e6201 [2021-02-12T13:10:45.866Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:10:46.176Z] Successfully built 7e42249f70c1 [2021-02-12T13:10:46.204Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T13:10:46.204Z] . [Pipeline] withDockerContainer [2021-02-12T13:10:46.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-26290 does not seem to be running inside a container [2021-02-12T13:10:46.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-02-12T13:10:47.140Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T13:10:47.140Z] Building docker-security-secretstore-setup-go [2021-02-12T13:10:48.008Z] $ docker top 6b09b8cf91a4a6435c3066ed5d4e1db1c49b8d419f121bb0e837d1e7d69947e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:10:48.995Z] + go version [2021-02-12T13:10:48.995Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T13:10:49.029Z] $ docker stop --time=1 6b09b8cf91a4a6435c3066ed5d4e1db1c49b8d419f121bb0e837d1e7d69947e1 [2021-02-12T13:10:50.976Z] $ docker rm -f 6b09b8cf91a4a6435c3066ed5d4e1db1c49b8d419f121bb0e837d1e7d69947e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-12T13:10:51.375Z]  Building docker-core-metadata-go ... done  ---> c73b1f0059e3 [2021-02-12T13:10:51.375Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T13:10:51.375Z] ---> 74b5afdcde90 [2021-02-12T13:10:51.375Z] Step 19/23 : ENTRYPOINT ["/core-data"] [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-02-12T13:10:51.956Z] ---> Running in 87d4b4091724 [2021-02-12T13:10:51.956Z] ---> 1542258313e2 [2021-02-12T13:10:51.956Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T13:10:52.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T13:10:52.118Z] [2021-02-12T13:10:52.118Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:10:52.517Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T13:10:52.517Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T13:10:52.517Z] 29e5d40040c1: Pulling fs layer [2021-02-12T13:10:52.517Z] 1ce36da41761: Pulling fs layer [2021-02-12T13:10:52.517Z] 25b303627fd3: Pulling fs layer [2021-02-12T13:10:52.792Z] 29e5d40040c1: Verifying Checksum [2021-02-12T13:10:52.792Z] 29e5d40040c1: Download complete [2021-02-12T13:10:53.396Z] 1ce36da41761: Verifying Checksum [2021-02-12T13:10:53.396Z] 1ce36da41761: Download complete [2021-02-12T13:10:53.396Z] 29e5d40040c1: Pull complete [2021-02-12T13:10:54.839Z] 1ce36da41761: Pull complete [2021-02-12T13:10:54.839Z] 25b303627fd3: Verifying Checksum [2021-02-12T13:10:54.839Z] 25b303627fd3: Download complete [2021-02-12T13:10:55.283Z] Removing intermediate container 87d4b4091724 [2021-02-12T13:10:55.283Z] ---> 882e09a7b399 [2021-02-12T13:10:55.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:11:00.611Z] ---> Running in 86ffc0c22f5a [2021-02-12T13:11:01.595Z] ---> Running in 4cf5e57384f4 [2021-02-12T13:11:02.194Z] Removing intermediate container 86ffc0c22f5a [2021-02-12T13:11:02.194Z] ---> 4b1de47cf102 [2021-02-12T13:11:02.194Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T13:11:03.173Z] Removing intermediate container 4cf5e57384f4 [2021-02-12T13:11:03.173Z] ---> 7b3133cb6eb9 [2021-02-12T13:11:03.173Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T13:11:05.015Z] 25b303627fd3: Pull complete [2021-02-12T13:11:05.015Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T13:11:05.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T13:11:05.015Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T13:11:05.127Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:11:05.127Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:11:05.127Z] ---> 30d73621c4f5 [2021-02-12T13:11:05.127Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T13:11:05.127Z] ---> Using cache [2021-02-12T13:11:05.127Z] ---> b54b0f15990c [2021-02-12T13:11:05.127Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:11:05.127Z] ---> Using cache [2021-02-12T13:11:05.127Z] ---> d2a2ba0237a0 [2021-02-12T13:11:05.127Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T13:11:05.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-26290 does not seem to be running inside a container [2021-02-12T13:11:05.333Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-02-12T13:11:05.393Z] ---> dab93133638b [2021-02-12T13:11:05.393Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T13:11:06.360Z] ---> Running in 926edf391fc0 [2021-02-12T13:11:06.360Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:11:06.360Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:11:06.360Z] ---> 30d73621c4f5 [2021-02-12T13:11:06.360Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:11:06.360Z] ---> Using cache [2021-02-12T13:11:06.360Z] ---> b54b0f15990c [2021-02-12T13:11:06.360Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:11:06.360Z] ---> Using cache [2021-02-12T13:11:06.360Z] ---> d2a2ba0237a0 [2021-02-12T13:11:06.360Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T13:11:06.360Z] ---> Using cache [2021-02-12T13:11:06.360Z] ---> a4a3a7375650 [2021-02-12T13:11:06.360Z] Step 6/23 : COPY go.mod . [2021-02-12T13:11:06.360Z] ---> Using cache [2021-02-12T13:11:06.360Z] ---> 1b8c659b5386 [2021-02-12T13:11:06.360Z] Step 7/23 : RUN go mod download [2021-02-12T13:11:06.626Z] ---> Using cache [2021-02-12T13:11:06.626Z] ---> 462dbf8660a3 [2021-02-12T13:11:06.626Z] Step 8/23 : COPY . . [2021-02-12T13:11:06.888Z] ---> Using cache [2021-02-12T13:11:06.888Z] ---> 38b64c49970e [2021-02-12T13:11:06.888Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T13:11:07.847Z] ---> Running in 50a90b60d673 [2021-02-12T13:11:07.847Z] ---> Running in fea44577a878 [2021-02-12T13:11:08.422Z] ---> Running in 020ebcf27f40 [2021-02-12T13:11:08.422Z] Removing intermediate container 926edf391fc0 [2021-02-12T13:11:08.422Z] ---> e6982a440a05 [2021-02-12T13:11:08.422Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:11:08.579Z] $ docker top 97178e30f82e552c7c546b04d92860c906ccc30b7404d2b4570ef16f02e34e58 -eo pid,comm [2021-02-12T13:11:08.702Z] ---> Running in 8748f93b1587 [Pipeline] { [Pipeline] sh [2021-02-12T13:11:09.289Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:11:09.289Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:11:09.289Z] ---> 30d73621c4f5 [2021-02-12T13:11:09.289Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> b54b0f15990c [2021-02-12T13:11:09.289Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> d2a2ba0237a0 [2021-02-12T13:11:09.289Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> a4a3a7375650 [2021-02-12T13:11:09.289Z] Step 6/24 : COPY go.mod . [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> 1b8c659b5386 [2021-02-12T13:11:09.289Z] Step 7/24 : RUN go mod download [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> 462dbf8660a3 [2021-02-12T13:11:09.289Z] Step 8/24 : COPY . . [2021-02-12T13:11:09.289Z] ---> Using cache [2021-02-12T13:11:09.289Z] ---> 38b64c49970e [2021-02-12T13:11:09.289Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T13:11:09.598Z] + docker-compose build --help [2021-02-12T13:11:09.598Z] + grep parallel [2021-02-12T13:11:10.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:11:10.245Z] ---> Running in 64e27a581b13 [2021-02-12T13:11:10.519Z] Removing intermediate container 8748f93b1587 [2021-02-12T13:11:10.519Z] ---> 5222643d4feb [2021-02-12T13:11:10.519Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:11:10.519Z] ---> Running in d04221eb29cc [2021-02-12T13:11:10.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T13:11:11.068Z] Removing intermediate container d04221eb29cc [2021-02-12T13:11:11.068Z] ---> 32011f9ceb75 [2021-02-12T13:11:11.068Z] [2021-02-12T13:11:11.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:11:11.068Z] Successfully built 32011f9ceb75 [2021-02-12T13:11:11.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T13:11:11.068Z] Successfully tagged docker-core-data-go:latest [2021-02-12T13:11:11.068Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-02-12T13:11:11.653Z] Removing intermediate container fea44577a878 [2021-02-12T13:11:11.653Z] ---> 08bddcd52295 [2021-02-12T13:11:11.653Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T13:11:11.653Z] OK: 233 MiB in 51 packages [2021-02-12T13:11:11.933Z] ---> Running in cf5e0e49867a [2021-02-12T13:11:15.018Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T13:11:15.055Z] $ docker stop --time=1 97178e30f82e552c7c546b04d92860c906ccc30b7404d2b4570ef16f02e34e58 [2021-02-12T13:11:16.466Z] Removing intermediate container cf5e0e49867a [2021-02-12T13:11:16.466Z] ---> 81e1f28ed997 [2021-02-12T13:11:16.466Z] Step 27/30 : CMD ["gate"] [2021-02-12T13:11:17.065Z] $ docker rm -f 97178e30f82e552c7c546b04d92860c906ccc30b7404d2b4570ef16f02e34e58 [2021-02-12T13:11:17.290Z] Removing intermediate container 50a90b60d673 [2021-02-12T13:11:17.290Z] ---> 3f9eeb5c10f6 [2021-02-12T13:11:17.290Z] Step 6/26 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:11:17.705Z] ---> Running in 22eed239ae52 [2021-02-12T13:11:17.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T13:11:17.906Z] . [Pipeline] withDockerContainer [2021-02-12T13:11:18.232Z] prd-ubuntu18.04-docker-arm64-4c-16g-26290 does not seem to be running inside a container [2021-02-12T13:11:18.398Z] $ 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/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-02-12T13:11:18.859Z] ---> 8eadc7d41067 [2021-02-12T13:11:18.859Z] Step 7/26 : RUN go mod download [2021-02-12T13:11:19.131Z] Removing intermediate container 22eed239ae52 [2021-02-12T13:11:19.131Z] ---> 5ab5abdcd7b1 [2021-02-12T13:11:19.131Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T13:11:19.131Z] ---> Running in 292f15659e9e [2021-02-12T13:11:19.399Z] ---> Running in 5dac03fad7ca [2021-02-12T13:11:19.994Z] $ docker top 4dfa117554c628a4f2c48cee0e75b1db20545204e2207d7432f9be3bfa00cb12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:11:20.812Z] Removing intermediate container 5dac03fad7ca [2021-02-12T13:11:20.812Z] ---> 57b653e36de2 [2021-02-12T13:11:20.812Z] Step 29/30 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:11:21.108Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T13:11:21.774Z] ---> Running in 9cbe78f964bd [2021-02-12T13:11:22.371Z] Removing intermediate container 9cbe78f964bd [2021-02-12T13:11:22.371Z] ---> c414ee053756 [2021-02-12T13:11:22.371Z] Step 30/30 : LABEL version=2.0.0-dev.91 [2021-02-12T13:11:23.849Z] ---> Running in fe02f1dcb659 [2021-02-12T13:11:24.836Z] Removing intermediate container fe02f1dcb659 [2021-02-12T13:11:24.836Z] ---> 2405a1e10d38 [2021-02-12T13:11:24.836Z] [2021-02-12T13:11:25.107Z] Removing intermediate container 292f15659e9e [2021-02-12T13:11:25.107Z] ---> 9f968f463500 [2021-02-12T13:11:25.107Z] Step 8/26 : COPY . . [2021-02-12T13:11:25.379Z] Successfully built 2405a1e10d38 [2021-02-12T13:11:25.379Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T13:11:26.524Z] Building docker-core-command-go ... [2021-02-12T13:11:26.524Z] Building docker-core-data-go ... [2021-02-12T13:11:26.524Z] Building docker-core-metadata-go ... [2021-02-12T13:11:26.524Z] Building docker-security-bootstrapper-go ... [2021-02-12T13:11:26.524Z] Building docker-security-proxy-setup-go ... [2021-02-12T13:11:26.524Z] Building docker-security-secretstore-setup-go ... [2021-02-12T13:11:26.524Z] Building docker-support-notifications-go ... [2021-02-12T13:11:26.524Z] Building docker-support-scheduler-go ... [2021-02-12T13:11:26.524Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T13:11:26.524Z] Building docker-core-metadata-go [2021-02-12T13:11:26.524Z] Building docker-support-notifications-go [2021-02-12T13:11:26.524Z] Building docker-core-command-go [2021-02-12T13:11:26.524Z] Building docker-security-proxy-setup-go [2021-02-12T13:11:26.524Z] Building docker-security-bootstrapper-go [2021-02-12T13:11:32.059Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:11:32.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:11:32.059Z] ---> 30d73621c4f5 [2021-02-12T13:11:32.059Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> b54b0f15990c [2021-02-12T13:11:32.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> d2a2ba0237a0 [2021-02-12T13:11:32.059Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> a4a3a7375650 [2021-02-12T13:11:32.059Z] Step 6/21 : COPY go.mod . [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> 1b8c659b5386 [2021-02-12T13:11:32.059Z] Step 7/21 : RUN go mod download [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> 462dbf8660a3 [2021-02-12T13:11:32.059Z] Step 8/21 : COPY . . [2021-02-12T13:11:32.059Z] ---> Using cache [2021-02-12T13:11:32.059Z] ---> 38b64c49970e [2021-02-12T13:11:32.059Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T13:11:32.329Z] ---> Running in 4e27c71d3cf6 [2021-02-12T13:11:34.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T13:11:35.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T13:11:48.137Z] Removing intermediate container 64e27a581b13 [2021-02-12T13:11:48.137Z] ---> 7ad322bd98b1 [2021-02-12T13:11:48.137Z] [2021-02-12T13:11:48.137Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T13:11:48.137Z] ---> 389fef711851 [2021-02-12T13:11:48.137Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T13:11:48.137Z] ---> Running in a208cb91ba4e [2021-02-12T13:11:48.137Z] Removing intermediate container 020ebcf27f40 [2021-02-12T13:11:48.137Z] ---> bf5949dbc236 [2021-02-12T13:11:48.137Z] [2021-02-12T13:11:48.137Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:11:48.137Z] ---> 389fef711851 [2021-02-12T13:11:48.137Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:11:48.137Z] ---> Using cache [2021-02-12T13:11:48.137Z] ---> fed3c9da8597 [2021-02-12T13:11:48.137Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:11:48.137Z] ---> be80f4185c4a [2021-02-12T13:11:48.137Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T13:11:48.137Z] ---> Using cache [2021-02-12T13:11:48.137Z] ---> 78a459ed4d78 [2021-02-12T13:11:48.137Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T13:11:48.416Z] ---> Running in 5ad87fc93e94 [2021-02-12T13:11:48.416Z] ---> Running in 97c0e2790bd5 [2021-02-12T13:11:49.029Z] Removing intermediate container 97c0e2790bd5 [2021-02-12T13:11:49.029Z] ---> 2b2065291156 [2021-02-12T13:11:49.029Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T13:11:49.029Z] ---> Running in 5a8b32310b8d [2021-02-12T13:11:49.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T13:11:49.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:11:49.295Z] Removing intermediate container 5a8b32310b8d [2021-02-12T13:11:49.295Z] ---> 268bf16fa051 [2021-02-12T13:11:49.295Z] Step 15/23 : WORKDIR / [2021-02-12T13:11:49.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:11:49.559Z] ---> Running in bf4b3594bbed [2021-02-12T13:11:49.559Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T13:11:49.559Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:11:49.559Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T13:11:49.559Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T13:11:49.559Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T13:11:49.559Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:11:50.134Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:11:51.086Z] OK: 7 MiB in 19 packages [2021-02-12T13:11:51.363Z] Removing intermediate container bf4b3594bbed [2021-02-12T13:11:51.363Z] ---> aad77269c93f [2021-02-12T13:11:51.363Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:11:51.989Z] ---> 089abe90e4fc [2021-02-12T13:11:51.989Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T13:11:52.278Z] Removing intermediate container a208cb91ba4e [2021-02-12T13:11:52.278Z] ---> 08ae5c9f3f98 [2021-02-12T13:11:52.278Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T13:11:52.278Z] ---> Running in 6fa19d934097 [2021-02-12T13:11:52.555Z] Removing intermediate container 6fa19d934097 [2021-02-12T13:11:52.555Z] ---> ecb5dea8892f [2021-02-12T13:11:52.555Z] Step 13/24 : WORKDIR / [2021-02-12T13:11:52.821Z] ---> Running in 1f22eaf892fb [2021-02-12T13:11:52.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T13:11:52.821Z] ---> 32502fb089e4 [2021-02-12T13:11:52.821Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T13:11:53.090Z] Removing intermediate container 1f22eaf892fb [2021-02-12T13:11:53.090Z] ---> 27292d3ca737 [2021-02-12T13:11:53.090Z] 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-02-12T13:11:53.360Z] ---> 30ca05be4719 [2021-02-12T13:11:53.360Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T13:11:53.360Z] ---> Running in 6417bfed2a70 [2021-02-12T13:11:53.637Z] ---> 2e213c072146 [2021-02-12T13:11:53.637Z] 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-02-12T13:11:53.637Z] Removing intermediate container 6417bfed2a70 [2021-02-12T13:11:53.637Z] ---> 60fe05df81c8 [2021-02-12T13:11:53.637Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:11:53.637Z] ---> Running in 1a17af628457 [2021-02-12T13:11:53.911Z] Removing intermediate container 1a17af628457 [2021-02-12T13:11:53.911Z] ---> 30e45f691efd [2021-02-12T13:11:53.911Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T13:11:54.181Z] ---> Running in bdacff70a87a [2021-02-12T13:11:54.181Z] ---> f383fd2f7cc6 [2021-02-12T13:11:54.181Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T13:11:54.453Z] Removing intermediate container bdacff70a87a [2021-02-12T13:11:54.453Z] ---> aafef245c0c9 [2021-02-12T13:11:54.453Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:11:54.453Z] ---> Running in 30ba5c9fdbc6 [2021-02-12T13:11:54.717Z] ---> b79002a38e1b [2021-02-12T13:11:54.718Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T13:11:54.718Z] Removing intermediate container 30ba5c9fdbc6 [2021-02-12T13:11:54.718Z] ---> ca7601dce8c7 [2021-02-12T13:11:54.718Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:11:54.988Z] ---> Running in 30443767ab34 [2021-02-12T13:11:55.264Z] Removing intermediate container 30443767ab34 [2021-02-12T13:11:55.264Z] ---> 2666cc2ead43 [2021-02-12T13:11:55.264Z] [2021-02-12T13:11:55.548Z] Successfully built 2666cc2ead43 [2021-02-12T13:11:55.548Z] ---> 56fab474d008 [2021-02-12T13:11:55.548Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T13:11:55.548Z] Successfully tagged docker-core-command-go:latest [2021-02-12T13:11:56.159Z]  Building docker-core-command-go ... done  ---> 9de3bea30834 [2021-02-12T13:11:56.159Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T13:11:56.757Z] ---> ae74992e59b8 [2021-02-12T13:11:56.757Z] 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-02-12T13:11:56.757Z] ---> Running in 8fbb249d3b36 [2021-02-12T13:11:59.398Z] Removing intermediate container 4e27c71d3cf6 [2021-02-12T13:11:59.398Z] ---> 791408c4e6c8 [2021-02-12T13:11:59.398Z] [2021-02-12T13:11:59.398Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T13:11:59.398Z] ---> 389fef711851 [2021-02-12T13:11:59.398Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T13:11:59.679Z] Removing intermediate container 8fbb249d3b36 [2021-02-12T13:11:59.679Z] ---> 5847d3f15119 [2021-02-12T13:11:59.679Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T13:11:59.679Z] ---> Running in 1c3fddb161fa [2021-02-12T13:11:59.949Z] ---> Running in d4e0f2d7c588 [2021-02-12T13:12:00.219Z] Removing intermediate container d4e0f2d7c588 [2021-02-12T13:12:00.219Z] ---> c02662d64db6 [2021-02-12T13:12:00.219Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T13:12:00.487Z] ---> Running in 640be187675b [2021-02-12T13:12:00.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:00.763Z] Removing intermediate container 640be187675b [2021-02-12T13:12:00.763Z] ---> fbe72578944a [2021-02-12T13:12:00.763Z] Step 23/24 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:00.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:00.763Z] ---> Running in 35bce77e5b2f [2021-02-12T13:12:01.034Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T13:12:01.034Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:12:01.034Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T13:12:01.034Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T13:12:01.034Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:12:01.034Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:12:01.624Z] OK: 7 MiB in 18 packages [2021-02-12T13:12:01.624Z] Removing intermediate container 35bce77e5b2f [2021-02-12T13:12:01.624Z] ---> d724b0459e36 [2021-02-12T13:12:01.624Z] Step 24/24 : LABEL version=2.0.0-dev.91 [2021-02-12T13:12:01.624Z] ---> Running in b7b423662adc [2021-02-12T13:12:01.894Z] Removing intermediate container b7b423662adc [2021-02-12T13:12:01.894Z] ---> 585ce9d56859 [2021-02-12T13:12:01.894Z] [2021-02-12T13:12:02.162Z] Successfully built 585ce9d56859 [2021-02-12T13:12:02.425Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T13:12:03.000Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1c3fddb161fa [2021-02-12T13:12:03.000Z] ---> 44a8705f78b6 [2021-02-12T13:12:03.001Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T13:12:03.001Z] ---> Running in 435a6b5a7cbc [2021-02-12T13:12:03.264Z] Removing intermediate container 435a6b5a7cbc [2021-02-12T13:12:03.264Z] ---> f84794a02309 [2021-02-12T13:12:03.264Z] Step 13/21 : WORKDIR /edgex [2021-02-12T13:12:03.264Z] ---> Running in cb142e4776d4 [2021-02-12T13:12:03.528Z] Removing intermediate container cb142e4776d4 [2021-02-12T13:12:03.528Z] ---> 79981115860f [2021-02-12T13:12:03.528Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T13:12:05.444Z] ---> cd9ed5d05d8b [2021-02-12T13:12:05.444Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T13:12:05.444Z] Removing intermediate container 5ad87fc93e94 [2021-02-12T13:12:05.444Z] ---> 21263874fef1 [2021-02-12T13:12:05.444Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T13:12:05.444Z] ---> Running in b779114fc792 [2021-02-12T13:12:05.707Z] ---> 76ac5e57dfa3 [2021-02-12T13:12:05.707Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T13:12:05.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T13:12:06.234Z] ---> 08e375067879 [2021-02-12T13:12:06.234Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T13:12:06.234Z] ---> Running in 3062e56dd54b [2021-02-12T13:12:06.499Z] Removing intermediate container 3062e56dd54b [2021-02-12T13:12:06.499Z] ---> 96d360029fb8 [2021-02-12T13:12:06.499Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T13:12:06.499Z] ---> Running in bccef2479f4b [2021-02-12T13:12:06.764Z] Removing intermediate container bccef2479f4b [2021-02-12T13:12:06.764Z] ---> 85b288c8cf30 [2021-02-12T13:12:06.764Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T13:12:06.764Z] ---> Running in d4b4f5504983 [2021-02-12T13:12:07.026Z] Removing intermediate container d4b4f5504983 [2021-02-12T13:12:07.026Z] ---> aefd832067c3 [2021-02-12T13:12:07.026Z] Step 20/21 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:07.026Z] Removing intermediate container b779114fc792 [2021-02-12T13:12:07.026Z] ---> 898d30cd73fb [2021-02-12T13:12:07.026Z] [2021-02-12T13:12:07.026Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T13:12:07.026Z] ---> Running in 09b102f6f76b [2021-02-12T13:12:07.288Z] 20.10.0: Pulling from library/docker [2021-02-12T13:12:07.288Z] Removing intermediate container 09b102f6f76b [2021-02-12T13:12:07.288Z] ---> 2f7ff03f97c6 [2021-02-12T13:12:07.288Z] Step 21/21 : LABEL version=2.0.0-dev.91 [2021-02-12T13:12:07.552Z] ---> Running in fc68e6b80cf7 [2021-02-12T13:12:07.818Z] Removing intermediate container fc68e6b80cf7 [2021-02-12T13:12:07.818Z] ---> 720eac101cd1 [2021-02-12T13:12:07.818Z] [2021-02-12T13:12:08.082Z] Successfully built 720eac101cd1 [2021-02-12T13:12:08.347Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T13:12:11.674Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T13:12:11.674Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T13:12:11.674Z] ---> aefe523efa57 [2021-02-12T13:12:11.674Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T13:12:11.938Z] ---> Running in 0ce5629a5fa2 [2021-02-12T13:12:12.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:12.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:12.773Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T13:12:12.773Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T13:12:12.773Z] Executing bash-5.0.17-r0.post-install [2021-02-12T13:12:13.034Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:12:13.034Z] OK: 12 MiB in 22 packages [2021-02-12T13:12:13.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:12:13.502Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:12:13.502Z] ---> c69f043e6201 [2021-02-12T13:12:13.502Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T13:12:13.502Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:12:13.502Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:12:13.502Z] ---> c69f043e6201 [2021-02-12T13:12:13.502Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T13:12:13.502Z] [2021-02-12T13:12:13.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:12:13.502Z] ---> c69f043e6201 [2021-02-12T13:12:13.502Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:12:13.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:12:13.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:12:13.502Z] ---> c69f043e6201 [2021-02-12T13:12:13.502Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T13:12:13.502Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:12:13.502Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:12:13.502Z] ---> c69f043e6201 [2021-02-12T13:12:13.502Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:12:13.607Z] Removing intermediate container 0ce5629a5fa2 [2021-02-12T13:12:13.608Z] ---> 22ee16597703 [2021-02-12T13:12:13.608Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T13:12:13.608Z] ---> Running in a5bbb345425e [2021-02-12T13:12:13.868Z] Removing intermediate container a5bbb345425e [2021-02-12T13:12:13.868Z] ---> 7db56eb09d83 [2021-02-12T13:12:13.868Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T13:12:13.868Z] ---> Running in 8e1448302e2b [2021-02-12T13:12:14.129Z] Removing intermediate container 8e1448302e2b [2021-02-12T13:12:14.129Z] ---> 4a10331112e1 [2021-02-12T13:12:14.129Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T13:12:14.129Z] ---> Running in c104316aaba5 [2021-02-12T13:12:14.394Z] Removing intermediate container c104316aaba5 [2021-02-12T13:12:14.394Z] ---> d5fe211d5dd6 [2021-02-12T13:12:14.394Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T13:12:14.477Z] ---> Running in 60e3c5e0c6e0 [2021-02-12T13:12:14.477Z] ---> Running in 81931fbf6864 [2021-02-12T13:12:14.477Z] ---> Running in df713b06e262 [2021-02-12T13:12:14.477Z] ---> Running in 3257c850440c [2021-02-12T13:12:14.477Z] ---> Running in 525c8dfe8089 [2021-02-12T13:12:14.749Z] Removing intermediate container 525c8dfe8089 [2021-02-12T13:12:14.749Z] ---> 200ca99b5166 [2021-02-12T13:12:14.750Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:12:14.967Z] ---> 83eab57ce565 [2021-02-12T13:12:14.967Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T13:12:15.026Z] Removing intermediate container df713b06e262 [2021-02-12T13:12:15.026Z] ---> 729eb08fa443 [2021-02-12T13:12:15.026Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:12:15.026Z] Removing intermediate container 81931fbf6864 [2021-02-12T13:12:15.026Z] ---> 86865e1933c6 [2021-02-12T13:12:15.026Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:12:15.026Z] Removing intermediate container 60e3c5e0c6e0 [2021-02-12T13:12:15.026Z] ---> 70bc32136b4f [2021-02-12T13:12:15.026Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:12:15.026Z] Removing intermediate container 3257c850440c [2021-02-12T13:12:15.026Z] ---> 09bff7ddf63a [2021-02-12T13:12:15.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:12:15.228Z] ---> a925b274d2ee [2021-02-12T13:12:15.228Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T13:12:15.305Z] ---> Running in 638482bc23cb [2021-02-12T13:12:15.305Z] ---> Running in dac57d05641d [2021-02-12T13:12:15.305Z] ---> Running in ed1ed4296e5a [2021-02-12T13:12:15.305Z] ---> Running in bc98e5512df9 [2021-02-12T13:12:15.489Z] ---> 217f7661076a [2021-02-12T13:12:15.489Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T13:12:15.489Z] ---> Running in 05fa5e40ef80 [2021-02-12T13:12:15.581Z] ---> Running in 151de118a3b6 [2021-02-12T13:12:16.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:16.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:16.065Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T13:12:16.326Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T13:12:16.326Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T13:12:16.326Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T13:12:16.326Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T13:12:16.326Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T13:12:16.326Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T13:12:17.273Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T13:12:17.273Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T13:12:17.273Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T13:12:17.273Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T13:12:17.273Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T13:12:17.273Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T13:12:17.273Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T13:12:17.273Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T13:12:17.273Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T13:12:17.273Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T13:12:17.273Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T13:12:17.273Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T13:12:17.273Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T13:12:17.273Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T13:12:17.273Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T13:12:17.536Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T13:12:17.536Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T13:12:17.536Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T13:12:17.536Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T13:12:17.536Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T13:12:17.536Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T13:12:17.536Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T13:12:17.536Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T13:12:17.536Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T13:12:17.536Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T13:12:17.536Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T13:12:17.801Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:12:17.801Z] OK: 71 MiB in 55 packages [2021-02-12T13:12:19.013Z] Removing intermediate container 638482bc23cb [2021-02-12T13:12:19.013Z] ---> 7b6f898df8c8 [2021-02-12T13:12:19.013Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T13:12:19.013Z] ---> Running in a5b0d81ea839 [2021-02-12T13:12:19.013Z] Removing intermediate container dac57d05641d [2021-02-12T13:12:19.013Z] ---> 19fe70ef0f4a [2021-02-12T13:12:19.013Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T13:12:19.013Z] Removing intermediate container ed1ed4296e5a [2021-02-12T13:12:19.013Z] ---> 1507b21f5e86 [2021-02-12T13:12:19.013Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T13:12:19.286Z] ---> Running in 8c03962a7569 [2021-02-12T13:12:19.286Z] ---> Running in 8e2305c6728a [2021-02-12T13:12:19.565Z] Removing intermediate container bc98e5512df9 [2021-02-12T13:12:19.565Z] ---> ef1794e24e73 [2021-02-12T13:12:19.565Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T13:12:19.565Z] Removing intermediate container 151de118a3b6 [2021-02-12T13:12:19.565Z] ---> 4d5419e69a3d [2021-02-12T13:12:19.565Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T13:12:19.843Z] ---> Running in e68cd3f1c670 [2021-02-12T13:12:19.843Z] ---> Running in 561b4a221e87 [2021-02-12T13:12:20.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:21.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:21.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:21.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:22.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:22.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:22.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:22.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:22.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:23.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:12:23.122Z] OK: 217 MiB in 51 packages [2021-02-12T13:12:23.729Z] OK: 217 MiB in 51 packages [2021-02-12T13:12:24.332Z] OK: 217 MiB in 51 packages [2021-02-12T13:12:24.611Z] Removing intermediate container a5b0d81ea839 [2021-02-12T13:12:24.611Z] ---> 7ae7d9afd1f3 [2021-02-12T13:12:24.611Z] Step 6/30 : COPY go.mod . [2021-02-12T13:12:24.611Z] OK: 217 MiB in 51 packages [2021-02-12T13:12:24.894Z] OK: 217 MiB in 51 packages [2021-02-12T13:12:25.886Z] Removing intermediate container 8c03962a7569 [2021-02-12T13:12:25.886Z] ---> cd0b63ec914d [2021-02-12T13:12:25.886Z] Step 6/23 : COPY go.mod . [2021-02-12T13:12:25.886Z] ---> 9f4d54de4675 [2021-02-12T13:12:25.886Z] Step 7/30 : RUN go mod download [2021-02-12T13:12:25.964Z] Removing intermediate container 05fa5e40ef80 [2021-02-12T13:12:25.964Z] ---> 1d38fbb0bf66 [2021-02-12T13:12:25.964Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T13:12:25.964Z] ---> Running in 8a636f21cfb2 [2021-02-12T13:12:26.161Z] ---> Running in 36e276560322 [2021-02-12T13:12:26.441Z] Removing intermediate container 8e2305c6728a [2021-02-12T13:12:26.441Z] ---> 828093155ba9 [2021-02-12T13:12:26.441Z] Step 6/23 : COPY go.mod . [2021-02-12T13:12:26.441Z] Removing intermediate container e68cd3f1c670 [2021-02-12T13:12:26.441Z] ---> 6e67fd227ab6 [2021-02-12T13:12:26.441Z] Step 6/21 : COPY go.mod . [2021-02-12T13:12:26.728Z] Removing intermediate container 561b4a221e87 [2021-02-12T13:12:26.728Z] ---> 11ab123b01e1 [2021-02-12T13:12:26.728Z] Step 6/22 : COPY go.mod . [2021-02-12T13:12:27.005Z] ---> 9476a7efb7cb [2021-02-12T13:12:27.005Z] Step 7/23 : RUN go mod download [2021-02-12T13:12:27.292Z] ---> Running in 5e214399e095 [2021-02-12T13:12:27.567Z] ---> 2eab1ee489db [2021-02-12T13:12:27.567Z] Step 7/23 : RUN go mod download [2021-02-12T13:12:27.842Z] ---> 3350382fa476 [2021-02-12T13:12:27.842Z] Step 7/21 : RUN go mod download [2021-02-12T13:12:27.842Z] ---> Running in bfef30dc61aa [2021-02-12T13:12:27.842Z] ---> 2182890abbf7 [2021-02-12T13:12:27.842Z] Step 7/22 : RUN go mod download [2021-02-12T13:12:27.890Z] Collecting docker-compose==1.23.2 [2021-02-12T13:12:27.890Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T13:12:27.890Z] 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-02-12T13:12:27.890Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T13:12:27.890Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T13:12:27.890Z] Collecting PyYAML<4,>=3.10 [2021-02-12T13:12:27.890Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T13:12:28.119Z] ---> Running in 1a21eb8bbf2b [2021-02-12T13:12:28.395Z] ---> Running in be8251a8d020 [2021-02-12T13:12:28.841Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T13:12:28.842Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T13:12:29.417Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T13:12:29.417Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T13:12:29.680Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T13:12:29.680Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T13:12:30.256Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T13:12:30.256Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T13:12:30.256Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T13:12:30.256Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T13:12:30.378Z] Removing intermediate container 36e276560322 [2021-02-12T13:12:30.378Z] ---> 0232a1d4e0c7 [2021-02-12T13:12:30.378Z] Step 8/30 : COPY . . [2021-02-12T13:12:30.517Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T13:12:30.517Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T13:12:31.092Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T13:12:31.092Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T13:12:31.092Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T13:12:31.354Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T13:12:31.354Z] 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-02-12T13:12:31.355Z] 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-02-12T13:12:31.355Z] Collecting idna<2.8,>=2.5 [2021-02-12T13:12:31.355Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T13:12:31.355Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T13:12:31.355Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T13:12:31.355Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T13:12:31.355Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T13:12:31.355Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T13:12:31.355Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T13:12:31.617Z] Installing collected packages: websocket-client, PyYAML, dockerpty, urllib3, idna, requests, texttable, cached-property, jsonschema, docopt, docker-pycreds, docker, docker-compose [2021-02-12T13:12:31.617Z] Running setup.py install for PyYAML: started [2021-02-12T13:12:32.191Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T13:12:32.191Z] Running setup.py install for dockerpty: started [2021-02-12T13:12:32.358Z] Removing intermediate container 5e214399e095 [2021-02-12T13:12:32.358Z] ---> dfb14b2cae4c [2021-02-12T13:12:32.358Z] Step 8/23 : COPY . . [2021-02-12T13:12:32.632Z] Removing intermediate container bfef30dc61aa [2021-02-12T13:12:32.632Z] ---> 634553cef858 [2021-02-12T13:12:32.632Z] Step 8/23 : COPY . . [2021-02-12T13:12:32.765Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T13:12:32.765Z] Attempting uninstall: urllib3 [2021-02-12T13:12:32.765Z] Found existing installation: urllib3 1.25.9 [2021-02-12T13:12:32.765Z] Uninstalling urllib3-1.25.9: [2021-02-12T13:12:32.765Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T13:12:33.028Z] Attempting uninstall: idna [2021-02-12T13:12:33.028Z] Found existing installation: idna 2.9 [2021-02-12T13:12:33.028Z] Uninstalling idna-2.9: [2021-02-12T13:12:33.028Z] Successfully uninstalled idna-2.9 [2021-02-12T13:12:33.289Z] Attempting uninstall: requests [2021-02-12T13:12:33.289Z] Found existing installation: requests 2.23.0 [2021-02-12T13:12:33.289Z] Uninstalling requests-2.23.0: [2021-02-12T13:12:33.289Z] Successfully uninstalled requests-2.23.0 [2021-02-12T13:12:33.289Z] Running setup.py install for texttable: started [2021-02-12T13:12:33.863Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T13:12:33.863Z] Running setup.py install for docopt: started [2021-02-12T13:12:34.435Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T13:12:34.633Z] Removing intermediate container be8251a8d020 [2021-02-12T13:12:34.633Z] ---> 89413fdf9c81 [2021-02-12T13:12:34.633Z] Step 8/22 : COPY . . [2021-02-12T13:12:34.633Z] Removing intermediate container 1a21eb8bbf2b [2021-02-12T13:12:34.633Z] ---> a618f6de79ba [2021-02-12T13:12:34.633Z] Step 8/21 : COPY . . [2021-02-12T13:12:35.008Z] 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-02-12T13:12:39.231Z] Removing intermediate container 8a636f21cfb2 [2021-02-12T13:12:39.231Z] ---> ef20f3a810a8 [2021-02-12T13:12:39.231Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T13:12:39.231Z] ---> Running in 7b33e1cabd8f [2021-02-12T13:12:39.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:39.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T13:12:39.494Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:12:39.494Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T13:12:39.494Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T13:12:39.494Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:12:39.494Z] OK: 72 MiB in 58 packages [2021-02-12T13:12:40.067Z] Removing intermediate container 7b33e1cabd8f [2021-02-12T13:12:40.067Z] ---> 185a7b90f6ce [2021-02-12T13:12:40.067Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T13:12:40.332Z] ---> Running in 4141bdc3fff6 [2021-02-12T13:12:40.332Z] Removing intermediate container 4141bdc3fff6 [2021-02-12T13:12:40.332Z] ---> decd3dbc1f16 [2021-02-12T13:12:40.332Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:12:40.332Z] ---> Running in 92792c311351 [2021-02-12T13:12:40.594Z] Removing intermediate container 92792c311351 [2021-02-12T13:12:40.594Z] ---> c71f366d4755 [2021-02-12T13:12:40.594Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T13:12:40.594Z] ---> Running in f209b909e14a [2021-02-12T13:12:40.858Z] Removing intermediate container f209b909e14a [2021-02-12T13:12:40.858Z] ---> 851832f0f0ef [2021-02-12T13:12:40.858Z] Step 25/26 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:40.858Z] ---> Running in 3c3217d46690 [2021-02-12T13:12:41.150Z] Removing intermediate container 3c3217d46690 [2021-02-12T13:12:41.150Z] ---> e731e878c075 [2021-02-12T13:12:41.150Z] Step 26/26 : LABEL version=2.0.0-dev.91 [2021-02-12T13:12:41.150Z] ---> Running in d06db4dab0a0 [2021-02-12T13:12:41.452Z] Removing intermediate container d06db4dab0a0 [2021-02-12T13:12:41.452Z] ---> 8ca2d19b128b [2021-02-12T13:12:41.452Z] [2021-02-12T13:12:41.452Z] Successfully built 8ca2d19b128b [2021-02-12T13:12:41.452Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T13:12:41.770Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T13:12:41.782Z] $ docker stop --time=1 dfc13b392f84c8b501412d80a58d41d88f1178bd2b476019a208e4fb657d633b [2021-02-12T13:12:43.476Z] $ docker rm -f dfc13b392f84c8b501412d80a58d41d88f1178bd2b476019a208e4fb657d633b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:12:44.059Z] + docker images [2021-02-12T13:12:44.059Z] + grep docker [2021-02-12T13:12:44.322Z] docker-sys-mgmt-agent-go latest 8ca2d19b128b 3 seconds ago 313MB [2021-02-12T13:12:44.322Z] docker-security-proxy-setup-go latest 720eac101cd1 37 seconds ago 24.4MB [2021-02-12T13:12:44.322Z] docker-security-secretstore-setup-go latest 585ce9d56859 43 seconds ago 24.6MB [2021-02-12T13:12:44.322Z] docker-core-command-go latest 2666cc2ead43 50 seconds ago 16.9MB [2021-02-12T13:12:44.322Z] docker-security-bootstrapper-go latest 2405a1e10d38 About a minute ago 18MB [2021-02-12T13:12:44.322Z] docker-core-data-go latest 32011f9ceb75 About a minute ago 22.3MB [2021-02-12T13:12:44.322Z] docker-core-metadata-go latest 7e42249f70c1 2 minutes ago 18.8MB [2021-02-12T13:12:44.322Z] docker-support-scheduler-go latest 70da6bfb6d32 2 minutes ago 17MB [2021-02-12T13:12:44.322Z] docker-support-notifications-go latest f8953aa46cc4 2 minutes ago 17.6MB [2021-02-12T13:12:44.322Z] docker 20.10.0 aefe523efa57 2 months 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-02-12T13:12:44.818Z] provisioning config files... [2021-02-12T13:12:44.849Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/357@tmp/config4097071803254679982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:12:45.210Z] ---> docker-login.sh [2021-02-12T13:12:45.210Z] nexus3.edgexfoundry.org:10001 [2021-02-12T13:12:45.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:12:45.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:12:45.472Z] Configure a credential helper to remove this warning. See [2021-02-12T13:12:45.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:12:45.472Z] [2021-02-12T13:12:45.472Z] Login Succeeded [2021-02-12T13:12:45.472Z] nexus3.edgexfoundry.org:10002 [2021-02-12T13:12:45.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:12:45.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:12:45.472Z] Configure a credential helper to remove this warning. See [2021-02-12T13:12:45.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:12:45.472Z] [2021-02-12T13:12:45.472Z] Login Succeeded [2021-02-12T13:12:45.472Z] nexus3.edgexfoundry.org:10003 [2021-02-12T13:12:45.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:12:45.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:12:45.734Z] Configure a credential helper to remove this warning. See [2021-02-12T13:12:45.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:12:45.734Z] [2021-02-12T13:12:45.734Z] Login Succeeded [2021-02-12T13:12:45.734Z] nexus3.edgexfoundry.org:10004 [2021-02-12T13:12:45.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:12:45.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:12:45.996Z] Configure a credential helper to remove this warning. See [2021-02-12T13:12:45.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:12:45.996Z] [2021-02-12T13:12:45.996Z] Login Succeeded [2021-02-12T13:12:45.996Z] docker.io [2021-02-12T13:12:45.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:12:46.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:12:46.258Z] Configure a credential helper to remove this warning. See [2021-02-12T13:12:46.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:12:46.258Z] [2021-02-12T13:12:46.258Z] Login Succeeded [2021-02-12T13:12:46.519Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T13:12:46.529Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:12:46.740Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-12T13:12:46.740Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:46.740Z] 2.0.0-dev.91 [2021-02-12T13:12:46.740Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:46.740Z] master [2021-02-12T13:12:46.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:47.210Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:47.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:47.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-12T13:12:47.514Z] 941ddf188da3: Preparing [2021-02-12T13:12:47.514Z] da5c27264418: Preparing [2021-02-12T13:12:47.514Z] e00433eea602: Preparing [2021-02-12T13:12:47.514Z] ed5aa265657d: Preparing [2021-02-12T13:12:47.514Z] 777b2c648970: Preparing [2021-02-12T13:12:47.514Z] 777b2c648970: Layer already exists [2021-02-12T13:12:47.778Z] 941ddf188da3: Pushed [2021-02-12T13:12:47.778Z] ed5aa265657d: Pushed [2021-02-12T13:12:47.778Z] e00433eea602: Pushed [2021-02-12T13:12:48.722Z] da5c27264418: Pushed [2021-02-12T13:12:48.983Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:5180a9f28b1d6f59051dbacc55c7aaec69f457d5498c16183b5c9594855569a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:49.293Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:49.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.91 [2021-02-12T13:12:49.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-12T13:12:49.598Z] 941ddf188da3: Preparing [2021-02-12T13:12:49.598Z] da5c27264418: Preparing [2021-02-12T13:12:49.598Z] e00433eea602: Preparing [2021-02-12T13:12:49.598Z] ed5aa265657d: Preparing [2021-02-12T13:12:49.598Z] 777b2c648970: Preparing [2021-02-12T13:12:49.598Z] e00433eea602: Layer already exists [2021-02-12T13:12:49.598Z] 777b2c648970: Layer already exists [2021-02-12T13:12:49.598Z] da5c27264418: Layer already exists [2021-02-12T13:12:49.598Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:49.598Z] 941ddf188da3: Layer already exists [2021-02-12T13:12:49.598Z] 2.0.0-dev.91: digest: sha256:5180a9f28b1d6f59051dbacc55c7aaec69f457d5498c16183b5c9594855569a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:49.905Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:50.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:50.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-12T13:12:50.210Z] 941ddf188da3: Preparing [2021-02-12T13:12:50.210Z] da5c27264418: Preparing [2021-02-12T13:12:50.210Z] e00433eea602: Preparing [2021-02-12T13:12:50.210Z] ed5aa265657d: Preparing [2021-02-12T13:12:50.210Z] 777b2c648970: Preparing [2021-02-12T13:12:50.210Z] 941ddf188da3: Layer already exists [2021-02-12T13:12:50.210Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:50.210Z] e00433eea602: Layer already exists [2021-02-12T13:12:50.210Z] da5c27264418: Layer already exists [2021-02-12T13:12:50.210Z] 777b2c648970: Layer already exists [2021-02-12T13:12:50.210Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:5180a9f28b1d6f59051dbacc55c7aaec69f457d5498c16183b5c9594855569a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:50.521Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:50.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-12T13:12:50.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-12T13:12:50.833Z] 941ddf188da3: Preparing [2021-02-12T13:12:50.833Z] da5c27264418: Preparing [2021-02-12T13:12:50.833Z] e00433eea602: Preparing [2021-02-12T13:12:50.833Z] ed5aa265657d: Preparing [2021-02-12T13:12:50.833Z] 777b2c648970: Preparing [2021-02-12T13:12:50.833Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:50.833Z] 941ddf188da3: Layer already exists [2021-02-12T13:12:50.833Z] da5c27264418: Layer already exists [2021-02-12T13:12:50.833Z] 777b2c648970: Layer already exists [2021-02-12T13:12:50.833Z] e00433eea602: Layer already exists [2021-02-12T13:12:50.833Z] master: digest: sha256:5180a9f28b1d6f59051dbacc55c7aaec69f457d5498c16183b5c9594855569a2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:12:51.041Z] ===================================================== [Pipeline] echo [2021-02-12T13:12:51.087Z] taggedImages: [2021-02-12T13:12:51.087Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:51.087Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.91 [2021-02-12T13:12:51.087Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:51.087Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-12T13:12:51.151Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-12T13:12:51.151Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:51.151Z] 2.0.0-dev.91 [2021-02-12T13:12:51.151Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:51.151Z] master [2021-02-12T13:12:51.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:51.622Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:52.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:52.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-12T13:12:52.197Z] 31e91facfc2e: Preparing [2021-02-12T13:12:52.197Z] d14f5c7dbb68: Preparing [2021-02-12T13:12:52.197Z] e00433eea602: Preparing [2021-02-12T13:12:52.197Z] 8376f867b9ec: Preparing [2021-02-12T13:12:52.197Z] f2a959575ac9: Preparing [2021-02-12T13:12:52.197Z] 777b2c648970: Preparing [2021-02-12T13:12:52.197Z] 777b2c648970: Waiting [2021-02-12T13:12:52.197Z] e00433eea602: Layer already exists [2021-02-12T13:12:52.197Z] 777b2c648970: Layer already exists [2021-02-12T13:12:52.462Z] f2a959575ac9: Pushed [2021-02-12T13:12:52.462Z] 31e91facfc2e: Pushed [2021-02-12T13:12:52.462Z] 8376f867b9ec: Pushed [2021-02-12T13:12:52.991Z] ---> acc99cc9c0af [2021-02-12T13:12:52.991Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T13:12:52.991Z] ---> abfa214d793e [2021-02-12T13:12:52.991Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T13:12:52.991Z] ---> 197ddbdfce84 [2021-02-12T13:12:52.991Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T13:12:52.991Z] ---> 0a8beb9d5498 [2021-02-12T13:12:52.991Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T13:12:52.991Z] ---> d0409ba664bb [2021-02-12T13:12:52.991Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T13:12:52.991Z] ---> Running in 80e34d21cb8c [2021-02-12T13:12:52.991Z] ---> Running in 8d12a3a83c86 [2021-02-12T13:12:52.991Z] ---> Running in 45a58b8a70d0 [2021-02-12T13:12:52.991Z] ---> Running in a7d2f44bbdf6 [2021-02-12T13:12:52.991Z] ---> Running in 037642ba0311 [2021-02-12T13:12:52.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T13:12:52.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T13:12:53.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T13:12:53.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T13:12:53.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T13:12:53.854Z] d14f5c7dbb68: Pushed [2021-02-12T13:12:53.855Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:81fb27a6be4ac317b828e25b9a7731261983f2e2ea1295a40966cc01552a2327 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:54.165Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:54.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.91 [2021-02-12T13:12:54.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-12T13:12:54.466Z] 31e91facfc2e: Preparing [2021-02-12T13:12:54.466Z] d14f5c7dbb68: Preparing [2021-02-12T13:12:54.466Z] e00433eea602: Preparing [2021-02-12T13:12:54.466Z] 8376f867b9ec: Preparing [2021-02-12T13:12:54.466Z] f2a959575ac9: Preparing [2021-02-12T13:12:54.466Z] 777b2c648970: Preparing [2021-02-12T13:12:54.466Z] 777b2c648970: Waiting [2021-02-12T13:12:54.466Z] e00433eea602: Layer already exists [2021-02-12T13:12:54.466Z] 31e91facfc2e: Layer already exists [2021-02-12T13:12:54.466Z] 8376f867b9ec: Layer already exists [2021-02-12T13:12:54.466Z] f2a959575ac9: Layer already exists [2021-02-12T13:12:54.466Z] d14f5c7dbb68: Layer already exists [2021-02-12T13:12:54.466Z] 777b2c648970: Layer already exists [2021-02-12T13:12:54.466Z] 2.0.0-dev.91: digest: sha256:81fb27a6be4ac317b828e25b9a7731261983f2e2ea1295a40966cc01552a2327 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:54.773Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:55.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:55.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-12T13:12:55.077Z] 31e91facfc2e: Preparing [2021-02-12T13:12:55.077Z] d14f5c7dbb68: Preparing [2021-02-12T13:12:55.077Z] e00433eea602: Preparing [2021-02-12T13:12:55.077Z] 8376f867b9ec: Preparing [2021-02-12T13:12:55.077Z] f2a959575ac9: Preparing [2021-02-12T13:12:55.077Z] 777b2c648970: Preparing [2021-02-12T13:12:55.077Z] 777b2c648970: Waiting [2021-02-12T13:12:55.077Z] 31e91facfc2e: Layer already exists [2021-02-12T13:12:55.077Z] 8376f867b9ec: Layer already exists [2021-02-12T13:12:55.077Z] d14f5c7dbb68: Layer already exists [2021-02-12T13:12:55.077Z] e00433eea602: Layer already exists [2021-02-12T13:12:55.077Z] f2a959575ac9: Layer already exists [2021-02-12T13:12:55.077Z] 777b2c648970: Layer already exists [2021-02-12T13:12:55.077Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:81fb27a6be4ac317b828e25b9a7731261983f2e2ea1295a40966cc01552a2327 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:55.386Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:55.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-12T13:12:55.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-12T13:12:55.688Z] 31e91facfc2e: Preparing [2021-02-12T13:12:55.688Z] d14f5c7dbb68: Preparing [2021-02-12T13:12:55.688Z] e00433eea602: Preparing [2021-02-12T13:12:55.688Z] 8376f867b9ec: Preparing [2021-02-12T13:12:55.688Z] f2a959575ac9: Preparing [2021-02-12T13:12:55.688Z] 777b2c648970: Preparing [2021-02-12T13:12:55.688Z] 777b2c648970: Waiting [2021-02-12T13:12:55.688Z] f2a959575ac9: Layer already exists [2021-02-12T13:12:55.688Z] 31e91facfc2e: Layer already exists [2021-02-12T13:12:55.688Z] 8376f867b9ec: Layer already exists [2021-02-12T13:12:55.688Z] e00433eea602: Layer already exists [2021-02-12T13:12:55.688Z] d14f5c7dbb68: Layer already exists [2021-02-12T13:12:55.688Z] 777b2c648970: Layer already exists [2021-02-12T13:12:55.949Z] master: digest: sha256:81fb27a6be4ac317b828e25b9a7731261983f2e2ea1295a40966cc01552a2327 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:12:56.158Z] ===================================================== [Pipeline] echo [2021-02-12T13:12:56.215Z] taggedImages: [2021-02-12T13:12:56.216Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:56.216Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.91 [2021-02-12T13:12:56.216Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:56.216Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-12T13:12:56.277Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-12T13:12:56.277Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:56.277Z] 2.0.0-dev.91 [2021-02-12T13:12:56.277Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:56.277Z] master [2021-02-12T13:12:56.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:56.744Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:57.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:12:57.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-12T13:12:57.052Z] 646b5f3677b4: Preparing [2021-02-12T13:12:57.052Z] d5ade9c0ad27: Preparing [2021-02-12T13:12:57.052Z] e00433eea602: Preparing [2021-02-12T13:12:57.052Z] ed5aa265657d: Preparing [2021-02-12T13:12:57.052Z] 777b2c648970: Preparing [2021-02-12T13:12:57.052Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:57.052Z] e00433eea602: Layer already exists [2021-02-12T13:12:57.052Z] 777b2c648970: Layer already exists [2021-02-12T13:12:57.314Z] 646b5f3677b4: Pushed [2021-02-12T13:12:58.699Z] d5ade9c0ad27: Pushed [2021-02-12T13:12:58.699Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:c66f6ad6e77fe69b7a2b9b010d79d9637baf5d2d68fd56a73d357f77aa7ffe3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:59.002Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:59.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.91 [2021-02-12T13:12:59.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-12T13:12:59.301Z] 646b5f3677b4: Preparing [2021-02-12T13:12:59.301Z] d5ade9c0ad27: Preparing [2021-02-12T13:12:59.301Z] e00433eea602: Preparing [2021-02-12T13:12:59.301Z] ed5aa265657d: Preparing [2021-02-12T13:12:59.301Z] 777b2c648970: Preparing [2021-02-12T13:12:59.301Z] 777b2c648970: Layer already exists [2021-02-12T13:12:59.301Z] 646b5f3677b4: Layer already exists [2021-02-12T13:12:59.301Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:59.301Z] d5ade9c0ad27: Layer already exists [2021-02-12T13:12:59.301Z] e00433eea602: Layer already exists [2021-02-12T13:12:59.301Z] 2.0.0-dev.91: digest: sha256:c66f6ad6e77fe69b7a2b9b010d79d9637baf5d2d68fd56a73d357f77aa7ffe3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:59.617Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:12:59.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:12:59.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-12T13:12:59.917Z] 646b5f3677b4: Preparing [2021-02-12T13:12:59.917Z] d5ade9c0ad27: Preparing [2021-02-12T13:12:59.917Z] e00433eea602: Preparing [2021-02-12T13:12:59.917Z] ed5aa265657d: Preparing [2021-02-12T13:12:59.917Z] 777b2c648970: Preparing [2021-02-12T13:12:59.917Z] 646b5f3677b4: Layer already exists [2021-02-12T13:12:59.917Z] 777b2c648970: Layer already exists [2021-02-12T13:12:59.917Z] e00433eea602: Layer already exists [2021-02-12T13:12:59.917Z] d5ade9c0ad27: Layer already exists [2021-02-12T13:12:59.917Z] ed5aa265657d: Layer already exists [2021-02-12T13:12:59.917Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:c66f6ad6e77fe69b7a2b9b010d79d9637baf5d2d68fd56a73d357f77aa7ffe3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:00.224Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:00.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-12T13:13:00.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-12T13:13:00.525Z] 646b5f3677b4: Preparing [2021-02-12T13:13:00.525Z] d5ade9c0ad27: Preparing [2021-02-12T13:13:00.525Z] e00433eea602: Preparing [2021-02-12T13:13:00.525Z] ed5aa265657d: Preparing [2021-02-12T13:13:00.525Z] 777b2c648970: Preparing [2021-02-12T13:13:00.525Z] 777b2c648970: Layer already exists [2021-02-12T13:13:00.525Z] 646b5f3677b4: Layer already exists [2021-02-12T13:13:00.525Z] ed5aa265657d: Layer already exists [2021-02-12T13:13:00.525Z] e00433eea602: Layer already exists [2021-02-12T13:13:00.525Z] d5ade9c0ad27: Layer already exists [2021-02-12T13:13:00.525Z] master: digest: sha256:c66f6ad6e77fe69b7a2b9b010d79d9637baf5d2d68fd56a73d357f77aa7ffe3d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:00.711Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:00.760Z] taggedImages: [2021-02-12T13:13:00.760Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:00.760Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.91 [2021-02-12T13:13:00.760Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:00.760Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-12T13:13:00.826Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-12T13:13:00.826Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:00.826Z] 2.0.0-dev.91 [2021-02-12T13:13:00.826Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:00.826Z] master [2021-02-12T13:13:00.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:01.374Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:01.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:01.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-12T13:13:01.684Z] b0decb6db8f4: Preparing [2021-02-12T13:13:01.684Z] b0decb6db8f4: Preparing [2021-02-12T13:13:01.684Z] 1d88208d38f3: Preparing [2021-02-12T13:13:01.684Z] b1e1486b61fe: Preparing [2021-02-12T13:13:01.684Z] 85c05d03f5a0: Preparing [2021-02-12T13:13:01.684Z] e00433eea602: Preparing [2021-02-12T13:13:01.684Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:01.684Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:01.684Z] cd62d19fd9ec: Preparing [2021-02-12T13:13:01.684Z] 0b73d9823f96: Preparing [2021-02-12T13:13:01.684Z] 777b2c648970: Preparing [2021-02-12T13:13:01.684Z] f3b16ff8ff1a: Waiting [2021-02-12T13:13:01.684Z] cd62d19fd9ec: Waiting [2021-02-12T13:13:01.684Z] 0b73d9823f96: Waiting [2021-02-12T13:13:01.684Z] 777b2c648970: Waiting [2021-02-12T13:13:01.684Z] e00433eea602: Layer already exists [2021-02-12T13:13:01.950Z] 1d88208d38f3: Pushed [2021-02-12T13:13:01.950Z] b1e1486b61fe: Pushed [2021-02-12T13:13:02.213Z] b0decb6db8f4: Pushed [2021-02-12T13:13:02.213Z] f3b16ff8ff1a: Pushed [2021-02-12T13:13:02.213Z] 777b2c648970: Layer already exists [2021-02-12T13:13:02.213Z] cd62d19fd9ec: Pushed [2021-02-12T13:13:02.213Z] 0b73d9823f96: Pushed [2021-02-12T13:13:03.161Z] 85c05d03f5a0: Pushed [2021-02-12T13:13:03.161Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:7c21516205502fb48da7af1350db20941c4cbf6a946f5e9cfb9eef2632fbbf44 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:03.469Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:03.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.91 [2021-02-12T13:13:03.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-12T13:13:03.770Z] b0decb6db8f4: Preparing [2021-02-12T13:13:03.770Z] b0decb6db8f4: Preparing [2021-02-12T13:13:03.770Z] 1d88208d38f3: Preparing [2021-02-12T13:13:03.770Z] b1e1486b61fe: Preparing [2021-02-12T13:13:03.770Z] 85c05d03f5a0: Preparing [2021-02-12T13:13:03.770Z] e00433eea602: Preparing [2021-02-12T13:13:03.770Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:03.770Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:03.770Z] cd62d19fd9ec: Preparing [2021-02-12T13:13:03.770Z] 0b73d9823f96: Preparing [2021-02-12T13:13:03.770Z] 777b2c648970: Preparing [2021-02-12T13:13:03.770Z] f3b16ff8ff1a: Waiting [2021-02-12T13:13:03.770Z] cd62d19fd9ec: Waiting [2021-02-12T13:13:03.770Z] 0b73d9823f96: Waiting [2021-02-12T13:13:03.770Z] 777b2c648970: Waiting [2021-02-12T13:13:03.770Z] b0decb6db8f4: Layer already exists [2021-02-12T13:13:03.770Z] 85c05d03f5a0: Layer already exists [2021-02-12T13:13:03.770Z] 1d88208d38f3: Layer already exists [2021-02-12T13:13:03.770Z] e00433eea602: Layer already exists [2021-02-12T13:13:03.770Z] b1e1486b61fe: Layer already exists [2021-02-12T13:13:03.770Z] f3b16ff8ff1a: Layer already exists [2021-02-12T13:13:03.770Z] cd62d19fd9ec: Layer already exists [2021-02-12T13:13:03.770Z] 777b2c648970: Layer already exists [2021-02-12T13:13:03.770Z] 0b73d9823f96: Layer already exists [2021-02-12T13:13:03.770Z] 2.0.0-dev.91: digest: sha256:7c21516205502fb48da7af1350db20941c4cbf6a946f5e9cfb9eef2632fbbf44 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:04.087Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:04.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:04.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-12T13:13:04.530Z] b0decb6db8f4: Preparing [2021-02-12T13:13:04.530Z] b0decb6db8f4: Preparing [2021-02-12T13:13:04.530Z] 1d88208d38f3: Preparing [2021-02-12T13:13:04.530Z] b1e1486b61fe: Preparing [2021-02-12T13:13:04.530Z] 85c05d03f5a0: Preparing [2021-02-12T13:13:04.530Z] e00433eea602: Preparing [2021-02-12T13:13:04.530Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:04.530Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:04.530Z] cd62d19fd9ec: Preparing [2021-02-12T13:13:04.530Z] 0b73d9823f96: Preparing [2021-02-12T13:13:04.530Z] 777b2c648970: Preparing [2021-02-12T13:13:04.530Z] cd62d19fd9ec: Waiting [2021-02-12T13:13:04.530Z] f3b16ff8ff1a: Waiting [2021-02-12T13:13:04.530Z] 0b73d9823f96: Waiting [2021-02-12T13:13:04.530Z] 777b2c648970: Waiting [2021-02-12T13:13:04.530Z] e00433eea602: Layer already exists [2021-02-12T13:13:04.530Z] 1d88208d38f3: Layer already exists [2021-02-12T13:13:04.530Z] b1e1486b61fe: Layer already exists [2021-02-12T13:13:04.530Z] b0decb6db8f4: Layer already exists [2021-02-12T13:13:04.530Z] 85c05d03f5a0: Layer already exists [2021-02-12T13:13:04.530Z] f3b16ff8ff1a: Layer already exists [2021-02-12T13:13:04.530Z] cd62d19fd9ec: Layer already exists [2021-02-12T13:13:04.530Z] 0b73d9823f96: Layer already exists [2021-02-12T13:13:04.530Z] 777b2c648970: Layer already exists [2021-02-12T13:13:04.530Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:7c21516205502fb48da7af1350db20941c4cbf6a946f5e9cfb9eef2632fbbf44 size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:04.859Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:05.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-12T13:13:05.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-12T13:13:05.157Z] b0decb6db8f4: Preparing [2021-02-12T13:13:05.157Z] b0decb6db8f4: Preparing [2021-02-12T13:13:05.157Z] 1d88208d38f3: Preparing [2021-02-12T13:13:05.157Z] b1e1486b61fe: Preparing [2021-02-12T13:13:05.157Z] 85c05d03f5a0: Preparing [2021-02-12T13:13:05.157Z] e00433eea602: Preparing [2021-02-12T13:13:05.157Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:05.157Z] f3b16ff8ff1a: Preparing [2021-02-12T13:13:05.157Z] cd62d19fd9ec: Preparing [2021-02-12T13:13:05.157Z] 0b73d9823f96: Preparing [2021-02-12T13:13:05.158Z] 777b2c648970: Preparing [2021-02-12T13:13:05.158Z] cd62d19fd9ec: Waiting [2021-02-12T13:13:05.158Z] 0b73d9823f96: Waiting [2021-02-12T13:13:05.158Z] 777b2c648970: Waiting [2021-02-12T13:13:05.158Z] f3b16ff8ff1a: Waiting [2021-02-12T13:13:05.158Z] e00433eea602: Layer already exists [2021-02-12T13:13:05.158Z] 85c05d03f5a0: Layer already exists [2021-02-12T13:13:05.158Z] 1d88208d38f3: Layer already exists [2021-02-12T13:13:05.158Z] b1e1486b61fe: Layer already exists [2021-02-12T13:13:05.158Z] b0decb6db8f4: Layer already exists [2021-02-12T13:13:05.158Z] cd62d19fd9ec: Layer already exists [2021-02-12T13:13:05.158Z] f3b16ff8ff1a: Layer already exists [2021-02-12T13:13:05.158Z] 0b73d9823f96: Layer already exists [2021-02-12T13:13:05.158Z] 777b2c648970: Layer already exists [2021-02-12T13:13:05.419Z] master: digest: sha256:7c21516205502fb48da7af1350db20941c4cbf6a946f5e9cfb9eef2632fbbf44 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:05.598Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:05.647Z] taggedImages: [2021-02-12T13:13:05.647Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:05.647Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.91 [2021-02-12T13:13:05.647Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:05.647Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-12T13:13:05.704Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-12T13:13:05.704Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:05.704Z] 2.0.0-dev.91 [2021-02-12T13:13:05.704Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:05.704Z] master [2021-02-12T13:13:05.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:06.161Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:06.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:06.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-12T13:13:06.460Z] 95d038895db0: Preparing [2021-02-12T13:13:06.460Z] 60be78626b09: Preparing [2021-02-12T13:13:06.460Z] 285d8e14e659: Preparing [2021-02-12T13:13:06.460Z] 3674a487bb19: Preparing [2021-02-12T13:13:06.460Z] cbaf8df23c4c: Preparing [2021-02-12T13:13:06.460Z] 777b2c648970: Preparing [2021-02-12T13:13:06.460Z] 777b2c648970: Waiting [2021-02-12T13:13:06.723Z] 285d8e14e659: Pushed [2021-02-12T13:13:06.723Z] cbaf8df23c4c: Pushed [2021-02-12T13:13:06.723Z] 3674a487bb19: Pushed [2021-02-12T13:13:06.723Z] 777b2c648970: Layer already exists [2021-02-12T13:13:07.666Z] 95d038895db0: Pushed [2021-02-12T13:13:07.666Z] 60be78626b09: Pushed [2021-02-12T13:13:07.666Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:29a934973e4c849303174828fe15376b70205beba074dfa9668efc58e356a6b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:07.969Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:08.266Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.91 [2021-02-12T13:13:08.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-12T13:13:08.266Z] 95d038895db0: Preparing [2021-02-12T13:13:08.266Z] 60be78626b09: Preparing [2021-02-12T13:13:08.266Z] 285d8e14e659: Preparing [2021-02-12T13:13:08.266Z] 3674a487bb19: Preparing [2021-02-12T13:13:08.266Z] cbaf8df23c4c: Preparing [2021-02-12T13:13:08.266Z] 777b2c648970: Preparing [2021-02-12T13:13:08.266Z] 777b2c648970: Waiting [2021-02-12T13:13:08.266Z] 285d8e14e659: Layer already exists [2021-02-12T13:13:08.266Z] 60be78626b09: Layer already exists [2021-02-12T13:13:08.266Z] 95d038895db0: Layer already exists [2021-02-12T13:13:08.266Z] cbaf8df23c4c: Layer already exists [2021-02-12T13:13:08.266Z] 3674a487bb19: Layer already exists [2021-02-12T13:13:08.266Z] 777b2c648970: Layer already exists [2021-02-12T13:13:08.266Z] 2.0.0-dev.91: digest: sha256:29a934973e4c849303174828fe15376b70205beba074dfa9668efc58e356a6b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:08.568Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:08.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:08.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-12T13:13:08.865Z] 95d038895db0: Preparing [2021-02-12T13:13:08.865Z] 60be78626b09: Preparing [2021-02-12T13:13:08.865Z] 285d8e14e659: Preparing [2021-02-12T13:13:08.865Z] 3674a487bb19: Preparing [2021-02-12T13:13:08.865Z] cbaf8df23c4c: Preparing [2021-02-12T13:13:08.865Z] 777b2c648970: Preparing [2021-02-12T13:13:08.865Z] 777b2c648970: Waiting [2021-02-12T13:13:08.865Z] 60be78626b09: Layer already exists [2021-02-12T13:13:08.865Z] 285d8e14e659: Layer already exists [2021-02-12T13:13:08.865Z] 95d038895db0: Layer already exists [2021-02-12T13:13:08.865Z] cbaf8df23c4c: Layer already exists [2021-02-12T13:13:08.865Z] 3674a487bb19: Layer already exists [2021-02-12T13:13:08.865Z] 777b2c648970: Layer already exists [2021-02-12T13:13:08.865Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:29a934973e4c849303174828fe15376b70205beba074dfa9668efc58e356a6b2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:09.169Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:09.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-12T13:13:09.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-12T13:13:09.466Z] 95d038895db0: Preparing [2021-02-12T13:13:09.466Z] 60be78626b09: Preparing [2021-02-12T13:13:09.466Z] 285d8e14e659: Preparing [2021-02-12T13:13:09.466Z] 3674a487bb19: Preparing [2021-02-12T13:13:09.466Z] cbaf8df23c4c: Preparing [2021-02-12T13:13:09.466Z] 777b2c648970: Preparing [2021-02-12T13:13:09.466Z] 777b2c648970: Waiting [2021-02-12T13:13:09.466Z] 95d038895db0: Layer already exists [2021-02-12T13:13:09.466Z] cbaf8df23c4c: Layer already exists [2021-02-12T13:13:09.466Z] 60be78626b09: Layer already exists [2021-02-12T13:13:09.466Z] 3674a487bb19: Layer already exists [2021-02-12T13:13:09.466Z] 285d8e14e659: Layer already exists [2021-02-12T13:13:09.466Z] 777b2c648970: Layer already exists [2021-02-12T13:13:09.466Z] master: digest: sha256:29a934973e4c849303174828fe15376b70205beba074dfa9668efc58e356a6b2 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:09.672Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:09.720Z] taggedImages: [2021-02-12T13:13:09.720Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:09.720Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.91 [2021-02-12T13:13:09.720Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:09.720Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-12T13:13:09.808Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-12T13:13:09.808Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:09.808Z] 2.0.0-dev.91 [2021-02-12T13:13:09.808Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:09.808Z] master [2021-02-12T13:13:09.808Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:10.369Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:10.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:10.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-12T13:13:10.665Z] dea63ea0bb11: Preparing [2021-02-12T13:13:10.665Z] 7139c1dec527: Preparing [2021-02-12T13:13:10.665Z] 70403ce4f0db: Preparing [2021-02-12T13:13:10.665Z] 88d012fedd53: Preparing [2021-02-12T13:13:10.665Z] b94a1c0f0566: Preparing [2021-02-12T13:13:10.665Z] 4faceb2a886a: Preparing [2021-02-12T13:13:10.665Z] 59839fd1f306: Preparing [2021-02-12T13:13:10.665Z] 9d8e6cb86a2a: Preparing [2021-02-12T13:13:10.665Z] 777b2c648970: Preparing [2021-02-12T13:13:10.665Z] 59839fd1f306: Waiting [2021-02-12T13:13:10.665Z] 9d8e6cb86a2a: Waiting [2021-02-12T13:13:10.665Z] 4faceb2a886a: Waiting [2021-02-12T13:13:10.665Z] 777b2c648970: Waiting [2021-02-12T13:13:10.930Z] 7139c1dec527: Pushed [2021-02-12T13:13:10.930Z] b94a1c0f0566: Pushed [2021-02-12T13:13:10.930Z] dea63ea0bb11: Pushed [2021-02-12T13:13:10.930Z] 4faceb2a886a: Pushed [2021-02-12T13:13:11.192Z] 777b2c648970: Layer already exists [2021-02-12T13:13:11.192Z] 59839fd1f306: Pushed [2021-02-12T13:13:11.192Z] 9d8e6cb86a2a: Pushed [2021-02-12T13:13:11.763Z] 88d012fedd53: Pushed [2021-02-12T13:13:11.763Z] 70403ce4f0db: Pushed [2021-02-12T13:13:12.024Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:ec5e56baf012e9b9b320628e67232cedb8c4ff597c55cc55a360bfa9d8091f81 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:12.326Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:12.624Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.91 [2021-02-12T13:13:12.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-12T13:13:12.624Z] dea63ea0bb11: Preparing [2021-02-12T13:13:12.624Z] 7139c1dec527: Preparing [2021-02-12T13:13:12.624Z] 70403ce4f0db: Preparing [2021-02-12T13:13:12.624Z] 88d012fedd53: Preparing [2021-02-12T13:13:12.624Z] b94a1c0f0566: Preparing [2021-02-12T13:13:12.624Z] 4faceb2a886a: Preparing [2021-02-12T13:13:12.624Z] 59839fd1f306: Preparing [2021-02-12T13:13:12.624Z] 9d8e6cb86a2a: Preparing [2021-02-12T13:13:12.624Z] 777b2c648970: Preparing [2021-02-12T13:13:12.624Z] 4faceb2a886a: Waiting [2021-02-12T13:13:12.624Z] 9d8e6cb86a2a: Waiting [2021-02-12T13:13:12.624Z] 59839fd1f306: Waiting [2021-02-12T13:13:12.624Z] 777b2c648970: Waiting [2021-02-12T13:13:12.624Z] b94a1c0f0566: Layer already exists [2021-02-12T13:13:12.624Z] dea63ea0bb11: Layer already exists [2021-02-12T13:13:12.624Z] 88d012fedd53: Layer already exists [2021-02-12T13:13:12.624Z] 7139c1dec527: Layer already exists [2021-02-12T13:13:12.624Z] 70403ce4f0db: Layer already exists [2021-02-12T13:13:12.624Z] 4faceb2a886a: Layer already exists [2021-02-12T13:13:12.624Z] 59839fd1f306: Layer already exists [2021-02-12T13:13:12.624Z] 9d8e6cb86a2a: Layer already exists [2021-02-12T13:13:12.624Z] 777b2c648970: Layer already exists [2021-02-12T13:13:12.624Z] 2.0.0-dev.91: digest: sha256:ec5e56baf012e9b9b320628e67232cedb8c4ff597c55cc55a360bfa9d8091f81 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:12.929Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:13.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:13.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-12T13:13:13.226Z] dea63ea0bb11: Preparing [2021-02-12T13:13:13.226Z] 7139c1dec527: Preparing [2021-02-12T13:13:13.226Z] 70403ce4f0db: Preparing [2021-02-12T13:13:13.226Z] 88d012fedd53: Preparing [2021-02-12T13:13:13.226Z] b94a1c0f0566: Preparing [2021-02-12T13:13:13.226Z] 4faceb2a886a: Preparing [2021-02-12T13:13:13.226Z] 59839fd1f306: Preparing [2021-02-12T13:13:13.226Z] 9d8e6cb86a2a: Preparing [2021-02-12T13:13:13.226Z] 777b2c648970: Preparing [2021-02-12T13:13:13.226Z] 59839fd1f306: Waiting [2021-02-12T13:13:13.226Z] 4faceb2a886a: Waiting [2021-02-12T13:13:13.226Z] 9d8e6cb86a2a: Waiting [2021-02-12T13:13:13.226Z] 777b2c648970: Waiting [2021-02-12T13:13:13.226Z] 70403ce4f0db: Layer already exists [2021-02-12T13:13:13.226Z] b94a1c0f0566: Layer already exists [2021-02-12T13:13:13.226Z] dea63ea0bb11: Layer already exists [2021-02-12T13:13:13.226Z] 88d012fedd53: Layer already exists [2021-02-12T13:13:13.226Z] 7139c1dec527: Layer already exists [2021-02-12T13:13:13.226Z] 4faceb2a886a: Layer already exists [2021-02-12T13:13:13.226Z] 59839fd1f306: Layer already exists [2021-02-12T13:13:13.226Z] 777b2c648970: Layer already exists [2021-02-12T13:13:13.226Z] 9d8e6cb86a2a: Layer already exists [2021-02-12T13:13:13.226Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:ec5e56baf012e9b9b320628e67232cedb8c4ff597c55cc55a360bfa9d8091f81 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:13.530Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:13.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-12T13:13:13.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-12T13:13:13.827Z] dea63ea0bb11: Preparing [2021-02-12T13:13:13.827Z] 7139c1dec527: Preparing [2021-02-12T13:13:13.827Z] 70403ce4f0db: Preparing [2021-02-12T13:13:13.827Z] 88d012fedd53: Preparing [2021-02-12T13:13:13.827Z] b94a1c0f0566: Preparing [2021-02-12T13:13:13.827Z] 4faceb2a886a: Preparing [2021-02-12T13:13:13.827Z] 59839fd1f306: Preparing [2021-02-12T13:13:13.827Z] 9d8e6cb86a2a: Preparing [2021-02-12T13:13:13.827Z] 777b2c648970: Preparing [2021-02-12T13:13:13.827Z] 59839fd1f306: Waiting [2021-02-12T13:13:13.827Z] 9d8e6cb86a2a: Waiting [2021-02-12T13:13:13.827Z] 777b2c648970: Waiting [2021-02-12T13:13:13.827Z] 4faceb2a886a: Waiting [2021-02-12T13:13:13.827Z] b94a1c0f0566: Layer already exists [2021-02-12T13:13:13.827Z] 88d012fedd53: Layer already exists [2021-02-12T13:13:13.827Z] 70403ce4f0db: Layer already exists [2021-02-12T13:13:13.827Z] 7139c1dec527: Layer already exists [2021-02-12T13:13:13.827Z] dea63ea0bb11: Layer already exists [2021-02-12T13:13:13.827Z] 4faceb2a886a: Layer already exists [2021-02-12T13:13:13.827Z] 777b2c648970: Layer already exists [2021-02-12T13:13:13.827Z] 59839fd1f306: Layer already exists [2021-02-12T13:13:13.827Z] 9d8e6cb86a2a: Layer already exists [2021-02-12T13:13:13.827Z] master: digest: sha256:ec5e56baf012e9b9b320628e67232cedb8c4ff597c55cc55a360bfa9d8091f81 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:14.004Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:14.048Z] taggedImages: [2021-02-12T13:13:14.048Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:14.048Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.91 [2021-02-12T13:13:14.048Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:14.048Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-12T13:13:14.120Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-12T13:13:14.120Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:14.120Z] 2.0.0-dev.91 [2021-02-12T13:13:14.120Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:14.120Z] master [2021-02-12T13:13:14.120Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:14.599Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:14.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:14.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-12T13:13:14.895Z] 918633a962bd: Preparing [2021-02-12T13:13:14.895Z] 487387b85c1c: Preparing [2021-02-12T13:13:14.895Z] e00433eea602: Preparing [2021-02-12T13:13:14.895Z] 4efbfe7f094a: Preparing [2021-02-12T13:13:14.895Z] 777b2c648970: Preparing [2021-02-12T13:13:14.895Z] 777b2c648970: Layer already exists [2021-02-12T13:13:14.895Z] e00433eea602: Layer already exists [2021-02-12T13:13:14.895Z] 918633a962bd: Pushed [2021-02-12T13:13:15.469Z] 4efbfe7f094a: Pushed [2021-02-12T13:13:16.042Z] 487387b85c1c: Pushed [2021-02-12T13:13:16.304Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:0d55a37d8fccabd6de57561b0feb45ee9c61f73fa7367bdf05f4d9a74fbec683 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:16.606Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:16.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.91 [2021-02-12T13:13:16.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-12T13:13:16.903Z] 918633a962bd: Preparing [2021-02-12T13:13:16.903Z] 487387b85c1c: Preparing [2021-02-12T13:13:16.903Z] e00433eea602: Preparing [2021-02-12T13:13:16.903Z] 4efbfe7f094a: Preparing [2021-02-12T13:13:16.903Z] 777b2c648970: Preparing [2021-02-12T13:13:16.903Z] e00433eea602: Layer already exists [2021-02-12T13:13:16.903Z] 487387b85c1c: Layer already exists [2021-02-12T13:13:16.903Z] 777b2c648970: Layer already exists [2021-02-12T13:13:16.903Z] 4efbfe7f094a: Layer already exists [2021-02-12T13:13:16.903Z] 918633a962bd: Layer already exists [2021-02-12T13:13:16.903Z] 2.0.0-dev.91: digest: sha256:0d55a37d8fccabd6de57561b0feb45ee9c61f73fa7367bdf05f4d9a74fbec683 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:17.206Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:17.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:17.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-12T13:13:17.509Z] 918633a962bd: Preparing [2021-02-12T13:13:17.509Z] 487387b85c1c: Preparing [2021-02-12T13:13:17.509Z] e00433eea602: Preparing [2021-02-12T13:13:17.509Z] 4efbfe7f094a: Preparing [2021-02-12T13:13:17.509Z] 777b2c648970: Preparing [2021-02-12T13:13:17.509Z] 918633a962bd: Layer already exists [2021-02-12T13:13:17.509Z] 777b2c648970: Layer already exists [2021-02-12T13:13:17.509Z] 487387b85c1c: Layer already exists [2021-02-12T13:13:17.509Z] e00433eea602: Layer already exists [2021-02-12T13:13:17.509Z] 4efbfe7f094a: Layer already exists [2021-02-12T13:13:17.509Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:0d55a37d8fccabd6de57561b0feb45ee9c61f73fa7367bdf05f4d9a74fbec683 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:17.810Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:18.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-12T13:13:18.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-12T13:13:18.110Z] 918633a962bd: Preparing [2021-02-12T13:13:18.110Z] 487387b85c1c: Preparing [2021-02-12T13:13:18.110Z] e00433eea602: Preparing [2021-02-12T13:13:18.110Z] 4efbfe7f094a: Preparing [2021-02-12T13:13:18.110Z] 777b2c648970: Preparing [2021-02-12T13:13:18.110Z] 777b2c648970: Layer already exists [2021-02-12T13:13:18.110Z] e00433eea602: Layer already exists [2021-02-12T13:13:18.110Z] 487387b85c1c: Layer already exists [2021-02-12T13:13:18.110Z] 918633a962bd: Layer already exists [2021-02-12T13:13:18.110Z] 4efbfe7f094a: Layer already exists [2021-02-12T13:13:18.110Z] master: digest: sha256:0d55a37d8fccabd6de57561b0feb45ee9c61f73fa7367bdf05f4d9a74fbec683 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:18.360Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:18.402Z] taggedImages: [2021-02-12T13:13:18.402Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:18.402Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.91 [2021-02-12T13:13:18.402Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:18.402Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-12T13:13:18.478Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-12T13:13:18.478Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:18.478Z] 2.0.0-dev.91 [2021-02-12T13:13:18.478Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:18.478Z] master [2021-02-12T13:13:18.478Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:18.941Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:19.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:19.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-12T13:13:19.238Z] 945bbdaf9e55: Preparing [2021-02-12T13:13:19.238Z] f363ab018411: Preparing [2021-02-12T13:13:19.238Z] e00433eea602: Preparing [2021-02-12T13:13:19.238Z] 4736d190b3e4: Preparing [2021-02-12T13:13:19.238Z] 777b2c648970: Preparing [2021-02-12T13:13:19.238Z] 777b2c648970: Layer already exists [2021-02-12T13:13:19.238Z] e00433eea602: Layer already exists [2021-02-12T13:13:19.238Z] 945bbdaf9e55: Pushed [2021-02-12T13:13:19.500Z] 4736d190b3e4: Pushed [2021-02-12T13:13:20.445Z] f363ab018411: Pushed [2021-02-12T13:13:20.707Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:e71f3a340764d740473d3d4afa5bb20604e5d62336142bc1fb838d80d726ea29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:21.014Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:21.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.91 [2021-02-12T13:13:21.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-12T13:13:21.573Z] 945bbdaf9e55: Preparing [2021-02-12T13:13:21.573Z] f363ab018411: Preparing [2021-02-12T13:13:21.573Z] e00433eea602: Preparing [2021-02-12T13:13:21.573Z] 4736d190b3e4: Preparing [2021-02-12T13:13:21.573Z] 777b2c648970: Preparing [2021-02-12T13:13:21.573Z] f363ab018411: Layer already exists [2021-02-12T13:13:21.573Z] 777b2c648970: Layer already exists [2021-02-12T13:13:21.573Z] e00433eea602: Layer already exists [2021-02-12T13:13:21.573Z] 945bbdaf9e55: Layer already exists [2021-02-12T13:13:21.573Z] 4736d190b3e4: Layer already exists [2021-02-12T13:13:21.573Z] 2.0.0-dev.91: digest: sha256:e71f3a340764d740473d3d4afa5bb20604e5d62336142bc1fb838d80d726ea29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:21.876Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:22.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:22.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-12T13:13:22.176Z] 945bbdaf9e55: Preparing [2021-02-12T13:13:22.176Z] f363ab018411: Preparing [2021-02-12T13:13:22.176Z] e00433eea602: Preparing [2021-02-12T13:13:22.176Z] 4736d190b3e4: Preparing [2021-02-12T13:13:22.176Z] 777b2c648970: Preparing [2021-02-12T13:13:22.176Z] 945bbdaf9e55: Layer already exists [2021-02-12T13:13:22.176Z] f363ab018411: Layer already exists [2021-02-12T13:13:22.176Z] 777b2c648970: Layer already exists [2021-02-12T13:13:22.176Z] e00433eea602: Layer already exists [2021-02-12T13:13:22.176Z] 4736d190b3e4: Layer already exists [2021-02-12T13:13:22.176Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:e71f3a340764d740473d3d4afa5bb20604e5d62336142bc1fb838d80d726ea29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:22.484Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:22.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-12T13:13:22.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-12T13:13:22.786Z] 945bbdaf9e55: Preparing [2021-02-12T13:13:22.786Z] f363ab018411: Preparing [2021-02-12T13:13:22.786Z] e00433eea602: Preparing [2021-02-12T13:13:22.786Z] 4736d190b3e4: Preparing [2021-02-12T13:13:22.786Z] 777b2c648970: Preparing [2021-02-12T13:13:22.786Z] 777b2c648970: Layer already exists [2021-02-12T13:13:22.786Z] e00433eea602: Layer already exists [2021-02-12T13:13:22.786Z] 4736d190b3e4: Layer already exists [2021-02-12T13:13:22.786Z] f363ab018411: Layer already exists [2021-02-12T13:13:22.786Z] 945bbdaf9e55: Layer already exists [2021-02-12T13:13:22.786Z] master: digest: sha256:e71f3a340764d740473d3d4afa5bb20604e5d62336142bc1fb838d80d726ea29 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:22.975Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:23.019Z] taggedImages: [2021-02-12T13:13:23.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:23.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.91 [2021-02-12T13:13:23.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:23.019Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-12T13:13:23.079Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-12T13:13:23.079Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:23.079Z] 2.0.0-dev.91 [2021-02-12T13:13:23.079Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:23.079Z] master [2021-02-12T13:13:23.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:23.642Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:23.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:23.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-12T13:13:23.946Z] d599a01b872b: Preparing [2021-02-12T13:13:23.946Z] 6bc3489b8e01: Preparing [2021-02-12T13:13:23.946Z] bf63104f2b0e: Preparing [2021-02-12T13:13:23.946Z] e482cb58626d: Preparing [2021-02-12T13:13:23.946Z] aa5f077b29e4: Preparing [2021-02-12T13:13:23.946Z] 4e861aa85353: Preparing [2021-02-12T13:13:23.946Z] 4f15982d988a: Preparing [2021-02-12T13:13:23.946Z] 0754057c0ad3: Preparing [2021-02-12T13:13:23.946Z] 998cdf262ab1: Preparing [2021-02-12T13:13:23.946Z] 02e56110abd2: Preparing [2021-02-12T13:13:23.946Z] abc36efb885a: Preparing [2021-02-12T13:13:23.946Z] b0b09059f4e1: Preparing [2021-02-12T13:13:23.946Z] bb961f40224b: Preparing [2021-02-12T13:13:23.946Z] f4666769fca7: Preparing [2021-02-12T13:13:23.946Z] abc36efb885a: Waiting [2021-02-12T13:13:23.946Z] 4e861aa85353: Waiting [2021-02-12T13:13:23.946Z] 4f15982d988a: Waiting [2021-02-12T13:13:23.946Z] b0b09059f4e1: Waiting [2021-02-12T13:13:23.946Z] 0754057c0ad3: Waiting [2021-02-12T13:13:23.946Z] 998cdf262ab1: Waiting [2021-02-12T13:13:23.946Z] bb961f40224b: Waiting [2021-02-12T13:13:23.946Z] 02e56110abd2: Waiting [2021-02-12T13:13:23.946Z] f4666769fca7: Waiting [2021-02-12T13:13:24.257Z] aa5f077b29e4: Pushed [2021-02-12T13:13:24.257Z] d599a01b872b: Pushed [2021-02-12T13:13:24.632Z] e482cb58626d: Pushed [2021-02-12T13:13:24.632Z] 0754057c0ad3: Layer already exists [2021-02-12T13:13:24.632Z] 998cdf262ab1: Layer already exists [2021-02-12T13:13:24.632Z] 4f15982d988a: Pushed [2021-02-12T13:13:24.632Z] 02e56110abd2: Layer already exists [2021-02-12T13:13:24.632Z] abc36efb885a: Layer already exists [2021-02-12T13:13:24.632Z] b0b09059f4e1: Layer already exists [2021-02-12T13:13:24.632Z] bb961f40224b: Layer already exists [2021-02-12T13:13:24.632Z] f4666769fca7: Layer already exists [2021-02-12T13:13:24.632Z] 6bc3489b8e01: Pushed [2021-02-12T13:13:25.233Z] 4e861aa85353: Pushed [2021-02-12T13:13:28.545Z] bf63104f2b0e: Pushed [2021-02-12T13:13:28.545Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:324fd76066776cb3949d49fc84548dfa2fbd1159a74e95fc44e54cdfbd8bb8ec size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:28.854Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:29.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.91 [2021-02-12T13:13:29.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-12T13:13:29.183Z] d599a01b872b: Preparing [2021-02-12T13:13:29.183Z] 6bc3489b8e01: Preparing [2021-02-12T13:13:29.183Z] bf63104f2b0e: Preparing [2021-02-12T13:13:29.183Z] e482cb58626d: Preparing [2021-02-12T13:13:29.183Z] aa5f077b29e4: Preparing [2021-02-12T13:13:29.183Z] 4e861aa85353: Preparing [2021-02-12T13:13:29.183Z] 4f15982d988a: Preparing [2021-02-12T13:13:29.183Z] 0754057c0ad3: Preparing [2021-02-12T13:13:29.183Z] 998cdf262ab1: Preparing [2021-02-12T13:13:29.183Z] 02e56110abd2: Preparing [2021-02-12T13:13:29.183Z] abc36efb885a: Preparing [2021-02-12T13:13:29.183Z] b0b09059f4e1: Preparing [2021-02-12T13:13:29.183Z] bb961f40224b: Preparing [2021-02-12T13:13:29.183Z] f4666769fca7: Preparing [2021-02-12T13:13:29.183Z] 998cdf262ab1: Waiting [2021-02-12T13:13:29.183Z] 02e56110abd2: Waiting [2021-02-12T13:13:29.183Z] abc36efb885a: Waiting [2021-02-12T13:13:29.183Z] b0b09059f4e1: Waiting [2021-02-12T13:13:29.183Z] bb961f40224b: Waiting [2021-02-12T13:13:29.183Z] f4666769fca7: Waiting [2021-02-12T13:13:29.183Z] 4e861aa85353: Waiting [2021-02-12T13:13:29.183Z] 4f15982d988a: Waiting [2021-02-12T13:13:29.183Z] 0754057c0ad3: Waiting [2021-02-12T13:13:29.183Z] d599a01b872b: Layer already exists [2021-02-12T13:13:29.183Z] e482cb58626d: Layer already exists [2021-02-12T13:13:29.183Z] bf63104f2b0e: Layer already exists [2021-02-12T13:13:29.183Z] 6bc3489b8e01: Layer already exists [2021-02-12T13:13:29.183Z] aa5f077b29e4: Layer already exists [2021-02-12T13:13:29.183Z] 4e861aa85353: Layer already exists [2021-02-12T13:13:29.183Z] 4f15982d988a: Layer already exists [2021-02-12T13:13:29.183Z] 0754057c0ad3: Layer already exists [2021-02-12T13:13:29.183Z] 998cdf262ab1: Layer already exists [2021-02-12T13:13:29.183Z] 02e56110abd2: Layer already exists [2021-02-12T13:13:29.183Z] abc36efb885a: Layer already exists [2021-02-12T13:13:29.183Z] bb961f40224b: Layer already exists [2021-02-12T13:13:29.183Z] b0b09059f4e1: Layer already exists [2021-02-12T13:13:29.183Z] f4666769fca7: Layer already exists [2021-02-12T13:13:29.183Z] 2.0.0-dev.91: digest: sha256:324fd76066776cb3949d49fc84548dfa2fbd1159a74e95fc44e54cdfbd8bb8ec size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:29.755Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:30.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:30.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-12T13:13:30.055Z] d599a01b872b: Preparing [2021-02-12T13:13:30.055Z] 6bc3489b8e01: Preparing [2021-02-12T13:13:30.055Z] bf63104f2b0e: Preparing [2021-02-12T13:13:30.055Z] e482cb58626d: Preparing [2021-02-12T13:13:30.055Z] aa5f077b29e4: Preparing [2021-02-12T13:13:30.055Z] 4e861aa85353: Preparing [2021-02-12T13:13:30.055Z] 4f15982d988a: Preparing [2021-02-12T13:13:30.055Z] 0754057c0ad3: Preparing [2021-02-12T13:13:30.055Z] 998cdf262ab1: Preparing [2021-02-12T13:13:30.055Z] 02e56110abd2: Preparing [2021-02-12T13:13:30.055Z] abc36efb885a: Preparing [2021-02-12T13:13:30.055Z] b0b09059f4e1: Preparing [2021-02-12T13:13:30.055Z] bb961f40224b: Preparing [2021-02-12T13:13:30.055Z] f4666769fca7: Preparing [2021-02-12T13:13:30.055Z] 02e56110abd2: Waiting [2021-02-12T13:13:30.055Z] abc36efb885a: Waiting [2021-02-12T13:13:30.055Z] b0b09059f4e1: Waiting [2021-02-12T13:13:30.055Z] bb961f40224b: Waiting [2021-02-12T13:13:30.055Z] 4e861aa85353: Waiting [2021-02-12T13:13:30.055Z] 0754057c0ad3: Waiting [2021-02-12T13:13:30.055Z] 4f15982d988a: Waiting [2021-02-12T13:13:30.055Z] f4666769fca7: Waiting [2021-02-12T13:13:30.055Z] bf63104f2b0e: Layer already exists [2021-02-12T13:13:30.055Z] 6bc3489b8e01: Layer already exists [2021-02-12T13:13:30.055Z] d599a01b872b: Layer already exists [2021-02-12T13:13:30.055Z] e482cb58626d: Layer already exists [2021-02-12T13:13:30.055Z] aa5f077b29e4: Layer already exists [2021-02-12T13:13:30.055Z] 4f15982d988a: Layer already exists [2021-02-12T13:13:30.055Z] 4e861aa85353: Layer already exists [2021-02-12T13:13:30.055Z] 998cdf262ab1: Layer already exists [2021-02-12T13:13:30.055Z] 0754057c0ad3: Layer already exists [2021-02-12T13:13:30.055Z] 02e56110abd2: Layer already exists [2021-02-12T13:13:30.055Z] b0b09059f4e1: Layer already exists [2021-02-12T13:13:30.055Z] abc36efb885a: Layer already exists [2021-02-12T13:13:30.055Z] bb961f40224b: Layer already exists [2021-02-12T13:13:30.055Z] f4666769fca7: Layer already exists [2021-02-12T13:13:30.055Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:324fd76066776cb3949d49fc84548dfa2fbd1159a74e95fc44e54cdfbd8bb8ec size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:30.373Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:13:30.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-12T13:13:30.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-12T13:13:30.678Z] d599a01b872b: Preparing [2021-02-12T13:13:30.678Z] 6bc3489b8e01: Preparing [2021-02-12T13:13:30.678Z] bf63104f2b0e: Preparing [2021-02-12T13:13:30.678Z] e482cb58626d: Preparing [2021-02-12T13:13:30.678Z] aa5f077b29e4: Preparing [2021-02-12T13:13:30.678Z] 4e861aa85353: Preparing [2021-02-12T13:13:30.678Z] 4f15982d988a: Preparing [2021-02-12T13:13:30.678Z] 0754057c0ad3: Preparing [2021-02-12T13:13:30.678Z] 998cdf262ab1: Preparing [2021-02-12T13:13:30.678Z] 02e56110abd2: Preparing [2021-02-12T13:13:30.678Z] abc36efb885a: Preparing [2021-02-12T13:13:30.678Z] b0b09059f4e1: Preparing [2021-02-12T13:13:30.678Z] bb961f40224b: Preparing [2021-02-12T13:13:30.678Z] f4666769fca7: Preparing [2021-02-12T13:13:30.678Z] 0754057c0ad3: Waiting [2021-02-12T13:13:30.678Z] 998cdf262ab1: Waiting [2021-02-12T13:13:30.678Z] 02e56110abd2: Waiting [2021-02-12T13:13:30.678Z] abc36efb885a: Waiting [2021-02-12T13:13:30.678Z] b0b09059f4e1: Waiting [2021-02-12T13:13:30.678Z] bb961f40224b: Waiting [2021-02-12T13:13:30.678Z] f4666769fca7: Waiting [2021-02-12T13:13:30.678Z] 4e861aa85353: Waiting [2021-02-12T13:13:30.678Z] 4f15982d988a: Waiting [2021-02-12T13:13:30.678Z] bf63104f2b0e: Layer already exists [2021-02-12T13:13:30.678Z] e482cb58626d: Layer already exists [2021-02-12T13:13:30.678Z] 6bc3489b8e01: Layer already exists [2021-02-12T13:13:30.678Z] aa5f077b29e4: Layer already exists [2021-02-12T13:13:30.678Z] d599a01b872b: Layer already exists [2021-02-12T13:13:30.678Z] 998cdf262ab1: Layer already exists [2021-02-12T13:13:30.678Z] 4f15982d988a: Layer already exists [2021-02-12T13:13:30.678Z] 4e861aa85353: Layer already exists [2021-02-12T13:13:30.678Z] 0754057c0ad3: Layer already exists [2021-02-12T13:13:30.678Z] 02e56110abd2: Layer already exists [2021-02-12T13:13:30.678Z] b0b09059f4e1: Layer already exists [2021-02-12T13:13:30.678Z] abc36efb885a: Layer already exists [2021-02-12T13:13:30.678Z] bb961f40224b: Layer already exists [2021-02-12T13:13:30.678Z] f4666769fca7: Layer already exists [2021-02-12T13:13:30.678Z] master: digest: sha256:324fd76066776cb3949d49fc84548dfa2fbd1159a74e95fc44e54cdfbd8bb8ec size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:13:30.924Z] ===================================================== [Pipeline] echo [2021-02-12T13:13:30.971Z] taggedImages: [2021-02-12T13:13:30.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:13:30.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.91 [2021-02-12T13:13:30.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:13:30.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T13:14:30.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T13:14:49.026Z] Removing intermediate container 80e34d21cb8c [2021-02-12T13:14:49.026Z] ---> 8dee752a7265 [2021-02-12T13:14:49.026Z] [2021-02-12T13:14:49.026Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T13:14:49.026Z] 3.12: Pulling from library/alpine [2021-02-12T13:14:49.026Z] Removing intermediate container 8d12a3a83c86 [2021-02-12T13:14:49.026Z] ---> 767d38737eee [2021-02-12T13:14:49.026Z] [2021-02-12T13:14:49.026Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T13:14:49.026Z] 3.12: Pulling from library/alpine [2021-02-12T13:14:49.026Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T13:14:49.026Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T13:14:49.026Z] Status: Image is up to date for alpine:3.12 [2021-02-12T13:14:49.026Z] ---> afeebe901d6b [2021-02-12T13:14:49.026Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T13:14:49.026Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T13:14:49.026Z] ---> afeebe901d6b [2021-02-12T13:14:49.026Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T13:14:49.628Z] ---> Running in 5af633b4c818 [2021-02-12T13:14:49.628Z] ---> Running in ca511ee5c788 [2021-02-12T13:14:50.246Z] Removing intermediate container 5af633b4c818 [2021-02-12T13:14:50.246Z] ---> 36aa066a042b [2021-02-12T13:14:50.246Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T13:14:50.523Z] ---> Running in 942deef49bad [2021-02-12T13:14:51.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:14:52.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:14:52.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:14:53.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:14:53.760Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T13:14:53.760Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T13:14:53.760Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T13:14:53.760Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:14:53.760Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:14:53.760Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T13:14:53.760Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T13:14:53.760Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:14:53.760Z] OK: 5 MiB in 16 packages [2021-02-12T13:14:53.760Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:14:54.042Z] OK: 7 MiB in 18 packages [2021-02-12T13:14:56.778Z] Removing intermediate container 942deef49bad [2021-02-12T13:14:56.778Z] ---> d940e40cf151 [2021-02-12T13:14:56.778Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T13:14:56.778Z] ---> Running in 0788972673d8 [2021-02-12T13:14:57.874Z] Removing intermediate container ca511ee5c788 [2021-02-12T13:14:57.874Z] ---> 558df7d0e1b6 [2021-02-12T13:14:57.874Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T13:14:57.874Z] Removing intermediate container 0788972673d8 [2021-02-12T13:14:57.874Z] ---> 9293baf6afa1 [2021-02-12T13:14:57.874Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T13:14:58.195Z] ---> Running in 8a6eab2d63bd [2021-02-12T13:14:58.195Z] ---> Running in 8b96b909756d [2021-02-12T13:14:59.677Z] Removing intermediate container 8b96b909756d [2021-02-12T13:14:59.677Z] ---> 63e55440d12f [2021-02-12T13:14:59.677Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T13:14:59.677Z] Removing intermediate container 8a6eab2d63bd [2021-02-12T13:14:59.677Z] ---> 55513d77433f [2021-02-12T13:14:59.677Z] Step 13/21 : WORKDIR /edgex [2021-02-12T13:14:59.677Z] ---> Running in 95fc3cf22d06 [2021-02-12T13:14:59.974Z] ---> Running in 55b2724f1fb8 [2021-02-12T13:15:00.970Z] Removing intermediate container 55b2724f1fb8 [2021-02-12T13:15:00.970Z] ---> bd16a351c085 [2021-02-12T13:15:00.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T13:15:03.615Z] ---> b0ce1e480d63 [2021-02-12T13:15:03.616Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T13:15:04.221Z] Removing intermediate container a7d2f44bbdf6 [2021-02-12T13:15:04.221Z] ---> 26a5caa4f079 [2021-02-12T13:15:04.221Z] [2021-02-12T13:15:04.221Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:15:04.221Z] ---> afeebe901d6b [2021-02-12T13:15:04.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:15:05.206Z] ---> Running in aaaf58a79dc4 [2021-02-12T13:15:05.206Z] Removing intermediate container 95fc3cf22d06 [2021-02-12T13:15:05.206Z] ---> 15d05b8bf688 [2021-02-12T13:15:05.206Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T13:15:06.196Z] ---> Running in 47b70693e6ba [2021-02-12T13:15:06.477Z] ---> 574e6c873ccf [2021-02-12T13:15:06.477Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T13:15:07.087Z] Removing intermediate container 037642ba0311 [2021-02-12T13:15:07.087Z] ---> c24ad0736c0c [2021-02-12T13:15:07.087Z] [2021-02-12T13:15:07.087Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T13:15:07.087Z] ---> afeebe901d6b [2021-02-12T13:15:07.087Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T13:15:07.362Z] Removing intermediate container 47b70693e6ba [2021-02-12T13:15:07.362Z] ---> d43f3e76912c [2021-02-12T13:15:07.362Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T13:15:07.362Z] ---> Running in cdeb7942cc07 [2021-02-12T13:15:07.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:07.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:08.213Z] ---> ad49a23b56d6 [2021-02-12T13:15:08.213Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T13:15:08.816Z] ---> Running in 52aa4668e2d5 [2021-02-12T13:15:08.816Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T13:15:08.817Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:15:08.817Z] OK: 5 MiB in 15 packages [2021-02-12T13:15:08.817Z] ---> 5bd13ca8c3e5 [2021-02-12T13:15:08.817Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T13:15:09.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:09.097Z] ---> Running in 4a4c9e2cebad [2021-02-12T13:15:09.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:09.373Z] Removing intermediate container 52aa4668e2d5 [2021-02-12T13:15:09.373Z] ---> c563b4932a32 [2021-02-12T13:15:09.373Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T13:15:09.973Z] ---> Running in 7c7c7ad7236b [2021-02-12T13:15:09.973Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T13:15:09.973Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T13:15:10.250Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:15:10.250Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:15:10.530Z] OK: 6 MiB in 16 packages [2021-02-12T13:15:10.811Z] Removing intermediate container 7c7c7ad7236b [2021-02-12T13:15:10.811Z] ---> d5feeccaf3c4 [2021-02-12T13:15:10.811Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T13:15:11.090Z] Removing intermediate container aaaf58a79dc4 [2021-02-12T13:15:11.090Z] ---> 3df5771e5915 [2021-02-12T13:15:11.090Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:15:11.374Z] ---> Running in 5987a1755d0b [2021-02-12T13:15:11.374Z] ---> Running in b731e75fcc6e [2021-02-12T13:15:12.379Z] Removing intermediate container b731e75fcc6e [2021-02-12T13:15:12.379Z] ---> df97e2624157 [2021-02-12T13:15:12.379Z] Step 20/21 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:15:13.361Z] ---> Running in 588c5335faa3 [2021-02-12T13:15:13.361Z] Removing intermediate container 5987a1755d0b [2021-02-12T13:15:13.361Z] ---> d950ac33fc1f [2021-02-12T13:15:13.361Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T13:15:13.361Z] Removing intermediate container cdeb7942cc07 [2021-02-12T13:15:13.361Z] ---> 869da58a659e [2021-02-12T13:15:13.361Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:15:13.641Z] ---> Running in c41c9a999f47 [2021-02-12T13:15:13.926Z] ---> Running in 13e2f82e4a4e [2021-02-12T13:15:13.926Z] Removing intermediate container 45a58b8a70d0 [2021-02-12T13:15:13.926Z] ---> 01365708567e [2021-02-12T13:15:13.926Z] [2021-02-12T13:15:13.926Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:15:13.926Z] ---> afeebe901d6b [2021-02-12T13:15:13.926Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:15:13.926Z] ---> Using cache [2021-02-12T13:15:13.926Z] ---> 3df5771e5915 [2021-02-12T13:15:13.926Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:15:13.926Z] ---> Using cache [2021-02-12T13:15:13.926Z] ---> d950ac33fc1f [2021-02-12T13:15:13.926Z] Removing intermediate container 4a4c9e2cebad [2021-02-12T13:15:13.926Z] Step 13/23 : ENV APP_PORT=48081 ---> 15fbb08635d5 [2021-02-12T13:15:13.926Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:15:13.926Z] [2021-02-12T13:15:14.211Z] Removing intermediate container 588c5335faa3 [2021-02-12T13:15:14.211Z] ---> 5e1b4e8e2392 [2021-02-12T13:15:14.211Z] Step 21/21 : LABEL version=2.0.0-dev.91 [2021-02-12T13:15:14.211Z] ---> Running in 10c216f88937 [2021-02-12T13:15:14.211Z] ---> Running in 03a09ea33d73 [2021-02-12T13:15:14.488Z] Removing intermediate container c41c9a999f47 [2021-02-12T13:15:14.488Z] ---> 048303881150 [2021-02-12T13:15:14.488Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T13:15:14.488Z] Removing intermediate container 13e2f82e4a4e [2021-02-12T13:15:14.488Z] ---> 21e14ee31c0e [2021-02-12T13:15:14.488Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T13:15:14.762Z] ---> Running in e4c4c3b6246e [2021-02-12T13:15:15.034Z] ---> Running in 108b07b9f2bb [2021-02-12T13:15:15.034Z] Removing intermediate container 10c216f88937 [2021-02-12T13:15:15.034Z] ---> c959064e0e7f [2021-02-12T13:15:15.034Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T13:15:15.034Z] ---> 67f581116237 [2021-02-12T13:15:15.034Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T13:15:15.034Z] Removing intermediate container 03a09ea33d73 [2021-02-12T13:15:15.034Z] ---> 18561362c3af [2021-02-12T13:15:15.034Z] [2021-02-12T13:15:15.307Z] ---> Running in a919d5629508 [2021-02-12T13:15:15.585Z] Removing intermediate container e4c4c3b6246e [2021-02-12T13:15:15.585Z] ---> cd2687b3aa85 [2021-02-12T13:15:15.585Z] Step 15/23 : WORKDIR / [2021-02-12T13:15:15.585Z] Successfully built 18561362c3af [2021-02-12T13:15:15.585Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T13:15:15.585Z] Removing intermediate container 108b07b9f2bb [2021-02-12T13:15:15.585Z] ---> 813277f3def4 [2021-02-12T13:15:15.585Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T13:15:15.585Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-12T13:15:15.872Z] ---> Running in e7e1529c9a09 [2021-02-12T13:15:16.170Z] ---> Running in dde0b025cc26 [2021-02-12T13:15:16.170Z] Removing intermediate container a919d5629508 [2021-02-12T13:15:16.170Z] ---> 83227d740d17 [2021-02-12T13:15:16.170Z] Step 15/23 : WORKDIR / [2021-02-12T13:15:16.805Z] ---> Running in e9bb0690ce1c [2021-02-12T13:15:16.805Z] ---> 89b61b6c9db7 [2021-02-12T13:15:16.805Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T13:15:16.805Z] Removing intermediate container e7e1529c9a09 [2021-02-12T13:15:16.805Z] ---> 51c2e66e98d1 [2021-02-12T13:15:16.805Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:15:17.081Z] Removing intermediate container dde0b025cc26 [2021-02-12T13:15:17.081Z] ---> ab3bf35a7017 [2021-02-12T13:15:17.081Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:15:18.089Z] Removing intermediate container e9bb0690ce1c [2021-02-12T13:15:18.089Z] ---> fe15054dbc8b [2021-02-12T13:15:18.089Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:15:18.706Z] ---> d902b86f8e20 [2021-02-12T13:15:18.706Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T13:15:18.706Z] ---> 795283925b6e [2021-02-12T13:15:18.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T13:15:18.706Z] ---> 389e682f598e [2021-02-12T13:15:18.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T13:15:19.311Z] ---> 4b39011131fb [2021-02-12T13:15:19.311Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T13:15:20.302Z] ---> 948246ad9471 [2021-02-12T13:15:20.302Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T13:15:20.894Z] ---> ab4c712b0d67 [2021-02-12T13:15:20.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T13:15:20.894Z] ---> 4e73080f5e63 [2021-02-12T13:15:20.894Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T13:15:20.894Z] ---> Running in f2cc894d18ad [2021-02-12T13:15:21.171Z] ---> c9cde1a7d3d9 [2021-02-12T13:15:21.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T13:15:21.773Z] Removing intermediate container f2cc894d18ad [2021-02-12T13:15:21.773Z] ---> 5d5d8363548c [2021-02-12T13:15:21.773Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T13:15:21.773Z] ---> 0cdc272be029 [2021-02-12T13:15:21.773Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T13:15:22.046Z] ---> Running in 8a2768bb15c4 [2021-02-12T13:15:22.046Z] ---> 398730b9f936 [2021-02-12T13:15:22.046Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T13:15:22.322Z] ---> Running in 8bd3f4724ed8 [2021-02-12T13:15:22.322Z] ---> e66645a6a6fc [2021-02-12T13:15:22.322Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T13:15:22.597Z] ---> Running in f5cc9f2eb301 [2021-02-12T13:15:22.871Z] Removing intermediate container 8a2768bb15c4 [2021-02-12T13:15:22.871Z] ---> 333bff39bae3 [2021-02-12T13:15:22.871Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:15:23.158Z] ---> 1a8524bfe929 [2021-02-12T13:15:23.158Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T13:15:23.158Z] ---> Running in bb52916b8ebc [2021-02-12T13:15:23.438Z] Removing intermediate container 8bd3f4724ed8 [2021-02-12T13:15:23.438Z] ---> 378574f93220 [2021-02-12T13:15:23.438Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:15:23.716Z] ---> Running in 8ea7ec6ccc69 [2021-02-12T13:15:23.993Z] Removing intermediate container f5cc9f2eb301 [2021-02-12T13:15:23.993Z] ---> 9b476c755c88 [2021-02-12T13:15:23.993Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in b6e554b67dc5 [2021-02-12T13:15:23.993Z] [2021-02-12T13:15:24.270Z] Removing intermediate container bb52916b8ebc [2021-02-12T13:15:24.270Z] ---> cdc6558f4eb3 [2021-02-12T13:15:24.270Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T13:15:24.544Z] ---> Running in 0ba7395c939f [2021-02-12T13:15:24.822Z] ---> Running in a1e80326b26a [2021-02-12T13:15:24.822Z] Removing intermediate container 8ea7ec6ccc69 [2021-02-12T13:15:24.822Z] ---> adece9607d22 [2021-02-12T13:15:24.822Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T13:15:25.425Z] ---> Running in 80de5de94d35 [2021-02-12T13:15:25.699Z] Removing intermediate container 0ba7395c939f [2021-02-12T13:15:25.699Z] ---> 65950b92e8ad [2021-02-12T13:15:25.699Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T13:15:25.699Z] Removing intermediate container a1e80326b26a [2021-02-12T13:15:25.699Z] ---> 6311aa379aa5 [2021-02-12T13:15:25.699Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:15:25.995Z] ---> Running in c746c91c18f7 [2021-02-12T13:15:25.995Z] ---> Running in 6b0bab234c73 [2021-02-12T13:15:26.275Z] Removing intermediate container 80de5de94d35 [2021-02-12T13:15:26.275Z] ---> a3301b3cbc62 [2021-02-12T13:15:26.275Z] Step 21/22 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:15:26.871Z] ---> Running in 4c1c1cdb8fed [2021-02-12T13:15:27.149Z] Removing intermediate container c746c91c18f7 [2021-02-12T13:15:27.149Z] Removing intermediate container 6b0bab234c73 [2021-02-12T13:15:27.149Z] ---> 4e99df85f3b4 [2021-02-12T13:15:27.149Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:15:27.149Z] ---> d6c768ce4771 [2021-02-12T13:15:27.149Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:15:27.745Z] ---> Running in 43329fcf1c0f [2021-02-12T13:15:27.745Z] ---> Running in 9d2be9ab4d5e [2021-02-12T13:15:27.745Z] Removing intermediate container 4c1c1cdb8fed [2021-02-12T13:15:27.745Z] ---> 244ced119452 [2021-02-12T13:15:27.745Z] Step 22/22 : LABEL version=2.0.0-dev.91 [2021-02-12T13:15:28.018Z] Removing intermediate container b6e554b67dc5 [2021-02-12T13:15:28.018Z] ---> 7d13464f3616 [2021-02-12T13:15:28.018Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T13:15:28.292Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:15:28.292Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:15:28.292Z] ---> c69f043e6201 [2021-02-12T13:15:28.292Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T13:15:28.292Z] ---> Using cache [2021-02-12T13:15:28.292Z] ---> 09bff7ddf63a [2021-02-12T13:15:28.292Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:15:28.292Z] ---> Using cache [2021-02-12T13:15:28.292Z] ---> 4d5419e69a3d [2021-02-12T13:15:28.292Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T13:15:28.893Z] ---> Running in fad2f54ecd44 [2021-02-12T13:15:28.893Z] ---> Running in 8c7dceed6730 [2021-02-12T13:15:28.893Z] Removing intermediate container 9d2be9ab4d5e [2021-02-12T13:15:28.893Z] ---> 41744de0aca6 [2021-02-12T13:15:28.893Z] [2021-02-12T13:15:28.893Z] Removing intermediate container 43329fcf1c0f [2021-02-12T13:15:28.893Z] ---> 2cbb948be617 [2021-02-12T13:15:28.893Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:15:28.893Z] ---> Running in 54b83e235dec [2021-02-12T13:15:29.182Z] ---> Running in e4c83c5eb11b [2021-02-12T13:15:29.462Z] Successfully built 41744de0aca6 [2021-02-12T13:15:29.753Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T13:15:29.753Z] Building docker-support-scheduler-go [2021-02-12T13:15:29.753Z] Removing intermediate container 8c7dceed6730 [2021-02-12T13:15:29.753Z] ---> 678442fe8885 [2021-02-12T13:15:29.753Z] [2021-02-12T13:15:29.753Z]  Building docker-core-command-go ... done Removing intermediate container fad2f54ecd44 [2021-02-12T13:15:29.753Z] ---> bcf46d882c26 [2021-02-12T13:15:29.753Z] Step 27/30 : CMD ["gate"] [2021-02-12T13:15:30.047Z] Removing intermediate container e4c83c5eb11b [2021-02-12T13:15:30.047Z] ---> 48a17b92c608 [2021-02-12T13:15:30.047Z] [2021-02-12T13:15:30.327Z] Successfully built 678442fe8885 [2021-02-12T13:15:30.327Z] ---> Running in 72005cb5f5e3 [2021-02-12T13:15:30.327Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T13:15:30.327Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-12T13:15:30.606Z] Successfully built 48a17b92c608 [2021-02-12T13:15:30.607Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T13:15:30.607Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T13:15:30.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:30.904Z] Removing intermediate container 72005cb5f5e3 [2021-02-12T13:15:30.904Z] ---> a4b8567729ec [2021-02-12T13:15:30.904Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T13:15:31.501Z] ---> Running in 0a22fef74949 [2021-02-12T13:15:31.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:15:31.781Z] Removing intermediate container 0a22fef74949 [2021-02-12T13:15:31.781Z] ---> 647f151afbbc [2021-02-12T13:15:32.063Z] Step 29/30 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:15:32.338Z] OK: 217 MiB in 51 packages [2021-02-12T13:15:32.338Z] ---> Running in 7dc6b415b056 [2021-02-12T13:15:33.324Z] Removing intermediate container 7dc6b415b056 [2021-02-12T13:15:33.324Z] ---> 9ade635c4656 [2021-02-12T13:15:33.324Z] Step 30/30 : LABEL version=2.0.0-dev.91 [2021-02-12T13:15:33.931Z] ---> Running in 05fef0041051 [2021-02-12T13:15:34.537Z] Removing intermediate container 54b83e235dec [2021-02-12T13:15:34.537Z] ---> 793f771fc13f [2021-02-12T13:15:34.537Z] Step 6/24 : COPY go.mod . [2021-02-12T13:15:35.149Z] Removing intermediate container 05fef0041051 [2021-02-12T13:15:35.149Z] ---> aa9844665591 [2021-02-12T13:15:35.149Z] [2021-02-12T13:15:35.436Z] Successfully built aa9844665591 [2021-02-12T13:15:36.039Z] ---> c7a9ba42829d [2021-02-12T13:15:36.039Z] Step 7/24 : RUN go mod download [2021-02-12T13:15:36.039Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T13:15:37.037Z]  Building docker-security-bootstrapper-go ... done  ---> Running in cf99cf518734 [2021-02-12T13:15:40.466Z] Removing intermediate container cf99cf518734 [2021-02-12T13:15:40.466Z] ---> 979d3083857f [2021-02-12T13:15:40.466Z] Step 8/24 : COPY . . [2021-02-12T13:15:50.696Z] ---> 0511abb31179 [2021-02-12T13:15:50.696Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T13:15:51.302Z] ---> Running in 146bcfe7f0e0 [2021-02-12T13:15:52.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T13:15:58.202Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:15:58.202Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:15:58.202Z] ---> c69f043e6201 [2021-02-12T13:15:58.202Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 09bff7ddf63a [2021-02-12T13:15:58.202Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 4d5419e69a3d [2021-02-12T13:15:58.202Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T13:15:58.202Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:15:58.202Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:15:58.202Z] ---> c69f043e6201 [2021-02-12T13:15:58.202Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 09bff7ddf63a [2021-02-12T13:15:58.202Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 4d5419e69a3d [2021-02-12T13:15:58.202Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 793f771fc13f [2021-02-12T13:15:58.202Z] Step 6/22 : COPY go.mod . [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> c7a9ba42829d [2021-02-12T13:15:58.202Z] Step 7/22 : RUN go mod download [2021-02-12T13:15:58.202Z] ---> Using cache [2021-02-12T13:15:58.202Z] ---> 979d3083857f [2021-02-12T13:15:58.202Z] Step 8/22 : COPY . . [2021-02-12T13:15:58.542Z] ---> Using cache [2021-02-12T13:15:58.830Z] ---> 0511abb31179 [2021-02-12T13:15:58.830Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T13:15:58.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T13:15:58.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T13:15:58.830Z] ---> c69f043e6201 [2021-02-12T13:15:58.830Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T13:15:58.830Z] ---> Using cache [2021-02-12T13:15:58.830Z] ---> 09bff7ddf63a [2021-02-12T13:15:58.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:15:58.830Z] ---> Using cache [2021-02-12T13:15:58.830Z] ---> 4d5419e69a3d [2021-02-12T13:15:58.830Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T13:15:59.839Z] ---> Running in 9f47d6a86cf1 [2021-02-12T13:15:59.839Z] ---> Running in cf9919b6fd19 [2021-02-12T13:15:59.839Z] ---> Running in cff61693e5c8 [2021-02-12T13:16:03.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:16:03.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:16:03.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T13:16:03.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:16:03.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:16:04.544Z] OK: 217 MiB in 51 packages [2021-02-12T13:16:04.825Z] OK: 217 MiB in 51 packages [2021-02-12T13:16:06.850Z] Removing intermediate container cf9919b6fd19 [2021-02-12T13:16:06.850Z] ---> d9c5e1a617a3 [2021-02-12T13:16:06.850Z] Step 6/23 : COPY go.mod . [2021-02-12T13:16:07.133Z] Removing intermediate container cff61693e5c8 [2021-02-12T13:16:07.133Z] ---> 95e04d95dc92 [2021-02-12T13:16:07.133Z] Step 6/26 : COPY go.mod . [2021-02-12T13:16:08.627Z] ---> 0dcc7eb8f79c [2021-02-12T13:16:08.627Z] Step 7/23 : RUN go mod download [2021-02-12T13:16:08.627Z] ---> e7216dd76582 [2021-02-12T13:16:08.627Z] Step 7/26 : RUN go mod download [2021-02-12T13:16:08.912Z] ---> Running in 2cb4748e65ef [2021-02-12T13:16:08.912Z] ---> Running in 69bf99ec0d24 [2021-02-12T13:16:16.013Z] Removing intermediate container 2cb4748e65ef [2021-02-12T13:16:16.013Z] ---> a2b08b94ffed [2021-02-12T13:16:16.013Z] Step 8/23 : COPY . . [2021-02-12T13:16:16.013Z] Removing intermediate container 69bf99ec0d24 [2021-02-12T13:16:16.013Z] ---> fbc3005347a3 [2021-02-12T13:16:16.013Z] Step 8/26 : COPY . . [2021-02-12T13:16:38.288Z] ---> 696322bc842f [2021-02-12T13:16:38.288Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T13:16:38.288Z] ---> Running in 3c45fbbf444e [2021-02-12T13:16:38.288Z] ---> d16b254e522e [2021-02-12T13:16:38.288Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T13:16:38.288Z] ---> Running in a0f26384e64c [2021-02-12T13:16:38.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T13:16:39.521Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T13:16:46.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T13:17:04.686Z] Removing intermediate container 146bcfe7f0e0 [2021-02-12T13:17:04.686Z] ---> a5a74c6c57af [2021-02-12T13:17:04.686Z] [2021-02-12T13:17:04.686Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T13:17:04.686Z] ---> afeebe901d6b [2021-02-12T13:17:04.686Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T13:17:04.686Z] ---> Running in 2a83b352a626 [2021-02-12T13:17:04.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:17:04.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:17:04.961Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T13:17:05.237Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:17:05.237Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T13:17:05.237Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T13:17:05.237Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T13:17:05.237Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:17:05.237Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T13:17:05.517Z] OK: 7 MiB in 19 packages [2021-02-12T13:17:08.173Z] Removing intermediate container 2a83b352a626 [2021-02-12T13:17:08.173Z] ---> a764ce823f58 [2021-02-12T13:17:08.173Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T13:17:08.173Z] ---> Running in 6d19d430147b [2021-02-12T13:17:08.781Z] Removing intermediate container 6d19d430147b [2021-02-12T13:17:08.781Z] ---> 1aeaed649cd7 [2021-02-12T13:17:08.781Z] Step 13/24 : WORKDIR / [2021-02-12T13:17:09.071Z] ---> Running in ef13ae445007 [2021-02-12T13:17:10.066Z] Removing intermediate container ef13ae445007 [2021-02-12T13:17:10.066Z] ---> 3145af518d29 [2021-02-12T13:17:10.066Z] 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-02-12T13:17:11.057Z] ---> e1c451cf8ac3 [2021-02-12T13:17:11.057Z] 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-02-12T13:17:12.053Z] ---> 5f37a28b15f7 [2021-02-12T13:17:12.053Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T13:17:13.051Z] ---> 792485686ffd [2021-02-12T13:17:13.051Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T13:17:15.070Z] ---> facc4a760049 [2021-02-12T13:17:15.070Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T13:17:16.543Z] ---> 40dc8656869f [2021-02-12T13:17:16.543Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T13:17:17.534Z] ---> 0eaf03a447a5 [2021-02-12T13:17:17.534Z] 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-02-12T13:17:17.821Z] ---> Running in d29abb801f3f [2021-02-12T13:17:21.265Z] Removing intermediate container d29abb801f3f [2021-02-12T13:17:21.265Z] ---> cb011f1ab0d7 [2021-02-12T13:17:21.265Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T13:17:21.265Z] ---> Running in c1dde6141d9c [2021-02-12T13:17:21.878Z] Removing intermediate container c1dde6141d9c [2021-02-12T13:17:21.878Z] ---> f2d9f14d2b95 [2021-02-12T13:17:21.878Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T13:17:22.157Z] ---> Running in 211645a7cb2c [2021-02-12T13:17:22.775Z] Removing intermediate container 211645a7cb2c [2021-02-12T13:17:22.775Z] ---> 520b7f21a8a1 [2021-02-12T13:17:22.775Z] Step 23/24 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:17:22.776Z] ---> Running in 3fe0b5ec2ad2 [2021-02-12T13:17:24.901Z] Removing intermediate container 3fe0b5ec2ad2 [2021-02-12T13:17:24.901Z] ---> 7c7aec6d641f [2021-02-12T13:17:24.901Z] Step 24/24 : LABEL version=2.0.0-dev.91 [2021-02-12T13:17:24.901Z] ---> Running in 9e06bb42bb7d [2021-02-12T13:17:24.901Z] Removing intermediate container 9e06bb42bb7d [2021-02-12T13:17:24.901Z] ---> 2e8c54b55b1b [2021-02-12T13:17:24.901Z] [2021-02-12T13:17:24.901Z] Successfully built 2e8c54b55b1b [2021-02-12T13:17:24.901Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T13:17:33.275Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9f47d6a86cf1 [2021-02-12T13:17:33.275Z] ---> 6c140cfc6be1 [2021-02-12T13:17:33.275Z] [2021-02-12T13:17:33.275Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T13:17:33.275Z] ---> afeebe901d6b [2021-02-12T13:17:33.275Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T13:17:33.275Z] ---> Using cache [2021-02-12T13:17:33.275Z] ---> 3df5771e5915 [2021-02-12T13:17:33.275Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T13:17:33.275Z] ---> Using cache [2021-02-12T13:17:33.275Z] ---> d950ac33fc1f [2021-02-12T13:17:33.275Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T13:17:33.552Z] ---> Running in 1902a5b57cc5 [2021-02-12T13:17:34.550Z] Removing intermediate container 1902a5b57cc5 [2021-02-12T13:17:34.550Z] ---> 443a0033b530 [2021-02-12T13:17:34.550Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T13:17:34.550Z] ---> Running in 0ff25e8cd85b [2021-02-12T13:17:35.157Z] Removing intermediate container 0ff25e8cd85b [2021-02-12T13:17:35.157Z] ---> 63590be8ab02 [2021-02-12T13:17:35.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:17:36.625Z] ---> 3ea581a711a5 [2021-02-12T13:17:36.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T13:17:38.082Z] ---> 777820668e10 [2021-02-12T13:17:38.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T13:17:39.537Z] ---> a08467847221 [2021-02-12T13:17:39.537Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T13:17:39.537Z] ---> Running in 94afd4cb64ea [2021-02-12T13:17:40.150Z] Removing intermediate container 94afd4cb64ea [2021-02-12T13:17:40.150Z] ---> 95da9a598273 [2021-02-12T13:17:40.150Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:17:40.430Z] ---> Running in be9b1f8993cd [2021-02-12T13:17:41.037Z] Removing intermediate container be9b1f8993cd [2021-02-12T13:17:41.037Z] ---> b68c1baac475 [2021-02-12T13:17:41.037Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T13:17:41.323Z] ---> Running in 2d612a6fb935 [2021-02-12T13:17:41.945Z] Removing intermediate container 2d612a6fb935 [2021-02-12T13:17:41.945Z] ---> a85deb99f64c [2021-02-12T13:17:41.945Z] Step 21/22 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:17:42.234Z] ---> Running in e91e01bc2733 [2021-02-12T13:17:42.860Z] Removing intermediate container e91e01bc2733 [2021-02-12T13:17:42.860Z] ---> 81fc5a5029a0 [2021-02-12T13:17:42.860Z] Step 22/22 : LABEL version=2.0.0-dev.91 [2021-02-12T13:17:43.146Z] ---> Running in b06b7ac55bd3 [2021-02-12T13:17:43.774Z] Removing intermediate container b06b7ac55bd3 [2021-02-12T13:17:43.774Z] ---> ef608a1cdd82 [2021-02-12T13:17:43.774Z] [2021-02-12T13:17:44.384Z] Successfully built ef608a1cdd82 [2021-02-12T13:17:44.384Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T13:17:52.732Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3c45fbbf444e [2021-02-12T13:17:52.732Z] ---> 540adf4c86c1 [2021-02-12T13:17:52.732Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T13:17:52.732Z] ---> Running in df7e926a9d46 [2021-02-12T13:17:53.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.91" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T13:17:56.764Z] Removing intermediate container df7e926a9d46 [2021-02-12T13:17:56.764Z] ---> eb9c402383ce [2021-02-12T13:17:56.764Z] [2021-02-12T13:17:56.765Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T13:17:56.765Z] 20.10.0: Pulling from library/docker [2021-02-12T13:18:07.080Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T13:18:07.080Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T13:18:07.080Z] ---> eeaf43b92773 [2021-02-12T13:18:07.080Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T13:18:07.080Z] ---> Running in bcccec5bf731 [2021-02-12T13:18:07.080Z] Removing intermediate container a0f26384e64c [2021-02-12T13:18:07.080Z] ---> 5d0a69c36d41 [2021-02-12T13:18:07.080Z] [2021-02-12T13:18:07.080Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T13:18:07.080Z] ---> afeebe901d6b [2021-02-12T13:18:07.080Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T13:18:07.080Z] ---> Running in 2b02227a9ae6 [2021-02-12T13:18:07.723Z] Removing intermediate container 2b02227a9ae6 [2021-02-12T13:18:07.723Z] ---> ba0478875744 [2021-02-12T13:18:07.723Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T13:18:07.723Z] ---> Running in 25bf07e14432 [2021-02-12T13:18:08.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:08.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:08.288Z] Removing intermediate container 25bf07e14432 [2021-02-12T13:18:08.288Z] ---> e201a46f8c5b [2021-02-12T13:18:08.288Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T13:18:08.589Z] ---> Running in 858c1ec7cb1b [2021-02-12T13:18:08.589Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T13:18:08.870Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T13:18:08.870Z] Executing bash-5.0.17-r0.post-install [2021-02-12T13:18:08.870Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:18:08.870Z] OK: 12 MiB in 22 packages [2021-02-12T13:18:09.148Z] Removing intermediate container 858c1ec7cb1b [2021-02-12T13:18:09.148Z] ---> b0e27712ea2e [2021-02-12T13:18:09.148Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T13:18:09.148Z] ---> Running in f4fad14e5b2c [2021-02-12T13:18:10.599Z] Removing intermediate container bcccec5bf731 [2021-02-12T13:18:10.599Z] ---> 9ff10db7962f [2021-02-12T13:18:10.599Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T13:18:10.599Z] ---> Running in 561fd195ed27 [2021-02-12T13:18:11.211Z] Removing intermediate container 561fd195ed27 [2021-02-12T13:18:11.211Z] ---> 657d6cacd0de [2021-02-12T13:18:11.211Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T13:18:11.211Z] ---> Running in 0ba9c0e46eb1 [2021-02-12T13:18:11.813Z] Removing intermediate container 0ba9c0e46eb1 [2021-02-12T13:18:11.813Z] ---> a6a90fc81327 [2021-02-12T13:18:11.813Z] Removing intermediate container f4fad14e5b2c [2021-02-12T13:18:11.813Z] ---> 0fe07e632c45 [2021-02-12T13:18:11.813Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T13:18:11.813Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T13:18:12.101Z] ---> Running in 774b949171db [2021-02-12T13:18:12.101Z] ---> Running in 436d08159355 [2021-02-12T13:18:12.709Z] Removing intermediate container 436d08159355 [2021-02-12T13:18:12.709Z] ---> 048cb0ec1af4 [2021-02-12T13:18:12.709Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T13:18:13.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:13.935Z] ---> 9888516cb0e3 [2021-02-12T13:18:13.935Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T13:18:14.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:14.838Z] ---> e018c31ae721 [2021-02-12T13:18:14.838Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T13:18:14.838Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T13:18:15.115Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T13:18:15.115Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T13:18:15.115Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T13:18:15.408Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T13:18:15.699Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T13:18:15.699Z] ---> 67db99e304bd [2021-02-12T13:18:15.699Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T13:18:15.699Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:18:15.699Z] OK: 8 MiB in 20 packages [2021-02-12T13:18:15.969Z] ---> Running in 2ff8864fd472 [2021-02-12T13:18:16.962Z] Removing intermediate container 774b949171db [2021-02-12T13:18:16.962Z] ---> a4e6717a4708 [2021-02-12T13:18:16.962Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T13:18:16.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:17.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:18:17.833Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T13:18:17.833Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T13:18:17.833Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T13:18:17.833Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T13:18:17.833Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T13:18:17.833Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T13:18:17.833Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T13:18:18.106Z] ---> 8e28ca438e4b [2021-02-12T13:18:18.106Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T13:18:20.095Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T13:18:20.096Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T13:18:20.096Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T13:18:20.096Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T13:18:20.096Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T13:18:20.096Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T13:18:20.096Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T13:18:20.096Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T13:18:20.096Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T13:18:20.096Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T13:18:20.096Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T13:18:20.096Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T13:18:20.096Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T13:18:20.096Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T13:18:20.096Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T13:18:20.096Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T13:18:20.096Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T13:18:20.096Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T13:18:20.096Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T13:18:20.096Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T13:18:20.096Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T13:18:20.096Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T13:18:20.096Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T13:18:20.096Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T13:18:20.373Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T13:18:20.373Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T13:18:20.373Z] ---> fbfce7d1b3d8 [2021-02-12T13:18:20.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T13:18:20.373Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:18:20.373Z] OK: 71 MiB in 55 packages [2021-02-12T13:18:21.359Z] ---> 22f1960ca964 [2021-02-12T13:18:21.359Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T13:18:21.359Z] ---> Running in d9535155677c [2021-02-12T13:18:22.347Z] Removing intermediate container d9535155677c [2021-02-12T13:18:22.347Z] ---> 91687155522f [2021-02-12T13:18:22.347Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:18:22.347Z] ---> Running in 1472b5949251 [2021-02-12T13:18:22.948Z] Removing intermediate container 1472b5949251 [2021-02-12T13:18:22.948Z] ---> 23830045437e [2021-02-12T13:18:22.948Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T13:18:23.222Z] ---> Running in b132c31a38f0 [2021-02-12T13:18:23.817Z] Removing intermediate container b132c31a38f0 [2021-02-12T13:18:23.817Z] ---> b7c579a9134b [2021-02-12T13:18:23.817Z] Step 22/23 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:18:24.090Z] ---> Running in fd63db4607d7 [2021-02-12T13:18:24.696Z] Removing intermediate container fd63db4607d7 [2021-02-12T13:18:24.696Z] ---> 3d517fdb715e [2021-02-12T13:18:24.696Z] Step 23/23 : LABEL version=2.0.0-dev.91 [2021-02-12T13:18:25.299Z] ---> Running in 180814d49431 [2021-02-12T13:18:25.896Z] Removing intermediate container 180814d49431 [2021-02-12T13:18:25.896Z] ---> 8801271590ca [2021-02-12T13:18:25.896Z] [2021-02-12T13:18:26.172Z] Successfully built 8801271590ca [2021-02-12T13:18:26.172Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T13:18:26.777Z]  Building docker-core-data-go ... done Removing intermediate container 2ff8864fd472 [2021-02-12T13:18:26.777Z] ---> e3231c883a1d [2021-02-12T13:18:26.777Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T13:18:26.777Z] ---> Running in cf762f467bee [2021-02-12T13:18:32.194Z] Collecting docker-compose==1.23.2 [2021-02-12T13:18:32.194Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T13:18:33.166Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T13:18:33.166Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T13:18:34.138Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T13:18:34.138Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T13:18:34.730Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T13:18:34.730Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T13:18:37.337Z] Collecting PyYAML<4,>=3.10 [2021-02-12T13:18:37.337Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T13:18:40.710Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T13:18:40.710Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T13:18:40.710Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T13:18:40.710Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T13:18:43.321Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T13:18:43.321Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T13:18:43.593Z] 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-02-12T13:18:43.865Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T13:18:43.865Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T13:18:44.137Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T13:18:44.137Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T13:18:46.098Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T13:18:46.098Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T13:18:46.368Z] 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-02-12T13:18:46.640Z] Collecting idna<2.8,>=2.5 [2021-02-12T13:18:46.640Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T13:18:46.640Z] 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-02-12T13:18:46.911Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T13:18:46.911Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T13:18:46.911Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T13:18:46.911Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T13:18:46.911Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T13:18:46.911Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T13:18:47.883Z] Installing collected packages: urllib3, idna, requests, websocket-client, dockerpty, PyYAML, jsonschema, docopt, docker-pycreds, docker, cached-property, texttable, docker-compose [2021-02-12T13:18:47.883Z] Attempting uninstall: urllib3 [2021-02-12T13:18:47.883Z] Found existing installation: urllib3 1.25.9 [2021-02-12T13:18:47.883Z] Uninstalling urllib3-1.25.9: [2021-02-12T13:18:47.883Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T13:18:48.475Z] Attempting uninstall: idna [2021-02-12T13:18:48.475Z] Found existing installation: idna 2.9 [2021-02-12T13:18:48.475Z] Uninstalling idna-2.9: [2021-02-12T13:18:48.475Z] Successfully uninstalled idna-2.9 [2021-02-12T13:18:49.069Z] Attempting uninstall: requests [2021-02-12T13:18:49.069Z] Found existing installation: requests 2.23.0 [2021-02-12T13:18:49.069Z] Uninstalling requests-2.23.0: [2021-02-12T13:18:49.341Z] Successfully uninstalled requests-2.23.0 [2021-02-12T13:18:49.932Z] Running setup.py install for dockerpty: started [2021-02-12T13:18:51.892Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T13:18:51.892Z] Running setup.py install for PyYAML: started [2021-02-12T13:18:53.858Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T13:18:53.858Z] Running setup.py install for docopt: started [2021-02-12T13:18:55.826Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T13:18:56.416Z] Running setup.py install for texttable: started [2021-02-12T13:18:58.380Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T13:18:58.968Z] 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-02-12T13:19:03.254Z] Removing intermediate container cf762f467bee [2021-02-12T13:19:03.254Z] ---> 2ea63523318a [2021-02-12T13:19:03.254Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T13:19:03.254Z] ---> Running in da485e6e57bb [2021-02-12T13:19:04.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T13:19:04.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T13:19:04.814Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T13:19:04.814Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T13:19:04.814Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T13:19:04.814Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T13:19:04.814Z] OK: 71 MiB in 58 packages [2021-02-12T13:19:06.242Z] Removing intermediate container da485e6e57bb [2021-02-12T13:19:06.242Z] ---> e54828426f2b [2021-02-12T13:19:06.242Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T13:19:06.242Z] ---> Running in ae858f6485e9 [2021-02-12T13:19:06.836Z] Removing intermediate container ae858f6485e9 [2021-02-12T13:19:06.836Z] ---> 9428c102f8fb [2021-02-12T13:19:06.836Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T13:19:06.836Z] ---> Running in d5213b7b5329 [2021-02-12T13:19:07.434Z] Removing intermediate container d5213b7b5329 [2021-02-12T13:19:07.434Z] ---> 7a1b8bf2b601 [2021-02-12T13:19:07.434Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T13:19:07.434Z] ---> Running in d28eb859b05f [2021-02-12T13:19:08.033Z] Removing intermediate container d28eb859b05f [2021-02-12T13:19:08.033Z] ---> 63a7f92dd8c5 [2021-02-12T13:19:08.033Z] Step 25/26 : LABEL git_sha=c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:08.033Z] ---> Running in 9c5057d245d8 [2021-02-12T13:19:08.305Z] Removing intermediate container 9c5057d245d8 [2021-02-12T13:19:08.306Z] ---> d06dd16cfb13 [2021-02-12T13:19:08.306Z] Step 26/26 : LABEL version=2.0.0-dev.91 [2021-02-12T13:19:08.580Z] ---> Running in 2357710e094b [2021-02-12T13:19:09.175Z] Removing intermediate container 2357710e094b [2021-02-12T13:19:09.175Z] ---> 295de5995358 [2021-02-12T13:19:09.175Z] [2021-02-12T13:19:09.447Z] Successfully built 295de5995358 [2021-02-12T13:19:09.447Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T13:19:09.733Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T13:19:09.763Z] $ docker stop --time=1 4dfa117554c628a4f2c48cee0e75b1db20545204e2207d7432f9be3bfa00cb12 [2021-02-12T13:19:11.762Z] $ docker rm -f 4dfa117554c628a4f2c48cee0e75b1db20545204e2207d7432f9be3bfa00cb12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T13:19:12.488Z] + grep docker [2021-02-12T13:19:12.488Z] + docker images [2021-02-12T13:19:12.764Z] docker-sys-mgmt-agent-go-arm64 latest 295de5995358 4 seconds ago 300MB [2021-02-12T13:19:12.764Z] docker-core-data-go-arm64 latest 8801271590ca 47 seconds ago 21MB [2021-02-12T13:19:12.764Z] docker-support-scheduler-go-arm64 latest ef608a1cdd82 About a minute ago 16.1MB [2021-02-12T13:19:12.764Z] docker-security-secretstore-setup-go-arm64 latest 2e8c54b55b1b About a minute ago 23.4MB [2021-02-12T13:19:12.764Z] docker-security-bootstrapper-go-arm64 latest aa9844665591 3 minutes ago 17MB [2021-02-12T13:19:12.764Z] docker-support-notifications-go-arm64 latest 678442fe8885 3 minutes ago 16.7MB [2021-02-12T13:19:12.764Z] docker-core-metadata-go-arm64 latest 48a17b92c608 3 minutes ago 17.8MB [2021-02-12T13:19:12.764Z] docker-core-command-go-arm64 latest 41744de0aca6 3 minutes ago 16MB [2021-02-12T13:19:12.764Z] docker-security-proxy-setup-go-arm64 latest 18561362c3af 3 minutes ago 23.2MB [2021-02-12T13:19:12.764Z] docker 20.10.0 eeaf43b92773 2 months 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-02-12T13:19:13.246Z] provisioning config files... [2021-02-12T13:19:13.283Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/357@tmp/config599759217782238719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:19:13.701Z] ---> docker-login.sh [2021-02-12T13:19:13.701Z] nexus3.edgexfoundry.org:10001 [2021-02-12T13:19:13.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:19:14.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:19:14.246Z] Configure a credential helper to remove this warning. See [2021-02-12T13:19:14.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:19:14.246Z] [2021-02-12T13:19:14.246Z] Login Succeeded [2021-02-12T13:19:14.246Z] nexus3.edgexfoundry.org:10002 [2021-02-12T13:19:14.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:19:14.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:19:14.790Z] Configure a credential helper to remove this warning. See [2021-02-12T13:19:14.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:19:14.790Z] [2021-02-12T13:19:14.790Z] Login Succeeded [2021-02-12T13:19:14.790Z] nexus3.edgexfoundry.org:10003 [2021-02-12T13:19:15.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:19:15.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:19:15.333Z] Configure a credential helper to remove this warning. See [2021-02-12T13:19:15.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:19:15.333Z] [2021-02-12T13:19:15.333Z] Login Succeeded [2021-02-12T13:19:15.333Z] nexus3.edgexfoundry.org:10004 [2021-02-12T13:19:15.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:19:15.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:19:15.923Z] Configure a credential helper to remove this warning. See [2021-02-12T13:19:15.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:19:15.923Z] [2021-02-12T13:19:15.923Z] Login Succeeded [2021-02-12T13:19:15.923Z] docker.io [2021-02-12T13:19:16.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T13:19:16.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T13:19:16.785Z] Configure a credential helper to remove this warning. See [2021-02-12T13:19:16.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T13:19:16.785Z] [2021-02-12T13:19:16.785Z] Login Succeeded [2021-02-12T13:19:16.785Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T13:19:16.803Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:16.996Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-12T13:19:16.996Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:16.996Z] 2.0.0-dev.91 [2021-02-12T13:19:16.996Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:16.996Z] master [2021-02-12T13:19:16.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:17.652Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:17.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:17.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-12T13:19:17.996Z] 7d0965fcdde2: Preparing [2021-02-12T13:19:17.996Z] 71877bc08d29: Preparing [2021-02-12T13:19:17.996Z] d6441eb62146: Preparing [2021-02-12T13:19:17.996Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:17.996Z] 379067d0cb53: Preparing [2021-02-12T13:19:18.270Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:18.270Z] d6441eb62146: Pushed [2021-02-12T13:19:18.270Z] 7d0965fcdde2: Pushed [2021-02-12T13:19:18.540Z] 4c1b9bed907c: Pushed [2021-02-12T13:19:21.145Z] 71877bc08d29: Pushed [2021-02-12T13:19:21.145Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:100124ca0431e29a886027772228de5b10e907ac79347c0291bfafc31dce53ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:21.502Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:21.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:21.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-12T13:19:21.837Z] 7d0965fcdde2: Preparing [2021-02-12T13:19:21.837Z] 71877bc08d29: Preparing [2021-02-12T13:19:21.837Z] d6441eb62146: Preparing [2021-02-12T13:19:21.837Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:21.837Z] 379067d0cb53: Preparing [2021-02-12T13:19:21.837Z] 7d0965fcdde2: Layer already exists [2021-02-12T13:19:22.114Z] 71877bc08d29: Layer already exists [2021-02-12T13:19:22.114Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:22.114Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:22.114Z] d6441eb62146: Layer already exists [2021-02-12T13:19:22.114Z] 2.0.0-dev.91: digest: sha256:100124ca0431e29a886027772228de5b10e907ac79347c0291bfafc31dce53ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:22.455Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:22.794Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:22.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-12T13:19:22.795Z] 7d0965fcdde2: Preparing [2021-02-12T13:19:22.795Z] 71877bc08d29: Preparing [2021-02-12T13:19:22.795Z] d6441eb62146: Preparing [2021-02-12T13:19:22.795Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:22.795Z] 379067d0cb53: Preparing [2021-02-12T13:19:22.795Z] 71877bc08d29: Layer already exists [2021-02-12T13:19:22.795Z] 7d0965fcdde2: Layer already exists [2021-02-12T13:19:23.065Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:23.065Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:23.065Z] d6441eb62146: Layer already exists [2021-02-12T13:19:23.065Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:100124ca0431e29a886027772228de5b10e907ac79347c0291bfafc31dce53ce size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:23.404Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:23.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-12T13:19:23.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-12T13:19:23.738Z] 7d0965fcdde2: Preparing [2021-02-12T13:19:23.738Z] 71877bc08d29: Preparing [2021-02-12T13:19:23.738Z] d6441eb62146: Preparing [2021-02-12T13:19:23.738Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:23.738Z] 379067d0cb53: Preparing [2021-02-12T13:19:23.738Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:23.738Z] 71877bc08d29: Layer already exists [2021-02-12T13:19:23.738Z] d6441eb62146: Layer already exists [2021-02-12T13:19:23.738Z] 7d0965fcdde2: Layer already exists [2021-02-12T13:19:24.008Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:24.009Z] master: digest: sha256:100124ca0431e29a886027772228de5b10e907ac79347c0291bfafc31dce53ce size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:24.264Z] ===================================================== [Pipeline] echo [2021-02-12T13:19:24.313Z] taggedImages: [2021-02-12T13:19:24.313Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:24.314Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:24.314Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:24.314Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-12T13:19:24.378Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-12T13:19:24.378Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:24.378Z] 2.0.0-dev.91 [2021-02-12T13:19:24.378Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:24.378Z] master [2021-02-12T13:19:24.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:24.884Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:25.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:25.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-12T13:19:25.224Z] 4b48b3ad40fa: Preparing [2021-02-12T13:19:25.224Z] 9cf0bb8a9503: Preparing [2021-02-12T13:19:25.224Z] d6441eb62146: Preparing [2021-02-12T13:19:25.224Z] aad9286e29c8: Preparing [2021-02-12T13:19:25.224Z] becc647e5eac: Preparing [2021-02-12T13:19:25.224Z] 379067d0cb53: Preparing [2021-02-12T13:19:25.224Z] 379067d0cb53: Waiting [2021-02-12T13:19:25.494Z] d6441eb62146: Layer already exists [2021-02-12T13:19:25.494Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:25.494Z] becc647e5eac: Pushed [2021-02-12T13:19:25.494Z] 4b48b3ad40fa: Pushed [2021-02-12T13:19:26.086Z] aad9286e29c8: Pushed [2021-02-12T13:19:28.692Z] 9cf0bb8a9503: Pushed [2021-02-12T13:19:28.692Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:95333ff2185ced627af2865e373f8147a389d82057f9370ad885cd153ca6197f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:29.037Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:29.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:29.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-12T13:19:29.376Z] 4b48b3ad40fa: Preparing [2021-02-12T13:19:29.376Z] 9cf0bb8a9503: Preparing [2021-02-12T13:19:29.376Z] d6441eb62146: Preparing [2021-02-12T13:19:29.376Z] aad9286e29c8: Preparing [2021-02-12T13:19:29.376Z] becc647e5eac: Preparing [2021-02-12T13:19:29.376Z] 379067d0cb53: Preparing [2021-02-12T13:19:29.376Z] 379067d0cb53: Waiting [2021-02-12T13:19:29.646Z] becc647e5eac: Layer already exists [2021-02-12T13:19:29.647Z] aad9286e29c8: Layer already exists [2021-02-12T13:19:29.647Z] 9cf0bb8a9503: Layer already exists [2021-02-12T13:19:29.647Z] d6441eb62146: Layer already exists [2021-02-12T13:19:29.647Z] 4b48b3ad40fa: Layer already exists [2021-02-12T13:19:29.647Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:29.647Z] 2.0.0-dev.91: digest: sha256:95333ff2185ced627af2865e373f8147a389d82057f9370ad885cd153ca6197f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:30.004Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:30.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:30.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-12T13:19:30.345Z] 4b48b3ad40fa: Preparing [2021-02-12T13:19:30.345Z] 9cf0bb8a9503: Preparing [2021-02-12T13:19:30.345Z] d6441eb62146: Preparing [2021-02-12T13:19:30.345Z] aad9286e29c8: Preparing [2021-02-12T13:19:30.345Z] becc647e5eac: Preparing [2021-02-12T13:19:30.345Z] 379067d0cb53: Preparing [2021-02-12T13:19:30.345Z] 379067d0cb53: Waiting [2021-02-12T13:19:30.345Z] 4b48b3ad40fa: Layer already exists [2021-02-12T13:19:30.345Z] 9cf0bb8a9503: Layer already exists [2021-02-12T13:19:30.345Z] aad9286e29c8: Layer already exists [2021-02-12T13:19:30.345Z] becc647e5eac: Layer already exists [2021-02-12T13:19:30.345Z] d6441eb62146: Layer already exists [2021-02-12T13:19:30.618Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:30.618Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:95333ff2185ced627af2865e373f8147a389d82057f9370ad885cd153ca6197f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:30.965Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:31.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-12T13:19:31.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-12T13:19:31.310Z] 4b48b3ad40fa: Preparing [2021-02-12T13:19:31.310Z] 9cf0bb8a9503: Preparing [2021-02-12T13:19:31.310Z] d6441eb62146: Preparing [2021-02-12T13:19:31.310Z] aad9286e29c8: Preparing [2021-02-12T13:19:31.310Z] becc647e5eac: Preparing [2021-02-12T13:19:31.310Z] 379067d0cb53: Preparing [2021-02-12T13:19:31.310Z] 379067d0cb53: Waiting [2021-02-12T13:19:31.310Z] 4b48b3ad40fa: Layer already exists [2021-02-12T13:19:31.584Z] aad9286e29c8: Layer already exists [2021-02-12T13:19:31.584Z] d6441eb62146: Layer already exists [2021-02-12T13:19:31.584Z] becc647e5eac: Layer already exists [2021-02-12T13:19:31.584Z] 9cf0bb8a9503: Layer already exists [2021-02-12T13:19:31.584Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:31.584Z] master: digest: sha256:95333ff2185ced627af2865e373f8147a389d82057f9370ad885cd153ca6197f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:31.776Z] ===================================================== [Pipeline] echo [2021-02-12T13:19:31.835Z] taggedImages: [2021-02-12T13:19:31.835Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:31.835Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:31.835Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:31.835Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-12T13:19:31.928Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-12T13:19:31.928Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:31.928Z] 2.0.0-dev.91 [2021-02-12T13:19:31.928Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:31.928Z] master [2021-02-12T13:19:31.928Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:32.498Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:32.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:32.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-12T13:19:32.832Z] 4bc70c85ea11: Preparing [2021-02-12T13:19:32.832Z] fffde5f7d1b7: Preparing [2021-02-12T13:19:32.832Z] d6441eb62146: Preparing [2021-02-12T13:19:32.832Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:32.832Z] 379067d0cb53: Preparing [2021-02-12T13:19:33.102Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:33.102Z] d6441eb62146: Layer already exists [2021-02-12T13:19:33.102Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:33.102Z] 4bc70c85ea11: Pushed [2021-02-12T13:19:36.475Z] fffde5f7d1b7: Pushed [2021-02-12T13:19:36.475Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:0c686f58bdc5df795e69d9305ae79fcc7b4421b2e87c49f1f3beba7024b7b9ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:36.813Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:37.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:37.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-12T13:19:37.167Z] 4bc70c85ea11: Preparing [2021-02-12T13:19:37.167Z] fffde5f7d1b7: Preparing [2021-02-12T13:19:37.167Z] d6441eb62146: Preparing [2021-02-12T13:19:37.167Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:37.167Z] 379067d0cb53: Preparing [2021-02-12T13:19:37.453Z] d6441eb62146: Layer already exists [2021-02-12T13:19:37.453Z] 4bc70c85ea11: Layer already exists [2021-02-12T13:19:37.453Z] fffde5f7d1b7: Layer already exists [2021-02-12T13:19:37.453Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:37.453Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:37.453Z] 2.0.0-dev.91: digest: sha256:0c686f58bdc5df795e69d9305ae79fcc7b4421b2e87c49f1f3beba7024b7b9ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:37.830Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:38.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:38.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-12T13:19:38.182Z] 4bc70c85ea11: Preparing [2021-02-12T13:19:38.182Z] fffde5f7d1b7: Preparing [2021-02-12T13:19:38.182Z] d6441eb62146: Preparing [2021-02-12T13:19:38.182Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:38.182Z] 379067d0cb53: Preparing [2021-02-12T13:19:38.456Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:38.456Z] fffde5f7d1b7: Layer already exists [2021-02-12T13:19:38.456Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:38.456Z] 4bc70c85ea11: Layer already exists [2021-02-12T13:19:38.456Z] d6441eb62146: Layer already exists [2021-02-12T13:19:38.456Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:0c686f58bdc5df795e69d9305ae79fcc7b4421b2e87c49f1f3beba7024b7b9ec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:38.814Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:39.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-12T13:19:39.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-12T13:19:39.161Z] 4bc70c85ea11: Preparing [2021-02-12T13:19:39.161Z] fffde5f7d1b7: Preparing [2021-02-12T13:19:39.161Z] d6441eb62146: Preparing [2021-02-12T13:19:39.161Z] 4c1b9bed907c: Preparing [2021-02-12T13:19:39.161Z] 379067d0cb53: Preparing [2021-02-12T13:19:39.432Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:19:39.432Z] fffde5f7d1b7: Layer already exists [2021-02-12T13:19:39.432Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:39.432Z] 4bc70c85ea11: Layer already exists [2021-02-12T13:19:39.432Z] d6441eb62146: Layer already exists [2021-02-12T13:19:39.432Z] master: digest: sha256:0c686f58bdc5df795e69d9305ae79fcc7b4421b2e87c49f1f3beba7024b7b9ec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:39.628Z] ===================================================== [Pipeline] echo [2021-02-12T13:19:39.694Z] taggedImages: [2021-02-12T13:19:39.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:39.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:39.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:39.694Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-12T13:19:39.771Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-12T13:19:39.771Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:39.771Z] 2.0.0-dev.91 [2021-02-12T13:19:39.771Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:39.771Z] master [2021-02-12T13:19:39.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:40.274Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:40.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:40.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-12T13:19:40.609Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:40.609Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:40.609Z] 9f7c71332581: Preparing [2021-02-12T13:19:40.609Z] eafbfa354969: Preparing [2021-02-12T13:19:40.609Z] 85d532be117c: Preparing [2021-02-12T13:19:40.609Z] d6441eb62146: Preparing [2021-02-12T13:19:40.609Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:40.609Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:40.609Z] 40ce487dbfe2: Preparing [2021-02-12T13:19:40.609Z] f17825ee5361: Preparing [2021-02-12T13:19:40.609Z] 379067d0cb53: Preparing [2021-02-12T13:19:40.609Z] 5cd8c5d5e851: Waiting [2021-02-12T13:19:40.609Z] 40ce487dbfe2: Waiting [2021-02-12T13:19:40.609Z] f17825ee5361: Waiting [2021-02-12T13:19:40.609Z] 379067d0cb53: Waiting [2021-02-12T13:19:40.880Z] d6441eb62146: Layer already exists [2021-02-12T13:19:41.152Z] eafbfa354969: Pushed [2021-02-12T13:19:41.152Z] 6db97a8df5ad: Pushed [2021-02-12T13:19:41.152Z] 9f7c71332581: Pushed [2021-02-12T13:19:41.152Z] 5cd8c5d5e851: Pushed [2021-02-12T13:19:41.422Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:41.422Z] 40ce487dbfe2: Pushed [2021-02-12T13:19:41.422Z] f17825ee5361: Pushed [2021-02-12T13:19:44.034Z] 85d532be117c: Pushed [2021-02-12T13:19:44.034Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:f957c7c00947b4cc4028a68817fae33e1d945d56c3ac594ef8a03fbdb5ad92df size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:44.420Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:44.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:44.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-12T13:19:44.754Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:44.754Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:44.754Z] 9f7c71332581: Preparing [2021-02-12T13:19:44.754Z] eafbfa354969: Preparing [2021-02-12T13:19:44.754Z] 85d532be117c: Preparing [2021-02-12T13:19:44.754Z] d6441eb62146: Preparing [2021-02-12T13:19:44.754Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:44.754Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:44.754Z] 40ce487dbfe2: Preparing [2021-02-12T13:19:44.754Z] f17825ee5361: Preparing [2021-02-12T13:19:44.754Z] 379067d0cb53: Preparing [2021-02-12T13:19:44.754Z] 40ce487dbfe2: Waiting [2021-02-12T13:19:44.754Z] f17825ee5361: Waiting [2021-02-12T13:19:44.754Z] 379067d0cb53: Waiting [2021-02-12T13:19:45.026Z] eafbfa354969: Layer already exists [2021-02-12T13:19:45.026Z] 9f7c71332581: Layer already exists [2021-02-12T13:19:45.026Z] d6441eb62146: Layer already exists [2021-02-12T13:19:45.026Z] 6db97a8df5ad: Layer already exists [2021-02-12T13:19:45.026Z] 85d532be117c: Layer already exists [2021-02-12T13:19:45.026Z] 5cd8c5d5e851: Layer already exists [2021-02-12T13:19:45.026Z] 40ce487dbfe2: Layer already exists [2021-02-12T13:19:45.026Z] f17825ee5361: Layer already exists [2021-02-12T13:19:45.026Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:45.026Z] 2.0.0-dev.91: digest: sha256:f957c7c00947b4cc4028a68817fae33e1d945d56c3ac594ef8a03fbdb5ad92df size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:45.362Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:45.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:45.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-12T13:19:45.699Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:45.699Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:45.699Z] 9f7c71332581: Preparing [2021-02-12T13:19:45.699Z] eafbfa354969: Preparing [2021-02-12T13:19:45.699Z] 85d532be117c: Preparing [2021-02-12T13:19:45.699Z] d6441eb62146: Preparing [2021-02-12T13:19:45.699Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:45.699Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:45.699Z] 40ce487dbfe2: Preparing [2021-02-12T13:19:45.699Z] f17825ee5361: Preparing [2021-02-12T13:19:45.699Z] 379067d0cb53: Preparing [2021-02-12T13:19:45.699Z] 5cd8c5d5e851: Waiting [2021-02-12T13:19:45.699Z] 40ce487dbfe2: Waiting [2021-02-12T13:19:45.699Z] f17825ee5361: Waiting [2021-02-12T13:19:45.699Z] 379067d0cb53: Waiting [2021-02-12T13:19:45.699Z] d6441eb62146: Layer already exists [2021-02-12T13:19:45.699Z] 9f7c71332581: Layer already exists [2021-02-12T13:19:45.699Z] 85d532be117c: Layer already exists [2021-02-12T13:19:45.699Z] 6db97a8df5ad: Layer already exists [2021-02-12T13:19:45.699Z] eafbfa354969: Layer already exists [2021-02-12T13:19:45.972Z] f17825ee5361: Layer already exists [2021-02-12T13:19:45.972Z] 40ce487dbfe2: Layer already exists [2021-02-12T13:19:45.972Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:45.972Z] 5cd8c5d5e851: Layer already exists [2021-02-12T13:19:45.972Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:f957c7c00947b4cc4028a68817fae33e1d945d56c3ac594ef8a03fbdb5ad92df size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:46.310Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:46.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-12T13:19:46.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-12T13:19:46.641Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:46.641Z] 6db97a8df5ad: Preparing [2021-02-12T13:19:46.641Z] 9f7c71332581: Preparing [2021-02-12T13:19:46.641Z] eafbfa354969: Preparing [2021-02-12T13:19:46.641Z] 85d532be117c: Preparing [2021-02-12T13:19:46.641Z] d6441eb62146: Preparing [2021-02-12T13:19:46.641Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:46.641Z] 5cd8c5d5e851: Preparing [2021-02-12T13:19:46.641Z] 40ce487dbfe2: Preparing [2021-02-12T13:19:46.641Z] f17825ee5361: Preparing [2021-02-12T13:19:46.641Z] 379067d0cb53: Preparing [2021-02-12T13:19:46.641Z] 40ce487dbfe2: Waiting [2021-02-12T13:19:46.641Z] 379067d0cb53: Waiting [2021-02-12T13:19:46.641Z] f17825ee5361: Waiting [2021-02-12T13:19:46.641Z] 5cd8c5d5e851: Waiting [2021-02-12T13:19:46.912Z] 9f7c71332581: Layer already exists [2021-02-12T13:19:46.912Z] 85d532be117c: Layer already exists [2021-02-12T13:19:46.912Z] 6db97a8df5ad: Layer already exists [2021-02-12T13:19:46.912Z] d6441eb62146: Layer already exists [2021-02-12T13:19:46.912Z] eafbfa354969: Layer already exists [2021-02-12T13:19:46.912Z] 5cd8c5d5e851: Layer already exists [2021-02-12T13:19:46.912Z] 40ce487dbfe2: Layer already exists [2021-02-12T13:19:46.912Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:46.912Z] f17825ee5361: Layer already exists [2021-02-12T13:19:46.912Z] master: digest: sha256:f957c7c00947b4cc4028a68817fae33e1d945d56c3ac594ef8a03fbdb5ad92df size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:47.157Z] ===================================================== [Pipeline] echo [2021-02-12T13:19:47.206Z] taggedImages: [2021-02-12T13:19:47.206Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:47.206Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:47.206Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:47.206Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-12T13:19:47.268Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-12T13:19:47.268Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:47.268Z] 2.0.0-dev.91 [2021-02-12T13:19:47.268Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:47.268Z] master [2021-02-12T13:19:47.268Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:47.781Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:48.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:48.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-12T13:19:48.123Z] 50125255df64: Preparing [2021-02-12T13:19:48.123Z] e96db3f3d5d6: Preparing [2021-02-12T13:19:48.123Z] e17a9dfc1510: Preparing [2021-02-12T13:19:48.123Z] 383aa2650373: Preparing [2021-02-12T13:19:48.123Z] 706322112f43: Preparing [2021-02-12T13:19:48.123Z] 379067d0cb53: Preparing [2021-02-12T13:19:48.123Z] 379067d0cb53: Waiting [2021-02-12T13:19:48.397Z] 383aa2650373: Pushed [2021-02-12T13:19:48.397Z] e17a9dfc1510: Pushed [2021-02-12T13:19:48.397Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:48.988Z] 706322112f43: Pushed [2021-02-12T13:19:50.413Z] 50125255df64: Pushed [2021-02-12T13:19:50.413Z] e96db3f3d5d6: Pushed [2021-02-12T13:19:50.683Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:5c470b5904fadbd330f9e6663fb15565941f2bfbc7ddebbed95814d76f9f3ccd size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:51.021Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:51.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:51.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-12T13:19:51.359Z] 50125255df64: Preparing [2021-02-12T13:19:51.359Z] e96db3f3d5d6: Preparing [2021-02-12T13:19:51.359Z] e17a9dfc1510: Preparing [2021-02-12T13:19:51.359Z] 383aa2650373: Preparing [2021-02-12T13:19:51.359Z] 706322112f43: Preparing [2021-02-12T13:19:51.359Z] 379067d0cb53: Preparing [2021-02-12T13:19:51.359Z] 379067d0cb53: Waiting [2021-02-12T13:19:51.359Z] e17a9dfc1510: Layer already exists [2021-02-12T13:19:51.359Z] 383aa2650373: Layer already exists [2021-02-12T13:19:51.359Z] e96db3f3d5d6: Layer already exists [2021-02-12T13:19:51.359Z] 706322112f43: Layer already exists [2021-02-12T13:19:51.359Z] 50125255df64: Layer already exists [2021-02-12T13:19:51.359Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:51.628Z] 2.0.0-dev.91: digest: sha256:5c470b5904fadbd330f9e6663fb15565941f2bfbc7ddebbed95814d76f9f3ccd size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:51.973Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:52.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:52.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-12T13:19:52.311Z] 50125255df64: Preparing [2021-02-12T13:19:52.312Z] e96db3f3d5d6: Preparing [2021-02-12T13:19:52.312Z] e17a9dfc1510: Preparing [2021-02-12T13:19:52.312Z] 383aa2650373: Preparing [2021-02-12T13:19:52.312Z] 706322112f43: Preparing [2021-02-12T13:19:52.312Z] 379067d0cb53: Preparing [2021-02-12T13:19:52.312Z] 379067d0cb53: Waiting [2021-02-12T13:19:52.312Z] 706322112f43: Layer already exists [2021-02-12T13:19:52.312Z] 50125255df64: Layer already exists [2021-02-12T13:19:52.312Z] e96db3f3d5d6: Layer already exists [2021-02-12T13:19:52.312Z] 383aa2650373: Layer already exists [2021-02-12T13:19:52.312Z] e17a9dfc1510: Layer already exists [2021-02-12T13:19:52.582Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:52.582Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:5c470b5904fadbd330f9e6663fb15565941f2bfbc7ddebbed95814d76f9f3ccd size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:52.918Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:53.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-12T13:19:53.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-12T13:19:53.257Z] 50125255df64: Preparing [2021-02-12T13:19:53.257Z] e96db3f3d5d6: Preparing [2021-02-12T13:19:53.257Z] e17a9dfc1510: Preparing [2021-02-12T13:19:53.257Z] 383aa2650373: Preparing [2021-02-12T13:19:53.257Z] 706322112f43: Preparing [2021-02-12T13:19:53.257Z] 379067d0cb53: Preparing [2021-02-12T13:19:53.257Z] 379067d0cb53: Waiting [2021-02-12T13:19:53.257Z] 383aa2650373: Layer already exists [2021-02-12T13:19:53.257Z] 706322112f43: Layer already exists [2021-02-12T13:19:53.257Z] 50125255df64: Layer already exists [2021-02-12T13:19:53.257Z] e17a9dfc1510: Layer already exists [2021-02-12T13:19:53.257Z] e96db3f3d5d6: Layer already exists [2021-02-12T13:19:53.257Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:53.530Z] master: digest: sha256:5c470b5904fadbd330f9e6663fb15565941f2bfbc7ddebbed95814d76f9f3ccd size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:19:53.785Z] ===================================================== [Pipeline] echo [2021-02-12T13:19:53.853Z] taggedImages: [2021-02-12T13:19:53.854Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:53.854Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:53.854Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:53.854Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-12T13:19:53.917Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-12T13:19:53.917Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:53.917Z] 2.0.0-dev.91 [2021-02-12T13:19:53.917Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:53.917Z] master [2021-02-12T13:19:53.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:54.473Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:54.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:19:54.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-12T13:19:54.809Z] b64b1148ba3d: Preparing [2021-02-12T13:19:54.809Z] d99188ed2f0e: Preparing [2021-02-12T13:19:54.809Z] 5abf59cf2a77: Preparing [2021-02-12T13:19:54.809Z] 2afda21f43d7: Preparing [2021-02-12T13:19:54.809Z] 0cf8f75aab6b: Preparing [2021-02-12T13:19:54.809Z] 86f39226a507: Preparing [2021-02-12T13:19:54.809Z] f05a1bb7ab39: Preparing [2021-02-12T13:19:54.809Z] 43ecf0a9445f: Preparing [2021-02-12T13:19:54.809Z] 379067d0cb53: Preparing [2021-02-12T13:19:54.809Z] f05a1bb7ab39: Waiting [2021-02-12T13:19:54.809Z] 43ecf0a9445f: Waiting [2021-02-12T13:19:54.809Z] 379067d0cb53: Waiting [2021-02-12T13:19:54.809Z] 86f39226a507: Waiting [2021-02-12T13:19:55.103Z] b64b1148ba3d: Pushed [2021-02-12T13:19:55.103Z] d99188ed2f0e: Pushed [2021-02-12T13:19:55.103Z] 0cf8f75aab6b: Pushed [2021-02-12T13:19:55.385Z] 86f39226a507: Pushed [2021-02-12T13:19:55.385Z] f05a1bb7ab39: Pushed [2021-02-12T13:19:55.385Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:55.982Z] 43ecf0a9445f: Pushed [2021-02-12T13:19:57.413Z] 2afda21f43d7: Pushed [2021-02-12T13:19:57.413Z] 5abf59cf2a77: Pushed [2021-02-12T13:19:57.413Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:56250879ed933ff90efb68dae03fab11b2067acda397b7a6b8fa47614df34c06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:57.753Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:58.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.91 [2021-02-12T13:19:58.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-12T13:19:58.085Z] b64b1148ba3d: Preparing [2021-02-12T13:19:58.085Z] d99188ed2f0e: Preparing [2021-02-12T13:19:58.085Z] 5abf59cf2a77: Preparing [2021-02-12T13:19:58.085Z] 2afda21f43d7: Preparing [2021-02-12T13:19:58.085Z] 0cf8f75aab6b: Preparing [2021-02-12T13:19:58.085Z] 86f39226a507: Preparing [2021-02-12T13:19:58.085Z] f05a1bb7ab39: Preparing [2021-02-12T13:19:58.085Z] 43ecf0a9445f: Preparing [2021-02-12T13:19:58.085Z] 379067d0cb53: Preparing [2021-02-12T13:19:58.085Z] f05a1bb7ab39: Waiting [2021-02-12T13:19:58.085Z] 43ecf0a9445f: Waiting [2021-02-12T13:19:58.085Z] 379067d0cb53: Waiting [2021-02-12T13:19:58.085Z] 86f39226a507: Waiting [2021-02-12T13:19:58.085Z] 2afda21f43d7: Layer already exists [2021-02-12T13:19:58.085Z] 0cf8f75aab6b: Layer already exists [2021-02-12T13:19:58.085Z] b64b1148ba3d: Layer already exists [2021-02-12T13:19:58.085Z] 5abf59cf2a77: Layer already exists [2021-02-12T13:19:58.085Z] d99188ed2f0e: Layer already exists [2021-02-12T13:19:58.357Z] 43ecf0a9445f: Layer already exists [2021-02-12T13:19:58.357Z] f05a1bb7ab39: Layer already exists [2021-02-12T13:19:58.357Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:58.357Z] 86f39226a507: Layer already exists [2021-02-12T13:19:58.357Z] 2.0.0-dev.91: digest: sha256:56250879ed933ff90efb68dae03fab11b2067acda397b7a6b8fa47614df34c06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:58.694Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:59.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:19:59.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-12T13:19:59.025Z] b64b1148ba3d: Preparing [2021-02-12T13:19:59.025Z] d99188ed2f0e: Preparing [2021-02-12T13:19:59.025Z] 5abf59cf2a77: Preparing [2021-02-12T13:19:59.025Z] 2afda21f43d7: Preparing [2021-02-12T13:19:59.025Z] 0cf8f75aab6b: Preparing [2021-02-12T13:19:59.025Z] 86f39226a507: Preparing [2021-02-12T13:19:59.025Z] f05a1bb7ab39: Preparing [2021-02-12T13:19:59.025Z] 43ecf0a9445f: Preparing [2021-02-12T13:19:59.025Z] 379067d0cb53: Preparing [2021-02-12T13:19:59.025Z] f05a1bb7ab39: Waiting [2021-02-12T13:19:59.025Z] 43ecf0a9445f: Waiting [2021-02-12T13:19:59.025Z] 379067d0cb53: Waiting [2021-02-12T13:19:59.297Z] 2afda21f43d7: Layer already exists [2021-02-12T13:19:59.297Z] 0cf8f75aab6b: Layer already exists [2021-02-12T13:19:59.297Z] b64b1148ba3d: Layer already exists [2021-02-12T13:19:59.297Z] 5abf59cf2a77: Layer already exists [2021-02-12T13:19:59.297Z] d99188ed2f0e: Layer already exists [2021-02-12T13:19:59.297Z] 43ecf0a9445f: Layer already exists [2021-02-12T13:19:59.297Z] 86f39226a507: Layer already exists [2021-02-12T13:19:59.297Z] f05a1bb7ab39: Layer already exists [2021-02-12T13:19:59.297Z] 379067d0cb53: Layer already exists [2021-02-12T13:19:59.297Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:56250879ed933ff90efb68dae03fab11b2067acda397b7a6b8fa47614df34c06 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:19:59.677Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:00.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-12T13:20:00.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-12T13:20:00.029Z] b64b1148ba3d: Preparing [2021-02-12T13:20:00.029Z] d99188ed2f0e: Preparing [2021-02-12T13:20:00.029Z] 5abf59cf2a77: Preparing [2021-02-12T13:20:00.029Z] 2afda21f43d7: Preparing [2021-02-12T13:20:00.029Z] 0cf8f75aab6b: Preparing [2021-02-12T13:20:00.029Z] 86f39226a507: Preparing [2021-02-12T13:20:00.029Z] f05a1bb7ab39: Preparing [2021-02-12T13:20:00.029Z] 43ecf0a9445f: Preparing [2021-02-12T13:20:00.029Z] 379067d0cb53: Preparing [2021-02-12T13:20:00.029Z] 86f39226a507: Waiting [2021-02-12T13:20:00.029Z] f05a1bb7ab39: Waiting [2021-02-12T13:20:00.029Z] 43ecf0a9445f: Waiting [2021-02-12T13:20:00.029Z] 379067d0cb53: Waiting [2021-02-12T13:20:00.305Z] b64b1148ba3d: Layer already exists [2021-02-12T13:20:00.306Z] 2afda21f43d7: Layer already exists [2021-02-12T13:20:00.306Z] d99188ed2f0e: Layer already exists [2021-02-12T13:20:00.306Z] 0cf8f75aab6b: Layer already exists [2021-02-12T13:20:00.306Z] 5abf59cf2a77: Layer already exists [2021-02-12T13:20:00.306Z] f05a1bb7ab39: Layer already exists [2021-02-12T13:20:00.306Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:00.306Z] 43ecf0a9445f: Layer already exists [2021-02-12T13:20:00.306Z] 86f39226a507: Layer already exists [2021-02-12T13:20:00.306Z] master: digest: sha256:56250879ed933ff90efb68dae03fab11b2067acda397b7a6b8fa47614df34c06 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:20:00.541Z] ===================================================== [Pipeline] echo [2021-02-12T13:20:00.593Z] taggedImages: [2021-02-12T13:20:00.593Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:00.593Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:00.593Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:00.593Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-12T13:20:00.668Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-12T13:20:00.668Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:00.668Z] 2.0.0-dev.91 [2021-02-12T13:20:00.668Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:00.668Z] master [2021-02-12T13:20:00.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:01.203Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:01.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:01.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-12T13:20:01.578Z] a77e93962764: Preparing [2021-02-12T13:20:01.578Z] c94c8baa824a: Preparing [2021-02-12T13:20:01.578Z] d6441eb62146: Preparing [2021-02-12T13:20:01.578Z] b13ae8bfca12: Preparing [2021-02-12T13:20:01.578Z] 379067d0cb53: Preparing [2021-02-12T13:20:01.852Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:01.852Z] d6441eb62146: Layer already exists [2021-02-12T13:20:02.127Z] a77e93962764: Pushed [2021-02-12T13:20:02.127Z] b13ae8bfca12: Pushed [2021-02-12T13:20:04.731Z] c94c8baa824a: Pushed [2021-02-12T13:20:04.731Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:4e055881381f064cd319e313814bb20c8210953509211a172a8ff878b859ee6d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:05.082Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:05.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-12T13:20:05.419Z] a77e93962764: Preparing [2021-02-12T13:20:05.419Z] c94c8baa824a: Preparing [2021-02-12T13:20:05.419Z] d6441eb62146: Preparing [2021-02-12T13:20:05.419Z] b13ae8bfca12: Preparing [2021-02-12T13:20:05.419Z] 379067d0cb53: Preparing [2021-02-12T13:20:05.419Z] c94c8baa824a: Layer already exists [2021-02-12T13:20:05.419Z] a77e93962764: Layer already exists [2021-02-12T13:20:05.419Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:05.419Z] b13ae8bfca12: Layer already exists [2021-02-12T13:20:05.419Z] d6441eb62146: Layer already exists [2021-02-12T13:20:05.690Z] 2.0.0-dev.91: digest: sha256:4e055881381f064cd319e313814bb20c8210953509211a172a8ff878b859ee6d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:06.030Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:06.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:06.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-12T13:20:06.363Z] a77e93962764: Preparing [2021-02-12T13:20:06.363Z] c94c8baa824a: Preparing [2021-02-12T13:20:06.363Z] d6441eb62146: Preparing [2021-02-12T13:20:06.363Z] b13ae8bfca12: Preparing [2021-02-12T13:20:06.363Z] 379067d0cb53: Preparing [2021-02-12T13:20:06.363Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:06.363Z] d6441eb62146: Layer already exists [2021-02-12T13:20:06.363Z] a77e93962764: Layer already exists [2021-02-12T13:20:06.363Z] c94c8baa824a: Layer already exists [2021-02-12T13:20:06.363Z] b13ae8bfca12: Layer already exists [2021-02-12T13:20:06.634Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:4e055881381f064cd319e313814bb20c8210953509211a172a8ff878b859ee6d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:06.972Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:07.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-12T13:20:07.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-12T13:20:07.310Z] a77e93962764: Preparing [2021-02-12T13:20:07.310Z] c94c8baa824a: Preparing [2021-02-12T13:20:07.310Z] d6441eb62146: Preparing [2021-02-12T13:20:07.310Z] b13ae8bfca12: Preparing [2021-02-12T13:20:07.310Z] 379067d0cb53: Preparing [2021-02-12T13:20:07.310Z] a77e93962764: Layer already exists [2021-02-12T13:20:07.583Z] c94c8baa824a: Layer already exists [2021-02-12T13:20:07.583Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:07.583Z] d6441eb62146: Layer already exists [2021-02-12T13:20:07.583Z] b13ae8bfca12: Layer already exists [2021-02-12T13:20:07.583Z] master: digest: sha256:4e055881381f064cd319e313814bb20c8210953509211a172a8ff878b859ee6d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:20:07.767Z] ===================================================== [Pipeline] echo [2021-02-12T13:20:07.813Z] taggedImages: [2021-02-12T13:20:07.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:07.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:07.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:07.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-12T13:20:07.874Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-12T13:20:07.874Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:07.874Z] 2.0.0-dev.91 [2021-02-12T13:20:07.874Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:07.874Z] master [2021-02-12T13:20:07.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:08.373Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:08.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:08.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-12T13:20:08.709Z] d189bebe525e: Preparing [2021-02-12T13:20:08.709Z] 6d0d16fbdbe4: Preparing [2021-02-12T13:20:08.709Z] d6441eb62146: Preparing [2021-02-12T13:20:08.709Z] 4c1b9bed907c: Preparing [2021-02-12T13:20:08.709Z] 379067d0cb53: Preparing [2021-02-12T13:20:08.981Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:08.981Z] d6441eb62146: Layer already exists [2021-02-12T13:20:08.981Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:20:08.981Z] d189bebe525e: Pushed [2021-02-12T13:20:11.587Z] 6d0d16fbdbe4: Pushed [2021-02-12T13:20:11.857Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:fe72a83443296b340af4136aece16f16e5f9c924b0de307109c40f5879431784 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:12.204Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:12.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:12.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-12T13:20:12.538Z] d189bebe525e: Preparing [2021-02-12T13:20:12.538Z] 6d0d16fbdbe4: Preparing [2021-02-12T13:20:12.538Z] d6441eb62146: Preparing [2021-02-12T13:20:12.538Z] 4c1b9bed907c: Preparing [2021-02-12T13:20:12.538Z] 379067d0cb53: Preparing [2021-02-12T13:20:12.538Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:20:12.809Z] 6d0d16fbdbe4: Layer already exists [2021-02-12T13:20:12.809Z] d189bebe525e: Layer already exists [2021-02-12T13:20:12.809Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:12.809Z] d6441eb62146: Layer already exists [2021-02-12T13:20:12.809Z] 2.0.0-dev.91: digest: sha256:fe72a83443296b340af4136aece16f16e5f9c924b0de307109c40f5879431784 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:13.148Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:13.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:13.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-12T13:20:13.477Z] d189bebe525e: Preparing [2021-02-12T13:20:13.477Z] 6d0d16fbdbe4: Preparing [2021-02-12T13:20:13.477Z] d6441eb62146: Preparing [2021-02-12T13:20:13.477Z] 4c1b9bed907c: Preparing [2021-02-12T13:20:13.477Z] 379067d0cb53: Preparing [2021-02-12T13:20:13.477Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:20:13.477Z] d6441eb62146: Layer already exists [2021-02-12T13:20:13.477Z] 6d0d16fbdbe4: Layer already exists [2021-02-12T13:20:13.750Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:13.750Z] d189bebe525e: Layer already exists [2021-02-12T13:20:13.750Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:fe72a83443296b340af4136aece16f16e5f9c924b0de307109c40f5879431784 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:14.090Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:14.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-12T13:20:14.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-12T13:20:14.442Z] d189bebe525e: Preparing [2021-02-12T13:20:14.442Z] 6d0d16fbdbe4: Preparing [2021-02-12T13:20:14.442Z] d6441eb62146: Preparing [2021-02-12T13:20:14.442Z] 4c1b9bed907c: Preparing [2021-02-12T13:20:14.442Z] 379067d0cb53: Preparing [2021-02-12T13:20:14.442Z] 4c1b9bed907c: Layer already exists [2021-02-12T13:20:14.442Z] d189bebe525e: Layer already exists [2021-02-12T13:20:14.712Z] 379067d0cb53: Layer already exists [2021-02-12T13:20:14.712Z] 6d0d16fbdbe4: Layer already exists [2021-02-12T13:20:14.712Z] d6441eb62146: Layer already exists [2021-02-12T13:20:14.712Z] master: digest: sha256:fe72a83443296b340af4136aece16f16e5f9c924b0de307109c40f5879431784 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:20:14.908Z] ===================================================== [Pipeline] echo [2021-02-12T13:20:14.953Z] taggedImages: [2021-02-12T13:20:14.954Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:14.954Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:14.954Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:14.954Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-12T13:20:15.021Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-12T13:20:15.021Z] c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:15.021Z] 2.0.0-dev.91 [2021-02-12T13:20:15.021Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:15.021Z] master [2021-02-12T13:20:15.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:15.509Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:15.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:15.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-12T13:20:15.843Z] 69f7fe43b5c4: Preparing [2021-02-12T13:20:15.843Z] c804d5d96f0d: Preparing [2021-02-12T13:20:15.843Z] dd3a841ae6d0: Preparing [2021-02-12T13:20:15.843Z] 0321e84a066e: Preparing [2021-02-12T13:20:15.843Z] 1beac8bfa11f: Preparing [2021-02-12T13:20:15.843Z] 2c88b4091d45: Preparing [2021-02-12T13:20:15.843Z] 6aa885855d61: Preparing [2021-02-12T13:20:15.843Z] 9ded3b6bb9b5: Preparing [2021-02-12T13:20:15.843Z] fa1afe8e6ed9: Preparing [2021-02-12T13:20:15.843Z] 87a09b4c083e: Preparing [2021-02-12T13:20:15.843Z] 0f74e9ff2a61: Preparing [2021-02-12T13:20:15.843Z] b122376c33c6: Preparing [2021-02-12T13:20:15.843Z] f8381ed47b22: Preparing [2021-02-12T13:20:15.843Z] e934a737d657: Preparing [2021-02-12T13:20:15.843Z] 9ded3b6bb9b5: Waiting [2021-02-12T13:20:15.843Z] fa1afe8e6ed9: Waiting [2021-02-12T13:20:15.843Z] 87a09b4c083e: Waiting [2021-02-12T13:20:15.843Z] 0f74e9ff2a61: Waiting [2021-02-12T13:20:15.843Z] b122376c33c6: Waiting [2021-02-12T13:20:15.843Z] 2c88b4091d45: Waiting [2021-02-12T13:20:15.843Z] f8381ed47b22: Waiting [2021-02-12T13:20:15.843Z] e934a737d657: Waiting [2021-02-12T13:20:15.843Z] 6aa885855d61: Waiting [2021-02-12T13:20:16.438Z] 1beac8bfa11f: Pushed [2021-02-12T13:20:16.712Z] 69f7fe43b5c4: Pushed [2021-02-12T13:20:17.312Z] 0321e84a066e: Pushed [2021-02-12T13:20:17.312Z] 9ded3b6bb9b5: Layer already exists [2021-02-12T13:20:17.312Z] fa1afe8e6ed9: Layer already exists [2021-02-12T13:20:17.312Z] 87a09b4c083e: Layer already exists [2021-02-12T13:20:17.312Z] 6aa885855d61: Pushed [2021-02-12T13:20:17.312Z] 0f74e9ff2a61: Layer already exists [2021-02-12T13:20:17.312Z] b122376c33c6: Layer already exists [2021-02-12T13:20:17.587Z] f8381ed47b22: Layer already exists [2021-02-12T13:20:17.587Z] e934a737d657: Layer already exists [2021-02-12T13:20:17.859Z] c804d5d96f0d: Pushed [2021-02-12T13:20:18.841Z] 2c88b4091d45: Pushed [2021-02-12T13:20:28.956Z] dd3a841ae6d0: Pushed [2021-02-12T13:20:28.956Z] c45cbaf51db8bca8828eded85884901e9538081e: digest: sha256:001894e2a2628a076e3311d0ea5c48d58d3d2b344f81675802e98099eb1e9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:29.291Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:29.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:29.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-12T13:20:29.621Z] 69f7fe43b5c4: Preparing [2021-02-12T13:20:29.621Z] c804d5d96f0d: Preparing [2021-02-12T13:20:29.621Z] dd3a841ae6d0: Preparing [2021-02-12T13:20:29.621Z] 0321e84a066e: Preparing [2021-02-12T13:20:29.621Z] 1beac8bfa11f: Preparing [2021-02-12T13:20:29.621Z] 2c88b4091d45: Preparing [2021-02-12T13:20:29.621Z] 6aa885855d61: Preparing [2021-02-12T13:20:29.621Z] 9ded3b6bb9b5: Preparing [2021-02-12T13:20:29.621Z] fa1afe8e6ed9: Preparing [2021-02-12T13:20:29.621Z] 87a09b4c083e: Preparing [2021-02-12T13:20:29.621Z] 0f74e9ff2a61: Preparing [2021-02-12T13:20:29.621Z] b122376c33c6: Preparing [2021-02-12T13:20:29.621Z] f8381ed47b22: Preparing [2021-02-12T13:20:29.621Z] e934a737d657: Preparing [2021-02-12T13:20:29.621Z] 2c88b4091d45: Waiting [2021-02-12T13:20:29.621Z] 6aa885855d61: Waiting [2021-02-12T13:20:29.621Z] 9ded3b6bb9b5: Waiting [2021-02-12T13:20:29.621Z] 87a09b4c083e: Waiting [2021-02-12T13:20:29.621Z] fa1afe8e6ed9: Waiting [2021-02-12T13:20:29.621Z] b122376c33c6: Waiting [2021-02-12T13:20:29.621Z] 0f74e9ff2a61: Waiting [2021-02-12T13:20:29.621Z] e934a737d657: Waiting [2021-02-12T13:20:29.621Z] f8381ed47b22: Waiting [2021-02-12T13:20:29.621Z] 69f7fe43b5c4: Layer already exists [2021-02-12T13:20:29.892Z] 1beac8bfa11f: Layer already exists [2021-02-12T13:20:29.892Z] 0321e84a066e: Layer already exists [2021-02-12T13:20:29.892Z] c804d5d96f0d: Layer already exists [2021-02-12T13:20:29.892Z] dd3a841ae6d0: Layer already exists [2021-02-12T13:20:29.892Z] 2c88b4091d45: Layer already exists [2021-02-12T13:20:29.892Z] 6aa885855d61: Layer already exists [2021-02-12T13:20:29.892Z] 87a09b4c083e: Layer already exists [2021-02-12T13:20:29.892Z] fa1afe8e6ed9: Layer already exists [2021-02-12T13:20:29.892Z] 9ded3b6bb9b5: Layer already exists [2021-02-12T13:20:29.892Z] 0f74e9ff2a61: Layer already exists [2021-02-12T13:20:29.892Z] f8381ed47b22: Layer already exists [2021-02-12T13:20:29.892Z] b122376c33c6: Layer already exists [2021-02-12T13:20:29.892Z] e934a737d657: Layer already exists [2021-02-12T13:20:29.892Z] 2.0.0-dev.91: digest: sha256:001894e2a2628a076e3311d0ea5c48d58d3d2b344f81675802e98099eb1e9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:30.232Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:30.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:30.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-12T13:20:30.565Z] 69f7fe43b5c4: Preparing [2021-02-12T13:20:30.565Z] c804d5d96f0d: Preparing [2021-02-12T13:20:30.565Z] dd3a841ae6d0: Preparing [2021-02-12T13:20:30.565Z] 0321e84a066e: Preparing [2021-02-12T13:20:30.565Z] 1beac8bfa11f: Preparing [2021-02-12T13:20:30.565Z] 2c88b4091d45: Preparing [2021-02-12T13:20:30.565Z] 6aa885855d61: Preparing [2021-02-12T13:20:30.565Z] 9ded3b6bb9b5: Preparing [2021-02-12T13:20:30.565Z] fa1afe8e6ed9: Preparing [2021-02-12T13:20:30.565Z] 87a09b4c083e: Preparing [2021-02-12T13:20:30.565Z] 0f74e9ff2a61: Preparing [2021-02-12T13:20:30.565Z] b122376c33c6: Preparing [2021-02-12T13:20:30.565Z] f8381ed47b22: Preparing [2021-02-12T13:20:30.565Z] e934a737d657: Preparing [2021-02-12T13:20:30.565Z] 2c88b4091d45: Waiting [2021-02-12T13:20:30.565Z] 6aa885855d61: Waiting [2021-02-12T13:20:30.565Z] 9ded3b6bb9b5: Waiting [2021-02-12T13:20:30.565Z] fa1afe8e6ed9: Waiting [2021-02-12T13:20:30.565Z] 87a09b4c083e: Waiting [2021-02-12T13:20:30.565Z] 0f74e9ff2a61: Waiting [2021-02-12T13:20:30.565Z] b122376c33c6: Waiting [2021-02-12T13:20:30.565Z] f8381ed47b22: Waiting [2021-02-12T13:20:30.565Z] e934a737d657: Waiting [2021-02-12T13:20:30.565Z] 1beac8bfa11f: Layer already exists [2021-02-12T13:20:30.565Z] c804d5d96f0d: Layer already exists [2021-02-12T13:20:30.565Z] dd3a841ae6d0: Layer already exists [2021-02-12T13:20:30.837Z] 69f7fe43b5c4: Layer already exists [2021-02-12T13:20:30.837Z] 0321e84a066e: Layer already exists [2021-02-12T13:20:30.837Z] 2c88b4091d45: Layer already exists [2021-02-12T13:20:30.837Z] 9ded3b6bb9b5: Layer already exists [2021-02-12T13:20:30.837Z] 6aa885855d61: Layer already exists [2021-02-12T13:20:30.837Z] 87a09b4c083e: Layer already exists [2021-02-12T13:20:30.837Z] fa1afe8e6ed9: Layer already exists [2021-02-12T13:20:30.837Z] b122376c33c6: Layer already exists [2021-02-12T13:20:30.837Z] 0f74e9ff2a61: Layer already exists [2021-02-12T13:20:30.837Z] f8381ed47b22: Layer already exists [2021-02-12T13:20:30.837Z] e934a737d657: Layer already exists [2021-02-12T13:20:30.837Z] c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91: digest: sha256:001894e2a2628a076e3311d0ea5c48d58d3d2b344f81675802e98099eb1e9bb6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:31.175Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:31.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-12T13:20:31.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-12T13:20:31.549Z] 69f7fe43b5c4: Preparing [2021-02-12T13:20:31.549Z] c804d5d96f0d: Preparing [2021-02-12T13:20:31.549Z] dd3a841ae6d0: Preparing [2021-02-12T13:20:31.549Z] 0321e84a066e: Preparing [2021-02-12T13:20:31.549Z] 1beac8bfa11f: Preparing [2021-02-12T13:20:31.549Z] 2c88b4091d45: Preparing [2021-02-12T13:20:31.549Z] 6aa885855d61: Preparing [2021-02-12T13:20:31.549Z] 9ded3b6bb9b5: Preparing [2021-02-12T13:20:31.549Z] fa1afe8e6ed9: Preparing [2021-02-12T13:20:31.549Z] 87a09b4c083e: Preparing [2021-02-12T13:20:31.549Z] 0f74e9ff2a61: Preparing [2021-02-12T13:20:31.549Z] b122376c33c6: Preparing [2021-02-12T13:20:31.549Z] f8381ed47b22: Preparing [2021-02-12T13:20:31.549Z] e934a737d657: Preparing [2021-02-12T13:20:31.549Z] b122376c33c6: Waiting [2021-02-12T13:20:31.549Z] 2c88b4091d45: Waiting [2021-02-12T13:20:31.549Z] 6aa885855d61: Waiting [2021-02-12T13:20:31.549Z] 9ded3b6bb9b5: Waiting [2021-02-12T13:20:31.549Z] f8381ed47b22: Waiting [2021-02-12T13:20:31.549Z] fa1afe8e6ed9: Waiting [2021-02-12T13:20:31.549Z] e934a737d657: Waiting [2021-02-12T13:20:31.549Z] 87a09b4c083e: Waiting [2021-02-12T13:20:31.549Z] 0f74e9ff2a61: Waiting [2021-02-12T13:20:31.835Z] 0321e84a066e: Layer already exists [2021-02-12T13:20:31.835Z] dd3a841ae6d0: Layer already exists [2021-02-12T13:20:31.835Z] c804d5d96f0d: Layer already exists [2021-02-12T13:20:31.835Z] 69f7fe43b5c4: Layer already exists [2021-02-12T13:20:31.835Z] 1beac8bfa11f: Layer already exists [2021-02-12T13:20:31.835Z] 2c88b4091d45: Layer already exists [2021-02-12T13:20:31.835Z] fa1afe8e6ed9: Layer already exists [2021-02-12T13:20:31.835Z] 9ded3b6bb9b5: Layer already exists [2021-02-12T13:20:31.835Z] 6aa885855d61: Layer already exists [2021-02-12T13:20:31.835Z] 87a09b4c083e: Layer already exists [2021-02-12T13:20:31.835Z] b122376c33c6: Layer already exists [2021-02-12T13:20:31.835Z] f8381ed47b22: Layer already exists [2021-02-12T13:20:31.835Z] 0f74e9ff2a61: Layer already exists [2021-02-12T13:20:31.835Z] e934a737d657: Layer already exists [2021-02-12T13:20:31.835Z] master: digest: sha256:001894e2a2628a076e3311d0ea5c48d58d3d2b344f81675802e98099eb1e9bb6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-12T13:20:32.043Z] ===================================================== [Pipeline] echo [2021-02-12T13:20:32.088Z] taggedImages: [2021-02-12T13:20:32.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e [2021-02-12T13:20:32.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.91 [2021-02-12T13:20:32.088Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c45cbaf51db8bca8828eded85884901e9538081e-2.0.0-dev.91 [2021-02-12T13:20:32.088Z] - 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-02-12T13:20:33.698Z] provisioning config files... [2021-02-12T13:20:33.715Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/357@tmp/config9027063346052878023tmp [Pipeline] { [Pipeline] sh [2021-02-12T13:20:34.136Z] + set +x [2021-02-12T13:20:34.136Z] + curl -s https://codecov.io/bash [2021-02-12T13:20:34.136Z] + bash -s -- [2021-02-12T13:20:34.714Z] [2021-02-12T13:20:34.714Z] _____ _ [2021-02-12T13:20:34.714Z] / ____| | | [2021-02-12T13:20:34.714Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T13:20:34.714Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T13:20:34.714Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T13:20:34.714Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T13:20:34.714Z] Bash-20210129-7c25fce [2021-02-12T13:20:34.714Z] [2021-02-12T13:20:34.714Z] [2021-02-12T13:20:34.714Z] ==> git version 2.24.3 found [2021-02-12T13:20:34.714Z] ==> 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-02-12T13:20:34.714Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T13:20:34.714Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T13:20:34.714Z] ==> Jenkins CI detected. [2021-02-12T13:20:34.714Z] project root: . [2021-02-12T13:20:34.714Z] --> token set from env [2021-02-12T13:20:34.714Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T13:20:34.714Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T13:20:34.714Z] ==> Python coveragepy not found [2021-02-12T13:20:34.714Z] ==> Searching for coverage reports in: [2021-02-12T13:20:34.714Z] + . [2021-02-12T13:20:34.714Z] -> Found 1 reports [2021-02-12T13:20:34.714Z] ==> Detecting git/mercurial file structure [2021-02-12T13:20:34.979Z] ==> Reading reports [2021-02-12T13:20:34.979Z] + ./coverage.out bytes=595676 [2021-02-12T13:20:34.979Z] ==> Appending adjustments [2021-02-12T13:20:34.979Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T13:20:38.297Z] + Found adjustments [2021-02-12T13:20:38.297Z] ==> Gzipping contents [2021-02-12T13:20:38.297Z] 88K /tmp/codecov.gFTEMU.gz [2021-02-12T13:20:38.297Z] ==> Uploading reports [2021-02-12T13:20:38.297Z] url: https://codecov.io [2021-02-12T13:20:38.297Z] query: branch=master&commit=c45cbaf51db8bca8828eded85884901e9538081e&build=357&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F357%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T13:20:38.297Z] -> Pinging Codecov [2021-02-12T13:20:38.297Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=c45cbaf51db8bca8828eded85884901e9538081e&build=357&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F357%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-12T13:20:38.571Z] -> Uploading to [2021-02-12T13:20:38.571Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/c45cbaf51db8bca8828eded85884901e9538081e/55cb57cf-279d-4913-ace9-b8a44fca60dc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T132038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aef306a9f39d9e17ee7e73a7c1da93b9f66c809cbee95a4b58968a50ce5a9d4d [2021-02-12T13:20:38.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:20:38.571Z] Dload Upload Total Spent Left Speed [2021-02-12T13:20:39.100Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 91 89306 0 0 91 81920 0 223k --:--:-- --:--:-- --:--:-- 222k 100 89306 0 0 100 89306 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-02-12T13:20:39.100Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c45cbaf51db8bca8828eded85884901e9538081e [Pipeline] } [2021-02-12T13:20:39.110Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-12T13:20:39.639Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-12T13:20:39.730Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:40.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:20:40.095Z] [2021-02-12T13:20:40.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:20:40.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:20:40.440Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-12T13:20:40.440Z] 188c0c94c7c5: Already exists [2021-02-12T13:20:40.440Z] 0ef7d3d256c8: Already exists [2021-02-12T13:20:40.440Z] de9db76c5a1d: Already exists [2021-02-12T13:20:40.440Z] 0eba1c9be4d2: Pulling fs layer [2021-02-12T13:20:40.440Z] 0d57e429df01: Pulling fs layer [2021-02-12T13:20:40.440Z] 4e4be7b47b0d: Pulling fs layer [2021-02-12T13:20:40.440Z] e1f770b5df2f: Pulling fs layer [2021-02-12T13:20:40.440Z] 85a0685a4137: Pulling fs layer [2021-02-12T13:20:40.440Z] e1f770b5df2f: Waiting [2021-02-12T13:20:40.440Z] 85a0685a4137: Waiting [2021-02-12T13:20:40.440Z] 0d57e429df01: Verifying Checksum [2021-02-12T13:20:40.440Z] 0d57e429df01: Download complete [2021-02-12T13:20:40.440Z] 4e4be7b47b0d: Verifying Checksum [2021-02-12T13:20:40.440Z] 4e4be7b47b0d: Download complete [2021-02-12T13:20:42.369Z] e1f770b5df2f: Verifying Checksum [2021-02-12T13:20:42.369Z] e1f770b5df2f: Download complete [2021-02-12T13:20:44.308Z] 0eba1c9be4d2: Verifying Checksum [2021-02-12T13:20:44.308Z] 0eba1c9be4d2: Download complete [2021-02-12T13:20:44.572Z] 85a0685a4137: Verifying Checksum [2021-02-12T13:20:44.572Z] 85a0685a4137: Download complete [2021-02-12T13:20:52.760Z] 0eba1c9be4d2: Pull complete [2021-02-12T13:20:52.760Z] 0d57e429df01: Pull complete [2021-02-12T13:20:52.760Z] 4e4be7b47b0d: Pull complete [2021-02-12T13:20:56.075Z] e1f770b5df2f: Pull complete [2021-02-12T13:21:04.257Z] 85a0685a4137: Pull complete [2021-02-12T13:21:04.258Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-12T13:21:04.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-12T13:21:04.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-12T13:21:04.478Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:21:04.537Z] $ 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/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-snyk-go:1.410.4 cat [2021-02-12T13:21:05.971Z] $ docker top 2706b6fe83d131438033746f1619109af4a7f6a475126f971443b66d700f1457 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T13:21:06.311Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-12T13:21:06.619Z] + set -o pipefail [2021-02-12T13:21:06.619Z] + snyk monitor '--org=edgex-jenkins' [2021-02-12T13:21:16.662Z] [2021-02-12T13:21:16.662Z] Monitoring /w/workspace/edgex-go/357 (github.com/edgexfoundry/edgex-go)... [2021-02-12T13:21:16.662Z] [2021-02-12T13:21:16.662Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b2a19c61-91bf-4852-8efb-ba7d014ac18f [2021-02-12T13:21:16.662Z] [2021-02-12T13:21:16.662Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-12T13:21:16.662Z] [2021-02-12T13:21:16.662Z] [Pipeline] } [2021-02-12T13:21:16.677Z] $ docker stop --time=1 2706b6fe83d131438033746f1619109af4a7f6a475126f971443b66d700f1457 [2021-02-12T13:21:19.715Z] $ docker rm -f 2706b6fe83d131438033746f1619109af4a7f6a475126f971443b66d700f1457 [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-02-12T13:21:21.144Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T13:21:21.194Z] provisioning config files... [2021-02-12T13:21:21.204Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/357@tmp/config5586535576290734933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:21:21.585Z] --> edgex-publish-swagger.sh [2021-02-12T13:21:21.585Z] === Publish openapi/v1 API === [2021-02-12T13:21:21.585Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-12T13:21:21.585Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/357/openapi/v1/core-command.yaml] [2021-02-12T13:21:21.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:21.585Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:22.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8160 0:00:01 0:00:01 --:--:-- 8162 100 10522 0 0 100 10522 0 8158 0:00:01 0:00:01 --:--:-- 8162 [2021-02-12T13:21:22.971Z] [2021-02-12T13:21:22.971Z] [2021-02-12T13:21:22.971Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/357/openapi/v1/core-data.yaml] [2021-02-12T13:21:22.971Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:22.971Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:23.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28829 0:00:01 0:00:01 --:--:-- 28811 100 32557 0 0 100 32557 0 28825 0:00:01 0:00:01 --:--:-- 28811 [2021-02-12T13:21:23.926Z] [2021-02-12T13:21:23.926Z] [2021-02-12T13:21:23.926Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/357/openapi/v1/core-metadata.yaml] [2021-02-12T13:21:23.926Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:23.926Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:25.317Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60952 0:00:01 0:00:01 --:--:-- 60976 100 73721 0 0 100 73721 0 60941 0:00:01 0:00:01 --:--:-- 60976 [2021-02-12T13:21:25.317Z] [2021-02-12T13:21:25.317Z] [2021-02-12T13:21:25.317Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/357/openapi/v1/support-logging.yaml] [2021-02-12T13:21:25.317Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:25.317Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:26.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12168 0:00:01 0:00:01 --:--:-- 12180 100 13581 0 0 100 13581 0 12166 0:00:01 0:00:01 --:--:-- 12169 [2021-02-12T13:21:26.259Z] [2021-02-12T13:21:26.259Z] [2021-02-12T13:21:26.259Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/357/openapi/v1/support-notifications.yaml] [2021-02-12T13:21:26.259Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:26.259Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:27.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32133 0:00:01 0:00:01 --:--:-- 32140 100 38890 0 0 100 38890 0 31882 0:00:01 0:00:01 --:--:-- 31903 [2021-02-12T13:21:27.652Z] [2021-02-12T13:21:27.652Z] [2021-02-12T13:21:27.652Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/357/openapi/v1/support-scheduler.yaml] [2021-02-12T13:21:27.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:27.652Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:29.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11785 0:00:01 0:00:01 --:--:-- 11795 100 14249 0 0 100 14249 0 11706 0:00:01 0:00:01 --:--:-- 11708 [2021-02-12T13:21:29.043Z] [2021-02-12T13:21:29.043Z] [2021-02-12T13:21:29.043Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/357/openapi/v1/system-agent.yaml] [2021-02-12T13:21:29.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:29.043Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:29.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3936 0:00:01 0:00:01 --:--:-- 3940 [2021-02-12T13:21:29.992Z] [2021-02-12T13:21:29.992Z] [2021-02-12T13:21:29.992Z] === Publish openapi/v2 API === [2021-02-12T13:21:29.992Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-12T13:21:29.992Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/357/openapi/v2/core-command.yaml] [2021-02-12T13:21:29.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:29.992Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:30.945Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24459 0:00:01 0:00:01 --:--:-- 24460 100 29744 0 0 100 29744 0 24407 0:00:01 0:00:01 --:--:-- 24400 [2021-02-12T13:21:30.945Z] [2021-02-12T13:21:30.945Z] [2021-02-12T13:21:30.945Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/357/openapi/v2/core-data.yaml] [2021-02-12T13:21:30.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:30.945Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:32.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 49449 0:00:01 0:00:01 --:--:-- 49468 100 57136 0 0 100 57136 0 49442 0:00:01 0:00:01 --:--:-- 49468 [2021-02-12T13:21:32.360Z] [2021-02-12T13:21:32.360Z] [2021-02-12T13:21:32.360Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/357/openapi/v2/core-metadata.yaml] [2021-02-12T13:21:32.360Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:32.360Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:33.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 97k 0:00:01 0:00:01 --:--:-- 97k 100 118k 0 0 100 118k 0 98396 0:00:01 0:00:01 --:--:-- 98449 [2021-02-12T13:21:33.750Z] [2021-02-12T13:21:33.750Z] [2021-02-12T13:21:33.750Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/357/openapi/v2/support-notifications.yaml] [2021-02-12T13:21:33.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:33.750Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:34.327Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 62181 --:--:-- --:--:-- --:--:-- 62127 100 59705 0 0 100 59705 0 62162 --:--:-- --:--:-- --:--:-- 62127 [2021-02-12T13:21:34.327Z] [2021-02-12T13:21:34.327Z] [2021-02-12T13:21:34.327Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/357/openapi/v2/support-scheduler.yaml] [2021-02-12T13:21:34.593Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:34.593Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:35.587Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33200 0:00:01 0:00:01 --:--:-- 33211 100 40086 0 0 100 40086 0 33195 0:00:01 0:00:01 --:--:-- 33211 [2021-02-12T13:21:35.587Z] [2021-02-12T13:21:35.587Z] [2021-02-12T13:21:35.587Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/357/openapi/v2/system-agent.yaml] [2021-02-12T13:21:35.587Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T13:21:35.587Z] Dload Upload Total Spent Left Speed [2021-02-12T13:21:37.385Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 19861 0:00:01 0:00:01 --:--:-- 19853 100 24182 0 0 100 24182 0 14985 0:00:01 0:00:01 --:--:-- 14982 [2021-02-12T13:21:37.385Z] [2021-02-12T13:21:37.385Z] [Pipeline] } [2021-02-12T13:21:37.394Z] 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-02-12T13:21:38.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:21:38.241Z] . [Pipeline] withDockerContainer [2021-02-12T13:21:38.354Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:21:38.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:21:39.287Z] $ docker top 8006e2a67dff2c9fc6e6bcde31eac23cdf52e45088fc35ac6ae88d4d32f1a6ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:21:39.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:21:39.603Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:21:39.850Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:21:39.854Z] $ docker exec 8006e2a67dff2c9fc6e6bcde31eac23cdf52e45088fc35ac6ae88d4d32f1a6ef ssh-agent [2021-02-12T13:21:40.049Z] SSH_AUTH_SOCK=/tmp/ssh-d8tjQI5qDWbY/agent.12 [2021-02-12T13:21:40.049Z] SSH_AGENT_PID=18 [2021-02-12T13:21:40.057Z] Running ssh-add (command line suppressed) [2021-02-12T13:21:40.201Z] Identity added: /w/workspace/edgex-go/357@tmp/private_key_5975076419585031099.key (/w/workspace/edgex-go/357@tmp/private_key_5975076419585031099.key) [2021-02-12T13:21:40.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:21:40.608Z] + git semver tag [2021-02-12T13:21:40.872Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:21:40.872Z] # $GIT_DIR = /w/workspace/edgex-go/357/.git [2021-02-12T13:21:40.872Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/357 [2021-02-12T13:21:40.872Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:21:40.872Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:21:40.872Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:21:40.872Z] # $SEMVER_BRANCH = master [2021-02-12T13:21:40.872Z] # $SEMVER_DIR = /w/workspace/edgex-go/357/.semver [2021-02-12T13:21:40.872Z] # c45cbaf51db8bca8828eded85884901e9538081e HEAD [2021-02-12T13:21:41.449Z] # -> Force: false [2021-02-12T13:21:41.449Z] # 3941acd5fbccbcdc125b1d674d497730ced7aecd refs/tags/v2.0.0-dev.91 [Pipeline] } [2021-02-12T13:21:41.467Z] $ docker exec --env ******** --env ******** 8006e2a67dff2c9fc6e6bcde31eac23cdf52e45088fc35ac6ae88d4d32f1a6ef ssh-agent -k [2021-02-12T13:21:41.621Z] unset SSH_AUTH_SOCK; [2021-02-12T13:21:41.622Z] unset SSH_AGENT_PID; [2021-02-12T13:21:41.622Z] echo Agent pid 18 killed; [2021-02-12T13:21:41.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:21:42.183Z] + git semver [Pipeline] } [2021-02-12T13:21:42.202Z] $ docker stop --time=1 8006e2a67dff2c9fc6e6bcde31eac23cdf52e45088fc35ac6ae88d4d32f1a6ef [2021-02-12T13:21:43.590Z] $ docker rm -f 8006e2a67dff2c9fc6e6bcde31eac23cdf52e45088fc35ac6ae88d4d32f1a6ef [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:21:44.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:21:44.289Z] [2021-02-12T13:21:44.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:21:44.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:21:44.650Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-12T13:21:44.650Z] ab5ef0e58194: Pulling fs layer [2021-02-12T13:21:44.650Z] 9712f1f96733: Pulling fs layer [2021-02-12T13:21:44.650Z] 63f879dbbcfc: Pulling fs layer [2021-02-12T13:21:44.650Z] 0d9ebad4ef96: Pulling fs layer [2021-02-12T13:21:44.650Z] e9a5061849ea: Pulling fs layer [2021-02-12T13:21:44.650Z] d747dcd14b5f: Pulling fs layer [2021-02-12T13:21:44.650Z] 2de7ff778b66: Pulling fs layer [2021-02-12T13:21:44.650Z] 0d9ebad4ef96: Waiting [2021-02-12T13:21:44.650Z] e9a5061849ea: Waiting [2021-02-12T13:21:44.650Z] d747dcd14b5f: Waiting [2021-02-12T13:21:44.650Z] 2de7ff778b66: Waiting [2021-02-12T13:21:44.650Z] 9712f1f96733: Verifying Checksum [2021-02-12T13:21:44.650Z] 9712f1f96733: Download complete [2021-02-12T13:21:46.596Z] 63f879dbbcfc: Verifying Checksum [2021-02-12T13:21:46.596Z] 63f879dbbcfc: Download complete [2021-02-12T13:21:46.861Z] e9a5061849ea: Verifying Checksum [2021-02-12T13:21:46.861Z] e9a5061849ea: Download complete [2021-02-12T13:21:46.861Z] d747dcd14b5f: Verifying Checksum [2021-02-12T13:21:46.861Z] d747dcd14b5f: Download complete [2021-02-12T13:21:47.128Z] 0d9ebad4ef96: Verifying Checksum [2021-02-12T13:21:47.128Z] 0d9ebad4ef96: Download complete [2021-02-12T13:21:47.392Z] ab5ef0e58194: Verifying Checksum [2021-02-12T13:21:47.392Z] ab5ef0e58194: Download complete [2021-02-12T13:21:47.392Z] 2de7ff778b66: Verifying Checksum [2021-02-12T13:21:47.392Z] 2de7ff778b66: Download complete [2021-02-12T13:21:52.731Z] ab5ef0e58194: Pull complete [2021-02-12T13:21:52.731Z] 9712f1f96733: Pull complete [2021-02-12T13:21:55.290Z] 63f879dbbcfc: Pull complete [2021-02-12T13:22:01.924Z] 0d9ebad4ef96: Pull complete [2021-02-12T13:22:03.878Z] e9a5061849ea: Pull complete [2021-02-12T13:22:04.142Z] d747dcd14b5f: Pull complete [2021-02-12T13:22:06.753Z] 2de7ff778b66: Pull complete [2021-02-12T13:22:06.753Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-12T13:22:06.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-12T13:22:06.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-12T13:22:06.940Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:22:07.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-lftools:0.23.1-centos7 cat [2021-02-12T13:22:11.055Z] $ docker top 5a4c326cc2a670e4715f57c33582a762ddd5463894655034e09d344f7bd76b97 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-12T13:22:11.370Z] provisioning config files... [2021-02-12T13:22:11.381Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/357@tmp/config4768400001169099521tmp [2021-02-12T13:22:11.397Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/357@tmp/config438141864959942592tmp [2021-02-12T13:22:11.415Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/357@tmp/config8975990562508134581tmp [Pipeline] { [Pipeline] echo [2021-02-12T13:22:11.501Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:22:11.802Z] ---> sigul-configuration.sh [2021-02-12T13:22:11.802Z] gpg: directory `/root/.gnupg' created [2021-02-12T13:22:11.802Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-12T13:22:11.802Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-12T13:22:11.802Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-12T13:22:11.802Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-12T13:22:11.802Z] gpg: CAST5 encrypted data [2021-02-12T13:22:12.066Z] gpg: encrypted with 1 passphrase [2021-02-12T13:22:12.066Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-12T13:22:12.366Z] + mkdir /home/jenkins [2021-02-12T13:22:12.366Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-12T13:22:12.668Z] + 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-02-12T13:22:12.679Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:22:12.975Z] ---> sigul-install.sh [2021-02-12T13:22:18.278Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-12T13:22:18.577Z] + git tag --list [2021-02-12T13:22:18.577Z] 0.6.0 [2021-02-12T13:22:18.577Z] 0.6.1 [2021-02-12T13:22:18.577Z] 0.7.0 [2021-02-12T13:22:18.577Z] 0.7.1 [2021-02-12T13:22:18.577Z] v0.0.0 [2021-02-12T13:22:18.577Z] v0.0.1-dev.1 [2021-02-12T13:22:18.577Z] v1.0.0 [2021-02-12T13:22:18.577Z] v1.0.1 [2021-02-12T13:22:18.577Z] v1.1.0 [2021-02-12T13:22:18.577Z] v1.2.0 [2021-02-12T13:22:18.577Z] v1.2.1 [2021-02-12T13:22:18.577Z] v1.2.2-dev.1 [2021-02-12T13:22:18.577Z] v1.2.2-dev.10 [2021-02-12T13:22:18.577Z] v1.2.2-dev.100 [2021-02-12T13:22:18.577Z] v1.2.2-dev.101 [2021-02-12T13:22:18.577Z] v1.2.2-dev.102 [2021-02-12T13:22:18.578Z] v1.2.2-dev.103 [2021-02-12T13:22:18.578Z] v1.2.2-dev.104 [2021-02-12T13:22:18.578Z] v1.2.2-dev.105 [2021-02-12T13:22:18.578Z] v1.2.2-dev.106 [2021-02-12T13:22:18.578Z] v1.2.2-dev.107 [2021-02-12T13:22:18.578Z] v1.2.2-dev.11 [2021-02-12T13:22:18.578Z] v1.2.2-dev.12 [2021-02-12T13:22:18.578Z] v1.2.2-dev.13 [2021-02-12T13:22:18.578Z] v1.2.2-dev.14 [2021-02-12T13:22:18.578Z] v1.2.2-dev.15 [2021-02-12T13:22:18.578Z] v1.2.2-dev.16 [2021-02-12T13:22:18.578Z] v1.2.2-dev.17 [2021-02-12T13:22:18.578Z] v1.2.2-dev.18 [2021-02-12T13:22:18.578Z] v1.2.2-dev.19 [2021-02-12T13:22:18.578Z] v1.2.2-dev.2 [2021-02-12T13:22:18.578Z] v1.2.2-dev.20 [2021-02-12T13:22:18.578Z] v1.2.2-dev.21 [2021-02-12T13:22:18.578Z] v1.2.2-dev.22 [2021-02-12T13:22:18.578Z] v1.2.2-dev.23 [2021-02-12T13:22:18.578Z] v1.2.2-dev.24 [2021-02-12T13:22:18.578Z] v1.2.2-dev.25 [2021-02-12T13:22:18.578Z] v1.2.2-dev.26 [2021-02-12T13:22:18.578Z] v1.2.2-dev.27 [2021-02-12T13:22:18.578Z] v1.2.2-dev.28 [2021-02-12T13:22:18.578Z] v1.2.2-dev.29 [2021-02-12T13:22:18.578Z] v1.2.2-dev.3 [2021-02-12T13:22:18.578Z] v1.2.2-dev.30 [2021-02-12T13:22:18.578Z] v1.2.2-dev.31 [2021-02-12T13:22:18.578Z] v1.2.2-dev.32 [2021-02-12T13:22:18.578Z] v1.2.2-dev.33 [2021-02-12T13:22:18.578Z] v1.2.2-dev.34 [2021-02-12T13:22:18.578Z] v1.2.2-dev.35 [2021-02-12T13:22:18.578Z] v1.2.2-dev.36 [2021-02-12T13:22:18.578Z] v1.2.2-dev.37 [2021-02-12T13:22:18.578Z] v1.2.2-dev.38 [2021-02-12T13:22:18.578Z] v1.2.2-dev.39 [2021-02-12T13:22:18.578Z] v1.2.2-dev.4 [2021-02-12T13:22:18.578Z] v1.2.2-dev.40 [2021-02-12T13:22:18.578Z] v1.2.2-dev.41 [2021-02-12T13:22:18.578Z] v1.2.2-dev.42 [2021-02-12T13:22:18.578Z] v1.2.2-dev.43 [2021-02-12T13:22:18.578Z] v1.2.2-dev.44 [2021-02-12T13:22:18.578Z] v1.2.2-dev.45 [2021-02-12T13:22:18.578Z] v1.2.2-dev.46 [2021-02-12T13:22:18.578Z] v1.2.2-dev.47 [2021-02-12T13:22:18.578Z] v1.2.2-dev.48 [2021-02-12T13:22:18.578Z] v1.2.2-dev.49 [2021-02-12T13:22:18.578Z] v1.2.2-dev.5 [2021-02-12T13:22:18.578Z] v1.2.2-dev.50 [2021-02-12T13:22:18.578Z] v1.2.2-dev.51 [2021-02-12T13:22:18.578Z] v1.2.2-dev.52 [2021-02-12T13:22:18.578Z] v1.2.2-dev.53 [2021-02-12T13:22:18.578Z] v1.2.2-dev.54 [2021-02-12T13:22:18.578Z] v1.2.2-dev.55 [2021-02-12T13:22:18.578Z] v1.2.2-dev.56 [2021-02-12T13:22:18.578Z] v1.2.2-dev.57 [2021-02-12T13:22:18.578Z] v1.2.2-dev.58 [2021-02-12T13:22:18.578Z] v1.2.2-dev.59 [2021-02-12T13:22:18.578Z] v1.2.2-dev.6 [2021-02-12T13:22:18.578Z] v1.2.2-dev.60 [2021-02-12T13:22:18.578Z] v1.2.2-dev.61 [2021-02-12T13:22:18.578Z] v1.2.2-dev.62 [2021-02-12T13:22:18.578Z] v1.2.2-dev.63 [2021-02-12T13:22:18.578Z] v1.2.2-dev.64 [2021-02-12T13:22:18.578Z] v1.2.2-dev.65 [2021-02-12T13:22:18.578Z] v1.2.2-dev.66 [2021-02-12T13:22:18.578Z] v1.2.2-dev.67 [2021-02-12T13:22:18.578Z] v1.2.2-dev.68 [2021-02-12T13:22:18.578Z] v1.2.2-dev.69 [2021-02-12T13:22:18.578Z] v1.2.2-dev.7 [2021-02-12T13:22:18.578Z] v1.2.2-dev.70 [2021-02-12T13:22:18.578Z] v1.2.2-dev.71 [2021-02-12T13:22:18.578Z] v1.2.2-dev.72 [2021-02-12T13:22:18.578Z] v1.2.2-dev.73 [2021-02-12T13:22:18.578Z] v1.2.2-dev.74 [2021-02-12T13:22:18.578Z] v1.2.2-dev.75 [2021-02-12T13:22:18.578Z] v1.2.2-dev.76 [2021-02-12T13:22:18.578Z] v1.2.2-dev.77 [2021-02-12T13:22:18.578Z] v1.2.2-dev.78 [2021-02-12T13:22:18.578Z] v1.2.2-dev.79 [2021-02-12T13:22:18.578Z] v1.2.2-dev.8 [2021-02-12T13:22:18.578Z] v1.2.2-dev.80 [2021-02-12T13:22:18.578Z] v1.2.2-dev.81 [2021-02-12T13:22:18.578Z] v1.2.2-dev.82 [2021-02-12T13:22:18.578Z] v1.2.2-dev.83 [2021-02-12T13:22:18.578Z] v1.2.2-dev.84 [2021-02-12T13:22:18.578Z] v1.2.2-dev.85 [2021-02-12T13:22:18.578Z] v1.2.2-dev.86 [2021-02-12T13:22:18.578Z] v1.2.2-dev.87 [2021-02-12T13:22:18.578Z] v1.2.2-dev.88 [2021-02-12T13:22:18.578Z] v1.2.2-dev.89 [2021-02-12T13:22:18.578Z] v1.2.2-dev.9 [2021-02-12T13:22:18.578Z] v1.2.2-dev.90 [2021-02-12T13:22:18.578Z] v1.2.2-dev.91 [2021-02-12T13:22:18.578Z] v1.2.2-dev.92 [2021-02-12T13:22:18.578Z] v1.2.2-dev.93 [2021-02-12T13:22:18.578Z] v1.2.2-dev.94 [2021-02-12T13:22:18.578Z] v1.2.2-dev.95 [2021-02-12T13:22:18.578Z] v1.2.2-dev.96 [2021-02-12T13:22:18.578Z] v1.2.2-dev.97 [2021-02-12T13:22:18.578Z] v1.2.2-dev.98 [2021-02-12T13:22:18.578Z] v1.2.2-dev.99 [2021-02-12T13:22:18.578Z] v1.3.0 [2021-02-12T13:22:18.578Z] v1.3.1 [2021-02-12T13:22:18.578Z] v1.3.1-dev.1 [2021-02-12T13:22:18.578Z] v1.3.1-dev.10 [2021-02-12T13:22:18.578Z] v1.3.1-dev.11 [2021-02-12T13:22:18.578Z] v1.3.1-dev.12 [2021-02-12T13:22:18.578Z] v1.3.1-dev.13 [2021-02-12T13:22:18.578Z] v1.3.1-dev.14 [2021-02-12T13:22:18.578Z] v1.3.1-dev.15 [2021-02-12T13:22:18.578Z] v1.3.1-dev.16 [2021-02-12T13:22:18.578Z] v1.3.1-dev.17 [2021-02-12T13:22:18.578Z] v1.3.1-dev.18 [2021-02-12T13:22:18.578Z] v1.3.1-dev.2 [2021-02-12T13:22:18.578Z] v1.3.1-dev.3 [2021-02-12T13:22:18.578Z] v1.3.1-dev.4 [2021-02-12T13:22:18.578Z] v1.3.1-dev.5 [2021-02-12T13:22:18.578Z] v1.3.1-dev.6 [2021-02-12T13:22:18.578Z] v1.3.1-dev.7 [2021-02-12T13:22:18.578Z] v1.3.1-dev.8 [2021-02-12T13:22:18.578Z] v1.3.1-dev.9 [2021-02-12T13:22:18.578Z] v2.0.0-dev.1 [2021-02-12T13:22:18.578Z] v2.0.0-dev.10 [2021-02-12T13:22:18.578Z] v2.0.0-dev.11 [2021-02-12T13:22:18.578Z] v2.0.0-dev.12 [2021-02-12T13:22:18.578Z] v2.0.0-dev.13 [2021-02-12T13:22:18.578Z] v2.0.0-dev.14 [2021-02-12T13:22:18.578Z] v2.0.0-dev.15 [2021-02-12T13:22:18.578Z] v2.0.0-dev.16 [2021-02-12T13:22:18.578Z] v2.0.0-dev.17 [2021-02-12T13:22:18.578Z] v2.0.0-dev.18 [2021-02-12T13:22:18.578Z] v2.0.0-dev.19 [2021-02-12T13:22:18.578Z] v2.0.0-dev.2 [2021-02-12T13:22:18.578Z] v2.0.0-dev.20 [2021-02-12T13:22:18.578Z] v2.0.0-dev.21 [2021-02-12T13:22:18.578Z] v2.0.0-dev.22 [2021-02-12T13:22:18.578Z] v2.0.0-dev.23 [2021-02-12T13:22:18.578Z] v2.0.0-dev.24 [2021-02-12T13:22:18.578Z] v2.0.0-dev.25 [2021-02-12T13:22:18.578Z] v2.0.0-dev.26 [2021-02-12T13:22:18.578Z] v2.0.0-dev.27 [2021-02-12T13:22:18.578Z] v2.0.0-dev.28 [2021-02-12T13:22:18.578Z] v2.0.0-dev.29 [2021-02-12T13:22:18.578Z] v2.0.0-dev.3 [2021-02-12T13:22:18.578Z] v2.0.0-dev.30 [2021-02-12T13:22:18.578Z] v2.0.0-dev.31 [2021-02-12T13:22:18.578Z] v2.0.0-dev.32 [2021-02-12T13:22:18.578Z] v2.0.0-dev.33 [2021-02-12T13:22:18.578Z] v2.0.0-dev.34 [2021-02-12T13:22:18.578Z] v2.0.0-dev.35 [2021-02-12T13:22:18.578Z] v2.0.0-dev.36 [2021-02-12T13:22:18.578Z] v2.0.0-dev.37 [2021-02-12T13:22:18.578Z] v2.0.0-dev.38 [2021-02-12T13:22:18.578Z] v2.0.0-dev.39 [2021-02-12T13:22:18.578Z] v2.0.0-dev.4 [2021-02-12T13:22:18.578Z] v2.0.0-dev.40 [2021-02-12T13:22:18.578Z] v2.0.0-dev.41 [2021-02-12T13:22:18.578Z] v2.0.0-dev.42 [2021-02-12T13:22:18.578Z] v2.0.0-dev.43 [2021-02-12T13:22:18.578Z] v2.0.0-dev.44 [2021-02-12T13:22:18.578Z] v2.0.0-dev.45 [2021-02-12T13:22:18.578Z] v2.0.0-dev.46 [2021-02-12T13:22:18.578Z] v2.0.0-dev.47 [2021-02-12T13:22:18.578Z] v2.0.0-dev.48 [2021-02-12T13:22:18.578Z] v2.0.0-dev.49 [2021-02-12T13:22:18.578Z] v2.0.0-dev.5 [2021-02-12T13:22:18.578Z] v2.0.0-dev.50 [2021-02-12T13:22:18.578Z] v2.0.0-dev.51 [2021-02-12T13:22:18.578Z] v2.0.0-dev.52 [2021-02-12T13:22:18.578Z] v2.0.0-dev.53 [2021-02-12T13:22:18.578Z] v2.0.0-dev.54 [2021-02-12T13:22:18.578Z] v2.0.0-dev.55 [2021-02-12T13:22:18.578Z] v2.0.0-dev.56 [2021-02-12T13:22:18.578Z] v2.0.0-dev.57 [2021-02-12T13:22:18.578Z] v2.0.0-dev.58 [2021-02-12T13:22:18.578Z] v2.0.0-dev.59 [2021-02-12T13:22:18.578Z] v2.0.0-dev.6 [2021-02-12T13:22:18.578Z] v2.0.0-dev.60 [2021-02-12T13:22:18.578Z] v2.0.0-dev.61 [2021-02-12T13:22:18.578Z] v2.0.0-dev.62 [2021-02-12T13:22:18.578Z] v2.0.0-dev.63 [2021-02-12T13:22:18.578Z] v2.0.0-dev.64 [2021-02-12T13:22:18.578Z] v2.0.0-dev.65 [2021-02-12T13:22:18.578Z] v2.0.0-dev.66 [2021-02-12T13:22:18.578Z] v2.0.0-dev.67 [2021-02-12T13:22:18.578Z] v2.0.0-dev.68 [2021-02-12T13:22:18.578Z] v2.0.0-dev.69 [2021-02-12T13:22:18.578Z] v2.0.0-dev.7 [2021-02-12T13:22:18.578Z] v2.0.0-dev.70 [2021-02-12T13:22:18.578Z] v2.0.0-dev.71 [2021-02-12T13:22:18.578Z] v2.0.0-dev.72 [2021-02-12T13:22:18.578Z] v2.0.0-dev.73 [2021-02-12T13:22:18.578Z] v2.0.0-dev.74 [2021-02-12T13:22:18.578Z] v2.0.0-dev.75 [2021-02-12T13:22:18.578Z] v2.0.0-dev.76 [2021-02-12T13:22:18.578Z] v2.0.0-dev.77 [2021-02-12T13:22:18.578Z] v2.0.0-dev.78 [2021-02-12T13:22:18.578Z] v2.0.0-dev.79 [2021-02-12T13:22:18.578Z] v2.0.0-dev.8 [2021-02-12T13:22:18.578Z] v2.0.0-dev.80 [2021-02-12T13:22:18.578Z] v2.0.0-dev.81 [2021-02-12T13:22:18.578Z] v2.0.0-dev.82 [2021-02-12T13:22:18.578Z] v2.0.0-dev.83 [2021-02-12T13:22:18.578Z] v2.0.0-dev.84 [2021-02-12T13:22:18.578Z] v2.0.0-dev.85 [2021-02-12T13:22:18.578Z] v2.0.0-dev.86 [2021-02-12T13:22:18.578Z] v2.0.0-dev.87 [2021-02-12T13:22:18.578Z] v2.0.0-dev.88 [2021-02-12T13:22:18.578Z] v2.0.0-dev.89 [2021-02-12T13:22:18.578Z] v2.0.0-dev.9 [2021-02-12T13:22:18.578Z] v2.0.0-dev.90 [2021-02-12T13:22:18.578Z] v2.0.0-dev.91 [Pipeline] sh [2021-02-12T13:22:18.905Z] + lftools sign git-tag v2.0.0-dev.91 [2021-02-12T13:22:19.932Z] Signing Git tag with Sigul... [2021-02-12T13:22:19.932Z] Signing v2.0.0-dev.91 [Pipeline] echo [2021-02-12T13:22:21.869Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:22:22.168Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-12T13:22:22.177Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-12T13:22:22.274Z] $ docker stop --time=1 5a4c326cc2a670e4715f57c33582a762ddd5463894655034e09d344f7bd76b97 [2021-02-12T13:22:24.590Z] $ docker rm -f 5a4c326cc2a670e4715f57c33582a762ddd5463894655034e09d344f7bd76b97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:22:25.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:22:25.410Z] . [Pipeline] withDockerContainer [2021-02-12T13:22:25.522Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:22:25.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:22:26.343Z] $ docker top 614c349c47d1d91ad7edc7f64a5fcbdebc6a1d2d7a79faf9fa3234a2b491a976 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:22:26.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:22:26.627Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:22:26.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:22:26.839Z] $ docker exec 614c349c47d1d91ad7edc7f64a5fcbdebc6a1d2d7a79faf9fa3234a2b491a976 ssh-agent [2021-02-12T13:22:27.036Z] SSH_AUTH_SOCK=/tmp/ssh-1g3THhWjPHfF/agent.12 [2021-02-12T13:22:27.036Z] SSH_AGENT_PID=17 [2021-02-12T13:22:27.046Z] Running ssh-add (command line suppressed) [2021-02-12T13:22:27.191Z] Identity added: /w/workspace/edgex-go/357@tmp/private_key_3858641115455245949.key (/w/workspace/edgex-go/357@tmp/private_key_3858641115455245949.key) [2021-02-12T13:22:27.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:22:27.603Z] + git semver bump pre [2021-02-12T13:22:27.603Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:22:27.603Z] # $GIT_DIR = /w/workspace/edgex-go/357/.git [2021-02-12T13:22:27.603Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/357 [2021-02-12T13:22:27.603Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:22:27.603Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:22:27.603Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:22:27.603Z] # $SEMVER_BRANCH = master [2021-02-12T13:22:27.603Z] # $SEMVER_DIR = /w/workspace/edgex-go/357/.semver [2021-02-12T13:22:27.603Z] 2.0.0-dev.92 [Pipeline] } [2021-02-12T13:22:27.617Z] $ docker exec --env ******** --env ******** 614c349c47d1d91ad7edc7f64a5fcbdebc6a1d2d7a79faf9fa3234a2b491a976 ssh-agent -k [2021-02-12T13:22:27.750Z] unset SSH_AUTH_SOCK; [2021-02-12T13:22:27.750Z] unset SSH_AGENT_PID; [2021-02-12T13:22:27.750Z] echo Agent pid 17 killed; [2021-02-12T13:22:27.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:22:28.275Z] + git semver [Pipeline] } [2021-02-12T13:22:28.294Z] $ docker stop --time=1 614c349c47d1d91ad7edc7f64a5fcbdebc6a1d2d7a79faf9fa3234a2b491a976 [2021-02-12T13:22:29.703Z] $ docker rm -f 614c349c47d1d91ad7edc7f64a5fcbdebc6a1d2d7a79faf9fa3234a2b491a976 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:22:30.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T13:22:30.275Z] . [Pipeline] withDockerContainer [2021-02-12T13:22:30.379Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:22:30.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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:10004/edgex-devops/git-semver:latest cat [2021-02-12T13:22:31.219Z] $ docker top 43b1dc67521e7551112c4b267d81a6954d79ca8fa84fdc62779f4676dadd7161 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T13:22:31.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T13:22:31.614Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T13:22:31.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T13:22:31.838Z] $ docker exec 43b1dc67521e7551112c4b267d81a6954d79ca8fa84fdc62779f4676dadd7161 ssh-agent [2021-02-12T13:22:32.044Z] SSH_AUTH_SOCK=/tmp/ssh-1wygdvrqgqW2/agent.12 [2021-02-12T13:22:32.044Z] SSH_AGENT_PID=18 [2021-02-12T13:22:32.052Z] Running ssh-add (command line suppressed) [2021-02-12T13:22:32.185Z] Identity added: /w/workspace/edgex-go/357@tmp/private_key_369785803166047828.key (/w/workspace/edgex-go/357@tmp/private_key_369785803166047828.key) [2021-02-12T13:22:32.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T13:22:32.582Z] + git semver push [2021-02-12T13:22:32.582Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T13:22:32.582Z] # $GIT_DIR = /w/workspace/edgex-go/357/.git [2021-02-12T13:22:32.582Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/357 [2021-02-12T13:22:32.582Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T13:22:32.582Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T13:22:32.582Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T13:22:32.582Z] # $SEMVER_BRANCH = master [2021-02-12T13:22:32.582Z] # $SEMVER_DIR = /w/workspace/edgex-go/357/.semver [Pipeline] } [2021-02-12T13:22:42.615Z] $ docker exec --env ******** --env ******** 43b1dc67521e7551112c4b267d81a6954d79ca8fa84fdc62779f4676dadd7161 ssh-agent -k [2021-02-12T13:22:42.771Z] unset SSH_AUTH_SOCK; [2021-02-12T13:22:42.772Z] unset SSH_AGENT_PID; [2021-02-12T13:22:42.772Z] echo Agent pid 18 killed; [2021-02-12T13:22:42.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T13:22:43.376Z] + git semver [Pipeline] } [2021-02-12T13:22:43.396Z] $ docker stop --time=1 43b1dc67521e7551112c4b267d81a6954d79ca8fa84fdc62779f4676dadd7161 [2021-02-12T13:22:44.796Z] $ docker rm -f 43b1dc67521e7551112c4b267d81a6954d79ca8fa84fdc62779f4676dadd7161 [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-02-12T13:22:45.823Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:22:46.706Z] ---> package-listing.sh [2021-02-12T13:22:46.706Z] ++ facter osfamily [2021-02-12T13:22:46.706Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T13:22:46.706Z] + OS_FAMILY=redhat [2021-02-12T13:22:46.706Z] + workspace=/w/workspace/edgex-go/357 [2021-02-12T13:22:46.706Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T13:22:46.706Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T13:22:46.706Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T13:22:46.706Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T13:22:46.706Z] + '[' /w/workspace/edgex-go/357 ']' [2021-02-12T13:22:46.706Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T13:22:46.706Z] + case "${OS_FAMILY}" in [2021-02-12T13:22:46.706Z] + rpm -qa [2021-02-12T13:22:46.706Z] + sort [2021-02-12T13:22:52.007Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T13:22:52.007Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T13:22:52.007Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T13:22:52.007Z] + '[' /w/workspace/edgex-go/357 ']' [2021-02-12T13:22:52.007Z] + mkdir -p /w/workspace/edgex-go/357/archives/ [2021-02-12T13:22:52.007Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/357/archives/ [Pipeline] echo [2021-02-12T13:22:52.022Z] 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/357/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T13:22:52.321Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:22:52.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:22:52.625Z] [2021-02-12T13:22:52.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T13:22:52.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:22:52.975Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T13:22:52.975Z] df20fa9351a1: Pulling fs layer [2021-02-12T13:22:52.975Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T13:22:52.975Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T13:22:52.975Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T13:22:52.975Z] 93b61091891f: Pulling fs layer [2021-02-12T13:22:52.975Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T13:22:52.975Z] 5e14af77c1be: Pulling fs layer [2021-02-12T13:22:52.975Z] 01666e4c0597: Pulling fs layer [2021-02-12T13:22:52.975Z] aa168da1d23b: Pulling fs layer [2021-02-12T13:22:52.975Z] 93b9cdb0e59b: Waiting [2021-02-12T13:22:52.975Z] 5e14af77c1be: Waiting [2021-02-12T13:22:52.975Z] 01666e4c0597: Waiting [2021-02-12T13:22:52.975Z] aa168da1d23b: Waiting [2021-02-12T13:22:52.975Z] 93b61091891f: Waiting [2021-02-12T13:22:52.975Z] 46f8f816bc3b: Waiting [2021-02-12T13:22:52.975Z] 36b3adc4ff6f: Download complete [2021-02-12T13:22:52.975Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T13:22:52.975Z] 46f8f816bc3b: Download complete [2021-02-12T13:22:53.241Z] df20fa9351a1: Verifying Checksum [2021-02-12T13:22:53.241Z] df20fa9351a1: Download complete [2021-02-12T13:22:53.241Z] 93b61091891f: Verifying Checksum [2021-02-12T13:22:53.241Z] 93b61091891f: Download complete [2021-02-12T13:22:53.241Z] 5e14af77c1be: Verifying Checksum [2021-02-12T13:22:53.241Z] 5e14af77c1be: Download complete [2021-02-12T13:22:53.241Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T13:22:53.241Z] 93b9cdb0e59b: Download complete [2021-02-12T13:22:53.241Z] 01666e4c0597: Verifying Checksum [2021-02-12T13:22:53.241Z] 01666e4c0597: Download complete [2021-02-12T13:22:53.502Z] 8ad3a11d3b57: Download complete [2021-02-12T13:22:53.502Z] df20fa9351a1: Pull complete [2021-02-12T13:22:53.769Z] 36b3adc4ff6f: Pull complete [2021-02-12T13:22:54.717Z] 8ad3a11d3b57: Pull complete [2021-02-12T13:22:55.703Z] aa168da1d23b: Verifying Checksum [2021-02-12T13:22:55.703Z] aa168da1d23b: Download complete [2021-02-12T13:22:55.975Z] 46f8f816bc3b: Pull complete [2021-02-12T13:22:56.580Z] 93b61091891f: Pull complete [2021-02-12T13:22:56.580Z] 93b9cdb0e59b: Pull complete [2021-02-12T13:22:56.843Z] 5e14af77c1be: Pull complete [2021-02-12T13:22:56.843Z] 01666e4c0597: Pull complete [2021-02-12T13:23:05.017Z] aa168da1d23b: Pull complete [2021-02-12T13:23:05.017Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T13:23:05.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T13:23:05.017Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T13:23:05.189Z] prd-centos7-docker-4c-2g-26279 does not seem to be running inside a container [2021-02-12T13:23:05.243Z] $ 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/357/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/357 -v /w/workspace/edgex-go/357:/w/workspace/edgex-go/357:rw,z -v /w/workspace/edgex-go/357@tmp:/w/workspace/edgex-go/357@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-lftools-log-publisher:alpine cat [2021-02-12T13:23:08.695Z] $ docker top 0858a38a74b94788f7ea87e8f962c14a5b60ca01caf70e6fefc045b25e69f7a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T13:23:09.254Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T13:23:09.575Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T13:23:09.885Z] + ls /var/log/sa-host [2021-02-12T13:23:09.885Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T13:23:09.885Z] file_magic: OK [2021-02-12T13:23:09.885Z] HZ: Using current value: 100 [2021-02-12T13:23:09.885Z] file_header: OK [2021-02-12T13:23:09.885Z] 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-02-12T13:23:09.885Z] Statistics: [2021-02-12T13:23:09.885Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T13:23:09.885Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T13:23:09.885Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T13:23:09.885Z] file_magic: OK [2021-02-12T13:23:09.885Z] HZ: Using current value: 100 [2021-02-12T13:23:09.885Z] file_header: OK [2021-02-12T13:23:09.885Z] 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-02-12T13:23:09.885Z] Statistics: [2021-02-12T13:23:09.885Z] Hnuu...uuuununununu... [2021-02-12T13:23:09.885Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T13:23:10.121Z] provisioning config files... [2021-02-12T13:23:10.137Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/357@tmp/config2153757685670019416tmp [Pipeline] { [Pipeline] echo [2021-02-12T13:23:10.247Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:23:10.550Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T13:23:10.561Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T13:23:10.817Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:23:11.121Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T13:23:11.138Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:23:11.440Z] ---> sudo-logs.sh [2021-02-12T13:23:11.440Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T13:23:11.451Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:23:11.749Z] ---> job-cost.sh [2021-02-12T13:23:11.749Z] lf-activate-venv: SKIPPING [2021-02-12T13:23:11.749Z] INFO: No Stack... [2021-02-12T13:23:13.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T13:23:13.410Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T13:23:13.423Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T13:23:13.716Z] ---> logs-deploy.sh [2021-02-12T13:23:13.716Z] lf-activate-venv: SKIPPING [2021-02-12T13:23:13.716Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/357 [2021-02-12T13:23:13.716Z] INFO: archiving workspace using pattern(s): [2021-02-12T13:23:15.108Z] Archives upload complete. [2021-02-12T13:23:15.371Z] INFO: archiving logs to Nexus [2021-02-12T13:23:16.319Z] ---> uname -a: [2021-02-12T13:23:16.319Z] Linux prd-centos7-docker-4c-2g-26279.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-12T13:23:16.319Z] [2021-02-12T13:23:16.319Z]