Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa4c73617b7d09eb7571485bf4012ea49001bdcf 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26653 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/359 [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/359 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision fa4c73617b7d09eb7571485bf4012ea49001bdcf (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 Commit message: "Merge pull request #3177 from hahattan/issue-3150" > git rev-list --no-walk 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:54:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:54:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:54:30 ========================================================= 06:54:30 EdgeX Global Pipelines Version Info 06:54:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:54:31 ------------------- 06:54:31 stable info: 06:54:31 ------------------- 06:54:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:54:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:54:31 Message: update stable to v1.0.179 06:54:32 ------------------- 06:54:32 experimental info: 06:54:32 ------------------- 06:54:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:54:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:54:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:54:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:54:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:54:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:54:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:54:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:54:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:54:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:54:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] echo 06:54:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa4c736 [Pipeline] echo 06:54:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:54:35 provisioning config files... 06:54:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/359@tmp/config678461773314966233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:54:36 ---> docker-login.sh 06:54:36 nexus3.edgexfoundry.org:10001 06:54:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:36 Configure a credential helper to remove this warning. See 06:54:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:36 06:54:36 Login Succeeded 06:54:36 nexus3.edgexfoundry.org:10002 06:54:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:36 Configure a credential helper to remove this warning. See 06:54:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:36 06:54:36 Login Succeeded 06:54:36 nexus3.edgexfoundry.org:10003 06:54:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:36 Configure a credential helper to remove this warning. See 06:54:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:36 06:54:36 Login Succeeded 06:54:36 nexus3.edgexfoundry.org:10004 06:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:37 Configure a credential helper to remove this warning. See 06:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:37 06:54:37 Login Succeeded 06:54:37 docker.io 06:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:54:37 Configure a credential helper to remove this warning. See 06:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:54:37 06:54:37 Login Succeeded 06:54:37 ---> docker-login.sh ends [Pipeline] } 06:54:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:54:37 ++ 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 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/core-command/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo core-command,cmd/core-command/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/core-data/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo core-data,cmd/core-data/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/core-metadata/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo core-metadata,cmd/core-metadata/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/security-bootstrapper/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/security-proxy-setup/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/support-notifications/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo support-notifications,cmd/support-notifications/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/support-scheduler/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:54:37 + for file in '`ls cmd/**/Dockerfile`' 06:54:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:54:37 ++ cut -d/ -f2 06:54:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:54:37 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 06:54:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:39 06:54:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:54:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:39 latest: Pulling from edgex-devops/git-semver 06:54:39 31603596830f: Pulling fs layer 06:54:39 2a8b12db71e7: Pulling fs layer 06:54:39 6ca5941a6612: Pulling fs layer 06:54:39 ecc8261a40a4: Pulling fs layer 06:54:39 ecc8261a40a4: Waiting 06:54:40 2a8b12db71e7: Verifying Checksum 06:54:40 2a8b12db71e7: Download complete 06:54:40 31603596830f: Verifying Checksum 06:54:40 31603596830f: Download complete 06:54:40 6ca5941a6612: Verifying Checksum 06:54:40 6ca5941a6612: Download complete 06:54:40 ecc8261a40a4: Verifying Checksum 06:54:40 ecc8261a40a4: Download complete 06:54:40 31603596830f: Pull complete 06:54:40 2a8b12db71e7: Pull complete 06:54:41 6ca5941a6612: Pull complete 06:54:41 ecc8261a40a4: Pull complete 06:54:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:54:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:54:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:54:41 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 06:54:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:54:43 $ docker top f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:54:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:43 [ssh-agent] Looking for ssh-agent implementation... 06:54:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:44 $ docker exec f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 ssh-agent 06:54:44 SSH_AUTH_SOCK=/tmp/ssh-doDqEw7x2LgY/agent.11 06:54:44 SSH_AGENT_PID=17 06:54:44 Running ssh-add (command line suppressed) 06:54:44 Identity added: /w/workspace/edgex-go/359@tmp/private_key_3290469769354320376.key (/w/workspace/edgex-go/359@tmp/private_key_3290469769354320376.key) 06:54:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:44 + git tag --points-at HEAD [Pipeline] } 06:54:44 $ docker exec --env ******** --env ******** f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 ssh-agent -k 06:54:44 unset SSH_AUTH_SOCK; 06:54:44 unset SSH_AGENT_PID; 06:54:44 echo Agent pid 17 killed; 06:54:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:54:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:54:45 [ssh-agent] Looking for ssh-agent implementation... 06:54:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:54:45 $ docker exec f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 ssh-agent 06:54:45 SSH_AUTH_SOCK=/tmp/ssh-v0A3SAiBkSPi/agent.46 06:54:45 SSH_AGENT_PID=52 06:54:45 Running ssh-add (command line suppressed) 06:54:45 Identity added: /w/workspace/edgex-go/359@tmp/private_key_7972392146138419838.key (/w/workspace/edgex-go/359@tmp/private_key_7972392146138419838.key) 06:54:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:54:45 + git semver init 06:54:45 # -> Open(): unable to determine branch for HEAD 06:54:45 # $GIT_DIR = /w/workspace/edgex-go/359/.git 06:54:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/359 06:54:45 # $SEMVER_REMOTE_NAME = origin 06:54:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:54:45 # $SEMVER_USER_NAME = edgex-jenkins 06:54:45 # $SEMVER_BRANCH = master 06:54:45 # $SEMVER_TEMP = /tmp/semver-013494668 06:54:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:55:03 # '/tmp/semver-013494668' -> '/w/workspace/edgex-go/359/.semver' 06:55:03 # -> Force: false 06:55:03 # $SEMVER_DIR = /w/workspace/edgex-go/359/.semver [Pipeline] } 06:55:03 $ docker exec --env ******** --env ******** f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 ssh-agent -k 06:55:04 unset SSH_AUTH_SOCK; 06:55:04 unset SSH_AGENT_PID; 06:55:04 echo Agent pid 52 killed; 06:55:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:04 + git semver [Pipeline] } 06:55:04 $ docker stop --time=1 f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 06:55:06 $ docker rm -f f272e8bdfa662823a1dbb53501ff3c555de11fe8b103bd3c2881c5e4141b8d86 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:55:07 Stashed 1 file(s) [Pipeline] echo 06:55:07 [edgeXSemver]: initialized semver on version 2.0.0-dev.93 [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 06:55:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:55:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:55:08 + sudo service docker restart 06:55:08 + true 06:55:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:55:09 ========================================================= 06:55:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:55:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:55:09 + 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 . 06:55:13 Sending build context to Docker daemon 327.8MB 06:55:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:55:13 Step 2/6 : FROM ${BASE} 06:55:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:55:13 188c0c94c7c5: Pulling fs layer 06:55:13 0ef7d3d256c8: Pulling fs layer 06:55:13 de9db76c5a1d: Pulling fs layer 06:55:13 bca2f99d35d6: Pulling fs layer 06:55:13 93359f2a8cfa: Pulling fs layer 06:55:13 7c6f9722023f: Pulling fs layer 06:55:13 a35cf1a2eb13: Pulling fs layer 06:55:13 93359f2a8cfa: Waiting 06:55:13 7c6f9722023f: Waiting 06:55:13 a35cf1a2eb13: Waiting 06:55:13 bca2f99d35d6: Waiting 06:55:13 de9db76c5a1d: Verifying Checksum 06:55:13 de9db76c5a1d: Download complete 06:55:13 0ef7d3d256c8: Download complete 06:55:13 93359f2a8cfa: Verifying Checksum 06:55:13 93359f2a8cfa: Download complete 06:55:13 7c6f9722023f: Verifying Checksum 06:55:13 7c6f9722023f: Download complete 06:55:13 188c0c94c7c5: Verifying Checksum 06:55:13 188c0c94c7c5: Download complete 06:55:13 188c0c94c7c5: Pull complete 06:55:13 0ef7d3d256c8: Pull complete 06:55:14 de9db76c5a1d: Pull complete 06:55:16 a35cf1a2eb13: Verifying Checksum 06:55:16 a35cf1a2eb13: Download complete 06:55:16 bca2f99d35d6: Verifying Checksum 06:55:16 bca2f99d35d6: Download complete 06:55:21 bca2f99d35d6: Pull complete 06:55:21 93359f2a8cfa: Pull complete 06:55:21 7c6f9722023f: Pull complete 06:55:22 Still waiting to schedule task 06:55:22 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 06:55:26 a35cf1a2eb13: Pull complete 06:55:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:55:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:55:26 ---> a62c8e92a672 06:55: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 06:55:26 ---> Running in 9d078d5b21cd 06:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:28 (1/12) Installing libmagic (5.38-r0) 06:55:28 (2/12) Installing file (5.38-r0) 06:55:28 (3/12) Installing libc-dev (0.7.2-r3) 06:55:28 (4/12) Installing g++ (9.3.0-r2) 06:55:33 (5/12) Installing fortify-headers (1.1-r0) 06:55:33 (6/12) Installing patch (2.7.6-r6) 06:55:33 (7/12) Installing build-base (0.5-r2) 06:55:33 (8/12) Installing libsodium (1.0.18-r0) 06:55:33 (9/12) Installing pkgconf (1.7.2-r0) 06:55:33 (10/12) Installing libsodium-dev (1.0.18-r0) 06:55:33 (11/12) Installing libzmq (4.3.3-r0) 06:55:33 (12/12) Installing zeromq-dev (4.3.3-r0) 06:55:33 Executing busybox-1.31.1-r19.trigger 06:55:33 OK: 233 MiB in 51 packages 06:55:36 Removing intermediate container 9d078d5b21cd 06:55:36 ---> 1f1335dd7306 06:55:36 Step 4/6 : WORKDIR /edgex-go 06:55:36 ---> Running in a28f0d033a7e 06:55:36 Removing intermediate container a28f0d033a7e 06:55:36 ---> 1ac8e26dc503 06:55:36 Step 5/6 : COPY go.mod . 06:55:36 ---> 9e9380fea1fb 06:55:36 Step 6/6 : RUN go mod download 06:55:36 ---> Running in 61872e068625 06:55:58 Removing intermediate container 61872e068625 06:55:58 ---> bd750b1c4ba6 06:55:58 Successfully built bd750b1c4ba6 06:55:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:55:59 + docker inspect -f . ci-base-image-x86_64 06:55:59 . [Pipeline] withDockerContainer 06:55:59 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 06:55:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:56:00 $ docker top cf8a0d1014d93bd2fc36c07a0f54b74dab8f9966c0e3a7877a0d432af254c373 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:00 + go version 06:56:00 go version go1.15.5 linux/amd64 [Pipeline] } 06:56:00 $ docker stop --time=1 cf8a0d1014d93bd2fc36c07a0f54b74dab8f9966c0e3a7877a0d432af254c373 06:56:02 $ docker rm -f cf8a0d1014d93bd2fc36c07a0f54b74dab8f9966c0e3a7877a0d432af254c373 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:56:03 + docker inspect -f . ci-base-image-x86_64 06:56:03 . [Pipeline] withDockerContainer 06:56:03 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 06:56:03 $ 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/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:56:03 $ docker top 7cc8169821644d6ae94672a4102cda887d20a06c68bfccbe58295361e6ed4438 -eo pid,comm [Pipeline] { [Pipeline] echo 06:56:04 ========================================================= 06:56:04 [edgeXBuildGoParallel] Running Tests and Build... 06:56:04 ========================================================= [Pipeline] sh 06:56:04 + make test 06:56:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:56:12 ? github.com/edgexfoundry/edgex-go [no test files] 06:56:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:56:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:56:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:56:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:56:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:56:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:56:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:56:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:56:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 06:56:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.072s coverage: 65.8% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.3% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 06:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:56:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements 06:56:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:56:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 06:56:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:56:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:56:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:56:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements 06:56:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 06:56:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.024s coverage: 44.8% of statements 06:57:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26654 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 06:57:07 Running in /w/workspace/edgex-go/359 [Pipeline] { [Pipeline] checkout 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.032s coverage: 87.2% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.041s coverage: 84.2% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 91.4% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.247s coverage: 68.9% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.073s coverage: 37.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.251s coverage: 84.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.113s coverage: 89.4% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:57:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements 06:57:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 06:57:11 GO111MODULE=on go vet ./... 06:57:11 using credential edgex-jenkins-ssh 06:57:12 Cloning the remote Git repository 06:57:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:57:12 > git init /w/workspace/edgex-go/359 # timeout=10 06:57:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:57:12 > git --version # timeout=10 06:57:12 > git --version # 'git version 2.17.1' 06:57:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:57:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:57:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:57:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:57:29 Checking out Revision fa4c73617b7d09eb7571485bf4012ea49001bdcf (master) 06:57:29 > git config core.sparsecheckout # timeout=10 06:57:29 > git checkout -f fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 06:57:33 gofmt -l . 06:57:34 [ "`gofmt -l .`" = "" ] 06:57:34 Commit message: "Merge pull request #3177 from hahattan/issue-3150" 06:57:35 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:57:35 ./bin/test-attribution-txt.sh [Pipeline] sh 06:57:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 06:57:36 + ls -al . 06:57:36 total 700 06:57:36 drwxrwxr-x 10 1001 1001 4096 Feb 17 06:57 . 06:57:36 drwxr-xr-x 4 root root 32 Feb 17 06:56 .. 06:57:36 -rw-rw-r-- 1 1001 1001 11 Feb 17 06:54 .dockerignore 06:57:36 drwxrwxr-x 8 1001 1001 162 Feb 17 06:54 .git 06:57:36 drwxrwxr-x 3 1001 1001 125 Feb 17 06:54 .github 06:57:36 -rw-rw-r-- 1 1001 1001 818 Feb 17 06:54 .gitignore 06:57:36 drwx------ 3 1001 1001 45 Feb 17 06:55 .semver 06:57:36 -rw-rw-r-- 1 1001 1001 166 Feb 17 06:54 .sonarcloud.properties 06:57:36 -rw-rw-r-- 1 1001 1001 7859 Feb 17 06:54 Attribution.txt 06:57:36 -rw-rw-r-- 1 1001 1001 3804 Feb 17 06:54 CONTRIBUTING.md 06:57:36 -rw-rw-r-- 1 1001 1001 931 Feb 17 06:54 Dockerfile.build 06:57:36 -rw-rw-r-- 1 1001 1001 863 Feb 17 06:54 Jenkinsfile 06:57:36 -rw-rw-r-- 1 1001 1001 10775 Feb 17 06:54 LICENSE 06:57:36 -rw-rw-r-- 1 1001 1001 5774 Feb 17 06:54 Makefile 06:57:36 -rw-rw-r-- 1 1001 1001 6524 Feb 17 06:54 README.md 06:57:36 -rw-rw-r-- 1 1001 1001 6755 Feb 17 06:54 SECURITY.md 06:57:36 -rw-rw-r-- 1 1001 1001 12 Feb 17 06:55 VERSION 06:57:36 -rw-rw-r-- 1 1001 1001 4131 Feb 17 06:54 ZMQWindows.md 06:57:36 drwxrwxr-x 2 1001 1001 117 Feb 17 06:54 bin 06:57:36 drwxrwxr-x 14 1001 1001 4096 Feb 17 06:54 cmd 06:57:36 -rw-r--r-- 1 root root 595676 Feb 17 06:57 coverage.out 06:57:36 -rw-r--r-- 1 root root 1054 Feb 17 06:57 go.mod 06:57:36 -rw-r--r-- 1 root root 19518 Feb 17 06:57 go.sum 06:57:36 drwxrwxr-x 8 1001 1001 127 Feb 17 06:54 internal 06:57:36 drwxrwxr-x 4 1001 1001 26 Feb 17 06:54 openapi 06:57:36 drwxrwxr-x 4 1001 1001 71 Feb 17 06:54 snap 06:57:36 -rw-rw-r-- 1 1001 1001 168 Feb 17 06:54 version.go [Pipeline] sh [Pipeline] sh 06:57:36 + '[' -e coverage.out ] 06:57:36 + chown 1001:1001 coverage.out [Pipeline] stash 06:57:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:57:36 Stashed 1 file(s) [Pipeline] sh 06:57:37 + true 06:57:37 + sudo service docker restart 06:57:37 + make build 06:57:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:57:39 provisioning config files... 06:57:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/359@tmp/config1216551647297112933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:57:40 ---> docker-login.sh 06:57:40 nexus3.edgexfoundry.org:10001 06:57:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:57:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:41 Configure a credential helper to remove this warning. See 06:57:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:41 06:57:41 Login Succeeded 06:57:41 nexus3.edgexfoundry.org:10002 06:57:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:42 Configure a credential helper to remove this warning. See 06:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:42 06:57:42 Login Succeeded 06:57:42 nexus3.edgexfoundry.org:10003 06:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:42 Configure a credential helper to remove this warning. See 06:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:42 06:57:42 Login Succeeded 06:57:42 nexus3.edgexfoundry.org:10004 06:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:42 Configure a credential helper to remove this warning. See 06:57:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:42 06:57:42 Login Succeeded 06:57:42 docker.io 06:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:57:43 Configure a credential helper to remove this warning. See 06:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:57:43 06:57:43 Login Succeeded 06:57:43 ---> docker-login.sh ends [Pipeline] } 06:57:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:57:44 ========================================================= 06:57:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:57:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:57:44 + 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 . 06:57:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-command/core-command ./cmd/core-command 06:57:47 Sending build context to Docker daemon 166.3MB 06:57:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:57:47 Step 2/6 : FROM ${BASE} 06:57:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:57:47 5f621e34cdf4: Pulling fs layer 06:57:47 a4357932f1b6: Pulling fs layer 06:57:47 18c013af1878: Pulling fs layer 06:57:47 00ac8860ef70: Pulling fs layer 06:57:47 63d7cb157983: Pulling fs layer 06:57:47 b116817d02f9: Pulling fs layer 06:57:47 745a02a5169b: Pulling fs layer 06:57:47 63d7cb157983: Waiting 06:57:47 00ac8860ef70: Waiting 06:57:47 b116817d02f9: Waiting 06:57:47 745a02a5169b: Waiting 06:57:47 18c013af1878: Verifying Checksum 06:57:47 18c013af1878: Download complete 06:57:47 a4357932f1b6: Verifying Checksum 06:57:47 a4357932f1b6: Download complete 06:57:47 63d7cb157983: Verifying Checksum 06:57:47 63d7cb157983: Download complete 06:57:47 b116817d02f9: Verifying Checksum 06:57:47 b116817d02f9: Download complete 06:57:47 5f621e34cdf4: Verifying Checksum 06:57:47 5f621e34cdf4: Download complete 06:57:47 5f621e34cdf4: Pull complete 06:57:48 a4357932f1b6: Pull complete 06:57:48 18c013af1878: Pull complete 06:57:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:57:49 745a02a5169b: Verifying Checksum 06:57:49 745a02a5169b: Download complete 06:57:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:57:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:57:50 00ac8860ef70: Download complete 06:57:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:57:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:57:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:57:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:57:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/secrets-config ./cmd/secrets-config 06:57:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 06:57:58 $ docker stop --time=1 7cc8169821644d6ae94672a4102cda887d20a06c68bfccbe58295361e6ed4438 06:58:00 $ docker rm -f 7cc8169821644d6ae94672a4102cda887d20a06c68bfccbe58295361e6ed4438 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 06:58:00 00ac8860ef70: Pull complete [Pipeline] script [Pipeline] { 06:58:01 63d7cb157983: Pull complete 06:58:01 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 06:58:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:58:03 06:58:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:58:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:58:04 latest: Pulling from edgex-devops/edgex-compose 06:58:04 cbdbe7a5bc2a: Pulling fs layer 06:58:04 ca9280d653b3: Pulling fs layer 06:58:04 7e9c9ca2126c: Pulling fs layer 06:58:04 cbdbe7a5bc2a: Verifying Checksum 06:58:04 cbdbe7a5bc2a: Download complete 06:58:04 cbdbe7a5bc2a: Pull complete 06:58:04 ca9280d653b3: Download complete 06:58:05 ca9280d653b3: Pull complete 06:58:05 7e9c9ca2126c: Verifying Checksum 06:58:05 7e9c9ca2126c: Download complete 06:58:06 745a02a5169b: Pull complete 06:58:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:58:06 ---> b7e6874047d6 06:58:06 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 06:58:09 ---> Running in 4aa085542f9c 06:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:58:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:58:11 (1/12) Installing libmagic (5.38-r0) 06:58:11 (2/12) Installing file (5.38-r0) 06:58:11 (3/12) Installing libc-dev (0.7.2-r3) 06:58:11 (4/12) Installing g++ (9.3.0-r2) 06:58:12 7e9c9ca2126c: Pull complete 06:58:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:58:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:58:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:58:12 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 06:58:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:58:13 $ docker top 28736f3be785ff1e9e1ba77cfd75b4b9eb2fa41a5dd9bc0ace7a192793eb9f55 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:14 + docker-compose build --help 06:58:14 + grep parallel 06:58:15 --parallel Build images in parallel. [Pipeline] } 06:58:15 $ docker stop --time=1 28736f3be785ff1e9e1ba77cfd75b4b9eb2fa41a5dd9bc0ace7a192793eb9f55 06:58:16 (5/12) Installing fortify-headers (1.1-r0) 06:58:16 (6/12) Installing patch (2.7.6-r6) 06:58:16 (7/12) Installing build-base (0.5-r2) 06:58:16 (8/12) Installing libsodium (1.0.18-r0) 06:58:16 (9/12) Installing pkgconf (1.7.2-r0) 06:58:16 $ docker rm -f 28736f3be785ff1e9e1ba77cfd75b4b9eb2fa41a5dd9bc0ace7a192793eb9f55 [Pipeline] // withDockerContainer 06:58:16 (10/12) Installing libsodium-dev (1.0.18-r0) 06:58:16 (11/12) Installing libzmq (4.3.3-r0) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:58:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:58:17 . [Pipeline] withDockerContainer 06:58:17 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 06:58:17 (12/12) Installing zeromq-dev (4.3.3-r0) 06:58:17 Executing busybox-1.31.1-r19.trigger 06:58:17 OK: 217 MiB in 51 packages 06:58:17 $ 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/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:58:17 $ docker top 8914646fdb38a92cdecf1a4cceb1137c76e2851f400c9f87ea0b2b3b2cdff8f2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:18 + docker-compose -f ./docker-compose-build.yml build --parallel 06:58:19 Building docker-core-command-go ... 06:58:19 Building docker-core-data-go ... 06:58:19 Building docker-core-metadata-go ... 06:58:19 Building docker-security-bootstrapper-go ... 06:58:19 Building docker-security-proxy-setup-go ... 06:58:19 Building docker-security-secretstore-setup-go ... 06:58:19 Building docker-support-notifications-go ... 06:58:19 Building docker-support-scheduler-go ... 06:58:19 Building docker-sys-mgmt-agent-go ... 06:58:19 Building docker-security-secretstore-setup-go 06:58:19 Building docker-sys-mgmt-agent-go 06:58:19 Building docker-core-metadata-go 06:58:19 Building docker-core-command-go 06:58:19 Building docker-security-proxy-setup-go 06:58:21 Removing intermediate container 4aa085542f9c 06:58:21 ---> 5a2ee733a63d 06:58:21 Step 4/6 : WORKDIR /edgex-go 06:58:21 ---> Running in 394306a951d9 06:58:21 Removing intermediate container 394306a951d9 06:58:21 ---> ceff21640334 06:58:21 Step 5/6 : COPY go.mod . 06:58:22 ---> dd0a63d2f56b 06:58:22 Step 6/6 : RUN go mod download 06:58:22 ---> Running in 576809438cab 06:58:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:58:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:58:46 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:58:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:58:46 ---> bd750b1c4ba6 06:58:46 Step 3/26 : WORKDIR /edgex-go 06:58:46 ---> bd750b1c4ba6 06:58:46 Step 3/24 : WORKDIR /edgex-go 06:58:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:58:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:58:46 ---> bd750b1c4ba6 06:58:46 Step 3/21 : WORKDIR /edgex-go 06:58:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:58:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:58:46 ---> bd750b1c4ba6 06:58:46 Step 3/23 : WORKDIR /edgex-go 06:58:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:58:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:58:46 ---> bd750b1c4ba6 06:58:46 Step 3/23 : WORKDIR /edgex-go 06:58:46 ---> Running in 392b2b22aaca 06:58:46 ---> Running in fc36a91f43cf 06:58:46 ---> Running in 8744bfebd52c 06:58:46 ---> Running in 51a7337f994b 06:58:46 ---> Running in 3cc9708fed66 06:58:46 Removing intermediate container 3cc9708fed66 06:58:46 ---> 7b805d4483f9 06:58:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:46 Removing intermediate container 51a7337f994b 06:58:46 ---> 8ce0b6d20c65 06:58:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:46 Removing intermediate container 8744bfebd52c 06:58:46 ---> 6cd983a7fcc2 06:58:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:46 Removing intermediate container 392b2b22aaca 06:58:46 ---> 69fb5fcbd359 06:58:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:46 Removing intermediate container fc36a91f43cf 06:58:46 ---> a929aafec90d 06:58:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:46 ---> Running in e6f191f8e816 06:58:46 ---> Running in 862a5977088e 06:58:46 ---> Running in 4c201227a711 06:58:46 ---> Running in 1b015deed241 06:58:47 ---> Running in f3609cf71980 06:58:48 Removing intermediate container e6f191f8e816 06:58:48 ---> 215e296ba374 06:58:48 Step 5/23 : RUN apk add --update --no-cache make git 06:58:48 Removing intermediate container 4c201227a711 06:58:48 ---> 742e5074b849 06:58:48 Step 5/23 : RUN apk add --update --no-cache make git 06:58:48 ---> Running in 3cbe9ce62015 06:58:48 ---> Running in 190f90f5893e 06:58:49 Removing intermediate container 862a5977088e 06:58:49 ---> 67306370f714 06:58:49 Step 5/24 : RUN apk add --update --no-cache make git 06:58:49 Removing intermediate container f3609cf71980 06:58:49 ---> 8e02802f3b02 06:58:49 Step 5/26 : RUN apk add --update --no-cache make bash git 06:58:49 ---> Running in 378cea6f6eee 06:58:49 Removing intermediate container 576809438cab 06:58:49 ---> e081e6f250d1 06:58:49 Successfully built e081e6f250d1 06:58:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:58:49 Removing intermediate container 1b015deed241 06:58:49 ---> 5bf3e1406f95 06:58:49 Step 5/21 : RUN apk add --update --no-cache make git 06:58:49 ---> Running in e8dde6b2e1e5 06:58:49 ---> Running in 6829be051733 06:58:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:49 + docker inspect -f . ci-base-image-arm64 06:58:49 . [Pipeline] withDockerContainer 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:50 prd-ubuntu18.04-docker-arm64-4c-16g-26654 does not seem to be running inside a container 06:58:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:50 OK: 233 MiB in 51 packages 06:58:51 OK: 233 MiB in 51 packages 06:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:51 OK: 233 MiB in 51 packages 06:58:51 OK: 233 MiB in 51 packages 06:58:51 Removing intermediate container 190f90f5893e 06:58:51 ---> 213501504f09 06:58:51 Step 6/23 : COPY go.mod . 06:58:51 $ docker top 7d45dbd2a24638d870d64088a05f54c4070cda3b13ceba9a4856ede0c1f96c72 -eo pid,comm 06:58:51 OK: 233 MiB in 51 packages 06:58:51 Removing intermediate container 3cbe9ce62015 06:58:51 ---> 24a38c2cabf3 06:58:51 Step 6/23 : COPY go.mod . 06:58:51 ---> f526bbdc035b 06:58:51 Step 7/23 : RUN go mod download 06:58:51 ---> Running in ee3812339ef3 [Pipeline] { [Pipeline] sh 06:58:52 ---> 686c0e843476 06:58:52 Step 7/23 : RUN go mod download 06:58:52 Removing intermediate container 378cea6f6eee 06:58:52 ---> 4e3d08351b66 06:58:52 Step 6/24 : COPY go.mod . 06:58:52 ---> Running in 32f559b4274a 06:58:52 Removing intermediate container e8dde6b2e1e5 06:58:52 ---> 7e44c9ae9138 06:58:52 Step 6/26 : COPY go.mod . 06:58:52 + go version 06:58:52 go version go1.15.5 linux/arm64 [Pipeline] } 06:58:52 $ docker stop --time=1 7d45dbd2a24638d870d64088a05f54c4070cda3b13ceba9a4856ede0c1f96c72 06:58:52 ---> 4f92f9ab8fd3 06:58:52 Step 7/24 : RUN go mod download 06:58:52 Removing intermediate container 6829be051733 06:58:52 ---> 1c09bfef6f68 06:58:52 Step 6/21 : COPY go.mod . 06:58:52 ---> Running in b630b96193f3 06:58:52 ---> fa5f88d4a05a 06:58:52 Step 7/26 : RUN go mod download 06:58:53 ---> Running in f7b6f162a5ee 06:58:53 ---> ed995a79e113 06:58:53 Step 7/21 : RUN go mod download 06:58:53 ---> Running in 65b55931957a 06:58:54 Removing intermediate container 32f559b4274a 06:58:54 ---> c33c461b6e14 06:58:54 Step 8/23 : COPY . . 06:58:54 $ docker rm -f 7d45dbd2a24638d870d64088a05f54c4070cda3b13ceba9a4856ede0c1f96c72 06:58:54 Removing intermediate container ee3812339ef3 06:58:54 ---> 2acb8e9ceb0f 06:58:54 Step 8/23 : COPY . . [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 06:58:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:55 06:58:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:58:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:56 latest: Pulling from edgex-devops/edgex-compose-arm64 06:58:56 29e5d40040c1: Pulling fs layer 06:58:56 1ce36da41761: Pulling fs layer 06:58:56 25b303627fd3: Pulling fs layer 06:58:56 29e5d40040c1: Verifying Checksum 06:58:56 29e5d40040c1: Download complete 06:58:57 1ce36da41761: Verifying Checksum 06:58:57 1ce36da41761: Download complete 06:58:57 Removing intermediate container b630b96193f3 06:58:57 ---> 114df053cfcc 06:58:57 Step 8/24 : COPY . . 06:58:57 29e5d40040c1: Pull complete 06:58:58 1ce36da41761: Pull complete 06:58:58 25b303627fd3: Verifying Checksum 06:58:58 25b303627fd3: Download complete 06:59:05 Removing intermediate container f7b6f162a5ee 06:59:05 ---> ad5d0a7ce890 06:59:05 Step 8/26 : COPY . . 06:59:09 25b303627fd3: Pull complete 06:59:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:59:09 prd-ubuntu18.04-docker-arm64-4c-16g-26654 does not seem to be running inside a container 06:59:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:59:09 Removing intermediate container 65b55931957a 06:59:09 ---> 79b98f449ee4 06:59:09 Step 8/21 : COPY . . 06:59:12 $ docker top 118f83e1aaf89f545e5dbf65c4a40fdbec55d65e3bf440d2884320efe7b63ace -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:13 + docker-compose build --help 06:59:13 + grep parallel 06:59:16 --parallel Build images in parallel. [Pipeline] } 06:59:16 $ docker stop --time=1 118f83e1aaf89f545e5dbf65c4a40fdbec55d65e3bf440d2884320efe7b63ace 06:59:18 $ docker rm -f 118f83e1aaf89f545e5dbf65c4a40fdbec55d65e3bf440d2884320efe7b63ace [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:59:19 . [Pipeline] withDockerContainer 06:59:20 prd-ubuntu18.04-docker-arm64-4c-16g-26654 does not seem to be running inside a container 06:59:20 $ 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/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 06:59:21 $ docker top c4f0f8a5f5f48dc171d8780e0ead2247904f6e10545e95a921d59c46eae69694 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:22 + docker-compose -f ./docker-compose-build.yml build --parallel 06:59:25 Building docker-core-command-go ... 06:59:25 Building docker-core-data-go ... 06:59:25 Building docker-core-metadata-go ... 06:59:25 Building docker-security-bootstrapper-go ... 06:59:25 Building docker-security-proxy-setup-go ... 06:59:25 Building docker-security-secretstore-setup-go ... 06:59:25 Building docker-support-notifications-go ... 06:59:25 Building docker-support-scheduler-go ... 06:59:25 Building docker-sys-mgmt-agent-go ... 06:59:25 Building docker-support-notifications-go 06:59:25 Building docker-core-metadata-go 06:59:25 Building docker-sys-mgmt-agent-go 06:59:25 Building docker-support-scheduler-go 06:59:25 Building docker-security-bootstrapper-go 06:59:36 ---> 63e753bd6c03 06:59:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:59:36 ---> Running in 42cecd88e89c 06:59:36 ---> b75e6c0b446b 06:59:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:59:36 ---> d486691944d5 06:59:36 Step 9/23 : RUN make cmd/core-command/core-command 06:59:36 ---> 059837c28a55 06:59:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:59:37 ---> Running in 9c87af8119ea 06:59:37 ---> Running in 1f8a891b2014 06:59:37 ---> Running in 7abfe226be68 06:59:37 ---> d09b3291f5cc 06:59:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:59:37 ---> Running in 3674135aa829 06:59:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:59:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:59:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-command/core-command ./cmd/core-command 06:59:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:59:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/secrets-config ./cmd/secrets-config 07:00:06 Removing intermediate container 7abfe226be68 07:00:06 ---> 4f0b95b8113d 07:00:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:00:06 ---> Running in f86c87190fed 07:00:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:00:10 Removing intermediate container 42cecd88e89c 07:00:10 ---> 62dbff4812f6 07:00:10 07:00:10 Step 10/24 : FROM alpine:3.12 07:00:10 3.12: Pulling from library/alpine 07:00:11 Removing intermediate container 3674135aa829 07:00:11 ---> 925944151774 07:00:11 07:00:11 Step 10/21 : FROM alpine:3.12 07:00:11 Removing intermediate container 1f8a891b2014 07:00:11 ---> 94dec01d8aa0 07:00:11 07:00:11 Step 10/23 : FROM alpine:3.12 07:00:11 3.12: Pulling from library/alpine 07:00:11 3.12: Pulling from library/alpine 07:00:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:00:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:00:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:00:11 Status: Image is up to date for alpine:3.12 07:00:11 ---> 389fef711851 07:00:11 Step 11/21 : RUN apk add --update --no-cache curl 07:00:11 Status: Downloaded newer image for alpine:3.12 07:00:11 ---> 389fef711851 07:00:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:00:11 Status: Downloaded newer image for alpine:3.12 07:00:11 ---> 389fef711851 07:00:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:00:12 ---> Running in e482a3ab9399 07:00:12 ---> Running in 0cfdf5559aa7 07:00:12 ---> Running in c913cadb1ecc 07:00:12 Removing intermediate container f86c87190fed 07:00:12 ---> d7320a834d1c 07:00:12 07:00:12 Step 11/26 : FROM docker:20.10.0 07:00:12 20.10.0: Pulling from library/docker 07:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:15 (1/5) Installing ca-certificates (20191127-r4) 07:00:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:00:15 (3/5) Installing libcurl (7.69.1-r3) 07:00:15 (4/5) Installing curl (7.69.1-r3) 07:00:15 (5/5) Installing dumb-init (1.2.2-r1) 07:00:15 Executing busybox-1.31.1-r19.trigger 07:00:15 Executing ca-certificates-20191127-r4.trigger 07:00:15 OK: 7 MiB in 19 packages 07:00:16 Removing intermediate container 9c87af8119ea 07:00:16 ---> e26870c238a7 07:00:16 07:00:16 Step 10/23 : FROM alpine:3.12 07:00:16 ---> 389fef711851 07:00:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:00:16 ---> Running in 3085fe98ecb8 07:00:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:16 (1/1) Installing dumb-init (1.2.2-r1) 07:00:16 Executing busybox-1.31.1-r19.trigger 07:00:16 OK: 6 MiB in 15 packages 07:00:16 (1/4) Installing ca-certificates (20191127-r4) 07:00:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:00:17 (3/4) Installing libcurl (7.69.1-r3) 07:00:17 (4/4) Installing curl (7.69.1-r3) 07:00:17 Executing busybox-1.31.1-r19.trigger 07:00:17 Executing ca-certificates-20191127-r4.trigger 07:00:17 OK: 7 MiB in 18 packages 07:00:17 Removing intermediate container e482a3ab9399 07:00:17 ---> 6f782fa0ee61 07:00:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:00:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:17 (1/1) Installing dumb-init (1.2.2-r1) 07:00:17 Executing busybox-1.31.1-r19.trigger 07:00:17 OK: 6 MiB in 15 packages 07:00:18 ---> Running in 5f80464c945a 07:00:18 Removing intermediate container 5f80464c945a 07:00:18 ---> fa1336db157f 07:00:18 Step 13/24 : WORKDIR / 07:00:18 ---> Running in 9c93608ac89e 07:00:18 Removing intermediate container c913cadb1ecc 07:00:18 ---> c2b9e5161ae1 07:00:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:00:19 ---> Running in 8e40463b3295 07:00:19 Removing intermediate container 3085fe98ecb8 07:00:19 ---> 223b5b7d1356 07:00:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:00:19 Removing intermediate container 0cfdf5559aa7 07:00:19 ---> 127a0d3f3fe3 07:00:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:00:20 ---> Running in df9a70750778 07:00:20 Removing intermediate container 9c93608ac89e 07:00:20 ---> 9936d68bebe0 07:00:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:00:20 ---> Running in 52e0687ce124 07:00:20 Removing intermediate container 8e40463b3295 07:00:20 ---> 0d8739280816 07:00:20 Step 13/23 : ENV APP_PORT=48082 07:00:20 ---> Running in ed8b546b530e 07:00:20 Removing intermediate container df9a70750778 07:00:20 ---> 56dfdb840b19 07:00:20 Step 13/23 : ENV APP_PORT=48081 07:00:20 Removing intermediate container 52e0687ce124 07:00:20 ---> 01c4aa513a1b 07:00:20 Step 13/21 : WORKDIR /edgex 07:00:20 ---> ad8be70a854f 07:00:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:00:20 ---> Running in a08ac37ac54a 07:00:20 ---> Running in 5bbca41c8cff 07:00:20 Removing intermediate container ed8b546b530e 07:00:20 ---> ad5f2bf4dc76 07:00:20 Step 14/23 : EXPOSE $APP_PORT 07:00:20 ---> Running in 9542c45391a8 07:00:21 ---> 944ebce726f0 07:00:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:00:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:00:21 Status: Downloaded newer image for docker:20.10.0 07:00:21 ---> aefe523efa57 07:00:21 Step 12/26 : RUN apk add --no-cache bash 07:00:21 Removing intermediate container a08ac37ac54a 07:00:21 ---> a1418357c3a6 07:00:21 Step 14/23 : EXPOSE $APP_PORT 07:00:21 Removing intermediate container 5bbca41c8cff 07:00:21 ---> 51174d6b54df 07:00:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:00:21 ---> Running in f728389cb28c 07:00:22 ---> Running in b066784a94a6 07:00:22 Removing intermediate container 9542c45391a8 07:00:22 ---> 305f9edc9f13 07:00:22 Step 15/23 : WORKDIR / 07:00:22 ---> 3bc420f2a84b 07:00:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:00:22 ---> Running in 6f0d1d92ffc1 07:00:22 ---> 41a353988570 07:00:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:00:22 Removing intermediate container b066784a94a6 07:00:22 ---> 47c6ca5b6857 07:00:22 Step 15/23 : WORKDIR / 07:00:22 ---> Running in f072b8c903ca 07:00:22 ---> 7bc91cfac2e1 07:00:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:00:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:22 ---> e081e6f250d1 07:00:22 Step 3/22 : WORKDIR /edgex-go 07:00:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:22 ---> e081e6f250d1 07:00:22 Step 3/22 : WORKDIR /edgex-go 07:00:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:00:22 ---> e081e6f250d1 07:00:22 Step 3/26 : WORKDIR /edgex-go 07:00:22 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:22 Step 2/30 : FROM ${BUILDER_BASE} AS builder 07:00:22 ---> e081e6f250d1 07:00:22 Step 3/30 : WORKDIR /edgex-go 07:00:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:00:22 ---> e081e6f250d1 07:00:22 Step 3/23 : WORKDIR /edgex-go 07:00:22 ---> Running in f0d1f0f58ae3 07:00:22 ---> Running in 73ee6bfe5cd9 07:00:22 ---> Running in d5736a7da85e 07:00:22 ---> Running in 5c1019bc1cb0 07:00:22 ---> Running in 276f3de306a1 07:00:22 Removing intermediate container f0d1f0f58ae3 07:00:22 ---> 29c78cc34870 07:00:22 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:22 ---> Running in 24f91098ee66 07:00:22 Removing intermediate container 73ee6bfe5cd9 07:00:22 ---> 7803dce558cd 07:00:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:22 Removing intermediate container d5736a7da85e 07:00:22 ---> a1960409588c 07:00:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:22 Removing intermediate container 276f3de306a1 07:00:22 ---> a70466fd86e1 07:00:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:22 Removing intermediate container 5c1019bc1cb0 07:00:22 ---> 81a82beb31a6 07:00:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:22 ---> Running in 1bbf64c87730 07:00:22 ---> Running in 5ee70e52e232 07:00:22 ---> Running in 7b2cb8d49baa 07:00:22 ---> Running in edfa60c225f3 07:00:22 Removing intermediate container 24f91098ee66 07:00:22 ---> 3dee078ca768 07:00:22 Step 5/30 : RUN apk add --update --no-cache make git 07:00:22 ---> Running in 477ff231706e 07:00:22 Removing intermediate container 1bbf64c87730 07:00:22 ---> 0c6e5613b51f 07:00:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:00:22 Removing intermediate container 5ee70e52e232 07:00:22 ---> eca9a59bf03b 07:00:22 Step 5/26 : RUN apk add --update --no-cache make bash git 07:00:22 ---> Running in eaf14a1ddc21 07:00:22 ---> Running in c81acf55522b 07:00:22 Removing intermediate container 6f0d1d92ffc1 07:00:22 ---> 2419cd019b08 07:00:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:00:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:22 Removing intermediate container f072b8c903ca 07:00:22 ---> cccdf3c6ea67 07:00:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:00:22 (1/2) Installing readline (8.0.4-r0) 07:00:22 (2/2) Installing bash (5.0.17-r0) 07:00:23 Removing intermediate container 7b2cb8d49baa 07:00:23 ---> c7fb6aa4f26a 07:00:23 Step 5/23 : RUN apk add --update --no-cache make git 07:00:23 Executing bash-5.0.17-r0.post-install 07:00:23 Executing busybox-1.31.1-r19.trigger 07:00:23 OK: 12 MiB in 22 packages 07:00:23 ---> e02a505ce16b 07:00:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:00:23 ---> d68f89cab449 07:00:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:00:23 Removing intermediate container edfa60c225f3 07:00:23 ---> 173497725790 07:00:23 Step 5/22 : RUN apk add --update --no-cache make git 07:00:23 ---> Running in 16915765f072 07:00:23 ---> d3f2aa207b4f 07:00:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:00:23 ---> Running in 59a4b6c72e68 07:00:23 ---> 2dd4586e9161 07:00:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:00:23 ---> a0d95d04114e 07:00:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:00:23 ---> f34f6cb45be5 07:00:23 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/ 07:00:23 ---> 2c9e01a57183 07:00:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:00:24 ---> Running in 5a203a7ff568 07:00:24 ---> Running in d770f6975994 07:00:24 Removing intermediate container f728389cb28c 07:00:24 ---> 68e4507986e4 07:00:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:24 ---> 7f89e53b04cb 07:00:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:00:24 ---> 291f944ec528 07:00:24 Step 19/23 : ENTRYPOINT ["/core-command"] 07:00:24 ---> Running in ffc1cc211f53 07:00:24 ---> Running in bf4cfa99b31f 07:00:24 Removing intermediate container 5a203a7ff568 07:00:24 ---> 0ffbf145ac98 07:00:24 Step 18/21 : CMD ["--init=true"] 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:24 ---> 0d94ceb8dbcf 07:00:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:00:24 ---> Running in 1ad589eead6f 07:00:24 ---> Running in 14fbc2abde15 07:00:24 Removing intermediate container bf4cfa99b31f 07:00:24 ---> 324dc6a84f1a 07:00:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:00:24 Removing intermediate container ffc1cc211f53 07:00:24 ---> a516668e6a46 07:00:24 Step 14/26 : ENV APP_PORT=48090 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:25 ---> Running in 3a0fbfd1473b 07:00:25 ---> Running in 84171d840fe3 07:00:25 Removing intermediate container 1ad589eead6f 07:00:25 ---> c3e4fa917439 07:00:25 Step 19/21 : LABEL arch=x86_64 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:25 Removing intermediate container 14fbc2abde15 07:00:25 ---> 082a9e3a6897 07:00:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:00:25 ---> Running in aee92b9429c3 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:25 ---> Running in b032f7d6e816 07:00:25 Removing intermediate container 3a0fbfd1473b 07:00:25 ---> 556f8fdc968e 07:00:25 Step 15/26 : EXPOSE $APP_PORT 07:00:25 Removing intermediate container 84171d840fe3 07:00:25 ---> 0b4e186b5b83 07:00:25 Step 21/23 : LABEL arch=x86_64 07:00:25 Removing intermediate container d770f6975994 07:00:25 ---> 219511e5281c 07:00:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:00:25 OK: 217 MiB in 51 packages 07:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:25 ---> Running in 383e797ae782 07:00:25 Removing intermediate container aee92b9429c3 07:00:25 ---> f8ad77cb40b1 07:00:25 Step 20/21 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:00:25 ---> Running in c5c5aab6b737 07:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:26 Removing intermediate container b032f7d6e816 07:00:26 ---> 96bb2b40fd58 07:00:26 Step 21/23 : LABEL arch=x86_64 07:00:26 ---> Running in e425e6fa9356 07:00:26 ---> Running in 0fdbbc79cdce 07:00:26 ---> Running in 1f463fdabca9 07:00:26 OK: 217 MiB in 51 packages 07:00:26 Removing intermediate container 383e797ae782 07:00:26 ---> dec31ec5c5f4 07:00:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:00:26 Removing intermediate container c5c5aab6b737 07:00:26 ---> b79b222d6ec2 07:00:26 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:00:26 Removing intermediate container e425e6fa9356 07:00:26 ---> c1ce8c3f1cf9 07:00:26 Step 21/21 : LABEL version=2.0.0-dev.93 07:00:26 ---> Running in 3a22e4a4785b 07:00:26 OK: 217 MiB in 51 packages 07:00:26 Removing intermediate container 0fdbbc79cdce 07:00:26 ---> 4f768e61d84a 07:00:26 Step 22/24 : LABEL arch=x86_64 07:00:26 Removing intermediate container 1f463fdabca9 07:00:26 ---> a5467841777a 07:00:26 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:00:26 ---> Running in 7e1c6fe70677 07:00:27 ---> Running in 5b4f4e46138d 07:00:27 ---> Running in 5508a6db2556 07:00:27 Removing intermediate container 3a22e4a4785b 07:00:27 ---> e46be94829b5 07:00:27 Step 23/23 : LABEL version=2.0.0-dev.93 07:00:27 ---> 6a5be197b803 07:00:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:00:27 OK: 217 MiB in 51 packages 07:00:27 OK: 217 MiB in 51 packages 07:00:27 ---> Running in 29c01474fd9d 07:00:27 Removing intermediate container 7e1c6fe70677 07:00:27 ---> b5692224215a 07:00:27 07:00:27 Successfully built b5692224215a 07:00:27 Removing intermediate container 5508a6db2556 07:00:27 ---> ed08e08601ca 07:00:27 Step 23/24 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:00:27 Removing intermediate container 5b4f4e46138d 07:00:27 ---> c894be5134a0 07:00:27 Step 23/23 : LABEL version=2.0.0-dev.93 07:00:27 Successfully tagged docker-security-proxy-setup-go:latest 07:00:27 Building docker-security-bootstrapper-go 07:00:27  Building docker-security-proxy-setup-go ... done  ---> Running in 5b0f682e6fe7 07:00:27 ---> 84909506b5e2 07:00:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:00:27 ---> Running in 518957a64772 07:00:27 Removing intermediate container 29c01474fd9d 07:00:27 ---> 7a85533498ed 07:00:27 07:00:28 Removing intermediate container 477ff231706e 07:00:28 ---> 0ffac58e883d 07:00:28 Step 6/30 : COPY go.mod . 07:00:28 Removing intermediate container eaf14a1ddc21 07:00:28 ---> 98b01f8c46d0 07:00:28 Step 6/22 : COPY go.mod . 07:00:28 Successfully built 7a85533498ed 07:00:28 Removing intermediate container 5b0f682e6fe7 07:00:28 ---> fc1bd8f3ebdf 07:00:28 Step 24/24 : LABEL version=2.0.0-dev.93 07:00:28 Successfully tagged docker-core-command-go:latest 07:00:28 Building docker-support-notifications-go 07:00:28  Building docker-core-command-go ... done Removing intermediate container 518957a64772 07:00:28 ---> d98c0309c263 07:00:28 07:00:28 ---> Running in a8083daa5fca 07:00:28 ---> c9363dc77168 07:00:28 Step 19/26 : RUN apk --no-cache add py3-pip 07:00:28 Successfully built d98c0309c263 07:00:28 Successfully tagged docker-core-metadata-go:latest 07:00:28 Building docker-core-data-go 07:00:28 Removing intermediate container 16915765f072 07:00:28 ---> 4f4b101217b3 07:00:28 Step 6/23 : COPY go.mod . 07:00:28 ---> 57d247ddbcf5 07:00:28 Step 7/30 : RUN go mod download 07:00:28 Removing intermediate container c81acf55522b 07:00:28 ---> e64ab1afecda 07:00:28 Step 6/26 : COPY go.mod . 07:00:28 ---> Running in 237aff70e7e9 07:00:29 Removing intermediate container 59a4b6c72e68 07:00:29 ---> c4e1d71aeb12 07:00:29 Step 6/22 : COPY go.mod . 07:00:29 ---> 7aa020369d60 07:00:29 Step 7/22 : RUN go mod download 07:00:29 ---> 0095a3687360 07:00:29 Step 7/23 : RUN go mod download 07:00:29 ---> Running in e217ff67d30d 07:00:29 ---> Running in 0aae7fd8cbea 07:00:29 ---> c381cf676fe9 07:00:29 Step 7/26 : RUN go mod download 07:00:30 ---> Running in 7ba4aae7aeb6 07:00:30 ---> 07a35c37ef3b 07:00:30 Step 7/22 : RUN go mod download 07:00:30 ---> Running in 7eb242f2840d 07:00:31  Building docker-core-metadata-go ... done  ---> Running in 2c29b314fb0b 07:00:33 Removing intermediate container a8083daa5fca 07:00:33 ---> 58518a8b6524 07:00:33 07:00:34 Removing intermediate container 237aff70e7e9 07:00:34 ---> d5841f38d9a7 07:00:34 Step 8/30 : COPY . . 07:00:34 Removing intermediate container e217ff67d30d 07:00:34 ---> aa6421c88695 07:00:34 Step 8/22 : COPY . . 07:00:35 Successfully built 58518a8b6524 07:00:35 Removing intermediate container 0aae7fd8cbea 07:00:35 ---> 51c91f97eb14 07:00:35 Step 8/23 : COPY . . 07:00:35 Removing intermediate container 7eb242f2840d 07:00:35 ---> d8eb8d20804d 07:00:35 Step 8/22 : COPY . . 07:00:35 Removing intermediate container 7ba4aae7aeb6 07:00:35 ---> 047b64f2e95d 07:00:35 Step 8/26 : COPY . . 07:00:36 Successfully tagged docker-security-secretstore-setup-go:latest 07:00:36 Building docker-support-scheduler-go 07:00:37  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:37 (1/33) Installing libbz2 (1.0.8-r1) 07:00:37 (2/33) Installing expat (2.2.9-r1) 07:00:37 (3/33) Installing libffi (3.3-r2) 07:00:37 (4/33) Installing gdbm (1.13-r1) 07:00:37 (5/33) Installing xz-libs (5.2.5-r0) 07:00:37 (6/33) Installing sqlite-libs (3.32.1-r0) 07:00:37 (7/33) Installing python3 (3.8.5-r0) 07:00:52 (8/33) Installing py3-appdirs (1.4.4-r1) 07:00:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:00:52 (10/33) Installing py3-parsing (2.4.7-r0) 07:00:52 (11/33) Installing py3-six (1.15.0-r0) 07:00:52 (12/33) Installing py3-packaging (20.4-r0) 07:00:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:52 ---> bd750b1c4ba6 07:00:52 Step 3/22 : WORKDIR /edgex-go 07:00:52 ---> Using cache 07:00:52 ---> a929aafec90d 07:00:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:52 ---> Using cache 07:00:52 ---> 8e02802f3b02 07:00:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:00:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:00:52 ---> bd750b1c4ba6 07:00:52 Step 3/23 : WORKDIR /edgex-go 07:00:52 ---> Using cache 07:00:52 ---> a929aafec90d 07:00:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:52 ---> Using cache 07:00:52 ---> 8e02802f3b02 07:00:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:00:52 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:00:52 Step 2/30 : FROM ${BUILDER_BASE} AS builder 07:00:52 ---> bd750b1c4ba6 07:00:52 Step 3/30 : WORKDIR /edgex-go 07:00:52 ---> Using cache 07:00:52 ---> a929aafec90d 07:00:52 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:52 ---> Using cache 07:00:52 ---> 8e02802f3b02 07:00:52 Step 5/30 : RUN apk add --update --no-cache make git 07:00:52 (13/33) Installing py3-setuptools (47.0.0-r0) 07:00:52 (14/33) Installing py3-chardet (3.0.4-r4) 07:00:53 (15/33) Installing py3-idna (2.9-r0) 07:00:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:00:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:00:53 ---> Running in b58512d1be6d 07:00:53 ---> Running in 8cce357bcd47 07:00:53 ---> Running in 72df6093d6c3 07:00:53 (18/33) Installing py3-requests (2.23.0-r0) 07:00:53 (19/33) Installing py3-msgpack (1.0.0-r0) 07:00:53 (20/33) Installing py3-lockfile (0.12.2-r3) 07:00:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:00:53 (22/33) Installing py3-colorama (0.4.3-r0) 07:00:53 (23/33) Installing py3-distlib (0.3.0-r0) 07:00:53 (24/33) Installing py3-distro (1.5.0-r1) 07:00:53 (25/33) Installing py3-webencodings (0.5.1-r3) 07:00:53 (26/33) Installing py3-html5lib (1.0.1-r4) 07:00:53 (27/33) Installing py3-pytoml (0.1.21-r0) 07:00:53 (28/33) Installing py3-pep517 (0.8.2-r0) 07:00:53 (29/33) Installing py3-progress (1.5-r0) 07:00:53 (30/33) Installing py3-toml (0.10.1-r0) 07:00:53 (31/33) Installing py3-retrying (1.3.3-r0) 07:00:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:00:53 (33/33) Installing py3-pip (20.1.1-r0) 07:00:54 Executing busybox-1.31.1-r19.trigger 07:00:54 ---> d23ffb4cba81 07:00:54 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:00:54 ---> bc7b612c17a7 07:00:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:00:54 ---> e713538c9b2b 07:00:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:00:54 ---> Running in 93103d9882fe 07:00:54 ---> Running in 56d5ef10502a 07:00:54 ---> 367b68e0f640 07:00:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:00:54 ---> 9ea426fbf57c 07:00:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:00:54 ---> Running in 7140e8470d31 07:00:54 OK: 71 MiB in 55 packages 07:00:54 ---> Running in 5e84d4e9c67f 07:00:54 ---> Running in 22a73c57551b 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:00:56 OK: 233 MiB in 51 packages 07:00:56 OK: 233 MiB in 51 packages 07:00:56 OK: 233 MiB in 51 packages 07:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:00:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:01:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:01:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:01:00 ---> bd750b1c4ba6 07:01:00 Step 3/22 : WORKDIR /edgex-go 07:01:00 ---> Using cache 07:01:00 ---> a929aafec90d 07:01:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:01:00 ---> Using cache 07:01:00 ---> 8e02802f3b02 07:01:00 Step 5/22 : RUN apk add --update --no-cache make git 07:01:02 ---> Running in 8d0536a3f6a1 07:01:02 Removing intermediate container b58512d1be6d 07:01:02 ---> 9a31f13638bc 07:01:02 Step 6/23 : COPY go.mod . 07:01:02 Removing intermediate container 8cce357bcd47 07:01:02 ---> d2e8ca268ab1 07:01:02 Step 6/30 : COPY go.mod . 07:01:03 Removing intermediate container 72df6093d6c3 07:01:03 ---> e0e89e72c68b 07:01:03 Step 6/22 : COPY go.mod . 07:01:03 ---> f74972589023 07:01:03 Step 7/23 : RUN go mod download 07:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:05 ---> 80d5c35a8b29 07:01:05 Step 7/30 : RUN go mod download 07:01:05 OK: 233 MiB in 51 packages 07:01:06 ---> Running in 2e53a6440d11 07:01:06 ---> 7c2743eb0b88 07:01:06 Step 7/22 : RUN go mod download 07:01:06 ---> Running in 25f9c4b5d3be 07:01:06 ---> Running in d3942411e1da 07:01:07 Removing intermediate container 2c29b314fb0b 07:01:07 ---> 5750fb746ce8 07:01:07 Step 20/26 : RUN pip install docker-compose==1.23.2 07:01:07 Removing intermediate container 8d0536a3f6a1 07:01:07 ---> bfdfc7c29af8 07:01:07 Step 6/22 : COPY go.mod . 07:01:07 ---> Running in a59a232b0aad 07:01:07 ---> a27ee6c9c4de 07:01:07 Step 7/22 : RUN go mod download 07:01:07 ---> Running in e770b2775476 07:01:09 Removing intermediate container 2e53a6440d11 07:01:09 ---> f3e952d5c37f 07:01:09 Step 8/23 : COPY . . 07:01:09 Removing intermediate container 25f9c4b5d3be 07:01:09 ---> ade3c87f7ab1 07:01:09 Step 8/30 : COPY . . 07:01:09 Collecting docker-compose==1.23.2 07:01:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:01:09 Removing intermediate container d3942411e1da 07:01:09 ---> 38284796f8b9 07:01:09 Step 8/22 : COPY . . 07:01:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:01:09 Collecting docker<4.0,>=3.6.0 07:01:09 Removing intermediate container e770b2775476 07:01:09 ---> 7a568be51d1c 07:01:09 Step 8/22 : COPY . . 07:01:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:01:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:01:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:01:14 Collecting cached-property<2,>=1.2.0 07:01:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:01:15 Collecting websocket-client<1.0,>=0.32.0 07:01:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:01:16 Collecting jsonschema<3,>=2.5.1 07:01:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:01:18 Collecting PyYAML<4,>=3.10 07:01:18 Downloading PyYAML-3.13.tar.gz (270 kB) 07:01:25 Collecting texttable<0.10,>=0.9.0 07:01:25 Downloading texttable-0.9.1.tar.gz (11 kB) 07:01:27 Collecting docopt<0.7,>=0.6.1 07:01:27 Downloading docopt-0.6.2.tar.gz (25 kB) 07:01:29 Collecting dockerpty<0.5,>=0.4.1 07:01:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:01:31 Collecting docker-pycreds>=0.4.0 07:01:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:01:32 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) 07:01:34 Collecting urllib3<1.25,>=1.21.1 07:01:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:01:34 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) 07:01:34 Collecting idna<2.8,>=2.5 07:01:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:01:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:01:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:01:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:01:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:01:35 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, jsonschema, PyYAML, texttable, docopt, dockerpty, docker-compose 07:01:35 Attempting uninstall: urllib3 07:01:35 Found existing installation: urllib3 1.25.9 07:01:35 Uninstalling urllib3-1.25.9: 07:01:35 Successfully uninstalled urllib3-1.25.9 07:01:39 Attempting uninstall: idna 07:01:39 Found existing installation: idna 2.9 07:01:39 Uninstalling idna-2.9: 07:01:40 Successfully uninstalled idna-2.9 07:01:41 Attempting uninstall: requests 07:01:41 Found existing installation: requests 2.23.0 07:01:41 Uninstalling requests-2.23.0: 07:01:41 Successfully uninstalled requests-2.23.0 07:01:46 ---> 8ddd10652d09 07:01:46 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:01:46 ---> 0128709532c0 07:01:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:01:46 Running setup.py install for PyYAML: started 07:01:46 ---> Running in 28b1c8ad0096 07:01:46 ---> Running in 252c7045398a 07:01:46 ---> d5ff4985417c 07:01:46 Step 9/23 : RUN make cmd/core-data/core-data 07:01:46 ---> 82bca157834d 07:01:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:01:46 ---> Running in 4c30d2c69b24 07:01:47 ---> Running in f24a288568aa 07:01:47 Running setup.py install for PyYAML: finished with status 'done' 07:01:47 Running setup.py install for texttable: started 07:01:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:01:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-data/core-data ./cmd/core-data 07:01:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:01:48 Running setup.py install for texttable: finished with status 'done' 07:01:48 Running setup.py install for docopt: started 07:01:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:01:48 Running setup.py install for docopt: finished with status 'done' 07:01:48 Running setup.py install for dockerpty: started 07:01:48 Running setup.py install for dockerpty: finished with status 'done' 07:01:49 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 07:01:54 Removing intermediate container a59a232b0aad 07:01:54 ---> e2355c83be4c 07:01:54 Step 21/26 : RUN apk --no-cache add curl 07:01:54 ---> Running in 87d974ee5b71 07:01:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:01:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:01:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:01:56 (2/3) Installing libcurl (7.69.1-r3) 07:01:56 (3/3) Installing curl (7.69.1-r3) 07:01:57 Executing busybox-1.31.1-r19.trigger 07:01:57 OK: 72 MiB in 58 packages 07:01:59 Removing intermediate container 87d974ee5b71 07:01:59 ---> 73a553df7aaf 07:01:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:01:59 ---> Running in 6dd00a435e17 07:02:00 Removing intermediate container 6dd00a435e17 07:02:00 ---> fd5e724e5b1b 07:02:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:00 ---> Running in 0ac8f6cfb0b0 07:02:00 Removing intermediate container 0ac8f6cfb0b0 07:02:00 ---> c0b86adf6adb 07:02:00 Step 24/26 : LABEL arch=x86_64 07:02:00 ---> Running in 8ef950822b33 07:02:01 Removing intermediate container 8ef950822b33 07:02:01 ---> 38dbb8d825d1 07:02:01 Step 25/26 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:01 ---> Running in 3b97ef32ebfe 07:02:01 Removing intermediate container 3b97ef32ebfe 07:02:01 ---> 0ca93fad009f 07:02:01 Step 26/26 : LABEL version=2.0.0-dev.93 07:02:01 ---> Running in b7df73eefcf9 07:02:01 Removing intermediate container b7df73eefcf9 07:02:01 ---> 485a0d03cf8f 07:02:01 07:02:02 Successfully built 485a0d03cf8f 07:02:02 Successfully tagged docker-sys-mgmt-agent-go:latest 07:02:18  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 28b1c8ad0096 07:02:18 ---> a945ffc25d80 07:02:18 07:02:18 Step 10/30 : FROM alpine:3.12 07:02:18 ---> 389fef711851 07:02:18 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:02:18 Removing intermediate container 252c7045398a 07:02:18 ---> ef6f603ddbf8 07:02:18 07:02:18 Step 10/22 : FROM alpine:3.12 07:02:18 ---> 389fef711851 07:02:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:02:18 ---> Running in b5b28be9db7b 07:02:18 ---> Running in fe76eb38cdb2 07:02:18 Removing intermediate container b5b28be9db7b 07:02:18 ---> d68f17456810 07:02:18 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 07:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:20 (1/2) Installing ca-certificates (20191127-r4) 07:02:20 (2/2) Installing dumb-init (1.2.2-r1) 07:02:20 Executing busybox-1.31.1-r19.trigger 07:02:20 Executing ca-certificates-20191127-r4.trigger 07:02:20 OK: 6 MiB in 16 packages 07:02:20 ---> Running in 947e88b3e1b2 07:02:20 Removing intermediate container f24a288568aa 07:02:20 ---> f63eb1dca2f9 07:02:20 07:02:20 Step 10/22 : FROM alpine:3.12 07:02:20 ---> 389fef711851 07:02:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:02:20 ---> Using cache 07:02:20 ---> 223b5b7d1356 07:02:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:02:20 ---> Using cache 07:02:20 ---> 56dfdb840b19 07:02:20 Step 13/22 : ENV APP_PORT=48085 07:02:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:23 ---> Running in 546ea022827b 07:02:23 (1/2) Installing dumb-init (1.2.2-r1) 07:02:23 (2/2) Installing su-exec (0.2-r1) 07:02:23 Executing busybox-1.31.1-r19.trigger 07:02:23 OK: 6 MiB in 16 packages 07:02:23 Removing intermediate container 4c30d2c69b24 07:02:23 ---> 3af6dd0d1a45 07:02:23 07:02:23 Step 10/23 : FROM alpine:3.12 07:02:23 ---> 389fef711851 07:02:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:02:24 Removing intermediate container 546ea022827b 07:02:24 ---> a12061879de2 07:02:24 Step 14/22 : EXPOSE $APP_PORT 07:02:24 ---> Running in 20b43ccfbb8b 07:02:24 Removing intermediate container fe76eb38cdb2 07:02:24 ---> 0edc84a474c2 07:02:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:02:24 ---> Running in 348376dd5b29 07:02:24 ---> Running in 9599ce8f7736 07:02:24 Removing intermediate container 20b43ccfbb8b 07:02:24 ---> ac49efcc80fc 07:02:24 Step 12/23 : ENV APP_PORT=48080 07:02:24 Removing intermediate container 947e88b3e1b2 07:02:24 ---> 1437ce444b9d 07:02:24 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 07:02:24 Removing intermediate container 348376dd5b29 07:02:24 ---> 493eae7e34a6 07:02:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:24 ---> Running in 1f613002c6ee 07:02:24 Removing intermediate container 9599ce8f7736 07:02:24 ---> 697130fa6ba1 07:02:24 Step 13/22 : ENV APP_PORT=48060 07:02:24 ---> Running in 76ce1e890bef 07:02:25 ---> Running in bee4ea1cc67a 07:02:25 ---> 8207df14a201 07:02:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:02:25 Removing intermediate container 1f613002c6ee 07:02:25 ---> ea59ac515b15 07:02:25 Step 13/23 : EXPOSE $APP_PORT 07:02:25 Removing intermediate container 76ce1e890bef 07:02:25 ---> 1a9b2cc92580 07:02:25 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:02:25 ---> Running in 03329db4f033 07:02:25 ---> Running in d3c7dff9bff0 07:02:25 Removing intermediate container bee4ea1cc67a 07:02:25 ---> bb5f3021899f 07:02:25 Step 14/22 : EXPOSE $APP_PORT 07:02:26 Removing intermediate container 03329db4f033 07:02:26 ---> c19456bba78a 07:02:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:26 ---> Running in df3d86a579ff 07:02:26 ---> ce608a84482d 07:02:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:02:26 Removing intermediate container d3c7dff9bff0 07:02:26 ---> f66b64d3583e 07:02:26 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:02:26 ---> Running in c2f5f59f4f8f 07:02:26 ---> Running in ceeaf404afa7 07:02:26 Removing intermediate container df3d86a579ff 07:02:26 ---> 9fec557bf9dd 07:02:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:26 ---> 2533edb396e7 07:02:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:02:26 ---> Running in 3f5d86d015eb 07:02:26 ---> 609f03b87e95 07:02:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:02:27 Removing intermediate container 3f5d86d015eb 07:02:27 ---> 4ee613ce09b6 07:02:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:27 ---> Running in ebcefdf6dba9 07:02:27 ---> 8f824d9ed3f0 07:02:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:02:27 Removing intermediate container ebcefdf6dba9 07:02:27 ---> 7ab1e655d18a 07:02:27 Step 20/22 : LABEL arch=x86_64 07:02:27 ---> Running in 0d6245bd72f1 07:02:27 ---> 920d1d87660d 07:02:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:02:28 Removing intermediate container 0d6245bd72f1 07:02:28 ---> ac7ea1ac8a75 07:02:28 Step 21/22 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:28 ---> Running in c43bd4ccf534 07:02:28 ---> Running in bf3d7d43c14a 07:02:28 Removing intermediate container c2f5f59f4f8f 07:02:28 ---> d1f79bb65a8d 07:02:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:02:28 Removing intermediate container ceeaf404afa7 07:02:28 ---> 00265931d08b 07:02:28 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 07:02:28 ---> Running in e035c3aa8bdd 07:02:28 ---> Running in 60aeeba9e876 07:02:28 Removing intermediate container c43bd4ccf534 07:02:28 ---> 427d38b7a89a 07:02:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:29 Removing intermediate container bf3d7d43c14a 07:02:29 ---> fd8ff0d4581a 07:02:29 Step 22/22 : LABEL version=2.0.0-dev.93 07:02:29 ---> Running in 41ec8c0e3d17 07:02:29 ---> Running in 941e805b566e 07:02:29 Removing intermediate container 60aeeba9e876 07:02:29 ---> b70b87b6908f 07:02:29 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:02:29 Removing intermediate container 941e805b566e 07:02:29 ---> 65cd4b97a0f2 07:02:29 07:02:29 Removing intermediate container 41ec8c0e3d17 07:02:29 ---> de58783f2e69 07:02:29 Step 20/22 : LABEL arch=x86_64 07:02:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:29 ---> Running in c236ca75f71c 07:02:29 Successfully built 65cd4b97a0f2 07:02:29 Successfully tagged docker-support-scheduler-go:latest 07:02:29  Building docker-support-scheduler-go ... done  ---> 83e5bd67d5fc 07:02:29 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:02:30 ---> Running in ff855001ebad 07:02:30 Removing intermediate container c236ca75f71c 07:02:30 ---> 3a6d1c797886 07:02:30 Step 21/22 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:30 ---> Running in 1becb4f1ae88 07:02:30 Removing intermediate container 1becb4f1ae88 07:02:30 ---> b9d05af1f0a8 07:02:30 Step 22/22 : LABEL version=2.0.0-dev.93 07:02:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:30 ---> Running in 90f317604287 07:02:30 Removing intermediate container 90f317604287 07:02:30 ---> 92cc034f6cca 07:02:30 07:02:30 Successfully built 92cc034f6cca 07:02:30 Successfully tagged docker-support-notifications-go:latest 07:02:30  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 07:02:30 (2/6) Installing libgcc (9.3.0-r2) 07:02:30 Removing intermediate container ff855001ebad 07:02:30 ---> bd2ba0128d1a 07:02:30 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:30 (3/6) Installing libsodium (1.0.18-r0) 07:02:31 (4/6) Installing libstdc++ (9.3.0-r2) 07:02:31 ---> 9bd489c5292b 07:02:31 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:02:31 (5/6) Installing libzmq (4.3.3-r0) 07:02:31 (6/6) Installing zeromq (4.3.3-r0) 07:02:31 Executing busybox-1.31.1-r19.trigger 07:02:31 OK: 8 MiB in 20 packages 07:02:31 ---> 3d67afca9b6d 07:02:31 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:02:32 ---> 966997869136 07:02:32 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:02:32 Removing intermediate container e035c3aa8bdd 07:02:32 ---> d2c0ab6fab7f 07:02:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:32 ---> 6e4dbd53b489 07:02:32 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 07:02:32 ---> 85a166cab22c 07:02:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:02:32 ---> Running in ddfbc3325afc 07:02:32 Removing intermediate container ddfbc3325afc 07:02:32 ---> 339d79bc5d7a 07:02:32 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:02:32 ---> 0d83eeade286 07:02:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:02:33 ---> 5c47645bd45b 07:02:33 Step 25/30 : RUN chmod +x /entrypoint.sh 07:02:33 ---> Running in 42b4da9c296b 07:02:33 ---> f8f6a2eb457a 07:02:33 Step 19/23 : ENTRYPOINT ["/core-data"] 07:02:33 ---> Running in 334a2aa35fe5 07:02:33 Removing intermediate container 334a2aa35fe5 07:02:33 ---> be1ff4534459 07:02:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:02:33 ---> Running in be98daa4b89a 07:02:33 Removing intermediate container be98daa4b89a 07:02:33 ---> db8862163809 07:02:33 Step 21/23 : LABEL arch=x86_64 07:02:33 Removing intermediate container 93103d9882fe 07:02:33 ---> 0c3e4baff6da 07:02:33 07:02:33 Step 10/30 : FROM alpine:3.12 07:02:33 3.12: Pulling from library/alpine 07:02:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:02:33 Status: Downloaded newer image for alpine:3.12 07:02:33 ---> afeebe901d6b 07:02:33 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:02:33 ---> Running in ed3a8aac62fa 07:02:33 Removing intermediate container ed3a8aac62fa 07:02:33 ---> e57f3c01f3fd 07:02:33 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 07:02:33 ---> Running in 7ccf0eb92e75 07:02:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:33 (1/2) Installing dumb-init (1.2.2-r1) 07:02:33 (2/2) Installing su-exec (0.2-r1) 07:02:33 Executing busybox-1.31.1-r19.trigger 07:02:33 OK: 5 MiB in 16 packages 07:02:33 Removing intermediate container 5e84d4e9c67f 07:02:33 ---> daf6441d13ce 07:02:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:02:33 ---> Running in 30cfd1c2e66a 07:02:33 Removing intermediate container 7ccf0eb92e75 07:02:33 ---> c840057a88b4 07:02:33 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 07:02:33 ---> Running in 3a13735e6400 07:02:34 ---> Running in 184fc156816f 07:02:34 Removing intermediate container 184fc156816f 07:02:34 ---> 789ba392fb55 07:02:34 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:34 Removing intermediate container 42b4da9c296b 07:02:34 ---> 83600dc72a63 07:02:34 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 07:02:34 ---> Running in 95ce9c7bfaf1 07:02:34 ---> Running in 8f29e90ead24 07:02:34 Removing intermediate container 95ce9c7bfaf1 07:02:34 ---> 6b50f4274b29 07:02:34 Step 23/23 : LABEL version=2.0.0-dev.93 07:02:34 ---> Running in 6877a7e1fc41 07:02:34 Removing intermediate container 8f29e90ead24 07:02:34 ---> 547551ed673f 07:02:34 Step 27/30 : CMD ["gate"] 07:02:34 Removing intermediate container 3a13735e6400 07:02:34 ---> 4b3e63eeb939 07:02:34 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:02:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:02:34 ---> Running in 01a4a585d45b 07:02:35 ---> Running in 81d9a91c2dcd 07:02:35 Removing intermediate container 6877a7e1fc41 07:02:35 ---> bdd85d72f506 07:02:35 07:02:35 Successfully built bdd85d72f506 07:02:35 Removing intermediate container 81d9a91c2dcd 07:02:35 ---> 6f97eed72387 07:02:35 Step 28/30 : LABEL arch=x86_64 07:02:35 Successfully tagged docker-core-data-go:latest 07:02:35 Removing intermediate container 01a4a585d45b 07:02:35 ---> b3a45e57b5c6 07:02:35 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:02:35  Building docker-core-data-go ... done  ---> Running in 105d01b37b46 07:02:35 ---> Running in 644ff106a1c1 07:02:35 Removing intermediate container 105d01b37b46 07:02:35 ---> b72f69064606 07:02:35 Step 29/30 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:35 ---> Running in 39172b126d56 07:02:36 Removing intermediate container 39172b126d56 07:02:36 ---> f188c5b9c8a6 07:02:36 Step 30/30 : LABEL version=2.0.0-dev.93 07:02:36 ---> Running in b976abae6523 07:02:36 Removing intermediate container b976abae6523 07:02:36 ---> d72191186360 07:02:36 07:02:36 Successfully built d72191186360 07:02:36 Successfully tagged docker-security-bootstrapper-go:latest 07:02:37  Building docker-security-bootstrapper-go ... done  [Pipeline] } 07:02:37 $ docker stop --time=1 8914646fdb38a92cdecf1a4cceb1137c76e2851f400c9f87ea0b2b3b2cdff8f2 07:02:39 $ docker rm -f 8914646fdb38a92cdecf1a4cceb1137c76e2851f400c9f87ea0b2b3b2cdff8f2 [Pipeline] // withDockerContainer [Pipeline] sh 07:02:39 + docker images 07:02:39 + grep docker 07:02:40 docker-security-bootstrapper-go latest d72191186360 4 seconds ago 18MB 07:02:40 docker-core-data-go latest bdd85d72f506 6 seconds ago 22.3MB 07:02:40 docker-support-notifications-go latest 92cc034f6cca 10 seconds ago 17.6MB 07:02:40 docker-support-scheduler-go latest 65cd4b97a0f2 11 seconds ago 17MB 07:02:40 docker-sys-mgmt-agent-go latest 485a0d03cf8f 39 seconds ago 313MB 07:02:40 docker-security-secretstore-setup-go latest 58518a8b6524 2 minutes ago 24.6MB 07:02:40 docker-core-metadata-go latest d98c0309c263 2 minutes ago 18.8MB 07:02:40 docker-core-command-go latest 7a85533498ed 2 minutes ago 16.9MB 07:02:40 docker-security-proxy-setup-go latest b5692224215a 2 minutes ago 24.4MB 07:02:40 docker 20.10.0 aefe523efa57 2 months ago 240MB 07:02:40 Removing intermediate container 644ff106a1c1 07:02:40 ---> e23afcdb91dd 07:02:40 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 07:02:40 ---> Running in de53670b8899 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 07:02:40 Removing intermediate container 30cfd1c2e66a 07:02:40 ---> 2d2f1b539425 07:02:40 07:02:40 Step 11/26 : FROM docker:20.10.0 07:02:40 20.10.0: Pulling from library/docker [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:02:40 provisioning config files... 07:02:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/359@tmp/config1523771710983024599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:41 ---> docker-login.sh 07:02:41 nexus3.edgexfoundry.org:10001 07:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:41 Configure a credential helper to remove this warning. See 07:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:41 07:02:41 Login Succeeded 07:02:41 nexus3.edgexfoundry.org:10002 07:02:41 Removing intermediate container de53670b8899 07:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:41 Configure a credential helper to remove this warning. See 07:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:41 07:02:41 Login Succeeded 07:02:41 nexus3.edgexfoundry.org:10003 07:02:41 ---> 629783d8086f 07:02:41 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:41 Configure a credential helper to remove this warning. See 07:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:41 07:02:41 Login Succeeded 07:02:41 nexus3.edgexfoundry.org:10004 07:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:41 Configure a credential helper to remove this warning. See 07:02:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:41 07:02:41 Login Succeeded 07:02:41 docker.io 07:02:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:42 Configure a credential helper to remove this warning. See 07:02:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:42 07:02:42 Login Succeeded 07:02:42 ---> docker-login.sh ends [Pipeline] } 07:02:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:42 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 07:02:42 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:42 2.0.0-dev.93 07:02:42 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:42 master 07:02:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:42 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:02:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:02:43 b369155b117f: Preparing 07:02:43 0da2bdebb4f4: Preparing 07:02:43 d5e285483ae2: Preparing 07:02:43 6d5cfe5fb741: Preparing 07:02:43 777b2c648970: Preparing 07:02:43 777b2c648970: Layer already exists 07:02:43 6d5cfe5fb741: Pushed 07:02:43 b369155b117f: Pushed 07:02:43 d5e285483ae2: Pushed 07:02:43 ---> 62291234c82c 07:02:43 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:02:43 ---> Running in 977247861d87 07:02:44 0da2bdebb4f4: Pushed 07:02:45 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:45752cd24eea71413c63dd57b2c656b618a075b5eb42be0ee9c6722eaa7c1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:45 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.93 07:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:02:45 b369155b117f: Preparing 07:02:45 0da2bdebb4f4: Preparing 07:02:45 d5e285483ae2: Preparing 07:02:45 6d5cfe5fb741: Preparing 07:02:45 777b2c648970: Preparing 07:02:45 6d5cfe5fb741: Layer already exists 07:02:45 0da2bdebb4f4: Layer already exists 07:02:45 b369155b117f: Layer already exists 07:02:45 777b2c648970: Layer already exists 07:02:45 d5e285483ae2: Layer already exists 07:02:45 2.0.0-dev.93: digest: sha256:45752cd24eea71413c63dd57b2c656b618a075b5eb42be0ee9c6722eaa7c1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:46 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:02:46 b369155b117f: Preparing 07:02:46 0da2bdebb4f4: Preparing 07:02:46 d5e285483ae2: Preparing 07:02:46 6d5cfe5fb741: Preparing 07:02:46 777b2c648970: Preparing 07:02:46 0da2bdebb4f4: Layer already exists 07:02:46 777b2c648970: Layer already exists 07:02:46 6d5cfe5fb741: Layer already exists 07:02:46 b369155b117f: Layer already exists 07:02:46 d5e285483ae2: Layer already exists 07:02:46 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:45752cd24eea71413c63dd57b2c656b618a075b5eb42be0ee9c6722eaa7c1d81 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:46 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 07:02:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 07:02:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 07:02:47 b369155b117f: Preparing 07:02:47 0da2bdebb4f4: Preparing 07:02:47 d5e285483ae2: Preparing 07:02:47 6d5cfe5fb741: Preparing 07:02:47 777b2c648970: Preparing 07:02:47 b369155b117f: Layer already exists 07:02:47 0da2bdebb4f4: Layer already exists 07:02:47 d5e285483ae2: Layer already exists 07:02:47 777b2c648970: Layer already exists 07:02:47 6d5cfe5fb741: Layer already exists 07:02:47 master: digest: sha256:45752cd24eea71413c63dd57b2c656b618a075b5eb42be0ee9c6722eaa7c1d81 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:47 ===================================================== [Pipeline] echo 07:02:47 taggedImages: 07:02:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.93 07:02:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 07:02:47 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 07:02:47 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:47 2.0.0-dev.93 07:02:47 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:47 master 07:02:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:47 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:02:48 Removing intermediate container 7140e8470d31 07:02:48 ---> 1e6442abcb99 07:02:48 07:02:48 Step 10/22 : FROM alpine:3.12 07:02:48 ---> afeebe901d6b 07:02:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:02:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:02:48 cb68f75eb409: Preparing 07:02:48 aedfc717bf63: Preparing 07:02:48 d5e285483ae2: Preparing 07:02:48 b3743ff11f30: Preparing 07:02:48 430ae77a6721: Preparing 07:02:48 777b2c648970: Preparing 07:02:48 777b2c648970: Waiting 07:02:48 d5e285483ae2: Layer already exists 07:02:48 777b2c648970: Layer already exists 07:02:48 cb68f75eb409: Pushed 07:02:48 430ae77a6721: Pushed 07:02:48 Removing intermediate container 977247861d87 07:02:48 ---> 74357771dbcc 07:02:48 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:48 b3743ff11f30: Pushed 07:02:48 ---> Running in 5f6b1ccd563d 07:02:49 Removing intermediate container 56d5ef10502a 07:02:49 ---> bb64a576f421 07:02:49 07:02:49 aedfc717bf63: Pushed 07:02:49 Step 10/22 : FROM alpine:3.12 07:02:49 ---> afeebe901d6b 07:02:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:02:49 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:b30604c159daf350c6b38613301cefe8127abe52ced59b1bb7eda6fa5d44b4ae size: 1572 [Pipeline] isUnix [Pipeline] sh 07:02:50 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:50 ---> Running in a52fd589bdcb 07:02:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.93 07:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:02:50 cb68f75eb409: Preparing 07:02:50 aedfc717bf63: Preparing 07:02:50 d5e285483ae2: Preparing 07:02:50 b3743ff11f30: Preparing 07:02:50 430ae77a6721: Preparing 07:02:50 777b2c648970: Preparing 07:02:50 777b2c648970: Waiting 07:02:50 cb68f75eb409: Layer already exists 07:02:50 b3743ff11f30: Layer already exists 07:02:50 430ae77a6721: Layer already exists 07:02:50 d5e285483ae2: Layer already exists 07:02:50 aedfc717bf63: Layer already exists 07:02:50 777b2c648970: Layer already exists 07:02:50 2.0.0-dev.93: digest: sha256:b30604c159daf350c6b38613301cefe8127abe52ced59b1bb7eda6fa5d44b4ae size: 1572 [Pipeline] isUnix [Pipeline] sh 07:02:50 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:50 ---> 33445403ae2a 07:02:50 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:02:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:02:50 cb68f75eb409: Preparing 07:02:50 aedfc717bf63: Preparing 07:02:50 d5e285483ae2: Preparing 07:02:50 b3743ff11f30: Preparing 07:02:50 430ae77a6721: Preparing 07:02:50 777b2c648970: Preparing 07:02:50 cb68f75eb409: Layer already exists 07:02:50 430ae77a6721: Layer already exists 07:02:50 d5e285483ae2: Layer already exists 07:02:50 b3743ff11f30: Layer already exists 07:02:50 aedfc717bf63: Layer already exists 07:02:50 777b2c648970: Layer already exists 07:02:50 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:b30604c159daf350c6b38613301cefe8127abe52ced59b1bb7eda6fa5d44b4ae size: 1572 [Pipeline] isUnix [Pipeline] sh 07:02:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:51 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 07:02:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 07:02:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 07:02:51 cb68f75eb409: Preparing 07:02:51 aedfc717bf63: Preparing 07:02:51 d5e285483ae2: Preparing 07:02:51 b3743ff11f30: Preparing 07:02:51 430ae77a6721: Preparing 07:02:51 777b2c648970: Preparing 07:02:51 777b2c648970: Waiting 07:02:51 aedfc717bf63: Layer already exists 07:02:51 b3743ff11f30: Layer already exists 07:02:51 430ae77a6721: Layer already exists 07:02:51 cb68f75eb409: Layer already exists 07:02:51 d5e285483ae2: Layer already exists 07:02:51 777b2c648970: Layer already exists 07:02:51 master: digest: sha256:b30604c159daf350c6b38613301cefe8127abe52ced59b1bb7eda6fa5d44b4ae size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry 07:02:51 (1/1) Installing dumb-init (1.2.2-r1) 07:02:51 Executing busybox-1.31.1-r19.trigger 07:02:51 OK: 5 MiB in 15 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:51 ===================================================== [Pipeline] echo 07:02:51 taggedImages: 07:02:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.93 07:02:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:51 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 07:02:51 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 07:02:51 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:51 2.0.0-dev.93 07:02:51 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:51 master 07:02:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:52 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:02:52 1071b8b896f7: Preparing 07:02:52 ce856844b139: Preparing 07:02:52 d5e285483ae2: Preparing 07:02:52 4fa83df8ba6e: Preparing 07:02:52 777b2c648970: Preparing 07:02:52 777b2c648970: Layer already exists 07:02:52 d5e285483ae2: Layer already exists 07:02:52 (1/2) Installing ca-certificates (20191127-r4) 07:02:53 4fa83df8ba6e: Pushed 07:02:53 1071b8b896f7: Pushed 07:02:53 (2/2) Installing dumb-init (1.2.2-r1) 07:02:53 Executing busybox-1.31.1-r19.trigger 07:02:53 Executing ca-certificates-20191127-r4.trigger 07:02:53 OK: 6 MiB in 16 packages 07:02:53 ce856844b139: Pushed 07:02:54 ---> 1a556a67c6e5 07:02:54 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:02:54 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:be1eefad855a4d59a7e9bdba9a97d56362b165ced01eb65d7c1784c3ae484ca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:54 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:54 Removing intermediate container 5f6b1ccd563d 07:02:54 ---> 2c5016e34fc9 07:02:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:02:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.93 07:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:02:54 1071b8b896f7: Preparing 07:02:54 ce856844b139: Preparing 07:02:54 d5e285483ae2: Preparing 07:02:54 4fa83df8ba6e: Preparing 07:02:54 777b2c648970: Preparing 07:02:54 d5e285483ae2: Layer already exists 07:02:54 ce856844b139: Layer already exists 07:02:54 777b2c648970: Layer already exists 07:02:54 4fa83df8ba6e: Layer already exists 07:02:54 1071b8b896f7: Layer already exists 07:02:54 2.0.0-dev.93: digest: sha256:be1eefad855a4d59a7e9bdba9a97d56362b165ced01eb65d7c1784c3ae484ca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:55 ---> Running in a5cfba7b08f6 07:02:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:02:55 1071b8b896f7: Preparing 07:02:55 ce856844b139: Preparing 07:02:55 d5e285483ae2: Preparing 07:02:55 4fa83df8ba6e: Preparing 07:02:55 777b2c648970: Preparing 07:02:55 d5e285483ae2: Layer already exists 07:02:55 ce856844b139: Layer already exists 07:02:55 777b2c648970: Layer already exists 07:02:55 1071b8b896f7: Layer already exists 07:02:55 4fa83df8ba6e: Layer already exists 07:02:55 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:be1eefad855a4d59a7e9bdba9a97d56362b165ced01eb65d7c1784c3ae484ca2 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:02:55 ---> 1c305be0027a 07:02:55 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:02:55 Removing intermediate container 22a73c57551b 07:02:55 ---> 3d45e0531031 07:02:55 07:02:55 Step 10/23 : FROM alpine:3.12 07:02:55 ---> afeebe901d6b 07:02:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:02:55 ---> Using cache 07:02:55 ---> 2c5016e34fc9 07:02:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:02:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 07:02:55 ---> Running in a80abca8e845 07:02:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 07:02:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 07:02:56 1071b8b896f7: Preparing 07:02:56 ce856844b139: Preparing 07:02:56 d5e285483ae2: Preparing 07:02:56 4fa83df8ba6e: Preparing 07:02:56 777b2c648970: Preparing 07:02:56 777b2c648970: Layer already exists 07:02:56 1071b8b896f7: Layer already exists 07:02:56 ce856844b139: Layer already exists 07:02:56 d5e285483ae2: Layer already exists 07:02:56 4fa83df8ba6e: Layer already exists 07:02:56 master: digest: sha256:be1eefad855a4d59a7e9bdba9a97d56362b165ced01eb65d7c1784c3ae484ca2 size: 1363 [Pipeline] } 07:02:56 Removing intermediate container a5cfba7b08f6 07:02:56 ---> 22c486a6cb4d 07:02:56 Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:56 ===================================================== [Pipeline] echo 07:02:56 taggedImages: 07:02:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.93 07:02:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 07:02:56 Removing intermediate container a52fd589bdcb 07:02:56 ---> cdcf37f530b0 07:02:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] echo 07:02:56 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 07:02:56 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:56 2.0.0-dev.93 07:02:56 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:56 master 07:02:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:56 ---> e893757e7ca0 07:02:56 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 07:02:56 ---> Running in 99b721ce4112 07:02:56 ---> Running in dab0676fc7b0 07:02:56 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:02:56 Removing intermediate container a80abca8e845 07:02:56 ---> b072a9be09ac 07:02:56 Step 13/23 : ENV APP_PORT=48081 07:02:57 ---> Running in d88953ce5e1a 07:02:57 ---> Running in 039fef70081d 07:02:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:02:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:02:57 fefa7d1d815e: Preparing 07:02:57 fefa7d1d815e: Preparing 07:02:57 75368a8f93e1: Preparing 07:02:57 ff38e8398945: Preparing 07:02:57 d7cc72349b4e: Preparing 07:02:57 d5e285483ae2: Preparing 07:02:57 89374d2baebd: Preparing 07:02:57 89374d2baebd: Preparing 07:02:57 381b242a2747: Preparing 07:02:57 87e68aa59779: Preparing 07:02:57 777b2c648970: Preparing 07:02:57 87e68aa59779: Waiting 07:02:57 777b2c648970: Waiting 07:02:57 89374d2baebd: Waiting 07:02:57 381b242a2747: Waiting 07:02:57 d5e285483ae2: Layer already exists 07:02:57 Removing intermediate container 99b721ce4112 07:02:57 Removing intermediate container dab0676fc7b0 07:02:57 ---> 6471fc9ec60b 07:02:57 Step 14/22 : EXPOSE $APP_PORT 07:02:57 ---> f38ac191c72f 07:02:57 Step 13/22 : ENV APP_PORT=48060 07:02:57 75368a8f93e1: Pushed 07:02:57 89374d2baebd: Pushed 07:02:57 ff38e8398945: Pushed 07:02:57 fefa7d1d815e: Pushed 07:02:57 777b2c648970: Layer already exists 07:02:57 381b242a2747: Pushed 07:02:57 87e68aa59779: Pushed 07:02:57 ---> Running in f5666909a592 07:02:57 ---> Running in beca6910f089 07:02:58 Removing intermediate container d88953ce5e1a 07:02:58 ---> 491f41f74f11 07:02:58 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:02:58 Removing intermediate container 039fef70081d 07:02:58 ---> e5f24f1d2d0c 07:02:58 Step 14/23 : EXPOSE $APP_PORT 07:02:58 ---> Running in 3923c3425193 07:02:58 d7cc72349b4e: Pushed 07:02:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:02:58 Removing intermediate container f5666909a592 07:02:58 ---> 2f03024f46a4 07:02:58 Step 14/22 : EXPOSE $APP_PORT 07:02:58 Status: Downloaded newer image for docker:20.10.0 07:02:58 ---> eeaf43b92773 07:02:58 Step 12/26 : RUN apk add --no-cache bash 07:02:58 Removing intermediate container beca6910f089 07:02:58 ---> e86b8a2f4d52 07:02:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:58 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:bb916c6ae022b338b8821d1f1a0b0becf0e4719f097f3d5badb7ac146993f471 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:02:58 ---> Running in 5a583de82445 07:02:58 ---> Running in 70e3e04e5c8b 07:02:58 Removing intermediate container 3923c3425193 07:02:58 ---> f67b620925d1 07:02:58 Step 15/23 : WORKDIR / 07:02:59 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:02:59 ---> d3b161b04ef8 07:02:59 Step 25/30 : RUN chmod +x /entrypoint.sh 07:02:59 ---> Running in bf526b521112 07:02:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.93 07:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:02:59 fefa7d1d815e: Preparing 07:02:59 fefa7d1d815e: Preparing 07:02:59 75368a8f93e1: Preparing 07:02:59 ff38e8398945: Preparing 07:02:59 d7cc72349b4e: Preparing 07:02:59 d5e285483ae2: Preparing 07:02:59 89374d2baebd: Preparing 07:02:59 89374d2baebd: Preparing 07:02:59 381b242a2747: Preparing 07:02:59 87e68aa59779: Preparing 07:02:59 777b2c648970: Preparing 07:02:59 89374d2baebd: Waiting 07:02:59 381b242a2747: Waiting 07:02:59 87e68aa59779: Waiting 07:02:59 777b2c648970: Waiting 07:02:59 d7cc72349b4e: Layer already exists 07:02:59 fefa7d1d815e: Layer already exists 07:02:59 ff38e8398945: Layer already exists 07:02:59 75368a8f93e1: Layer already exists 07:02:59 d5e285483ae2: Layer already exists 07:02:59 89374d2baebd: Layer already exists 07:02:59 87e68aa59779: Layer already exists 07:02:59 381b242a2747: Layer already exists 07:02:59 777b2c648970: Layer already exists 07:02:59 2.0.0-dev.93: digest: sha256:bb916c6ae022b338b8821d1f1a0b0becf0e4719f097f3d5badb7ac146993f471 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:02:59 ---> Running in e919fe88aaf0 07:02:59 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:59 Removing intermediate container 5a583de82445 07:02:59 ---> 0ba375670062 07:02:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:59 ---> a091a3bd52e3 07:02:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] isUnix [Pipeline] sh 07:02:59 Removing intermediate container bf526b521112 07:02:59 ---> c5ca7deae82a 07:02:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:02:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:02:59 fefa7d1d815e: Preparing 07:02:59 fefa7d1d815e: Preparing 07:02:59 75368a8f93e1: Preparing 07:02:59 ff38e8398945: Preparing 07:02:59 d7cc72349b4e: Preparing 07:02:59 d5e285483ae2: Preparing 07:02:59 89374d2baebd: Preparing 07:02:59 89374d2baebd: Preparing 07:02:59 381b242a2747: Preparing 07:02:59 87e68aa59779: Preparing 07:02:59 777b2c648970: Preparing 07:02:59 89374d2baebd: Waiting 07:02:59 381b242a2747: Waiting 07:02:59 87e68aa59779: Waiting 07:02:59 777b2c648970: Waiting 07:02:59 fefa7d1d815e: Layer already exists 07:02:59 d5e285483ae2: Layer already exists 07:02:59 d7cc72349b4e: Layer already exists 07:02:59 75368a8f93e1: Layer already exists 07:02:59 ff38e8398945: Layer already exists 07:02:59 381b242a2747: Layer already exists 07:02:59 89374d2baebd: Layer already exists 07:02:59 87e68aa59779: Layer already exists 07:02:59 777b2c648970: Layer already exists 07:03:00 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:bb916c6ae022b338b8821d1f1a0b0becf0e4719f097f3d5badb7ac146993f471 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:03:00 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 07:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 07:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 07:03:00 fefa7d1d815e: Preparing 07:03:00 fefa7d1d815e: Preparing 07:03:00 75368a8f93e1: Preparing 07:03:00 ff38e8398945: Preparing 07:03:00 d7cc72349b4e: Preparing 07:03:00 d5e285483ae2: Preparing 07:03:00 89374d2baebd: Preparing 07:03:00 89374d2baebd: Preparing 07:03:00 381b242a2747: Preparing 07:03:00 87e68aa59779: Preparing 07:03:00 777b2c648970: Preparing 07:03:00 381b242a2747: Waiting 07:03:00 87e68aa59779: Waiting 07:03:00 89374d2baebd: Waiting 07:03:00 fefa7d1d815e: Layer already exists 07:03:00 ff38e8398945: Layer already exists 07:03:00 d5e285483ae2: Layer already exists 07:03:00 75368a8f93e1: Layer already exists 07:03:00 d7cc72349b4e: Layer already exists 07:03:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:00 ---> a79282e3942f 07:03:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:03:01 89374d2baebd: Layer already exists 07:03:01 381b242a2747: Layer already exists 07:03:01 777b2c648970: Layer already exists 07:03:01 87e68aa59779: Layer already exists 07:03:01 master: digest: sha256:bb916c6ae022b338b8821d1f1a0b0becf0e4719f097f3d5badb7ac146993f471 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:01 ===================================================== [Pipeline] echo 07:03:01 taggedImages: 07:03:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.93 07:03:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:01 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 07:03:01 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 07:03:01 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:01 2.0.0-dev.93 07:03:01 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:01 master 07:03:01 ===================================================== [Pipeline] withEnv [Pipeline] { 07:03:01 ---> 443a126df7c9 07:03:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:03:01 (1/2) Installing readline (8.0.4-r0) 07:03:01 (2/2) Installing bash (5.0.17-r0) 07:03:01 Executing bash-5.0.17-r0.post-install 07:03:01 Executing busybox-1.31.1-r19.trigger [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:01 OK: 12 MiB in 22 packages 07:03:01 ---> da7363beba41 07:03:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:03:01 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:03:02 3d7cc084ca20: Preparing 07:03:02 694db5f8545d: Preparing 07:03:02 52106314331a: Preparing 07:03:02 2f592b539a24: Preparing 07:03:02 aa4949ee3099: Preparing 07:03:02 777b2c648970: Preparing 07:03:02 777b2c648970: Waiting 07:03:02 2f592b539a24: Pushed 07:03:02 52106314331a: Pushed 07:03:02 777b2c648970: Layer already exists 07:03:02 aa4949ee3099: Pushed 07:03:02 3d7cc084ca20: Pushed 07:03:03 694db5f8545d: Pushed 07:03:03 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:58f3fc3979a87bfc6f91c37d9f505db939ea37f6c32c037c0e56d1f367eda771 size: 1575 [Pipeline] isUnix [Pipeline] sh 07:03:03 ---> 6a131158411b 07:03:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:03:03 ---> 7874a828421e 07:03:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:03:03 Removing intermediate container e919fe88aaf0 07:03:03 ---> 3f6982964f85 07:03:03 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 07:03:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:03 ---> 58858de9b310 07:03:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:03:03 Removing intermediate container 70e3e04e5c8b 07:03:03 ---> 331775a53696 07:03:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:03:03 ---> Running in 4e721a4ff43c 07:03:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.93 07:03:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:03:03 3d7cc084ca20: Preparing 07:03:03 694db5f8545d: Preparing 07:03:03 52106314331a: Preparing 07:03:03 2f592b539a24: Preparing 07:03:03 aa4949ee3099: Preparing 07:03:03 777b2c648970: Preparing 07:03:03 777b2c648970: Waiting 07:03:03 3d7cc084ca20: Layer already exists 07:03:03 aa4949ee3099: Layer already exists 07:03:03 694db5f8545d: Layer already exists 07:03:03 2f592b539a24: Layer already exists 07:03:03 52106314331a: Layer already exists 07:03:03 777b2c648970: Layer already exists 07:03:03 2.0.0-dev.93: digest: sha256:58f3fc3979a87bfc6f91c37d9f505db939ea37f6c32c037c0e56d1f367eda771 size: 1575 [Pipeline] isUnix [Pipeline] sh 07:03:03 ---> Running in ec9cc756c1fa 07:03:03 ---> Running in 9ccba2ae9008 07:03:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:03:04 3d7cc084ca20: Preparing 07:03:04 694db5f8545d: Preparing 07:03:04 52106314331a: Preparing 07:03:04 2f592b539a24: Preparing 07:03:04 aa4949ee3099: Preparing 07:03:04 777b2c648970: Preparing 07:03:04 777b2c648970: Waiting 07:03:04 52106314331a: Layer already exists 07:03:04 3d7cc084ca20: Layer already exists 07:03:04 694db5f8545d: Layer already exists 07:03:04 aa4949ee3099: Layer already exists 07:03:04 2f592b539a24: Layer already exists 07:03:04 777b2c648970: Layer already exists 07:03:04 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:58f3fc3979a87bfc6f91c37d9f505db939ea37f6c32c037c0e56d1f367eda771 size: 1575 [Pipeline] isUnix [Pipeline] sh 07:03:04 ---> 566d049f6942 07:03:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:03:04 Removing intermediate container 4e721a4ff43c 07:03:04 ---> 822c6b7cf691 07:03:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:04 ---> Running in e7edcfa77397 07:03:04 Removing intermediate container 9ccba2ae9008 07:03:04 ---> e3ec9efbd59d 07:03:04 Step 14/26 : ENV APP_PORT=48090 07:03:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:03:04 ---> Running in 3e7effd3480b 07:03:04 ---> Running in 51b73a372e96 07:03:04 ---> ca97498e5216 07:03:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:03:04 Removing intermediate container ec9cc756c1fa 07:03:04 ---> 200a5013ea16 07:03:04 Step 27/30 : CMD ["gate"] 07:03:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 07:03:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 07:03:05 3d7cc084ca20: Preparing 07:03:05 694db5f8545d: Preparing 07:03:05 52106314331a: Preparing 07:03:05 2f592b539a24: Preparing 07:03:05 aa4949ee3099: Preparing 07:03:05 777b2c648970: Preparing 07:03:05 777b2c648970: Waiting 07:03:05 2f592b539a24: Layer already exists 07:03:05 694db5f8545d: Layer already exists 07:03:05 52106314331a: Layer already exists 07:03:05 3d7cc084ca20: Layer already exists 07:03:05 aa4949ee3099: Layer already exists 07:03:05 777b2c648970: Layer already exists 07:03:05 master: digest: sha256:58f3fc3979a87bfc6f91c37d9f505db939ea37f6c32c037c0e56d1f367eda771 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:05 ===================================================== [Pipeline] echo 07:03:05 taggedImages: 07:03:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.93 07:03:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:05 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 07:03:05 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 07:03:05 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:05 2.0.0-dev.93 07:03:05 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:05 master 07:03:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 07:03:05 ---> Running in c7ed75a7e30d 07:03:05 ---> Running in de4fa2dd559d 07:03:05 Removing intermediate container e7edcfa77397 07:03:05 ---> 8b9c2dec8560 07:03:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:05 Removing intermediate container 3e7effd3480b 07:03:05 ---> 0e19f0ddad50 07:03:05 Step 20/22 : LABEL arch=arm64 07:03:05 Removing intermediate container 51b73a372e96 07:03:05 ---> b559921cb337 07:03:05 Step 15/26 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh 07:03:05 ---> Running in 238680034b3f 07:03:05 ---> Running in 230df5f315d6 07:03:05 ---> Running in 78b98a9be5be 07:03:05 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:06 Removing intermediate container c7ed75a7e30d 07:03:06 ---> 0e4ad5029099 07:03:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:06 Removing intermediate container de4fa2dd559d 07:03:06 ---> 4ab2bdd0d752 07:03:06 Step 28/30 : LABEL arch=arm64 07:03:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:03:06 be79f63cec1b: Preparing 07:03:06 f1c4b5fa6512: Preparing 07:03:06 060b13b78e33: Preparing 07:03:06 81dab65d88e6: Preparing 07:03:06 ef931da0fba1: Preparing 07:03:06 8135cfd8b1c1: Preparing 07:03:06 fae64495d555: Preparing 07:03:06 2b0fb4896d2f: Preparing 07:03:06 777b2c648970: Preparing 07:03:06 8135cfd8b1c1: Waiting 07:03:06 fae64495d555: Waiting 07:03:06 2b0fb4896d2f: Waiting 07:03:06 777b2c648970: Waiting 07:03:06 ---> Running in 5dd6ef6198e8 07:03:06 Removing intermediate container 238680034b3f 07:03:06 ---> 3ea6aa68522b 07:03:06 Step 20/22 : LABEL arch=arm64 07:03:06 be79f63cec1b: Pushed 07:03:06 f1c4b5fa6512: Pushed 07:03:06 ef931da0fba1: Pushed 07:03:06 8135cfd8b1c1: Pushed 07:03:06 fae64495d555: Pushed 07:03:06 ---> Running in dd61259fb116 07:03:06 Removing intermediate container 230df5f315d6 07:03:06 ---> 702d8ee92795 07:03:06 Step 21/22 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:06 Removing intermediate container 78b98a9be5be 07:03:06 ---> d75a498c8497 07:03:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:03:06 777b2c648970: Layer already exists 07:03:06 ---> Running in 7d864983ea89 07:03:06 Removing intermediate container 5dd6ef6198e8 07:03:06 ---> 3343546846db 07:03:06 Step 21/23 : LABEL arch=arm64 07:03:06 ---> Running in bf7dea3d3be4 07:03:06 2b0fb4896d2f: Pushed 07:03:07 81dab65d88e6: Pushed 07:03:07 060b13b78e33: Pushed 07:03:07 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:b63ee743ea80a7e6a983aa5080796aa10203e2317c8f84bb8bc5fa2469a27d11 size: 2198 07:03:07 ---> Running in faafc289b742 07:03:07 Removing intermediate container dd61259fb116 07:03:07 ---> 6704c5e7c40d 07:03:07 Step 29/30 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:07 Removing intermediate container 7d864983ea89 07:03:07 ---> b555b7429afe 07:03:07 Step 21/22 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:07 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:07 ---> Running in 366f96556381 07:03:07 Removing intermediate container bf7dea3d3be4 07:03:07 ---> 87d350f30050 07:03:07 Step 22/22 : LABEL version=2.0.0-dev.93 07:03:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.93 07:03:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:03:07 be79f63cec1b: Preparing 07:03:07 f1c4b5fa6512: Preparing 07:03:07 060b13b78e33: Preparing 07:03:07 81dab65d88e6: Preparing 07:03:07 ef931da0fba1: Preparing 07:03:07 8135cfd8b1c1: Preparing 07:03:07 fae64495d555: Preparing 07:03:07 2b0fb4896d2f: Preparing 07:03:07 777b2c648970: Preparing 07:03:07 fae64495d555: Waiting 07:03:07 2b0fb4896d2f: Waiting 07:03:07 777b2c648970: Waiting 07:03:07 8135cfd8b1c1: Waiting 07:03:07 ef931da0fba1: Layer already exists 07:03:07 be79f63cec1b: Layer already exists 07:03:07 f1c4b5fa6512: Layer already exists 07:03:07 060b13b78e33: Layer already exists 07:03:07 81dab65d88e6: Layer already exists 07:03:07 fae64495d555: Layer already exists 07:03:07 8135cfd8b1c1: Layer already exists 07:03:07 777b2c648970: Layer already exists 07:03:07 2b0fb4896d2f: Layer already exists 07:03:07 2.0.0-dev.93: digest: sha256:b63ee743ea80a7e6a983aa5080796aa10203e2317c8f84bb8bc5fa2469a27d11 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:03:08 ---> Running in f62f85e9aebb 07:03:08 Removing intermediate container faafc289b742 07:03:08 ---> 2a40dffa34c2 07:03:08 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:08 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:08 ---> Running in afdd8a88ad3f 07:03:08 ---> 2530695a8f48 07:03:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:03:08 ---> Running in 87fb0920b63b 07:03:08 Removing intermediate container 366f96556381 07:03:08 ---> 5661264d936c 07:03:08 Step 30/30 : LABEL version=2.0.0-dev.93 07:03:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:03:08 be79f63cec1b: Preparing 07:03:08 f1c4b5fa6512: Preparing 07:03:08 060b13b78e33: Preparing 07:03:08 81dab65d88e6: Preparing 07:03:08 ef931da0fba1: Preparing 07:03:08 8135cfd8b1c1: Preparing 07:03:08 fae64495d555: Preparing 07:03:08 2b0fb4896d2f: Preparing 07:03:08 777b2c648970: Preparing 07:03:08 8135cfd8b1c1: Waiting 07:03:08 fae64495d555: Waiting 07:03:08 2b0fb4896d2f: Waiting 07:03:08 777b2c648970: Waiting 07:03:08 060b13b78e33: Layer already exists 07:03:08 f1c4b5fa6512: Layer already exists 07:03:08 be79f63cec1b: Layer already exists 07:03:08 ef931da0fba1: Layer already exists 07:03:08 81dab65d88e6: Layer already exists 07:03:08 777b2c648970: Layer already exists 07:03:08 8135cfd8b1c1: Layer already exists 07:03:08 fae64495d555: Layer already exists 07:03:08 2b0fb4896d2f: Layer already exists 07:03:08 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:b63ee743ea80a7e6a983aa5080796aa10203e2317c8f84bb8bc5fa2469a27d11 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:03:08 Removing intermediate container f62f85e9aebb 07:03:08 ---> 281b86082b4a 07:03:08 Step 22/22 : LABEL version=2.0.0-dev.93 07:03:08 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 07:03:08 ---> Running in 21e9c78af5f3 07:03:08 Removing intermediate container afdd8a88ad3f 07:03:08 ---> 8a5a0f40f5fa 07:03:08 07:03:08 ---> Running in 980e58cc4b0b 07:03:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 07:03:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 07:03:09 be79f63cec1b: Preparing 07:03:09 f1c4b5fa6512: Preparing 07:03:09 060b13b78e33: Preparing 07:03:09 81dab65d88e6: Preparing 07:03:09 ef931da0fba1: Preparing 07:03:09 8135cfd8b1c1: Preparing 07:03:09 fae64495d555: Preparing 07:03:09 2b0fb4896d2f: Preparing 07:03:09 777b2c648970: Preparing 07:03:09 fae64495d555: Waiting 07:03:09 8135cfd8b1c1: Waiting 07:03:09 2b0fb4896d2f: Waiting 07:03:09 777b2c648970: Waiting 07:03:09 81dab65d88e6: Layer already exists 07:03:09 060b13b78e33: Layer already exists 07:03:09 f1c4b5fa6512: Layer already exists 07:03:09 be79f63cec1b: Layer already exists 07:03:09 ef931da0fba1: Layer already exists 07:03:09 fae64495d555: Layer already exists 07:03:09 8135cfd8b1c1: Layer already exists 07:03:09 2b0fb4896d2f: Layer already exists 07:03:09 777b2c648970: Layer already exists 07:03:09 master: digest: sha256:b63ee743ea80a7e6a983aa5080796aa10203e2317c8f84bb8bc5fa2469a27d11 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry 07:03:09 Removing intermediate container 87fb0920b63b 07:03:09 ---> 04a555aca6a3 07:03:09 Step 23/23 : LABEL version=2.0.0-dev.93 07:03:09 ---> c47941fb7cd3 07:03:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:09 ===================================================== [Pipeline] echo 07:03:09 taggedImages: 07:03:09 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:09 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.93 07:03:09 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:09 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 07:03:09 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 07:03:09 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:09 2.0.0-dev.93 07:03:09 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:09 master 07:03:09 ===================================================== 07:03:09 Successfully built 8a5a0f40f5fa 07:03:09 Successfully tagged docker-support-scheduler-go-arm64:latest 07:03:09  Building docker-support-scheduler-go ... done  ---> Running in f7cc821a7c3c 07:03:09 Building docker-core-command-go [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:09 Removing intermediate container 21e9c78af5f3 07:03:09 ---> 5fb34061970e 07:03:09 07:03:09 Removing intermediate container 980e58cc4b0b 07:03:09 ---> 4e0ab7e1cc57 07:03:09 07:03:09 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:09 Successfully built 5fb34061970e 07:03:10 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:03:10 74ceee7ef918: Preparing 07:03:10 5ff5e63daf16: Preparing 07:03:10 d5e285483ae2: Preparing 07:03:10 b2a245c3dcff: Preparing 07:03:10 777b2c648970: Preparing 07:03:10 777b2c648970: Layer already exists 07:03:10 d5e285483ae2: Layer already exists 07:03:10 74ceee7ef918: Pushed 07:03:10 Successfully built 4e0ab7e1cc57 07:03:10 Removing intermediate container f7cc821a7c3c 07:03:10 ---> cdfffc86d6ed 07:03:10 07:03:10 Successfully tagged docker-support-notifications-go-arm64:latest 07:03:10 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:03:10 Building docker-core-data-go 07:03:10  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 07:03:10 b2a245c3dcff: Pushed 07:03:10  Building docker-security-bootstrapper-go ... done  ---> ba19726e4ab5 07:03:10 Step 19/26 : RUN apk --no-cache add py3-pip 07:03:10 Successfully built cdfffc86d6ed 07:03:10 Successfully tagged docker-core-metadata-go-arm64:latest 07:03:10 Building docker-security-proxy-setup-go 07:03:10  Building docker-core-metadata-go ... done  ---> Running in 55b11fe51032 07:03:11 5ff5e63daf16: Pushed 07:03:11 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:0812787261f8b527d5d1e431b58399ff1a63d8f8c9dd47e4ffba90971e7fe0f1 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:03:11 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.93 07:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:03:11 74ceee7ef918: Preparing 07:03:11 5ff5e63daf16: Preparing 07:03:11 d5e285483ae2: Preparing 07:03:11 b2a245c3dcff: Preparing 07:03:11 777b2c648970: Preparing 07:03:11 777b2c648970: Layer already exists 07:03:11 5ff5e63daf16: Layer already exists 07:03:11 d5e285483ae2: Layer already exists 07:03:11 b2a245c3dcff: Layer already exists 07:03:11 74ceee7ef918: Layer already exists 07:03:11 2.0.0-dev.93: digest: sha256:0812787261f8b527d5d1e431b58399ff1a63d8f8c9dd47e4ffba90971e7fe0f1 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:03:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:12 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:03:12 74ceee7ef918: Preparing 07:03:12 5ff5e63daf16: Preparing 07:03:12 d5e285483ae2: Preparing 07:03:12 b2a245c3dcff: Preparing 07:03:12 777b2c648970: Preparing 07:03:12 5ff5e63daf16: Layer already exists 07:03:12 74ceee7ef918: Layer already exists 07:03:12 777b2c648970: Layer already exists 07:03:12 d5e285483ae2: Layer already exists 07:03:12 b2a245c3dcff: Layer already exists 07:03:12 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:0812787261f8b527d5d1e431b58399ff1a63d8f8c9dd47e4ffba90971e7fe0f1 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:03:12 (1/33) Installing libbz2 (1.0.8-r1) 07:03:12 (2/33) Installing expat (2.2.9-r1) 07:03:12 (3/33) Installing libffi (3.3-r2) 07:03:12 (4/33) Installing gdbm (1.13-r1) 07:03:12 (5/33) Installing xz-libs (5.2.5-r0) 07:03:12 (6/33) Installing sqlite-libs (3.32.1-r0) 07:03:12 (7/33) Installing python3 (3.8.5-r0) 07:03:12 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 07:03:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 07:03:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 07:03:13 74ceee7ef918: Preparing 07:03:13 5ff5e63daf16: Preparing 07:03:13 d5e285483ae2: Preparing 07:03:13 b2a245c3dcff: Preparing 07:03:13 777b2c648970: Preparing 07:03:13 5ff5e63daf16: Layer already exists 07:03:13 777b2c648970: Layer already exists 07:03:13 74ceee7ef918: Layer already exists 07:03:13 b2a245c3dcff: Layer already exists 07:03:13 d5e285483ae2: Layer already exists 07:03:13 master: digest: sha256:0812787261f8b527d5d1e431b58399ff1a63d8f8c9dd47e4ffba90971e7fe0f1 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:13 ===================================================== [Pipeline] echo 07:03:13 taggedImages: 07:03:13 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:13 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.93 07:03:13 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:13 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 07:03:13 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 07:03:13 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:13 2.0.0-dev.93 07:03:13 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:13 master 07:03:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:03:14 810627c43615: Preparing 07:03:14 83d844eea7bd: Preparing 07:03:14 d5e285483ae2: Preparing 07:03:14 4fa83df8ba6e: Preparing 07:03:14 777b2c648970: Preparing 07:03:14 777b2c648970: Layer already exists 07:03:14 d5e285483ae2: Layer already exists 07:03:14 4fa83df8ba6e: Layer already exists 07:03:14 810627c43615: Pushed 07:03:14 (8/33) Installing py3-appdirs (1.4.4-r1) 07:03:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:03:14 (10/33) Installing py3-parsing (2.4.7-r0) 07:03:14 (11/33) Installing py3-six (1.15.0-r0) 07:03:14 (12/33) Installing py3-packaging (20.4-r0) 07:03:14 (13/33) Installing py3-setuptools (47.0.0-r0) 07:03:14 (14/33) Installing py3-chardet (3.0.4-r4) 07:03:14 (15/33) Installing py3-idna (2.9-r0) 07:03:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:03:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:03:14 (18/33) Installing py3-requests (2.23.0-r0) 07:03:14 (19/33) Installing py3-msgpack (1.0.0-r0) 07:03:14 (20/33) Installing py3-lockfile (0.12.2-r3) 07:03:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:03:14 (22/33) Installing py3-colorama (0.4.3-r0) 07:03:14 (23/33) Installing py3-distlib (0.3.0-r0) 07:03:14 (24/33) Installing py3-distro (1.5.0-r1) 07:03:14 (25/33) Installing py3-webencodings (0.5.1-r3) 07:03:14 (26/33) Installing py3-html5lib (1.0.1-r4) 07:03:14 (27/33) Installing py3-pytoml (0.1.21-r0) 07:03:14 (28/33) Installing py3-pep517 (0.8.2-r0) 07:03:14 (29/33) Installing py3-progress (1.5-r0) 07:03:14 (30/33) Installing py3-toml (0.10.1-r0) 07:03:14 (31/33) Installing py3-retrying (1.3.3-r0) 07:03:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:03:14 (33/33) Installing py3-pip (20.1.1-r0) 07:03:14 Executing busybox-1.31.1-r19.trigger 07:03:15 83d844eea7bd: Pushed 07:03:15 OK: 71 MiB in 55 packages 07:03:15 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:d54bde260eda6c3b9f5c3916a675ed71afcf3cb01519d4e5f5c2bf21f3f042c6 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:03:15 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.93 07:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:03:16 810627c43615: Preparing 07:03:16 83d844eea7bd: Preparing 07:03:16 d5e285483ae2: Preparing 07:03:16 4fa83df8ba6e: Preparing 07:03:16 777b2c648970: Preparing 07:03:16 4fa83df8ba6e: Layer already exists 07:03:16 d5e285483ae2: Layer already exists 07:03:16 777b2c648970: Layer already exists 07:03:16 83d844eea7bd: Layer already exists 07:03:16 810627c43615: Layer already exists 07:03:16 2.0.0-dev.93: digest: sha256:d54bde260eda6c3b9f5c3916a675ed71afcf3cb01519d4e5f5c2bf21f3f042c6 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:03:16 810627c43615: Preparing 07:03:16 83d844eea7bd: Preparing 07:03:16 d5e285483ae2: Preparing 07:03:16 4fa83df8ba6e: Preparing 07:03:16 777b2c648970: Preparing 07:03:16 777b2c648970: Layer already exists 07:03:16 810627c43615: Layer already exists 07:03:16 4fa83df8ba6e: Layer already exists 07:03:16 83d844eea7bd: Layer already exists 07:03:16 d5e285483ae2: Layer already exists 07:03:16 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:d54bde260eda6c3b9f5c3916a675ed71afcf3cb01519d4e5f5c2bf21f3f042c6 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:03:17 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 07:03:17 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 07:03:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 07:03:17 810627c43615: Preparing 07:03:17 83d844eea7bd: Preparing 07:03:17 d5e285483ae2: Preparing 07:03:17 4fa83df8ba6e: Preparing 07:03:17 777b2c648970: Preparing 07:03:17 83d844eea7bd: Layer already exists 07:03:17 d5e285483ae2: Layer already exists 07:03:17 777b2c648970: Layer already exists 07:03:17 4fa83df8ba6e: Layer already exists 07:03:17 810627c43615: Layer already exists 07:03:17 master: digest: sha256:d54bde260eda6c3b9f5c3916a675ed71afcf3cb01519d4e5f5c2bf21f3f042c6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:17 ===================================================== [Pipeline] echo 07:03:17 taggedImages: 07:03:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.93 07:03:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:17 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 07:03:17 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 07:03:17 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:17 2.0.0-dev.93 07:03:17 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:17 master 07:03:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:18 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:03:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:03:18 4624fcf37be9: Preparing 07:03:18 6e06a3f6a0ed: Preparing 07:03:18 461b6ea94e06: Preparing 07:03:18 3d67807db086: Preparing 07:03:18 8136529e7a15: Preparing 07:03:18 59a95571a8b1: Preparing 07:03:18 0613213d2725: Preparing 07:03:18 0754057c0ad3: Preparing 07:03:18 998cdf262ab1: Preparing 07:03:18 02e56110abd2: Preparing 07:03:18 abc36efb885a: Preparing 07:03:18 b0b09059f4e1: Preparing 07:03:18 bb961f40224b: Preparing 07:03:18 f4666769fca7: Preparing 07:03:18 0754057c0ad3: Waiting 07:03:18 998cdf262ab1: Waiting 07:03:18 02e56110abd2: Waiting 07:03:18 abc36efb885a: Waiting 07:03:18 b0b09059f4e1: Waiting 07:03:18 bb961f40224b: Waiting 07:03:18 f4666769fca7: Waiting 07:03:18 59a95571a8b1: Waiting 07:03:18 0613213d2725: Waiting 07:03:18 8136529e7a15: Pushed 07:03:18 4624fcf37be9: Pushed 07:03:19 3d67807db086: Pushed 07:03:19 0754057c0ad3: Layer already exists 07:03:19 998cdf262ab1: Layer already exists 07:03:19 0613213d2725: Pushed 07:03:19 02e56110abd2: Layer already exists 07:03:19 6e06a3f6a0ed: Pushed 07:03:19 abc36efb885a: Layer already exists 07:03:19 b0b09059f4e1: Layer already exists 07:03:19 bb961f40224b: Layer already exists 07:03:19 f4666769fca7: Layer already exists 07:03:20 59a95571a8b1: Pushed 07:03:25 Removing intermediate container 55b11fe51032 07:03:25 ---> 53e47b703620 07:03:25 Step 20/26 : RUN pip install docker-compose==1.23.2 07:03:25 ---> Running in 94fbe36afedd 07:03:26 461b6ea94e06: Pushed 07:03:26 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:e94bc105190d2f0d1ae8c973c1e82af7bc1906c3ccfa75c8c3b9de076cb7f431 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:03:26 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:27 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.93 07:03:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:03:27 4624fcf37be9: Preparing 07:03:27 6e06a3f6a0ed: Preparing 07:03:27 461b6ea94e06: Preparing 07:03:27 3d67807db086: Preparing 07:03:27 8136529e7a15: Preparing 07:03:27 59a95571a8b1: Preparing 07:03:27 0613213d2725: Preparing 07:03:27 0754057c0ad3: Preparing 07:03:27 998cdf262ab1: Preparing 07:03:27 02e56110abd2: Preparing 07:03:27 abc36efb885a: Preparing 07:03:27 b0b09059f4e1: Preparing 07:03:27 bb961f40224b: Preparing 07:03:27 f4666769fca7: Preparing 07:03:27 59a95571a8b1: Waiting 07:03:27 0613213d2725: Waiting 07:03:27 0754057c0ad3: Waiting 07:03:27 998cdf262ab1: Waiting 07:03:27 02e56110abd2: Waiting 07:03:27 abc36efb885a: Waiting 07:03:27 bb961f40224b: Waiting 07:03:27 f4666769fca7: Waiting 07:03:27 b0b09059f4e1: Waiting 07:03:27 461b6ea94e06: Layer already exists 07:03:27 4624fcf37be9: Layer already exists 07:03:27 3d67807db086: Layer already exists 07:03:27 6e06a3f6a0ed: Layer already exists 07:03:27 8136529e7a15: Layer already exists 07:03:27 59a95571a8b1: Layer already exists 07:03:27 0613213d2725: Layer already exists 07:03:27 998cdf262ab1: Layer already exists 07:03:27 0754057c0ad3: Layer already exists 07:03:27 02e56110abd2: Layer already exists 07:03:27 b0b09059f4e1: Layer already exists 07:03:27 abc36efb885a: Layer already exists 07:03:27 bb961f40224b: Layer already exists 07:03:27 f4666769fca7: Layer already exists 07:03:27 2.0.0-dev.93: digest: sha256:e94bc105190d2f0d1ae8c973c1e82af7bc1906c3ccfa75c8c3b9de076cb7f431 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:03:27 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:03:27 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:03:27 4624fcf37be9: Preparing 07:03:27 6e06a3f6a0ed: Preparing 07:03:27 461b6ea94e06: Preparing 07:03:27 3d67807db086: Preparing 07:03:27 8136529e7a15: Preparing 07:03:27 59a95571a8b1: Preparing 07:03:27 0613213d2725: Preparing 07:03:27 0754057c0ad3: Preparing 07:03:27 998cdf262ab1: Preparing 07:03:27 02e56110abd2: Preparing 07:03:27 abc36efb885a: Preparing 07:03:27 b0b09059f4e1: Preparing 07:03:27 bb961f40224b: Preparing 07:03:27 f4666769fca7: Preparing 07:03:27 02e56110abd2: Waiting 07:03:27 abc36efb885a: Waiting 07:03:27 b0b09059f4e1: Waiting 07:03:27 59a95571a8b1: Waiting 07:03:27 bb961f40224b: Waiting 07:03:27 f4666769fca7: Waiting 07:03:27 0754057c0ad3: Waiting 07:03:27 0613213d2725: Waiting 07:03:27 998cdf262ab1: Waiting 07:03:27 3d67807db086: Layer already exists 07:03:27 4624fcf37be9: Layer already exists 07:03:27 461b6ea94e06: Layer already exists 07:03:27 6e06a3f6a0ed: Layer already exists 07:03:27 8136529e7a15: Layer already exists 07:03:27 59a95571a8b1: Layer already exists 07:03:27 0754057c0ad3: Layer already exists 07:03:27 02e56110abd2: Layer already exists 07:03:27 0613213d2725: Layer already exists 07:03:27 998cdf262ab1: Layer already exists 07:03:27 abc36efb885a: Layer already exists 07:03:27 bb961f40224b: Layer already exists 07:03:27 b0b09059f4e1: Layer already exists 07:03:27 f4666769fca7: Layer already exists 07:03:27 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:e94bc105190d2f0d1ae8c973c1e82af7bc1906c3ccfa75c8c3b9de076cb7f431 size: 3252 [Pipeline] isUnix [Pipeline] sh 07:03:28 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 07:03:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 07:03:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 07:03:28 4624fcf37be9: Preparing 07:03:28 6e06a3f6a0ed: Preparing 07:03:28 461b6ea94e06: Preparing 07:03:28 3d67807db086: Preparing 07:03:28 8136529e7a15: Preparing 07:03:28 59a95571a8b1: Preparing 07:03:28 0613213d2725: Preparing 07:03:28 0754057c0ad3: Preparing 07:03:28 998cdf262ab1: Preparing 07:03:28 02e56110abd2: Preparing 07:03:28 abc36efb885a: Preparing 07:03:28 b0b09059f4e1: Preparing 07:03:28 bb961f40224b: Preparing 07:03:28 f4666769fca7: Preparing 07:03:28 998cdf262ab1: Waiting 07:03:28 02e56110abd2: Waiting 07:03:28 abc36efb885a: Waiting 07:03:28 b0b09059f4e1: Waiting 07:03:28 bb961f40224b: Waiting 07:03:28 59a95571a8b1: Waiting 07:03:28 0613213d2725: Waiting 07:03:28 f4666769fca7: Waiting 07:03:28 0754057c0ad3: Waiting 07:03:28 4624fcf37be9: Layer already exists 07:03:28 8136529e7a15: Layer already exists 07:03:28 461b6ea94e06: Layer already exists 07:03:28 6e06a3f6a0ed: Layer already exists 07:03:28 3d67807db086: Layer already exists 07:03:28 59a95571a8b1: Layer already exists 07:03:28 0754057c0ad3: Layer already exists 07:03:28 02e56110abd2: Layer already exists 07:03:28 998cdf262ab1: Layer already exists 07:03:28 0613213d2725: Layer already exists 07:03:28 abc36efb885a: Layer already exists 07:03:28 bb961f40224b: Layer already exists 07:03:28 b0b09059f4e1: Layer already exists 07:03:28 f4666769fca7: Layer already exists 07:03:28 master: digest: sha256:e94bc105190d2f0d1ae8c973c1e82af7bc1906c3ccfa75c8c3b9de076cb7f431 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:28 ===================================================== [Pipeline] echo 07:03:28 taggedImages: 07:03:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:03:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.93 07:03:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:03:28 - 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] } 07:03:30 Collecting docker-compose==1.23.2 07:03:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:03:30 Collecting texttable<0.10,>=0.9.0 07:03:30 Downloading texttable-0.9.1.tar.gz (11 kB) 07:03:33 Collecting cached-property<2,>=1.2.0 07:03:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:03:33 Collecting dockerpty<0.5,>=0.4.1 07:03:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:03:35 Collecting docopt<0.7,>=0.6.1 07:03:35 Downloading docopt-0.6.2.tar.gz (25 kB) 07:03:39 Collecting PyYAML<4,>=3.10 07:03:39 Downloading PyYAML-3.13.tar.gz (270 kB) 07:03:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:03:43 ---> e081e6f250d1 07:03:43 Step 3/24 : WORKDIR /edgex-go 07:03:43 ---> Using cache 07:03:43 ---> 81a82beb31a6 07:03:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:43 ---> Using cache 07:03:43 ---> 173497725790 07:03:43 Step 5/24 : RUN apk add --update --no-cache make git 07:03:43 ---> Using cache 07:03:43 ---> c4e1d71aeb12 07:03:43 Step 6/24 : COPY go.mod . 07:03:43 ---> Using cache 07:03:43 ---> 07a35c37ef3b 07:03:43 Step 7/24 : RUN go mod download 07:03:43 ---> Using cache 07:03:43 ---> d8eb8d20804d 07:03:43 Step 8/24 : COPY . . 07:03:43 Collecting docker<4.0,>=3.6.0 07:03:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:03:43 ---> Using cache 07:03:43 ---> e713538c9b2b 07:03:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:03:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:03:43 ---> e081e6f250d1 07:03:43 Step 3/23 : WORKDIR /edgex-go 07:03:43 ---> Using cache 07:03:43 ---> 81a82beb31a6 07:03:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:43 ---> Using cache 07:03:43 ---> 173497725790 07:03:43 Step 5/23 : RUN apk add --update --no-cache make git 07:03:43 ---> Using cache 07:03:43 ---> c4e1d71aeb12 07:03:43 Step 6/23 : COPY go.mod . 07:03:43 ---> Using cache 07:03:43 ---> 07a35c37ef3b 07:03:43 Step 7/23 : RUN go mod download 07:03:43 ---> Using cache 07:03:43 ---> d8eb8d20804d 07:03:43 Step 8/23 : COPY . . 07:03:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:03:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:03:43 ---> e081e6f250d1 07:03:43 Step 3/23 : WORKDIR /edgex-go 07:03:43 ---> Using cache 07:03:43 ---> 81a82beb31a6 07:03:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:43 ---> Using cache 07:03:43 ---> 173497725790 07:03:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:03:43 ---> Using cache 07:03:43 ---> e713538c9b2b 07:03:43 Step 9/23 : RUN make cmd/core-command/core-command 07:03:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:03:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:03:43 ---> e081e6f250d1 07:03:43 Step 3/21 : WORKDIR /edgex-go 07:03:43 ---> Using cache 07:03:43 ---> 81a82beb31a6 07:03:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:03:43 ---> Using cache 07:03:43 ---> 173497725790 07:03:43 Step 5/21 : RUN apk add --update --no-cache make git 07:03:43 ---> Using cache 07:03:43 ---> c4e1d71aeb12 07:03:43 Step 6/21 : COPY go.mod . 07:03:43 ---> Using cache 07:03:43 ---> 07a35c37ef3b 07:03:43 Step 7/21 : RUN go mod download 07:03:43 ---> Using cache 07:03:43 ---> d8eb8d20804d 07:03:43 Step 8/21 : COPY . . 07:03:44 ---> Using cache 07:03:44 ---> e713538c9b2b 07:03:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:03:44 Collecting websocket-client<1.0,>=0.32.0 07:03:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:03:46 Collecting jsonschema<3,>=2.5.1 07:03:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:03:47 ---> Running in 6492735cc38e 07:03:47 ---> Running in a9fde134c341 07:03:47 ---> Running in 475c34d6a8d3 07:03:47 ---> Running in 61b6df6bea71 07:03:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:03:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:03:48 Collecting docker-pycreds>=0.4.0 07:03:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:03:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-command/core-command ./cmd/core-command 07:03:49 Collecting idna<2.8,>=2.5 07:03:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:03:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:03:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:03:50 Collecting urllib3<1.25,>=1.21.1 07:03:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:03:50 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) 07:03:50 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) 07:03:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:03:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:03:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:03:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:03:51 OK: 217 MiB in 51 packages 07:03:52 Installing collected packages: texttable, cached-property, dockerpty, docopt, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docker-compose 07:03:52 Running setup.py install for texttable: started 07:03:52 Removing intermediate container 61b6df6bea71 07:03:52 ---> b182a7b85624 07:03:52 Step 6/23 : COPY go.mod . 07:03:53 ---> 950cc3b1e7bc 07:03:53 Step 7/23 : RUN go mod download 07:03:53 ---> Running in d27217d51e80 07:03:55 Running setup.py install for texttable: finished with status 'done' 07:03:55 Running setup.py install for dockerpty: started 07:03:57 Removing intermediate container d27217d51e80 07:03:57 ---> a29ad339347e 07:03:57 Step 8/23 : COPY . . 07:03:58 Running setup.py install for dockerpty: finished with status 'done' 07:03:58 Running setup.py install for docopt: started 07:04:01 Running setup.py install for docopt: finished with status 'done' 07:04:01 Running setup.py install for PyYAML: started 07:04:05 Running setup.py install for PyYAML: finished with status 'done' 07:04:06 Attempting uninstall: idna 07:04:06 Found existing installation: idna 2.9 07:04:06 Uninstalling idna-2.9: 07:04:06 Successfully uninstalled idna-2.9 07:04:07 Attempting uninstall: urllib3 07:04:07 Found existing installation: urllib3 1.25.9 07:04:07 Uninstalling urllib3-1.25.9: 07:04:07 Successfully uninstalled urllib3-1.25.9 07:04:08 Attempting uninstall: requests 07:04:08 Found existing installation: requests 2.23.0 07:04:08 Uninstalling requests-2.23.0: 07:04:09 Successfully uninstalled requests-2.23.0 07:04:11 ---> 72d36807f718 07:04:11 Step 9/23 : RUN make cmd/core-data/core-data 07:04:11 ---> Running in d5232a4a170a 07:04:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o cmd/core-data/core-data ./cmd/core-data 07:04:13 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 07:04:18 Removing intermediate container 94fbe36afedd 07:04:18 ---> f75bdd0a20d5 07:04:18 Step 21/26 : RUN apk --no-cache add curl 07:04:18 ---> Running in 741d9b5a061e 07:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:04:21 (2/3) Installing libcurl (7.69.1-r3) 07:04:21 (3/3) Installing curl (7.69.1-r3) 07:04:21 Executing busybox-1.31.1-r19.trigger 07:04:21 OK: 71 MiB in 58 packages 07:04:23 Removing intermediate container 741d9b5a061e 07:04:23 ---> aa17ef5379cf 07:04:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:04:23 ---> Running in 7c6f4b4a23ae 07:04:24 Removing intermediate container 7c6f4b4a23ae 07:04:24 ---> cb393470b98c 07:04:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:04:24 ---> Running in dc398e7185fb 07:04:25 Removing intermediate container dc398e7185fb 07:04:25 ---> 2a9a07fe3759 07:04:25 Step 24/26 : LABEL arch=arm64 07:04:25 ---> Running in 7493ece55e5b 07:04:25 Removing intermediate container 7493ece55e5b 07:04:25 ---> 0093ff39e5fe 07:04:25 Step 25/26 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:04:26 ---> Running in 8cec22de6242 07:04:27 Removing intermediate container 8cec22de6242 07:04:27 ---> 7179dfc430fb 07:04:27 Step 26/26 : LABEL version=2.0.0-dev.93 07:04:27 ---> Running in 381a94129627 07:04:27 Removing intermediate container 381a94129627 07:04:27 ---> ec3869649277 07:04:27 07:04:28 Successfully built ec3869649277 07:04:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:05:00  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:05:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.93" -o ./cmd/secrets-config ./cmd/secrets-config 07:05:15 Removing intermediate container 475c34d6a8d3 07:05:15 ---> 53d7f3dad063 07:05:15 07:05:15 Step 10/24 : FROM alpine:3.12 07:05:15 ---> afeebe901d6b 07:05:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:05:15 ---> Running in 196393ca5e57 07:05:15 Removing intermediate container a9fde134c341 07:05:15 ---> 911dc9dcbdc4 07:05:15 07:05:15 Step 10/21 : FROM alpine:3.12 07:05:15 ---> afeebe901d6b 07:05:15 Step 11/21 : RUN apk add --update --no-cache curl 07:05:15 ---> Running in e664258d5b4a 07:05:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:05:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:05:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:05:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:05:17 (1/5) Installing ca-certificates (20191127-r4) 07:05:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:05:18 (3/5) Installing libcurl (7.69.1-r3) 07:05:18 (4/5) Installing curl (7.69.1-r3) 07:05:18 (5/5) Installing dumb-init (1.2.2-r1) 07:05:18 Executing busybox-1.31.1-r19.trigger 07:05:18 Executing ca-certificates-20191127-r4.trigger 07:05:18 OK: 7 MiB in 19 packages 07:05:18 (1/4) Installing ca-certificates (20191127-r4) 07:05:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:05:18 (3/4) Installing libcurl (7.69.1-r3) 07:05:18 (4/4) Installing curl (7.69.1-r3) 07:05:18 Executing busybox-1.31.1-r19.trigger 07:05:18 Executing ca-certificates-20191127-r4.trigger 07:05:18 OK: 7 MiB in 18 packages 07:05:22 Removing intermediate container 196393ca5e57 07:05:22 ---> f441e77a3682 07:05:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:05:22 ---> Running in 04d8b30148c5 07:05:22 Removing intermediate container e664258d5b4a 07:05:22 ---> 091e8b9316e1 07:05:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:05:23 ---> Running in 1cc54bdb846a 07:05:23 Removing intermediate container 04d8b30148c5 07:05:23 ---> 7efad4dfc123 07:05:23 Step 13/24 : WORKDIR / 07:05:24 Removing intermediate container 1cc54bdb846a 07:05:24 ---> d5c67947a5a0 07:05:24 Step 13/21 : WORKDIR /edgex 07:05:24 ---> Running in e53e6486437d 07:05:24 ---> Running in 55fa189cfb5a 07:05:25 Removing intermediate container 6492735cc38e 07:05:25 ---> dd543d40dcd0 07:05:25 07:05:25 Step 10/23 : FROM alpine:3.12 07:05:25 ---> afeebe901d6b 07:05:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:05:25 ---> Using cache 07:05:25 ---> 2c5016e34fc9 07:05:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:05:25 ---> Using cache 07:05:25 ---> b072a9be09ac 07:05:25 Step 13/23 : ENV APP_PORT=48082 07:05:25 Removing intermediate container e53e6486437d 07:05:25 ---> b9c0e3852eaa 07:05:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:05:25 Removing intermediate container 55fa189cfb5a 07:05:25 ---> 7303eeb2931c 07:05:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:05:25 ---> Running in c29091db4430 07:05:26 Removing intermediate container c29091db4430 07:05:26 ---> 8336a7dbf1f2 07:05:26 Step 14/23 : EXPOSE $APP_PORT 07:05:26 ---> b79a957f01ff 07:05:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:05:26 ---> abc30b857b00 07:05:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:05:26 ---> Running in ed39c53b4e4e 07:05:27 Removing intermediate container ed39c53b4e4e 07:05:27 ---> 8575c5c46c4d 07:05:27 Step 15/23 : WORKDIR / 07:05:27 ---> Running in 80a905653b14 07:05:28 ---> 99156f34449e 07:05:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:05:28 Removing intermediate container 80a905653b14 07:05:28 ---> c234cca4a3fc 07:05:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:05:28 ---> 2277f96d8322 07:05:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:05:28 ---> 19bdf1c47efd 07:05:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:05:30 ---> 8dc9a98b1032 07:05:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:05:30 ---> 3f644ce4664d 07:05:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:05:30 ---> Running in 0a499268e690 07:05:30 ---> 1e57bcf7f3c9 07:05:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:05:31 Removing intermediate container 0a499268e690 07:05:31 ---> 9faca812ff3c 07:05:31 Step 18/21 : CMD ["--init=true"] 07:05:31 ---> Running in f7230aba1acf 07:05:31 ---> b62710695f50 07:05:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:05:32 Removing intermediate container f7230aba1acf 07:05:32 ---> aeececacc1ca 07:05:32 Step 19/21 : LABEL arch=arm64 07:05:32 ---> bf810d63dc11 07:05:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:05:32 ---> Running in 11216f08c016 07:05:32 ---> 0a158a30b9eb 07:05:32 Step 19/23 : ENTRYPOINT ["/core-command"] 07:05:33 ---> Running in b730edcf0c33 07:05:33 ---> e38d573bef83 07:05:33 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/ 07:05:33 Removing intermediate container 11216f08c016 07:05:33 ---> 697247b598e1 07:05:33 Step 20/21 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:05:33 ---> Running in 0932fb81ef54 07:05:33 ---> Running in 1757b6140d4b 07:05:33 Removing intermediate container b730edcf0c33 07:05:33 ---> ed53ddbc2b5e 07:05:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:05:34 ---> Running in ed33d3193717 07:05:34 Removing intermediate container 1757b6140d4b 07:05:34 ---> 4cdcac8c7943 07:05:34 Step 21/21 : LABEL version=2.0.0-dev.93 07:05:35 ---> Running in 4cc2d76dc816 07:05:35 Removing intermediate container ed33d3193717 07:05:35 ---> 4b68ecd3d793 07:05:35 Step 21/23 : LABEL arch=arm64 07:05:35 ---> Running in edeb2fe55e7f 07:05:35 Removing intermediate container 4cc2d76dc816 07:05:35 ---> 5ca68fea2850 07:05:35 07:05:35 Removing intermediate container edeb2fe55e7f 07:05:35 ---> 25935a82ee4a 07:05:35 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:05:36 Successfully built 5ca68fea2850 07:05:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:05:36  Building docker-security-proxy-setup-go ... done  ---> Running in 6205fb6d4ccd 07:05:36 Removing intermediate container 0932fb81ef54 07:05:36 ---> ed92da655104 07:05:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:05:36 Removing intermediate container 6205fb6d4ccd 07:05:36 ---> 31c2dd525bbe 07:05:36 Step 23/23 : LABEL version=2.0.0-dev.93 07:05:37 ---> Running in 274e252562b3 07:05:37 ---> Running in 93d8999b97c7 07:05:37 Removing intermediate container 274e252562b3 07:05:37 ---> bbc0ff6dc75f 07:05:37 Step 22/24 : LABEL arch=arm64 07:05:37 Removing intermediate container 93d8999b97c7 07:05:37 ---> 114737873074 07:05:37 07:05:37 ---> Running in 95b95f91b3b2 07:05:37 Successfully built 114737873074 07:05:37 Successfully tagged docker-core-command-go-arm64:latest 07:05:38  Building docker-core-command-go ... done Removing intermediate container 95b95f91b3b2 07:05:38 ---> 83106fb23ff2 07:05:38 Step 23/24 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:05:38 ---> Running in b967be508225 07:05:38 Removing intermediate container b967be508225 07:05:38 ---> 12a88b83b149 07:05:38 Step 24/24 : LABEL version=2.0.0-dev.93 07:05:38 ---> Running in 82e74d3aec3a 07:05:39 Removing intermediate container 82e74d3aec3a 07:05:39 ---> 1a240720a7ac 07:05:39 07:05:39 Successfully built 1a240720a7ac 07:05:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:05:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container d5232a4a170a 07:05:42 ---> a7cc5b156830 07:05:42 07:05:42 Step 10/23 : FROM alpine:3.12 07:05:42 ---> afeebe901d6b 07:05:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:05:42 ---> Running in e50d1219e1d2 07:05:42 Removing intermediate container e50d1219e1d2 07:05:42 ---> 97def0878481 07:05:42 Step 12/23 : ENV APP_PORT=48080 07:05:42 ---> Running in a774addb39fe 07:05:43 Removing intermediate container a774addb39fe 07:05:43 ---> df7ea72a457d 07:05:43 Step 13/23 : EXPOSE $APP_PORT 07:05:43 ---> Running in f4c35e95740e 07:05:43 Removing intermediate container f4c35e95740e 07:05:43 ---> 1a277415f95b 07:05:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:05:43 ---> Running in 87d8a803e8c0 07:05:45 Removing intermediate container 87d8a803e8c0 07:05:45 ---> a6d9ca44ff52 07:05:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:05:45 ---> Running in 721b1898bfbe 07:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:05:48 (1/6) Installing dumb-init (1.2.2-r1) 07:05:48 (2/6) Installing libgcc (9.3.0-r2) 07:05:48 (3/6) Installing libsodium (1.0.18-r0) 07:05:48 (4/6) Installing libstdc++ (9.3.0-r2) 07:05:48 (5/6) Installing libzmq (4.3.3-r0) 07:05:48 (6/6) Installing zeromq (4.3.3-r0) 07:05:49 Executing busybox-1.31.1-r19.trigger 07:05:49 OK: 8 MiB in 20 packages 07:05:50 Removing intermediate container 721b1898bfbe 07:05:50 ---> 3de02e018f45 07:05:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:05:51 ---> c551f4923831 07:05:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:05:52 ---> 2712b6e28798 07:05:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:05:52 ---> 7340c50969b9 07:05:52 Step 19/23 : ENTRYPOINT ["/core-data"] 07:05:52 ---> Running in f91a4e42ef91 07:05:53 Removing intermediate container f91a4e42ef91 07:05:53 ---> d12ae0b78a06 07:05:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:05:53 ---> Running in 984c881f2b2c 07:05:53 Removing intermediate container 984c881f2b2c 07:05:53 ---> 35b6d8bb79fe 07:05:53 Step 21/23 : LABEL arch=arm64 07:05:54 ---> Running in ce50350d6cd6 07:05:54 Removing intermediate container ce50350d6cd6 07:05:54 ---> 723db9bc2f3c 07:05:54 Step 22/23 : LABEL git_sha=fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:05:54 ---> Running in 421a1a0e8672 07:05:54 Removing intermediate container 421a1a0e8672 07:05:54 ---> c1edf4f1e42c 07:05:54 Step 23/23 : LABEL version=2.0.0-dev.93 07:05:55 ---> Running in ded67ce6d3fd 07:05:55 Removing intermediate container ded67ce6d3fd 07:05:55 ---> a1c2bbe8d024 07:05:55 07:05:55 Successfully built a1c2bbe8d024 07:05:56 Successfully tagged docker-core-data-go-arm64:latest 07:05:56  Building docker-core-data-go ... done  [Pipeline] } 07:05:56 $ docker stop --time=1 c4f0f8a5f5f48dc171d8780e0ead2247904f6e10545e95a921d59c46eae69694 07:05:58 $ docker rm -f c4f0f8a5f5f48dc171d8780e0ead2247904f6e10545e95a921d59c46eae69694 [Pipeline] // withDockerContainer [Pipeline] sh 07:05:59 + docker images 07:05:59 + grep docker 07:05:59 docker-core-data-go-arm64 latest a1c2bbe8d024 4 seconds ago 21MB 07:05:59 docker-security-secretstore-setup-go-arm64 latest 1a240720a7ac 20 seconds ago 23.4MB 07:05:59 docker-core-command-go-arm64 latest 114737873074 22 seconds ago 16MB 07:05:59 docker-security-proxy-setup-go-arm64 latest 5ca68fea2850 24 seconds ago 23.2MB 07:05:59 docker-sys-mgmt-agent-go-arm64 latest ec3869649277 About a minute ago 300MB 07:05:59 docker-security-bootstrapper-go-arm64 latest 5fb34061970e 2 minutes ago 17MB 07:05:59 docker-core-metadata-go-arm64 latest cdfffc86d6ed 2 minutes ago 17.8MB 07:05:59 docker-support-notifications-go-arm64 latest 4e0ab7e1cc57 2 minutes ago 16.7MB 07:05:59 docker-support-scheduler-go-arm64 latest 8a5a0f40f5fa 2 minutes ago 16.1MB 07:05:59 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 07:05:59 provisioning config files... 07:05:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/359@tmp/config3625436399976768442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:06:00 ---> docker-login.sh 07:06:00 nexus3.edgexfoundry.org:10001 07:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:00 Configure a credential helper to remove this warning. See 07:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:00 07:06:00 Login Succeeded 07:06:00 nexus3.edgexfoundry.org:10002 07:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:01 Configure a credential helper to remove this warning. See 07:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:01 07:06:01 Login Succeeded 07:06:01 nexus3.edgexfoundry.org:10003 07:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:02 Configure a credential helper to remove this warning. See 07:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:02 07:06:02 Login Succeeded 07:06:02 nexus3.edgexfoundry.org:10004 07:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:02 Configure a credential helper to remove this warning. See 07:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:02 07:06:02 Login Succeeded 07:06:02 docker.io 07:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:06:03 Configure a credential helper to remove this warning. See 07:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:06:03 07:06:03 Login Succeeded 07:06:03 ---> docker-login.sh ends [Pipeline] } 07:06:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:03 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 07:06:03 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:03 2.0.0-dev.93 07:06:03 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:03 master 07:06:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:04 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:04 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:06:04 8e82e138689f: Preparing 07:06:04 7ddc8c198489: Preparing 07:06:04 9b4a0f282dd3: Preparing 07:06:04 77f10c05cc6c: Preparing 07:06:04 379067d0cb53: Preparing 07:06:04 379067d0cb53: Layer already exists 07:06:04 9b4a0f282dd3: Pushed 07:06:04 8e82e138689f: Pushed 07:06:04 77f10c05cc6c: Pushed 07:06:07 7ddc8c198489: Pushed 07:06:07 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:e978edb1dafe02dce42f6b3fd285872fbf091630c277583fda9265bfb1a5205b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.93 07:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:06:08 8e82e138689f: Preparing 07:06:08 7ddc8c198489: Preparing 07:06:08 9b4a0f282dd3: Preparing 07:06:08 77f10c05cc6c: Preparing 07:06:08 379067d0cb53: Preparing 07:06:08 8e82e138689f: Layer already exists 07:06:08 9b4a0f282dd3: Layer already exists 07:06:08 7ddc8c198489: Layer already exists 07:06:08 77f10c05cc6c: Layer already exists 07:06:08 379067d0cb53: Layer already exists 07:06:08 2.0.0-dev.93: digest: sha256:e978edb1dafe02dce42f6b3fd285872fbf091630c277583fda9265bfb1a5205b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:06:09 8e82e138689f: Preparing 07:06:09 7ddc8c198489: Preparing 07:06:09 9b4a0f282dd3: Preparing 07:06:09 77f10c05cc6c: Preparing 07:06:09 379067d0cb53: Preparing 07:06:09 9b4a0f282dd3: Layer already exists 07:06:09 379067d0cb53: Layer already exists 07:06:09 77f10c05cc6c: Layer already exists 07:06:09 8e82e138689f: Layer already exists 07:06:09 7ddc8c198489: Layer already exists 07:06:09 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:e978edb1dafe02dce42f6b3fd285872fbf091630c277583fda9265bfb1a5205b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:09 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 07:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 07:06:10 8e82e138689f: Preparing 07:06:10 7ddc8c198489: Preparing 07:06:10 9b4a0f282dd3: Preparing 07:06:10 77f10c05cc6c: Preparing 07:06:10 379067d0cb53: Preparing 07:06:10 8e82e138689f: Layer already exists 07:06:10 7ddc8c198489: Layer already exists 07:06:10 379067d0cb53: Layer already exists 07:06:10 77f10c05cc6c: Layer already exists 07:06:10 9b4a0f282dd3: Layer already exists 07:06:10 master: digest: sha256:e978edb1dafe02dce42f6b3fd285872fbf091630c277583fda9265bfb1a5205b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:10 ===================================================== [Pipeline] echo 07:06:10 taggedImages: 07:06:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.93 07:06:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 07:06:10 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 07:06:10 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:10 2.0.0-dev.93 07:06:10 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:10 master 07:06:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:06:11 83975735fe65: Preparing 07:06:11 5ea85c062862: Preparing 07:06:11 9b4a0f282dd3: Preparing 07:06:11 aada524c4f2e: Preparing 07:06:11 944ebca68a54: Preparing 07:06:11 379067d0cb53: Preparing 07:06:11 379067d0cb53: Waiting 07:06:11 9b4a0f282dd3: Layer already exists 07:06:11 379067d0cb53: Layer already exists 07:06:11 944ebca68a54: Pushed 07:06:11 83975735fe65: Pushed 07:06:12 aada524c4f2e: Pushed 07:06:15 5ea85c062862: Pushed 07:06:15 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:b0faa83bab8e5c696ae344977584ee7ea18f8e7d77dff1d0cfe4983bdcabfb19 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:06:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.93 07:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:06:15 83975735fe65: Preparing 07:06:15 5ea85c062862: Preparing 07:06:15 9b4a0f282dd3: Preparing 07:06:15 aada524c4f2e: Preparing 07:06:15 944ebca68a54: Preparing 07:06:15 379067d0cb53: Preparing 07:06:15 379067d0cb53: Waiting 07:06:16 9b4a0f282dd3: Layer already exists 07:06:16 83975735fe65: Layer already exists 07:06:16 5ea85c062862: Layer already exists 07:06:16 aada524c4f2e: Layer already exists 07:06:16 944ebca68a54: Layer already exists 07:06:16 379067d0cb53: Layer already exists 07:06:16 2.0.0-dev.93: digest: sha256:b0faa83bab8e5c696ae344977584ee7ea18f8e7d77dff1d0cfe4983bdcabfb19 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:06:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:06:16 83975735fe65: Preparing 07:06:16 5ea85c062862: Preparing 07:06:16 9b4a0f282dd3: Preparing 07:06:16 aada524c4f2e: Preparing 07:06:16 944ebca68a54: Preparing 07:06:16 379067d0cb53: Preparing 07:06:16 379067d0cb53: Waiting 07:06:16 83975735fe65: Layer already exists 07:06:16 aada524c4f2e: Layer already exists 07:06:16 944ebca68a54: Layer already exists 07:06:16 5ea85c062862: Layer already exists 07:06:16 9b4a0f282dd3: Layer already exists 07:06:16 379067d0cb53: Layer already exists 07:06:16 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:b0faa83bab8e5c696ae344977584ee7ea18f8e7d77dff1d0cfe4983bdcabfb19 size: 1572 [Pipeline] isUnix [Pipeline] sh 07:06:17 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 07:06:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 07:06:17 83975735fe65: Preparing 07:06:17 5ea85c062862: Preparing 07:06:17 9b4a0f282dd3: Preparing 07:06:17 aada524c4f2e: Preparing 07:06:17 944ebca68a54: Preparing 07:06:17 379067d0cb53: Preparing 07:06:17 379067d0cb53: Waiting 07:06:17 5ea85c062862: Layer already exists 07:06:17 944ebca68a54: Layer already exists 07:06:17 aada524c4f2e: Layer already exists 07:06:17 83975735fe65: Layer already exists 07:06:17 9b4a0f282dd3: Layer already exists 07:06:17 379067d0cb53: Layer already exists 07:06:17 master: digest: sha256:b0faa83bab8e5c696ae344977584ee7ea18f8e7d77dff1d0cfe4983bdcabfb19 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:18 ===================================================== [Pipeline] echo 07:06:18 taggedImages: 07:06:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.93 07:06:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:18 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 07:06:18 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 07:06:18 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:18 2.0.0-dev.93 07:06:18 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:18 master 07:06:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:06:19 6c50d0825dfd: Preparing 07:06:19 0c595e6649cb: Preparing 07:06:19 9b4a0f282dd3: Preparing 07:06:19 77f10c05cc6c: Preparing 07:06:19 379067d0cb53: Preparing 07:06:19 9b4a0f282dd3: Layer already exists 07:06:19 77f10c05cc6c: Layer already exists 07:06:19 379067d0cb53: Layer already exists 07:06:19 6c50d0825dfd: Pushed 07:06:22 0c595e6649cb: Pushed 07:06:22 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:ce17c9a7693fd89b4e36d955e9ba4201b9d16acac9bf00d21689b54cd68b186b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.93 07:06:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:06:23 6c50d0825dfd: Preparing 07:06:23 0c595e6649cb: Preparing 07:06:23 9b4a0f282dd3: Preparing 07:06:23 77f10c05cc6c: Preparing 07:06:23 379067d0cb53: Preparing 07:06:23 6c50d0825dfd: Layer already exists 07:06:23 379067d0cb53: Layer already exists 07:06:23 9b4a0f282dd3: Layer already exists 07:06:23 0c595e6649cb: Layer already exists 07:06:23 77f10c05cc6c: Layer already exists 07:06:23 2.0.0-dev.93: digest: sha256:ce17c9a7693fd89b4e36d955e9ba4201b9d16acac9bf00d21689b54cd68b186b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:06:24 6c50d0825dfd: Preparing 07:06:24 0c595e6649cb: Preparing 07:06:24 9b4a0f282dd3: Preparing 07:06:24 77f10c05cc6c: Preparing 07:06:24 379067d0cb53: Preparing 07:06:24 379067d0cb53: Layer already exists 07:06:24 0c595e6649cb: Layer already exists 07:06:24 6c50d0825dfd: Layer already exists 07:06:24 9b4a0f282dd3: Layer already exists 07:06:24 77f10c05cc6c: Layer already exists 07:06:24 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:ce17c9a7693fd89b4e36d955e9ba4201b9d16acac9bf00d21689b54cd68b186b size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 07:06:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 07:06:25 6c50d0825dfd: Preparing 07:06:25 0c595e6649cb: Preparing 07:06:25 9b4a0f282dd3: Preparing 07:06:25 77f10c05cc6c: Preparing 07:06:25 379067d0cb53: Preparing 07:06:25 9b4a0f282dd3: Layer already exists 07:06:25 6c50d0825dfd: Layer already exists 07:06:25 0c595e6649cb: Layer already exists 07:06:25 379067d0cb53: Layer already exists 07:06:25 77f10c05cc6c: Layer already exists 07:06:25 master: digest: sha256:ce17c9a7693fd89b4e36d955e9ba4201b9d16acac9bf00d21689b54cd68b186b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:25 ===================================================== [Pipeline] echo 07:06:25 taggedImages: 07:06:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.93 07:06:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 07:06:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 07:06:26 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:26 2.0.0-dev.93 07:06:26 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:26 master 07:06:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:26 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:06:26 708b320f94fe: Preparing 07:06:26 708b320f94fe: Preparing 07:06:26 799570fc5ea0: Preparing 07:06:26 8987a6811314: Preparing 07:06:26 4205f84a4383: Preparing 07:06:26 9b4a0f282dd3: Preparing 07:06:26 6574319da56e: Preparing 07:06:26 6574319da56e: Preparing 07:06:26 15b9b831bba2: Preparing 07:06:26 19dd553488c0: Preparing 07:06:26 379067d0cb53: Preparing 07:06:26 15b9b831bba2: Waiting 07:06:26 19dd553488c0: Waiting 07:06:26 379067d0cb53: Waiting 07:06:26 6574319da56e: Waiting 07:06:27 9b4a0f282dd3: Layer already exists 07:06:27 8987a6811314: Pushed 07:06:27 708b320f94fe: Pushed 07:06:27 6574319da56e: Pushed 07:06:27 799570fc5ea0: Pushed 07:06:27 15b9b831bba2: Pushed 07:06:27 379067d0cb53: Layer already exists 07:06:27 19dd553488c0: Pushed 07:06:30 4205f84a4383: Pushed 07:06:30 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:45f47053d3546c9dadcc7382d376fdea5847566ffa42b0216dfdc35c28ad9ab4 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:06:30 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.93 07:06:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:06:31 708b320f94fe: Preparing 07:06:31 708b320f94fe: Preparing 07:06:31 799570fc5ea0: Preparing 07:06:31 8987a6811314: Preparing 07:06:31 4205f84a4383: Preparing 07:06:31 9b4a0f282dd3: Preparing 07:06:31 6574319da56e: Preparing 07:06:31 6574319da56e: Preparing 07:06:31 15b9b831bba2: Preparing 07:06:31 19dd553488c0: Preparing 07:06:31 379067d0cb53: Preparing 07:06:31 15b9b831bba2: Waiting 07:06:31 19dd553488c0: Waiting 07:06:31 379067d0cb53: Waiting 07:06:31 6574319da56e: Waiting 07:06:31 799570fc5ea0: Layer already exists 07:06:31 4205f84a4383: Layer already exists 07:06:31 708b320f94fe: Layer already exists 07:06:31 8987a6811314: Layer already exists 07:06:31 9b4a0f282dd3: Layer already exists 07:06:31 6574319da56e: Layer already exists 07:06:31 15b9b831bba2: Layer already exists 07:06:31 379067d0cb53: Layer already exists 07:06:31 19dd553488c0: Layer already exists 07:06:31 2.0.0-dev.93: digest: sha256:45f47053d3546c9dadcc7382d376fdea5847566ffa42b0216dfdc35c28ad9ab4 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:06:31 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:06:32 708b320f94fe: Preparing 07:06:32 708b320f94fe: Preparing 07:06:32 799570fc5ea0: Preparing 07:06:32 8987a6811314: Preparing 07:06:32 4205f84a4383: Preparing 07:06:32 9b4a0f282dd3: Preparing 07:06:32 6574319da56e: Preparing 07:06:32 6574319da56e: Preparing 07:06:32 15b9b831bba2: Preparing 07:06:32 19dd553488c0: Preparing 07:06:32 379067d0cb53: Preparing 07:06:32 6574319da56e: Waiting 07:06:32 15b9b831bba2: Waiting 07:06:32 19dd553488c0: Waiting 07:06:32 379067d0cb53: Waiting 07:06:32 799570fc5ea0: Layer already exists 07:06:32 708b320f94fe: Layer already exists 07:06:32 8987a6811314: Layer already exists 07:06:32 9b4a0f282dd3: Layer already exists 07:06:32 4205f84a4383: Layer already exists 07:06:32 6574319da56e: Layer already exists 07:06:32 379067d0cb53: Layer already exists 07:06:32 15b9b831bba2: Layer already exists 07:06:32 19dd553488c0: Layer already exists 07:06:32 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:45f47053d3546c9dadcc7382d376fdea5847566ffa42b0216dfdc35c28ad9ab4 size: 2609 [Pipeline] isUnix [Pipeline] sh 07:06:32 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 07:06:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 07:06:32 708b320f94fe: Preparing 07:06:32 708b320f94fe: Preparing 07:06:32 799570fc5ea0: Preparing 07:06:32 8987a6811314: Preparing 07:06:32 4205f84a4383: Preparing 07:06:32 9b4a0f282dd3: Preparing 07:06:32 6574319da56e: Preparing 07:06:32 6574319da56e: Preparing 07:06:32 15b9b831bba2: Preparing 07:06:32 19dd553488c0: Preparing 07:06:32 379067d0cb53: Preparing 07:06:32 15b9b831bba2: Waiting 07:06:32 19dd553488c0: Waiting 07:06:32 379067d0cb53: Waiting 07:06:32 6574319da56e: Waiting 07:06:32 9b4a0f282dd3: Layer already exists 07:06:32 799570fc5ea0: Layer already exists 07:06:32 4205f84a4383: Layer already exists 07:06:32 708b320f94fe: Layer already exists 07:06:32 8987a6811314: Layer already exists 07:06:32 15b9b831bba2: Layer already exists 07:06:33 379067d0cb53: Layer already exists 07:06:33 19dd553488c0: Layer already exists 07:06:33 6574319da56e: Layer already exists 07:06:33 master: digest: sha256:45f47053d3546c9dadcc7382d376fdea5847566ffa42b0216dfdc35c28ad9ab4 size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:33 ===================================================== [Pipeline] echo 07:06:33 taggedImages: 07:06:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.93 07:06:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 07:06:33 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 07:06:33 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:33 2.0.0-dev.93 07:06:33 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:33 master 07:06:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:34 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:06:34 5de8b58c9603: Preparing 07:06:34 fa9044e31d3c: Preparing 07:06:34 b31ecebc8345: Preparing 07:06:34 ca7ba59aae2e: Preparing 07:06:34 8cceafc7951f: Preparing 07:06:34 379067d0cb53: Preparing 07:06:34 379067d0cb53: Waiting 07:06:34 ca7ba59aae2e: Pushed 07:06:34 b31ecebc8345: Pushed 07:06:34 379067d0cb53: Layer already exists 07:06:35 8cceafc7951f: Pushed 07:06:36 fa9044e31d3c: Pushed 07:06:36 5de8b58c9603: Pushed 07:06:37 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:9761b5846ddfc6a3156f97c39d81f65c3b1bd4e9d574d2e61efeef3519f1872d size: 1575 [Pipeline] isUnix [Pipeline] sh 07:06:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.93 07:06:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:06:37 5de8b58c9603: Preparing 07:06:37 fa9044e31d3c: Preparing 07:06:37 b31ecebc8345: Preparing 07:06:37 ca7ba59aae2e: Preparing 07:06:37 8cceafc7951f: Preparing 07:06:37 379067d0cb53: Preparing 07:06:37 379067d0cb53: Waiting 07:06:37 5de8b58c9603: Layer already exists 07:06:37 8cceafc7951f: Layer already exists 07:06:37 fa9044e31d3c: Layer already exists 07:06:37 b31ecebc8345: Layer already exists 07:06:37 ca7ba59aae2e: Layer already exists 07:06:37 379067d0cb53: Layer already exists 07:06:37 2.0.0-dev.93: digest: sha256:9761b5846ddfc6a3156f97c39d81f65c3b1bd4e9d574d2e61efeef3519f1872d size: 1575 [Pipeline] isUnix [Pipeline] sh 07:06:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:06:38 5de8b58c9603: Preparing 07:06:38 fa9044e31d3c: Preparing 07:06:38 b31ecebc8345: Preparing 07:06:38 ca7ba59aae2e: Preparing 07:06:38 8cceafc7951f: Preparing 07:06:38 379067d0cb53: Preparing 07:06:38 379067d0cb53: Waiting 07:06:38 ca7ba59aae2e: Layer already exists 07:06:38 b31ecebc8345: Layer already exists 07:06:38 5de8b58c9603: Layer already exists 07:06:38 fa9044e31d3c: Layer already exists 07:06:38 8cceafc7951f: Layer already exists 07:06:38 379067d0cb53: Layer already exists 07:06:38 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:9761b5846ddfc6a3156f97c39d81f65c3b1bd4e9d574d2e61efeef3519f1872d size: 1575 [Pipeline] isUnix [Pipeline] sh 07:06:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 07:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 07:06:39 5de8b58c9603: Preparing 07:06:39 fa9044e31d3c: Preparing 07:06:39 b31ecebc8345: Preparing 07:06:39 ca7ba59aae2e: Preparing 07:06:39 8cceafc7951f: Preparing 07:06:39 379067d0cb53: Preparing 07:06:39 379067d0cb53: Waiting 07:06:39 5de8b58c9603: Layer already exists 07:06:39 fa9044e31d3c: Layer already exists 07:06:39 b31ecebc8345: Layer already exists 07:06:39 8cceafc7951f: Layer already exists 07:06:39 ca7ba59aae2e: Layer already exists 07:06:39 379067d0cb53: Layer already exists 07:06:39 master: digest: sha256:9761b5846ddfc6a3156f97c39d81f65c3b1bd4e9d574d2e61efeef3519f1872d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:40 ===================================================== [Pipeline] echo 07:06:40 taggedImages: 07:06:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.93 07:06:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 07:06:40 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 07:06:40 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:40 2.0.0-dev.93 07:06:40 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:40 master 07:06:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:06:41 b532c1ae5c67: Preparing 07:06:41 004904915f1a: Preparing 07:06:41 629b1c3b8c96: Preparing 07:06:41 1aa32b00f8f8: Preparing 07:06:41 673220cd4354: Preparing 07:06:41 c84c3c7c4dd4: Preparing 07:06:41 fcf42194e13d: Preparing 07:06:41 9644c3f7f9e3: Preparing 07:06:41 379067d0cb53: Preparing 07:06:41 c84c3c7c4dd4: Waiting 07:06:41 fcf42194e13d: Waiting 07:06:41 9644c3f7f9e3: Waiting 07:06:41 379067d0cb53: Waiting 07:06:41 673220cd4354: Pushed 07:06:41 004904915f1a: Pushed 07:06:41 b532c1ae5c67: Pushed 07:06:41 fcf42194e13d: Pushed 07:06:41 c84c3c7c4dd4: Pushed 07:06:41 379067d0cb53: Layer already exists 07:06:42 9644c3f7f9e3: Pushed 07:06:43 1aa32b00f8f8: Pushed 07:06:43 629b1c3b8c96: Pushed 07:06:43 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:7bcd1ff85807b6b33b8383526b694a9b10e9864589b13916e3e6367f1c194f08 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:06:44 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.93 07:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:06:44 b532c1ae5c67: Preparing 07:06:44 004904915f1a: Preparing 07:06:44 629b1c3b8c96: Preparing 07:06:44 1aa32b00f8f8: Preparing 07:06:44 673220cd4354: Preparing 07:06:44 c84c3c7c4dd4: Preparing 07:06:44 fcf42194e13d: Preparing 07:06:44 9644c3f7f9e3: Preparing 07:06:44 379067d0cb53: Preparing 07:06:44 c84c3c7c4dd4: Waiting 07:06:44 fcf42194e13d: Waiting 07:06:44 9644c3f7f9e3: Waiting 07:06:44 379067d0cb53: Waiting 07:06:44 004904915f1a: Layer already exists 07:06:44 b532c1ae5c67: Layer already exists 07:06:44 673220cd4354: Layer already exists 07:06:44 1aa32b00f8f8: Layer already exists 07:06:44 629b1c3b8c96: Layer already exists 07:06:44 9644c3f7f9e3: Layer already exists 07:06:44 c84c3c7c4dd4: Layer already exists 07:06:44 379067d0cb53: Layer already exists 07:06:44 fcf42194e13d: Layer already exists 07:06:44 2.0.0-dev.93: digest: sha256:7bcd1ff85807b6b33b8383526b694a9b10e9864589b13916e3e6367f1c194f08 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:06:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:06:45 b532c1ae5c67: Preparing 07:06:45 004904915f1a: Preparing 07:06:45 629b1c3b8c96: Preparing 07:06:45 1aa32b00f8f8: Preparing 07:06:45 673220cd4354: Preparing 07:06:45 c84c3c7c4dd4: Preparing 07:06:45 fcf42194e13d: Preparing 07:06:45 9644c3f7f9e3: Preparing 07:06:45 379067d0cb53: Preparing 07:06:45 c84c3c7c4dd4: Waiting 07:06:45 fcf42194e13d: Waiting 07:06:45 9644c3f7f9e3: Waiting 07:06:45 379067d0cb53: Waiting 07:06:45 004904915f1a: Layer already exists 07:06:45 629b1c3b8c96: Layer already exists 07:06:45 b532c1ae5c67: Layer already exists 07:06:45 1aa32b00f8f8: Layer already exists 07:06:45 673220cd4354: Layer already exists 07:06:45 fcf42194e13d: Layer already exists 07:06:45 9644c3f7f9e3: Layer already exists 07:06:45 379067d0cb53: Layer already exists 07:06:45 c84c3c7c4dd4: Layer already exists 07:06:45 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:7bcd1ff85807b6b33b8383526b694a9b10e9864589b13916e3e6367f1c194f08 size: 2198 [Pipeline] isUnix [Pipeline] sh 07:06:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 07:06:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 07:06:46 b532c1ae5c67: Preparing 07:06:46 004904915f1a: Preparing 07:06:46 629b1c3b8c96: Preparing 07:06:46 1aa32b00f8f8: Preparing 07:06:46 673220cd4354: Preparing 07:06:46 c84c3c7c4dd4: Preparing 07:06:46 fcf42194e13d: Preparing 07:06:46 9644c3f7f9e3: Preparing 07:06:46 379067d0cb53: Preparing 07:06:46 fcf42194e13d: Waiting 07:06:46 c84c3c7c4dd4: Waiting 07:06:46 9644c3f7f9e3: Waiting 07:06:46 379067d0cb53: Waiting 07:06:46 673220cd4354: Layer already exists 07:06:46 1aa32b00f8f8: Layer already exists 07:06:46 004904915f1a: Layer already exists 07:06:46 629b1c3b8c96: Layer already exists 07:06:46 b532c1ae5c67: Layer already exists 07:06:46 379067d0cb53: Layer already exists 07:06:46 9644c3f7f9e3: Layer already exists 07:06:46 fcf42194e13d: Layer already exists 07:06:46 c84c3c7c4dd4: Layer already exists 07:06:46 master: digest: sha256:7bcd1ff85807b6b33b8383526b694a9b10e9864589b13916e3e6367f1c194f08 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:46 ===================================================== [Pipeline] echo 07:06:47 taggedImages: 07:06:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.93 07:06:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 07:06:47 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 07:06:47 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:47 2.0.0-dev.93 07:06:47 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:47 master 07:06:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:06:47 f3d462ec945e: Preparing 07:06:47 e31b32c0dfb5: Preparing 07:06:47 9b4a0f282dd3: Preparing 07:06:47 7ccd272e01d3: Preparing 07:06:47 379067d0cb53: Preparing 07:06:48 379067d0cb53: Layer already exists 07:06:48 9b4a0f282dd3: Layer already exists 07:06:48 f3d462ec945e: Pushed 07:06:48 7ccd272e01d3: Pushed 07:06:51 e31b32c0dfb5: Pushed 07:06:51 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:ec6a69b0229b9b3b0058bcf39d8b5e7927ec5de3c82b08b0d960a193b596f585 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:06:51 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.93 07:06:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:06:51 f3d462ec945e: Preparing 07:06:51 e31b32c0dfb5: Preparing 07:06:51 9b4a0f282dd3: Preparing 07:06:51 7ccd272e01d3: Preparing 07:06:51 379067d0cb53: Preparing 07:06:51 7ccd272e01d3: Layer already exists 07:06:52 379067d0cb53: Layer already exists 07:06:52 9b4a0f282dd3: Layer already exists 07:06:52 e31b32c0dfb5: Layer already exists 07:06:52 f3d462ec945e: Layer already exists 07:06:52 2.0.0-dev.93: digest: sha256:ec6a69b0229b9b3b0058bcf39d8b5e7927ec5de3c82b08b0d960a193b596f585 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:06:52 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:06:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:06:52 f3d462ec945e: Preparing 07:06:52 e31b32c0dfb5: Preparing 07:06:52 9b4a0f282dd3: Preparing 07:06:52 7ccd272e01d3: Preparing 07:06:52 379067d0cb53: Preparing 07:06:52 9b4a0f282dd3: Layer already exists 07:06:52 e31b32c0dfb5: Layer already exists 07:06:52 f3d462ec945e: Layer already exists 07:06:52 379067d0cb53: Layer already exists 07:06:52 7ccd272e01d3: Layer already exists 07:06:54 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:ec6a69b0229b9b3b0058bcf39d8b5e7927ec5de3c82b08b0d960a193b596f585 size: 1364 [Pipeline] isUnix [Pipeline] sh 07:06:54 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:06:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 07:06:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 07:06:55 f3d462ec945e: Preparing 07:06:55 e31b32c0dfb5: Preparing 07:06:55 9b4a0f282dd3: Preparing 07:06:55 7ccd272e01d3: Preparing 07:06:55 379067d0cb53: Preparing 07:06:55 f3d462ec945e: Layer already exists 07:06:55 9b4a0f282dd3: Layer already exists 07:06:55 379067d0cb53: Layer already exists 07:06:55 7ccd272e01d3: Layer already exists 07:06:55 e31b32c0dfb5: Layer already exists 07:06:55 master: digest: sha256:ec6a69b0229b9b3b0058bcf39d8b5e7927ec5de3c82b08b0d960a193b596f585 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:06:55 ===================================================== [Pipeline] echo 07:06:55 taggedImages: 07:06:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.93 07:06:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:55 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 07:06:55 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 07:06:55 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:55 2.0.0-dev.93 07:06:55 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:06:55 master 07:06:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:56 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:06:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:06:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:06:56 28824f1fece2: Preparing 07:06:56 3e0f485a3167: Preparing 07:06:56 9b4a0f282dd3: Preparing 07:06:56 77f10c05cc6c: Preparing 07:06:56 379067d0cb53: Preparing 07:06:56 379067d0cb53: Layer already exists 07:06:56 9b4a0f282dd3: Layer already exists 07:06:56 77f10c05cc6c: Layer already exists 07:06:56 28824f1fece2: Pushed 07:06:59 3e0f485a3167: Pushed 07:06:59 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:a13996e77458aa12e3d1f092bdcd1bbe48750610c9b7f49575230c33643b8e97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:06:59 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:07:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.93 07:07:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:07:00 28824f1fece2: Preparing 07:07:00 3e0f485a3167: Preparing 07:07:00 9b4a0f282dd3: Preparing 07:07:00 77f10c05cc6c: Preparing 07:07:00 379067d0cb53: Preparing 07:07:00 379067d0cb53: Layer already exists 07:07:00 28824f1fece2: Layer already exists 07:07:00 3e0f485a3167: Layer already exists 07:07:00 77f10c05cc6c: Layer already exists 07:07:00 9b4a0f282dd3: Layer already exists 07:07:00 2.0.0-dev.93: digest: sha256:a13996e77458aa12e3d1f092bdcd1bbe48750610c9b7f49575230c33643b8e97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:07:00 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:07:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:07:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:07:01 28824f1fece2: Preparing 07:07:01 3e0f485a3167: Preparing 07:07:01 9b4a0f282dd3: Preparing 07:07:01 77f10c05cc6c: Preparing 07:07:01 379067d0cb53: Preparing 07:07:01 379067d0cb53: Layer already exists 07:07:01 28824f1fece2: Layer already exists 07:07:01 3e0f485a3167: Layer already exists 07:07:01 9b4a0f282dd3: Layer already exists 07:07:01 77f10c05cc6c: Layer already exists 07:07:01 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:a13996e77458aa12e3d1f092bdcd1bbe48750610c9b7f49575230c33643b8e97 size: 1363 [Pipeline] isUnix [Pipeline] sh 07:07:01 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:07:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 07:07:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 07:07:02 28824f1fece2: Preparing 07:07:02 3e0f485a3167: Preparing 07:07:02 9b4a0f282dd3: Preparing 07:07:02 77f10c05cc6c: Preparing 07:07:02 379067d0cb53: Preparing 07:07:02 379067d0cb53: Layer already exists 07:07:02 28824f1fece2: Layer already exists 07:07:02 77f10c05cc6c: Layer already exists 07:07:02 3e0f485a3167: Layer already exists 07:07:02 9b4a0f282dd3: Layer already exists 07:07:02 master: digest: sha256:a13996e77458aa12e3d1f092bdcd1bbe48750610c9b7f49575230c33643b8e97 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:07:02 ===================================================== [Pipeline] echo 07:07:02 taggedImages: 07:07:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:07:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.93 07:07:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:07:02 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 07:07:02 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 07:07:02 fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:07:02 2.0.0-dev.93 07:07:02 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:07:02 master 07:07:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:03 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] isUnix [Pipeline] sh 07:07:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:07:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:07:03 a90f61a617dc: Preparing 07:07:03 63907be345dc: Preparing 07:07:03 409bf0279da5: Preparing 07:07:03 56fd7ef37571: Preparing 07:07:03 122515177a37: Preparing 07:07:03 aeece4bc8c9b: Preparing 07:07:03 7012ec800148: Preparing 07:07:03 9ded3b6bb9b5: Preparing 07:07:03 fa1afe8e6ed9: Preparing 07:07:03 87a09b4c083e: Preparing 07:07:03 0f74e9ff2a61: Preparing 07:07:03 b122376c33c6: Preparing 07:07:03 f8381ed47b22: Preparing 07:07:03 e934a737d657: Preparing 07:07:03 aeece4bc8c9b: Waiting 07:07:03 7012ec800148: Waiting 07:07:03 9ded3b6bb9b5: Waiting 07:07:03 fa1afe8e6ed9: Waiting 07:07:03 0f74e9ff2a61: Waiting 07:07:03 b122376c33c6: Waiting 07:07:03 e934a737d657: Waiting 07:07:03 f8381ed47b22: Waiting 07:07:03 87a09b4c083e: Waiting 07:07:04 122515177a37: Pushed 07:07:04 a90f61a617dc: Pushed 07:07:04 56fd7ef37571: Pushed 07:07:05 9ded3b6bb9b5: Layer already exists 07:07:05 fa1afe8e6ed9: Layer already exists 07:07:05 87a09b4c083e: Layer already exists 07:07:05 7012ec800148: Pushed 07:07:05 0f74e9ff2a61: Layer already exists 07:07:05 b122376c33c6: Layer already exists 07:07:05 f8381ed47b22: Layer already exists 07:07:05 e934a737d657: Layer already exists 07:07:05 63907be345dc: Pushed 07:07:06 aeece4bc8c9b: Pushed 07:07:16 409bf0279da5: Pushed 07:07:16 fa4c73617b7d09eb7571485bf4012ea49001bdcf: digest: sha256:8eae6d08f30a6b6736a6a4b38cf2a1dc504f1ad51a4bac9841df41a0d4cb787f size: 3252 [Pipeline] isUnix [Pipeline] sh 07:07:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:07:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.93 07:07:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:07:17 a90f61a617dc: Preparing 07:07:17 63907be345dc: Preparing 07:07:17 409bf0279da5: Preparing 07:07:17 56fd7ef37571: Preparing 07:07:17 122515177a37: Preparing 07:07:17 aeece4bc8c9b: Preparing 07:07:17 7012ec800148: Preparing 07:07:17 9ded3b6bb9b5: Preparing 07:07:17 fa1afe8e6ed9: Preparing 07:07:17 87a09b4c083e: Preparing 07:07:17 0f74e9ff2a61: Preparing 07:07:17 b122376c33c6: Preparing 07:07:17 f8381ed47b22: Preparing 07:07:17 e934a737d657: Preparing 07:07:17 fa1afe8e6ed9: Waiting 07:07:17 7012ec800148: Waiting 07:07:17 9ded3b6bb9b5: Waiting 07:07:17 aeece4bc8c9b: Waiting 07:07:17 0f74e9ff2a61: Waiting 07:07:17 b122376c33c6: Waiting 07:07:17 f8381ed47b22: Waiting 07:07:17 e934a737d657: Waiting 07:07:17 87a09b4c083e: Waiting 07:07:17 56fd7ef37571: Layer already exists 07:07:17 409bf0279da5: Layer already exists 07:07:17 63907be345dc: Layer already exists 07:07:17 122515177a37: Layer already exists 07:07:17 a90f61a617dc: Layer already exists 07:07:17 9ded3b6bb9b5: Layer already exists 07:07:17 87a09b4c083e: Layer already exists 07:07:17 aeece4bc8c9b: Layer already exists 07:07:17 7012ec800148: Layer already exists 07:07:17 fa1afe8e6ed9: Layer already exists 07:07:17 0f74e9ff2a61: Layer already exists 07:07:17 e934a737d657: Layer already exists 07:07:17 b122376c33c6: Layer already exists 07:07:17 f8381ed47b22: Layer already exists 07:07:17 2.0.0-dev.93: digest: sha256:8eae6d08f30a6b6736a6a4b38cf2a1dc504f1ad51a4bac9841df41a0d4cb787f size: 3252 [Pipeline] isUnix [Pipeline] sh 07:07:17 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 [Pipeline] isUnix [Pipeline] sh 07:07:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:07:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:07:18 a90f61a617dc: Preparing 07:07:18 63907be345dc: Preparing 07:07:18 409bf0279da5: Preparing 07:07:18 56fd7ef37571: Preparing 07:07:18 122515177a37: Preparing 07:07:18 aeece4bc8c9b: Preparing 07:07:18 7012ec800148: Preparing 07:07:18 9ded3b6bb9b5: Preparing 07:07:18 fa1afe8e6ed9: Preparing 07:07:18 87a09b4c083e: Preparing 07:07:18 0f74e9ff2a61: Preparing 07:07:18 b122376c33c6: Preparing 07:07:18 f8381ed47b22: Preparing 07:07:18 e934a737d657: Preparing 07:07:18 7012ec800148: Waiting 07:07:18 9ded3b6bb9b5: Waiting 07:07:18 fa1afe8e6ed9: Waiting 07:07:18 87a09b4c083e: Waiting 07:07:18 aeece4bc8c9b: Waiting 07:07:18 0f74e9ff2a61: Waiting 07:07:18 b122376c33c6: Waiting 07:07:18 f8381ed47b22: Waiting 07:07:18 e934a737d657: Waiting 07:07:18 409bf0279da5: Layer already exists 07:07:18 a90f61a617dc: Layer already exists 07:07:18 122515177a37: Layer already exists 07:07:18 63907be345dc: Layer already exists 07:07:18 56fd7ef37571: Layer already exists 07:07:18 9ded3b6bb9b5: Layer already exists 07:07:18 aeece4bc8c9b: Layer already exists 07:07:18 7012ec800148: Layer already exists 07:07:18 87a09b4c083e: Layer already exists 07:07:18 fa1afe8e6ed9: Layer already exists 07:07:18 b122376c33c6: Layer already exists 07:07:18 0f74e9ff2a61: Layer already exists 07:07:18 f8381ed47b22: Layer already exists 07:07:18 e934a737d657: Layer already exists 07:07:18 fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93: digest: sha256:8eae6d08f30a6b6736a6a4b38cf2a1dc504f1ad51a4bac9841df41a0d4cb787f size: 3252 [Pipeline] isUnix [Pipeline] sh 07:07:18 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:07:19 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 07:07:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 07:07:19 a90f61a617dc: Preparing 07:07:19 63907be345dc: Preparing 07:07:19 409bf0279da5: Preparing 07:07:19 56fd7ef37571: Preparing 07:07:19 122515177a37: Preparing 07:07:19 aeece4bc8c9b: Preparing 07:07:19 7012ec800148: Preparing 07:07:19 9ded3b6bb9b5: Preparing 07:07:19 fa1afe8e6ed9: Preparing 07:07:19 87a09b4c083e: Preparing 07:07:19 0f74e9ff2a61: Preparing 07:07:19 b122376c33c6: Preparing 07:07:19 f8381ed47b22: Preparing 07:07:19 e934a737d657: Preparing 07:07:19 9ded3b6bb9b5: Waiting 07:07:19 aeece4bc8c9b: Waiting 07:07:19 7012ec800148: Waiting 07:07:19 fa1afe8e6ed9: Waiting 07:07:19 87a09b4c083e: Waiting 07:07:19 f8381ed47b22: Waiting 07:07:19 0f74e9ff2a61: Waiting 07:07:19 b122376c33c6: Waiting 07:07:19 409bf0279da5: Layer already exists 07:07:19 56fd7ef37571: Layer already exists 07:07:19 122515177a37: Layer already exists 07:07:19 a90f61a617dc: Layer already exists 07:07:19 63907be345dc: Layer already exists 07:07:19 7012ec800148: Layer already exists 07:07:19 aeece4bc8c9b: Layer already exists 07:07:19 9ded3b6bb9b5: Layer already exists 07:07:19 87a09b4c083e: Layer already exists 07:07:19 fa1afe8e6ed9: Layer already exists 07:07:19 0f74e9ff2a61: Layer already exists 07:07:19 b122376c33c6: Layer already exists 07:07:19 f8381ed47b22: Layer already exists 07:07:19 e934a737d657: Layer already exists 07:07:19 master: digest: sha256:8eae6d08f30a6b6736a6a4b38cf2a1dc504f1ad51a4bac9841df41a0d4cb787f size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:07:19 ===================================================== [Pipeline] echo 07:07:19 taggedImages: 07:07:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf 07:07:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.93 07:07:19 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:fa4c73617b7d09eb7571485bf4012ea49001bdcf-2.0.0-dev.93 07:07:19 - 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 07:07:21 provisioning config files... 07:07:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/359@tmp/config1824445397401539289tmp [Pipeline] { [Pipeline] sh 07:07:21 + set +x 07:07:21 + curl -s https://codecov.io/bash 07:07:21 + bash -s -- 07:07:22 07:07:22 _____ _ 07:07:22 / ____| | | 07:07:22 | | ___ __| | ___ ___ _____ __ 07:07:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:07:22 | |___| (_) | (_| | __/ (_| (_) \ V / 07:07:22 \_____\___/ \__,_|\___|\___\___/ \_/ 07:07:22 Bash-20210129-7c25fce 07:07:22 07:07:22 07:07:22 ==> git version 2.24.3 found 07:07:22 ==> 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 07:07:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:07:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:07:22 ==> Jenkins CI detected. 07:07:22 project root: . 07:07:22 --> token set from env 07:07:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:07:22 ==> Running gcov in . (disable via -X gcov) 07:07:22 ==> Python coveragepy not found 07:07:22 ==> Searching for coverage reports in: 07:07:22 + . 07:07:22 -> Found 1 reports 07:07:22 ==> Detecting git/mercurial file structure 07:07:22 ==> Reading reports 07:07:22 + ./coverage.out bytes=595676 07:07:22 ==> Appending adjustments 07:07:22 https://docs.codecov.io/docs/fixing-reports 07:07:25 + Found adjustments 07:07:25 ==> Gzipping contents 07:07:25 88K /tmp/codecov.Hq3RVS.gz 07:07:25 ==> Uploading reports 07:07:25 url: https://codecov.io 07:07:25 query: branch=master&commit=fa4c73617b7d09eb7571485bf4012ea49001bdcf&build=359&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F359%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:07:25 -> Pinging Codecov 07:07:25 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=fa4c73617b7d09eb7571485bf4012ea49001bdcf&build=359&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F359%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:07:26 -> Uploading to 07:07:26 https://storage.googleapis.com/codecov/v4/raw/2021-02-17/00271124DB129430A58F1EEE437C3FCB/fa4c73617b7d09eb7571485bf4012ea49001bdcf/a72fda90-3e62-4732-b0b5-f8dc6ceabc2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210217T070726Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39977a5615bcf4edd417457a8236567d4aa82ba87efbbfc6eec8e87ad046019b 07:07:26 % Total % Received % Xferd Average Speed Time Time Time Current 07:07:26 Dload Upload Total Spent Left Speed 07:07:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89262 0 0 100 89262 0 164k --:--:-- --:--:-- --:--:-- 165k 07:07:26 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fa4c73617b7d09eb7571485bf4012ea49001bdcf [Pipeline] } 07:07:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:07:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:07:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:07:28 07:07:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 07:07:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:07:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:07:28 188c0c94c7c5: Already exists 07:07:28 0ef7d3d256c8: Already exists 07:07:28 de9db76c5a1d: Already exists 07:07:28 0eba1c9be4d2: Pulling fs layer 07:07:28 0d57e429df01: Pulling fs layer 07:07:28 4e4be7b47b0d: Pulling fs layer 07:07:28 e1f770b5df2f: Pulling fs layer 07:07:28 85a0685a4137: Pulling fs layer 07:07:28 e1f770b5df2f: Waiting 07:07:28 85a0685a4137: Waiting 07:07:28 0d57e429df01: Verifying Checksum 07:07:28 0d57e429df01: Download complete 07:07:28 4e4be7b47b0d: Verifying Checksum 07:07:28 4e4be7b47b0d: Download complete 07:07:30 e1f770b5df2f: Verifying Checksum 07:07:30 e1f770b5df2f: Download complete 07:07:32 0eba1c9be4d2: Verifying Checksum 07:07:32 0eba1c9be4d2: Download complete 07:07:32 85a0685a4137: Verifying Checksum 07:07:32 85a0685a4137: Download complete 07:07:36 0eba1c9be4d2: Pull complete 07:07:36 0d57e429df01: Pull complete 07:07:36 4e4be7b47b0d: Pull complete 07:07:40 e1f770b5df2f: Pull complete 07:07:50 85a0685a4137: Pull complete 07:07:50 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 07:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:07:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 07:07:51 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:07:51 $ 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/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:07:52 $ docker top 40ba44379571953bcf345f77ce5e8002303419830fd2a791beda249e41ffaad4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:07:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 07:07:52 + set -o pipefail 07:07:52 + snyk monitor '--org=edgex-jenkins' 07:08:10 07:08:10 Monitoring /w/workspace/edgex-go/359 (github.com/edgexfoundry/edgex-go)... 07:08:10 07:08:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/83af06f8-552c-4b56-8b3d-d98e0e271101 07:08:10 07:08:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:08:10 07:08:10 07:08:10 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:08:10 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:08:10 $ docker stop --time=1 40ba44379571953bcf345f77ce5e8002303419830fd2a791beda249e41ffaad4 07:08:13 $ docker rm -f 40ba44379571953bcf345f77ce5e8002303419830fd2a791beda249e41ffaad4 [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 07:08:14 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:14 provisioning config files... 07:08:14 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/359@tmp/config7743081376099166691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:08:15 --> edgex-publish-swagger.sh 07:08:15 === Publish openapi/v1 API === 07:08:15 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:08:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/359/openapi/v1/core-command.yaml] 07:08:15 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:15 Dload Upload Total Spent Left Speed 07:08:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8625 0:00:01 0:00:01 --:--:-- 8631 100 10522 0 0 100 10522 0 8166 0:00:01 0:00:01 --:--:-- 8169 07:08:16 07:08:16 07:08:16 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/359/openapi/v1/core-data.yaml] 07:08:16 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:16 Dload Upload Total Spent Left Speed 07:08:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28314 0:00:01 0:00:01 --:--:-- 28335 100 32557 0 0 100 32557 0 28309 0:00:01 0:00:01 --:--:-- 28335 07:08:17 07:08:17 07:08:17 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/359/openapi/v1/core-metadata.yaml] 07:08:17 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:17 Dload Upload Total Spent Left Speed 07:08:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61695 0:00:01 0:00:01 --:--:-- 61742 100 73721 0 0 100 73721 0 59146 0:00:01 0:00:01 --:--:-- 59166 07:08:19 07:08:19 07:08:19 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/359/openapi/v1/support-logging.yaml] 07:08:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:19 Dload Upload Total Spent Left Speed 07:08:20 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 11381 0:00:01 0:00:01 --:--:-- 11374 100 13581 0 0 100 13581 0 11106 0:00:01 0:00:01 --:--:-- 11104 07:08:20 07:08:20 07:08:20 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/359/openapi/v1/support-notifications.yaml] 07:08:20 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:20 Dload Upload Total Spent Left Speed 07:08:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35265 0:00:01 0:00:01 --:--:-- 35290 100 38890 0 0 100 38890 0 35261 0:00:01 0:00:01 --:--:-- 35290 07:08:21 07:08:21 07:08:21 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/359/openapi/v1/support-scheduler.yaml] 07:08:21 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:21 Dload Upload Total Spent Left Speed 07:08:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13166 0:00:01 0:00:01 --:--:-- 13169 100 14249 0 0 100 14249 0 13164 0:00:01 0:00:01 --:--:-- 13169 07:08:22 07:08:22 07:08:22 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/359/openapi/v1/system-agent.yaml] 07:08:22 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:22 Dload Upload Total Spent Left Speed 07:08:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3663 0:00:01 0:00:01 --:--:-- 3666 100 4110 0 0 100 4110 0 3663 0:00:01 0:00:01 --:--:-- 3666 07:08:23 07:08:23 07:08:23 === Publish openapi/v2 API === 07:08:23 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:08:23 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/359/openapi/v2/core-command.yaml] 07:08:23 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:23 Dload Upload Total Spent Left Speed 07:08:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 27295 0:00:01 0:00:01 --:--:-- 27313 100 29744 0 0 100 29744 0 27292 0:00:01 0:00:01 --:--:-- 27313 07:08:24 07:08:24 07:08:24 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/359/openapi/v2/core-data.yaml] 07:08:24 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:24 Dload Upload Total Spent Left Speed 07:08:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 51888 0:00:01 0:00:01 --:--:-- 51941 100 57136 0 0 100 57136 0 51881 0:00:01 0:00:01 --:--:-- 51894 07:08:25 07:08:25 07:08:25 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/359/openapi/v2/core-metadata.yaml] 07:08:25 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:25 Dload Upload Total Spent Left Speed 07:08:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 118k 0 0 100 118k 0 99k 0:00:01 0:00:01 --:--:-- 99k 07:08:27 07:08:27 07:08:27 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/359/openapi/v2/support-notifications.yaml] 07:08:27 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:27 Dload Upload Total Spent Left Speed 07:08:28 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 54483 0:00:01 0:00:01 --:--:-- 54475 100 59705 0 0 100 59705 0 54474 0:00:01 0:00:01 --:--:-- 54475 07:08:28 07:08:28 07:08:28 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/359/openapi/v2/support-scheduler.yaml] 07:08:28 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:28 Dload Upload Total Spent Left Speed 07:08:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 40086 0 0 100 40086 0 33760 0:00:01 0:00:01 --:--:-- 33770 100 40086 0 0 100 40086 0 33755 0:00:01 0:00:01 --:--:-- 33770 07:08:29 07:08:29 07:08:29 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/359/openapi/v2/system-agent.yaml] 07:08:29 % Total % Received % Xferd Average Speed Time Time Time Current 07:08:29 Dload Upload Total Spent Left Speed 07:08:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22373 0:00:01 0:00:01 --:--:-- 22390 100 24182 0 0 100 24182 0 22370 0:00:01 0:00:01 --:--:-- 22390 07:08:30 07:08:30 [Pipeline] } 07:08:30 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 07:08:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:08:31 . [Pipeline] withDockerContainer 07:08:31 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:08:32 $ docker top 393b5eeb6923aef4593b52502b1325d03d88c85fefb77fca970209fa59a1231c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:08:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:08:32 [ssh-agent] Looking for ssh-agent implementation... 07:08:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:08:32 $ docker exec 393b5eeb6923aef4593b52502b1325d03d88c85fefb77fca970209fa59a1231c ssh-agent 07:08:32 SSH_AUTH_SOCK=/tmp/ssh-3fMipiVZ64qD/agent.11 07:08:32 SSH_AGENT_PID=16 07:08:32 Running ssh-add (command line suppressed) 07:08:32 Identity added: /w/workspace/edgex-go/359@tmp/private_key_1214886329336054973.key (/w/workspace/edgex-go/359@tmp/private_key_1214886329336054973.key) 07:08:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:08:33 + git semver tag 07:08:33 # -> Open(): unable to determine branch for HEAD 07:08:33 # $GIT_DIR = /w/workspace/edgex-go/359/.git 07:08:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/359 07:08:33 # $SEMVER_REMOTE_NAME = origin 07:08:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:08:33 # $SEMVER_USER_NAME = edgex-jenkins 07:08:33 # $SEMVER_BRANCH = master 07:08:33 # $SEMVER_DIR = /w/workspace/edgex-go/359/.semver 07:08:33 # fa4c73617b7d09eb7571485bf4012ea49001bdcf HEAD 07:08:34 # -> Force: false 07:08:34 # 56573f468721aa149e0bf7023291a4be610276e4 refs/tags/v2.0.0-dev.93 [Pipeline] } 07:08:34 $ docker exec --env ******** --env ******** 393b5eeb6923aef4593b52502b1325d03d88c85fefb77fca970209fa59a1231c ssh-agent -k 07:08:34 unset SSH_AUTH_SOCK; 07:08:34 unset SSH_AGENT_PID; 07:08:34 echo Agent pid 16 killed; 07:08:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:08:34 + git semver [Pipeline] } 07:08:34 $ docker stop --time=1 393b5eeb6923aef4593b52502b1325d03d88c85fefb77fca970209fa59a1231c 07:08:36 $ docker rm -f 393b5eeb6923aef4593b52502b1325d03d88c85fefb77fca970209fa59a1231c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:08:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:08:36 07:08:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:08:37 0.23.1-centos7: Pulling from edgex-lftools 07:08:37 ab5ef0e58194: Pulling fs layer 07:08:37 9712f1f96733: Pulling fs layer 07:08:37 63f879dbbcfc: Pulling fs layer 07:08:37 0d9ebad4ef96: Pulling fs layer 07:08:37 e9a5061849ea: Pulling fs layer 07:08:37 d747dcd14b5f: Pulling fs layer 07:08:37 2de7ff778b66: Pulling fs layer 07:08:37 0d9ebad4ef96: Waiting 07:08:37 e9a5061849ea: Waiting 07:08:37 d747dcd14b5f: Waiting 07:08:37 9712f1f96733: Verifying Checksum 07:08:37 9712f1f96733: Download complete 07:08:39 63f879dbbcfc: Verifying Checksum 07:08:39 63f879dbbcfc: Download complete 07:08:39 e9a5061849ea: Verifying Checksum 07:08:39 e9a5061849ea: Download complete 07:08:39 d747dcd14b5f: Verifying Checksum 07:08:39 d747dcd14b5f: Download complete 07:08:40 2de7ff778b66: Verifying Checksum 07:08:40 2de7ff778b66: Download complete 07:08:40 0d9ebad4ef96: Verifying Checksum 07:08:40 0d9ebad4ef96: Download complete 07:08:41 ab5ef0e58194: Verifying Checksum 07:08:41 ab5ef0e58194: Download complete 07:08:45 ab5ef0e58194: Pull complete 07:08:45 9712f1f96733: Pull complete 07:08:48 63f879dbbcfc: Pull complete 07:08:53 0d9ebad4ef96: Pull complete 07:08:55 e9a5061849ea: Pull complete 07:08:55 d747dcd14b5f: Pull complete 07:08:58 2de7ff778b66: Pull complete 07:08:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:08:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:08:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:08:58 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:08:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:09:01 $ docker top c0f3f00326b128be068a7d639a2c9b1e738bb2f8eed849d18916d54deb9ad352 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:09:02 provisioning config files... 07:09:02 copy managed file [sigul-config] to file:/w/workspace/edgex-go/359@tmp/config691554979710866264tmp 07:09:02 copy managed file [sigul-password] to file:/w/workspace/edgex-go/359@tmp/config6800911907960552436tmp 07:09:02 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/359@tmp/config8928931938151747603tmp [Pipeline] { [Pipeline] echo 07:09:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:09:02 ---> sigul-configuration.sh 07:09:02 gpg: directory `/root/.gnupg' created 07:09:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:09:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:09:02 gpg: keyring `/root/.gnupg/secring.gpg' created 07:09:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:09:02 gpg: CAST5 encrypted data 07:09:02 gpg: encrypted with 1 passphrase 07:09:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:09:03 + mkdir /home/jenkins 07:09:03 + mkdir /home/jenkins/sigul [Pipeline] sh 07:09:03 + 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 07:09:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:03 ---> sigul-install.sh 07:09:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:09:10 + git tag --list 07:09:10 0.6.0 07:09:10 0.6.1 07:09:10 0.7.0 07:09:10 0.7.1 07:09:10 v0.0.0 07:09:10 v0.0.1-dev.1 07:09:10 v1.0.0 07:09:10 v1.0.1 07:09:10 v1.1.0 07:09:10 v1.2.0 07:09:10 v1.2.1 07:09:10 v1.2.2-dev.1 07:09:10 v1.2.2-dev.10 07:09:10 v1.2.2-dev.100 07:09:10 v1.2.2-dev.101 07:09:10 v1.2.2-dev.102 07:09:10 v1.2.2-dev.103 07:09:10 v1.2.2-dev.104 07:09:10 v1.2.2-dev.105 07:09:10 v1.2.2-dev.106 07:09:10 v1.2.2-dev.107 07:09:10 v1.2.2-dev.11 07:09:10 v1.2.2-dev.12 07:09:10 v1.2.2-dev.13 07:09:10 v1.2.2-dev.14 07:09:10 v1.2.2-dev.15 07:09:10 v1.2.2-dev.16 07:09:10 v1.2.2-dev.17 07:09:10 v1.2.2-dev.18 07:09:10 v1.2.2-dev.19 07:09:10 v1.2.2-dev.2 07:09:10 v1.2.2-dev.20 07:09:10 v1.2.2-dev.21 07:09:10 v1.2.2-dev.22 07:09:10 v1.2.2-dev.23 07:09:10 v1.2.2-dev.24 07:09:10 v1.2.2-dev.25 07:09:10 v1.2.2-dev.26 07:09:10 v1.2.2-dev.27 07:09:10 v1.2.2-dev.28 07:09:10 v1.2.2-dev.29 07:09:10 v1.2.2-dev.3 07:09:10 v1.2.2-dev.30 07:09:10 v1.2.2-dev.31 07:09:10 v1.2.2-dev.32 07:09:10 v1.2.2-dev.33 07:09:10 v1.2.2-dev.34 07:09:10 v1.2.2-dev.35 07:09:10 v1.2.2-dev.36 07:09:10 v1.2.2-dev.37 07:09:10 v1.2.2-dev.38 07:09:10 v1.2.2-dev.39 07:09:10 v1.2.2-dev.4 07:09:10 v1.2.2-dev.40 07:09:10 v1.2.2-dev.41 07:09:10 v1.2.2-dev.42 07:09:10 v1.2.2-dev.43 07:09:10 v1.2.2-dev.44 07:09:10 v1.2.2-dev.45 07:09:10 v1.2.2-dev.46 07:09:10 v1.2.2-dev.47 07:09:10 v1.2.2-dev.48 07:09:10 v1.2.2-dev.49 07:09:10 v1.2.2-dev.5 07:09:10 v1.2.2-dev.50 07:09:10 v1.2.2-dev.51 07:09:10 v1.2.2-dev.52 07:09:10 v1.2.2-dev.53 07:09:10 v1.2.2-dev.54 07:09:10 v1.2.2-dev.55 07:09:10 v1.2.2-dev.56 07:09:10 v1.2.2-dev.57 07:09:10 v1.2.2-dev.58 07:09:10 v1.2.2-dev.59 07:09:10 v1.2.2-dev.6 07:09:10 v1.2.2-dev.60 07:09:10 v1.2.2-dev.61 07:09:10 v1.2.2-dev.62 07:09:10 v1.2.2-dev.63 07:09:10 v1.2.2-dev.64 07:09:10 v1.2.2-dev.65 07:09:10 v1.2.2-dev.66 07:09:10 v1.2.2-dev.67 07:09:10 v1.2.2-dev.68 07:09:10 v1.2.2-dev.69 07:09:10 v1.2.2-dev.7 07:09:10 v1.2.2-dev.70 07:09:10 v1.2.2-dev.71 07:09:10 v1.2.2-dev.72 07:09:10 v1.2.2-dev.73 07:09:10 v1.2.2-dev.74 07:09:10 v1.2.2-dev.75 07:09:10 v1.2.2-dev.76 07:09:10 v1.2.2-dev.77 07:09:10 v1.2.2-dev.78 07:09:10 v1.2.2-dev.79 07:09:10 v1.2.2-dev.8 07:09:10 v1.2.2-dev.80 07:09:10 v1.2.2-dev.81 07:09:10 v1.2.2-dev.82 07:09:10 v1.2.2-dev.83 07:09:10 v1.2.2-dev.84 07:09:10 v1.2.2-dev.85 07:09:10 v1.2.2-dev.86 07:09:10 v1.2.2-dev.87 07:09:10 v1.2.2-dev.88 07:09:10 v1.2.2-dev.89 07:09:10 v1.2.2-dev.9 07:09:10 v1.2.2-dev.90 07:09:10 v1.2.2-dev.91 07:09:10 v1.2.2-dev.92 07:09:10 v1.2.2-dev.93 07:09:10 v1.2.2-dev.94 07:09:10 v1.2.2-dev.95 07:09:10 v1.2.2-dev.96 07:09:10 v1.2.2-dev.97 07:09:10 v1.2.2-dev.98 07:09:10 v1.2.2-dev.99 07:09:10 v1.3.0 07:09:10 v1.3.1 07:09:10 v1.3.1-dev.1 07:09:10 v1.3.1-dev.10 07:09:10 v1.3.1-dev.11 07:09:10 v1.3.1-dev.12 07:09:10 v1.3.1-dev.13 07:09:10 v1.3.1-dev.14 07:09:10 v1.3.1-dev.15 07:09:10 v1.3.1-dev.16 07:09:10 v1.3.1-dev.17 07:09:10 v1.3.1-dev.18 07:09:10 v1.3.1-dev.2 07:09:10 v1.3.1-dev.3 07:09:10 v1.3.1-dev.4 07:09:10 v1.3.1-dev.5 07:09:10 v1.3.1-dev.6 07:09:10 v1.3.1-dev.7 07:09:10 v1.3.1-dev.8 07:09:10 v1.3.1-dev.9 07:09:10 v2.0.0-dev.1 07:09:10 v2.0.0-dev.10 07:09:10 v2.0.0-dev.11 07:09:10 v2.0.0-dev.12 07:09:10 v2.0.0-dev.13 07:09:10 v2.0.0-dev.14 07:09:10 v2.0.0-dev.15 07:09:10 v2.0.0-dev.16 07:09:10 v2.0.0-dev.17 07:09:10 v2.0.0-dev.18 07:09:10 v2.0.0-dev.19 07:09:10 v2.0.0-dev.2 07:09:10 v2.0.0-dev.20 07:09:10 v2.0.0-dev.21 07:09:10 v2.0.0-dev.22 07:09:10 v2.0.0-dev.23 07:09:10 v2.0.0-dev.24 07:09:10 v2.0.0-dev.25 07:09:10 v2.0.0-dev.26 07:09:10 v2.0.0-dev.27 07:09:10 v2.0.0-dev.28 07:09:10 v2.0.0-dev.29 07:09:10 v2.0.0-dev.3 07:09:10 v2.0.0-dev.30 07:09:10 v2.0.0-dev.31 07:09:10 v2.0.0-dev.32 07:09:10 v2.0.0-dev.33 07:09:10 v2.0.0-dev.34 07:09:10 v2.0.0-dev.35 07:09:10 v2.0.0-dev.36 07:09:10 v2.0.0-dev.37 07:09:10 v2.0.0-dev.38 07:09:10 v2.0.0-dev.39 07:09:10 v2.0.0-dev.4 07:09:10 v2.0.0-dev.40 07:09:10 v2.0.0-dev.41 07:09:10 v2.0.0-dev.42 07:09:10 v2.0.0-dev.43 07:09:10 v2.0.0-dev.44 07:09:10 v2.0.0-dev.45 07:09:10 v2.0.0-dev.46 07:09:10 v2.0.0-dev.47 07:09:10 v2.0.0-dev.48 07:09:10 v2.0.0-dev.49 07:09:10 v2.0.0-dev.5 07:09:10 v2.0.0-dev.50 07:09:10 v2.0.0-dev.51 07:09:10 v2.0.0-dev.52 07:09:10 v2.0.0-dev.53 07:09:10 v2.0.0-dev.54 07:09:10 v2.0.0-dev.55 07:09:10 v2.0.0-dev.56 07:09:10 v2.0.0-dev.57 07:09:10 v2.0.0-dev.58 07:09:10 v2.0.0-dev.59 07:09:10 v2.0.0-dev.6 07:09:10 v2.0.0-dev.60 07:09:10 v2.0.0-dev.61 07:09:10 v2.0.0-dev.62 07:09:10 v2.0.0-dev.63 07:09:10 v2.0.0-dev.64 07:09:10 v2.0.0-dev.65 07:09:10 v2.0.0-dev.66 07:09:10 v2.0.0-dev.67 07:09:10 v2.0.0-dev.68 07:09:10 v2.0.0-dev.69 07:09:10 v2.0.0-dev.7 07:09:10 v2.0.0-dev.70 07:09:10 v2.0.0-dev.71 07:09:10 v2.0.0-dev.72 07:09:10 v2.0.0-dev.73 07:09:10 v2.0.0-dev.74 07:09:10 v2.0.0-dev.75 07:09:10 v2.0.0-dev.76 07:09:10 v2.0.0-dev.77 07:09:10 v2.0.0-dev.78 07:09:10 v2.0.0-dev.79 07:09:10 v2.0.0-dev.8 07:09:10 v2.0.0-dev.80 07:09:10 v2.0.0-dev.81 07:09:10 v2.0.0-dev.82 07:09:10 v2.0.0-dev.83 07:09:10 v2.0.0-dev.84 07:09:10 v2.0.0-dev.85 07:09:10 v2.0.0-dev.86 07:09:10 v2.0.0-dev.87 07:09:10 v2.0.0-dev.88 07:09:10 v2.0.0-dev.89 07:09:10 v2.0.0-dev.9 07:09:10 v2.0.0-dev.90 07:09:10 v2.0.0-dev.91 07:09:10 v2.0.0-dev.92 07:09:10 v2.0.0-dev.93 [Pipeline] sh 07:09:11 + lftools sign git-tag v2.0.0-dev.93 07:09:11 Signing Git tag with Sigul... 07:09:11 Signing v2.0.0-dev.93 [Pipeline] echo 07:09:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:09:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:09:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:09:14 $ docker stop --time=1 c0f3f00326b128be068a7d639a2c9b1e738bb2f8eed849d18916d54deb9ad352 07:09:16 $ docker rm -f c0f3f00326b128be068a7d639a2c9b1e738bb2f8eed849d18916d54deb9ad352 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:16 . [Pipeline] withDockerContainer 07:09:17 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:09:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:09:17 $ docker top dc50ab25c5a8fc78da50e6cbd563404f9757111eda401b0b24441f96d6959a23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:17 [ssh-agent] Looking for ssh-agent implementation... 07:09:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:18 $ docker exec dc50ab25c5a8fc78da50e6cbd563404f9757111eda401b0b24441f96d6959a23 ssh-agent 07:09:18 SSH_AUTH_SOCK=/tmp/ssh-6C63FokHjVIt/agent.11 07:09:18 SSH_AGENT_PID=16 07:09:18 Running ssh-add (command line suppressed) 07:09:18 Identity added: /w/workspace/edgex-go/359@tmp/private_key_3089430614051409122.key (/w/workspace/edgex-go/359@tmp/private_key_3089430614051409122.key) 07:09:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:18 + git semver bump pre 07:09:18 # -> Open(): unable to determine branch for HEAD 07:09:18 # $GIT_DIR = /w/workspace/edgex-go/359/.git 07:09:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/359 07:09:18 # $SEMVER_REMOTE_NAME = origin 07:09:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:09:18 # $SEMVER_USER_NAME = edgex-jenkins 07:09:18 # $SEMVER_BRANCH = master 07:09:18 # $SEMVER_DIR = /w/workspace/edgex-go/359/.semver 07:09:18 2.0.0-dev.94 [Pipeline] } 07:09:18 $ docker exec --env ******** --env ******** dc50ab25c5a8fc78da50e6cbd563404f9757111eda401b0b24441f96d6959a23 ssh-agent -k 07:09:18 unset SSH_AUTH_SOCK; 07:09:18 unset SSH_AGENT_PID; 07:09:18 echo Agent pid 16 killed; 07:09:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:19 + git semver [Pipeline] } 07:09:19 $ docker stop --time=1 dc50ab25c5a8fc78da50e6cbd563404f9757111eda401b0b24441f96d6959a23 07:09:20 $ docker rm -f dc50ab25c5a8fc78da50e6cbd563404f9757111eda401b0b24441f96d6959a23 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:09:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:09:21 . [Pipeline] withDockerContainer 07:09:21 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:09:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:09:22 $ docker top 6cf9ae3fed74baf63b97bd3f38c748ae9bbd40b6425de742a1d94b7490928996 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:09:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:09:22 [ssh-agent] Looking for ssh-agent implementation... 07:09:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:09:22 $ docker exec 6cf9ae3fed74baf63b97bd3f38c748ae9bbd40b6425de742a1d94b7490928996 ssh-agent 07:09:22 SSH_AUTH_SOCK=/tmp/ssh-1Y3reJAJS4eK/agent.11 07:09:22 SSH_AGENT_PID=16 07:09:22 Running ssh-add (command line suppressed) 07:09:22 Identity added: /w/workspace/edgex-go/359@tmp/private_key_356037025181377696.key (/w/workspace/edgex-go/359@tmp/private_key_356037025181377696.key) 07:09:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:09:23 + git semver push 07:09:23 # -> Open(): unable to determine branch for HEAD 07:09:23 # $GIT_DIR = /w/workspace/edgex-go/359/.git 07:09:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/359 07:09:23 # $SEMVER_REMOTE_NAME = origin 07:09:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:09:23 # $SEMVER_USER_NAME = edgex-jenkins 07:09:23 # $SEMVER_BRANCH = master 07:09:23 # $SEMVER_DIR = /w/workspace/edgex-go/359/.semver [Pipeline] } 07:09:31 $ docker exec --env ******** --env ******** 6cf9ae3fed74baf63b97bd3f38c748ae9bbd40b6425de742a1d94b7490928996 ssh-agent -k 07:09:31 unset SSH_AUTH_SOCK; 07:09:31 unset SSH_AGENT_PID; 07:09:31 echo Agent pid 16 killed; 07:09:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:09:32 + git semver [Pipeline] } 07:09:32 $ docker stop --time=1 6cf9ae3fed74baf63b97bd3f38c748ae9bbd40b6425de742a1d94b7490928996 07:09:33 $ docker rm -f 6cf9ae3fed74baf63b97bd3f38c748ae9bbd40b6425de742a1d94b7490928996 [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 07:09:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:09:35 ---> package-listing.sh 07:09:35 ++ facter osfamily 07:09:35 ++ tr '[:upper:]' '[:lower:]' 07:09:35 + OS_FAMILY=redhat 07:09:35 + workspace=/w/workspace/edgex-go/359 07:09:35 + START_PACKAGES=/tmp/packages_start.txt 07:09:35 + END_PACKAGES=/tmp/packages_end.txt 07:09:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:09:35 + PACKAGES=/tmp/packages_start.txt 07:09:35 + '[' /w/workspace/edgex-go/359 ']' 07:09:35 + PACKAGES=/tmp/packages_end.txt 07:09:35 + case "${OS_FAMILY}" in 07:09:35 + rpm -qa 07:09:35 + sort 07:09:40 + '[' -f /tmp/packages_start.txt ']' 07:09:40 + '[' -f /tmp/packages_end.txt ']' 07:09:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:09:40 + '[' /w/workspace/edgex-go/359 ']' 07:09:40 + mkdir -p /w/workspace/edgex-go/359/archives/ 07:09:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/359/archives/ [Pipeline] echo 07:09:40 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/359/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:09:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:09:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:41 07:09:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:09:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:41 alpine: Pulling from edgex-lftools-log-publisher 07:09:41 df20fa9351a1: Pulling fs layer 07:09:41 36b3adc4ff6f: Pulling fs layer 07:09:41 8ad3a11d3b57: Pulling fs layer 07:09:41 46f8f816bc3b: Pulling fs layer 07:09:41 93b61091891f: Pulling fs layer 07:09:41 93b9cdb0e59b: Pulling fs layer 07:09:41 5e14af77c1be: Pulling fs layer 07:09:41 01666e4c0597: Pulling fs layer 07:09:41 aa168da1d23b: Pulling fs layer 07:09:41 93b9cdb0e59b: Waiting 07:09:41 5e14af77c1be: Waiting 07:09:41 01666e4c0597: Waiting 07:09:41 aa168da1d23b: Waiting 07:09:41 46f8f816bc3b: Waiting 07:09:41 93b61091891f: Waiting 07:09:41 36b3adc4ff6f: Verifying Checksum 07:09:41 36b3adc4ff6f: Download complete 07:09:41 46f8f816bc3b: Verifying Checksum 07:09:41 46f8f816bc3b: Download complete 07:09:41 df20fa9351a1: Verifying Checksum 07:09:41 df20fa9351a1: Download complete 07:09:42 93b9cdb0e59b: Verifying Checksum 07:09:42 93b9cdb0e59b: Download complete 07:09:42 93b61091891f: Verifying Checksum 07:09:42 93b61091891f: Download complete 07:09:42 5e14af77c1be: Verifying Checksum 07:09:42 5e14af77c1be: Download complete 07:09:42 01666e4c0597: Verifying Checksum 07:09:42 01666e4c0597: Download complete 07:09:42 8ad3a11d3b57: Verifying Checksum 07:09:42 8ad3a11d3b57: Download complete 07:09:42 df20fa9351a1: Pull complete 07:09:42 36b3adc4ff6f: Pull complete 07:09:44 8ad3a11d3b57: Pull complete 07:09:44 aa168da1d23b: Verifying Checksum 07:09:44 aa168da1d23b: Download complete 07:09:44 46f8f816bc3b: Pull complete 07:09:44 93b61091891f: Pull complete 07:09:44 93b9cdb0e59b: Pull complete 07:09:44 5e14af77c1be: Pull complete 07:09:44 01666e4c0597: Pull complete 07:09:53 aa168da1d23b: Pull complete 07:09:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:09:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:09:53 prd-centos7-docker-4c-2g-26653 does not seem to be running inside a container 07:09:53 $ 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/359/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/359 -v /w/workspace/edgex-go/359:/w/workspace/edgex-go/359:rw,z -v /w/workspace/edgex-go/359@tmp:/w/workspace/edgex-go/359@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 07:09:56 $ docker top b8feb3b73bd3a023a357b2ef8c8d163a42a99caa5765926694d3457cf33f8cef -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:56 + touch /tmp/pre-build-complete [Pipeline] sh 07:09:56 + mkdir -p /var/log/sa [Pipeline] sh 07:09:57 + ls /var/log/sa-host 07:09:57 + sadf -c /var/log/sa-host/sa17 07:09:57 file_magic: OK 07:09:57 HZ: Using current value: 100 07:09:57 file_header: OK 07:09:57 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 07:09:57 Statistics: 07:09:57 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... 07:09:57 File successfully converted to sysstat format version 12.2.1 07:09:57 + sadf -c /var/log/sa-host/sa23 07:09:57 file_magic: OK 07:09:57 HZ: Using current value: 100 07:09:57 file_header: OK 07:09:57 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 07:09:57 Statistics: 07:09:57 Hnuu...uuuununununu... 07:09:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:57 provisioning config files... 07:09:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/359@tmp/config3669285183957683989tmp [Pipeline] { [Pipeline] echo 07:09:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:09:58 ---> create-netrc.sh [Pipeline] } 07:09:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:09:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:58 ---> python-tools-install.sh [Pipeline] echo 07:09:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:09:58 ---> sudo-logs.sh 07:09:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:09:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:09:59 ---> job-cost.sh 07:09:59 lf-activate-venv: SKIPPING 07:09:59 INFO: No Stack... 07:10:00 INFO: Retrieving Pricing Info for: v1-standard-2 07:10:00 INFO: Archiving Costs [Pipeline] echo 07:10:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:10:01 ---> logs-deploy.sh 07:10:01 lf-activate-venv: SKIPPING 07:10:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/359 07:10:01 INFO: archiving workspace using pattern(s): 07:10:02 Archives upload complete. 07:10:02 INFO: archiving logs to Nexus 07:10:03 ---> uname -a: 07:10:03 Linux prd-centos7-docker-4c-2g-26653.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:10:03 07:10:03 07:10:03 ---> lscpu: 07:10:03 Architecture: x86_64 07:10:03 CPU op-mode(s): 32-bit, 64-bit 07:10:03 Byte Order: Little Endian 07:10:03 Address sizes: 40 bits physical, 48 bits virtual 07:10:03 CPU(s): 4 07:10:03 On-line CPU(s) list: 0-3 07:10:03 Thread(s) per core: 1 07:10:03 Core(s) per socket: 1 07:10:03 Socket(s): 4 07:10:03 NUMA node(s): 1 07:10:03 Vendor ID: GenuineIntel 07:10:03 CPU family: 6 07:10:03 Model: 44 07:10:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:10:03 Stepping: 1 07:10:03 CPU MHz: 2933.442 07:10:03 BogoMIPS: 5866.88 07:10:03 Virtualization: VT-x 07:10:03 Hypervisor vendor: KVM 07:10:03 Virtualization type: full 07:10:03 L1d cache: 128 KiB 07:10:03 L1i cache: 128 KiB 07:10:03 L2 cache: 16 MiB 07:10:03 L3 cache: 64 MiB 07:10:03 NUMA node0 CPU(s): 0-3 07:10:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:10:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:10:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:10:03 Vulnerability Meltdown: Mitigation; PTI 07:10:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:10:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:10:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:10:03 Vulnerability Srbds: Not affected 07:10:03 Vulnerability Tsx async abort: Not affected 07:10:03 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 07:10:03 07:10:03 07:10:03 ---> nproc: 07:10:03 4 07:10:03 07:10:03 07:10:03 ---> df -h: 07:10:03 Filesystem Size Used Available Use% Mounted on 07:10:03 overlay 50.0G 13.8G 36.2G 28% / 07:10:03 tmpfs 64.0M 0 64.0M 0% /dev 07:10:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:10:03 shm 64.0M 0 64.0M 0% /dev/shm 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /facter-os 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /etc/resolv.conf 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hostname 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hosts 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /run/cloud-init/result.json 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/sa-host 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/secure 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/auth.log 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/359 07:10:03 /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/359@tmp 07:10:03 07:10:03 07:10:03 ---> free -m: 07:10:03 total used free shared buff/cache available 07:10:03 Mem: 1837 811 138 0 888 978 07:10:03 Swap: 1023 60 963 07:10:03 07:10:03 07:10:03 ---> ip addr: 07:10:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:10:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:10:03 inet 127.0.0.1/8 scope host lo 07:10:03 valid_lft forever preferred_lft forever 07:10:03 inet6 ::1/128 scope host 07:10:03 valid_lft forever preferred_lft forever 07:10:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:10:03 link/ether fa:16:3e:e9:ad:78 brd ff:ff:ff:ff:ff:ff 07:10:03 inet 10.30.123.68/23 brd 10.30.123.255 scope global dynamic eth0 07:10:03 valid_lft 85430sec preferred_lft 85430sec 07:10:03 inet6 fe80::f816:3eff:fee9:ad78/64 scope link 07:10:03 valid_lft forever preferred_lft forever 07:10:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:10:03 link/ether 02:42:12:09:d4:ec brd ff:ff:ff:ff:ff:ff 07:10:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:10:03 valid_lft forever preferred_lft forever 07:10:03 inet6 fe80::42:12ff:fe09:d4ec/64 scope link 07:10:03 valid_lft forever preferred_lft forever 07:10:03 07:10:03 07:10:03 ---> sar -b -r -n DEV: 07:10:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/17/21 _x86_64_ (4 CPU) 07:10:03 07:10:03 06:53:42 LINUX RESTART (4 CPU) 07:10:03 07:10:03 06:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:10:03 06:55:01 151.05 51.02 100.03 0.00 8355.56 49882.11 0.00 07:10:03 06:56:02 303.06 103.05 200.02 0.00 6593.48 56333.62 0.00 07:10:03 06:57:01 182.32 89.01 93.32 0.00 2803.92 10476.40 0.00 07:10:03 06:58:01 155.32 73.79 81.53 0.00 3806.83 14106.86 0.00 07:10:03 06:59:03 1673.06 1347.21 325.85 0.00 120897.04 192539.58 0.00 07:10:03 07:00:01 1878.09 1601.13 276.97 0.00 112753.22 127148.65 0.00 07:10:03 07:01:01 1326.79 970.90 355.89 0.00 94985.54 150946.48 0.00 07:10:03 07:02:02 2387.79 2055.73 332.06 0.00 118808.56 128072.32 0.00 07:10:03 07:03:01 229.55 58.62 170.93 0.00 7509.92 23149.42 0.00 07:10:03 07:04:01 73.07 64.26 8.81 0.00 3308.33 183.69 0.00 07:10:03 07:05:01 0.70 0.18 0.52 0.00 5.86 7.98 0.00 07:10:03 07:06:01 0.17 0.02 0.15 0.00 0.53 1.50 0.00 07:10:03 07:07:01 0.18 0.02 0.17 0.00 0.13 1.92 0.00 07:10:03 07:08:01 276.25 145.50 130.76 0.00 8278.43 34045.86 0.00 07:10:03 07:09:01 217.92 84.96 132.96 0.00 5869.11 31600.77 0.00 07:10:03 Average: 591.88 444.29 147.60 0.00 33071.72 54842.48 0.00 07:10:03 07:10:03 06:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:10:03 06:55:01 73348 0 792460 42.12 2620 1013116 1527916 52.15 698064 906444 24 07:10:03 06:56:02 301764 0 690832 36.72 1492 887456 1324792 45.21 473848 827860 48 07:10:03 06:57:01 157304 0 801736 42.61 840 921664 1693192 57.79 703288 730440 75376 07:10:03 06:58:01 388716 0 703584 37.39 752 788492 1116892 38.12 511180 689816 20 07:10:03 06:59:03 52196 0 774196 41.15 0 1055152 1909808 65.18 631072 974660 47456 07:10:03 07:00:01 387068 0 830288 44.13 0 664188 2389828 81.56 560032 661204 21608 07:10:03 07:01:01 431044 0 709448 37.71 0 741052 1558056 53.17 535536 689956 4016 07:10:03 07:02:02 143308 0 1247780 66.32 0 490456 3215100 109.73 769920 693724 764 07:10:03 07:03:01 413132 0 648740 34.48 0 819672 1195384 40.80 522100 691260 32 07:10:03 07:04:01 319208 0 646728 34.37 0 915608 1187044 40.51 558880 748792 8 07:10:03 07:05:01 321996 0 643932 34.22 0 915616 1172508 40.02 558836 746740 8 07:10:03 07:06:01 324432 0 641504 34.09 0 915608 1152964 39.35 557280 746428 8 07:10:03 07:07:01 324184 0 641728 34.11 0 915632 1153048 39.35 557972 746448 12 07:10:03 07:08:01 79852 0 786256 41.79 0 1015436 1417036 48.36 678908 804620 60424 07:10:03 07:09:01 237816 0 779960 41.45 0 863768 1359284 46.39 511796 767268 28 07:10:03 Average: 263691 0 755945 40.18 380 861528 1558190 53.18 588581 761711 13989 07:10:03 07:10:03 06:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:10:03 06:55:01 vethfc4f0b6 827.36 686.33 79.55 2676.80 0.00 0.00 0.00 0.00 07:10:03 06:55:01 eth0 1753.66 1550.35 6373.59 199.07 0.00 0.00 0.00 0.00 07:10:03 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 06:55:01 docker0 827.36 686.20 68.24 2676.79 0.00 0.00 0.00 0.00 07:10:03 06:56:02 eth0 474.87 387.50 3682.36 42.92 0.00 0.00 0.00 0.00 07:10:03 06:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 06:56:02 docker0 126.08 170.94 9.13 828.90 0.00 0.00 0.00 0.00 07:10:03 06:57:01 vethed65bdc 0.64 0.78 0.05 0.06 0.00 0.00 0.00 0.00 07:10:03 06:57:01 eth0 40.21 25.85 28.76 67.29 0.00 0.00 0.00 0.00 07:10:03 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 06:57:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 07:10:03 06:58:01 eth0 30.71 17.30 25.25 13.33 0.00 0.00 0.00 0.00 07:10:03 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 06:58:01 docker0 1.40 1.40 0.09 0.11 0.00 0.00 0.00 0.00 07:10:03 06:59:03 eth0 225.25 176.08 1796.91 86.30 0.00 0.00 0.00 0.00 07:10:03 06:59:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 06:59:03 veth2263f31 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 07:10:03 06:59:03 docker0 19.20 26.80 1.15 142.54 0.00 0.00 0.00 0.00 07:10:03 07:00:01 vethfac498e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:00:01 vethbcc9640 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:00:01 veth8e9ea31 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:00:01 eth0 15.14 7.76 12.55 6.56 0.00 0.00 0.00 0.00 07:10:03 07:01:01 eth0 260.20 177.76 1863.64 99.65 0.00 0.00 0.00 0.00 07:10:03 07:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:10:03 07:01:01 veth2263f31 0.00 0.88 0.00 0.04 0.00 0.00 0.00 0.00 07:10:03 07:01:01 docker0 1016.62 980.29 80.88 4215.26 0.00 0.00 0.00 0.00 07:10:03 07:02:02 veth5ae6465 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:02:02 vethb986802 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:02:02 vetha3e9f39 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:10:03 07:02:02 eth0 56.20 29.58 119.49 18.75 0.00 0.00 0.00 0.00 07:10:03 07:03:01 eth0 217.41 196.55 212.88 581.47 0.00 0.00 0.00 0.00 07:10:03 07:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:10:03 07:03:01 docker0 1052.03 1030.65 83.56 4490.39 0.00 0.00 0.00 0.00 07:10:03 07:04:01 eth0 247.68 242.31 103.28 1041.78 0.00 0.00 0.00 0.00 07:10:03 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:05:01 eth0 0.88 0.45 0.61 0.23 0.00 0.00 0.00 0.00 07:10:03 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:06:01 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 07:10:03 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:07:01 eth0 1.73 0.92 1.52 0.06 0.00 0.00 0.00 0.00 07:10:03 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:08:01 eth0 452.32 414.37 4256.95 39.57 0.00 0.00 0.00 0.00 07:10:03 07:08:01 veth39bf61d 27.84 27.88 2.83 219.10 0.00 0.00 0.00 0.00 07:10:03 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:08:01 docker0 27.84 27.76 2.45 219.09 0.00 0.00 0.00 0.00 07:10:03 07:09:01 veth075cad6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:09:01 eth0 417.94 381.20 3231.42 96.75 0.00 0.00 0.00 0.00 07:10:03 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:09:01 vethe89790a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 Average: veth075cad6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 Average: eth0 280.25 241.04 1453.10 152.59 0.00 0.00 0.00 0.00 07:10:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 Average: vethe89790a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:03 07:10:03 07:10:03 ---> sar -P ALL: 07:10:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/17/21 _x86_64_ (4 CPU) 07:10:03 07:10:03 06:53:42 LINUX RESTART (4 CPU) 07:10:03 07:10:03 06:54:01 CPU %user %nice %system %iowait %steal %idle 07:10:03 06:55:01 all 20.36 0.00 6.93 5.76 0.06 66.89 07:10:03 06:55:01 0 18.94 0.00 9.30 4.78 0.05 66.93 07:10:03 06:55:01 1 20.28 0.00 6.02 5.31 0.07 68.33 07:10:03 06:55:01 2 19.88 0.00 5.78 4.64 0.07 69.62 07:10:03 06:55:01 3 22.32 0.00 6.64 8.32 0.07 62.65 07:10:03 06:56:02 all 10.52 0.00 6.67 4.73 0.06 78.01 07:10:03 06:56:02 0 10.66 0.00 7.28 5.42 0.05 76.59 07:10:03 06:56:02 1 10.55 0.00 6.53 4.26 0.05 78.61 07:10:03 06:56:02 2 10.92 0.00 6.62 4.00 0.09 78.38 07:10:03 06:56:02 3 9.95 0.00 6.26 5.27 0.07 78.46 07:10:03 06:57:01 all 52.77 0.00 9.85 4.76 0.06 32.57 07:10:03 06:57:01 0 51.89 0.00 9.58 4.82 0.07 33.65 07:10:03 06:57:01 1 53.03 0.00 9.41 4.87 0.05 32.63 07:10:03 06:57:01 2 53.66 0.00 10.44 3.73 0.05 32.11 07:10:03 06:57:01 3 52.48 0.00 9.96 5.62 0.05 31.89 07:10:03 06:58:01 all 43.71 0.00 10.36 4.28 0.06 41.60 07:10:03 06:58:01 0 43.49 0.00 10.79 2.99 0.05 42.68 07:10:03 06:58:01 1 44.22 0.00 9.96 3.90 0.05 41.86 07:10:03 06:58:01 2 43.61 0.00 10.07 5.72 0.07 40.53 07:10:03 06:58:01 3 43.51 0.00 10.61 4.52 0.07 41.30 07:10:03 06:59:03 all 19.63 0.00 16.59 17.25 0.13 46.40 07:10:03 06:59:03 0 22.01 0.00 16.25 17.49 0.08 44.16 07:10:03 06:59:03 1 18.19 0.00 17.31 17.36 0.17 46.97 07:10:03 06:59:03 2 19.05 0.00 16.69 18.10 0.15 46.01 07:10:03 06:59:03 3 19.25 0.00 16.08 16.05 0.12 48.50 07:10:03 07:00:01 all 45.42 0.00 13.30 24.63 0.12 16.53 07:10:03 07:00:01 0 45.30 0.00 13.49 25.80 0.14 15.27 07:10:03 07:00:01 1 45.53 0.00 13.03 24.71 0.11 16.63 07:10:03 07:00:01 2 44.77 0.00 12.68 23.35 0.11 19.09 07:10:03 07:00:01 3 46.07 0.00 14.01 24.66 0.11 15.15 07:10:03 07:01:01 all 22.16 0.00 14.19 31.82 0.10 31.73 07:10:03 07:01:01 0 21.45 0.00 14.30 38.07 0.10 26.08 07:10:03 07:01:01 1 22.02 0.00 14.56 35.08 0.12 28.21 07:10:03 07:01:01 2 21.78 0.00 14.05 28.92 0.10 35.14 07:10:03 07:01:01 3 23.38 0.00 13.87 25.19 0.07 37.49 07:10:03 07:02:02 all 31.45 0.00 14.07 32.15 0.13 22.20 07:10:03 07:02:02 0 29.73 0.00 13.52 32.43 0.18 24.15 07:10:03 07:02:02 1 32.61 0.00 13.85 31.20 0.10 22.22 07:10:03 07:02:02 2 32.08 0.00 14.52 33.18 0.12 20.10 07:10:03 07:02:02 3 31.35 0.00 14.37 31.77 0.12 22.38 07:10:03 07:03:01 all 22.93 0.00 7.23 11.87 0.06 57.91 07:10:03 07:03:01 0 22.36 0.00 7.40 14.48 0.05 55.71 07:10:03 07:03:01 1 23.02 0.00 7.35 6.77 0.05 62.81 07:10:03 07:03:01 2 22.89 0.00 7.39 15.77 0.05 53.90 07:10:03 07:03:01 3 23.46 0.00 6.79 10.38 0.09 59.28 07:10:03 07:04:01 all 5.50 0.00 1.53 1.80 0.03 91.13 07:10:03 07:04:01 0 6.03 0.00 1.78 1.75 0.03 90.41 07:10:03 07:04:01 1 5.37 0.00 1.41 1.83 0.03 91.35 07:10:03 07:04:01 2 5.32 0.00 1.46 1.68 0.03 91.51 07:10:03 07:04:01 3 5.29 0.00 1.48 1.93 0.03 91.26 07:10:03 07:05:01 all 0.15 0.00 0.03 0.01 0.00 99.81 07:10:03 07:05:01 0 0.50 0.00 0.02 0.00 0.00 99.48 07:10:03 07:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:10:03 07:05:01 2 0.03 0.00 0.03 0.02 0.00 99.92 07:10:03 07:05:01 3 0.03 0.00 0.05 0.02 0.00 99.90 07:10:03 07:10:03 07:05:01 CPU %user %nice %system %iowait %steal %idle 07:10:03 07:06:01 all 0.16 0.00 0.02 0.00 0.00 99.82 07:10:03 07:06:01 0 0.52 0.00 0.00 0.00 0.00 99.48 07:10:03 07:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 07:10:03 07:06:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:10:03 07:06:01 3 0.05 0.00 0.02 0.00 0.00 99.93 07:10:03 07:07:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:10:03 07:07:01 0 0.52 0.00 0.02 0.00 0.00 99.47 07:10:03 07:07:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:10:03 07:07:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:10:03 07:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:10:03 07:08:01 all 9.23 0.00 4.55 5.56 0.04 80.62 07:10:03 07:08:01 0 9.20 0.00 4.75 5.44 0.05 80.56 07:10:03 07:08:01 1 9.76 0.00 4.18 5.53 0.03 80.49 07:10:03 07:08:01 2 8.82 0.00 4.57 6.03 0.03 80.55 07:10:03 07:08:01 3 9.13 0.00 4.72 5.23 0.03 80.88 07:10:03 07:09:01 all 8.43 0.00 5.47 4.14 0.05 81.91 07:10:03 07:09:01 0 8.22 0.00 5.48 3.99 0.03 82.28 07:10:03 07:09:01 1 8.32 0.00 5.73 4.31 0.07 81.57 07:10:03 07:09:01 2 8.69 0.00 5.37 5.37 0.05 80.52 07:10:03 07:09:01 3 8.50 0.00 5.31 2.90 0.03 83.26 07:10:03 Average: all 19.18 0.00 7.30 9.77 0.06 63.69 07:10:03 Average: 0 19.09 0.00 7.52 10.35 0.06 62.98 07:10:03 Average: 1 19.19 0.00 7.21 9.53 0.06 64.01 07:10:03 Average: 2 19.11 0.00 7.23 9.91 0.06 63.69 07:10:03 Average: 3 19.32 0.00 7.25 9.30 0.06 64.08 07:10:03 07:10:03 07:10:03