Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 382321cdbf919cdcf7c2812d3a520779371560e7 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15434 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/250 [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/250 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 382321cdbf919cdcf7c2812d3a520779371560e7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 Commit message: "feat(security): implement secrets-config proxy tls (#2930)" > git rev-list --no-walk 34dce4612a631976cf4327d6db635ffc5909a851 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:08:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:08:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:08:54 ========================================================= 18:08:54 EdgeX Global Pipelines Version Info 18:08:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:08:55 ------------------- 18:08:55 stable info: 18:08:55 ------------------- 18:08:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:08:55 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 18:08:55 Message: update stable to v1.0.172 18:08:56 ------------------- 18:08:56 experimental info: 18:08:56 ------------------- 18:08:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:08:56 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 18:08:56 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:08:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:08:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 382321c [Pipeline] echo 18:08:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:09:00 provisioning config files... 18:09:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1890988894918270783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:09:00 ---> docker-login.sh 18:09:00 nexus3.edgexfoundry.org:10001 18:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:00 Configure a credential helper to remove this warning. See 18:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:00 18:09:00 Login Succeeded 18:09:00 nexus3.edgexfoundry.org:10002 18:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:00 Configure a credential helper to remove this warning. See 18:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:00 18:09:00 Login Succeeded 18:09:00 nexus3.edgexfoundry.org:10003 18:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:01 Configure a credential helper to remove this warning. See 18:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:01 18:09:01 Login Succeeded 18:09:01 nexus3.edgexfoundry.org:10004 18:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:01 Configure a credential helper to remove this warning. See 18:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:01 18:09:01 Login Succeeded 18:09:01 docker.io 18:09:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:01 Configure a credential helper to remove this warning. See 18:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:01 18:09:01 Login Succeeded 18:09:01 ---> docker-login.sh ends [Pipeline] } 18:09:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:09:02 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/core-command/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo core-command,cmd/core-command/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/core-data/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo core-data,cmd/core-data/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/core-metadata/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo core-metadata,cmd/core-metadata/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/security-proxy-setup/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/security-secrets-setup/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/support-notifications/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo support-notifications,cmd/support-notifications/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/support-scheduler/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:09:02 + for file in '`ls cmd/**/Dockerfile`' 18:09:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:09:02 ++ cut -d/ -f2 18:09:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:09:02 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-secrets-setup-go, dockerfile:cmd/security-secrets-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 18:09:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:03 18:09:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:09:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:04 latest: Pulling from edgex-devops/git-semver 18:09:04 31603596830f: Pulling fs layer 18:09:04 2a8b12db71e7: Pulling fs layer 18:09:04 6ca5941a6612: Pulling fs layer 18:09:04 ecc8261a40a4: Pulling fs layer 18:09:04 ecc8261a40a4: Waiting 18:09:04 2a8b12db71e7: Download complete 18:09:04 31603596830f: Verifying Checksum 18:09:04 31603596830f: Download complete 18:09:04 ecc8261a40a4: Verifying Checksum 18:09:04 ecc8261a40a4: Download complete 18:09:04 6ca5941a6612: Verifying Checksum 18:09:04 6ca5941a6612: Download complete 18:09:04 31603596830f: Pull complete 18:09:04 2a8b12db71e7: Pull complete 18:09:05 6ca5941a6612: Pull complete 18:09:06 ecc8261a40a4: Pull complete 18:09:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:09:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:09:06 prd-centos7-docker-4c-2g-15434 does not seem to be running inside a container 18:09:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:09:09 $ docker top fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:09:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:09 [ssh-agent] Looking for ssh-agent implementation... 18:09:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:09 $ docker exec fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent 18:09:09 SSH_AUTH_SOCK=/tmp/ssh-A7Omjnpej5kj/agent.12 18:09:09 SSH_AGENT_PID=17 18:09:09 Running ssh-add (command line suppressed) 18:09:10 Identity added: /w/workspace/edgex-go/250@tmp/private_key_4894600840891349527.key (/w/workspace/edgex-go/250@tmp/private_key_4894600840891349527.key) 18:09:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:10 + git tag --points-at HEAD [Pipeline] } 18:09:10 $ docker exec --env ******** --env ******** fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent -k 18:09:10 unset SSH_AUTH_SOCK; 18:09:10 unset SSH_AGENT_PID; 18:09:10 echo Agent pid 17 killed; 18:09:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:09:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:10 [ssh-agent] Looking for ssh-agent implementation... 18:09:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:10 $ docker exec fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent 18:09:11 SSH_AUTH_SOCK=/tmp/ssh-rb29Owr5N7yN/agent.45 18:09:11 SSH_AGENT_PID=51 18:09:11 Running ssh-add (command line suppressed) 18:09:11 Identity added: /w/workspace/edgex-go/250@tmp/private_key_6791147140867591233.key (/w/workspace/edgex-go/250@tmp/private_key_6791147140867591233.key) 18:09:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:11 + git semver init 18:09:11 # -> Open(): unable to determine branch for HEAD 18:09:11 # $GIT_DIR = /w/workspace/edgex-go/250/.git 18:09:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/250 18:09:11 # $SEMVER_REMOTE_NAME = origin 18:09:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:09:11 # $SEMVER_USER_NAME = edgex-jenkins 18:09:11 # $SEMVER_BRANCH = master 18:09:11 # $SEMVER_TEMP = /tmp/semver-009544510 18:09:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:09:33 # '/tmp/semver-009544510' -> '/w/workspace/edgex-go/250/.semver' 18:09:33 # -> Force: false 18:09:33 # $SEMVER_DIR = /w/workspace/edgex-go/250/.semver [Pipeline] } 18:09:33 $ docker exec --env ******** --env ******** fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 ssh-agent -k 18:09:33 unset SSH_AUTH_SOCK; 18:09:33 unset SSH_AGENT_PID; 18:09:33 echo Agent pid 51 killed; 18:09:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:09:34 + git semver [Pipeline] } 18:09:34 $ docker stop --time=1 fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 18:09:36 $ docker rm -f fb838d8bdc23a182b61c725f871d2ff07ec4d61bb5192b3b4613f012eb7dcd92 [Pipeline] // withDockerContainer [Pipeline] sh 18:09:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:09:37 Stashed 1 file(s) [Pipeline] echo 18:09:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.8 [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 18:09:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:09:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:09:39 + sudo service docker restart 18:09:39 + true 18:09:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:09:39 ========================================================= 18:09:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:09:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:09:40 + 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 . 18:09:44 Sending build context to Docker daemon 326.4MB 18:09:44 Step 1/7 : ARG BASE=golang:1.15-alpine 18:09:44 Step 2/7 : FROM ${BASE} 18:09:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:09:44 188c0c94c7c5: Pulling fs layer 18:09:44 0ef7d3d256c8: Pulling fs layer 18:09:44 de9db76c5a1d: Pulling fs layer 18:09:44 bca2f99d35d6: Pulling fs layer 18:09:44 93359f2a8cfa: Pulling fs layer 18:09:44 7c6f9722023f: Pulling fs layer 18:09:44 a35cf1a2eb13: Pulling fs layer 18:09:44 93359f2a8cfa: Waiting 18:09:44 7c6f9722023f: Waiting 18:09:44 a35cf1a2eb13: Waiting 18:09:44 bca2f99d35d6: Waiting 18:09:44 de9db76c5a1d: Download complete 18:09:44 0ef7d3d256c8: Download complete 18:09:44 93359f2a8cfa: Download complete 18:09:44 7c6f9722023f: Download complete 18:09:44 188c0c94c7c5: Verifying Checksum 18:09:44 188c0c94c7c5: Download complete 18:09:44 188c0c94c7c5: Pull complete 18:09:45 0ef7d3d256c8: Pull complete 18:09:45 de9db76c5a1d: Pull complete 18:09:46 a35cf1a2eb13: Verifying Checksum 18:09:46 a35cf1a2eb13: Download complete 18:09:46 bca2f99d35d6: Verifying Checksum 18:09:46 bca2f99d35d6: Download complete 18:09:53 Still waiting to schedule task 18:09:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:09:53 bca2f99d35d6: Pull complete 18:09:53 93359f2a8cfa: Pull complete 18:09:53 7c6f9722023f: Pull complete 18:09:56 a35cf1a2eb13: Pull complete 18:09:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:09:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:09:56 ---> a62c8e92a672 18:09:56 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:09:56 ---> Running in ad36c7ce512f 18:09:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:09:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:09:59 (1/12) Installing libmagic (5.38-r0) 18:09:59 (2/12) Installing file (5.38-r0) 18:09:59 (3/12) Installing libc-dev (0.7.2-r3) 18:09:59 (4/12) Installing g++ (9.3.0-r2) 18:10:04 (5/12) Installing fortify-headers (1.1-r0) 18:10:04 (6/12) Installing patch (2.7.6-r6) 18:10:04 (7/12) Installing build-base (0.5-r2) 18:10:04 (8/12) Installing libsodium (1.0.18-r0) 18:10:04 (9/12) Installing pkgconf (1.7.2-r0) 18:10:04 (10/12) Installing libsodium-dev (1.0.18-r0) 18:10:04 (11/12) Installing libzmq (4.3.3-r0) 18:10:04 (12/12) Installing zeromq-dev (4.3.3-r0) 18:10:04 Executing busybox-1.31.1-r19.trigger 18:10:04 OK: 233 MiB in 51 packages 18:10:08 Removing intermediate container ad36c7ce512f 18:10:08 ---> 7db2f5a9f454 18:10:08 Step 4/7 : WORKDIR /edgex-go 18:10:08 ---> Running in da6a948e12a8 18:10:08 Removing intermediate container da6a948e12a8 18:10:08 ---> cc807fa0db37 18:10:08 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:10:09 latest: Pulling from library/docker 18:10:09 188c0c94c7c5: Already exists 18:10:09 0c7c675703d6: Pulling fs layer 18:10:09 cc8c12a437cb: Pulling fs layer 18:10:09 f092543453df: Pulling fs layer 18:10:09 65b6bc45957d: Pulling fs layer 18:10:09 4de832df471b: Pulling fs layer 18:10:09 79aa7fa92271: Pulling fs layer 18:10:09 4de832df471b: Waiting 18:10:09 65b6bc45957d: Waiting 18:10:09 79aa7fa92271: Waiting 18:10:09 invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/b0/b0757c55a1fdbb59c378fd34dde3e12bd25f68094dd69546cf5ca00ddbaa7a33/data?verify=1607626809-W4U%2BYrqaSLPnJMDsgtEA%2BGKeWDg%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:10:11 Failed in branch amd64 18:11:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15435 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 18:11:36 Running in /w/workspace/edgex-go/250 [Pipeline] { [Pipeline] checkout 18:11:42 using credential edgex-jenkins-ssh 18:11:42 Cloning the remote Git repository 18:11:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:11:42 > git init /w/workspace/edgex-go/250 # timeout=10 18:11:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:11:42 > git --version # timeout=10 18:11:42 > git --version # 'git version 2.17.1' 18:11:42 using GIT_SSH to set credentials SSH Credentials for GitHub 18:11:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:11:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:11:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:11:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:11:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:11:59 Checking out Revision 382321cdbf919cdcf7c2812d3a520779371560e7 (master) 18:11:59 > git config core.sparsecheckout # timeout=10 18:11:59 > git checkout -f 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 18:12:04 Commit message: "feat(security): implement secrets-config proxy tls (#2930)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:12:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:12:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:12:06 + sudo service docker restart 18:12:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:12:09 provisioning config files... 18:12:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config3723715409120238750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:12:10 ---> docker-login.sh 18:12:10 nexus3.edgexfoundry.org:10001 18:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:11 Configure a credential helper to remove this warning. See 18:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:11 18:12:11 Login Succeeded 18:12:11 nexus3.edgexfoundry.org:10002 18:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:11 Configure a credential helper to remove this warning. See 18:12:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:11 18:12:11 Login Succeeded 18:12:11 nexus3.edgexfoundry.org:10003 18:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:12 Configure a credential helper to remove this warning. See 18:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:12 18:12:12 Login Succeeded 18:12:12 nexus3.edgexfoundry.org:10004 18:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:12 Configure a credential helper to remove this warning. See 18:12:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:12 18:12:12 Login Succeeded 18:12:12 docker.io 18:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:12:13 Configure a credential helper to remove this warning. See 18:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:12:13 18:12:13 Login Succeeded 18:12:13 ---> docker-login.sh ends [Pipeline] } 18:12:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:12:13 ========================================================= 18:12:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:12:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:12:14 + 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 . 18:12:16 Sending build context to Docker daemon 165.6MB 18:12:16 Step 1/7 : ARG BASE=golang:1.15-alpine 18:12:16 Step 2/7 : FROM ${BASE} 18:12:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:12:16 5f621e34cdf4: Pulling fs layer 18:12:16 a4357932f1b6: Pulling fs layer 18:12:16 18c013af1878: Pulling fs layer 18:12:16 00ac8860ef70: Pulling fs layer 18:12:16 63d7cb157983: Pulling fs layer 18:12:16 b116817d02f9: Pulling fs layer 18:12:16 745a02a5169b: Pulling fs layer 18:12:16 00ac8860ef70: Waiting 18:12:16 63d7cb157983: Waiting 18:12:16 b116817d02f9: Waiting 18:12:16 745a02a5169b: Waiting 18:12:16 18c013af1878: Verifying Checksum 18:12:16 18c013af1878: Download complete 18:12:16 a4357932f1b6: Verifying Checksum 18:12:16 a4357932f1b6: Download complete 18:12:16 63d7cb157983: Download complete 18:12:16 b116817d02f9: Verifying Checksum 18:12:16 b116817d02f9: Download complete 18:12:17 5f621e34cdf4: Pull complete 18:12:18 a4357932f1b6: Pull complete 18:12:18 18c013af1878: Pull complete 18:12:18 745a02a5169b: Download complete 18:12:20 00ac8860ef70: Verifying Checksum 18:12:20 00ac8860ef70: Download complete 18:12:30 00ac8860ef70: Pull complete 18:12:30 63d7cb157983: Pull complete 18:12:31 b116817d02f9: Pull complete 18:12:35 745a02a5169b: Pull complete 18:12:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:12:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:12:35 ---> b7e6874047d6 18:12:35 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:12:38 ---> Running in 61819cac26e5 18:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:41 (1/12) Installing libmagic (5.38-r0) 18:12:41 (2/12) Installing file (5.38-r0) 18:12:41 (3/12) Installing libc-dev (0.7.2-r3) 18:12:41 (4/12) Installing g++ (9.3.0-r2) 18:12:45 (5/12) Installing fortify-headers (1.1-r0) 18:12:45 (6/12) Installing patch (2.7.6-r6) 18:12:45 (7/12) Installing build-base (0.5-r2) 18:12:45 (8/12) Installing libsodium (1.0.18-r0) 18:12:46 (9/12) Installing pkgconf (1.7.2-r0) 18:12:46 (10/12) Installing libsodium-dev (1.0.18-r0) 18:12:46 (11/12) Installing libzmq (4.3.3-r0) 18:12:46 (12/12) Installing zeromq-dev (4.3.3-r0) 18:12:46 Executing busybox-1.31.1-r19.trigger 18:12:46 OK: 217 MiB in 51 packages 18:12:50 Removing intermediate container 61819cac26e5 18:12:50 ---> 3ff8cc08f72a 18:12:50 Step 4/7 : WORKDIR /edgex-go 18:12:50 ---> Running in c9f8e0ef9280 18:12:51 Removing intermediate container c9f8e0ef9280 18:12:51 ---> db7eaffa5cb3 18:12:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:12:51 latest: Pulling from library/docker 18:12:51 5f621e34cdf4: Already exists 18:12:51 85db56a05063: Pulling fs layer 18:12:51 ccb67d6aeaaa: Pulling fs layer 18:12:51 078a48a8a50a: Pulling fs layer 18:12:51 158a5e565521: Pulling fs layer 18:12:51 580500bbad4e: Pulling fs layer 18:12:51 cf2dce50f859: Pulling fs layer 18:12:51 158a5e565521: Waiting 18:12:51 580500bbad4e: Waiting 18:12:51 cf2dce50f859: Waiting 18:12:52 ccb67d6aeaaa: Verifying Checksum 18:12:52 ccb67d6aeaaa: Download complete 18:12:52 85db56a05063: Download complete 18:12:52 158a5e565521: Verifying Checksum 18:12:52 158a5e565521: Download complete 18:12:52 580500bbad4e: Download complete 18:12:52 cf2dce50f859: Download complete 18:12:52 85db56a05063: Pull complete 18:12:53 ccb67d6aeaaa: Pull complete 18:12:55 078a48a8a50a: Verifying Checksum 18:12:55 078a48a8a50a: Download complete 18:13:00 078a48a8a50a: Pull complete 18:13:00 158a5e565521: Pull complete 18:13:00 580500bbad4e: Pull complete 18:13:00 cf2dce50f859: Pull complete 18:13:00 Digest: sha256:9c95050c6bbc8b806d79eaf58104c027f8433d7f668e1e287b5589bd910012ba 18:13:00 Status: Downloaded newer image for docker:latest 18:13:03 ---> 517e3957a650 18:13:03 Step 6/7 : COPY go.mod . 18:13:04 ---> d4d1b1a574a0 18:13:04 Step 7/7 : RUN go mod download 18:13:04 ---> Running in 1167b27d54a9 18:13:31 Removing intermediate container 1167b27d54a9 18:13:31 ---> 3769fac706bd 18:13:31 Successfully built 3769fac706bd 18:13:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:13:31 + docker inspect -f . ci-base-image-arm64 18:13:31 . [Pipeline] withDockerContainer 18:13:31 prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container 18:13:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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 ******** ci-base-image-arm64 cat 18:13:33 $ docker top 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:34 + go version 18:13:34 go version go1.15.5 linux/arm64 [Pipeline] } 18:13:34 $ docker stop --time=1 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 18:13:36 $ docker rm -f 95ee2ac5cb809bb44d775fbcfd71c4afd5a4737f0554835c68b135e19ccc86c7 [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 18:13:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:13:40 18:13:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:13:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:13:40 latest: Pulling from edgex-devops/edgex-compose-arm64 18:13:40 29e5d40040c1: Pulling fs layer 18:13:40 1ce36da41761: Pulling fs layer 18:13:40 25b303627fd3: Pulling fs layer 18:13:41 29e5d40040c1: Download complete 18:13:42 1ce36da41761: Verifying Checksum 18:13:42 1ce36da41761: Download complete 18:13:42 29e5d40040c1: Pull complete 18:13:43 1ce36da41761: Pull complete 18:13:43 25b303627fd3: Verifying Checksum 18:13:53 25b303627fd3: Pull complete 18:13:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:13:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:13:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:13:54 prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container 18:13:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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-devops/edgex-compose-arm64:latest cat 18:13:57 $ docker top 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:58 + docker-compose build --help 18:13:58 + grep parallel 18:14:01 --parallel Build images in parallel. [Pipeline] } 18:14:01 $ docker stop --time=1 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 18:14:03 $ docker rm -f 930fa09498b03011240527760a7c75ba55e4473e56a7f0ec623bd7069b264569 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:14:04 . [Pipeline] withDockerContainer 18:14:04 prd-ubuntu18.04-docker-arm64-4c-16g-15435 does not seem to be running inside a container 18:14:04 $ 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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@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-arm64:latest cat 18:14:06 $ docker top f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:07 + docker-compose -f ./docker-compose-build.yml build --parallel 18:14:10 Building docker-core-command-go ... 18:14:10 Building docker-core-data-go ... 18:14:10 Building docker-core-metadata-go ... 18:14:10 Building docker-security-bootstrap-redis-go ... 18:14:10 Building docker-security-proxy-setup-go ... 18:14:10 Building docker-security-secrets-setup-go ... 18:14:10 Building docker-security-secretstore-setup-go ... 18:14:10 Building docker-support-notifications-go ... 18:14:10 Building docker-support-scheduler-go ... 18:14:10 Building docker-sys-mgmt-agent-go ... 18:14:10 Building docker-core-command-go 18:14:10 Building docker-core-data-go 18:14:10 Building docker-support-notifications-go 18:14:10 Building docker-core-metadata-go 18:14:10 Building docker-security-bootstrap-redis-go 18:14:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:14:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:14:57 ---> 3769fac706bd 18:14:57 Step 3/22 : WORKDIR /edgex-go 18:14:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:14:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:14:57 ---> 3769fac706bd 18:14:57 Step 3/22 : WORKDIR /edgex-go 18:14:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:14:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:14:57 ---> 3769fac706bd 18:14:57 Step 3/24 : WORKDIR /edgex-go 18:14:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:14:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:14:57 ---> 3769fac706bd 18:14:57 Step 3/22 : WORKDIR /edgex-go 18:14:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:14:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:14:57 ---> 3769fac706bd 18:14:57 Step 3/23 : WORKDIR /edgex-go 18:15:01 ---> Running in 1f043db9771a 18:15:01 ---> Running in 07634fa8c3a9 18:15:01 ---> Running in d225d92a2c38 18:15:01 ---> Running in fc608b40ef3a 18:15:01 ---> Running in 585cfbabce7a 18:15:01 Removing intermediate container 1f043db9771a 18:15:01 ---> c7f7434b1089 18:15:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:01 Removing intermediate container 585cfbabce7a 18:15:01 ---> d7d0ff29fb40 18:15:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:01 Removing intermediate container d225d92a2c38 18:15:01 ---> 2fa84fba7b56 18:15:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:01 Removing intermediate container 07634fa8c3a9 18:15:01 ---> 334ee7fc3cc9 18:15:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:01 Removing intermediate container fc608b40ef3a 18:15:01 ---> 8adad068aba8 18:15:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:01 ---> Running in 8b3d15e52b5f 18:15:01 ---> Running in 05328591d688 18:15:01 ---> Running in 7c45cb7cb91c 18:15:02 ---> Running in 339ccdc8871c 18:15:02 ---> Running in 4157d6af52d5 18:15:05 Removing intermediate container 8b3d15e52b5f 18:15:05 ---> 57ba483c8e81 18:15:05 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:15:05 ---> Running in 81306a49e8fe 18:15:05 Removing intermediate container 05328591d688 18:15:05 Removing intermediate container 7c45cb7cb91c 18:15:05 ---> 2c37279bb1cc 18:15:05 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:15:05 ---> 028207b0db8c 18:15:05 Step 5/22 : RUN apk update && apk add make git 18:15:06 ---> Running in 88b723065b2d 18:15:06 ---> Running in 55b9382f4316 18:15:06 Removing intermediate container 339ccdc8871c 18:15:06 ---> af965f053416 18:15:06 Step 5/22 : RUN apk update && apk add make git 18:15:06 Removing intermediate container 4157d6af52d5 18:15:06 ---> ec72b07c1434 18:15:06 Step 5/22 : RUN apk update && apk add make git 18:15:06 ---> Running in f428616f65ef 18:15:06 ---> Running in bda1b32efb0e 18:15:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:09 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:15:09 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:15:09 OK: 12618 distinct packages available 18:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:09 OK: 217 MiB in 51 packages 18:15:10 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:15:10 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:15:10 OK: 12618 distinct packages available 18:15:10 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:15:10 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:15:10 OK: 12618 distinct packages available 18:15:10 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:15:10 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:15:10 OK: 12618 distinct packages available 18:15:10 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:15:10 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:15:10 OK: 12618 distinct packages available 18:15:11 OK: 217 MiB in 51 packages 18:15:11 OK: 217 MiB in 51 packages 18:15:11 OK: 217 MiB in 51 packages 18:15:11 Removing intermediate container 81306a49e8fe 18:15:11 ---> 909cd730de8d 18:15:11 Step 6/24 : COPY go.mod . 18:15:11 OK: 217 MiB in 51 packages 18:15:13 Removing intermediate container 88b723065b2d 18:15:13 ---> a09eb87a23f4 18:15:13 Step 6/23 : COPY go.mod . 18:15:13 ---> 5654a54d2338 18:15:13 Step 7/24 : RUN go mod download 18:15:13 Removing intermediate container f428616f65ef 18:15:13 ---> eff893a9e928 18:15:13 Step 6/22 : COPY go.mod . 18:15:13 Removing intermediate container 55b9382f4316 18:15:13 ---> 334cd81b0f0b 18:15:13 Step 6/22 : COPY go.mod . 18:15:13 ---> Running in 32a24bb20884 18:15:13 Removing intermediate container bda1b32efb0e 18:15:13 ---> 7e75fd9f325e 18:15:13 Step 6/22 : COPY go.mod . 18:15:14 ---> a6f30b19c1a8 18:15:14 Step 7/22 : RUN go mod download 18:15:14 ---> 3302c0e22649 18:15:14 Step 7/22 : RUN go mod download 18:15:14 ---> 5fb279131aeb 18:15:14 Step 7/23 : RUN go mod download 18:15:14 ---> Running in 5dfb1e81b1a2 18:15:14 ---> Running in d1816d63b97a 18:15:14 ---> Running in 590dd04725cc 18:15:14 ---> d76bfdbb30cb 18:15:14 Step 7/22 : RUN go mod download 18:15:15 ---> Running in 2683743a3dc6 18:15:17 Removing intermediate container 32a24bb20884 18:15:17 ---> df0a4ed9a09c 18:15:17 Step 8/24 : COPY . . 18:15:19 Removing intermediate container 5dfb1e81b1a2 18:15:19 ---> 842582c1f7e8 18:15:19 Step 8/22 : COPY . . 18:15:20 Removing intermediate container d1816d63b97a 18:15:20 ---> 773e0d7d494f 18:15:20 Step 8/22 : COPY . . 18:15:20 Removing intermediate container 2683743a3dc6 18:15:20 ---> b859444fa2ab 18:15:20 Step 8/22 : COPY . . 18:15:20 Removing intermediate container 590dd04725cc 18:15:20 ---> f455a09978a1 18:15:20 Step 8/23 : COPY . . 18:15:35 ---> cc3411cd6656 18:15:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:15:35 ---> 255633f1b892 18:15:35 Step 9/22 : RUN make cmd/core-command/core-command 18:15:35 ---> Running in 919200ede6a2 18:15:35 ---> eff7ca43029e 18:15:35 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:15:35 ---> 4d2b7666743d 18:15:35 Step 9/23 : RUN make cmd/core-data/core-data 18:15:35 ---> 76e275d215e6 18:15:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:15:36 ---> Running in f21545495834 18:15:36 ---> Running in 275f6564b1d2 18:15:36 ---> Running in 29cc812cda87 18:15:36 ---> Running in 1d007f30add8 18:15:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:15:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-command/core-command ./cmd/core-command 18:15:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:15:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:15:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/core-data/core-data ./cmd/core-data 18:17:15 Removing intermediate container 1d007f30add8 18:17:15 ---> d4d07d8d726d 18:17:15 18:17:15 Step 10/22 : FROM alpine:3.10 18:17:15 3.10: Pulling from library/alpine 18:17:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:17:15 Status: Downloaded newer image for alpine:3.10 18:17:15 ---> 536a684cf733 18:17:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:17:15 ---> Running in d0e587b4a14f 18:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:17:15 v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:17:15 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:17:15 OK: 10169 distinct packages available 18:17:15 (1/5) Installing ca-certificates (20191127-r2) 18:17:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:17:15 (3/5) Installing libcurl (7.66.0-r2) 18:17:15 (4/5) Installing curl (7.66.0-r2) 18:17:15 (5/5) Installing dumb-init (1.2.2-r1) 18:17:15 Executing busybox-1.30.1-r3.trigger 18:17:15 Executing ca-certificates-20191127-r2.trigger 18:17:16 OK: 7 MiB in 19 packages 18:17:19 Removing intermediate container d0e587b4a14f 18:17:19 ---> d36b57845c5d 18:17:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:17:19 ---> Running in b9a0d152a728 18:17:19 Removing intermediate container b9a0d152a728 18:17:19 ---> f20ceafecded 18:17:19 Step 13/22 : WORKDIR / 18:17:20 ---> Running in eadd03ea2a05 18:17:20 Removing intermediate container eadd03ea2a05 18:17:20 ---> 3346605093f5 18:17:20 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:17:22 ---> e2359d458cb0 18:17:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:17:23 ---> 8b94c3ad9e4a 18:17:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:17:24 ---> 02f60a79ab15 18:17:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:17:25 ---> fa2353aaedcd 18:17:25 Step 18/22 : RUN chmod +x entrypoint.sh 18:17:26 ---> Running in 18a608cf4b72 18:17:30 Removing intermediate container 18a608cf4b72 18:17:30 ---> 6afdaccecc2b 18:17:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:17:30 ---> Running in af7e8a73adbe 18:17:32 Removing intermediate container af7e8a73adbe 18:17:32 ---> 53e503262eed 18:17:32 Step 20/22 : LABEL arch=arm64 18:17:33 ---> Running in ab8d07a149f2 18:17:34 Removing intermediate container ab8d07a149f2 18:17:34 ---> bab7f829ab57 18:17:34 Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:17:35 ---> Running in 575518fda530 18:17:35 Removing intermediate container f21545495834 18:17:35 ---> 601cc25d4896 18:17:35 18:17:35 Step 10/22 : FROM scratch 18:17:35 ---> 18:17:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:17:36 ---> Running in c40a816605c0 18:17:36 Removing intermediate container 575518fda530 18:17:36 ---> 550ebb078e9b 18:17:36 Step 22/22 : LABEL version=2.0.0-dev.8 18:17:36 ---> Running in 6434c446e062 18:17:37 Removing intermediate container 919200ede6a2 18:17:37 ---> 737a64a3939e 18:17:37 18:17:37 Step 10/24 : FROM scratch 18:17:37 ---> 18:17:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:17:37 Removing intermediate container c40a816605c0 18:17:37 ---> 8fdc705358bf 18:17:37 Step 12/22 : ENV APP_PORT=48082 18:17:37 ---> Running in 5121b02f4ff0 18:17:37 ---> Running in 7b144beb6c24 18:17:38 Removing intermediate container 6434c446e062 18:17:38 ---> 64a1f7895c4a 18:17:38 18:17:38 Removing intermediate container 5121b02f4ff0 18:17:38 ---> 55e7caaa42a8 18:17:38 Step 13/22 : EXPOSE $APP_PORT 18:17:38 ---> Running in 6bdb39173d69 18:17:38 Removing intermediate container 7b144beb6c24 18:17:38 ---> fcd34621c68e 18:17:38 Step 12/24 : ENV APP_PORT=48060 18:17:38 Successfully built 64a1f7895c4a 18:17:38 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:17:38 Building docker-support-scheduler-go 18:17:38  Building docker-security-bootstrap-redis-go ... done  ---> Running in dfa97b8ed4c9 18:17:39 Removing intermediate container 6bdb39173d69 18:17:39 ---> 506b9d0fe3e4 18:17:39 Step 14/22 : WORKDIR / 18:17:39 ---> Running in a8dad1ba6da0 18:17:39 Removing intermediate container dfa97b8ed4c9 18:17:39 ---> dfd3a519d961 18:17:39 Step 13/24 : EXPOSE $APP_PORT 18:17:39 ---> Running in f0b635ef2751 18:17:40 Removing intermediate container a8dad1ba6da0 18:17:40 ---> 4ff6f7f67396 18:17:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:17:41 Removing intermediate container f0b635ef2751 18:17:41 ---> 27faf633ee16 18:17:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:17:42 ---> 921fd7106f2d 18:17:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:17:42 ---> b32c5a1e5a0e 18:17:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:17:44 ---> 0fa1afaf5455 18:17:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:17:44 ---> 76d88e59b4df 18:17:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:17:45 ---> 845f15e140ff 18:17:45 Step 18/22 : ENTRYPOINT ["/core-command"] 18:17:45 ---> Running in d70141bad69c 18:17:46 ---> bbd8db0745d6 18:17:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:17:47 Removing intermediate container d70141bad69c 18:17:47 ---> 30d4fc13b809 18:17:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:48 ---> Running in c34264aa3937 18:17:48 ---> 80aab5fc695a 18:17:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:17:49 Removing intermediate container c34264aa3937 18:17:49 ---> 211b3f679750 18:17:49 Step 20/22 : LABEL arch=arm64 18:17:49 ---> Running in a3122d50424d 18:17:50 Removing intermediate container a3122d50424d 18:17:50 ---> f26225f82590 18:17:50 Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:17:51 ---> 23f4d43c94b1 18:17:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:17:51 ---> Running in 04f666b230db 18:17:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:17:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:17:52 ---> 3769fac706bd 18:17:52 Step 3/21 : WORKDIR /edgex-go 18:17:52 ---> Using cache 18:17:52 ---> 8adad068aba8 18:17:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:17:52 ---> Using cache 18:17:52 ---> ec72b07c1434 18:17:52 Step 5/21 : RUN apk update && apk add make git 18:17:52 ---> Using cache 18:17:52 ---> 7e75fd9f325e 18:17:52 Step 6/21 : COPY go.mod . 18:17:52 ---> Using cache 18:17:52 ---> d76bfdbb30cb 18:17:52 Step 7/21 : RUN go mod download 18:17:52 ---> Using cache 18:17:52 ---> b859444fa2ab 18:17:52 Step 8/21 : COPY . . 18:17:53 ---> Using cache 18:17:53 ---> 76e275d215e6 18:17:53 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:17:53 Removing intermediate container 04f666b230db 18:17:53 ---> f5c13334ee71 18:17:53 Step 22/22 : LABEL version=2.0.0-dev.8 18:17:53 ---> 085d34d0d09c 18:17:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:17:54 ---> Running in d138e868445e 18:17:54 ---> Running in b301ec5569fa 18:17:54 ---> Running in cac53f313d9d 18:17:54 Removing intermediate container 275f6564b1d2 18:17:54 ---> 635b2390cd17 18:17:54 18:17:54 Step 10/22 : FROM scratch 18:17:54 ---> 18:17:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:17:54 ---> Using cache 18:17:54 ---> 8fdc705358bf 18:17:54 Step 12/22 : ENV APP_PORT=48081 18:17:55 ---> Running in 30038faddbb4 18:17:55 Removing intermediate container cac53f313d9d 18:17:55 Removing intermediate container b301ec5569fa 18:17:55 ---> 4a4e448b54c2 18:17:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:55 ---> e8d72267f687 18:17:55 18:17:55 ---> Running in f2044a8ce990 18:17:55 Successfully built e8d72267f687 18:17:55 Successfully tagged docker-core-command-go-arm64:latest 18:17:55 Building docker-security-secrets-setup-go 18:17:55  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:17:55 Removing intermediate container 30038faddbb4 18:17:55 ---> b6cd56972ab3 18:17:55 Step 13/22 : EXPOSE $APP_PORT 18:17:55 ---> Running in 731c52eccf65 18:17:56 Removing intermediate container f2044a8ce990 18:17:56 ---> 1900d7e61b54 18:17:56 Step 22/24 : LABEL arch=arm64 18:17:56 ---> Running in 330c4c08eab1 18:17:56 Removing intermediate container 731c52eccf65 18:17:56 ---> ef1058bb0234 18:17:56 Step 14/22 : WORKDIR / 18:17:56 ---> Running in 0719a49a8dbe 18:17:57 Removing intermediate container 330c4c08eab1 18:17:57 ---> 89397896558e 18:17:57 Step 23/24 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:17:58 ---> Running in a427f77ff53b 18:17:58 Removing intermediate container 0719a49a8dbe 18:17:58 ---> b8eab201ae54 18:17:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:18:00 Removing intermediate container a427f77ff53b 18:18:00 ---> dbe41e1b7fd2 18:18:00 Step 24/24 : LABEL version=2.0.0-dev.8 18:18:00 ---> cf2f6aca7ac3 18:18:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:18:00 ---> Running in 34e695b57298 18:18:01 Removing intermediate container 34e695b57298 18:18:01 ---> b489e1f470b9 18:18:01 18:18:02 Successfully built b489e1f470b9 18:18:02 Successfully tagged docker-support-notifications-go-arm64:latest 18:18:02  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 18:18:03 ---> 7cb724f374e4 18:18:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:18:06 ---> 92237e1c5a0d 18:18:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:18:06 Removing intermediate container 29cc812cda87 18:18:06 ---> e400245cf3e0 18:18:06 18:18:06 Step 10/23 : FROM alpine 18:18:07 latest: Pulling from library/alpine 18:18:07 ---> Running in 5116a4fb0208 18:18:07 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 18:18:08 Status: Downloaded newer image for alpine:latest 18:18:08 ---> 2e77e061c27f 18:18:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:18:08 ---> Running in 96a55f4524f7 18:18:08 Removing intermediate container 5116a4fb0208 18:18:08 ---> a37f32f98adf 18:18:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:09 ---> Running in 93b593c515f6 18:18:09 Removing intermediate container 96a55f4524f7 18:18:09 ---> 49ce4d9d3d27 18:18:09 Step 12/23 : ENV APP_PORT=48080 18:18:09 Removing intermediate container 93b593c515f6 18:18:09 ---> d3df869735e6 18:18:09 Step 20/22 : LABEL arch=arm64 18:18:10 ---> Running in e99c6a08a91e 18:18:10 ---> Running in 31b9ed13861b 18:18:10 Removing intermediate container e99c6a08a91e 18:18:10 ---> d653d8bd812f 18:18:10 Step 13/23 : EXPOSE $APP_PORT 18:18:11 Removing intermediate container 31b9ed13861b 18:18:11 ---> 345d439ad365 18:18:11 Step 21/22 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:18:11 ---> Running in 355343df1905 18:18:11 ---> Running in 829630f34c91 18:18:12 Removing intermediate container 355343df1905 18:18:12 ---> 0184cb86f3e5 18:18:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:12 Removing intermediate container 829630f34c91 18:18:12 ---> 4c27b4c239fb 18:18:12 Step 22/22 : LABEL version=2.0.0-dev.8 18:18:13 ---> Running in 9caef1b564ae 18:18:13 ---> Running in a8cc48a6fd55 18:18:13 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 18:18:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 18:18:13 ---> 3769fac706bd 18:18:13 Step 3/29 : WORKDIR /edgex-go 18:18:13 ---> Using cache 18:18:13 ---> 8adad068aba8 18:18:13 Step 4/29 : RUN apk update && apk add make git 18:18:14 ---> Running in 48692c3c151e 18:18:14 Removing intermediate container a8cc48a6fd55 18:18:14 ---> e2768f34e94d 18:18:14 18:18:15 Successfully built e2768f34e94d 18:18:15 Successfully tagged docker-core-metadata-go-arm64:latest 18:18:15  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 18:18:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:17 Removing intermediate container 9caef1b564ae 18:18:17 ---> 6b237b3660d8 18:18:17 Step 15/23 : RUN apk --no-cache add zeromq 18:18:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:18 ---> Running in a08c9149db67 18:18:18 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:18:18 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:18:18 OK: 12618 distinct packages available 18:18:19 OK: 217 MiB in 51 packages 18:18:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:21 (1/5) Installing libgcc (9.3.0-r2) 18:18:21 (2/5) Installing libsodium (1.0.18-r0) 18:18:21 (3/5) Installing libstdc++ (9.3.0-r2) 18:18:21 (4/5) Installing libzmq (4.3.3-r0) 18:18:22 (5/5) Installing zeromq (4.3.3-r0) 18:18:22 Executing busybox-1.31.1-r19.trigger 18:18:22 OK: 8 MiB in 19 packages 18:18:23 Removing intermediate container 48692c3c151e 18:18:23 ---> 6c651cf10d5e 18:18:23 Step 5/29 : COPY go.mod . 18:18:25 ---> 568d19c0c1c2 18:18:25 Step 6/29 : RUN go mod download 18:18:25 ---> Running in 10848d430052 18:18:25 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:18:25 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:18:25 ---> 3769fac706bd 18:18:25 Step 3/27 : WORKDIR /edgex-go 18:18:25 ---> Using cache 18:18:25 ---> 8adad068aba8 18:18:25 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:25 ---> Using cache 18:18:25 ---> ec72b07c1434 18:18:25 Step 5/27 : RUN apk update && apk add make bash git 18:18:25 ---> Running in 779ae050c005 18:18:25 Removing intermediate container a08c9149db67 18:18:25 ---> f72853f594e4 18:18:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:18:28 ---> 06b803b55737 18:18:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:18:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:30 v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:18:30 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:18:30 OK: 12618 distinct packages available 18:18:31 ---> 76ceeda4d945 18:18:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:18:31 OK: 217 MiB in 51 packages 18:18:31 Removing intermediate container 10848d430052 18:18:31 ---> afa67321e84a 18:18:31 Step 7/29 : COPY . . 18:18:33 ---> f5c24b3bb135 18:18:33 Step 19/23 : ENTRYPOINT ["/core-data"] 18:18:33 ---> Running in 306bb57eb227 18:18:34 Removing intermediate container 779ae050c005 18:18:34 ---> 6b15162e906c 18:18:34 Step 6/27 : COPY go.mod . 18:18:35 Removing intermediate container 306bb57eb227 18:18:35 ---> 47385ac8b8a2 18:18:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:18:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:18:35 ---> 3769fac706bd 18:18:35 Step 3/21 : WORKDIR /edgex-go 18:18:35 ---> Using cache 18:18:35 ---> 8adad068aba8 18:18:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:35 ---> Using cache 18:18:35 ---> ec72b07c1434 18:18:35 Step 5/21 : RUN apk update && apk add make git 18:18:35 ---> Using cache 18:18:35 ---> 7e75fd9f325e 18:18:35 Step 6/21 : COPY go.mod . 18:18:35 ---> Using cache 18:18:35 ---> d76bfdbb30cb 18:18:35 Step 7/21 : RUN go mod download 18:18:35 ---> Using cache 18:18:35 ---> b859444fa2ab 18:18:35 Step 8/21 : COPY . . 18:18:35 ---> e2438f087d15 18:18:35 Step 7/27 : RUN go mod download 18:18:36 ---> Using cache 18:18:36 ---> 76e275d215e6 18:18:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:18:36 ---> Running in f002d3583051 18:18:36 ---> Running in 84c6ea216477 18:18:36 ---> Running in 067af23fdd11 18:18:37 Removing intermediate container f002d3583051 18:18:37 ---> 6f935b487b2e 18:18:37 Step 21/23 : LABEL arch=arm64 18:18:38 ---> Running in 7d5c74570a13 18:18:39 Removing intermediate container 7d5c74570a13 18:18:39 ---> 0869ea92808a 18:18:39 Step 22/23 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:18:39 ---> Running in eeb90f1316e8 18:18:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:18:40 Removing intermediate container eeb90f1316e8 18:18:40 ---> ead8be5aeb4f 18:18:40 Step 23/23 : LABEL version=2.0.0-dev.8 18:18:41 ---> Running in bbeed9adec0c 18:18:42 Removing intermediate container bbeed9adec0c 18:18:42 ---> 260b45c993fc 18:18:42 18:18:42 Removing intermediate container 84c6ea216477 18:18:42 ---> d41c2fc0b1d5 18:18:42 Step 8/27 : COPY . . 18:18:43 Successfully built 260b45c993fc 18:18:43 Successfully tagged docker-core-data-go-arm64:latest 18:18:43  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 18:18:51 ---> 66513d682519 18:18:51 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 18:18:52 ---> Running in 1d13ee6b4a63 18:18:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 18:18:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:18:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:18:59 ---> 3769fac706bd 18:18:59 Step 3/24 : WORKDIR /edgex-go 18:18:59 ---> Using cache 18:18:59 ---> 8adad068aba8 18:18:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:18:59 ---> Using cache 18:18:59 ---> ec72b07c1434 18:18:59 Step 5/24 : RUN apk update && apk add make git 18:18:59 ---> Using cache 18:18:59 ---> 7e75fd9f325e 18:18:59 Step 6/24 : COPY go.mod . 18:18:59 ---> Using cache 18:18:59 ---> d76bfdbb30cb 18:19:00 Step 7/24 : RUN go mod download 18:19:00 ---> Using cache 18:19:00 ---> b859444fa2ab 18:19:00 Step 8/24 : COPY . . 18:19:00 ---> Using cache 18:19:00 ---> 76e275d215e6 18:19:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:19:01 ---> Running in 08bdc2928c82 18:19:02 ---> d85672e6c7ed 18:19:02 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:19:02 ---> Running in a03c3b8e7f38 18:19:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:19:07 Removing intermediate container d138e868445e 18:19:07 ---> 40f58a9a4b5c 18:19:07 18:19:07 Step 10/21 : FROM scratch 18:19:07 ---> 18:19:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:19:07 ---> Using cache 18:19:07 ---> 8fdc705358bf 18:19:07 Step 12/21 : ENV APP_PORT=48085 18:19:07 ---> Running in a2077245716c 18:19:07 Removing intermediate container a2077245716c 18:19:07 ---> 34ed6b89483d 18:19:07 Step 13/21 : EXPOSE $APP_PORT 18:19:08 ---> Running in 3a9e2ec55b1d 18:19:08 Removing intermediate container 3a9e2ec55b1d 18:19:08 ---> ec67a26147fd 18:19:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:19:10 ---> 23d8e963c405 18:19:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:19:11 ---> cce7efe3e4f7 18:19:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:19:12 ---> 2581dca1d14d 18:19:12 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:19:12 ---> Running in add2008925bf 18:19:13 Removing intermediate container add2008925bf 18:19:13 ---> c40debb2a2c5 18:19:13 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:19:13 ---> Running in 93ed12b93348 18:19:14 Removing intermediate container 93ed12b93348 18:19:14 ---> c5ac33ba115a 18:19:14 Step 19/21 : LABEL arch=arm64 18:19:14 ---> Running in 172283cfc974 18:19:15 Removing intermediate container 172283cfc974 18:19:15 ---> f26dd4f090b9 18:19:15 Step 20/21 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:19:15 ---> Running in ba72d5d926ef 18:19:16 Removing intermediate container ba72d5d926ef 18:19:16 ---> 2e92041087ff 18:19:16 Step 21/21 : LABEL version=2.0.0-dev.8 18:19:16 ---> Running in 74b51e1de754 18:19:17 Removing intermediate container 74b51e1de754 18:19:17 ---> 65ca534f39c4 18:19:17 18:19:17 Successfully built 65ca534f39c4 18:19:17 Successfully tagged docker-support-scheduler-go-arm64:latest 18:19:44  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/secrets-config ./cmd/secrets-config 18:19:59 Removing intermediate container 067af23fdd11 18:19:59 ---> 35b2e52937ef 18:19:59 18:19:59 Step 10/21 : FROM alpine 18:19:59 ---> 2e77e061c27f 18:19:59 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:19:59 ---> Running in 2b8ab596f69c 18:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:01 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:20:01 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:20:01 OK: 12617 distinct packages available 18:20:01 Removing intermediate container 1d13ee6b4a63 18:20:01 ---> 23479a912b22 18:20:01 18:20:01 Step 9/29 : FROM alpine:latest 18:20:01 ---> 2e77e061c27f 18:20:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 18:20:01 ---> Running in 7522271322c0 18:20:02 (1/4) Installing ca-certificates (20191127-r4) 18:20:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:20:02 (3/4) Installing libcurl (7.69.1-r2) 18:20:02 (4/4) Installing curl (7.69.1-r2) 18:20:02 Executing busybox-1.31.1-r19.trigger 18:20:02 Executing ca-certificates-20191127-r4.trigger 18:20:02 Removing intermediate container 7522271322c0 18:20:02 ---> b553e368d40f 18:20:02 Step 11/29 : USER root 18:20:02 OK: 7 MiB in 18 packages 18:20:02 ---> Running in 6894ed325c64 18:20:03 Removing intermediate container 6894ed325c64 18:20:03 ---> 277e72e11354 18:20:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 18:20:04 ---> Running in 2b882634550c 18:20:05 Removing intermediate container 2b8ab596f69c 18:20:05 ---> 100152a4e791 18:20:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:20:05 ---> Running in 20a330acbe50 18:20:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:20:06 Removing intermediate container 20a330acbe50 18:20:06 ---> 0c31dd705761 18:20:06 Step 13/21 : WORKDIR /edgex 18:20:06 ---> Running in 594c0241a337 18:20:06 v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:20:06 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:20:06 OK: 12617 distinct packages available 18:20:07 Removing intermediate container 594c0241a337 18:20:07 ---> acdcce7965ef 18:20:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:20:07 (1/2) Installing ca-certificates (20191127-r4) 18:20:07 (2/2) Installing dumb-init (1.2.2-r1) 18:20:07 Executing busybox-1.31.1-r19.trigger 18:20:07 Executing ca-certificates-20191127-r4.trigger 18:20:07 OK: 6 MiB in 16 packages 18:20:08 ---> 985b3ede5f85 18:20:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:20:10 Removing intermediate container 2b882634550c 18:20:10 ---> 59c1729d1c61 18:20:10 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 18:20:10 ---> 343a239ccacf 18:20:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:20:10 ---> Running in 345e6e84d994 18:20:10 Removing intermediate container 345e6e84d994 18:20:10 ---> c5d085c57db2 18:20:10 Step 14/29 : WORKDIR $BASE_DIR 18:20:11 ---> Running in dab4af400d01 18:20:11 ---> e80c08b33c8e 18:20:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:20:11 ---> Running in 179f8c30097e 18:20:12 Removing intermediate container dab4af400d01 18:20:12 ---> ecba9e944eaa 18:20:12 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 18:20:12 ---> Running in 0af5f2bb0509 18:20:12 Removing intermediate container 179f8c30097e 18:20:12 ---> 15239a94343c 18:20:12 Step 18/21 : CMD ["--init=true"] 18:20:12 ---> Running in 489d867ab7c5 18:20:13 Removing intermediate container 489d867ab7c5 18:20:13 ---> 53a1a336d198 18:20:13 Step 19/21 : LABEL arch=arm64 18:20:14 ---> Running in 75f0b3530757 18:20:15 Removing intermediate container 75f0b3530757 18:20:15 ---> 6bafa8bca933 18:20:15 Step 20/21 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:20:15 Removing intermediate container a03c3b8e7f38 18:20:15 ---> cc3b3f3ecec4 18:20:15 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:20:15 ---> Running in 926f917cc95c 18:20:15 ---> Running in ec112310e282 18:20:15 Removing intermediate container 0af5f2bb0509 18:20:15 ---> edc634d933db 18:20:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 18:20:16 Removing intermediate container 926f917cc95c 18:20:16 ---> d834fb59707b 18:20:16 Step 21/21 : LABEL version=2.0.0-dev.8 18:20:16 Removing intermediate container 08bdc2928c82 18:20:16 ---> 897dd19f14fc 18:20:16 18:20:16 Step 10/24 : FROM alpine:3.10 18:20:16 ---> 536a684cf733 18:20:16 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:20:16 ---> Using cache 18:20:16 ---> d36b57845c5d 18:20:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:20:16 ---> Running in eff87aebe3b0 18:20:16 ---> Running in d9afefcb9a2d 18:20:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.8" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:20:17 Removing intermediate container eff87aebe3b0 18:20:17 ---> f9804026705f 18:20:17 18:20:17 Removing intermediate container d9afefcb9a2d 18:20:17 ---> 20b1f26dd81e 18:20:17 Step 13/24 : WORKDIR / 18:20:17 ---> 9645c682b445 18:20:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 18:20:17 ---> Running in e68c445ef89c 18:20:18 Successfully built f9804026705f 18:20:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:20:18  Building docker-security-proxy-setup-go ... done Removing intermediate container e68c445ef89c 18:20:18 ---> 8495883ac04d 18:20:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:20:18 ---> 6a45037517f0 18:20:18 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 18:20:19 ---> 61021d7d2ac7 18:20:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:20:19 ---> ff825f188fd1 18:20:19 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 18:20:20 ---> fc197e9e7209 18:20:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:20:20 Removing intermediate container ec112310e282 18:20:20 ---> f9cb24dda689 18:20:20 18:20:20 Step 11/27 : FROM docker:latest 18:20:20 ---> f31140561b03 18:20:20 Step 12/27 : RUN apk add --no-cache bash 18:20:20 ---> bdda7eb7e717 18:20:20 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 18:20:20 ---> Running in 5bd7f7da18d6 18:20:21 ---> 20ef870e2d95 18:20:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:20:21 ---> ac56fbc24819 18:20:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 18:20:21 ---> Running in f8a5edb962b9 18:20:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:22 ---> da92c2174aeb 18:20:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:20:22 (1/2) Installing readline (8.0.4-r0) 18:20:22 (2/2) Installing bash (5.0.17-r0) 18:20:22 Executing bash-5.0.17-r0.post-install 18:20:22 Executing busybox-1.31.1-r19.trigger 18:20:22 OK: 12 MiB in 22 packages 18:20:23 ---> f4508b00315d 18:20:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:20:24 Removing intermediate container f8a5edb962b9 18:20:24 ---> e88b67a6b2ab 18:20:24 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 18:20:24 Removing intermediate container 5bd7f7da18d6 18:20:24 ---> 5216c6fa264b 18:20:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:20:24 ---> faa9b7a4336f 18:20:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:20:24 ---> Running in b67eee2bb2ca 18:20:25 ---> Running in 4b8db7e73123 18:20:25 ---> 1432c1a3f4a6 18:20:25 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:20:25 ---> Running in e7f766a4aa2f 18:20:27 Removing intermediate container b67eee2bb2ca 18:20:27 ---> ea48f9524503 18:20:27 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:20:27 Removing intermediate container 4b8db7e73123 18:20:27 ---> 7da729fb3b33 18:20:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:20:27 ---> Running in 275501e84825 18:20:28 ---> Running in 5ec987cee797 18:20:28 Removing intermediate container 275501e84825 18:20:28 ---> 5c2f83c3f29a 18:20:28 Step 15/27 : ENV APP_PORT=48090 18:20:28 Removing intermediate container e7f766a4aa2f 18:20:28 ---> adcd084a7610 18:20:28 Step 24/29 : RUN chmod 755 security-secrets-setup 18:20:28 Removing intermediate container 5ec987cee797 18:20:28 ---> a398bd0507ac 18:20:28 Step 22/24 : LABEL arch=arm64 18:20:28 ---> Running in 6511cc5cfa45 18:20:28 ---> Running in db15eab158a4 18:20:29 ---> Running in 03146e54d029 18:20:29 Removing intermediate container db15eab158a4 18:20:29 ---> 2727bd47b3ae 18:20:29 Step 16/27 : EXPOSE $APP_PORT 18:20:29 Removing intermediate container 03146e54d029 18:20:29 ---> 15ad073d3403 18:20:29 Step 23/24 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:20:29 ---> Running in 0a72cb984838 18:20:29 ---> Running in bc79532e7266 18:20:30 Removing intermediate container 0a72cb984838 18:20:30 ---> ca21f12f7e03 18:20:30 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:20:30 Removing intermediate container bc79532e7266 18:20:30 ---> 804e23c1eda6 18:20:30 Step 24/24 : LABEL version=2.0.0-dev.8 18:20:30 ---> Running in 97e824bbba83 18:20:31 Removing intermediate container 97e824bbba83 18:20:31 ---> c60f51fd5f21 18:20:31 18:20:31 ---> 6e35668b9045 18:20:31 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:20:31 Successfully built c60f51fd5f21 18:20:31 Removing intermediate container 6511cc5cfa45 18:20:31 ---> d848c7c4a64b 18:20:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 18:20:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:20:32  Building docker-security-secretstore-setup-go ... done  ---> Running in 68d7b6ad5a89 18:20:32 ---> b44d63a66b4a 18:20:32 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:20:32 Removing intermediate container 68d7b6ad5a89 18:20:32 ---> d53486158299 18:20:32 Step 26/29 : CMD [ "generate" ] 18:20:32 ---> Running in 837a1f23ca44 18:20:33 ---> 26590e4c47bd 18:20:33 Step 20/27 : RUN apk --no-cache add py3-pip 18:20:33 Removing intermediate container 837a1f23ca44 18:20:33 ---> da427429d695 18:20:33 Step 27/29 : LABEL arch=arm64 18:20:33 ---> Running in bc238412ee84 18:20:33 ---> Running in 5bee81781a73 18:20:34 Removing intermediate container 5bee81781a73 18:20:34 ---> aeb8844af157 18:20:34 Step 28/29 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:20:34 ---> Running in 6eeccacf0b7b 18:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:34 Removing intermediate container 6eeccacf0b7b 18:20:34 ---> 1b49fb0f1412 18:20:34 Step 29/29 : LABEL version=2.0.0-dev.8 18:20:34 ---> Running in 6dbda34fc8c3 18:20:35 (1/33) Installing libbz2 (1.0.8-r1) 18:20:35 (2/33) Installing expat (2.2.9-r1) 18:20:35 (3/33) Installing libffi (3.3-r2) 18:20:35 Removing intermediate container 6dbda34fc8c3 18:20:35 ---> 7a3dbf99758b 18:20:35 18:20:35 (4/33) Installing gdbm (1.13-r1) 18:20:35 (5/33) Installing xz-libs (5.2.5-r0) 18:20:35 (6/33) Installing sqlite-libs (3.32.1-r0) 18:20:35 (7/33) Installing python3 (3.8.5-r0) 18:20:35 Successfully built 7a3dbf99758b 18:20:35 Successfully tagged docker-security-secrets-setup-go-arm64:latest 18:20:37  Building docker-security-secrets-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 18:20:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:20:37 (10/33) Installing py3-parsing (2.4.7-r0) 18:20:37 (11/33) Installing py3-six (1.15.0-r0) 18:20:37 (12/33) Installing py3-packaging (20.4-r0) 18:20:37 (13/33) Installing py3-setuptools (47.0.0-r0) 18:20:37 (14/33) Installing py3-chardet (3.0.4-r4) 18:20:37 (15/33) Installing py3-idna (2.9-r0) 18:20:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:20:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:20:37 (18/33) Installing py3-requests (2.23.0-r0) 18:20:37 (19/33) Installing py3-msgpack (1.0.0-r0) 18:20:37 (20/33) Installing py3-lockfile (0.12.2-r3) 18:20:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:20:37 (22/33) Installing py3-colorama (0.4.3-r0) 18:20:37 (23/33) Installing py3-distlib (0.3.0-r0) 18:20:37 (24/33) Installing py3-distro (1.5.0-r1) 18:20:37 (25/33) Installing py3-webencodings (0.5.1-r3) 18:20:37 (26/33) Installing py3-html5lib (1.0.1-r4) 18:20:37 (27/33) Installing py3-pytoml (0.1.21-r0) 18:20:37 (28/33) Installing py3-pep517 (0.8.2-r0) 18:20:37 (29/33) Installing py3-progress (1.5-r0) 18:20:37 (30/33) Installing py3-toml (0.10.1-r0) 18:20:37 (31/33) Installing py3-retrying (1.3.3-r0) 18:20:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:20:37 (33/33) Installing py3-pip (20.1.1-r0) 18:20:37 Executing busybox-1.31.1-r19.trigger 18:20:37 OK: 71 MiB in 55 packages 18:20:44 Removing intermediate container bc238412ee84 18:20:44 ---> 36cdfb7d5c1a 18:20:44 Step 21/27 : RUN pip install docker-compose==1.23.2 18:20:44 ---> Running in e1263df911a6 18:20:48 Collecting docker-compose==1.23.2 18:20:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:20:49 Collecting texttable<0.10,>=0.9.0 18:20:49 Downloading texttable-0.9.1.tar.gz (11 kB) 18:20:51 Collecting websocket-client<1.0,>=0.32.0 18:20:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:20:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:20:51 Collecting docopt<0.7,>=0.6.1 18:20:51 Downloading docopt-0.6.2.tar.gz (25 kB) 18:20:54 Collecting docker<4.0,>=3.6.0 18:20:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:20:54 Collecting jsonschema<3,>=2.5.1 18:20:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:20:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:20:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:20:56 Collecting cached-property<2,>=1.2.0 18:20:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:20:56 Collecting PyYAML<4,>=3.10 18:20:56 Downloading PyYAML-3.13.tar.gz (270 kB) 18:20:59 Collecting dockerpty<0.5,>=0.4.1 18:20:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:21:01 Collecting docker-pycreds>=0.4.0 18:21:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:21:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:21:01 Collecting urllib3<1.25,>=1.21.1 18:21:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:21:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:21:02 Collecting idna<2.8,>=2.5 18:21:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:21:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:21:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:21:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:21:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:21:03 Installing collected packages: texttable, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, PyYAML, dockerpty, docker-compose 18:21:03 Running setup.py install for texttable: started 18:21:05 Running setup.py install for texttable: finished with status 'done' 18:21:05 Running setup.py install for docopt: started 18:21:07 Running setup.py install for docopt: finished with status 'done' 18:21:07 Attempting uninstall: urllib3 18:21:07 Found existing installation: urllib3 1.25.9 18:21:07 Uninstalling urllib3-1.25.9: 18:21:07 Successfully uninstalled urllib3-1.25.9 18:21:07 Attempting uninstall: idna 18:21:07 Found existing installation: idna 2.9 18:21:07 Uninstalling idna-2.9: 18:21:07 Successfully uninstalled idna-2.9 18:21:08 Attempting uninstall: requests 18:21:08 Found existing installation: requests 2.23.0 18:21:08 Uninstalling requests-2.23.0: 18:21:08 Successfully uninstalled requests-2.23.0 18:21:10 Running setup.py install for PyYAML: started 18:21:12 Running setup.py install for PyYAML: finished with status 'done' 18:21:12 Running setup.py install for dockerpty: started 18:21:14 Running setup.py install for dockerpty: finished with status 'done' 18:21:14 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 18:21:18 Removing intermediate container e1263df911a6 18:21:18 ---> 9471bdabc75c 18:21:18 Step 22/27 : RUN apk --no-cache add curl 18:21:18 ---> Running in 8b470f642175 18:21:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:21:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:21:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:21:20 (2/3) Installing libcurl (7.69.1-r2) 18:21:20 (3/3) Installing curl (7.69.1-r2) 18:21:20 Executing busybox-1.31.1-r19.trigger 18:21:20 OK: 71 MiB in 58 packages 18:21:21 Removing intermediate container 8b470f642175 18:21:21 ---> 4d8fd7260e63 18:21:21 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:21:21 ---> Running in 12d513865e88 18:21:22 Removing intermediate container 12d513865e88 18:21:22 ---> 31556455c6ea 18:21:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:21:22 ---> Running in ee8cc7094226 18:21:22 Removing intermediate container ee8cc7094226 18:21:22 ---> ec96467ee5b6 18:21:22 Step 25/27 : LABEL arch=arm64 18:21:22 ---> Running in 24fa930d0e8a 18:21:23 Removing intermediate container 24fa930d0e8a 18:21:23 ---> 382fb2bb4df9 18:21:23 Step 26/27 : LABEL git_sha=382321cdbf919cdcf7c2812d3a520779371560e7 18:21:23 ---> Running in 04ef00380629 18:21:23 Removing intermediate container 04ef00380629 18:21:23 ---> eff344e98963 18:21:23 Step 27/27 : LABEL version=2.0.0-dev.8 18:21:23 ---> Running in 1cf54fb19599 18:21:24 Removing intermediate container 1cf54fb19599 18:21:24 ---> 650db924c6d5 18:21:24 18:21:24 Successfully built 650db924c6d5 18:21:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:21:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:21:24 $ docker stop --time=1 f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e 18:21:26 $ docker rm -f f31d4f1027f77e68a4be0a722255ce7071c60b499b52932425352e00bebcb28e [Pipeline] // withDockerContainer [Pipeline] sh 18:21:27 + docker images 18:21:27 + grep docker 18:21:27 docker-sys-mgmt-agent-go-arm64 latest 650db924c6d5 4 seconds ago 300MB 18:21:27 docker-security-secrets-setup-go-arm64 latest 7a3dbf99758b 53 seconds ago 22.7MB 18:21:27 docker-security-secretstore-setup-go-arm64 latest c60f51fd5f21 57 seconds ago 23.5MB 18:21:27 docker-security-proxy-setup-go-arm64 latest f9804026705f About a minute ago 23.4MB 18:21:27 docker-support-scheduler-go-arm64 latest 65ca534f39c4 2 minutes ago 11.5MB 18:21:27 docker-core-data-go-arm64 latest 260b45c993fc 2 minutes ago 22.3MB 18:21:27 docker-core-metadata-go-arm64 latest e2768f34e94d 3 minutes ago 13.6MB 18:21:27 docker-support-notifications-go-arm64 latest b489e1f470b9 3 minutes ago 12.9MB 18:21:27 docker-core-command-go-arm64 latest e8d72267f687 3 minutes ago 11.4MB 18:21:27 docker-security-bootstrap-redis-go-arm64 latest 64a1f7895c4a 3 minutes ago 15.2MB 18:21:27 docker latest f31140561b03 2 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:21:28 provisioning config files... 18:21:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/250@tmp/config1329939034085871856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:29 ---> docker-login.sh 18:21:29 nexus3.edgexfoundry.org:10001 18:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:29 Configure a credential helper to remove this warning. See 18:21:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:29 18:21:29 Login Succeeded 18:21:29 nexus3.edgexfoundry.org:10002 18:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:30 Configure a credential helper to remove this warning. See 18:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:30 18:21:30 Login Succeeded 18:21:30 nexus3.edgexfoundry.org:10003 18:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:30 Configure a credential helper to remove this warning. See 18:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:30 18:21:30 Login Succeeded 18:21:30 nexus3.edgexfoundry.org:10004 18:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:31 Configure a credential helper to remove this warning. See 18:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:31 18:21:31 Login Succeeded 18:21:31 docker.io 18:21:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:32 Configure a credential helper to remove this warning. See 18:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:32 18:21:32 Login Succeeded 18:21:32 ---> docker-login.sh ends [Pipeline] } 18:21:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:32 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 18:21:32 382321cdbf919cdcf7c2812d3a520779371560e7 18:21:32 2.0.0-dev.8 18:21:32 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:32 master 18:21:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:32 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:21:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:21:33 2b42f96b0371: Preparing 18:21:33 95d1cee26be7: Preparing 18:21:33 5d49b06a581c: Preparing 18:21:33 2b42f96b0371: Pushed 18:21:33 5d49b06a581c: Pushed 18:21:36 95d1cee26be7: Pushed 18:21:36 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 18:21:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:21:37 2b42f96b0371: Preparing 18:21:37 95d1cee26be7: Preparing 18:21:37 5d49b06a581c: Preparing 18:21:37 95d1cee26be7: Layer already exists 18:21:37 5d49b06a581c: Layer already exists 18:21:37 2b42f96b0371: Layer already exists 18:21:37 2.0.0-dev.8: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:38 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:21:38 2b42f96b0371: Preparing 18:21:38 95d1cee26be7: Preparing 18:21:38 5d49b06a581c: Preparing 18:21:38 5d49b06a581c: Layer already exists 18:21:38 2b42f96b0371: Layer already exists 18:21:38 95d1cee26be7: Layer already exists 18:21:38 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:39 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:21:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 18:21:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:21:39 2b42f96b0371: Preparing 18:21:39 95d1cee26be7: Preparing 18:21:39 5d49b06a581c: Preparing 18:21:39 2b42f96b0371: Layer already exists 18:21:39 5d49b06a581c: Layer already exists 18:21:39 95d1cee26be7: Layer already exists 18:21:39 master: digest: sha256:4f79607e574175ffcf5162dfe57d55a191859e14305abc7e7e6a08546803aaaf size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:40 ===================================================== [Pipeline] echo 18:21:40 taggedImages: 18:21:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.8 18:21:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:40 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 18:21:40 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 18:21:40 382321cdbf919cdcf7c2812d3a520779371560e7 18:21:40 2.0.0-dev.8 18:21:40 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:40 master 18:21:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:40 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:21:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:21:41 5eea488ef3a8: Preparing 18:21:41 ddb2045d76b8: Preparing 18:21:41 a89220f5f3ed: Preparing 18:21:41 b745ba2e18fb: Preparing 18:21:41 d54237f9ed99: Preparing 18:21:41 cd3761cfa1d9: Preparing 18:21:41 cd3761cfa1d9: Waiting 18:21:41 5eea488ef3a8: Pushed 18:21:41 a89220f5f3ed: Pushed 18:21:41 d54237f9ed99: Pushed 18:21:41 cd3761cfa1d9: Layer already exists 18:21:42 b745ba2e18fb: Pushed 18:21:44 ddb2045d76b8: Pushed 18:21:44 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh 18:21:45 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 18:21:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:21:45 5eea488ef3a8: Preparing 18:21:45 ddb2045d76b8: Preparing 18:21:45 a89220f5f3ed: Preparing 18:21:45 b745ba2e18fb: Preparing 18:21:45 d54237f9ed99: Preparing 18:21:45 cd3761cfa1d9: Preparing 18:21:45 cd3761cfa1d9: Waiting 18:21:45 d54237f9ed99: Layer already exists 18:21:45 b745ba2e18fb: Layer already exists 18:21:45 5eea488ef3a8: Layer already exists 18:21:45 ddb2045d76b8: Layer already exists 18:21:45 a89220f5f3ed: Layer already exists 18:21:45 cd3761cfa1d9: Layer already exists 18:21:45 2.0.0-dev.8: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh 18:21:46 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:21:46 5eea488ef3a8: Preparing 18:21:46 ddb2045d76b8: Preparing 18:21:46 a89220f5f3ed: Preparing 18:21:46 b745ba2e18fb: Preparing 18:21:46 d54237f9ed99: Preparing 18:21:46 cd3761cfa1d9: Preparing 18:21:46 cd3761cfa1d9: Waiting 18:21:46 a89220f5f3ed: Layer already exists 18:21:46 d54237f9ed99: Layer already exists 18:21:46 5eea488ef3a8: Layer already exists 18:21:46 b745ba2e18fb: Layer already exists 18:21:46 ddb2045d76b8: Layer already exists 18:21:46 cd3761cfa1d9: Layer already exists 18:21:46 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] isUnix [Pipeline] sh 18:21:47 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:21:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 18:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:21:47 5eea488ef3a8: Preparing 18:21:47 ddb2045d76b8: Preparing 18:21:47 a89220f5f3ed: Preparing 18:21:47 b745ba2e18fb: Preparing 18:21:47 d54237f9ed99: Preparing 18:21:47 cd3761cfa1d9: Preparing 18:21:47 cd3761cfa1d9: Waiting 18:21:47 a89220f5f3ed: Layer already exists 18:21:47 d54237f9ed99: Layer already exists 18:21:47 b745ba2e18fb: Layer already exists 18:21:47 5eea488ef3a8: Layer already exists 18:21:47 ddb2045d76b8: Layer already exists 18:21:47 cd3761cfa1d9: Layer already exists 18:21:47 master: digest: sha256:e431f80af37fbdc34e789e8a287865bac5404b36bc3fb8de1a89259a1c19bb8b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:48 ===================================================== [Pipeline] echo 18:21:48 taggedImages: 18:21:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.8 18:21:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 18:21:48 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 18:21:48 382321cdbf919cdcf7c2812d3a520779371560e7 18:21:48 2.0.0-dev.8 18:21:48 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:48 master 18:21:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:48 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:21:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:21:49 7d5f6ae09020: Preparing 18:21:49 d10682172a74: Preparing 18:21:49 e888987b37cb: Preparing 18:21:49 e888987b37cb: Pushed 18:21:49 7d5f6ae09020: Pushed 18:21:52 d10682172a74: Pushed 18:21:52 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:53 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 18:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:21:53 7d5f6ae09020: Preparing 18:21:53 d10682172a74: Preparing 18:21:53 e888987b37cb: Preparing 18:21:53 d10682172a74: Layer already exists 18:21:53 7d5f6ae09020: Layer already exists 18:21:53 e888987b37cb: Layer already exists 18:21:53 2.0.0-dev.8: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:54 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:21:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:21:54 7d5f6ae09020: Preparing 18:21:54 d10682172a74: Preparing 18:21:54 e888987b37cb: Preparing 18:21:54 d10682172a74: Layer already exists 18:21:54 7d5f6ae09020: Layer already exists 18:21:54 e888987b37cb: Layer already exists 18:21:54 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] isUnix [Pipeline] sh 18:21:55 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:21:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 18:21:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:21:55 7d5f6ae09020: Preparing 18:21:55 d10682172a74: Preparing 18:21:55 e888987b37cb: Preparing 18:21:55 e888987b37cb: Layer already exists 18:21:55 7d5f6ae09020: Layer already exists 18:21:55 d10682172a74: Layer already exists 18:21:55 master: digest: sha256:fec2252de1ba61e1601f0702f2ac09fb65c62357a327ff76f982eed31c210e25 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:21:55 ===================================================== [Pipeline] echo 18:21:55 taggedImages: 18:21:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.8 18:21:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:55 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 18:21:56 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 18:21:56 382321cdbf919cdcf7c2812d3a520779371560e7 18:21:56 2.0.0-dev.8 18:21:56 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:21:56 master 18:21:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:56 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:21:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:21:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 18:21:57 17becd3d7bdb: Preparing 18:21:57 d5dc74c53960: Preparing 18:21:57 515313b10469: Preparing 18:21:57 6cc09b89207a: Preparing 18:21:57 5eb1b5e7cc30: Preparing 18:21:57 47b44c7003cf: Preparing 18:21:57 66b385cf80cf: Preparing 18:21:57 47b44c7003cf: Waiting 18:21:57 66b385cf80cf: Waiting 18:21:57 17becd3d7bdb: Pushed 18:21:57 5eb1b5e7cc30: Pushed 18:21:57 515313b10469: Pushed 18:21:57 d5dc74c53960: Pushed 18:21:57 66b385cf80cf: Layer already exists 18:21:57 47b44c7003cf: Pushed 18:21:59 6cc09b89207a: Pushed 18:21:59 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh 18:22:00 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 18:22:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 18:22:00 17becd3d7bdb: Preparing 18:22:00 d5dc74c53960: Preparing 18:22:00 515313b10469: Preparing 18:22:00 6cc09b89207a: Preparing 18:22:00 5eb1b5e7cc30: Preparing 18:22:00 47b44c7003cf: Preparing 18:22:00 66b385cf80cf: Preparing 18:22:00 47b44c7003cf: Waiting 18:22:00 66b385cf80cf: Waiting 18:22:00 d5dc74c53960: Layer already exists 18:22:00 17becd3d7bdb: Layer already exists 18:22:00 515313b10469: Layer already exists 18:22:00 5eb1b5e7cc30: Layer already exists 18:22:00 6cc09b89207a: Layer already exists 18:22:00 47b44c7003cf: Layer already exists 18:22:00 66b385cf80cf: Layer already exists 18:22:00 2.0.0-dev.8: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh 18:22:01 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 18:22:01 17becd3d7bdb: Preparing 18:22:01 d5dc74c53960: Preparing 18:22:01 515313b10469: Preparing 18:22:01 6cc09b89207a: Preparing 18:22:01 5eb1b5e7cc30: Preparing 18:22:01 47b44c7003cf: Preparing 18:22:01 66b385cf80cf: Preparing 18:22:01 47b44c7003cf: Waiting 18:22:01 66b385cf80cf: Waiting 18:22:01 d5dc74c53960: Layer already exists 18:22:01 6cc09b89207a: Layer already exists 18:22:01 515313b10469: Layer already exists 18:22:01 5eb1b5e7cc30: Layer already exists 18:22:01 17becd3d7bdb: Layer already exists 18:22:01 66b385cf80cf: Layer already exists 18:22:01 47b44c7003cf: Layer already exists 18:22:01 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] isUnix [Pipeline] sh 18:22:02 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 18:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 18:22:02 17becd3d7bdb: Preparing 18:22:02 d5dc74c53960: Preparing 18:22:02 515313b10469: Preparing 18:22:02 6cc09b89207a: Preparing 18:22:02 5eb1b5e7cc30: Preparing 18:22:02 47b44c7003cf: Preparing 18:22:02 66b385cf80cf: Preparing 18:22:02 47b44c7003cf: Waiting 18:22:02 66b385cf80cf: Waiting 18:22:02 d5dc74c53960: Layer already exists 18:22:02 515313b10469: Layer already exists 18:22:02 5eb1b5e7cc30: Layer already exists 18:22:02 6cc09b89207a: Layer already exists 18:22:02 17becd3d7bdb: Layer already exists 18:22:02 66b385cf80cf: Layer already exists 18:22:02 47b44c7003cf: Layer already exists 18:22:02 master: digest: sha256:9ae4eaaa4947b3d31054f09465323f9e3149502cadc319c56f40e4538496c04b size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:02 ===================================================== [Pipeline] echo 18:22:03 taggedImages: 18:22:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.8 18:22:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 18:22:03 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 18:22:03 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:03 2.0.0-dev.8 18:22:03 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:03 master 18:22:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:03 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:22:04 8dbb049b261a: Preparing 18:22:04 b3f9f5da48fa: Preparing 18:22:04 1919c7fb41c1: Preparing 18:22:04 d4037a949f56: Preparing 18:22:04 e7ca4de09104: Preparing 18:22:04 cd3761cfa1d9: Preparing 18:22:04 cd3761cfa1d9: Waiting 18:22:04 1919c7fb41c1: Pushed 18:22:04 d4037a949f56: Pushed 18:22:04 cd3761cfa1d9: Layer already exists 18:22:04 e7ca4de09104: Pushed 18:22:06 8dbb049b261a: Pushed 18:22:06 b3f9f5da48fa: Pushed 18:22:06 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 18:22:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:22:07 8dbb049b261a: Preparing 18:22:07 b3f9f5da48fa: Preparing 18:22:07 1919c7fb41c1: Preparing 18:22:07 d4037a949f56: Preparing 18:22:07 e7ca4de09104: Preparing 18:22:07 cd3761cfa1d9: Preparing 18:22:07 cd3761cfa1d9: Waiting 18:22:07 8dbb049b261a: Layer already exists 18:22:07 1919c7fb41c1: Layer already exists 18:22:07 d4037a949f56: Layer already exists 18:22:07 e7ca4de09104: Layer already exists 18:22:07 b3f9f5da48fa: Layer already exists 18:22:07 cd3761cfa1d9: Layer already exists 18:22:07 2.0.0-dev.8: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:08 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:22:08 8dbb049b261a: Preparing 18:22:08 b3f9f5da48fa: Preparing 18:22:08 1919c7fb41c1: Preparing 18:22:08 d4037a949f56: Preparing 18:22:08 e7ca4de09104: Preparing 18:22:08 cd3761cfa1d9: Preparing 18:22:08 cd3761cfa1d9: Waiting 18:22:08 1919c7fb41c1: Layer already exists 18:22:08 8dbb049b261a: Layer already exists 18:22:08 d4037a949f56: Layer already exists 18:22:08 e7ca4de09104: Layer already exists 18:22:08 b3f9f5da48fa: Layer already exists 18:22:08 cd3761cfa1d9: Layer already exists 18:22:08 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:22:09 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 18:22:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:22:09 8dbb049b261a: Preparing 18:22:09 b3f9f5da48fa: Preparing 18:22:09 1919c7fb41c1: Preparing 18:22:09 d4037a949f56: Preparing 18:22:09 e7ca4de09104: Preparing 18:22:09 cd3761cfa1d9: Preparing 18:22:09 cd3761cfa1d9: Waiting 18:22:09 8dbb049b261a: Layer already exists 18:22:09 1919c7fb41c1: Layer already exists 18:22:09 d4037a949f56: Layer already exists 18:22:09 b3f9f5da48fa: Layer already exists 18:22:09 e7ca4de09104: Layer already exists 18:22:09 cd3761cfa1d9: Layer already exists 18:22:09 master: digest: sha256:e28d6a0a4a47b294fadd249b25499cce0bb34c7d4df8e54d8f439977524447d7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:10 ===================================================== [Pipeline] echo 18:22:10 taggedImages: 18:22:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.8 18:22:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 18:22:10 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 18:22:10 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:10 2.0.0-dev.8 18:22:10 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:10 master 18:22:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:11 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:22:11 5bbb1699cd60: Preparing 18:22:11 3eb3fa105104: Preparing 18:22:11 9ac921c11e04: Preparing 18:22:11 d361a7875cd1: Preparing 18:22:11 d361a7875cd1: Preparing 18:22:11 b6b5c13075b8: Preparing 18:22:11 39c95a57a6b6: Preparing 18:22:11 0befffb50eea: Preparing 18:22:11 5bbb1699cd60: Preparing 18:22:11 865490af254b: Preparing 18:22:11 fbd235e9cf17: Preparing 18:22:11 6bd4089f81fd: Preparing 18:22:11 cd3761cfa1d9: Preparing 18:22:11 865490af254b: Waiting 18:22:11 fbd235e9cf17: Waiting 18:22:11 6bd4089f81fd: Waiting 18:22:11 cd3761cfa1d9: Waiting 18:22:11 39c95a57a6b6: Waiting 18:22:11 0befffb50eea: Waiting 18:22:11 d361a7875cd1: Pushed 18:22:11 9ac921c11e04: Pushed 18:22:11 3eb3fa105104: Pushed 18:22:11 b6b5c13075b8: Pushed 18:22:11 39c95a57a6b6: Pushed 18:22:11 0befffb50eea: Pushed 18:22:11 cd3761cfa1d9: Layer already exists 18:22:11 865490af254b: Pushed 18:22:11 fbd235e9cf17: Pushed 18:22:12 6bd4089f81fd: Pushed 18:22:14 5bbb1699cd60: Pushed 18:22:14 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh 18:22:14 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 18:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:22:14 5bbb1699cd60: Preparing 18:22:14 3eb3fa105104: Preparing 18:22:14 9ac921c11e04: Preparing 18:22:14 d361a7875cd1: Preparing 18:22:14 d361a7875cd1: Preparing 18:22:14 b6b5c13075b8: Preparing 18:22:14 39c95a57a6b6: Preparing 18:22:14 0befffb50eea: Preparing 18:22:14 5bbb1699cd60: Preparing 18:22:14 865490af254b: Preparing 18:22:14 fbd235e9cf17: Preparing 18:22:14 6bd4089f81fd: Preparing 18:22:14 cd3761cfa1d9: Preparing 18:22:14 fbd235e9cf17: Waiting 18:22:14 6bd4089f81fd: Waiting 18:22:14 cd3761cfa1d9: Waiting 18:22:14 39c95a57a6b6: Waiting 18:22:14 0befffb50eea: Waiting 18:22:14 865490af254b: Waiting 18:22:14 5bbb1699cd60: Layer already exists 18:22:14 d361a7875cd1: Layer already exists 18:22:14 9ac921c11e04: Layer already exists 18:22:14 b6b5c13075b8: Layer already exists 18:22:14 3eb3fa105104: Layer already exists 18:22:14 fbd235e9cf17: Layer already exists 18:22:14 39c95a57a6b6: Layer already exists 18:22:14 6bd4089f81fd: Layer already exists 18:22:14 865490af254b: Layer already exists 18:22:14 0befffb50eea: Layer already exists 18:22:14 cd3761cfa1d9: Layer already exists 18:22:15 2.0.0-dev.8: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh 18:22:15 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:22:15 5bbb1699cd60: Preparing 18:22:15 3eb3fa105104: Preparing 18:22:15 9ac921c11e04: Preparing 18:22:15 d361a7875cd1: Preparing 18:22:15 d361a7875cd1: Preparing 18:22:15 b6b5c13075b8: Preparing 18:22:15 39c95a57a6b6: Preparing 18:22:15 0befffb50eea: Preparing 18:22:15 5bbb1699cd60: Preparing 18:22:15 865490af254b: Preparing 18:22:15 fbd235e9cf17: Preparing 18:22:15 6bd4089f81fd: Preparing 18:22:15 cd3761cfa1d9: Preparing 18:22:15 39c95a57a6b6: Waiting 18:22:15 0befffb50eea: Waiting 18:22:15 6bd4089f81fd: Waiting 18:22:15 cd3761cfa1d9: Waiting 18:22:15 865490af254b: Waiting 18:22:15 fbd235e9cf17: Waiting 18:22:15 9ac921c11e04: Layer already exists 18:22:15 d361a7875cd1: Layer already exists 18:22:15 5bbb1699cd60: Layer already exists 18:22:15 b6b5c13075b8: Layer already exists 18:22:15 3eb3fa105104: Layer already exists 18:22:15 39c95a57a6b6: Layer already exists 18:22:15 865490af254b: Layer already exists 18:22:15 fbd235e9cf17: Layer already exists 18:22:15 6bd4089f81fd: Layer already exists 18:22:15 0befffb50eea: Layer already exists 18:22:16 cd3761cfa1d9: Layer already exists 18:22:16 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] isUnix [Pipeline] sh 18:22:16 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 18:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 18:22:16 5bbb1699cd60: Preparing 18:22:16 3eb3fa105104: Preparing 18:22:16 9ac921c11e04: Preparing 18:22:16 d361a7875cd1: Preparing 18:22:16 d361a7875cd1: Preparing 18:22:16 b6b5c13075b8: Preparing 18:22:16 39c95a57a6b6: Preparing 18:22:16 0befffb50eea: Preparing 18:22:16 5bbb1699cd60: Preparing 18:22:16 865490af254b: Preparing 18:22:16 fbd235e9cf17: Preparing 18:22:16 6bd4089f81fd: Preparing 18:22:16 cd3761cfa1d9: Preparing 18:22:16 39c95a57a6b6: Waiting 18:22:16 0befffb50eea: Waiting 18:22:16 fbd235e9cf17: Waiting 18:22:16 865490af254b: Waiting 18:22:16 6bd4089f81fd: Waiting 18:22:16 cd3761cfa1d9: Waiting 18:22:16 3eb3fa105104: Layer already exists 18:22:16 9ac921c11e04: Layer already exists 18:22:16 d361a7875cd1: Layer already exists 18:22:16 b6b5c13075b8: Layer already exists 18:22:17 5bbb1699cd60: Layer already exists 18:22:17 865490af254b: Layer already exists 18:22:17 0befffb50eea: Layer already exists 18:22:17 fbd235e9cf17: Layer already exists 18:22:17 39c95a57a6b6: Layer already exists 18:22:17 6bd4089f81fd: Layer already exists 18:22:17 cd3761cfa1d9: Layer already exists 18:22:17 master: digest: sha256:7a2baefdd5285e19f0ae6d3d859ec0cb42c7c592b88551882e3b423cd042549b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:17 ===================================================== [Pipeline] echo 18:22:17 taggedImages: 18:22:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.8 18:22:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 18:22:17 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 18:22:17 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:17 2.0.0-dev.8 18:22:17 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:17 master 18:22:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:17 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:22:18 c7d380687c17: Preparing 18:22:18 7c3568884496: Preparing 18:22:18 efb7f4c849d0: Preparing 18:22:18 e643ddadad91: Preparing 18:22:18 9c50a8a33f95: Preparing 18:22:18 43e73b883a7f: Preparing 18:22:18 5218017ea8ef: Preparing 18:22:18 47b44c7003cf: Preparing 18:22:18 66b385cf80cf: Preparing 18:22:18 5218017ea8ef: Waiting 18:22:18 47b44c7003cf: Waiting 18:22:18 66b385cf80cf: Waiting 18:22:18 43e73b883a7f: Waiting 18:22:18 c7d380687c17: Pushed 18:22:18 9c50a8a33f95: Pushed 18:22:18 7c3568884496: Pushed 18:22:18 47b44c7003cf: Layer already exists 18:22:18 66b385cf80cf: Layer already exists 18:22:18 43e73b883a7f: Pushed 18:22:18 5218017ea8ef: Pushed 18:22:20 efb7f4c849d0: Pushed 18:22:20 e643ddadad91: Pushed 18:22:20 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh 18:22:21 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 18:22:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:22:21 c7d380687c17: Preparing 18:22:21 7c3568884496: Preparing 18:22:21 efb7f4c849d0: Preparing 18:22:21 e643ddadad91: Preparing 18:22:21 9c50a8a33f95: Preparing 18:22:21 43e73b883a7f: Preparing 18:22:21 5218017ea8ef: Preparing 18:22:21 47b44c7003cf: Preparing 18:22:21 66b385cf80cf: Preparing 18:22:21 5218017ea8ef: Waiting 18:22:21 47b44c7003cf: Waiting 18:22:21 66b385cf80cf: Waiting 18:22:21 43e73b883a7f: Waiting 18:22:21 e643ddadad91: Layer already exists 18:22:21 9c50a8a33f95: Layer already exists 18:22:21 efb7f4c849d0: Layer already exists 18:22:21 7c3568884496: Layer already exists 18:22:21 c7d380687c17: Layer already exists 18:22:21 5218017ea8ef: Layer already exists 18:22:21 43e73b883a7f: Layer already exists 18:22:21 66b385cf80cf: Layer already exists 18:22:21 47b44c7003cf: Layer already exists 18:22:21 2.0.0-dev.8: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh 18:22:22 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:22:22 c7d380687c17: Preparing 18:22:22 7c3568884496: Preparing 18:22:22 efb7f4c849d0: Preparing 18:22:22 e643ddadad91: Preparing 18:22:22 9c50a8a33f95: Preparing 18:22:22 43e73b883a7f: Preparing 18:22:22 5218017ea8ef: Preparing 18:22:22 47b44c7003cf: Preparing 18:22:22 66b385cf80cf: Preparing 18:22:22 5218017ea8ef: Waiting 18:22:22 47b44c7003cf: Waiting 18:22:22 66b385cf80cf: Waiting 18:22:22 43e73b883a7f: Waiting 18:22:22 7c3568884496: Layer already exists 18:22:22 e643ddadad91: Layer already exists 18:22:22 efb7f4c849d0: Layer already exists 18:22:22 c7d380687c17: Layer already exists 18:22:22 9c50a8a33f95: Layer already exists 18:22:22 5218017ea8ef: Layer already exists 18:22:22 43e73b883a7f: Layer already exists 18:22:22 66b385cf80cf: Layer already exists 18:22:22 47b44c7003cf: Layer already exists 18:22:22 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] isUnix [Pipeline] sh 18:22:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 18:22:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:22:23 c7d380687c17: Preparing 18:22:23 7c3568884496: Preparing 18:22:23 efb7f4c849d0: Preparing 18:22:23 e643ddadad91: Preparing 18:22:23 9c50a8a33f95: Preparing 18:22:23 43e73b883a7f: Preparing 18:22:23 5218017ea8ef: Preparing 18:22:23 47b44c7003cf: Preparing 18:22:23 66b385cf80cf: Preparing 18:22:23 43e73b883a7f: Waiting 18:22:23 5218017ea8ef: Waiting 18:22:23 47b44c7003cf: Waiting 18:22:23 66b385cf80cf: Waiting 18:22:23 e643ddadad91: Layer already exists 18:22:23 7c3568884496: Layer already exists 18:22:23 9c50a8a33f95: Layer already exists 18:22:23 c7d380687c17: Layer already exists 18:22:23 efb7f4c849d0: Layer already exists 18:22:23 5218017ea8ef: Layer already exists 18:22:23 43e73b883a7f: Layer already exists 18:22:23 66b385cf80cf: Layer already exists 18:22:23 47b44c7003cf: Layer already exists 18:22:23 master: digest: sha256:df77e9ba28bc6393697cbcd493f50de8e8c895c15ebd833bc6d86e9b8d33a4dc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:23 ===================================================== [Pipeline] echo 18:22:23 taggedImages: 18:22:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.8 18:22:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 18:22:23 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 18:22:23 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:23 2.0.0-dev.8 18:22:23 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:23 master 18:22:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:24 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:22:24 2c76ecbd53f9: Preparing 18:22:24 029f4aca8d23: Preparing 18:22:24 b53245531a2f: Preparing 18:22:24 f943340b695a: Preparing 18:22:24 7bf923dc4b25: Preparing 18:22:24 88f82d16125f: Preparing 18:22:24 88f82d16125f: Waiting 18:22:25 b53245531a2f: Pushed 18:22:25 2c76ecbd53f9: Pushed 18:22:25 7bf923dc4b25: Pushed 18:22:25 f943340b695a: Pushed 18:22:25 88f82d16125f: Pushed 18:22:28 029f4aca8d23: Pushed 18:22:28 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:22:28 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 18:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:22:29 2c76ecbd53f9: Preparing 18:22:29 029f4aca8d23: Preparing 18:22:29 b53245531a2f: Preparing 18:22:29 f943340b695a: Preparing 18:22:29 7bf923dc4b25: Preparing 18:22:29 88f82d16125f: Preparing 18:22:29 88f82d16125f: Waiting 18:22:29 f943340b695a: Layer already exists 18:22:29 7bf923dc4b25: Layer already exists 18:22:29 029f4aca8d23: Layer already exists 18:22:29 b53245531a2f: Layer already exists 18:22:29 2c76ecbd53f9: Layer already exists 18:22:29 88f82d16125f: Layer already exists 18:22:29 2.0.0-dev.8: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:22:29 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:22:29 2c76ecbd53f9: Preparing 18:22:29 029f4aca8d23: Preparing 18:22:29 b53245531a2f: Preparing 18:22:29 f943340b695a: Preparing 18:22:29 7bf923dc4b25: Preparing 18:22:29 88f82d16125f: Preparing 18:22:29 88f82d16125f: Waiting 18:22:29 029f4aca8d23: Layer already exists 18:22:29 7bf923dc4b25: Layer already exists 18:22:29 f943340b695a: Layer already exists 18:22:29 b53245531a2f: Layer already exists 18:22:29 2c76ecbd53f9: Layer already exists 18:22:29 88f82d16125f: Layer already exists 18:22:30 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] isUnix [Pipeline] sh 18:22:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 18:22:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:22:30 2c76ecbd53f9: Preparing 18:22:30 029f4aca8d23: Preparing 18:22:30 b53245531a2f: Preparing 18:22:30 f943340b695a: Preparing 18:22:30 7bf923dc4b25: Preparing 18:22:30 88f82d16125f: Preparing 18:22:30 88f82d16125f: Waiting 18:22:30 b53245531a2f: Layer already exists 18:22:30 029f4aca8d23: Layer already exists 18:22:30 2c76ecbd53f9: Layer already exists 18:22:30 f943340b695a: Layer already exists 18:22:31 7bf923dc4b25: Layer already exists 18:22:31 88f82d16125f: Layer already exists 18:22:31 master: digest: sha256:c4d21e966cff0c3d6fe9c4685516087c00d38193b4b8e1981a72490784242046 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:31 ===================================================== [Pipeline] echo 18:22:31 taggedImages: 18:22:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.8 18:22:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 18:22:31 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 18:22:31 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:31 2.0.0-dev.8 18:22:31 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:31 master 18:22:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:32 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:22:32 ceb14bbe8949: Preparing 18:22:32 2a523fab085e: Preparing 18:22:32 a5f5a0e9f650: Preparing 18:22:32 a5f5a0e9f650: Pushed 18:22:32 ceb14bbe8949: Pushed 18:22:36 2a523fab085e: Pushed 18:22:36 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh 18:22:36 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 18:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:22:36 ceb14bbe8949: Preparing 18:22:36 2a523fab085e: Preparing 18:22:36 a5f5a0e9f650: Preparing 18:22:36 2a523fab085e: Layer already exists 18:22:36 ceb14bbe8949: Layer already exists 18:22:36 a5f5a0e9f650: Layer already exists 18:22:37 2.0.0-dev.8: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh 18:22:37 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:22:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:22:37 ceb14bbe8949: Preparing 18:22:37 2a523fab085e: Preparing 18:22:37 a5f5a0e9f650: Preparing 18:22:37 2a523fab085e: Layer already exists 18:22:37 a5f5a0e9f650: Layer already exists 18:22:37 ceb14bbe8949: Layer already exists 18:22:37 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] isUnix [Pipeline] sh 18:22:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:22:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 18:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:22:38 ceb14bbe8949: Preparing 18:22:38 2a523fab085e: Preparing 18:22:38 a5f5a0e9f650: Preparing 18:22:38 2a523fab085e: Layer already exists 18:22:38 ceb14bbe8949: Layer already exists 18:22:38 a5f5a0e9f650: Layer already exists 18:22:38 master: digest: sha256:b437fd9f87e2915ad222cb6b34995e99ba79ca4466939b96d198609e3c6f1f42 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:22:39 ===================================================== [Pipeline] echo 18:22:39 taggedImages: 18:22:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.8 18:22:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 18:22:39 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 18:22:39 382321cdbf919cdcf7c2812d3a520779371560e7 18:22:39 2.0.0-dev.8 18:22:39 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:22:39 master 18:22:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:39 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 [Pipeline] isUnix [Pipeline] sh 18:22:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:22:40 55809805e858: Preparing 18:22:40 bf9bed7a60e0: Preparing 18:22:40 70233390fe9d: Preparing 18:22:40 30827357ae33: Preparing 18:22:40 b89c9bbe5321: Preparing 18:22:40 4982565000c9: Preparing 18:22:40 0f46a62d03b3: Preparing 18:22:40 8c57d0c4fda2: Preparing 18:22:40 88d969b678c1: Preparing 18:22:40 a5c04c523b0a: Preparing 18:22:40 82afb4583052: Preparing 18:22:40 3e7dc55cab04: Preparing 18:22:40 b2e85fd0898f: Preparing 18:22:40 cd3761cfa1d9: Preparing 18:22:40 a5c04c523b0a: Waiting 18:22:40 0f46a62d03b3: Waiting 18:22:40 8c57d0c4fda2: Waiting 18:22:40 4982565000c9: Waiting 18:22:40 88d969b678c1: Waiting 18:22:40 3e7dc55cab04: Waiting 18:22:40 b2e85fd0898f: Waiting 18:22:40 cd3761cfa1d9: Waiting 18:22:40 82afb4583052: Waiting 18:22:40 b89c9bbe5321: Pushed 18:22:40 55809805e858: Pushed 18:22:41 30827357ae33: Pushed 18:22:41 0f46a62d03b3: Pushed 18:22:41 8c57d0c4fda2: Pushed 18:22:41 88d969b678c1: Pushed 18:22:41 a5c04c523b0a: Pushed 18:22:41 3e7dc55cab04: Layer already exists 18:22:42 b2e85fd0898f: Layer already exists 18:22:42 cd3761cfa1d9: Layer already exists 18:22:42 bf9bed7a60e0: Pushed 18:22:43 4982565000c9: Pushed 18:22:55 70233390fe9d: Pushed 18:23:27 82afb4583052: Pushed 18:23:27 382321cdbf919cdcf7c2812d3a520779371560e7: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:23:28 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:23:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 18:23:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:23:28 55809805e858: Preparing 18:23:28 bf9bed7a60e0: Preparing 18:23:28 70233390fe9d: Preparing 18:23:28 30827357ae33: Preparing 18:23:28 b89c9bbe5321: Preparing 18:23:28 4982565000c9: Preparing 18:23:28 0f46a62d03b3: Preparing 18:23:28 8c57d0c4fda2: Preparing 18:23:28 88d969b678c1: Preparing 18:23:28 a5c04c523b0a: Preparing 18:23:28 82afb4583052: Preparing 18:23:28 3e7dc55cab04: Preparing 18:23:28 b2e85fd0898f: Preparing 18:23:28 cd3761cfa1d9: Preparing 18:23:28 4982565000c9: Waiting 18:23:28 0f46a62d03b3: Waiting 18:23:28 8c57d0c4fda2: Waiting 18:23:28 88d969b678c1: Waiting 18:23:28 a5c04c523b0a: Waiting 18:23:28 82afb4583052: Waiting 18:23:28 3e7dc55cab04: Waiting 18:23:28 b2e85fd0898f: Waiting 18:23:28 cd3761cfa1d9: Waiting 18:23:28 30827357ae33: Layer already exists 18:23:28 bf9bed7a60e0: Layer already exists 18:23:28 b89c9bbe5321: Layer already exists 18:23:28 70233390fe9d: Layer already exists 18:23:28 55809805e858: Layer already exists 18:23:28 4982565000c9: Layer already exists 18:23:28 88d969b678c1: Layer already exists 18:23:28 8c57d0c4fda2: Layer already exists 18:23:28 0f46a62d03b3: Layer already exists 18:23:28 a5c04c523b0a: Layer already exists 18:23:28 82afb4583052: Layer already exists 18:23:28 3e7dc55cab04: Layer already exists 18:23:28 cd3761cfa1d9: Layer already exists 18:23:28 b2e85fd0898f: Layer already exists 18:23:28 2.0.0-dev.8: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:23:29 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 [Pipeline] isUnix [Pipeline] sh 18:23:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:23:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:23:29 55809805e858: Preparing 18:23:29 bf9bed7a60e0: Preparing 18:23:29 70233390fe9d: Preparing 18:23:29 30827357ae33: Preparing 18:23:29 b89c9bbe5321: Preparing 18:23:29 4982565000c9: Preparing 18:23:29 0f46a62d03b3: Preparing 18:23:29 8c57d0c4fda2: Preparing 18:23:29 88d969b678c1: Preparing 18:23:29 a5c04c523b0a: Preparing 18:23:29 0f46a62d03b3: Waiting 18:23:29 82afb4583052: Preparing 18:23:29 3e7dc55cab04: Preparing 18:23:29 b2e85fd0898f: Preparing 18:23:29 cd3761cfa1d9: Preparing 18:23:29 88d969b678c1: Waiting 18:23:29 8c57d0c4fda2: Waiting 18:23:29 4982565000c9: Waiting 18:23:29 b2e85fd0898f: Waiting 18:23:29 a5c04c523b0a: Waiting 18:23:29 cd3761cfa1d9: Waiting 18:23:29 82afb4583052: Waiting 18:23:29 3e7dc55cab04: Waiting 18:23:29 55809805e858: Layer already exists 18:23:29 70233390fe9d: Layer already exists 18:23:29 b89c9bbe5321: Layer already exists 18:23:29 30827357ae33: Layer already exists 18:23:29 bf9bed7a60e0: Layer already exists 18:23:29 88d969b678c1: Layer already exists 18:23:29 8c57d0c4fda2: Layer already exists 18:23:29 0f46a62d03b3: Layer already exists 18:23:29 4982565000c9: Layer already exists 18:23:29 a5c04c523b0a: Layer already exists 18:23:29 b2e85fd0898f: Layer already exists 18:23:29 3e7dc55cab04: Layer already exists 18:23:29 82afb4583052: Layer already exists 18:23:29 cd3761cfa1d9: Layer already exists 18:23:29 382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:23:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:23:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 18:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:23:30 55809805e858: Preparing 18:23:30 bf9bed7a60e0: Preparing 18:23:30 70233390fe9d: Preparing 18:23:30 30827357ae33: Preparing 18:23:30 b89c9bbe5321: Preparing 18:23:30 4982565000c9: Preparing 18:23:30 0f46a62d03b3: Preparing 18:23:30 8c57d0c4fda2: Preparing 18:23:30 88d969b678c1: Preparing 18:23:30 a5c04c523b0a: Preparing 18:23:30 82afb4583052: Preparing 18:23:30 3e7dc55cab04: Preparing 18:23:30 b2e85fd0898f: Preparing 18:23:30 cd3761cfa1d9: Preparing 18:23:30 a5c04c523b0a: Waiting 18:23:30 4982565000c9: Waiting 18:23:30 0f46a62d03b3: Waiting 18:23:30 82afb4583052: Waiting 18:23:30 3e7dc55cab04: Waiting 18:23:30 b2e85fd0898f: Waiting 18:23:30 cd3761cfa1d9: Waiting 18:23:30 8c57d0c4fda2: Waiting 18:23:30 88d969b678c1: Waiting 18:23:30 b89c9bbe5321: Layer already exists 18:23:30 55809805e858: Layer already exists 18:23:30 70233390fe9d: Layer already exists 18:23:30 bf9bed7a60e0: Layer already exists 18:23:30 30827357ae33: Layer already exists 18:23:30 8c57d0c4fda2: Layer already exists 18:23:30 88d969b678c1: Layer already exists 18:23:30 0f46a62d03b3: Layer already exists 18:23:30 4982565000c9: Layer already exists 18:23:30 a5c04c523b0a: Layer already exists 18:23:30 82afb4583052: Layer already exists 18:23:30 3e7dc55cab04: Layer already exists 18:23:30 b2e85fd0898f: Layer already exists 18:23:30 cd3761cfa1d9: Layer already exists 18:23:30 master: digest: sha256:0a9687952d2e841330f4892207a27e308ee4a51f45269b92ef5aa32f63486a26 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:23:31 ===================================================== [Pipeline] echo 18:23:31 taggedImages: 18:23:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7 18:23:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.8 18:23:31 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:382321cdbf919cdcf7c2812d3a520779371560e7-2.0.0-dev.8 18:23:31 - 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:23:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:23:35 ---> package-listing.sh 18:23:35 ++ tr '[:upper:]' '[:lower:]' 18:23:35 ++ facter osfamily 18:23:35 + OS_FAMILY=redhat 18:23:35 + workspace=/w/workspace/edgex-go/250 18:23:35 + START_PACKAGES=/tmp/packages_start.txt 18:23:35 + END_PACKAGES=/tmp/packages_end.txt 18:23:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:23:35 + PACKAGES=/tmp/packages_start.txt 18:23:35 + '[' /w/workspace/edgex-go/250 ']' 18:23:35 + PACKAGES=/tmp/packages_end.txt 18:23:35 + case "${OS_FAMILY}" in 18:23:35 + rpm -qa 18:23:35 + sort 18:23:40 + '[' -f /tmp/packages_start.txt ']' 18:23:40 + '[' -f /tmp/packages_end.txt ']' 18:23:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:23:40 + '[' /w/workspace/edgex-go/250 ']' 18:23:40 + mkdir -p /w/workspace/edgex-go/250/archives/ 18:23:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/250/archives/ [Pipeline] echo 18:23:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:23:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:23:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:23:41 18:23:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:23:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:23:41 alpine: Pulling from edgex-lftools-log-publisher 18:23:41 df20fa9351a1: Pulling fs layer 18:23:41 36b3adc4ff6f: Pulling fs layer 18:23:41 8ad3a11d3b57: Pulling fs layer 18:23:41 46f8f816bc3b: Pulling fs layer 18:23:41 93b61091891f: Pulling fs layer 18:23:41 93b9cdb0e59b: Pulling fs layer 18:23:41 5e14af77c1be: Pulling fs layer 18:23:41 01666e4c0597: Pulling fs layer 18:23:41 aa168da1d23b: Pulling fs layer 18:23:41 93b9cdb0e59b: Waiting 18:23:41 5e14af77c1be: Waiting 18:23:41 01666e4c0597: Waiting 18:23:41 aa168da1d23b: Waiting 18:23:41 46f8f816bc3b: Waiting 18:23:41 93b61091891f: Waiting 18:23:41 36b3adc4ff6f: Verifying Checksum 18:23:41 36b3adc4ff6f: Download complete 18:23:41 46f8f816bc3b: Verifying Checksum 18:23:41 46f8f816bc3b: Download complete 18:23:41 df20fa9351a1: Verifying Checksum 18:23:41 df20fa9351a1: Download complete 18:23:41 93b9cdb0e59b: Verifying Checksum 18:23:41 93b9cdb0e59b: Download complete 18:23:41 5e14af77c1be: Download complete 18:23:41 93b61091891f: Verifying Checksum 18:23:41 93b61091891f: Download complete 18:23:41 01666e4c0597: Verifying Checksum 18:23:41 01666e4c0597: Download complete 18:23:42 df20fa9351a1: Pull complete 18:23:42 36b3adc4ff6f: Pull complete 18:23:42 8ad3a11d3b57: Verifying Checksum 18:23:42 8ad3a11d3b57: Download complete 18:23:43 8ad3a11d3b57: Pull complete 18:23:43 46f8f816bc3b: Pull complete 18:23:44 aa168da1d23b: Verifying Checksum 18:23:44 aa168da1d23b: Download complete 18:23:44 93b61091891f: Pull complete 18:23:44 93b9cdb0e59b: Pull complete 18:23:44 5e14af77c1be: Pull complete 18:23:45 01666e4c0597: Pull complete 18:23:53 aa168da1d23b: Pull complete 18:23:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:23:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:23:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:23:53 prd-centos7-docker-4c-2g-15434 does not seem to be running inside a container 18:23:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/250/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/250 -v /w/workspace/edgex-go/250:/w/workspace/edgex-go/250:rw,z -v /w/workspace/edgex-go/250@tmp:/w/workspace/edgex-go/250@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:23:56 $ docker top 156ae3f0cb79cb2fc91b3a592b95d7fdbf77a0643c926e67b9d38e8f2bca3ebd -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:57 + touch /tmp/pre-build-complete [Pipeline] sh 18:23:57 + mkdir -p /var/log/sa [Pipeline] sh 18:23:58 + ls /var/log/sa-host 18:23:58 + sadf -c /var/log/sa-host/sa10 18:23:58 file_magic: OK 18:23:58 HZ: Using current value: 100 18:23:58 file_header: OK 18:23:58 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 18:23:58 Statistics: 18:23:58 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... 18:23:58 File successfully converted to sysstat format version 12.2.1 18:23:58 + sadf -c /var/log/sa-host/sa23 18:23:58 file_magic: OK 18:23:58 HZ: Using current value: 100 18:23:58 file_header: OK 18:23:58 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 18:23:58 Statistics: 18:23:58 Hnuu...uuuununununu... 18:23:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:23:58 provisioning config files... 18:23:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/250@tmp/config7175746550122064604tmp [Pipeline] { [Pipeline] echo 18:23:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:23:59 ---> create-netrc.sh [Pipeline] } 18:23:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:23:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:23:59 ---> python-tools-install.sh [Pipeline] echo 18:23:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:23:59 ---> sudo-logs.sh 18:23:59 Archiving 'sudo' log.. [Pipeline] echo 18:23:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:24:00 ---> job-cost.sh 18:24:00 lf-activate-venv: SKIPPING 18:24:00 INFO: No Stack... 18:24:01 INFO: Retrieving Pricing Info for: v1-standard-2 18:24:01 INFO: Archiving Costs [Pipeline] echo 18:24:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:24:01 ---> logs-deploy.sh 18:24:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/250 18:24:01 INFO: archiving workspace using pattern(s): 18:24:03 Archives upload complete. 18:24:03 INFO: archiving logs to Nexus 18:24:04 ---> uname -a: 18:24:04 Linux prd-centos7-docker-4c-2g-15434.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:24:04 18:24:04 18:24:04 ---> lscpu: 18:24:04 Architecture: x86_64 18:24:04 CPU op-mode(s): 32-bit, 64-bit 18:24:04 Byte Order: Little Endian 18:24:04 Address sizes: 40 bits physical, 48 bits virtual 18:24:04 CPU(s): 4 18:24:04 On-line CPU(s) list: 0-3 18:24:04 Thread(s) per core: 1 18:24:04 Core(s) per socket: 1 18:24:04 Socket(s): 4 18:24:04 NUMA node(s): 1 18:24:04 Vendor ID: GenuineIntel 18:24:04 CPU family: 6 18:24:04 Model: 44 18:24:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:24:04 Stepping: 1 18:24:04 CPU MHz: 2933.438 18:24:04 BogoMIPS: 5866.87 18:24:04 Virtualization: VT-x 18:24:04 Hypervisor vendor: KVM 18:24:04 Virtualization type: full 18:24:04 L1d cache: 128 KiB 18:24:04 L1i cache: 128 KiB 18:24:04 L2 cache: 16 MiB 18:24:04 L3 cache: 64 MiB 18:24:04 NUMA node0 CPU(s): 0-3 18:24:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:24:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:24:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:24:04 Vulnerability Meltdown: Mitigation; PTI 18:24:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:24:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:24:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:24:04 Vulnerability Srbds: Not affected 18:24:04 Vulnerability Tsx async abort: Not affected 18:24:04 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 18:24:04 18:24:04 18:24:04 ---> nproc: 18:24:04 4 18:24:04 18:24:04 18:24:04 ---> df -h: 18:24:04 Filesystem Size Used Available Use% Mounted on 18:24:04 overlay 50.0G 7.7G 42.2G 15% / 18:24:04 tmpfs 64.0M 0 64.0M 0% /dev 18:24:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:24:04 shm 64.0M 0 64.0M 0% /dev/shm 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /facter-os 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/resolv.conf 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/hostname 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /etc/hosts 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/auth.log 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /run/cloud-init/result.json 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/sa-host 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /var/log/secure 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /w/workspace/edgex-go/250@tmp 18:24:04 /dev/vda1 50.0G 7.7G 42.2G 15% /w/workspace/edgex-go/250 18:24:04 18:24:04 18:24:04 ---> free -m: 18:24:04 total used free shared buff/cache available 18:24:04 Mem: 1837 754 101 0 981 985 18:24:04 Swap: 1023 2 1021 18:24:04 18:24:04 18:24:04 ---> ip addr: 18:24:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:24:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:24:04 inet 127.0.0.1/8 scope host lo 18:24:04 valid_lft forever preferred_lft forever 18:24:04 inet6 ::1/128 scope host 18:24:04 valid_lft forever preferred_lft forever 18:24:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:24:04 link/ether fa:16:3e:7e:0d:e2 brd ff:ff:ff:ff:ff:ff 18:24:04 inet 10.30.122.68/23 brd 10.30.123.255 scope global dynamic eth0 18:24:04 valid_lft 85453sec preferred_lft 85453sec 18:24:04 inet6 fe80::f816:3eff:fe7e:de2/64 scope link 18:24:04 valid_lft forever preferred_lft forever 18:24:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:24:04 link/ether 02:42:18:18:c6:31 brd ff:ff:ff:ff:ff:ff 18:24:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:24:04 valid_lft forever preferred_lft forever 18:24:04 inet6 fe80::42:18ff:fe18:c631/64 scope link 18:24:04 valid_lft forever preferred_lft forever 18:24:04 18:24:04 18:24:04 ---> sar -b -r -n DEV: 18:24:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/10/20 _x86_64_ (4 CPU) 18:24:04 18:24:04 18:08:05 LINUX RESTART (4 CPU) 18:24:04 18:24:04 18:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:24:04 18:10:01 229.75 116.46 113.29 0.00 8163.46 46935.72 0.00 18:24:04 18:11:01 27.64 4.93 22.71 0.00 770.56 5105.18 0.00 18:24:04 18:12:01 2.38 0.02 2.36 0.00 0.53 53.76 0.00 18:24:04 18:13:02 0.38 0.02 0.37 0.00 0.53 5.33 0.00 18:24:04 18:14:01 0.15 0.00 0.15 0.00 0.00 1.83 0.00 18:24:04 18:15:01 0.37 0.03 0.33 0.00 0.67 5.23 0.00 18:24:04 18:16:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 18:24:04 18:17:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 18:24:04 18:18:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 18:24:04 18:19:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 18:24:04 18:20:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 18:24:04 18:21:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 18:24:04 18:22:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 18:24:04 18:23:01 0.35 0.07 0.28 0.00 17.72 3.33 0.00 18:24:04 Average: 18.55 8.57 9.98 0.00 632.00 3680.32 0.00 18:24:04 18:24:04 18:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:24:04 18:10:01 108392 0 703792 37.41 2212 1067148 1442656 49.24 565688 968480 45524 18:24:04 18:11:01 259340 0 638628 33.94 1968 981608 1103276 37.65 464124 922916 8 18:24:04 18:12:01 261860 0 636096 33.81 1968 981620 1086708 37.09 487404 898452 8 18:24:04 18:13:02 262196 0 635760 33.79 1968 981620 1086612 37.08 484272 900952 24 18:24:04 18:14:01 262400 0 635552 33.78 1968 981624 1086708 37.09 483996 901736 16 18:24:04 18:15:01 262700 0 635240 33.76 1968 981636 1086612 37.08 483492 901736 16 18:24:04 18:16:01 262776 0 635164 33.76 1968 981636 1086612 37.08 483636 901736 8 18:24:04 18:17:01 262832 0 635100 33.75 1968 981644 1086612 37.08 483500 901736 8 18:24:04 18:18:01 263064 0 634864 33.74 1968 981648 1086612 37.08 483628 901736 8 18:24:04 18:19:01 262308 0 635612 33.78 1968 981656 1086684 37.09 483908 901740 8 18:24:04 18:20:01 262948 0 634972 33.75 1968 981656 1086612 37.08 483664 901736 16 18:24:04 18:21:01 262700 0 635216 33.76 1968 981660 1086612 37.08 483548 901736 16 18:24:04 18:22:01 262612 0 635296 33.76 1968 981668 1086672 37.09 483868 901736 8 18:24:04 18:23:01 260720 0 636636 33.84 1968 982220 1088476 37.15 485480 902232 8 18:24:04 Average: 251203 0 640566 34.04 1985 987789 1113390 38.00 488586 907761 3263 18:24:04 18:24:04 18:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:24:04 18:10:01 veth4e23d83 39.75 46.70 2.88 206.07 0.00 0.00 0.00 0.00 18:24:04 18:10:01 eth0 1159.88 1191.34 6133.88 136.63 0.00 0.00 0.00 0.00 18:24:04 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:10:01 docker0 882.73 777.15 71.82 2917.16 0.00 0.00 0.00 0.00 18:24:04 18:11:01 eth0 34.40 27.74 163.73 4.21 0.00 0.00 0.00 0.00 18:24:04 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:11:01 docker0 21.94 25.99 1.13 158.19 0.00 0.00 0.00 0.00 18:24:04 18:12:01 eth0 0.53 0.35 0.30 0.20 0.00 0.00 0.00 0.00 18:24:04 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:13:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:14:01 eth0 0.24 0.14 0.14 0.07 0.00 0.00 0.00 0.00 18:24:04 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:19:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:24:04 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:24:04 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:22:01 eth0 0.23 0.23 0.09 0.02 0.00 0.00 0.00 0.00 18:24:04 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:23:01 eth0 0.23 0.23 0.12 0.02 0.00 0.00 0.00 0.00 18:24:04 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 18:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 Average: eth0 84.37 86.08 444.15 9.96 0.00 0.00 0.00 0.00 18:24:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:24:04 Average: docker0 63.79 56.64 5.14 216.95 0.00 0.00 0.00 0.00 18:24:04 18:24:04 18:24:04 ---> sar -P ALL: 18:24:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/10/20 _x86_64_ (4 CPU) 18:24:04 18:24:04 18:08:05 LINUX RESTART (4 CPU) 18:24:04 18:24:04 18:09:02 CPU %user %nice %system %iowait %steal %idle 18:24:04 18:10:01 all 16.46 0.00 9.42 2.54 0.06 71.52 18:24:04 18:10:01 0 15.55 0.00 10.53 0.98 0.05 72.88 18:24:04 18:10:01 1 18.20 0.00 8.71 2.42 0.05 70.62 18:24:04 18:10:01 2 17.65 0.00 8.60 3.21 0.09 70.45 18:24:04 18:10:01 3 14.44 0.00 9.86 3.53 0.05 72.13 18:24:04 18:11:01 all 0.75 0.00 0.71 0.77 0.01 97.75 18:24:04 18:11:01 0 0.52 0.00 0.67 1.54 0.02 97.26 18:24:04 18:11:01 1 0.87 0.00 0.87 1.35 0.02 96.90 18:24:04 18:11:01 2 1.00 0.00 0.55 0.20 0.02 98.23 18:24:04 18:11:01 3 0.62 0.00 0.75 0.00 0.00 98.63 18:24:04 18:12:01 all 0.15 0.00 0.07 0.00 0.00 99.77 18:24:04 18:12:01 0 0.02 0.00 0.12 0.00 0.00 99.87 18:24:04 18:12:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:24:04 18:12:01 2 0.50 0.00 0.07 0.00 0.02 99.42 18:24:04 18:12:01 3 0.05 0.00 0.07 0.00 0.00 99.88 18:24:04 18:13:02 all 0.16 0.00 0.04 0.00 0.00 99.80 18:24:04 18:13:02 0 0.02 0.00 0.03 0.00 0.00 99.95 18:24:04 18:13:02 1 0.05 0.00 0.05 0.00 0.00 99.90 18:24:04 18:13:02 2 0.55 0.00 0.05 0.00 0.00 99.40 18:24:04 18:13:02 3 0.03 0.00 0.02 0.00 0.02 99.93 18:24:04 18:14:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:24:04 18:14:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:24:04 18:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:24:04 18:14:01 2 0.54 0.00 0.05 0.00 0.00 99.41 18:24:04 18:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 18:24:04 18:15:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:24:04 18:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:24:04 18:15:01 2 0.53 0.00 0.03 0.00 0.00 99.43 18:24:04 18:15:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:24:04 18:16:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:24:04 18:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:24:04 18:16:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:24:04 18:16:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:24:04 18:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:24:04 18:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:24:04 18:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:17:01 2 0.53 0.00 0.03 0.00 0.00 99.43 18:24:04 18:17:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:24:04 18:18:01 all 0.15 0.00 0.04 0.00 0.00 99.80 18:24:04 18:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:24:04 18:18:01 1 0.02 0.00 0.05 0.00 0.00 99.93 18:24:04 18:18:01 2 0.52 0.00 0.03 0.00 0.02 99.43 18:24:04 18:18:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:24:04 18:19:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:24:04 18:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:24:04 18:19:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:19:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:24:04 18:19:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:24:04 18:20:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:24:04 18:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:24:04 18:20:01 1 0.03 0.00 0.02 0.02 0.00 99.93 18:24:04 18:20:01 2 0.53 0.00 0.05 0.00 0.00 99.42 18:24:04 18:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:24:04 18:24:04 18:20:01 CPU %user %nice %system %iowait %steal %idle 18:24:04 18:21:01 all 0.15 0.00 0.04 0.00 0.00 99.82 18:24:04 18:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:21:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:24:04 18:21:01 2 0.50 0.00 0.07 0.00 0.00 99.43 18:24:04 18:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:24:04 18:22:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:24:04 18:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:24:04 18:22:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:24:04 18:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:24:04 18:23:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:24:04 18:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:24:04 18:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:24:04 18:23:01 2 0.53 0.00 0.05 0.02 0.00 99.40 18:24:04 18:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:24:04 Average: all 1.31 0.00 0.73 0.23 0.01 97.72 18:24:04 Average: 0 1.12 0.00 0.79 0.18 0.00 97.91 18:24:04 Average: 1 1.34 0.00 0.69 0.26 0.00 97.70 18:24:04 Average: 2 1.73 0.00 0.67 0.24 0.01 97.35 18:24:04 Average: 3 1.06 0.00 0.76 0.24 0.01 97.92 18:24:04 18:24:04 18:24:04