Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98466e142dc9f0c0a385fd688c007d116986330a 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-docker-4c-2g-24409’ is offline Running on prd-centos7-docker-4c-2g-24410 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/333 [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/333 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98466e142dc9f0c0a385fd688c007d116986330a (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 Commit message: "Merge pull request #3075 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.3" > git rev-list --no-walk a1bcaff37adee2cd1f27ff8b2d4a181e5e02a8cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T19:58:40.831Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T19:58:41.093Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T19:58:41.190Z] ========================================================= [2021-02-01T19:58:41.190Z] EdgeX Global Pipelines Version Info [2021-02-01T19:58:41.190Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T19:58:42.634Z] ------------------- [2021-02-01T19:58:42.634Z] stable info: [2021-02-01T19:58:42.634Z] ------------------- [2021-02-01T19:58:42.634Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T19:58:42.634Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T19:58:42.634Z] Message: update stable to v1.0.179 [2021-02-01T19:58:43.580Z] ------------------- [2021-02-01T19:58:43.580Z] experimental info: [2021-02-01T19:58:43.580Z] ------------------- [2021-02-01T19:58:43.580Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T19:58:43.580Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T19:58:43.580Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T19:58:43.881Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T19:58:43.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T19:58:44.087Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T19:58:44.181Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T19:58:44.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T19:58:44.400Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T19:58:44.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T19:58:44.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T19:58:44.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T19:58:45.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T19:58:45.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T19:58:45.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T19:58:45.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T19:58:45.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T19:58:45.525Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T19:58:45.621Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T19:58:45.732Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T19:58:45.823Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T19:58:45.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T19:58:46.016Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T19:58:46.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T19:58:46.191Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T19:58:46.277Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T19:58:46.366Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-01T19:58:46.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-01T19:58:46.555Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-01T19:58:46.640Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] echo [2021-02-01T19:58:46.754Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98466e1 [Pipeline] echo [2021-02-01T19:58:46.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T19:58:47.027Z] provisioning config files... [2021-02-01T19:58:47.064Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/333@tmp/config3116625541222339319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T19:58:47.471Z] ---> docker-login.sh [2021-02-01T19:58:47.471Z] nexus3.edgexfoundry.org:10001 [2021-02-01T19:58:47.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:58:47.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:58:47.735Z] Configure a credential helper to remove this warning. See [2021-02-01T19:58:47.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:58:47.735Z] [2021-02-01T19:58:47.735Z] Login Succeeded [2021-02-01T19:58:47.735Z] nexus3.edgexfoundry.org:10002 [2021-02-01T19:58:47.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:58:47.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:58:47.998Z] Configure a credential helper to remove this warning. See [2021-02-01T19:58:47.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:58:47.998Z] [2021-02-01T19:58:47.998Z] Login Succeeded [2021-02-01T19:58:47.998Z] nexus3.edgexfoundry.org:10003 [2021-02-01T19:58:48.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:58:48.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:58:48.262Z] Configure a credential helper to remove this warning. See [2021-02-01T19:58:48.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:58:48.262Z] [2021-02-01T19:58:48.262Z] Login Succeeded [2021-02-01T19:58:48.262Z] nexus3.edgexfoundry.org:10004 [2021-02-01T19:58:48.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:58:48.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:58:48.524Z] Configure a credential helper to remove this warning. See [2021-02-01T19:58:48.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:58:48.524Z] [2021-02-01T19:58:48.524Z] Login Succeeded [2021-02-01T19:58:48.524Z] docker.io [2021-02-01T19:58:48.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:58:48.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:58:48.786Z] Configure a credential helper to remove this warning. See [2021-02-01T19:58:48.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:58:48.786Z] [2021-02-01T19:58:48.786Z] Login Succeeded [2021-02-01T19:58:48.786Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T19:58:48.795Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T19:58:49.264Z] ++ 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-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T19:58:49.265Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T19:58:49.265Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T19:58:49.265Z] ++ cut -d/ -f2 [2021-02-01T19:58:49.265Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T19:58:49.334Z] 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-01T19:58:50.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T19:58:50.727Z] [2021-02-01T19:58:50.727Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T19:58:51.092Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T19:58:51.092Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T19:58:51.092Z] 31603596830f: Pulling fs layer [2021-02-01T19:58:51.092Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T19:58:51.092Z] 6ca5941a6612: Pulling fs layer [2021-02-01T19:58:51.092Z] ecc8261a40a4: Pulling fs layer [2021-02-01T19:58:51.092Z] ecc8261a40a4: Waiting [2021-02-01T19:58:51.092Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T19:58:51.092Z] 2a8b12db71e7: Download complete [2021-02-01T19:58:51.092Z] 31603596830f: Download complete [2021-02-01T19:58:51.362Z] ecc8261a40a4: Verifying Checksum [2021-02-01T19:58:51.363Z] ecc8261a40a4: Download complete [2021-02-01T19:58:51.363Z] 6ca5941a6612: Verifying Checksum [2021-02-01T19:58:51.363Z] 6ca5941a6612: Download complete [2021-02-01T19:58:51.624Z] 31603596830f: Pull complete [2021-02-01T19:58:51.624Z] 2a8b12db71e7: Pull complete [2021-02-01T19:58:52.588Z] 6ca5941a6612: Pull complete [2021-02-01T19:58:52.588Z] ecc8261a40a4: Pull complete [2021-02-01T19:58:52.588Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T19:58:52.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T19:58:52.851Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T19:58:52.954Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T19:58:53.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T19:58:55.722Z] $ docker top 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T19:58:56.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T19:58:56.085Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T19:58:56.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T19:58:56.305Z] $ docker exec 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 ssh-agent [2021-02-01T19:58:56.470Z] SSH_AUTH_SOCK=/tmp/ssh-Oz1Fs0gFuZEa/agent.11 [2021-02-01T19:58:56.470Z] SSH_AGENT_PID=16 [2021-02-01T19:58:56.482Z] Running ssh-add (command line suppressed) [2021-02-01T19:58:56.598Z] Identity added: /w/workspace/edgex-go/333@tmp/private_key_1999789196768141675.key (/w/workspace/edgex-go/333@tmp/private_key_1999789196768141675.key) [2021-02-01T19:58:56.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T19:58:56.979Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T19:58:57.003Z] $ docker exec --env ******** --env ******** 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 ssh-agent -k [2021-02-01T19:58:57.112Z] unset SSH_AUTH_SOCK; [2021-02-01T19:58:57.113Z] unset SSH_AGENT_PID; [2021-02-01T19:58:57.113Z] echo Agent pid 16 killed; [2021-02-01T19:58:57.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T19:58:57.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T19:58:57.309Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T19:58:57.468Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T19:58:57.472Z] $ docker exec 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 ssh-agent [2021-02-01T19:58:57.630Z] SSH_AUTH_SOCK=/tmp/ssh-tyGCWmkw072O/agent.46 [2021-02-01T19:58:57.630Z] SSH_AGENT_PID=52 [2021-02-01T19:58:57.637Z] Running ssh-add (command line suppressed) [2021-02-01T19:58:57.757Z] Identity added: /w/workspace/edgex-go/333@tmp/private_key_4086858429379183216.key (/w/workspace/edgex-go/333@tmp/private_key_4086858429379183216.key) [2021-02-01T19:58:57.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T19:58:58.142Z] + git semver init [2021-02-01T19:58:58.142Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T19:58:58.142Z] # $GIT_DIR = /w/workspace/edgex-go/333/.git [2021-02-01T19:58:58.142Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/333 [2021-02-01T19:58:58.142Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T19:58:58.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T19:58:58.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T19:58:58.142Z] # $SEMVER_BRANCH = master [2021-02-01T19:58:58.142Z] # $SEMVER_TEMP = /tmp/semver-342221124 [2021-02-01T19:58:58.142Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T19:59:16.325Z] # '/tmp/semver-342221124' -> '/w/workspace/edgex-go/333/.semver' [2021-02-01T19:59:17.274Z] # -> Force: false [2021-02-01T19:59:17.274Z] # $SEMVER_DIR = /w/workspace/edgex-go/333/.semver [Pipeline] } [2021-02-01T19:59:17.290Z] $ docker exec --env ******** --env ******** 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 ssh-agent -k [2021-02-01T19:59:17.530Z] unset SSH_AUTH_SOCK; [2021-02-01T19:59:17.530Z] unset SSH_AGENT_PID; [2021-02-01T19:59:17.530Z] echo Agent pid 52 killed; [2021-02-01T19:59:17.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T19:59:18.185Z] + git semver [Pipeline] } [2021-02-01T19:59:18.207Z] $ docker stop --time=1 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 [2021-02-01T19:59:19.778Z] $ docker rm -f 91d2a7ecbbef93c0ab147d6dcdefeff0ffd9ff763b0c5e43a1e87ce9dad1acc0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T19:59:20.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T19:59:20.809Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T19:59:20.812Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.69 [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] { [2021-02-01T19:59:21.477Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24406 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-01T19:59:21.650Z] Running in /w/workspace/edgex-go/333 [Pipeline] { [Pipeline] checkout [2021-02-01T19:59:21.864Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T19:59:22.176Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T19:59:22.484Z] + true [2021-02-01T19:59:22.484Z] + sudo service docker restart [2021-02-01T19:59:22.484Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T19:59:23.078Z] ========================================================= [2021-02-01T19:59:23.078Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T19:59:23.078Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T19:59:23.429Z] + 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-01T19:59:26.102Z] using credential edgex-jenkins-ssh [2021-02-01T19:59:26.204Z] Cloning the remote Git repository [2021-02-01T19:59:26.281Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T19:59:26.388Z] > git init /w/workspace/edgex-go/333 # timeout=10 [2021-02-01T19:59:26.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T19:59:26.451Z] > git --version # timeout=10 [2021-02-01T19:59:26.465Z] > git --version # 'git version 2.17.1' [2021-02-01T19:59:26.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T19:59:26.548Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T19:59:27.665Z] Sending build context to Docker daemon 327.4MB [2021-02-01T19:59:27.665Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T19:59:27.665Z] Step 2/6 : FROM ${BASE} [2021-02-01T19:59:27.665Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T19:59:27.665Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T19:59:27.665Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T19:59:27.665Z] de9db76c5a1d: Pulling fs layer [2021-02-01T19:59:27.665Z] bca2f99d35d6: Pulling fs layer [2021-02-01T19:59:27.665Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T19:59:27.665Z] 7c6f9722023f: Pulling fs layer [2021-02-01T19:59:27.665Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T19:59:27.665Z] 93359f2a8cfa: Waiting [2021-02-01T19:59:27.665Z] 7c6f9722023f: Waiting [2021-02-01T19:59:27.665Z] a35cf1a2eb13: Waiting [2021-02-01T19:59:27.665Z] bca2f99d35d6: Waiting [2021-02-01T19:59:27.665Z] de9db76c5a1d: Verifying Checksum [2021-02-01T19:59:27.665Z] de9db76c5a1d: Download complete [2021-02-01T19:59:27.665Z] 0ef7d3d256c8: Download complete [2021-02-01T19:59:27.665Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T19:59:27.665Z] 93359f2a8cfa: Download complete [2021-02-01T19:59:27.665Z] 7c6f9722023f: Verifying Checksum [2021-02-01T19:59:27.665Z] 7c6f9722023f: Download complete [2021-02-01T19:59:27.665Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T19:59:27.665Z] 188c0c94c7c5: Download complete [2021-02-01T19:59:28.246Z] 188c0c94c7c5: Pull complete [2021-02-01T19:59:28.246Z] 0ef7d3d256c8: Pull complete [2021-02-01T19:59:28.509Z] de9db76c5a1d: Pull complete [2021-02-01T19:59:29.463Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T19:59:29.463Z] a35cf1a2eb13: Download complete [2021-02-01T19:59:30.039Z] bca2f99d35d6: Verifying Checksum [2021-02-01T19:59:30.039Z] bca2f99d35d6: Download complete [2021-02-01T19:59:36.670Z] bca2f99d35d6: Pull complete [2021-02-01T19:59:36.670Z] 93359f2a8cfa: Pull complete [2021-02-01T19:59:36.670Z] 7c6f9722023f: Pull complete [2021-02-01T19:59:40.907Z] a35cf1a2eb13: Pull complete [2021-02-01T19:59:40.907Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T19:59:40.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T19:59:40.907Z] ---> a62c8e92a672 [2021-02-01T19:59:40.907Z] 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-01T19:59:40.907Z] ---> Running in c3a3782f8ed6 [2021-02-01T19:59:41.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T19:59:42.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T19:59:42.687Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T19:59:43.280Z] (2/12) Installing file (5.38-r0) [2021-02-01T19:59:43.280Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T19:59:43.547Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T19:59:45.737Z] Checking out Revision 98466e142dc9f0c0a385fd688c007d116986330a (master) [2021-02-01T19:59:45.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T19:59:45.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T19:59:45.149Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T19:59:45.183Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T19:59:45.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T19:59:45.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T19:59:45.779Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T19:59:45.799Z] > git checkout -f 98466e142dc9f0c0a385fd688c007d116986330a # timeout=10 [2021-02-01T19:59:47.788Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T19:59:48.053Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T19:59:48.053Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T19:59:48.053Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T19:59:48.321Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T19:59:48.321Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T19:59:48.321Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T19:59:48.590Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T19:59:48.590Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T19:59:48.590Z] OK: 233 MiB in 51 packages [2021-02-01T19:59:50.245Z] Commit message: "Merge pull request #3075 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T19:59:51.944Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T19:59:52.346Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T19:59:52.690Z] + sudo service docker restart [2021-02-01T19:59:52.690Z] + true [2021-02-01T19:59:52.834Z] Removing intermediate container c3a3782f8ed6 [2021-02-01T19:59:52.834Z] ---> 76ee56b1a5d1 [2021-02-01T19:59:52.834Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T19:59:52.834Z] ---> Running in cd163a010146 [2021-02-01T19:59:52.834Z] Removing intermediate container cd163a010146 [2021-02-01T19:59:52.834Z] ---> c49ae72a0d1b [2021-02-01T19:59:52.834Z] Step 5/6 : COPY go.mod . [2021-02-01T19:59:52.834Z] ---> a51cbb19dac1 [2021-02-01T19:59:52.834Z] Step 6/6 : RUN go mod download [2021-02-01T19:59:52.834Z] ---> Running in 0cb8170cd395 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T19:59:54.761Z] provisioning config files... [2021-02-01T19:59:54.803Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/333@tmp/config6005773070213957701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T19:59:55.212Z] ---> docker-login.sh [2021-02-01T19:59:55.212Z] nexus3.edgexfoundry.org:10001 [2021-02-01T19:59:56.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:59:56.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:59:56.467Z] Configure a credential helper to remove this warning. See [2021-02-01T19:59:56.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:59:56.467Z] [2021-02-01T19:59:56.467Z] Login Succeeded [2021-02-01T19:59:56.467Z] nexus3.edgexfoundry.org:10002 [2021-02-01T19:59:56.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:59:57.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:59:57.022Z] Configure a credential helper to remove this warning. See [2021-02-01T19:59:57.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:59:57.022Z] [2021-02-01T19:59:57.022Z] Login Succeeded [2021-02-01T19:59:57.022Z] nexus3.edgexfoundry.org:10003 [2021-02-01T19:59:57.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:59:57.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:59:57.567Z] Configure a credential helper to remove this warning. See [2021-02-01T19:59:57.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:59:57.567Z] [2021-02-01T19:59:57.567Z] Login Succeeded [2021-02-01T19:59:57.567Z] nexus3.edgexfoundry.org:10004 [2021-02-01T19:59:57.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:59:58.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:59:58.118Z] Configure a credential helper to remove this warning. See [2021-02-01T19:59:58.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:59:58.118Z] [2021-02-01T19:59:58.118Z] Login Succeeded [2021-02-01T19:59:58.118Z] docker.io [2021-02-01T19:59:58.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T19:59:58.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T19:59:58.662Z] Configure a credential helper to remove this warning. See [2021-02-01T19:59:58.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T19:59:58.662Z] [2021-02-01T19:59:58.662Z] Login Succeeded [2021-02-01T19:59:58.662Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T19:59:58.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T19:59:59.156Z] ========================================================= [2021-02-01T19:59:59.157Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T19:59:59.157Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T19:59:59.543Z] + 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-01T20:00:02.224Z] Sending build context to Docker daemon 166MB [2021-02-01T20:00:02.224Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T20:00:02.224Z] Step 2/6 : FROM ${BASE} [2021-02-01T20:00:02.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T20:00:02.224Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T20:00:02.224Z] a4357932f1b6: Pulling fs layer [2021-02-01T20:00:02.224Z] 18c013af1878: Pulling fs layer [2021-02-01T20:00:02.224Z] 00ac8860ef70: Pulling fs layer [2021-02-01T20:00:02.224Z] 63d7cb157983: Pulling fs layer [2021-02-01T20:00:02.224Z] b116817d02f9: Pulling fs layer [2021-02-01T20:00:02.224Z] 745a02a5169b: Pulling fs layer [2021-02-01T20:00:02.224Z] 00ac8860ef70: Waiting [2021-02-01T20:00:02.224Z] 63d7cb157983: Waiting [2021-02-01T20:00:02.224Z] b116817d02f9: Waiting [2021-02-01T20:00:02.224Z] 745a02a5169b: Waiting [2021-02-01T20:00:02.225Z] 18c013af1878: Verifying Checksum [2021-02-01T20:00:02.225Z] 18c013af1878: Download complete [2021-02-01T20:00:02.225Z] a4357932f1b6: Verifying Checksum [2021-02-01T20:00:02.225Z] a4357932f1b6: Download complete [2021-02-01T20:00:02.225Z] 63d7cb157983: Verifying Checksum [2021-02-01T20:00:02.225Z] 63d7cb157983: Download complete [2021-02-01T20:00:02.225Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T20:00:02.225Z] b116817d02f9: Verifying Checksum [2021-02-01T20:00:02.225Z] b116817d02f9: Download complete [2021-02-01T20:00:02.844Z] 5f621e34cdf4: Pull complete [2021-02-01T20:00:03.453Z] a4357932f1b6: Pull complete [2021-02-01T20:00:03.737Z] 18c013af1878: Pull complete [2021-02-01T20:00:04.722Z] 745a02a5169b: Verifying Checksum [2021-02-01T20:00:04.722Z] 745a02a5169b: Download complete [2021-02-01T20:00:05.698Z] 00ac8860ef70: Verifying Checksum [2021-02-01T20:00:05.698Z] 00ac8860ef70: Download complete [2021-02-01T20:00:14.861Z] Removing intermediate container 0cb8170cd395 [2021-02-01T20:00:14.862Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:00:14.862Z] Successfully built 4a1ff5ba3cc6 [2021-02-01T20:00:14.862Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:00:15.183Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T20:00:15.183Z] . [Pipeline] withDockerContainer [2021-02-01T20:00:15.299Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:00:15.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:00:15.861Z] 00ac8860ef70: Pull complete [2021-02-01T20:00:16.141Z] 63d7cb157983: Pull complete [2021-02-01T20:00:16.197Z] $ docker top ef5d63597487315ba39e851d7faaa470e6eed3b3fb9e680f27df982eff830d00 -eo pid,comm [Pipeline] { [2021-02-01T20:00:16.421Z] b116817d02f9: Pull complete [Pipeline] sh [2021-02-01T20:00:16.736Z] + go version [2021-02-01T20:00:16.736Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T20:00:16.754Z] $ docker stop --time=1 ef5d63597487315ba39e851d7faaa470e6eed3b3fb9e680f27df982eff830d00 [2021-02-01T20:00:18.112Z] $ docker rm -f ef5d63597487315ba39e851d7faaa470e6eed3b3fb9e680f27df982eff830d00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:00:18.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T20:00:18.973Z] . [Pipeline] withDockerContainer [2021-02-01T20:00:19.075Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:00:19.129Z] $ 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/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:00:20.738Z] 745a02a5169b: Pull complete [2021-02-01T20:00:20.738Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T20:00:20.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T20:00:20.739Z] ---> b7e6874047d6 [2021-02-01T20:00:20.739Z] 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-01T20:00:20.744Z] $ docker top c9829ecdba6e2359e33a980b2e160f4738ef6c53a2c7d2486ceb78c020fa79f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T20:00:20.965Z] ========================================================= [2021-02-01T20:00:20.965Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T20:00:20.965Z] ========================================================= [Pipeline] sh [2021-02-01T20:00:21.263Z] + make test [2021-02-01T20:00:21.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T20:00:24.156Z] ---> Running in 5972bc084625 [2021-02-01T20:00:25.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:00:26.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:00:26.654Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T20:00:26.654Z] (2/12) Installing file (5.38-r0) [2021-02-01T20:00:26.654Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T20:00:26.932Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T20:00:29.944Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T20:00:32.326Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T20:00:32.326Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T20:00:32.326Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T20:00:32.326Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T20:00:32.326Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T20:00:32.326Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T20:00:32.326Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T20:00:32.326Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T20:00:32.326Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:00:32.326Z] OK: 217 MiB in 51 packages [2021-02-01T20:00:36.655Z] Removing intermediate container 5972bc084625 [2021-02-01T20:00:36.655Z] ---> a5ea07d7f523 [2021-02-01T20:00:36.655Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T20:00:36.655Z] ---> Running in 2deb71a92146 [2021-02-01T20:00:36.931Z] Removing intermediate container 2deb71a92146 [2021-02-01T20:00:36.931Z] ---> 0a76baf09819 [2021-02-01T20:00:36.931Z] Step 5/6 : COPY go.mod . [2021-02-01T20:00:37.526Z] ---> 7c2f0e8f9b2e [2021-02-01T20:00:37.526Z] Step 6/6 : RUN go mod download [2021-02-01T20:00:37.526Z] ---> Running in fe167fa35058 [2021-02-01T20:00:45.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T20:00:51.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T20:00:51.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T20:00:51.713Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T20:00:51.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T20:00:54.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T20:00:54.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T20:00:54.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T20:00:54.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T20:00:54.299Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T20:00:54.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T20:00:57.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T20:00:57.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T20:00:57.540Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T20:01:00.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.0% of statements [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T20:01:00.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T20:01:00.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-01T20:01:02.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T20:01:02.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T20:01:02.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T20:01:02.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T20:01:02.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.410s coverage: 82.3% of statements [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T20:01:02.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T20:01:04.364Z] Removing intermediate container fe167fa35058 [2021-02-01T20:01:04.364Z] ---> 30c33608346a [2021-02-01T20:01:04.364Z] Successfully built 30c33608346a [2021-02-01T20:01:04.364Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:01:04.725Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T20:01:04.725Z] . [Pipeline] withDockerContainer [2021-02-01T20:01:05.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-24406 does not seem to be running inside a container [2021-02-01T20:01:05.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T20:01:05.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T20:01:05.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T20:01:06.563Z] $ docker top b0523f211954bf12824cafe6c22127f4a811023f1e6ffcd46dd0dcd375256d01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:01:07.562Z] + go version [2021-02-01T20:01:07.562Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T20:01:07.613Z] $ docker stop --time=1 b0523f211954bf12824cafe6c22127f4a811023f1e6ffcd46dd0dcd375256d01 [2021-02-01T20:01:07.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.369s coverage: 92.8% of statements [2021-02-01T20:01:07.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T20:01:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-02-01T20:01:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-02-01T20:01:09.460Z] $ docker rm -f b0523f211954bf12824cafe6c22127f4a811023f1e6ffcd46dd0dcd375256d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:01:13.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T20:01:13.400Z] [2021-02-01T20:01:13.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:01:13.789Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T20:01:14.064Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T20:01:14.064Z] 29e5d40040c1: Pulling fs layer [2021-02-01T20:01:14.064Z] 1ce36da41761: Pulling fs layer [2021-02-01T20:01:14.064Z] 25b303627fd3: Pulling fs layer [2021-02-01T20:01:14.064Z] 29e5d40040c1: Download complete [2021-02-01T20:01:14.681Z] 1ce36da41761: Verifying Checksum [2021-02-01T20:01:14.681Z] 1ce36da41761: Download complete [2021-02-01T20:01:14.681Z] 29e5d40040c1: Pull complete [2021-02-01T20:01:16.136Z] 1ce36da41761: Pull complete [2021-02-01T20:01:16.411Z] 25b303627fd3: Verifying Checksum [2021-02-01T20:01:16.411Z] 25b303627fd3: Download complete [2021-02-01T20:01:20.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-02-01T20:01:20.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-01T20:01:26.607Z] 25b303627fd3: Pull complete [2021-02-01T20:01:26.607Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T20:01:26.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T20:01:26.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T20:01:26.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-24406 does not seem to be running inside a container [2021-02-01T20:01:26.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T20:01:29.988Z] $ docker top 9bd37b0a597a8a33f16b2ee36d1154de9359d66807769a4ab8564fa07add2375 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:01:31.042Z] + docker-compose build --help [2021-02-01T20:01:31.042Z] + grep parallel [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 68.9% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.318s coverage: 84.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T20:01:32.707Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-01T20:01:32.707Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-01T20:01:32.707Z] GO111MODULE=on go vet ./... [2021-02-01T20:01:34.419Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T20:01:34.462Z] $ docker stop --time=1 9bd37b0a597a8a33f16b2ee36d1154de9359d66807769a4ab8564fa07add2375 [2021-02-01T20:01:36.414Z] $ docker rm -f 9bd37b0a597a8a33f16b2ee36d1154de9359d66807769a4ab8564fa07add2375 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:01:37.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T20:01:37.220Z] . [Pipeline] withDockerContainer [2021-02-01T20:01:37.479Z] prd-ubuntu18.04-docker-arm64-4c-16g-24406 does not seem to be running inside a container [2021-02-01T20:01:37.584Z] $ 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/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:01:38.930Z] $ docker top 484327dd1a15f97a14c20abc98be5ea10d548e0cb0d0829e6d3d41eb91a0d512 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:01:39.949Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T20:01:43.353Z] Building docker-core-command-go ... [2021-02-01T20:01:43.353Z] Building docker-core-data-go ... [2021-02-01T20:01:43.353Z] Building docker-core-metadata-go ... [2021-02-01T20:01:43.353Z] Building docker-security-bootstrapper-go ... [2021-02-01T20:01:43.353Z] Building docker-security-proxy-setup-go ... [2021-02-01T20:01:43.353Z] Building docker-security-secretstore-setup-go ... [2021-02-01T20:01:43.353Z] Building docker-support-notifications-go ... [2021-02-01T20:01:43.353Z] Building docker-support-scheduler-go ... [2021-02-01T20:01:43.353Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T20:01:43.353Z] Building docker-sys-mgmt-agent-go [2021-02-01T20:01:43.353Z] Building docker-support-scheduler-go [2021-02-01T20:01:43.353Z] Building docker-security-proxy-setup-go [2021-02-01T20:01:43.353Z] Building docker-security-secretstore-setup-go [2021-02-01T20:01:43.353Z] Building docker-core-command-go [2021-02-01T20:01:59.443Z] gofmt -l . [2021-02-01T20:01:59.444Z] [ "`gofmt -l .`" = "" ] [2021-02-01T20:01:59.444Z] ./bin/test-go-mod-tidy.sh [2021-02-01T20:01:59.444Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T20:01:59.758Z] + ls -al . [2021-02-01T20:01:59.758Z] total 680 [2021-02-01T20:01:59.758Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 20:01 . [2021-02-01T20:01:59.758Z] drwxr-xr-x 4 root root 32 Feb 1 20:00 .. [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 19:58 .dockerignore [2021-02-01T20:01:59.758Z] drwxrwxr-x 8 1001 1001 162 Feb 1 19:58 .git [2021-02-01T20:01:59.758Z] drwxrwxr-x 3 1001 1001 125 Feb 1 19:58 .github [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 19:58 .gitignore [2021-02-01T20:01:59.758Z] drwx------ 3 1001 1001 45 Feb 1 19:59 .semver [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 19:58 .sonarcloud.properties [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 19:58 Attribution.txt [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 19:58 CONTRIBUTING.md [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 19:58 Dockerfile.build [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 19:58 Jenkinsfile [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 19:58 LICENSE [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 19:58 Makefile [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 19:58 README.md [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 19:58 SECURITY.md [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 12 Feb 1 19:59 VERSION [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 19:58 ZMQWindows.md [2021-02-01T20:01:59.758Z] drwxrwxr-x 2 1001 1001 117 Feb 1 19:58 bin [2021-02-01T20:01:59.758Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 19:58 cmd [2021-02-01T20:01:59.758Z] -rw-r--r-- 1 root root 574984 Feb 1 20:01 coverage.out [2021-02-01T20:01:59.758Z] -rw-r--r-- 1 root root 1054 Feb 1 20:01 go.mod [2021-02-01T20:01:59.758Z] -rw-r--r-- 1 root root 19399 Feb 1 20:01 go.sum [2021-02-01T20:01:59.758Z] drwxrwxr-x 8 1001 1001 127 Feb 1 19:58 internal [2021-02-01T20:01:59.758Z] drwxrwxr-x 4 1001 1001 26 Feb 1 19:58 openapi [2021-02-01T20:01:59.758Z] drwxrwxr-x 4 1001 1001 71 Feb 1 19:58 snap [2021-02-01T20:01:59.758Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 19:58 version.go [Pipeline] sh [2021-02-01T20:02:00.060Z] + '[' -e coverage.out ] [2021-02-01T20:02:00.061Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T20:02:00.261Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T20:02:00.565Z] + make build [2021-02-01T20:02:00.565Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T20:02:03.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T20:02:12.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T20:02:13.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T20:02:14.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T20:02:14.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T20:02:16.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T20:02:18.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T20:02:18.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T20:02:20.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T20:02:21.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T20:02:21.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T20:02:23.536Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-01T20:02:24.999Z] $ docker stop --time=1 c9829ecdba6e2359e33a980b2e160f4738ef6c53a2c7d2486ceb78c020fa79f4 [2021-02-01T20:02:26.716Z] $ docker rm -f c9829ecdba6e2359e33a980b2e160f4738ef6c53a2c7d2486ceb78c020fa79f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:02:27.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:02:27.894Z] [2021-02-01T20:02:27.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:02:28.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:02:28.245Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T20:02:28.245Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T20:02:28.245Z] ca9280d653b3: Pulling fs layer [2021-02-01T20:02:28.245Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T20:02:28.508Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-01T20:02:28.508Z] cbdbe7a5bc2a: Download complete [2021-02-01T20:02:28.774Z] cbdbe7a5bc2a: Pull complete [2021-02-01T20:02:28.774Z] ca9280d653b3: Verifying Checksum [2021-02-01T20:02:28.774Z] ca9280d653b3: Download complete [2021-02-01T20:02:29.732Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T20:02:29.732Z] 7e9c9ca2126c: Download complete [2021-02-01T20:02:30.000Z] ca9280d653b3: Pull complete [2021-02-01T20:02:30.324Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:02:30.324Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:02:30.324Z] ---> 30c33608346a [2021-02-01T20:02:30.324Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T20:02:30.324Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:02:30.324Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:02:30.324Z] ---> 30c33608346a [2021-02-01T20:02:30.324Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T20:02:30.324Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:02:30.324Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:02:30.324Z] ---> 30c33608346a [2021-02-01T20:02:30.324Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T20:02:30.324Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:02:30.324Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:02:30.324Z] ---> 30c33608346a [2021-02-01T20:02:30.324Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:02:30.324Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:02:30.324Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:02:30.324Z] ---> 30c33608346a [2021-02-01T20:02:30.324Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:02:33.713Z] ---> Running in 651c3bddeab9 [2021-02-01T20:02:33.713Z] ---> Running in bcf18e74811a [2021-02-01T20:02:33.713Z] ---> Running in f6672282cedf [2021-02-01T20:02:33.713Z] ---> Running in a4c547ed174f [2021-02-01T20:02:33.713Z] ---> Running in c57814e1484d [2021-02-01T20:02:34.317Z] Removing intermediate container c57814e1484d [2021-02-01T20:02:34.317Z] ---> 6e8a5ccbe1bc [2021-02-01T20:02:34.318Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:02:34.318Z] Removing intermediate container 651c3bddeab9 [2021-02-01T20:02:34.318Z] ---> 8d8564284b8d [2021-02-01T20:02:34.318Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:02:34.318Z] Removing intermediate container f6672282cedf [2021-02-01T20:02:34.318Z] ---> d0059869f581 [2021-02-01T20:02:34.318Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:02:34.589Z] Removing intermediate container bcf18e74811a [2021-02-01T20:02:34.589Z] ---> a397f6145f14 [2021-02-01T20:02:34.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:02:34.589Z] Removing intermediate container a4c547ed174f [2021-02-01T20:02:34.589Z] ---> 0c01b4fc0549 [2021-02-01T20:02:34.589Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:02:34.589Z] ---> Running in ff891c21e48a [2021-02-01T20:02:34.589Z] ---> Running in e2669ace7177 [2021-02-01T20:02:34.867Z] ---> Running in 4810cd5ef816 [2021-02-01T20:02:34.867Z] ---> Running in ff225a83bb0b [2021-02-01T20:02:35.139Z] ---> Running in d4f326bf1558 [2021-02-01T20:02:38.165Z] 7e9c9ca2126c: Pull complete [2021-02-01T20:02:38.165Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T20:02:38.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:02:38.165Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T20:02:38.273Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:02:38.325Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:02:38.544Z] Removing intermediate container ff891c21e48a [2021-02-01T20:02:38.544Z] ---> 7808254a1b00 [2021-02-01T20:02:38.544Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:02:38.544Z] ---> Running in 82f4693dfa14 [2021-02-01T20:02:38.817Z] Removing intermediate container e2669ace7177 [2021-02-01T20:02:38.817Z] ---> ae15db18aaaf [2021-02-01T20:02:38.817Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T20:02:38.817Z] Removing intermediate container 4810cd5ef816 [2021-02-01T20:02:38.817Z] ---> 6015902bd39a [2021-02-01T20:02:38.817Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T20:02:39.096Z] ---> Running in e08af7514a87 [2021-02-01T20:02:39.096Z] ---> Running in 2018d29f255e [2021-02-01T20:02:39.096Z] Removing intermediate container d4f326bf1558 [2021-02-01T20:02:39.096Z] ---> 1a6f447ab769 [2021-02-01T20:02:39.096Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T20:02:39.096Z] Removing intermediate container ff225a83bb0b [2021-02-01T20:02:39.096Z] ---> 1c19de83a954 [2021-02-01T20:02:39.096Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T20:02:39.873Z] ---> Running in 3477bd2fddb7 [2021-02-01T20:02:39.873Z] ---> Running in a34d4814e4c3 [2021-02-01T20:02:40.184Z] $ docker top e421b77b326bf61e80638c82d2b0b362b479ee94dea8a14f2aa6bb8fac8c4a81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:02:40.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:40.741Z] + docker-compose build --help [2021-02-01T20:02:40.741Z] + grep parallel [2021-02-01T20:02:41.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:41.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:41.686Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T20:02:41.702Z] $ docker stop --time=1 e421b77b326bf61e80638c82d2b0b362b479ee94dea8a14f2aa6bb8fac8c4a81 [2021-02-01T20:02:41.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:41.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:41.818Z] OK: 217 MiB in 51 packages [2021-02-01T20:02:41.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:42.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:42.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:42.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:43.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:02:43.013Z] OK: 217 MiB in 51 packages [2021-02-01T20:02:43.013Z] Removing intermediate container 82f4693dfa14 [2021-02-01T20:02:43.013Z] ---> 21a08dac42a4 [2021-02-01T20:02:43.013Z] Step 6/23 : COPY go.mod . [2021-02-01T20:02:43.088Z] $ docker rm -f e421b77b326bf61e80638c82d2b0b362b479ee94dea8a14f2aa6bb8fac8c4a81 [Pipeline] // withDockerContainer [2021-02-01T20:02:43.298Z] OK: 217 MiB in 51 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:02:43.579Z] OK: 217 MiB in 51 packages [2021-02-01T20:02:43.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T20:02:43.724Z] . [Pipeline] withDockerContainer [2021-02-01T20:02:43.822Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:02:43.871Z] $ 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/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:02:44.195Z] OK: 217 MiB in 51 packages [2021-02-01T20:02:44.471Z] ---> 5efa20f8464b [2021-02-01T20:02:44.471Z] Step 7/23 : RUN go mod download [2021-02-01T20:02:44.578Z] $ docker top 44e9ca82c4748e706b9d883db569889d6a7a392bdfc871916340f42edc3ea59a -eo pid,comm [Pipeline] { [2021-02-01T20:02:44.744Z] ---> Running in 2635a1130e68 [Pipeline] sh [2021-02-01T20:02:45.016Z] Removing intermediate container e08af7514a87 [2021-02-01T20:02:45.016Z] ---> ca8a244ea11e [2021-02-01T20:02:45.016Z] Step 6/26 : COPY go.mod . [2021-02-01T20:02:45.077Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T20:02:45.619Z] Removing intermediate container a34d4814e4c3 [2021-02-01T20:02:45.619Z] ---> e19b2f2b81af [2021-02-01T20:02:45.619Z] Step 6/22 : COPY go.mod . [2021-02-01T20:02:45.904Z] Removing intermediate container 2018d29f255e [2021-02-01T20:02:45.904Z] ---> 180ef2a77ded [2021-02-01T20:02:45.904Z] Step 6/21 : COPY go.mod . [2021-02-01T20:02:46.023Z] Building docker-core-command-go ... [2021-02-01T20:02:46.023Z] Building docker-core-data-go ... [2021-02-01T20:02:46.023Z] Building docker-core-metadata-go ... [2021-02-01T20:02:46.023Z] Building docker-security-bootstrapper-go ... [2021-02-01T20:02:46.023Z] Building docker-security-proxy-setup-go ... [2021-02-01T20:02:46.023Z] Building docker-security-secretstore-setup-go ... [2021-02-01T20:02:46.023Z] Building docker-support-notifications-go ... [2021-02-01T20:02:46.023Z] Building docker-support-scheduler-go ... [2021-02-01T20:02:46.023Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T20:02:46.023Z] Building docker-core-metadata-go [2021-02-01T20:02:46.023Z] Building docker-support-notifications-go [2021-02-01T20:02:46.023Z] Building docker-security-proxy-setup-go [2021-02-01T20:02:46.023Z] Building docker-core-command-go [2021-02-01T20:02:46.023Z] Building docker-security-secretstore-setup-go [2021-02-01T20:02:46.180Z] ---> 0c9366b3209d [2021-02-01T20:02:46.180Z] Step 7/26 : RUN go mod download [2021-02-01T20:02:46.180Z] Removing intermediate container 3477bd2fddb7 [2021-02-01T20:02:46.180Z] ---> 233dab790f54 [2021-02-01T20:02:46.180Z] Step 6/24 : COPY go.mod . [2021-02-01T20:02:46.453Z] ---> Running in 286abc6234a8 [2021-02-01T20:02:46.728Z] ---> 1c8c4611b490 [2021-02-01T20:02:46.728Z] Step 7/22 : RUN go mod download [2021-02-01T20:02:47.008Z] ---> f836c550a946 [2021-02-01T20:02:47.008Z] Step 7/21 : RUN go mod download [2021-02-01T20:02:47.008Z] ---> Running in cb6432c582d9 [2021-02-01T20:02:47.280Z] ---> Running in b9112683d5ff [2021-02-01T20:02:47.552Z] ---> 7d0ced8b185f [2021-02-01T20:02:47.552Z] Step 7/24 : RUN go mod download [2021-02-01T20:02:47.829Z] ---> Running in de56bb5deed7 [2021-02-01T20:02:49.278Z] Removing intermediate container 2635a1130e68 [2021-02-01T20:02:49.278Z] ---> 264a3e080c6b [2021-02-01T20:02:49.278Z] Step 8/23 : COPY . . [2021-02-01T20:02:51.259Z] Removing intermediate container 286abc6234a8 [2021-02-01T20:02:51.259Z] ---> e039458c7971 [2021-02-01T20:02:51.259Z] Step 8/26 : COPY . . [2021-02-01T20:02:52.247Z] Removing intermediate container cb6432c582d9 [2021-02-01T20:02:52.247Z] ---> 253af4746bff [2021-02-01T20:02:52.247Z] Step 8/22 : COPY . . [2021-02-01T20:02:52.849Z] Removing intermediate container b9112683d5ff [2021-02-01T20:02:52.849Z] ---> 6af01e124fe8 [2021-02-01T20:02:52.849Z] Step 8/21 : COPY . . [2021-02-01T20:02:53.123Z] Removing intermediate container de56bb5deed7 [2021-02-01T20:02:53.123Z] ---> a67cb9669272 [2021-02-01T20:02:53.123Z] Step 8/24 : COPY . . [2021-02-01T20:03:08.227Z] ---> c5087a614c1c [2021-02-01T20:03:08.227Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T20:03:08.227Z] ---> ccbe3656bf0b [2021-02-01T20:03:08.227Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T20:03:08.227Z] ---> 1c3f4f40396a [2021-02-01T20:03:08.227Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T20:03:08.227Z] ---> Running in 376be4c284dd [2021-02-01T20:03:08.227Z] ---> 426c9f3fcc0a [2021-02-01T20:03:08.227Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T20:03:08.227Z] ---> 3631f834d961 [2021-02-01T20:03:08.227Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T20:03:08.227Z] ---> Running in 36019cc999e2 [2021-02-01T20:03:08.227Z] ---> Running in a9bbbcd02f1e [2021-02-01T20:03:08.227Z] ---> Running in b90f468b523c [2021-02-01T20:03:08.227Z] ---> Running in 5ef3f74b1375 [2021-02-01T20:03:09.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T20:03:10.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T20:03:10.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T20:03:10.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T20:03:10.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T20:03:18.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:03:18.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:03:18.328Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:03:18.328Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:03:18.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:03:18.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:03:18.328Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:03:18.328Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:03:18.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:03:18.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:03:18.328Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:03:18.328Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:03:18.612Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:03:18.613Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:03:18.613Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:03:18.613Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T20:03:18.613Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:03:18.613Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:03:18.613Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:03:18.613Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T20:03:19.564Z] ---> Running in 1fda4d26aaf2 [2021-02-01T20:03:19.564Z] ---> Running in 5997d795dd48 [2021-02-01T20:03:19.564Z] ---> Running in 81f8adea4b2d [2021-02-01T20:03:19.564Z] ---> Running in 7777db8969a8 [2021-02-01T20:03:19.564Z] ---> Running in 343fa512eb44 [2021-02-01T20:03:19.831Z] Removing intermediate container 1fda4d26aaf2 [2021-02-01T20:03:19.831Z] ---> 7e51f060b726 [2021-02-01T20:03:19.831Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:03:19.831Z] Removing intermediate container 5997d795dd48 [2021-02-01T20:03:19.831Z] ---> 1d8180838d6f [2021-02-01T20:03:19.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:03:20.093Z] Removing intermediate container 81f8adea4b2d [2021-02-01T20:03:20.093Z] ---> c0032f4e522e [2021-02-01T20:03:20.093Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:03:20.093Z] Removing intermediate container 7777db8969a8 [2021-02-01T20:03:20.093Z] ---> 1d09b1ffa84e [2021-02-01T20:03:20.093Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:03:20.093Z] Removing intermediate container 343fa512eb44 [2021-02-01T20:03:20.093Z] ---> b2c1ed7f393f [2021-02-01T20:03:20.093Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:03:20.093Z] ---> Running in 80652ac7f784 [2021-02-01T20:03:20.093Z] ---> Running in 71954a832158 [2021-02-01T20:03:20.093Z] ---> Running in 406828c72486 [2021-02-01T20:03:20.093Z] ---> Running in 5880cbe31d78 [2021-02-01T20:03:20.093Z] ---> Running in 49a2ed8b0b67 [2021-02-01T20:03:23.421Z] Removing intermediate container 71954a832158 [2021-02-01T20:03:23.421Z] ---> 7815c31905f4 [2021-02-01T20:03:23.421Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:03:23.421Z] Removing intermediate container 80652ac7f784 [2021-02-01T20:03:23.421Z] ---> 0c322f8fb75c [2021-02-01T20:03:23.421Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T20:03:23.421Z] Removing intermediate container 406828c72486 [2021-02-01T20:03:23.421Z] ---> b5c104116128 [2021-02-01T20:03:23.421Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T20:03:23.421Z] ---> Running in ef58b9552d03 [2021-02-01T20:03:23.421Z] Removing intermediate container 49a2ed8b0b67 [2021-02-01T20:03:23.421Z] ---> ae38672ffeb9 [2021-02-01T20:03:23.421Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T20:03:23.421Z] ---> Running in 6f66c0de0107 [2021-02-01T20:03:23.421Z] ---> Running in 3298b0ac6304 [2021-02-01T20:03:23.421Z] ---> Running in 512b02aa30fa [2021-02-01T20:03:23.421Z] Removing intermediate container 5880cbe31d78 [2021-02-01T20:03:23.421Z] ---> d3c353a3132f [2021-02-01T20:03:23.421Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:03:23.685Z] ---> Running in 23a1901ef028 [2021-02-01T20:03:24.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:24.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:24.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:24.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:24.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:24.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:25.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:25.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:25.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:25.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:03:25.318Z] OK: 233 MiB in 51 packages [2021-02-01T20:03:25.587Z] OK: 233 MiB in 51 packages [2021-02-01T20:03:25.587Z] OK: 233 MiB in 51 packages [2021-02-01T20:03:25.859Z] OK: 233 MiB in 51 packages [2021-02-01T20:03:25.859Z] OK: 233 MiB in 51 packages [2021-02-01T20:03:25.859Z] Removing intermediate container ef58b9552d03 [2021-02-01T20:03:25.859Z] ---> 3560fd7b5162 [2021-02-01T20:03:25.859Z] Step 6/23 : COPY go.mod . [2021-02-01T20:03:26.121Z] Removing intermediate container 6f66c0de0107 [2021-02-01T20:03:26.121Z] ---> 4a75bc27b82f [2021-02-01T20:03:26.121Z] Step 6/22 : COPY go.mod . [2021-02-01T20:03:26.383Z] ---> 29340dff762f [2021-02-01T20:03:26.383Z] Step 7/23 : RUN go mod download [2021-02-01T20:03:26.645Z] ---> Running in 8e09ea353097 [2021-02-01T20:03:26.645Z] ---> bfa2cd2b9c93 [2021-02-01T20:03:26.645Z] Step 7/22 : RUN go mod download [2021-02-01T20:03:26.645Z] Removing intermediate container 3298b0ac6304 [2021-02-01T20:03:26.645Z] ---> 019960a60105 [2021-02-01T20:03:26.645Z] Step 6/24 : COPY go.mod . [2021-02-01T20:03:26.907Z] ---> Running in b41f0aaea78d [2021-02-01T20:03:27.170Z] Removing intermediate container 512b02aa30fa [2021-02-01T20:03:27.170Z] ---> e1f5c23f0f79 [2021-02-01T20:03:27.170Z] Step 6/21 : COPY go.mod . [2021-02-01T20:03:27.170Z] ---> 19fb195006ee [2021-02-01T20:03:27.170Z] Step 7/24 : RUN go mod download [2021-02-01T20:03:27.170Z] Removing intermediate container 23a1901ef028 [2021-02-01T20:03:27.170Z] ---> 9a8268f49db3 [2021-02-01T20:03:27.170Z] Step 6/23 : COPY go.mod . [2021-02-01T20:03:27.433Z] ---> Running in 153385d93636 [2021-02-01T20:03:27.433Z] ---> 994683465e5a [2021-02-01T20:03:27.433Z] Step 7/21 : RUN go mod download [2021-02-01T20:03:27.696Z] ---> Running in 4dd5cbb520c3 [2021-02-01T20:03:27.696Z] ---> d4fbd6c78eaf [2021-02-01T20:03:27.696Z] Step 7/23 : RUN go mod download [2021-02-01T20:03:27.960Z] ---> Running in b398740b670b [2021-02-01T20:03:28.917Z] Removing intermediate container b41f0aaea78d [2021-02-01T20:03:28.917Z] ---> fef4fb1ed27d [2021-02-01T20:03:28.917Z] Step 8/22 : COPY . . [2021-02-01T20:03:28.917Z] Removing intermediate container 8e09ea353097 [2021-02-01T20:03:28.917Z] ---> 98c996d25ef4 [2021-02-01T20:03:28.917Z] Step 8/23 : COPY . . [2021-02-01T20:03:29.494Z] Removing intermediate container 153385d93636 [2021-02-01T20:03:29.494Z] ---> 9c402d637fea [2021-02-01T20:03:29.494Z] Step 8/24 : COPY . . [2021-02-01T20:03:33.751Z] Removing intermediate container 4dd5cbb520c3 [2021-02-01T20:03:33.751Z] ---> 0ebf5297cbd3 [2021-02-01T20:03:33.751Z] Step 8/21 : COPY . . [2021-02-01T20:03:38.013Z] Removing intermediate container b398740b670b [2021-02-01T20:03:38.013Z] ---> 0e259b990164 [2021-02-01T20:03:38.013Z] Step 8/23 : COPY . . [2021-02-01T20:04:10.275Z] ---> 57cc3dd8f070 [2021-02-01T20:04:10.275Z] ---> 4357d37bb36e [2021-02-01T20:04:10.275Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T20:04:10.275Z] [2021-02-01T20:04:10.275Z] ---> Running in 6a5eea677218 [2021-02-01T20:04:10.275Z] ---> Running in 5dc92b57e6fe [2021-02-01T20:04:10.275Z] ---> 1a4bc699d19f [2021-02-01T20:04:10.275Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T20:04:10.275Z] ---> 3268bf01a910 [2021-02-01T20:04:10.275Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T20:04:10.275Z] ---> 9f8067646b53 [2021-02-01T20:04:10.275Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T20:04:10.539Z] ---> Running in 9a70a7cc0ae5 [2021-02-01T20:04:10.539Z] ---> Running in a98d0791c11f [2021-02-01T20:04:10.539Z] ---> Running in 7784a2d147cc [2021-02-01T20:04:11.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T20:04:11.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T20:04:11.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T20:04:11.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T20:04:12.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T20:04:32.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T20:04:32.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T20:04:38.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T20:04:38.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T20:04:42.489Z] Removing intermediate container b90f468b523c [2021-02-01T20:04:42.489Z] ---> df11ba40247e [2021-02-01T20:04:42.489Z] [2021-02-01T20:04:42.489Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T20:04:42.489Z] 3.12: Pulling from library/alpine [2021-02-01T20:04:44.482Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T20:04:44.482Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T20:04:44.482Z] ---> afeebe901d6b [2021-02-01T20:04:44.482Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T20:04:45.096Z] ---> Running in 118aa3a6a39f [2021-02-01T20:04:45.385Z] Removing intermediate container 5dc92b57e6fe [2021-02-01T20:04:45.385Z] ---> 7d69e3c5b542 [2021-02-01T20:04:45.385Z] [2021-02-01T20:04:45.385Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:04:45.647Z] 3.12: Pulling from library/alpine [2021-02-01T20:04:46.085Z] Removing intermediate container a9bbbcd02f1e [2021-02-01T20:04:46.085Z] ---> 066e77a5eb96 [2021-02-01T20:04:46.085Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T20:04:46.361Z] ---> Running in af25b4384bd2 [2021-02-01T20:04:46.602Z] Removing intermediate container 9a70a7cc0ae5 [2021-02-01T20:04:46.602Z] ---> bf7f5c0088b5 [2021-02-01T20:04:46.602Z] [2021-02-01T20:04:46.602Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T20:04:46.602Z] 3.12: Pulling from library/alpine [2021-02-01T20:04:46.966Z] Removing intermediate container 5ef3f74b1375 [2021-02-01T20:04:46.966Z] ---> c9cf7e912770 [2021-02-01T20:04:46.966Z] [2021-02-01T20:04:46.966Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T20:04:46.966Z] ---> afeebe901d6b [2021-02-01T20:04:46.966Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T20:04:47.178Z] Removing intermediate container a98d0791c11f [2021-02-01T20:04:47.178Z] ---> 61247e994a71 [2021-02-01T20:04:47.178Z] [2021-02-01T20:04:47.178Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T20:04:47.178Z] 3.12: Pulling from library/alpine [2021-02-01T20:04:47.242Z] ---> Running in 5dc39106966b [2021-02-01T20:04:47.445Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T20:04:47.445Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T20:04:47.445Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T20:04:47.445Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T20:04:47.445Z] ---> 389fef711851 [2021-02-01T20:04:47.445Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T20:04:47.445Z] Status: Image is up to date for alpine:3.12 [2021-02-01T20:04:47.445Z] ---> 389fef711851 [2021-02-01T20:04:47.445Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T20:04:47.445Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T20:04:47.445Z] ---> 389fef711851 [2021-02-01T20:04:47.445Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T20:04:47.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:04:47.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:04:48.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T20:04:48.678Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T20:04:48.678Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:04:48.678Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T20:04:48.678Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T20:04:48.678Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T20:04:48.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:48.678Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:04:48.954Z] OK: 7 MiB in 19 packages [2021-02-01T20:04:48.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:04:49.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:04:49.837Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T20:04:50.114Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:04:50.114Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T20:04:50.114Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T20:04:50.114Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:50.114Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:04:50.389Z] OK: 7 MiB in 18 packages [2021-02-01T20:04:50.767Z] ---> Running in 26b6ad2e5dd2 [2021-02-01T20:04:50.767Z] ---> Running in 89ea84642bd5 [2021-02-01T20:04:50.767Z] ---> Running in 0157d1af0218 [2021-02-01T20:04:51.029Z] Removing intermediate container 7784a2d147cc [2021-02-01T20:04:51.029Z] ---> 53dd0577517d [2021-02-01T20:04:51.029Z] [2021-02-01T20:04:51.029Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:04:51.029Z] ---> 389fef711851 [2021-02-01T20:04:51.029Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:04:51.029Z] Removing intermediate container 6a5eea677218 [2021-02-01T20:04:51.029Z] ---> d17c492aab43 [2021-02-01T20:04:51.029Z] [2021-02-01T20:04:51.029Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:04:51.029Z] ---> 389fef711851 [2021-02-01T20:04:51.029Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:04:51.291Z] ---> Running in 8a0736003a17 [2021-02-01T20:04:51.291Z] ---> Running in 7bbf947824bf [2021-02-01T20:04:51.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:51.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:51.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:51.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.141Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T20:04:52.141Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:04:52.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.141Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T20:04:52.141Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T20:04:52.141Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T20:04:52.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:52.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:04:52.141Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:04:52.141Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T20:04:52.141Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T20:04:52.141Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T20:04:52.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:52.141Z] OK: 7 MiB in 18 packages [2021-02-01T20:04:52.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:04:52.393Z] Removing intermediate container 118aa3a6a39f [2021-02-01T20:04:52.393Z] ---> e62e6352eb52 [2021-02-01T20:04:52.393Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:04:52.405Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T20:04:52.405Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T20:04:52.405Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:52.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.405Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:04:52.405Z] OK: 7 MiB in 19 packages [2021-02-01T20:04:52.405Z] OK: 6 MiB in 16 packages [2021-02-01T20:04:52.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:04:52.666Z] ---> Running in 0563b8dee666 [2021-02-01T20:04:52.669Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:04:52.669Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:52.669Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:04:52.669Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:04:52.669Z] OK: 6 MiB in 15 packages [2021-02-01T20:04:53.267Z] Removing intermediate container 5dc39106966b [2021-02-01T20:04:53.267Z] ---> 0f65e5fa4dc9 [2021-02-01T20:04:53.267Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:04:53.548Z] Removing intermediate container 0563b8dee666 [2021-02-01T20:04:53.548Z] ---> cf177df1e15f [2021-02-01T20:04:53.548Z] Step 13/24 : WORKDIR / [2021-02-01T20:04:53.548Z] ---> Running in c7520a194294 [2021-02-01T20:04:53.821Z] ---> Running in 2d2683f2e34c [2021-02-01T20:04:54.095Z] Removing intermediate container af25b4384bd2 [2021-02-01T20:04:54.095Z] ---> 239566d2a664 [2021-02-01T20:04:54.095Z] [2021-02-01T20:04:54.095Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T20:04:54.095Z] 20.10.0: Pulling from library/docker [2021-02-01T20:04:54.586Z] OK: 6 MiB in 15 packages [2021-02-01T20:04:54.692Z] Removing intermediate container c7520a194294 [2021-02-01T20:04:54.692Z] ---> 475a1815493f [2021-02-01T20:04:54.692Z] Step 13/21 : WORKDIR /edgex [2021-02-01T20:04:55.293Z] Removing intermediate container 2d2683f2e34c [2021-02-01T20:04:55.293Z] ---> d595c3469ccf [2021-02-01T20:04:55.293Z] 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-01T20:04:55.537Z] Removing intermediate container 26b6ad2e5dd2 [2021-02-01T20:04:55.537Z] ---> 2e8ee367a2ff [2021-02-01T20:04:55.537Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:04:55.801Z] ---> Running in d146038e8175 [2021-02-01T20:04:55.801Z] Removing intermediate container 0157d1af0218 [2021-02-01T20:04:55.801Z] ---> 20a73ce9aa9b [2021-02-01T20:04:55.801Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T20:04:55.890Z] ---> Running in 66acc62a3b6a [2021-02-01T20:04:56.375Z] Removing intermediate container 89ea84642bd5 [2021-02-01T20:04:56.375Z] ---> 5c32836e50ae [2021-02-01T20:04:56.375Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:04:56.375Z] ---> Running in 89fb6808b86f [2021-02-01T20:04:56.638Z] Removing intermediate container 8a0736003a17 [2021-02-01T20:04:56.638Z] ---> 4f1cad2a6c24 [2021-02-01T20:04:56.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:04:56.638Z] Removing intermediate container 7bbf947824bf [2021-02-01T20:04:56.638Z] ---> 4617c7b96e0c [2021-02-01T20:04:56.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:04:56.638Z] Removing intermediate container d146038e8175 [2021-02-01T20:04:56.638Z] ---> 2817924150b9 [2021-02-01T20:04:56.638Z] Step 13/21 : WORKDIR /edgex [2021-02-01T20:04:56.638Z] ---> Running in 5addf7bf11e1 [2021-02-01T20:04:56.877Z] ---> fb0836217851 [2021-02-01T20:04:56.877Z] 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-01T20:04:56.901Z] ---> Running in f9409e7597bc [2021-02-01T20:04:56.901Z] ---> Running in 2173907b2676 [2021-02-01T20:04:56.901Z] ---> Running in b63598aa1206 [2021-02-01T20:04:56.901Z] Removing intermediate container 89fb6808b86f [2021-02-01T20:04:56.901Z] ---> 44832be4fbae [2021-02-01T20:04:56.901Z] Step 13/24 : WORKDIR / [2021-02-01T20:04:56.901Z] Removing intermediate container 5addf7bf11e1 [2021-02-01T20:04:56.901Z] ---> 6f3d3797a0a1 [2021-02-01T20:04:56.901Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T20:04:57.155Z] Removing intermediate container 376be4c284dd [2021-02-01T20:04:57.155Z] ---> 987ba9fcc9ee [2021-02-01T20:04:57.155Z] [2021-02-01T20:04:57.155Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:04:57.155Z] ---> afeebe901d6b [2021-02-01T20:04:57.155Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:04:57.166Z] ---> Running in 447cf1d3bdd0 [2021-02-01T20:04:57.166Z] ---> Running in e926b4a57e0e [2021-02-01T20:04:57.166Z] Removing intermediate container f9409e7597bc [2021-02-01T20:04:57.166Z] ---> 78e04a3f150a [2021-02-01T20:04:57.166Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T20:04:57.166Z] Removing intermediate container 2173907b2676 [2021-02-01T20:04:57.166Z] ---> f0da87cde573 [2021-02-01T20:04:57.166Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T20:04:57.429Z] Removing intermediate container b63598aa1206 [2021-02-01T20:04:57.429Z] ---> f7edf0e98674 [2021-02-01T20:04:57.429Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T20:04:57.429Z] ---> Running in 4128d58538fe [2021-02-01T20:04:57.429Z] ---> Running in 704e6cd5267d [2021-02-01T20:04:57.429Z] Removing intermediate container 447cf1d3bdd0 [2021-02-01T20:04:57.429Z] ---> 69f27ec87e91 [2021-02-01T20:04:57.429Z] 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-01T20:04:57.692Z] Removing intermediate container e926b4a57e0e [2021-02-01T20:04:57.692Z] ---> f229cfa9f362 [2021-02-01T20:04:57.692Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:04:57.692Z] ---> 55cb9aff4936 [2021-02-01T20:04:57.692Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T20:04:57.692Z] ---> Running in 993002e43313 [2021-02-01T20:04:57.751Z] Removing intermediate container 36019cc999e2 [2021-02-01T20:04:57.751Z] ---> c63317f6ffee [2021-02-01T20:04:57.751Z] [2021-02-01T20:04:57.751Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:04:57.751Z] ---> afeebe901d6b [2021-02-01T20:04:57.751Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:04:57.751Z] ---> Running in 52246d50bc5c [2021-02-01T20:04:57.751Z] ---> Running in 85855697fc60 [2021-02-01T20:04:57.954Z] Removing intermediate container 4128d58538fe [2021-02-01T20:04:57.954Z] ---> 625aad33e18f [2021-02-01T20:04:57.954Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T20:04:57.954Z] Removing intermediate container 704e6cd5267d [2021-02-01T20:04:57.954Z] ---> 5d6384d0c6c7 [2021-02-01T20:04:57.954Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T20:04:57.954Z] ---> 52f8a6544357 [2021-02-01T20:04:57.954Z] 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-01T20:04:58.024Z] Removing intermediate container 66acc62a3b6a [2021-02-01T20:04:58.024Z] ---> 20b2c5824159 [2021-02-01T20:04:58.024Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T20:04:58.215Z] ---> Running in 43e6e39def4a [2021-02-01T20:04:58.216Z] ---> Running in 02f640e05cc4 [2021-02-01T20:04:58.216Z] Removing intermediate container 993002e43313 [2021-02-01T20:04:58.216Z] ---> 9c02f4e8259a [2021-02-01T20:04:58.216Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:04:58.299Z] ---> 584bb1081d99 [2021-02-01T20:04:58.299Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T20:04:58.479Z] ---> 08704f3be356 [2021-02-01T20:04:58.480Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T20:04:58.480Z] ---> 50aca3f63a10 [2021-02-01T20:04:58.480Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T20:04:58.480Z] Removing intermediate container 43e6e39def4a [2021-02-01T20:04:58.480Z] ---> c24769ca1c90 [2021-02-01T20:04:58.480Z] Step 15/23 : WORKDIR / [2021-02-01T20:04:58.742Z] Removing intermediate container 02f640e05cc4 [2021-02-01T20:04:58.742Z] ---> 537b33c17b0f [2021-02-01T20:04:58.742Z] Step 15/23 : WORKDIR / [2021-02-01T20:04:58.742Z] ---> bf1313eb8e16 [2021-02-01T20:04:58.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T20:04:58.742Z] ---> Running in 257f022c623e [2021-02-01T20:04:58.742Z] ---> Running in cb23f7ed0bda [2021-02-01T20:04:59.008Z] ---> 188f0b514394 [2021-02-01T20:04:59.008Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T20:04:59.008Z] ---> c74e0d06772b [2021-02-01T20:04:59.008Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T20:04:59.270Z] ---> Running in 4e29b1f3e8c6 [2021-02-01T20:04:59.270Z] Removing intermediate container 257f022c623e [2021-02-01T20:04:59.270Z] ---> ec1b2e39f019 [2021-02-01T20:04:59.270Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:04:59.270Z] Removing intermediate container cb23f7ed0bda [2021-02-01T20:04:59.270Z] ---> eb5734bcfcb2 [2021-02-01T20:04:59.270Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:04:59.540Z] ---> 7a93fcacf453 [2021-02-01T20:04:59.540Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T20:04:59.540Z] Removing intermediate container 4e29b1f3e8c6 [2021-02-01T20:04:59.540Z] ---> 06eb39d5b258 [2021-02-01T20:04:59.540Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T20:04:59.540Z] ---> 2400e8757e30 [2021-02-01T20:04:59.540Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T20:04:59.736Z] ---> cc36dcdaae6b [2021-02-01T20:04:59.736Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T20:04:59.736Z] ---> 9f981662b380 [2021-02-01T20:04:59.736Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T20:04:59.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:04:59.806Z] ---> Running in 96cbae4214bf [2021-02-01T20:04:59.806Z] ---> 5350aa843f88 [2021-02-01T20:04:59.806Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T20:04:59.806Z] ---> ccd80aa1c82e [2021-02-01T20:04:59.806Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T20:05:00.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:00.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:00.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:00.070Z] ---> b6e682fb63bc [2021-02-01T20:05:00.070Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T20:05:00.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:05:00.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:05:00.610Z] OK: 5 MiB in 15 packages [2021-02-01T20:05:00.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T20:05:00.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:05:00.610Z] OK: 5 MiB in 15 packages [2021-02-01T20:05:00.643Z] Removing intermediate container 96cbae4214bf [2021-02-01T20:05:00.643Z] ---> 2519507d1d55 [2021-02-01T20:05:00.643Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T20:05:00.910Z] ---> Running in 8183adcc0214 [2021-02-01T20:05:00.910Z] ---> eb8d29a554c1 [2021-02-01T20:05:00.910Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T20:05:00.910Z] ---> Running in 390930819ff1 [2021-02-01T20:05:01.177Z] ---> 7091146b6258 [2021-02-01T20:05:01.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T20:05:01.177Z] Removing intermediate container 8183adcc0214 [2021-02-01T20:05:01.177Z] ---> ddf1848a585a [2021-02-01T20:05:01.177Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:05:01.177Z] ---> 37dd4fd8f8bf [2021-02-01T20:05:01.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T20:05:01.177Z] ---> Running in fc1a9e2f3cc5 [2021-02-01T20:05:01.443Z] Removing intermediate container 390930819ff1 [2021-02-01T20:05:01.443Z] ---> 79c645256025 [2021-02-01T20:05:01.443Z] Step 20/21 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:01.443Z] ---> 90870a6bbbe7 [2021-02-01T20:05:01.443Z] 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-01T20:05:01.443Z] ---> Running in 2d2c5ae1a290 [2021-02-01T20:05:01.705Z] ---> 10d6b274ca40 [2021-02-01T20:05:01.705Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T20:05:01.705Z] ---> Running in 669d6c63573d [2021-02-01T20:05:01.705Z] ---> ea7cffcdd493 [2021-02-01T20:05:01.705Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T20:05:01.705Z] Removing intermediate container fc1a9e2f3cc5 [2021-02-01T20:05:01.705Z] ---> 41be6ad72a67 [2021-02-01T20:05:01.705Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T20:05:01.972Z] ---> Running in aebdfdbfc2c6 [2021-02-01T20:05:01.972Z] ---> Running in afe9bac7f9d9 [2021-02-01T20:05:01.972Z] ---> Running in 1202629ed28b [2021-02-01T20:05:01.972Z] Removing intermediate container 2d2c5ae1a290 [2021-02-01T20:05:01.972Z] ---> c5e89de5505e [2021-02-01T20:05:01.972Z] Step 21/21 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:02.255Z] ---> Running in ad6368e7ebdb [2021-02-01T20:05:02.255Z] Removing intermediate container aebdfdbfc2c6 [2021-02-01T20:05:02.255Z] ---> d4a7cdba28d4 [2021-02-01T20:05:02.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:05:02.255Z] Removing intermediate container afe9bac7f9d9 [2021-02-01T20:05:02.255Z] ---> acc127ce4d06 [2021-02-01T20:05:02.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:05:02.255Z] Removing intermediate container 1202629ed28b [2021-02-01T20:05:02.255Z] ---> 8ed7c94e95d6 [2021-02-01T20:05:02.255Z] Step 21/22 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:02.539Z] ---> Running in c985b6c307e6 [2021-02-01T20:05:02.539Z] ---> Running in 0727be577706 [2021-02-01T20:05:02.539Z] ---> Running in 18ff6128d70f [2021-02-01T20:05:02.803Z] Removing intermediate container ad6368e7ebdb [2021-02-01T20:05:02.803Z] ---> 3aa8cb9cf527 [2021-02-01T20:05:02.803Z] [2021-02-01T20:05:02.803Z] Successfully built 3aa8cb9cf527 [2021-02-01T20:05:03.065Z] Removing intermediate container c985b6c307e6 [2021-02-01T20:05:03.065Z] ---> 30c5c01917f2 [2021-02-01T20:05:03.065Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T20:05:03.065Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T20:05:03.065Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-01T20:05:03.065Z] Removing intermediate container 0727be577706 [2021-02-01T20:05:03.065Z] ---> a381f35f894d [2021-02-01T20:05:03.065Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T20:05:03.248Z] ---> e41f20bc4a1a [2021-02-01T20:05:03.249Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T20:05:03.249Z] ---> 42c4c0ea3b76 [2021-02-01T20:05:03.249Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T20:05:03.327Z] ---> Running in 4df2110084fd [2021-02-01T20:05:03.327Z] Removing intermediate container 18ff6128d70f [2021-02-01T20:05:03.327Z] ---> 8154533f87b7 [2021-02-01T20:05:03.327Z] Step 22/22 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:03.327Z] ---> Running in 872f3860303b [2021-02-01T20:05:03.327Z] Removing intermediate container 669d6c63573d [2021-02-01T20:05:03.327Z] ---> c662e05723e6 [2021-02-01T20:05:03.327Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T20:05:03.327Z] ---> Running in c6febe503124 [2021-02-01T20:05:03.528Z] Removing intermediate container 52246d50bc5c [2021-02-01T20:05:03.528Z] ---> 1421809f0054 [2021-02-01T20:05:03.528Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:05:03.528Z] Removing intermediate container 85855697fc60 [2021-02-01T20:05:03.528Z] ---> 48587be8f3cc [2021-02-01T20:05:03.528Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:05:03.589Z] Removing intermediate container 4df2110084fd [2021-02-01T20:05:03.589Z] ---> 8c9108f55669 [2021-02-01T20:05:03.589Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:03.589Z] ---> Running in 412db943766e [2021-02-01T20:05:03.854Z] Removing intermediate container c6febe503124 [2021-02-01T20:05:03.854Z] ---> 1d86a02ee445 [2021-02-01T20:05:03.854Z] [2021-02-01T20:05:03.854Z] ---> Running in d34ecd90c334 [2021-02-01T20:05:03.854Z] Removing intermediate container 872f3860303b [2021-02-01T20:05:03.854Z] ---> 4b4c30d904de [2021-02-01T20:05:03.854Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:04.117Z] Successfully built 1d86a02ee445 [2021-02-01T20:05:04.117Z] Removing intermediate container 412db943766e [2021-02-01T20:05:04.117Z] ---> c22a27b81c10 [2021-02-01T20:05:04.117Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T20:05:04.117Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T20:05:04.117Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T20:05:04.117Z] ---> Running in a435e7fdc020 [2021-02-01T20:05:04.123Z] ---> Running in de06470590f1 [2021-02-01T20:05:04.123Z] ---> Running in ac63c4c08476 [2021-02-01T20:05:05.066Z] Removing intermediate container d34ecd90c334 [2021-02-01T20:05:05.066Z] ---> e551e96be9a6 [2021-02-01T20:05:05.066Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:05.108Z] Removing intermediate container ac63c4c08476 [2021-02-01T20:05:05.108Z] ---> a485aa4e838f [2021-02-01T20:05:05.108Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T20:05:05.391Z] ---> 6aa674dc5501 [2021-02-01T20:05:05.391Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T20:05:05.391Z] ---> Running in fd26d5e60083 [2021-02-01T20:05:05.391Z] Removing intermediate container de06470590f1 [2021-02-01T20:05:05.391Z] ---> ebdcc3d6e8c6 [2021-02-01T20:05:05.391Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T20:05:05.641Z] ---> Running in 963ddd792de0 [2021-02-01T20:05:05.662Z] ---> aa36d6055f2a [2021-02-01T20:05:05.662Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T20:05:05.943Z] ---> Running in 468e6c6dfa2a [2021-02-01T20:05:05.943Z] ---> Running in 66bd2e09e6dc [2021-02-01T20:05:06.220Z] Removing intermediate container fd26d5e60083 [2021-02-01T20:05:06.220Z] ---> eed0104a5a4c [2021-02-01T20:05:06.220Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T20:05:06.492Z] ---> Running in aa6e1358ba6b [2021-02-01T20:05:06.492Z] Removing intermediate container 468e6c6dfa2a [2021-02-01T20:05:06.492Z] ---> 301ebeeab3b3 [2021-02-01T20:05:06.492Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:05:06.765Z] ---> 0c7e7a620509 [2021-02-01T20:05:06.765Z] 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-01T20:05:06.765Z] Removing intermediate container 66bd2e09e6dc [2021-02-01T20:05:06.765Z] ---> ba4a5bdd8569 [2021-02-01T20:05:06.765Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T20:05:06.765Z] ---> Running in b23e370f326e [2021-02-01T20:05:07.040Z] ---> Running in 3f3b1f90e58f [2021-02-01T20:05:07.040Z] ---> Running in 54996f245d72 [2021-02-01T20:05:07.040Z] Removing intermediate container aa6e1358ba6b [2021-02-01T20:05:07.040Z] ---> 44f9ca3acb76 [2021-02-01T20:05:07.040Z] Step 15/23 : WORKDIR / [2021-02-01T20:05:07.646Z] ---> Running in b362c28560bd [2021-02-01T20:05:07.646Z] Removing intermediate container b23e370f326e [2021-02-01T20:05:07.646Z] ---> 67a2fc35e485 [2021-02-01T20:05:07.646Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:05:07.919Z] Removing intermediate container 54996f245d72 [2021-02-01T20:05:07.919Z] ---> 19cbc2f81a9b [2021-02-01T20:05:07.919Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T20:05:08.190Z] ---> Running in 578089ebf3a9 [2021-02-01T20:05:08.191Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T20:05:08.191Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T20:05:08.191Z] ---> eeaf43b92773 [2021-02-01T20:05:08.191Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T20:05:08.191Z] Removing intermediate container b362c28560bd [2021-02-01T20:05:08.191Z] ---> 8591b0871f54 [2021-02-01T20:05:08.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:05:08.466Z] ---> Running in 2d593df05068 [2021-02-01T20:05:09.070Z] Removing intermediate container 578089ebf3a9 [2021-02-01T20:05:09.070Z] ---> d68e7e6a244d [2021-02-01T20:05:09.070Z] Step 20/21 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:09.070Z] ---> 498034713657 [2021-02-01T20:05:09.070Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T20:05:09.345Z] ---> Running in 1aa1fa155b9a [2021-02-01T20:05:09.622Z] ---> e79aec5f6165 [2021-02-01T20:05:09.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T20:05:09.902Z] Removing intermediate container 1aa1fa155b9a [2021-02-01T20:05:09.902Z] ---> dc67d3ced4fa [2021-02-01T20:05:09.902Z] Step 21/21 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:10.187Z] Removing intermediate container 3f3b1f90e58f [2021-02-01T20:05:10.187Z] ---> f8eea1e3c40c [2021-02-01T20:05:10.187Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T20:05:10.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:10.461Z] ---> Running in c459f28d6a0b [2021-02-01T20:05:10.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:10.732Z] ---> Running in 69263ff47c3f [2021-02-01T20:05:10.965Z] ---> Running in 621ec834e14e [2021-02-01T20:05:10.965Z] Removing intermediate container a435e7fdc020 [2021-02-01T20:05:10.965Z] ---> e0e953c7491c [2021-02-01T20:05:10.965Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:10.965Z] Removing intermediate container 963ddd792de0 [2021-02-01T20:05:10.965Z] ---> 0c3cee68c730 [2021-02-01T20:05:10.965Z] Step 23/24 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:10.965Z] ---> Running in 666c19a671de [2021-02-01T20:05:10.965Z] ---> Running in c85064a0f7af [2021-02-01T20:05:10.965Z] Removing intermediate container 621ec834e14e [2021-02-01T20:05:10.965Z] ---> ef55a5fc9dde [2021-02-01T20:05:10.965Z] [2021-02-01T20:05:11.017Z] ---> 9de7de1202b8 [2021-02-01T20:05:11.017Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T20:05:11.017Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T20:05:11.228Z] Successfully built ef55a5fc9dde [2021-02-01T20:05:11.352Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T20:05:11.352Z] Executing bash-5.0.17-r0.post-install [2021-02-01T20:05:11.352Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:05:11.352Z] OK: 12 MiB in 22 packages [2021-02-01T20:05:11.352Z] Removing intermediate container 69263ff47c3f [2021-02-01T20:05:11.352Z] ---> 8a11ce931120 [2021-02-01T20:05:11.352Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T20:05:11.352Z] ---> 671e8c29cf6a [2021-02-01T20:05:11.352Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T20:05:11.352Z] Removing intermediate container c459f28d6a0b [2021-02-01T20:05:11.352Z] ---> fafdc988a573 [2021-02-01T20:05:11.352Z] [2021-02-01T20:05:11.692Z] ---> Running in d86eaf018967 [2021-02-01T20:05:11.807Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T20:05:11.807Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-01T20:05:11.807Z] Removing intermediate container 666c19a671de [2021-02-01T20:05:11.807Z] ---> bf989de7f77c [2021-02-01T20:05:11.807Z] [2021-02-01T20:05:11.994Z] ---> e70224f6a282 [2021-02-01T20:05:11.994Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T20:05:12.069Z] Successfully built bf989de7f77c [2021-02-01T20:05:12.069Z] Successfully tagged docker-core-command-go:latest [2021-02-01T20:05:12.069Z] Building docker-security-bootstrapper-go [2021-02-01T20:05:12.279Z] Successfully built fafdc988a573 [2021-02-01T20:05:12.279Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T20:05:12.279Z] Building docker-core-data-go [2021-02-01T20:05:12.585Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5e869d597df4 [2021-02-01T20:05:12.585Z] Removing intermediate container d86eaf018967 [2021-02-01T20:05:12.585Z] ---> 57a57a9a2f9f [2021-02-01T20:05:12.585Z] Step 23/24 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:12.867Z] ---> 798fb4e91966 [2021-02-01T20:05:12.867Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T20:05:12.867Z] ---> Running in 1f7bbdb96312 [2021-02-01T20:05:13.176Z] ---> Running in e5b95f54a60a [2021-02-01T20:05:13.176Z] Removing intermediate container 2d593df05068 [2021-02-01T20:05:13.176Z] ---> c8e7c9241120 [2021-02-01T20:05:13.176Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T20:05:13.472Z] Removing intermediate container 5e869d597df4 [2021-02-01T20:05:13.472Z] ---> 39be3d8dc035 [2021-02-01T20:05:13.472Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:05:13.472Z] ---> Running in 4f68eac388ca [2021-02-01T20:05:14.077Z] ---> Running in c5b9222de432 [2021-02-01T20:05:14.686Z] Removing intermediate container 1f7bbdb96312 [2021-02-01T20:05:14.686Z] Removing intermediate container e5b95f54a60a [2021-02-01T20:05:14.686Z] ---> 1af524fe92f8 [2021-02-01T20:05:14.686Z] ---> 57c6d47d9ab6 [2021-02-01T20:05:14.686Z] Step 24/24 : LABEL version=2.0.0-dev.69Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:05:14.686Z] [2021-02-01T20:05:14.958Z] Removing intermediate container 4f68eac388ca [2021-02-01T20:05:14.958Z] ---> 87626ae0d577 [2021-02-01T20:05:14.958Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T20:05:15.243Z] ---> Running in 8cd8ea9a54b0 [2021-02-01T20:05:15.243Z] ---> Running in d68a6d145b1e [2021-02-01T20:05:15.243Z] Removing intermediate container c5b9222de432 [2021-02-01T20:05:15.243Z] ---> 229addb36647 [2021-02-01T20:05:15.243Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T20:05:15.531Z] ---> Running in 0965c3bfe7ed [2021-02-01T20:05:15.806Z] ---> Running in 2b1858d41cea [2021-02-01T20:05:16.082Z] Removing intermediate container d68a6d145b1e [2021-02-01T20:05:16.082Z] ---> ed8270d7b32f [2021-02-01T20:05:16.082Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T20:05:16.082Z] Removing intermediate container 8cd8ea9a54b0 [2021-02-01T20:05:16.082Z] ---> fa31c856ee2f [2021-02-01T20:05:16.082Z] [2021-02-01T20:05:16.308Z]  Building docker-core-command-go ... done Removing intermediate container c85064a0f7af [2021-02-01T20:05:16.308Z] ---> 68b23194040c [2021-02-01T20:05:16.308Z] Step 24/24 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:16.367Z] ---> Running in a6beb35189e9 [2021-02-01T20:05:16.367Z] Successfully built fa31c856ee2f [2021-02-01T20:05:16.367Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T20:05:16.367Z] Building docker-core-metadata-go [2021-02-01T20:05:16.367Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2b1858d41cea [2021-02-01T20:05:16.367Z] ---> 793912115d58 [2021-02-01T20:05:16.367Z] Step 21/22 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:16.367Z] Removing intermediate container 0965c3bfe7ed [2021-02-01T20:05:16.367Z] ---> 09f6430dab47 [2021-02-01T20:05:16.367Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T20:05:16.640Z] ---> Running in b5618a8a3efc [2021-02-01T20:05:16.640Z] ---> Running in 6a6c35b51c7f [2021-02-01T20:05:16.911Z] Removing intermediate container a6beb35189e9 [2021-02-01T20:05:16.911Z] ---> bf154cb47483 [2021-02-01T20:05:16.911Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:05:17.185Z] ---> Running in b64cc64fc5cb [2021-02-01T20:05:17.185Z] Removing intermediate container 6a6c35b51c7f [2021-02-01T20:05:17.185Z] ---> e76dfd5723a2 [2021-02-01T20:05:17.185Z] Step 22/22 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:17.456Z] Removing intermediate container b5618a8a3efc [2021-02-01T20:05:17.456Z] ---> 7fc859e3517f [2021-02-01T20:05:17.456Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T20:05:17.456Z] ---> Running in 5826b7acef42 [2021-02-01T20:05:17.732Z] Removing intermediate container b64cc64fc5cb [2021-02-01T20:05:17.732Z] ---> 8e78f898635e [2021-02-01T20:05:17.732Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:05:18.009Z] ---> Running in 6e4dc36af406 [2021-02-01T20:05:18.287Z] Removing intermediate container 5826b7acef42 [2021-02-01T20:05:18.287Z] ---> a990847a8b0f [2021-02-01T20:05:18.287Z] [2021-02-01T20:05:18.561Z] Successfully built a990847a8b0f [2021-02-01T20:05:18.861Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T20:05:18.861Z] Building docker-security-bootstrapper-go [2021-02-01T20:05:18.861Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6e4dc36af406 [2021-02-01T20:05:18.861Z] ---> 4d6a54a837c1 [2021-02-01T20:05:18.861Z] [2021-02-01T20:05:19.461Z] Successfully built 4d6a54a837c1 [2021-02-01T20:05:19.461Z] ---> 99a7700cd8bc [2021-02-01T20:05:19.461Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T20:05:19.461Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T20:05:19.461Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-02-01T20:05:20.437Z] ---> 7ad6ad823666 [2021-02-01T20:05:20.437Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T20:05:20.557Z] ---> Running in 16f6bacb1995 [2021-02-01T20:05:21.869Z] ---> 895522e5ead2 [2021-02-01T20:05:21.869Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T20:05:22.462Z] ---> Running in da810caf515d [2021-02-01T20:05:23.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:23.878Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:23.878Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:23.878Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:23.878Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:24.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:24.182Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:05:24.182Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T20:05:24.182Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:05:24.182Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:05:24.307Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T20:05:24.307Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T20:05:24.445Z] ---> Using cache [2021-02-01T20:05:24.445Z] ---> b2c1ed7f393f [2021-02-01T20:05:24.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:24.445Z] ---> Using cache [2021-02-01T20:05:24.445Z] ---> b2c1ed7f393f [2021-02-01T20:05:24.445Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:24.445Z] ---> Using cache [2021-02-01T20:05:24.445Z] ---> ae38672ffeb9 [2021-02-01T20:05:24.445Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T20:05:24.445Z] ---> Using cache [2021-02-01T20:05:24.445Z] ---> ae38672ffeb9 [2021-02-01T20:05:24.445Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T20:05:24.578Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T20:05:24.579Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T20:05:24.579Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T20:05:24.579Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T20:05:24.579Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T20:05:24.709Z] ---> Using cache [2021-02-01T20:05:24.710Z] ---> e1f5c23f0f79 [2021-02-01T20:05:24.710Z] Step 6/22 : COPY go.mod . [2021-02-01T20:05:24.710Z] ---> Using cache [2021-02-01T20:05:24.710Z] ---> 994683465e5a [2021-02-01T20:05:24.710Z] Step 7/22 : RUN go mod download [2021-02-01T20:05:24.710Z] ---> Using cache [2021-02-01T20:05:24.710Z] ---> 0ebf5297cbd3 [2021-02-01T20:05:24.710Z] Step 8/22 : COPY . . [2021-02-01T20:05:24.710Z] ---> Using cache [2021-02-01T20:05:24.710Z] ---> 3268bf01a910 [2021-02-01T20:05:24.710Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T20:05:25.293Z] Removing intermediate container 16f6bacb1995 [2021-02-01T20:05:25.293Z] ---> 9ee055b733b5 [2021-02-01T20:05:25.293Z] [2021-02-01T20:05:25.293Z] ---> Running in 85a33a4fafcb [2021-02-01T20:05:25.293Z] ---> Running in ffe5d1a3bf58 [2021-02-01T20:05:25.556Z] Successfully built 9ee055b733b5 [2021-02-01T20:05:25.828Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T20:05:26.559Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T20:05:26.559Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T20:05:26.559Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T20:05:26.559Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T20:05:26.559Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T20:05:26.559Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T20:05:26.559Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T20:05:26.559Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T20:05:26.559Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T20:05:26.559Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T20:05:26.559Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T20:05:26.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T20:05:26.828Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T20:05:26.828Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T20:05:26.828Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T20:05:26.828Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T20:05:26.828Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T20:05:26.828Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T20:05:26.828Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T20:05:26.828Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T20:05:26.828Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T20:05:27.101Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T20:05:27.101Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T20:05:27.101Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T20:05:27.101Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T20:05:27.101Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T20:05:27.374Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:05:27.375Z] OK: 71 MiB in 55 packages [2021-02-01T20:05:27.806Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T20:05:28.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:05:28.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:05:29.275Z] OK: 233 MiB in 51 packages [2021-02-01T20:05:31.255Z] Removing intermediate container 85a33a4fafcb [2021-02-01T20:05:31.255Z] ---> d65e79c9c794 [2021-02-01T20:05:31.255Z] Step 6/26 : COPY go.mod . [2021-02-01T20:05:32.249Z] ---> 6a67f68b4bff [2021-02-01T20:05:32.249Z] Step 7/26 : RUN go mod download [2021-02-01T20:05:32.844Z] ---> Running in 44b8e150db9f [2021-02-01T20:05:37.562Z] Removing intermediate container da810caf515d [2021-02-01T20:05:37.562Z] ---> 58da6929a486 [2021-02-01T20:05:37.562Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T20:05:37.562Z] ---> Running in 2730fb682014 [2021-02-01T20:05:38.237Z] Removing intermediate container 44b8e150db9f [2021-02-01T20:05:38.237Z] ---> 5bc5aea7338f [2021-02-01T20:05:38.237Z] Step 8/26 : COPY . . [2021-02-01T20:05:38.237Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:38.237Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:38.237Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:05:38.237Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> b2c1ed7f393f [2021-02-01T20:05:38.237Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> ae38672ffeb9 [2021-02-01T20:05:38.237Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> e1f5c23f0f79 [2021-02-01T20:05:38.237Z] Step 6/31 : COPY go.mod . [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> 994683465e5a [2021-02-01T20:05:38.237Z] Step 7/31 : RUN go mod download [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> 0ebf5297cbd3 [2021-02-01T20:05:38.237Z] Step 8/31 : COPY . . [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> 3268bf01a910 [2021-02-01T20:05:38.237Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T20:05:38.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:38.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:38.237Z] ---> 4a1ff5ba3cc6 [2021-02-01T20:05:38.237Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> b2c1ed7f393f [2021-02-01T20:05:38.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:38.237Z] ---> Using cache [2021-02-01T20:05:38.237Z] ---> ae38672ffeb9 [2021-02-01T20:05:38.237Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T20:05:39.681Z] ---> Running in 114ba31fa6e4 [2021-02-01T20:05:39.681Z] ---> Running in 5b17e4bbb146 [2021-02-01T20:05:40.181Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:40.181Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:40.181Z] ---> 30c33608346a [2021-02-01T20:05:40.181Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:05:40.181Z] ---> Using cache [2021-02-01T20:05:40.181Z] ---> 0c01b4fc0549 [2021-02-01T20:05:40.181Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:40.181Z] ---> Using cache [2021-02-01T20:05:40.181Z] ---> 1a6f447ab769 [2021-02-01T20:05:40.181Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T20:05:42.166Z] ---> Running in a24972469641 [2021-02-01T20:05:42.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T20:05:42.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:05:42.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:05:43.153Z] Collecting docker-compose==1.23.2 [2021-02-01T20:05:43.412Z] OK: 233 MiB in 51 packages [2021-02-01T20:05:43.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T20:05:43.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:44.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:44.403Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T20:05:44.403Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T20:05:45.009Z] OK: 217 MiB in 51 packages [2021-02-01T20:05:45.009Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T20:05:45.009Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T20:05:45.617Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T20:05:45.617Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T20:05:46.217Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:46.217Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:46.217Z] ---> 30c33608346a [2021-02-01T20:05:46.217Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> 0c01b4fc0549 [2021-02-01T20:05:46.217Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> 1a6f447ab769 [2021-02-01T20:05:46.217Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> 233dab790f54 [2021-02-01T20:05:46.217Z] Step 6/23 : COPY go.mod . [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> 7d0ced8b185f [2021-02-01T20:05:46.217Z] Step 7/23 : RUN go mod download [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> a67cb9669272 [2021-02-01T20:05:46.217Z] Step 8/23 : COPY . . [2021-02-01T20:05:46.217Z] ---> Using cache [2021-02-01T20:05:46.217Z] ---> 426c9f3fcc0a [2021-02-01T20:05:46.217Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T20:05:46.431Z] Removing intermediate container 5b17e4bbb146 [2021-02-01T20:05:46.431Z] ---> b06d2ac9ce2c [2021-02-01T20:05:46.431Z] Step 6/23 : COPY go.mod . [2021-02-01T20:05:48.202Z] ---> Running in bdfd7638961b [2021-02-01T20:05:48.202Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:48.203Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:48.203Z] ---> 30c33608346a [2021-02-01T20:05:48.203Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T20:05:48.203Z] ---> Using cache [2021-02-01T20:05:48.203Z] ---> 0c01b4fc0549 [2021-02-01T20:05:48.203Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:48.203Z] ---> Using cache [2021-02-01T20:05:48.203Z] ---> 1a6f447ab769 [2021-02-01T20:05:48.203Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T20:05:48.203Z] ---> Using cache [2021-02-01T20:05:48.203Z] ---> 233dab790f54 [2021-02-01T20:05:48.203Z] Step 6/31 : COPY go.mod . [2021-02-01T20:05:48.203Z] ---> Using cache [2021-02-01T20:05:48.203Z] ---> 7d0ced8b185f [2021-02-01T20:05:48.203Z] Step 7/31 : RUN go mod download [2021-02-01T20:05:48.203Z] ---> Using cache [2021-02-01T20:05:48.203Z] ---> a67cb9669272 [2021-02-01T20:05:48.203Z] Step 8/31 : COPY . . [2021-02-01T20:05:48.399Z] ---> bba8121ef535 [2021-02-01T20:05:48.399Z] Step 7/23 : RUN go mod download [2021-02-01T20:05:48.475Z] ---> Using cache [2021-02-01T20:05:48.475Z] ---> 426c9f3fcc0a [2021-02-01T20:05:48.475Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T20:05:48.748Z] Removing intermediate container a24972469641 [2021-02-01T20:05:48.748Z] ---> 7eb20a18b812 [2021-02-01T20:05:48.748Z] Step 6/23 : COPY go.mod . [2021-02-01T20:05:48.748Z] ---> Running in d6d1b35dddf1 [2021-02-01T20:05:48.748Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T20:05:48.748Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T20:05:48.748Z] ---> 30c33608346a [2021-02-01T20:05:48.748Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T20:05:48.748Z] ---> Using cache [2021-02-01T20:05:48.748Z] ---> 0c01b4fc0549 [2021-02-01T20:05:48.748Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:05:48.748Z] ---> Using cache [2021-02-01T20:05:48.748Z] ---> 1a6f447ab769 [2021-02-01T20:05:48.748Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T20:05:49.004Z] ---> Running in 9ee8e8f0144f [2021-02-01T20:05:49.020Z] ---> Running in ce51f651d6b3 [2021-02-01T20:05:49.620Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T20:05:49.620Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T20:05:49.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T20:05:49.897Z] ---> 80f376a7d929 [2021-02-01T20:05:49.897Z] Step 7/23 : RUN go mod download [2021-02-01T20:05:50.173Z] 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-01T20:05:50.173Z] ---> Running in 72ac7a948012 [2021-02-01T20:05:50.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T20:05:51.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:51.454Z] Collecting PyYAML<4,>=3.10 [2021-02-01T20:05:51.454Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T20:05:52.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:05:52.653Z] OK: 217 MiB in 51 packages [2021-02-01T20:05:54.370Z] Removing intermediate container 9ee8e8f0144f [2021-02-01T20:05:54.370Z] ---> 08048ba20414 [2021-02-01T20:05:54.370Z] Step 8/23 : COPY . . [2021-02-01T20:05:54.644Z] Removing intermediate container ce51f651d6b3 [2021-02-01T20:05:54.644Z] ---> 085b1760637b [2021-02-01T20:05:54.644Z] Step 6/22 : COPY go.mod . [2021-02-01T20:05:54.918Z] Removing intermediate container 72ac7a948012 [2021-02-01T20:05:54.918Z] ---> 8a9b3c701c09 [2021-02-01T20:05:54.918Z] Step 8/23 : COPY . . [2021-02-01T20:05:55.901Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T20:05:55.901Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T20:05:55.901Z] ---> 8554c264ffde [2021-02-01T20:05:55.901Z] Step 7/22 : RUN go mod download [2021-02-01T20:05:56.506Z] ---> Running in 350ca37f4ab1 [2021-02-01T20:05:59.926Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T20:06:00.207Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T20:06:00.989Z] Removing intermediate container ffe5d1a3bf58 [2021-02-01T20:06:00.989Z] ---> 2f049e59ab94 [2021-02-01T20:06:00.989Z] [2021-02-01T20:06:00.989Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:06:00.989Z] ---> 389fef711851 [2021-02-01T20:06:00.989Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:06:00.989Z] ---> Using cache [2021-02-01T20:06:00.989Z] ---> 4617c7b96e0c [2021-02-01T20:06:00.989Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:06:00.989Z] ---> Using cache [2021-02-01T20:06:00.989Z] ---> f0da87cde573 [2021-02-01T20:06:00.989Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T20:06:01.254Z] ---> 6141a02f9f41 [2021-02-01T20:06:01.254Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T20:06:01.254Z] ---> Running in 8519b8d3c96d [2021-02-01T20:06:01.526Z] ---> Running in f5287446b3e8 [2021-02-01T20:06:01.684Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T20:06:01.684Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T20:06:02.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T20:06:02.109Z] Removing intermediate container 8519b8d3c96d [2021-02-01T20:06:02.109Z] ---> c2d8994dde10 [2021-02-01T20:06:02.109Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:06:02.313Z] Removing intermediate container 350ca37f4ab1 [2021-02-01T20:06:02.313Z] ---> 80ec2c23cee8 [2021-02-01T20:06:02.313Z] Step 8/22 : COPY . . [2021-02-01T20:06:03.062Z] ---> Running in ee6aa83ab65d [2021-02-01T20:06:03.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T20:06:04.309Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T20:06:04.309Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T20:06:04.589Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T20:06:04.589Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T20:06:04.762Z] Removing intermediate container ee6aa83ab65d [2021-02-01T20:06:04.762Z] ---> ccc7d939499d [2021-02-01T20:06:04.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:06:04.865Z] 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-01T20:06:05.143Z] Collecting idna<2.8,>=2.5 [2021-02-01T20:06:05.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T20:06:05.143Z] 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-01T20:06:06.133Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T20:06:06.133Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T20:06:06.414Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T20:06:06.414Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T20:06:06.414Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T20:06:06.414Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T20:06:07.388Z] ---> 7a633a2f027c [2021-02-01T20:06:07.388Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T20:06:07.868Z] Installing collected packages: jsonschema, websocket-client, dockerpty, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docopt, texttable, cached-property, docker-compose [2021-02-01T20:06:08.472Z] Running setup.py install for dockerpty: started [2021-02-01T20:06:09.369Z] ---> 60051e95121e [2021-02-01T20:06:09.369Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T20:06:10.361Z] ---> f38b3d95c448 [2021-02-01T20:06:10.361Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T20:06:10.956Z] ---> Running in 62285be924b9 [2021-02-01T20:06:11.223Z] Removing intermediate container 62285be924b9 [2021-02-01T20:06:11.223Z] ---> fa21b2564679 [2021-02-01T20:06:11.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:06:11.909Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T20:06:11.909Z] Attempting uninstall: idna [2021-02-01T20:06:11.909Z] Found existing installation: idna 2.9 [2021-02-01T20:06:11.909Z] Uninstalling idna-2.9: [2021-02-01T20:06:11.909Z] Successfully uninstalled idna-2.9 [2021-02-01T20:06:12.192Z] ---> 505d3300747d [2021-02-01T20:06:12.192Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T20:06:12.230Z] ---> Running in d19b33168a3b [2021-02-01T20:06:12.829Z] Attempting uninstall: urllib3 [2021-02-01T20:06:12.829Z] Found existing installation: urllib3 1.25.9 [2021-02-01T20:06:12.829Z] Uninstalling urllib3-1.25.9: [2021-02-01T20:06:13.115Z] ---> Running in dabce05db9f5 [2021-02-01T20:06:13.412Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T20:06:14.030Z] Attempting uninstall: requests [2021-02-01T20:06:14.030Z] Found existing installation: requests 2.23.0 [2021-02-01T20:06:14.030Z] Uninstalling requests-2.23.0: [2021-02-01T20:06:14.186Z] Removing intermediate container d19b33168a3b [2021-02-01T20:06:14.186Z] ---> 351607d1b2d0 [2021-02-01T20:06:14.186Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T20:06:14.311Z] Successfully uninstalled requests-2.23.0 [2021-02-01T20:06:15.301Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T20:06:15.913Z] Running setup.py install for PyYAML: started [2021-02-01T20:06:17.521Z] ---> Running in 358382d3383d [2021-02-01T20:06:17.521Z] Removing intermediate container 114ba31fa6e4 [2021-02-01T20:06:17.521Z] ---> c8381e115fca [2021-02-01T20:06:17.521Z] [2021-02-01T20:06:17.521Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T20:06:17.521Z] ---> 389fef711851 [2021-02-01T20:06:17.521Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T20:06:17.787Z] ---> 139d3e6dade0 [2021-02-01T20:06:17.787Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T20:06:18.060Z] ---> Running in 1fa27dc2e22c [2021-02-01T20:06:18.060Z] Removing intermediate container 358382d3383d [2021-02-01T20:06:18.060Z] ---> d37316c23174 [2021-02-01T20:06:18.060Z] Step 21/22 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:06:18.329Z] ---> Running in 72948db0f4e3 [2021-02-01T20:06:18.594Z] ---> Running in fa3b809d6bde [2021-02-01T20:06:18.594Z] Removing intermediate container 1fa27dc2e22c [2021-02-01T20:06:18.594Z] ---> f9c09b614089 [2021-02-01T20:06:18.594Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T20:06:19.187Z] ---> Running in 5e686978bc2c [2021-02-01T20:06:19.187Z] Removing intermediate container fa3b809d6bde [2021-02-01T20:06:19.187Z] ---> d8ca4e8e4796 [2021-02-01T20:06:19.187Z] Step 22/22 : LABEL version=2.0.0-dev.69 [2021-02-01T20:06:19.187Z] ---> Running in 4eb608eaceff [2021-02-01T20:06:19.351Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T20:06:19.351Z] Running setup.py install for docopt: started [2021-02-01T20:06:19.351Z] ---> 0b5ec9a8790e [2021-02-01T20:06:19.351Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T20:06:19.461Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T20:06:19.461Z] Removing intermediate container 4eb608eaceff [2021-02-01T20:06:19.461Z] ---> eb56262f7376 [2021-02-01T20:06:19.461Z] [2021-02-01T20:06:19.631Z] ---> Running in d38a9c52b071 [2021-02-01T20:06:19.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:19.726Z] Successfully built eb56262f7376 [2021-02-01T20:06:19.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:19.989Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T20:06:19.989Z]  Building docker-support-scheduler-go ... done (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T20:06:19.989Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T20:06:19.989Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:06:20.258Z] OK: 6 MiB in 16 packages [2021-02-01T20:06:21.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T20:06:22.199Z] Removing intermediate container 5e686978bc2c [2021-02-01T20:06:22.199Z] ---> 85bda272c688 [2021-02-01T20:06:22.199Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T20:06:22.473Z] ---> Running in 7e4d801e0f4d [2021-02-01T20:06:22.745Z] Removing intermediate container f5287446b3e8 [2021-02-01T20:06:22.745Z] ---> a94a77b96667 [2021-02-01T20:06:22.745Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T20:06:22.745Z] ---> Running in f6fb239b50e5 [2021-02-01T20:06:22.745Z] Removing intermediate container 7e4d801e0f4d [2021-02-01T20:06:22.745Z] ---> c9bc37df0757 [2021-02-01T20:06:22.745Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T20:06:23.354Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T20:06:23.354Z] Running setup.py install for texttable: started [2021-02-01T20:06:24.687Z] ---> Running in b5af9a90ae84 [2021-02-01T20:06:24.687Z] Removing intermediate container b5af9a90ae84 [2021-02-01T20:06:24.687Z] ---> de0325fa2ffc [2021-02-01T20:06:24.687Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T20:06:24.687Z] ---> Running in 7e4c1a4493e0 [2021-02-01T20:06:24.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T20:06:25.996Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T20:06:26.378Z] Removing intermediate container 7e4c1a4493e0 [2021-02-01T20:06:26.378Z] ---> 53a04e8eb816 [2021-02-01T20:06:26.378Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T20:06:26.656Z] ---> Running in c323498e68fd [2021-02-01T20:06:26.931Z] Removing intermediate container c323498e68fd [2021-02-01T20:06:26.931Z] ---> be80d7ad94b7 [2021-02-01T20:06:26.931Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T20:06:27.204Z] Removing intermediate container f6fb239b50e5 [2021-02-01T20:06:27.204Z] ---> b7984010a7aa [2021-02-01T20:06:27.204Z] [2021-02-01T20:06:27.204Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T20:06:27.445Z] 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-01T20:06:27.473Z] 20.10.0: Pulling from library/docker [2021-02-01T20:06:27.747Z] ---> 90d6463b9d66 [2021-02-01T20:06:27.747Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T20:06:28.028Z] ---> Running in 20a34bd69b4f [2021-02-01T20:06:30.653Z] Removing intermediate container 20a34bd69b4f [2021-02-01T20:06:30.653Z] ---> e3af041d7beb [2021-02-01T20:06:30.653Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:06:30.930Z] ---> 3483acfe54eb [2021-02-01T20:06:30.930Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T20:06:31.906Z] ---> 33093e17d549 [2021-02-01T20:06:31.906Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T20:06:32.933Z] Removing intermediate container 2730fb682014 [2021-02-01T20:06:32.933Z] ---> adc2f153f7dc [2021-02-01T20:06:32.933Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T20:06:32.933Z] ---> Running in f83ffccde8a9 [2021-02-01T20:06:34.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:06:34.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:06:35.244Z] ---> c2c3ab957754 [2021-02-01T20:06:35.244Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T20:06:35.244Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T20:06:35.244Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T20:06:35.244Z] ---> aefe523efa57 [2021-02-01T20:06:35.244Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T20:06:35.517Z] ---> 933add90454b [2021-02-01T20:06:35.517Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T20:06:35.517Z] ---> Running in 1f0ed5f88a7d [2021-02-01T20:06:35.913Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:06:35.913Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T20:06:35.913Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T20:06:35.913Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:06:35.913Z] OK: 71 MiB in 58 packages [2021-02-01T20:06:36.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:36.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:36.357Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T20:06:36.357Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T20:06:36.357Z] Executing bash-5.0.17-r0.post-install [2021-02-01T20:06:36.357Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:06:36.357Z] OK: 12 MiB in 22 packages [2021-02-01T20:06:36.357Z] ---> 90fbd0a0531a [2021-02-01T20:06:36.357Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T20:06:37.750Z] ---> Running in 7c66760a6a0d [2021-02-01T20:06:37.750Z] Removing intermediate container 72948db0f4e3 [2021-02-01T20:06:37.750Z] ---> 2b42da567d42 [2021-02-01T20:06:37.750Z] [2021-02-01T20:06:37.750Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:06:37.750Z] ---> 389fef711851 [2021-02-01T20:06:37.750Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T20:06:37.750Z] ---> Running in d057b09493e1 [2021-02-01T20:06:37.911Z] Removing intermediate container f83ffccde8a9 [2021-02-01T20:06:37.911Z] ---> a59b3b5aed81 [2021-02-01T20:06:37.911Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T20:06:38.014Z] Removing intermediate container 7c66760a6a0d [2021-02-01T20:06:38.015Z] ---> 8edb8cd6d6e8 [2021-02-01T20:06:38.015Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T20:06:38.015Z] Removing intermediate container 1f0ed5f88a7d [2021-02-01T20:06:38.015Z] ---> 4299df599bcf [2021-02-01T20:06:38.015Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T20:06:38.015Z] Removing intermediate container d057b09493e1 [2021-02-01T20:06:38.015Z] ---> 80bb631a5c47 [2021-02-01T20:06:38.015Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T20:06:38.191Z] ---> Running in 54c673d6b8ff [2021-02-01T20:06:38.278Z] ---> Running in 97e27b6c3eb6 [2021-02-01T20:06:38.278Z] ---> Running in f56e3298647c [2021-02-01T20:06:38.278Z] ---> 03c3e7781138 [2021-02-01T20:06:38.278Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T20:06:38.558Z] ---> Running in f1fdad6abb8b [2021-02-01T20:06:38.558Z] Removing intermediate container 97e27b6c3eb6 [2021-02-01T20:06:38.558Z] ---> 95b346fae2d6 [2021-02-01T20:06:38.798Z] Removing intermediate container 54c673d6b8ff [2021-02-01T20:06:38.798Z] ---> cbac619433cd [2021-02-01T20:06:38.798Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:06:38.832Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T20:06:38.832Z] Removing intermediate container f56e3298647c [2021-02-01T20:06:38.832Z] ---> 4c2e8dfa0ef4 [2021-02-01T20:06:38.832Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T20:06:38.832Z] ---> Running in a0f1f90db9b7 [2021-02-01T20:06:38.832Z] ---> Running in 7af40562ae3e [2021-02-01T20:06:39.076Z] ---> Running in 17464221d0c8 [2021-02-01T20:06:39.408Z] Removing intermediate container 7af40562ae3e [2021-02-01T20:06:39.408Z] ---> 01b7a33fdff7 [2021-02-01T20:06:39.408Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T20:06:39.408Z] Removing intermediate container a0f1f90db9b7 [2021-02-01T20:06:39.408Z] ---> 61201f059afa [2021-02-01T20:06:39.408Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:06:39.408Z] ---> Running in 9e1848f38417 [2021-02-01T20:06:39.408Z] ---> Running in c9c20caf4654 [2021-02-01T20:06:39.671Z] Removing intermediate container c9c20caf4654 [2021-02-01T20:06:39.672Z] ---> 8e5d622a4a74 [2021-02-01T20:06:39.672Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T20:06:39.682Z] Removing intermediate container 17464221d0c8 [2021-02-01T20:06:39.682Z] ---> 611a705b9f38 [2021-02-01T20:06:39.682Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T20:06:39.980Z] ---> Running in c5d404f93b00 [2021-02-01T20:06:40.252Z] Removing intermediate container f1fdad6abb8b [2021-02-01T20:06:40.252Z] ---> d84e8fbb453a [2021-02-01T20:06:40.252Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T20:06:40.516Z] ---> 74473c77e56e [2021-02-01T20:06:40.516Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T20:06:40.516Z] ---> Running in 26ac8027da02 [2021-02-01T20:06:40.586Z] Removing intermediate container c5d404f93b00 [2021-02-01T20:06:40.587Z] ---> 063f468f89e2 [2021-02-01T20:06:40.587Z] Step 25/26 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:06:40.780Z] Removing intermediate container 9e1848f38417 [2021-02-01T20:06:40.780Z] ---> 6595b33113bf [2021-02-01T20:06:40.780Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T20:06:40.780Z] Removing intermediate container 26ac8027da02 [2021-02-01T20:06:40.780Z] ---> c8215a6af071 [2021-02-01T20:06:40.780Z] Step 28/31 : CMD ["gate"] [2021-02-01T20:06:40.873Z] ---> Running in 998430991d93 [2021-02-01T20:06:41.043Z] ---> Running in 5db9683ce957 [2021-02-01T20:06:41.307Z] ---> 0d22d6f37c14 [2021-02-01T20:06:41.307Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T20:06:41.307Z] ---> Running in 96d1b15cba40 [2021-02-01T20:06:41.484Z] Removing intermediate container 998430991d93 [2021-02-01T20:06:41.484Z] ---> 8dd2e58b0c7e [2021-02-01T20:06:41.484Z] Step 26/26 : LABEL version=2.0.0-dev.69 [2021-02-01T20:06:41.570Z] Removing intermediate container 96d1b15cba40 [2021-02-01T20:06:41.570Z] ---> 2b54d0001e09 [2021-02-01T20:06:41.570Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T20:06:41.763Z] ---> Running in 86723e4fdf02 [2021-02-01T20:06:41.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:41.833Z] ---> 5ece650896bd [2021-02-01T20:06:41.833Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T20:06:41.833Z] ---> Running in 0cf7533c8610 [2021-02-01T20:06:41.833Z] ---> Running in d64f11e5f075 [2021-02-01T20:06:42.098Z] Removing intermediate container 0cf7533c8610 [2021-02-01T20:06:42.098Z] ---> 2f3679004e03 [2021-02-01T20:06:42.098Z] Step 30/31 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:06:42.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:42.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:42.375Z] ---> Running in 156bb52673d0 [2021-02-01T20:06:42.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:06:42.393Z] Removing intermediate container 86723e4fdf02 [2021-02-01T20:06:42.393Z] ---> f0503acfd783 [2021-02-01T20:06:42.393Z] [2021-02-01T20:06:42.642Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T20:06:42.643Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T20:06:42.643Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T20:06:42.643Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T20:06:42.643Z] Removing intermediate container 156bb52673d0 [2021-02-01T20:06:42.643Z] ---> 6ee3371e96ee [2021-02-01T20:06:42.643Z] Step 31/31 : LABEL version=2.0.0-dev.69 [2021-02-01T20:06:42.643Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T20:06:42.643Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T20:06:42.643Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T20:06:42.643Z] ---> Running in bf0402e6facb [2021-02-01T20:06:42.995Z] Successfully built f0503acfd783 [2021-02-01T20:06:42.995Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T20:06:43.017Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T20:06:43.017Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T20:06:43.594Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T20:06:43.594Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T20:06:43.856Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T20:06:44.805Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T20:06:44.805Z] Removing intermediate container bf0402e6facb [2021-02-01T20:06:44.805Z] ---> e7bbf47023d4 [2021-02-01T20:06:44.805Z] [2021-02-01T20:06:44.805Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:06:44.805Z] OK: 8 MiB in 20 packages [2021-02-01T20:06:44.805Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T20:06:44.805Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T20:06:44.805Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T20:06:44.805Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T20:06:44.805Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T20:06:44.805Z] Successfully built e7bbf47023d4 [2021-02-01T20:06:45.066Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T20:06:45.066Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T20:06:45.066Z]  Building docker-security-bootstrapper-go ... done (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T20:06:45.066Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T20:06:45.066Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T20:06:45.066Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T20:06:46.989Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T20:06:46.989Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T20:06:47.254Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T20:06:47.254Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T20:06:47.254Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T20:06:47.254Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T20:06:47.254Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T20:06:47.254Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T20:06:47.254Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T20:06:47.517Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T20:06:47.517Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T20:06:47.517Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T20:06:47.517Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T20:06:48.125Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T20:06:48.125Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T20:06:48.125Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T20:06:48.125Z] Removing intermediate container 5db9683ce957 [2021-02-01T20:06:48.125Z] ---> 0b9b145630ef [2021-02-01T20:06:48.125Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:06:48.477Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:06:48.477Z] OK: 71 MiB in 55 packages [2021-02-01T20:06:49.141Z] ---> a82ed0397de1 [2021-02-01T20:06:49.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T20:06:53.361Z] ---> aa26215ebdad [2021-02-01T20:06:53.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T20:06:54.306Z] ---> 8dfbc49218a1 [2021-02-01T20:06:54.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T20:06:54.306Z] Removing intermediate container d64f11e5f075 [2021-02-01T20:06:54.306Z] ---> a944c194fce9 [2021-02-01T20:06:54.306Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T20:06:54.306Z] ---> Running in c8052145a872 [2021-02-01T20:06:54.568Z] ---> Running in d6aea7c91e29 [2021-02-01T20:06:54.568Z] Removing intermediate container c8052145a872 [2021-02-01T20:06:54.568Z] ---> 55ac672aabc6 [2021-02-01T20:06:54.568Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:06:54.830Z] ---> Running in 3dd614de1544 [2021-02-01T20:06:54.830Z] Removing intermediate container 3dd614de1544 [2021-02-01T20:06:54.830Z] ---> 34519ae3af8a [2021-02-01T20:06:54.830Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T20:06:55.093Z] ---> Running in e8db9bc19957 [2021-02-01T20:06:55.093Z] Removing intermediate container e8db9bc19957 [2021-02-01T20:06:55.093Z] ---> 30e8b226d379 [2021-02-01T20:06:55.093Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:06:55.093Z] ---> Running in 6ea9de8f3c5f [2021-02-01T20:06:55.355Z] Removing intermediate container 6ea9de8f3c5f [2021-02-01T20:06:55.355Z] ---> 4582841dcbbc [2021-02-01T20:06:55.355Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:06:55.617Z] ---> Running in 6aa5c529a708 [2021-02-01T20:06:55.617Z] Removing intermediate container 6aa5c529a708 [2021-02-01T20:06:55.617Z] ---> decfc8808234 [2021-02-01T20:06:55.617Z] [2021-02-01T20:06:55.879Z] Successfully built decfc8808234 [2021-02-01T20:06:55.879Z] Successfully tagged docker-core-data-go:latest [2021-02-01T20:06:55.879Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-01T20:06:55.879Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T20:06:56.141Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T20:06:56.141Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T20:06:56.403Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T20:06:56.403Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T20:06:56.403Z] 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-01T20:06:56.403Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T20:06:56.403Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T20:06:56.977Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T20:06:56.977Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T20:06:57.239Z] Collecting PyYAML<4,>=3.10 [2021-02-01T20:06:57.239Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T20:06:58.185Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T20:06:58.185Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T20:06:58.447Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T20:06:58.447Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T20:06:59.020Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T20:06:59.020Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T20:06:59.281Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T20:06:59.542Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T20:06:59.542Z] 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-01T20:06:59.542Z] Collecting idna<2.8,>=2.5 [2021-02-01T20:06:59.542Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T20:06:59.804Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T20:06:59.804Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T20:06:59.804Z] 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-01T20:06:59.804Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T20:06:59.804Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T20:06:59.804Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T20:06:59.804Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T20:06:59.804Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T20:06:59.804Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T20:07:00.066Z] Installing collected packages: jsonschema, websocket-client, dockerpty, cached-property, PyYAML, idna, urllib3, requests, docopt, texttable, docker-pycreds, docker, docker-compose [2021-02-01T20:07:00.328Z] Running setup.py install for dockerpty: started [2021-02-01T20:07:00.589Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T20:07:00.851Z] Running setup.py install for PyYAML: started [2021-02-01T20:07:01.430Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T20:07:01.430Z] Attempting uninstall: idna [2021-02-01T20:07:01.430Z] Found existing installation: idna 2.9 [2021-02-01T20:07:01.430Z] Uninstalling idna-2.9: [2021-02-01T20:07:01.430Z] Successfully uninstalled idna-2.9 [2021-02-01T20:07:01.430Z] Attempting uninstall: urllib3 [2021-02-01T20:07:01.430Z] Found existing installation: urllib3 1.25.9 [2021-02-01T20:07:01.430Z] Uninstalling urllib3-1.25.9: [2021-02-01T20:07:01.430Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T20:07:01.698Z] Attempting uninstall: requests [2021-02-01T20:07:01.698Z] Found existing installation: requests 2.23.0 [2021-02-01T20:07:01.698Z] Uninstalling requests-2.23.0: [2021-02-01T20:07:01.698Z] Successfully uninstalled requests-2.23.0 [2021-02-01T20:07:01.961Z] Running setup.py install for docopt: started [2021-02-01T20:07:02.540Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T20:07:02.541Z] Running setup.py install for texttable: started [2021-02-01T20:07:02.803Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T20:07:03.376Z] 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-01T20:07:06.688Z] Removing intermediate container d6aea7c91e29 [2021-02-01T20:07:06.688Z] ---> 6ed53fc9f659 [2021-02-01T20:07:06.688Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T20:07:06.950Z] ---> Running in a36f9c7ef662 [2021-02-01T20:07:07.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T20:07:07.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T20:07:07.474Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T20:07:07.474Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T20:07:07.474Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T20:07:07.474Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:07:07.737Z] OK: 72 MiB in 58 packages [2021-02-01T20:07:07.999Z] Removing intermediate container a36f9c7ef662 [2021-02-01T20:07:07.999Z] ---> eaf894810024 [2021-02-01T20:07:07.999Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T20:07:08.261Z] ---> Running in 88ff555418a0 [2021-02-01T20:07:08.261Z] Removing intermediate container 88ff555418a0 [2021-02-01T20:07:08.261Z] ---> b160a0698fd9 [2021-02-01T20:07:08.261Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:07:08.523Z] ---> Running in 3fd4639d66d0 [2021-02-01T20:07:08.523Z] Removing intermediate container 3fd4639d66d0 [2021-02-01T20:07:08.523Z] ---> 899274aeb9de [2021-02-01T20:07:08.523Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T20:07:08.785Z] ---> Running in d4df6452c28b [2021-02-01T20:07:09.047Z] Removing intermediate container d4df6452c28b [2021-02-01T20:07:09.047Z] ---> e2c38e9be834 [2021-02-01T20:07:09.047Z] Step 25/26 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:09.047Z] ---> Running in a96fa14abe1c [2021-02-01T20:07:09.309Z] Removing intermediate container a96fa14abe1c [2021-02-01T20:07:09.309Z] ---> 15e3e9d2f085 [2021-02-01T20:07:09.309Z] Step 26/26 : LABEL version=2.0.0-dev.69 [2021-02-01T20:07:09.309Z] ---> Running in ba56901d4e47 [2021-02-01T20:07:09.572Z] Removing intermediate container ba56901d4e47 [2021-02-01T20:07:09.572Z] ---> 018d73178523 [2021-02-01T20:07:09.572Z] [2021-02-01T20:07:09.572Z] Successfully built 018d73178523 [2021-02-01T20:07:09.572Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T20:07:09.832Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.69" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T20:07:10.544Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T20:07:10.561Z] $ docker stop --time=1 44e9ca82c4748e706b9d883db569889d6a7a392bdfc871916340f42edc3ea59a [2021-02-01T20:07:12.152Z] $ docker rm -f 44e9ca82c4748e706b9d883db569889d6a7a392bdfc871916340f42edc3ea59a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T20:07:12.701Z] + docker images [2021-02-01T20:07:12.701Z] + grep docker [2021-02-01T20:07:12.962Z] docker-sys-mgmt-agent-go latest 018d73178523 3 seconds ago 313MB [2021-02-01T20:07:12.962Z] docker-core-data-go latest decfc8808234 17 seconds ago 22.3MB [2021-02-01T20:07:12.962Z] docker-security-bootstrapper-go latest e7bbf47023d4 30 seconds ago 23.8MB [2021-02-01T20:07:12.962Z] docker-support-scheduler-go latest eb56262f7376 53 seconds ago 17MB [2021-02-01T20:07:12.962Z] docker-security-secretstore-setup-go latest 9ee055b733b5 About a minute ago 24.6MB [2021-02-01T20:07:12.962Z] docker-core-command-go latest bf989de7f77c 2 minutes ago 16.9MB [2021-02-01T20:07:12.962Z] docker-core-metadata-go latest ef55a5fc9dde 2 minutes ago 18.8MB [2021-02-01T20:07:12.962Z] docker-support-notifications-go latest 1d86a02ee445 2 minutes ago 16.9MB [2021-02-01T20:07:12.962Z] docker-security-proxy-setup-go latest 3aa8cb9cf527 2 minutes ago 24.4MB [2021-02-01T20:07:12.962Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T20:07:13.562Z] provisioning config files... [2021-02-01T20:07:13.597Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/333@tmp/config8571065368358345744tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:07:13.980Z] ---> docker-login.sh [2021-02-01T20:07:13.980Z] nexus3.edgexfoundry.org:10001 [2021-02-01T20:07:13.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:07:13.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:07:13.980Z] Configure a credential helper to remove this warning. See [2021-02-01T20:07:13.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:07:13.980Z] [2021-02-01T20:07:13.980Z] Login Succeeded [2021-02-01T20:07:13.980Z] nexus3.edgexfoundry.org:10002 [2021-02-01T20:07:14.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:07:14.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:07:14.242Z] Configure a credential helper to remove this warning. See [2021-02-01T20:07:14.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:07:14.242Z] [2021-02-01T20:07:14.242Z] Login Succeeded [2021-02-01T20:07:14.242Z] nexus3.edgexfoundry.org:10003 [2021-02-01T20:07:14.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:07:14.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:07:14.504Z] Configure a credential helper to remove this warning. See [2021-02-01T20:07:14.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:07:14.504Z] [2021-02-01T20:07:14.504Z] Login Succeeded [2021-02-01T20:07:14.504Z] nexus3.edgexfoundry.org:10004 [2021-02-01T20:07:14.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:07:14.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:07:14.767Z] Configure a credential helper to remove this warning. See [2021-02-01T20:07:14.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:07:14.767Z] [2021-02-01T20:07:14.767Z] Login Succeeded [2021-02-01T20:07:14.767Z] docker.io [2021-02-01T20:07:14.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:07:15.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:07:15.029Z] Configure a credential helper to remove this warning. See [2021-02-01T20:07:15.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:07:15.029Z] [2021-02-01T20:07:15.029Z] Login Succeeded [2021-02-01T20:07:15.029Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T20:07:15.039Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:15.292Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-01T20:07:15.292Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:15.292Z] 2.0.0-dev.69 [2021-02-01T20:07:15.292Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:15.292Z] master [2021-02-01T20:07:15.292Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:15.826Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:16.128Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:16.128Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T20:07:16.128Z] 58adda5d1b04: Preparing [2021-02-01T20:07:16.128Z] a656f563429c: Preparing [2021-02-01T20:07:16.128Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:16.128Z] 9b7b08c6e289: Preparing [2021-02-01T20:07:16.128Z] 777b2c648970: Preparing [2021-02-01T20:07:16.128Z] 777b2c648970: Layer already exists [2021-02-01T20:07:16.390Z] 58adda5d1b04: Pushed [2021-02-01T20:07:16.390Z] 16ec7e2d8cad: Pushed [2021-02-01T20:07:16.390Z] 9b7b08c6e289: Pushed [2021-02-01T20:07:17.336Z] a656f563429c: Pushed [2021-02-01T20:07:17.336Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:e25c0629647a968ec4c9cd477f3b2a136ffc366e3f9ef63dd09c619a05269610 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:17.648Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:17.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.69 [2021-02-01T20:07:17.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T20:07:17.951Z] 58adda5d1b04: Preparing [2021-02-01T20:07:17.951Z] a656f563429c: Preparing [2021-02-01T20:07:17.951Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:17.951Z] 9b7b08c6e289: Preparing [2021-02-01T20:07:17.951Z] 777b2c648970: Preparing [2021-02-01T20:07:17.951Z] a656f563429c: Layer already exists [2021-02-01T20:07:17.951Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:17.951Z] 9b7b08c6e289: Layer already exists [2021-02-01T20:07:17.951Z] 777b2c648970: Layer already exists [2021-02-01T20:07:17.951Z] 58adda5d1b04: Layer already exists [2021-02-01T20:07:17.951Z] 2.0.0-dev.69: digest: sha256:e25c0629647a968ec4c9cd477f3b2a136ffc366e3f9ef63dd09c619a05269610 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:18.264Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:18.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:18.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T20:07:18.568Z] 58adda5d1b04: Preparing [2021-02-01T20:07:18.568Z] a656f563429c: Preparing [2021-02-01T20:07:18.568Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:18.568Z] 9b7b08c6e289: Preparing [2021-02-01T20:07:18.568Z] 777b2c648970: Preparing [2021-02-01T20:07:18.568Z] a656f563429c: Layer already exists [2021-02-01T20:07:18.568Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:18.568Z] 9b7b08c6e289: Layer already exists [2021-02-01T20:07:18.568Z] 58adda5d1b04: Layer already exists [2021-02-01T20:07:18.568Z] 777b2c648970: Layer already exists [2021-02-01T20:07:18.568Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:e25c0629647a968ec4c9cd477f3b2a136ffc366e3f9ef63dd09c619a05269610 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:18.877Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:19.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-01T20:07:19.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-01T20:07:19.183Z] 58adda5d1b04: Preparing [2021-02-01T20:07:19.183Z] a656f563429c: Preparing [2021-02-01T20:07:19.183Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:19.183Z] 9b7b08c6e289: Preparing [2021-02-01T20:07:19.183Z] 777b2c648970: Preparing [2021-02-01T20:07:19.183Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:19.183Z] a656f563429c: Layer already exists [2021-02-01T20:07:19.183Z] 777b2c648970: Layer already exists [2021-02-01T20:07:19.183Z] 58adda5d1b04: Layer already exists [2021-02-01T20:07:19.183Z] 9b7b08c6e289: Layer already exists [2021-02-01T20:07:19.183Z] master: digest: sha256:e25c0629647a968ec4c9cd477f3b2a136ffc366e3f9ef63dd09c619a05269610 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:19.451Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:19.511Z] taggedImages: [2021-02-01T20:07:19.511Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:19.511Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.69 [2021-02-01T20:07:19.511Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:19.511Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-01T20:07:19.588Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-01T20:07:19.588Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:19.588Z] 2.0.0-dev.69 [2021-02-01T20:07:19.588Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:19.588Z] master [2021-02-01T20:07:19.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:20.145Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:20.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:20.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T20:07:20.455Z] 1e3cb52eb00a: Preparing [2021-02-01T20:07:20.455Z] bf27e826de1a: Preparing [2021-02-01T20:07:20.455Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:20.455Z] a72f393ef85c: Preparing [2021-02-01T20:07:20.455Z] 561d454c1ce6: Preparing [2021-02-01T20:07:20.455Z] 777b2c648970: Preparing [2021-02-01T20:07:20.455Z] 777b2c648970: Waiting [2021-02-01T20:07:20.455Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:20.455Z] 777b2c648970: Layer already exists [2021-02-01T20:07:20.455Z] 561d454c1ce6: Pushed [2021-02-01T20:07:20.718Z] 1e3cb52eb00a: Pushed [2021-02-01T20:07:20.718Z] a72f393ef85c: Pushed [2021-02-01T20:07:21.664Z] bf27e826de1a: Pushed [2021-02-01T20:07:21.926Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:1894ae0c21b3ae363ddd4d7e61d7241998b026fb15c196b5de6ba4e7972a6591 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:22.302Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:22.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.69 [2021-02-01T20:07:22.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T20:07:22.668Z] 1e3cb52eb00a: Preparing [2021-02-01T20:07:22.668Z] bf27e826de1a: Preparing [2021-02-01T20:07:22.668Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:22.668Z] a72f393ef85c: Preparing [2021-02-01T20:07:22.668Z] 561d454c1ce6: Preparing [2021-02-01T20:07:22.668Z] 777b2c648970: Preparing [2021-02-01T20:07:22.668Z] 777b2c648970: Waiting [2021-02-01T20:07:22.668Z] 561d454c1ce6: Layer already exists [2021-02-01T20:07:22.668Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:22.668Z] 1e3cb52eb00a: Layer already exists [2021-02-01T20:07:22.668Z] bf27e826de1a: Layer already exists [2021-02-01T20:07:22.668Z] a72f393ef85c: Layer already exists [2021-02-01T20:07:22.668Z] 777b2c648970: Layer already exists [2021-02-01T20:07:22.668Z] 2.0.0-dev.69: digest: sha256:1894ae0c21b3ae363ddd4d7e61d7241998b026fb15c196b5de6ba4e7972a6591 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:23.066Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:23.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:23.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T20:07:23.369Z] 1e3cb52eb00a: Preparing [2021-02-01T20:07:23.369Z] bf27e826de1a: Preparing [2021-02-01T20:07:23.369Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:23.369Z] a72f393ef85c: Preparing [2021-02-01T20:07:23.369Z] 561d454c1ce6: Preparing [2021-02-01T20:07:23.369Z] 777b2c648970: Preparing [2021-02-01T20:07:23.369Z] 777b2c648970: Waiting [2021-02-01T20:07:23.369Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:23.369Z] 561d454c1ce6: Layer already exists [2021-02-01T20:07:23.369Z] 1e3cb52eb00a: Layer already exists [2021-02-01T20:07:23.369Z] bf27e826de1a: Layer already exists [2021-02-01T20:07:23.369Z] a72f393ef85c: Layer already exists [2021-02-01T20:07:23.369Z] 777b2c648970: Layer already exists [2021-02-01T20:07:23.369Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:1894ae0c21b3ae363ddd4d7e61d7241998b026fb15c196b5de6ba4e7972a6591 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:24.200Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:24.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-01T20:07:24.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-01T20:07:24.505Z] 1e3cb52eb00a: Preparing [2021-02-01T20:07:24.505Z] bf27e826de1a: Preparing [2021-02-01T20:07:24.505Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:24.505Z] a72f393ef85c: Preparing [2021-02-01T20:07:24.505Z] 561d454c1ce6: Preparing [2021-02-01T20:07:24.505Z] 777b2c648970: Preparing [2021-02-01T20:07:24.505Z] 777b2c648970: Waiting [2021-02-01T20:07:24.505Z] 561d454c1ce6: Layer already exists [2021-02-01T20:07:24.505Z] bf27e826de1a: Layer already exists [2021-02-01T20:07:24.505Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:24.505Z] a72f393ef85c: Layer already exists [2021-02-01T20:07:24.505Z] 1e3cb52eb00a: Layer already exists [2021-02-01T20:07:24.505Z] 777b2c648970: Layer already exists [2021-02-01T20:07:24.505Z] master: digest: sha256:1894ae0c21b3ae363ddd4d7e61d7241998b026fb15c196b5de6ba4e7972a6591 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:24.822Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:24.874Z] taggedImages: [2021-02-01T20:07:24.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:24.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.69 [2021-02-01T20:07:24.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:24.874Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-01T20:07:24.947Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-01T20:07:24.947Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:24.947Z] 2.0.0-dev.69 [2021-02-01T20:07:24.947Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:24.947Z] master [2021-02-01T20:07:24.947Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:25.458Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:25.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:25.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T20:07:25.759Z] 2adbc2263709: Preparing [2021-02-01T20:07:25.759Z] 27a8c85bbf54: Preparing [2021-02-01T20:07:25.759Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:25.759Z] da0e09dddf97: Preparing [2021-02-01T20:07:25.759Z] 777b2c648970: Preparing [2021-02-01T20:07:25.759Z] 777b2c648970: Layer already exists [2021-02-01T20:07:25.759Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:25.759Z] 2adbc2263709: Pushed [2021-02-01T20:07:26.021Z] da0e09dddf97: Pushed [2021-02-01T20:07:26.968Z] 27a8c85bbf54: Pushed [2021-02-01T20:07:27.231Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:7c8dcf098fa85e8ac6596d1122fd080c0beafebdd02fe75a3c9335db01575cc9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:27.543Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:27.847Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.69 [2021-02-01T20:07:27.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T20:07:27.847Z] 2adbc2263709: Preparing [2021-02-01T20:07:27.847Z] 27a8c85bbf54: Preparing [2021-02-01T20:07:27.847Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:27.847Z] da0e09dddf97: Preparing [2021-02-01T20:07:27.847Z] 777b2c648970: Preparing [2021-02-01T20:07:27.847Z] 777b2c648970: Layer already exists [2021-02-01T20:07:27.847Z] 27a8c85bbf54: Layer already exists [2021-02-01T20:07:27.847Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:27.847Z] 2adbc2263709: Layer already exists [2021-02-01T20:07:27.847Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:27.847Z] 2.0.0-dev.69: digest: sha256:7c8dcf098fa85e8ac6596d1122fd080c0beafebdd02fe75a3c9335db01575cc9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:28.155Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:28.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:28.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T20:07:28.456Z] 2adbc2263709: Preparing [2021-02-01T20:07:28.456Z] 27a8c85bbf54: Preparing [2021-02-01T20:07:28.456Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:28.456Z] da0e09dddf97: Preparing [2021-02-01T20:07:28.456Z] 777b2c648970: Preparing [2021-02-01T20:07:28.456Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:28.456Z] 2adbc2263709: Layer already exists [2021-02-01T20:07:28.456Z] 777b2c648970: Layer already exists [2021-02-01T20:07:28.456Z] 27a8c85bbf54: Layer already exists [2021-02-01T20:07:28.456Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:28.456Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:7c8dcf098fa85e8ac6596d1122fd080c0beafebdd02fe75a3c9335db01575cc9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:28.761Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:29.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-01T20:07:29.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-01T20:07:29.063Z] 2adbc2263709: Preparing [2021-02-01T20:07:29.063Z] 27a8c85bbf54: Preparing [2021-02-01T20:07:29.063Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:29.063Z] da0e09dddf97: Preparing [2021-02-01T20:07:29.063Z] 777b2c648970: Preparing [2021-02-01T20:07:29.063Z] 27a8c85bbf54: Layer already exists [2021-02-01T20:07:29.063Z] 777b2c648970: Layer already exists [2021-02-01T20:07:29.063Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:29.063Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:29.063Z] 2adbc2263709: Layer already exists [2021-02-01T20:07:29.063Z] master: digest: sha256:7c8dcf098fa85e8ac6596d1122fd080c0beafebdd02fe75a3c9335db01575cc9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:29.269Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:29.327Z] taggedImages: [2021-02-01T20:07:29.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:29.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.69 [2021-02-01T20:07:29.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:29.327Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-01T20:07:29.405Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-01T20:07:29.405Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:29.405Z] 2.0.0-dev.69 [2021-02-01T20:07:29.405Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:29.405Z] master [2021-02-01T20:07:29.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:29.907Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:30.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:30.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T20:07:30.208Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:30.208Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:30.208Z] 36fb937e2534: Preparing [2021-02-01T20:07:30.208Z] 9b5210dd9989: Preparing [2021-02-01T20:07:30.208Z] e73ce290da44: Preparing [2021-02-01T20:07:30.208Z] e41aeebea59f: Preparing [2021-02-01T20:07:30.208Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:30.208Z] f56b0294254f: Preparing [2021-02-01T20:07:30.208Z] f56b0294254f: Preparing [2021-02-01T20:07:30.208Z] 261dd266a965: Preparing [2021-02-01T20:07:30.208Z] 0288c351838c: Preparing [2021-02-01T20:07:30.208Z] 777b2c648970: Preparing [2021-02-01T20:07:30.208Z] f56b0294254f: Waiting [2021-02-01T20:07:30.208Z] 261dd266a965: Waiting [2021-02-01T20:07:30.208Z] 0288c351838c: Waiting [2021-02-01T20:07:30.208Z] 777b2c648970: Waiting [2021-02-01T20:07:30.208Z] 16ec7e2d8cad: Waiting [2021-02-01T20:07:30.471Z] 36fb937e2534: Pushed [2021-02-01T20:07:30.471Z] e73ce290da44: Pushed [2021-02-01T20:07:30.471Z] 1d4e5735f8af: Pushed [2021-02-01T20:07:30.735Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:30.735Z] f56b0294254f: Pushed [2021-02-01T20:07:30.735Z] 261dd266a965: Pushed [2021-02-01T20:07:30.735Z] 777b2c648970: Layer already exists [2021-02-01T20:07:30.735Z] 0288c351838c: Pushed [2021-02-01T20:07:31.309Z] 9b5210dd9989: Pushed [2021-02-01T20:07:31.571Z] e41aeebea59f: Pushed [2021-02-01T20:07:31.571Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:37908c7010696f6dce7defa68a6040b855489bfa37e03467bfa3f140e3f44e56 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:31.877Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:32.044Z] Removing intermediate container d6d1b35dddf1 [2021-02-01T20:07:32.045Z] ---> bb6627f90791 [2021-02-01T20:07:32.045Z] [2021-02-01T20:07:32.045Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T20:07:32.045Z] ---> afeebe901d6b [2021-02-01T20:07:32.045Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T20:07:32.045Z] ---> Running in 07214dcb268d [2021-02-01T20:07:32.045Z] Removing intermediate container 07214dcb268d [2021-02-01T20:07:32.045Z] ---> 15d1746060dd [2021-02-01T20:07:32.045Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T20:07:32.045Z] ---> Running in a522775fcaae [2021-02-01T20:07:32.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.69 [2021-02-01T20:07:32.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T20:07:32.179Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:32.179Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:32.179Z] 36fb937e2534: Preparing [2021-02-01T20:07:32.179Z] 9b5210dd9989: Preparing [2021-02-01T20:07:32.179Z] e73ce290da44: Preparing [2021-02-01T20:07:32.179Z] e41aeebea59f: Preparing [2021-02-01T20:07:32.179Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:32.179Z] f56b0294254f: Preparing [2021-02-01T20:07:32.179Z] f56b0294254f: Preparing [2021-02-01T20:07:32.179Z] 261dd266a965: Preparing [2021-02-01T20:07:32.179Z] 0288c351838c: Preparing [2021-02-01T20:07:32.179Z] 777b2c648970: Preparing [2021-02-01T20:07:32.179Z] 261dd266a965: Waiting [2021-02-01T20:07:32.179Z] 0288c351838c: Waiting [2021-02-01T20:07:32.179Z] 777b2c648970: Waiting [2021-02-01T20:07:32.179Z] 16ec7e2d8cad: Waiting [2021-02-01T20:07:32.179Z] f56b0294254f: Waiting [2021-02-01T20:07:32.179Z] 36fb937e2534: Layer already exists [2021-02-01T20:07:32.179Z] e41aeebea59f: Layer already exists [2021-02-01T20:07:32.179Z] e73ce290da44: Layer already exists [2021-02-01T20:07:32.179Z] 1d4e5735f8af: Layer already exists [2021-02-01T20:07:32.179Z] 9b5210dd9989: Layer already exists [2021-02-01T20:07:32.179Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:32.179Z] f56b0294254f: Layer already exists [2021-02-01T20:07:32.179Z] 777b2c648970: Layer already exists [2021-02-01T20:07:32.179Z] 261dd266a965: Layer already exists [2021-02-01T20:07:32.179Z] 0288c351838c: Layer already exists [2021-02-01T20:07:32.179Z] 2.0.0-dev.69: digest: sha256:37908c7010696f6dce7defa68a6040b855489bfa37e03467bfa3f140e3f44e56 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:32.484Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:32.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:32.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T20:07:32.783Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:32.783Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:32.783Z] 36fb937e2534: Preparing [2021-02-01T20:07:32.783Z] 9b5210dd9989: Preparing [2021-02-01T20:07:32.783Z] e73ce290da44: Preparing [2021-02-01T20:07:32.783Z] e41aeebea59f: Preparing [2021-02-01T20:07:32.783Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:32.783Z] f56b0294254f: Preparing [2021-02-01T20:07:32.783Z] f56b0294254f: Preparing [2021-02-01T20:07:32.783Z] 261dd266a965: Preparing [2021-02-01T20:07:32.783Z] 0288c351838c: Preparing [2021-02-01T20:07:32.783Z] 777b2c648970: Preparing [2021-02-01T20:07:32.783Z] 261dd266a965: Waiting [2021-02-01T20:07:32.783Z] 16ec7e2d8cad: Waiting [2021-02-01T20:07:32.783Z] f56b0294254f: Waiting [2021-02-01T20:07:32.783Z] 0288c351838c: Waiting [2021-02-01T20:07:32.783Z] 777b2c648970: Waiting [2021-02-01T20:07:32.783Z] e73ce290da44: Layer already exists [2021-02-01T20:07:32.783Z] 1d4e5735f8af: Layer already exists [2021-02-01T20:07:32.783Z] 9b5210dd9989: Layer already exists [2021-02-01T20:07:32.783Z] e41aeebea59f: Layer already exists [2021-02-01T20:07:32.783Z] 36fb937e2534: Layer already exists [2021-02-01T20:07:32.783Z] f56b0294254f: Layer already exists [2021-02-01T20:07:32.783Z] 0288c351838c: Layer already exists [2021-02-01T20:07:32.783Z] 777b2c648970: Layer already exists [2021-02-01T20:07:32.783Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:32.783Z] 261dd266a965: Layer already exists [2021-02-01T20:07:32.783Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:37908c7010696f6dce7defa68a6040b855489bfa37e03467bfa3f140e3f44e56 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:33.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:07:33.088Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:33.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-01T20:07:33.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-01T20:07:33.386Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:33.386Z] 1d4e5735f8af: Preparing [2021-02-01T20:07:33.386Z] 36fb937e2534: Preparing [2021-02-01T20:07:33.386Z] 9b5210dd9989: Preparing [2021-02-01T20:07:33.386Z] e73ce290da44: Preparing [2021-02-01T20:07:33.386Z] e41aeebea59f: Preparing [2021-02-01T20:07:33.386Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:33.386Z] f56b0294254f: Preparing [2021-02-01T20:07:33.386Z] f56b0294254f: Preparing [2021-02-01T20:07:33.386Z] 261dd266a965: Preparing [2021-02-01T20:07:33.386Z] 0288c351838c: Preparing [2021-02-01T20:07:33.386Z] 777b2c648970: Preparing [2021-02-01T20:07:33.386Z] 16ec7e2d8cad: Waiting [2021-02-01T20:07:33.386Z] f56b0294254f: Waiting [2021-02-01T20:07:33.386Z] 261dd266a965: Waiting [2021-02-01T20:07:33.386Z] 0288c351838c: Waiting [2021-02-01T20:07:33.386Z] 777b2c648970: Waiting [2021-02-01T20:07:33.386Z] 1d4e5735f8af: Layer already exists [2021-02-01T20:07:33.386Z] 36fb937e2534: Layer already exists [2021-02-01T20:07:33.386Z] e73ce290da44: Layer already exists [2021-02-01T20:07:33.386Z] e41aeebea59f: Layer already exists [2021-02-01T20:07:33.386Z] 9b5210dd9989: Layer already exists [2021-02-01T20:07:33.386Z] f56b0294254f: Layer already exists [2021-02-01T20:07:33.386Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:33.386Z] 261dd266a965: Layer already exists [2021-02-01T20:07:33.386Z] 777b2c648970: Layer already exists [2021-02-01T20:07:33.386Z] 0288c351838c: Layer already exists [2021-02-01T20:07:33.386Z] master: digest: sha256:37908c7010696f6dce7defa68a6040b855489bfa37e03467bfa3f140e3f44e56 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:33.636Z] ===================================================== [2021-02-01T20:07:33.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-01T20:07:33.687Z] taggedImages: [2021-02-01T20:07:33.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:33.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.69 [2021-02-01T20:07:33.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:33.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-01T20:07:33.768Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-01T20:07:33.768Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:33.768Z] 2.0.0-dev.69 [2021-02-01T20:07:33.768Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:33.768Z] master [2021-02-01T20:07:33.768Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:34.262Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T20:07:34.262Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T20:07:34.262Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:07:34.262Z] OK: 5 MiB in 16 packages [2021-02-01T20:07:34.335Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:34.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:34.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T20:07:34.636Z] 887a40217c73: Preparing [2021-02-01T20:07:34.636Z] 50c9f38bd235: Preparing [2021-02-01T20:07:34.636Z] aa3b70c825cf: Preparing [2021-02-01T20:07:34.636Z] 22c1212213b6: Preparing [2021-02-01T20:07:34.636Z] 8c9cc7f6e431: Preparing [2021-02-01T20:07:34.636Z] 777b2c648970: Preparing [2021-02-01T20:07:34.636Z] 777b2c648970: Waiting [2021-02-01T20:07:34.900Z] aa3b70c825cf: Pushed [2021-02-01T20:07:34.900Z] 22c1212213b6: Pushed [2021-02-01T20:07:34.900Z] 777b2c648970: Layer already exists [2021-02-01T20:07:35.163Z] 8c9cc7f6e431: Pushed [2021-02-01T20:07:35.735Z] 887a40217c73: Pushed [2021-02-01T20:07:35.735Z] 50c9f38bd235: Pushed [2021-02-01T20:07:35.735Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:e2ce2fb9d1c050d233a840c23f552383ff4ea8794cc33341bb09f38a3c42b6e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:36.045Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:36.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.69 [2021-02-01T20:07:36.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T20:07:36.344Z] 887a40217c73: Preparing [2021-02-01T20:07:36.344Z] 50c9f38bd235: Preparing [2021-02-01T20:07:36.344Z] aa3b70c825cf: Preparing [2021-02-01T20:07:36.344Z] 22c1212213b6: Preparing [2021-02-01T20:07:36.344Z] 8c9cc7f6e431: Preparing [2021-02-01T20:07:36.344Z] 777b2c648970: Preparing [2021-02-01T20:07:36.344Z] 777b2c648970: Waiting [2021-02-01T20:07:36.344Z] 50c9f38bd235: Layer already exists [2021-02-01T20:07:36.344Z] aa3b70c825cf: Layer already exists [2021-02-01T20:07:36.344Z] 887a40217c73: Layer already exists [2021-02-01T20:07:36.344Z] 22c1212213b6: Layer already exists [2021-02-01T20:07:36.344Z] 8c9cc7f6e431: Layer already exists [2021-02-01T20:07:36.344Z] 777b2c648970: Layer already exists [2021-02-01T20:07:36.344Z] 2.0.0-dev.69: digest: sha256:e2ce2fb9d1c050d233a840c23f552383ff4ea8794cc33341bb09f38a3c42b6e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:36.651Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:36.902Z] Removing intermediate container a522775fcaae [2021-02-01T20:07:36.902Z] ---> c8e4af741025 [2021-02-01T20:07:36.902Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T20:07:36.902Z] ---> Running in 5492266e0429 [2021-02-01T20:07:36.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:36.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T20:07:36.952Z] 887a40217c73: Preparing [2021-02-01T20:07:36.952Z] 50c9f38bd235: Preparing [2021-02-01T20:07:36.952Z] aa3b70c825cf: Preparing [2021-02-01T20:07:36.952Z] 22c1212213b6: Preparing [2021-02-01T20:07:36.952Z] 8c9cc7f6e431: Preparing [2021-02-01T20:07:36.952Z] 777b2c648970: Preparing [2021-02-01T20:07:36.952Z] 777b2c648970: Waiting [2021-02-01T20:07:36.952Z] 22c1212213b6: Layer already exists [2021-02-01T20:07:36.952Z] aa3b70c825cf: Layer already exists [2021-02-01T20:07:36.952Z] 8c9cc7f6e431: Layer already exists [2021-02-01T20:07:36.952Z] 887a40217c73: Layer already exists [2021-02-01T20:07:36.952Z] 50c9f38bd235: Layer already exists [2021-02-01T20:07:36.952Z] 777b2c648970: Layer already exists [2021-02-01T20:07:36.952Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:e2ce2fb9d1c050d233a840c23f552383ff4ea8794cc33341bb09f38a3c42b6e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:37.261Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:37.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-01T20:07:37.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-01T20:07:37.576Z] 887a40217c73: Preparing [2021-02-01T20:07:37.577Z] 50c9f38bd235: Preparing [2021-02-01T20:07:37.577Z] aa3b70c825cf: Preparing [2021-02-01T20:07:37.577Z] 22c1212213b6: Preparing [2021-02-01T20:07:37.577Z] 8c9cc7f6e431: Preparing [2021-02-01T20:07:37.577Z] 777b2c648970: Preparing [2021-02-01T20:07:37.577Z] 777b2c648970: Waiting [2021-02-01T20:07:37.577Z] 887a40217c73: Layer already exists [2021-02-01T20:07:37.577Z] 50c9f38bd235: Layer already exists [2021-02-01T20:07:37.577Z] 8c9cc7f6e431: Layer already exists [2021-02-01T20:07:37.577Z] 22c1212213b6: Layer already exists [2021-02-01T20:07:37.577Z] aa3b70c825cf: Layer already exists [2021-02-01T20:07:37.577Z] 777b2c648970: Layer already exists [2021-02-01T20:07:37.577Z] master: digest: sha256:e2ce2fb9d1c050d233a840c23f552383ff4ea8794cc33341bb09f38a3c42b6e5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:37.808Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:37.859Z] taggedImages: [2021-02-01T20:07:37.859Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:37.859Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.69 [2021-02-01T20:07:37.859Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:37.859Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-01T20:07:37.930Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-01T20:07:37.930Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:37.930Z] 2.0.0-dev.69 [2021-02-01T20:07:37.930Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:37.930Z] master [2021-02-01T20:07:37.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:38.355Z] Removing intermediate container 5492266e0429 [2021-02-01T20:07:38.355Z] ---> 940cffddcc5e [2021-02-01T20:07:38.355Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T20:07:38.355Z] ---> Running in 6281e22dc4d2 [2021-02-01T20:07:38.477Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:38.638Z] Removing intermediate container bdfd7638961b [2021-02-01T20:07:38.638Z] ---> faf8dd0d8bf4 [2021-02-01T20:07:38.638Z] [2021-02-01T20:07:38.638Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:07:38.638Z] ---> afeebe901d6b [2021-02-01T20:07:38.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T20:07:38.638Z] ---> Using cache [2021-02-01T20:07:38.638Z] ---> 1421809f0054 [2021-02-01T20:07:38.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:07:38.638Z] ---> Using cache [2021-02-01T20:07:38.638Z] ---> a485aa4e838f [2021-02-01T20:07:38.638Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T20:07:38.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:38.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T20:07:38.782Z] ede34aade460: Preparing [2021-02-01T20:07:38.782Z] 85c29d3c6154: Preparing [2021-02-01T20:07:38.782Z] 9363866f7f65: Preparing [2021-02-01T20:07:38.782Z] 7ac7de292c2b: Preparing [2021-02-01T20:07:38.782Z] 9e856e99dbb5: Preparing [2021-02-01T20:07:38.782Z] cc0b14daabec: Preparing [2021-02-01T20:07:38.782Z] 2caede50cc22: Preparing [2021-02-01T20:07:38.782Z] eb06c7e21d00: Preparing [2021-02-01T20:07:38.782Z] 777b2c648970: Preparing [2021-02-01T20:07:38.782Z] cc0b14daabec: Waiting [2021-02-01T20:07:38.782Z] 2caede50cc22: Waiting [2021-02-01T20:07:38.782Z] eb06c7e21d00: Waiting [2021-02-01T20:07:38.782Z] 777b2c648970: Waiting [2021-02-01T20:07:38.782Z] 9e856e99dbb5: Pushed [2021-02-01T20:07:38.782Z] ede34aade460: Pushed [2021-02-01T20:07:38.939Z] ---> Running in 6596aee8f52b [2021-02-01T20:07:39.054Z] 85c29d3c6154: Pushed [2021-02-01T20:07:39.054Z] cc0b14daabec: Pushed [2021-02-01T20:07:39.054Z] 777b2c648970: Layer already exists [2021-02-01T20:07:39.054Z] 2caede50cc22: Pushed [2021-02-01T20:07:39.225Z] Removing intermediate container 6281e22dc4d2 [2021-02-01T20:07:39.225Z] ---> cc9e28b564ef [2021-02-01T20:07:39.225Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T20:07:39.506Z] ---> Running in 4d8371501262 [2021-02-01T20:07:39.630Z] eb06c7e21d00: Pushed [2021-02-01T20:07:39.630Z] 7ac7de292c2b: Pushed [2021-02-01T20:07:39.891Z] 9363866f7f65: Pushed [2021-02-01T20:07:39.891Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:dba906a7255cacf1822c4784660c23012f2b3c4024d60d7820313f128874a766 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:40.118Z] Removing intermediate container 6596aee8f52b [2021-02-01T20:07:40.118Z] ---> a52cc2b3197d [2021-02-01T20:07:40.118Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T20:07:40.197Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:40.400Z] ---> Running in 103379c802b6 [2021-02-01T20:07:40.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.69 [2021-02-01T20:07:40.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T20:07:40.495Z] ede34aade460: Preparing [2021-02-01T20:07:40.495Z] 85c29d3c6154: Preparing [2021-02-01T20:07:40.495Z] 9363866f7f65: Preparing [2021-02-01T20:07:40.495Z] 7ac7de292c2b: Preparing [2021-02-01T20:07:40.495Z] 9e856e99dbb5: Preparing [2021-02-01T20:07:40.495Z] cc0b14daabec: Preparing [2021-02-01T20:07:40.495Z] 2caede50cc22: Preparing [2021-02-01T20:07:40.495Z] eb06c7e21d00: Preparing [2021-02-01T20:07:40.495Z] 777b2c648970: Preparing [2021-02-01T20:07:40.495Z] 777b2c648970: Waiting [2021-02-01T20:07:40.495Z] eb06c7e21d00: Waiting [2021-02-01T20:07:40.495Z] cc0b14daabec: Waiting [2021-02-01T20:07:40.495Z] 2caede50cc22: Waiting [2021-02-01T20:07:40.495Z] ede34aade460: Layer already exists [2021-02-01T20:07:40.495Z] 85c29d3c6154: Layer already exists [2021-02-01T20:07:40.495Z] 9363866f7f65: Layer already exists [2021-02-01T20:07:40.495Z] 9e856e99dbb5: Layer already exists [2021-02-01T20:07:40.495Z] 7ac7de292c2b: Layer already exists [2021-02-01T20:07:40.495Z] 2caede50cc22: Layer already exists [2021-02-01T20:07:40.495Z] cc0b14daabec: Layer already exists [2021-02-01T20:07:40.495Z] eb06c7e21d00: Layer already exists [2021-02-01T20:07:40.495Z] 777b2c648970: Layer already exists [2021-02-01T20:07:40.495Z] 2.0.0-dev.69: digest: sha256:dba906a7255cacf1822c4784660c23012f2b3c4024d60d7820313f128874a766 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:40.795Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:41.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:41.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T20:07:41.090Z] ede34aade460: Preparing [2021-02-01T20:07:41.090Z] 85c29d3c6154: Preparing [2021-02-01T20:07:41.090Z] 9363866f7f65: Preparing [2021-02-01T20:07:41.090Z] 7ac7de292c2b: Preparing [2021-02-01T20:07:41.090Z] 9e856e99dbb5: Preparing [2021-02-01T20:07:41.090Z] cc0b14daabec: Preparing [2021-02-01T20:07:41.090Z] 2caede50cc22: Preparing [2021-02-01T20:07:41.090Z] eb06c7e21d00: Preparing [2021-02-01T20:07:41.090Z] 777b2c648970: Preparing [2021-02-01T20:07:41.090Z] cc0b14daabec: Waiting [2021-02-01T20:07:41.090Z] 2caede50cc22: Waiting [2021-02-01T20:07:41.090Z] 777b2c648970: Waiting [2021-02-01T20:07:41.090Z] eb06c7e21d00: Waiting [2021-02-01T20:07:41.090Z] 7ac7de292c2b: Layer already exists [2021-02-01T20:07:41.090Z] ede34aade460: Layer already exists [2021-02-01T20:07:41.090Z] 85c29d3c6154: Layer already exists [2021-02-01T20:07:41.090Z] 9363866f7f65: Layer already exists [2021-02-01T20:07:41.090Z] 9e856e99dbb5: Layer already exists [2021-02-01T20:07:41.090Z] 2caede50cc22: Layer already exists [2021-02-01T20:07:41.090Z] cc0b14daabec: Layer already exists [2021-02-01T20:07:41.090Z] eb06c7e21d00: Layer already exists [2021-02-01T20:07:41.090Z] 777b2c648970: Layer already exists [2021-02-01T20:07:41.090Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:dba906a7255cacf1822c4784660c23012f2b3c4024d60d7820313f128874a766 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:41.391Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:41.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-01T20:07:41.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-01T20:07:41.686Z] ede34aade460: Preparing [2021-02-01T20:07:41.686Z] 85c29d3c6154: Preparing [2021-02-01T20:07:41.686Z] 9363866f7f65: Preparing [2021-02-01T20:07:41.686Z] 7ac7de292c2b: Preparing [2021-02-01T20:07:41.686Z] 9e856e99dbb5: Preparing [2021-02-01T20:07:41.686Z] cc0b14daabec: Preparing [2021-02-01T20:07:41.686Z] 2caede50cc22: Preparing [2021-02-01T20:07:41.686Z] eb06c7e21d00: Preparing [2021-02-01T20:07:41.686Z] 777b2c648970: Preparing [2021-02-01T20:07:41.686Z] eb06c7e21d00: Waiting [2021-02-01T20:07:41.686Z] cc0b14daabec: Waiting [2021-02-01T20:07:41.686Z] 2caede50cc22: Waiting [2021-02-01T20:07:41.686Z] 777b2c648970: Waiting [2021-02-01T20:07:41.686Z] 9e856e99dbb5: Layer already exists [2021-02-01T20:07:41.686Z] ede34aade460: Layer already exists [2021-02-01T20:07:41.686Z] 7ac7de292c2b: Layer already exists [2021-02-01T20:07:41.686Z] 85c29d3c6154: Layer already exists [2021-02-01T20:07:41.686Z] 9363866f7f65: Layer already exists [2021-02-01T20:07:41.686Z] eb06c7e21d00: Layer already exists [2021-02-01T20:07:41.686Z] 2caede50cc22: Layer already exists [2021-02-01T20:07:41.686Z] cc0b14daabec: Layer already exists [2021-02-01T20:07:41.686Z] 777b2c648970: Layer already exists [2021-02-01T20:07:41.686Z] master: digest: sha256:dba906a7255cacf1822c4784660c23012f2b3c4024d60d7820313f128874a766 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-01T20:07:41.845Z] Removing intermediate container 103379c802b6 [2021-02-01T20:07:41.845Z] ---> eb4d8bdc06d3 [2021-02-01T20:07:41.845Z] Step 15/23 : WORKDIR / [2021-02-01T20:07:41.845Z] ---> Running in b1a9774b8352 [Pipeline] echo [2021-02-01T20:07:41.877Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:41.924Z] taggedImages: [2021-02-01T20:07:41.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:41.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.69 [2021-02-01T20:07:41.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:41.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-01T20:07:41.994Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-01T20:07:41.994Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:41.994Z] 2.0.0-dev.69 [2021-02-01T20:07:41.994Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:41.994Z] master [2021-02-01T20:07:41.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:42.479Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:42.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:42.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T20:07:42.777Z] 4308ca423707: Preparing [2021-02-01T20:07:42.777Z] a404721e4030: Preparing [2021-02-01T20:07:42.777Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:42.777Z] f1685cb80ec7: Preparing [2021-02-01T20:07:42.777Z] 777b2c648970: Preparing [2021-02-01T20:07:42.777Z] 777b2c648970: Layer already exists [2021-02-01T20:07:42.777Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:42.777Z] 4308ca423707: Pushed [2021-02-01T20:07:43.038Z] f1685cb80ec7: Pushed [2021-02-01T20:07:43.289Z] Removing intermediate container b1a9774b8352 [2021-02-01T20:07:43.289Z] ---> 14f9e49e9dac [2021-02-01T20:07:43.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:07:43.560Z] Removing intermediate container d38a9c52b071 [2021-02-01T20:07:43.560Z] ---> 9e54133644f6 [2021-02-01T20:07:43.560Z] [2021-02-01T20:07:43.560Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T20:07:43.560Z] ---> afeebe901d6b [2021-02-01T20:07:43.560Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T20:07:43.832Z] ---> Running in a5c0e7743166 [2021-02-01T20:07:43.832Z] Removing intermediate container 4d8371501262 [2021-02-01T20:07:43.832Z] ---> 79093a2ea47e [2021-02-01T20:07:43.832Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T20:07:43.981Z] a404721e4030: Pushed [2021-02-01T20:07:43.981Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:8f43c177e56a0542bacba6a2646223cadaf80a17b7451ef7335d368be5e50228 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:44.283Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:44.437Z] ---> Running in 77335f7d6559 [2021-02-01T20:07:44.437Z] ---> 95e8de4ba70d [2021-02-01T20:07:44.437Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T20:07:44.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.69 [2021-02-01T20:07:44.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T20:07:44.580Z] 4308ca423707: Preparing [2021-02-01T20:07:44.580Z] a404721e4030: Preparing [2021-02-01T20:07:44.580Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:44.580Z] f1685cb80ec7: Preparing [2021-02-01T20:07:44.580Z] 777b2c648970: Preparing [2021-02-01T20:07:44.580Z] 777b2c648970: Layer already exists [2021-02-01T20:07:44.580Z] f1685cb80ec7: Layer already exists [2021-02-01T20:07:44.580Z] 4308ca423707: Layer already exists [2021-02-01T20:07:44.580Z] a404721e4030: Layer already exists [2021-02-01T20:07:44.580Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:44.580Z] 2.0.0-dev.69: digest: sha256:8f43c177e56a0542bacba6a2646223cadaf80a17b7451ef7335d368be5e50228 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:44.883Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:45.047Z] Removing intermediate container 77335f7d6559 [2021-02-01T20:07:45.047Z] ---> a628f542493b [2021-02-01T20:07:45.047Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T20:07:45.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:45.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T20:07:45.180Z] 4308ca423707: Preparing [2021-02-01T20:07:45.180Z] a404721e4030: Preparing [2021-02-01T20:07:45.180Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:45.180Z] f1685cb80ec7: Preparing [2021-02-01T20:07:45.180Z] 777b2c648970: Preparing [2021-02-01T20:07:45.180Z] 777b2c648970: Layer already exists [2021-02-01T20:07:45.180Z] a404721e4030: Layer already exists [2021-02-01T20:07:45.180Z] 4308ca423707: Layer already exists [2021-02-01T20:07:45.180Z] f1685cb80ec7: Layer already exists [2021-02-01T20:07:45.180Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:45.180Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:8f43c177e56a0542bacba6a2646223cadaf80a17b7451ef7335d368be5e50228 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:45.483Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:45.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:07:45.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-01T20:07:45.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-01T20:07:45.780Z] 4308ca423707: Preparing [2021-02-01T20:07:45.780Z] a404721e4030: Preparing [2021-02-01T20:07:45.780Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:45.780Z] f1685cb80ec7: Preparing [2021-02-01T20:07:45.780Z] 777b2c648970: Preparing [2021-02-01T20:07:45.780Z] 777b2c648970: Layer already exists [2021-02-01T20:07:45.780Z] 4308ca423707: Layer already exists [2021-02-01T20:07:45.780Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:45.780Z] a404721e4030: Layer already exists [2021-02-01T20:07:45.780Z] f1685cb80ec7: Layer already exists [2021-02-01T20:07:45.780Z] master: digest: sha256:8f43c177e56a0542bacba6a2646223cadaf80a17b7451ef7335d368be5e50228 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-01T20:07:45.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-02-01T20:07:45.965Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:46.013Z] taggedImages: [2021-02-01T20:07:46.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:46.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.69 [2021-02-01T20:07:46.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:46.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-01T20:07:46.084Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-01T20:07:46.084Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:46.084Z] 2.0.0-dev.69 [2021-02-01T20:07:46.084Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:46.084Z] master [2021-02-01T20:07:46.084Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-02-01T20:07:46.214Z] ---> fbade810d874 [2021-02-01T20:07:46.214Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T20:07:46.214Z] ---> 6511aa314b7f [2021-02-01T20:07:46.214Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:46.492Z] ---> Running in 06a0b5d5eb93 [2021-02-01T20:07:46.492Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T20:07:46.492Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T20:07:46.492Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:07:46.577Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:46.779Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T20:07:46.779Z] OK: 6 MiB in 16 packages [2021-02-01T20:07:46.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:46.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T20:07:46.874Z] d9685dcdedda: Preparing [2021-02-01T20:07:46.874Z] 8e1efe8e6ada: Preparing [2021-02-01T20:07:46.874Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:46.874Z] da0e09dddf97: Preparing [2021-02-01T20:07:46.874Z] 777b2c648970: Preparing [2021-02-01T20:07:46.874Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:46.874Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:46.874Z] 777b2c648970: Layer already exists [2021-02-01T20:07:46.874Z] d9685dcdedda: Pushed [2021-02-01T20:07:47.765Z] ---> 5127ae18db55 [2021-02-01T20:07:47.765Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T20:07:47.817Z] 8e1efe8e6ada: Pushed [2021-02-01T20:07:48.045Z] ---> Running in 67eb2d52ac43 [2021-02-01T20:07:48.078Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:c394f0315b1d436bfc54cdf9c86cff80cb7db48d66df8359361612d234cac80d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:48.383Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:48.653Z] Removing intermediate container 67eb2d52ac43 [2021-02-01T20:07:48.653Z] ---> c3349fb495f2 [2021-02-01T20:07:48.653Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:07:48.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.69 [2021-02-01T20:07:48.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T20:07:48.679Z] d9685dcdedda: Preparing [2021-02-01T20:07:48.679Z] 8e1efe8e6ada: Preparing [2021-02-01T20:07:48.679Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:48.679Z] da0e09dddf97: Preparing [2021-02-01T20:07:48.679Z] 777b2c648970: Preparing [2021-02-01T20:07:48.679Z] 8e1efe8e6ada: Layer already exists [2021-02-01T20:07:48.679Z] d9685dcdedda: Layer already exists [2021-02-01T20:07:48.679Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:48.679Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:48.679Z] 777b2c648970: Layer already exists [2021-02-01T20:07:48.679Z] 2.0.0-dev.69: digest: sha256:c394f0315b1d436bfc54cdf9c86cff80cb7db48d66df8359361612d234cac80d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:48.985Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:49.253Z] ---> Running in 3fae6bbdf3a3 [2021-02-01T20:07:49.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:49.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T20:07:49.281Z] d9685dcdedda: Preparing [2021-02-01T20:07:49.281Z] 8e1efe8e6ada: Preparing [2021-02-01T20:07:49.281Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:49.281Z] da0e09dddf97: Preparing [2021-02-01T20:07:49.281Z] 777b2c648970: Preparing [2021-02-01T20:07:49.281Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:49.281Z] 777b2c648970: Layer already exists [2021-02-01T20:07:49.281Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:49.281Z] d9685dcdedda: Layer already exists [2021-02-01T20:07:49.281Z] 8e1efe8e6ada: Layer already exists [2021-02-01T20:07:49.281Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:c394f0315b1d436bfc54cdf9c86cff80cb7db48d66df8359361612d234cac80d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:49.530Z] Removing intermediate container a5c0e7743166 [2021-02-01T20:07:49.530Z] ---> 9a4671090b3e [2021-02-01T20:07:49.530Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T20:07:49.589Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:49.818Z] ---> Running in e91175a004bb [2021-02-01T20:07:49.818Z] Removing intermediate container 3fae6bbdf3a3 [2021-02-01T20:07:49.818Z] ---> 1e7ec6955cbe [2021-02-01T20:07:49.818Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T20:07:49.818Z] Removing intermediate container 06a0b5d5eb93 [2021-02-01T20:07:49.818Z] ---> a2b2cc62f89d [2021-02-01T20:07:49.818Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:07:49.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-01T20:07:49.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-01T20:07:49.885Z] d9685dcdedda: Preparing [2021-02-01T20:07:49.885Z] 8e1efe8e6ada: Preparing [2021-02-01T20:07:49.885Z] 16ec7e2d8cad: Preparing [2021-02-01T20:07:49.885Z] da0e09dddf97: Preparing [2021-02-01T20:07:49.885Z] 777b2c648970: Preparing [2021-02-01T20:07:49.885Z] 777b2c648970: Layer already exists [2021-02-01T20:07:49.885Z] 16ec7e2d8cad: Layer already exists [2021-02-01T20:07:49.885Z] da0e09dddf97: Layer already exists [2021-02-01T20:07:49.885Z] d9685dcdedda: Layer already exists [2021-02-01T20:07:49.885Z] 8e1efe8e6ada: Layer already exists [2021-02-01T20:07:49.885Z] master: digest: sha256:c394f0315b1d436bfc54cdf9c86cff80cb7db48d66df8359361612d234cac80d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-02-01T20:07:50.093Z] ---> Running in 99b61bf78be1 [Pipeline] echo [2021-02-01T20:07:50.111Z] ===================================================== [Pipeline] echo [2021-02-01T20:07:50.158Z] taggedImages: [2021-02-01T20:07:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.69 [2021-02-01T20:07:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:50.158Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-01T20:07:50.226Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-01T20:07:50.226Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:50.226Z] 2.0.0-dev.69 [2021-02-01T20:07:50.226Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:50.226Z] master [2021-02-01T20:07:50.226Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-02-01T20:07:50.368Z] Removing intermediate container e91175a004bb [2021-02-01T20:07:50.369Z] ---> 55d505685aee [2021-02-01T20:07:50.369Z] Step 13/22 : ENV APP_PORT=48060 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:50.652Z] ---> Running in 7a8ecc84f0d9 [2021-02-01T20:07:50.652Z] Removing intermediate container 99b61bf78be1 [2021-02-01T20:07:50.652Z] ---> a06c21d69943 [2021-02-01T20:07:50.652Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:50.801Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:50.933Z] ---> 5de3aa640486 [2021-02-01T20:07:50.933Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T20:07:50.933Z] ---> Running in 82833f1c2c70 [2021-02-01T20:07:51.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:51.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T20:07:51.111Z] 57fbff58feec: Preparing [2021-02-01T20:07:51.111Z] 98fa8ebb33cc: Preparing [2021-02-01T20:07:51.111Z] 8f362aae197f: Preparing [2021-02-01T20:07:51.111Z] 9b2c2aba084f: Preparing [2021-02-01T20:07:51.111Z] 879de7cb93cb: Preparing [2021-02-01T20:07:51.111Z] c44db5b0f407: Preparing [2021-02-01T20:07:51.111Z] 5691e420b6b1: Preparing [2021-02-01T20:07:51.111Z] 0754057c0ad3: Preparing [2021-02-01T20:07:51.111Z] 998cdf262ab1: Preparing [2021-02-01T20:07:51.111Z] 02e56110abd2: Preparing [2021-02-01T20:07:51.111Z] abc36efb885a: Preparing [2021-02-01T20:07:51.111Z] b0b09059f4e1: Preparing [2021-02-01T20:07:51.111Z] c44db5b0f407: Waiting [2021-02-01T20:07:51.111Z] bb961f40224b: Preparing [2021-02-01T20:07:51.111Z] f4666769fca7: Preparing [2021-02-01T20:07:51.111Z] 5691e420b6b1: Waiting [2021-02-01T20:07:51.111Z] 0754057c0ad3: Waiting [2021-02-01T20:07:51.111Z] 998cdf262ab1: Waiting [2021-02-01T20:07:51.111Z] 02e56110abd2: Waiting [2021-02-01T20:07:51.111Z] abc36efb885a: Waiting [2021-02-01T20:07:51.111Z] b0b09059f4e1: Waiting [2021-02-01T20:07:51.111Z] bb961f40224b: Waiting [2021-02-01T20:07:51.111Z] f4666769fca7: Waiting [2021-02-01T20:07:51.111Z] 879de7cb93cb: Pushed [2021-02-01T20:07:51.207Z] Removing intermediate container 7a8ecc84f0d9 [2021-02-01T20:07:51.207Z] ---> fd67d63bd208 [2021-02-01T20:07:51.207Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T20:07:51.399Z] 57fbff58feec: Pushed [2021-02-01T20:07:51.491Z] ---> Running in 7a42f21cc898 [2021-02-01T20:07:51.670Z] 9b2c2aba084f: Pushed [2021-02-01T20:07:51.670Z] 0754057c0ad3: Layer already exists [2021-02-01T20:07:51.670Z] 998cdf262ab1: Layer already exists [2021-02-01T20:07:51.670Z] 5691e420b6b1: Pushed [2021-02-01T20:07:51.670Z] 02e56110abd2: Layer already exists [2021-02-01T20:07:51.670Z] abc36efb885a: Layer already exists [2021-02-01T20:07:51.670Z] b0b09059f4e1: Layer already exists [2021-02-01T20:07:51.764Z] Removing intermediate container 82833f1c2c70 [2021-02-01T20:07:51.764Z] ---> 54f375dc912b [2021-02-01T20:07:51.764Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:07:51.764Z] ---> Running in ecafa6d8fcd5 [2021-02-01T20:07:51.933Z] bb961f40224b: Layer already exists [2021-02-01T20:07:51.934Z] 98fa8ebb33cc: Pushed [2021-02-01T20:07:51.934Z] f4666769fca7: Layer already exists [2021-02-01T20:07:52.195Z] c44db5b0f407: Pushed [2021-02-01T20:07:52.359Z] Removing intermediate container 7a42f21cc898 [2021-02-01T20:07:52.359Z] ---> f4fe098f4257 [2021-02-01T20:07:52.359Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:07:52.359Z] ---> 06b334eec28a [2021-02-01T20:07:52.359Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T20:07:52.359Z] Removing intermediate container ecafa6d8fcd5 [2021-02-01T20:07:52.359Z] ---> a0e7cf1e3132 [2021-02-01T20:07:52.359Z] [2021-02-01T20:07:52.958Z] Successfully built a0e7cf1e3132 [2021-02-01T20:07:52.958Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T20:07:53.231Z]  Building docker-core-metadata-go ... done  ---> ddf44167dff0 [2021-02-01T20:07:53.231Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T20:07:53.231Z] ---> 0ce69727f0c8 [2021-02-01T20:07:53.231Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T20:07:54.664Z] ---> 85a383f65859 [2021-02-01T20:07:54.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T20:07:54.664Z] ---> 2dc35f888eeb [2021-02-01T20:07:54.664Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T20:07:55.501Z] 8f362aae197f: Pushed [2021-02-01T20:07:55.501Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:a238397103f9227615a21d39724bd08aedeea32a14af4a5b3815be892382ca43 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:55.652Z] ---> 572bc108370e [2021-02-01T20:07:55.652Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T20:07:55.652Z] ---> Running in 29807584c3f1 [2021-02-01T20:07:55.812Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:55.925Z] ---> 24a4485e4e4c [2021-02-01T20:07:55.925Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T20:07:56.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.69 [2021-02-01T20:07:56.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T20:07:56.141Z] 57fbff58feec: Preparing [2021-02-01T20:07:56.141Z] 98fa8ebb33cc: Preparing [2021-02-01T20:07:56.141Z] 8f362aae197f: Preparing [2021-02-01T20:07:56.141Z] 9b2c2aba084f: Preparing [2021-02-01T20:07:56.141Z] 879de7cb93cb: Preparing [2021-02-01T20:07:56.141Z] c44db5b0f407: Preparing [2021-02-01T20:07:56.141Z] 5691e420b6b1: Preparing [2021-02-01T20:07:56.141Z] 0754057c0ad3: Preparing [2021-02-01T20:07:56.141Z] 998cdf262ab1: Preparing [2021-02-01T20:07:56.141Z] 02e56110abd2: Preparing [2021-02-01T20:07:56.141Z] abc36efb885a: Preparing [2021-02-01T20:07:56.141Z] b0b09059f4e1: Preparing [2021-02-01T20:07:56.141Z] bb961f40224b: Preparing [2021-02-01T20:07:56.141Z] f4666769fca7: Preparing [2021-02-01T20:07:56.141Z] 998cdf262ab1: Waiting [2021-02-01T20:07:56.141Z] 02e56110abd2: Waiting [2021-02-01T20:07:56.141Z] abc36efb885a: Waiting [2021-02-01T20:07:56.141Z] b0b09059f4e1: Waiting [2021-02-01T20:07:56.141Z] c44db5b0f407: Waiting [2021-02-01T20:07:56.141Z] 5691e420b6b1: Waiting [2021-02-01T20:07:56.141Z] 0754057c0ad3: Waiting [2021-02-01T20:07:56.141Z] f4666769fca7: Waiting [2021-02-01T20:07:56.141Z] bb961f40224b: Waiting [2021-02-01T20:07:56.141Z] 9b2c2aba084f: Layer already exists [2021-02-01T20:07:56.141Z] 57fbff58feec: Layer already exists [2021-02-01T20:07:56.141Z] 98fa8ebb33cc: Layer already exists [2021-02-01T20:07:56.141Z] 879de7cb93cb: Layer already exists [2021-02-01T20:07:56.141Z] 8f362aae197f: Layer already exists [2021-02-01T20:07:56.141Z] 5691e420b6b1: Layer already exists [2021-02-01T20:07:56.141Z] 0754057c0ad3: Layer already exists [2021-02-01T20:07:56.141Z] c44db5b0f407: Layer already exists [2021-02-01T20:07:56.141Z] 02e56110abd2: Layer already exists [2021-02-01T20:07:56.141Z] 998cdf262ab1: Layer already exists [2021-02-01T20:07:56.141Z] abc36efb885a: Layer already exists [2021-02-01T20:07:56.141Z] f4666769fca7: Layer already exists [2021-02-01T20:07:56.141Z] b0b09059f4e1: Layer already exists [2021-02-01T20:07:56.141Z] bb961f40224b: Layer already exists [2021-02-01T20:07:56.141Z] 2.0.0-dev.69: digest: sha256:a238397103f9227615a21d39724bd08aedeea32a14af4a5b3815be892382ca43 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:56.539Z] ---> Running in 8ce68bbd0410 [2021-02-01T20:07:56.540Z] Removing intermediate container 29807584c3f1 [2021-02-01T20:07:56.540Z] ---> a5f23182032f [2021-02-01T20:07:56.540Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:07:56.546Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:56.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:56.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T20:07:56.842Z] 57fbff58feec: Preparing [2021-02-01T20:07:56.842Z] 98fa8ebb33cc: Preparing [2021-02-01T20:07:56.842Z] 8f362aae197f: Preparing [2021-02-01T20:07:56.842Z] 9b2c2aba084f: Preparing [2021-02-01T20:07:56.842Z] 879de7cb93cb: Preparing [2021-02-01T20:07:56.842Z] c44db5b0f407: Preparing [2021-02-01T20:07:56.842Z] 5691e420b6b1: Preparing [2021-02-01T20:07:56.842Z] 0754057c0ad3: Preparing [2021-02-01T20:07:56.842Z] 998cdf262ab1: Preparing [2021-02-01T20:07:56.842Z] 02e56110abd2: Preparing [2021-02-01T20:07:56.842Z] abc36efb885a: Preparing [2021-02-01T20:07:56.842Z] b0b09059f4e1: Preparing [2021-02-01T20:07:56.842Z] bb961f40224b: Preparing [2021-02-01T20:07:56.842Z] f4666769fca7: Preparing [2021-02-01T20:07:56.842Z] c44db5b0f407: Waiting [2021-02-01T20:07:56.842Z] 5691e420b6b1: Waiting [2021-02-01T20:07:56.842Z] 0754057c0ad3: Waiting [2021-02-01T20:07:56.842Z] 998cdf262ab1: Waiting [2021-02-01T20:07:56.842Z] 02e56110abd2: Waiting [2021-02-01T20:07:56.842Z] abc36efb885a: Waiting [2021-02-01T20:07:56.842Z] b0b09059f4e1: Waiting [2021-02-01T20:07:56.842Z] bb961f40224b: Waiting [2021-02-01T20:07:56.842Z] f4666769fca7: Waiting [2021-02-01T20:07:56.842Z] 9b2c2aba084f: Layer already exists [2021-02-01T20:07:56.842Z] 98fa8ebb33cc: Layer already exists [2021-02-01T20:07:56.842Z] 879de7cb93cb: Layer already exists [2021-02-01T20:07:56.842Z] 8f362aae197f: Layer already exists [2021-02-01T20:07:56.842Z] 57fbff58feec: Layer already exists [2021-02-01T20:07:56.842Z] c44db5b0f407: Layer already exists [2021-02-01T20:07:56.842Z] 5691e420b6b1: Layer already exists [2021-02-01T20:07:56.842Z] 0754057c0ad3: Layer already exists [2021-02-01T20:07:56.842Z] 02e56110abd2: Layer already exists [2021-02-01T20:07:56.842Z] 998cdf262ab1: Layer already exists [2021-02-01T20:07:56.842Z] b0b09059f4e1: Layer already exists [2021-02-01T20:07:56.842Z] abc36efb885a: Layer already exists [2021-02-01T20:07:56.842Z] f4666769fca7: Layer already exists [2021-02-01T20:07:56.842Z] bb961f40224b: Layer already exists [2021-02-01T20:07:56.842Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:a238397103f9227615a21d39724bd08aedeea32a14af4a5b3815be892382ca43 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:57.134Z] ---> Running in 2c4128258305 [2021-02-01T20:07:57.144Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:07:57.405Z] Removing intermediate container 8ce68bbd0410 [2021-02-01T20:07:57.405Z] ---> 6c3accab5533 [2021-02-01T20:07:57.405Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T20:07:57.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-01T20:07:57.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-01T20:07:57.441Z] 57fbff58feec: Preparing [2021-02-01T20:07:57.441Z] 98fa8ebb33cc: Preparing [2021-02-01T20:07:57.441Z] 8f362aae197f: Preparing [2021-02-01T20:07:57.441Z] 9b2c2aba084f: Preparing [2021-02-01T20:07:57.441Z] 879de7cb93cb: Preparing [2021-02-01T20:07:57.441Z] c44db5b0f407: Preparing [2021-02-01T20:07:57.441Z] 5691e420b6b1: Preparing [2021-02-01T20:07:57.441Z] 0754057c0ad3: Preparing [2021-02-01T20:07:57.441Z] 998cdf262ab1: Preparing [2021-02-01T20:07:57.441Z] 02e56110abd2: Preparing [2021-02-01T20:07:57.441Z] abc36efb885a: Preparing [2021-02-01T20:07:57.441Z] b0b09059f4e1: Preparing [2021-02-01T20:07:57.441Z] bb961f40224b: Preparing [2021-02-01T20:07:57.441Z] f4666769fca7: Preparing [2021-02-01T20:07:57.441Z] c44db5b0f407: Waiting [2021-02-01T20:07:57.441Z] 5691e420b6b1: Waiting [2021-02-01T20:07:57.441Z] 0754057c0ad3: Waiting [2021-02-01T20:07:57.441Z] b0b09059f4e1: Waiting [2021-02-01T20:07:57.441Z] 998cdf262ab1: Waiting [2021-02-01T20:07:57.441Z] 02e56110abd2: Waiting [2021-02-01T20:07:57.441Z] abc36efb885a: Waiting [2021-02-01T20:07:57.441Z] f4666769fca7: Waiting [2021-02-01T20:07:57.441Z] 879de7cb93cb: Layer already exists [2021-02-01T20:07:57.441Z] 8f362aae197f: Layer already exists [2021-02-01T20:07:57.441Z] 9b2c2aba084f: Layer already exists [2021-02-01T20:07:57.441Z] 57fbff58feec: Layer already exists [2021-02-01T20:07:57.441Z] 98fa8ebb33cc: Layer already exists [2021-02-01T20:07:57.441Z] 5691e420b6b1: Layer already exists [2021-02-01T20:07:57.441Z] c44db5b0f407: Layer already exists [2021-02-01T20:07:57.441Z] 0754057c0ad3: Layer already exists [2021-02-01T20:07:57.441Z] 02e56110abd2: Layer already exists [2021-02-01T20:07:57.441Z] 998cdf262ab1: Layer already exists [2021-02-01T20:07:57.441Z] abc36efb885a: Layer already exists [2021-02-01T20:07:57.441Z] b0b09059f4e1: Layer already exists [2021-02-01T20:07:57.441Z] bb961f40224b: Layer already exists [2021-02-01T20:07:57.441Z] f4666769fca7: Layer already exists [2021-02-01T20:07:57.441Z] master: digest: sha256:a238397103f9227615a21d39724bd08aedeea32a14af4a5b3815be892382ca43 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:07:57.633Z] ===================================================== [2021-02-01T20:07:57.680Z] Removing intermediate container 2c4128258305 [2021-02-01T20:07:57.680Z] ---> 3abf1c422ca9 [2021-02-01T20:07:57.680Z] Step 20/22 : LABEL arch=arm64 [Pipeline] echo [2021-02-01T20:07:57.682Z] taggedImages: [2021-02-01T20:07:57.682Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:07:57.682Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.69 [2021-02-01T20:07:57.682Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:07:57.682Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-02-01T20:07:57.959Z] ---> Running in 27146d642a0c [2021-02-01T20:07:57.960Z] Removing intermediate container dabce05db9f5 [2021-02-01T20:07:57.960Z] ---> 2ce53e4db68d [2021-02-01T20:07:57.960Z] [2021-02-01T20:07:57.960Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T20:07:57.960Z] ---> afeebe901d6b [2021-02-01T20:07:57.960Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-01T20:07:58.236Z] ---> Running in 1d163b092316 [2021-02-01T20:07:58.236Z] ---> f0f1a85da631 [2021-02-01T20:07:58.236Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T20:07:58.236Z] Removing intermediate container 27146d642a0c [2021-02-01T20:07:58.236Z] ---> 5d556e17ae38 [2021-02-01T20:07:58.236Z] Step 21/22 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] // stage [Pipeline] } [2021-02-01T20:07:58.832Z] ---> Running in 6d1698d85b59 [2021-02-01T20:07:58.832Z] ---> Running in 8a38eeb66424 [2021-02-01T20:07:59.106Z] Removing intermediate container 1d163b092316 [2021-02-01T20:07:59.106Z] ---> 81626084656f [2021-02-01T20:07:59.106Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T20:07:59.106Z] ---> Running in ab9cf26e0c23 [2021-02-01T20:07:59.379Z] Removing intermediate container 8a38eeb66424 [2021-02-01T20:07:59.379Z] ---> 4f5604456b4c [2021-02-01T20:07:59.379Z] Step 22/22 : LABEL version=2.0.0-dev.69 [2021-02-01T20:07:59.653Z] ---> Running in fab160951c21 [2021-02-01T20:07:59.653Z] Removing intermediate container ab9cf26e0c23 [2021-02-01T20:07:59.653Z] ---> 70f4026b229c [2021-02-01T20:07:59.653Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T20:07:59.927Z] ---> Running in d31dca7c3951 [2021-02-01T20:08:00.236Z] Removing intermediate container fab160951c21 [2021-02-01T20:08:00.236Z] ---> 2a1167896931 [2021-02-01T20:08:00.236Z] [2021-02-01T20:08:00.236Z] Removing intermediate container d31dca7c3951 [2021-02-01T20:08:00.236Z] ---> 8d3a2917dc3f [2021-02-01T20:08:00.236Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T20:08:00.518Z] Successfully built 2a1167896931 [2021-02-01T20:08:00.518Z] ---> Running in bd6a07656fde [2021-02-01T20:08:00.518Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T20:08:01.544Z]  Building docker-support-notifications-go ... done Removing intermediate container 6d1698d85b59 [2021-02-01T20:08:01.544Z] ---> 381b3e8edf85 [2021-02-01T20:08:01.544Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T20:08:01.826Z] ---> Running in 95ae90955029 [2021-02-01T20:08:02.444Z] Removing intermediate container 95ae90955029 [2021-02-01T20:08:02.444Z] ---> 9fc75bda11c8 [2021-02-01T20:08:02.444Z] Step 28/31 : CMD ["gate"] [2021-02-01T20:08:02.724Z] ---> Running in fcdf54a885e0 [2021-02-01T20:08:03.313Z] Removing intermediate container bd6a07656fde [2021-02-01T20:08:03.313Z] ---> e6c0507c944d [2021-02-01T20:08:03.313Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T20:08:03.313Z] Removing intermediate container fcdf54a885e0 [2021-02-01T20:08:03.313Z] ---> 0d52382c9f61 [2021-02-01T20:08:03.313Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T20:08:03.583Z] ---> Running in eb9c6eb581fd [2021-02-01T20:08:03.583Z] ---> Running in d04e61a83467 [2021-02-01T20:08:04.171Z] Removing intermediate container d04e61a83467 [2021-02-01T20:08:04.172Z] ---> e971a347f771 [2021-02-01T20:08:04.172Z] Step 30/31 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:04.442Z] ---> Running in f5d1230d0ea6 [2021-02-01T20:08:04.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T20:08:04.983Z] Removing intermediate container f5d1230d0ea6 [2021-02-01T20:08:04.983Z] ---> 5f54cbdf75d6 [2021-02-01T20:08:04.983Z] Step 31/31 : LABEL version=2.0.0-dev.69 [2021-02-01T20:08:05.254Z] ---> Running in caa647e39b86 [2021-02-01T20:08:05.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T20:08:05.797Z] Removing intermediate container caa647e39b86 [2021-02-01T20:08:05.797Z] ---> b88cd2ffffe3 [2021-02-01T20:08:05.797Z] [2021-02-01T20:08:06.072Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T20:08:06.072Z] Successfully built b88cd2ffffe3 [2021-02-01T20:08:06.072Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T20:08:06.072Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T20:08:06.072Z]  Building docker-security-bootstrapper-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T20:08:06.343Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T20:08:06.343Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T20:08:06.612Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T20:08:06.612Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T20:08:06.612Z] OK: 8 MiB in 20 packages [2021-02-01T20:08:08.040Z] Removing intermediate container eb9c6eb581fd [2021-02-01T20:08:08.040Z] ---> 0b33b4b4cdde [2021-02-01T20:08:08.040Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T20:08:08.631Z] ---> d33f24da4846 [2021-02-01T20:08:08.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T20:08:10.058Z] ---> db40127d1f74 [2021-02-01T20:08:10.058Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T20:08:10.338Z] ---> 572f8c2cf436 [2021-02-01T20:08:10.338Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T20:08:10.614Z] ---> Running in 0bfbfe7e879b [2021-02-01T20:08:10.884Z] Removing intermediate container 0bfbfe7e879b [2021-02-01T20:08:10.884Z] ---> 179e9993481e [2021-02-01T20:08:10.884Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T20:08:11.156Z] ---> Running in cbc8b9a2403d [2021-02-01T20:08:11.429Z] Removing intermediate container cbc8b9a2403d [2021-02-01T20:08:11.429Z] ---> ff3a31c80293 [2021-02-01T20:08:11.429Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T20:08:11.706Z] ---> Running in 6c3cb0c93751 [2021-02-01T20:08:11.982Z] Removing intermediate container 6c3cb0c93751 [2021-02-01T20:08:11.982Z] ---> 3494c7caafa5 [2021-02-01T20:08:11.982Z] Step 22/23 : LABEL git_sha=98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:12.256Z] ---> Running in 07807edd3e0e [2021-02-01T20:08:12.527Z] Removing intermediate container 07807edd3e0e [2021-02-01T20:08:12.527Z] ---> d6d5f8255058 [2021-02-01T20:08:12.527Z] Step 23/23 : LABEL version=2.0.0-dev.69 [2021-02-01T20:08:12.795Z] ---> Running in 936b7f907ffc [2021-02-01T20:08:13.065Z] Removing intermediate container 936b7f907ffc [2021-02-01T20:08:13.065Z] ---> 39103b722fc4 [2021-02-01T20:08:13.065Z] [2021-02-01T20:08:13.335Z] Successfully built 39103b722fc4 [2021-02-01T20:08:13.335Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T20:08:13.940Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-01T20:08:13.971Z] $ docker stop --time=1 484327dd1a15f97a14c20abc98be5ea10d548e0cb0d0829e6d3d41eb91a0d512 [2021-02-01T20:08:15.791Z] $ docker rm -f 484327dd1a15f97a14c20abc98be5ea10d548e0cb0d0829e6d3d41eb91a0d512 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T20:08:16.386Z] + + grep docker [2021-02-01T20:08:16.386Z] docker images [2021-02-01T20:08:16.657Z] docker-core-data-go-arm64 latest 39103b722fc4 4 seconds ago 21MB [2021-02-01T20:08:16.657Z] docker-security-bootstrapper-go-arm64 latest b88cd2ffffe3 11 seconds ago 22.6MB [2021-02-01T20:08:16.657Z] docker-support-notifications-go-arm64 latest 2a1167896931 17 seconds ago 16MB [2021-02-01T20:08:16.657Z] docker-core-metadata-go-arm64 latest a0e7cf1e3132 24 seconds ago 17.7MB [2021-02-01T20:08:16.657Z] docker-sys-mgmt-agent-go-arm64 latest f0503acfd783 About a minute ago 300MB [2021-02-01T20:08:16.657Z] docker-core-command-go-arm64 latest 4d6a54a837c1 2 minutes ago 16MB [2021-02-01T20:08:16.657Z] docker-support-scheduler-go-arm64 latest a990847a8b0f 2 minutes ago 16.1MB [2021-02-01T20:08:16.657Z] docker-security-secretstore-setup-go-arm64 latest fa31c856ee2f 3 minutes ago 23.4MB [2021-02-01T20:08:16.657Z] docker-security-proxy-setup-go-arm64 latest fafdc988a573 3 minutes ago 23.2MB [2021-02-01T20:08:16.657Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T20:08:17.157Z] provisioning config files... [2021-02-01T20:08:17.196Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/333@tmp/config5200075198632059566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:08:17.585Z] ---> docker-login.sh [2021-02-01T20:08:17.585Z] nexus3.edgexfoundry.org:10001 [2021-02-01T20:08:17.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:08:18.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:08:18.127Z] Configure a credential helper to remove this warning. See [2021-02-01T20:08:18.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:08:18.127Z] [2021-02-01T20:08:18.127Z] Login Succeeded [2021-02-01T20:08:18.127Z] nexus3.edgexfoundry.org:10002 [2021-02-01T20:08:18.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:08:18.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:08:18.673Z] Configure a credential helper to remove this warning. See [2021-02-01T20:08:18.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:08:18.673Z] [2021-02-01T20:08:18.673Z] Login Succeeded [2021-02-01T20:08:18.673Z] nexus3.edgexfoundry.org:10003 [2021-02-01T20:08:18.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:08:19.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:08:19.223Z] Configure a credential helper to remove this warning. See [2021-02-01T20:08:19.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:08:19.223Z] [2021-02-01T20:08:19.223Z] Login Succeeded [2021-02-01T20:08:19.223Z] nexus3.edgexfoundry.org:10004 [2021-02-01T20:08:19.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:08:19.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:08:19.768Z] Configure a credential helper to remove this warning. See [2021-02-01T20:08:19.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:08:19.768Z] [2021-02-01T20:08:19.768Z] Login Succeeded [2021-02-01T20:08:19.768Z] docker.io [2021-02-01T20:08:20.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T20:08:20.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T20:08:20.307Z] Configure a credential helper to remove this warning. See [2021-02-01T20:08:20.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T20:08:20.307Z] [2021-02-01T20:08:20.307Z] Login Succeeded [2021-02-01T20:08:20.307Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T20:08:20.322Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:20.558Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-01T20:08:20.558Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:20.558Z] 2.0.0-dev.69 [2021-02-01T20:08:20.558Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:20.558Z] master [2021-02-01T20:08:20.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:21.085Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:21.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:21.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T20:08:21.422Z] 71081205d9b5: Preparing [2021-02-01T20:08:21.422Z] ed4dc62348e6: Preparing [2021-02-01T20:08:21.422Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:21.422Z] 7885649fd88d: Preparing [2021-02-01T20:08:21.422Z] 379067d0cb53: Preparing [2021-02-01T20:08:21.696Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:21.696Z] 7885649fd88d: Pushed [2021-02-01T20:08:21.696Z] 71081205d9b5: Pushed [2021-02-01T20:08:21.696Z] 00868b9b1ecb: Pushed [2021-02-01T20:08:24.288Z] ed4dc62348e6: Pushed [2021-02-01T20:08:24.557Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:3c40c389c92aa2c4c3256b44e72a0b4a0ab9dd7835b69136e55df29d3e39bffa size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:24.892Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:25.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:25.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T20:08:25.219Z] 71081205d9b5: Preparing [2021-02-01T20:08:25.219Z] ed4dc62348e6: Preparing [2021-02-01T20:08:25.219Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:25.219Z] 7885649fd88d: Preparing [2021-02-01T20:08:25.219Z] 379067d0cb53: Preparing [2021-02-01T20:08:25.219Z] ed4dc62348e6: Layer already exists [2021-02-01T20:08:25.219Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:25.219Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:25.219Z] 71081205d9b5: Layer already exists [2021-02-01T20:08:25.219Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:25.489Z] 2.0.0-dev.69: digest: sha256:3c40c389c92aa2c4c3256b44e72a0b4a0ab9dd7835b69136e55df29d3e39bffa size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:25.825Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:26.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:26.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T20:08:26.153Z] 71081205d9b5: Preparing [2021-02-01T20:08:26.153Z] ed4dc62348e6: Preparing [2021-02-01T20:08:26.153Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:26.153Z] 7885649fd88d: Preparing [2021-02-01T20:08:26.153Z] 379067d0cb53: Preparing [2021-02-01T20:08:26.153Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:26.153Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:26.153Z] ed4dc62348e6: Layer already exists [2021-02-01T20:08:26.153Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:26.153Z] 71081205d9b5: Layer already exists [2021-02-01T20:08:26.423Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:3c40c389c92aa2c4c3256b44e72a0b4a0ab9dd7835b69136e55df29d3e39bffa size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:26.761Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:27.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-01T20:08:27.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-01T20:08:27.097Z] 71081205d9b5: Preparing [2021-02-01T20:08:27.097Z] ed4dc62348e6: Preparing [2021-02-01T20:08:27.097Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:27.097Z] 7885649fd88d: Preparing [2021-02-01T20:08:27.097Z] 379067d0cb53: Preparing [2021-02-01T20:08:27.097Z] ed4dc62348e6: Layer already exists [2021-02-01T20:08:27.097Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:27.097Z] 71081205d9b5: Layer already exists [2021-02-01T20:08:27.097Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:27.097Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:27.367Z] master: digest: sha256:3c40c389c92aa2c4c3256b44e72a0b4a0ab9dd7835b69136e55df29d3e39bffa size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:27.554Z] ===================================================== [Pipeline] echo [2021-02-01T20:08:27.611Z] taggedImages: [2021-02-01T20:08:27.611Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:27.611Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:27.611Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:27.611Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-01T20:08:27.681Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-01T20:08:27.681Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:27.681Z] 2.0.0-dev.69 [2021-02-01T20:08:27.681Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:27.681Z] master [2021-02-01T20:08:27.681Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:28.173Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:28.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:28.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T20:08:28.513Z] f7d3f188000e: Preparing [2021-02-01T20:08:28.513Z] 935d5ec36bcb: Preparing [2021-02-01T20:08:28.513Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:28.513Z] cfcb26c791eb: Preparing [2021-02-01T20:08:28.513Z] d10db0ba770d: Preparing [2021-02-01T20:08:28.513Z] 379067d0cb53: Preparing [2021-02-01T20:08:28.513Z] 379067d0cb53: Waiting [2021-02-01T20:08:28.786Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:28.786Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:28.786Z] d10db0ba770d: Pushed [2021-02-01T20:08:28.786Z] f7d3f188000e: Pushed [2021-02-01T20:08:29.376Z] cfcb26c791eb: Pushed [2021-02-01T20:08:31.968Z] 935d5ec36bcb: Pushed [2021-02-01T20:08:31.968Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:52110bc93152bc0ee2cfd5920050e3d9bfe8f4ea2bab153cb6a9ecaf6b40fea3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:32.305Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:32.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:32.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T20:08:32.637Z] f7d3f188000e: Preparing [2021-02-01T20:08:32.637Z] 935d5ec36bcb: Preparing [2021-02-01T20:08:32.637Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:32.637Z] cfcb26c791eb: Preparing [2021-02-01T20:08:32.637Z] d10db0ba770d: Preparing [2021-02-01T20:08:32.637Z] 379067d0cb53: Preparing [2021-02-01T20:08:32.637Z] 379067d0cb53: Waiting [2021-02-01T20:08:32.637Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:32.637Z] d10db0ba770d: Layer already exists [2021-02-01T20:08:32.637Z] f7d3f188000e: Layer already exists [2021-02-01T20:08:32.637Z] 935d5ec36bcb: Layer already exists [2021-02-01T20:08:32.637Z] cfcb26c791eb: Layer already exists [2021-02-01T20:08:32.906Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:32.906Z] 2.0.0-dev.69: digest: sha256:52110bc93152bc0ee2cfd5920050e3d9bfe8f4ea2bab153cb6a9ecaf6b40fea3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:33.242Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:33.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:33.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T20:08:33.608Z] f7d3f188000e: Preparing [2021-02-01T20:08:33.608Z] 935d5ec36bcb: Preparing [2021-02-01T20:08:33.608Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:33.608Z] cfcb26c791eb: Preparing [2021-02-01T20:08:33.608Z] d10db0ba770d: Preparing [2021-02-01T20:08:33.608Z] 379067d0cb53: Preparing [2021-02-01T20:08:33.608Z] 379067d0cb53: Waiting [2021-02-01T20:08:33.890Z] cfcb26c791eb: Layer already exists [2021-02-01T20:08:33.890Z] d10db0ba770d: Layer already exists [2021-02-01T20:08:33.890Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:33.890Z] 935d5ec36bcb: Layer already exists [2021-02-01T20:08:33.890Z] f7d3f188000e: Layer already exists [2021-02-01T20:08:33.890Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:33.890Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:52110bc93152bc0ee2cfd5920050e3d9bfe8f4ea2bab153cb6a9ecaf6b40fea3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:34.245Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:34.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-01T20:08:34.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-01T20:08:34.607Z] f7d3f188000e: Preparing [2021-02-01T20:08:34.607Z] 935d5ec36bcb: Preparing [2021-02-01T20:08:34.607Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:34.607Z] cfcb26c791eb: Preparing [2021-02-01T20:08:34.607Z] d10db0ba770d: Preparing [2021-02-01T20:08:34.607Z] 379067d0cb53: Preparing [2021-02-01T20:08:34.607Z] 379067d0cb53: Waiting [2021-02-01T20:08:34.879Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:34.879Z] cfcb26c791eb: Layer already exists [2021-02-01T20:08:34.879Z] 935d5ec36bcb: Layer already exists [2021-02-01T20:08:34.879Z] d10db0ba770d: Layer already exists [2021-02-01T20:08:34.879Z] f7d3f188000e: Layer already exists [2021-02-01T20:08:34.879Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:34.879Z] master: digest: sha256:52110bc93152bc0ee2cfd5920050e3d9bfe8f4ea2bab153cb6a9ecaf6b40fea3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:35.073Z] ===================================================== [Pipeline] echo [2021-02-01T20:08:35.144Z] taggedImages: [2021-02-01T20:08:35.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:35.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:35.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:35.144Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-01T20:08:35.208Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-01T20:08:35.208Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:35.208Z] 2.0.0-dev.69 [2021-02-01T20:08:35.208Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:35.208Z] master [2021-02-01T20:08:35.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:35.706Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:36.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:36.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T20:08:36.037Z] 9772505ff408: Preparing [2021-02-01T20:08:36.037Z] 09eb49861d56: Preparing [2021-02-01T20:08:36.037Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:36.037Z] 7885649fd88d: Preparing [2021-02-01T20:08:36.037Z] 379067d0cb53: Preparing [2021-02-01T20:08:36.318Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:36.318Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:36.318Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:36.318Z] 9772505ff408: Pushed [2021-02-01T20:08:39.682Z] 09eb49861d56: Pushed [2021-02-01T20:08:39.682Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:e18b17d87dd8720cb30b18c0961a16158bf597c7a553ba5904414275f2ce63bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:40.021Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:40.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:40.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T20:08:40.356Z] 9772505ff408: Preparing [2021-02-01T20:08:40.356Z] 09eb49861d56: Preparing [2021-02-01T20:08:40.356Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:40.356Z] 7885649fd88d: Preparing [2021-02-01T20:08:40.356Z] 379067d0cb53: Preparing [2021-02-01T20:08:40.356Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:40.356Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:40.356Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:40.356Z] 09eb49861d56: Layer already exists [2021-02-01T20:08:40.356Z] 9772505ff408: Layer already exists [2021-02-01T20:08:40.628Z] 2.0.0-dev.69: digest: sha256:e18b17d87dd8720cb30b18c0961a16158bf597c7a553ba5904414275f2ce63bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:40.972Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:41.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:41.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T20:08:41.309Z] 9772505ff408: Preparing [2021-02-01T20:08:41.309Z] 09eb49861d56: Preparing [2021-02-01T20:08:41.309Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:41.309Z] 7885649fd88d: Preparing [2021-02-01T20:08:41.309Z] 379067d0cb53: Preparing [2021-02-01T20:08:41.309Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:41.309Z] 09eb49861d56: Layer already exists [2021-02-01T20:08:41.580Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:41.580Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:41.580Z] 9772505ff408: Layer already exists [2021-02-01T20:08:41.580Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:e18b17d87dd8720cb30b18c0961a16158bf597c7a553ba5904414275f2ce63bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:41.915Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:42.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-01T20:08:42.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-01T20:08:42.250Z] 9772505ff408: Preparing [2021-02-01T20:08:42.250Z] 09eb49861d56: Preparing [2021-02-01T20:08:42.250Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:42.250Z] 7885649fd88d: Preparing [2021-02-01T20:08:42.250Z] 379067d0cb53: Preparing [2021-02-01T20:08:42.250Z] 9772505ff408: Layer already exists [2021-02-01T20:08:42.250Z] 09eb49861d56: Layer already exists [2021-02-01T20:08:42.250Z] 7885649fd88d: Layer already exists [2021-02-01T20:08:42.250Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:42.250Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:42.521Z] master: digest: sha256:e18b17d87dd8720cb30b18c0961a16158bf597c7a553ba5904414275f2ce63bc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:42.715Z] ===================================================== [Pipeline] echo [2021-02-01T20:08:42.762Z] taggedImages: [2021-02-01T20:08:42.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:42.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:42.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:42.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-01T20:08:42.827Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-01T20:08:42.827Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:42.827Z] 2.0.0-dev.69 [2021-02-01T20:08:42.827Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:42.827Z] master [2021-02-01T20:08:42.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:43.332Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:43.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:43.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T20:08:43.671Z] 7c098de0d945: Preparing [2021-02-01T20:08:43.671Z] 7c098de0d945: Preparing [2021-02-01T20:08:43.671Z] ba539b3b704a: Preparing [2021-02-01T20:08:43.671Z] 7939b50af7ad: Preparing [2021-02-01T20:08:43.671Z] 7ed2f4f756cb: Preparing [2021-02-01T20:08:43.671Z] 556c9ee03a45: Preparing [2021-02-01T20:08:43.671Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:43.671Z] c5c47063474d: Preparing [2021-02-01T20:08:43.671Z] c5c47063474d: Preparing [2021-02-01T20:08:43.671Z] f377cb87bd34: Preparing [2021-02-01T20:08:43.671Z] d6d4840c4ec4: Preparing [2021-02-01T20:08:43.671Z] 379067d0cb53: Preparing [2021-02-01T20:08:43.671Z] 00868b9b1ecb: Waiting [2021-02-01T20:08:43.671Z] c5c47063474d: Waiting [2021-02-01T20:08:43.671Z] f377cb87bd34: Waiting [2021-02-01T20:08:43.671Z] d6d4840c4ec4: Waiting [2021-02-01T20:08:43.671Z] 379067d0cb53: Waiting [2021-02-01T20:08:43.945Z] 7c098de0d945: Pushed [2021-02-01T20:08:43.945Z] ba539b3b704a: Pushed [2021-02-01T20:08:43.945Z] 7ed2f4f756cb: Pushed [2021-02-01T20:08:44.218Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:44.218Z] c5c47063474d: Pushed [2021-02-01T20:08:44.218Z] f377cb87bd34: Pushed [2021-02-01T20:08:44.218Z] d6d4840c4ec4: Pushed [2021-02-01T20:08:44.488Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:45.916Z] 7939b50af7ad: Pushed [2021-02-01T20:08:46.187Z] 556c9ee03a45: Pushed [2021-02-01T20:08:46.457Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:3f27a17ffae8959a5221b803dfde63fdbf68cb61c12fe5a351888d84aa6c1bc0 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:46.797Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:47.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:47.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T20:08:47.136Z] 7c098de0d945: Preparing [2021-02-01T20:08:47.136Z] 7c098de0d945: Preparing [2021-02-01T20:08:47.136Z] ba539b3b704a: Preparing [2021-02-01T20:08:47.136Z] 7939b50af7ad: Preparing [2021-02-01T20:08:47.136Z] 7ed2f4f756cb: Preparing [2021-02-01T20:08:47.136Z] 556c9ee03a45: Preparing [2021-02-01T20:08:47.136Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:47.136Z] c5c47063474d: Preparing [2021-02-01T20:08:47.136Z] c5c47063474d: Preparing [2021-02-01T20:08:47.136Z] f377cb87bd34: Preparing [2021-02-01T20:08:47.136Z] d6d4840c4ec4: Preparing [2021-02-01T20:08:47.136Z] 379067d0cb53: Preparing [2021-02-01T20:08:47.136Z] 00868b9b1ecb: Waiting [2021-02-01T20:08:47.136Z] c5c47063474d: Waiting [2021-02-01T20:08:47.136Z] d6d4840c4ec4: Waiting [2021-02-01T20:08:47.136Z] 379067d0cb53: Waiting [2021-02-01T20:08:47.136Z] 7ed2f4f756cb: Layer already exists [2021-02-01T20:08:47.136Z] ba539b3b704a: Layer already exists [2021-02-01T20:08:47.136Z] 7c098de0d945: Layer already exists [2021-02-01T20:08:47.136Z] 7939b50af7ad: Layer already exists [2021-02-01T20:08:47.136Z] 556c9ee03a45: Layer already exists [2021-02-01T20:08:47.136Z] c5c47063474d: Layer already exists [2021-02-01T20:08:47.136Z] f377cb87bd34: Layer already exists [2021-02-01T20:08:47.136Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:47.406Z] d6d4840c4ec4: Layer already exists [2021-02-01T20:08:47.406Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:47.406Z] 2.0.0-dev.69: digest: sha256:3f27a17ffae8959a5221b803dfde63fdbf68cb61c12fe5a351888d84aa6c1bc0 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:47.743Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:48.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:48.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T20:08:48.089Z] 7c098de0d945: Preparing [2021-02-01T20:08:48.089Z] 7c098de0d945: Preparing [2021-02-01T20:08:48.089Z] ba539b3b704a: Preparing [2021-02-01T20:08:48.089Z] 7939b50af7ad: Preparing [2021-02-01T20:08:48.089Z] 7ed2f4f756cb: Preparing [2021-02-01T20:08:48.089Z] 556c9ee03a45: Preparing [2021-02-01T20:08:48.089Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:48.089Z] c5c47063474d: Preparing [2021-02-01T20:08:48.089Z] c5c47063474d: Preparing [2021-02-01T20:08:48.089Z] f377cb87bd34: Preparing [2021-02-01T20:08:48.089Z] d6d4840c4ec4: Preparing [2021-02-01T20:08:48.089Z] 379067d0cb53: Preparing [2021-02-01T20:08:48.089Z] 00868b9b1ecb: Waiting [2021-02-01T20:08:48.089Z] d6d4840c4ec4: Waiting [2021-02-01T20:08:48.089Z] c5c47063474d: Waiting [2021-02-01T20:08:48.089Z] f377cb87bd34: Waiting [2021-02-01T20:08:48.089Z] 379067d0cb53: Waiting [2021-02-01T20:08:48.089Z] 7939b50af7ad: Layer already exists [2021-02-01T20:08:48.089Z] 7c098de0d945: Layer already exists [2021-02-01T20:08:48.089Z] 556c9ee03a45: Layer already exists [2021-02-01T20:08:48.089Z] ba539b3b704a: Layer already exists [2021-02-01T20:08:48.089Z] 7ed2f4f756cb: Layer already exists [2021-02-01T20:08:48.357Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:48.357Z] f377cb87bd34: Layer already exists [2021-02-01T20:08:48.357Z] c5c47063474d: Layer already exists [2021-02-01T20:08:48.357Z] d6d4840c4ec4: Layer already exists [2021-02-01T20:08:48.357Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:48.357Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:3f27a17ffae8959a5221b803dfde63fdbf68cb61c12fe5a351888d84aa6c1bc0 size: 2820 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:48.691Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:49.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-01T20:08:49.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-01T20:08:49.023Z] 7c098de0d945: Preparing [2021-02-01T20:08:49.023Z] 7c098de0d945: Preparing [2021-02-01T20:08:49.023Z] ba539b3b704a: Preparing [2021-02-01T20:08:49.023Z] 7939b50af7ad: Preparing [2021-02-01T20:08:49.023Z] 7ed2f4f756cb: Preparing [2021-02-01T20:08:49.023Z] 556c9ee03a45: Preparing [2021-02-01T20:08:49.023Z] 00868b9b1ecb: Preparing [2021-02-01T20:08:49.023Z] c5c47063474d: Preparing [2021-02-01T20:08:49.023Z] c5c47063474d: Preparing [2021-02-01T20:08:49.023Z] f377cb87bd34: Preparing [2021-02-01T20:08:49.023Z] d6d4840c4ec4: Preparing [2021-02-01T20:08:49.023Z] 379067d0cb53: Preparing [2021-02-01T20:08:49.023Z] 00868b9b1ecb: Waiting [2021-02-01T20:08:49.023Z] c5c47063474d: Waiting [2021-02-01T20:08:49.023Z] f377cb87bd34: Waiting [2021-02-01T20:08:49.023Z] d6d4840c4ec4: Waiting [2021-02-01T20:08:49.023Z] 379067d0cb53: Waiting [2021-02-01T20:08:49.023Z] ba539b3b704a: Layer already exists [2021-02-01T20:08:49.023Z] 7c098de0d945: Layer already exists [2021-02-01T20:08:49.292Z] 7939b50af7ad: Layer already exists [2021-02-01T20:08:49.292Z] 556c9ee03a45: Layer already exists [2021-02-01T20:08:49.292Z] 7ed2f4f756cb: Layer already exists [2021-02-01T20:08:49.292Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:49.292Z] c5c47063474d: Layer already exists [2021-02-01T20:08:49.292Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:08:49.292Z] d6d4840c4ec4: Layer already exists [2021-02-01T20:08:49.292Z] f377cb87bd34: Layer already exists [2021-02-01T20:08:49.292Z] master: digest: sha256:3f27a17ffae8959a5221b803dfde63fdbf68cb61c12fe5a351888d84aa6c1bc0 size: 2820 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:49.496Z] ===================================================== [Pipeline] echo [2021-02-01T20:08:49.540Z] taggedImages: [2021-02-01T20:08:49.540Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:49.540Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:49.540Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:49.540Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-01T20:08:49.605Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-01T20:08:49.605Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:49.605Z] 2.0.0-dev.69 [2021-02-01T20:08:49.605Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:49.605Z] master [2021-02-01T20:08:49.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:50.096Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:50.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:50.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T20:08:50.431Z] 752a1d8c4c60: Preparing [2021-02-01T20:08:50.431Z] a599bd3491f0: Preparing [2021-02-01T20:08:50.431Z] f86cba817803: Preparing [2021-02-01T20:08:50.431Z] 2ec32558ebd5: Preparing [2021-02-01T20:08:50.431Z] 6a1eaf2c439f: Preparing [2021-02-01T20:08:50.431Z] 379067d0cb53: Preparing [2021-02-01T20:08:50.431Z] 379067d0cb53: Waiting [2021-02-01T20:08:50.703Z] 2ec32558ebd5: Pushed [2021-02-01T20:08:50.703Z] f86cba817803: Pushed [2021-02-01T20:08:50.703Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:51.293Z] 6a1eaf2c439f: Pushed [2021-02-01T20:08:52.719Z] a599bd3491f0: Pushed [2021-02-01T20:08:52.719Z] 752a1d8c4c60: Pushed [2021-02-01T20:08:52.989Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:d85e825875b4078840992a35ee40bcd5e9cda4e770121a4c4f02f2eeeef2902c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:53.332Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:53.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:53.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T20:08:53.667Z] 752a1d8c4c60: Preparing [2021-02-01T20:08:53.667Z] a599bd3491f0: Preparing [2021-02-01T20:08:53.667Z] f86cba817803: Preparing [2021-02-01T20:08:53.667Z] 2ec32558ebd5: Preparing [2021-02-01T20:08:53.667Z] 6a1eaf2c439f: Preparing [2021-02-01T20:08:53.667Z] 379067d0cb53: Preparing [2021-02-01T20:08:53.667Z] 379067d0cb53: Waiting [2021-02-01T20:08:53.667Z] 2ec32558ebd5: Layer already exists [2021-02-01T20:08:53.667Z] a599bd3491f0: Layer already exists [2021-02-01T20:08:53.667Z] 6a1eaf2c439f: Layer already exists [2021-02-01T20:08:53.667Z] 752a1d8c4c60: Layer already exists [2021-02-01T20:08:53.667Z] f86cba817803: Layer already exists [2021-02-01T20:08:53.936Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:53.936Z] 2.0.0-dev.69: digest: sha256:d85e825875b4078840992a35ee40bcd5e9cda4e770121a4c4f02f2eeeef2902c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:54.271Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:54.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:54.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T20:08:54.609Z] 752a1d8c4c60: Preparing [2021-02-01T20:08:54.609Z] a599bd3491f0: Preparing [2021-02-01T20:08:54.609Z] f86cba817803: Preparing [2021-02-01T20:08:54.609Z] 2ec32558ebd5: Preparing [2021-02-01T20:08:54.609Z] 6a1eaf2c439f: Preparing [2021-02-01T20:08:54.609Z] 379067d0cb53: Preparing [2021-02-01T20:08:54.609Z] 379067d0cb53: Waiting [2021-02-01T20:08:54.609Z] 752a1d8c4c60: Layer already exists [2021-02-01T20:08:54.609Z] a599bd3491f0: Layer already exists [2021-02-01T20:08:54.609Z] 6a1eaf2c439f: Layer already exists [2021-02-01T20:08:54.609Z] 2ec32558ebd5: Layer already exists [2021-02-01T20:08:54.609Z] f86cba817803: Layer already exists [2021-02-01T20:08:54.878Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:54.878Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:d85e825875b4078840992a35ee40bcd5e9cda4e770121a4c4f02f2eeeef2902c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:55.214Z] + 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-01T20:08:55.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-01T20:08:55.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-01T20:08:55.546Z] 752a1d8c4c60: Preparing [2021-02-01T20:08:55.546Z] a599bd3491f0: Preparing [2021-02-01T20:08:55.546Z] f86cba817803: Preparing [2021-02-01T20:08:55.546Z] 2ec32558ebd5: Preparing [2021-02-01T20:08:55.546Z] 6a1eaf2c439f: Preparing [2021-02-01T20:08:55.546Z] 379067d0cb53: Preparing [2021-02-01T20:08:55.546Z] 379067d0cb53: Waiting [2021-02-01T20:08:55.546Z] a599bd3491f0: Layer already exists [2021-02-01T20:08:55.546Z] 2ec32558ebd5: Layer already exists [2021-02-01T20:08:55.546Z] 752a1d8c4c60: Layer already exists [2021-02-01T20:08:55.546Z] 6a1eaf2c439f: Layer already exists [2021-02-01T20:08:55.546Z] f86cba817803: Layer already exists [2021-02-01T20:08:55.814Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:55.814Z] master: digest: sha256:d85e825875b4078840992a35ee40bcd5e9cda4e770121a4c4f02f2eeeef2902c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:08:56.006Z] ===================================================== [Pipeline] echo [2021-02-01T20:08:56.053Z] taggedImages: [2021-02-01T20:08:56.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:56.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.69 [2021-02-01T20:08:56.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:56.053Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-01T20:08:56.121Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-01T20:08:56.121Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:56.121Z] 2.0.0-dev.69 [2021-02-01T20:08:56.121Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:08:56.121Z] master [2021-02-01T20:08:56.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:56.616Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:08:56.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:08:56.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T20:08:56.985Z] db86453b7e57: Preparing [2021-02-01T20:08:56.985Z] 5aeb4f16e501: Preparing [2021-02-01T20:08:56.985Z] b32c412244df: Preparing [2021-02-01T20:08:56.985Z] 338c648f708f: Preparing [2021-02-01T20:08:56.985Z] 812142836714: Preparing [2021-02-01T20:08:56.985Z] b29fc1ad8808: Preparing [2021-02-01T20:08:56.985Z] 6cc548a3e240: Preparing [2021-02-01T20:08:56.985Z] 082dcb1503d3: Preparing [2021-02-01T20:08:56.985Z] 379067d0cb53: Preparing [2021-02-01T20:08:56.985Z] b29fc1ad8808: Waiting [2021-02-01T20:08:56.985Z] 6cc548a3e240: Waiting [2021-02-01T20:08:56.985Z] 082dcb1503d3: Waiting [2021-02-01T20:08:56.985Z] 379067d0cb53: Waiting [2021-02-01T20:08:57.265Z] 5aeb4f16e501: Pushed [2021-02-01T20:08:57.265Z] 812142836714: Pushed [2021-02-01T20:08:57.265Z] db86453b7e57: Pushed [2021-02-01T20:08:57.553Z] b29fc1ad8808: Pushed [2021-02-01T20:08:57.553Z] 379067d0cb53: Layer already exists [2021-02-01T20:08:57.553Z] 6cc548a3e240: Pushed [2021-02-01T20:08:58.162Z] 082dcb1503d3: Pushed [2021-02-01T20:08:59.585Z] b32c412244df: Pushed [2021-02-01T20:08:59.585Z] 338c648f708f: Pushed [2021-02-01T20:08:59.855Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:33ae6eeddd1c9bc1b528c62aec21feced948671688d165bef39bb5cdef199173 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:00.197Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:00.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:00.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T20:09:00.527Z] db86453b7e57: Preparing [2021-02-01T20:09:00.527Z] 5aeb4f16e501: Preparing [2021-02-01T20:09:00.527Z] b32c412244df: Preparing [2021-02-01T20:09:00.527Z] 338c648f708f: Preparing [2021-02-01T20:09:00.527Z] 812142836714: Preparing [2021-02-01T20:09:00.527Z] b29fc1ad8808: Preparing [2021-02-01T20:09:00.527Z] 6cc548a3e240: Preparing [2021-02-01T20:09:00.527Z] 082dcb1503d3: Preparing [2021-02-01T20:09:00.527Z] 379067d0cb53: Preparing [2021-02-01T20:09:00.527Z] 6cc548a3e240: Waiting [2021-02-01T20:09:00.527Z] 082dcb1503d3: Waiting [2021-02-01T20:09:00.527Z] 379067d0cb53: Waiting [2021-02-01T20:09:00.527Z] 338c648f708f: Layer already exists [2021-02-01T20:09:00.527Z] 5aeb4f16e501: Layer already exists [2021-02-01T20:09:00.797Z] b32c412244df: Layer already exists [2021-02-01T20:09:00.797Z] db86453b7e57: Layer already exists [2021-02-01T20:09:00.797Z] 812142836714: Layer already exists [2021-02-01T20:09:00.797Z] b29fc1ad8808: Layer already exists [2021-02-01T20:09:00.797Z] 6cc548a3e240: Layer already exists [2021-02-01T20:09:00.797Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:00.797Z] 082dcb1503d3: Layer already exists [2021-02-01T20:09:00.797Z] 2.0.0-dev.69: digest: sha256:33ae6eeddd1c9bc1b528c62aec21feced948671688d165bef39bb5cdef199173 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:01.131Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:01.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:01.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T20:09:01.464Z] db86453b7e57: Preparing [2021-02-01T20:09:01.464Z] 5aeb4f16e501: Preparing [2021-02-01T20:09:01.464Z] b32c412244df: Preparing [2021-02-01T20:09:01.464Z] 338c648f708f: Preparing [2021-02-01T20:09:01.464Z] 812142836714: Preparing [2021-02-01T20:09:01.464Z] b29fc1ad8808: Preparing [2021-02-01T20:09:01.464Z] 6cc548a3e240: Preparing [2021-02-01T20:09:01.464Z] 082dcb1503d3: Preparing [2021-02-01T20:09:01.464Z] 379067d0cb53: Preparing [2021-02-01T20:09:01.464Z] 6cc548a3e240: Waiting [2021-02-01T20:09:01.464Z] 082dcb1503d3: Waiting [2021-02-01T20:09:01.464Z] 379067d0cb53: Waiting [2021-02-01T20:09:01.464Z] b29fc1ad8808: Waiting [2021-02-01T20:09:01.464Z] 812142836714: Layer already exists [2021-02-01T20:09:01.464Z] db86453b7e57: Layer already exists [2021-02-01T20:09:01.464Z] 338c648f708f: Layer already exists [2021-02-01T20:09:01.464Z] b32c412244df: Layer already exists [2021-02-01T20:09:01.464Z] 5aeb4f16e501: Layer already exists [2021-02-01T20:09:01.734Z] 6cc548a3e240: Layer already exists [2021-02-01T20:09:01.734Z] b29fc1ad8808: Layer already exists [2021-02-01T20:09:01.734Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:01.734Z] 082dcb1503d3: Layer already exists [2021-02-01T20:09:01.734Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:33ae6eeddd1c9bc1b528c62aec21feced948671688d165bef39bb5cdef199173 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:02.073Z] + 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-01T20:09:02.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-01T20:09:02.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-01T20:09:02.403Z] db86453b7e57: Preparing [2021-02-01T20:09:02.403Z] 5aeb4f16e501: Preparing [2021-02-01T20:09:02.403Z] b32c412244df: Preparing [2021-02-01T20:09:02.403Z] 338c648f708f: Preparing [2021-02-01T20:09:02.403Z] 812142836714: Preparing [2021-02-01T20:09:02.403Z] b29fc1ad8808: Preparing [2021-02-01T20:09:02.403Z] 6cc548a3e240: Preparing [2021-02-01T20:09:02.403Z] 082dcb1503d3: Preparing [2021-02-01T20:09:02.403Z] 379067d0cb53: Preparing [2021-02-01T20:09:02.403Z] 6cc548a3e240: Waiting [2021-02-01T20:09:02.403Z] 082dcb1503d3: Waiting [2021-02-01T20:09:02.403Z] 379067d0cb53: Waiting [2021-02-01T20:09:02.403Z] b29fc1ad8808: Waiting [2021-02-01T20:09:02.403Z] db86453b7e57: Layer already exists [2021-02-01T20:09:02.403Z] b32c412244df: Layer already exists [2021-02-01T20:09:02.403Z] 812142836714: Layer already exists [2021-02-01T20:09:02.403Z] 5aeb4f16e501: Layer already exists [2021-02-01T20:09:02.675Z] 338c648f708f: Layer already exists [2021-02-01T20:09:02.675Z] 6cc548a3e240: Layer already exists [2021-02-01T20:09:02.675Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:02.675Z] b29fc1ad8808: Layer already exists [2021-02-01T20:09:02.675Z] 082dcb1503d3: Layer already exists [2021-02-01T20:09:02.675Z] master: digest: sha256:33ae6eeddd1c9bc1b528c62aec21feced948671688d165bef39bb5cdef199173 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:09:02.950Z] ===================================================== [Pipeline] echo [2021-02-01T20:09:03.002Z] taggedImages: [2021-02-01T20:09:03.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:03.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:03.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:03.003Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-01T20:09:03.076Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-01T20:09:03.076Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:03.076Z] 2.0.0-dev.69 [2021-02-01T20:09:03.076Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:03.076Z] master [2021-02-01T20:09:03.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:03.644Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:03.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:03.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T20:09:03.984Z] 7ccd15d5933c: Preparing [2021-02-01T20:09:03.984Z] efc6b19d9318: Preparing [2021-02-01T20:09:03.984Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:03.984Z] ac11f76f9944: Preparing [2021-02-01T20:09:03.984Z] 379067d0cb53: Preparing [2021-02-01T20:09:04.260Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:04.260Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:04.260Z] 7ccd15d5933c: Pushed [2021-02-01T20:09:04.529Z] ac11f76f9944: Pushed [2021-02-01T20:09:06.485Z] efc6b19d9318: Pushed [2021-02-01T20:09:06.755Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:bf2452d8ab91c5e2e33ad46cc707a4c50bbb95587d91e5ecdcdebc58507d653c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:07.094Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:07.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:07.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T20:09:07.425Z] 7ccd15d5933c: Preparing [2021-02-01T20:09:07.425Z] efc6b19d9318: Preparing [2021-02-01T20:09:07.425Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:07.425Z] ac11f76f9944: Preparing [2021-02-01T20:09:07.425Z] 379067d0cb53: Preparing [2021-02-01T20:09:07.425Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:07.425Z] efc6b19d9318: Layer already exists [2021-02-01T20:09:07.425Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:07.425Z] 7ccd15d5933c: Layer already exists [2021-02-01T20:09:07.425Z] ac11f76f9944: Layer already exists [2021-02-01T20:09:07.694Z] 2.0.0-dev.69: digest: sha256:bf2452d8ab91c5e2e33ad46cc707a4c50bbb95587d91e5ecdcdebc58507d653c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:08.030Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:08.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:08.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T20:09:08.360Z] 7ccd15d5933c: Preparing [2021-02-01T20:09:08.360Z] efc6b19d9318: Preparing [2021-02-01T20:09:08.360Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:08.360Z] ac11f76f9944: Preparing [2021-02-01T20:09:08.360Z] 379067d0cb53: Preparing [2021-02-01T20:09:08.360Z] ac11f76f9944: Layer already exists [2021-02-01T20:09:08.360Z] efc6b19d9318: Layer already exists [2021-02-01T20:09:08.360Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:08.360Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:08.360Z] 7ccd15d5933c: Layer already exists [2021-02-01T20:09:08.630Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:bf2452d8ab91c5e2e33ad46cc707a4c50bbb95587d91e5ecdcdebc58507d653c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:08.963Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:09.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-01T20:09:09.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-01T20:09:09.293Z] 7ccd15d5933c: Preparing [2021-02-01T20:09:09.293Z] efc6b19d9318: Preparing [2021-02-01T20:09:09.293Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:09.293Z] ac11f76f9944: Preparing [2021-02-01T20:09:09.293Z] 379067d0cb53: Preparing [2021-02-01T20:09:09.293Z] 7ccd15d5933c: Layer already exists [2021-02-01T20:09:09.293Z] ac11f76f9944: Layer already exists [2021-02-01T20:09:09.293Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:09.293Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:09.293Z] efc6b19d9318: Layer already exists [2021-02-01T20:09:09.563Z] master: digest: sha256:bf2452d8ab91c5e2e33ad46cc707a4c50bbb95587d91e5ecdcdebc58507d653c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:09:09.789Z] ===================================================== [Pipeline] echo [2021-02-01T20:09:09.842Z] taggedImages: [2021-02-01T20:09:09.842Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:09.842Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:09.842Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:09.842Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-01T20:09:09.909Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-01T20:09:09.909Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:09.909Z] 2.0.0-dev.69 [2021-02-01T20:09:09.909Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:09.909Z] master [2021-02-01T20:09:09.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:10.490Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:10.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:10.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T20:09:10.822Z] a117dd6178f0: Preparing [2021-02-01T20:09:10.822Z] 9697bbf8cb53: Preparing [2021-02-01T20:09:10.822Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:10.822Z] 7885649fd88d: Preparing [2021-02-01T20:09:10.822Z] 379067d0cb53: Preparing [2021-02-01T20:09:11.103Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:11.103Z] 7885649fd88d: Layer already exists [2021-02-01T20:09:11.103Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:11.103Z] a117dd6178f0: Pushed [2021-02-01T20:09:13.706Z] 9697bbf8cb53: Pushed [2021-02-01T20:09:13.975Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:fa2a8a06a18a123f382abfe148a3a58629410fb1395647eaec7869353f1767e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:14.317Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:14.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:14.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T20:09:14.651Z] a117dd6178f0: Preparing [2021-02-01T20:09:14.651Z] 9697bbf8cb53: Preparing [2021-02-01T20:09:14.651Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:14.651Z] 7885649fd88d: Preparing [2021-02-01T20:09:14.651Z] 379067d0cb53: Preparing [2021-02-01T20:09:14.922Z] a117dd6178f0: Layer already exists [2021-02-01T20:09:14.922Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:14.922Z] 7885649fd88d: Layer already exists [2021-02-01T20:09:14.922Z] 9697bbf8cb53: Layer already exists [2021-02-01T20:09:14.922Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:14.922Z] 2.0.0-dev.69: digest: sha256:fa2a8a06a18a123f382abfe148a3a58629410fb1395647eaec7869353f1767e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:15.258Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:15.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:15.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T20:09:15.591Z] a117dd6178f0: Preparing [2021-02-01T20:09:15.591Z] 9697bbf8cb53: Preparing [2021-02-01T20:09:15.591Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:15.591Z] 7885649fd88d: Preparing [2021-02-01T20:09:15.591Z] 379067d0cb53: Preparing [2021-02-01T20:09:15.592Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:15.592Z] a117dd6178f0: Layer already exists [2021-02-01T20:09:15.592Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:15.592Z] 7885649fd88d: Layer already exists [2021-02-01T20:09:15.592Z] 9697bbf8cb53: Layer already exists [2021-02-01T20:09:15.861Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:fa2a8a06a18a123f382abfe148a3a58629410fb1395647eaec7869353f1767e9 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:16.197Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:16.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-01T20:09:16.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-01T20:09:16.526Z] a117dd6178f0: Preparing [2021-02-01T20:09:16.526Z] 9697bbf8cb53: Preparing [2021-02-01T20:09:16.526Z] 00868b9b1ecb: Preparing [2021-02-01T20:09:16.526Z] 7885649fd88d: Preparing [2021-02-01T20:09:16.526Z] 379067d0cb53: Preparing [2021-02-01T20:09:16.526Z] 379067d0cb53: Layer already exists [2021-02-01T20:09:16.526Z] 7885649fd88d: Layer already exists [2021-02-01T20:09:16.526Z] a117dd6178f0: Layer already exists [2021-02-01T20:09:16.526Z] 00868b9b1ecb: Layer already exists [2021-02-01T20:09:16.795Z] 9697bbf8cb53: Layer already exists [2021-02-01T20:09:16.795Z] master: digest: sha256:fa2a8a06a18a123f382abfe148a3a58629410fb1395647eaec7869353f1767e9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:09:17.016Z] ===================================================== [Pipeline] echo [2021-02-01T20:09:17.065Z] taggedImages: [2021-02-01T20:09:17.065Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:17.065Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:17.065Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:17.065Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-01T20:09:17.187Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-01T20:09:17.187Z] 98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:17.187Z] 2.0.0-dev.69 [2021-02-01T20:09:17.187Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:17.187Z] master [2021-02-01T20:09:17.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:17.742Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:18.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:18.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T20:09:18.081Z] 5dd307cab731: Preparing [2021-02-01T20:09:18.081Z] da117d836082: Preparing [2021-02-01T20:09:18.081Z] e4bb21947842: Preparing [2021-02-01T20:09:18.081Z] 1881b25d00fe: Preparing [2021-02-01T20:09:18.081Z] 38bcdeb81e7e: Preparing [2021-02-01T20:09:18.081Z] 8186f0c10810: Preparing [2021-02-01T20:09:18.081Z] d17d41a9e54b: Preparing [2021-02-01T20:09:18.081Z] 9ded3b6bb9b5: Preparing [2021-02-01T20:09:18.081Z] fa1afe8e6ed9: Preparing [2021-02-01T20:09:18.081Z] 87a09b4c083e: Preparing [2021-02-01T20:09:18.081Z] 0f74e9ff2a61: Preparing [2021-02-01T20:09:18.081Z] b122376c33c6: Preparing [2021-02-01T20:09:18.081Z] f8381ed47b22: Preparing [2021-02-01T20:09:18.081Z] e934a737d657: Preparing [2021-02-01T20:09:18.081Z] 8186f0c10810: Waiting [2021-02-01T20:09:18.081Z] d17d41a9e54b: Waiting [2021-02-01T20:09:18.081Z] 9ded3b6bb9b5: Waiting [2021-02-01T20:09:18.081Z] 87a09b4c083e: Waiting [2021-02-01T20:09:18.081Z] fa1afe8e6ed9: Waiting [2021-02-01T20:09:18.081Z] 0f74e9ff2a61: Waiting [2021-02-01T20:09:18.081Z] e934a737d657: Waiting [2021-02-01T20:09:18.081Z] b122376c33c6: Waiting [2021-02-01T20:09:18.081Z] f8381ed47b22: Waiting [2021-02-01T20:09:18.673Z] 38bcdeb81e7e: Pushed [2021-02-01T20:09:18.673Z] 5dd307cab731: Pushed [2021-02-01T20:09:19.271Z] 1881b25d00fe: Pushed [2021-02-01T20:09:19.271Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T20:09:19.271Z] fa1afe8e6ed9: Layer already exists [2021-02-01T20:09:19.544Z] d17d41a9e54b: Pushed [2021-02-01T20:09:19.544Z] 87a09b4c083e: Layer already exists [2021-02-01T20:09:19.544Z] 0f74e9ff2a61: Layer already exists [2021-02-01T20:09:19.544Z] b122376c33c6: Layer already exists [2021-02-01T20:09:19.544Z] f8381ed47b22: Layer already exists [2021-02-01T20:09:19.544Z] e934a737d657: Layer already exists [2021-02-01T20:09:20.136Z] da117d836082: Pushed [2021-02-01T20:09:20.732Z] 8186f0c10810: Pushed [2021-02-01T20:09:33.243Z] e4bb21947842: Pushed [2021-02-01T20:09:33.243Z] 98466e142dc9f0c0a385fd688c007d116986330a: digest: sha256:bf6313e58c36fa521810091f3ce0a02e6caf2cd06ca459ae5f5cd72e4734f991 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:33.583Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:33.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:33.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T20:09:33.914Z] 5dd307cab731: Preparing [2021-02-01T20:09:33.914Z] da117d836082: Preparing [2021-02-01T20:09:33.914Z] e4bb21947842: Preparing [2021-02-01T20:09:33.914Z] 1881b25d00fe: Preparing [2021-02-01T20:09:33.914Z] 38bcdeb81e7e: Preparing [2021-02-01T20:09:33.914Z] 8186f0c10810: Preparing [2021-02-01T20:09:33.914Z] d17d41a9e54b: Preparing [2021-02-01T20:09:33.914Z] 9ded3b6bb9b5: Preparing [2021-02-01T20:09:33.914Z] fa1afe8e6ed9: Preparing [2021-02-01T20:09:33.914Z] 87a09b4c083e: Preparing [2021-02-01T20:09:33.914Z] 0f74e9ff2a61: Preparing [2021-02-01T20:09:33.914Z] b122376c33c6: Preparing [2021-02-01T20:09:33.914Z] f8381ed47b22: Preparing [2021-02-01T20:09:33.914Z] e934a737d657: Preparing [2021-02-01T20:09:33.914Z] 8186f0c10810: Waiting [2021-02-01T20:09:33.914Z] d17d41a9e54b: Waiting [2021-02-01T20:09:33.914Z] 9ded3b6bb9b5: Waiting [2021-02-01T20:09:33.914Z] fa1afe8e6ed9: Waiting [2021-02-01T20:09:33.914Z] 87a09b4c083e: Waiting [2021-02-01T20:09:33.914Z] 0f74e9ff2a61: Waiting [2021-02-01T20:09:33.914Z] b122376c33c6: Waiting [2021-02-01T20:09:33.914Z] f8381ed47b22: Waiting [2021-02-01T20:09:33.914Z] e934a737d657: Waiting [2021-02-01T20:09:33.914Z] 38bcdeb81e7e: Layer already exists [2021-02-01T20:09:33.914Z] e4bb21947842: Layer already exists [2021-02-01T20:09:33.914Z] da117d836082: Layer already exists [2021-02-01T20:09:33.914Z] 5dd307cab731: Layer already exists [2021-02-01T20:09:34.183Z] 1881b25d00fe: Layer already exists [2021-02-01T20:09:34.183Z] d17d41a9e54b: Layer already exists [2021-02-01T20:09:34.183Z] 8186f0c10810: Layer already exists [2021-02-01T20:09:34.183Z] 87a09b4c083e: Layer already exists [2021-02-01T20:09:34.183Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T20:09:34.183Z] fa1afe8e6ed9: Layer already exists [2021-02-01T20:09:34.183Z] b122376c33c6: Layer already exists [2021-02-01T20:09:34.183Z] 0f74e9ff2a61: Layer already exists [2021-02-01T20:09:34.183Z] f8381ed47b22: Layer already exists [2021-02-01T20:09:34.183Z] e934a737d657: Layer already exists [2021-02-01T20:09:34.183Z] 2.0.0-dev.69: digest: sha256:bf6313e58c36fa521810091f3ce0a02e6caf2cd06ca459ae5f5cd72e4734f991 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:34.517Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:34.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:34.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T20:09:34.844Z] 5dd307cab731: Preparing [2021-02-01T20:09:34.844Z] da117d836082: Preparing [2021-02-01T20:09:34.844Z] e4bb21947842: Preparing [2021-02-01T20:09:34.844Z] 1881b25d00fe: Preparing [2021-02-01T20:09:34.844Z] 38bcdeb81e7e: Preparing [2021-02-01T20:09:34.844Z] 8186f0c10810: Preparing [2021-02-01T20:09:34.844Z] d17d41a9e54b: Preparing [2021-02-01T20:09:34.844Z] 9ded3b6bb9b5: Preparing [2021-02-01T20:09:34.845Z] fa1afe8e6ed9: Preparing [2021-02-01T20:09:34.845Z] 87a09b4c083e: Preparing [2021-02-01T20:09:34.845Z] 0f74e9ff2a61: Preparing [2021-02-01T20:09:34.845Z] b122376c33c6: Preparing [2021-02-01T20:09:34.845Z] f8381ed47b22: Preparing [2021-02-01T20:09:34.845Z] e934a737d657: Preparing [2021-02-01T20:09:34.845Z] 8186f0c10810: Waiting [2021-02-01T20:09:34.845Z] d17d41a9e54b: Waiting [2021-02-01T20:09:34.845Z] 9ded3b6bb9b5: Waiting [2021-02-01T20:09:34.845Z] fa1afe8e6ed9: Waiting [2021-02-01T20:09:34.845Z] 87a09b4c083e: Waiting [2021-02-01T20:09:34.845Z] 0f74e9ff2a61: Waiting [2021-02-01T20:09:34.845Z] f8381ed47b22: Waiting [2021-02-01T20:09:34.845Z] e934a737d657: Waiting [2021-02-01T20:09:34.845Z] b122376c33c6: Waiting [2021-02-01T20:09:34.845Z] da117d836082: Layer already exists [2021-02-01T20:09:34.845Z] e4bb21947842: Layer already exists [2021-02-01T20:09:34.845Z] 5dd307cab731: Layer already exists [2021-02-01T20:09:34.845Z] 38bcdeb81e7e: Layer already exists [2021-02-01T20:09:34.845Z] 1881b25d00fe: Layer already exists [2021-02-01T20:09:34.845Z] 87a09b4c083e: Layer already exists [2021-02-01T20:09:34.845Z] fa1afe8e6ed9: Layer already exists [2021-02-01T20:09:34.845Z] d17d41a9e54b: Layer already exists [2021-02-01T20:09:35.115Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T20:09:35.115Z] 8186f0c10810: Layer already exists [2021-02-01T20:09:35.115Z] 0f74e9ff2a61: Layer already exists [2021-02-01T20:09:35.115Z] f8381ed47b22: Layer already exists [2021-02-01T20:09:35.115Z] b122376c33c6: Layer already exists [2021-02-01T20:09:35.115Z] e934a737d657: Layer already exists [2021-02-01T20:09:35.115Z] 98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69: digest: sha256:bf6313e58c36fa521810091f3ce0a02e6caf2cd06ca459ae5f5cd72e4734f991 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:35.450Z] + 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-01T20:09:35.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-01T20:09:35.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-01T20:09:35.779Z] 5dd307cab731: Preparing [2021-02-01T20:09:35.779Z] da117d836082: Preparing [2021-02-01T20:09:35.779Z] e4bb21947842: Preparing [2021-02-01T20:09:35.779Z] 1881b25d00fe: Preparing [2021-02-01T20:09:35.779Z] 38bcdeb81e7e: Preparing [2021-02-01T20:09:35.779Z] 8186f0c10810: Preparing [2021-02-01T20:09:35.779Z] d17d41a9e54b: Preparing [2021-02-01T20:09:35.779Z] 9ded3b6bb9b5: Preparing [2021-02-01T20:09:35.779Z] fa1afe8e6ed9: Preparing [2021-02-01T20:09:35.779Z] 87a09b4c083e: Preparing [2021-02-01T20:09:35.779Z] 0f74e9ff2a61: Preparing [2021-02-01T20:09:35.779Z] b122376c33c6: Preparing [2021-02-01T20:09:35.779Z] f8381ed47b22: Preparing [2021-02-01T20:09:35.779Z] e934a737d657: Preparing [2021-02-01T20:09:35.779Z] 8186f0c10810: Waiting [2021-02-01T20:09:35.779Z] d17d41a9e54b: Waiting [2021-02-01T20:09:35.779Z] 9ded3b6bb9b5: Waiting [2021-02-01T20:09:35.779Z] fa1afe8e6ed9: Waiting [2021-02-01T20:09:35.779Z] 87a09b4c083e: Waiting [2021-02-01T20:09:35.779Z] f8381ed47b22: Waiting [2021-02-01T20:09:35.779Z] 0f74e9ff2a61: Waiting [2021-02-01T20:09:35.779Z] e934a737d657: Waiting [2021-02-01T20:09:35.779Z] b122376c33c6: Waiting [2021-02-01T20:09:36.049Z] 1881b25d00fe: Layer already exists [2021-02-01T20:09:36.049Z] 38bcdeb81e7e: Layer already exists [2021-02-01T20:09:36.049Z] 5dd307cab731: Layer already exists [2021-02-01T20:09:36.049Z] e4bb21947842: Layer already exists [2021-02-01T20:09:36.049Z] da117d836082: Layer already exists [2021-02-01T20:09:36.049Z] 87a09b4c083e: Layer already exists [2021-02-01T20:09:36.049Z] 8186f0c10810: Layer already exists [2021-02-01T20:09:36.050Z] d17d41a9e54b: Layer already exists [2021-02-01T20:09:36.050Z] 9ded3b6bb9b5: Layer already exists [2021-02-01T20:09:36.050Z] fa1afe8e6ed9: Layer already exists [2021-02-01T20:09:36.050Z] b122376c33c6: Layer already exists [2021-02-01T20:09:36.050Z] 0f74e9ff2a61: Layer already exists [2021-02-01T20:09:36.050Z] f8381ed47b22: Layer already exists [2021-02-01T20:09:36.050Z] e934a737d657: Layer already exists [2021-02-01T20:09:36.050Z] master: digest: sha256:bf6313e58c36fa521810091f3ce0a02e6caf2cd06ca459ae5f5cd72e4734f991 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-01T20:09:36.245Z] ===================================================== [Pipeline] echo [2021-02-01T20:09:36.291Z] taggedImages: [2021-02-01T20:09:36.291Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a [2021-02-01T20:09:36.291Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.69 [2021-02-01T20:09:36.291Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:98466e142dc9f0c0a385fd688c007d116986330a-2.0.0-dev.69 [2021-02-01T20:09:36.291Z] - 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-01T20:09:37.849Z] provisioning config files... [2021-02-01T20:09:37.868Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/333@tmp/config8171506167272740313tmp [Pipeline] { [Pipeline] sh [2021-02-01T20:09:38.239Z] + set +x [2021-02-01T20:09:38.239Z] + curl -s https://codecov.io/bash [2021-02-01T20:09:38.239Z] + bash -s -- [2021-02-01T20:09:38.816Z] [2021-02-01T20:09:38.816Z] _____ _ [2021-02-01T20:09:38.816Z] / ____| | | [2021-02-01T20:09:38.816Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T20:09:38.816Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T20:09:38.816Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T20:09:38.816Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T20:09:38.816Z] Bash-20210129-7c25fce [2021-02-01T20:09:38.816Z] [2021-02-01T20:09:38.816Z] [2021-02-01T20:09:38.816Z] ==> git version 2.24.3 found [2021-02-01T20:09:38.816Z] ==> 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-01T20:09:38.816Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T20:09:38.816Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T20:09:38.816Z] ==> Jenkins CI detected. [2021-02-01T20:09:38.816Z] project root: . [2021-02-01T20:09:38.816Z] --> token set from env [2021-02-01T20:09:38.816Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T20:09:38.816Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T20:09:38.816Z] ==> Python coveragepy not found [2021-02-01T20:09:38.816Z] ==> Searching for coverage reports in: [2021-02-01T20:09:38.816Z] + . [2021-02-01T20:09:38.816Z] -> Found 1 reports [2021-02-01T20:09:38.816Z] ==> Detecting git/mercurial file structure [2021-02-01T20:09:38.816Z] ==> Reading reports [2021-02-01T20:09:38.816Z] + ./coverage.out bytes=574984 [2021-02-01T20:09:39.079Z] ==> Appending adjustments [2021-02-01T20:09:39.079Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T20:09:42.394Z] + Found adjustments [2021-02-01T20:09:42.394Z] ==> Gzipping contents [2021-02-01T20:09:42.394Z] 88K /tmp/codecov.qP71ms.gz [2021-02-01T20:09:42.394Z] ==> Uploading reports [2021-02-01T20:09:42.394Z] url: https://codecov.io [2021-02-01T20:09:42.394Z] query: branch=master&commit=98466e142dc9f0c0a385fd688c007d116986330a&build=333&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F333%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T20:09:42.394Z] -> Pinging Codecov [2021-02-01T20:09:42.394Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=98466e142dc9f0c0a385fd688c007d116986330a&build=333&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F333%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-01T20:09:42.659Z] -> Uploading to [2021-02-01T20:09:42.659Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/98466e142dc9f0c0a385fd688c007d116986330a/ada0a6d2-c17c-474a-b35e-f5da5ff39480.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T200942Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7148a197d2b6d66f7f8ae3a4c16699ccf27fb2f5915ec8d6d654e7494aee8d72 [2021-02-01T20:09:42.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:09:42.659Z] Dload Upload Total Spent Left Speed [2021-02-01T20:09:43.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86892 0 0 100 86892 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-02-01T20:09:43.184Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/98466e142dc9f0c0a385fd688c007d116986330a [Pipeline] } [2021-02-01T20:09:43.194Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-01T20:09:44.127Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-01T20:09:44.184Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:44.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T20:09:44.545Z] [2021-02-01T20:09:44.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:09:44.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T20:09:44.893Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-01T20:09:44.893Z] 188c0c94c7c5: Already exists [2021-02-01T20:09:44.893Z] 0ef7d3d256c8: Already exists [2021-02-01T20:09:44.893Z] de9db76c5a1d: Already exists [2021-02-01T20:09:44.893Z] 0eba1c9be4d2: Pulling fs layer [2021-02-01T20:09:44.893Z] 0d57e429df01: Pulling fs layer [2021-02-01T20:09:44.893Z] 4e4be7b47b0d: Pulling fs layer [2021-02-01T20:09:44.893Z] e1f770b5df2f: Pulling fs layer [2021-02-01T20:09:44.893Z] 85a0685a4137: Pulling fs layer [2021-02-01T20:09:44.893Z] e1f770b5df2f: Waiting [2021-02-01T20:09:44.893Z] 85a0685a4137: Waiting [2021-02-01T20:09:44.893Z] 4e4be7b47b0d: Verifying Checksum [2021-02-01T20:09:44.893Z] 0d57e429df01: Verifying Checksum [2021-02-01T20:09:44.893Z] 0d57e429df01: Download complete [2021-02-01T20:09:44.893Z] 4e4be7b47b0d: Download complete [2021-02-01T20:09:46.816Z] e1f770b5df2f: Verifying Checksum [2021-02-01T20:09:46.816Z] e1f770b5df2f: Download complete [2021-02-01T20:09:49.393Z] 0eba1c9be4d2: Verifying Checksum [2021-02-01T20:09:49.393Z] 0eba1c9be4d2: Download complete [2021-02-01T20:09:49.393Z] 85a0685a4137: Verifying Checksum [2021-02-01T20:09:49.393Z] 85a0685a4137: Download complete [2021-02-01T20:09:54.713Z] 0eba1c9be4d2: Pull complete [2021-02-01T20:09:54.713Z] 0d57e429df01: Pull complete [2021-02-01T20:09:54.975Z] 4e4be7b47b0d: Pull complete [2021-02-01T20:09:58.289Z] e1f770b5df2f: Pull complete [2021-02-01T20:10:06.480Z] 85a0685a4137: Pull complete [2021-02-01T20:10:06.480Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-01T20:10:06.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-01T20:10:06.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-01T20:10:06.667Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:10:06.723Z] $ 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/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:10:07.863Z] $ docker top afa1aad1644529a6416a33bb7a4b66a1309b4cbc014ed43f8af5a498af22ef3f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T20:10:08.121Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-01T20:10:08.418Z] + set -o pipefail [2021-02-01T20:10:08.418Z] + snyk monitor '--org=edgex-jenkins' [2021-02-01T20:10:20.692Z] [2021-02-01T20:10:20.692Z] Monitoring /w/workspace/edgex-go/333 (github.com/edgexfoundry/edgex-go)... [2021-02-01T20:10:20.692Z] [2021-02-01T20:10:20.692Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a03d2195-fbb1-4f26-9e9f-d5ed6c09422b [2021-02-01T20:10:20.692Z] [2021-02-01T20:10:20.692Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-01T20:10:20.692Z] [2021-02-01T20:10:21.268Z] [Pipeline] } [2021-02-01T20:10:21.286Z] $ docker stop --time=1 afa1aad1644529a6416a33bb7a4b66a1309b4cbc014ed43f8af5a498af22ef3f [2021-02-01T20:10:24.419Z] $ docker rm -f afa1aad1644529a6416a33bb7a4b66a1309b4cbc014ed43f8af5a498af22ef3f [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-01T20:10:25.864Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T20:10:25.916Z] provisioning config files... [2021-02-01T20:10:25.926Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/333@tmp/config3325726845328315873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:10:26.303Z] --> edgex-publish-swagger.sh [2021-02-01T20:10:26.303Z] === Publish openapi/v1 API === [2021-02-01T20:10:26.303Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-01T20:10:26.303Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/333/openapi/v1/core-command.yaml] [2021-02-01T20:10:26.303Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:26.303Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:27.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9559 0:00:01 0:00:01 --:--:-- 9574 100 10522 0 0 100 10522 0 9557 0:00:01 0:00:01 --:--:-- 9565 [2021-02-01T20:10:27.249Z] [2021-02-01T20:10:27.249Z] [2021-02-01T20:10:27.249Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/333/openapi/v1/core-data.yaml] [2021-02-01T20:10:27.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:27.249Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:28.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27930 0:00:01 0:00:01 --:--:-- 27945 100 32557 0 0 100 32557 0 27924 0:00:01 0:00:01 --:--:-- 27945 [2021-02-01T20:10:28.639Z] [2021-02-01T20:10:28.639Z] [2021-02-01T20:10:28.639Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/333/openapi/v1/core-metadata.yaml] [2021-02-01T20:10:28.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:28.639Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:29.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 65849 0:00:01 0:00:01 --:--:-- 65881 100 73721 0 0 100 73721 0 65837 0:00:01 0:00:01 --:--:-- 65881 [2021-02-01T20:10:29.586Z] [2021-02-01T20:10:29.586Z] [2021-02-01T20:10:29.586Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/333/openapi/v1/support-logging.yaml] [2021-02-01T20:10:29.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:29.586Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:30.796Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12733 0:00:01 0:00:01 --:--:-- 12740 [2021-02-01T20:10:30.796Z] [2021-02-01T20:10:30.796Z] [2021-02-01T20:10:30.796Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/333/openapi/v1/support-notifications.yaml] [2021-02-01T20:10:30.796Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:30.796Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:32.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34214 0:00:01 0:00:01 --:--:-- 34204 100 38890 0 0 100 38890 0 34209 0:00:01 0:00:01 --:--:-- 34204 [2021-02-01T20:10:32.187Z] [2021-02-01T20:10:32.187Z] [2021-02-01T20:10:32.187Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/333/openapi/v1/support-scheduler.yaml] [2021-02-01T20:10:32.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:32.187Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:33.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12287 0:00:01 0:00:01 --:--:-- 12294 100 14249 0 0 100 14249 0 12285 0:00:01 0:00:01 --:--:-- 12294 [2021-02-01T20:10:33.135Z] [2021-02-01T20:10:33.135Z] [2021-02-01T20:10:33.135Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/333/openapi/v1/system-agent.yaml] [2021-02-01T20:10:33.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:33.135Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:34.087Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3813 0:00:01 0:00:01 --:--:-- 3816 100 4110 0 0 100 4110 0 3812 0:00:01 0:00:01 --:--:-- 3816 [2021-02-01T20:10:34.087Z] [2021-02-01T20:10:34.087Z] [2021-02-01T20:10:34.087Z] === Publish openapi/v2 API === [2021-02-01T20:10:34.087Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-01T20:10:34.087Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/333/openapi/v2/core-command.yaml] [2021-02-01T20:10:34.087Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:34.087Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:35.483Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21325 0 0 100 21325 0 18759 0:00:01 0:00:01 --:--:-- 18772 100 21325 0 0 100 21325 0 18756 0:00:01 0:00:01 --:--:-- 18772 [2021-02-01T20:10:35.483Z] [2021-02-01T20:10:35.483Z] [2021-02-01T20:10:35.483Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/333/openapi/v2/core-data.yaml] [2021-02-01T20:10:35.483Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:35.483Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:36.429Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57013 0 0 100 57013 0 50455 0:00:01 0:00:01 --:--:-- 50498 100 57013 0 0 100 57013 0 50445 0:00:01 0:00:01 --:--:-- 50453 [2021-02-01T20:10:36.429Z] [2021-02-01T20:10:36.429Z] [2021-02-01T20:10:36.429Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/333/openapi/v2/core-metadata.yaml] [2021-02-01T20:10:36.429Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:36.429Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:37.821Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 117k 0 0 100 117k 0 99523 0:00:01 0:00:01 --:--:-- 99569 100 117k 0 0 100 117k 0 99493 0:00:01 0:00:01 --:--:-- 99569 [2021-02-01T20:10:37.821Z] [2021-02-01T20:10:37.821Z] [2021-02-01T20:10:37.821Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/333/openapi/v2/support-notifications.yaml] [2021-02-01T20:10:37.821Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:37.821Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:38.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58540 0 0 100 58540 0 52464 0:00:01 0:00:01 --:--:-- 52502 [2021-02-01T20:10:38.767Z] [2021-02-01T20:10:38.767Z] [2021-02-01T20:10:38.767Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/333/openapi/v2/support-scheduler.yaml] [2021-02-01T20:10:38.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:38.767Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:39.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38851 0 0 100 38851 0 34230 0:00:01 0:00:01 --:--:-- 34229 100 38851 0 0 100 38851 0 34223 0:00:01 0:00:01 --:--:-- 34199 [2021-02-01T20:10:39.975Z] [2021-02-01T20:10:39.975Z] [2021-02-01T20:10:39.975Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/333/openapi/v2/system-agent.yaml] [2021-02-01T20:10:39.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T20:10:39.975Z] Dload Upload Total Spent Left Speed [2021-02-01T20:10:41.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23684 0 0 100 23684 0 20036 0:00:01 0:00:01 --:--:-- 20054 100 23684 0 0 100 23684 0 20032 0:00:01 0:00:01 --:--:-- 20037 [2021-02-01T20:10:41.367Z] [2021-02-01T20:10:41.367Z] [Pipeline] } [2021-02-01T20:10:41.377Z] 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-01T20:10:42.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:10:42.224Z] . [Pipeline] withDockerContainer [2021-02-01T20:10:42.330Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:10:42.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:10:43.372Z] $ docker top 6ac3527ae0e2505a4be86699d3debb1621a081a50931e0ee4b0dc670a7d43d0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T20:10:43.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T20:10:43.707Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T20:10:43.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T20:10:43.971Z] $ docker exec 6ac3527ae0e2505a4be86699d3debb1621a081a50931e0ee4b0dc670a7d43d0c ssh-agent [2021-02-01T20:10:44.162Z] SSH_AUTH_SOCK=/tmp/ssh-BxSPftJvMfiF/agent.12 [2021-02-01T20:10:44.162Z] SSH_AGENT_PID=17 [2021-02-01T20:10:44.169Z] Running ssh-add (command line suppressed) [2021-02-01T20:10:44.306Z] Identity added: /w/workspace/edgex-go/333@tmp/private_key_274122778127967497.key (/w/workspace/edgex-go/333@tmp/private_key_274122778127967497.key) [2021-02-01T20:10:44.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T20:10:44.707Z] + git semver tag [2021-02-01T20:10:44.971Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T20:10:44.971Z] # $GIT_DIR = /w/workspace/edgex-go/333/.git [2021-02-01T20:10:44.971Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/333 [2021-02-01T20:10:44.971Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T20:10:44.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T20:10:44.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T20:10:44.971Z] # $SEMVER_BRANCH = master [2021-02-01T20:10:44.971Z] # $SEMVER_DIR = /w/workspace/edgex-go/333/.semver [2021-02-01T20:10:44.971Z] # 98466e142dc9f0c0a385fd688c007d116986330a HEAD [2021-02-01T20:10:45.550Z] # -> Force: false [2021-02-01T20:10:45.550Z] # 4196aaa2057dfb87277f00ed49afaf77821f6cb5 refs/tags/v2.0.0-dev.69 [Pipeline] } [2021-02-01T20:10:45.564Z] $ docker exec --env ******** --env ******** 6ac3527ae0e2505a4be86699d3debb1621a081a50931e0ee4b0dc670a7d43d0c ssh-agent -k [2021-02-01T20:10:45.737Z] unset SSH_AUTH_SOCK; [2021-02-01T20:10:45.737Z] unset SSH_AGENT_PID; [2021-02-01T20:10:45.738Z] echo Agent pid 17 killed; [2021-02-01T20:10:45.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T20:10:46.297Z] + git semver [Pipeline] } [2021-02-01T20:10:46.315Z] $ docker stop --time=1 6ac3527ae0e2505a4be86699d3debb1621a081a50931e0ee4b0dc670a7d43d0c [2021-02-01T20:10:47.706Z] $ docker rm -f 6ac3527ae0e2505a4be86699d3debb1621a081a50931e0ee4b0dc670a7d43d0c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:10:48.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T20:10:48.345Z] [2021-02-01T20:10:48.345Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:10:48.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T20:10:48.691Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-01T20:10:48.691Z] ab5ef0e58194: Pulling fs layer [2021-02-01T20:10:48.691Z] 9712f1f96733: Pulling fs layer [2021-02-01T20:10:48.691Z] 63f879dbbcfc: Pulling fs layer [2021-02-01T20:10:48.691Z] 0d9ebad4ef96: Pulling fs layer [2021-02-01T20:10:48.691Z] e9a5061849ea: Pulling fs layer [2021-02-01T20:10:48.691Z] d747dcd14b5f: Pulling fs layer [2021-02-01T20:10:48.691Z] 2de7ff778b66: Pulling fs layer [2021-02-01T20:10:48.691Z] e9a5061849ea: Waiting [2021-02-01T20:10:48.691Z] d747dcd14b5f: Waiting [2021-02-01T20:10:48.691Z] 2de7ff778b66: Waiting [2021-02-01T20:10:48.691Z] 0d9ebad4ef96: Waiting [2021-02-01T20:10:48.691Z] 9712f1f96733: Verifying Checksum [2021-02-01T20:10:48.691Z] 9712f1f96733: Download complete [2021-02-01T20:10:50.623Z] 63f879dbbcfc: Download complete [2021-02-01T20:10:50.623Z] e9a5061849ea: Verifying Checksum [2021-02-01T20:10:50.623Z] e9a5061849ea: Download complete [2021-02-01T20:10:50.623Z] d747dcd14b5f: Download complete [2021-02-01T20:10:50.892Z] 2de7ff778b66: Verifying Checksum [2021-02-01T20:10:50.892Z] 2de7ff778b66: Download complete [2021-02-01T20:10:51.471Z] 0d9ebad4ef96: Verifying Checksum [2021-02-01T20:10:51.471Z] 0d9ebad4ef96: Download complete [2021-02-01T20:10:51.471Z] ab5ef0e58194: Verifying Checksum [2021-02-01T20:10:51.471Z] ab5ef0e58194: Download complete [2021-02-01T20:10:56.781Z] ab5ef0e58194: Pull complete [2021-02-01T20:10:56.781Z] 9712f1f96733: Pull complete [2021-02-01T20:10:59.343Z] 63f879dbbcfc: Pull complete [2021-02-01T20:11:06.148Z] 0d9ebad4ef96: Pull complete [2021-02-01T20:11:08.069Z] e9a5061849ea: Pull complete [2021-02-01T20:11:08.069Z] d747dcd14b5f: Pull complete [2021-02-01T20:11:10.626Z] 2de7ff778b66: Pull complete [2021-02-01T20:11:10.626Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-01T20:11:10.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-01T20:11:10.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-01T20:11:11.114Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:11:11.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:11:15.078Z] $ docker top 045659dfd7f676249d5e42885d8cdd5157c978ce9063bebaba0686cb5e4173d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-01T20:11:15.401Z] provisioning config files... [2021-02-01T20:11:15.412Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/333@tmp/config6301970215592607910tmp [2021-02-01T20:11:15.428Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/333@tmp/config252652854421280376tmp [2021-02-01T20:11:15.443Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/333@tmp/config7438633930209867101tmp [Pipeline] { [Pipeline] echo [2021-02-01T20:11:15.513Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:11:15.818Z] ---> sigul-configuration.sh [2021-02-01T20:11:15.819Z] gpg: directory `/root/.gnupg' created [2021-02-01T20:11:15.819Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-01T20:11:15.819Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-01T20:11:15.819Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-01T20:11:15.819Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-01T20:11:15.819Z] gpg: CAST5 encrypted data [2021-02-01T20:11:16.081Z] gpg: encrypted with 1 passphrase [2021-02-01T20:11:16.081Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-01T20:11:16.383Z] + mkdir /home/jenkins [2021-02-01T20:11:16.383Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-01T20:11:16.682Z] + 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-01T20:11:16.694Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:11:16.994Z] ---> sigul-install.sh [2021-02-01T20:11:22.297Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-01T20:11:22.599Z] + git tag --list [2021-02-01T20:11:22.862Z] 0.6.0 [2021-02-01T20:11:22.862Z] 0.6.1 [2021-02-01T20:11:22.862Z] 0.7.0 [2021-02-01T20:11:22.862Z] 0.7.1 [2021-02-01T20:11:22.862Z] v1.0.0 [2021-02-01T20:11:22.863Z] v1.0.1 [2021-02-01T20:11:22.863Z] v1.1.0 [2021-02-01T20:11:22.863Z] v1.2.0 [2021-02-01T20:11:22.863Z] v1.2.1 [2021-02-01T20:11:22.863Z] v1.2.2-dev.1 [2021-02-01T20:11:22.863Z] v1.2.2-dev.10 [2021-02-01T20:11:22.863Z] v1.2.2-dev.100 [2021-02-01T20:11:22.863Z] v1.2.2-dev.101 [2021-02-01T20:11:22.863Z] v1.2.2-dev.102 [2021-02-01T20:11:22.863Z] v1.2.2-dev.103 [2021-02-01T20:11:22.863Z] v1.2.2-dev.104 [2021-02-01T20:11:22.863Z] v1.2.2-dev.105 [2021-02-01T20:11:22.863Z] v1.2.2-dev.106 [2021-02-01T20:11:22.863Z] v1.2.2-dev.107 [2021-02-01T20:11:22.863Z] v1.2.2-dev.11 [2021-02-01T20:11:22.863Z] v1.2.2-dev.12 [2021-02-01T20:11:22.863Z] v1.2.2-dev.13 [2021-02-01T20:11:22.863Z] v1.2.2-dev.14 [2021-02-01T20:11:22.863Z] v1.2.2-dev.15 [2021-02-01T20:11:22.863Z] v1.2.2-dev.16 [2021-02-01T20:11:22.863Z] v1.2.2-dev.17 [2021-02-01T20:11:22.863Z] v1.2.2-dev.18 [2021-02-01T20:11:22.863Z] v1.2.2-dev.19 [2021-02-01T20:11:22.863Z] v1.2.2-dev.2 [2021-02-01T20:11:22.863Z] v1.2.2-dev.20 [2021-02-01T20:11:22.863Z] v1.2.2-dev.21 [2021-02-01T20:11:22.863Z] v1.2.2-dev.22 [2021-02-01T20:11:22.863Z] v1.2.2-dev.23 [2021-02-01T20:11:22.863Z] v1.2.2-dev.24 [2021-02-01T20:11:22.863Z] v1.2.2-dev.25 [2021-02-01T20:11:22.863Z] v1.2.2-dev.26 [2021-02-01T20:11:22.863Z] v1.2.2-dev.27 [2021-02-01T20:11:22.863Z] v1.2.2-dev.28 [2021-02-01T20:11:22.863Z] v1.2.2-dev.29 [2021-02-01T20:11:22.863Z] v1.2.2-dev.3 [2021-02-01T20:11:22.863Z] v1.2.2-dev.30 [2021-02-01T20:11:22.863Z] v1.2.2-dev.31 [2021-02-01T20:11:22.863Z] v1.2.2-dev.32 [2021-02-01T20:11:22.863Z] v1.2.2-dev.33 [2021-02-01T20:11:22.863Z] v1.2.2-dev.34 [2021-02-01T20:11:22.863Z] v1.2.2-dev.35 [2021-02-01T20:11:22.863Z] v1.2.2-dev.36 [2021-02-01T20:11:22.863Z] v1.2.2-dev.37 [2021-02-01T20:11:22.863Z] v1.2.2-dev.38 [2021-02-01T20:11:22.863Z] v1.2.2-dev.39 [2021-02-01T20:11:22.863Z] v1.2.2-dev.4 [2021-02-01T20:11:22.863Z] v1.2.2-dev.40 [2021-02-01T20:11:22.863Z] v1.2.2-dev.41 [2021-02-01T20:11:22.863Z] v1.2.2-dev.42 [2021-02-01T20:11:22.863Z] v1.2.2-dev.43 [2021-02-01T20:11:22.863Z] v1.2.2-dev.44 [2021-02-01T20:11:22.863Z] v1.2.2-dev.45 [2021-02-01T20:11:22.863Z] v1.2.2-dev.46 [2021-02-01T20:11:22.863Z] v1.2.2-dev.47 [2021-02-01T20:11:22.863Z] v1.2.2-dev.48 [2021-02-01T20:11:22.863Z] v1.2.2-dev.49 [2021-02-01T20:11:22.863Z] v1.2.2-dev.5 [2021-02-01T20:11:22.863Z] v1.2.2-dev.50 [2021-02-01T20:11:22.863Z] v1.2.2-dev.51 [2021-02-01T20:11:22.863Z] v1.2.2-dev.52 [2021-02-01T20:11:22.863Z] v1.2.2-dev.53 [2021-02-01T20:11:22.863Z] v1.2.2-dev.54 [2021-02-01T20:11:22.863Z] v1.2.2-dev.55 [2021-02-01T20:11:22.863Z] v1.2.2-dev.56 [2021-02-01T20:11:22.863Z] v1.2.2-dev.57 [2021-02-01T20:11:22.863Z] v1.2.2-dev.58 [2021-02-01T20:11:22.863Z] v1.2.2-dev.59 [2021-02-01T20:11:22.863Z] v1.2.2-dev.6 [2021-02-01T20:11:22.863Z] v1.2.2-dev.60 [2021-02-01T20:11:22.863Z] v1.2.2-dev.61 [2021-02-01T20:11:22.863Z] v1.2.2-dev.62 [2021-02-01T20:11:22.863Z] v1.2.2-dev.63 [2021-02-01T20:11:22.863Z] v1.2.2-dev.64 [2021-02-01T20:11:22.863Z] v1.2.2-dev.65 [2021-02-01T20:11:22.863Z] v1.2.2-dev.66 [2021-02-01T20:11:22.863Z] v1.2.2-dev.67 [2021-02-01T20:11:22.863Z] v1.2.2-dev.68 [2021-02-01T20:11:22.863Z] v1.2.2-dev.69 [2021-02-01T20:11:22.863Z] v1.2.2-dev.7 [2021-02-01T20:11:22.863Z] v1.2.2-dev.70 [2021-02-01T20:11:22.863Z] v1.2.2-dev.71 [2021-02-01T20:11:22.863Z] v1.2.2-dev.72 [2021-02-01T20:11:22.863Z] v1.2.2-dev.73 [2021-02-01T20:11:22.863Z] v1.2.2-dev.74 [2021-02-01T20:11:22.863Z] v1.2.2-dev.75 [2021-02-01T20:11:22.863Z] v1.2.2-dev.76 [2021-02-01T20:11:22.863Z] v1.2.2-dev.77 [2021-02-01T20:11:22.863Z] v1.2.2-dev.78 [2021-02-01T20:11:22.863Z] v1.2.2-dev.79 [2021-02-01T20:11:22.863Z] v1.2.2-dev.8 [2021-02-01T20:11:22.863Z] v1.2.2-dev.80 [2021-02-01T20:11:22.863Z] v1.2.2-dev.81 [2021-02-01T20:11:22.863Z] v1.2.2-dev.82 [2021-02-01T20:11:22.863Z] v1.2.2-dev.83 [2021-02-01T20:11:22.863Z] v1.2.2-dev.84 [2021-02-01T20:11:22.863Z] v1.2.2-dev.85 [2021-02-01T20:11:22.863Z] v1.2.2-dev.86 [2021-02-01T20:11:22.863Z] v1.2.2-dev.87 [2021-02-01T20:11:22.863Z] v1.2.2-dev.88 [2021-02-01T20:11:22.863Z] v1.2.2-dev.89 [2021-02-01T20:11:22.863Z] v1.2.2-dev.9 [2021-02-01T20:11:22.863Z] v1.2.2-dev.90 [2021-02-01T20:11:22.863Z] v1.2.2-dev.91 [2021-02-01T20:11:22.863Z] v1.2.2-dev.92 [2021-02-01T20:11:22.863Z] v1.2.2-dev.93 [2021-02-01T20:11:22.863Z] v1.2.2-dev.94 [2021-02-01T20:11:22.863Z] v1.2.2-dev.95 [2021-02-01T20:11:22.863Z] v1.2.2-dev.96 [2021-02-01T20:11:22.863Z] v1.2.2-dev.97 [2021-02-01T20:11:22.863Z] v1.2.2-dev.98 [2021-02-01T20:11:22.863Z] v1.2.2-dev.99 [2021-02-01T20:11:22.863Z] v1.3.0 [2021-02-01T20:11:22.863Z] v1.3.1-dev.1 [2021-02-01T20:11:22.863Z] v1.3.1-dev.10 [2021-02-01T20:11:22.863Z] v1.3.1-dev.11 [2021-02-01T20:11:22.863Z] v1.3.1-dev.12 [2021-02-01T20:11:22.863Z] v1.3.1-dev.13 [2021-02-01T20:11:22.863Z] v1.3.1-dev.14 [2021-02-01T20:11:22.863Z] v1.3.1-dev.15 [2021-02-01T20:11:22.863Z] v1.3.1-dev.16 [2021-02-01T20:11:22.863Z] v1.3.1-dev.17 [2021-02-01T20:11:22.863Z] v1.3.1-dev.18 [2021-02-01T20:11:22.863Z] v1.3.1-dev.2 [2021-02-01T20:11:22.863Z] v1.3.1-dev.3 [2021-02-01T20:11:22.863Z] v1.3.1-dev.4 [2021-02-01T20:11:22.863Z] v1.3.1-dev.5 [2021-02-01T20:11:22.863Z] v1.3.1-dev.6 [2021-02-01T20:11:22.863Z] v1.3.1-dev.7 [2021-02-01T20:11:22.863Z] v1.3.1-dev.8 [2021-02-01T20:11:22.863Z] v1.3.1-dev.9 [2021-02-01T20:11:22.863Z] v2.0.0-dev.1 [2021-02-01T20:11:22.863Z] v2.0.0-dev.10 [2021-02-01T20:11:22.863Z] v2.0.0-dev.11 [2021-02-01T20:11:22.863Z] v2.0.0-dev.12 [2021-02-01T20:11:22.863Z] v2.0.0-dev.13 [2021-02-01T20:11:22.863Z] v2.0.0-dev.14 [2021-02-01T20:11:22.863Z] v2.0.0-dev.15 [2021-02-01T20:11:22.863Z] v2.0.0-dev.16 [2021-02-01T20:11:22.863Z] v2.0.0-dev.17 [2021-02-01T20:11:22.863Z] v2.0.0-dev.18 [2021-02-01T20:11:22.863Z] v2.0.0-dev.19 [2021-02-01T20:11:22.863Z] v2.0.0-dev.2 [2021-02-01T20:11:22.863Z] v2.0.0-dev.20 [2021-02-01T20:11:22.863Z] v2.0.0-dev.21 [2021-02-01T20:11:22.863Z] v2.0.0-dev.22 [2021-02-01T20:11:22.863Z] v2.0.0-dev.23 [2021-02-01T20:11:22.863Z] v2.0.0-dev.24 [2021-02-01T20:11:22.863Z] v2.0.0-dev.25 [2021-02-01T20:11:22.863Z] v2.0.0-dev.26 [2021-02-01T20:11:22.863Z] v2.0.0-dev.27 [2021-02-01T20:11:22.863Z] v2.0.0-dev.28 [2021-02-01T20:11:22.863Z] v2.0.0-dev.29 [2021-02-01T20:11:22.863Z] v2.0.0-dev.3 [2021-02-01T20:11:22.863Z] v2.0.0-dev.30 [2021-02-01T20:11:22.863Z] v2.0.0-dev.31 [2021-02-01T20:11:22.863Z] v2.0.0-dev.32 [2021-02-01T20:11:22.863Z] v2.0.0-dev.33 [2021-02-01T20:11:22.863Z] v2.0.0-dev.34 [2021-02-01T20:11:22.863Z] v2.0.0-dev.35 [2021-02-01T20:11:22.863Z] v2.0.0-dev.36 [2021-02-01T20:11:22.863Z] v2.0.0-dev.37 [2021-02-01T20:11:22.863Z] v2.0.0-dev.38 [2021-02-01T20:11:22.863Z] v2.0.0-dev.39 [2021-02-01T20:11:22.863Z] v2.0.0-dev.4 [2021-02-01T20:11:22.863Z] v2.0.0-dev.40 [2021-02-01T20:11:22.863Z] v2.0.0-dev.41 [2021-02-01T20:11:22.863Z] v2.0.0-dev.42 [2021-02-01T20:11:22.863Z] v2.0.0-dev.43 [2021-02-01T20:11:22.863Z] v2.0.0-dev.44 [2021-02-01T20:11:22.863Z] v2.0.0-dev.45 [2021-02-01T20:11:22.863Z] v2.0.0-dev.46 [2021-02-01T20:11:22.863Z] v2.0.0-dev.47 [2021-02-01T20:11:22.863Z] v2.0.0-dev.48 [2021-02-01T20:11:22.863Z] v2.0.0-dev.49 [2021-02-01T20:11:22.863Z] v2.0.0-dev.5 [2021-02-01T20:11:22.863Z] v2.0.0-dev.50 [2021-02-01T20:11:22.863Z] v2.0.0-dev.51 [2021-02-01T20:11:22.863Z] v2.0.0-dev.52 [2021-02-01T20:11:22.863Z] v2.0.0-dev.53 [2021-02-01T20:11:22.863Z] v2.0.0-dev.54 [2021-02-01T20:11:22.863Z] v2.0.0-dev.55 [2021-02-01T20:11:22.863Z] v2.0.0-dev.56 [2021-02-01T20:11:22.863Z] v2.0.0-dev.57 [2021-02-01T20:11:22.863Z] v2.0.0-dev.58 [2021-02-01T20:11:22.863Z] v2.0.0-dev.59 [2021-02-01T20:11:22.863Z] v2.0.0-dev.6 [2021-02-01T20:11:22.863Z] v2.0.0-dev.60 [2021-02-01T20:11:22.863Z] v2.0.0-dev.61 [2021-02-01T20:11:22.863Z] v2.0.0-dev.62 [2021-02-01T20:11:22.863Z] v2.0.0-dev.63 [2021-02-01T20:11:22.863Z] v2.0.0-dev.64 [2021-02-01T20:11:22.863Z] v2.0.0-dev.65 [2021-02-01T20:11:22.863Z] v2.0.0-dev.66 [2021-02-01T20:11:22.863Z] v2.0.0-dev.67 [2021-02-01T20:11:22.863Z] v2.0.0-dev.68 [2021-02-01T20:11:22.863Z] v2.0.0-dev.69 [2021-02-01T20:11:22.863Z] v2.0.0-dev.7 [2021-02-01T20:11:22.863Z] v2.0.0-dev.8 [2021-02-01T20:11:22.863Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-01T20:11:23.167Z] + lftools sign git-tag v2.0.0-dev.69 [2021-02-01T20:11:24.111Z] Signing Git tag with Sigul... [2021-02-01T20:11:24.112Z] Signing v2.0.0-dev.69 [Pipeline] echo [2021-02-01T20:11:25.513Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:11:25.811Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-01T20:11:25.821Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-01T20:11:25.918Z] $ docker stop --time=1 045659dfd7f676249d5e42885d8cdd5157c978ce9063bebaba0686cb5e4173d8 [2021-02-01T20:11:27.891Z] $ docker rm -f 045659dfd7f676249d5e42885d8cdd5157c978ce9063bebaba0686cb5e4173d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:11:28.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:11:28.795Z] . [Pipeline] withDockerContainer [2021-02-01T20:11:28.898Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:11:28.950Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:11:29.752Z] $ docker top 0e5bdd600ffc6295d7e22bde0f40f33202993cbfb878e007fa426587610bd302 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T20:11:30.112Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T20:11:30.112Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T20:11:30.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T20:11:30.361Z] $ docker exec 0e5bdd600ffc6295d7e22bde0f40f33202993cbfb878e007fa426587610bd302 ssh-agent [2021-02-01T20:11:30.583Z] SSH_AUTH_SOCK=/tmp/ssh-VHeHchnTy6pO/agent.11 [2021-02-01T20:11:30.583Z] SSH_AGENT_PID=16 [2021-02-01T20:11:30.607Z] Running ssh-add (command line suppressed) [2021-02-01T20:11:30.743Z] Identity added: /w/workspace/edgex-go/333@tmp/private_key_3878263911032542658.key (/w/workspace/edgex-go/333@tmp/private_key_3878263911032542658.key) [2021-02-01T20:11:30.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T20:11:31.146Z] + git semver bump pre [2021-02-01T20:11:31.147Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T20:11:31.147Z] # $GIT_DIR = /w/workspace/edgex-go/333/.git [2021-02-01T20:11:31.147Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/333 [2021-02-01T20:11:31.147Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T20:11:31.147Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T20:11:31.147Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T20:11:31.147Z] # $SEMVER_BRANCH = master [2021-02-01T20:11:31.147Z] # $SEMVER_DIR = /w/workspace/edgex-go/333/.semver [2021-02-01T20:11:31.147Z] 2.0.0-dev.70 [Pipeline] } [2021-02-01T20:11:31.160Z] $ docker exec --env ******** --env ******** 0e5bdd600ffc6295d7e22bde0f40f33202993cbfb878e007fa426587610bd302 ssh-agent -k [2021-02-01T20:11:31.296Z] unset SSH_AUTH_SOCK; [2021-02-01T20:11:31.297Z] unset SSH_AGENT_PID; [2021-02-01T20:11:31.297Z] echo Agent pid 16 killed; [2021-02-01T20:11:31.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T20:11:31.840Z] + git semver [Pipeline] } [2021-02-01T20:11:31.858Z] $ docker stop --time=1 0e5bdd600ffc6295d7e22bde0f40f33202993cbfb878e007fa426587610bd302 [2021-02-01T20:11:33.238Z] $ docker rm -f 0e5bdd600ffc6295d7e22bde0f40f33202993cbfb878e007fa426587610bd302 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:11:33.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T20:11:33.769Z] . [Pipeline] withDockerContainer [2021-02-01T20:11:33.871Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:11:33.922Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:11:34.768Z] $ docker top 75e224d47cfdf1a718fd3caa6b96dbc4d787f885b1bf8dce53d6e12de26a191f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T20:11:35.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T20:11:35.115Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T20:11:35.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T20:11:35.356Z] $ docker exec 75e224d47cfdf1a718fd3caa6b96dbc4d787f885b1bf8dce53d6e12de26a191f ssh-agent [2021-02-01T20:11:35.538Z] SSH_AUTH_SOCK=/tmp/ssh-pOa38HFVrds5/agent.11 [2021-02-01T20:11:35.538Z] SSH_AGENT_PID=17 [2021-02-01T20:11:35.546Z] Running ssh-add (command line suppressed) [2021-02-01T20:11:35.677Z] Identity added: /w/workspace/edgex-go/333@tmp/private_key_2934415344126998567.key (/w/workspace/edgex-go/333@tmp/private_key_2934415344126998567.key) [2021-02-01T20:11:35.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T20:11:36.076Z] + git semver push [2021-02-01T20:11:36.076Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T20:11:36.076Z] # $GIT_DIR = /w/workspace/edgex-go/333/.git [2021-02-01T20:11:36.076Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/333 [2021-02-01T20:11:36.076Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T20:11:36.076Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T20:11:36.076Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T20:11:36.076Z] # $SEMVER_BRANCH = master [2021-02-01T20:11:36.076Z] # $SEMVER_DIR = /w/workspace/edgex-go/333/.semver [Pipeline] } [2021-02-01T20:11:48.354Z] $ docker exec --env ******** --env ******** 75e224d47cfdf1a718fd3caa6b96dbc4d787f885b1bf8dce53d6e12de26a191f ssh-agent -k [2021-02-01T20:11:48.497Z] unset SSH_AUTH_SOCK; [2021-02-01T20:11:48.498Z] unset SSH_AGENT_PID; [2021-02-01T20:11:48.498Z] echo Agent pid 17 killed; [2021-02-01T20:11:48.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T20:11:49.101Z] + git semver [Pipeline] } [2021-02-01T20:11:49.120Z] $ docker stop --time=1 75e224d47cfdf1a718fd3caa6b96dbc4d787f885b1bf8dce53d6e12de26a191f [2021-02-01T20:11:50.469Z] $ docker rm -f 75e224d47cfdf1a718fd3caa6b96dbc4d787f885b1bf8dce53d6e12de26a191f [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-01T20:11:51.888Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:11:52.771Z] ---> package-listing.sh [2021-02-01T20:11:52.771Z] ++ facter osfamily [2021-02-01T20:11:52.771Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T20:11:52.771Z] + OS_FAMILY=redhat [2021-02-01T20:11:52.771Z] + workspace=/w/workspace/edgex-go/333 [2021-02-01T20:11:52.771Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T20:11:52.771Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T20:11:52.771Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T20:11:52.771Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T20:11:52.771Z] + '[' /w/workspace/edgex-go/333 ']' [2021-02-01T20:11:52.771Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T20:11:52.771Z] + case "${OS_FAMILY}" in [2021-02-01T20:11:52.771Z] + rpm -qa [2021-02-01T20:11:52.771Z] + sort [2021-02-01T20:11:58.085Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T20:11:58.085Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T20:11:58.085Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T20:11:58.085Z] + '[' /w/workspace/edgex-go/333 ']' [2021-02-01T20:11:58.085Z] + mkdir -p /w/workspace/edgex-go/333/archives/ [2021-02-01T20:11:58.085Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/333/archives/ [Pipeline] echo [2021-02-01T20:11:58.101Z] 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/333/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T20:11:58.393Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:11:58.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T20:11:58.701Z] [2021-02-01T20:11:58.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T20:11:59.047Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T20:11:59.047Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T20:11:59.047Z] df20fa9351a1: Pulling fs layer [2021-02-01T20:11:59.047Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T20:11:59.047Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T20:11:59.047Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T20:11:59.047Z] 93b61091891f: Pulling fs layer [2021-02-01T20:11:59.047Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T20:11:59.047Z] 5e14af77c1be: Pulling fs layer [2021-02-01T20:11:59.047Z] 01666e4c0597: Pulling fs layer [2021-02-01T20:11:59.047Z] aa168da1d23b: Pulling fs layer [2021-02-01T20:11:59.047Z] 93b9cdb0e59b: Waiting [2021-02-01T20:11:59.047Z] 5e14af77c1be: Waiting [2021-02-01T20:11:59.047Z] 01666e4c0597: Waiting [2021-02-01T20:11:59.047Z] aa168da1d23b: Waiting [2021-02-01T20:11:59.047Z] 46f8f816bc3b: Waiting [2021-02-01T20:11:59.047Z] 93b61091891f: Waiting [2021-02-01T20:11:59.047Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T20:11:59.047Z] 36b3adc4ff6f: Download complete [2021-02-01T20:11:59.047Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T20:11:59.047Z] 46f8f816bc3b: Download complete [2021-02-01T20:11:59.047Z] df20fa9351a1: Verifying Checksum [2021-02-01T20:11:59.047Z] df20fa9351a1: Download complete [2021-02-01T20:11:59.309Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T20:11:59.309Z] 93b9cdb0e59b: Download complete [2021-02-01T20:11:59.309Z] 5e14af77c1be: Verifying Checksum [2021-02-01T20:11:59.309Z] 5e14af77c1be: Download complete [2021-02-01T20:11:59.309Z] 01666e4c0597: Verifying Checksum [2021-02-01T20:11:59.309Z] 01666e4c0597: Download complete [2021-02-01T20:11:59.309Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T20:11:59.309Z] 8ad3a11d3b57: Download complete [2021-02-01T20:11:59.579Z] df20fa9351a1: Pull complete [2021-02-01T20:11:59.845Z] 36b3adc4ff6f: Pull complete [2021-02-01T20:12:00.111Z] 93b61091891f: Verifying Checksum [2021-02-01T20:12:01.518Z] aa168da1d23b: Verifying Checksum [2021-02-01T20:12:01.518Z] aa168da1d23b: Download complete [2021-02-01T20:12:01.780Z] 8ad3a11d3b57: Pull complete [2021-02-01T20:12:02.359Z] 46f8f816bc3b: Pull complete [2021-02-01T20:12:02.622Z] 93b61091891f: Pull complete [2021-02-01T20:12:02.887Z] 93b9cdb0e59b: Pull complete [2021-02-01T20:12:02.887Z] 5e14af77c1be: Pull complete [2021-02-01T20:12:03.149Z] 01666e4c0597: Pull complete [2021-02-01T20:12:10.717Z] aa168da1d23b: Pull complete [2021-02-01T20:12:10.717Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T20:12:10.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T20:12:10.717Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T20:12:10.889Z] prd-centos7-docker-4c-2g-24410 does not seem to be running inside a container [2021-02-01T20:12:10.944Z] $ 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/333/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/333 -v /w/workspace/edgex-go/333:/w/workspace/edgex-go/333:rw,z -v /w/workspace/edgex-go/333@tmp:/w/workspace/edgex-go/333@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-01T20:12:14.475Z] $ docker top ba838dd12308827edf1c57b9d9fda18716157cebe85e703c75f48d46cf4b34ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T20:12:15.007Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T20:12:15.315Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T20:12:15.617Z] + ls /var/log/sa-host [2021-02-01T20:12:15.617Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T20:12:15.617Z] file_magic: OK [2021-02-01T20:12:15.617Z] HZ: Using current value: 100 [2021-02-01T20:12:15.617Z] file_header: OK [2021-02-01T20:12:15.617Z] 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-01T20:12:15.617Z] Statistics: [2021-02-01T20:12:15.617Z] 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... [2021-02-01T20:12:15.617Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T20:12:15.617Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T20:12:15.617Z] file_magic: OK [2021-02-01T20:12:15.617Z] HZ: Using current value: 100 [2021-02-01T20:12:15.617Z] file_header: OK [2021-02-01T20:12:15.617Z] 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-01T20:12:15.617Z] Statistics: [2021-02-01T20:12:15.617Z] Hnuu...uuuununununu... [2021-02-01T20:12:15.617Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T20:12:16.256Z] provisioning config files... [2021-02-01T20:12:16.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/333@tmp/config3441773670449011260tmp [Pipeline] { [Pipeline] echo [2021-02-01T20:12:16.362Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:12:16.660Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T20:12:16.670Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T20:12:16.773Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:12:17.074Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T20:12:17.085Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:12:17.386Z] ---> sudo-logs.sh [2021-02-01T20:12:17.386Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T20:12:17.396Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:12:17.697Z] ---> job-cost.sh [2021-02-01T20:12:17.697Z] lf-activate-venv: SKIPPING [2021-02-01T20:12:17.697Z] INFO: No Stack... [2021-02-01T20:12:19.622Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T20:12:20.196Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T20:12:20.212Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T20:12:20.510Z] ---> logs-deploy.sh [2021-02-01T20:12:20.510Z] lf-activate-venv: SKIPPING [2021-02-01T20:12:20.510Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/333 [2021-02-01T20:12:20.510Z] INFO: archiving workspace using pattern(s): [2021-02-01T20:12:21.906Z] Archives upload complete. [2021-02-01T20:12:22.169Z] INFO: archiving logs to Nexus [2021-02-01T20:12:23.122Z] ---> uname -a: [2021-02-01T20:12:23.122Z] Linux prd-centos7-docker-4c-2g-24410.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-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> lscpu: [2021-02-01T20:12:23.122Z] Architecture: x86_64 [2021-02-01T20:12:23.122Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-01T20:12:23.122Z] Byte Order: Little Endian [2021-02-01T20:12:23.122Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-01T20:12:23.122Z] CPU(s): 4 [2021-02-01T20:12:23.122Z] On-line CPU(s) list: 0-3 [2021-02-01T20:12:23.122Z] Thread(s) per core: 1 [2021-02-01T20:12:23.122Z] Core(s) per socket: 1 [2021-02-01T20:12:23.122Z] Socket(s): 4 [2021-02-01T20:12:23.122Z] NUMA node(s): 1 [2021-02-01T20:12:23.122Z] Vendor ID: GenuineIntel [2021-02-01T20:12:23.122Z] CPU family: 6 [2021-02-01T20:12:23.122Z] Model: 44 [2021-02-01T20:12:23.122Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-01T20:12:23.122Z] Stepping: 1 [2021-02-01T20:12:23.122Z] CPU MHz: 2933.438 [2021-02-01T20:12:23.122Z] BogoMIPS: 5866.87 [2021-02-01T20:12:23.122Z] Virtualization: VT-x [2021-02-01T20:12:23.122Z] Hypervisor vendor: KVM [2021-02-01T20:12:23.122Z] Virtualization type: full [2021-02-01T20:12:23.122Z] L1d cache: 128 KiB [2021-02-01T20:12:23.122Z] L1i cache: 128 KiB [2021-02-01T20:12:23.122Z] L2 cache: 16 MiB [2021-02-01T20:12:23.122Z] L3 cache: 64 MiB [2021-02-01T20:12:23.122Z] NUMA node0 CPU(s): 0-3 [2021-02-01T20:12:23.122Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-01T20:12:23.122Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-01T20:12:23.122Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-01T20:12:23.122Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-01T20:12:23.122Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-01T20:12:23.122Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-01T20:12:23.122Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-01T20:12:23.122Z] Vulnerability Srbds: Not affected [2021-02-01T20:12:23.122Z] Vulnerability Tsx async abort: Not affected [2021-02-01T20:12:23.122Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> nproc: [2021-02-01T20:12:23.122Z] 4 [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> df -h: [2021-02-01T20:12:23.122Z] Filesystem Size Used Available Use% Mounted on [2021-02-01T20:12:23.122Z] overlay 50.0G 13.8G 36.2G 28% / [2021-02-01T20:12:23.122Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-01T20:12:23.122Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-01T20:12:23.122Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /facter-os [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/resolv.conf [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hostname [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hosts [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /run/cloud-init/result.json [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/sa-host [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/secure [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/auth.log [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/333 [2021-02-01T20:12:23.122Z] /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/333@tmp [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> free -m: [2021-02-01T20:12:23.122Z] total used free shared buff/cache available [2021-02-01T20:12:23.122Z] Mem: 1837 787 137 0 911 996 [2021-02-01T20:12:23.122Z] Swap: 1023 60 963 [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> ip addr: [2021-02-01T20:12:23.122Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-01T20:12:23.122Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-01T20:12:23.122Z] inet 127.0.0.1/8 scope host lo [2021-02-01T20:12:23.122Z] valid_lft forever preferred_lft forever [2021-02-01T20:12:23.122Z] inet6 ::1/128 scope host [2021-02-01T20:12:23.122Z] valid_lft forever preferred_lft forever [2021-02-01T20:12:23.122Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-01T20:12:23.122Z] link/ether fa:16:3e:29:11:cc brd ff:ff:ff:ff:ff:ff [2021-02-01T20:12:23.122Z] inet 10.30.123.91/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-01T20:12:23.122Z] valid_lft 85538sec preferred_lft 85538sec [2021-02-01T20:12:23.122Z] inet6 fe80::f816:3eff:fe29:11cc/64 scope link [2021-02-01T20:12:23.122Z] valid_lft forever preferred_lft forever [2021-02-01T20:12:23.122Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-01T20:12:23.122Z] link/ether 02:42:15:1b:4f:86 brd ff:ff:ff:ff:ff:ff [2021-02-01T20:12:23.122Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-01T20:12:23.122Z] valid_lft forever preferred_lft forever [2021-02-01T20:12:23.122Z] inet6 fe80::42:15ff:fe1b:4f86/64 scope link [2021-02-01T20:12:23.122Z] valid_lft forever preferred_lft forever [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] ---> sar -b -r -n DEV: [2021-02-01T20:12:23.122Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] 19:57:48 LINUX RESTART (4 CPU) [2021-02-01T20:12:23.122Z] [2021-02-01T20:12:23.122Z] 19:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-01T20:12:23.122Z] 20:00:01 283.42 122.73 160.69 0.00 7646.01 52592.71 0.00 [2021-02-01T20:12:23.122Z] 20:01:01 241.69 100.07 141.62 0.00 3639.64 20087.80 0.00 [2021-02-01T20:12:23.122Z] 20:02:01 119.68 57.88 61.80 0.00 3278.32 6656.78 0.00 [2021-02-01T20:12:23.122Z] 20:03:02 246.45 74.63 171.81 0.00 19238.44 95578.97 0.00 [2021-02-01T20:12:23.122Z] 20:04:02 3036.20 2670.26 365.93 0.00 194752.81 203966.45 0.00 [2021-02-01T20:12:23.122Z] 20:05:01 753.58 518.29 235.28 0.00 29532.78 52163.09 0.00 [2021-02-01T20:12:23.122Z] 20:06:01 1590.22 1226.48 363.73 0.00 152522.72 169314.93 0.00 [2021-02-01T20:12:23.122Z] 20:07:01 728.39 443.51 284.88 0.00 27343.29 56852.17 0.00 [2021-02-01T20:12:23.122Z] 20:08:01 75.48 37.51 37.97 0.00 6154.55 1216.41 0.00 [2021-02-01T20:12:23.122Z] 20:09:01 1.76 0.52 1.25 0.00 15.98 21.55 0.00 [2021-02-01T20:12:23.122Z] 20:10:02 154.32 76.10 78.21 0.00 2969.47 23512.06 0.00 [2021-02-01T20:12:23.122Z] 20:11:01 301.25 172.46 128.79 0.00 11392.15 34018.53 0.00 [2021-02-01T20:12:23.123Z] 20:12:02 218.54 120.74 97.80 0.00 9674.42 15655.77 0.00 [2021-02-01T20:12:23.123Z] Average: 596.36 432.59 163.77 0.00 36067.27 56317.90 0.00 [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] 19:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-01T20:12:23.123Z] 20:00:01 71416 0 751964 39.97 1496 1056668 1520376 51.89 566652 970472 94672 [2021-02-01T20:12:23.123Z] 20:01:01 173276 0 828864 44.05 784 878620 1807988 61.70 682832 742440 32012 [2021-02-01T20:12:23.123Z] 20:02:01 77036 0 867644 46.11 768 936096 1497108 51.09 684136 826524 46584 [2021-02-01T20:12:23.123Z] 20:03:02 64556 0 838452 44.56 88 978448 2226172 75.98 788024 802104 28980 [2021-02-01T20:12:23.123Z] 20:04:02 75576 0 833676 44.31 0 972292 2355528 80.39 772280 808360 61240 [2021-02-01T20:12:23.123Z] 20:05:01 344708 0 722280 38.39 0 814556 1411888 48.19 552944 734848 56 [2021-02-01T20:12:23.123Z] 20:06:01 174404 0 714392 37.97 0 992748 1804664 61.59 534480 942572 49204 [2021-02-01T20:12:23.123Z] 20:07:01 227952 0 718956 38.21 0 934636 1504420 51.34 643740 764532 12588 [2021-02-01T20:12:23.123Z] 20:08:01 131568 0 639352 33.98 0 1110624 1211112 41.33 685908 823440 20 [2021-02-01T20:12:23.123Z] 20:09:01 137020 0 633420 33.66 0 1111104 1184008 40.41 682132 823164 20 [2021-02-01T20:12:23.123Z] 20:10:02 74060 0 744384 39.56 0 1063100 1600692 54.63 700112 821004 76056 [2021-02-01T20:12:23.123Z] 20:11:01 79800 0 756468 40.20 0 1045276 1604592 54.76 696540 800028 29600 [2021-02-01T20:12:23.123Z] 20:12:02 99312 0 762108 40.50 0 1020124 1387344 47.35 539456 890748 79964 [2021-02-01T20:12:23.123Z] Average: 133130 0 754766 40.11 241 993407 1624299 55.43 656095 826941 39307 [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] 19:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-01T20:12:23.123Z] 20:00:01 veth319ea48 114.28 126.10 10.65 476.20 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:00:01 eth0 891.75 837.16 5050.38 83.26 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:00:01 docker0 585.98 591.37 44.90 2160.34 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:01:01 veth52f6f19 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:01:01 eth0 46.28 31.49 35.53 61.74 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:01:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:02:01 veth52f6f19 1.85 1.85 0.15 0.16 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:02:01 eth0 22.52 12.82 18.08 9.84 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:02:01 docker0 1.85 1.85 0.12 0.16 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:03:02 veth5e84ee2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:03:02 eth0 206.40 172.89 1694.96 77.79 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:04:02 veth5e84ee2 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:04:02 eth0 45.89 25.09 163.09 9.70 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:04:02 docker0 14.69 25.74 0.82 146.68 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:05:01 veth5e84ee2 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:05:01 eth0 74.20 45.87 243.34 57.92 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:05:01 docker0 12.31 27.79 0.67 171.61 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:06:01 veth46eb429 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:06:01 veth5e84ee2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:06:01 veth62627dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:06:01 eth0 60.80 39.97 90.29 72.17 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:07:01 veth5e84ee2 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:07:01 eth0 237.55 151.69 1696.81 80.97 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:07:01 vethaae109c 4.17 4.41 0.53 20.29 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:08:01 eth0 418.43 412.50 221.46 1606.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:08:01 docker0 1100.17 1114.05 86.76 4357.85 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:09:01 eth0 6.73 3.61 6.75 0.30 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:10:02 eth0 401.62 362.68 3992.43 31.95 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:11:01 eth0 430.08 388.92 3488.66 85.61 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:11:01 docker0 34.65 33.28 3.28 223.99 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:12:02 eth0 340.67 266.38 2428.39 97.45 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] 20:12:02 docker0 48.59 80.38 3.21 206.37 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] Average: eth0 244.09 210.90 1468.01 175.12 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] Average: docker0 56.57 64.70 4.24 262.30 0.00 0.00 0.00 0.00 [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] ---> sar -P ALL: [2021-02-01T20:12:23.123Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] 19:57:48 LINUX RESTART (4 CPU) [2021-02-01T20:12:23.123Z] [2021-02-01T20:12:23.123Z] 19:59:02 CPU %user %nice %system %iowait %steal %idle [2021-02-01T20:12:23.123Z] 20:00:01 all 15.26 0.00 8.61 5.29 0.06 70.79 [2021-02-01T20:12:23.123Z] 20:00:01 0 18.34 0.00 10.92 5.64 0.07 65.02 [2021-02-01T20:12:23.123Z] 20:00:01 1 11.60 0.00 7.13 3.14 0.07 78.06 [2021-02-01T20:12:23.123Z] 20:00:01 2 16.65 0.00 8.34 6.66 0.05 68.31 [2021-02-01T20:12:23.123Z] 20:00:01 3 14.45 0.00 8.06 5.71 0.03 71.74 [2021-02-01T20:12:23.123Z] 20:01:01 all 40.08 0.00 11.99 7.06 0.04 40.83 [2021-02-01T20:12:23.123Z] 20:01:01 0 37.42 0.00 12.70 9.03 0.07 40.79 [2021-02-01T20:12:23.123Z] 20:01:01 1 38.55 0.00 12.17 6.24 0.02 43.02 [2021-02-01T20:12:23.123Z] 20:01:01 2 42.19 0.00 11.62 8.54 0.03 37.62 [2021-02-01T20:12:23.123Z] 20:01:01 3 42.16 0.00 11.49 4.44 0.05 41.86 [2021-02-01T20:12:23.123Z] 20:02:01 all 44.49 0.00 12.86 3.46 0.04 39.15 [2021-02-01T20:12:23.123Z] 20:02:01 0 44.09 0.00 12.92 2.84 0.02 40.12 [2021-02-01T20:12:23.123Z] 20:02:01 1 45.02 0.00 12.85 5.27 0.05 36.80 [2021-02-01T20:12:23.123Z] 20:02:01 2 43.94 0.00 13.10 3.30 0.05 39.60 [2021-02-01T20:12:23.123Z] 20:02:01 3 44.88 0.00 12.56 2.43 0.03 40.10 [2021-02-01T20:12:23.123Z] 20:03:02 all 23.57 0.00 14.49 8.25 0.07 53.62 [2021-02-01T20:12:23.123Z] 20:03:02 0 21.95 0.00 13.61 9.35 0.07 55.03 [2021-02-01T20:12:23.123Z] 20:03:02 1 24.12 0.00 15.14 6.36 0.09 54.30 [2021-02-01T20:12:23.123Z] 20:03:02 2 25.13 0.00 15.25 9.28 0.05 50.29 [2021-02-01T20:12:23.123Z] 20:03:02 3 23.06 0.00 13.97 8.02 0.09 54.86 [2021-02-01T20:12:23.123Z] 20:04:02 all 23.12 0.00 29.05 24.76 0.22 22.85 [2021-02-01T20:12:23.123Z] 20:04:02 0 23.32 0.00 29.02 24.17 0.23 23.25 [2021-02-01T20:12:23.123Z] 20:04:02 1 23.19 0.00 29.52 23.93 0.27 23.09 [2021-02-01T20:12:23.123Z] 20:04:02 2 22.96 0.00 27.77 26.77 0.21 22.29 [2021-02-01T20:12:23.124Z] 20:04:02 3 22.99 0.00 29.89 24.18 0.16 22.78 [2021-02-01T20:12:23.124Z] 20:05:01 all 51.79 0.00 16.19 14.48 0.09 17.45 [2021-02-01T20:12:23.124Z] 20:05:01 0 52.30 0.00 16.39 16.20 0.09 15.02 [2021-02-01T20:12:23.124Z] 20:05:01 1 51.96 0.00 16.66 15.39 0.10 15.89 [2021-02-01T20:12:23.124Z] 20:05:01 2 51.38 0.00 14.38 14.05 0.07 20.12 [2021-02-01T20:12:23.124Z] 20:05:01 3 51.50 0.00 17.34 12.24 0.09 18.84 [2021-02-01T20:12:23.124Z] 20:06:01 all 33.45 0.00 23.64 23.26 0.14 19.52 [2021-02-01T20:12:23.124Z] 20:06:01 0 33.55 0.00 22.36 20.84 0.16 23.09 [2021-02-01T20:12:23.124Z] 20:06:01 1 32.54 0.00 24.50 27.51 0.16 15.30 [2021-02-01T20:12:23.124Z] 20:06:01 2 33.44 0.00 23.11 21.78 0.14 21.53 [2021-02-01T20:12:23.124Z] 20:06:01 3 34.26 0.00 24.59 22.91 0.11 18.13 [2021-02-01T20:12:23.124Z] 20:07:01 all 32.97 0.00 15.90 14.21 0.09 36.84 [2021-02-01T20:12:23.124Z] 20:07:01 0 35.06 0.00 15.72 15.63 0.05 33.54 [2021-02-01T20:12:23.124Z] 20:07:01 1 33.20 0.00 15.77 12.13 0.07 38.83 [2021-02-01T20:12:23.124Z] 20:07:01 2 31.86 0.00 16.30 16.42 0.12 35.31 [2021-02-01T20:12:23.124Z] 20:07:01 3 31.75 0.00 15.82 12.65 0.10 39.67 [2021-02-01T20:12:23.124Z] 20:08:01 all 10.14 0.00 4.35 2.06 0.06 83.40 [2021-02-01T20:12:23.124Z] 20:08:01 0 10.23 0.00 4.89 2.81 0.07 82.01 [2021-02-01T20:12:23.124Z] 20:08:01 1 9.99 0.00 3.89 1.16 0.05 84.91 [2021-02-01T20:12:23.124Z] 20:08:01 2 9.91 0.00 4.42 2.38 0.07 83.21 [2021-02-01T20:12:23.124Z] 20:08:01 3 10.42 0.00 4.19 1.89 0.03 83.47 [2021-02-01T20:12:23.124Z] 20:09:01 all 0.15 0.00 0.09 0.01 0.01 99.74 [2021-02-01T20:12:23.124Z] 20:09:01 0 0.07 0.00 0.12 0.02 0.02 99.78 [2021-02-01T20:12:23.124Z] 20:09:01 1 0.20 0.00 0.07 0.00 0.00 99.73 [2021-02-01T20:12:23.124Z] 20:09:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-01T20:12:23.124Z] 20:09:01 3 0.27 0.00 0.12 0.02 0.02 99.58 [2021-02-01T20:12:23.124Z] 20:10:02 all 6.54 0.00 4.80 2.71 0.03 85.92 [2021-02-01T20:12:23.124Z] 20:10:02 0 6.90 0.00 5.04 4.10 0.05 83.91 [2021-02-01T20:12:23.124Z] 20:10:02 1 6.79 0.00 4.58 2.32 0.02 86.29 [2021-02-01T20:12:23.124Z] 20:10:02 2 6.07 0.00 5.02 2.71 0.03 86.16 [2021-02-01T20:12:23.124Z] 20:10:02 3 6.41 0.00 4.55 1.71 0.03 87.29 [2021-02-01T20:12:23.124Z] [2021-02-01T20:12:23.124Z] 20:10:02 CPU %user %nice %system %iowait %steal %idle [2021-02-01T20:12:23.124Z] 20:11:01 all 9.98 0.00 8.00 4.74 0.05 77.23 [2021-02-01T20:12:23.124Z] 20:11:01 0 11.08 0.00 8.68 3.84 0.07 76.32 [2021-02-01T20:12:23.124Z] 20:11:01 1 9.64 0.00 7.71 3.76 0.05 78.84 [2021-02-01T20:12:23.124Z] 20:11:01 2 9.46 0.00 8.03 6.09 0.05 76.37 [2021-02-01T20:12:23.124Z] 20:11:01 3 9.73 0.00 7.60 5.27 0.03 77.37 [2021-02-01T20:12:23.124Z] 20:12:02 all 8.93 0.00 7.30 4.22 0.05 79.51 [2021-02-01T20:12:23.124Z] 20:12:02 0 8.18 0.00 7.84 3.74 0.05 80.18 [2021-02-01T20:12:23.124Z] 20:12:02 1 10.37 0.00 6.94 4.61 0.05 78.03 [2021-02-01T20:12:23.124Z] 20:12:02 2 8.54 0.00 7.04 3.82 0.07 80.54 [2021-02-01T20:12:23.124Z] 20:12:02 3 8.61 0.00 7.35 4.71 0.03 79.29 [2021-02-01T20:12:23.124Z] Average: all 22.95 0.00 11.98 8.69 0.07 56.31 [2021-02-01T20:12:23.124Z] Average: 0 23.12 0.00 12.23 9.00 0.08 55.57 [2021-02-01T20:12:23.124Z] Average: 1 22.73 0.00 11.96 8.49 0.08 56.74 [2021-02-01T20:12:23.124Z] Average: 2 23.00 0.00 11.76 9.24 0.07 55.91 [2021-02-01T20:12:23.124Z] Average: 3 22.92 0.00 11.97 8.04 0.06 57.01 [2021-02-01T20:12:23.124Z] [2021-02-01T20:12:23.124Z] [2021-02-01T20:12:23.124Z]