Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 67d1a34251aa6315d67009af9685794612423525 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18187 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/268 [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/268 # 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 67d1a34251aa6315d67009af9685794612423525 (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 67d1a34251aa6315d67009af9685794612423525 # timeout=10 Commit message: "Merge pull request #2960 from ernestojeda/devops-std-dockerfiles" > git rev-list --no-walk 9055af8f68e88a938bcfb78a4c3e51009b2a2f83 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:32:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:32:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:32:55 ========================================================= 16:32:55 EdgeX Global Pipelines Version Info 16:32:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:32:56 ------------------- 16:32:56 stable info: 16:32:56 ------------------- 16:32:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:32:56 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:32:56 Message: update stable to v1.0.173 16:32:57 ------------------- 16:32:57 experimental info: 16:32:57 ------------------- 16:32:57 Commited By: **** collab-it+edgex@linuxfoundation.org 16:32:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:32:57 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:32:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:32:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:32:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67d1a34251aa6315d67009af9685794612423525 [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67d1a34 [Pipeline] echo 16:33:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:33:01 provisioning config files... 16:33:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config7847634003709715891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:33:01 ---> docker-login.sh 16:33:01 nexus3.edgexfoundry.org:10001 16:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:02 Configure a credential helper to remove this warning. See 16:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:02 16:33:02 Login Succeeded 16:33:02 nexus3.edgexfoundry.org:10002 16:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:02 Configure a credential helper to remove this warning. See 16:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:02 16:33:02 Login Succeeded 16:33:02 nexus3.edgexfoundry.org:10003 16:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:02 Configure a credential helper to remove this warning. See 16:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:02 16:33:02 Login Succeeded 16:33:02 nexus3.edgexfoundry.org:10004 16:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:02 Configure a credential helper to remove this warning. See 16:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:02 16:33:02 Login Succeeded 16:33:02 docker.io 16:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:03 Configure a credential helper to remove this warning. See 16:33:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:03 16:33:03 Login Succeeded 16:33:03 ---> docker-login.sh ends [Pipeline] } 16:33:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:03 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/core-command/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo core-command,cmd/core-command/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/core-data/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo core-data,cmd/core-data/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ cut -d/ -f2 16:33:03 ++ dirname cmd/core-metadata/Dockerfile 16:33:03 + echo core-metadata,cmd/core-metadata/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/security-proxy-setup/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/support-notifications/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo support-notifications,cmd/support-notifications/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/support-scheduler/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:33:03 + for file in '`ls cmd/**/Dockerfile`' 16:33:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:33:03 ++ cut -d/ -f2 16:33:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:33:03 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:04 16:33:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:33:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:04 latest: Pulling from edgex-devops/git-semver 16:33:04 31603596830f: Pulling fs layer 16:33:04 2a8b12db71e7: Pulling fs layer 16:33:04 6ca5941a6612: Pulling fs layer 16:33:04 ecc8261a40a4: Pulling fs layer 16:33:04 ecc8261a40a4: Waiting 16:33:04 2a8b12db71e7: Verifying Checksum 16:33:04 2a8b12db71e7: Download complete 16:33:04 31603596830f: Verifying Checksum 16:33:04 31603596830f: Download complete 16:33:05 ecc8261a40a4: Verifying Checksum 16:33:05 ecc8261a40a4: Download complete 16:33:05 6ca5941a6612: Verifying Checksum 16:33:05 6ca5941a6612: Download complete 16:33:05 31603596830f: Pull complete 16:33:05 2a8b12db71e7: Pull complete 16:33:06 6ca5941a6612: Pull complete 16:33:06 ecc8261a40a4: Pull complete 16:33:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:33:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:33:06 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:33:09 $ docker top b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:33:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:09 [ssh-agent] Looking for ssh-agent implementation... 16:33:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:10 $ docker exec b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent 16:33:10 SSH_AUTH_SOCK=/tmp/ssh-lXSCbIpWjqlK/agent.11 16:33:10 SSH_AGENT_PID=17 16:33:10 Running ssh-add (command line suppressed) 16:33:10 Identity added: /w/workspace/edgex-go/268@tmp/private_key_8053215513708138727.key (/w/workspace/edgex-go/268@tmp/private_key_8053215513708138727.key) 16:33:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:10 + git tag --points-at HEAD [Pipeline] } 16:33:10 $ docker exec --env ******** --env ******** b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent -k 16:33:11 unset SSH_AUTH_SOCK; 16:33:11 unset SSH_AGENT_PID; 16:33:11 echo Agent pid 17 killed; 16:33:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:33:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:33:11 [ssh-agent] Looking for ssh-agent implementation... 16:33:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:33:11 $ docker exec b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent 16:33:11 SSH_AUTH_SOCK=/tmp/ssh-ZJh37hOJXUXa/agent.46 16:33:11 SSH_AGENT_PID=51 16:33:11 Running ssh-add (command line suppressed) 16:33:11 Identity added: /w/workspace/edgex-go/268@tmp/private_key_4971677214328920007.key (/w/workspace/edgex-go/268@tmp/private_key_4971677214328920007.key) 16:33:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:33:12 + git semver init 16:33:12 # -> Open(): unable to determine branch for HEAD 16:33:12 # $GIT_DIR = /w/workspace/edgex-go/268/.git 16:33:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/268 16:33:12 # $SEMVER_REMOTE_NAME = origin 16:33:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:33:12 # $SEMVER_USER_NAME = edgex-jenkins 16:33:12 # $SEMVER_BRANCH = master 16:33:12 # $SEMVER_TEMP = /tmp/semver-122054706 16:33:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:33:31 # '/tmp/semver-122054706' -> '/w/workspace/edgex-go/268/.semver' 16:33:31 # -> Force: false 16:33:31 # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [Pipeline] } 16:33:31 $ docker exec --env ******** --env ******** b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e ssh-agent -k 16:33:31 unset SSH_AUTH_SOCK; 16:33:31 unset SSH_AGENT_PID; 16:33:31 echo Agent pid 51 killed; 16:33:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:32 + git semver [Pipeline] } 16:33:32 $ docker stop --time=1 b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e 16:33:33 $ docker rm -f b4c1c150e700c0fa3c3559e7602a68d876c82ca81d735e55d24b2aa8c83c5f3e [Pipeline] // withDockerContainer [Pipeline] sh 16:33:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:33:34 Stashed 1 file(s) [Pipeline] echo 16:33:34 [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:33:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:33:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:33:36 + sudo service docker restart 16:33:36 + true 16:33:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:33:36 ========================================================= 16:33:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:33:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:33:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:33:42 Sending build context to Docker daemon 326.2MB 16:33:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:33:42 Step 2/6 : FROM ${BASE} 16:33:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:33:42 188c0c94c7c5: Pulling fs layer 16:33:42 0ef7d3d256c8: Pulling fs layer 16:33:42 de9db76c5a1d: Pulling fs layer 16:33:42 bca2f99d35d6: Pulling fs layer 16:33:42 93359f2a8cfa: Pulling fs layer 16:33:42 7c6f9722023f: Pulling fs layer 16:33:42 a35cf1a2eb13: Pulling fs layer 16:33:42 7c6f9722023f: Waiting 16:33:42 93359f2a8cfa: Waiting 16:33:42 a35cf1a2eb13: Waiting 16:33:42 bca2f99d35d6: Waiting 16:33:42 de9db76c5a1d: Verifying Checksum 16:33:42 de9db76c5a1d: Download complete 16:33:42 0ef7d3d256c8: Download complete 16:33:42 93359f2a8cfa: Verifying Checksum 16:33:42 93359f2a8cfa: Download complete 16:33:42 7c6f9722023f: Verifying Checksum 16:33:42 7c6f9722023f: Download complete 16:33:42 188c0c94c7c5: Verifying Checksum 16:33:42 188c0c94c7c5: Download complete 16:33:42 188c0c94c7c5: Pull complete 16:33:42 0ef7d3d256c8: Pull complete 16:33:42 de9db76c5a1d: Pull complete 16:33:43 a35cf1a2eb13: Verifying Checksum 16:33:43 a35cf1a2eb13: Download complete 16:33:44 bca2f99d35d6: Verifying Checksum 16:33:44 bca2f99d35d6: Download complete 16:33:50 bca2f99d35d6: Pull complete 16:33:50 93359f2a8cfa: Pull complete 16:33:50 7c6f9722023f: Pull complete 16:33:50 Still waiting to schedule task 16:33:50 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-18185’ 16:33:56 a35cf1a2eb13: Pull complete 16:33:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:33:56 ---> a62c8e92a672 16:33:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:33:56 ---> Running in af00cd156c62 16:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:58 (1/12) Installing libmagic (5.38-r0) 16:33:58 (2/12) Installing file (5.38-r0) 16:33:58 (3/12) Installing libc-dev (0.7.2-r3) 16:33:58 (4/12) Installing g++ (9.3.0-r2) 16:34:13 (5/12) Installing fortify-headers (1.1-r0) 16:34:13 (6/12) Installing patch (2.7.6-r6) 16:34:13 (7/12) Installing build-base (0.5-r2) 16:34:13 (8/12) Installing libsodium (1.0.18-r0) 16:34:13 (9/12) Installing pkgconf (1.7.2-r0) 16:34:13 (10/12) Installing libsodium-dev (1.0.18-r0) 16:34:13 (11/12) Installing libzmq (4.3.3-r0) 16:34:13 (12/12) Installing zeromq-dev (4.3.3-r0) 16:34:13 Executing busybox-1.31.1-r19.trigger 16:34:13 OK: 233 MiB in 51 packages 16:34:17 Removing intermediate container af00cd156c62 16:34:17 ---> 4f8d72fb2da3 16:34:17 Step 4/6 : WORKDIR /edgex-go 16:34:17 ---> Running in bbdef770db08 16:34:17 Removing intermediate container bbdef770db08 16:34:17 ---> afa715707488 16:34:17 Step 5/6 : COPY go.mod . 16:34:17 ---> c115893b7ce0 16:34:17 Step 6/6 : RUN go mod download 16:34:17 ---> Running in d3de6012c9c8 16:34:39 Removing intermediate container d3de6012c9c8 16:34:39 ---> 32431371c674 16:34:39 Successfully built 32431371c674 16:34:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:34:39 + docker inspect -f . ci-base-image-x86_64 16:34:39 . [Pipeline] withDockerContainer 16:34:39 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:34:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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 ******** ci-base-image-x86_64 cat 16:34:40 $ docker top c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:41 + go version 16:34:41 go version go1.15.5 linux/amd64 [Pipeline] } 16:34:41 $ docker stop --time=1 c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 16:34:42 $ docker rm -f c89e77378f121b6505a4ae7dd1641aa8227555de4eb96d18103e3d684537e146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:43 + docker inspect -f . ci-base-image-x86_64 16:34:43 . [Pipeline] withDockerContainer 16:34:43 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:34:43 $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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 ******** ci-base-image-x86_64 cat 16:34:44 $ docker top 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc -eo pid,comm [Pipeline] { [Pipeline] echo 16:34:44 ========================================================= 16:34:44 [edgeXBuildGoParallel] Running Tests and Build... 16:34:44 ========================================================= [Pipeline] sh 16:34:45 + make test 16:34:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:34:53 ? github.com/edgexfoundry/edgex-go [no test files] 16:35:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:35:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:35:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:35:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:35:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:35:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:35:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:35:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:35:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 16:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:35:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.0% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 75.7% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.154s coverage: 82.9% of statements 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:35:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:35:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:35:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:35:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 16:35:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.125s coverage: 97.5% of statements 16:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 16:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.307s coverage: 93.8% of statements 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 16:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 16:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 16:35:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements 16:35:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 63.5% of statements 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 16:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 16:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 55.9% of statements 16:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements 16:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:35:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.338s coverage: 84.0% of statements 16:35:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 16:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.1% of statements 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 16:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:35:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements 16:35:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 16:35:40 GO111MODULE=on go vet ./... 16:36:06 gofmt -l . 16:36:06 [ "`gofmt -l .`" = "" ] 16:36:06 ./bin/test-go-mod-tidy.sh 16:36:06 ./bin/test-attribution-txt.sh [Pipeline] sh 16:36:07 + ls -al . 16:36:07 total 636 16:36:07 drwxrwxr-x 10 1001 1001 4096 Jan 4 16:36 . 16:36:07 drwxr-xr-x 4 root root 32 Jan 4 16:34 .. 16:36:07 -rw-rw-r-- 1 1001 1001 11 Jan 4 16:32 .dockerignore 16:36:07 drwxrwxr-x 8 1001 1001 162 Jan 4 16:32 .git 16:36:07 drwxrwxr-x 3 1001 1001 125 Jan 4 16:32 .github 16:36:07 -rw-rw-r-- 1 1001 1001 824 Jan 4 16:32 .gitignore 16:36:07 drwx------ 3 1001 1001 32 Jan 4 16:33 .semver 16:36:07 -rw-rw-r-- 1 1001 1001 166 Jan 4 16:32 .sonarcloud.properties 16:36:07 -rw-rw-r-- 1 1001 1001 3804 Jan 4 16:32 CONTRIBUTING.md 16:36:07 -rw-rw-r-- 1 1001 1001 931 Jan 4 16:32 Dockerfile.build 16:36:07 -rw-rw-r-- 1 1001 1001 863 Jan 4 16:32 Jenkinsfile 16:36:07 -rw-rw-r-- 1 1001 1001 10775 Jan 4 16:32 LICENSE 16:36:07 -rw-rw-r-- 1 1001 1001 5750 Jan 4 16:32 Makefile 16:36:07 -rw-rw-r-- 1 1001 1001 6511 Jan 4 16:32 README.md 16:36:07 -rw-rw-r-- 1 1001 1001 6744 Jan 4 16:32 SECURITY.md 16:36:07 -rw-rw-r-- 1 1001 1001 12 Jan 4 16:33 VERSION 16:36:07 -rw-rw-r-- 1 1001 1001 4131 Jan 4 16:32 ZMQWindows.md 16:36:07 drwxrwxr-x 2 1001 1001 117 Jan 4 16:32 bin 16:36:07 drwxrwxr-x 14 1001 1001 4096 Jan 4 16:32 cmd 16:36:07 -rw-r--r-- 1 root root 538204 Jan 4 16:35 coverage.out 16:36:07 -rw-r--r-- 1 root root 979 Jan 4 16:36 go.mod 16:36:07 -rw-r--r-- 1 root root 18739 Jan 4 16:36 go.sum 16:36:07 drwxrwxr-x 8 1001 1001 127 Jan 4 16:32 internal 16:36:07 drwxrwxr-x 4 1001 1001 26 Jan 4 16:32 openapi 16:36:07 drwxrwxr-x 4 1001 1001 71 Jan 4 16:32 snap 16:36:07 -rw-rw-r-- 1 1001 1001 168 Jan 4 16:32 version.go [Pipeline] sh 16:36:07 + '[' -e coverage.out ] 16:36:07 + chown 1001:1001 coverage.out [Pipeline] stash 16:36:07 Stashed 1 file(s) [Pipeline] sh 16:36:07 + make build 16:36:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data 16:36:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:36:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18191 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 16:36:15 Running in /w/workspace/edgex-go/268 [Pipeline] { [Pipeline] checkout 16:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command 16:36:19 using credential edgex-jenkins-ssh 16:36:20 Cloning the remote Git repository 16:36:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:36:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:36:20 > git init /w/workspace/edgex-go/268 # timeout=10 16:36:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:36:20 > git --version # timeout=10 16:36:20 > git --version # 'git version 2.17.1' 16:36:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:36:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:36:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:36:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:36:30 $ docker stop --time=1 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc 16:36:31 $ docker rm -f 28e365c4cbad3af153f7f33463030cad183e99497a246249dfa6cc3a4119fecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:33 16:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:36:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:34 latest: Pulling from edgex-devops/edgex-compose 16:36:34 cbdbe7a5bc2a: Pulling fs layer 16:36:34 ca9280d653b3: Pulling fs layer 16:36:34 7e9c9ca2126c: Pulling fs layer 16:36:34 cbdbe7a5bc2a: Download complete 16:36:34 cbdbe7a5bc2a: Pull complete 16:36:35 ca9280d653b3: Verifying Checksum 16:36:35 ca9280d653b3: Download complete 16:36:35 ca9280d653b3: Pull complete 16:36:36 7e9c9ca2126c: Download complete 16:36:42 7e9c9ca2126c: Pull complete 16:36:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:36:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:36:43 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:36:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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-devops/edgex-compose:latest cat 16:36:45 Checking out Revision 67d1a34251aa6315d67009af9685794612423525 (master) 16:36:46 $ docker top 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b -eo pid,comm 16:36:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:36:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:36:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:36:44 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:45 > git config core.sparsecheckout # timeout=10 16:36:45 > git checkout -f 67d1a34251aa6315d67009af9685794612423525 # timeout=10 [Pipeline] { [Pipeline] sh 16:36:46 + docker-compose build --help 16:36:46 + grep parallel 16:36:47 --parallel Build images in parallel. [Pipeline] } 16:36:47 $ docker stop --time=1 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b 16:36:49 $ docker rm -f 8e219896df2e28165189282af464e20452fae9fb56d5c9ed044b44237501bf5b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:49 Commit message: "Merge pull request #2960 from ernestojeda/devops-std-dockerfiles" 16:36:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:49 . [Pipeline] withDockerContainer 16:36:49 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:36:50 $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:36:50 $ docker top e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 16:36:51 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 16:36:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:36:52 Building docker-core-command-go ... 16:36:52 Building docker-core-data-go ... 16:36:52 Building docker-core-metadata-go ... 16:36:52 Building docker-security-bootstrap-redis-go ... 16:36:52 Building docker-security-proxy-setup-go ... 16:36:52 Building docker-security-secretstore-setup-go ... 16:36:52 Building docker-support-notifications-go ... 16:36:52 Building docker-support-scheduler-go ... 16:36:52 Building docker-sys-mgmt-agent-go ... 16:36:52 Building docker-security-proxy-setup-go 16:36:52 Building docker-security-secretstore-setup-go 16:36:52 Building docker-core-command-go 16:36:52 Building docker-support-scheduler-go 16:36:52 Building docker-core-data-go [Pipeline] sh 16:36:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:36:52 + sudo service docker restart 16:36:52 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:36:55 provisioning config files... 16:36:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config7448251553052957234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:55 ---> docker-login.sh 16:36:55 nexus3.edgexfoundry.org:10001 16:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:56 Configure a credential helper to remove this warning. See 16:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:56 16:36:56 Login Succeeded 16:36:56 nexus3.edgexfoundry.org:10002 16:36:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:57 Configure a credential helper to remove this warning. See 16:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:57 16:36:57 Login Succeeded 16:36:57 nexus3.edgexfoundry.org:10003 16:36:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:57 Configure a credential helper to remove this warning. See 16:36:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:57 16:36:57 Login Succeeded 16:36:57 nexus3.edgexfoundry.org:10004 16:36:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:58 Configure a credential helper to remove this warning. See 16:36:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:58 16:36:58 Login Succeeded 16:36:58 docker.io 16:36:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:59 Configure a credential helper to remove this warning. See 16:36:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:59 16:36:59 Login Succeeded 16:36:59 ---> docker-login.sh ends [Pipeline] } 16:36:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:36:59 ========================================================= 16:36:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:36:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:37:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:37:02 Sending build context to Docker daemon 165.4MB 16:37:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:37:02 Step 2/6 : FROM ${BASE} 16:37:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:37:02 5f621e34cdf4: Pulling fs layer 16:37:02 a4357932f1b6: Pulling fs layer 16:37:02 18c013af1878: Pulling fs layer 16:37:02 00ac8860ef70: Pulling fs layer 16:37:02 63d7cb157983: Pulling fs layer 16:37:02 b116817d02f9: Pulling fs layer 16:37:02 745a02a5169b: Pulling fs layer 16:37:02 00ac8860ef70: Waiting 16:37:02 63d7cb157983: Waiting 16:37:02 b116817d02f9: Waiting 16:37:02 745a02a5169b: Waiting 16:37:02 18c013af1878: Verifying Checksum 16:37:02 18c013af1878: Download complete 16:37:02 a4357932f1b6: Verifying Checksum 16:37:02 a4357932f1b6: Download complete 16:37:02 63d7cb157983: Download complete 16:37:02 b116817d02f9: Download complete 16:37:02 5f621e34cdf4: Verifying Checksum 16:37:03 5f621e34cdf4: Pull complete 16:37:03 a4357932f1b6: Pull complete 16:37:04 18c013af1878: Pull complete 16:37:05 745a02a5169b: Verifying Checksum 16:37:05 745a02a5169b: Download complete 16:37:06 00ac8860ef70: Verifying Checksum 16:37:06 00ac8860ef70: Download complete 16:37:17 00ac8860ef70: Pull complete 16:37:17 63d7cb157983: Pull complete 16:37:17 b116817d02f9: Pull complete 16:37:22 745a02a5169b: Pull complete 16:37:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:37:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:37:22 ---> b7e6874047d6 16:37:22 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:37:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:37:24 ---> 32431371c674 16:37:24 Step 3/21 : WORKDIR /edgex-go 16:37:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:37:24 ---> 32431371c674 16:37:24 Step 3/21 : WORKDIR /edgex-go 16:37:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:37:24 ---> 32431371c674 16:37:24 Step 3/24 : WORKDIR /edgex-go 16:37:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:37:24 ---> 32431371c674 16:37:24 Step 3/22 : WORKDIR /edgex-go 16:37:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:37:24 ---> 32431371c674 16:37:24 Step 3/23 : WORKDIR /edgex-go 16:37:24 ---> Running in afaff3d814c3 16:37:24 ---> Running in e34af7554ccd 16:37:24 ---> Running in 385ea109b2e7 16:37:24 ---> Running in 798c99242d70 16:37:24 ---> Running in 9ec50d0fb6b2 16:37:24 Removing intermediate container 798c99242d70 16:37:24 ---> fab387dfe9ef 16:37:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:24 Removing intermediate container 385ea109b2e7 16:37:24 ---> a6f2b121bf03 16:37:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:24 Removing intermediate container afaff3d814c3 16:37:24 ---> 5bc360a3bd67 16:37:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:24 Removing intermediate container 9ec50d0fb6b2 16:37:24 ---> 71c0fe359761 16:37:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:24 Removing intermediate container e34af7554ccd 16:37:24 ---> 4ca483058ed6 16:37:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:24 ---> Running in 643b4c46e1a7 16:37:24 ---> Running in d486b31e35b5 16:37:24 ---> Running in f822a4276585 16:37:24 ---> Running in 0b339e49dd2b 16:37:24 ---> Running in 47ee92c37c1e 16:37:24 ---> Running in 9d8ab4ac11fd 16:37:24 Removing intermediate container d486b31e35b5 16:37:24 ---> 1fcab45c1565 16:37:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:37:25 ---> Running in 952a9ebc9c40 16:37:25 Removing intermediate container 643b4c46e1a7 16:37:25 ---> c4b71aed7234 16:37:25 Step 5/22 : RUN apk add --update --no-cache make git 16:37:25 Removing intermediate container 47ee92c37c1e 16:37:25 ---> 04bc64c388b1 16:37:25 Step 5/21 : RUN apk add --update --no-cache make git 16:37:25 Removing intermediate container f822a4276585 16:37:25 ---> 1d3a6e7d0cb2 16:37:25 Step 5/24 : RUN apk add --update --no-cache make git 16:37:25 Removing intermediate container 0b339e49dd2b 16:37:25 ---> 2fb16da0a1c5 16:37:25 Step 5/21 : RUN apk add --update --no-cache make git 16:37:25 ---> Running in b0b875de31e0 16:37:25 ---> Running in 233528d4578d 16:37:25 ---> Running in 5dfa6b7da612 16:37:25 ---> Running in c3eb104f7b61 16:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:28 OK: 233 MiB in 51 packages 16:37:28 OK: 233 MiB in 51 packages 16:37:28 OK: 233 MiB in 51 packages 16:37:28 (1/12) Installing libmagic (5.38-r0) 16:37:28 (2/12) Installing file (5.38-r0) 16:37:28 OK: 233 MiB in 51 packages 16:37:28 OK: 233 MiB in 51 packages 16:37:28 (3/12) Installing libc-dev (0.7.2-r3) 16:37:28 (4/12) Installing g++ (9.3.0-r2) 16:37:28 Removing intermediate container 952a9ebc9c40 16:37:28 ---> 90efbfbe72e1 16:37:28 Step 6/23 : COPY go.mod . 16:37:28 Removing intermediate container b0b875de31e0 16:37:28 ---> b9a76a909d2b 16:37:28 Step 6/24 : COPY go.mod . 16:37:29 ---> 04ffb6bc8190 16:37:29 Step 7/23 : RUN go mod download 16:37:29 Removing intermediate container 233528d4578d 16:37:29 ---> dcd631dc4004 16:37:29 Step 6/22 : COPY go.mod . 16:37:29 ---> 9c09eb6a6d03 16:37:29 Step 7/24 : RUN go mod download 16:37:29 ---> Running in b3704f0aec8a 16:37:29 Removing intermediate container 5dfa6b7da612 16:37:29 ---> eb29f1d84cdd 16:37:29 Step 6/21 : COPY go.mod . 16:37:29 ---> Running in ca43b30321f2 16:37:29 Removing intermediate container c3eb104f7b61 16:37:29 ---> ca81a9c4a067 16:37:29 Step 6/21 : COPY go.mod . 16:37:29 ---> 4f080ff9ee40 16:37:29 Step 7/22 : RUN go mod download 16:37:30 ---> Running in 7f36cf03b86b 16:37:30 ---> d702c386120f 16:37:30 Step 7/21 : RUN go mod download 16:37:30 ---> c19029c2140b 16:37:30 Step 7/21 : RUN go mod download 16:37:30 ---> Running in edb276fc4588 16:37:30 ---> Running in b0cd0d5941e4 16:37:31 Removing intermediate container b3704f0aec8a 16:37:31 ---> 026e4c722ef0 16:37:31 Step 8/23 : COPY . . 16:37:31 Removing intermediate container ca43b30321f2 16:37:31 ---> 5938b77546a7 16:37:31 Step 8/24 : COPY . . 16:37:32 (5/12) Installing fortify-headers (1.1-r0) 16:37:32 (6/12) Installing patch (2.7.6-r6) 16:37:32 (7/12) Installing build-base (0.5-r2) 16:37:32 (8/12) Installing libsodium (1.0.18-r0) 16:37:32 (9/12) Installing pkgconf (1.7.2-r0) 16:37:32 (10/12) Installing libsodium-dev (1.0.18-r0) 16:37:32 (11/12) Installing libzmq (4.3.3-r0) 16:37:32 (12/12) Installing zeromq-dev (4.3.3-r0) 16:37:33 Executing busybox-1.31.1-r19.trigger 16:37:33 OK: 217 MiB in 51 packages 16:37:33 Removing intermediate container 7f36cf03b86b 16:37:33 ---> 1bd4fe044309 16:37:33 Step 8/22 : COPY . . 16:37:37 Removing intermediate container 9d8ab4ac11fd 16:37:37 ---> f0b35677526e 16:37:37 Step 4/6 : WORKDIR /edgex-go 16:37:37 ---> Running in 5a96867ef87a 16:37:37 Removing intermediate container 5a96867ef87a 16:37:37 ---> 9bbd3ca47276 16:37:37 Step 5/6 : COPY go.mod . 16:37:37 Removing intermediate container edb276fc4588 16:37:37 ---> 0f3ac0754b96 16:37:37 Step 8/21 : COPY . . 16:37:37 Removing intermediate container b0cd0d5941e4 16:37:37 ---> 3fde7836b838 16:37:37 Step 8/21 : COPY . . 16:37:38 ---> a160882bc22f 16:37:38 Step 6/6 : RUN go mod download 16:37:38 ---> Running in bd62c6dc7931 16:38:05 Removing intermediate container bd62c6dc7931 16:38:05 ---> bd4d61c422ab 16:38:05 Successfully built bd4d61c422ab 16:38:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:38:05 + docker inspect -f . ci-base-image-arm64 16:38:05 . [Pipeline] withDockerContainer 16:38:05 prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container 16:38:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:38:07 $ docker top a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:08 + go version 16:38:08 go version go1.15.5 linux/arm64 [Pipeline] } 16:38:08 $ docker stop --time=1 a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e 16:38:09 ---> c3ffaee58e30 16:38:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:38:09 ---> 91d48864822c 16:38:09 Step 9/23 : RUN make cmd/core-data/core-data 16:38:09 ---> 92147279a14d 16:38:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:38:09 ---> db52fb51b167 16:38:09 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:38:09 ---> Running in 3dffec0f3d72 16:38:09 ---> Running in 501d1aceb21a 16:38:09 ---> Running in dceeb527024e 16:38:09 ---> Running in 3b66f4b9371d 16:38:09 ---> d139493d8a29 16:38:09 Step 9/22 : RUN make cmd/core-command/core-command 16:38:09 ---> Running in dc58cbd55c18 16:38:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data 16:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command 16:38:10 $ docker rm -f a7b6d7981d590fdd1d7641d9fff94a82c232b494800760e73dbd788164ef300e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:11 16:38:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:38:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:12 latest: Pulling from edgex-devops/edgex-compose-arm64 16:38:12 29e5d40040c1: Pulling fs layer 16:38:12 1ce36da41761: Pulling fs layer 16:38:12 25b303627fd3: Pulling fs layer 16:38:12 29e5d40040c1: Verifying Checksum 16:38:12 29e5d40040c1: Download complete 16:38:13 1ce36da41761: Verifying Checksum 16:38:13 1ce36da41761: Download complete 16:38:13 29e5d40040c1: Pull complete 16:38:14 1ce36da41761: Pull complete 16:38:15 25b303627fd3: Verifying Checksum 16:38:15 25b303627fd3: Download complete 16:38:25 25b303627fd3: Pull complete 16:38:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:38:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:38:25 prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container 16:38:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:38:28 $ docker top 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:29 + docker-compose build --help 16:38:29 + grep parallel 16:38:33 --parallel Build images in parallel. [Pipeline] } 16:38:33 $ docker stop --time=1 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 16:38:35 $ docker rm -f 4d9dd9be451744166921327c1883901b62c3b80fd1c4d0edb7505bd8f9a48ee4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:38:35 . [Pipeline] withDockerContainer 16:38:36 prd-ubuntu18.04-docker-arm64-4c-16g-18191 does not seem to be running inside a container 16:38:36 $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:38:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:38:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config 16:38:37 $ docker top b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:38 + docker-compose -f ./docker-compose-build.yml build --parallel 16:38:42 Building docker-core-command-go ... 16:38:42 Building docker-core-data-go ... 16:38:42 Building docker-core-metadata-go ... 16:38:42 Building docker-security-bootstrap-redis-go ... 16:38:42 Building docker-security-proxy-setup-go ... 16:38:42 Building docker-security-secretstore-setup-go ... 16:38:42 Building docker-support-notifications-go ... 16:38:42 Building docker-support-scheduler-go ... 16:38:42 Building docker-sys-mgmt-agent-go ... 16:38:42 Building docker-support-scheduler-go 16:38:42 Building docker-core-data-go 16:38:42 Building docker-core-metadata-go 16:38:42 Building docker-sys-mgmt-agent-go 16:38:42 Building docker-security-bootstrap-redis-go 16:38:44 Removing intermediate container dc58cbd55c18 16:38:44 ---> 75a5a1da9b28 16:38:44 16:38:44 Step 10/22 : FROM scratch 16:38:44 ---> 16:38:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:38:44 Removing intermediate container 3b66f4b9371d 16:38:44 ---> ad607675210a 16:38:44 16:38:44 Step 10/21 : FROM scratch 16:38:44 ---> 16:38:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:38:45 ---> Running in 521a89af3697 16:38:45 ---> Running in 3467d206976a 16:38:47 Removing intermediate container 501d1aceb21a 16:38:47 ---> 610c25308571 16:38:47 16:38:47 Step 10/21 : FROM alpine:3.12 16:38:47 Removing intermediate container 3dffec0f3d72 16:38:47 ---> f218380b6911 16:38:47 16:38:47 Step 10/24 : FROM alpine:3.12 16:38:47 Removing intermediate container 3467d206976a 16:38:47 ---> d12347bc8098 16:38:47 Step 12/22 : ENV APP_PORT=48082 16:38:47 Removing intermediate container 521a89af3697 16:38:47 ---> b04fee58708c 16:38:47 Step 12/21 : ENV APP_PORT=48085 16:38:47 3.12: Pulling from library/alpine 16:38:47 3.12: Pulling from library/alpine 16:38:47 ---> Running in d44007208a68 16:38:47 ---> Running in bba594cc3ce9 16:38:48 Removing intermediate container d44007208a68 16:38:48 ---> f2a4fd847167 16:38:48 Step 13/22 : EXPOSE $APP_PORT 16:38:48 Removing intermediate container bba594cc3ce9 16:38:48 ---> 89b922635457 16:38:48 Step 13/21 : EXPOSE $APP_PORT 16:38:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:38:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:38:49 Status: Downloaded newer image for alpine:3.12 16:38:49 ---> 389fef711851 16:38:49 Step 11/21 : RUN apk add --update --no-cache curl 16:38:49 Status: Image is up to date for alpine:3.12 16:38:49 ---> 389fef711851 16:38:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:38:50 ---> Running in b832899cb00c 16:38:51 ---> Running in 349f1f2eb6d8 16:38:51 ---> Running in 5676b20aea70 16:38:51 ---> Running in 3d09531750b6 16:38:51 Removing intermediate container dceeb527024e 16:38:51 ---> c23df6459fed 16:38:51 16:38:51 Step 10/23 : FROM alpine:3.12 16:38:51 ---> 389fef711851 16:38:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:38:51 Removing intermediate container b832899cb00c 16:38:51 ---> 6b9adacb6421 16:38:51 Step 14/22 : WORKDIR / 16:38:51 ---> Running in b395f5d61168 16:38:51 ---> Running in ee8dd20aef5b 16:38:51 Removing intermediate container 349f1f2eb6d8 16:38:51 ---> e6d91ecc550f 16:38:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:38:51 Removing intermediate container b395f5d61168 16:38:51 ---> 754858f0aa7e 16:38:51 Step 12/23 : ENV APP_PORT=48080 16:38:51 Removing intermediate container ee8dd20aef5b 16:38:51 ---> 7608f88072da 16:38:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:38:51 ---> 09c7fdbd9356 16:38:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:38:52 ---> Running in 6f95dea35bb4 16:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:38:52 ---> e17ccd6b1fc1 16:38:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:38:52 Removing intermediate container 6f95dea35bb4 16:38:52 ---> e902d9437541 16:38:52 Step 13/23 : EXPOSE $APP_PORT 16:38:52 (1/4) Installing ca-certificates (20191127-r4) 16:38:52 (1/5) Installing ca-certificates (20191127-r4) 16:38:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:38:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:38:52 (3/4) Installing libcurl (7.69.1-r3) 16:38:52 (3/5) Installing libcurl (7.69.1-r3) 16:38:52 (4/4) Installing curl (7.69.1-r3) 16:38:52 (4/5) Installing curl (7.69.1-r3) 16:38:52 Executing busybox-1.31.1-r19.trigger 16:38:52 (5/5) Installing dumb-init (1.2.2-r1) 16:38:52 Executing ca-certificates-20191127-r4.trigger 16:38:52 Executing busybox-1.31.1-r19.trigger 16:38:52 Executing ca-certificates-20191127-r4.trigger 16:38:52 ---> Running in 8966eb86c529 16:38:52 OK: 7 MiB in 18 packages 16:38:53 OK: 7 MiB in 19 packages 16:38:53 ---> 6890694c3994 16:38:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:38:53 Removing intermediate container 8966eb86c529 16:38:53 ---> 5ccea7a64df7 16:38:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:38:53 ---> 636c9b8beb39 16:38:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:38:53 ---> Running in f6972872764d 16:38:53 ---> f70ebeb03841 16:38:53 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:38:54 ---> 01bdaf906290 16:38:54 Step 18/22 : ENTRYPOINT ["/core-command"] 16:38:55 ---> Running in 55c84758a53b 16:38:55 ---> Running in c118cdd80f40 16:38:55 Removing intermediate container 3d09531750b6 16:38:55 ---> ec44737cd395 16:38:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:38:55 Removing intermediate container 5676b20aea70 16:38:55 ---> 5b5a1d161767 16:38:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:38:55 ---> Running in 8d082eae1187 16:38:55 ---> Running in 1c245a230fe2 16:38:55 Removing intermediate container 55c84758a53b 16:38:55 ---> 2c4d4be8932d 16:38:55 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:55 Removing intermediate container c118cdd80f40 16:38:55 ---> 48067caee054 16:38:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:55 ---> Running in e303709281f9 16:38:55 ---> Running in 44ed110c3b25 16:38:55 Removing intermediate container 8d082eae1187 16:38:55 ---> 51badf51fc93 16:38:55 Step 13/21 : WORKDIR /edgex 16:38:56 Removing intermediate container 1c245a230fe2 16:38:56 ---> bb61a3c7f929 16:38:56 Step 13/24 : WORKDIR / 16:38:56 ---> Running in 0af8c66d21b6 16:38:56 ---> Running in 66a2654274f8 16:38:56 Removing intermediate container e303709281f9 16:38:56 ---> b718d8efcd6e 16:38:56 Step 19/21 : LABEL arch=x86_64 16:38:56 Removing intermediate container 44ed110c3b25 16:38:56 ---> 27621f7797d2 16:38:56 Step 20/22 : LABEL arch=x86_64 16:38:56 ---> Running in 942e3fdf6e84 16:38:56 ---> Running in 383203cb4fde 16:38:56 Removing intermediate container 0af8c66d21b6 16:38:56 ---> 40e31fe7888d 16:38:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:38:56 Removing intermediate container f6972872764d 16:38:56 ---> 870e65a0f7d5 16:38:56 Step 15/23 : RUN apk add --update --no-cache zeromq 16:38:56 Removing intermediate container 66a2654274f8 16:38:56 ---> a123e1a02abc 16:38:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:38:56 ---> Running in 6842d7569692 16:38:56 Removing intermediate container 942e3fdf6e84 16:38:56 ---> 3e0b20a0f923 16:38:56 Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:38:57 Removing intermediate container 383203cb4fde 16:38:57 ---> 3c2335135cb8 16:38:57 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:38:57 ---> Running in 5ca0f06bc8ef 16:38:57 ---> a468cf741ddb 16:38:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:38:57 ---> b12ab7fed861 16:38:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:38:57 ---> Running in aa4bdbe82ef5 16:38:57 Removing intermediate container 5ca0f06bc8ef 16:38:57 ---> 7d303dd51bd8 16:38:57 Step 21/21 : LABEL version=2.0.0-dev.23 16:38:58 ---> Running in b51daa2ba9f5 16:38:58 Removing intermediate container aa4bdbe82ef5 16:38:58 ---> 9c34174ecf29 16:38:58 Step 22/22 : LABEL version=2.0.0-dev.23 16:38:58 ---> e0a6172426b7 16:38:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:38:58 ---> Running in 0aea1c6173a8 16:38:58 ---> a256733460d0 16:38:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:38:58 Removing intermediate container b51daa2ba9f5 16:38:58 ---> 9cbc6b0fac14 16:38:58 16:38:58 ---> be00feb0fa3a 16:38:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:38:58 Removing intermediate container 0aea1c6173a8 16:38:58 ---> a85f8bbed979 16:38:58 16:38:58 Successfully built 9cbc6b0fac14 16:38:58 Successfully tagged docker-support-scheduler-go:latest 16:38:58 Building docker-sys-mgmt-agent-go 16:38:58  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:38:58 Successfully built a85f8bbed979 16:38:58 Successfully tagged docker-core-command-go:latest 16:38:58 Building docker-core-metadata-go 16:38:58  Building docker-core-command-go ... done  ---> 65a95baead16 16:38:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:38:59 (1/5) Installing libgcc (9.3.0-r2) 16:38:59 ---> Running in acf0ef040e18 16:38:59 ---> 868b40aea269 16:38:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:38:59 (2/5) Installing libsodium (1.0.18-r0) 16:38:59 (3/5) Installing libstdc++ (9.3.0-r2) 16:38:59 (4/5) Installing libzmq (4.3.3-r0) 16:38:59 Removing intermediate container acf0ef040e18 16:38:59 ---> 6c21c724f5fe 16:38:59 Step 18/21 : CMD ["--init=true"] 16:38:59 (5/5) Installing zeromq (4.3.3-r0) 16:39:00 Executing busybox-1.31.1-r19.trigger 16:39:00 OK: 8 MiB in 19 packages 16:39:00 ---> Running in 88b8b17197d4 16:39:03 ---> e218598ce899 16:39:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:39:06 Removing intermediate container 88b8b17197d4 16:39:06 ---> 3eb7ad69ae57 16:39:06 Step 19/21 : LABEL arch=x86_64 16:39:06 ---> 281b21d30987 16:39:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:39:06 ---> Running in 7a3fc4359830 16:39:06 ---> Running in 7b54d9ca3639 16:39:06 Removing intermediate container 6842d7569692 16:39:06 ---> 34241f702190 16:39:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:39:06 Removing intermediate container 7a3fc4359830 16:39:06 ---> 1b4e323c0b5e 16:39:06 Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:39:08 ---> 5d10f4a91ff9 16:39:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:39:08 ---> Running in 1f157e8308ee 16:39:12 Removing intermediate container 1f157e8308ee 16:39:12 ---> 49432580c47f 16:39:12 Step 21/21 : LABEL version=2.0.0-dev.23 16:39:13 ---> d1a3b677af29 16:39:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:39:13 ---> Running in 84984277198d 16:39:14 Removing intermediate container 7b54d9ca3639 16:39:14 ---> 7704b2b9dbab 16:39:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:39:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:39:15 ---> 32431371c674 16:39:15 Step 3/26 : WORKDIR /edgex-go 16:39:15 ---> Using cache 16:39:15 ---> 4ca483058ed6 16:39:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:15 ---> Using cache 16:39:15 ---> 04bc64c388b1 16:39:15 Step 5/26 : RUN apk add --update --no-cache make bash git 16:39:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:39:16 ---> 32431371c674 16:39:16 Step 3/22 : WORKDIR /edgex-go 16:39:16 ---> Using cache 16:39:16 ---> 4ca483058ed6 16:39:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:16 ---> Using cache 16:39:16 ---> 04bc64c388b1 16:39:16 Step 5/22 : RUN apk add --update --no-cache make git 16:39:16 ---> Using cache 16:39:16 ---> eb29f1d84cdd 16:39:16 Step 6/22 : COPY go.mod . 16:39:16 ---> Using cache 16:39:16 ---> d702c386120f 16:39:16 Step 7/22 : RUN go mod download 16:39:16 ---> Using cache 16:39:16 ---> 0f3ac0754b96 16:39:16 Step 8/22 : COPY . . 16:39:16 ---> Using cache 16:39:16 ---> 92147279a14d 16:39:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:39:16 ---> Running in 6c72dca48d5a 16:39:16 Removing intermediate container 84984277198d 16:39:16 ---> 49cd117a49f0 16:39:16 16:39:16 ---> 2469d76eb5bf 16:39:16 Step 19/23 : ENTRYPOINT ["/core-data"] 16:39:16 Successfully built 49cd117a49f0 16:39:16 ---> Running in 83e6f3fd3979 16:39:16 ---> Running in 0cf238cd6724 16:39:17 Successfully tagged docker-security-proxy-setup-go:latest 16:39:17  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 16:39:17 ---> Running in 90edd686bf04 16:39:17 Removing intermediate container 6c72dca48d5a 16:39:17 ---> a140fed7b07b 16:39:17 Step 22/24 : LABEL arch=x86_64 16:39:17 ---> Running in 788beef3ec00 16:39:17 Removing intermediate container 90edd686bf04 16:39:17 ---> d187c07de036 16:39:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:39:18 Removing intermediate container 788beef3ec00 16:39:18 ---> 9db4dba94dde 16:39:18 Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:39:18 ---> Running in 7e61b72f2b4b 16:39:18 ---> Running in 66dcb91e52ce 16:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:20 Removing intermediate container 66dcb91e52ce 16:39:20 ---> 44c7724c29a9 16:39:20 Step 24/24 : LABEL version=2.0.0-dev.23 16:39:20 Removing intermediate container 7e61b72f2b4b 16:39:20 ---> 982f36634efb 16:39:20 Step 21/23 : LABEL arch=x86_64 16:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:20 ---> Running in f2ea81066fc2 16:39:20 ---> Running in d04438a63d29 16:39:21 OK: 233 MiB in 51 packages 16:39:21 Removing intermediate container d04438a63d29 16:39:21 ---> 0445c049a100 16:39:21 Step 22/23 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:39:21 Removing intermediate container f2ea81066fc2 16:39:21 ---> b91440efe2f7 16:39:21 16:39:21 Successfully built b91440efe2f7 16:39:22 ---> Running in 138b1fce2511 16:39:22 Successfully tagged docker-security-secretstore-setup-go:latest 16:39:22  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 16:39:24 Removing intermediate container 138b1fce2511 16:39:24 ---> 1ec5a453c8bc 16:39:24 Step 23/23 : LABEL version=2.0.0-dev.23 16:39:25 Removing intermediate container 0cf238cd6724 16:39:25 ---> 84cf618a7b80 16:39:25 Step 6/26 : COPY go.mod . 16:39:27 ---> Running in bc709268069e 16:39:28 ---> ac791990bbfe 16:39:28 Step 7/26 : RUN go mod download 16:39:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:39:29 ---> bd4d61c422ab 16:39:29 Step 3/23 : WORKDIR /edgex-go 16:39:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:39:29 ---> bd4d61c422ab 16:39:29 Step 3/22 : WORKDIR /edgex-go 16:39:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:39:29 ---> bd4d61c422ab 16:39:29 Step 3/22 : WORKDIR /edgex-go 16:39:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:39:29 ---> bd4d61c422ab 16:39:29 Step 3/21 : WORKDIR /edgex-go 16:39:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:39:29 ---> bd4d61c422ab 16:39:29 Step 3/26 : WORKDIR /edgex-go 16:39:30 ---> Running in a675bfd9e6e6 16:39:30 Removing intermediate container bc709268069e 16:39:30 ---> 659db8c59dd1 16:39:30 16:39:30 Successfully built 659db8c59dd1 16:39:30 Successfully tagged docker-core-data-go:latest 16:39:31 ---> Running in 5323d013f4da 16:39:31 ---> Running in 6220ce4ba273 16:39:31 ---> Running in fe79b42b5f8f 16:39:31 ---> Running in 438e6f9a1d0a 16:39:31 ---> Running in 627a2292f649 16:39:32 Removing intermediate container fe79b42b5f8f 16:39:32 ---> 7ce269bee83a 16:39:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:32 Removing intermediate container 438e6f9a1d0a 16:39:32 ---> 98260cbf0c13 16:39:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:32 Removing intermediate container 627a2292f649 16:39:32 Removing intermediate container 5323d013f4da 16:39:32 ---> 0059987d82ac 16:39:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:32 ---> b5ca18bcf0ee 16:39:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:32 Removing intermediate container 6220ce4ba273 16:39:32 ---> a16afe85733c 16:39:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:32 ---> Running in 2a0e86c3c6ab 16:39:32 ---> Running in 255cbd0924dc 16:39:32 ---> Running in 713a3d638ac3 16:39:32 ---> Running in a2adbcfeef6b 16:39:32 ---> Running in 998a19663d12 16:39:35  Building docker-core-data-go ... done Removing intermediate container a675bfd9e6e6 16:39:35 ---> 6ff4fa5f5ab6 16:39:35 Step 8/26 : COPY . . 16:39:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:39:35 ---> 32431371c674 16:39:35 Step 3/22 : WORKDIR /edgex-go 16:39:35 ---> Using cache 16:39:35 ---> 4ca483058ed6 16:39:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:35 ---> Using cache 16:39:35 ---> 04bc64c388b1 16:39:35 Step 5/22 : RUN apk add --update --no-cache make git 16:39:35 ---> Using cache 16:39:35 ---> eb29f1d84cdd 16:39:35 Step 6/22 : COPY go.mod . 16:39:35 ---> Using cache 16:39:35 ---> d702c386120f 16:39:35 Step 7/22 : RUN go mod download 16:39:35 ---> Using cache 16:39:35 ---> 0f3ac0754b96 16:39:35 Step 8/22 : COPY . . 16:39:35 ---> Using cache 16:39:35 ---> 92147279a14d 16:39:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:39:36 ---> Running in 7911e9208006 16:39:36 Removing intermediate container 2a0e86c3c6ab 16:39:36 ---> 3409e2c37e75 16:39:36 Step 5/26 : RUN apk add --update --no-cache make bash git 16:39:36 Removing intermediate container 255cbd0924dc 16:39:36 ---> ba1db45e4af2 16:39:36 Step 5/22 : RUN apk add --update --no-cache make git 16:39:36 ---> Running in fedd3959c67f 16:39:36 ---> Running in b9fd7c14b575 16:39:36 Removing intermediate container 713a3d638ac3 16:39:36 Removing intermediate container 998a19663d12 16:39:36 ---> c0c7f4216a99 16:39:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:39:36 ---> c71216a23832 16:39:36 Step 5/22 : RUN apk add --update --no-cache make git 16:39:36 Removing intermediate container a2adbcfeef6b 16:39:36 ---> 210385a7c202 16:39:36 Step 5/21 : RUN apk add --update --no-cache make git 16:39:36 ---> Running in e8c405ca17b3 16:39:36 ---> Running in 530b836a9d3a 16:39:37 ---> Running in 53a894b17d4f 16:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:39 OK: 217 MiB in 51 packages 16:39:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:40 OK: 217 MiB in 51 packages 16:39:40 OK: 217 MiB in 51 packages 16:39:41 OK: 217 MiB in 51 packages 16:39:41 OK: 217 MiB in 51 packages 16:39:41 Removing intermediate container fedd3959c67f 16:39:41 ---> 1c412e193a44 16:39:41 Step 6/26 : COPY go.mod . 16:39:41 Removing intermediate container b9fd7c14b575 16:39:41 ---> 7a01f00759fc 16:39:41 Step 6/22 : COPY go.mod . 16:39:42 Removing intermediate container 530b836a9d3a 16:39:42 ---> d542daa53b81 16:39:42 Step 6/22 : COPY go.mod . 16:39:42 ---> afbf99b000f1 16:39:42 Step 7/26 : RUN go mod download 16:39:42 Removing intermediate container 53a894b17d4f 16:39:42 ---> dd379fb311d8 16:39:42 Step 6/21 : COPY go.mod . 16:39:42 ---> Running in 67c1626c6c49 16:39:42 ---> 6aaa44d7bbc2 16:39:42 Step 7/22 : RUN go mod download 16:39:43 Removing intermediate container e8c405ca17b3 16:39:43 ---> f4bdc446af56 16:39:43 Step 6/23 : COPY go.mod . 16:39:43 ---> Running in f7ae160a1fa0 16:39:43 ---> 205ae5d9018c 16:39:43 Step 7/22 : RUN go mod download 16:39:44 ---> a490b890518c 16:39:44 Step 7/21 : RUN go mod download 16:39:44 ---> Running in a31abfaa09cf 16:39:44 ---> Running in 101608f5c8f6 16:39:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:39:44 ---> 32431371c674 16:39:44 Step 3/24 : WORKDIR /edgex-go 16:39:44 ---> Using cache 16:39:44 ---> 4ca483058ed6 16:39:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:44 ---> Using cache 16:39:44 ---> 04bc64c388b1 16:39:44 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:39:44 ---> 9785ac4710ce 16:39:44 Step 7/23 : RUN go mod download 16:39:44 ---> Running in 30b7a1822489 16:39:44 ---> Running in 9bdb60b0c0ec 16:39:46 Removing intermediate container 67c1626c6c49 16:39:46 ---> 742aa0c16ddf 16:39:46 Step 8/26 : COPY . . 16:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:47 Removing intermediate container f7ae160a1fa0 16:39:47 ---> 69076cfa161f 16:39:47 Step 8/22 : COPY . . 16:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:48 OK: 233 MiB in 51 packages 16:39:49 Removing intermediate container a31abfaa09cf 16:39:49 ---> e6ab501df464 16:39:49 Step 8/22 : COPY . . 16:39:49 Removing intermediate container 101608f5c8f6 16:39:49 ---> 3c71fc8c8d5d 16:39:49 Step 8/21 : COPY . . 16:39:49 Removing intermediate container 9bdb60b0c0ec 16:39:49 ---> 2b5e1160dcbe 16:39:49 Step 8/23 : COPY . . 16:39:54 Removing intermediate container 30b7a1822489 16:39:54 ---> 63fe1213cb62 16:39:54 Step 6/24 : COPY go.mod . 16:39:54 Removing intermediate container 83e6f3fd3979 16:39:54 ---> 95efe4b7add2 16:39:54 16:39:54 Step 10/22 : FROM scratch 16:39:54 ---> 16:39:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:39:54 ---> Using cache 16:39:54 ---> b04fee58708c 16:39:54 Step 12/22 : ENV APP_PORT=48081 16:39:54 ---> 2bbca39a6ee9 16:39:54 Step 7/24 : RUN go mod download 16:39:55 ---> Running in 85dc5a5721eb 16:39:55 ---> Running in 2e17402e8270 16:39:56 ---> 441e15ef7c89 16:39:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:39:56 ---> Running in a626ed6cdcd1 16:39:56 Removing intermediate container 85dc5a5721eb 16:39:56 ---> 1e4d6bc497a1 16:39:56 Step 13/22 : EXPOSE $APP_PORT 16:39:56 ---> Running in bd39fc85712f 16:39:56 Removing intermediate container bd39fc85712f 16:39:56 ---> 8d0318ed4e44 16:39:56 Step 14/22 : WORKDIR / 16:39:56 ---> Running in 7633e262c67e 16:39:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:39:56 Removing intermediate container 7633e262c67e 16:39:56 ---> ad5a2e1c1dba 16:39:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:39:57 ---> 9ea011c17b8e 16:39:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:39:58 Removing intermediate container 2e17402e8270 16:39:58 ---> 7e2e2ea4f123 16:39:58 Step 8/24 : COPY . . 16:39:59 ---> f3cc858dc953 16:39:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:40:00 Removing intermediate container 7911e9208006 16:40:00 ---> 5a3355eccd8d 16:40:00 16:40:00 Step 10/22 : FROM alpine:3.12 16:40:00 ---> 389fef711851 16:40:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:40:00 ---> Using cache 16:40:00 ---> 5b5a1d161767 16:40:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:40:00 ---> 821b72e72529 16:40:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:40:00 ---> Running in 2ccb9b00a332 16:40:02 ---> Running in 584d0377c703 16:40:03 Removing intermediate container 2ccb9b00a332 16:40:03 ---> 211fb662bc2d 16:40:03 Step 13/22 : WORKDIR / 16:40:04 Removing intermediate container 584d0377c703 16:40:04 ---> d8f0bd981303 16:40:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:04 ---> Running in d9d345758c1e 16:40:04 ---> Running in de6f0f4d2083 16:40:06 Removing intermediate container d9d345758c1e 16:40:06 ---> 29cae98b64b6 16:40:06 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:40:06 Removing intermediate container de6f0f4d2083 16:40:06 ---> 4676e97964ea 16:40:06 Step 20/22 : LABEL arch=x86_64 16:40:08 ---> 6113fe1549f8 16:40:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:40:08 ---> 64dec1f1ced7 16:40:08 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:40:08 ---> 18eee21b31c2 16:40:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:40:08 ---> Running in 59afa562d0d4 16:40:08 ---> e615c016097d 16:40:08 Step 9/23 : RUN make cmd/core-data/core-data 16:40:08 ---> Running in 39b53b459191 16:40:08 ---> Running in 0eeef6265e39 16:40:08 ---> Running in 70a2405164d2 16:40:08 ---> 9124487df908 16:40:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:40:08 ---> Running in 31c0025c1534 16:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:40:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-data/core-data ./cmd/core-data 16:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:40:10 ---> 79b2dca050a9 16:40:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:40:10 ---> Running in 99b7759dc570 16:40:10 Removing intermediate container 99b7759dc570 16:40:10 ---> 8904221aa072 16:40:10 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:40:10 ---> Running in 406b9cf39502 16:40:10 ---> 52cf0fbaf336 16:40:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:40:11 Removing intermediate container 406b9cf39502 16:40:11 ---> f1a23fb53b71 16:40:11 Step 22/22 : LABEL version=2.0.0-dev.23 16:40:12 ---> ea13cbc183d1 16:40:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:40:13 ---> Running in 6e8b15fa03e5 16:40:13 ---> caa04ec96f38 16:40:13 Step 18/22 : RUN chmod +x entrypoint.sh 16:40:13 ---> Running in c10e06f77955 16:40:13 Removing intermediate container 6e8b15fa03e5 16:40:13 ---> ce93597db729 16:40:13 16:40:14 Successfully built ce93597db729 16:40:14 Successfully tagged docker-core-metadata-go:latest 16:40:19  Building docker-core-metadata-go ... done Removing intermediate container a626ed6cdcd1 16:40:19 ---> 24a651175095 16:40:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:40:19 ---> Running in 1fa94bfe9735 16:40:19 ---> 83ad66ab897c 16:40:19 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:40:20 ---> Running in da1737f88ffb 16:40:20 Removing intermediate container c10e06f77955 16:40:20 ---> 9a38fae8d63d 16:40:20 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:40:21 ---> Running in b4eb9005993a 16:40:21 Removing intermediate container b4eb9005993a 16:40:21 ---> 5a417366d5ab 16:40:21 Step 20/22 : LABEL arch=x86_64 16:40:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:40:21 ---> Running in cc8c4f068bad 16:40:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:40:21 Removing intermediate container cc8c4f068bad 16:40:21 ---> 4ad0a0888966 16:40:21 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:40:21 ---> Running in a1927070f03b 16:40:22 Removing intermediate container a1927070f03b 16:40:22 ---> 5d3f58bc993f 16:40:22 Step 22/22 : LABEL version=2.0.0-dev.23 16:40:22 ---> Running in 01625d3d44bb 16:40:22 Removing intermediate container 01625d3d44bb 16:40:22 ---> b3f5103b3f5b 16:40:22 16:40:22 Successfully built b3f5103b3f5b 16:40:22 Successfully tagged docker-security-bootstrap-redis-go:latest 16:40:24  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1fa94bfe9735 16:40:24 ---> b654d428fcee 16:40:24 16:40:24 Step 11/26 : FROM docker:20.10.0 16:40:24 20.10.0: Pulling from library/docker 16:40:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:40:32 Status: Downloaded newer image for docker:20.10.0 16:40:32 ---> aefe523efa57 16:40:32 Step 12/26 : RUN apk add --no-cache bash 16:40:32 ---> Running in 6f456783d5d1 16:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:32 (1/2) Installing readline (8.0.4-r0) 16:40:32 (2/2) Installing bash (5.0.17-r0) 16:40:32 Executing bash-5.0.17-r0.post-install 16:40:32 Executing busybox-1.31.1-r19.trigger 16:40:32 OK: 12 MiB in 22 packages 16:40:33 Removing intermediate container da1737f88ffb 16:40:33 ---> 6933b22e7444 16:40:33 16:40:33 Step 10/24 : FROM scratch 16:40:33 ---> 16:40:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:40:33 ---> Running in 5b7cb8c8d710 16:40:33 Removing intermediate container 6f456783d5d1 16:40:33 ---> e9157831692f 16:40:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:40:33 ---> Running in 861907b6b63a 16:40:34 Removing intermediate container 5b7cb8c8d710 16:40:34 ---> f1174fcf1a0d 16:40:34 Step 12/24 : ENV APP_PORT=48060 16:40:34 ---> Running in d4f8d42e4120 16:40:34 Removing intermediate container 861907b6b63a 16:40:34 ---> 5c8f38418f3f 16:40:34 Step 14/26 : ENV APP_PORT=48090 16:40:34 ---> Running in c80f7d86a0be 16:40:34 Removing intermediate container d4f8d42e4120 16:40:34 ---> 81585fd514d4 16:40:34 Step 13/24 : EXPOSE $APP_PORT 16:40:34 ---> Running in a4bd195c0eb3 16:40:34 Removing intermediate container c80f7d86a0be 16:40:34 ---> 4a6974f87278 16:40:34 Step 15/26 : EXPOSE $APP_PORT 16:40:34 ---> Running in 9a8e10215bad 16:40:34 Removing intermediate container a4bd195c0eb3 16:40:34 ---> 23f149e10056 16:40:34 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:40:34 Removing intermediate container 9a8e10215bad 16:40:34 ---> e3ed0f46fa68 16:40:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:40:34 ---> fb684507b62c 16:40:34 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:40:35 ---> 922efd8f5334 16:40:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:40:35 ---> 83a8eed71748 16:40:35 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:40:36 ---> 60afd99c42b9 16:40:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:40:36 ---> c9a75e512d0b 16:40:36 Step 19/26 : RUN apk --no-cache add py3-pip 16:40:36 ---> 83b264d366b1 16:40:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:40:36 ---> Running in 6c541e22e3d3 16:40:36 ---> 75036ac0545a 16:40:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:37 (1/33) Installing libbz2 (1.0.8-r1) 16:40:37 (2/33) Installing expat (2.2.9-r1) 16:40:37 (3/33) Installing libffi (3.3-r2) 16:40:37 ---> a4133ef95389 16:40:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:40:37 (4/33) Installing gdbm (1.13-r1) 16:40:37 (5/33) Installing xz-libs (5.2.5-r0) 16:40:37 (6/33) Installing sqlite-libs (3.32.1-r0) 16:40:37 (7/33) Installing python3 (3.8.5-r0) 16:40:41 ---> 1e50113d7360 16:40:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:40:41 ---> Running in c1d474008b66 16:40:41 (8/33) Installing py3-appdirs (1.4.4-r1) 16:40:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:40:41 (10/33) Installing py3-parsing (2.4.7-r0) 16:40:41 (11/33) Installing py3-six (1.15.0-r0) 16:40:41 (12/33) Installing py3-packaging (20.4-r0) 16:40:41 (13/33) Installing py3-setuptools (47.0.0-r0) 16:40:41 (14/33) Installing py3-chardet (3.0.4-r4) 16:40:41 (15/33) Installing py3-idna (2.9-r0) 16:40:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:40:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:40:42 (18/33) Installing py3-requests (2.23.0-r0) 16:40:42 (19/33) Installing py3-msgpack (1.0.0-r0) 16:40:42 Removing intermediate container c1d474008b66 16:40:42 ---> 395a764f7167 16:40:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:42 (20/33) Installing py3-lockfile (0.12.2-r3) 16:40:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:40:42 (22/33) Installing py3-colorama (0.4.3-r0) 16:40:42 ---> Running in 92e81d238aa5 16:40:42 (23/33) Installing py3-distlib (0.3.0-r0) 16:40:42 (24/33) Installing py3-distro (1.5.0-r1) 16:40:42 (25/33) Installing py3-webencodings (0.5.1-r3) 16:40:42 (26/33) Installing py3-html5lib (1.0.1-r4) 16:40:42 (27/33) Installing py3-pytoml (0.1.21-r0) 16:40:43 (28/33) Installing py3-pep517 (0.8.2-r0) 16:40:43 (29/33) Installing py3-progress (1.5-r0) 16:40:43 (30/33) Installing py3-toml (0.10.1-r0) 16:40:43 Removing intermediate container 92e81d238aa5 16:40:43 ---> 33201e0bda56 16:40:43 Step 22/24 : LABEL arch=x86_64 16:40:43 (31/33) Installing py3-retrying (1.3.3-r0) 16:40:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:40:43 (33/33) Installing py3-pip (20.1.1-r0) 16:40:43 ---> Running in fae5e08693eb 16:40:43 Executing busybox-1.31.1-r19.trigger 16:40:43 OK: 71 MiB in 55 packages 16:40:44 Removing intermediate container fae5e08693eb 16:40:44 ---> 93fbcfc67e1f 16:40:44 Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:40:44 ---> Running in 0c2e650cd6d7 16:40:44 Removing intermediate container 0c2e650cd6d7 16:40:44 ---> b1aad0250dcc 16:40:44 Step 24/24 : LABEL version=2.0.0-dev.23 16:40:44 ---> Running in 2f78e1c602cd 16:40:47 Removing intermediate container 2f78e1c602cd 16:40:47 ---> a3225d1106d8 16:40:47 16:40:47 Successfully built a3225d1106d8 16:40:47 Successfully tagged docker-support-notifications-go:latest 16:40:49  Building docker-support-notifications-go ... done Removing intermediate container 6c541e22e3d3 16:40:49 ---> e8fc46d3d1da 16:40:49 Step 20/26 : RUN pip install docker-compose==1.23.2 16:40:49 ---> Running in 3a21de6de20c 16:40:51 Collecting docker-compose==1.23.2 16:40:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:40:51 Collecting cached-property<2,>=1.2.0 16:40:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:40:51 Collecting dockerpty<0.5,>=0.4.1 16:40:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:40:52 Collecting docopt<0.7,>=0.6.1 16:40:52 Downloading docopt-0.6.2.tar.gz (25 kB) 16:40:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:40:52 Collecting texttable<0.10,>=0.9.0 16:40:52 Downloading texttable-0.9.1.tar.gz (11 kB) 16:40:53 Collecting docker<4.0,>=3.6.0 16:40:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:40:53 Collecting websocket-client<1.0,>=0.32.0 16:40:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:40:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:40:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:40:54 Collecting PyYAML<4,>=3.10 16:40:54 Downloading PyYAML-3.13.tar.gz (270 kB) 16:40:54 Collecting jsonschema<3,>=2.5.1 16:40:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:40:54 Collecting docker-pycreds>=0.4.0 16:40:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:40:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:40:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:40:54 Collecting urllib3<1.25,>=1.21.1 16:40:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:40:55 Collecting idna<2.8,>=2.5 16:40:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:40:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:40:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:40:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:40:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:40:55 Installing collected packages: cached-property, dockerpty, docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 16:40:55 Running setup.py install for dockerpty: started 16:40:55 Running setup.py install for dockerpty: finished with status 'done' 16:40:55 Running setup.py install for docopt: started 16:40:56 Running setup.py install for docopt: finished with status 'done' 16:40:56 Running setup.py install for texttable: started 16:40:56 Running setup.py install for texttable: finished with status 'done' 16:40:56 Attempting uninstall: urllib3 16:40:56 Found existing installation: urllib3 1.25.9 16:40:56 Uninstalling urllib3-1.25.9: 16:40:56 Successfully uninstalled urllib3-1.25.9 16:40:56 Attempting uninstall: idna 16:40:56 Found existing installation: idna 2.9 16:40:56 Uninstalling idna-2.9: 16:40:56 Successfully uninstalled idna-2.9 16:40:57 Attempting uninstall: requests 16:40:57 Found existing installation: requests 2.23.0 16:40:57 Uninstalling requests-2.23.0: 16:40:57 Successfully uninstalled requests-2.23.0 16:40:57 Running setup.py install for PyYAML: started 16:40:58 Running setup.py install for PyYAML: finished with status 'done' 16:40:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:41:01 Removing intermediate container 3a21de6de20c 16:41:01 ---> c1ab44df85b9 16:41:01 Step 21/26 : RUN apk --no-cache add curl 16:41:01 ---> Running in 3dbbce087ec1 16:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:41:02 (2/3) Installing libcurl (7.69.1-r3) 16:41:02 (3/3) Installing curl (7.69.1-r3) 16:41:02 Executing busybox-1.31.1-r19.trigger 16:41:02 OK: 72 MiB in 58 packages 16:41:02 Removing intermediate container 3dbbce087ec1 16:41:02 ---> 66a5375c6aae 16:41:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:41:02 ---> Running in 1c59a81bc130 16:41:03 Removing intermediate container 1c59a81bc130 16:41:03 ---> d9f8d117f431 16:41:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:03 ---> Running in a4c224684790 16:41:03 Removing intermediate container a4c224684790 16:41:03 ---> c2efb52544b9 16:41:03 Step 24/26 : LABEL arch=x86_64 16:41:03 ---> Running in 6aa05a354a1e 16:41:03 Removing intermediate container 6aa05a354a1e 16:41:03 ---> 6940d760d8fc 16:41:03 Step 25/26 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:41:03 ---> Running in a443b8768941 16:41:03 Removing intermediate container a443b8768941 16:41:03 ---> f5d5202ce23e 16:41:03 Step 26/26 : LABEL version=2.0.0-dev.23 16:41:03 ---> Running in 3283b3f86a14 16:41:04 Removing intermediate container 3283b3f86a14 16:41:04 ---> 0a869d3b269e 16:41:04 16:41:04 Successfully built 0a869d3b269e 16:41:04 Successfully tagged docker-sys-mgmt-agent-go:latest 16:41:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:41:04 $ docker stop --time=1 e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e 16:41:06 $ docker rm -f e6cc18aa6f089548d4a0303ad07c6cb8f1ab9707346a18ce99440c8a0154855e [Pipeline] // withDockerContainer [Pipeline] sh 16:41:06 + docker images 16:41:06 + grep docker 16:41:06 docker-sys-mgmt-agent-go latest 0a869d3b269e 3 seconds ago 313MB 16:41:06 docker-support-notifications-go latest a3225d1106d8 21 seconds ago 12MB 16:41:06 docker-security-bootstrap-redis-go latest b3f5103b3f5b 44 seconds ago 15.8MB 16:41:06 docker-core-metadata-go latest ce93597db729 53 seconds ago 13MB 16:41:06 docker-core-data-go latest 659db8c59dd1 About a minute ago 22.2MB 16:41:06 docker-security-secretstore-setup-go latest b91440efe2f7 About a minute ago 24.6MB 16:41:06 docker-security-proxy-setup-go latest 49cd117a49f0 About a minute ago 24.5MB 16:41:06 docker-core-command-go latest a85f8bbed979 2 minutes ago 10.6MB 16:41:06 docker-support-scheduler-go latest 9cbc6b0fac14 2 minutes ago 10.7MB 16:41:06 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:41:07 provisioning config files... 16:41:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config538401097810496037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:41:07 ---> docker-login.sh 16:41:07 nexus3.edgexfoundry.org:10001 16:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:08 Configure a credential helper to remove this warning. See 16:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:08 16:41:08 Login Succeeded 16:41:08 nexus3.edgexfoundry.org:10002 16:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:08 Configure a credential helper to remove this warning. See 16:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:08 16:41:08 Login Succeeded 16:41:08 nexus3.edgexfoundry.org:10003 16:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:08 Configure a credential helper to remove this warning. See 16:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:08 16:41:08 Login Succeeded 16:41:08 nexus3.edgexfoundry.org:10004 16:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:08 Configure a credential helper to remove this warning. See 16:41:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:08 16:41:08 Login Succeeded 16:41:08 docker.io 16:41:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:09 Configure a credential helper to remove this warning. See 16:41:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:09 16:41:09 Login Succeeded 16:41:09 ---> docker-login.sh ends [Pipeline] } 16:41:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:09 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 16:41:09 67d1a34251aa6315d67009af9685794612423525 16:41:09 2.0.0-dev.23 16:41:09 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:09 master 16:41:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:09 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 16:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:41:10 b905f26d1e24: Preparing 16:41:10 694e76666773: Preparing 16:41:10 94970eb93484: Preparing 16:41:10 94970eb93484: Pushed 16:41:10 b905f26d1e24: Pushed 16:41:11 694e76666773: Pushed 16:41:11 67d1a34251aa6315d67009af9685794612423525: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:11 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 16:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:41:11 b905f26d1e24: Preparing 16:41:11 694e76666773: Preparing 16:41:11 94970eb93484: Preparing 16:41:11 694e76666773: Layer already exists 16:41:11 b905f26d1e24: Layer already exists 16:41:11 94970eb93484: Layer already exists 16:41:11 2.0.0-dev.23: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:12 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:41:12 b905f26d1e24: Preparing 16:41:12 694e76666773: Preparing 16:41:12 94970eb93484: Preparing 16:41:12 94970eb93484: Layer already exists 16:41:12 b905f26d1e24: Layer already exists 16:41:12 694e76666773: Layer already exists 16:41:12 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:13 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 16:41:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 16:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:41:13 b905f26d1e24: Preparing 16:41:13 694e76666773: Preparing 16:41:13 94970eb93484: Preparing 16:41:13 b905f26d1e24: Layer already exists 16:41:13 694e76666773: Layer already exists 16:41:13 94970eb93484: Layer already exists 16:41:13 master: digest: sha256:0f86743bd56020efd72696b46161971f2f2466a6a2664b292ebd4bc0679ef1b6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:13 ===================================================== [Pipeline] echo 16:41:13 taggedImages: 16:41:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525 16:41:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.23 16:41:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:13 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 16:41:13 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 16:41:13 67d1a34251aa6315d67009af9685794612423525 16:41:13 2.0.0-dev.23 16:41:13 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:13 master 16:41:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:14 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 16:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:41:14 e4dd21899d4a: Preparing 16:41:14 69daad6259e2: Preparing 16:41:14 dc07c0c0daf7: Preparing 16:41:14 27404ae5df21: Preparing 16:41:14 68bece3962bf: Preparing 16:41:14 777b2c648970: Preparing 16:41:14 777b2c648970: Waiting 16:41:14 68bece3962bf: Pushed 16:41:14 e4dd21899d4a: Pushed 16:41:14 dc07c0c0daf7: Pushed 16:41:14 777b2c648970: Layer already exists 16:41:14 27404ae5df21: Pushed 16:41:15 69daad6259e2: Pushed 16:41:15 67d1a34251aa6315d67009af9685794612423525: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh 16:41:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 16:41:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:41:16 e4dd21899d4a: Preparing 16:41:16 69daad6259e2: Preparing 16:41:16 dc07c0c0daf7: Preparing 16:41:16 27404ae5df21: Preparing 16:41:16 68bece3962bf: Preparing 16:41:16 777b2c648970: Preparing 16:41:16 777b2c648970: Waiting 16:41:16 68bece3962bf: Layer already exists 16:41:16 e4dd21899d4a: Layer already exists 16:41:16 27404ae5df21: Layer already exists 16:41:16 dc07c0c0daf7: Layer already exists 16:41:16 69daad6259e2: Layer already exists 16:41:16 777b2c648970: Layer already exists 16:41:16 2.0.0-dev.23: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh 16:41:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:41:17 e4dd21899d4a: Preparing 16:41:17 69daad6259e2: Preparing 16:41:17 dc07c0c0daf7: Preparing 16:41:17 27404ae5df21: Preparing 16:41:17 68bece3962bf: Preparing 16:41:17 777b2c648970: Preparing 16:41:17 777b2c648970: Waiting 16:41:17 27404ae5df21: Layer already exists 16:41:17 e4dd21899d4a: Layer already exists 16:41:17 69daad6259e2: Layer already exists 16:41:17 68bece3962bf: Layer already exists 16:41:17 dc07c0c0daf7: Layer already exists 16:41:17 777b2c648970: Layer already exists 16:41:17 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] isUnix [Pipeline] sh 16:41:17 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 16:41:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 16:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:41:17 e4dd21899d4a: Preparing 16:41:17 69daad6259e2: Preparing 16:41:17 dc07c0c0daf7: Preparing 16:41:17 27404ae5df21: Preparing 16:41:17 68bece3962bf: Preparing 16:41:17 777b2c648970: Preparing 16:41:17 777b2c648970: Waiting 16:41:17 69daad6259e2: Layer already exists 16:41:17 e4dd21899d4a: Layer already exists 16:41:17 dc07c0c0daf7: Layer already exists 16:41:17 27404ae5df21: Layer already exists 16:41:17 68bece3962bf: Layer already exists 16:41:17 777b2c648970: Layer already exists 16:41:17 master: digest: sha256:5d468df99b28aa395f5fd2c1bb48ed9822f09385df9f31d5ec546eff1d0b361b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:17 ===================================================== [Pipeline] echo 16:41:17 taggedImages: 16:41:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525 16:41:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.23 16:41:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 16:41:18 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 16:41:18 67d1a34251aa6315d67009af9685794612423525 16:41:18 2.0.0-dev.23 16:41:18 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:18 master 16:41:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:18 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 16:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:41:18 51bfb20b5464: Preparing 16:41:18 a5252d6b0f33: Preparing 16:41:18 615f8cfeb93b: Preparing 16:41:18 615f8cfeb93b: Pushed 16:41:18 51bfb20b5464: Pushed 16:41:20 a5252d6b0f33: Pushed 16:41:21 67d1a34251aa6315d67009af9685794612423525: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:21 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 16:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:41:21 51bfb20b5464: Preparing 16:41:21 a5252d6b0f33: Preparing 16:41:21 615f8cfeb93b: Preparing 16:41:21 615f8cfeb93b: Layer already exists 16:41:21 a5252d6b0f33: Layer already exists 16:41:21 51bfb20b5464: Layer already exists 16:41:21 2.0.0-dev.23: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:41:22 51bfb20b5464: Preparing 16:41:22 a5252d6b0f33: Preparing 16:41:22 615f8cfeb93b: Preparing 16:41:22 a5252d6b0f33: Layer already exists 16:41:22 51bfb20b5464: Layer already exists 16:41:22 615f8cfeb93b: Layer already exists 16:41:22 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:22 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 16:41:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 16:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:41:22 51bfb20b5464: Preparing 16:41:22 a5252d6b0f33: Preparing 16:41:22 615f8cfeb93b: Preparing 16:41:22 51bfb20b5464: Layer already exists 16:41:22 a5252d6b0f33: Layer already exists 16:41:22 615f8cfeb93b: Layer already exists 16:41:22 master: digest: sha256:967ec3e7dea060b953652544120641291063d9a484b018df3cbecfe3542d2f98 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:23 ===================================================== [Pipeline] echo 16:41:23 taggedImages: 16:41:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525 16:41:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.23 16:41:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:23 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 16:41:23 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 16:41:23 67d1a34251aa6315d67009af9685794612423525 16:41:23 2.0.0-dev.23 16:41:23 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:23 master 16:41:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:23 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 16:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:41:24 a69d191eca52: Preparing 16:41:24 366b2ce32c57: Preparing 16:41:24 ff5e096b8b38: Preparing 16:41:24 bd3ffe2fa632: Preparing 16:41:24 41e11568e3dc: Preparing 16:41:24 7d0e00734b8a: Preparing 16:41:24 777b2c648970: Preparing 16:41:24 7d0e00734b8a: Waiting 16:41:24 777b2c648970: Waiting 16:41:24 a69d191eca52: Pushed 16:41:24 41e11568e3dc: Pushed 16:41:24 ff5e096b8b38: Pushed 16:41:24 366b2ce32c57: Pushed 16:41:24 777b2c648970: Layer already exists 16:41:24 7d0e00734b8a: Pushed 16:41:24 bd3ffe2fa632: Pushed 16:41:25 67d1a34251aa6315d67009af9685794612423525: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh 16:41:25 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 16:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:41:25 a69d191eca52: Preparing 16:41:25 366b2ce32c57: Preparing 16:41:25 ff5e096b8b38: Preparing 16:41:25 bd3ffe2fa632: Preparing 16:41:25 41e11568e3dc: Preparing 16:41:25 7d0e00734b8a: Preparing 16:41:25 777b2c648970: Preparing 16:41:25 7d0e00734b8a: Waiting 16:41:25 777b2c648970: Waiting 16:41:25 ff5e096b8b38: Layer already exists 16:41:25 a69d191eca52: Layer already exists 16:41:25 366b2ce32c57: Layer already exists 16:41:25 41e11568e3dc: Layer already exists 16:41:25 bd3ffe2fa632: Layer already exists 16:41:25 777b2c648970: Layer already exists 16:41:25 7d0e00734b8a: Layer already exists 16:41:25 2.0.0-dev.23: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh 16:41:26 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:41:26 a69d191eca52: Preparing 16:41:26 366b2ce32c57: Preparing 16:41:26 ff5e096b8b38: Preparing 16:41:26 bd3ffe2fa632: Preparing 16:41:26 41e11568e3dc: Preparing 16:41:26 7d0e00734b8a: Preparing 16:41:26 777b2c648970: Preparing 16:41:26 7d0e00734b8a: Waiting 16:41:26 777b2c648970: Waiting 16:41:26 ff5e096b8b38: Layer already exists 16:41:26 bd3ffe2fa632: Layer already exists 16:41:26 a69d191eca52: Layer already exists 16:41:26 41e11568e3dc: Layer already exists 16:41:26 366b2ce32c57: Layer already exists 16:41:26 777b2c648970: Layer already exists 16:41:26 7d0e00734b8a: Layer already exists 16:41:26 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] isUnix [Pipeline] sh 16:41:26 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 16:41:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 16:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:41:27 a69d191eca52: Preparing 16:41:27 366b2ce32c57: Preparing 16:41:27 ff5e096b8b38: Preparing 16:41:27 bd3ffe2fa632: Preparing 16:41:27 41e11568e3dc: Preparing 16:41:27 7d0e00734b8a: Preparing 16:41:27 777b2c648970: Preparing 16:41:27 7d0e00734b8a: Waiting 16:41:27 777b2c648970: Waiting 16:41:27 a69d191eca52: Layer already exists 16:41:27 ff5e096b8b38: Layer already exists 16:41:27 41e11568e3dc: Layer already exists 16:41:27 366b2ce32c57: Layer already exists 16:41:27 bd3ffe2fa632: Layer already exists 16:41:27 7d0e00734b8a: Layer already exists 16:41:27 777b2c648970: Layer already exists 16:41:27 master: digest: sha256:afa5f17239b3c60a1070ac5d892cc7c3d5ed6af585e59c578fb96d5555f4b55c size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:27 ===================================================== [Pipeline] echo 16:41:27 taggedImages: 16:41:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525 16:41:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.23 16:41:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:27 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 16:41:27 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 16:41:27 67d1a34251aa6315d67009af9685794612423525 16:41:27 2.0.0-dev.23 16:41:27 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:27 master 16:41:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:27 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 16:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:41:28 9c8201476118: Preparing 16:41:28 0e6f839f4e7a: Preparing 16:41:28 649d293a12c8: Preparing 16:41:28 7c4da50b04e4: Preparing 16:41:28 8c7a77b0c8ee: Preparing 16:41:28 777b2c648970: Preparing 16:41:28 777b2c648970: Waiting 16:41:28 7c4da50b04e4: Pushed 16:41:28 649d293a12c8: Pushed 16:41:28 777b2c648970: Layer already exists 16:41:28 8c7a77b0c8ee: Pushed 16:41:29 9c8201476118: Pushed 16:41:29 0e6f839f4e7a: Pushed 16:41:29 67d1a34251aa6315d67009af9685794612423525: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:41:29 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 16:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:41:30 9c8201476118: Preparing 16:41:30 0e6f839f4e7a: Preparing 16:41:30 649d293a12c8: Preparing 16:41:30 7c4da50b04e4: Preparing 16:41:30 8c7a77b0c8ee: Preparing 16:41:30 777b2c648970: Preparing 16:41:30 777b2c648970: Waiting 16:41:30 0e6f839f4e7a: Layer already exists 16:41:30 7c4da50b04e4: Layer already exists 16:41:30 8c7a77b0c8ee: Layer already exists 16:41:30 9c8201476118: Layer already exists 16:41:30 649d293a12c8: Layer already exists 16:41:30 777b2c648970: Layer already exists 16:41:30 2.0.0-dev.23: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:41:30 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:41:30 9c8201476118: Preparing 16:41:30 0e6f839f4e7a: Preparing 16:41:30 649d293a12c8: Preparing 16:41:30 7c4da50b04e4: Preparing 16:41:30 8c7a77b0c8ee: Preparing 16:41:30 777b2c648970: Preparing 16:41:30 777b2c648970: Waiting 16:41:30 9c8201476118: Layer already exists 16:41:30 7c4da50b04e4: Layer already exists 16:41:30 649d293a12c8: Layer already exists 16:41:30 0e6f839f4e7a: Layer already exists 16:41:30 8c7a77b0c8ee: Layer already exists 16:41:30 777b2c648970: Layer already exists 16:41:30 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:41:30 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:41:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 16:41:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:41:31 9c8201476118: Preparing 16:41:31 0e6f839f4e7a: Preparing 16:41:31 649d293a12c8: Preparing 16:41:31 7c4da50b04e4: Preparing 16:41:31 8c7a77b0c8ee: Preparing 16:41:31 777b2c648970: Preparing 16:41:31 777b2c648970: Waiting 16:41:31 649d293a12c8: Layer already exists 16:41:31 8c7a77b0c8ee: Layer already exists 16:41:31 9c8201476118: Layer already exists 16:41:31 0e6f839f4e7a: Layer already exists 16:41:31 7c4da50b04e4: Layer already exists 16:41:31 777b2c648970: Layer already exists 16:41:31 master: digest: sha256:5b24ef28552189a2110abf93bd435e914df64bcff88552cb489b2a3c5733a284 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:31 ===================================================== [Pipeline] echo 16:41:31 taggedImages: 16:41:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525 16:41:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.23 16:41:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:31 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 16:41:31 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 16:41:31 67d1a34251aa6315d67009af9685794612423525 16:41:31 2.0.0-dev.23 16:41:31 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:31 master 16:41:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:32 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 16:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:41:32 e160abfffcf8: Preparing 16:41:32 7822c41dd8f9: Preparing 16:41:32 5c4ca6c10410: Preparing 16:41:32 826305af9a18: Preparing 16:41:32 7cd1a4346a0f: Preparing 16:41:32 1d102990f47c: Preparing 16:41:32 64b91bc303e0: Preparing 16:41:32 7d0e00734b8a: Preparing 16:41:32 777b2c648970: Preparing 16:41:32 64b91bc303e0: Waiting 16:41:32 7d0e00734b8a: Waiting 16:41:32 1d102990f47c: Waiting 16:41:32 777b2c648970: Waiting 16:41:32 e160abfffcf8: Pushed 16:41:32 7cd1a4346a0f: Pushed 16:41:32 7822c41dd8f9: Pushed 16:41:33 7d0e00734b8a: Layer already exists 16:41:33 777b2c648970: Layer already exists 16:41:33 1d102990f47c: Pushed 16:41:33 64b91bc303e0: Pushed 16:41:33 826305af9a18: Pushed 16:41:33 5c4ca6c10410: Pushed 16:41:33 67d1a34251aa6315d67009af9685794612423525: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:41:33 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 16:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:41:34 e160abfffcf8: Preparing 16:41:34 7822c41dd8f9: Preparing 16:41:34 5c4ca6c10410: Preparing 16:41:34 826305af9a18: Preparing 16:41:34 7cd1a4346a0f: Preparing 16:41:34 1d102990f47c: Preparing 16:41:34 64b91bc303e0: Preparing 16:41:34 7d0e00734b8a: Preparing 16:41:34 777b2c648970: Preparing 16:41:34 1d102990f47c: Waiting 16:41:34 777b2c648970: Waiting 16:41:34 7d0e00734b8a: Waiting 16:41:34 64b91bc303e0: Waiting 16:41:34 e160abfffcf8: Layer already exists 16:41:34 826305af9a18: Layer already exists 16:41:34 5c4ca6c10410: Layer already exists 16:41:34 7cd1a4346a0f: Layer already exists 16:41:34 7822c41dd8f9: Layer already exists 16:41:34 1d102990f47c: Layer already exists 16:41:34 64b91bc303e0: Layer already exists 16:41:34 7d0e00734b8a: Layer already exists 16:41:34 777b2c648970: Layer already exists 16:41:34 2.0.0-dev.23: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:41:34 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:41:34 e160abfffcf8: Preparing 16:41:34 7822c41dd8f9: Preparing 16:41:34 5c4ca6c10410: Preparing 16:41:34 826305af9a18: Preparing 16:41:34 7cd1a4346a0f: Preparing 16:41:34 1d102990f47c: Preparing 16:41:34 64b91bc303e0: Preparing 16:41:34 7d0e00734b8a: Preparing 16:41:34 777b2c648970: Preparing 16:41:34 1d102990f47c: Waiting 16:41:34 64b91bc303e0: Waiting 16:41:34 7d0e00734b8a: Waiting 16:41:34 777b2c648970: Waiting 16:41:34 e160abfffcf8: Layer already exists 16:41:34 7cd1a4346a0f: Layer already exists 16:41:34 5c4ca6c10410: Layer already exists 16:41:34 826305af9a18: Layer already exists 16:41:34 7822c41dd8f9: Layer already exists 16:41:34 1d102990f47c: Layer already exists 16:41:34 64b91bc303e0: Layer already exists 16:41:34 7d0e00734b8a: Layer already exists 16:41:34 777b2c648970: Layer already exists 16:41:34 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:41:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:41:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 16:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:41:35 e160abfffcf8: Preparing 16:41:35 7822c41dd8f9: Preparing 16:41:35 5c4ca6c10410: Preparing 16:41:35 826305af9a18: Preparing 16:41:35 7cd1a4346a0f: Preparing 16:41:35 1d102990f47c: Preparing 16:41:35 64b91bc303e0: Preparing 16:41:35 7d0e00734b8a: Preparing 16:41:35 777b2c648970: Preparing 16:41:35 64b91bc303e0: Waiting 16:41:35 7d0e00734b8a: Waiting 16:41:35 777b2c648970: Waiting 16:41:35 1d102990f47c: Waiting 16:41:35 826305af9a18: Layer already exists 16:41:35 5c4ca6c10410: Layer already exists 16:41:35 e160abfffcf8: Layer already exists 16:41:35 7822c41dd8f9: Layer already exists 16:41:35 7cd1a4346a0f: Layer already exists 16:41:35 64b91bc303e0: Layer already exists 16:41:35 1d102990f47c: Layer already exists 16:41:35 777b2c648970: Layer already exists 16:41:35 7d0e00734b8a: Layer already exists 16:41:35 master: digest: sha256:c9894755d6da7a7b88e3ef39511e8f61ebc69445395b608904a4c05bfed75329 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:35 ===================================================== [Pipeline] echo 16:41:35 taggedImages: 16:41:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525 16:41:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.23 16:41:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:35 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 16:41:35 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 16:41:35 67d1a34251aa6315d67009af9685794612423525 16:41:35 2.0.0-dev.23 16:41:35 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:35 master 16:41:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:36 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 16:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:41:36 29bd33a3c060: Preparing 16:41:36 7a8032a93784: Preparing 16:41:36 14f974dde8f7: Preparing 16:41:36 a79a5a4aef00: Preparing 16:41:36 c1122e9eb70d: Preparing 16:41:36 37bb7d38b8e8: Preparing 16:41:36 37bb7d38b8e8: Waiting 16:41:36 14f974dde8f7: Pushed 16:41:36 a79a5a4aef00: Pushed 16:41:36 29bd33a3c060: Pushed 16:41:36 c1122e9eb70d: Pushed 16:41:36 37bb7d38b8e8: Pushed 16:41:37 7a8032a93784: Pushed 16:41:37 67d1a34251aa6315d67009af9685794612423525: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:41:38 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 16:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:41:38 29bd33a3c060: Preparing 16:41:38 7a8032a93784: Preparing 16:41:38 14f974dde8f7: Preparing 16:41:38 a79a5a4aef00: Preparing 16:41:38 c1122e9eb70d: Preparing 16:41:38 37bb7d38b8e8: Preparing 16:41:38 37bb7d38b8e8: Waiting 16:41:38 29bd33a3c060: Layer already exists 16:41:38 a79a5a4aef00: Layer already exists 16:41:38 7a8032a93784: Layer already exists 16:41:38 c1122e9eb70d: Layer already exists 16:41:38 14f974dde8f7: Layer already exists 16:41:38 37bb7d38b8e8: Layer already exists 16:41:38 2.0.0-dev.23: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:41:38 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:41:38 29bd33a3c060: Preparing 16:41:38 7a8032a93784: Preparing 16:41:38 14f974dde8f7: Preparing 16:41:38 a79a5a4aef00: Preparing 16:41:38 c1122e9eb70d: Preparing 16:41:38 37bb7d38b8e8: Preparing 16:41:38 37bb7d38b8e8: Waiting 16:41:38 c1122e9eb70d: Layer already exists 16:41:38 29bd33a3c060: Layer already exists 16:41:38 14f974dde8f7: Layer already exists 16:41:38 a79a5a4aef00: Layer already exists 16:41:38 7a8032a93784: Layer already exists 16:41:38 37bb7d38b8e8: Layer already exists 16:41:38 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:41:39 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 16:41:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 16:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:41:39 29bd33a3c060: Preparing 16:41:39 7a8032a93784: Preparing 16:41:39 14f974dde8f7: Preparing 16:41:39 a79a5a4aef00: Preparing 16:41:39 c1122e9eb70d: Preparing 16:41:39 37bb7d38b8e8: Preparing 16:41:39 37bb7d38b8e8: Waiting 16:41:39 29bd33a3c060: Layer already exists 16:41:39 a79a5a4aef00: Layer already exists 16:41:39 c1122e9eb70d: Layer already exists 16:41:39 14f974dde8f7: Layer already exists 16:41:39 7a8032a93784: Layer already exists 16:41:39 37bb7d38b8e8: Layer already exists 16:41:39 master: digest: sha256:492463109821bb680db0260ecdd4f82c082c947d12cc6956b00e40626a9590a2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:39 ===================================================== [Pipeline] echo 16:41:39 taggedImages: 16:41:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525 16:41:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.23 16:41:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:39 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 16:41:39 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 16:41:39 67d1a34251aa6315d67009af9685794612423525 16:41:39 2.0.0-dev.23 16:41:39 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:39 master 16:41:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:40 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 16:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:41:40 5104ab167620: Preparing 16:41:40 9d4fa6a2f4af: Preparing 16:41:40 966a1ce2b489: Preparing 16:41:40 5104ab167620: Pushed 16:41:40 966a1ce2b489: Pushed 16:41:41 9d4fa6a2f4af: Pushed 16:41:42 67d1a34251aa6315d67009af9685794612423525: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:42 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 16:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:41:42 5104ab167620: Preparing 16:41:42 9d4fa6a2f4af: Preparing 16:41:42 966a1ce2b489: Preparing 16:41:42 5104ab167620: Layer already exists 16:41:42 966a1ce2b489: Layer already exists 16:41:42 9d4fa6a2f4af: Layer already exists 16:41:42 2.0.0-dev.23: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:41:43 5104ab167620: Preparing 16:41:43 9d4fa6a2f4af: Preparing 16:41:43 966a1ce2b489: Preparing 16:41:43 5104ab167620: Layer already exists 16:41:43 966a1ce2b489: Layer already exists 16:41:43 9d4fa6a2f4af: Layer already exists 16:41:43 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] isUnix [Pipeline] sh 16:41:43 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 16:41:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 16:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:41:44 5104ab167620: Preparing 16:41:44 9d4fa6a2f4af: Preparing 16:41:44 966a1ce2b489: Preparing 16:41:44 5104ab167620: Layer already exists 16:41:44 966a1ce2b489: Layer already exists 16:41:44 9d4fa6a2f4af: Layer already exists 16:41:44 master: digest: sha256:f2addb8f7390ac804d31a68e709d2f28f1588afeacca4bba28a4714c0e9da114 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:44 ===================================================== [Pipeline] echo 16:41:44 taggedImages: 16:41:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525 16:41:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.23 16:41:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:44 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 16:41:44 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 16:41:44 67d1a34251aa6315d67009af9685794612423525 16:41:44 2.0.0-dev.23 16:41:44 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:44 master 16:41:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:41:44 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:41:45 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 16:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:41:45 64c89167b600: Preparing 16:41:45 55d8a25d76ab: Preparing 16:41:45 b5f2b741ab75: Preparing 16:41:45 b964e9c34f33: Preparing 16:41:45 fd2d91e9a500: Preparing 16:41:45 293f12842169: Preparing 16:41:45 1dcd779b3bf6: Preparing 16:41:45 0754057c0ad3: Preparing 16:41:45 998cdf262ab1: Preparing 16:41:45 02e56110abd2: Preparing 16:41:45 abc36efb885a: Preparing 16:41:45 b0b09059f4e1: Preparing 16:41:45 bb961f40224b: Preparing 16:41:45 f4666769fca7: Preparing 16:41:45 998cdf262ab1: Waiting 16:41:45 02e56110abd2: Waiting 16:41:45 abc36efb885a: Waiting 16:41:45 b0b09059f4e1: Waiting 16:41:45 293f12842169: Waiting 16:41:45 bb961f40224b: Waiting 16:41:45 f4666769fca7: Waiting 16:41:45 0754057c0ad3: Waiting 16:41:45 1dcd779b3bf6: Waiting 16:41:45 fd2d91e9a500: Pushed 16:41:45 64c89167b600: Pushed 16:41:45 b964e9c34f33: Pushed 16:41:45 0754057c0ad3: Layer already exists 16:41:45 998cdf262ab1: Layer already exists 16:41:45 Removing intermediate container 39b53b459191 16:41:45 ---> f91cf26f776a 16:41:45 16:41:45 Step 10/22 : FROM alpine:3.12 16:41:45 3.12: Pulling from library/alpine 16:41:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:41:45 Status: Downloaded newer image for alpine:3.12 16:41:45 ---> afeebe901d6b 16:41:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:41:45 ---> Running in c842d6d3189e 16:41:45 Removing intermediate container 59afa562d0d4 16:41:45 ---> 56c1dc8c4182 16:41:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:41:45 ---> Running in db0f66de2651 16:41:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:45 (1/5) Installing ca-certificates (20191127-r4) 16:41:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:41:45 (3/5) Installing libcurl (7.69.1-r3) 16:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:41:45 (4/5) Installing curl (7.69.1-r3) 16:41:45 (5/5) Installing dumb-init (1.2.2-r1) 16:41:45 Executing busybox-1.31.1-r19.trigger 16:41:45 Executing ca-certificates-20191127-r4.trigger 16:41:45 OK: 7 MiB in 19 packages 16:41:45 02e56110abd2: Layer already exists 16:41:45 1dcd779b3bf6: Pushed 16:41:45 abc36efb885a: Layer already exists 16:41:45 b0b09059f4e1: Layer already exists 16:41:45 bb961f40224b: Layer already exists 16:41:45 f4666769fca7: Layer already exists 16:41:45 55d8a25d76ab: Pushed 16:41:46 Removing intermediate container 31c0025c1534 16:41:46 ---> e5b389e3488c 16:41:46 16:41:46 Step 10/21 : FROM scratch 16:41:46 ---> 16:41:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:41:46 293f12842169: Pushed 16:41:46 ---> Running in 604d85735cc1 16:41:47 Removing intermediate container 604d85735cc1 16:41:47 ---> 18fc6480beaf 16:41:47 Step 12/21 : ENV APP_PORT=48085 16:41:47 Removing intermediate container c842d6d3189e 16:41:47 ---> a7e6067af038 16:41:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:41:47 ---> Running in 3e1357e297ea 16:41:48 ---> Running in bbd58b632acb 16:41:48 Removing intermediate container 3e1357e297ea 16:41:48 ---> f4fba41f97b9 16:41:48 Step 13/21 : EXPOSE $APP_PORT 16:41:49 ---> Running in b04b920b1309 16:41:49 Removing intermediate container bbd58b632acb 16:41:49 ---> 3223599e2e31 16:41:49 Step 13/22 : WORKDIR / 16:41:49 ---> Running in ccb5a920bd3a 16:41:49 b5f2b741ab75: Pushed 16:41:50 Removing intermediate container b04b920b1309 16:41:50 ---> 03c553e8ec27 16:41:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:41:50 67d1a34251aa6315d67009af9685794612423525: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 16:41:50 Removing intermediate container ccb5a920bd3a 16:41:50 ---> 4a44d956e2b5 16:41:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [Pipeline] isUnix [Pipeline] sh 16:41:50 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:50 Removing intermediate container db0f66de2651 16:41:50 ---> a69d6b801a84 16:41:50 16:41:50 Step 11/26 : FROM docker:20.10.0 16:41:50 20.10.0: Pulling from library/docker 16:41:51 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 16:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:41:51 64c89167b600: Preparing 16:41:51 55d8a25d76ab: Preparing 16:41:51 b5f2b741ab75: Preparing 16:41:51 b964e9c34f33: Preparing 16:41:51 fd2d91e9a500: Preparing 16:41:51 293f12842169: Preparing 16:41:51 1dcd779b3bf6: Preparing 16:41:51 0754057c0ad3: Preparing 16:41:51 998cdf262ab1: Preparing 16:41:51 02e56110abd2: Preparing 16:41:51 abc36efb885a: Preparing 16:41:51 b0b09059f4e1: Preparing 16:41:51 bb961f40224b: Preparing 16:41:51 f4666769fca7: Preparing 16:41:51 293f12842169: Waiting 16:41:51 1dcd779b3bf6: Waiting 16:41:51 0754057c0ad3: Waiting 16:41:51 998cdf262ab1: Waiting 16:41:51 02e56110abd2: Waiting 16:41:51 abc36efb885a: Waiting 16:41:51 b0b09059f4e1: Waiting 16:41:51 bb961f40224b: Waiting 16:41:51 f4666769fca7: Waiting 16:41:51 b964e9c34f33: Layer already exists 16:41:51 64c89167b600: Layer already exists 16:41:51 b5f2b741ab75: Layer already exists 16:41:51 fd2d91e9a500: Layer already exists 16:41:51 55d8a25d76ab: Layer already exists 16:41:51 0754057c0ad3: Layer already exists 16:41:51 998cdf262ab1: Layer already exists 16:41:51 293f12842169: Layer already exists 16:41:51 02e56110abd2: Layer already exists 16:41:51 bb961f40224b: Layer already exists 16:41:51 abc36efb885a: Layer already exists 16:41:51 b0b09059f4e1: Layer already exists 16:41:51 f4666769fca7: Layer already exists 16:41:51 ---> 012a67a92745 16:41:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:41:51 1dcd779b3bf6: Layer already exists 16:41:51 2.0.0-dev.23: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] isUnix [Pipeline] sh 16:41:51 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:41:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:41:52 64c89167b600: Preparing 16:41:52 55d8a25d76ab: Preparing 16:41:52 b5f2b741ab75: Preparing 16:41:52 b964e9c34f33: Preparing 16:41:52 fd2d91e9a500: Preparing 16:41:52 293f12842169: Preparing 16:41:52 1dcd779b3bf6: Preparing 16:41:52 0754057c0ad3: Preparing 16:41:52 998cdf262ab1: Preparing 16:41:52 02e56110abd2: Preparing 16:41:52 abc36efb885a: Preparing 16:41:52 b0b09059f4e1: Preparing 16:41:52 bb961f40224b: Preparing 16:41:52 f4666769fca7: Preparing 16:41:52 293f12842169: Waiting 16:41:52 1dcd779b3bf6: Waiting 16:41:52 0754057c0ad3: Waiting 16:41:52 998cdf262ab1: Waiting 16:41:52 02e56110abd2: Waiting 16:41:52 abc36efb885a: Waiting 16:41:52 b0b09059f4e1: Waiting 16:41:52 bb961f40224b: Waiting 16:41:52 f4666769fca7: Waiting 16:41:52 55d8a25d76ab: Layer already exists 16:41:52 b964e9c34f33: Layer already exists 16:41:52 64c89167b600: Layer already exists 16:41:52 fd2d91e9a500: Layer already exists 16:41:52 b5f2b741ab75: Layer already exists 16:41:52 293f12842169: Layer already exists 16:41:52 1dcd779b3bf6: Layer already exists 16:41:52 0754057c0ad3: Layer already exists 16:41:52 998cdf262ab1: Layer already exists 16:41:52 02e56110abd2: Layer already exists 16:41:52 abc36efb885a: Layer already exists 16:41:52 b0b09059f4e1: Layer already exists 16:41:52 bb961f40224b: Layer already exists 16:41:52 f4666769fca7: Layer already exists 16:41:52 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] isUnix [Pipeline] sh 16:41:52 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 16:41:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 16:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:41:52 64c89167b600: Preparing 16:41:52 55d8a25d76ab: Preparing 16:41:52 b5f2b741ab75: Preparing 16:41:52 b964e9c34f33: Preparing 16:41:52 fd2d91e9a500: Preparing 16:41:52 293f12842169: Preparing 16:41:52 1dcd779b3bf6: Preparing 16:41:52 0754057c0ad3: Preparing 16:41:52 998cdf262ab1: Preparing 16:41:52 02e56110abd2: Preparing 16:41:52 abc36efb885a: Preparing 16:41:52 b0b09059f4e1: Preparing 16:41:52 bb961f40224b: Preparing 16:41:52 f4666769fca7: Preparing 16:41:52 02e56110abd2: Waiting 16:41:52 bb961f40224b: Waiting 16:41:52 f4666769fca7: Waiting 16:41:52 abc36efb885a: Waiting 16:41:52 293f12842169: Waiting 16:41:52 b0b09059f4e1: Waiting 16:41:52 1dcd779b3bf6: Waiting 16:41:52 0754057c0ad3: Waiting 16:41:52 998cdf262ab1: Waiting 16:41:52 64c89167b600: Layer already exists 16:41:52 b5f2b741ab75: Layer already exists 16:41:52 55d8a25d76ab: Layer already exists 16:41:52 fd2d91e9a500: Layer already exists 16:41:52 b964e9c34f33: Layer already exists 16:41:52 0754057c0ad3: Layer already exists 16:41:52 293f12842169: Layer already exists 16:41:52 1dcd779b3bf6: Layer already exists 16:41:52 998cdf262ab1: Layer already exists 16:41:52 02e56110abd2: Layer already exists 16:41:52 abc36efb885a: Layer already exists 16:41:52 bb961f40224b: Layer already exists 16:41:52 b0b09059f4e1: Layer already exists 16:41:52 f4666769fca7: Layer already exists 16:41:52 master: digest: sha256:7b1b82fd077f1c5fd015b9b74935d0cb33aa46fe4a26090cc251d157daf6095e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:41:52 ===================================================== [Pipeline] echo 16:41:52 taggedImages: 16:41:52 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525 16:41:52 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.23 16:41:52 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:41:52 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 16:41:53 ---> e0a1fa80ee4e 16:41:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:41:55 ---> 20e1f1fd53c2 16:41:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:41:56 ---> 201065938235 16:41:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:41:56 ---> 595248797b94 16:41:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:41:57 ---> Running in e82518fdf969 16:41:58 Removing intermediate container e82518fdf969 16:41:58 ---> 7fdddb7796e5 16:41:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:59 ---> fcac839c5df3 16:41:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:41:59 ---> Running in 25380adc530e 16:42:00 Removing intermediate container 25380adc530e 16:42:00 ---> c35dd4a9465d 16:42:00 Step 19/21 : LABEL arch=arm64 16:42:00 ---> a74469eec1e7 16:42:00 Step 18/22 : RUN chmod +x entrypoint.sh 16:42:00 ---> Running in e713a29fc963 16:42:00 ---> Running in 1cbf3880548e 16:42:01 Removing intermediate container e713a29fc963 16:42:01 ---> 8a6e89911a0c 16:42:01 Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:42:01 ---> Running in 7687018f531b 16:42:03 Removing intermediate container 7687018f531b 16:42:03 ---> 0c402fe7361a 16:42:03 Step 21/21 : LABEL version=2.0.0-dev.23 16:42:03 ---> Running in 6b79c9b3b940 16:42:04 Removing intermediate container 6b79c9b3b940 16:42:04 ---> f60710d7c8ac 16:42:04 16:42:04 Removing intermediate container 1cbf3880548e 16:42:04 ---> 93a10316a5f0 16:42:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:42:05 Successfully built f60710d7c8ac 16:42:05 Removing intermediate container 70a2405164d2 16:42:05 ---> ec85c6fc6f43 16:42:05 16:42:05 Step 10/22 : FROM scratch 16:42:05 ---> 16:42:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:05 Successfully tagged docker-support-scheduler-go-arm64:latest 16:42:05  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 16:42:05 ---> Running in d76aeb30abf3 16:42:05 ---> Using cache 16:42:05 ---> 18fc6480beaf 16:42:05 Step 12/22 : ENV APP_PORT=48081 16:42:05 ---> Running in 63d42cd751d4 16:42:06 Removing intermediate container d76aeb30abf3 16:42:06 ---> 11f0346e8c07 16:42:06 Step 20/22 : LABEL arch=arm64 16:42:06 ---> Running in dd70687c923b 16:42:06 Removing intermediate container 63d42cd751d4 16:42:06 ---> dd69f929fed8 16:42:06 Step 13/22 : EXPOSE $APP_PORT 16:42:07 ---> Running in 771cc821104c 16:42:07 Removing intermediate container dd70687c923b 16:42:07 ---> 2e8f08ca9b05 16:42:07 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:42:08 ---> Running in 52900141cae9 16:42:08 Removing intermediate container 771cc821104c 16:42:08 ---> 276a1c99032e 16:42:08 Step 14/22 : WORKDIR / 16:42:08 ---> Running in b423101169e5 16:42:09 Removing intermediate container 52900141cae9 16:42:09 ---> d27275550620 16:42:09 Step 22/22 : LABEL version=2.0.0-dev.23 16:42:09 ---> Running in bd843b99602f 16:42:09 Removing intermediate container b423101169e5 16:42:09 ---> 4cb40aa4106d 16:42:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:42:10 Removing intermediate container bd843b99602f 16:42:10 ---> 94bcfd3f47df 16:42:10 16:42:10 Successfully built 94bcfd3f47df 16:42:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:42:10 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:42:10  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 16:42:10 Status: Downloaded newer image for docker:20.10.0 16:42:10 ---> eeaf43b92773 16:42:10 Step 12/26 : RUN apk add --no-cache bash 16:42:11 ---> ec5186b8a142 16:42:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:42:11 ---> Running in 79bfcc061133 16:42:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:13 (1/2) Installing readline (8.0.4-r0) 16:42:13 (2/2) Installing bash (5.0.17-r0) 16:42:13 Executing bash-5.0.17-r0.post-install 16:42:13 Executing busybox-1.31.1-r19.trigger 16:42:13 OK: 12 MiB in 22 packages 16:42:14 ---> 07e4b34aa6bc 16:42:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:42:14 Removing intermediate container 0eeef6265e39 16:42:14 ---> e9fbd7e8685d 16:42:14 16:42:14 Step 10/23 : FROM alpine:3.12 16:42:14 ---> afeebe901d6b 16:42:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:15 ---> Running in ceeba7f8e689 16:42:15 ---> 9a4d91e410d3 16:42:15 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:42:15 ---> Running in b34c61a6200f 16:42:16 Removing intermediate container 79bfcc061133 16:42:16 ---> 8f2fce3d0d0e 16:42:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:42:16 Removing intermediate container ceeba7f8e689 16:42:16 ---> dc397cf27142 16:42:16 Step 12/23 : ENV APP_PORT=48080 16:42:16 ---> Running in 6df4802e6ff8 16:42:16 ---> Running in 1d3168560178 16:42:16 Removing intermediate container b34c61a6200f 16:42:16 ---> 790e4ebaa6f0 16:42:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:16 ---> Running in 96f13f9ca27f 16:42:16 Removing intermediate container 6df4802e6ff8 16:42:16 ---> 9aafe4a87f25 16:42:16 Step 14/26 : ENV APP_PORT=48090 16:42:16 Removing intermediate container 1d3168560178 16:42:16 ---> 319d64c9c7b4 16:42:16 Step 13/23 : EXPOSE $APP_PORT 16:42:17 ---> Running in bf68cf912aba 16:42:17 ---> Running in bfad9ce98f87 16:42:17 Removing intermediate container 96f13f9ca27f 16:42:17 ---> 7046118f6796 16:42:17 Step 20/22 : LABEL arch=arm64 16:42:17 ---> Running in bb171d89f645 16:42:17 Removing intermediate container bf68cf912aba 16:42:17 ---> 7b22465651f8 16:42:17 Step 15/26 : EXPOSE $APP_PORT 16:42:18 Removing intermediate container bfad9ce98f87 16:42:18 ---> 68ff5016015c 16:42:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:18 ---> Running in a41f850f4dcb 16:42:18 ---> Running in bb14460afa1b 16:42:18 Removing intermediate container bb171d89f645 16:42:18 ---> 5ef6e161e944 16:42:18 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:42:18 ---> Running in 542baeb83bb4 16:42:18 Removing intermediate container a41f850f4dcb 16:42:18 ---> 526346edf35e 16:42:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:42:19 Removing intermediate container 542baeb83bb4 16:42:19 ---> 78d8ad187720 16:42:19 Step 22/22 : LABEL version=2.0.0-dev.23 16:42:19 ---> Running in dfd9d6576f8f 16:42:20 Removing intermediate container dfd9d6576f8f 16:42:20 ---> f28539066763 16:42:20 16:42:21 ---> 56591c47365d 16:42:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:42:21 Successfully built f28539066763 16:42:21 Successfully tagged docker-core-metadata-go-arm64:latest 16:42:21 Building docker-security-secretstore-setup-go 16:42:22  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:42:22 ---> bd4d61c422ab 16:42:22 Step 3/24 : WORKDIR /edgex-go 16:42:22 ---> Using cache 16:42:22 ---> a16afe85733c 16:42:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:22 ---> Using cache 16:42:22 ---> c0c7f4216a99 16:42:22 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:42:22 Removing intermediate container bb14460afa1b 16:42:22 ---> ae3756faebb7 16:42:22 Step 15/23 : RUN apk add --update --no-cache zeromq 16:42:22 ---> Running in 706b9922469c 16:42:22 ---> 33db4b4e6469 16:42:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:42:22 ---> Running in 223b624f5840 16:42:25 ---> 70069ef1e401 16:42:25 Step 19/26 : RUN apk --no-cache add py3-pip 16:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:25 ---> Running in 93924e3288af 16:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:26 OK: 217 MiB in 51 packages 16:42:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:27 (1/33) Installing libbz2 (1.0.8-r1) 16:42:27 (2/33) Installing expat (2.2.9-r1) 16:42:27 (3/33) Installing libffi (3.3-r2) 16:42:27 (4/33) Installing gdbm (1.13-r1) 16:42:27 (5/33) Installing xz-libs (5.2.5-r0) 16:42:27 (1/5) Installing libgcc (9.3.0-r2) 16:42:27 (6/33) Installing sqlite-libs (3.32.1-r0) 16:42:27 (7/33) Installing python3 (3.8.5-r0) 16:42:27 (2/5) Installing libsodium (1.0.18-r0) 16:42:27 (3/5) Installing libstdc++ (9.3.0-r2) 16:42:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:42:27 ---> bd4d61c422ab 16:42:27 Step 3/22 : WORKDIR /edgex-go 16:42:27 ---> Using cache 16:42:27 ---> a16afe85733c 16:42:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:27 ---> Using cache 16:42:27 ---> c0c7f4216a99 16:42:27 Step 5/22 : RUN apk add --update --no-cache make git 16:42:28 (4/5) Installing libzmq (4.3.3-r0) 16:42:28 (5/5) Installing zeromq (4.3.3-r0) 16:42:28 Executing busybox-1.31.1-r19.trigger 16:42:28 OK: 8 MiB in 19 packages 16:42:29 (8/33) Installing py3-appdirs (1.4.4-r1) 16:42:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:42:29 (10/33) Installing py3-parsing (2.4.7-r0) 16:42:29 (11/33) Installing py3-six (1.15.0-r0) 16:42:29 (12/33) Installing py3-packaging (20.4-r0) 16:42:29 (13/33) Installing py3-setuptools (47.0.0-r0) 16:42:29 (14/33) Installing py3-chardet (3.0.4-r4) 16:42:29 ---> Running in b69ca20aa893 16:42:29 (15/33) Installing py3-idna (2.9-r0) 16:42:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:42:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:42:29 (18/33) Installing py3-requests (2.23.0-r0) 16:42:29 (19/33) Installing py3-msgpack (1.0.0-r0) 16:42:29 (20/33) Installing py3-lockfile (0.12.2-r3) 16:42:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:42:30 (22/33) Installing py3-colorama (0.4.3-r0) 16:42:30 (23/33) Installing py3-distlib (0.3.0-r0) 16:42:30 (24/33) Installing py3-distro (1.5.0-r1) 16:42:30 (25/33) Installing py3-webencodings (0.5.1-r3) 16:42:30 (26/33) Installing py3-html5lib (1.0.1-r4) 16:42:30 (27/33) Installing py3-pytoml (0.1.21-r0) 16:42:30 (28/33) Installing py3-pep517 (0.8.2-r0) 16:42:30 (29/33) Installing py3-progress (1.5-r0) 16:42:30 (30/33) Installing py3-toml (0.10.1-r0) 16:42:30 (31/33) Installing py3-retrying (1.3.3-r0) 16:42:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:42:30 (33/33) Installing py3-pip (20.1.1-r0) 16:42:30 Removing intermediate container 706b9922469c 16:42:30 ---> ed2d5dfa380f 16:42:30 Step 6/24 : COPY go.mod . 16:42:30 Executing busybox-1.31.1-r19.trigger 16:42:30 OK: 71 MiB in 55 packages 16:42:31 Removing intermediate container 223b624f5840 16:42:31 ---> a4487376af3c 16:42:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:42:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:31 ---> e63c660e5229 16:42:31 Step 7/24 : RUN go mod download 16:42:33 ---> Running in b9c486716826 16:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:33 ---> 90cb8241b513 16:42:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:42:33 OK: 217 MiB in 51 packages 16:42:35 ---> a45611885e07 16:42:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:42:36 Removing intermediate container b69ca20aa893 16:42:36 ---> 00e44a9e100a 16:42:36 Step 6/22 : COPY go.mod . 16:42:36 Removing intermediate container b9c486716826 16:42:36 ---> e5e5d361f052 16:42:36 Step 8/24 : COPY . . 16:42:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:42:36 ---> bd4d61c422ab 16:42:36 Step 3/24 : WORKDIR /edgex-go 16:42:36 ---> Using cache 16:42:36 ---> a16afe85733c 16:42:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:36 ---> Using cache 16:42:36 ---> c0c7f4216a99 16:42:36 Step 5/24 : RUN apk add --update --no-cache make git 16:42:36 ---> Using cache 16:42:36 ---> 00e44a9e100a 16:42:36 Step 6/24 : COPY go.mod . 16:42:37 ---> b96e234a6dd5 16:42:37 Step 19/23 : ENTRYPOINT ["/core-data"] 16:42:37 ---> Running in 383db074d3fd 16:42:37 ---> 2abff0c79224 16:42:37 Step 7/22 : RUN go mod download 16:42:37 ---> Running in c8bb3da7251f 16:42:38 ---> f6b47dbf1f53 16:42:38 Step 7/24 : RUN go mod download 16:42:38 Removing intermediate container 383db074d3fd 16:42:38 ---> e61c949b1b73 16:42:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:38 ---> Running in cc853788542e 16:42:39 ---> Running in b519ce74e44a 16:42:40 Removing intermediate container b519ce74e44a 16:42:40 ---> d71c3477f254 16:42:40 Step 21/23 : LABEL arch=arm64 16:42:40 ---> Running in d044427e6017 16:42:41 Removing intermediate container 93924e3288af 16:42:41 ---> d14191ac81b9 16:42:41 Step 20/26 : RUN pip install docker-compose==1.23.2 16:42:42 Removing intermediate container d044427e6017 16:42:42 ---> c96e9645281c 16:42:42 Step 22/23 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:42:42 ---> Running in e2b5ec0d57fb 16:42:42 ---> Running in 642db760f70d 16:42:42 Removing intermediate container c8bb3da7251f 16:42:42 ---> 8ce214834eb2 16:42:42 Step 8/22 : COPY . . 16:42:43 Removing intermediate container cc853788542e 16:42:43 ---> ef07a1a2b814 16:42:43 Step 8/24 : COPY . . 16:42:43 Removing intermediate container 642db760f70d 16:42:43 ---> 6e7a0cfa928d 16:42:43 Step 23/23 : LABEL version=2.0.0-dev.23 16:42:43 ---> Running in e851b8f56342 16:42:45 Removing intermediate container e851b8f56342 16:42:45 ---> 71b0f823f724 16:42:45 16:42:45 Successfully built 71b0f823f724 16:42:45 Successfully tagged docker-core-data-go-arm64:latest 16:42:45  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 16:42:48 Collecting docker-compose==1.23.2 16:42:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:42:49 Collecting jsonschema<3,>=2.5.1 16:42:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:42:51 Collecting websocket-client<1.0,>=0.32.0 16:42:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:42:52 Collecting docopt<0.7,>=0.6.1 16:42:52 Downloading docopt-0.6.2.tar.gz (25 kB) 16:42:53 ---> 24d9c60e3bd0 16:42:53 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:42:54 ---> Running in 2658981b8983 16:42:55 Collecting cached-property<2,>=1.2.0 16:42:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:42:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:42:56 Collecting texttable<0.10,>=0.9.0 16:42:56 Downloading texttable-0.9.1.tar.gz (11 kB) 16:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:42:58 ---> 844baa1298fa 16:42:58 Step 9/22 : RUN make cmd/core-command/core-command 16:42:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:42:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:42:58 ---> bd4d61c422ab 16:42:58 Step 3/21 : WORKDIR /edgex-go 16:42:58 ---> Using cache 16:42:58 ---> a16afe85733c 16:42:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:58 ---> Using cache 16:42:58 ---> c0c7f4216a99 16:42:58 Step 5/21 : RUN apk add --update --no-cache make git 16:42:58 ---> Using cache 16:42:58 ---> 00e44a9e100a 16:42:58 Step 6/21 : COPY go.mod . 16:42:58 ---> Using cache 16:42:58 ---> f6b47dbf1f53 16:42:58 Step 7/21 : RUN go mod download 16:42:58 ---> Using cache 16:42:58 ---> ef07a1a2b814 16:42:58 Step 8/21 : COPY . . 16:42:59 ---> Running in 210d4ee38aeb 16:43:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:43:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:43:00 ---> 23b327da4aa8 16:43:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:43:01 ---> Running in 28d91c9789b5 16:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o cmd/core-command/core-command ./cmd/core-command 16:43:01 Collecting docker<4.0,>=3.6.0 16:43:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:43:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:43:03 Collecting PyYAML<4,>=3.10 16:43:03 Downloading PyYAML-3.13.tar.gz (270 kB) 16:43:09 Collecting dockerpty<0.5,>=0.4.1 16:43:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:43:12 Collecting idna<2.8,>=2.5 16:43:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:43:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:43:13 ---> f2f882e7bca4 16:43:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:43:14 ---> Running in a7db3a610753 16:43:14 Collecting urllib3<1.25,>=1.21.1 16:43:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:43:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:43:14 Collecting docker-pycreds>=0.4.0 16:43:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:43:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:43:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:43:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:43:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:43:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:43:16 Installing collected packages: jsonschema, websocket-client, docopt, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docker-compose 16:43:17 Running setup.py install for docopt: started 16:43:20 Running setup.py install for docopt: finished with status 'done' 16:43:20 Running setup.py install for texttable: started 16:43:23 Running setup.py install for texttable: finished with status 'done' 16:43:23 Attempting uninstall: idna 16:43:23 Found existing installation: idna 2.9 16:43:23 Uninstalling idna-2.9: 16:43:23 Successfully uninstalled idna-2.9 16:43:24 Attempting uninstall: urllib3 16:43:24 Found existing installation: urllib3 1.25.9 16:43:24 Uninstalling urllib3-1.25.9: 16:43:24 Successfully uninstalled urllib3-1.25.9 16:43:25 Attempting uninstall: requests 16:43:25 Found existing installation: requests 2.23.0 16:43:25 Uninstalling requests-2.23.0: 16:43:25 Successfully uninstalled requests-2.23.0 16:43:26 Running setup.py install for PyYAML: started 16:43:30 Running setup.py install for PyYAML: finished with status 'done' 16:43:30 Running setup.py install for dockerpty: started 16:43:33 Running setup.py install for dockerpty: finished with status 'done' 16:43:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:43:39 Removing intermediate container e2b5ec0d57fb 16:43:39 ---> fa1b1e318494 16:43:39 Step 21/26 : RUN apk --no-cache add curl 16:43:39 ---> Running in 9c3caa8b8822 16:43:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:43:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:43:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:43:42 (2/3) Installing libcurl (7.69.1-r3) 16:43:42 (3/3) Installing curl (7.69.1-r3) 16:43:42 Executing busybox-1.31.1-r19.trigger 16:43:42 OK: 71 MiB in 58 packages 16:43:44 Removing intermediate container 9c3caa8b8822 16:43:44 ---> 2cec309b54b8 16:43:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:43:44 ---> Running in e705bfc11329 16:43:45 Removing intermediate container e705bfc11329 16:43:45 ---> 3543dbebc7ba 16:43:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:43:45 ---> Running in de3514095a32 16:43:46 Removing intermediate container de3514095a32 16:43:46 ---> 75a826202b47 16:43:46 Step 24/26 : LABEL arch=arm64 16:43:46 ---> Running in 6a842f989b5f 16:43:47 Removing intermediate container 6a842f989b5f 16:43:47 ---> fb5e9a483684 16:43:47 Step 25/26 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:43:47 ---> Running in 7b21d95a44e6 16:43:47 Removing intermediate container 7b21d95a44e6 16:43:47 ---> 7a03cc469f5f 16:43:47 Step 26/26 : LABEL version=2.0.0-dev.23 16:43:47 ---> Running in c9ca81530f87 16:43:48 Removing intermediate container c9ca81530f87 16:43:48 ---> 4401f8b7bd2e 16:43:48 16:43:49 Successfully built 4401f8b7bd2e 16:43:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:44:16  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.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:44:21 Removing intermediate container 2658981b8983 16:44:21 ---> 1f32cee4d24f 16:44:21 16:44:21 Step 10/24 : FROM scratch 16:44:21 ---> 16:44:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:44:21 ---> Running in 987f7b95016e 16:44:22 Removing intermediate container 987f7b95016e 16:44:22 ---> 515c0e988cb0 16:44:22 Step 12/24 : ENV APP_PORT=48060 16:44:22 ---> Running in 373440d37e93 16:44:22 Removing intermediate container 373440d37e93 16:44:22 ---> 3fb7ceaaf215 16:44:22 Step 13/24 : EXPOSE $APP_PORT 16:44:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config 16:44:23 ---> Running in d5b49d95ed60 16:44:24 Removing intermediate container d5b49d95ed60 16:44:24 ---> 3c49ea7027f6 16:44:24 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:44:26 ---> 8c060df60936 16:44:26 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:44:28 Removing intermediate container 28d91c9789b5 16:44:28 ---> 78f04f582e8d 16:44:28 16:44:28 Step 10/24 : FROM alpine:3.12 16:44:28 ---> afeebe901d6b 16:44:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:44:28 ---> Using cache 16:44:28 ---> a7e6067af038 16:44:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:44:28 ---> 522af14ad47e 16:44:28 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:44:28 ---> Running in d2a1e84a86fd 16:44:28 Removing intermediate container 210d4ee38aeb 16:44:28 ---> 2b61b8b61dab 16:44:28 16:44:28 Step 10/22 : FROM scratch 16:44:28 ---> 16:44:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:44:28 ---> Using cache 16:44:28 ---> 18fc6480beaf 16:44:28 Step 12/22 : ENV APP_PORT=48082 16:44:28 ---> Running in 9ad9cf6d3326 16:44:28 Removing intermediate container d2a1e84a86fd 16:44:28 ---> 445d9bbd51ed 16:44:28 Step 13/24 : WORKDIR / 16:44:28 ---> Running in 7fcf45f7dfbe 16:44:29 Removing intermediate container 9ad9cf6d3326 16:44:29 ---> baa86cb61811 16:44:29 Step 13/22 : EXPOSE $APP_PORT 16:44:29 ---> Running in 56a60bfd160a 16:44:29 ---> 8cf348fbd794 16:44:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:44:29 Removing intermediate container 7fcf45f7dfbe 16:44:29 ---> e890921deb59 16:44:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:44:29 Removing intermediate container 56a60bfd160a 16:44:29 ---> 2c7874952d47 16:44:29 Step 14/22 : WORKDIR / 16:44:30 ---> Running in 21b2b796e384 16:44:30 ---> c2a50aa59c2f 16:44:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:44:30 ---> a13c7852d165 16:44:30 Removing intermediate container 21b2b796e384 16:44:30 ---> 3ba84acfb97b 16:44:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:44:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:44:32 ---> 9b11d8d684ec 16:44:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:44:32 ---> 82ad03986ccc 16:44:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:44:32 ---> c9adf1c6296e 16:44:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:44:32 Removing intermediate container a7db3a610753 16:44:32 ---> cbb7374b1091 16:44:32 16:44:32 Step 10/21 : FROM alpine:3.12 16:44:32 ---> afeebe901d6b 16:44:32 Step 11/21 : RUN apk add --update --no-cache curl 16:44:32 ---> Running in 3a10ed2a6c6a 16:44:33 ---> e987368514aa 16:44:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:44:33 ---> f9312c21fa6a 16:44:33 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:44:33 ---> 934a317c7d50 16:44:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:44:33 ---> Running in 204036ec595f 16:44:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:35 Removing intermediate container 204036ec595f 16:44:35 ---> 9af960b36229 16:44:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:35 ---> 603f1ddabf72 16:44:35 Step 18/22 : ENTRYPOINT ["/core-command"] 16:44:35 ---> Running in 28b33318019c 16:44:35 ---> Running in 286af50c4e26 16:44:35 ---> a4559ab4ccfe 16:44:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:44:35 (1/4) Installing ca-certificates (20191127-r4) 16:44:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:44:35 (3/4) Installing libcurl (7.69.1-r3) 16:44:35 (4/4) Installing curl (7.69.1-r3) 16:44:35 Executing busybox-1.31.1-r19.trigger 16:44:35 Executing ca-certificates-20191127-r4.trigger 16:44:35 Removing intermediate container 28b33318019c 16:44:35 ---> 7d2280612dc9 16:44:35 Step 22/24 : LABEL arch=arm64 16:44:35 OK: 7 MiB in 18 packages 16:44:36 ---> Running in cb2c21011d5d 16:44:36 Removing intermediate container 286af50c4e26 16:44:36 ---> 470b2f0cae08 16:44:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:36 ---> Running in 55c2df0bb408 16:44:37 Removing intermediate container cb2c21011d5d 16:44:37 ---> de65c79f528a 16:44:37 Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:44:37 ---> c4f2e8adc9a8 16:44:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:44:37 ---> Running in d1fa6bb71686 16:44:37 Removing intermediate container 55c2df0bb408 16:44:37 ---> ba42a0a9e065 16:44:37 Step 20/22 : LABEL arch=arm64 16:44:37 ---> Running in 529a10e5623d 16:44:37 Removing intermediate container d1fa6bb71686 16:44:37 ---> 6b87bcf067a0 16:44:37 Step 24/24 : LABEL version=2.0.0-dev.23 16:44:37 ---> Running in c1e3226d4c17 16:44:37 ---> 965fbbc3b42b 16:44:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:44:38 Removing intermediate container 3a10ed2a6c6a 16:44:38 ---> fda28a97c888 16:44:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:44:38 ---> Running in 53cbf2ef79ef 16:44:38 Removing intermediate container 529a10e5623d 16:44:38 ---> 2937f9b160de 16:44:38 Step 21/22 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:44:38 ---> Running in 58b0cf20989b 16:44:38 ---> Running in 27324e94a6c2 16:44:38 Removing intermediate container c1e3226d4c17 16:44:38 ---> 29be73cf061c 16:44:38 16:44:39 Successfully built 29be73cf061c 16:44:39 Successfully tagged docker-support-notifications-go-arm64:latest 16:44:39  Building docker-support-notifications-go ... done Removing intermediate container 58b0cf20989b 16:44:39 ---> 75a521d418a5 16:44:39 Step 13/21 : WORKDIR /edgex 16:44:39 Removing intermediate container 27324e94a6c2 16:44:39 ---> 91b17030e13a 16:44:39 Step 22/22 : LABEL version=2.0.0-dev.23 16:44:39 ---> Running in 75433a034a27 16:44:39 ---> Running in 2f407a2c11e5 16:44:39 Removing intermediate container 75433a034a27 16:44:39 ---> 989979710d71 16:44:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:44:39 Removing intermediate container 2f407a2c11e5 16:44:39 ---> 6ded5300c544 16:44:39 16:44:40 Successfully built 6ded5300c544 16:44:40 Successfully tagged docker-core-command-go-arm64:latest 16:44:40  Building docker-core-command-go ... done  ---> d04d4870a692 16:44:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:44:40 Removing intermediate container 53cbf2ef79ef 16:44:40 ---> c69235dcafb9 16:44:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:44:41 ---> Running in 2596803af9df 16:44:41 Removing intermediate container 2596803af9df 16:44:41 ---> 88e5bfe7c8c8 16:44:41 Step 22/24 : LABEL arch=arm64 16:44:41 ---> 0e788ed1a3d2 16:44:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:44:42 ---> Running in 726dc49909ef 16:44:42 Removing intermediate container 726dc49909ef 16:44:42 ---> 3c8ff88da8c6 16:44:42 Step 23/24 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:44:42 ---> Running in 864d6b4f2b27 16:44:42 ---> 43d32eae0a7d 16:44:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:44:43 ---> Running in 9f1283df7c62 16:44:43 Removing intermediate container 864d6b4f2b27 16:44:43 ---> ae99936e5b5d 16:44:43 Step 24/24 : LABEL version=2.0.0-dev.23 16:44:43 ---> Running in a0551dc8d710 16:44:43 Removing intermediate container 9f1283df7c62 16:44:43 ---> 2a8940a1fbf3 16:44:43 Step 18/21 : CMD ["--init=true"] 16:44:43 ---> Running in 515a5ca57fe9 16:44:43 Removing intermediate container a0551dc8d710 16:44:43 ---> 7b49e4197f68 16:44:43 16:44:43 Successfully built 7b49e4197f68 16:44:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:44:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 515a5ca57fe9 16:44:44 ---> 7849e61e6b38 16:44:44 Step 19/21 : LABEL arch=arm64 16:44:44 ---> Running in 7d519bbee07e 16:44:44 Removing intermediate container 7d519bbee07e 16:44:44 ---> 4afdf8cb154f 16:44:44 Step 20/21 : LABEL git_sha=67d1a34251aa6315d67009af9685794612423525 16:44:44 ---> Running in 3e275ae699d7 16:44:45 Removing intermediate container 3e275ae699d7 16:44:45 ---> d172f41d63cf 16:44:45 Step 21/21 : LABEL version=2.0.0-dev.23 16:44:45 ---> Running in ebb063898d84 16:44:46 Removing intermediate container ebb063898d84 16:44:46 ---> 66f78858f8d9 16:44:46 16:44:46 Successfully built 66f78858f8d9 16:44:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:44:46  Building docker-security-proxy-setup-go ... done  [Pipeline] } 16:44:46 $ docker stop --time=1 b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 16:44:48 $ docker rm -f b3434e36dab0b6f076bab2a097ce9dd59f89445c237a4289c3ea2c6f0259a191 [Pipeline] // withDockerContainer [Pipeline] sh 16:44:49 + docker images 16:44:49 + grep docker 16:44:49 docker-security-proxy-setup-go-arm64 latest 66f78858f8d9 4 seconds ago 23.3MB 16:44:49 docker-security-secretstore-setup-go-arm64 latest 7b49e4197f68 6 seconds ago 23.4MB 16:44:49 docker-core-command-go-arm64 latest 6ded5300c544 10 seconds ago 9.98MB 16:44:49 docker-support-notifications-go-arm64 latest 29be73cf061c 11 seconds ago 11.4MB 16:44:49 docker-sys-mgmt-agent-go-arm64 latest 4401f8b7bd2e About a minute ago 300MB 16:44:49 docker-core-data-go-arm64 latest 71b0f823f724 2 minutes ago 21MB 16:44:49 docker-core-metadata-go-arm64 latest f28539066763 2 minutes ago 12.2MB 16:44:49 docker-security-bootstrap-redis-go-arm64 latest 94bcfd3f47df 2 minutes ago 15.1MB 16:44:49 docker-support-scheduler-go-arm64 latest f60710d7c8ac 2 minutes ago 10MB 16:44:49 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:44:49 provisioning config files... 16:44:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/268@tmp/config4657410680998438484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:44:50 ---> docker-login.sh 16:44:50 nexus3.edgexfoundry.org:10001 16:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:50 Configure a credential helper to remove this warning. See 16:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:50 16:44:50 Login Succeeded 16:44:50 nexus3.edgexfoundry.org:10002 16:44:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:51 Configure a credential helper to remove this warning. See 16:44:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:51 16:44:51 Login Succeeded 16:44:51 nexus3.edgexfoundry.org:10003 16:44:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:51 Configure a credential helper to remove this warning. See 16:44:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:51 16:44:51 Login Succeeded 16:44:51 nexus3.edgexfoundry.org:10004 16:44:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:52 Configure a credential helper to remove this warning. See 16:44:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:52 16:44:52 Login Succeeded 16:44:52 docker.io 16:44:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:44:53 Configure a credential helper to remove this warning. See 16:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:44:53 16:44:53 Login Succeeded 16:44:53 ---> docker-login.sh ends [Pipeline] } 16:44:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:44:53 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 16:44:53 67d1a34251aa6315d67009af9685794612423525 16:44:53 2.0.0-dev.23 16:44:53 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:44:53 master 16:44:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:44:53 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:44:54 d3b9c6c41a1f: Preparing 16:44:54 e38a825ec88b: Preparing 16:44:54 b72fd818859a: Preparing 16:44:54 b72fd818859a: Pushed 16:44:54 d3b9c6c41a1f: Pushed 16:44:57 e38a825ec88b: Pushed 16:44:57 67d1a34251aa6315d67009af9685794612423525: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh 16:44:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:44:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 16:44:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:44:57 d3b9c6c41a1f: Preparing 16:44:57 e38a825ec88b: Preparing 16:44:57 b72fd818859a: Preparing 16:44:57 e38a825ec88b: Layer already exists 16:44:58 b72fd818859a: Layer already exists 16:44:58 d3b9c6c41a1f: Layer already exists 16:44:58 2.0.0-dev.23: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh 16:44:58 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:44:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:44:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:44:58 d3b9c6c41a1f: Preparing 16:44:58 e38a825ec88b: Preparing 16:44:58 b72fd818859a: Preparing 16:44:58 d3b9c6c41a1f: Layer already exists 16:44:58 b72fd818859a: Layer already exists 16:44:58 e38a825ec88b: Layer already exists 16:44:58 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] isUnix [Pipeline] sh 16:44:59 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:44:59 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 16:44:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:44:59 d3b9c6c41a1f: Preparing 16:44:59 e38a825ec88b: Preparing 16:44:59 b72fd818859a: Preparing 16:44:59 b72fd818859a: Layer already exists 16:44:59 e38a825ec88b: Layer already exists 16:44:59 d3b9c6c41a1f: Layer already exists 16:44:59 master: digest: sha256:a75071f2ac2465a083d50d3c91cdf92a00ead9fff6128ea4aed64942e3e8d664 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:00 ===================================================== [Pipeline] echo 16:45:00 taggedImages: 16:45:00 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:00 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.23 16:45:00 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:00 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 16:45:00 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 16:45:00 67d1a34251aa6315d67009af9685794612423525 16:45:00 2.0.0-dev.23 16:45:00 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:00 master 16:45:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:00 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:45:01 3c585703bc3d: Preparing 16:45:01 7a7541004413: Preparing 16:45:01 33198f63950e: Preparing 16:45:01 b745d4465d1c: Preparing 16:45:01 c98ccfcc68aa: Preparing 16:45:01 379067d0cb53: Preparing 16:45:01 379067d0cb53: Waiting 16:45:01 33198f63950e: Pushed 16:45:01 3c585703bc3d: Pushed 16:45:01 c98ccfcc68aa: Pushed 16:45:01 379067d0cb53: Layer already exists 16:45:02 b745d4465d1c: Pushed 16:45:04 7a7541004413: Pushed 16:45:04 67d1a34251aa6315d67009af9685794612423525: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:45:05 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 16:45:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:45:05 3c585703bc3d: Preparing 16:45:05 7a7541004413: Preparing 16:45:05 33198f63950e: Preparing 16:45:05 b745d4465d1c: Preparing 16:45:05 c98ccfcc68aa: Preparing 16:45:05 379067d0cb53: Preparing 16:45:05 379067d0cb53: Waiting 16:45:05 7a7541004413: Layer already exists 16:45:05 3c585703bc3d: Layer already exists 16:45:05 b745d4465d1c: Layer already exists 16:45:05 c98ccfcc68aa: Layer already exists 16:45:05 33198f63950e: Layer already exists 16:45:05 379067d0cb53: Layer already exists 16:45:05 2.0.0-dev.23: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:45:06 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:45:06 3c585703bc3d: Preparing 16:45:06 7a7541004413: Preparing 16:45:06 33198f63950e: Preparing 16:45:06 b745d4465d1c: Preparing 16:45:06 c98ccfcc68aa: Preparing 16:45:06 379067d0cb53: Preparing 16:45:06 379067d0cb53: Waiting 16:45:06 3c585703bc3d: Layer already exists 16:45:06 b745d4465d1c: Layer already exists 16:45:06 c98ccfcc68aa: Layer already exists 16:45:06 33198f63950e: Layer already exists 16:45:06 7a7541004413: Layer already exists 16:45:06 379067d0cb53: Layer already exists 16:45:06 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:45:07 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 16:45:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:45:07 3c585703bc3d: Preparing 16:45:07 7a7541004413: Preparing 16:45:07 33198f63950e: Preparing 16:45:07 b745d4465d1c: Preparing 16:45:07 c98ccfcc68aa: Preparing 16:45:07 379067d0cb53: Preparing 16:45:07 379067d0cb53: Waiting 16:45:08 7a7541004413: Layer already exists 16:45:08 c98ccfcc68aa: Layer already exists 16:45:08 33198f63950e: Layer already exists 16:45:08 3c585703bc3d: Layer already exists 16:45:08 b745d4465d1c: Layer already exists 16:45:08 379067d0cb53: Layer already exists 16:45:08 master: digest: sha256:75ed0c20b8b7172ad27192239b22dae93aa955b908773dffefe23494df711398 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:08 ===================================================== [Pipeline] echo 16:45:08 taggedImages: 16:45:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.23 16:45:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:08 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 16:45:08 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 16:45:08 67d1a34251aa6315d67009af9685794612423525 16:45:08 2.0.0-dev.23 16:45:08 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:08 master 16:45:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:08 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:45:09 fafc2cbf6be0: Preparing 16:45:09 fe312d5ad87d: Preparing 16:45:09 2f896a1716f6: Preparing 16:45:09 2f896a1716f6: Pushed 16:45:09 fafc2cbf6be0: Pushed 16:45:13 fe312d5ad87d: Pushed 16:45:13 67d1a34251aa6315d67009af9685794612423525: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:13 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 16:45:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:45:13 fafc2cbf6be0: Preparing 16:45:13 fe312d5ad87d: Preparing 16:45:13 2f896a1716f6: Preparing 16:45:13 2f896a1716f6: Layer already exists 16:45:13 fe312d5ad87d: Layer already exists 16:45:13 fafc2cbf6be0: Layer already exists 16:45:14 2.0.0-dev.23: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:14 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:45:14 fafc2cbf6be0: Preparing 16:45:14 fe312d5ad87d: Preparing 16:45:14 2f896a1716f6: Preparing 16:45:15 2f896a1716f6: Layer already exists 16:45:15 fe312d5ad87d: Layer already exists 16:45:15 fafc2cbf6be0: Layer already exists 16:45:15 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:15 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 16:45:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:45:16 fafc2cbf6be0: Preparing 16:45:16 fe312d5ad87d: Preparing 16:45:16 2f896a1716f6: Preparing 16:45:16 2f896a1716f6: Layer already exists 16:45:16 fe312d5ad87d: Layer already exists 16:45:16 fafc2cbf6be0: Layer already exists 16:45:16 master: digest: sha256:f35c79f3e05d5b029ec0c8c624816ad43d76e4931f607b8ae82b34f3a012a29d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:16 ===================================================== [Pipeline] echo 16:45:16 taggedImages: 16:45:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.23 16:45:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:16 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 16:45:16 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 16:45:16 67d1a34251aa6315d67009af9685794612423525 16:45:16 2.0.0-dev.23 16:45:16 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:16 master 16:45:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:17 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:45:17 c5098fdccd32: Preparing 16:45:17 10b364ca15ed: Preparing 16:45:17 112f10b824cb: Preparing 16:45:17 a1c5b3c33b05: Preparing 16:45:17 9fa9e9e2d937: Preparing 16:45:17 d65860494c99: Preparing 16:45:17 379067d0cb53: Preparing 16:45:17 379067d0cb53: Waiting 16:45:17 d65860494c99: Waiting 16:45:17 c5098fdccd32: Pushed 16:45:17 112f10b824cb: Pushed 16:45:17 9fa9e9e2d937: Pushed 16:45:17 10b364ca15ed: Pushed 16:45:19 379067d0cb53: Layer already exists 16:45:19 d65860494c99: Pushed 16:45:20 a1c5b3c33b05: Pushed 16:45:20 67d1a34251aa6315d67009af9685794612423525: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:45:20 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 16:45:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:45:20 c5098fdccd32: Preparing 16:45:20 10b364ca15ed: Preparing 16:45:20 112f10b824cb: Preparing 16:45:20 a1c5b3c33b05: Preparing 16:45:20 9fa9e9e2d937: Preparing 16:45:20 d65860494c99: Preparing 16:45:20 379067d0cb53: Preparing 16:45:20 d65860494c99: Waiting 16:45:20 379067d0cb53: Waiting 16:45:20 10b364ca15ed: Layer already exists 16:45:20 9fa9e9e2d937: Layer already exists 16:45:20 a1c5b3c33b05: Layer already exists 16:45:20 112f10b824cb: Layer already exists 16:45:20 c5098fdccd32: Layer already exists 16:45:20 d65860494c99: Layer already exists 16:45:20 379067d0cb53: Layer already exists 16:45:21 2.0.0-dev.23: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:45:21 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:45:21 c5098fdccd32: Preparing 16:45:21 10b364ca15ed: Preparing 16:45:21 112f10b824cb: Preparing 16:45:21 a1c5b3c33b05: Preparing 16:45:21 9fa9e9e2d937: Preparing 16:45:21 d65860494c99: Preparing 16:45:21 379067d0cb53: Preparing 16:45:21 379067d0cb53: Waiting 16:45:21 d65860494c99: Waiting 16:45:22 9fa9e9e2d937: Layer already exists 16:45:22 10b364ca15ed: Layer already exists 16:45:22 112f10b824cb: Layer already exists 16:45:22 c5098fdccd32: Layer already exists 16:45:22 a1c5b3c33b05: Layer already exists 16:45:22 379067d0cb53: Layer already exists 16:45:22 d65860494c99: Layer already exists 16:45:22 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:45:22 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 16:45:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:45:22 c5098fdccd32: Preparing 16:45:22 10b364ca15ed: Preparing 16:45:22 112f10b824cb: Preparing 16:45:22 a1c5b3c33b05: Preparing 16:45:22 9fa9e9e2d937: Preparing 16:45:22 d65860494c99: Preparing 16:45:22 379067d0cb53: Preparing 16:45:22 d65860494c99: Waiting 16:45:22 379067d0cb53: Waiting 16:45:22 9fa9e9e2d937: Layer already exists 16:45:22 c5098fdccd32: Layer already exists 16:45:22 a1c5b3c33b05: Layer already exists 16:45:22 112f10b824cb: Layer already exists 16:45:22 10b364ca15ed: Layer already exists 16:45:23 d65860494c99: Layer already exists 16:45:23 379067d0cb53: Layer already exists 16:45:23 master: digest: sha256:32dcf0db5e3c628c8f6892d241fe242099c8a912620688cf481591145b034bb4 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:23 ===================================================== [Pipeline] echo 16:45:23 taggedImages: 16:45:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.23 16:45:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:23 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 16:45:23 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 16:45:23 67d1a34251aa6315d67009af9685794612423525 16:45:23 2.0.0-dev.23 16:45:23 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:23 master 16:45:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:23 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:45:24 82f3f638762f: Preparing 16:45:24 d64c8131a56a: Preparing 16:45:24 f93ba0066e5f: Preparing 16:45:24 74b3b026e3ac: Preparing 16:45:24 a9bdca16aeec: Preparing 16:45:24 379067d0cb53: Preparing 16:45:24 379067d0cb53: Waiting 16:45:24 74b3b026e3ac: Pushed 16:45:24 f93ba0066e5f: Pushed 16:45:24 379067d0cb53: Layer already exists 16:45:25 a9bdca16aeec: Pushed 16:45:27 d64c8131a56a: Pushed 16:45:27 82f3f638762f: Pushed 16:45:27 67d1a34251aa6315d67009af9685794612423525: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh 16:45:27 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 16:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:45:27 82f3f638762f: Preparing 16:45:27 d64c8131a56a: Preparing 16:45:27 f93ba0066e5f: Preparing 16:45:27 74b3b026e3ac: Preparing 16:45:27 a9bdca16aeec: Preparing 16:45:27 379067d0cb53: Preparing 16:45:27 379067d0cb53: Waiting 16:45:27 74b3b026e3ac: Layer already exists 16:45:27 f93ba0066e5f: Layer already exists 16:45:27 d64c8131a56a: Layer already exists 16:45:27 82f3f638762f: Layer already exists 16:45:27 a9bdca16aeec: Layer already exists 16:45:27 379067d0cb53: Layer already exists 16:45:28 2.0.0-dev.23: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh 16:45:28 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:45:28 82f3f638762f: Preparing 16:45:28 d64c8131a56a: Preparing 16:45:28 f93ba0066e5f: Preparing 16:45:28 74b3b026e3ac: Preparing 16:45:28 a9bdca16aeec: Preparing 16:45:28 379067d0cb53: Preparing 16:45:28 379067d0cb53: Waiting 16:45:28 74b3b026e3ac: Layer already exists 16:45:28 82f3f638762f: Layer already exists 16:45:28 d64c8131a56a: Layer already exists 16:45:29 f93ba0066e5f: Layer already exists 16:45:29 a9bdca16aeec: Layer already exists 16:45:29 379067d0cb53: Layer already exists 16:45:29 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] isUnix [Pipeline] sh 16:45:29 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 16:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:45:29 82f3f638762f: Preparing 16:45:29 d64c8131a56a: Preparing 16:45:29 f93ba0066e5f: Preparing 16:45:29 74b3b026e3ac: Preparing 16:45:29 a9bdca16aeec: Preparing 16:45:29 379067d0cb53: Preparing 16:45:29 379067d0cb53: Waiting 16:45:29 82f3f638762f: Layer already exists 16:45:29 f93ba0066e5f: Layer already exists 16:45:30 d64c8131a56a: Layer already exists 16:45:30 74b3b026e3ac: Layer already exists 16:45:30 a9bdca16aeec: Layer already exists 16:45:30 379067d0cb53: Layer already exists 16:45:30 master: digest: sha256:10e051a2512801926138c45eb9c68b18d6cf9d41d9f40f95b036d6dd705969af size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:30 ===================================================== [Pipeline] echo 16:45:30 taggedImages: 16:45:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.23 16:45:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 16:45:30 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 16:45:30 67d1a34251aa6315d67009af9685794612423525 16:45:30 2.0.0-dev.23 16:45:30 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:30 master 16:45:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:31 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:45:31 a54322d3645c: Preparing 16:45:31 2327d935fe89: Preparing 16:45:31 be92343d1e13: Preparing 16:45:31 d1d2f4955ebf: Preparing 16:45:31 1ec0e6cb20b5: Preparing 16:45:31 69edfb81118e: Preparing 16:45:31 e0b29ed1f0ba: Preparing 16:45:31 d65860494c99: Preparing 16:45:31 379067d0cb53: Preparing 16:45:31 69edfb81118e: Waiting 16:45:31 e0b29ed1f0ba: Waiting 16:45:31 d65860494c99: Waiting 16:45:31 379067d0cb53: Waiting 16:45:31 a54322d3645c: Pushed 16:45:31 2327d935fe89: Pushed 16:45:32 1ec0e6cb20b5: Pushed 16:45:32 d65860494c99: Layer already exists 16:45:32 e0b29ed1f0ba: Pushed 16:45:32 69edfb81118e: Pushed 16:45:32 379067d0cb53: Layer already exists 16:45:34 d1d2f4955ebf: Pushed 16:45:34 be92343d1e13: Pushed 16:45:34 67d1a34251aa6315d67009af9685794612423525: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:45:34 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 16:45:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:45:34 a54322d3645c: Preparing 16:45:34 2327d935fe89: Preparing 16:45:34 be92343d1e13: Preparing 16:45:34 d1d2f4955ebf: Preparing 16:45:34 1ec0e6cb20b5: Preparing 16:45:34 69edfb81118e: Preparing 16:45:34 e0b29ed1f0ba: Preparing 16:45:34 d65860494c99: Preparing 16:45:34 379067d0cb53: Preparing 16:45:34 69edfb81118e: Waiting 16:45:34 e0b29ed1f0ba: Waiting 16:45:34 379067d0cb53: Waiting 16:45:34 d65860494c99: Waiting 16:45:34 d1d2f4955ebf: Layer already exists 16:45:34 be92343d1e13: Layer already exists 16:45:34 1ec0e6cb20b5: Layer already exists 16:45:34 a54322d3645c: Layer already exists 16:45:34 2327d935fe89: Layer already exists 16:45:34 69edfb81118e: Layer already exists 16:45:34 e0b29ed1f0ba: Layer already exists 16:45:34 d65860494c99: Layer already exists 16:45:34 379067d0cb53: Layer already exists 16:45:35 2.0.0-dev.23: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:45:35 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:45:35 a54322d3645c: Preparing 16:45:35 2327d935fe89: Preparing 16:45:35 be92343d1e13: Preparing 16:45:35 d1d2f4955ebf: Preparing 16:45:35 1ec0e6cb20b5: Preparing 16:45:35 69edfb81118e: Preparing 16:45:35 e0b29ed1f0ba: Preparing 16:45:35 d65860494c99: Preparing 16:45:35 379067d0cb53: Preparing 16:45:35 69edfb81118e: Waiting 16:45:35 d65860494c99: Waiting 16:45:35 e0b29ed1f0ba: Waiting 16:45:35 1ec0e6cb20b5: Layer already exists 16:45:35 2327d935fe89: Layer already exists 16:45:35 a54322d3645c: Layer already exists 16:45:35 d1d2f4955ebf: Layer already exists 16:45:36 be92343d1e13: Layer already exists 16:45:36 d65860494c99: Layer already exists 16:45:36 69edfb81118e: Layer already exists 16:45:36 e0b29ed1f0ba: Layer already exists 16:45:36 379067d0cb53: Layer already exists 16:45:36 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:45:36 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 16:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:45:37 a54322d3645c: Preparing 16:45:37 2327d935fe89: Preparing 16:45:37 be92343d1e13: Preparing 16:45:37 d1d2f4955ebf: Preparing 16:45:37 1ec0e6cb20b5: Preparing 16:45:37 69edfb81118e: Preparing 16:45:37 e0b29ed1f0ba: Preparing 16:45:37 d65860494c99: Preparing 16:45:37 379067d0cb53: Preparing 16:45:37 e0b29ed1f0ba: Waiting 16:45:37 d65860494c99: Waiting 16:45:37 379067d0cb53: Waiting 16:45:37 69edfb81118e: Waiting 16:45:37 d1d2f4955ebf: Layer already exists 16:45:37 1ec0e6cb20b5: Layer already exists 16:45:37 2327d935fe89: Layer already exists 16:45:37 be92343d1e13: Layer already exists 16:45:37 a54322d3645c: Layer already exists 16:45:37 69edfb81118e: Layer already exists 16:45:37 d65860494c99: Layer already exists 16:45:37 e0b29ed1f0ba: Layer already exists 16:45:37 379067d0cb53: Layer already exists 16:45:37 master: digest: sha256:43a94de9b4c4dfcdf01fd60733b17967d1c4bb78096074fa4220b9daba58cf34 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:37 ===================================================== [Pipeline] echo 16:45:37 taggedImages: 16:45:37 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:37 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.23 16:45:37 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:37 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 16:45:37 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 16:45:37 67d1a34251aa6315d67009af9685794612423525 16:45:37 2.0.0-dev.23 16:45:37 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:37 master 16:45:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:38 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:45:38 fddd543f58f7: Preparing 16:45:38 539db3b3927d: Preparing 16:45:38 730f2f9086f8: Preparing 16:45:38 6c51b137d20e: Preparing 16:45:38 f36bd5b0267a: Preparing 16:45:38 444c8a0d2764: Preparing 16:45:38 444c8a0d2764: Waiting 16:45:38 730f2f9086f8: Pushed 16:45:38 fddd543f58f7: Pushed 16:45:38 f36bd5b0267a: Pushed 16:45:39 6c51b137d20e: Pushed 16:45:39 444c8a0d2764: Pushed 16:45:41 539db3b3927d: Pushed 16:45:41 67d1a34251aa6315d67009af9685794612423525: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh 16:45:42 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 16:45:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:45:42 fddd543f58f7: Preparing 16:45:42 539db3b3927d: Preparing 16:45:42 730f2f9086f8: Preparing 16:45:42 6c51b137d20e: Preparing 16:45:42 f36bd5b0267a: Preparing 16:45:42 444c8a0d2764: Preparing 16:45:42 f36bd5b0267a: Layer already exists 16:45:42 539db3b3927d: Layer already exists 16:45:42 fddd543f58f7: Layer already exists 16:45:42 730f2f9086f8: Layer already exists 16:45:42 6c51b137d20e: Layer already exists 16:45:42 444c8a0d2764: Layer already exists 16:45:42 2.0.0-dev.23: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh 16:45:43 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:45:43 fddd543f58f7: Preparing 16:45:43 539db3b3927d: Preparing 16:45:43 730f2f9086f8: Preparing 16:45:43 6c51b137d20e: Preparing 16:45:43 f36bd5b0267a: Preparing 16:45:43 444c8a0d2764: Preparing 16:45:43 444c8a0d2764: Waiting 16:45:43 730f2f9086f8: Layer already exists 16:45:43 539db3b3927d: Layer already exists 16:45:43 6c51b137d20e: Layer already exists 16:45:43 fddd543f58f7: Layer already exists 16:45:43 f36bd5b0267a: Layer already exists 16:45:43 444c8a0d2764: Layer already exists 16:45:43 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] isUnix [Pipeline] sh 16:45:43 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 16:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:45:44 fddd543f58f7: Preparing 16:45:44 539db3b3927d: Preparing 16:45:44 730f2f9086f8: Preparing 16:45:44 6c51b137d20e: Preparing 16:45:44 f36bd5b0267a: Preparing 16:45:44 444c8a0d2764: Preparing 16:45:44 444c8a0d2764: Waiting 16:45:44 fddd543f58f7: Layer already exists 16:45:44 f36bd5b0267a: Layer already exists 16:45:44 730f2f9086f8: Layer already exists 16:45:44 6c51b137d20e: Layer already exists 16:45:44 539db3b3927d: Layer already exists 16:45:44 444c8a0d2764: Layer already exists 16:45:44 master: digest: sha256:b2144b0d897af7e1545fe64ffb99c4a62035a3e2aa3a7f9e4f227bbe5c68d5ca size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:44 ===================================================== [Pipeline] echo 16:45:44 taggedImages: 16:45:44 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:44 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.23 16:45:44 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:44 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 16:45:44 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 16:45:44 67d1a34251aa6315d67009af9685794612423525 16:45:44 2.0.0-dev.23 16:45:44 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:44 master 16:45:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:45 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:45:45 670c71a354e1: Preparing 16:45:45 65824b7a6106: Preparing 16:45:45 5521b2f65b4c: Preparing 16:45:46 5521b2f65b4c: Pushed 16:45:46 670c71a354e1: Pushed 16:45:48 65824b7a6106: Pushed 16:45:48 67d1a34251aa6315d67009af9685794612423525: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:48 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 16:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:45:49 670c71a354e1: Preparing 16:45:49 65824b7a6106: Preparing 16:45:49 5521b2f65b4c: Preparing 16:45:49 5521b2f65b4c: Layer already exists 16:45:49 65824b7a6106: Layer already exists 16:45:49 670c71a354e1: Layer already exists 16:45:49 2.0.0-dev.23: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:49 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:45:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:45:50 670c71a354e1: Preparing 16:45:50 65824b7a6106: Preparing 16:45:50 5521b2f65b4c: Preparing 16:45:50 670c71a354e1: Layer already exists 16:45:50 65824b7a6106: Layer already exists 16:45:50 5521b2f65b4c: Layer already exists 16:45:50 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] isUnix [Pipeline] sh 16:45:50 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:45:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 16:45:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:45:51 670c71a354e1: Preparing 16:45:51 65824b7a6106: Preparing 16:45:51 5521b2f65b4c: Preparing 16:45:51 670c71a354e1: Layer already exists 16:45:51 5521b2f65b4c: Layer already exists 16:45:51 65824b7a6106: Layer already exists 16:45:51 master: digest: sha256:da6c79e7aa029379be55aca9f1700e2884e20aa5d5a28e235ffc199ccc3dba1e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:45:51 ===================================================== [Pipeline] echo 16:45:51 taggedImages: 16:45:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.23 16:45:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 16:45:51 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 16:45:51 67d1a34251aa6315d67009af9685794612423525 16:45:51 2.0.0-dev.23 16:45:51 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:45:51 master 16:45:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:45:52 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 [Pipeline] isUnix [Pipeline] sh 16:45:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:45:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:45:52 415b723fb504: Preparing 16:45:52 7bccb9995e34: Preparing 16:45:52 57f9ac6c87a8: Preparing 16:45:52 09b27ca1474c: Preparing 16:45:52 6e409a29ed8c: Preparing 16:45:52 9c774fd1e3a3: Preparing 16:45:52 abc6dface0ab: Preparing 16:45:52 9ded3b6bb9b5: Preparing 16:45:52 fa1afe8e6ed9: Preparing 16:45:52 87a09b4c083e: Preparing 16:45:52 0f74e9ff2a61: Preparing 16:45:52 b122376c33c6: Preparing 16:45:52 f8381ed47b22: Preparing 16:45:52 e934a737d657: Preparing 16:45:52 87a09b4c083e: Waiting 16:45:52 9c774fd1e3a3: Waiting 16:45:52 abc6dface0ab: Waiting 16:45:52 f8381ed47b22: Waiting 16:45:52 0f74e9ff2a61: Waiting 16:45:52 e934a737d657: Waiting 16:45:52 b122376c33c6: Waiting 16:45:52 9ded3b6bb9b5: Waiting 16:45:52 fa1afe8e6ed9: Waiting 16:45:53 6e409a29ed8c: Pushed 16:45:53 415b723fb504: Pushed 16:45:53 09b27ca1474c: Pushed 16:45:53 9ded3b6bb9b5: Layer already exists 16:45:53 fa1afe8e6ed9: Layer already exists 16:45:53 abc6dface0ab: Pushed 16:45:54 87a09b4c083e: Layer already exists 16:45:54 0f74e9ff2a61: Layer already exists 16:45:54 b122376c33c6: Layer already exists 16:45:54 f8381ed47b22: Layer already exists 16:45:54 e934a737d657: Layer already exists 16:45:54 7bccb9995e34: Pushed 16:45:55 9c774fd1e3a3: Pushed 16:46:08 57f9ac6c87a8: Pushed 16:46:08 67d1a34251aa6315d67009af9685794612423525: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh 16:46:08 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:46:08 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 16:46:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:46:08 415b723fb504: Preparing 16:46:08 7bccb9995e34: Preparing 16:46:08 57f9ac6c87a8: Preparing 16:46:08 09b27ca1474c: Preparing 16:46:08 6e409a29ed8c: Preparing 16:46:08 9c774fd1e3a3: Preparing 16:46:08 abc6dface0ab: Preparing 16:46:08 9ded3b6bb9b5: Preparing 16:46:08 fa1afe8e6ed9: Preparing 16:46:08 87a09b4c083e: Preparing 16:46:08 0f74e9ff2a61: Preparing 16:46:08 b122376c33c6: Preparing 16:46:08 f8381ed47b22: Preparing 16:46:08 e934a737d657: Preparing 16:46:08 abc6dface0ab: Waiting 16:46:08 0f74e9ff2a61: Waiting 16:46:08 9ded3b6bb9b5: Waiting 16:46:08 b122376c33c6: Waiting 16:46:08 f8381ed47b22: Waiting 16:46:08 9c774fd1e3a3: Waiting 16:46:08 e934a737d657: Waiting 16:46:08 fa1afe8e6ed9: Waiting 16:46:08 87a09b4c083e: Waiting 16:46:09 7bccb9995e34: Layer already exists 16:46:09 415b723fb504: Layer already exists 16:46:09 6e409a29ed8c: Layer already exists 16:46:09 57f9ac6c87a8: Layer already exists 16:46:09 09b27ca1474c: Layer already exists 16:46:09 9c774fd1e3a3: Layer already exists 16:46:09 87a09b4c083e: Layer already exists 16:46:09 9ded3b6bb9b5: Layer already exists 16:46:09 fa1afe8e6ed9: Layer already exists 16:46:09 abc6dface0ab: Layer already exists 16:46:09 b122376c33c6: Layer already exists 16:46:09 0f74e9ff2a61: Layer already exists 16:46:09 f8381ed47b22: Layer already exists 16:46:09 e934a737d657: Layer already exists 16:46:09 2.0.0-dev.23: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh 16:46:09 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh 16:46:09 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:46:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:46:09 415b723fb504: Preparing 16:46:09 7bccb9995e34: Preparing 16:46:09 57f9ac6c87a8: Preparing 16:46:09 09b27ca1474c: Preparing 16:46:09 6e409a29ed8c: Preparing 16:46:09 9c774fd1e3a3: Preparing 16:46:09 abc6dface0ab: Preparing 16:46:09 9ded3b6bb9b5: Preparing 16:46:09 fa1afe8e6ed9: Preparing 16:46:09 87a09b4c083e: Preparing 16:46:09 0f74e9ff2a61: Preparing 16:46:09 b122376c33c6: Preparing 16:46:09 f8381ed47b22: Preparing 16:46:09 e934a737d657: Preparing 16:46:09 9c774fd1e3a3: Waiting 16:46:09 abc6dface0ab: Waiting 16:46:09 9ded3b6bb9b5: Waiting 16:46:09 b122376c33c6: Waiting 16:46:09 fa1afe8e6ed9: Waiting 16:46:09 87a09b4c083e: Waiting 16:46:09 0f74e9ff2a61: Waiting 16:46:09 f8381ed47b22: Waiting 16:46:09 e934a737d657: Waiting 16:46:09 415b723fb504: Layer already exists 16:46:09 09b27ca1474c: Layer already exists 16:46:09 6e409a29ed8c: Layer already exists 16:46:10 7bccb9995e34: Layer already exists 16:46:10 57f9ac6c87a8: Layer already exists 16:46:10 9ded3b6bb9b5: Layer already exists 16:46:10 abc6dface0ab: Layer already exists 16:46:10 9c774fd1e3a3: Layer already exists 16:46:10 87a09b4c083e: Layer already exists 16:46:10 fa1afe8e6ed9: Layer already exists 16:46:10 0f74e9ff2a61: Layer already exists 16:46:10 f8381ed47b22: Layer already exists 16:46:10 b122376c33c6: Layer already exists 16:46:10 e934a737d657: Layer already exists 16:46:10 67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] isUnix [Pipeline] sh 16:46:10 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:46:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 16:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:46:10 415b723fb504: Preparing 16:46:10 7bccb9995e34: Preparing 16:46:10 57f9ac6c87a8: Preparing 16:46:10 09b27ca1474c: Preparing 16:46:10 6e409a29ed8c: Preparing 16:46:10 9c774fd1e3a3: Preparing 16:46:10 abc6dface0ab: Preparing 16:46:10 9ded3b6bb9b5: Preparing 16:46:10 fa1afe8e6ed9: Preparing 16:46:10 87a09b4c083e: Preparing 16:46:10 0f74e9ff2a61: Preparing 16:46:10 b122376c33c6: Preparing 16:46:10 f8381ed47b22: Preparing 16:46:10 e934a737d657: Preparing 16:46:10 0f74e9ff2a61: Waiting 16:46:10 9c774fd1e3a3: Waiting 16:46:10 abc6dface0ab: Waiting 16:46:10 9ded3b6bb9b5: Waiting 16:46:10 fa1afe8e6ed9: Waiting 16:46:10 87a09b4c083e: Waiting 16:46:10 b122376c33c6: Waiting 16:46:10 f8381ed47b22: Waiting 16:46:10 e934a737d657: Waiting 16:46:10 415b723fb504: Layer already exists 16:46:10 57f9ac6c87a8: Layer already exists 16:46:10 7bccb9995e34: Layer already exists 16:46:10 09b27ca1474c: Layer already exists 16:46:10 6e409a29ed8c: Layer already exists 16:46:11 9c774fd1e3a3: Layer already exists 16:46:11 fa1afe8e6ed9: Layer already exists 16:46:11 9ded3b6bb9b5: Layer already exists 16:46:11 87a09b4c083e: Layer already exists 16:46:11 abc6dface0ab: Layer already exists 16:46:11 b122376c33c6: Layer already exists 16:46:11 0f74e9ff2a61: Layer already exists 16:46:11 e934a737d657: Layer already exists 16:46:11 f8381ed47b22: Layer already exists 16:46:11 master: digest: sha256:e9a1c70825b07036fdf364fa001d8643076726503c51143ec5c2ee48b756545e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:46:11 ===================================================== [Pipeline] echo 16:46:11 taggedImages: 16:46:11 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525 16:46:11 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.23 16:46:11 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:67d1a34251aa6315d67009af9685794612423525-2.0.0-dev.23 16:46:11 - 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 16:46:12 provisioning config files... 16:46:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/268@tmp/config9085168764596381936tmp [Pipeline] { [Pipeline] sh 16:46:13 + set +x 16:46:13 + curl -s https://codecov.io/bash 16:46:13 + bash -s -- 16:46:13 16:46:13 _____ _ 16:46:13 / ____| | | 16:46:13 | | ___ __| | ___ ___ _____ __ 16:46:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:46:13 | |___| (_) | (_| | __/ (_| (_) \ V / 16:46:13 \_____\___/ \__,_|\___|\___\___/ \_/ 16:46:13 Bash-20201231-23d4836 16:46:13 16:46:13 16:46:13 ==> git version 2.24.3 found 16:46:13 ==> 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 16:46:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:46:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:46:13 ==> Jenkins CI detected. 16:46:13 project root: . 16:46:13 --> token set from env 16:46:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:46:13 ==> Running gcov in . (disable via -X gcov) 16:46:13 ==> Python coveragepy not found 16:46:13 ==> Searching for coverage reports in: 16:46:13 + . 16:46:13 -> Found 1 reports 16:46:13 ==> Detecting git/mercurial file structure 16:46:13 ==> Reading reports 16:46:13 + ./coverage.out bytes=538204 16:46:13 ==> Appending adjustments 16:46:13 https://docs.codecov.io/docs/fixing-reports 16:46:16 + Found adjustments 16:46:16 ==> Gzipping contents 16:46:16 84K /tmp/codecov.rrO8hC.gz 16:46:16 ==> Uploading reports 16:46:16 url: https://codecov.io 16:46:16 query: branch=master&commit=67d1a34251aa6315d67009af9685794612423525&build=268&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F268%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:46:16 -> Pinging Codecov 16:46:16 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=67d1a34251aa6315d67009af9685794612423525&build=268&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F268%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:46:17 -> Uploading to 16:46:17 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/67d1a34251aa6315d67009af9685794612423525/a75bf14a-6694-4d30-b4bb-f9b288fc9678.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T164617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=74adf57e0d69b57ba58b3bc07cba7e5ead812c99b7adb357187f4bc1eceeb7c6 16:46:17 % Total % Received % Xferd Average Speed Time Time Time Current 16:46:17 Dload Upload Total Spent Left Speed 16:46:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81978 0 0 100 81978 0 162k --:--:-- --:--:-- --:--:-- 162k 16:46:17 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/67d1a34251aa6315d67009af9685794612423525 [Pipeline] } 16:46:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:46:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:46:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:46:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:18 16:46:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:46:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:46:19 188c0c94c7c5: Already exists 16:46:19 0ef7d3d256c8: Already exists 16:46:19 de9db76c5a1d: Already exists 16:46:19 0eba1c9be4d2: Pulling fs layer 16:46:19 0d57e429df01: Pulling fs layer 16:46:19 4e4be7b47b0d: Pulling fs layer 16:46:19 e1f770b5df2f: Pulling fs layer 16:46:19 85a0685a4137: Pulling fs layer 16:46:19 e1f770b5df2f: Waiting 16:46:19 85a0685a4137: Waiting 16:46:19 0d57e429df01: Verifying Checksum 16:46:19 0d57e429df01: Download complete 16:46:19 4e4be7b47b0d: Verifying Checksum 16:46:19 4e4be7b47b0d: Download complete 16:46:22 e1f770b5df2f: Verifying Checksum 16:46:22 e1f770b5df2f: Download complete 16:46:24 0eba1c9be4d2: Verifying Checksum 16:46:24 0eba1c9be4d2: Download complete 16:46:24 85a0685a4137: Verifying Checksum 16:46:24 85a0685a4137: Download complete 16:46:31 0eba1c9be4d2: Pull complete 16:46:31 0d57e429df01: Pull complete 16:46:31 4e4be7b47b0d: Pull complete 16:46:36 e1f770b5df2f: Pull complete 16:46:43 85a0685a4137: Pull complete 16:46:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:46:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:46:43 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:46:43 $ 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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@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-devops/edgex-snyk-go:1.410.4 cat 16:46:45 $ docker top 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f -eo pid,comm [Pipeline] { [Pipeline] echo 16:46:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:46:45 + set -o pipefail 16:46:45 + snyk monitor '--org=edgex-jenkins' 16:46:55 16:46:55 Monitoring /w/workspace/edgex-go/268 (github.com/edgexfoundry/edgex-go)... 16:46:55 16:46:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9dc33dc7-8107-422d-aff2-e2cbe7bc30a7 16:46:55 16:46:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:46:55 16:46:55 [Pipeline] } 16:46:55 $ docker stop --time=1 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f 16:46:58 $ docker rm -f 4e0bf8344ea4394f9bc4942447df1a215e201cffb764f0ea5d15ad4c0320a18f [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 16:47:00 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:47:00 provisioning config files... 16:47:00 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/268@tmp/config5042970033214308341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:47:00 --> edgex-publish-swagger.sh 16:47:00 === Publish openapi/v1 API === 16:47:00 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 16:47:00 [publishToSwagger] Publishing API Name [core-command] 16:47:00 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:00 Dload Upload Total Spent Left Speed 16:47:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8135 0:00:01 0:00:01 --:--:-- 8143 100 10521 0 0 100 10521 0 7880 0:00:01 0:00:01 --:--:-- 7886 16:47:02 16:47:02 16:47:02 [publishToSwagger] Publishing API Name [core-data] 16:47:02 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:02 Dload Upload Total Spent Left Speed 16:47:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27926 0:00:01 0:00:01 --:--:-- 27969 100 32556 0 0 100 32556 0 27919 0:00:01 0:00:01 --:--:-- 27945 16:47:03 16:47:03 16:47:03 [publishToSwagger] Publishing API Name [core-metadata] 16:47:03 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:03 Dload Upload Total Spent Left Speed 16:47:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65804 0:00:01 0:00:01 --:--:-- 65821 100 73720 0 0 100 73720 0 65789 0:00:01 0:00:01 --:--:-- 65821 16:47:04 16:47:04 16:47:04 [publishToSwagger] Publishing API Name [support-logging] 16:47:04 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:04 Dload Upload Total Spent Left Speed 16:47:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11907 0:00:01 0:00:01 --:--:-- 11912 100 13580 0 0 100 13580 0 11905 0:00:01 0:00:01 --:--:-- 11912 16:47:05 16:47:05 16:47:05 [publishToSwagger] Publishing API Name [support-notifications] 16:47:05 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:05 Dload Upload Total Spent Left Speed 16:47:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 34944 0:00:01 0:00:01 --:--:-- 34972 16:47:06 16:47:06 16:47:06 [publishToSwagger] Publishing API Name [support-scheduler] 16:47:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:06 Dload Upload Total Spent Left Speed 16:47:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12426 0:00:01 0:00:01 --:--:-- 12432 100 14248 0 0 100 14248 0 12424 0:00:01 0:00:01 --:--:-- 12432 16:47:08 16:47:08 16:47:08 [publishToSwagger] Publishing API Name [system-agent] 16:47:08 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:08 Dload Upload Total Spent Left Speed 16:47:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3914 0:00:01 0:00:01 --:--:-- 3917 100 4109 0 0 100 4109 0 3913 0:00:01 0:00:01 --:--:-- 3917 16:47:09 16:47:09 16:47:09 === Publish openapi/v2 API === 16:47:09 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:47:09 [publishToSwagger] Publishing API Name [core-command] 16:47:09 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:09 Dload Upload Total Spent Left Speed 16:47:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27728 0:00:01 0:00:01 --:--:-- 27758 100 29535 0 0 100 29535 0 27723 0:00:01 0:00:01 --:--:-- 27732 16:47:10 16:47:10 16:47:10 [publishToSwagger] Publishing API Name [core-data] 16:47:10 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:10 Dload Upload Total Spent Left Speed 16:47:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59999 0 0 100 59999 0 49488 0:00:01 0:00:01 --:--:-- 49504 100 59999 0 0 100 59999 0 48734 0:00:01 0:00:01 --:--:-- 48779 16:47:11 16:47:11 16:47:11 [publishToSwagger] Publishing API Name [core-metadata] 16:47:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:11 Dload Upload Total Spent Left Speed 16:47:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99733 0:00:01 0:00:01 --:--:-- 99813 100 119k 0 0 100 119k 0 93825 0:00:01 0:00:01 --:--:-- 93892 16:47:12 16:47:12 16:47:12 [publishToSwagger] Publishing API Name [support-logging] 16:47:12 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:12 Dload Upload Total Spent Left Speed 16:47:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21762 0:00:01 0:00:01 --:--:-- 21774 16:47:13 16:47:13 16:47:13 [publishToSwagger] Publishing API Name [support-notifications] 16:47:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:13 Dload Upload Total Spent Left Speed 16:47:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 59823 0:00:01 0:00:01 --:--:-- 59876 100 62691 0 0 100 62691 0 59810 0:00:01 0:00:01 --:--:-- 59876 16:47:15 16:47:15 16:47:15 [publishToSwagger] Publishing API Name [support-scheduler] 16:47:15 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:15 Dload Upload Total Spent Left Speed 16:47:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43045 0:00:01 0:00:01 --:--:-- 43095 100 46198 0 0 100 46198 0 43038 0:00:01 0:00:01 --:--:-- 43054 16:47:16 16:47:16 16:47:16 [publishToSwagger] Publishing API Name [system-agent] 16:47:16 % Total % Received % Xferd Average Speed Time Time Time Current 16:47:16 Dload Upload Total Spent Left Speed 16:47:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22602 0:00:01 0:00:01 --:--:-- 22616 100 23725 0 0 100 23725 0 22598 0:00:01 0:00:01 --:--:-- 22616 16:47:17 16:47:17 [Pipeline] } 16:47:17 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 16:47:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:47:17 . [Pipeline] withDockerContainer 16:47:17 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:47:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:47:18 $ docker top e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:19 [ssh-agent] Looking for ssh-agent implementation... 16:47:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:19 $ docker exec e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae ssh-agent 16:47:19 SSH_AUTH_SOCK=/tmp/ssh-jrj1Vq6K3V2J/agent.11 16:47:19 SSH_AGENT_PID=17 16:47:19 Running ssh-add (command line suppressed) 16:47:19 Identity added: /w/workspace/edgex-go/268@tmp/private_key_3571514062412562895.key (/w/workspace/edgex-go/268@tmp/private_key_3571514062412562895.key) 16:47:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:20 + git semver tag 16:47:20 # -> Open(): unable to determine branch for HEAD 16:47:20 # $GIT_DIR = /w/workspace/edgex-go/268/.git 16:47:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/268 16:47:20 # $SEMVER_REMOTE_NAME = origin 16:47:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:47:20 # $SEMVER_USER_NAME = edgex-jenkins 16:47:20 # $SEMVER_BRANCH = master 16:47:20 # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver 16:47:20 # 67d1a34251aa6315d67009af9685794612423525 HEAD 16:47:21 # -> Force: false 16:47:21 # cafbe7bfd53bd8d33fd143d5b0dd559204581cbf refs/tags/v2.0.0-dev.23 [Pipeline] } 16:47:21 $ docker exec --env ******** --env ******** e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae ssh-agent -k 16:47:21 unset SSH_AUTH_SOCK; 16:47:21 unset SSH_AGENT_PID; 16:47:21 echo Agent pid 17 killed; 16:47:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:22 + git semver [Pipeline] } 16:47:22 $ docker stop --time=1 e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae 16:47:23 $ docker rm -f e702808b38d12722d3aed6c80a3db268a20b4fc5b6cb509ac8897c1eef3361ae [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:47:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:24 16:47:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:47:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:24 0.23.1-centos7: Pulling from edgex-lftools 16:47:24 ab5ef0e58194: Pulling fs layer 16:47:24 9712f1f96733: Pulling fs layer 16:47:24 63f879dbbcfc: Pulling fs layer 16:47:24 0d9ebad4ef96: Pulling fs layer 16:47:24 e9a5061849ea: Pulling fs layer 16:47:24 d747dcd14b5f: Pulling fs layer 16:47:24 2de7ff778b66: Pulling fs layer 16:47:24 0d9ebad4ef96: Waiting 16:47:24 d747dcd14b5f: Waiting 16:47:24 e9a5061849ea: Waiting 16:47:24 2de7ff778b66: Waiting 16:47:24 9712f1f96733: Verifying Checksum 16:47:24 9712f1f96733: Download complete 16:47:26 63f879dbbcfc: Verifying Checksum 16:47:26 63f879dbbcfc: Download complete 16:47:26 e9a5061849ea: Verifying Checksum 16:47:26 e9a5061849ea: Download complete 16:47:26 d747dcd14b5f: Verifying Checksum 16:47:26 d747dcd14b5f: Download complete 16:47:27 2de7ff778b66: Verifying Checksum 16:47:27 2de7ff778b66: Download complete 16:47:27 0d9ebad4ef96: Verifying Checksum 16:47:27 0d9ebad4ef96: Download complete 16:47:28 ab5ef0e58194: Verifying Checksum 16:47:28 ab5ef0e58194: Download complete 16:47:33 ab5ef0e58194: Pull complete 16:47:33 9712f1f96733: Pull complete 16:47:37 63f879dbbcfc: Pull complete 16:47:45 0d9ebad4ef96: Pull complete 16:47:46 e9a5061849ea: Pull complete 16:47:46 d747dcd14b5f: Pull complete 16:47:50 2de7ff778b66: Pull complete 16:47:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:47:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:47:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:47:50 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:47:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:47:53 $ docker top c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:47:53 provisioning config files... 16:47:53 copy managed file [sigul-config] to file:/w/workspace/edgex-go/268@tmp/config7561535171584816937tmp 16:47:53 copy managed file [sigul-password] to file:/w/workspace/edgex-go/268@tmp/config2779266905576762997tmp 16:47:53 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/268@tmp/config4278196113857987576tmp [Pipeline] { [Pipeline] echo 16:47:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:47:53 ---> sigul-configuration.sh 16:47:53 gpg: directory `/root/.gnupg' created 16:47:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:47:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:47:53 gpg: keyring `/root/.gnupg/secring.gpg' created 16:47:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:47:53 gpg: CAST5 encrypted data 16:47:54 gpg: encrypted with 1 passphrase 16:47:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:47:54 + mkdir /home/jenkins 16:47:54 + mkdir /home/jenkins/sigul [Pipeline] sh 16:47:54 + 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 16:47:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:47:55 ---> sigul-install.sh 16:47:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:47:59 + git tag --list 16:47:59 0.6.0 16:47:59 0.6.1 16:47:59 0.7.0 16:47:59 0.7.1 16:47:59 v1.0.0 16:47:59 v1.0.1 16:47:59 v1.1.0 16:47:59 v1.2.0 16:47:59 v1.2.1 16:47:59 v1.2.2-dev.1 16:47:59 v1.2.2-dev.10 16:47:59 v1.2.2-dev.100 16:47:59 v1.2.2-dev.101 16:47:59 v1.2.2-dev.102 16:47:59 v1.2.2-dev.103 16:47:59 v1.2.2-dev.104 16:47:59 v1.2.2-dev.105 16:47:59 v1.2.2-dev.106 16:47:59 v1.2.2-dev.107 16:47:59 v1.2.2-dev.11 16:47:59 v1.2.2-dev.12 16:47:59 v1.2.2-dev.13 16:47:59 v1.2.2-dev.14 16:47:59 v1.2.2-dev.15 16:47:59 v1.2.2-dev.16 16:47:59 v1.2.2-dev.17 16:47:59 v1.2.2-dev.18 16:47:59 v1.2.2-dev.19 16:47:59 v1.2.2-dev.2 16:47:59 v1.2.2-dev.20 16:47:59 v1.2.2-dev.21 16:47:59 v1.2.2-dev.22 16:47:59 v1.2.2-dev.23 16:47:59 v1.2.2-dev.24 16:47:59 v1.2.2-dev.25 16:47:59 v1.2.2-dev.26 16:47:59 v1.2.2-dev.27 16:47:59 v1.2.2-dev.28 16:47:59 v1.2.2-dev.29 16:47:59 v1.2.2-dev.3 16:47:59 v1.2.2-dev.30 16:47:59 v1.2.2-dev.31 16:47:59 v1.2.2-dev.32 16:47:59 v1.2.2-dev.33 16:47:59 v1.2.2-dev.34 16:47:59 v1.2.2-dev.35 16:47:59 v1.2.2-dev.36 16:47:59 v1.2.2-dev.37 16:47:59 v1.2.2-dev.38 16:47:59 v1.2.2-dev.39 16:47:59 v1.2.2-dev.4 16:47:59 v1.2.2-dev.40 16:47:59 v1.2.2-dev.41 16:47:59 v1.2.2-dev.42 16:47:59 v1.2.2-dev.43 16:47:59 v1.2.2-dev.44 16:47:59 v1.2.2-dev.45 16:47:59 v1.2.2-dev.46 16:47:59 v1.2.2-dev.47 16:47:59 v1.2.2-dev.48 16:47:59 v1.2.2-dev.49 16:47:59 v1.2.2-dev.5 16:47:59 v1.2.2-dev.50 16:47:59 v1.2.2-dev.51 16:47:59 v1.2.2-dev.52 16:47:59 v1.2.2-dev.53 16:47:59 v1.2.2-dev.54 16:47:59 v1.2.2-dev.55 16:47:59 v1.2.2-dev.56 16:47:59 v1.2.2-dev.57 16:47:59 v1.2.2-dev.58 16:47:59 v1.2.2-dev.59 16:47:59 v1.2.2-dev.6 16:47:59 v1.2.2-dev.60 16:47:59 v1.2.2-dev.61 16:47:59 v1.2.2-dev.62 16:47:59 v1.2.2-dev.63 16:47:59 v1.2.2-dev.64 16:47:59 v1.2.2-dev.65 16:47:59 v1.2.2-dev.66 16:47:59 v1.2.2-dev.67 16:47:59 v1.2.2-dev.68 16:47:59 v1.2.2-dev.69 16:47:59 v1.2.2-dev.7 16:47:59 v1.2.2-dev.70 16:47:59 v1.2.2-dev.71 16:47:59 v1.2.2-dev.72 16:47:59 v1.2.2-dev.73 16:47:59 v1.2.2-dev.74 16:47:59 v1.2.2-dev.75 16:47:59 v1.2.2-dev.76 16:47:59 v1.2.2-dev.77 16:47:59 v1.2.2-dev.78 16:47:59 v1.2.2-dev.79 16:47:59 v1.2.2-dev.8 16:47:59 v1.2.2-dev.80 16:47:59 v1.2.2-dev.81 16:47:59 v1.2.2-dev.82 16:47:59 v1.2.2-dev.83 16:47:59 v1.2.2-dev.84 16:47:59 v1.2.2-dev.85 16:47:59 v1.2.2-dev.86 16:47:59 v1.2.2-dev.87 16:47:59 v1.2.2-dev.88 16:47:59 v1.2.2-dev.89 16:47:59 v1.2.2-dev.9 16:47:59 v1.2.2-dev.90 16:47:59 v1.2.2-dev.91 16:47:59 v1.2.2-dev.92 16:47:59 v1.2.2-dev.93 16:47:59 v1.2.2-dev.94 16:47:59 v1.2.2-dev.95 16:47:59 v1.2.2-dev.96 16:47:59 v1.2.2-dev.97 16:47:59 v1.2.2-dev.98 16:47:59 v1.2.2-dev.99 16:47:59 v1.3.0 16:47:59 v1.3.1-dev.1 16:47:59 v1.3.1-dev.10 16:47:59 v1.3.1-dev.11 16:47:59 v1.3.1-dev.12 16:47:59 v1.3.1-dev.13 16:47:59 v1.3.1-dev.14 16:47:59 v1.3.1-dev.15 16:47:59 v1.3.1-dev.16 16:47:59 v1.3.1-dev.17 16:47:59 v1.3.1-dev.18 16:47:59 v1.3.1-dev.2 16:47:59 v1.3.1-dev.3 16:47:59 v1.3.1-dev.4 16:47:59 v1.3.1-dev.5 16:47:59 v1.3.1-dev.6 16:47:59 v1.3.1-dev.7 16:47:59 v1.3.1-dev.8 16:47:59 v1.3.1-dev.9 16:47:59 v2.0.0-dev.1 16:47:59 v2.0.0-dev.10 16:47:59 v2.0.0-dev.11 16:47:59 v2.0.0-dev.12 16:47:59 v2.0.0-dev.13 16:47:59 v2.0.0-dev.14 16:47:59 v2.0.0-dev.15 16:47:59 v2.0.0-dev.16 16:47:59 v2.0.0-dev.17 16:47:59 v2.0.0-dev.18 16:47:59 v2.0.0-dev.19 16:47:59 v2.0.0-dev.2 16:47:59 v2.0.0-dev.20 16:47:59 v2.0.0-dev.21 16:47:59 v2.0.0-dev.22 16:47:59 v2.0.0-dev.23 16:47:59 v2.0.0-dev.3 16:47:59 v2.0.0-dev.4 16:47:59 v2.0.0-dev.5 16:47:59 v2.0.0-dev.6 16:47:59 v2.0.0-dev.7 16:47:59 v2.0.0-dev.8 16:47:59 v2.0.0-dev.9 [Pipeline] sh 16:47:59 + lftools sign git-tag v2.0.0-dev.23 16:48:00 Signing Git tag with Sigul... 16:48:00 Signing v2.0.0-dev.23 [Pipeline] echo 16:48:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:48:03 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:48:03 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:48:03 $ docker stop --time=1 c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 16:48:05 $ docker rm -f c24a6fc87f5ae2d643d1abff1a71d3de12cf10089aa8907a4a7683d804a52733 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:48:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:05 . [Pipeline] withDockerContainer 16:48:06 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:48:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:48:07 $ docker top 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:07 [ssh-agent] Looking for ssh-agent implementation... 16:48:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:07 $ docker exec 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 ssh-agent 16:48:07 SSH_AUTH_SOCK=/tmp/ssh-4WekytZv98ZZ/agent.12 16:48:07 SSH_AGENT_PID=18 16:48:07 Running ssh-add (command line suppressed) 16:48:08 Identity added: /w/workspace/edgex-go/268@tmp/private_key_422697363640575135.key (/w/workspace/edgex-go/268@tmp/private_key_422697363640575135.key) 16:48:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:08 + git semver bump pre 16:48:08 # -> Open(): unable to determine branch for HEAD 16:48:08 # $GIT_DIR = /w/workspace/edgex-go/268/.git 16:48:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/268 16:48:08 # $SEMVER_REMOTE_NAME = origin 16:48:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:48:08 # $SEMVER_USER_NAME = edgex-jenkins 16:48:08 # $SEMVER_BRANCH = master 16:48:08 # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver 16:48:08 2.0.0-dev.24 [Pipeline] } 16:48:08 $ docker exec --env ******** --env ******** 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 ssh-agent -k 16:48:08 unset SSH_AUTH_SOCK; 16:48:08 unset SSH_AGENT_PID; 16:48:08 echo Agent pid 18 killed; 16:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:09 + git semver [Pipeline] } 16:48:09 $ docker stop --time=1 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 16:48:10 $ docker rm -f 609ff2e36ed24eec6033eb1ef3a6381b534c62b423171db40f872354e6bd7315 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:48:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:11 . [Pipeline] withDockerContainer 16:48:11 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:48:12 $ docker top d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:12 [ssh-agent] Looking for ssh-agent implementation... 16:48:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:12 $ docker exec d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e ssh-agent 16:48:12 SSH_AUTH_SOCK=/tmp/ssh-0IhIi65FrsT3/agent.12 16:48:12 SSH_AGENT_PID=17 16:48:12 Running ssh-add (command line suppressed) 16:48:13 Identity added: /w/workspace/edgex-go/268@tmp/private_key_854841446080148559.key (/w/workspace/edgex-go/268@tmp/private_key_854841446080148559.key) 16:48:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:13 + git semver push 16:48:13 # -> Open(): unable to determine branch for HEAD 16:48:13 # $GIT_DIR = /w/workspace/edgex-go/268/.git 16:48:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/268 16:48:13 # $SEMVER_REMOTE_NAME = origin 16:48:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:48:13 # $SEMVER_USER_NAME = edgex-jenkins 16:48:13 # $SEMVER_BRANCH = master 16:48:13 # $SEMVER_DIR = /w/workspace/edgex-go/268/.semver [Pipeline] } 16:48:25 $ docker exec --env ******** --env ******** d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e ssh-agent -k 16:48:25 unset SSH_AUTH_SOCK; 16:48:25 unset SSH_AGENT_PID; 16:48:25 echo Agent pid 17 killed; 16:48:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:26 + git semver [Pipeline] } 16:48:26 $ docker stop --time=1 d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e 16:48:27 $ docker rm -f d083c070ca9cad641cd95e2ec968c2eb33bac5e4147df5229accd4b1c794653e [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 16:48:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:48:29 ---> package-listing.sh 16:48:29 ++ facter osfamily 16:48:29 ++ tr '[:upper:]' '[:lower:]' 16:48:29 + OS_FAMILY=redhat 16:48:29 + workspace=/w/workspace/edgex-go/268 16:48:29 + START_PACKAGES=/tmp/packages_start.txt 16:48:29 + END_PACKAGES=/tmp/packages_end.txt 16:48:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:48:29 + PACKAGES=/tmp/packages_start.txt 16:48:29 + '[' /w/workspace/edgex-go/268 ']' 16:48:29 + PACKAGES=/tmp/packages_end.txt 16:48:29 + case "${OS_FAMILY}" in 16:48:29 + rpm -qa 16:48:29 + sort 16:48:35 + '[' -f /tmp/packages_start.txt ']' 16:48:35 + '[' -f /tmp/packages_end.txt ']' 16:48:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:48:35 + '[' /w/workspace/edgex-go/268 ']' 16:48:35 + mkdir -p /w/workspace/edgex-go/268/archives/ 16:48:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/268/archives/ [Pipeline] echo 16:48:35 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/268/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:48:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:48:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:35 16:48:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:48:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:36 alpine: Pulling from edgex-lftools-log-publisher 16:48:36 df20fa9351a1: Pulling fs layer 16:48:36 36b3adc4ff6f: Pulling fs layer 16:48:36 8ad3a11d3b57: Pulling fs layer 16:48:36 46f8f816bc3b: Pulling fs layer 16:48:36 93b61091891f: Pulling fs layer 16:48:36 93b9cdb0e59b: Pulling fs layer 16:48:36 5e14af77c1be: Pulling fs layer 16:48:36 01666e4c0597: Pulling fs layer 16:48:36 aa168da1d23b: Pulling fs layer 16:48:36 93b61091891f: Waiting 16:48:36 93b9cdb0e59b: Waiting 16:48:36 5e14af77c1be: Waiting 16:48:36 01666e4c0597: Waiting 16:48:36 aa168da1d23b: Waiting 16:48:36 46f8f816bc3b: Waiting 16:48:36 36b3adc4ff6f: Verifying Checksum 16:48:36 36b3adc4ff6f: Download complete 16:48:36 46f8f816bc3b: Verifying Checksum 16:48:36 46f8f816bc3b: Download complete 16:48:36 df20fa9351a1: Verifying Checksum 16:48:36 df20fa9351a1: Download complete 16:48:36 93b9cdb0e59b: Download complete 16:48:36 5e14af77c1be: Verifying Checksum 16:48:36 5e14af77c1be: Download complete 16:48:36 93b61091891f: Verifying Checksum 16:48:36 93b61091891f: Download complete 16:48:36 01666e4c0597: Verifying Checksum 16:48:36 01666e4c0597: Download complete 16:48:36 df20fa9351a1: Pull complete 16:48:36 8ad3a11d3b57: Verifying Checksum 16:48:36 8ad3a11d3b57: Download complete 16:48:36 36b3adc4ff6f: Pull complete 16:48:38 aa168da1d23b: Download complete 16:48:38 8ad3a11d3b57: Pull complete 16:48:39 46f8f816bc3b: Pull complete 16:48:39 93b61091891f: Pull complete 16:48:39 93b9cdb0e59b: Pull complete 16:48:39 5e14af77c1be: Pull complete 16:48:39 01666e4c0597: Pull complete 16:48:46 aa168da1d23b: Pull complete 16:48:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:48:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:48:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:48:47 prd-centos7-docker-4c-2g-18187 does not seem to be running inside a container 16:48:47 $ 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/268/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/268 -v /w/workspace/edgex-go/268:/w/workspace/edgex-go/268:rw,z -v /w/workspace/edgex-go/268@tmp:/w/workspace/edgex-go/268@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:48:52 $ docker top 667792fc104fca4638c1be47d161beaa4ea132bcf8ad7edb07120b5356e0fcb0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:52 + touch /tmp/pre-build-complete [Pipeline] sh 16:48:52 + mkdir -p /var/log/sa [Pipeline] sh 16:48:53 + ls /var/log/sa-host 16:48:53 + sadf -c /var/log/sa-host/sa04 16:48:53 file_magic: OK 16:48:53 HZ: Using current value: 100 16:48:53 file_header: OK 16:48:53 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 16:48:53 Statistics: 16:48:53 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... 16:48:53 File successfully converted to sysstat format version 12.2.1 16:48:53 + sadf -c /var/log/sa-host/sa23 16:48:53 file_magic: OK 16:48:53 HZ: Using current value: 100 16:48:53 file_header: OK 16:48:53 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 16:48:53 Statistics: 16:48:53 Hnuu...uuuununununu... 16:48:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:48:53 provisioning config files... 16:48:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/268@tmp/config9025645333275652153tmp [Pipeline] { [Pipeline] echo 16:48:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:48:53 ---> create-netrc.sh [Pipeline] } 16:48:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:48:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:48:54 ---> python-tools-install.sh [Pipeline] echo 16:48:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:48:54 ---> sudo-logs.sh 16:48:54 Archiving 'sudo' log.. [Pipeline] echo 16:48:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:48:54 ---> job-cost.sh 16:48:54 lf-activate-venv: SKIPPING 16:48:54 INFO: No Stack... 16:48:55 INFO: Retrieving Pricing Info for: v1-standard-2 16:48:56 INFO: Archiving Costs [Pipeline] echo 16:48:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:48:56 ---> logs-deploy.sh 16:48:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/268 16:48:56 INFO: archiving workspace using pattern(s): 16:48:58 Archives upload complete. 16:48:58 INFO: archiving logs to Nexus 16:48:59 ---> uname -a: 16:48:59 Linux prd-centos7-docker-4c-2g-18187.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:48:59 16:48:59 16:48:59 ---> lscpu: 16:48:59 Architecture: x86_64 16:48:59 CPU op-mode(s): 32-bit, 64-bit 16:48:59 Byte Order: Little Endian 16:48:59 Address sizes: 40 bits physical, 48 bits virtual 16:48:59 CPU(s): 4 16:48:59 On-line CPU(s) list: 0-3 16:48:59 Thread(s) per core: 1 16:48:59 Core(s) per socket: 1 16:48:59 Socket(s): 4 16:48:59 NUMA node(s): 1 16:48:59 Vendor ID: GenuineIntel 16:48:59 CPU family: 6 16:48:59 Model: 44 16:48:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:48:59 Stepping: 1 16:48:59 CPU MHz: 2933.438 16:48:59 BogoMIPS: 5866.87 16:48:59 Virtualization: VT-x 16:48:59 Hypervisor vendor: KVM 16:48:59 Virtualization type: full 16:48:59 L1d cache: 128 KiB 16:48:59 L1i cache: 128 KiB 16:48:59 L2 cache: 16 MiB 16:48:59 L3 cache: 64 MiB 16:48:59 NUMA node0 CPU(s): 0-3 16:48:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:48:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:48:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:48:59 Vulnerability Meltdown: Mitigation; PTI 16:48:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:48:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:48:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:48:59 Vulnerability Srbds: Not affected 16:48:59 Vulnerability Tsx async abort: Not affected 16:48:59 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 16:48:59 16:48:59 16:48:59 ---> nproc: 16:48:59 4 16:48:59 16:48:59 16:48:59 ---> df -h: 16:48:59 Filesystem Size Used Available Use% Mounted on 16:48:59 overlay 50.0G 12.9G 37.1G 26% / 16:48:59 tmpfs 64.0M 0 64.0M 0% /dev 16:48:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:48:59 shm 64.0M 0 64.0M 0% /dev/shm 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /facter-os 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/resolv.conf 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hostname 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /etc/hosts 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/sa-host 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/secure 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /var/log/auth.log 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /run/cloud-init/result.json 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/268 16:48:59 /dev/vda1 50.0G 12.9G 37.1G 26% /w/workspace/edgex-go/268@tmp 16:48:59 16:48:59 16:48:59 ---> free -m: 16:48:59 total used free shared buff/cache available 16:48:59 Mem: 1837 765 151 0 920 1007 16:48:59 Swap: 1023 57 966 16:48:59 16:48:59 16:48:59 ---> ip addr: 16:48:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:48:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:48:59 inet 127.0.0.1/8 scope host lo 16:48:59 valid_lft forever preferred_lft forever 16:48:59 inet6 ::1/128 scope host 16:48:59 valid_lft forever preferred_lft forever 16:48:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:48:59 link/ether fa:16:3e:2f:1b:89 brd ff:ff:ff:ff:ff:ff 16:48:59 inet 10.30.123.126/23 brd 10.30.123.255 scope global dynamic eth0 16:48:59 valid_lft 85382sec preferred_lft 85382sec 16:48:59 inet6 fe80::f816:3eff:fe2f:1b89/64 scope link 16:48:59 valid_lft forever preferred_lft forever 16:48:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:48:59 link/ether 02:42:c1:b1:4f:ce brd ff:ff:ff:ff:ff:ff 16:48:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:48:59 valid_lft forever preferred_lft forever 16:48:59 inet6 fe80::42:c1ff:feb1:4fce/64 scope link 16:48:59 valid_lft forever preferred_lft forever 16:48:59 16:48:59 16:48:59 ---> sar -b -r -n DEV: 16:48:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:48:59 16:48:59 16:31:48 LINUX RESTART (4 CPU) 16:48:59 16:48:59 16:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:48:59 16:34:01 210.61 91.33 119.28 0.00 7030.84 46153.42 0.00 16:48:59 16:35:02 234.02 90.85 143.16 0.00 3720.96 19718.10 0.00 16:48:59 16:36:01 153.48 51.96 101.52 0.00 2169.63 11012.61 0.00 16:48:59 16:37:01 220.20 66.73 153.47 0.00 14919.11 81222.93 0.00 16:48:59 16:38:02 3191.67 2832.05 359.61 0.00 196405.00 217238.57 0.00 16:48:59 16:39:02 654.29 420.99 233.30 0.00 39827.57 57036.25 0.00 16:48:59 16:40:02 2475.02 2113.36 361.66 0.00 134434.50 148974.30 0.00 16:48:59 16:41:01 679.74 422.90 256.85 0.00 24670.30 51500.29 0.00 16:48:59 16:42:01 61.17 35.65 25.53 0.00 6420.39 591.56 0.00 16:48:59 16:43:01 1.37 0.55 0.82 0.00 26.77 13.19 0.00 16:48:59 16:44:01 0.33 0.02 0.32 0.00 0.27 3.78 0.00 16:48:59 16:45:01 0.28 0.05 0.23 0.00 0.40 2.46 0.00 16:48:59 16:46:01 0.22 0.02 0.20 0.00 0.27 2.06 0.00 16:48:59 16:47:01 277.82 140.41 137.41 0.00 9049.01 36722.59 0.00 16:48:59 16:48:01 193.50 53.65 139.84 0.00 4910.33 31073.53 0.00 16:48:59 Average: 558.05 422.51 135.54 0.00 29671.53 46870.31 0.00 16:48:59 16:48:59 16:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:48:59 16:34:01 98712 0 672568 35.75 2164 1108100 1437300 49.05 567164 976308 35280 16:48:59 16:35:02 184344 0 799752 42.51 1492 895956 1804248 61.58 614036 805996 73928 16:48:59 16:36:01 186004 0 785256 41.73 856 909428 1795936 61.29 648228 757660 76796 16:48:59 16:37:01 70760 0 700268 37.22 108 1110408 1255940 42.86 720828 844080 101712 16:48:59 16:38:02 72408 0 833644 44.31 0 975492 2333256 79.63 771916 814328 8532 16:48:59 16:39:02 71764 0 700652 37.24 0 1109128 1369648 46.74 735172 829940 96248 16:48:59 16:40:02 77552 0 760208 40.40 0 1043784 2050764 69.99 626500 946680 87360 16:48:59 16:41:01 209008 0 677960 36.03 0 994576 1352808 46.17 452508 974888 0 16:48:59 16:42:01 99768 0 639616 33.99 0 1142160 1202504 41.04 516820 1021632 20 16:48:59 16:43:01 102880 0 635712 33.79 0 1142952 1190716 40.64 513892 1022008 16 16:48:59 16:44:01 104104 0 634488 33.72 0 1142952 1180436 40.29 512988 1021988 12 16:48:59 16:45:01 105396 0 633188 33.65 0 1142960 1166212 39.80 512292 1021972 12 16:48:59 16:46:01 105272 0 633300 33.66 0 1142972 1166224 39.80 512596 1021984 8 16:48:59 16:47:01 220988 0 697124 37.05 0 963432 1184644 40.43 640572 719224 32 16:48:59 16:48:01 77244 0 804376 42.75 0 999924 1368052 46.69 587032 874732 72168 16:48:59 Average: 119080 0 707207 37.59 308 1054948 1457246 49.73 595503 910228 36808 16:48:59 16:48:59 16:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:48:59 16:34:01 vethe162c63 15.37 25.84 1.09 153.88 0.00 0.00 0.00 0.00 16:48:59 16:34:01 eth0 1146.55 1189.67 5990.77 135.09 0.00 0.00 0.00 0.00 16:48:59 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:34:01 docker0 868.24 750.86 70.38 2821.36 0.00 0.00 0.00 0.00 16:48:59 16:35:02 veth6ce7a08 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:48:59 16:35:02 eth0 185.88 153.56 701.50 70.84 0.00 0.00 0.00 0.00 16:48:59 16:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:35:02 docker0 128.44 148.65 9.40 672.02 0.00 0.00 0.00 0.00 16:48:59 16:36:01 veth6ce7a08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:36:01 eth0 28.83 14.20 22.07 16.92 0.00 0.00 0.00 0.00 16:48:59 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:37:01 eth0 245.37 203.33 1703.63 86.75 0.00 0.00 0.00 0.00 16:48:59 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:37:01 vethc9ac6a9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:48:59 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:38:02 eth0 45.65 19.20 159.37 8.29 0.00 0.00 0.00 0.00 16:48:59 16:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:38:02 vethc9ac6a9 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 16:48:59 16:38:02 docker0 10.03 28.02 0.53 145.11 0.00 0.00 0.00 0.00 16:48:59 16:39:02 eth0 68.51 46.49 189.16 64.54 0.00 0.00 0.00 0.00 16:48:59 16:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:39:02 vethc9ac6a9 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:39:02 docker0 12.72 21.75 0.75 121.18 0.00 0.00 0.00 0.00 16:48:59 16:40:02 veth0bf2f6d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:48:59 16:40:02 eth0 52.55 28.67 93.00 18.37 0.00 0.00 0.00 0.00 16:48:59 16:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:40:02 vethc9ac6a9 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 16:48:59 16:41:01 eth0 233.53 160.37 1646.38 92.38 0.00 0.00 0.00 0.00 16:48:59 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:41:01 vethc9ac6a9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:41:01 docker0 1071.28 1025.49 84.67 4256.50 0.00 0.00 0.00 0.00 16:48:59 16:42:01 eth0 408.64 400.67 221.43 1534.72 0.00 0.00 0.00 0.00 16:48:59 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:42:01 docker0 2.75 4.91 0.15 35.75 0.00 0.00 0.00 0.00 16:48:59 16:43:01 eth0 3.98 1.50 2.32 0.68 0.00 0.00 0.00 0.00 16:48:59 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:44:01 eth0 2.18 0.60 0.65 0.40 0.00 0.00 0.00 0.00 16:48:59 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:45:01 eth0 2.66 0.52 0.69 0.39 0.00 0.00 0.00 0.00 16:48:59 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:46:01 eth0 2.01 0.82 0.86 0.59 0.00 0.00 0.00 0.00 16:48:59 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:47:01 eth0 587.34 527.73 4265.86 89.59 0.00 0.00 0.00 0.00 16:48:59 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:47:01 docker0 31.69 33.09 3.04 217.79 0.00 0.00 0.00 0.00 16:48:59 16:48:01 veth2ef6227 21.26 30.28 1.52 201.58 0.00 0.00 0.00 0.00 16:48:59 16:48:01 eth0 518.35 441.11 3445.26 94.46 0.00 0.00 0.00 0.00 16:48:59 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 16:48:01 docker0 21.26 30.16 1.22 201.57 0.00 0.00 0.00 0.00 16:48:59 Average: veth2ef6227 1.42 2.02 0.10 13.46 0.00 0.00 0.00 0.00 16:48:59 Average: eth0 235.68 212.80 1230.42 147.75 0.00 0.00 0.00 0.00 16:48:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:48:59 Average: docker0 74.05 71.88 5.85 309.85 0.00 0.00 0.00 0.00 16:48:59 16:48:59 16:48:59 ---> sar -P ALL: 16:48:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 16:48:59 16:48:59 16:31:48 LINUX RESTART (4 CPU) 16:48:59 16:48:59 16:33:01 CPU %user %nice %system %iowait %steal %idle 16:48:59 16:34:01 all 16.34 0.00 9.75 2.42 0.25 71.24 16:48:59 16:34:01 0 16.59 0.00 11.42 1.44 0.24 70.32 16:48:59 16:34:01 1 16.96 0.00 8.99 1.74 0.26 72.05 16:48:59 16:34:01 2 17.05 0.00 8.77 4.33 0.22 69.63 16:48:59 16:34:01 3 14.77 0.00 9.82 2.17 0.26 72.98 16:48:59 16:35:02 all 21.28 0.00 8.19 4.98 0.18 65.37 16:48:59 16:35:02 0 19.85 0.00 8.55 3.85 0.17 67.58 16:48:59 16:35:02 1 20.26 0.00 8.13 5.73 0.20 65.67 16:48:59 16:35:02 2 22.89 0.00 7.90 4.34 0.17 64.70 16:48:59 16:35:02 3 22.11 0.00 8.18 6.02 0.17 63.52 16:48:59 16:36:01 all 63.09 0.00 16.25 6.08 0.17 14.41 16:48:59 16:36:01 0 61.58 0.00 17.14 5.11 0.18 16.00 16:48:59 16:36:01 1 65.11 0.00 16.01 2.37 0.18 16.34 16:48:59 16:36:01 2 61.86 0.00 16.09 8.19 0.16 13.69 16:48:59 16:36:01 3 63.81 0.00 15.77 8.67 0.16 11.59 16:48:59 16:37:01 all 24.46 0.00 13.69 4.73 0.09 57.03 16:48:59 16:37:01 0 22.34 0.00 13.47 3.26 0.10 60.83 16:48:59 16:37:01 1 23.75 0.00 12.69 5.67 0.09 57.81 16:48:59 16:37:01 2 27.61 0.00 15.21 5.66 0.09 51.43 16:48:59 16:37:01 3 24.15 0.00 13.38 4.32 0.10 58.04 16:48:59 16:38:02 all 23.67 0.00 30.48 20.85 0.14 24.86 16:48:59 16:38:02 0 24.78 0.00 30.03 21.73 0.16 23.31 16:48:59 16:38:02 1 22.04 0.00 28.97 22.15 0.14 26.70 16:48:59 16:38:02 2 24.22 0.00 30.61 20.32 0.11 24.74 16:48:59 16:38:02 3 23.64 0.00 32.34 19.18 0.14 24.70 16:48:59 16:39:02 all 49.32 0.00 17.58 17.30 0.07 15.73 16:48:59 16:39:02 0 49.14 0.00 17.37 17.30 0.09 16.09 16:48:59 16:39:02 1 49.50 0.00 16.68 17.02 0.05 16.75 16:48:59 16:39:02 2 50.14 0.00 18.41 16.10 0.07 15.28 16:48:59 16:39:02 3 48.48 0.00 17.86 18.80 0.09 14.78 16:48:59 16:40:02 all 38.81 0.00 25.35 21.60 0.10 14.14 16:48:59 16:40:02 0 39.36 0.00 24.99 20.05 0.07 15.54 16:48:59 16:40:02 1 39.36 0.00 24.74 21.95 0.12 13.82 16:48:59 16:40:02 2 37.57 0.00 25.64 22.05 0.11 14.64 16:48:59 16:40:02 3 38.93 0.00 26.05 22.38 0.11 12.53 16:48:59 16:41:01 all 24.19 0.00 13.36 13.64 0.21 48.60 16:48:59 16:41:01 0 26.51 0.00 14.38 11.59 0.19 47.33 16:48:59 16:41:01 1 23.02 0.00 13.73 14.08 0.21 48.97 16:48:59 16:41:01 2 25.06 0.00 13.03 14.81 0.19 46.91 16:48:59 16:41:01 3 22.17 0.00 12.28 14.10 0.25 51.21 16:48:59 16:42:01 all 9.43 0.00 4.10 0.85 0.10 85.51 16:48:59 16:42:01 0 9.96 0.00 4.52 1.29 0.12 84.10 16:48:59 16:42:01 1 9.55 0.00 3.88 0.71 0.07 85.79 16:48:59 16:42:01 2 10.00 0.00 4.25 0.93 0.08 84.73 16:48:59 16:42:01 3 8.23 0.00 3.74 0.47 0.14 87.42 16:48:59 16:43:01 all 0.20 0.00 0.06 0.00 0.00 99.74 16:48:59 16:43:01 0 0.07 0.00 0.07 0.00 0.00 99.87 16:48:59 16:43:01 1 0.12 0.00 0.10 0.00 0.02 99.77 16:48:59 16:43:01 2 0.57 0.00 0.05 0.00 0.00 99.38 16:48:59 16:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:48:59 16:44:01 all 0.16 0.00 0.05 0.00 0.00 99.78 16:48:59 16:44:01 0 0.12 0.00 0.07 0.00 0.02 99.80 16:48:59 16:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:48:59 16:44:01 2 0.47 0.00 0.08 0.02 0.00 99.43 16:48:59 16:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:48:59 16:48:59 16:44:01 CPU %user %nice %system %iowait %steal %idle 16:48:59 16:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:48:59 16:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 16:48:59 16:45:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:48:59 16:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:48:59 16:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:48:59 16:46:01 all 0.17 0.00 0.05 0.00 0.01 99.77 16:48:59 16:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:48:59 16:46:01 1 0.57 0.00 0.03 0.00 0.02 99.38 16:48:59 16:46:01 2 0.05 0.00 0.07 0.00 0.02 99.87 16:48:59 16:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:48:59 16:47:01 all 10.97 0.00 8.63 5.64 1.02 73.74 16:48:59 16:47:01 0 10.74 0.00 9.98 6.76 1.05 71.48 16:48:59 16:47:01 1 10.52 0.00 8.75 5.55 1.16 74.01 16:48:59 16:47:01 2 10.32 0.00 7.66 5.47 0.86 75.69 16:48:59 16:47:01 3 12.31 0.00 8.13 4.77 1.01 73.78 16:48:59 16:48:01 all 11.34 0.00 9.35 2.29 0.34 76.68 16:48:59 16:48:01 0 13.02 0.00 9.64 3.29 0.31 73.74 16:48:59 16:48:01 1 10.18 0.00 8.89 1.29 0.38 79.27 16:48:59 16:48:01 2 12.00 0.00 9.11 2.77 0.29 75.82 16:48:59 16:48:01 3 10.18 0.00 9.77 1.85 0.36 77.85 16:48:59 Average: all 19.23 0.00 10.29 6.57 0.18 63.74 16:48:59 Average: 0 19.28 0.00 10.62 6.28 0.18 63.64 16:48:59 Average: 1 19.12 0.00 9.95 6.44 0.19 64.30 16:48:59 Average: 2 19.64 0.00 10.28 6.86 0.16 63.07 16:48:59 Average: 3 18.89 0.00 10.29 6.69 0.19 63.94 16:48:59 16:48:59 16:48:59