Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-26510 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/358 [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/358 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 Commit message: "Merge pull request #3169 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" > git rev-list --no-walk c45cbaf51db8bca8828eded85884901e9538081e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:49:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:49:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:49:31 ========================================================= 16:49:31 EdgeX Global Pipelines Version Info 16:49:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:49:33 ------------------- 16:49:33 stable info: 16:49:33 ------------------- 16:49:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:49:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:49:33 Message: update stable to v1.0.179 16:49:34 ------------------- 16:49:34 experimental info: 16:49:34 ------------------- 16:49:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:49:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:49:34 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:49:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:49:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e9c61b [Pipeline] echo 16:49:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:49:37 provisioning config files... 16:49:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config2718094601388396917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:49:37 ---> docker-login.sh 16:49:37 nexus3.edgexfoundry.org:10001 16:49:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:38 Configure a credential helper to remove this warning. See 16:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:38 16:49:38 Login Succeeded 16:49:38 nexus3.edgexfoundry.org:10002 16:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:38 Configure a credential helper to remove this warning. See 16:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:38 16:49:38 Login Succeeded 16:49:38 nexus3.edgexfoundry.org:10003 16:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:38 Configure a credential helper to remove this warning. See 16:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:38 16:49:38 Login Succeeded 16:49:38 nexus3.edgexfoundry.org:10004 16:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:38 Configure a credential helper to remove this warning. See 16:49:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:38 16:49:38 Login Succeeded 16:49:38 docker.io 16:49:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:39 Configure a credential helper to remove this warning. See 16:49:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:39 16:49:39 Login Succeeded 16:49:39 ---> docker-login.sh ends [Pipeline] } 16:49:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:49:39 ++ 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 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/core-command/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo core-command,cmd/core-command/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/core-data/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo core-data,cmd/core-data/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/core-metadata/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo core-metadata,cmd/core-metadata/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/security-bootstrapper/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/security-proxy-setup/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/support-notifications/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo support-notifications,cmd/support-notifications/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/support-scheduler/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:49:39 + for file in '`ls cmd/**/Dockerfile`' 16:49:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:49:39 ++ cut -d/ -f2 16:49:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:49:39 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 16:49:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:49:40 16:49:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:49:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:49:41 latest: Pulling from edgex-devops/git-semver 16:49:41 31603596830f: Pulling fs layer 16:49:41 2a8b12db71e7: Pulling fs layer 16:49:41 6ca5941a6612: Pulling fs layer 16:49:41 ecc8261a40a4: Pulling fs layer 16:49:41 ecc8261a40a4: Waiting 16:49:41 2a8b12db71e7: Verifying Checksum 16:49:41 2a8b12db71e7: Download complete 16:49:41 31603596830f: Verifying Checksum 16:49:41 31603596830f: Download complete 16:49:41 ecc8261a40a4: Verifying Checksum 16:49:41 ecc8261a40a4: Download complete 16:49:41 6ca5941a6612: Verifying Checksum 16:49:41 6ca5941a6612: Download complete 16:49:41 31603596830f: Pull complete 16:49:41 2a8b12db71e7: Pull complete 16:49:42 6ca5941a6612: Pull complete 16:49:43 ecc8261a40a4: Pull complete 16:49:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:49:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:49:43 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 16:49:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:49:45 $ docker top 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:49:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:46 [ssh-agent] Looking for ssh-agent implementation... 16:49:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:46 $ docker exec 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent 16:49:46 SSH_AUTH_SOCK=/tmp/ssh-E7kAcCo6PZRW/agent.12 16:49:46 SSH_AGENT_PID=17 16:49:46 Running ssh-add (command line suppressed) 16:49:46 Identity added: /w/workspace/edgex-go/358@tmp/private_key_2001422234912765677.key (/w/workspace/edgex-go/358@tmp/private_key_2001422234912765677.key) 16:49:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:47 + git tag --points-at HEAD [Pipeline] } 16:49:47 $ docker exec --env ******** --env ******** 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent -k 16:49:47 unset SSH_AUTH_SOCK; 16:49:47 unset SSH_AGENT_PID; 16:49:47 echo Agent pid 17 killed; 16:49:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:49:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:49:47 [ssh-agent] Looking for ssh-agent implementation... 16:49:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:49:47 $ docker exec 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent 16:49:48 SSH_AUTH_SOCK=/tmp/ssh-nTUcSIPUe1lV/agent.46 16:49:48 SSH_AGENT_PID=52 16:49:48 Running ssh-add (command line suppressed) 16:49:48 Identity added: /w/workspace/edgex-go/358@tmp/private_key_2850636667732580790.key (/w/workspace/edgex-go/358@tmp/private_key_2850636667732580790.key) 16:49:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:49:48 + git semver init 16:49:48 # -> Open(): unable to determine branch for HEAD 16:49:48 # $GIT_DIR = /w/workspace/edgex-go/358/.git 16:49:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/358 16:49:48 # $SEMVER_REMOTE_NAME = origin 16:49:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:49:48 # $SEMVER_USER_NAME = edgex-jenkins 16:49:48 # $SEMVER_BRANCH = master 16:49:48 # $SEMVER_TEMP = /tmp/semver-648911877 16:49:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:50:20 # '/tmp/semver-648911877' -> '/w/workspace/edgex-go/358/.semver' 16:50:20 # -> Force: false 16:50:20 # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [Pipeline] } 16:50:20 $ docker exec --env ******** --env ******** 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 ssh-agent -k 16:50:21 unset SSH_AUTH_SOCK; 16:50:21 unset SSH_AGENT_PID; 16:50:21 echo Agent pid 52 killed; 16:50:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:50:21 + git semver [Pipeline] } 16:50:21 $ docker stop --time=1 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 16:50:23 $ docker rm -f 21c30de98b1eb371afe379756f02edd4192dbc7b1e6c17357f60b16293857752 [Pipeline] // withDockerContainer [Pipeline] sh 16:50:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:50:24 Stashed 1 file(s) [Pipeline] echo 16:50:24 [edgeXSemver]: initialized semver on version 2.0.0-dev.92 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:50:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:50:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:50:26 + sudo service docker restart 16:50:26 + true 16:50:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:50:26 ========================================================= 16:50:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:50:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:50:27 + 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 . 16:50:32 Sending build context to Docker daemon 327.8MB 16:50:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:50:32 Step 2/6 : FROM ${BASE} 16:50:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:50:32 188c0c94c7c5: Pulling fs layer 16:50:32 0ef7d3d256c8: Pulling fs layer 16:50:32 de9db76c5a1d: Pulling fs layer 16:50:32 bca2f99d35d6: Pulling fs layer 16:50:32 93359f2a8cfa: Pulling fs layer 16:50:32 7c6f9722023f: Pulling fs layer 16:50:32 a35cf1a2eb13: Pulling fs layer 16:50:32 93359f2a8cfa: Waiting 16:50:32 7c6f9722023f: Waiting 16:50:32 a35cf1a2eb13: Waiting 16:50:32 bca2f99d35d6: Waiting 16:50:32 de9db76c5a1d: Verifying Checksum 16:50:32 de9db76c5a1d: Download complete 16:50:32 0ef7d3d256c8: Download complete 16:50:32 93359f2a8cfa: Verifying Checksum 16:50:32 93359f2a8cfa: Download complete 16:50:32 7c6f9722023f: Verifying Checksum 16:50:32 7c6f9722023f: Download complete 16:50:32 188c0c94c7c5: Verifying Checksum 16:50:32 188c0c94c7c5: Download complete 16:50:32 188c0c94c7c5: Pull complete 16:50:33 0ef7d3d256c8: Pull complete 16:50:33 de9db76c5a1d: Pull complete 16:50:34 a35cf1a2eb13: Verifying Checksum 16:50:34 a35cf1a2eb13: Download complete 16:50:35 bca2f99d35d6: Verifying Checksum 16:50:35 bca2f99d35d6: Download complete 16:50:39 Still waiting to schedule task 16:50:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:50:41 bca2f99d35d6: Pull complete 16:50:41 93359f2a8cfa: Pull complete 16:50:41 7c6f9722023f: Pull complete 16:50:46 a35cf1a2eb13: Pull complete 16:50:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:50:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:50:46 ---> a62c8e92a672 16:50:46 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 16:50:46 ---> Running in a1b04e1ae8c8 16:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:48 (1/12) Installing libmagic (5.38-r0) 16:50:49 (2/12) Installing file (5.38-r0) 16:50:49 (3/12) Installing libc-dev (0.7.2-r3) 16:50:49 (4/12) Installing g++ (9.3.0-r2) 16:50:53 (5/12) Installing fortify-headers (1.1-r0) 16:50:53 (6/12) Installing patch (2.7.6-r6) 16:50:53 (7/12) Installing build-base (0.5-r2) 16:50:53 (8/12) Installing libsodium (1.0.18-r0) 16:50:53 (9/12) Installing pkgconf (1.7.2-r0) 16:50:53 (10/12) Installing libsodium-dev (1.0.18-r0) 16:50:53 (11/12) Installing libzmq (4.3.3-r0) 16:50:53 (12/12) Installing zeromq-dev (4.3.3-r0) 16:50:53 Executing busybox-1.31.1-r19.trigger 16:50:53 OK: 233 MiB in 51 packages 16:50:57 Removing intermediate container a1b04e1ae8c8 16:50:57 ---> fce63d8585c9 16:50:57 Step 4/6 : WORKDIR /edgex-go 16:50:57 ---> Running in f7389ef25d41 16:50:57 Removing intermediate container f7389ef25d41 16:50:57 ---> 8d9b45d94e3f 16:50:57 Step 5/6 : COPY go.mod . 16:50:57 ---> 96c20e9edf6e 16:50:57 Step 6/6 : RUN go mod download 16:50:57 ---> Running in 04e1c00a21be 16:51:21 Removing intermediate container 04e1c00a21be 16:51:21 ---> 96a36b71e238 16:51:21 Successfully built 96a36b71e238 16:51:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:51:21 + docker inspect -f . ci-base-image-x86_64 16:51:21 . [Pipeline] withDockerContainer 16:51:21 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 16:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:51:22 $ docker top 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:23 + go version 16:51:23 go version go1.15.5 linux/amd64 [Pipeline] } 16:51:23 $ docker stop --time=1 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 16:51:24 $ docker rm -f 4406b923a7649f6c26fa699c49cb19243f51ee0100087105fef8cf59a5497a97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:51:25 + docker inspect -f . ci-base-image-x86_64 16:51:25 . [Pipeline] withDockerContainer 16:51:25 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 16:51:25 $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:51:26 $ docker top 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 -eo pid,comm [Pipeline] { [Pipeline] echo 16:51:26 ========================================================= 16:51:26 [edgeXBuildGoParallel] Running Tests and Build... 16:51:26 ========================================================= [Pipeline] sh 16:51:27 + make test 16:51:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:51:37 ? github.com/edgexfoundry/edgex-go [no test files] 16:51:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:52:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:52:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:52:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:52:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:52:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:52:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:52:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:52:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:52:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:52:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:52:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:52:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 65.8% of statements 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:52:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.3% of statements 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.484s coverage: 92.8% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 16:52:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26515 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 16:52:29 Running in /w/workspace/edgex-go/358 [Pipeline] { [Pipeline] checkout 16:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements 16:52:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 16:52:35 using credential edgex-jenkins-ssh 16:52:35 Cloning the remote Git repository 16:52:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:52:35 > git init /w/workspace/edgex-go/358 # timeout=10 16:52:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:52:35 > git --version # timeout=10 16:52:35 > git --version # 'git version 2.17.1' 16:52:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.077s coverage: 92.9% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.315s coverage: 68.9% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.069s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:52:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 16:52:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 16:52:46 GO111MODULE=on go vet ./... 16:52:51 Checking out Revision 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (master) 16:52:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:52:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:52:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:52:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:52:51 > git config core.sparsecheckout # timeout=10 16:52:51 > git checkout -f 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 16:52:55 Commit message: "Merge pull request #3169 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.34" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:52:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:52:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:52:58 + true 16:52:58 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:53:00 provisioning config files... 16:53:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config2999924686126356384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:53:00 ---> docker-login.sh 16:53:00 nexus3.edgexfoundry.org:10001 16:53:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:01 Configure a credential helper to remove this warning. See 16:53:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:01 16:53:01 Login Succeeded 16:53:02 nexus3.edgexfoundry.org:10002 16:53:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:02 Configure a credential helper to remove this warning. See 16:53:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:02 16:53:02 Login Succeeded 16:53:02 nexus3.edgexfoundry.org:10003 16:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:03 Configure a credential helper to remove this warning. See 16:53:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:03 16:53:03 Login Succeeded 16:53:03 nexus3.edgexfoundry.org:10004 16:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:03 Configure a credential helper to remove this warning. See 16:53:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:03 16:53:03 Login Succeeded 16:53:03 docker.io 16:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:53:04 Configure a credential helper to remove this warning. See 16:53:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:53:04 16:53:04 Login Succeeded 16:53:04 ---> docker-login.sh ends [Pipeline] } 16:53:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:53:04 ========================================================= 16:53:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:53:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:53:05 + 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 . 16:53:07 Sending build context to Docker daemon 166.3MB 16:53:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:53:07 Step 2/6 : FROM ${BASE} 16:53:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:53:07 5f621e34cdf4: Pulling fs layer 16:53:07 a4357932f1b6: Pulling fs layer 16:53:07 18c013af1878: Pulling fs layer 16:53:07 00ac8860ef70: Pulling fs layer 16:53:07 63d7cb157983: Pulling fs layer 16:53:07 b116817d02f9: Pulling fs layer 16:53:07 745a02a5169b: Pulling fs layer 16:53:07 00ac8860ef70: Waiting 16:53:07 63d7cb157983: Waiting 16:53:07 b116817d02f9: Waiting 16:53:07 18c013af1878: Verifying Checksum 16:53:07 18c013af1878: Download complete 16:53:07 a4357932f1b6: Download complete 16:53:07 63d7cb157983: Verifying Checksum 16:53:07 63d7cb157983: Download complete 16:53:07 b116817d02f9: Verifying Checksum 16:53:07 b116817d02f9: Download complete 16:53:07 5f621e34cdf4: Verifying Checksum 16:53:07 5f621e34cdf4: Download complete 16:53:08 5f621e34cdf4: Pull complete 16:53:09 a4357932f1b6: Pull complete 16:53:09 18c013af1878: Pull complete 16:53:09 745a02a5169b: Verifying Checksum 16:53:09 745a02a5169b: Download complete 16:53:11 00ac8860ef70: Verifying Checksum 16:53:11 00ac8860ef70: Download complete 16:53:18 gofmt -l . 16:53:18 [ "`gofmt -l .`" = "" ] 16:53:18 ./bin/test-go-mod-tidy.sh 16:53:18 ./bin/test-attribution-txt.sh [Pipeline] sh 16:53:19 + ls -al . 16:53:19 total 700 16:53:19 drwxrwxr-x 10 1001 1001 4096 Feb 15 16:53 . 16:53:19 drwxr-xr-x 4 root root 32 Feb 15 16:51 .. 16:53:19 -rw-rw-r-- 1 1001 1001 11 Feb 15 16:49 .dockerignore 16:53:19 drwxrwxr-x 8 1001 1001 162 Feb 15 16:49 .git 16:53:19 drwxrwxr-x 3 1001 1001 125 Feb 15 16:49 .github 16:53:19 -rw-rw-r-- 1 1001 1001 818 Feb 15 16:49 .gitignore 16:53:19 drwx------ 3 1001 1001 45 Feb 15 16:50 .semver 16:53:19 -rw-rw-r-- 1 1001 1001 166 Feb 15 16:49 .sonarcloud.properties 16:53:19 -rw-rw-r-- 1 1001 1001 7859 Feb 15 16:49 Attribution.txt 16:53:19 -rw-rw-r-- 1 1001 1001 3804 Feb 15 16:49 CONTRIBUTING.md 16:53:19 -rw-rw-r-- 1 1001 1001 931 Feb 15 16:49 Dockerfile.build 16:53:19 -rw-rw-r-- 1 1001 1001 863 Feb 15 16:49 Jenkinsfile 16:53:19 -rw-rw-r-- 1 1001 1001 10775 Feb 15 16:49 LICENSE 16:53:19 -rw-rw-r-- 1 1001 1001 5774 Feb 15 16:49 Makefile 16:53:19 -rw-rw-r-- 1 1001 1001 6524 Feb 15 16:49 README.md 16:53:19 -rw-rw-r-- 1 1001 1001 6755 Feb 15 16:49 SECURITY.md 16:53:19 -rw-rw-r-- 1 1001 1001 12 Feb 15 16:50 VERSION 16:53:19 -rw-rw-r-- 1 1001 1001 4131 Feb 15 16:49 ZMQWindows.md 16:53:19 drwxrwxr-x 2 1001 1001 117 Feb 15 16:49 bin 16:53:19 drwxrwxr-x 14 1001 1001 4096 Feb 15 16:49 cmd 16:53:19 -rw-r--r-- 1 root root 595676 Feb 15 16:52 coverage.out 16:53:19 -rw-r--r-- 1 root root 1054 Feb 15 16:53 go.mod 16:53:19 -rw-r--r-- 1 root root 19518 Feb 15 16:53 go.sum 16:53:19 drwxrwxr-x 8 1001 1001 127 Feb 15 16:49 internal 16:53:19 drwxrwxr-x 4 1001 1001 26 Feb 15 16:49 openapi 16:53:19 drwxrwxr-x 4 1001 1001 71 Feb 15 16:49 snap 16:53:19 -rw-rw-r-- 1 1001 1001 168 Feb 15 16:49 version.go [Pipeline] sh 16:53:19 + '[' -e coverage.out ] 16:53:19 + chown 1001:1001 coverage.out [Pipeline] stash 16:53:19 Stashed 1 file(s) [Pipeline] sh 16:53:20 + make build 16:53:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data 16:53:21 00ac8860ef70: Pull complete 16:53:21 63d7cb157983: Pull complete 16:53:21 b116817d02f9: Pull complete 16:53:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:53:26 745a02a5169b: Pull complete 16:53:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:53:26 ---> b7e6874047d6 16:53:26 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 16:53:29 ---> Running in 3d11e1d2c9e4 16:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:53:32 (1/12) Installing libmagic (5.38-r0) 16:53:32 (2/12) Installing file (5.38-r0) 16:53:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command 16:53:32 (3/12) Installing libc-dev (0.7.2-r3) 16:53:32 (4/12) Installing g++ (9.3.0-r2) 16:53:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:53:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:53:40 (5/12) Installing fortify-headers (1.1-r0) 16:53:40 (6/12) Installing patch (2.7.6-r6) 16:53:40 (7/12) Installing build-base (0.5-r2) 16:53:40 (8/12) Installing libsodium (1.0.18-r0) 16:53:40 (9/12) Installing pkgconf (1.7.2-r0) 16:53:40 (10/12) Installing libsodium-dev (1.0.18-r0) 16:53:40 (11/12) Installing libzmq (4.3.3-r0) 16:53:40 (12/12) Installing zeromq-dev (4.3.3-r0) 16:53:40 Executing busybox-1.31.1-r19.trigger 16:53:40 OK: 217 MiB in 51 packages 16:53:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:53:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config 16:53:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:53:45 Removing intermediate container 3d11e1d2c9e4 16:53:45 ---> ac5ec8e38b74 16:53:45 Step 4/6 : WORKDIR /edgex-go 16:53:45 ---> Running in ae3993e4eea5 16:53:45 Removing intermediate container ae3993e4eea5 16:53:45 ---> cbea5a24d61e 16:53:45 Step 5/6 : COPY go.mod . 16:53:46 ---> bcf34e7d180a 16:53:46 Step 6/6 : RUN go mod download 16:53:46 ---> Running in 26061976da67 [Pipeline] } 16:53:46 $ docker stop --time=1 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 16:53:48 $ docker rm -f 38ba95740c8c35b67fa528eafafedf25a1d64cbb99b48b912f4f4e1c9f75d148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:53:52 16:53:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:53:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:53:52 latest: Pulling from edgex-devops/edgex-compose 16:53:52 cbdbe7a5bc2a: Pulling fs layer 16:53:52 ca9280d653b3: Pulling fs layer 16:53:52 7e9c9ca2126c: Pulling fs layer 16:53:53 cbdbe7a5bc2a: Download complete 16:53:53 cbdbe7a5bc2a: Pull complete 16:53:53 ca9280d653b3: Verifying Checksum 16:53:53 ca9280d653b3: Download complete 16:53:55 ca9280d653b3: Pull complete 16:53:55 7e9c9ca2126c: Verifying Checksum 16:53:55 7e9c9ca2126c: Download complete 16:54:03 7e9c9ca2126c: Pull complete 16:54:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:54:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:54:03 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 16:54:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:54:05 $ docker top 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:05 + docker-compose build --help 16:54:05 + grep parallel 16:54:07 --parallel Build images in parallel. [Pipeline] } 16:54:07 $ docker stop --time=1 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 16:54:08 $ docker rm -f 4f75f4c35914488490c7693f78008c9b87bce6988be426fd41e8add435bf6470 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:09 . [Pipeline] withDockerContainer 16:54:09 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 16:54:09 $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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 16:54:11 $ docker top b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:11 + docker-compose -f ./docker-compose-build.yml build --parallel 16:54:13 Building docker-core-command-go ... 16:54:13 Building docker-core-data-go ... 16:54:13 Building docker-core-metadata-go ... 16:54:13 Building docker-security-bootstrapper-go ... 16:54:13 Building docker-security-proxy-setup-go ... 16:54:13 Building docker-security-secretstore-setup-go ... 16:54:13 Building docker-support-notifications-go ... 16:54:13 Building docker-support-scheduler-go ... 16:54:13 Building docker-sys-mgmt-agent-go ... 16:54:13 Building docker-support-scheduler-go 16:54:13 Building docker-sys-mgmt-agent-go 16:54:13 Building docker-security-secretstore-setup-go 16:54:13 Building docker-security-bootstrapper-go 16:54:13 Building docker-core-data-go 16:54:13 Removing intermediate container 26061976da67 16:54:13 ---> 2302e9bd86b1 16:54:13 Successfully built 2302e9bd86b1 16:54:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:54:13 + docker inspect -f . ci-base-image-arm64 16:54:13 . [Pipeline] withDockerContainer 16:54:14 prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container 16:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:54:15 $ docker top 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:16 + go version 16:54:16 go version go1.15.5 linux/arm64 [Pipeline] } 16:54:17 $ docker stop --time=1 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 16:54:19 $ docker rm -f 92b591e3d3377be81ca3f20028aa1274dd158dc427870ede2b0172ddc0e173d2 [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 16:54:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:20 16:54:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:54:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:21 latest: Pulling from edgex-devops/edgex-compose-arm64 16:54:21 29e5d40040c1: Pulling fs layer 16:54:21 1ce36da41761: Pulling fs layer 16:54:21 25b303627fd3: Pulling fs layer 16:54:21 29e5d40040c1: Verifying Checksum 16:54:21 29e5d40040c1: Download complete 16:54:22 1ce36da41761: Verifying Checksum 16:54:22 1ce36da41761: Download complete 16:54:22 29e5d40040c1: Pull complete 16:54:23 25b303627fd3: Download complete 16:54:24 1ce36da41761: Pull complete 16:54:34 25b303627fd3: Pull complete 16:54:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:54:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:54:34 prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container 16:54:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@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 16:54:37 $ docker top 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:38 + + grep parallel 16:54:38 docker-compose build --help 16:54:42 --parallel Build images in parallel. [Pipeline] } 16:54:42 $ docker stop --time=1 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 16:54:44 $ docker rm -f 5a21b46d5e0ca7ca66cb0f167160b8d4f753586c9eecee08372e35f1c5eb1ba1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:44 . [Pipeline] withDockerContainer 16:54:45 prd-ubuntu18.04-docker-arm64-4c-16g-26515 does not seem to be running inside a container 16:54:45 $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:54:46 $ docker top 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:47 + docker-compose -f ./docker-compose-build.yml build --parallel 16:54:50 Building docker-core-command-go ... 16:54:50 Building docker-core-data-go ... 16:54:50 Building docker-core-metadata-go ... 16:54:50 Building docker-security-bootstrapper-go ... 16:54:50 Building docker-security-proxy-setup-go ... 16:54:50 Building docker-security-secretstore-setup-go ... 16:54:50 Building docker-support-notifications-go ... 16:54:50 Building docker-support-scheduler-go ... 16:54:50 Building docker-sys-mgmt-agent-go ... 16:54:50 Building docker-support-notifications-go 16:54:50 Building docker-security-proxy-setup-go 16:54:50 Building docker-security-secretstore-setup-go 16:54:50 Building docker-core-command-go 16:54:50 Building docker-core-data-go 16:54:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:54:52 ---> 96a36b71e238 16:54:52 Step 3/22 : WORKDIR /edgex-go 16:54:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:52 ---> 96a36b71e238 16:54:52 Step 3/23 : WORKDIR /edgex-go 16:54:52 ---> Running in ff3e18032045 16:54:52 ---> Running in 5d4620bcd089 16:54:52 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:52 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:54:52 ---> 96a36b71e238 16:54:52 Step 3/30 : WORKDIR /edgex-go 16:54:52 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:54:52 ---> 96a36b71e238 16:54:52 Step 3/26 : WORKDIR /edgex-go 16:54:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:54:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:54:52 ---> 96a36b71e238 16:54:52 Step 3/24 : WORKDIR /edgex-go 16:54:52 ---> Running in 0b8529d2bb52 16:54:52 ---> Running in 03f3d7217083 16:54:52 ---> Running in 24e8a496ad2a 16:54:52 Removing intermediate container 0b8529d2bb52 16:54:52 ---> a58851d7f792 16:54:52 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:52 Removing intermediate container 5d4620bcd089 16:54:52 ---> a6444c569c3a 16:54:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:52 Removing intermediate container 03f3d7217083 16:54:52 ---> 90b5215d3383 16:54:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:52 Removing intermediate container ff3e18032045 16:54:52 ---> d671ce9e937f 16:54:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:52 Removing intermediate container 24e8a496ad2a 16:54:52 ---> 7810d39ef974 16:54:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:52 ---> Running in 60535e56eb02 16:54:52 ---> Running in 326a7517c5a3 16:54:52 ---> Running in 93ee0fcc27a0 16:54:52 ---> Running in c058717859f4 16:54:52 ---> Running in 4573bafe1d2c 16:54:53 Removing intermediate container 326a7517c5a3 16:54:53 ---> 90d14d874ad7 16:54:53 Step 5/24 : RUN apk add --update --no-cache make git 16:54:53 Removing intermediate container 60535e56eb02 16:54:53 ---> 6932ff9cf693 16:54:53 Step 5/30 : RUN apk add --update --no-cache make git 16:54:53 ---> Running in 0471d1918211 16:54:53 Removing intermediate container 93ee0fcc27a0 16:54:53 ---> 198d202062cc 16:54:53 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:54:53 ---> Running in 263717640edc 16:54:53 ---> Running in 3d260c82ea21 16:54:53 Removing intermediate container c058717859f4 16:54:53 ---> 752391e417d0 16:54:53 Step 5/22 : RUN apk add --update --no-cache make git 16:54:53 Removing intermediate container 4573bafe1d2c 16:54:53 ---> 2851c3ccf954 16:54:53 Step 5/26 : RUN apk add --update --no-cache make bash git 16:54:54 ---> Running in a09b31a84fd2 16:54:54 ---> Running in 5731f4cf87a8 16:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:54:56 OK: 233 MiB in 51 packages 16:54:56 OK: 233 MiB in 51 packages 16:54:56 OK: 233 MiB in 51 packages 16:54:56 OK: 233 MiB in 51 packages 16:54:56 OK: 233 MiB in 51 packages 16:54:57 Removing intermediate container 0471d1918211 16:54:57 ---> 1c158f63d3ce 16:54:57 Step 6/24 : COPY go.mod . 16:54:57 Removing intermediate container 263717640edc 16:54:57 ---> 9a2eb7308c24 16:54:57 Step 6/30 : COPY go.mod . 16:54:57 Removing intermediate container 3d260c82ea21 16:54:57 ---> 2ac6d7b9f70e 16:54:57 Step 6/23 : COPY go.mod . 16:54:57 ---> d563c14712eb 16:54:57 Step 7/24 : RUN go mod download 16:54:57 ---> 8d5db37c1f4a 16:54:57 Step 7/30 : RUN go mod download 16:54:57 ---> Running in 80d93d638505 16:54:57 ---> Running in d5ec8e7c5d76 16:54:57 Removing intermediate container a09b31a84fd2 16:54:57 ---> 6413a941b15d 16:54:57 Step 6/26 : COPY go.mod . 16:54:57 ---> a4b6ef8cf423 16:54:57 Step 7/23 : RUN go mod download 16:54:57 Removing intermediate container 5731f4cf87a8 16:54:57 ---> 4f7959895f66 16:54:57 Step 6/22 : COPY go.mod . 16:54:58 ---> Running in bb60f66184ba 16:54:58 ---> b513fb7c27f9 16:54:58 Step 7/26 : RUN go mod download 16:54:58 ---> 595f6aa299ef 16:54:58 Step 7/22 : RUN go mod download 16:54:58 ---> Running in 3b8a74130d29 16:54:58 ---> Running in 4fd2cbcdda9a 16:55:00 Removing intermediate container bb60f66184ba 16:55:00 ---> 2bdb4feee950 16:55:00 Step 8/23 : COPY . . 16:55:00 Removing intermediate container 3b8a74130d29 16:55:00 ---> 2ddc5cae3bb3 16:55:00 Step 8/26 : COPY . . 16:55:01 Removing intermediate container 80d93d638505 16:55:01 ---> c58509afdec2 16:55:01 Step 8/24 : COPY . . 16:55:05 Removing intermediate container d5ec8e7c5d76 16:55:05 ---> a3c136fdeea5 16:55:05 Step 8/30 : COPY . . 16:55:05 Removing intermediate container 4fd2cbcdda9a 16:55:05 ---> 31c5efc05b76 16:55:05 Step 8/22 : COPY . . 16:55:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:37 ---> 2302e9bd86b1 16:55:37 Step 3/22 : WORKDIR /edgex-go 16:55:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:55:37 ---> 2302e9bd86b1 16:55:37 Step 3/24 : WORKDIR /edgex-go 16:55:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:55:37 ---> 2302e9bd86b1 16:55:37 Step 3/23 : WORKDIR /edgex-go 16:55:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:55:37 ---> 2302e9bd86b1 16:55:37 Step 3/21 : WORKDIR /edgex-go 16:55:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:55:37 ---> 2302e9bd86b1 16:55:37 Step 3/23 : WORKDIR /edgex-go 16:55:37 ---> Running in d25e18a57eaa 16:55:37 ---> Running in 0afb458decd1 16:55:37 ---> Running in f5953de5e407 16:55:37 ---> Running in f755abb6f1b2 16:55:37 ---> Running in 011ab6dcc318 16:55:38 Removing intermediate container f755abb6f1b2 16:55:38 ---> cd1cd73d32e3 16:55:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:38 Removing intermediate container 011ab6dcc318 16:55:38 Removing intermediate container f5953de5e407 16:55:38 ---> 1d4ee830288e 16:55:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:38 ---> 59b628b82bc8 16:55:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:38 Removing intermediate container d25e18a57eaa 16:55:38 ---> e5d7058025b2 16:55:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:38 Removing intermediate container 0afb458decd1 16:55:38 ---> 9195fa277931 16:55:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:38 ---> Running in 9a07ac21da40 16:55:39 ---> Running in 843e295446a4 16:55:39 ---> Running in 5a282743fa34 16:55:39 ---> Running in 2332bbec4b6d 16:55:39 ---> Running in 7f70846d4f1c 16:55:42 Removing intermediate container 9a07ac21da40 16:55:42 ---> 89cf5d1ea319 16:55:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:55:42 ---> Running in 74503336f2cc 16:55:43 Removing intermediate container 7f70846d4f1c 16:55:43 ---> d3074205ebe3 16:55:43 Step 5/23 : RUN apk add --update --no-cache make git 16:55:43 Removing intermediate container 843e295446a4 16:55:43 ---> 428971777ba7 16:55:43 Step 5/21 : RUN apk add --update --no-cache make git 16:55:43 ---> Running in b9b100fb380c 16:55:43 Removing intermediate container 2332bbec4b6d 16:55:43 ---> 8b31aee43a72 16:55:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:55:43 ---> Running in 265573cdb351 16:55:43 Removing intermediate container 5a282743fa34 16:55:43 ---> 3be41ecfde6c 16:55:43 Step 5/24 : RUN apk add --update --no-cache make git 16:55:43 ---> Running in bb589e968cb2 16:55:44 ---> Running in 0f3b73bdef60 16:55:44 ---> b06874545a04 16:55:44 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:55:44 ---> 275af39a7b36 16:55:44 Step 9/23 : RUN make cmd/core-data/core-data 16:55:44 ---> 5cbcdd5db9ec 16:55:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:55:44 ---> 037735ef7396 16:55:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:55:44 ---> 65ee95deb3d9 16:55:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:55:44 ---> Running in 49eb06714a9b 16:55:44 ---> Running in ea2eaf6f54a0 16:55:44 ---> Running in d7173ab90619 16:55:44 ---> Running in fc04fd7ca647 16:55:44 ---> Running in a70eba2c7c10 16:55:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data 16:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:55:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:46 OK: 217 MiB in 51 packages 16:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:47 OK: 217 MiB in 51 packages 16:55:47 OK: 217 MiB in 51 packages 16:55:47 Removing intermediate container 74503336f2cc 16:55:48 ---> 4acad8c45c3c 16:55:48 Step 6/22 : COPY go.mod . 16:55:48 OK: 217 MiB in 51 packages 16:55:48 OK: 217 MiB in 51 packages 16:55:49 ---> 946cbb2e00f4 16:55:49 Step 7/22 : RUN go mod download 16:55:49 ---> Running in 97a5101c576e 16:55:49 Removing intermediate container 265573cdb351 16:55:49 ---> 301c7b752bb5 16:55:49 Step 6/21 : COPY go.mod . 16:55:49 Removing intermediate container 0f3b73bdef60 16:55:49 ---> da93c3443e3f 16:55:49 Step 6/24 : COPY go.mod . 16:55:49 Removing intermediate container b9b100fb380c 16:55:49 ---> 7a2a2e72b243 16:55:49 Step 6/23 : COPY go.mod . 16:55:50 Removing intermediate container bb589e968cb2 16:55:50 ---> 7693b385b721 16:55:50 Step 6/23 : COPY go.mod . 16:55:50 ---> d5165e4ac647 16:55:50 Step 7/21 : RUN go mod download 16:55:51 ---> e1bc974a5667 16:55:51 Step 7/24 : RUN go mod download 16:55:51 ---> Running in b3148a2b45b2 16:55:51 ---> 0ef2d9ce40d1 16:55:51 Step 7/23 : RUN go mod download 16:55:51 ---> Running in b70c93e7cddb 16:55:51 ---> fc99de0636fe 16:55:51 Step 7/23 : RUN go mod download 16:55:51 ---> Running in 571bae7a17ba 16:55:51 ---> Running in cbe75c5fb710 16:55:53 Removing intermediate container 97a5101c576e 16:55:53 ---> 60e791c1b4ff 16:55:53 Step 8/22 : COPY . . 16:55:56 Removing intermediate container b3148a2b45b2 16:55:56 ---> 56d7585fb0e2 16:55:56 Step 8/21 : COPY . . 16:55:57 Removing intermediate container 571bae7a17ba 16:55:57 ---> 0f28c55045e9 16:55:57 Step 8/23 : COPY . . 16:55:57 Removing intermediate container b70c93e7cddb 16:55:57 ---> 0a3b4e6cc949 16:55:57 Step 8/24 : COPY . . 16:55:57 Removing intermediate container cbe75c5fb710 16:55:57 ---> 43dba1fe542e 16:55:57 Step 8/23 : COPY . . 16:56:09 ---> fc29951ce72b 16:56:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:56:10 ---> 3ffa2d53778b 16:56:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:56:10 ---> Running in 5f76f2149f69 16:56:10 ---> Running in ce894ecfb536 16:56:11 ---> f9191e5afdb0 16:56:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:56:11 ---> d1e90546e831 16:56:11 Step 9/23 : RUN make cmd/core-command/core-command 16:56:11 ---> adc922da09c6 16:56:11 Step 9/23 : RUN make cmd/core-data/core-data 16:56:11 ---> Running in fa4cb8e97b34 16:56:11 ---> Running in b5cc6f3c3981 16:56:11 ---> Running in 532a48f36981 16:56:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:56:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:56:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command 16:56:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:56:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-data/core-data ./cmd/core-data 16:56:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:56:21 Removing intermediate container a70eba2c7c10 16:56:21 ---> 70f9d0719420 16:56:21 16:56:21 Step 10/30 : FROM alpine:3.12 16:56:21 Removing intermediate container 49eb06714a9b 16:56:21 ---> 8bb6513e4e86 16:56:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:56:21 3.12: Pulling from library/alpine 16:56:21 ---> Running in 9970e7e834d4 16:56:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:56:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:56:24 Status: Downloaded newer image for alpine:3.12 16:56:24 ---> 389fef711851 16:56:24 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:56:25 ---> Running in e9b95612b698 16:56:25 Removing intermediate container ea2eaf6f54a0 16:56:25 ---> 951dd0cb9859 16:56:25 16:56:25 Step 10/24 : FROM alpine:3.12 16:56:25 ---> 389fef711851 16:56:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:56:25 Removing intermediate container fc04fd7ca647 16:56:25 ---> b7c2d93783de 16:56:25 16:56:25 Step 10/22 : FROM alpine:3.12 16:56:25 ---> 389fef711851 16:56:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:56:25 ---> Running in 12007072bd4a 16:56:25 ---> Running in 92f0a3f97c23 16:56:25 Removing intermediate container e9b95612b698 16:56:25 ---> 6b3e457e4dfb 16:56:25 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 16:56:26 ---> Running in 6771f0567571 16:56:26 Removing intermediate container 9970e7e834d4 16:56:26 ---> 2ebd8ebd251d 16:56:26 16:56:26 Step 11/26 : FROM docker:20.10.0 16:56:26 20.10.0: Pulling from library/docker 16:56:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:27 (1/5) Installing ca-certificates (20191127-r4) 16:56:27 (1/1) Installing dumb-init (1.2.2-r1) 16:56:27 Executing busybox-1.31.1-r19.trigger 16:56:27 (1/2) Installing dumb-init (1.2.2-r1) 16:56:27 (2/2) Installing su-exec (0.2-r1) 16:56:27 Executing busybox-1.31.1-r19.trigger 16:56:27 OK: 6 MiB in 16 packages 16:56:27 OK: 6 MiB in 15 packages 16:56:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:56:27 (3/5) Installing libcurl (7.69.1-r3) 16:56:27 (4/5) Installing curl (7.69.1-r3) 16:56:27 (5/5) Installing dumb-init (1.2.2-r1) 16:56:27 Executing busybox-1.31.1-r19.trigger 16:56:27 Executing ca-certificates-20191127-r4.trigger 16:56:27 OK: 7 MiB in 19 packages 16:56:30 Removing intermediate container d7173ab90619 16:56:30 ---> 15dc31619e04 16:56:30 16:56:30 Step 10/23 : FROM alpine:3.12 16:56:30 ---> 389fef711851 16:56:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:56:30 ---> Running in 234c0f362957 16:56:30 Removing intermediate container 12007072bd4a 16:56:30 ---> 8aadca2d4a55 16:56:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:56:32 Removing intermediate container 234c0f362957 16:56:32 ---> d2b0ab68745c 16:56:32 Step 12/23 : ENV APP_PORT=48080 16:56:32 ---> Running in f45d4ea0886b 16:56:32 Removing intermediate container 6771f0567571 16:56:32 ---> 70010a88a28a 16:56:32 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 16:56:32 ---> Running in b508a29fcf2f 16:56:32 Removing intermediate container 92f0a3f97c23 16:56:32 ---> b9733a46b40d 16:56:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:56:32 ---> Running in 360435827d23 16:56:32 ---> Running in ccb5ab8267de 16:56:33 Removing intermediate container f45d4ea0886b 16:56:33 ---> 298108ad9239 16:56:33 Step 13/22 : ENV APP_PORT=48085 16:56:33 Removing intermediate container b508a29fcf2f 16:56:33 ---> 06861420a121 16:56:33 Step 13/23 : EXPOSE $APP_PORT 16:56:33 ---> Running in 1da892bdbbc5 16:56:33 Removing intermediate container 360435827d23 16:56:33 ---> 8d8c2fe307a6 16:56:33 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:56:33 Removing intermediate container ccb5ab8267de 16:56:33 ---> 19cbca3ef3f9 16:56:33 Step 13/24 : WORKDIR / 16:56:33 ---> Running in 9f9fddafe90e 16:56:33 ---> Running in 94aefa49b6ed 16:56:33 ---> Running in d0214eac641a 16:56:33 Removing intermediate container 1da892bdbbc5 16:56:33 ---> 6436e83ce322 16:56:33 Step 14/22 : EXPOSE $APP_PORT 16:56:33 ---> Running in 431c86916b85 16:56:33 Removing intermediate container 9f9fddafe90e 16:56:33 ---> 2fc3037e00d5 16:56:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:34 Removing intermediate container 94aefa49b6ed 16:56:34 ---> 7294dd1162b4 16:56:34 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:56:34 Removing intermediate container d0214eac641a 16:56:34 ---> 0f96351a7889 16:56:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:56:34 ---> Running in 166daef8cb05 16:56:34 Removing intermediate container 431c86916b85 16:56:34 ---> 47052f78a504 16:56:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:34 ---> Running in 482d3b55fe71 16:56:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:56:35 ---> 5b9a667c943a 16:56:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:56:35 Status: Downloaded newer image for docker:20.10.0 16:56:35 ---> aefe523efa57 16:56:35 Step 12/26 : RUN apk add --no-cache bash 16:56:35 ---> 2999370716c0 16:56:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:56:35 ---> Running in b06e349c1cc4 16:56:35 ---> 4fec575bdb4c 16:56:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:56:36 ---> 29ce3d4c8dc5 16:56:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:56:36 ---> 83802900730d 16:56:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:36 Removing intermediate container 166daef8cb05 16:56:36 ---> 4f3fbdd69fee 16:56:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:56:36 (1/2) Installing readline (8.0.4-r0) 16:56:36 (2/2) Installing bash (5.0.17-r0) 16:56:36 Executing bash-5.0.17-r0.post-install 16:56:36 Executing busybox-1.31.1-r19.trigger 16:56:36 OK: 12 MiB in 22 packages 16:56:36 ---> Running in 3a92f62e67bc 16:56:36 ---> 8160f8ea71cd 16:56:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:56:36 Removing intermediate container 482d3b55fe71 16:56:36 ---> 461aa9bebd3d 16:56:36 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 16:56:36 ---> Running in 3358d9c855cb 16:56:37 ---> 6ba1fa4a81c9 16:56:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:56:37 ---> Running in b19f27493d2c 16:56:37 Removing intermediate container 3358d9c855cb 16:56:37 ---> ab03cecbdd35 16:56:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:37 ---> Running in 9d1f4cc19122 16:56:37 Removing intermediate container b19f27493d2c 16:56:37 ---> 1c3657fa5a73 16:56:37 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:56:38 Removing intermediate container b06e349c1cc4 16:56:38 ---> a170787b0d8b 16:56:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:56:38 ---> c94767b1f52d 16:56:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:56:38 ---> Running in 77f4ece3eaee 16:56:38 ---> 71210ef370a3 16:56:38 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:56:38 Removing intermediate container 9d1f4cc19122 16:56:38 ---> 4b1910196038 16:56:38 Step 20/22 : LABEL arch=x86_64 16:56:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:38 ---> Running in 3a4725868449 16:56:38 ---> Running in 43f989e6d745 16:56:38 Removing intermediate container 77f4ece3eaee 16:56:38 ---> b62c7e303739 16:56:38 Step 14/26 : ENV APP_PORT=48090 16:56:38 ---> e53b80015275 16:56:38 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/ 16:56:38 Removing intermediate container 43f989e6d745 16:56:38 ---> 7e908950e406 16:56:38 Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:56:38 ---> Running in 2d1897a72a31 16:56:38 ---> Running in 36fef737b4b5 16:56:38 ---> Running in bec40efab5ff 16:56:39 Removing intermediate container 36fef737b4b5 16:56:39 ---> 1e6937a89466 16:56:39 Step 15/26 : EXPOSE $APP_PORT 16:56:39 ---> Running in 75a5625ad7ad 16:56:39 Removing intermediate container bec40efab5ff 16:56:39 ---> 3e2813e07c0d 16:56:39 Step 22/22 : LABEL version=2.0.0-dev.92 16:56:39 ---> Running in c2ea3ec243b7 16:56:39 Removing intermediate container 75a5625ad7ad 16:56:39 ---> 707575747c87 16:56:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:56:39 Removing intermediate container c2ea3ec243b7 16:56:39 ---> 89446100ad85 16:56:39 16:56:39 Removing intermediate container 3a4725868449 16:56:39 ---> 44514268a670 16:56:39 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:40 Successfully built 89446100ad85 16:56:40 Successfully tagged docker-support-scheduler-go:latest 16:56:40  Building docker-support-scheduler-go ... done Building docker-core-command-go 16:56:40 Removing intermediate container 2d1897a72a31 16:56:40 ---> 22071493f15f 16:56:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:56:40 ---> 22dbf0b88d53 16:56:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:56:40 ---> 2e1520862c46 16:56:40 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:56:40 (1/6) Installing dumb-init (1.2.2-r1) 16:56:40 ---> Running in 7b59fb3784a5 16:56:40 (2/6) Installing libgcc (9.3.0-r2) 16:56:40 (3/6) Installing libsodium (1.0.18-r0) 16:56:40 ---> feec5cbe32e3 16:56:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:56:40 Removing intermediate container 7b59fb3784a5 16:56:40 ---> bb422d555032 16:56:40 Step 22/24 : LABEL arch=x86_64 16:56:41 (4/6) Installing libstdc++ (9.3.0-r2) 16:56:42 (5/6) Installing libzmq (4.3.3-r0) 16:56:42 (6/6) Installing zeromq (4.3.3-r0) 16:56:42 Executing busybox-1.31.1-r19.trigger 16:56:42 OK: 8 MiB in 20 packages 16:56:43 ---> Running in 361cc62c57b2 16:56:43 ---> 489c079f5b96 16:56:43 Step 19/26 : RUN apk --no-cache add py3-pip 16:56:43 ---> 57d06dbb4820 16:56:43 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:56:44 ---> Running in 34fc1c441d4b 16:56:45 Removing intermediate container 361cc62c57b2 16:56:45 ---> 67f2eae72990 16:56:45 Step 23/24 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:56:46 Removing intermediate container 3a92f62e67bc 16:56:46 ---> c2ee001f3e8a 16:56:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:46 ---> a48f02acd6c4 16:56:46 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:56:46 ---> Running in 1254d5096d94 16:56:46 ---> 796d5efed5bc 16:56:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:56:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:56:46 Removing intermediate container 1254d5096d94 16:56:46 ---> 9a082a403b9a 16:56:46 Step 24/24 : LABEL version=2.0.0-dev.92 16:56:46 ---> ffaf314447a6 16:56:46 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 16:56:46 (1/33) Installing libbz2 (1.0.8-r1) 16:56:46 (2/33) Installing expat (2.2.9-r1) 16:56:46 (3/33) Installing libffi (3.3-r2) 16:56:46 (4/33) Installing gdbm (1.13-r1) 16:56:46 (5/33) Installing xz-libs (5.2.5-r0) 16:56:46 (6/33) Installing sqlite-libs (3.32.1-r0) 16:56:46 ---> Running in b1c633387452 16:56:46 (7/33) Installing python3 (3.8.5-r0) 16:56:49 ---> Running in 989015be4565 16:56:52 Removing intermediate container b1c633387452 16:56:52 ---> 76ebced2f88e 16:56:52 16:56:52 ---> 69dc89049866 16:56:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:56:52 (8/33) Installing py3-appdirs (1.4.4-r1) 16:56:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:56:52 (10/33) Installing py3-parsing (2.4.7-r0) 16:56:52 (11/33) Installing py3-six (1.15.0-r0) 16:56:52 (12/33) Installing py3-packaging (20.4-r0) 16:56:53 (13/33) Installing py3-setuptools (47.0.0-r0) 16:56:53 (14/33) Installing py3-chardet (3.0.4-r4) 16:56:53 Removing intermediate container 989015be4565 16:56:53 ---> 65919a5bdd55 16:56:53 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:56:53 (15/33) Installing py3-idna (2.9-r0) 16:56:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:56:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:56:53 Successfully built 76ebced2f88e 16:56:53 (18/33) Installing py3-requests (2.23.0-r0) 16:56:53 (19/33) Installing py3-msgpack (1.0.0-r0) 16:56:54 (20/33) Installing py3-lockfile (0.12.2-r3) 16:56:54 Successfully tagged docker-security-secretstore-setup-go:latest 16:56:54 Building docker-core-metadata-go 16:56:55  Building docker-security-secretstore-setup-go ... done (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:56:56 (22/33) Installing py3-colorama (0.4.3-r0) 16:56:56 (23/33) Installing py3-distlib (0.3.0-r0) 16:56:56 ---> c4c9d5def8dd 16:56:56 Step 19/23 : ENTRYPOINT ["/core-data"] 16:56:56 (24/33) Installing py3-distro (1.5.0-r1) 16:56:57 (25/33) Installing py3-webencodings (0.5.1-r3) 16:56:57 (26/33) Installing py3-html5lib (1.0.1-r4) 16:56:58 (27/33) Installing py3-pytoml (0.1.21-r0) 16:56:58 (28/33) Installing py3-pep517 (0.8.2-r0) 16:56:58 (29/33) Installing py3-progress (1.5-r0) 16:56:58 (30/33) Installing py3-toml (0.10.1-r0) 16:56:58 ---> 12a56d18f524 16:56:58 Step 25/30 : RUN chmod +x /entrypoint.sh 16:56:58 (31/33) Installing py3-retrying (1.3.3-r0) 16:56:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:56:58 (33/33) Installing py3-pip (20.1.1-r0) 16:56:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:56:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:56:59 ---> 96a36b71e238 16:56:59 Step 3/23 : WORKDIR /edgex-go 16:56:59 ---> Using cache 16:56:59 ---> 7810d39ef974 16:56:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:59 ---> Using cache 16:56:59 ---> 2851c3ccf954 16:56:59 Step 5/23 : RUN apk add --update --no-cache make git 16:57:00 ---> Running in 4a0d54750033 16:57:00 Executing busybox-1.31.1-r19.trigger 16:57:00 OK: 71 MiB in 55 packages 16:57:03 ---> Running in 7ba5f68a9c3a 16:57:03 Removing intermediate container 4a0d54750033 16:57:03 ---> ef27abad5884 16:57:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:57:03 ---> Running in bca7f3533713 16:57:03 ---> Running in 9b59d3d9c641 16:57:04 Removing intermediate container 9b59d3d9c641 16:57:04 ---> bd8cad704c98 16:57:04 Step 21/23 : LABEL arch=x86_64 16:57:05 ---> Running in 6d6db4f104a5 16:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:06 Removing intermediate container 6d6db4f104a5 16:57:06 ---> 4f19ac57a28d 16:57:06 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:06 ---> Running in 7cf40c8cbe8f 16:57:07 OK: 233 MiB in 51 packages 16:57:07 Removing intermediate container 7cf40c8cbe8f 16:57:07 ---> cbc1a81acf53 16:57:07 Step 23/23 : LABEL version=2.0.0-dev.92 16:57:07 Removing intermediate container 7ba5f68a9c3a 16:57:07 ---> 4719f9845dbe 16:57:07 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 16:57:09 ---> Running in c4079e89d32b 16:57:10 ---> Running in e8e2cb6a8612 16:57:11 Removing intermediate container c4079e89d32b 16:57:11 ---> a6690c2b3849 16:57:11 16:57:12 Successfully built a6690c2b3849 16:57:12 Removing intermediate container bca7f3533713 16:57:12 ---> 367b249512f2 16:57:12 Step 6/23 : COPY go.mod . 16:57:12 Successfully tagged docker-core-data-go:latest 16:57:12  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 16:57:13 Removing intermediate container e8e2cb6a8612 16:57:13 ---> b93b4b3fd391 16:57:13 Step 27/30 : CMD ["gate"] 16:57:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:13 ---> 96a36b71e238 16:57:13 Step 3/23 : WORKDIR /edgex-go 16:57:13 ---> Using cache 16:57:13 ---> 7810d39ef974 16:57:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:13 ---> Using cache 16:57:13 ---> 2851c3ccf954 16:57:13 Step 5/23 : RUN apk add --update --no-cache make git 16:57:13 ---> Using cache 16:57:13 ---> 367b249512f2 16:57:13 Step 6/23 : COPY go.mod . 16:57:14 ---> Running in eb873213f81b 16:57:14 ---> 0e79b34e4fbb 16:57:14 Step 7/23 : RUN go mod download 16:57:14 ---> e6ba0ff437d1 16:57:14 Step 7/23 : RUN go mod download 16:57:14 ---> Running in dd3c67e15970 16:57:14 ---> Running in 5e0bee5ffda9 16:57:15 Removing intermediate container eb873213f81b 16:57:15 ---> e784aa9ee1f3 16:57:15 Step 28/30 : LABEL arch=x86_64 16:57:19 ---> Running in bd6d5f98a5c8 16:57:21 Removing intermediate container bd6d5f98a5c8 16:57:21 ---> b63741326b33 16:57:21 Step 29/30 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:57:21 Removing intermediate container 34fc1c441d4b 16:57:21 ---> 366c705249a5 16:57:21 Step 20/26 : RUN pip install docker-compose==1.23.2 16:57:22 ---> Running in 8994cd20c999 16:57:22 ---> Running in a880a045cf0e 16:57:24 Removing intermediate container 8994cd20c999 16:57:24 ---> c3fb3dc04f40 16:57:24 Step 30/30 : LABEL version=2.0.0-dev.92 16:57:24 Removing intermediate container dd3c67e15970 16:57:24 ---> 81b0be6f443a 16:57:24 Step 8/23 : COPY . . 16:57:25 Removing intermediate container 5e0bee5ffda9 16:57:25 ---> c725ae9f1138 16:57:25 Step 8/23 : COPY . . 16:57:25 ---> Running in 51e2c93f7f98 16:57:28 Removing intermediate container 51e2c93f7f98 16:57:28 ---> 410f726c853d 16:57:28 16:57:29 Successfully built 410f726c853d 16:57:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:57:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:57:30 ---> 96a36b71e238 16:57:30 Step 3/21 : WORKDIR /edgex-go 16:57:30 Successfully tagged docker-security-bootstrapper-go:latest 16:57:30  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 16:57:30 ---> Using cache 16:57:30 ---> 7810d39ef974 16:57:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:57:30 ---> Using cache 16:57:30 ---> 2851c3ccf954 16:57:30 Step 5/21 : RUN apk add --update --no-cache make git 16:57:30 ---> Using cache 16:57:30 ---> 367b249512f2 16:57:30 Step 6/21 : COPY go.mod . 16:57:30 ---> Using cache 16:57:30 ---> e6ba0ff437d1 16:57:30 Step 7/21 : RUN go mod download 16:57:30 ---> Using cache 16:57:30 ---> c725ae9f1138 16:57:30 Step 8/21 : COPY . . 16:57:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:57:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config 16:57:39 Collecting docker-compose==1.23.2 16:57:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:57:40 Collecting docker<4.0,>=3.6.0 16:57:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:57:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:57:40 Collecting PyYAML<4,>=3.10 16:57:40 Downloading PyYAML-3.13.tar.gz (270 kB) 16:57:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:57:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:57:49 Collecting websocket-client<1.0,>=0.32.0 16:57:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:57:49 Collecting dockerpty<0.5,>=0.4.1 16:57:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:57:51 Removing intermediate container b5cc6f3c3981 16:57:51 ---> 03d96b37b270 16:57:51 16:57:51 Step 10/24 : FROM alpine:3.12 16:57:51 3.12: Pulling from library/alpine 16:57:51 Removing intermediate container ce894ecfb536 16:57:51 ---> 827bf3db49ea 16:57:51 16:57:51 Step 10/21 : FROM alpine:3.12 16:57:51 3.12: Pulling from library/alpine 16:57:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:57:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:57:51 Status: Downloaded newer image for alpine:3.12 16:57:51 ---> afeebe901d6b 16:57:51 Step 11/21 : RUN apk add --update --no-cache curl 16:57:51 Status: Image is up to date for alpine:3.12 16:57:51 ---> afeebe901d6b 16:57:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:57:51 ---> Running in 152cc6fefda5 16:57:51 ---> Running in 8e20d956a723 16:57:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:57:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:57:54 (1/5) Installing ca-certificates (20191127-r4) 16:57:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:57:54 (3/5) Installing libcurl (7.69.1-r3) 16:57:54 (4/5) Installing curl (7.69.1-r3) 16:57:54 (5/5) Installing dumb-init (1.2.2-r1) 16:57:54 Executing busybox-1.31.1-r19.trigger 16:57:54 Executing ca-certificates-20191127-r4.trigger 16:57:54 (1/4) Installing ca-certificates (20191127-r4) 16:57:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:57:55 (3/4) Installing libcurl (7.69.1-r3) 16:57:55 (4/4) Installing curl (7.69.1-r3) 16:57:55 Executing busybox-1.31.1-r19.trigger 16:57:55 Executing ca-certificates-20191127-r4.trigger 16:57:55 OK: 7 MiB in 19 packages 16:57:55 Collecting jsonschema<3,>=2.5.1 16:57:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:57:55 Collecting docopt<0.7,>=0.6.1 16:57:55 Downloading docopt-0.6.2.tar.gz (25 kB) 16:57:55 OK: 7 MiB in 18 packages 16:57:58 Removing intermediate container 8e20d956a723 16:57:58 ---> afe64786cf37 16:57:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:57:58 Removing intermediate container 152cc6fefda5 16:57:58 ---> 143160833e3b 16:57:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:57:59 ---> Running in 2983a4d19585 16:57:59 ---> Running in c3b0f1602cf1 16:57:59 Collecting texttable<0.10,>=0.9.0 16:57:59 Downloading texttable-0.9.1.tar.gz (11 kB) 16:57:59 Removing intermediate container 2983a4d19585 16:57:59 ---> f462c5062075 16:57:59 Step 13/24 : WORKDIR / 16:58:00 ---> Running in 8d5c82aa509e 16:58:00 Collecting cached-property<2,>=1.2.0 16:58:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:58:00 Removing intermediate container c3b0f1602cf1 16:58:00 ---> 8c6d99050510 16:58:00 Step 13/21 : WORKDIR /edgex 16:58:00 ---> Running in a4dfa4950575 16:58:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:58:00 ---> 96a36b71e238 16:58:00 Step 3/22 : WORKDIR /edgex-go 16:58:00 Collecting docker-pycreds>=0.4.0 16:58:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:58:00 ---> Using cache 16:58:00 ---> 7810d39ef974 16:58:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:00 ---> Using cache 16:58:00 ---> 2851c3ccf954 16:58:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:58:01 Removing intermediate container 8d5c82aa509e 16:58:01 ---> 5b0e0325a2b3 16:58:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:58:01 Collecting urllib3<1.25,>=1.21.1 16:58:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:58:01 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) 16:58:02 Removing intermediate container a4dfa4950575 16:58:02 ---> 32a18efca2bb 16:58:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:58:02 ---> Running in 176cba24aa4b 16:58:02 Collecting idna<2.8,>=2.5 16:58:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:58:02 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) 16:58:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:58:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:58:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:58:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:58:02 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docopt, texttable, cached-property, docker-compose 16:58:02 Attempting uninstall: urllib3 16:58:02 Found existing installation: urllib3 1.25.9 16:58:02 Uninstalling urllib3-1.25.9: 16:58:03 ---> 5bd134e2efef 16:58:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:58:03 Successfully uninstalled urllib3-1.25.9 16:58:03 Attempting uninstall: idna 16:58:03 Found existing installation: idna 2.9 16:58:03 Uninstalling idna-2.9: 16:58:04 ---> 3265b930b692 16:58:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:04 Successfully uninstalled idna-2.9 16:58:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:04 Attempting uninstall: requests 16:58:04 Found existing installation: requests 2.23.0 16:58:04 Uninstalling requests-2.23.0: 16:58:05 Successfully uninstalled requests-2.23.0 16:58:05 OK: 233 MiB in 51 packages 16:58:05 ---> c62c693819c9 16:58:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:58:05 ---> 625ac5e91f26 16:58:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:58:05 ---> fc02d460a946 16:58:05 Step 9/23 : RUN make cmd/core-command/core-command 16:58:05 ---> 49d702322a27 16:58:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:58:06 ---> Running in 146608bb6d69 16:58:06 ---> Running in bf133f7d884c 16:58:06 ---> bd6c788162b0 16:58:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:58:06 Removing intermediate container 5f76f2149f69 16:58:06 ---> 7aec4c9ea8bb 16:58:06 16:58:06 Step 10/22 : FROM alpine:3.12 16:58:06 ---> afeebe901d6b 16:58:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:58:06 Removing intermediate container fa4cb8e97b34 16:58:06 ---> 2c82bc258cbe 16:58:06 16:58:06 Step 10/23 : FROM alpine:3.12 16:58:06 ---> afeebe901d6b 16:58:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:58:06 ---> Running in 4ce0ce2bd1ab 16:58:06 ---> Running in f38c45a0777c 16:58:06 Running setup.py install for PyYAML: started 16:58:06 ---> Running in 4f4e978aebf0 16:58:06 Removing intermediate container 176cba24aa4b 16:58:06 ---> 95e72e8c9110 16:58:06 Step 6/22 : COPY go.mod . 16:58:07 ---> 342d03a70046 16:58:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:58:07 ---> 5831564754be 16:58:07 Step 7/22 : RUN go mod download 16:58:07 ---> Running in 32a2f40a792c 16:58:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-command/core-command ./cmd/core-command 16:58:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:58:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:58:07 Running setup.py install for PyYAML: finished with status 'done' 16:58:07 Running setup.py install for dockerpty: started 16:58:08 ---> 3fd4159e854a 16:58:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:58:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:08 ---> Running in 64046610bbe4 16:58:08 Running setup.py install for dockerpty: finished with status 'done' 16:58:08 Running setup.py install for docopt: started 16:58:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:09 ---> d171f5b36c25 16:58:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:58:09 Running setup.py install for docopt: finished with status 'done' 16:58:09 Removing intermediate container 64046610bbe4 16:58:09 ---> 975421465b99 16:58:09 Step 18/21 : CMD ["--init=true"] 16:58:09 Running setup.py install for texttable: started 16:58:09 (1/2) Installing ca-certificates (20191127-r4) 16:58:09 ---> Running in eb99291c9cb1 16:58:09 (2/2) Installing dumb-init (1.2.2-r1) 16:58:09 Executing busybox-1.31.1-r19.trigger 16:58:09 Executing ca-certificates-20191127-r4.trigger 16:58:09 (1/1) Installing dumb-init (1.2.2-r1) 16:58:10 Executing busybox-1.31.1-r19.trigger 16:58:10 OK: 5 MiB in 15 packages 16:58:10 OK: 6 MiB in 16 packages 16:58:10 Running setup.py install for texttable: finished with status 'done' 16:58:10 Removing intermediate container eb99291c9cb1 16:58:10 ---> 0b4e516c9c94 16:58:10 Step 19/21 : LABEL arch=arm64 16:58:11 ---> b8e0f18b70aa 16:58:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:58:11 ---> Running in f12074f8a8a6 16:58:12 Removing intermediate container 32a2f40a792c 16:58:12 ---> 9ea8eda13854 16:58:12 Step 8/22 : COPY . . 16:58:12 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 16:58:12 Removing intermediate container f12074f8a8a6 16:58:12 ---> 8b0a6f79c51e 16:58:12 Step 20/21 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:12 Removing intermediate container f38c45a0777c 16:58:12 ---> ea7ddb5e3d21 16:58:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:58:12 ---> Running in 7a8944edb244 16:58:12 ---> Running in 1ca06244aeca 16:58:12 ---> 1ebc5b3779f3 16:58:12 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/ 16:58:12 Removing intermediate container 4ce0ce2bd1ab 16:58:12 ---> d4485d20869f 16:58:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:58:13 ---> Running in db338384e880 16:58:13 Removing intermediate container 7a8944edb244 16:58:13 ---> 09482904542f 16:58:13 Step 13/23 : ENV APP_PORT=48082 16:58:13 ---> Running in 15acbe11836b 16:58:13 Removing intermediate container 1ca06244aeca 16:58:13 ---> 2e32f3844a6c 16:58:13 Step 21/21 : LABEL version=2.0.0-dev.92 16:58:13 ---> Running in cc9764313edc 16:58:13 ---> Running in 46367b6de218 16:58:14 Removing intermediate container 15acbe11836b 16:58:14 ---> d37179d60891 16:58:14 Step 13/22 : ENV APP_PORT=48060 16:58:14 Removing intermediate container cc9764313edc 16:58:14 ---> 5c35f58d74a0 16:58:14 Step 14/23 : EXPOSE $APP_PORT 16:58:14 ---> Running in 95d24c0c42d2 16:58:14 Removing intermediate container 46367b6de218 16:58:14 ---> a569a0501236 16:58:14 16:58:14 ---> Running in 4ea4cab7afc6 16:58:15 Successfully built a569a0501236 16:58:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:58:15 Building docker-sys-mgmt-agent-go 16:58:15  Building docker-security-proxy-setup-go ... done Removing intermediate container 95d24c0c42d2 16:58:15 ---> 37404a843850 16:58:15 Step 14/22 : EXPOSE $APP_PORT 16:58:15 Removing intermediate container 4ea4cab7afc6 16:58:15 ---> 23bb1a8f0eb0 16:58:15 Step 15/23 : WORKDIR / 16:58:15 ---> Running in a310828c874c 16:58:15 ---> Running in d6bf3036afe4 16:58:16 Removing intermediate container a310828c874c 16:58:16 ---> 59b116af7893 16:58:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:16 Removing intermediate container db338384e880 16:58:16 ---> 3402f8cf440a 16:58:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:58:17 Removing intermediate container d6bf3036afe4 16:58:17 ---> c98952164013 16:58:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:17 ---> Running in 1b3558fde49c 16:58:18 ---> 3c98930dcbd5 16:58:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:58:19 ---> b7452dabf0ba 16:58:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:58:19 Removing intermediate container 1b3558fde49c 16:58:19 ---> 79235b55c191 16:58:19 Step 22/24 : LABEL arch=arm64 16:58:20 ---> Running in df659d058833 16:58:20 Removing intermediate container 532a48f36981 16:58:20 ---> 48eee13a8e9f 16:58:20 16:58:20 Step 10/23 : FROM alpine:3.12 16:58:20 ---> afeebe901d6b 16:58:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:20 ---> bd2dd90c272c 16:58:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:58:21 ---> Running in cff47b6a0ac4 16:58:21 Removing intermediate container df659d058833 16:58:21 ---> 4f3a140cf367 16:58:21 Step 23/24 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:21 ---> ec483b48cf12 16:58:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:58:21 ---> Running in d939de1055f5 16:58:21 Removing intermediate container cff47b6a0ac4 16:58:21 ---> 955e2e395a32 16:58:21 Step 12/23 : ENV APP_PORT=48080 16:58:22 ---> Running in 2b91d3059bc2 16:58:23 ---> 5537dae3dbf3 16:58:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:58:23 Removing intermediate container d939de1055f5 16:58:23 ---> 64aa3dbc10a8 16:58:23 Step 24/24 : LABEL version=2.0.0-dev.92 16:58:23 ---> c80b9818e291 16:58:23 Step 19/23 : ENTRYPOINT ["/core-command"] 16:58:23 ---> Running in eb4c2eab630a 16:58:24 ---> Running in 79d763cfc335 16:58:24 ---> Running in f9bf69919862 16:58:24 Removing intermediate container 2b91d3059bc2 16:58:24 ---> 7b7669dac655 16:58:24 Step 13/23 : EXPOSE $APP_PORT 16:58:24 Removing intermediate container eb4c2eab630a 16:58:24 ---> 8485783e61fc 16:58:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:25 ---> Running in a1060a60c57f 16:58:25 Removing intermediate container 79d763cfc335 16:58:25 ---> a98230bfcf22 16:58:25 16:58:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:58:25 ---> 2302e9bd86b1 16:58:25 Step 3/26 : WORKDIR /edgex-go 16:58:25 ---> Using cache 16:58:25 ---> 9195fa277931 16:58:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:25 ---> Using cache 16:58:25 ---> d3074205ebe3 16:58:25 Step 5/26 : RUN apk add --update --no-cache make bash git 16:58:25 Removing intermediate container f9bf69919862 16:58:25 ---> b211c36fa001 16:58:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:25 ---> Running in cc9cc728095e 16:58:25 ---> Running in aee94f460645 16:58:25 Successfully built a98230bfcf22 16:58:26 ---> Running in 35bcc6fde870 16:58:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:58:26  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 16:58:26 Removing intermediate container a1060a60c57f 16:58:26 ---> 7923783f779c 16:58:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:26 ---> Running in 0a7caeb0dc48 16:58:26 Removing intermediate container aee94f460645 16:58:26 ---> ad43f112dcab 16:58:26 Step 20/22 : LABEL arch=arm64 16:58:26 ---> Running in bf6a5083b08f 16:58:27 Removing intermediate container 35bcc6fde870 16:58:27 ---> 2ef9decfbcb1 16:58:27 Step 21/23 : LABEL arch=arm64 16:58:27 ---> Running in ec8857723938 16:58:27 Removing intermediate container a880a045cf0e 16:58:27 ---> 0455e9322449 16:58:27 Step 21/26 : RUN apk --no-cache add curl 16:58:27 ---> Running in ad0ce660726e 16:58:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:27 Removing intermediate container bf6a5083b08f 16:58:27 ---> a71d370c7fda 16:58:27 Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:28 Removing intermediate container ec8857723938 16:58:28 ---> bb407365f336 16:58:28 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:28 ---> Running in 2b038a5f447d 16:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:29 ---> Running in 20f2c22c6ff5 16:58:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:58:29 (2/3) Installing libcurl (7.69.1-r3) 16:58:29 (3/3) Installing curl (7.69.1-r3) 16:58:29 Executing busybox-1.31.1-r19.trigger 16:58:29 OK: 217 MiB in 51 packages 16:58:29 Removing intermediate container 2b038a5f447d 16:58:29 ---> 718a0cf6e06a 16:58:29 Step 22/22 : LABEL version=2.0.0-dev.92 16:58:29 OK: 72 MiB in 58 packages 16:58:29 Removing intermediate container 20f2c22c6ff5 16:58:29 ---> a5f3c6fb0ee2 16:58:29 Step 23/23 : LABEL version=2.0.0-dev.92 16:58:29 ---> Running in a920c5294a6b 16:58:30 ---> Running in 1a82a9709589 16:58:30 Removing intermediate container 0a7caeb0dc48 16:58:30 ---> 11af3f5f48b6 16:58:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:58:30 Removing intermediate container a920c5294a6b 16:58:30 ---> bdc45d580b94 16:58:30 16:58:30 ---> Running in 92d94465d609 16:58:31 Removing intermediate container 1a82a9709589 16:58:31 ---> b017d8868cdf 16:58:31 16:58:31 Removing intermediate container cc9cc728095e 16:58:31 ---> cd15fad4a8e8 16:58:31 Step 6/26 : COPY go.mod . 16:58:31 Successfully built bdc45d580b94 16:58:31 Successfully tagged docker-support-notifications-go-arm64:latest 16:58:31  Building docker-support-notifications-go ... done Building docker-core-metadata-go 16:58:31 Successfully built b017d8868cdf 16:58:31 Successfully tagged docker-core-command-go-arm64:latest 16:58:31 Building docker-support-scheduler-go 16:58:32  Building docker-core-command-go ... done  ---> d7e30a597117 16:58:32 Step 7/26 : RUN go mod download 16:58:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:32 ---> Running in f2d774be9f31 16:58:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:33 Removing intermediate container ad0ce660726e 16:58:33 ---> bf81ec19a40f 16:58:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:58:33 ---> Running in 2e9cb359fccc 16:58:33 (1/6) Installing dumb-init (1.2.2-r1) 16:58:34 (2/6) Installing libgcc (9.3.0-r2) 16:58:34 (3/6) Installing libsodium (1.0.18-r0) 16:58:34 (4/6) Installing libstdc++ (9.3.0-r2) 16:58:34 (5/6) Installing libzmq (4.3.3-r0) 16:58:34 (6/6) Installing zeromq (4.3.3-r0) 16:58:34 Executing busybox-1.31.1-r19.trigger 16:58:34 OK: 8 MiB in 20 packages 16:58:35 Removing intermediate container 2e9cb359fccc 16:58:35 ---> 2090efa4dcd4 16:58:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/secrets-config ./cmd/secrets-config 16:58:37 Removing intermediate container f2d774be9f31 16:58:37 ---> aed8c5bc1290 16:58:37 Step 8/26 : COPY . . 16:58:37 ---> Running in 44a8e57feb30 16:58:38 Removing intermediate container 92d94465d609 16:58:38 ---> c1760244c6f5 16:58:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:39 Removing intermediate container 44a8e57feb30 16:58:39 ---> 71b2875ac54c 16:58:39 Step 24/26 : LABEL arch=x86_64 16:58:40 ---> Running in e06ac976e884 16:58:41 ---> 1ea1b3f10b1b 16:58:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:58:41 ---> 80b5a23c2fd4 16:58:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:58:42 Removing intermediate container e06ac976e884 16:58:42 ---> 707d76661ed4 16:58:42 Step 25/26 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:42 ---> Running in 3ae58798b241 16:58:42 ---> Running in be7f36847ae5 16:58:43 Removing intermediate container be7f36847ae5 16:58:43 ---> 6103f641e9f6 16:58:43 Step 26/26 : LABEL version=2.0.0-dev.92 16:58:43 ---> Running in 1f1e6b72e89f 16:58:43 Removing intermediate container 1f1e6b72e89f 16:58:43 ---> 1e1e38f49251 16:58:43 16:58:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:58:44 Successfully built 1e1e38f49251 16:58:44 Successfully tagged docker-sys-mgmt-agent-go:latest 16:58:44 ---> f0936af5287b 16:58:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:58:45 ---> 7789b71d8330 16:58:45 Step 19/23 : ENTRYPOINT ["/core-data"] 16:58:45 ---> Running in f369591b5348 16:58:46  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 146608bb6d69 16:58:46 ---> 21d5c1323a98 16:58:46 16:58:46 Step 10/23 : FROM alpine:3.12 16:58:46 ---> 389fef711851 16:58:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:58:46 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:46 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:58:46 ---> 2302e9bd86b1 16:58:46 Step 3/30 : WORKDIR /edgex-go 16:58:46 ---> Using cache 16:58:46 ---> 9195fa277931 16:58:46 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:46 ---> Using cache 16:58:46 ---> d3074205ebe3 16:58:46 Step 5/30 : RUN apk add --update --no-cache make git 16:58:46 ---> Using cache 16:58:46 ---> 7a2a2e72b243 16:58:46 Step 6/30 : COPY go.mod . 16:58:46 ---> Using cache 16:58:46 ---> fc99de0636fe 16:58:46 Step 7/30 : RUN go mod download 16:58:46 ---> Using cache 16:58:46 ---> 43dba1fe542e 16:58:46 Step 8/30 : COPY . . 16:58:46 ---> Using cache 16:58:46 ---> d1e90546e831 16:58:46 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:58:46 ---> Using cache 16:58:46 ---> 8aadca2d4a55 16:58:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:58:46 ---> Using cache 16:58:46 ---> 298108ad9239 16:58:46 Step 13/23 : ENV APP_PORT=48082 16:58:46 ---> Running in d6a93a63f73c 16:58:46 ---> 0a10a5e25a84 16:58:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:58:46 Removing intermediate container f369591b5348 16:58:46 ---> 5d503f9eac58 16:58:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:47 ---> Running in b9368478e8c5 16:58:47 ---> Running in ce6484336120 16:58:47 ---> Running in 30c589b80810 16:58:47 Removing intermediate container 4f4e978aebf0 16:58:47 ---> a7dea233fbc3 16:58:47 16:58:47 Step 10/21 : FROM alpine:3.12 16:58:47 ---> 389fef711851 16:58:47 Step 11/21 : RUN apk add --update --no-cache curl 16:58:47 Removing intermediate container b9368478e8c5 16:58:47 ---> aa3d3f12165d 16:58:47 Step 21/23 : LABEL arch=arm64 16:58:48 Removing intermediate container 30c589b80810 16:58:48 ---> 08e28a6b0cd2 16:58:48 Step 14/23 : EXPOSE $APP_PORT 16:58:48 ---> Running in 334259eefa61 16:58:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:58:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:58:48 ---> Running in 4cfd862d5c78 16:58:49 Removing intermediate container 334259eefa61 16:58:49 ---> b3136f8ec0b8 16:58:49 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:50 ---> Running in 13fc87c446af 16:58:50 ---> Running in c6964d72bdcc 16:58:51 Removing intermediate container 13fc87c446af 16:58:51 ---> 706f1665e5d9 16:58:51 Step 23/23 : LABEL version=2.0.0-dev.92 16:58:51 Removing intermediate container bf133f7d884c 16:58:51 ---> 43dfbf11cf56 16:58:51 16:58:51 Step 10/23 : FROM alpine:3.12 16:58:51 ---> 389fef711851 16:58:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:58:51 ---> Using cache 16:58:51 ---> 8aadca2d4a55 16:58:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:58:51 ---> Using cache 16:58:51 ---> 298108ad9239 16:58:51 Step 13/23 : ENV APP_PORT=48081 16:58:51 Removing intermediate container c6964d72bdcc 16:58:51 ---> dafad170f44f 16:58:51 Step 15/23 : WORKDIR / 16:58:51 ---> Running in 284e719dc8f5 16:58:51 ---> Running in 96bda5fae3aa 16:58:51 ---> Running in b480dd290d5d 16:58:51 Removing intermediate container 96bda5fae3aa 16:58:51 ---> d8206f4d964b 16:58:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:52 Removing intermediate container 284e719dc8f5 16:58:52 ---> a03015e8cf15 16:58:52 Step 14/23 : EXPOSE $APP_PORT 16:58:52 ---> Running in 50a17096654c 16:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:52 (1/4) Installing ca-certificates (20191127-r4) 16:58:52 Removing intermediate container 50a17096654c 16:58:52 ---> dc6bcb5dbd59 16:58:52 Step 15/23 : WORKDIR / 16:58:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:58:52 (3/4) Installing libcurl (7.69.1-r3) 16:58:52 (4/4) Installing curl (7.69.1-r3) 16:58:52 Executing busybox-1.31.1-r19.trigger 16:58:52 Executing ca-certificates-20191127-r4.trigger 16:58:52 ---> e8806f7e8bfb 16:58:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:58:52 OK: 7 MiB in 18 packages 16:58:52 ---> Running in 7dde4600e36f 16:58:53 Removing intermediate container b480dd290d5d 16:58:53 ---> 0dbedb4360ab 16:58:53 16:58:53 Removing intermediate container 7dde4600e36f 16:58:53 ---> 53e291e9241c 16:58:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:53 Successfully built 0dbedb4360ab 16:58:53 Successfully tagged docker-core-data-go-arm64:latest 16:58:54 ---> 09320cf88e0f 16:58:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:58:54 ---> 52ea49c9d8e6 16:58:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:58:54 Removing intermediate container 4cfd862d5c78 16:58:54 ---> 3bf8708d857d 16:58:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:58:54 ---> Running in e8edc33fc32c 16:58:54 Removing intermediate container e8edc33fc32c 16:58:54 ---> 35c6eb7e7fa9 16:58:54 Step 13/21 : WORKDIR /edgex 16:58:55 ---> 2e93e0e1430c 16:58:55 Step 19/23 : ENTRYPOINT ["/core-command"] 16:58:55 ---> Running in b33d39edad3e 16:58:55 ---> Running in 703516528f64 16:58:55 ---> 7d3c2063b37d 16:58:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:58:55 Removing intermediate container b33d39edad3e 16:58:55 ---> db9a261614e5 16:58:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:58:56 Removing intermediate container 703516528f64 16:58:56 ---> 776c58ffe7f3 16:58:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:57 ---> Running in 45c050c8c465 16:58:57 ---> 0c5a00066672 16:58:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:58:57 ---> f39ed5548734 16:58:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:58:57 ---> Running in 204650a16f7a 16:58:57 Removing intermediate container 45c050c8c465 16:58:57 ---> 782d3baf1e43 16:58:57 Step 21/23 : LABEL arch=x86_64 16:58:57  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:58:57 ---> 2302e9bd86b1 16:58:57 Step 3/23 : WORKDIR /edgex-go 16:58:57 ---> Using cache 16:58:57 ---> 9195fa277931 16:58:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:57 ---> Using cache 16:58:57 ---> d3074205ebe3 16:58:57 Step 5/23 : RUN apk add --update --no-cache make git 16:58:57 ---> Using cache 16:58:57 ---> 7a2a2e72b243 16:58:57 Step 6/23 : COPY go.mod . 16:58:57 ---> Using cache 16:58:57 ---> fc99de0636fe 16:58:57 Step 7/23 : RUN go mod download 16:58:57 ---> Using cache 16:58:57 ---> 43dba1fe542e 16:58:57 Step 8/23 : COPY . . 16:58:57 ---> Using cache 16:58:57 ---> d1e90546e831 16:58:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:58:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:58:57 ---> 2302e9bd86b1 16:58:57 Step 3/22 : WORKDIR /edgex-go 16:58:57 ---> Using cache 16:58:57 ---> 9195fa277931 16:58:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:57 ---> Using cache 16:58:57 ---> d3074205ebe3 16:58:57 Step 5/22 : RUN apk add --update --no-cache make git 16:58:57 ---> Using cache 16:58:57 ---> 7a2a2e72b243 16:58:57 Step 6/22 : COPY go.mod . 16:58:57 ---> Using cache 16:58:57 ---> fc99de0636fe 16:58:57 Step 7/22 : RUN go mod download 16:58:57 ---> Using cache 16:58:57 ---> 43dba1fe542e 16:58:57 Step 8/22 : COPY . . 16:58:57 ---> Using cache 16:58:57 ---> d1e90546e831 16:58:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:58:57 ---> Running in b76aa3ef2191 16:58:57 Removing intermediate container 204650a16f7a 16:58:57 ---> 7c2625e3b25c 16:58:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:57 ---> d7913dcfea3c 16:58:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:58:57 ---> Running in 3aa773038998 16:58:58 Removing intermediate container b76aa3ef2191 16:58:58 ---> 83f4239ecf93 16:58:58 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:58 ---> Running in 9930275f195e 16:58:58 Removing intermediate container 3aa773038998 16:58:58 ---> d9740f92265f 16:58:58 Step 21/23 : LABEL arch=x86_64 16:58:58 ---> Running in 7d4d55e0314e 16:58:58 ---> 9b2a1103d98d 16:58:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:58:58 Removing intermediate container 9930275f195e 16:58:58 ---> f58a7d6be330 16:58:58 Step 23/23 : LABEL version=2.0.0-dev.92 16:58:58 ---> Running in 7934e1173bb2 16:58:58 ---> Running in e0c1decb29f4 16:58:58 Removing intermediate container 7d4d55e0314e 16:58:58 ---> 55b019e79022 16:58:58 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:58:58 ---> Running in e8843ab1a9ee 16:58:58 ---> Running in 703248ebd6ca 16:58:58 ---> Running in 06cab8c272e0 16:58:59 Removing intermediate container e0c1decb29f4 16:58:59 ---> 14bca74f3c79 16:58:59 Step 18/21 : CMD ["--init=true"] 16:58:59 Removing intermediate container 7934e1173bb2 16:58:59 ---> a8f56c1f0157 16:58:59 16:58:59 Removing intermediate container 06cab8c272e0 16:58:59 ---> e1d62ebf9bd4 16:58:59 Step 23/23 : LABEL version=2.0.0-dev.92 16:58:59 ---> Running in 4a5510409315 16:58:59 Successfully built a8f56c1f0157 16:58:59 Successfully tagged docker-core-command-go:latest 16:58:59  Building docker-core-command-go ... done  ---> Running in 3f633bb0e930 16:58:59 Removing intermediate container 4a5510409315 16:58:59 ---> 970dd31133d5 16:58:59 Step 19/21 : LABEL arch=x86_64 16:59:00 ---> Running in 587798af0b68 16:59:00 Removing intermediate container 3f633bb0e930 16:59:00 ---> 74a0ffa5cd1f 16:59:00 16:59:00 Successfully built 74a0ffa5cd1f 16:59:00 Successfully tagged docker-core-metadata-go:latest 16:59:00  Building docker-core-metadata-go ... done Removing intermediate container 587798af0b68 16:59:00 ---> 7cbeb5d7e75b 16:59:00 Step 20/21 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:59:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:59:02 ---> Running in 53932799e0ec 16:59:02 Removing intermediate container 3ae58798b241 16:59:02 ---> 0572f5c46f50 16:59:02 16:59:02 Step 10/22 : FROM alpine:3.12 16:59:02 ---> 389fef711851 16:59:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:59:02 ---> Running in 26528a5e43ec 16:59:02 Removing intermediate container 53932799e0ec 16:59:02 ---> eea2124f8ee0 16:59:02 Step 21/21 : LABEL version=2.0.0-dev.92 16:59:02 ---> Running in 1a277b180f24 16:59:02 Removing intermediate container 1a277b180f24 16:59:02 ---> 333a292b4b20 16:59:02 16:59:02 Successfully built 333a292b4b20 16:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:59:03 Successfully tagged docker-security-proxy-setup-go:latest 16:59:03  Building docker-security-proxy-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) 16:59:03 (2/2) Installing dumb-init (1.2.2-r1) 16:59:03 Executing busybox-1.31.1-r19.trigger 16:59:03 Executing ca-certificates-20191127-r4.trigger 16:59:03 OK: 6 MiB in 16 packages 16:59:04 Removing intermediate container 26528a5e43ec 16:59:04 ---> fb97c1e5b957 16:59:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:59:04 ---> Running in dfa42ecca75b 16:59:04 Removing intermediate container dfa42ecca75b 16:59:04 ---> 752b724c54bd 16:59:04 Step 13/22 : ENV APP_PORT=48060 16:59:04 ---> Running in 486e4bba5b70 16:59:05 Removing intermediate container 486e4bba5b70 16:59:05 ---> 76181e475909 16:59:05 Step 14/22 : EXPOSE $APP_PORT 16:59:05 ---> Running in bc18a994b72d 16:59:05 Removing intermediate container bc18a994b72d 16:59:05 ---> 0e9fb7eeae00 16:59:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:05 ---> 5e69505125dd 16:59:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:59:06 ---> 77832667baa1 16:59:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:59:06 ---> 0ad04ccbc940 16:59:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:59:06 ---> Running in e0e6206eb120 16:59:06 Removing intermediate container e0e6206eb120 16:59:06 ---> 5ed7b6819138 16:59:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:59:07 ---> Running in 65031c61b78e 16:59:07 Removing intermediate container 65031c61b78e 16:59:07 ---> 570769692bf9 16:59:07 Step 20/22 : LABEL arch=x86_64 16:59:07 ---> Running in db5610b535f5 16:59:07 Removing intermediate container db5610b535f5 16:59:07 ---> e3ba1c4333b1 16:59:07 Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:07 ---> Running in f65c1e6f58ba 16:59:07 Removing intermediate container f65c1e6f58ba 16:59:07 ---> d0d64a9a0a7f 16:59:07 Step 22/22 : LABEL version=2.0.0-dev.92 16:59:08 ---> Running in cb2dd9dddba2 16:59:08 Removing intermediate container cb2dd9dddba2 16:59:08 ---> c19eb5216ecd 16:59:08 16:59:08 Successfully built c19eb5216ecd 16:59:08 Successfully tagged docker-support-notifications-go:latest 16:59:09  Building docker-support-notifications-go ... done  [Pipeline] } 16:59:09 $ docker stop --time=1 b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd 16:59:11 $ docker rm -f b053c2722307da288dac04ffba0a65ed8966af91975097775b70a2b881f5febd [Pipeline] // withDockerContainer [Pipeline] sh 16:59:12 + docker images 16:59:12 + grep docker 16:59:12 docker-support-notifications-go latest c19eb5216ecd 5 seconds ago 17.6MB 16:59:12 docker-security-proxy-setup-go latest 333a292b4b20 10 seconds ago 24.4MB 16:59:12 docker-core-metadata-go latest 74a0ffa5cd1f 13 seconds ago 18.8MB 16:59:12 docker-core-command-go latest a8f56c1f0157 14 seconds ago 16.9MB 16:59:12 docker-sys-mgmt-agent-go latest 1e1e38f49251 29 seconds ago 313MB 16:59:12 docker-security-bootstrapper-go latest 410f726c853d About a minute ago 18MB 16:59:12 docker-core-data-go latest a6690c2b3849 2 minutes ago 22.3MB 16:59:12 docker-security-secretstore-setup-go latest 76ebced2f88e 2 minutes ago 24.6MB 16:59:12 docker-support-scheduler-go latest 89446100ad85 2 minutes ago 17MB 16:59:12 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:59:13 provisioning config files... 16:59:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config1413023159832427893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:13 ---> docker-login.sh 16:59:13 nexus3.edgexfoundry.org:10001 16:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:13 Configure a credential helper to remove this warning. See 16:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:13 16:59:13 Login Succeeded 16:59:13 nexus3.edgexfoundry.org:10002 16:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:13 Configure a credential helper to remove this warning. See 16:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:13 16:59:13 Login Succeeded 16:59:13 nexus3.edgexfoundry.org:10003 16:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:14 Configure a credential helper to remove this warning. See 16:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:14 16:59:14 Login Succeeded 16:59:14 nexus3.edgexfoundry.org:10004 16:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:14 Configure a credential helper to remove this warning. See 16:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:14 16:59:14 Login Succeeded 16:59:14 docker.io 16:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:15 Configure a credential helper to remove this warning. See 16:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:15 16:59:15 Login Succeeded 16:59:15 ---> docker-login.sh ends [Pipeline] } 16:59:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:15 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 16:59:15 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:15 2.0.0-dev.92 16:59:15 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:15 master 16:59:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:15 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:59:16 716ac421a0b8: Preparing 16:59:16 0889edd262d8: Preparing 16:59:16 ab11bfd6fca5: Preparing 16:59:16 904a3365b523: Preparing 16:59:16 777b2c648970: Preparing 16:59:16 777b2c648970: Layer already exists 16:59:16 716ac421a0b8: Pushed 16:59:16 ab11bfd6fca5: Pushed 16:59:16 904a3365b523: Pushed 16:59:17 0889edd262d8: Pushed 16:59:17 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:17 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 16:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:59:18 716ac421a0b8: Preparing 16:59:18 0889edd262d8: Preparing 16:59:18 ab11bfd6fca5: Preparing 16:59:18 904a3365b523: Preparing 16:59:18 777b2c648970: Preparing 16:59:18 904a3365b523: Layer already exists 16:59:18 777b2c648970: Layer already exists 16:59:18 716ac421a0b8: Layer already exists 16:59:18 ab11bfd6fca5: Layer already exists 16:59:18 0889edd262d8: Layer already exists 16:59:18 2.0.0-dev.92: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:18 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:59:18 716ac421a0b8: Preparing 16:59:18 0889edd262d8: Preparing 16:59:18 ab11bfd6fca5: Preparing 16:59:18 904a3365b523: Preparing 16:59:18 777b2c648970: Preparing 16:59:18 716ac421a0b8: Layer already exists 16:59:18 904a3365b523: Layer already exists 16:59:18 777b2c648970: Layer already exists 16:59:18 0889edd262d8: Layer already exists 16:59:18 ab11bfd6fca5: Layer already exists 16:59:18 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:19 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 16:59:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 16:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:59:19 716ac421a0b8: Preparing 16:59:19 0889edd262d8: Preparing 16:59:19 ab11bfd6fca5: Preparing 16:59:19 904a3365b523: Preparing 16:59:19 777b2c648970: Preparing 16:59:19 ab11bfd6fca5: Layer already exists 16:59:19 777b2c648970: Layer already exists 16:59:19 716ac421a0b8: Layer already exists 16:59:19 904a3365b523: Layer already exists 16:59:19 0889edd262d8: Layer already exists 16:59:19 master: digest: sha256:ccef48f777f67e5df5da0f3540ee3365ccf48ffdbd7b6bb046f37bb6d17dcab9 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:19 ===================================================== [Pipeline] echo 16:59:19 taggedImages: 16:59:19 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:19 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.92 16:59:19 - nexus3.edgexfoundry.org:10004/docker-core-command-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:19 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 16:59:19 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 16:59:19 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:19 2.0.0-dev.92 16:59:19 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:19 master 16:59:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:20 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:59:20 71edc19d6588: Preparing 16:59:20 3d4a27c7ba33: Preparing 16:59:20 ab11bfd6fca5: Preparing 16:59:20 8e7ce1cf1518: Preparing 16:59:20 137b1e5d4117: Preparing 16:59:20 777b2c648970: Preparing 16:59:20 777b2c648970: Waiting 16:59:20 ab11bfd6fca5: Layer already exists 16:59:20 777b2c648970: Layer already exists 16:59:20 71edc19d6588: Pushed 16:59:20 137b1e5d4117: Pushed 16:59:21 8e7ce1cf1518: Pushed 16:59:21 3d4a27c7ba33: Pushed 16:59:22 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh 16:59:22 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 16:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:59:22 71edc19d6588: Preparing 16:59:22 3d4a27c7ba33: Preparing 16:59:22 ab11bfd6fca5: Preparing 16:59:22 8e7ce1cf1518: Preparing 16:59:22 137b1e5d4117: Preparing 16:59:22 777b2c648970: Preparing 16:59:22 777b2c648970: Waiting 16:59:22 ab11bfd6fca5: Layer already exists 16:59:22 3d4a27c7ba33: Layer already exists 16:59:22 137b1e5d4117: Layer already exists 16:59:22 8e7ce1cf1518: Layer already exists 16:59:22 71edc19d6588: Layer already exists 16:59:22 777b2c648970: Layer already exists 16:59:22 2.0.0-dev.92: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:59:23 71edc19d6588: Preparing 16:59:23 3d4a27c7ba33: Preparing 16:59:23 ab11bfd6fca5: Preparing 16:59:23 8e7ce1cf1518: Preparing 16:59:23 137b1e5d4117: Preparing 16:59:23 777b2c648970: Preparing 16:59:23 777b2c648970: Waiting 16:59:23 71edc19d6588: Layer already exists 16:59:23 3d4a27c7ba33: Layer already exists 16:59:23 ab11bfd6fca5: Layer already exists 16:59:23 8e7ce1cf1518: Layer already exists 16:59:23 137b1e5d4117: Layer already exists 16:59:23 777b2c648970: Layer already exists 16:59:23 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 16:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:59:23 71edc19d6588: Preparing 16:59:23 3d4a27c7ba33: Preparing 16:59:23 ab11bfd6fca5: Preparing 16:59:23 8e7ce1cf1518: Preparing 16:59:23 137b1e5d4117: Preparing 16:59:23 777b2c648970: Preparing 16:59:23 777b2c648970: Waiting 16:59:23 8e7ce1cf1518: Layer already exists 16:59:23 71edc19d6588: Layer already exists 16:59:23 ab11bfd6fca5: Layer already exists 16:59:23 3d4a27c7ba33: Layer already exists 16:59:23 137b1e5d4117: Layer already exists 16:59:23 777b2c648970: Layer already exists 16:59:23 master: digest: sha256:2a23491f920a06aba2cb4dbb6982bd604cb2d20ae53aa2715f8544a97e9a20ec size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:24 ===================================================== [Pipeline] echo 16:59:24 taggedImages: 16:59:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.92 16:59:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:24 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 16:59:24 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 16:59:24 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:24 2.0.0-dev.92 16:59:24 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:24 master 16:59:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:24 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:59:25 c8787f65c6ed: Preparing 16:59:25 35f1fb9c018c: Preparing 16:59:25 ab11bfd6fca5: Preparing 16:59:25 904a3365b523: Preparing 16:59:25 777b2c648970: Preparing 16:59:25 904a3365b523: Layer already exists 16:59:25 ab11bfd6fca5: Layer already exists 16:59:25 777b2c648970: Layer already exists 16:59:25 c8787f65c6ed: Pushed 16:59:27 35f1fb9c018c: Pushed 16:59:27 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:27 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:27 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 16:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:59:27 c8787f65c6ed: Preparing 16:59:27 35f1fb9c018c: Preparing 16:59:27 ab11bfd6fca5: Preparing 16:59:27 904a3365b523: Preparing 16:59:27 777b2c648970: Preparing 16:59:27 ab11bfd6fca5: Layer already exists 16:59:27 35f1fb9c018c: Layer already exists 16:59:27 c8787f65c6ed: Layer already exists 16:59:27 904a3365b523: Layer already exists 16:59:27 777b2c648970: Layer already exists 16:59:27 2.0.0-dev.92: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:27 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:59:28 c8787f65c6ed: Preparing 16:59:28 35f1fb9c018c: Preparing 16:59:28 ab11bfd6fca5: Preparing 16:59:28 904a3365b523: Preparing 16:59:28 777b2c648970: Preparing 16:59:28 777b2c648970: Layer already exists 16:59:28 c8787f65c6ed: Layer already exists 16:59:28 ab11bfd6fca5: Layer already exists 16:59:28 35f1fb9c018c: Layer already exists 16:59:28 904a3365b523: Layer already exists 16:59:28 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:28 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 16:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 16:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:59:28 c8787f65c6ed: Preparing 16:59:28 35f1fb9c018c: Preparing 16:59:28 ab11bfd6fca5: Preparing 16:59:28 904a3365b523: Preparing 16:59:28 777b2c648970: Preparing 16:59:28 777b2c648970: Layer already exists 16:59:28 c8787f65c6ed: Layer already exists 16:59:28 35f1fb9c018c: Layer already exists 16:59:28 ab11bfd6fca5: Layer already exists 16:59:28 904a3365b523: Layer already exists 16:59:28 master: digest: sha256:3eee07da2761b37d0c75eb0c2cc4cd9649f9386dbc6c5e97f9baf0c44bd84df3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:29 ===================================================== [Pipeline] echo 16:59:29 taggedImages: 16:59:29 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:29 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.92 16:59:29 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:29 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 16:59:29 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 16:59:29 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:29 2.0.0-dev.92 16:59:29 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:29 master 16:59:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:29 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 16:59:30 7fc43c583425: Preparing 16:59:30 7fc43c583425: Preparing 16:59:30 d52fec92b016: Preparing 16:59:30 88b955389ee1: Preparing 16:59:30 839e64d9d9d3: Preparing 16:59:30 ab11bfd6fca5: Preparing 16:59:30 e6f1937f553b: Preparing 16:59:30 e6f1937f553b: Preparing 16:59:30 06582f291c48: Preparing 16:59:30 fc93378dd728: Preparing 16:59:30 777b2c648970: Preparing 16:59:30 e6f1937f553b: Waiting 16:59:30 fc93378dd728: Waiting 16:59:30 06582f291c48: Waiting 16:59:30 777b2c648970: Waiting 16:59:30 ab11bfd6fca5: Layer already exists 16:59:30 d52fec92b016: Pushed 16:59:30 e6f1937f553b: Pushed 16:59:30 88b955389ee1: Pushed 16:59:30 7fc43c583425: Pushed 16:59:30 777b2c648970: Layer already exists 16:59:30 06582f291c48: Pushed 16:59:30 fc93378dd728: Pushed 16:59:31 839e64d9d9d3: Pushed 16:59:31 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh 16:59:31 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 16:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 16:59:32 7fc43c583425: Preparing 16:59:32 7fc43c583425: Preparing 16:59:32 d52fec92b016: Preparing 16:59:32 88b955389ee1: Preparing 16:59:32 839e64d9d9d3: Preparing 16:59:32 ab11bfd6fca5: Preparing 16:59:32 e6f1937f553b: Preparing 16:59:32 e6f1937f553b: Preparing 16:59:32 06582f291c48: Preparing 16:59:32 fc93378dd728: Preparing 16:59:32 777b2c648970: Preparing 16:59:32 e6f1937f553b: Waiting 16:59:32 06582f291c48: Waiting 16:59:32 fc93378dd728: Waiting 16:59:32 777b2c648970: Waiting 16:59:32 7fc43c583425: Layer already exists 16:59:32 839e64d9d9d3: Layer already exists 16:59:32 d52fec92b016: Layer already exists 16:59:32 88b955389ee1: Layer already exists 16:59:32 ab11bfd6fca5: Layer already exists 16:59:32 06582f291c48: Layer already exists 16:59:32 777b2c648970: Layer already exists 16:59:32 e6f1937f553b: Layer already exists 16:59:32 fc93378dd728: Layer already exists 16:59:32 2.0.0-dev.92: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh 16:59:32 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 16:59:32 7fc43c583425: Preparing 16:59:32 7fc43c583425: Preparing 16:59:32 d52fec92b016: Preparing 16:59:32 88b955389ee1: Preparing 16:59:32 839e64d9d9d3: Preparing 16:59:32 ab11bfd6fca5: Preparing 16:59:32 e6f1937f553b: Preparing 16:59:32 e6f1937f553b: Preparing 16:59:32 06582f291c48: Preparing 16:59:32 fc93378dd728: Preparing 16:59:32 777b2c648970: Preparing 16:59:32 e6f1937f553b: Waiting 16:59:32 fc93378dd728: Waiting 16:59:32 777b2c648970: Waiting 16:59:32 06582f291c48: Waiting 16:59:32 88b955389ee1: Layer already exists 16:59:32 7fc43c583425: Layer already exists 16:59:32 d52fec92b016: Layer already exists 16:59:32 ab11bfd6fca5: Layer already exists 16:59:32 839e64d9d9d3: Layer already exists 16:59:32 06582f291c48: Layer already exists 16:59:32 e6f1937f553b: Layer already exists 16:59:32 fc93378dd728: Layer already exists 16:59:32 777b2c648970: Layer already exists 16:59:32 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] isUnix [Pipeline] sh 16:59:32 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 16:59:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 16:59:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 16:59:33 7fc43c583425: Preparing 16:59:33 7fc43c583425: Preparing 16:59:33 d52fec92b016: Preparing 16:59:33 88b955389ee1: Preparing 16:59:33 839e64d9d9d3: Preparing 16:59:33 ab11bfd6fca5: Preparing 16:59:33 e6f1937f553b: Preparing 16:59:33 e6f1937f553b: Preparing 16:59:33 06582f291c48: Preparing 16:59:33 fc93378dd728: Preparing 16:59:33 777b2c648970: Preparing 16:59:33 e6f1937f553b: Waiting 16:59:33 06582f291c48: Waiting 16:59:33 fc93378dd728: Waiting 16:59:33 777b2c648970: Waiting 16:59:33 ab11bfd6fca5: Layer already exists 16:59:33 d52fec92b016: Layer already exists 16:59:33 88b955389ee1: Layer already exists 16:59:33 7fc43c583425: Layer already exists 16:59:33 839e64d9d9d3: Layer already exists 16:59:33 e6f1937f553b: Layer already exists 16:59:33 06582f291c48: Layer already exists 16:59:33 777b2c648970: Layer already exists 16:59:33 fc93378dd728: Layer already exists 16:59:33 master: digest: sha256:c709aaeae0c137e62e9bd6251002a23803619382842d852cd3703a3046d6f7f2 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:33 ===================================================== [Pipeline] echo 16:59:33 taggedImages: 16:59:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.92 16:59:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 16:59:33 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 16:59:33 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:33 2.0.0-dev.92 16:59:33 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:33 master 16:59:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:34 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:59:34 b161106202e2: Preparing 16:59:34 889b361f6d17: Preparing 16:59:34 ada6e9f3c8af: Preparing 16:59:34 a5ab6beaae34: Preparing 16:59:34 9a8b47e11f1f: Preparing 16:59:34 777b2c648970: Preparing 16:59:34 777b2c648970: Waiting 16:59:34 ada6e9f3c8af: Pushed 16:59:34 a5ab6beaae34: Pushed 16:59:34 777b2c648970: Layer already exists 16:59:34 9a8b47e11f1f: Pushed 16:59:35 889b361f6d17: Pushed 16:59:35 b161106202e2: Pushed 16:59:36 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh 16:59:36 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 16:59:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:59:36 b161106202e2: Preparing 16:59:36 889b361f6d17: Preparing 16:59:36 ada6e9f3c8af: Preparing 16:59:36 a5ab6beaae34: Preparing 16:59:36 9a8b47e11f1f: Preparing 16:59:36 777b2c648970: Preparing 16:59:36 777b2c648970: Waiting 16:59:36 b161106202e2: Layer already exists 16:59:36 889b361f6d17: Layer already exists 16:59:36 a5ab6beaae34: Layer already exists 16:59:36 ada6e9f3c8af: Layer already exists 16:59:36 9a8b47e11f1f: Layer already exists 16:59:36 777b2c648970: Layer already exists 16:59:36 2.0.0-dev.92: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:59:37 b161106202e2: Preparing 16:59:37 889b361f6d17: Preparing 16:59:37 ada6e9f3c8af: Preparing 16:59:37 a5ab6beaae34: Preparing 16:59:37 9a8b47e11f1f: Preparing 16:59:37 777b2c648970: Preparing 16:59:37 777b2c648970: Waiting 16:59:37 b161106202e2: Layer already exists 16:59:37 9a8b47e11f1f: Layer already exists 16:59:37 a5ab6beaae34: Layer already exists 16:59:37 889b361f6d17: Layer already exists 16:59:37 ada6e9f3c8af: Layer already exists 16:59:37 777b2c648970: Layer already exists 16:59:37 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:59:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 16:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:59:38 b161106202e2: Preparing 16:59:38 889b361f6d17: Preparing 16:59:38 ada6e9f3c8af: Preparing 16:59:38 a5ab6beaae34: Preparing 16:59:38 9a8b47e11f1f: Preparing 16:59:38 777b2c648970: Preparing 16:59:38 777b2c648970: Waiting 16:59:38 b161106202e2: Layer already exists 16:59:38 889b361f6d17: Layer already exists 16:59:38 a5ab6beaae34: Layer already exists 16:59:38 9a8b47e11f1f: Layer already exists 16:59:38 ada6e9f3c8af: Layer already exists 16:59:38 777b2c648970: Layer already exists 16:59:39 master: digest: sha256:67c2abc51e7b80e1d6da7d958893ffe68a604480e3b07e70101b4a8793ccd12d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:39 ===================================================== [Pipeline] echo 16:59:39 taggedImages: 16:59:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.92 16:59:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 16:59:39 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 16:59:39 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:39 2.0.0-dev.92 16:59:39 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:39 master 16:59:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:39 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:59:40 3a4809a94f68: Preparing 16:59:40 1396368656df: Preparing 16:59:40 85dc8708691c: Preparing 16:59:40 96c91959309e: Preparing 16:59:40 6be128b857f5: Preparing 16:59:40 b1924275bfeb: Preparing 16:59:40 08f5197c319d: Preparing 16:59:40 c5a768c44743: Preparing 16:59:40 777b2c648970: Preparing 16:59:40 b1924275bfeb: Waiting 16:59:40 08f5197c319d: Waiting 16:59:40 c5a768c44743: Waiting 16:59:40 777b2c648970: Waiting 16:59:40 3a4809a94f68: Pushed 16:59:40 6be128b857f5: Pushed 16:59:40 1396368656df: Pushed 16:59:41 b1924275bfeb: Pushed 16:59:41 08f5197c319d: Pushed 16:59:41 777b2c648970: Layer already exists 16:59:41 c5a768c44743: Pushed 16:59:41 96c91959309e: Pushed 16:59:41 85dc8708691c: Pushed 16:59:42 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:59:42 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 16:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:59:42 3a4809a94f68: Preparing 16:59:42 1396368656df: Preparing 16:59:42 85dc8708691c: Preparing 16:59:42 96c91959309e: Preparing 16:59:42 6be128b857f5: Preparing 16:59:42 b1924275bfeb: Preparing 16:59:42 08f5197c319d: Preparing 16:59:42 c5a768c44743: Preparing 16:59:42 777b2c648970: Preparing 16:59:42 b1924275bfeb: Waiting 16:59:42 08f5197c319d: Waiting 16:59:42 c5a768c44743: Waiting 16:59:42 777b2c648970: Waiting 16:59:42 6be128b857f5: Layer already exists 16:59:42 3a4809a94f68: Layer already exists 16:59:42 1396368656df: Layer already exists 16:59:42 85dc8708691c: Layer already exists 16:59:42 96c91959309e: Layer already exists 16:59:42 08f5197c319d: Layer already exists 16:59:42 c5a768c44743: Layer already exists 16:59:42 b1924275bfeb: Layer already exists 16:59:42 777b2c648970: Layer already exists 16:59:42 2.0.0-dev.92: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:59:43 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:59:43 3a4809a94f68: Preparing 16:59:43 1396368656df: Preparing 16:59:43 85dc8708691c: Preparing 16:59:43 96c91959309e: Preparing 16:59:43 6be128b857f5: Preparing 16:59:43 b1924275bfeb: Preparing 16:59:43 08f5197c319d: Preparing 16:59:43 c5a768c44743: Preparing 16:59:43 777b2c648970: Preparing 16:59:43 08f5197c319d: Waiting 16:59:43 c5a768c44743: Waiting 16:59:43 b1924275bfeb: Waiting 16:59:43 777b2c648970: Waiting 16:59:43 3a4809a94f68: Layer already exists 16:59:43 85dc8708691c: Layer already exists 16:59:43 1396368656df: Layer already exists 16:59:43 6be128b857f5: Layer already exists 16:59:43 96c91959309e: Layer already exists 16:59:43 b1924275bfeb: Layer already exists 16:59:43 08f5197c319d: Layer already exists 16:59:43 c5a768c44743: Layer already exists 16:59:43 777b2c648970: Layer already exists 16:59:43 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:59:43 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:59:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 16:59:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:59:43 3a4809a94f68: Preparing 16:59:43 1396368656df: Preparing 16:59:43 85dc8708691c: Preparing 16:59:43 96c91959309e: Preparing 16:59:43 6be128b857f5: Preparing 16:59:43 b1924275bfeb: Preparing 16:59:43 08f5197c319d: Preparing 16:59:43 c5a768c44743: Preparing 16:59:43 777b2c648970: Preparing 16:59:43 b1924275bfeb: Waiting 16:59:43 08f5197c319d: Waiting 16:59:43 c5a768c44743: Waiting 16:59:43 777b2c648970: Waiting 16:59:43 6be128b857f5: Layer already exists 16:59:43 3a4809a94f68: Layer already exists 16:59:43 85dc8708691c: Layer already exists 16:59:43 1396368656df: Layer already exists 16:59:43 96c91959309e: Layer already exists 16:59:43 b1924275bfeb: Layer already exists 16:59:43 777b2c648970: Layer already exists 16:59:43 08f5197c319d: Layer already exists 16:59:43 c5a768c44743: Layer already exists 16:59:43 master: digest: sha256:d63c747d0e92049025a8b3ce17ac4a608f27b6e87b41a6bb550909996adb11e1 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:44 ===================================================== [Pipeline] echo 16:59:44 taggedImages: 16:59:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.92 16:59:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:44 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 16:59:44 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 16:59:44 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:44 2.0.0-dev.92 16:59:44 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:44 master 16:59:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:44 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:59:45 1e8428a7bea6: Preparing 16:59:45 4294a7bb6ecc: Preparing 16:59:45 ab11bfd6fca5: Preparing 16:59:45 8960173324be: Preparing 16:59:45 777b2c648970: Preparing 16:59:45 777b2c648970: Layer already exists 16:59:45 ab11bfd6fca5: Layer already exists 16:59:45 1e8428a7bea6: Pushed 16:59:45 8960173324be: Pushed 16:59:46 4294a7bb6ecc: Pushed 16:59:46 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh 16:59:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 16:59:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:59:46 1e8428a7bea6: Preparing 16:59:46 4294a7bb6ecc: Preparing 16:59:46 ab11bfd6fca5: Preparing 16:59:46 8960173324be: Preparing 16:59:46 777b2c648970: Preparing 16:59:46 ab11bfd6fca5: Layer already exists 16:59:46 1e8428a7bea6: Layer already exists 16:59:46 4294a7bb6ecc: Layer already exists 16:59:46 8960173324be: Layer already exists 16:59:46 777b2c648970: Layer already exists 16:59:46 2.0.0-dev.92: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh 16:59:47 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:59:47 1e8428a7bea6: Preparing 16:59:47 4294a7bb6ecc: Preparing 16:59:47 ab11bfd6fca5: Preparing 16:59:47 8960173324be: Preparing 16:59:47 777b2c648970: Preparing 16:59:47 ab11bfd6fca5: Layer already exists 16:59:47 4294a7bb6ecc: Layer already exists 16:59:47 1e8428a7bea6: Layer already exists 16:59:47 777b2c648970: Layer already exists 16:59:47 8960173324be: Layer already exists 16:59:47 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] isUnix [Pipeline] sh 16:59:47 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 16:59:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 16:59:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:59:48 1e8428a7bea6: Preparing 16:59:48 4294a7bb6ecc: Preparing 16:59:48 ab11bfd6fca5: Preparing 16:59:48 8960173324be: Preparing 16:59:48 777b2c648970: Preparing 16:59:48 ab11bfd6fca5: Layer already exists 16:59:48 8960173324be: Layer already exists 16:59:48 777b2c648970: Layer already exists 16:59:48 1e8428a7bea6: Layer already exists 16:59:48 4294a7bb6ecc: Layer already exists 16:59:48 master: digest: sha256:99f30bb14110029dbcfc97f4dc5b96eb33242635e11cb1253ba142de8e8e9ecb size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:48 ===================================================== [Pipeline] echo 16:59:48 taggedImages: 16:59:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.92 16:59:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:48 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 16:59:48 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 16:59:48 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:48 2.0.0-dev.92 16:59:48 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:48 master 16:59:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:48 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:59:49 7711df07b8ed: Preparing 16:59:49 20e07c5796c4: Preparing 16:59:49 ab11bfd6fca5: Preparing 16:59:49 904a3365b523: Preparing 16:59:49 777b2c648970: Preparing 16:59:49 777b2c648970: Layer already exists 16:59:49 904a3365b523: Layer already exists 16:59:49 ab11bfd6fca5: Layer already exists 16:59:49 7711df07b8ed: Pushed 16:59:50 20e07c5796c4: Pushed 16:59:50 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 16:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:59:51 7711df07b8ed: Preparing 16:59:51 20e07c5796c4: Preparing 16:59:51 ab11bfd6fca5: Preparing 16:59:51 904a3365b523: Preparing 16:59:51 777b2c648970: Preparing 16:59:51 777b2c648970: Layer already exists 16:59:51 20e07c5796c4: Layer already exists 16:59:51 904a3365b523: Layer already exists 16:59:51 ab11bfd6fca5: Layer already exists 16:59:51 7711df07b8ed: Layer already exists 16:59:51 2.0.0-dev.92: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 16:59:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:59:51 7711df07b8ed: Preparing 16:59:51 20e07c5796c4: Preparing 16:59:51 ab11bfd6fca5: Preparing 16:59:51 904a3365b523: Preparing 16:59:51 777b2c648970: Preparing 16:59:51 904a3365b523: Layer already exists 16:59:51 7711df07b8ed: Layer already exists 16:59:51 ab11bfd6fca5: Layer already exists 16:59:51 777b2c648970: Layer already exists 16:59:51 20e07c5796c4: Layer already exists 16:59:51 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] isUnix [Pipeline] sh 16:59:52 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 16:59:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 16:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:59:52 7711df07b8ed: Preparing 16:59:52 20e07c5796c4: Preparing 16:59:52 ab11bfd6fca5: Preparing 16:59:52 904a3365b523: Preparing 16:59:52 777b2c648970: Preparing 16:59:52 ab11bfd6fca5: Layer already exists 16:59:52 777b2c648970: Layer already exists 16:59:52 7711df07b8ed: Layer already exists 16:59:52 20e07c5796c4: Layer already exists 16:59:52 904a3365b523: Layer already exists 16:59:52 master: digest: sha256:c62fd6ad7912f5751a19edd1c155d864cf5357b76516da1c2aa661192c2a48ef size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:59:52 ===================================================== [Pipeline] echo 16:59:52 taggedImages: 16:59:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.92 16:59:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:52 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 16:59:52 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 16:59:52 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:52 2.0.0-dev.92 16:59:52 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 16:59:52 master 16:59:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:53 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 16:59:53 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 16:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:59:53 19872dd2675e: Preparing 16:59:53 da7d606620f4: Preparing 16:59:53 e8dedfda1086: Preparing 16:59:53 31530b57d332: Preparing 16:59:53 1161b7253bd6: Preparing 16:59:53 a9c027bff4c0: Preparing 16:59:53 ea01744211d3: Preparing 16:59:53 0754057c0ad3: Preparing 16:59:53 998cdf262ab1: Preparing 16:59:53 02e56110abd2: Preparing 16:59:53 abc36efb885a: Preparing 16:59:53 b0b09059f4e1: Preparing 16:59:53 bb961f40224b: Preparing 16:59:53 f4666769fca7: Preparing 16:59:53 a9c027bff4c0: Waiting 16:59:53 ea01744211d3: Waiting 16:59:53 abc36efb885a: Waiting 16:59:53 b0b09059f4e1: Waiting 16:59:53 bb961f40224b: Waiting 16:59:53 f4666769fca7: Waiting 16:59:53 0754057c0ad3: Waiting 16:59:53 998cdf262ab1: Waiting 16:59:53 02e56110abd2: Waiting 16:59:53 1161b7253bd6: Pushed 16:59:53 19872dd2675e: Pushed 16:59:54 31530b57d332: Pushed 16:59:54 0754057c0ad3: Layer already exists 16:59:54 998cdf262ab1: Layer already exists 16:59:54 02e56110abd2: Layer already exists 16:59:54 abc36efb885a: Layer already exists 16:59:54 b0b09059f4e1: Layer already exists 16:59:54 bb961f40224b: Layer already exists 16:59:54 ea01744211d3: Pushed 16:59:54 f4666769fca7: Layer already exists 16:59:55 a9c027bff4c0: Pushed 16:59:55 da7d606620f4: Pushed 17:00:03 e8dedfda1086: Pushed 17:00:03 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh 17:00:03 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:00:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 17:00:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:00:03 19872dd2675e: Preparing 17:00:03 da7d606620f4: Preparing 17:00:03 e8dedfda1086: Preparing 17:00:03 31530b57d332: Preparing 17:00:03 1161b7253bd6: Preparing 17:00:03 a9c027bff4c0: Preparing 17:00:03 ea01744211d3: Preparing 17:00:03 0754057c0ad3: Preparing 17:00:03 998cdf262ab1: Preparing 17:00:03 02e56110abd2: Preparing 17:00:03 abc36efb885a: Preparing 17:00:03 b0b09059f4e1: Preparing 17:00:03 bb961f40224b: Preparing 17:00:03 f4666769fca7: Preparing 17:00:03 02e56110abd2: Waiting 17:00:03 abc36efb885a: Waiting 17:00:03 b0b09059f4e1: Waiting 17:00:03 bb961f40224b: Waiting 17:00:03 f4666769fca7: Waiting 17:00:03 ea01744211d3: Waiting 17:00:03 a9c027bff4c0: Waiting 17:00:03 0754057c0ad3: Waiting 17:00:03 998cdf262ab1: Waiting 17:00:03 19872dd2675e: Layer already exists 17:00:03 e8dedfda1086: Layer already exists 17:00:03 31530b57d332: Layer already exists 17:00:03 da7d606620f4: Layer already exists 17:00:03 1161b7253bd6: Layer already exists 17:00:03 a9c027bff4c0: Layer already exists 17:00:03 ea01744211d3: Layer already exists 17:00:03 998cdf262ab1: Layer already exists 17:00:03 02e56110abd2: Layer already exists 17:00:03 0754057c0ad3: Layer already exists 17:00:03 abc36efb885a: Layer already exists 17:00:03 b0b09059f4e1: Layer already exists 17:00:03 f4666769fca7: Layer already exists 17:00:03 bb961f40224b: Layer already exists 17:00:03 2.0.0-dev.92: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh 17:00:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:00:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:00:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:00:04 19872dd2675e: Preparing 17:00:04 da7d606620f4: Preparing 17:00:04 e8dedfda1086: Preparing 17:00:04 31530b57d332: Preparing 17:00:04 1161b7253bd6: Preparing 17:00:04 a9c027bff4c0: Preparing 17:00:04 ea01744211d3: Preparing 17:00:04 0754057c0ad3: Preparing 17:00:04 998cdf262ab1: Preparing 17:00:04 02e56110abd2: Preparing 17:00:04 abc36efb885a: Preparing 17:00:04 b0b09059f4e1: Preparing 17:00:04 bb961f40224b: Preparing 17:00:04 f4666769fca7: Preparing 17:00:04 a9c027bff4c0: Waiting 17:00:04 abc36efb885a: Waiting 17:00:04 b0b09059f4e1: Waiting 17:00:04 bb961f40224b: Waiting 17:00:04 f4666769fca7: Waiting 17:00:04 ea01744211d3: Waiting 17:00:04 0754057c0ad3: Waiting 17:00:04 998cdf262ab1: Waiting 17:00:04 02e56110abd2: Waiting 17:00:04 1161b7253bd6: Layer already exists 17:00:04 da7d606620f4: Layer already exists 17:00:04 31530b57d332: Layer already exists 17:00:04 19872dd2675e: Layer already exists 17:00:04 e8dedfda1086: Layer already exists 17:00:04 ea01744211d3: Layer already exists 17:00:04 02e56110abd2: Layer already exists 17:00:04 0754057c0ad3: Layer already exists 17:00:04 a9c027bff4c0: Layer already exists 17:00:04 998cdf262ab1: Layer already exists 17:00:04 abc36efb885a: Layer already exists 17:00:04 bb961f40224b: Layer already exists 17:00:04 b0b09059f4e1: Layer already exists 17:00:04 f4666769fca7: Layer already exists 17:00:04 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] isUnix [Pipeline] sh 17:00:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 17:00:05 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 17:00:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 17:00:05 19872dd2675e: Preparing 17:00:05 da7d606620f4: Preparing 17:00:05 e8dedfda1086: Preparing 17:00:05 31530b57d332: Preparing 17:00:05 1161b7253bd6: Preparing 17:00:05 a9c027bff4c0: Preparing 17:00:05 ea01744211d3: Preparing 17:00:05 0754057c0ad3: Preparing 17:00:05 998cdf262ab1: Preparing 17:00:05 02e56110abd2: Preparing 17:00:05 abc36efb885a: Preparing 17:00:05 b0b09059f4e1: Preparing 17:00:05 bb961f40224b: Preparing 17:00:05 f4666769fca7: Preparing 17:00:05 0754057c0ad3: Waiting 17:00:05 998cdf262ab1: Waiting 17:00:05 02e56110abd2: Waiting 17:00:05 abc36efb885a: Waiting 17:00:05 b0b09059f4e1: Waiting 17:00:05 a9c027bff4c0: Waiting 17:00:05 ea01744211d3: Waiting 17:00:05 bb961f40224b: Waiting 17:00:05 f4666769fca7: Waiting 17:00:05 e8dedfda1086: Layer already exists 17:00:05 31530b57d332: Layer already exists 17:00:05 da7d606620f4: Layer already exists 17:00:05 19872dd2675e: Layer already exists 17:00:05 1161b7253bd6: Layer already exists 17:00:05 0754057c0ad3: Layer already exists 17:00:05 a9c027bff4c0: Layer already exists 17:00:05 ea01744211d3: Layer already exists 17:00:05 998cdf262ab1: Layer already exists 17:00:05 02e56110abd2: Layer already exists 17:00:05 bb961f40224b: Layer already exists 17:00:05 abc36efb885a: Layer already exists 17:00:05 b0b09059f4e1: Layer already exists 17:00:05 f4666769fca7: Layer already exists 17:00:05 master: digest: sha256:629583d60ba74777aa978a7b3b802f98f5f6b00ffee69b52fb0b1b77966f594a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:00:05 ===================================================== [Pipeline] echo 17:00:05 taggedImages: 17:00:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:00:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.92 17:00:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:00:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:00:10 Removing intermediate container d6a93a63f73c 17:00:10 ---> 9d91ef5457d1 17:00:10 17:00:10 Step 10/30 : FROM alpine:3.12 17:00:10 ---> afeebe901d6b 17:00:10 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:00:10 ---> Running in d5dd0653cb6e 17:00:10 Removing intermediate container d5dd0653cb6e 17:00:10 ---> 953db9f20021 17:00:10 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 17:00:10 ---> Running in 8c973623a31c 17:00:10 Removing intermediate container ce6484336120 17:00:10 ---> 1429e7d2764e 17:00:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:00:10 ---> Running in 68c419a3c832 17:00:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:10 (1/2) Installing dumb-init (1.2.2-r1) 17:00:10 (2/2) Installing su-exec (0.2-r1) 17:00:10 Executing busybox-1.31.1-r19.trigger 17:00:10 OK: 5 MiB in 16 packages 17:00:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.92" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:00:10 Removing intermediate container 8c973623a31c 17:00:10 ---> 84a7d6c1af8f 17:00:10 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 17:00:10 ---> Running in dd58a5eb68f1 17:00:10 Removing intermediate container dd58a5eb68f1 17:00:10 ---> 4fdef96eb062 17:00:10 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:00:10 ---> Running in 5d853ef96582 17:00:10 Removing intermediate container 5d853ef96582 17:00:10 ---> 9b321286d93e 17:00:10 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:00:10 ---> Running in 1698a8eee26d 17:00:10 Removing intermediate container 68c419a3c832 17:00:10 ---> 8c0a88bbe859 17:00:10 17:00:10 Step 11/26 : FROM docker:20.10.0 17:00:10 20.10.0: Pulling from library/docker 17:00:12 Removing intermediate container 1698a8eee26d 17:00:12 ---> cd7d06c26a82 17:00:12 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 17:00:13 ---> Running in 78b6bd2e844a 17:00:15 Removing intermediate container 78b6bd2e844a 17:00:15 ---> 52632456af05 17:00:15 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:00:16 ---> e566ed563ea2 17:00:16 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:00:16 ---> Running in fcb1c55f6fe9 17:00:21 Removing intermediate container fcb1c55f6fe9 17:00:21 ---> eb86376c8196 17:00:21 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:22 ---> 50701b9c16c3 17:00:22 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:00:25 ---> 59cf9dd8e380 17:00:25 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:00:25 Removing intermediate container 703248ebd6ca 17:00:25 ---> 4a0c23e9a727 17:00:25 17:00:25 Step 10/22 : FROM alpine:3.12 17:00:25 ---> afeebe901d6b 17:00:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:00:25 ---> Using cache 17:00:25 ---> ea7ddb5e3d21 17:00:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:00:25 ---> Using cache 17:00:25 ---> 09482904542f 17:00:25 Step 13/22 : ENV APP_PORT=48085 17:00:25 ---> Running in 5c46f26b64db 17:00:26 ---> 4e69f97afc88 17:00:26 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:00:26 Removing intermediate container 5c46f26b64db 17:00:26 ---> e855ba46610f 17:00:26 Step 14/22 : EXPOSE $APP_PORT 17:00:26 ---> Running in 4fef6b1e586e 17:00:27 Removing intermediate container 4fef6b1e586e 17:00:27 ---> 9a06d0b0f7b2 17:00:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:27 ---> cc3deaf388d5 17:00:27 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:00:28 ---> Running in 0da3c5183b76 17:00:28 ---> 7a1dbf43a2cf 17:00:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:00:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:00:29 Status: Downloaded newer image for docker:20.10.0 17:00:29 ---> eeaf43b92773 17:00:29 Step 12/26 : RUN apk add --no-cache bash 17:00:29 Removing intermediate container 0da3c5183b76 17:00:29 ---> 6091f4553975 17:00:29 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:00:29 ---> Running in f432dffacfab 17:00:30 Removing intermediate container e8843ab1a9ee 17:00:30 ---> 8832fa2dcd9d 17:00:30 17:00:30 Step 10/23 : FROM alpine:3.12 17:00:30 ---> afeebe901d6b 17:00:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:00:30 ---> Using cache 17:00:30 ---> ea7ddb5e3d21 17:00:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:00:30 ---> Using cache 17:00:30 ---> 09482904542f 17:00:30 Step 13/23 : ENV APP_PORT=48081 17:00:30 ---> 72d600942735 17:00:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:00:30 ---> d4d2baf7e480 17:00:30 Step 25/30 : RUN chmod +x /entrypoint.sh 17:00:30 ---> Running in ecb4180734c5 17:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:31 ---> Running in 09709158e94f 17:00:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:31 Removing intermediate container ecb4180734c5 17:00:31 ---> a35aea106f0b 17:00:31 Step 14/23 : EXPOSE $APP_PORT 17:00:31 ---> Running in 039b9f7a1cff 17:00:31 ---> ae961af09a8b 17:00:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:00:31 (1/2) Installing readline (8.0.4-r0) 17:00:31 (2/2) Installing bash (5.0.17-r0) 17:00:31 Executing bash-5.0.17-r0.post-install 17:00:31 Executing busybox-1.31.1-r19.trigger 17:00:31 OK: 12 MiB in 22 packages 17:00:32 ---> Running in 6cbb86bac0bf 17:00:32 Removing intermediate container 039b9f7a1cff 17:00:32 ---> 55682c440957 17:00:32 Step 15/23 : WORKDIR / 17:00:32 Removing intermediate container 6cbb86bac0bf 17:00:32 ---> 3aee77cfe02b 17:00:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:32 ---> Running in ec15c35d3f80 17:00:32 ---> Running in cd9ac475e731 17:00:33 Removing intermediate container ec15c35d3f80 17:00:33 ---> 39a60bd8da67 17:00:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:00:33 Removing intermediate container cd9ac475e731 17:00:33 ---> a7c1c40aaff6 17:00:33 Step 20/22 : LABEL arch=arm64 17:00:33 Removing intermediate container f432dffacfab 17:00:33 ---> b6ee26ea4d33 17:00:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:00:33 ---> Running in 06fb39fd4849 17:00:33 ---> Running in 3c8bd0813c72 17:00:33 Removing intermediate container 09709158e94f 17:00:33 ---> dbb6ebe49a09 17:00:33 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:00:34 ---> Running in 1765918f3549 17:00:34 ---> 4e05b3b25c8e 17:00:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:00:34 Removing intermediate container 3c8bd0813c72 17:00:34 ---> 97a6d0be796c 17:00:34 Step 14/26 : ENV APP_PORT=48090 17:00:34 Removing intermediate container 06fb39fd4849 17:00:34 ---> b55fa55d8eae 17:00:34 Step 21/22 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:00:34 ---> Running in 0678a50a9240 17:00:34 ---> Running in 705417ef3d92 17:00:34 Removing intermediate container 1765918f3549 17:00:34 ---> bf90bebc4b4a 17:00:34 Step 27/30 : CMD ["gate"] 17:00:35 ---> Running in 2e862ecc5aca 17:00:35 Removing intermediate container 705417ef3d92 17:00:35 ---> 383b2f6dfe92 17:00:35 Step 22/22 : LABEL version=2.0.0-dev.92 17:00:35 Removing intermediate container 0678a50a9240 17:00:35 ---> a6993ad247b1 17:00:35 Step 15/26 : EXPOSE $APP_PORT 17:00:35 ---> 43588a1b1592 17:00:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:00:35 ---> Running in fd34cbf0b1de 17:00:35 ---> Running in 5c7c705fae2c 17:00:36 Removing intermediate container 2e862ecc5aca 17:00:36 ---> f0445a2d86ba 17:00:36 Step 28/30 : LABEL arch=arm64 17:00:36 Removing intermediate container 5c7c705fae2c 17:00:36 ---> 46d40b893d66 17:00:36 17:00:36 Successfully built 46d40b893d66 17:00:36 ---> Running in dec483db72ee 17:00:36 Successfully tagged docker-support-scheduler-go-arm64:latest 17:00:36  Building docker-support-scheduler-go ... done Removing intermediate container fd34cbf0b1de 17:00:36 ---> 8600ec311e2f 17:00:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:00:37 ---> ef8b52b6a0a3 17:00:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:00:37 ---> Running in 154d18a71e95 17:00:38 Removing intermediate container dec483db72ee 17:00:38 ---> a5427bc2cac7 17:00:38 Step 29/30 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:00:38 ---> f2a9b713b2cc 17:00:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:00:38 ---> Running in c7ce7951df82 17:00:38 Removing intermediate container 154d18a71e95 17:00:38 ---> 8cc373f9477b 17:00:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:39 ---> Running in 54f7e2af27ec 17:00:40 ---> d2bd538f223c 17:00:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:00:40 Removing intermediate container c7ce7951df82 17:00:40 ---> 03313f564646 17:00:40 Step 30/30 : LABEL version=2.0.0-dev.92 17:00:40 Removing intermediate container 54f7e2af27ec 17:00:40 ---> 163894291db9 17:00:40 Step 21/23 : LABEL arch=arm64 17:00:41 ---> Running in ff137bd2f734 17:00:41 ---> Running in 52e247ee2608 17:00:41 ---> f664c8ca75f1 17:00:41 Step 19/26 : RUN apk --no-cache add py3-pip 17:00:41 ---> Running in 68963dc6c34b 17:00:41 Removing intermediate container ff137bd2f734 17:00:41 ---> 18833b49dde2 17:00:41 17:00:41 Removing intermediate container 52e247ee2608 17:00:41 ---> ef2a411c9f10 17:00:41 Step 22/23 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:00:41 Successfully built 18833b49dde2 17:00:41 ---> Running in 656db8fb9e38 17:00:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:00:42  Building docker-security-bootstrapper-go ... done Removing intermediate container 656db8fb9e38 17:00:42 ---> a301531eabf4 17:00:42 Step 23/23 : LABEL version=2.0.0-dev.92 17:00:42 ---> Running in a68eaf3b9b85 17:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:43 Removing intermediate container a68eaf3b9b85 17:00:43 ---> 38a012dd9c41 17:00:43 17:00:43 Successfully built 38a012dd9c41 17:00:43 (1/33) Installing libbz2 (1.0.8-r1) 17:00:43 (2/33) Installing expat (2.2.9-r1) 17:00:43 (3/33) Installing libffi (3.3-r2) 17:00:43 (4/33) Installing gdbm (1.13-r1) 17:00:43 (5/33) Installing xz-libs (5.2.5-r0) 17:00:43 (6/33) Installing sqlite-libs (3.32.1-r0) 17:00:43 Successfully tagged docker-core-metadata-go-arm64:latest 17:00:43  Building docker-core-metadata-go ... done (7/33) Installing python3 (3.8.5-r0) 17:00:45 (8/33) Installing py3-appdirs (1.4.4-r1) 17:00:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:00:45 (10/33) Installing py3-parsing (2.4.7-r0) 17:00:45 (11/33) Installing py3-six (1.15.0-r0) 17:00:45 (12/33) Installing py3-packaging (20.4-r0) 17:00:45 (13/33) Installing py3-setuptools (47.0.0-r0) 17:00:45 (14/33) Installing py3-chardet (3.0.4-r4) 17:00:45 (15/33) Installing py3-idna (2.9-r0) 17:00:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:00:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:00:45 (18/33) Installing py3-requests (2.23.0-r0) 17:00:45 (19/33) Installing py3-msgpack (1.0.0-r0) 17:00:45 (20/33) Installing py3-lockfile (0.12.2-r3) 17:00:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:00:45 (22/33) Installing py3-colorama (0.4.3-r0) 17:00:45 (23/33) Installing py3-distlib (0.3.0-r0) 17:00:45 (24/33) Installing py3-distro (1.5.0-r1) 17:00:45 (25/33) Installing py3-webencodings (0.5.1-r3) 17:00:45 (26/33) Installing py3-html5lib (1.0.1-r4) 17:00:45 (27/33) Installing py3-pytoml (0.1.21-r0) 17:00:45 (28/33) Installing py3-pep517 (0.8.2-r0) 17:00:45 (29/33) Installing py3-progress (1.5-r0) 17:00:45 (30/33) Installing py3-toml (0.10.1-r0) 17:00:45 (31/33) Installing py3-retrying (1.3.3-r0) 17:00:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:00:45 (33/33) Installing py3-pip (20.1.1-r0) 17:00:45 Executing busybox-1.31.1-r19.trigger 17:00:45 OK: 71 MiB in 55 packages 17:00:52 Removing intermediate container 68963dc6c34b 17:00:52 ---> 8ded17d804f8 17:00:52 Step 20/26 : RUN pip install docker-compose==1.23.2 17:00:52 ---> Running in 2e549284b43c 17:00:57 Collecting docker-compose==1.23.2 17:00:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:00:57 Collecting dockerpty<0.5,>=0.4.1 17:00:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:00:59 Collecting websocket-client<1.0,>=0.32.0 17:00:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:01:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:01:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:01:01 Collecting jsonschema<3,>=2.5.1 17:01:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:01:01 Collecting cached-property<2,>=1.2.0 17:01:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:01:02 Collecting docker<4.0,>=3.6.0 17:01:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:01:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:01:02 Collecting docopt<0.7,>=0.6.1 17:01:02 Downloading docopt-0.6.2.tar.gz (25 kB) 17:01:05 Collecting PyYAML<4,>=3.10 17:01:05 Downloading PyYAML-3.13.tar.gz (270 kB) 17:01:08 Collecting texttable<0.10,>=0.9.0 17:01:08 Downloading texttable-0.9.1.tar.gz (11 kB) 17:01:10 Collecting idna<2.8,>=2.5 17:01:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:01:10 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) 17:01:10 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) 17:01:10 Collecting urllib3<1.25,>=1.21.1 17:01:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:01:10 Collecting docker-pycreds>=0.4.0 17:01:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:01:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:01:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:01:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:01:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:01:11 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, jsonschema, cached-property, docker-pycreds, docker, docopt, PyYAML, texttable, docker-compose 17:01:11 Running setup.py install for dockerpty: started 17:01:13 Running setup.py install for dockerpty: finished with status 'done' 17:01:14 Attempting uninstall: idna 17:01:14 Found existing installation: idna 2.9 17:01:14 Uninstalling idna-2.9: 17:01:14 Successfully uninstalled idna-2.9 17:01:14 Attempting uninstall: urllib3 17:01:14 Found existing installation: urllib3 1.25.9 17:01:14 Uninstalling urllib3-1.25.9: 17:01:14 Successfully uninstalled urllib3-1.25.9 17:01:15 Attempting uninstall: requests 17:01:15 Found existing installation: requests 2.23.0 17:01:15 Uninstalling requests-2.23.0: 17:01:15 Successfully uninstalled requests-2.23.0 17:01:16 Running setup.py install for docopt: started 17:01:18 Running setup.py install for docopt: finished with status 'done' 17:01:18 Running setup.py install for PyYAML: started 17:01:20 Running setup.py install for PyYAML: finished with status 'done' 17:01:20 Running setup.py install for texttable: started 17:01:22 Running setup.py install for texttable: finished with status 'done' 17:01:23 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 17:01:27 Removing intermediate container 2e549284b43c 17:01:27 ---> 9ca9d859148c 17:01:27 Step 21/26 : RUN apk --no-cache add curl 17:01:27 ---> Running in fe361bdde634 17:01:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:01:29 (2/3) Installing libcurl (7.69.1-r3) 17:01:29 (3/3) Installing curl (7.69.1-r3) 17:01:29 Executing busybox-1.31.1-r19.trigger 17:01:29 OK: 71 MiB in 58 packages 17:01:30 Removing intermediate container fe361bdde634 17:01:30 ---> b210054a1ff6 17:01:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:01:30 ---> Running in 698a3509a0b2 17:01:30 Removing intermediate container 698a3509a0b2 17:01:30 ---> 8c0e315043de 17:01:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:30 ---> Running in ff799c9a3409 17:01:31 Removing intermediate container ff799c9a3409 17:01:31 ---> a3f8addb5d05 17:01:31 Step 24/26 : LABEL arch=arm64 17:01:31 ---> Running in bdbe4a44b640 17:01:32 Removing intermediate container bdbe4a44b640 17:01:32 ---> b2e2d2fb7dae 17:01:32 Step 25/26 : LABEL git_sha=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:32 ---> Running in a493539da7b8 17:01:32 Removing intermediate container a493539da7b8 17:01:32 ---> 757c62871d97 17:01:32 Step 26/26 : LABEL version=2.0.0-dev.92 17:01:32 ---> Running in 222d49db1208 17:01:33 Removing intermediate container 222d49db1208 17:01:33 ---> 2d485ff07f53 17:01:33 17:01:33 Successfully built 2d485ff07f53 17:01:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:01:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:01:34 $ docker stop --time=1 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 17:01:36 $ docker rm -f 1a9f63c473c0aa1975de58d44eb1aaf225039c34dc9d3997f7197447a556f666 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:36 + + grepdocker docker 17:01:36 images 17:01:36 docker-sys-mgmt-agent-go-arm64 latest 2d485ff07f53 3 seconds ago 300MB 17:01:36 docker-core-metadata-go-arm64 latest 38a012dd9c41 54 seconds ago 17.8MB 17:01:36 docker-security-bootstrapper-go-arm64 latest 18833b49dde2 55 seconds ago 17MB 17:01:36 docker-support-scheduler-go-arm64 latest 46d40b893d66 About a minute ago 16.1MB 17:01:36 docker-core-data-go-arm64 latest 0dbedb4360ab 2 minutes ago 21MB 17:01:36 docker-core-command-go-arm64 latest b017d8868cdf 3 minutes ago 16MB 17:01:36 docker-support-notifications-go-arm64 latest bdc45d580b94 3 minutes ago 16.7MB 17:01:36 docker-security-secretstore-setup-go-arm64 latest a98230bfcf22 3 minutes ago 23.4MB 17:01:36 docker-security-proxy-setup-go-arm64 latest a569a0501236 3 minutes ago 23.2MB 17:01:36 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:01:37 provisioning config files... 17:01:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/358@tmp/config7009956677896281190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:37 ---> docker-login.sh 17:01:37 nexus3.edgexfoundry.org:10001 17:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:38 Configure a credential helper to remove this warning. See 17:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:38 17:01:38 Login Succeeded 17:01:38 nexus3.edgexfoundry.org:10002 17:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:38 Configure a credential helper to remove this warning. See 17:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:38 17:01:38 Login Succeeded 17:01:38 nexus3.edgexfoundry.org:10003 17:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:39 Configure a credential helper to remove this warning. See 17:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:39 17:01:39 Login Succeeded 17:01:39 nexus3.edgexfoundry.org:10004 17:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:40 Configure a credential helper to remove this warning. See 17:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:40 17:01:40 Login Succeeded 17:01:40 docker.io 17:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:40 Configure a credential helper to remove this warning. See 17:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:40 17:01:40 Login Succeeded 17:01:40 ---> docker-login.sh ends [Pipeline] } 17:01:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:01:41 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 17:01:41 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:41 2.0.0-dev.92 17:01:41 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:41 master 17:01:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:41 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:01:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:01:42 6bbc37cbf68e: Preparing 17:01:42 4fc6dfae96c1: Preparing 17:01:42 195b32253822: Preparing 17:01:42 3b7357fff201: Preparing 17:01:42 379067d0cb53: Preparing 17:01:42 379067d0cb53: Layer already exists 17:01:42 6bbc37cbf68e: Pushed 17:01:42 195b32253822: Pushed 17:01:42 3b7357fff201: Pushed 17:01:45 4fc6dfae96c1: Pushed 17:01:45 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:01:45 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:01:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 17:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:01:46 6bbc37cbf68e: Preparing 17:01:46 4fc6dfae96c1: Preparing 17:01:46 195b32253822: Preparing 17:01:46 3b7357fff201: Preparing 17:01:46 379067d0cb53: Preparing 17:01:46 3b7357fff201: Layer already exists 17:01:46 195b32253822: Layer already exists 17:01:46 4fc6dfae96c1: Layer already exists 17:01:46 6bbc37cbf68e: Layer already exists 17:01:46 379067d0cb53: Layer already exists 17:01:46 2.0.0-dev.92: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:01:46 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:01:47 6bbc37cbf68e: Preparing 17:01:47 4fc6dfae96c1: Preparing 17:01:47 195b32253822: Preparing 17:01:47 3b7357fff201: Preparing 17:01:47 379067d0cb53: Preparing 17:01:47 3b7357fff201: Layer already exists 17:01:47 195b32253822: Layer already exists 17:01:47 379067d0cb53: Layer already exists 17:01:47 4fc6dfae96c1: Layer already exists 17:01:47 6bbc37cbf68e: Layer already exists 17:01:47 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:01:47 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:01:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 17:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 17:01:48 6bbc37cbf68e: Preparing 17:01:48 4fc6dfae96c1: Preparing 17:01:48 195b32253822: Preparing 17:01:48 3b7357fff201: Preparing 17:01:48 379067d0cb53: Preparing 17:01:48 3b7357fff201: Layer already exists 17:01:48 6bbc37cbf68e: Layer already exists 17:01:48 195b32253822: Layer already exists 17:01:48 4fc6dfae96c1: Layer already exists 17:01:48 379067d0cb53: Layer already exists 17:01:48 master: digest: sha256:18c3f944882513286e75e9e3847f76951135158d75273c1cbb9f704fd4b0f372 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:01:48 ===================================================== [Pipeline] echo 17:01:48 taggedImages: 17:01:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.92 17:01:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:48 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 17:01:48 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 17:01:48 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:48 2.0.0-dev.92 17:01:48 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:48 master 17:01:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:49 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:01:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:01:50 bb36a4e3a453: Preparing 17:01:50 d5333152e27f: Preparing 17:01:50 195b32253822: Preparing 17:01:50 6b99ef704833: Preparing 17:01:50 0174061c0aa4: Preparing 17:01:50 379067d0cb53: Preparing 17:01:50 195b32253822: Layer already exists 17:01:50 379067d0cb53: Layer already exists 17:01:50 bb36a4e3a453: Pushed 17:01:50 0174061c0aa4: Pushed 17:01:50 6b99ef704833: Pushed 17:01:52 d5333152e27f: Pushed 17:01:53 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:01:53 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:01:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 17:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:01:53 bb36a4e3a453: Preparing 17:01:53 d5333152e27f: Preparing 17:01:53 195b32253822: Preparing 17:01:53 6b99ef704833: Preparing 17:01:53 0174061c0aa4: Preparing 17:01:53 379067d0cb53: Preparing 17:01:53 379067d0cb53: Waiting 17:01:53 bb36a4e3a453: Layer already exists 17:01:53 195b32253822: Layer already exists 17:01:53 6b99ef704833: Layer already exists 17:01:53 0174061c0aa4: Layer already exists 17:01:53 d5333152e27f: Layer already exists 17:01:53 379067d0cb53: Layer already exists 17:01:53 2.0.0-dev.92: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:01:54 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:01:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:01:54 bb36a4e3a453: Preparing 17:01:54 d5333152e27f: Preparing 17:01:54 195b32253822: Preparing 17:01:54 6b99ef704833: Preparing 17:01:54 0174061c0aa4: Preparing 17:01:54 379067d0cb53: Preparing 17:01:54 379067d0cb53: Waiting 17:01:54 0174061c0aa4: Layer already exists 17:01:54 d5333152e27f: Layer already exists 17:01:54 6b99ef704833: Layer already exists 17:01:54 bb36a4e3a453: Layer already exists 17:01:54 195b32253822: Layer already exists 17:01:54 379067d0cb53: Layer already exists 17:01:54 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] isUnix [Pipeline] sh 17:01:55 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:01:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 17:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 17:01:55 bb36a4e3a453: Preparing 17:01:55 d5333152e27f: Preparing 17:01:55 195b32253822: Preparing 17:01:55 6b99ef704833: Preparing 17:01:55 0174061c0aa4: Preparing 17:01:55 379067d0cb53: Preparing 17:01:55 379067d0cb53: Waiting 17:01:55 195b32253822: Layer already exists 17:01:55 0174061c0aa4: Layer already exists 17:01:55 bb36a4e3a453: Layer already exists 17:01:55 d5333152e27f: Layer already exists 17:01:55 6b99ef704833: Layer already exists 17:01:55 379067d0cb53: Layer already exists 17:01:55 master: digest: sha256:241b6b38a582022c9719e69d88029d34aec1ff993b6f4e13cd5f810720defe24 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:01:56 ===================================================== [Pipeline] echo 17:01:56 taggedImages: 17:01:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.92 17:01:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:56 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 17:01:56 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 17:01:56 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:56 2.0.0-dev.92 17:01:56 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:01:56 master 17:01:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:56 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:01:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:01:57 f8f257fb83ac: Preparing 17:01:57 2ce041024542: Preparing 17:01:57 195b32253822: Preparing 17:01:57 3b7357fff201: Preparing 17:01:57 379067d0cb53: Preparing 17:01:57 379067d0cb53: Layer already exists 17:01:57 195b32253822: Layer already exists 17:01:57 3b7357fff201: Layer already exists 17:01:57 f8f257fb83ac: Pushed 17:02:00 2ce041024542: Pushed 17:02:00 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:01 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 17:02:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:02:01 f8f257fb83ac: Preparing 17:02:01 2ce041024542: Preparing 17:02:01 195b32253822: Preparing 17:02:01 3b7357fff201: Preparing 17:02:01 379067d0cb53: Preparing 17:02:01 195b32253822: Layer already exists 17:02:01 3b7357fff201: Layer already exists 17:02:01 f8f257fb83ac: Layer already exists 17:02:01 379067d0cb53: Layer already exists 17:02:01 2ce041024542: Layer already exists 17:02:01 2.0.0-dev.92: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:02 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:02:02 f8f257fb83ac: Preparing 17:02:02 2ce041024542: Preparing 17:02:02 195b32253822: Preparing 17:02:02 3b7357fff201: Preparing 17:02:02 379067d0cb53: Preparing 17:02:02 f8f257fb83ac: Layer already exists 17:02:02 3b7357fff201: Layer already exists 17:02:02 379067d0cb53: Layer already exists 17:02:02 195b32253822: Layer already exists 17:02:02 2ce041024542: Layer already exists 17:02:02 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:02 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 17:02:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 17:02:03 f8f257fb83ac: Preparing 17:02:03 2ce041024542: Preparing 17:02:03 195b32253822: Preparing 17:02:03 3b7357fff201: Preparing 17:02:03 379067d0cb53: Preparing 17:02:03 2ce041024542: Layer already exists 17:02:03 379067d0cb53: Layer already exists 17:02:03 f8f257fb83ac: Layer already exists 17:02:03 195b32253822: Layer already exists 17:02:03 3b7357fff201: Layer already exists 17:02:03 master: digest: sha256:1094dc9bb5b9bd5f8e60cd2d0440ebe129670ad7c64c8dc0c057df2438be0261 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:03 ===================================================== [Pipeline] echo 17:02:03 taggedImages: 17:02:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.92 17:02:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:03 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 17:02:03 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 17:02:03 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:03 2.0.0-dev.92 17:02:03 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:03 master 17:02:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:04 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 17:02:04 d94cd7378743: Preparing 17:02:04 d94cd7378743: Preparing 17:02:04 4e0823658758: Preparing 17:02:04 50f988445008: Preparing 17:02:04 5fe6a4d4747f: Preparing 17:02:04 195b32253822: Preparing 17:02:04 27c2f130d536: Preparing 17:02:04 27c2f130d536: Preparing 17:02:04 c65112cca910: Preparing 17:02:04 5e2d6cfc638e: Preparing 17:02:04 379067d0cb53: Preparing 17:02:04 27c2f130d536: Waiting 17:02:04 c65112cca910: Waiting 17:02:04 5e2d6cfc638e: Waiting 17:02:04 379067d0cb53: Waiting 17:02:05 195b32253822: Layer already exists 17:02:05 4e0823658758: Pushed 17:02:05 50f988445008: Pushed 17:02:05 d94cd7378743: Pushed 17:02:05 27c2f130d536: Pushed 17:02:05 379067d0cb53: Layer already exists 17:02:05 c65112cca910: Pushed 17:02:05 5e2d6cfc638e: Pushed 17:02:07 5fe6a4d4747f: Pushed 17:02:07 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh 17:02:08 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 17:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 17:02:08 d94cd7378743: Preparing 17:02:08 d94cd7378743: Preparing 17:02:08 4e0823658758: Preparing 17:02:08 50f988445008: Preparing 17:02:08 5fe6a4d4747f: Preparing 17:02:08 195b32253822: Preparing 17:02:08 27c2f130d536: Preparing 17:02:08 27c2f130d536: Preparing 17:02:08 c65112cca910: Preparing 17:02:08 5e2d6cfc638e: Preparing 17:02:08 379067d0cb53: Preparing 17:02:08 27c2f130d536: Waiting 17:02:08 c65112cca910: Waiting 17:02:08 379067d0cb53: Waiting 17:02:08 5e2d6cfc638e: Waiting 17:02:08 5fe6a4d4747f: Layer already exists 17:02:08 4e0823658758: Layer already exists 17:02:08 50f988445008: Layer already exists 17:02:08 d94cd7378743: Layer already exists 17:02:08 195b32253822: Layer already exists 17:02:08 c65112cca910: Layer already exists 17:02:08 27c2f130d536: Layer already exists 17:02:08 379067d0cb53: Layer already exists 17:02:08 5e2d6cfc638e: Layer already exists 17:02:08 2.0.0-dev.92: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh 17:02:09 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 17:02:09 d94cd7378743: Preparing 17:02:09 d94cd7378743: Preparing 17:02:09 4e0823658758: Preparing 17:02:09 50f988445008: Preparing 17:02:09 5fe6a4d4747f: Preparing 17:02:09 195b32253822: Preparing 17:02:09 27c2f130d536: Preparing 17:02:09 27c2f130d536: Preparing 17:02:09 c65112cca910: Preparing 17:02:09 5e2d6cfc638e: Preparing 17:02:09 379067d0cb53: Preparing 17:02:09 27c2f130d536: Waiting 17:02:09 5e2d6cfc638e: Waiting 17:02:09 379067d0cb53: Waiting 17:02:09 c65112cca910: Waiting 17:02:09 195b32253822: Layer already exists 17:02:09 d94cd7378743: Layer already exists 17:02:09 50f988445008: Layer already exists 17:02:09 5fe6a4d4747f: Layer already exists 17:02:09 4e0823658758: Layer already exists 17:02:09 27c2f130d536: Layer already exists 17:02:09 5e2d6cfc638e: Layer already exists 17:02:09 c65112cca910: Layer already exists 17:02:09 379067d0cb53: Layer already exists 17:02:09 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] isUnix [Pipeline] sh 17:02:10 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 17:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 17:02:10 d94cd7378743: Preparing 17:02:10 d94cd7378743: Preparing 17:02:10 4e0823658758: Preparing 17:02:10 50f988445008: Preparing 17:02:10 5fe6a4d4747f: Preparing 17:02:10 195b32253822: Preparing 17:02:10 27c2f130d536: Preparing 17:02:10 27c2f130d536: Preparing 17:02:10 c65112cca910: Preparing 17:02:10 5e2d6cfc638e: Preparing 17:02:10 379067d0cb53: Preparing 17:02:10 27c2f130d536: Waiting 17:02:10 c65112cca910: Waiting 17:02:10 5e2d6cfc638e: Waiting 17:02:10 379067d0cb53: Waiting 17:02:10 5fe6a4d4747f: Layer already exists 17:02:10 4e0823658758: Layer already exists 17:02:10 50f988445008: Layer already exists 17:02:10 d94cd7378743: Layer already exists 17:02:10 195b32253822: Layer already exists 17:02:10 27c2f130d536: Layer already exists 17:02:10 c65112cca910: Layer already exists 17:02:10 379067d0cb53: Layer already exists 17:02:10 5e2d6cfc638e: Layer already exists 17:02:10 master: digest: sha256:a3c3c337da60404b8b9907ebee2cd8941a7bea91c00a3b0073d03d745e402268 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:10 ===================================================== [Pipeline] echo 17:02:11 taggedImages: 17:02:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.92 17:02:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:11 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 17:02:11 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 17:02:11 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:11 2.0.0-dev.92 17:02:11 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:11 master 17:02:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:11 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:02:11 171d34dad60e: Preparing 17:02:11 491256d6bfd8: Preparing 17:02:11 d87ec50552d8: Preparing 17:02:11 5fb386e9d3d3: Preparing 17:02:11 7f60d773e6a7: Preparing 17:02:11 379067d0cb53: Preparing 17:02:11 379067d0cb53: Waiting 17:02:12 5fb386e9d3d3: Pushed 17:02:12 d87ec50552d8: Pushed 17:02:12 379067d0cb53: Layer already exists 17:02:12 7f60d773e6a7: Pushed 17:02:14 171d34dad60e: Pushed 17:02:14 491256d6bfd8: Pushed 17:02:14 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh 17:02:15 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 17:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:02:15 171d34dad60e: Preparing 17:02:15 491256d6bfd8: Preparing 17:02:15 d87ec50552d8: Preparing 17:02:15 5fb386e9d3d3: Preparing 17:02:15 7f60d773e6a7: Preparing 17:02:15 379067d0cb53: Preparing 17:02:15 379067d0cb53: Waiting 17:02:15 491256d6bfd8: Layer already exists 17:02:15 5fb386e9d3d3: Layer already exists 17:02:15 7f60d773e6a7: Layer already exists 17:02:15 d87ec50552d8: Layer already exists 17:02:15 171d34dad60e: Layer already exists 17:02:15 379067d0cb53: Layer already exists 17:02:15 2.0.0-dev.92: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh 17:02:16 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:02:16 171d34dad60e: Preparing 17:02:16 491256d6bfd8: Preparing 17:02:16 d87ec50552d8: Preparing 17:02:16 5fb386e9d3d3: Preparing 17:02:16 7f60d773e6a7: Preparing 17:02:16 379067d0cb53: Preparing 17:02:16 379067d0cb53: Waiting 17:02:16 7f60d773e6a7: Layer already exists 17:02:16 d87ec50552d8: Layer already exists 17:02:16 5fb386e9d3d3: Layer already exists 17:02:16 171d34dad60e: Layer already exists 17:02:16 491256d6bfd8: Layer already exists 17:02:16 379067d0cb53: Layer already exists 17:02:16 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] isUnix [Pipeline] sh 17:02:17 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 17:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 17:02:17 171d34dad60e: Preparing 17:02:17 491256d6bfd8: Preparing 17:02:17 d87ec50552d8: Preparing 17:02:17 5fb386e9d3d3: Preparing 17:02:17 7f60d773e6a7: Preparing 17:02:17 379067d0cb53: Preparing 17:02:17 379067d0cb53: Waiting 17:02:17 7f60d773e6a7: Layer already exists 17:02:17 5fb386e9d3d3: Layer already exists 17:02:17 491256d6bfd8: Layer already exists 17:02:17 d87ec50552d8: Layer already exists 17:02:17 171d34dad60e: Layer already exists 17:02:17 379067d0cb53: Layer already exists 17:02:17 master: digest: sha256:2fc55c22c40e54625071fae7d09a83d7068819aa19f600c48665dc4156b6384f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:17 ===================================================== [Pipeline] echo 17:02:17 taggedImages: 17:02:17 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:17 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.92 17:02:17 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:17 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 17:02:18 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 17:02:18 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:18 2.0.0-dev.92 17:02:18 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:18 master 17:02:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:18 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:02:18 190cc9cd0ba0: Preparing 17:02:18 74cb9e2b3673: Preparing 17:02:18 c8c2cba01368: Preparing 17:02:18 ec12359cad0b: Preparing 17:02:18 0a32775ed315: Preparing 17:02:18 19129a3f00b0: Preparing 17:02:18 7d1a1eb64472: Preparing 17:02:18 22f1dd28892a: Preparing 17:02:18 379067d0cb53: Preparing 17:02:18 19129a3f00b0: Waiting 17:02:18 7d1a1eb64472: Waiting 17:02:18 22f1dd28892a: Waiting 17:02:18 379067d0cb53: Waiting 17:02:19 74cb9e2b3673: Pushed 17:02:19 190cc9cd0ba0: Pushed 17:02:19 0a32775ed315: Pushed 17:02:19 19129a3f00b0: Pushed 17:02:19 379067d0cb53: Layer already exists 17:02:19 7d1a1eb64472: Pushed 17:02:19 22f1dd28892a: Pushed 17:02:21 ec12359cad0b: Pushed 17:02:21 c8c2cba01368: Pushed 17:02:21 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:02:21 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 17:02:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:02:22 190cc9cd0ba0: Preparing 17:02:22 74cb9e2b3673: Preparing 17:02:22 c8c2cba01368: Preparing 17:02:22 ec12359cad0b: Preparing 17:02:22 0a32775ed315: Preparing 17:02:22 19129a3f00b0: Preparing 17:02:22 7d1a1eb64472: Preparing 17:02:22 22f1dd28892a: Preparing 17:02:22 379067d0cb53: Preparing 17:02:22 19129a3f00b0: Waiting 17:02:22 7d1a1eb64472: Waiting 17:02:22 22f1dd28892a: Waiting 17:02:22 379067d0cb53: Waiting 17:02:22 74cb9e2b3673: Layer already exists 17:02:22 ec12359cad0b: Layer already exists 17:02:22 190cc9cd0ba0: Layer already exists 17:02:22 0a32775ed315: Layer already exists 17:02:22 c8c2cba01368: Layer already exists 17:02:22 22f1dd28892a: Layer already exists 17:02:22 7d1a1eb64472: Layer already exists 17:02:22 379067d0cb53: Layer already exists 17:02:22 19129a3f00b0: Layer already exists 17:02:22 2.0.0-dev.92: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:02:22 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:02:23 190cc9cd0ba0: Preparing 17:02:23 74cb9e2b3673: Preparing 17:02:23 c8c2cba01368: Preparing 17:02:23 ec12359cad0b: Preparing 17:02:23 0a32775ed315: Preparing 17:02:23 19129a3f00b0: Preparing 17:02:23 7d1a1eb64472: Preparing 17:02:23 22f1dd28892a: Preparing 17:02:23 379067d0cb53: Preparing 17:02:23 7d1a1eb64472: Waiting 17:02:23 22f1dd28892a: Waiting 17:02:23 379067d0cb53: Waiting 17:02:23 19129a3f00b0: Waiting 17:02:23 190cc9cd0ba0: Layer already exists 17:02:23 c8c2cba01368: Layer already exists 17:02:23 0a32775ed315: Layer already exists 17:02:23 ec12359cad0b: Layer already exists 17:02:23 74cb9e2b3673: Layer already exists 17:02:23 19129a3f00b0: Layer already exists 17:02:23 7d1a1eb64472: Layer already exists 17:02:23 379067d0cb53: Layer already exists 17:02:23 22f1dd28892a: Layer already exists 17:02:23 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] isUnix [Pipeline] sh 17:02:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 17:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 17:02:24 190cc9cd0ba0: Preparing 17:02:24 74cb9e2b3673: Preparing 17:02:24 c8c2cba01368: Preparing 17:02:24 ec12359cad0b: Preparing 17:02:24 0a32775ed315: Preparing 17:02:24 19129a3f00b0: Preparing 17:02:24 7d1a1eb64472: Preparing 17:02:24 22f1dd28892a: Preparing 17:02:24 379067d0cb53: Preparing 17:02:24 19129a3f00b0: Waiting 17:02:24 7d1a1eb64472: Waiting 17:02:24 22f1dd28892a: Waiting 17:02:24 379067d0cb53: Waiting 17:02:24 ec12359cad0b: Layer already exists 17:02:24 74cb9e2b3673: Layer already exists 17:02:24 0a32775ed315: Layer already exists 17:02:24 c8c2cba01368: Layer already exists 17:02:24 190cc9cd0ba0: Layer already exists 17:02:24 19129a3f00b0: Layer already exists 17:02:24 22f1dd28892a: Layer already exists 17:02:24 379067d0cb53: Layer already exists 17:02:24 7d1a1eb64472: Layer already exists 17:02:24 master: digest: sha256:eb56a68f7b72d635f48f6ca49ca8cc2b4a7e4d985f3c6858838c244c1d605ce5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:24 ===================================================== [Pipeline] echo 17:02:24 taggedImages: 17:02:24 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:24 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.92 17:02:24 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:24 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 17:02:25 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 17:02:25 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:25 2.0.0-dev.92 17:02:25 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:25 master 17:02:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:25 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:02:25 222003ae6fa6: Preparing 17:02:25 ff5aadcc49f5: Preparing 17:02:25 195b32253822: Preparing 17:02:25 3e931dc2e9d8: Preparing 17:02:25 379067d0cb53: Preparing 17:02:26 379067d0cb53: Layer already exists 17:02:26 195b32253822: Layer already exists 17:02:26 222003ae6fa6: Pushed 17:02:26 3e931dc2e9d8: Pushed 17:02:29 ff5aadcc49f5: Pushed 17:02:29 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh 17:02:29 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 17:02:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:02:29 222003ae6fa6: Preparing 17:02:29 ff5aadcc49f5: Preparing 17:02:29 195b32253822: Preparing 17:02:29 3e931dc2e9d8: Preparing 17:02:29 379067d0cb53: Preparing 17:02:29 222003ae6fa6: Layer already exists 17:02:29 3e931dc2e9d8: Layer already exists 17:02:29 195b32253822: Layer already exists 17:02:29 379067d0cb53: Layer already exists 17:02:29 ff5aadcc49f5: Layer already exists 17:02:29 2.0.0-dev.92: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh 17:02:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:02:30 222003ae6fa6: Preparing 17:02:30 ff5aadcc49f5: Preparing 17:02:30 195b32253822: Preparing 17:02:30 3e931dc2e9d8: Preparing 17:02:30 379067d0cb53: Preparing 17:02:30 ff5aadcc49f5: Layer already exists 17:02:30 3e931dc2e9d8: Layer already exists 17:02:30 379067d0cb53: Layer already exists 17:02:30 195b32253822: Layer already exists 17:02:30 222003ae6fa6: Layer already exists 17:02:30 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] isUnix [Pipeline] sh 17:02:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 17:02:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 17:02:31 222003ae6fa6: Preparing 17:02:31 ff5aadcc49f5: Preparing 17:02:31 195b32253822: Preparing 17:02:31 3e931dc2e9d8: Preparing 17:02:31 379067d0cb53: Preparing 17:02:31 222003ae6fa6: Layer already exists 17:02:31 195b32253822: Layer already exists 17:02:31 3e931dc2e9d8: Layer already exists 17:02:31 379067d0cb53: Layer already exists 17:02:31 ff5aadcc49f5: Layer already exists 17:02:31 master: digest: sha256:f2da79f0efe8f867efde84208748236a09556997ff8c7e79c3d4465b76cf93fc size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:32 ===================================================== [Pipeline] echo 17:02:32 taggedImages: 17:02:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.92 17:02:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:32 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 17:02:32 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 17:02:32 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:32 2.0.0-dev.92 17:02:32 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:32 master 17:02:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:32 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:02:33 0841623ae1ba: Preparing 17:02:33 85bbc86d1261: Preparing 17:02:33 195b32253822: Preparing 17:02:33 3b7357fff201: Preparing 17:02:33 379067d0cb53: Preparing 17:02:33 379067d0cb53: Layer already exists 17:02:33 3b7357fff201: Layer already exists 17:02:33 195b32253822: Layer already exists 17:02:33 0841623ae1ba: Pushed 17:02:36 85bbc86d1261: Pushed 17:02:36 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:36 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 17:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:02:37 0841623ae1ba: Preparing 17:02:37 85bbc86d1261: Preparing 17:02:37 195b32253822: Preparing 17:02:37 3b7357fff201: Preparing 17:02:37 379067d0cb53: Preparing 17:02:37 195b32253822: Layer already exists 17:02:37 85bbc86d1261: Layer already exists 17:02:37 0841623ae1ba: Layer already exists 17:02:37 379067d0cb53: Layer already exists 17:02:37 3b7357fff201: Layer already exists 17:02:37 2.0.0-dev.92: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:02:38 0841623ae1ba: Preparing 17:02:38 85bbc86d1261: Preparing 17:02:38 195b32253822: Preparing 17:02:38 3b7357fff201: Preparing 17:02:38 379067d0cb53: Preparing 17:02:38 195b32253822: Layer already exists 17:02:38 379067d0cb53: Layer already exists 17:02:38 85bbc86d1261: Layer already exists 17:02:38 3b7357fff201: Layer already exists 17:02:38 0841623ae1ba: Layer already exists 17:02:38 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 17:02:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 17:02:39 0841623ae1ba: Preparing 17:02:39 85bbc86d1261: Preparing 17:02:39 195b32253822: Preparing 17:02:39 3b7357fff201: Preparing 17:02:39 379067d0cb53: Preparing 17:02:39 85bbc86d1261: Layer already exists 17:02:39 195b32253822: Layer already exists 17:02:39 3b7357fff201: Layer already exists 17:02:39 379067d0cb53: Layer already exists 17:02:39 0841623ae1ba: Layer already exists 17:02:39 master: digest: sha256:a662425fd0a1d435443ee485dd1d2317404c0c587ba740f1e03212c0a8a67f7d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:39 ===================================================== [Pipeline] echo 17:02:39 taggedImages: 17:02:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.92 17:02:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 17:02:39 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 17:02:39 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:39 2.0.0-dev.92 17:02:39 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:39 master 17:02:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:40 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] isUnix [Pipeline] sh 17:02:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:02:40 f55c202554fa: Preparing 17:02:40 27af09fd8698: Preparing 17:02:40 04f3b60f687f: Preparing 17:02:40 97b8f9338186: Preparing 17:02:40 f033acaa2296: Preparing 17:02:40 324e3688173c: Preparing 17:02:40 f49dbea6848d: Preparing 17:02:40 9ded3b6bb9b5: Preparing 17:02:40 fa1afe8e6ed9: Preparing 17:02:40 87a09b4c083e: Preparing 17:02:40 0f74e9ff2a61: Preparing 17:02:40 b122376c33c6: Preparing 17:02:40 f8381ed47b22: Preparing 17:02:40 e934a737d657: Preparing 17:02:40 fa1afe8e6ed9: Waiting 17:02:40 87a09b4c083e: Waiting 17:02:40 0f74e9ff2a61: Waiting 17:02:40 b122376c33c6: Waiting 17:02:40 f8381ed47b22: Waiting 17:02:40 e934a737d657: Waiting 17:02:40 f49dbea6848d: Waiting 17:02:40 9ded3b6bb9b5: Waiting 17:02:40 324e3688173c: Waiting 17:02:41 f033acaa2296: Pushed 17:02:41 f55c202554fa: Pushed 17:02:41 97b8f9338186: Pushed 17:02:41 9ded3b6bb9b5: Layer already exists 17:02:42 fa1afe8e6ed9: Layer already exists 17:02:42 f49dbea6848d: Pushed 17:02:42 87a09b4c083e: Layer already exists 17:02:42 0f74e9ff2a61: Layer already exists 17:02:42 f8381ed47b22: Layer already exists 17:02:42 b122376c33c6: Layer already exists 17:02:42 e934a737d657: Layer already exists 17:02:42 27af09fd8698: Pushed 17:02:43 324e3688173c: Pushed 17:02:53 04f3b60f687f: Pushed 17:02:53 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:02:54 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:54 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 17:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:02:54 f55c202554fa: Preparing 17:02:54 27af09fd8698: Preparing 17:02:54 04f3b60f687f: Preparing 17:02:54 97b8f9338186: Preparing 17:02:54 f033acaa2296: Preparing 17:02:54 324e3688173c: Preparing 17:02:54 f49dbea6848d: Preparing 17:02:54 9ded3b6bb9b5: Preparing 17:02:54 fa1afe8e6ed9: Preparing 17:02:54 87a09b4c083e: Preparing 17:02:54 0f74e9ff2a61: Preparing 17:02:54 b122376c33c6: Preparing 17:02:54 f8381ed47b22: Preparing 17:02:54 e934a737d657: Preparing 17:02:54 324e3688173c: Waiting 17:02:54 f49dbea6848d: Waiting 17:02:54 9ded3b6bb9b5: Waiting 17:02:54 fa1afe8e6ed9: Waiting 17:02:54 87a09b4c083e: Waiting 17:02:54 0f74e9ff2a61: Waiting 17:02:54 b122376c33c6: Waiting 17:02:54 f8381ed47b22: Waiting 17:02:54 e934a737d657: Waiting 17:02:54 f033acaa2296: Layer already exists 17:02:54 97b8f9338186: Layer already exists 17:02:54 04f3b60f687f: Layer already exists 17:02:54 27af09fd8698: Layer already exists 17:02:54 f55c202554fa: Layer already exists 17:02:54 9ded3b6bb9b5: Layer already exists 17:02:54 324e3688173c: Layer already exists 17:02:54 87a09b4c083e: Layer already exists 17:02:54 f49dbea6848d: Layer already exists 17:02:54 fa1afe8e6ed9: Layer already exists 17:02:54 0f74e9ff2a61: Layer already exists 17:02:54 b122376c33c6: Layer already exists 17:02:54 e934a737d657: Layer already exists 17:02:54 f8381ed47b22: Layer already exists 17:02:54 2.0.0-dev.92: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:02:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 [Pipeline] isUnix [Pipeline] sh 17:02:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:02:55 f55c202554fa: Preparing 17:02:55 27af09fd8698: Preparing 17:02:55 04f3b60f687f: Preparing 17:02:55 97b8f9338186: Preparing 17:02:55 f033acaa2296: Preparing 17:02:55 324e3688173c: Preparing 17:02:55 f49dbea6848d: Preparing 17:02:55 9ded3b6bb9b5: Preparing 17:02:55 fa1afe8e6ed9: Preparing 17:02:55 87a09b4c083e: Preparing 17:02:55 0f74e9ff2a61: Preparing 17:02:55 b122376c33c6: Preparing 17:02:55 f8381ed47b22: Preparing 17:02:55 e934a737d657: Preparing 17:02:55 9ded3b6bb9b5: Waiting 17:02:55 fa1afe8e6ed9: Waiting 17:02:55 87a09b4c083e: Waiting 17:02:55 0f74e9ff2a61: Waiting 17:02:55 b122376c33c6: Waiting 17:02:55 f8381ed47b22: Waiting 17:02:55 e934a737d657: Waiting 17:02:55 f49dbea6848d: Waiting 17:02:55 324e3688173c: Waiting 17:02:55 f55c202554fa: Layer already exists 17:02:55 27af09fd8698: Layer already exists 17:02:55 f033acaa2296: Layer already exists 17:02:55 04f3b60f687f: Layer already exists 17:02:55 97b8f9338186: Layer already exists 17:02:55 324e3688173c: Layer already exists 17:02:55 9ded3b6bb9b5: Layer already exists 17:02:55 fa1afe8e6ed9: Layer already exists 17:02:55 f49dbea6848d: Layer already exists 17:02:55 87a09b4c083e: Layer already exists 17:02:55 f8381ed47b22: Layer already exists 17:02:55 0f74e9ff2a61: Layer already exists 17:02:55 b122376c33c6: Layer already exists 17:02:55 e934a737d657: Layer already exists 17:02:55 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] isUnix [Pipeline] sh 17:02:56 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 17:02:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 17:02:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 17:02:56 f55c202554fa: Preparing 17:02:56 27af09fd8698: Preparing 17:02:56 04f3b60f687f: Preparing 17:02:56 97b8f9338186: Preparing 17:02:56 f033acaa2296: Preparing 17:02:56 324e3688173c: Preparing 17:02:56 f49dbea6848d: Preparing 17:02:56 9ded3b6bb9b5: Preparing 17:02:56 fa1afe8e6ed9: Preparing 17:02:56 87a09b4c083e: Preparing 17:02:56 0f74e9ff2a61: Preparing 17:02:56 b122376c33c6: Preparing 17:02:56 f8381ed47b22: Preparing 17:02:56 e934a737d657: Preparing 17:02:56 324e3688173c: Waiting 17:02:56 f49dbea6848d: Waiting 17:02:56 87a09b4c083e: Waiting 17:02:56 9ded3b6bb9b5: Waiting 17:02:56 0f74e9ff2a61: Waiting 17:02:56 b122376c33c6: Waiting 17:02:56 f8381ed47b22: Waiting 17:02:56 e934a737d657: Waiting 17:02:56 fa1afe8e6ed9: Waiting 17:02:56 27af09fd8698: Layer already exists 17:02:56 f55c202554fa: Layer already exists 17:02:56 97b8f9338186: Layer already exists 17:02:56 f033acaa2296: Layer already exists 17:02:56 04f3b60f687f: Layer already exists 17:02:56 f49dbea6848d: Layer already exists 17:02:56 324e3688173c: Layer already exists 17:02:56 fa1afe8e6ed9: Layer already exists 17:02:56 9ded3b6bb9b5: Layer already exists 17:02:56 87a09b4c083e: Layer already exists 17:02:56 0f74e9ff2a61: Layer already exists 17:02:56 f8381ed47b22: Layer already exists 17:02:56 b122376c33c6: Layer already exists 17:02:56 e934a737d657: Layer already exists 17:02:56 master: digest: sha256:95fe8517acd161d94be7608ba703332f120565512db3e4a7bf7551ebc15405c3 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:56 ===================================================== [Pipeline] echo 17:02:56 taggedImages: 17:02:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 17:02:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.92 17:02:56 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0-2.0.0-dev.92 17:02:56 - 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 17:02:58 provisioning config files... 17:02:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/358@tmp/config1896102295704283031tmp [Pipeline] { [Pipeline] sh 17:02:58 + set +x 17:02:58 + curl -s https://codecov.io/bash 17:02:58 + bash -s -- 17:02:58 17:02:58 _____ _ 17:02:58 / ____| | | 17:02:58 | | ___ __| | ___ ___ _____ __ 17:02:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:02:58 | |___| (_) | (_| | __/ (_| (_) \ V / 17:02:58 \_____\___/ \__,_|\___|\___\___/ \_/ 17:02:58 Bash-20210129-7c25fce 17:02:58 17:02:58 17:02:58 ==> git version 2.24.3 found 17:02:58 ==> 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 17:02:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:02:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:02:58 ==> Jenkins CI detected. 17:02:59 project root: . 17:02:59 --> token set from env 17:02:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:02:59 ==> Running gcov in . (disable via -X gcov) 17:02:59 ==> Python coveragepy not found 17:02:59 ==> Searching for coverage reports in: 17:02:59 + . 17:02:59 -> Found 1 reports 17:02:59 ==> Detecting git/mercurial file structure 17:02:59 ==> Reading reports 17:02:59 + ./coverage.out bytes=595676 17:02:59 ==> Appending adjustments 17:02:59 https://docs.codecov.io/docs/fixing-reports 17:03:03 + Found adjustments 17:03:03 ==> Gzipping contents 17:03:03 88K /tmp/codecov.IGBqwh.gz 17:03:03 ==> Uploading reports 17:03:03 url: https://codecov.io 17:03:03 query: branch=master&commit=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0&build=358&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F358%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:03 -> Pinging Codecov 17:03:03 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0&build=358&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F358%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:03 -> Uploading to 17:03:03 https://storage.googleapis.com/codecov/v4/raw/2021-02-15/00271124DB129430A58F1EEE437C3FCB/3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0/31b58c96-f8e5-4dd8-b832-9ad0f7e942af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210215T170303Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ebe00d512f253c5be702a71a65486ee83c8ba43af78dfb25e5db6141978dd61d 17:03:03 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:03 Dload Upload Total Spent Left Speed 17:03:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89406 0 0 100 89406 0 156k --:--:-- --:--:-- --:--:-- 156k 100 89406 0 0 100 89406 0 156k --:--:-- --:--:-- --:--:-- 155k 17:03:04 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 [Pipeline] } 17:03:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:03:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:03:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:05 17:03:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:03:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:03:05 188c0c94c7c5: Already exists 17:03:05 0ef7d3d256c8: Already exists 17:03:05 de9db76c5a1d: Already exists 17:03:05 0eba1c9be4d2: Pulling fs layer 17:03:05 0d57e429df01: Pulling fs layer 17:03:05 4e4be7b47b0d: Pulling fs layer 17:03:05 e1f770b5df2f: Pulling fs layer 17:03:05 85a0685a4137: Pulling fs layer 17:03:05 e1f770b5df2f: Waiting 17:03:05 85a0685a4137: Waiting 17:03:05 4e4be7b47b0d: Verifying Checksum 17:03:05 4e4be7b47b0d: Download complete 17:03:05 0d57e429df01: Verifying Checksum 17:03:05 0d57e429df01: Download complete 17:03:07 e1f770b5df2f: Verifying Checksum 17:03:07 e1f770b5df2f: Download complete 17:03:09 0eba1c9be4d2: Verifying Checksum 17:03:09 0eba1c9be4d2: Download complete 17:03:09 85a0685a4137: Verifying Checksum 17:03:09 85a0685a4137: Download complete 17:03:15 0eba1c9be4d2: Pull complete 17:03:15 0d57e429df01: Pull complete 17:03:15 4e4be7b47b0d: Pull complete 17:03:19 e1f770b5df2f: Pull complete 17:03:28 85a0685a4137: Pull complete 17:03:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:03:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:03:28 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:03:28 $ 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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:03:30 $ docker top 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:03:31 + set -o pipefail 17:03:31 + snyk monitor '--org=edgex-jenkins' 17:03:46 17:03:46 Monitoring /w/workspace/edgex-go/358 (github.com/edgexfoundry/edgex-go)... 17:03:46 17:03:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f7210201-933c-4026-a2c0-7665113dbf10 17:03:46 17:03:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:03:46 17:03:46 17:03:46 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:03:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:03:46 $ docker stop --time=1 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 17:03:49 $ docker rm -f 36ff7c393f3055f0c28809b5878702c77ebefbfeb6ec74af36f50af393861443 [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 17:03:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:03:50 provisioning config files... 17:03:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/358@tmp/config5281380328315231150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:51 --> edgex-publish-swagger.sh 17:03:51 === Publish openapi/v1 API === 17:03:51 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 17:03:51 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/358/openapi/v1/core-command.yaml] 17:03:51 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:51 Dload Upload Total Spent Left Speed 17:03:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8782 0:00:01 0:00:01 --:--:-- 8790 100 10522 0 0 100 10522 0 8781 0:00:01 0:00:01 --:--:-- 8790 17:03:52 17:03:52 17:03:52 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/358/openapi/v1/core-data.yaml] 17:03:52 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:52 Dload Upload Total Spent Left Speed 17:03:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29780 0:00:01 0:00:01 --:--:-- 29786 100 32557 0 0 100 32557 0 29775 0:00:01 0:00:01 --:--:-- 29786 17:03:53 17:03:53 17:03:53 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/358/openapi/v1/core-metadata.yaml] 17:03:53 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:53 Dload Upload Total Spent Left Speed 17:03:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61884 0:00:01 0:00:01 --:--:-- 61898 100 73721 0 0 100 73721 0 61876 0:00:01 0:00:01 --:--:-- 61898 17:03:54 17:03:54 17:03:54 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/358/openapi/v1/support-logging.yaml] 17:03:54 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:54 Dload Upload Total Spent Left Speed 17:03:55 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 12134 0:00:01 0:00:01 --:--:-- 12125 100 13581 0 0 100 13581 0 12132 0:00:01 0:00:01 --:--:-- 12125 17:03:55 17:03:55 17:03:55 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/358/openapi/v1/support-notifications.yaml] 17:03:55 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:55 Dload Upload Total Spent Left Speed 17:03:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32494 0:00:01 0:00:01 --:--:-- 32516 100 38890 0 0 100 38890 0 32489 0:00:01 0:00:01 --:--:-- 32516 17:03:57 17:03:57 17:03:57 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/358/openapi/v1/support-scheduler.yaml] 17:03:57 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:57 Dload Upload Total Spent Left Speed 17:03:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12700 0:00:01 0:00:01 --:--:-- 12710 100 14249 0 0 100 14249 0 12698 0:00:01 0:00:01 --:--:-- 12710 17:03:58 17:03:58 17:03:58 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/358/openapi/v1/system-agent.yaml] 17:03:58 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:58 Dload Upload Total Spent Left Speed 17:03:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3850 0:00:01 0:00:01 --:--:-- 3851 100 4110 0 0 100 4110 0 3849 0:00:01 0:00:01 --:--:-- 3851 17:03:59 17:03:59 17:03:59 === Publish openapi/v2 API === 17:03:59 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:03:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/358/openapi/v2/core-command.yaml] 17:03:59 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:59 Dload Upload Total Spent Left Speed 17:04:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25467 0:00:01 0:00:01 --:--:-- 25487 100 29744 0 0 100 29744 0 25462 0:00:01 0:00:01 --:--:-- 25487 17:04:00 17:04:00 17:04:00 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/358/openapi/v2/core-data.yaml] 17:04:00 % Total % Received % Xferd Average Speed Time Time Time Current 17:04:00 Dload Upload Total Spent Left Speed 17:04:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51338 0:00:01 0:00:01 --:--:-- 51381 100 57136 0 0 100 57136 0 51330 0:00:01 0:00:01 --:--:-- 51381 17:04:01 17:04:01 17:04:01 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/358/openapi/v2/core-metadata.yaml] 17:04:01 % Total % Received % Xferd Average Speed Time Time Time Current 17:04:01 Dload Upload Total Spent Left Speed 17:04:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 106k 0:00:01 0:00:01 --:--:-- 106k 17:04:02 17:04:02 17:04:02 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/358/openapi/v2/support-notifications.yaml] 17:04:02 % Total % Received % Xferd Average Speed Time Time Time Current 17:04:02 Dload Upload Total Spent Left Speed 17:04:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 54356 0:00:01 0:00:01 --:--:-- 54326 100 59705 0 0 100 59705 0 54344 0:00:01 0:00:01 --:--:-- 54326 17:04:03 17:04:03 17:04:03 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/358/openapi/v2/support-scheduler.yaml] 17:04:03 % Total % Received % Xferd Average Speed Time Time Time Current 17:04:03 Dload Upload Total Spent Left Speed 17:04:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33905 0:00:01 0:00:01 --:--:-- 33913 100 40086 0 0 100 40086 0 33899 0:00:01 0:00:01 --:--:-- 33913 17:04:05 17:04:05 17:04:05 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/358/openapi/v2/system-agent.yaml] 17:04:05 % Total % Received % Xferd Average Speed Time Time Time Current 17:04:05 Dload Upload Total Spent Left Speed 17:04:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21716 0:00:01 0:00:01 --:--:-- 21726 100 24182 0 0 100 24182 0 21713 0:00:01 0:00:01 --:--:-- 21726 17:04:05 17:04:05 [Pipeline] } 17:04:05 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 17:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:06 . [Pipeline] withDockerContainer 17:04:06 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:04:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:08 $ docker top e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:08 [ssh-agent] Looking for ssh-agent implementation... 17:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:08 $ docker exec e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a ssh-agent 17:04:08 SSH_AUTH_SOCK=/tmp/ssh-QysHZG6Xlfb1/agent.11 17:04:08 SSH_AGENT_PID=16 17:04:08 Running ssh-add (command line suppressed) 17:04:09 Identity added: /w/workspace/edgex-go/358@tmp/private_key_3710195843771189084.key (/w/workspace/edgex-go/358@tmp/private_key_3710195843771189084.key) 17:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:09 + git semver tag 17:04:09 # -> Open(): unable to determine branch for HEAD 17:04:09 # $GIT_DIR = /w/workspace/edgex-go/358/.git 17:04:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/358 17:04:09 # $SEMVER_REMOTE_NAME = origin 17:04:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:09 # $SEMVER_USER_NAME = edgex-jenkins 17:04:09 # $SEMVER_BRANCH = master 17:04:09 # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver 17:04:09 # 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 HEAD 17:04:10 # -> Force: false 17:04:10 # 2a87badd0c0fe2a58894083d3d050c005728a9cf refs/tags/v2.0.0-dev.92 [Pipeline] } 17:04:10 $ docker exec --env ******** --env ******** e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a ssh-agent -k 17:04:10 unset SSH_AUTH_SOCK; 17:04:10 unset SSH_AGENT_PID; 17:04:10 echo Agent pid 16 killed; 17:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:11 + git semver [Pipeline] } 17:04:11 $ docker stop --time=1 e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a 17:04:12 $ docker rm -f e53e8fef28e7b063e9857e72b1e102e52a0aa8f8316a51211d1574b25157040a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:13 17:04:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:04:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:13 0.23.1-centos7: Pulling from edgex-lftools 17:04:13 ab5ef0e58194: Pulling fs layer 17:04:13 9712f1f96733: Pulling fs layer 17:04:13 63f879dbbcfc: Pulling fs layer 17:04:13 0d9ebad4ef96: Pulling fs layer 17:04:13 e9a5061849ea: Pulling fs layer 17:04:13 d747dcd14b5f: Pulling fs layer 17:04:13 2de7ff778b66: Pulling fs layer 17:04:13 2de7ff778b66: Waiting 17:04:13 e9a5061849ea: Waiting 17:04:13 d747dcd14b5f: Waiting 17:04:13 0d9ebad4ef96: Waiting 17:04:13 9712f1f96733: Verifying Checksum 17:04:13 9712f1f96733: Download complete 17:04:16 63f879dbbcfc: Verifying Checksum 17:04:16 63f879dbbcfc: Download complete 17:04:16 e9a5061849ea: Verifying Checksum 17:04:16 e9a5061849ea: Download complete 17:04:16 d747dcd14b5f: Verifying Checksum 17:04:16 d747dcd14b5f: Download complete 17:04:16 2de7ff778b66: Verifying Checksum 17:04:16 2de7ff778b66: Download complete 17:04:17 ab5ef0e58194: Verifying Checksum 17:04:17 ab5ef0e58194: Download complete 17:04:17 0d9ebad4ef96: Download complete 17:04:22 ab5ef0e58194: Pull complete 17:04:22 9712f1f96733: Pull complete 17:04:25 63f879dbbcfc: Pull complete 17:04:31 0d9ebad4ef96: Pull complete 17:04:31 e9a5061849ea: Pull complete 17:04:31 d747dcd14b5f: Pull complete 17:04:36 2de7ff778b66: Pull complete 17:04:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:04:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:04:36 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:04:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:04:40 $ docker top 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:04:40 provisioning config files... 17:04:40 copy managed file [sigul-config] to file:/w/workspace/edgex-go/358@tmp/config3650857124565021768tmp 17:04:40 copy managed file [sigul-password] to file:/w/workspace/edgex-go/358@tmp/config2381469823432455453tmp 17:04:40 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/358@tmp/config4812556737662733340tmp [Pipeline] { [Pipeline] echo 17:04:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:04:41 ---> sigul-configuration.sh 17:04:41 gpg: directory `/root/.gnupg' created 17:04:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:04:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:04:41 gpg: keyring `/root/.gnupg/secring.gpg' created 17:04:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:04:41 gpg: CAST5 encrypted data 17:04:41 gpg: encrypted with 1 passphrase 17:04:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:04:41 + mkdir /home/jenkins 17:04:41 + mkdir /home/jenkins/sigul [Pipeline] sh 17:04:41 + 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 17:04:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:04:42 ---> sigul-install.sh 17:04:47 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:04:48 + git tag --list 17:04:48 0.6.0 17:04:48 0.6.1 17:04:48 0.7.0 17:04:48 0.7.1 17:04:48 v0.0.0 17:04:48 v0.0.1-dev.1 17:04:48 v1.0.0 17:04:48 v1.0.1 17:04:48 v1.1.0 17:04:48 v1.2.0 17:04:48 v1.2.1 17:04:48 v1.2.2-dev.1 17:04:48 v1.2.2-dev.10 17:04:48 v1.2.2-dev.100 17:04:48 v1.2.2-dev.101 17:04:48 v1.2.2-dev.102 17:04:48 v1.2.2-dev.103 17:04:48 v1.2.2-dev.104 17:04:48 v1.2.2-dev.105 17:04:48 v1.2.2-dev.106 17:04:48 v1.2.2-dev.107 17:04:48 v1.2.2-dev.11 17:04:48 v1.2.2-dev.12 17:04:48 v1.2.2-dev.13 17:04:48 v1.2.2-dev.14 17:04:48 v1.2.2-dev.15 17:04:48 v1.2.2-dev.16 17:04:48 v1.2.2-dev.17 17:04:48 v1.2.2-dev.18 17:04:48 v1.2.2-dev.19 17:04:48 v1.2.2-dev.2 17:04:48 v1.2.2-dev.20 17:04:48 v1.2.2-dev.21 17:04:48 v1.2.2-dev.22 17:04:48 v1.2.2-dev.23 17:04:48 v1.2.2-dev.24 17:04:48 v1.2.2-dev.25 17:04:48 v1.2.2-dev.26 17:04:48 v1.2.2-dev.27 17:04:48 v1.2.2-dev.28 17:04:48 v1.2.2-dev.29 17:04:48 v1.2.2-dev.3 17:04:48 v1.2.2-dev.30 17:04:48 v1.2.2-dev.31 17:04:48 v1.2.2-dev.32 17:04:48 v1.2.2-dev.33 17:04:48 v1.2.2-dev.34 17:04:48 v1.2.2-dev.35 17:04:48 v1.2.2-dev.36 17:04:48 v1.2.2-dev.37 17:04:48 v1.2.2-dev.38 17:04:48 v1.2.2-dev.39 17:04:48 v1.2.2-dev.4 17:04:48 v1.2.2-dev.40 17:04:48 v1.2.2-dev.41 17:04:48 v1.2.2-dev.42 17:04:48 v1.2.2-dev.43 17:04:48 v1.2.2-dev.44 17:04:48 v1.2.2-dev.45 17:04:48 v1.2.2-dev.46 17:04:48 v1.2.2-dev.47 17:04:48 v1.2.2-dev.48 17:04:48 v1.2.2-dev.49 17:04:48 v1.2.2-dev.5 17:04:48 v1.2.2-dev.50 17:04:48 v1.2.2-dev.51 17:04:48 v1.2.2-dev.52 17:04:48 v1.2.2-dev.53 17:04:48 v1.2.2-dev.54 17:04:48 v1.2.2-dev.55 17:04:48 v1.2.2-dev.56 17:04:48 v1.2.2-dev.57 17:04:48 v1.2.2-dev.58 17:04:48 v1.2.2-dev.59 17:04:48 v1.2.2-dev.6 17:04:48 v1.2.2-dev.60 17:04:48 v1.2.2-dev.61 17:04:48 v1.2.2-dev.62 17:04:48 v1.2.2-dev.63 17:04:48 v1.2.2-dev.64 17:04:48 v1.2.2-dev.65 17:04:48 v1.2.2-dev.66 17:04:48 v1.2.2-dev.67 17:04:48 v1.2.2-dev.68 17:04:48 v1.2.2-dev.69 17:04:48 v1.2.2-dev.7 17:04:48 v1.2.2-dev.70 17:04:48 v1.2.2-dev.71 17:04:48 v1.2.2-dev.72 17:04:48 v1.2.2-dev.73 17:04:48 v1.2.2-dev.74 17:04:48 v1.2.2-dev.75 17:04:48 v1.2.2-dev.76 17:04:48 v1.2.2-dev.77 17:04:48 v1.2.2-dev.78 17:04:48 v1.2.2-dev.79 17:04:48 v1.2.2-dev.8 17:04:48 v1.2.2-dev.80 17:04:48 v1.2.2-dev.81 17:04:48 v1.2.2-dev.82 17:04:48 v1.2.2-dev.83 17:04:48 v1.2.2-dev.84 17:04:48 v1.2.2-dev.85 17:04:48 v1.2.2-dev.86 17:04:48 v1.2.2-dev.87 17:04:48 v1.2.2-dev.88 17:04:48 v1.2.2-dev.89 17:04:48 v1.2.2-dev.9 17:04:48 v1.2.2-dev.90 17:04:48 v1.2.2-dev.91 17:04:48 v1.2.2-dev.92 17:04:48 v1.2.2-dev.93 17:04:48 v1.2.2-dev.94 17:04:48 v1.2.2-dev.95 17:04:48 v1.2.2-dev.96 17:04:48 v1.2.2-dev.97 17:04:48 v1.2.2-dev.98 17:04:48 v1.2.2-dev.99 17:04:48 v1.3.0 17:04:48 v1.3.1 17:04:48 v1.3.1-dev.1 17:04:48 v1.3.1-dev.10 17:04:48 v1.3.1-dev.11 17:04:48 v1.3.1-dev.12 17:04:48 v1.3.1-dev.13 17:04:48 v1.3.1-dev.14 17:04:48 v1.3.1-dev.15 17:04:48 v1.3.1-dev.16 17:04:48 v1.3.1-dev.17 17:04:48 v1.3.1-dev.18 17:04:48 v1.3.1-dev.2 17:04:48 v1.3.1-dev.3 17:04:48 v1.3.1-dev.4 17:04:48 v1.3.1-dev.5 17:04:48 v1.3.1-dev.6 17:04:48 v1.3.1-dev.7 17:04:48 v1.3.1-dev.8 17:04:48 v1.3.1-dev.9 17:04:48 v2.0.0-dev.1 17:04:48 v2.0.0-dev.10 17:04:48 v2.0.0-dev.11 17:04:48 v2.0.0-dev.12 17:04:48 v2.0.0-dev.13 17:04:48 v2.0.0-dev.14 17:04:48 v2.0.0-dev.15 17:04:48 v2.0.0-dev.16 17:04:48 v2.0.0-dev.17 17:04:48 v2.0.0-dev.18 17:04:48 v2.0.0-dev.19 17:04:48 v2.0.0-dev.2 17:04:48 v2.0.0-dev.20 17:04:48 v2.0.0-dev.21 17:04:48 v2.0.0-dev.22 17:04:48 v2.0.0-dev.23 17:04:48 v2.0.0-dev.24 17:04:48 v2.0.0-dev.25 17:04:48 v2.0.0-dev.26 17:04:48 v2.0.0-dev.27 17:04:48 v2.0.0-dev.28 17:04:48 v2.0.0-dev.29 17:04:48 v2.0.0-dev.3 17:04:48 v2.0.0-dev.30 17:04:48 v2.0.0-dev.31 17:04:48 v2.0.0-dev.32 17:04:48 v2.0.0-dev.33 17:04:48 v2.0.0-dev.34 17:04:48 v2.0.0-dev.35 17:04:48 v2.0.0-dev.36 17:04:48 v2.0.0-dev.37 17:04:48 v2.0.0-dev.38 17:04:48 v2.0.0-dev.39 17:04:48 v2.0.0-dev.4 17:04:48 v2.0.0-dev.40 17:04:48 v2.0.0-dev.41 17:04:48 v2.0.0-dev.42 17:04:48 v2.0.0-dev.43 17:04:48 v2.0.0-dev.44 17:04:48 v2.0.0-dev.45 17:04:48 v2.0.0-dev.46 17:04:48 v2.0.0-dev.47 17:04:48 v2.0.0-dev.48 17:04:48 v2.0.0-dev.49 17:04:48 v2.0.0-dev.5 17:04:48 v2.0.0-dev.50 17:04:48 v2.0.0-dev.51 17:04:48 v2.0.0-dev.52 17:04:48 v2.0.0-dev.53 17:04:48 v2.0.0-dev.54 17:04:48 v2.0.0-dev.55 17:04:48 v2.0.0-dev.56 17:04:48 v2.0.0-dev.57 17:04:48 v2.0.0-dev.58 17:04:48 v2.0.0-dev.59 17:04:48 v2.0.0-dev.6 17:04:48 v2.0.0-dev.60 17:04:48 v2.0.0-dev.61 17:04:48 v2.0.0-dev.62 17:04:48 v2.0.0-dev.63 17:04:48 v2.0.0-dev.64 17:04:48 v2.0.0-dev.65 17:04:48 v2.0.0-dev.66 17:04:48 v2.0.0-dev.67 17:04:48 v2.0.0-dev.68 17:04:48 v2.0.0-dev.69 17:04:48 v2.0.0-dev.7 17:04:48 v2.0.0-dev.70 17:04:48 v2.0.0-dev.71 17:04:48 v2.0.0-dev.72 17:04:48 v2.0.0-dev.73 17:04:48 v2.0.0-dev.74 17:04:48 v2.0.0-dev.75 17:04:48 v2.0.0-dev.76 17:04:48 v2.0.0-dev.77 17:04:48 v2.0.0-dev.78 17:04:48 v2.0.0-dev.79 17:04:48 v2.0.0-dev.8 17:04:48 v2.0.0-dev.80 17:04:48 v2.0.0-dev.81 17:04:48 v2.0.0-dev.82 17:04:48 v2.0.0-dev.83 17:04:48 v2.0.0-dev.84 17:04:48 v2.0.0-dev.85 17:04:48 v2.0.0-dev.86 17:04:48 v2.0.0-dev.87 17:04:48 v2.0.0-dev.88 17:04:48 v2.0.0-dev.89 17:04:48 v2.0.0-dev.9 17:04:48 v2.0.0-dev.90 17:04:48 v2.0.0-dev.91 17:04:48 v2.0.0-dev.92 [Pipeline] sh 17:04:48 + lftools sign git-tag v2.0.0-dev.92 17:04:50 Signing Git tag with Sigul... 17:04:50 Signing v2.0.0-dev.92 [Pipeline] echo 17:04:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:04:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:04:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:04:51 $ docker stop --time=1 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 17:04:53 $ docker rm -f 90f2436260725525c54503b22a4cb576c121b9226d3da007aec12c748b47ddc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:04:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:54 . [Pipeline] withDockerContainer 17:04:54 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:04:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:55 $ docker top cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:56 [ssh-agent] Looking for ssh-agent implementation... 17:04:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:56 $ docker exec cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 ssh-agent 17:04:56 SSH_AUTH_SOCK=/tmp/ssh-0zNyE7YPFC5a/agent.12 17:04:56 SSH_AGENT_PID=18 17:04:56 Running ssh-add (command line suppressed) 17:04:56 Identity added: /w/workspace/edgex-go/358@tmp/private_key_7331204961500714548.key (/w/workspace/edgex-go/358@tmp/private_key_7331204961500714548.key) 17:04:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:57 + git semver bump pre 17:04:57 # -> Open(): unable to determine branch for HEAD 17:04:57 # $GIT_DIR = /w/workspace/edgex-go/358/.git 17:04:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/358 17:04:57 # $SEMVER_REMOTE_NAME = origin 17:04:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:57 # $SEMVER_USER_NAME = edgex-jenkins 17:04:57 # $SEMVER_BRANCH = master 17:04:57 # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver 17:04:57 2.0.0-dev.93 [Pipeline] } 17:04:57 $ docker exec --env ******** --env ******** cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 ssh-agent -k 17:04:57 unset SSH_AUTH_SOCK; 17:04:57 unset SSH_AGENT_PID; 17:04:57 echo Agent pid 18 killed; 17:04:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:57 + git semver [Pipeline] } 17:04:57 $ docker stop --time=1 cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 17:04:59 $ docker rm -f cdbd9eaff3174b217c21c9a53ed5b5366399cd5363d64bee72a0ff4e6aa343f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:04:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:59 . [Pipeline] withDockerContainer 17:04:59 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:04:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:05:00 $ docker top e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:05:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:05:01 [ssh-agent] Looking for ssh-agent implementation... 17:05:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:05:01 $ docker exec e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 ssh-agent 17:05:01 SSH_AUTH_SOCK=/tmp/ssh-qMiOrXhwPLEq/agent.11 17:05:01 SSH_AGENT_PID=17 17:05:01 Running ssh-add (command line suppressed) 17:05:01 Identity added: /w/workspace/edgex-go/358@tmp/private_key_4518598346259824663.key (/w/workspace/edgex-go/358@tmp/private_key_4518598346259824663.key) 17:05:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:05:02 + git semver push 17:05:02 # -> Open(): unable to determine branch for HEAD 17:05:02 # $GIT_DIR = /w/workspace/edgex-go/358/.git 17:05:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/358 17:05:02 # $SEMVER_REMOTE_NAME = origin 17:05:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:05:02 # $SEMVER_USER_NAME = edgex-jenkins 17:05:02 # $SEMVER_BRANCH = master 17:05:02 # $SEMVER_DIR = /w/workspace/edgex-go/358/.semver [Pipeline] } 17:05:14 $ docker exec --env ******** --env ******** e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 ssh-agent -k 17:05:14 unset SSH_AUTH_SOCK; 17:05:14 unset SSH_AGENT_PID; 17:05:14 echo Agent pid 17 killed; 17:05:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:05:15 + git semver [Pipeline] } 17:05:15 $ docker stop --time=1 e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 17:05:16 $ docker rm -f e378f5c12536ff499be7df0738231290a56ffb78adf4255ad3c261714c1ade34 [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 17:05:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:05:18 ---> package-listing.sh 17:05:18 ++ facter osfamily 17:05:18 ++ tr '[:upper:]' '[:lower:]' 17:05:18 + OS_FAMILY=redhat 17:05:18 + workspace=/w/workspace/edgex-go/358 17:05:18 + START_PACKAGES=/tmp/packages_start.txt 17:05:18 + END_PACKAGES=/tmp/packages_end.txt 17:05:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:05:18 + PACKAGES=/tmp/packages_start.txt 17:05:18 + '[' /w/workspace/edgex-go/358 ']' 17:05:18 + PACKAGES=/tmp/packages_end.txt 17:05:18 + case "${OS_FAMILY}" in 17:05:18 + rpm -qa 17:05:18 + sort 17:05:24 + '[' -f /tmp/packages_start.txt ']' 17:05:24 + '[' -f /tmp/packages_end.txt ']' 17:05:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:05:24 + '[' /w/workspace/edgex-go/358 ']' 17:05:24 + mkdir -p /w/workspace/edgex-go/358/archives/ 17:05:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/358/archives/ [Pipeline] echo 17:05:24 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/358/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:05:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:24 17:05:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:05:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:25 alpine: Pulling from edgex-lftools-log-publisher 17:05:25 df20fa9351a1: Pulling fs layer 17:05:25 36b3adc4ff6f: Pulling fs layer 17:05:25 8ad3a11d3b57: Pulling fs layer 17:05:25 46f8f816bc3b: Pulling fs layer 17:05:25 93b61091891f: Pulling fs layer 17:05:25 93b9cdb0e59b: Pulling fs layer 17:05:25 5e14af77c1be: Pulling fs layer 17:05:25 01666e4c0597: Pulling fs layer 17:05:25 aa168da1d23b: Pulling fs layer 17:05:25 46f8f816bc3b: Waiting 17:05:25 93b61091891f: Waiting 17:05:25 93b9cdb0e59b: Waiting 17:05:25 5e14af77c1be: Waiting 17:05:25 01666e4c0597: Waiting 17:05:25 aa168da1d23b: Waiting 17:05:25 36b3adc4ff6f: Verifying Checksum 17:05:25 36b3adc4ff6f: Download complete 17:05:25 46f8f816bc3b: Verifying Checksum 17:05:25 46f8f816bc3b: Download complete 17:05:25 df20fa9351a1: Verifying Checksum 17:05:25 df20fa9351a1: Download complete 17:05:25 93b9cdb0e59b: Verifying Checksum 17:05:25 93b9cdb0e59b: Download complete 17:05:25 93b61091891f: Verifying Checksum 17:05:25 93b61091891f: Download complete 17:05:25 5e14af77c1be: Verifying Checksum 17:05:25 5e14af77c1be: Download complete 17:05:25 01666e4c0597: Verifying Checksum 17:05:25 01666e4c0597: Download complete 17:05:25 df20fa9351a1: Pull complete 17:05:25 36b3adc4ff6f: Pull complete 17:05:26 8ad3a11d3b57: Verifying Checksum 17:05:26 8ad3a11d3b57: Download complete 17:05:27 8ad3a11d3b57: Pull complete 17:05:27 aa168da1d23b: Verifying Checksum 17:05:27 aa168da1d23b: Download complete 17:05:28 46f8f816bc3b: Pull complete 17:05:29 93b61091891f: Pull complete 17:05:29 93b9cdb0e59b: Pull complete 17:05:29 5e14af77c1be: Pull complete 17:05:29 01666e4c0597: Pull complete 17:05:35 aa168da1d23b: Pull complete 17:05:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:05:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:05:36 prd-centos7-docker-4c-2g-26510 does not seem to be running inside a container 17:05:36 $ 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/358/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/358 -v /w/workspace/edgex-go/358:/w/workspace/edgex-go/358:rw,z -v /w/workspace/edgex-go/358@tmp:/w/workspace/edgex-go/358@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:05:41 $ docker top 7439dc359eb13e4f76978a036ba61e945b82bd7f4233fe3fcf5acff6e279a076 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:41 + touch /tmp/pre-build-complete [Pipeline] sh 17:05:42 + mkdir -p /var/log/sa [Pipeline] sh 17:05:42 + ls /var/log/sa-host 17:05:42 + sadf -c /var/log/sa-host/sa15 17:05:42 file_magic: OK 17:05:42 HZ: Using current value: 100 17:05:42 file_header: OK 17:05:42 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 17:05:42 Statistics: 17:05:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:05:42 File successfully converted to sysstat format version 12.2.1 17:05:42 + sadf -c /var/log/sa-host/sa23 17:05:42 file_magic: OK 17:05:42 HZ: Using current value: 100 17:05:42 file_header: OK 17:05:42 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 17:05:42 Statistics: 17:05:42 Hnuu...uuuununununu... 17:05:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:05:43 provisioning config files... 17:05:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/358@tmp/config8312931286890754531tmp [Pipeline] { [Pipeline] echo 17:05:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:05:43 ---> create-netrc.sh [Pipeline] } 17:05:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:05:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:05:43 ---> python-tools-install.sh [Pipeline] echo 17:05:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:05:44 ---> sudo-logs.sh 17:05:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:05:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:05:44 ---> job-cost.sh 17:05:44 lf-activate-venv: SKIPPING 17:05:44 INFO: No Stack... 17:05:45 INFO: Retrieving Pricing Info for: v1-standard-2 17:05:46 INFO: Archiving Costs [Pipeline] echo 17:05:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:05:46 ---> logs-deploy.sh 17:05:46 lf-activate-venv: SKIPPING 17:05:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/358 17:05:46 INFO: archiving workspace using pattern(s): 17:05:48 Archives upload complete. 17:05:48 INFO: archiving logs to Nexus 17:05:49 ---> uname -a: 17:05:49 Linux prd-centos7-docker-4c-2g-26510.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:05:49 17:05:49 17:05:49 ---> lscpu: 17:05:49 Architecture: x86_64 17:05:49 CPU op-mode(s): 32-bit, 64-bit 17:05:49 Byte Order: Little Endian 17:05:49 Address sizes: 40 bits physical, 48 bits virtual 17:05:49 CPU(s): 4 17:05:49 On-line CPU(s) list: 0-3 17:05:49 Thread(s) per core: 1 17:05:49 Core(s) per socket: 1 17:05:49 Socket(s): 4 17:05:49 NUMA node(s): 1 17:05:49 Vendor ID: GenuineIntel 17:05:49 CPU family: 6 17:05:49 Model: 44 17:05:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:05:49 Stepping: 1 17:05:49 CPU MHz: 2933.436 17:05:49 BogoMIPS: 5866.87 17:05:49 Virtualization: VT-x 17:05:49 Hypervisor vendor: KVM 17:05:49 Virtualization type: full 17:05:49 L1d cache: 128 KiB 17:05:49 L1i cache: 128 KiB 17:05:49 L2 cache: 16 MiB 17:05:49 L3 cache: 64 MiB 17:05:49 NUMA node0 CPU(s): 0-3 17:05:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:05:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:05:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:05:49 Vulnerability Meltdown: Mitigation; PTI 17:05:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:05:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:05:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:05:49 Vulnerability Srbds: Not affected 17:05:49 Vulnerability Tsx async abort: Not affected 17:05:49 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 17:05:49 17:05:49 17:05:49 ---> nproc: 17:05:49 4 17:05:49 17:05:49 17:05:49 ---> df -h: 17:05:49 Filesystem Size Used Available Use% Mounted on 17:05:49 overlay 50.0G 13.4G 36.6G 27% / 17:05:49 tmpfs 64.0M 0 64.0M 0% /dev 17:05:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:05:49 shm 64.0M 0 64.0M 0% /dev/shm 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/358@tmp 17:05:49 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/358 17:05:49 17:05:49 17:05:49 ---> free -m: 17:05:49 total used free shared buff/cache available 17:05:49 Mem: 1837 783 214 0 839 1000 17:05:49 Swap: 1023 71 952 17:05:49 17:05:49 17:05:49 ---> ip addr: 17:05:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:05:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:05:49 inet 127.0.0.1/8 scope host lo 17:05:49 valid_lft forever preferred_lft forever 17:05:49 inet6 ::1/128 scope host 17:05:49 valid_lft forever preferred_lft forever 17:05:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:05:49 link/ether fa:16:3e:b8:5f:71 brd ff:ff:ff:ff:ff:ff 17:05:49 inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 17:05:49 valid_lft 85381sec preferred_lft 85381sec 17:05:49 inet6 fe80::f816:3eff:feb8:5f71/64 scope link 17:05:49 valid_lft forever preferred_lft forever 17:05:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:05:49 link/ether 02:42:d6:12:c9:db brd ff:ff:ff:ff:ff:ff 17:05:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:05:49 valid_lft forever preferred_lft forever 17:05:49 inet6 fe80::42:d6ff:fe12:c9db/64 scope link 17:05:49 valid_lft forever preferred_lft forever 17:05:49 17:05:49 17:05:49 ---> sar -b -r -n DEV: 17:05:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/15/21 _x86_64_ (4 CPU) 17:05:49 17:05:49 16:48:38 LINUX RESTART (4 CPU) 17:05:49 17:05:49 16:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:05:49 16:50:01 132.75 47.93 84.82 0.00 8389.92 36943.02 0.00 17:05:49 16:51:01 271.05 134.54 136.51 0.00 8017.70 49025.91 0.00 17:05:49 16:52:01 236.63 95.61 141.01 0.00 3382.74 18813.30 0.00 17:05:49 16:53:01 111.73 48.96 62.77 0.00 1887.85 7181.90 0.00 17:05:49 16:54:01 131.31 37.36 93.95 0.00 2482.50 21689.37 0.00 17:05:49 16:55:02 1092.82 826.39 266.43 0.00 97241.58 152074.39 0.00 17:05:49 16:56:01 2619.52 2349.23 270.29 0.00 140510.43 152097.66 0.00 17:05:49 16:57:02 941.94 645.30 296.64 0.00 53714.61 82559.41 0.00 17:05:49 16:58:01 3380.09 3005.94 374.15 0.00 149910.06 170993.34 0.00 17:05:49 16:59:02 1067.40 754.31 313.10 0.00 46279.39 56895.74 0.00 17:05:49 17:00:01 154.59 115.48 39.11 0.00 8119.82 1628.63 0.00 17:05:49 17:01:01 4.59 1.70 2.90 0.00 27.96 65.77 0.00 17:05:49 17:02:01 0.63 0.30 0.33 0.00 7.32 5.49 0.00 17:05:49 17:03:01 10.93 10.64 0.28 0.00 697.67 21.75 0.00 17:05:49 17:04:01 306.08 160.60 145.47 0.00 8835.42 36514.38 0.00 17:05:49 17:05:01 208.60 70.66 137.94 0.00 5366.62 33498.72 0.00 17:05:49 Average: 665.86 517.77 148.09 0.00 33441.72 51331.43 0.00 17:05:49 17:05:49 16:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:05:49 16:50:01 84932 0 682760 36.29 2620 1111232 1318776 45.01 516468 1075228 74956 17:05:49 16:51:01 146228 0 706468 37.55 1776 1027072 1524996 52.05 567364 925292 1192 17:05:49 16:52:01 237096 0 760684 40.43 944 882820 1457568 49.74 594300 772496 63484 17:05:49 16:53:01 70820 0 975700 51.86 796 834228 1703552 58.14 782976 739980 72124 17:05:49 16:54:01 77560 0 784044 41.67 600 1019340 1546436 52.78 663224 847072 92596 17:05:49 16:55:02 73056 0 773340 41.10 60 1035088 1952920 66.65 640348 947972 61436 17:05:49 16:56:01 142444 0 1181488 62.79 60 557552 3752940 128.08 808520 667056 54356 17:05:49 16:57:02 84636 0 693908 36.88 60 1102940 1487520 50.77 487140 1066840 21484 17:05:49 16:58:01 78320 0 778976 41.40 60 1024188 2103088 71.77 673560 901588 520 17:05:49 16:59:02 271688 0 704408 37.44 60 905388 1606040 54.81 615012 741168 8 17:05:49 17:00:01 138952 0 662476 35.21 60 1080056 1467776 50.09 607268 882028 28 17:05:49 17:01:01 171788 0 629376 33.45 60 1080320 1211996 41.36 578976 880188 24 17:05:49 17:02:01 174456 0 626536 33.30 60 1080492 1191644 40.67 577164 879908 8 17:05:49 17:03:01 145900 0 635056 33.75 60 1100528 1195740 40.81 586556 895704 736 17:05:49 17:04:01 232232 0 689200 36.63 8 960104 1203204 41.06 602508 739088 36 17:05:49 17:05:01 197172 0 787100 41.83 8 897264 1660512 56.67 528288 791764 48 17:05:49 Average: 145455 0 754470 40.10 456 981163 1649044 56.28 614354 859586 27690 17:05:49 17:05:49 16:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:05:49 16:50:01 vethc0a1477 560.73 443.44 50.74 1332.13 0.00 0.00 0.00 0.00 17:05:49 16:50:01 eth0 1647.81 1468.97 5101.68 191.94 0.00 0.00 0.00 0.00 17:05:49 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:50:01 docker0 560.73 443.31 43.08 1332.12 0.00 0.00 0.00 0.00 17:05:49 16:51:01 eth0 828.44 873.86 4599.02 82.98 0.00 0.00 0.00 0.00 17:05:49 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:51:01 vethf70117c 21.63 25.49 2.08 16.38 0.00 0.00 0.00 0.00 17:05:49 16:51:01 docker0 613.11 509.22 44.01 1753.79 0.00 0.00 0.00 0.00 17:05:49 16:52:01 eth0 131.01 107.65 480.93 76.90 0.00 0.00 0.00 0.00 17:05:49 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:52:01 docker0 73.83 85.10 5.76 451.52 0.00 0.00 0.00 0.00 17:05:49 16:52:01 veth2890e05 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:53:01 eth0 27.64 14.72 20.65 11.18 0.00 0.00 0.00 0.00 17:05:49 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:53:01 docker0 1.94 1.94 0.13 0.17 0.00 0.00 0.00 0.00 17:05:49 16:53:01 veth2890e05 1.94 1.94 0.16 0.17 0.00 0.00 0.00 0.00 17:05:49 16:54:01 eth0 194.02 155.30 1717.52 22.59 0.00 0.00 0.00 0.00 17:05:49 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:55:02 veth9592ed2 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 17:05:49 16:55:02 eth0 78.18 53.79 174.67 77.45 0.00 0.00 0.00 0.00 17:05:49 16:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:55:02 docker0 9.61 24.29 0.51 143.51 0.00 0.00 0.00 0.00 17:05:49 16:56:01 vetha23ce28 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:56:01 veth1504781 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:56:01 vetha88c5b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:56:01 veth9592ed2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:57:02 veth9592ed2 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:57:02 veth86dae60 20.11 43.52 1.37 303.18 0.00 0.00 0.00 0.00 17:05:49 16:57:02 eth0 3151.02 2837.55 13700.17 552.88 0.00 0.00 0.00 0.00 17:05:49 16:57:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:05:49 16:58:01 veth9592ed2 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:58:01 veth5b5da16 3.21 4.44 0.46 19.55 0.00 0.00 0.00 0.00 17:05:49 16:58:01 eth0 49.23 25.50 79.73 16.67 0.00 0.00 0.00 0.00 17:05:49 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:59:02 veth9592ed2 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:05:49 16:59:02 eth0 73.52 43.43 139.43 85.98 0.00 0.00 0.00 0.00 17:05:49 16:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 16:59:02 docker0 1302.58 1162.02 95.88 4298.96 0.00 0.00 0.00 0.00 17:05:49 17:00:01 eth0 399.78 367.68 213.45 1561.83 0.00 0.00 0.00 0.00 17:05:49 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:00:01 docker0 2.13 3.99 0.12 32.74 0.00 0.00 0.00 0.00 17:05:49 17:01:01 eth0 20.34 17.11 15.65 5.55 0.00 0.00 0.00 0.00 17:05:49 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:02:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:05:49 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:03:01 eth0 23.88 23.73 6.64 42.99 0.00 0.00 0.00 0.00 17:05:49 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:04:01 eth0 479.04 404.66 4262.50 47.26 0.00 0.00 0.00 0.00 17:05:49 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:04:01 docker0 27.66 29.96 2.59 218.50 0.00 0.00 0.00 0.00 17:05:49 17:05:01 vethe39267e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:05:01 eth0 534.15 438.63 3478.99 139.18 0.00 0.00 0.00 0.00 17:05:49 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 17:05:01 docker0 37.01 72.69 2.00 219.92 0.00 0.00 0.00 0.00 17:05:49 Average: vethe39267e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 Average: eth0 296.27 260.55 1376.85 152.22 0.00 0.00 0.00 0.00 17:05:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:05:49 Average: docker0 85.89 79.57 6.31 299.15 0.00 0.00 0.00 0.00 17:05:49 17:05:49 17:05:49 ---> sar -P ALL: 17:05:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/15/21 _x86_64_ (4 CPU) 17:05:49 17:05:49 16:48:38 LINUX RESTART (4 CPU) 17:05:49 17:05:49 16:49:02 CPU %user %nice %system %iowait %steal %idle 17:05:49 16:50:01 all 19.39 0.00 9.46 4.38 0.45 66.32 17:05:49 16:50:01 0 20.18 0.00 12.41 3.92 0.41 63.08 17:05:49 16:50:01 1 18.78 0.00 9.92 3.74 0.54 67.03 17:05:49 16:50:01 2 19.98 0.00 7.92 5.34 0.44 66.32 17:05:49 16:50:01 3 18.63 0.00 7.62 4.50 0.42 68.83 17:05:49 16:51:01 all 13.93 0.00 8.13 3.27 0.66 74.02 17:05:49 16:51:01 0 13.64 0.00 9.31 2.71 0.63 73.71 17:05:49 16:51:01 1 14.31 0.00 7.18 3.64 0.70 74.17 17:05:49 16:51:01 2 11.71 0.00 8.53 3.10 0.67 75.99 17:05:49 16:51:01 3 16.05 0.00 7.52 3.61 0.62 72.20 17:05:49 16:52:01 all 37.80 0.00 12.45 7.18 1.66 40.91 17:05:49 16:52:01 0 37.57 0.00 12.34 6.71 1.79 41.59 17:05:49 16:52:01 1 36.64 0.00 12.43 7.26 1.64 42.04 17:05:49 16:52:01 2 39.93 0.00 13.03 7.15 1.78 38.11 17:05:49 16:52:01 3 37.04 0.00 12.00 7.60 1.43 41.94 17:05:49 16:53:01 all 50.53 0.00 13.40 2.46 1.13 32.48 17:05:49 16:53:01 0 50.93 0.00 12.86 1.19 1.04 33.98 17:05:49 16:53:01 1 52.90 0.00 13.37 3.57 0.89 29.27 17:05:49 16:53:01 2 49.75 0.00 14.03 3.39 1.26 31.58 17:05:49 16:53:01 3 48.55 0.00 13.32 1.69 1.34 35.10 17:05:49 16:54:01 all 35.39 0.00 12.51 2.69 1.00 48.41 17:05:49 16:54:01 0 34.77 0.00 12.44 3.69 0.92 48.18 17:05:49 16:54:01 1 35.65 0.00 12.39 2.65 1.09 48.22 17:05:49 16:54:01 2 35.51 0.00 12.95 2.92 0.94 47.68 17:05:49 16:54:01 3 35.63 0.00 12.27 1.50 1.04 49.55 17:05:49 16:55:02 all 20.98 0.00 23.05 6.87 6.53 42.57 17:05:49 16:55:02 0 21.12 0.00 21.91 7.18 6.86 42.93 17:05:49 16:55:02 1 20.37 0.00 22.91 7.34 6.87 42.51 17:05:49 16:55:02 2 20.31 0.00 24.17 5.89 5.77 43.86 17:05:49 16:55:02 3 22.11 0.00 23.24 7.04 6.62 40.99 17:05:49 16:56:01 all 40.04 0.00 24.58 18.13 2.64 14.61 17:05:49 16:56:01 0 39.68 0.00 24.82 18.29 2.68 14.53 17:05:49 16:56:01 1 40.03 0.00 24.09 19.34 2.87 13.68 17:05:49 16:56:01 2 39.77 0.00 24.69 18.85 2.51 14.18 17:05:49 16:56:01 3 40.67 0.00 24.73 16.01 2.51 16.07 17:05:49 16:57:02 all 35.95 0.00 19.25 18.89 0.96 24.95 17:05:49 16:57:02 0 34.99 0.00 19.71 19.77 0.91 24.63 17:05:49 16:57:02 1 36.02 0.00 19.39 19.60 0.99 23.99 17:05:49 16:57:02 2 36.98 0.00 18.82 19.54 1.05 23.62 17:05:49 16:57:02 3 35.79 0.00 19.08 16.62 0.91 27.59 17:05:49 16:58:01 all 21.25 0.00 26.69 29.12 3.20 19.73 17:05:49 16:58:01 0 22.61 0.00 28.71 29.21 2.81 16.66 17:05:49 16:58:01 1 18.28 0.00 23.21 31.12 4.15 23.24 17:05:49 16:58:01 2 22.93 0.00 26.84 31.69 2.82 15.73 17:05:49 16:58:01 3 21.26 0.00 28.09 24.34 3.01 23.30 17:05:49 16:59:02 all 54.57 0.00 20.65 13.50 1.23 10.05 17:05:49 16:59:02 0 52.96 0.00 21.92 14.32 1.46 9.34 17:05:49 16:59:02 1 53.67 0.00 19.81 12.99 1.34 12.19 17:05:49 16:59:02 2 55.25 0.00 20.65 15.62 1.08 7.40 17:05:49 16:59:02 3 56.43 0.00 20.21 11.02 1.03 11.31 17:05:49 17:00:01 all 10.04 0.00 4.77 3.72 0.72 80.75 17:05:49 17:00:01 0 10.63 0.00 5.89 3.11 0.71 79.65 17:05:49 17:00:01 1 9.84 0.00 5.03 4.05 0.61 80.48 17:05:49 17:00:01 2 10.33 0.00 3.83 3.03 0.68 82.13 17:05:49 17:00:01 3 9.37 0.00 4.32 4.68 0.87 80.76 17:05:49 17:05:49 17:00:01 CPU %user %nice %system %iowait %steal %idle 17:05:49 17:01:01 all 0.35 0.00 0.31 0.05 0.03 99.26 17:05:49 17:01:01 0 0.35 0.00 0.40 0.17 0.02 99.06 17:05:49 17:01:01 1 0.35 0.00 0.32 0.02 0.03 99.28 17:05:49 17:01:01 2 0.33 0.00 0.27 0.02 0.03 99.35 17:05:49 17:01:01 3 0.35 0.00 0.25 0.02 0.02 99.37 17:05:49 17:02:01 all 0.15 0.00 0.05 0.00 0.00 99.80 17:05:49 17:02:01 0 0.05 0.00 0.03 0.00 0.02 99.90 17:05:49 17:02:01 1 0.43 0.00 0.05 0.00 0.00 99.52 17:05:49 17:02:01 2 0.07 0.00 0.07 0.00 0.00 99.87 17:05:49 17:02:01 3 0.03 0.00 0.07 0.00 0.00 99.90 17:05:49 17:03:01 all 0.97 0.00 0.55 0.26 0.04 98.18 17:05:49 17:03:01 0 0.90 0.00 0.73 0.37 0.05 97.95 17:05:49 17:03:01 1 1.63 0.00 0.55 0.42 0.03 97.37 17:05:49 17:03:01 2 0.43 0.00 0.32 0.05 0.05 99.15 17:05:49 17:03:01 3 0.90 0.00 0.60 0.22 0.03 98.25 17:05:49 17:04:01 all 10.50 0.00 8.33 5.89 0.41 74.88 17:05:49 17:04:01 0 10.70 0.00 9.06 4.45 0.38 75.41 17:05:49 17:04:01 1 9.87 0.00 7.54 5.73 0.43 76.43 17:05:49 17:04:01 2 11.33 0.00 8.33 7.20 0.43 72.71 17:05:49 17:04:01 3 10.09 0.00 8.39 6.15 0.40 74.98 17:05:49 17:05:01 all 12.33 0.00 10.22 3.26 0.17 74.02 17:05:49 17:05:01 0 11.31 0.00 10.57 3.25 0.16 74.72 17:05:49 17:05:01 1 11.29 0.00 10.57 3.08 0.19 74.87 17:05:49 17:05:01 2 14.99 0.00 10.23 5.20 0.15 69.42 17:05:49 17:05:01 3 11.72 0.00 9.51 1.50 0.19 77.08 17:05:49 Average: all 22.44 0.00 11.97 7.32 1.29 56.99 17:05:49 Average: 0 22.35 0.00 12.51 7.25 1.29 56.60 17:05:49 Average: 1 22.19 0.00 11.64 7.64 1.38 57.14 17:05:49 Average: 2 22.79 0.00 11.98 7.89 1.21 56.13 17:05:49 Average: 3 22.42 0.00 11.73 6.49 1.26 58.10 17:05:49 17:05:49 17:05:49