Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9a6eedb96835a64d2bad9fe97e001e25d5234329 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23776 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/hanoi:refs/remotes/origin/hanoi # timeout=10 Checking out Revision 9a6eedb96835a64d2bad9fe97e001e25d5234329 (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#3084)" > git rev-list --no-walk 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:19:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:19:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:19:12 ========================================================= 16:19:12 EdgeX Global Pipelines Version Info 16:19:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:19:14 ------------------- 16:19:14 stable info: 16:19:14 ------------------- 16:19:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:19:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:19:14 Message: update stable to v1.0.179 16:19:15 ------------------- 16:19:15 experimental info: 16:19:15 ------------------- 16:19:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:19:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:19:15 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:19:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:19:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:19:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:19:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:19:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:19:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:19:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a6eedb [Pipeline] echo 16:19:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:19:18 provisioning config files... 16:19:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8840646675422081098tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:19:19 ---> docker-login.sh 16:19:19 nexus3.edgexfoundry.org:10001 16:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:19 Configure a credential helper to remove this warning. See 16:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:19 16:19:19 Login Succeeded 16:19:19 nexus3.edgexfoundry.org:10002 16:19:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:19 Configure a credential helper to remove this warning. See 16:19:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:19 16:19:19 Login Succeeded 16:19:19 nexus3.edgexfoundry.org:10003 16:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:20 Configure a credential helper to remove this warning. See 16:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:20 16:19:20 Login Succeeded 16:19:20 nexus3.edgexfoundry.org:10004 16:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:20 Configure a credential helper to remove this warning. See 16:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:20 16:19:20 Login Succeeded 16:19:20 docker.io 16:19:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:20 Configure a credential helper to remove this warning. See 16:19:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:20 16:19:20 Login Succeeded 16:19:20 ---> docker-login.sh ends [Pipeline] } 16:19:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:19:21 ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/core-command/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo core-command,cmd/core-command/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/core-data/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo core-data,cmd/core-data/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/core-metadata/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo core-metadata,cmd/core-metadata/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/security-proxy-setup/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/security-secrets-setup/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/support-logging/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo support-logging,cmd/support-logging/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/support-notifications/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo support-notifications,cmd/support-notifications/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/support-scheduler/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:19:21 + for file in '`ls cmd/**/Dockerfile`' 16:19:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:19:21 ++ cut -d/ -f2 16:19:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:19:21 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-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:19:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:22 16:19:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:19:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:23 latest: Pulling from edgex-devops/git-semver 16:19:23 31603596830f: Pulling fs layer 16:19:23 2a8b12db71e7: Pulling fs layer 16:19:23 6ca5941a6612: Pulling fs layer 16:19:23 ecc8261a40a4: Pulling fs layer 16:19:23 2a8b12db71e7: Verifying Checksum 16:19:23 2a8b12db71e7: Download complete 16:19:23 31603596830f: Verifying Checksum 16:19:23 31603596830f: Download complete 16:19:23 ecc8261a40a4: Verifying Checksum 16:19:23 ecc8261a40a4: Download complete 16:19:23 6ca5941a6612: Verifying Checksum 16:19:23 6ca5941a6612: Download complete 16:19:23 31603596830f: Pull complete 16:19:23 2a8b12db71e7: Pull complete 16:19:24 6ca5941a6612: Pull complete 16:19:24 ecc8261a40a4: Pull complete 16:19:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:19:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:19:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:19:24 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:19:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:19:27 $ docker top a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:19:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:27 [ssh-agent] Looking for ssh-agent implementation... 16:19:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:28 $ docker exec a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent 16:19:28 SSH_AUTH_SOCK=/tmp/ssh-1y1hNoxRuCbd/agent.11 16:19:28 SSH_AGENT_PID=16 16:19:28 Running ssh-add (command line suppressed) 16:19:28 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4331216949382587851.key (/w/workspace/edgex-go/2@tmp/private_key_4331216949382587851.key) 16:19:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:28 + git tag --points-at HEAD [Pipeline] } 16:19:28 $ docker exec --env ******** --env ******** a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent -k 16:19:29 unset SSH_AUTH_SOCK; 16:19:29 unset SSH_AGENT_PID; 16:19:29 echo Agent pid 16 killed; 16:19:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:19:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:19:29 [ssh-agent] Looking for ssh-agent implementation... 16:19:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:19:29 $ docker exec a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent 16:19:29 SSH_AUTH_SOCK=/tmp/ssh-LGZ706yJg7Y8/agent.44 16:19:29 SSH_AGENT_PID=49 16:19:29 Running ssh-add (command line suppressed) 16:19:29 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6097311882994200389.key (/w/workspace/edgex-go/2@tmp/private_key_6097311882994200389.key) 16:19:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:19:30 + git semver init 16:19:30 # -> Open(): unable to determine branch for HEAD 16:19:30 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:19:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:19:30 # $SEMVER_REMOTE_NAME = origin 16:19:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:19:30 # $SEMVER_USER_NAME = edgex-jenkins 16:19:30 # $SEMVER_BRANCH = hanoi 16:19:30 # $SEMVER_TEMP = /tmp/semver-098669865 16:19:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:20:02 # '/tmp/semver-098669865' -> '/w/workspace/edgex-go/2/.semver' 16:20:02 # -> Force: false 16:20:02 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:20:02 $ docker exec --env ******** --env ******** a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 ssh-agent -k 16:20:02 unset SSH_AUTH_SOCK; 16:20:02 unset SSH_AGENT_PID; 16:20:02 echo Agent pid 49 killed; 16:20:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:20:03 + git semver [Pipeline] } 16:20:03 $ docker stop --time=1 a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 16:20:05 $ docker rm -f a18366bc48f73aa0f53dd6205ac5510c8ba023cf3086fd15a9cf8e42a84bcb91 [Pipeline] // withDockerContainer [Pipeline] sh 16:20:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:20:06 Stashed 1 file(s) [Pipeline] echo 16:20:06 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:20:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:20:07 + sudo service docker restart 16:20:07 + true 16:20:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:20:08 ========================================================= 16:20:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:20:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:20:13 Sending build context to Docker daemon 327.3MB 16:20:13 Step 1/7 : ARG BASE=golang:1.15-alpine 16:20:13 Step 2/7 : FROM ${BASE} 16:20:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:20:13 188c0c94c7c5: Pulling fs layer 16:20:13 0ef7d3d256c8: Pulling fs layer 16:20:13 de9db76c5a1d: Pulling fs layer 16:20:13 bca2f99d35d6: Pulling fs layer 16:20:13 93359f2a8cfa: Pulling fs layer 16:20:13 7c6f9722023f: Pulling fs layer 16:20:13 a35cf1a2eb13: Pulling fs layer 16:20:13 93359f2a8cfa: Waiting 16:20:13 bca2f99d35d6: Waiting 16:20:13 7c6f9722023f: Waiting 16:20:13 a35cf1a2eb13: Waiting 16:20:13 de9db76c5a1d: Verifying Checksum 16:20:13 de9db76c5a1d: Download complete 16:20:13 0ef7d3d256c8: Verifying Checksum 16:20:13 0ef7d3d256c8: Download complete 16:20:13 93359f2a8cfa: Verifying Checksum 16:20:13 93359f2a8cfa: Download complete 16:20:13 188c0c94c7c5: Verifying Checksum 16:20:13 188c0c94c7c5: Download complete 16:20:13 7c6f9722023f: Verifying Checksum 16:20:13 7c6f9722023f: Download complete 16:20:13 188c0c94c7c5: Pull complete 16:20:13 0ef7d3d256c8: Pull complete 16:20:13 de9db76c5a1d: Pull complete 16:20:16 a35cf1a2eb13: Verifying Checksum 16:20:16 a35cf1a2eb13: Download complete 16:20:16 bca2f99d35d6: Verifying Checksum 16:20:16 bca2f99d35d6: Download complete 16:20:21 bca2f99d35d6: Pull complete 16:20:21 93359f2a8cfa: Pull complete 16:20:21 7c6f9722023f: Pull complete 16:20:21 Still waiting to schedule task 16:20:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:20:26 a35cf1a2eb13: Pull complete 16:20:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:20:26 ---> a62c8e92a672 16:20:26 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 16:20:26 ---> Running in 8f589244fc9b 16:20:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:20:28 (1/12) Installing libmagic (5.38-r0) 16:20:28 (2/12) Installing file (5.38-r0) 16:20:29 (3/12) Installing libc-dev (0.7.2-r3) 16:20:29 (4/12) Installing g++ (9.3.0-r2) 16:20:41 (5/12) Installing fortify-headers (1.1-r0) 16:20:41 (6/12) Installing patch (2.7.6-r6) 16:20:41 (7/12) Installing build-base (0.5-r2) 16:20:41 (8/12) Installing libsodium (1.0.18-r0) 16:20:41 (9/12) Installing pkgconf (1.7.2-r0) 16:20:41 (10/12) Installing libsodium-dev (1.0.18-r0) 16:20:41 (11/12) Installing libzmq (4.3.3-r0) 16:20:41 (12/12) Installing zeromq-dev (4.3.3-r0) 16:20:41 Executing busybox-1.31.1-r19.trigger 16:20:41 OK: 233 MiB in 51 packages 16:20:44 Removing intermediate container 8f589244fc9b 16:20:44 ---> 0b01d5578c1a 16:20:44 Step 4/7 : WORKDIR /edgex-go 16:20:44 ---> Running in 81ca0d8104a4 16:20:45 Removing intermediate container 81ca0d8104a4 16:20:45 ---> 915de08917cc 16:20:45 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:20:45 latest: Pulling from library/docker 16:20:45 801bfaa63ef2: Pulling fs layer 16:20:45 4f7dc993c79e: Pulling fs layer 16:20:45 d39d95e4997f: Pulling fs layer 16:20:45 ae283de69b7d: Pulling fs layer 16:20:45 1962c7344fe5: Pulling fs layer 16:20:45 aa7a3367c785: Pulling fs layer 16:20:45 5e259227d438: Pulling fs layer 16:20:45 1962c7344fe5: Waiting 16:20:45 aa7a3367c785: Waiting 16:20:45 5e259227d438: Waiting 16:20:45 ae283de69b7d: Waiting 16:20:45 d39d95e4997f: Verifying Checksum 16:20:45 d39d95e4997f: Download complete 16:20:46 4f7dc993c79e: Verifying Checksum 16:20:46 4f7dc993c79e: Download complete 16:20:46 1962c7344fe5: Verifying Checksum 16:20:46 1962c7344fe5: Download complete 16:20:46 801bfaa63ef2: Verifying Checksum 16:20:46 801bfaa63ef2: Download complete 16:20:46 aa7a3367c785: Verifying Checksum 16:20:46 aa7a3367c785: Download complete 16:20:46 5e259227d438: Verifying Checksum 16:20:46 5e259227d438: Download complete 16:20:46 801bfaa63ef2: Pull complete 16:20:46 4f7dc993c79e: Pull complete 16:20:46 d39d95e4997f: Pull complete 16:20:46 ae283de69b7d: Verifying Checksum 16:20:46 ae283de69b7d: Download complete 16:20:50 ae283de69b7d: Pull complete 16:20:50 1962c7344fe5: Pull complete 16:20:50 aa7a3367c785: Pull complete 16:20:50 5e259227d438: Pull complete 16:20:50 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 16:20:50 Status: Downloaded newer image for docker:latest 16:20:51 ---> 428b1957bc7e 16:20:51 Step 6/7 : COPY go.mod . 16:20:52 ---> 85173ea40ca9 16:20:52 Step 7/7 : RUN go mod download 16:20:52 ---> Running in f509da763b0b 16:21:14 Removing intermediate container f509da763b0b 16:21:14 ---> aff156b6efda 16:21:14 Successfully built aff156b6efda 16:21:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:21:14 + docker inspect -f . ci-base-image-x86_64 16:21:14 . [Pipeline] withDockerContainer 16:21:14 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:21:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:15 $ docker top 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:15 + go version 16:21:15 go version go1.15.5 linux/amd64 [Pipeline] } 16:21:15 $ docker stop --time=1 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe 16:21:17 $ docker rm -f 10fe6f391cb577a5c67839dce7786b323c4c8939612f1e45084887f928a124fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:18 + docker inspect -f . ci-base-image-x86_64 16:21:18 . [Pipeline] withDockerContainer 16:21:18 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:21:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:18 $ docker top b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad -eo pid,comm [Pipeline] { [Pipeline] echo 16:21:19 ========================================================= 16:21:19 [edgeXBuildGoParallel] Running Tests and Build... 16:21:19 ========================================================= [Pipeline] sh 16:21:19 + make test 16:21:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:21:27 ? github.com/edgexfoundry/edgex-go [no test files] 16:21:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:21:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:21:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:21:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:21:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:21:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:21:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:21:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:21:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 16:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 64.9% of statements 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:21:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.098s coverage: 84.5% of statements 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:21:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:22:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 100.0% of statements 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:22:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.291s coverage: 95.7% of statements 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.0% of statements [no tests to run] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:22:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 16:22:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 16:22:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 55.9% of statements 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:22:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:22:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23777 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws 16:22:13 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.600s coverage: 86.3% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.048s coverage: 72.2% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.377s coverage: 72.1% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.1% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.042s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.039s coverage: 83.8% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.697s coverage: 29.1% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:22:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 16:22:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 16:22:14 GO111MODULE=on go vet ./... 16:22:19 using credential edgex-jenkins-ssh 16:22:19 Cloning the remote Git repository 16:22:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:22:19 > git init /w/workspace/edgex-go/2 # timeout=10 16:22:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:22:19 > git --version # timeout=10 16:22:19 > git --version # 'git version 2.17.1' 16:22:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:37 gofmt -l . 16:22:37 [ "`gofmt -l .`" = "" ] 16:22:37 ./bin/test-go-mod-tidy.sh 16:22:37 ./bin/test-attribution-txt.sh [Pipeline] sh 16:22:39 + ls -al . 16:22:39 total 632 16:22:39 drwxrwxr-x 10 1001 1001 4096 Jan 28 16:22 . 16:22:39 drwxr-xr-x 4 root root 28 Jan 28 16:21 .. 16:22:39 -rw-rw-r-- 1 1001 1001 11 Jan 28 16:19 .dockerignore 16:22:39 drwxrwxr-x 8 1001 1001 162 Jan 28 16:19 .git 16:22:39 drwxrwxr-x 3 1001 1001 125 Jan 28 16:19 .github 16:22:39 -rw-rw-r-- 1 1001 1001 944 Jan 28 16:19 .gitignore 16:22:39 drwx------ 3 1001 1001 45 Jan 28 16:19 .semver 16:22:39 -rw-rw-r-- 1 1001 1001 166 Jan 28 16:19 .sonarcloud.properties 16:22:39 -rw-rw-r-- 1 1001 1001 3804 Jan 28 16:19 CONTRIBUTING.md 16:22:39 -rw-rw-r-- 1 1001 1001 1035 Jan 28 16:19 Dockerfile.build 16:22:39 -rw-rw-r-- 1 1001 1001 863 Jan 28 16:19 Jenkinsfile 16:22:39 -rw-rw-r-- 1 1001 1001 10775 Jan 28 16:19 LICENSE 16:22:39 -rw-rw-r-- 1 1001 1001 6581 Jan 28 16:19 Makefile 16:22:39 -rw-rw-r-- 1 1001 1001 6447 Jan 28 16:19 README.md 16:22:39 -rw-rw-r-- 1 1001 1001 259 Jan 28 16:19 SECURITY.md 16:22:39 -rw-rw-r-- 1 1001 1001 11 Jan 28 16:20 VERSION 16:22:39 -rw-rw-r-- 1 1001 1001 4131 Jan 28 16:19 ZMQWindows.md 16:22:39 drwxrwxr-x 2 1001 1001 117 Jan 28 16:19 bin 16:22:39 drwxrwxr-x 15 1001 1001 4096 Jan 28 16:19 cmd 16:22:39 -rw-r--r-- 1 root root 539650 Jan 28 16:22 coverage.out 16:22:39 -rw-r--r-- 1 root root 1041 Jan 28 16:22 go.mod 16:22:39 -rw-r--r-- 1 root root 18582 Jan 28 16:22 go.sum 16:22:39 drwxrwxr-x 8 1001 1001 127 Jan 28 16:19 internal 16:22:39 drwxrwxr-x 4 1001 1001 26 Jan 28 16:19 openapi 16:22:39 drwxrwxr-x 4 1001 1001 71 Jan 28 16:19 snap 16:22:39 -rw-rw-r-- 1 1001 1001 168 Jan 28 16:19 version.go [Pipeline] sh 16:22:39 + '[' -e coverage.out ] 16:22:39 + chown 1001:1001 coverage.out [Pipeline] stash 16:22:40 Stashed 1 file(s) [Pipeline] sh 16:22:40 + make build 16:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:22:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:22:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:22:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:22:47 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 16:22:47 Checking out Revision 9a6eedb96835a64d2bad9fe97e001e25d5234329 (hanoi) 16:22:47 > git config core.sparsecheckout # timeout=10 16:22:47 > git checkout -f 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 16:22:50 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data 16:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command 16:22:52 Commit message: "fix: Upgrade to go-mod-messaging with ZMQ fix for Hanoi (#3084)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 16:22:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:22:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] sh 16:22:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:22:55 + sudo service docker restart 16:22:55 + true 16:22:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:22:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:22:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:22:57 provisioning config files... 16:22:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config724354452484265096tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:58 ---> docker-login.sh 16:22:58 nexus3.edgexfoundry.org:10001 16:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 nexus3.edgexfoundry.org:10002 16:22:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:22:59 Configure a credential helper to remove this warning. See 16:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:22:59 16:22:59 Login Succeeded 16:22:59 nexus3.edgexfoundry.org:10003 16:23:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:00 Configure a credential helper to remove this warning. See 16:23:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:00 16:23:00 Login Succeeded 16:23:00 nexus3.edgexfoundry.org:10004 16:23:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:23:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:00 Configure a credential helper to remove this warning. See 16:23:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:00 16:23:00 Login Succeeded 16:23:00 docker.io 16:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:23:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:01 Configure a credential helper to remove this warning. See 16:23:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:01 16:23:01 Login Succeeded 16:23:01 ---> docker-login.sh ends [Pipeline] } 16:23:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:23:02 ========================================================= 16:23:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:23:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:23:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:23:02 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:23:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 16:23:04 $ docker stop --time=1 b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad 16:23:05 Sending build context to Docker daemon 166MB 16:23:05 Step 1/7 : ARG BASE=golang:1.15-alpine 16:23:05 Step 2/7 : FROM ${BASE} 16:23:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:23:05 5f621e34cdf4: Pulling fs layer 16:23:05 a4357932f1b6: Pulling fs layer 16:23:05 18c013af1878: Pulling fs layer 16:23:05 00ac8860ef70: Pulling fs layer 16:23:05 63d7cb157983: Pulling fs layer 16:23:05 b116817d02f9: Pulling fs layer 16:23:05 745a02a5169b: Pulling fs layer 16:23:05 b116817d02f9: Waiting 16:23:05 00ac8860ef70: Waiting 16:23:05 63d7cb157983: Waiting 16:23:05 745a02a5169b: Waiting 16:23:05 18c013af1878: Verifying Checksum 16:23:05 18c013af1878: Download complete 16:23:05 a4357932f1b6: Verifying Checksum 16:23:05 a4357932f1b6: Download complete 16:23:05 63d7cb157983: Verifying Checksum 16:23:05 63d7cb157983: Download complete 16:23:05 $ docker rm -f b307e4201798c72455d0d3592a2ad95a2886a75ac858bf78150c1e66446e4cad 16:23:05 b116817d02f9: Download complete 16:23:05 5f621e34cdf4: Verifying Checksum 16:23:05 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:23:06 5f621e34cdf4: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 16:23:07 a4357932f1b6: Pull complete 16:23:07 18c013af1878: Pull complete 16:23:08 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh 16:23:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:23:09 16:23:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:23:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:23:09 latest: Pulling from edgex-devops/edgex-compose 16:23:09 cbdbe7a5bc2a: Pulling fs layer 16:23:09 ca9280d653b3: Pulling fs layer 16:23:09 7e9c9ca2126c: Pulling fs layer 16:23:09 00ac8860ef70: Verifying Checksum 16:23:09 00ac8860ef70: Download complete 16:23:10 cbdbe7a5bc2a: Download complete 16:23:10 cbdbe7a5bc2a: Pull complete 16:23:10 ca9280d653b3: Verifying Checksum 16:23:10 ca9280d653b3: Download complete 16:23:11 7e9c9ca2126c: Download complete 16:23:12 ca9280d653b3: Pull complete 16:23:19 7e9c9ca2126c: Pull complete 16:23:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:23:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:23:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:23:19 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:23:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:23:20 00ac8860ef70: Pull complete 16:23:20 63d7cb157983: Pull complete 16:23:20 b116817d02f9: Pull complete 16:23:22 $ docker top c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:23 + docker-compose build --help 16:23:23 + grep parallel 16:23:24 --parallel Build images in parallel. [Pipeline] } 16:23:24 $ docker stop --time=1 c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c 16:23:24 745a02a5169b: Pull complete 16:23:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:23:24 ---> b7e6874047d6 16:23:24 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 16:23:25 $ docker rm -f c17d2482271c4253209018cc6ad482802c05e6989b1e519a884d863678332b1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:23:26 . [Pipeline] withDockerContainer 16:23:26 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:23:26 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:23:27 $ docker top 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 -eo pid,comm 16:23:27 ---> Running in db647e0c2685 [Pipeline] { [Pipeline] sh 16:23:28 + docker-compose -f ./docker-compose-build.yml build --parallel 16:23:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:23:29 Building docker-core-command-go ... 16:23:29 Building docker-core-data-go ... 16:23:29 Building docker-core-metadata-go ... 16:23:29 Building docker-security-bootstrap-redis-go ... 16:23:29 Building docker-security-proxy-setup-go ... 16:23:29 Building docker-security-secrets-setup-go ... 16:23:29 Building docker-security-secretstore-setup-go ... 16:23:29 Building docker-support-logging-go ... 16:23:29 Building docker-support-notifications-go ... 16:23:29 Building docker-support-scheduler-go ... 16:23:29 Building docker-sys-mgmt-agent-go ... 16:23:29 Building docker-core-metadata-go 16:23:29 Building docker-core-command-go 16:23:29 Building docker-core-data-go 16:23:29 Building docker-support-notifications-go 16:23:29 Building docker-security-bootstrap-redis-go 16:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:23:32 (1/12) Installing libmagic (5.38-r0) 16:23:33 (2/12) Installing file (5.38-r0) 16:23:33 (3/12) Installing libc-dev (0.7.2-r3) 16:23:33 (4/12) Installing g++ (9.3.0-r2) 16:23:55 (5/12) Installing fortify-headers (1.1-r0) 16:23:55 (6/12) Installing patch (2.7.6-r6) 16:23:55 (7/12) Installing build-base (0.5-r2) 16:23:55 (8/12) Installing libsodium (1.0.18-r0) 16:23:55 (9/12) Installing pkgconf (1.7.2-r0) 16:23:55 (10/12) Installing libsodium-dev (1.0.18-r0) 16:23:55 (11/12) Installing libzmq (4.3.3-r0) 16:23:55 (12/12) Installing zeromq-dev (4.3.3-r0) 16:23:55 Executing busybox-1.31.1-r19.trigger 16:23:55 OK: 217 MiB in 51 packages 16:23:58 Removing intermediate container db647e0c2685 16:23:58 ---> 618d06698a8a 16:23:58 Step 4/7 : WORKDIR /edgex-go 16:23:58 ---> Running in b793751c5d55 16:23:59 Removing intermediate container b793751c5d55 16:23:59 ---> e4efbf628d9f 16:23:59 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:23:59 latest: Pulling from library/docker 16:23:59 159e5727ea61: Pulling fs layer 16:23:59 687389c36290: Pulling fs layer 16:23:59 94e28978939c: Pulling fs layer 16:23:59 81bd9c9fe1b1: Pulling fs layer 16:23:59 0c5a7137269a: Pulling fs layer 16:23:59 650eeba05d50: Pulling fs layer 16:23:59 283d3dba4d5b: Pulling fs layer 16:23:59 0c5a7137269a: Waiting 16:23:59 650eeba05d50: Waiting 16:23:59 283d3dba4d5b: Waiting 16:23:59 81bd9c9fe1b1: Waiting 16:23:59 94e28978939c: Verifying Checksum 16:23:59 94e28978939c: Download complete 16:24:00 687389c36290: Verifying Checksum 16:24:00 687389c36290: Download complete 16:24:00 159e5727ea61: Download complete 16:24:00 0c5a7137269a: Verifying Checksum 16:24:00 0c5a7137269a: Download complete 16:24:00 650eeba05d50: Verifying Checksum 16:24:00 650eeba05d50: Download complete 16:24:00 283d3dba4d5b: Verifying Checksum 16:24:00 159e5727ea61: Pull complete 16:24:01 687389c36290: Pull complete 16:24:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:24:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:24:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:24:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:24:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:01 ---> aff156b6efda 16:24:01 Step 3/24 : WORKDIR /edgex-go 16:24:01 ---> aff156b6efda 16:24:01 Step 3/22 : WORKDIR /edgex-go 16:24:01 ---> aff156b6efda 16:24:01 Step 3/22 : WORKDIR /edgex-go 16:24:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:24:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:24:01 ---> aff156b6efda 16:24:01 Step 3/22 : WORKDIR /edgex-go 16:24:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:24:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:24:01 ---> aff156b6efda 16:24:01 Step 3/23 : WORKDIR /edgex-go 16:24:01 ---> Running in 093c71cf5a62 16:24:01 ---> Running in 12104b9b2fce 16:24:01 ---> Running in e0a796b28938 16:24:01 ---> Running in 7e99d586073f 16:24:01 ---> Running in 29acbb9f80e7 16:24:01 Removing intermediate container 29acbb9f80e7 16:24:01 ---> d1dbbdd9587e 16:24:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:01 Removing intermediate container 12104b9b2fce 16:24:01 ---> d68c690fd116 16:24:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:01 Removing intermediate container 7e99d586073f 16:24:01 ---> b02604b34e72 16:24:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:01 Removing intermediate container e0a796b28938 16:24:01 ---> 3db5dbd31f5a 16:24:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:01 Removing intermediate container 093c71cf5a62 16:24:01 ---> 679b68334ee6 16:24:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:24:01 ---> Running in de24bd4a110e 16:24:01 ---> Running in 59fbf28de904 16:24:01 ---> Running in a61e6e51d9ef 16:24:01 ---> Running in 2a063f69e968 16:24:01 ---> Running in ae4e2b69acc6 16:24:01 81bd9c9fe1b1: Verifying Checksum 16:24:01 81bd9c9fe1b1: Download complete 16:24:01 94e28978939c: Pull complete 16:24:02 Removing intermediate container a61e6e51d9ef 16:24:02 ---> 17b2a7ebf478 16:24:02 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:24:02 ---> Running in 642132ca55ab 16:24:02 Removing intermediate container de24bd4a110e 16:24:02 ---> 00972fd287e4 16:24:02 Step 5/22 : RUN apk update && apk add make git 16:24:02 Removing intermediate container 2a063f69e968 16:24:02 ---> 0226dd8fe255 16:24:02 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:24:02 ---> Running in 08e58d141596 16:24:02 Removing intermediate container ae4e2b69acc6 16:24:02 ---> c21ecab636a4 16:24:02 Step 5/22 : RUN apk update && apk add make git 16:24:02 Removing intermediate container 59fbf28de904 16:24:02 ---> dec22418894c 16:24:02 Step 5/22 : RUN apk update && apk add make git 16:24:03 ---> Running in f9a477aceab3 16:24:03 ---> Running in 6577c3df1f0f 16:24:03 ---> Running in af3fcce62b52 16:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:05 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:24:05 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:24:05 OK: 12752 distinct packages available 16:24:05 OK: 233 MiB in 51 packages 16:24:05 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:24:05 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:24:05 OK: 12752 distinct packages available 16:24:05 OK: 233 MiB in 51 packages 16:24:05 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:24:05 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:24:05 OK: 12752 distinct packages available 16:24:05 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:24:05 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:24:05 OK: 12752 distinct packages available 16:24:05 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:24:05 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:24:05 OK: 12752 distinct packages available 16:24:05 81bd9c9fe1b1: Pull complete 16:24:05 0c5a7137269a: Pull complete 16:24:06 OK: 233 MiB in 51 packages 16:24:06 Removing intermediate container 642132ca55ab 16:24:06 ---> d59dd6459b6e 16:24:06 Step 6/24 : COPY go.mod . 16:24:06 OK: 233 MiB in 51 packages 16:24:06 OK: 233 MiB in 51 packages 16:24:06 650eeba05d50: Pull complete 16:24:06 Removing intermediate container 08e58d141596 16:24:06 ---> 87ae8110ab4f 16:24:06 Step 6/22 : COPY go.mod . 16:24:06 283d3dba4d5b: Pull complete 16:24:06 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 16:24:06 Status: Downloaded newer image for docker:latest 16:24:06 ---> ee5f3a366925 16:24:06 Step 7/24 : RUN go mod download 16:24:06 ---> Running in bba1f5034fe6 16:24:06 ---> de474a7fbba1 16:24:06 Step 7/22 : RUN go mod download 16:24:07 ---> Running in 85aa26868186 16:24:07 Removing intermediate container f9a477aceab3 16:24:07 ---> 9d06d1b08b91 16:24:07 Step 6/23 : COPY go.mod . 16:24:07 Removing intermediate container af3fcce62b52 16:24:07 ---> a8415fb64dd6 16:24:07 Step 6/22 : COPY go.mod . 16:24:07 Removing intermediate container 6577c3df1f0f 16:24:07 ---> 6bc88d0bf4f2 16:24:07 Step 6/22 : COPY go.mod . 16:24:07 ---> c5fe85aea58c 16:24:07 Step 7/23 : RUN go mod download 16:24:07 ---> 3b7aee9a83f8 16:24:07 Step 7/22 : RUN go mod download 16:24:07 ---> 1a614aa2df00 16:24:07 Step 7/22 : RUN go mod download 16:24:07 ---> Running in 8c8ccb1f8e60 16:24:07 ---> Running in ada3d132d8df 16:24:07 ---> Running in f91b5c563c50 16:24:09 Removing intermediate container bba1f5034fe6 16:24:09 ---> b0765f8d486d 16:24:09 Step 8/24 : COPY . . 16:24:09 Removing intermediate container 85aa26868186 16:24:09 ---> a5ad7e9452a5 16:24:09 Step 8/22 : COPY . . 16:24:09 ---> 19dc5c522ce0 16:24:09 Step 6/7 : COPY go.mod . 16:24:09 Removing intermediate container 8c8ccb1f8e60 16:24:09 ---> 82aab034c79d 16:24:09 Step 8/23 : COPY . . 16:24:10 ---> f23b3c5114ec 16:24:10 Step 7/7 : RUN go mod download 16:24:10 ---> Running in 0a45416bba6f 16:24:18 Removing intermediate container f91b5c563c50 16:24:18 ---> 1c3f38c7b98d 16:24:18 Step 8/22 : COPY . . 16:24:18 Removing intermediate container ada3d132d8df 16:24:18 ---> d44b4ea2d516 16:24:18 Step 8/22 : COPY . . 16:24:37 Removing intermediate container 0a45416bba6f 16:24:37 ---> 43395c27e74d 16:24:37 Successfully built 43395c27e74d 16:24:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:24:38 + docker inspect -f . ci-base-image-arm64 16:24:38 . [Pipeline] withDockerContainer 16:24:38 prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container 16:24:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:24:39 $ docker top 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:40 + go version 16:24:40 go version go1.15.5 linux/arm64 [Pipeline] } 16:24:41 $ docker stop --time=1 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c 16:24:42 $ docker rm -f 079b60bcd1197c50c3e05816ca032688a2d88adc45684b177152dd3eff4e275c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:44 16:24:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:24:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:44 latest: Pulling from edgex-devops/edgex-compose-arm64 16:24:44 29e5d40040c1: Pulling fs layer 16:24:44 1ce36da41761: Pulling fs layer 16:24:44 25b303627fd3: Pulling fs layer 16:24:44 29e5d40040c1: Verifying Checksum 16:24:44 29e5d40040c1: Download complete 16:24:45 29e5d40040c1: Pull complete 16:24:45 1ce36da41761: Verifying Checksum 16:24:45 1ce36da41761: Download complete 16:24:47 1ce36da41761: Pull complete 16:24:47 25b303627fd3: Verifying Checksum 16:24:47 25b303627fd3: Download complete 16:24:57 ---> 35447266e3f6 16:24:57 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:24:57 ---> 740d7b9b42e0 16:24:57 Step 9/22 : RUN make cmd/core-command/core-command 16:24:57 ---> Running in e705bf66a221 16:24:57 ---> Running in 266271e30023 16:24:57 ---> 0b7808a960d8 16:24:57 Step 9/23 : RUN make cmd/core-data/core-data 16:24:57 ---> 77e3cde82ecb 16:24:57 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:24:57 ---> e78bf9ce6690 16:24:57 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:24:57 ---> Running in 40bf2c6db575 16:24:57 ---> Running in ccd76ed4a2ff 16:24:57 ---> Running in 195dd203a592 16:24:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data 16:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command 16:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:24:57 25b303627fd3: Pull complete 16:24:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:24:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:24:58 prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container 16:24:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:25:01 $ docker top 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:02 + grep parallel 16:25:02 + docker-compose build --help 16:25:06 --parallel Build images in parallel. [Pipeline] } 16:25:06 $ docker stop --time=1 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd 16:25:08 $ docker rm -f 9624545bb519d6459351b53bdb32ec80aa52e987d7416746f146a984e7bffdbd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:25:09 . [Pipeline] withDockerContainer 16:25:09 prd-ubuntu18.04-docker-arm64-4c-16g-23777 does not seem to be running inside a container 16:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:25:11 $ docker top de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:12 + docker-compose -f ./docker-compose-build.yml build --parallel 16:25:15 Building docker-core-command-go ... 16:25:15 Building docker-core-data-go ... 16:25:15 Building docker-core-metadata-go ... 16:25:15 Building docker-security-bootstrap-redis-go ... 16:25:15 Building docker-security-proxy-setup-go ... 16:25:15 Building docker-security-secrets-setup-go ... 16:25:15 Building docker-security-secretstore-setup-go ... 16:25:15 Building docker-support-logging-go ... 16:25:15 Building docker-support-notifications-go ... 16:25:15 Building docker-support-scheduler-go ... 16:25:15 Building docker-sys-mgmt-agent-go ... 16:25:15 Building docker-support-logging-go 16:25:15 Building docker-support-notifications-go 16:25:15 Building docker-core-metadata-go 16:25:15 Building docker-security-secrets-setup-go 16:25:15 Building docker-support-scheduler-go 16:25:29 Removing intermediate container 195dd203a592 16:25:29 ---> 57fb93defab5 16:25:29 16:25:29 Step 10/22 : FROM alpine:3.10 16:25:29 3.10: Pulling from library/alpine 16:25:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:25:29 Status: Downloaded newer image for alpine:3.10 16:25:29 ---> be4e4bea2c2e 16:25:29 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:25:29 ---> Running in fbbbeaeee29f 16:25:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:25:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:25:29 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:25:29 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:25:29 OK: 10350 distinct packages available 16:25:29 (1/5) Installing ca-certificates (20191127-r2) 16:25:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:25:29 (3/5) Installing libcurl (7.66.0-r3) 16:25:29 (4/5) Installing curl (7.66.0-r3) 16:25:29 (5/5) Installing dumb-init (1.2.2-r1) 16:25:29 Executing busybox-1.30.1-r3.trigger 16:25:29 Executing ca-certificates-20191127-r2.trigger 16:25:29 OK: 7 MiB in 19 packages 16:25:32 Removing intermediate container 266271e30023 16:25:32 ---> e1c49c4e4bd9 16:25:32 16:25:32 Step 10/22 : FROM scratch 16:25:32 ---> 16:25:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:25:32 Removing intermediate container e705bf66a221 16:25:32 ---> dd15af6fef5b 16:25:32 16:25:32 Step 10/24 : FROM scratch 16:25:32 ---> 16:25:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:25:32 ---> Running in 68d567d4fd1d 16:25:32 ---> Running in ba1644937777 16:25:35 Removing intermediate container fbbbeaeee29f 16:25:35 ---> b637d8e3320b 16:25:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:25:35 Removing intermediate container ba1644937777 16:25:35 ---> 77172afc1955 16:25:35 Step 12/24 : ENV APP_PORT=48060 16:25:35 Removing intermediate container 68d567d4fd1d 16:25:35 ---> 083c4a695eff 16:25:35 Step 12/22 : ENV APP_PORT=48082 16:25:35 ---> Running in 0bf5926b62d7 16:25:35 Removing intermediate container ccd76ed4a2ff 16:25:35 ---> 318167a5a033 16:25:35 16:25:35 Step 10/22 : FROM scratch 16:25:35 ---> 16:25:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:25:35 ---> Running in 38e542f152f5 16:25:35 ---> Running in bd9a0ef3a02d 16:25:35 ---> Using cache 16:25:35 ---> 083c4a695eff 16:25:35 Step 12/22 : ENV APP_PORT=48081 16:25:36 ---> Running in d8e5a34e6a78 16:25:36 Removing intermediate container 0bf5926b62d7 16:25:36 ---> 43db83695c41 16:25:36 Step 13/22 : WORKDIR / 16:25:37 Removing intermediate container bd9a0ef3a02d 16:25:37 ---> fe47bfbae8ff 16:25:37 Step 13/24 : EXPOSE $APP_PORT 16:25:37 Removing intermediate container 38e542f152f5 16:25:37 ---> 6372238f13a2 16:25:37 Step 13/22 : EXPOSE $APP_PORT 16:25:37 Removing intermediate container d8e5a34e6a78 16:25:37 ---> ffe2f3af3955 16:25:37 Step 13/22 : EXPOSE $APP_PORT 16:25:37 ---> Running in b715414ca1c6 16:25:37 ---> Running in 86bfaf8c84bc 16:25:37 ---> Running in 44e3a7dfef13 16:25:38 Removing intermediate container 40bf2c6db575 16:25:38 ---> c967d47ae47f 16:25:38 16:25:38 Step 10/23 : FROM alpine 16:25:38 ---> Running in 11be2fc3d558 16:25:38 latest: Pulling from library/alpine 16:25:38 Removing intermediate container 86bfaf8c84bc 16:25:38 ---> 8699b0d93824 16:25:38 Step 14/22 : WORKDIR / 16:25:38 Removing intermediate container 44e3a7dfef13 16:25:38 ---> 412300cf62a7 16:25:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:25:38 Removing intermediate container b715414ca1c6 16:25:38 ---> 0199e1a1c953 16:25:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:25:39 ---> Running in a98bf18b62ca 16:25:39 Removing intermediate container 11be2fc3d558 16:25:39 ---> f43266f0d73d 16:25:39 Step 14/22 : WORKDIR / 16:25:39 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 16:25:39 Status: Downloaded newer image for alpine:latest 16:25:39 ---> 7731472c3f2a 16:25:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:25:39 ---> Running in 5424c99b6b91 16:25:39 ---> Running in 338b8e422ec3 16:25:39 Removing intermediate container a98bf18b62ca 16:25:39 ---> 8833f1e31c05 16:25:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:25:39 ---> 3da2e80a171f 16:25:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:25:39 ---> 0301c2ac83c3 16:25:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:25:39 Removing intermediate container 5424c99b6b91 16:25:39 ---> 3262c635b56a 16:25:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:25:39 Removing intermediate container 338b8e422ec3 16:25:39 ---> fbe9ba9ba756 16:25:39 Step 12/23 : ENV APP_PORT=48080 16:25:40 ---> c3e8f290ae31 16:25:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:25:40 ---> Running in fd32e75a5a07 16:25:40 ---> 17e00d79c19b 16:25:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:25:41 ---> f53b1b6e0bb5 16:25:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:25:41 ---> 93f94fc0ba1c 16:25:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:25:41 Removing intermediate container fd32e75a5a07 16:25:41 ---> 7ab75dd8824a 16:25:41 Step 13/23 : EXPOSE $APP_PORT 16:25:42 ---> d4f33c2e53b2 16:25:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:25:42 ---> Running in ef016f821827 16:25:42 ---> 2e60c259830e 16:25:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:25:42 ---> aa7687be0b68 16:25:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:25:42 ---> 2e1fa9186fa8 16:25:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:25:42 ---> 14ba1e974e92 16:25:42 Step 18/22 : ENTRYPOINT ["/core-command"] 16:25:42 Removing intermediate container ef016f821827 16:25:42 ---> 1aa81bdd0236 16:25:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:42 ---> Running in de8cd2b8ef99 16:25:43 ---> be39b68f6fd8 16:25:43 Step 18/22 : RUN chmod +x entrypoint.sh 16:25:43 ---> Running in 87dcd3345bda 16:25:43 ---> 8e336bdf711b 16:25:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:25:43 ---> 1196050d37c3 16:25:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:25:43 ---> Running in edbeecfe52bd 16:25:43 Removing intermediate container de8cd2b8ef99 16:25:43 ---> edfd8bd44787 16:25:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:43 ---> Running in ab5d9de90716 16:25:43 ---> Running in 1853d28cfb1c 16:25:44 Removing intermediate container ab5d9de90716 16:25:44 ---> 15bdd22fe19b 16:25:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:44 ---> f904a64ea674 16:25:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:25:44 ---> Running in 6e9bfc24b5cc 16:25:44 Removing intermediate container 1853d28cfb1c 16:25:44 ---> fbdff23ac243 16:25:44 Step 20/22 : LABEL arch=x86_64 16:25:44 ---> Running in 094c00a8c0c2 16:25:44 ---> 34a4a7d1a303 16:25:44 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:25:44 Removing intermediate container 6e9bfc24b5cc 16:25:44 ---> 150368b83de7 16:25:44 Step 20/22 : LABEL arch=x86_64 16:25:44 ---> Running in a756b9642e46 16:25:44 ---> Running in e4141e23af92 16:25:44 Removing intermediate container 094c00a8c0c2 16:25:44 ---> c257c221a760 16:25:44 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:25:44 ---> Running in f549ab1b918c 16:25:45 Removing intermediate container a756b9642e46 16:25:45 ---> 1539be8e3118 16:25:45 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:25:45 Removing intermediate container e4141e23af92 16:25:45 ---> ddfd0c55bdf8 16:25:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:45 ---> Running in 5b1b9cff6a5f 16:25:45 ---> Running in afd12a0c3881 16:25:45 Removing intermediate container edbeecfe52bd 16:25:45 ---> 54e2d3a9055b 16:25:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:25:45 Removing intermediate container f549ab1b918c 16:25:45 ---> 2eb42be5a8cd 16:25:45 Step 22/22 : LABEL version=1.3.1-dev.1 16:25:45 Removing intermediate container 87dcd3345bda 16:25:45 ---> 70ef251df897 16:25:45 Step 15/23 : RUN apk --no-cache add zeromq 16:25:45 ---> Running in bb546510371d 16:25:45 ---> Running in 2a4610e37883 16:25:45 ---> Running in 32a413f2e2d3 16:25:45 Removing intermediate container 5b1b9cff6a5f 16:25:45 ---> f2fc2313ba41 16:25:45 Step 22/22 : LABEL version=1.3.1-dev.1 16:25:45 Removing intermediate container afd12a0c3881 16:25:45 ---> bbf4cbd9a0f9 16:25:45 Step 22/24 : LABEL arch=x86_64 16:25:45 ---> Running in 00dff92ec3ff 16:25:46 ---> Running in f6ed07d2d59e 16:25:46 Removing intermediate container bb546510371d 16:25:46 ---> 1f12892a6ffe 16:25:46 16:25:46 Removing intermediate container 2a4610e37883 16:25:46 ---> f92c2496d391 16:25:46 Step 20/22 : LABEL arch=x86_64 16:25:46 ---> Running in 6de9d5ff454d 16:25:46 Removing intermediate container 00dff92ec3ff 16:25:46 ---> 9c4b511b08e7 16:25:46 16:25:46 Removing intermediate container f6ed07d2d59e 16:25:46 ---> 2e70c5b93fb0 16:25:46 Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:25:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 16:25:46 Successfully built 1f12892a6ffe 16:25:46 Successfully built 9c4b511b08e7 16:25:46 Successfully tagged docker-core-command-go:latest 16:25:46  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 16:25:46 Successfully tagged docker-core-metadata-go:latest 16:25:46 Building docker-support-logging-go 16:25:46 ---> Running in 49e1e8d3348d 16:25:47  Building docker-core-metadata-go ... done Removing intermediate container 6de9d5ff454d 16:25:47 ---> 9dc59186e53a 16:25:47 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:25:47 ---> Running in 4363838261c4 16:25:47 Removing intermediate container 49e1e8d3348d 16:25:47 ---> 781d6a4459a8 16:25:47 Step 24/24 : LABEL version=1.3.1-dev.1 16:25:47 ---> Running in ae7730a2762c 16:25:47 Removing intermediate container 4363838261c4 16:25:47 ---> 50f040258c04 16:25:47 Step 22/22 : LABEL version=1.3.1-dev.1 16:25:47 ---> Running in 41a15bc9e74b 16:25:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 16:25:47 Removing intermediate container ae7730a2762c 16:25:47 ---> b0b31ee86258 16:25:47 16:25:47 Removing intermediate container 41a15bc9e74b 16:25:47 ---> b5d89450b997 16:25:47 16:25:47 Successfully built b0b31ee86258 16:25:47 Successfully tagged docker-support-notifications-go:latest 16:25:47  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 16:25:47 Successfully built b5d89450b997 16:25:47 Successfully tagged docker-security-bootstrap-redis-go:latest 16:25:47 Building docker-sys-mgmt-agent-go 16:25:48  Building docker-security-bootstrap-redis-go ... done (1/5) Installing libgcc (10.2.1_pre1-r3) 16:25:48 (2/5) Installing libsodium (1.0.18-r0) 16:25:48 (3/5) Installing libstdc++ (10.2.1_pre1-r3) 16:25:48 (4/5) Installing libzmq (4.3.3-r1) 16:25:49 (5/5) Installing zeromq (4.3.3-r1) 16:25:49 Executing busybox-1.32.1-r0.trigger 16:25:50 OK: 8 MiB in 19 packages 16:25:52 Removing intermediate container 32a413f2e2d3 16:25:52 ---> 935e032a7540 16:25:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:25:56 ---> 521b93b9fadd 16:25:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:25:59 ---> ed342b834c90 16:25:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:25:59 ---> 9fa5c336d8c2 16:25:59 Step 19/23 : ENTRYPOINT ["/core-data"] 16:25:59 ---> Running in 5991da6b51db 16:25:59 Removing intermediate container 5991da6b51db 16:25:59 ---> bef5ef259381 16:25:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:25:59 ---> Running in cc9cedbad99e 16:25:59 Removing intermediate container cc9cedbad99e 16:25:59 ---> 2339b86074df 16:25:59 Step 21/23 : LABEL arch=x86_64 16:25:59 ---> Running in b540b6542ce2 16:25:59 Removing intermediate container b540b6542ce2 16:25:59 ---> 96b2116d9d3b 16:25:59 Step 22/23 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:25:59 ---> Running in cef4568f42dc 16:26:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:26:02 ---> 43395c27e74d 16:26:02 Step 3/21 : WORKDIR /edgex-go 16:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:26:02 ---> 43395c27e74d 16:26:02 Step 3/22 : WORKDIR /edgex-go 16:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:26:02 ---> 43395c27e74d 16:26:02 Step 3/22 : WORKDIR /edgex-go 16:26:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:26:02 ---> 43395c27e74d 16:26:02 Step 3/24 : WORKDIR /edgex-go 16:26:02 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:26:02 ---> 43395c27e74d 16:26:02 Step 3/29 : WORKDIR /edgex-go 16:26:03 Removing intermediate container cef4568f42dc 16:26:03 ---> c2b316caff4b 16:26:03 Step 23/23 : LABEL version=1.3.1-dev.1 16:26:06 ---> Running in 69d186e24bf9 16:26:06 ---> Running in 9e9f4a8739d7 16:26:06 ---> Running in ab432cf8b3c4 16:26:06 ---> Running in 83d44cfb8928 16:26:06 ---> Running in 1baaf009aa27 16:26:06 Removing intermediate container 83d44cfb8928 16:26:06 ---> 69bac9cad339 16:26:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:06 Removing intermediate container 69d186e24bf9 16:26:06 ---> 229e6812340e 16:26:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:06 Removing intermediate container 1baaf009aa27 16:26:06 ---> d2419c9d154e 16:26:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:06 Removing intermediate container 9e9f4a8739d7 16:26:06 ---> f65bb96a07de 16:26:06 Removing intermediate container ab432cf8b3c4 16:26:06 ---> a88f58601796 16:26:06 Step 4/29 : RUN apk update && apk add make git 16:26:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:06 ---> Running in 425ce6160e0f 16:26:06 ---> Running in e97bff5a16e7 16:26:06 ---> Running in 8715a206af55 16:26:06 ---> Running in a5c760765007 16:26:06 ---> Running in c52f402d425a 16:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:10 Removing intermediate container 425ce6160e0f 16:26:10 ---> 38ef3a3fba3e 16:26:10 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:26:10 Removing intermediate container e97bff5a16e7 16:26:10 ---> 38b63d10312e 16:26:10 Step 5/22 : RUN apk update && apk add make && apk add bash git 16:26:10 ---> Running in 1a7fdf6655b5 16:26:10 ---> Running in 8b5f7d185ebe 16:26:11 Removing intermediate container a5c760765007 16:26:11 ---> 43945372b90b 16:26:11 Step 5/22 : RUN apk update && apk add make git 16:26:11 Removing intermediate container 8715a206af55 16:26:11 ---> 45ac9a2decfc 16:26:11 Step 5/21 : RUN apk update && apk add make git 16:26:11 ---> Running in f54072b8f70a 16:26:11 ---> Running in 75cf1cbc5822 16:26:11 ---> Running in da6fb4ef3535 16:26:11 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:11 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:11 OK: 12622 distinct packages available 16:26:12 Removing intermediate container da6fb4ef3535 16:26:12 ---> c4d9f4e8aa95 16:26:12 16:26:12 OK: 217 MiB in 51 packages 16:26:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:26:13 Successfully built c4d9f4e8aa95 16:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:13 Successfully tagged docker-core-data-go:latest 16:26:13  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 16:26:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:26:13 ---> aff156b6efda 16:26:13 Step 3/22 : WORKDIR /edgex-go 16:26:13 ---> Using cache 16:26:13 ---> 679b68334ee6 16:26:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:13 ---> Using cache 16:26:13 ---> c21ecab636a4 16:26:13 Step 5/22 : RUN apk update && apk add make && apk add bash git 16:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:14 Removing intermediate container c52f402d425a 16:26:14 ---> c3036e60053f 16:26:14 Step 5/29 : COPY go.mod . 16:26:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:26:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:26:14 ---> aff156b6efda 16:26:14 Step 3/24 : WORKDIR /edgex-go 16:26:14 ---> Using cache 16:26:14 ---> 679b68334ee6 16:26:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:14 ---> Using cache 16:26:14 ---> c21ecab636a4 16:26:14 Step 5/24 : RUN apk update && apk add make git 16:26:14 ---> Using cache 16:26:14 ---> 6bc88d0bf4f2 16:26:14 Step 6/24 : COPY go.mod . 16:26:14 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:14 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:14 OK: 12622 distinct packages available 16:26:14 ---> Using cache 16:26:14 ---> 3b7aee9a83f8 16:26:14 Step 7/24 : RUN go mod download 16:26:14 ---> Using cache 16:26:14 ---> 1c3f38c7b98d 16:26:14 Step 8/24 : COPY . . 16:26:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:26:14 ---> aff156b6efda 16:26:14 Step 3/21 : WORKDIR /edgex-go 16:26:14 ---> Using cache 16:26:14 ---> 679b68334ee6 16:26:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:14 ---> Using cache 16:26:14 ---> c21ecab636a4 16:26:14 Step 5/21 : RUN apk update && apk add make git 16:26:14 ---> Using cache 16:26:14 ---> 6bc88d0bf4f2 16:26:14 Step 6/21 : COPY go.mod . 16:26:14 ---> Using cache 16:26:14 ---> 3b7aee9a83f8 16:26:14 Step 7/21 : RUN go mod download 16:26:14 ---> Using cache 16:26:14 ---> 1c3f38c7b98d 16:26:14 Step 8/21 : COPY . . 16:26:14 ---> Using cache 16:26:14 ---> 77e3cde82ecb 16:26:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:26:14 ---> Using cache 16:26:14 ---> 77e3cde82ecb 16:26:14 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:26:14 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:14 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:14 OK: 12622 distinct packages available 16:26:14 ---> 8473e812fb7b 16:26:14 Step 6/29 : RUN go mod download 16:26:15 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:26:15 ---> aff156b6efda 16:26:15 Step 3/27 : WORKDIR /edgex-go 16:26:15 ---> Using cache 16:26:15 ---> 679b68334ee6 16:26:15 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:15 ---> Using cache 16:26:15 ---> c21ecab636a4 16:26:15 Step 5/27 : RUN apk update && apk add make bash git 16:26:15 ---> Running in 657f19786c0a 16:26:15 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:15 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:15 OK: 12622 distinct packages available 16:26:15 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:15 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:15 OK: 12622 distinct packages available 16:26:15 OK: 217 MiB in 51 packages 16:26:16 OK: 217 MiB in 51 packages 16:26:16 OK: 217 MiB in 51 packages 16:26:16 OK: 217 MiB in 51 packages 16:26:16 ---> Running in 6da72db5322c 16:26:16 ---> Running in 7bc2301d5f82 16:26:16 ---> Running in de914b1e6b5b 16:26:16 ---> Running in 2bcf787d1c8d 16:26:17 OK: 217 MiB in 51 packages 16:26:17 Removing intermediate container 1a7fdf6655b5 16:26:17 ---> 9814f9c749ed 16:26:17 Step 6/24 : COPY go.mod . 16:26:18 Removing intermediate container f54072b8f70a 16:26:18 ---> c8c6a2030641 16:26:18 Step 6/22 : COPY go.mod . 16:26:18 ---> 55438379be2e 16:26:18 Step 7/24 : RUN go mod download 16:26:18 Removing intermediate container 75cf1cbc5822 16:26:18 ---> a583251011cf 16:26:18 Step 6/21 : COPY go.mod . 16:26:18 ---> Running in c894e424bc96 16:26:18 Removing intermediate container 8b5f7d185ebe 16:26:18 ---> d78473f59285 16:26:18 Step 6/22 : COPY go.mod . 16:26:19 Removing intermediate container 657f19786c0a 16:26:19 ---> 74a4ef962f0c 16:26:19 Step 7/29 : COPY . . 16:26:19 ---> d67fd25d1b3f 16:26:19 Step 7/22 : RUN go mod download 16:26:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:26:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:26:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:26:19 ---> Running in 7118d920b7eb 16:26:20 ---> c3bc2957e72c 16:26:20 Step 7/21 : RUN go mod download 16:26:20 ---> d1b2508f430a 16:26:20 Step 7/22 : RUN go mod download 16:26:20 ---> Running in a73b0ab77efd 16:26:20 ---> Running in f219410eded8 16:26:20 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:20 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:20 OK: 12752 distinct packages available 16:26:20 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:26:20 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:26:20 OK: 12752 distinct packages available 16:26:20 OK: 233 MiB in 51 packages 16:26:20 OK: 233 MiB in 51 packages 16:26:20 OK: 233 MiB in 51 packages 16:26:23 Removing intermediate container 6da72db5322c 16:26:23 ---> fe2e06e5e11a 16:26:23 Step 6/22 : COPY go.mod . 16:26:23 Removing intermediate container 2bcf787d1c8d 16:26:23 ---> 2eacf697281a 16:26:23 Step 6/27 : COPY go.mod . 16:26:23 Removing intermediate container c894e424bc96 16:26:23 ---> 5152a3e8cfd1 16:26:23 Step 8/24 : COPY . . 16:26:23 Removing intermediate container 7118d920b7eb 16:26:23 ---> 51ce19854fe9 16:26:23 Step 8/22 : COPY . . 16:26:24 ---> 6e276b82f301 16:26:24 Step 7/27 : RUN go mod download 16:26:24 ---> d7af519fc8d1 16:26:24 Step 7/22 : RUN go mod download 16:26:24 ---> Running in a00b4ba74c1b 16:26:24 ---> Running in 6483b27c7c18 16:26:25 Removing intermediate container f219410eded8 16:26:25 ---> 17424a8f67b5 16:26:25 Step 8/21 : COPY . . 16:26:25 Removing intermediate container a73b0ab77efd 16:26:25 ---> edfd0c7dd8b8 16:26:25 Step 8/22 : COPY . . 16:26:30 Removing intermediate container 6483b27c7c18 16:26:30 ---> 62d939afe24a 16:26:30 Step 8/22 : COPY . . 16:26:30 Removing intermediate container a00b4ba74c1b 16:26:30 ---> 9bcbaeea3f8a 16:26:30 Step 8/27 : COPY . . 16:26:36 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 16:26:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:26:36 ---> aff156b6efda 16:26:36 Step 3/20 : WORKDIR /edgex-go 16:26:36 ---> Using cache 16:26:36 ---> 679b68334ee6 16:26:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:26:36 ---> Using cache 16:26:36 ---> c21ecab636a4 16:26:36 Step 5/20 : RUN apk update && apk add make git 16:26:36 ---> Using cache 16:26:36 ---> 6bc88d0bf4f2 16:26:36 Step 6/20 : COPY go.mod . 16:26:36 ---> Using cache 16:26:36 ---> 3b7aee9a83f8 16:26:36 Step 7/20 : RUN go mod download 16:26:36 ---> Using cache 16:26:36 ---> 1c3f38c7b98d 16:26:36 Step 8/20 : COPY . . 16:26:36 ---> Using cache 16:26:36 ---> 77e3cde82ecb 16:26:36 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:26:40 ---> 76cb0893332a 16:26:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:26:40 ---> Running in 36fd839870a5 16:26:40 ---> 47d9d7b688cd 16:26:40 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:26:40 ---> 4b7a1a3c3b6b 16:26:40 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:26:40 ---> 2c177688bfd6 16:26:40 Step 9/22 : RUN make cmd/support-logging/support-logging 16:26:40 ---> 089a506b6237 16:26:40 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:26:40 ---> Running in 91f5704e44d2 16:26:40 ---> Running in f82afbb58d51 16:26:40 ---> Running in 8bf3677818ec 16:26:40 ---> Running in 059cac2b0268 16:26:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:26:41 ---> Running in 59ef278ac340 16:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 16:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:26:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:26:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:26:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:26:59 Removing intermediate container de914b1e6b5b 16:26:59 ---> 1a0a2cf3cfa8 16:26:59 16:26:59 Step 10/21 : FROM scratch 16:26:59 ---> 16:26:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:27:00 ---> Using cache 16:27:00 ---> 083c4a695eff 16:27:00 Step 12/21 : ENV APP_PORT=48085 16:27:00 ---> eec0c5ede2e8 16:27:00 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:27:01 ---> 160d072e60b0 16:27:01 Step 9/22 : RUN make cmd/support-logging/support-logging 16:27:01 ---> Running in 6fc9ed4c85f8 16:27:01 ---> Running in 196d7124c876 16:27:01 Removing intermediate container 7bc2301d5f82 16:27:01 ---> 653e7dba93b0 16:27:01 16:27:01 Step 10/24 : FROM alpine:3.10 16:27:01 ---> be4e4bea2c2e 16:27:01 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:27:01 ---> Using cache 16:27:01 ---> b637d8e3320b 16:27:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:27:01 ---> Running in 89eb04cc9667 16:27:01 ---> Running in af6d7daf7858 16:27:01 Removing intermediate container 6fc9ed4c85f8 16:27:01 ---> d585e700ace4 16:27:01 Step 13/21 : EXPOSE $APP_PORT 16:27:02 ---> Running in a6222c8ec3f8 16:27:02 Removing intermediate container af6d7daf7858 16:27:02 ---> 263f6f9a68ba 16:27:02 Step 13/24 : WORKDIR / 16:27:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:27:02 ---> Running in e2090a7b496c 16:27:02 Removing intermediate container a6222c8ec3f8 16:27:02 ---> 53a8f4a27c3a 16:27:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:27:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/support-logging/support-logging ./cmd/support-logging 16:27:02 Removing intermediate container e2090a7b496c 16:27:02 ---> 3c675950428c 16:27:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:27:02 ---> 1ec181daac64 16:27:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:27:03 ---> a94ee889d63b 16:27:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:27:03 ---> 481eab0d349a 16:27:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:27:04 ---> dd55cd284bcd 16:27:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:27:04 ---> bacaa3d1a942 16:27:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:27:04 ---> de3857e12fc4 16:27:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:27:04 ---> Running in a5db20038712 16:27:05 Removing intermediate container a5db20038712 16:27:05 ---> 5343735ba888 16:27:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:06 ---> 6f906b3c3282 16:27:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:27:06 ---> Running in e9fc6c93b5bc 16:27:07 Removing intermediate container 59ef278ac340 16:27:07 ---> c8f1c5b49744 16:27:07 16:27:07 Step 10/20 : FROM alpine 16:27:07 ---> 7731472c3f2a 16:27:07 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:27:07 Removing intermediate container e9fc6c93b5bc 16:27:07 ---> ec6f338da801 16:27:07 Step 19/21 : LABEL arch=x86_64 16:27:07 ---> Running in cdc427ba3216 16:27:07 ---> 7a9237aee38f 16:27:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:27:08 ---> Running in d16659f8c916 16:27:08 ---> 182901f2c32f 16:27:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:27:08 Removing intermediate container d16659f8c916 16:27:08 ---> 37bdc0b8ee4a 16:27:08 Step 20/21 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:27:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 16:27:08 ---> Running in 9ebf2d1363ea 16:27:08 ---> Running in 65c8cbe0a71b 16:27:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 16:27:09 Removing intermediate container 65c8cbe0a71b 16:27:09 ---> c2019f8bfd27 16:27:09 Step 21/21 : LABEL version=1.3.1-dev.1 16:27:09 ---> Running in 25a6fa0e92a8 16:27:09 v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 16:27:09 v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 16:27:09 OK: 13881 distinct packages available 16:27:09 Removing intermediate container 25a6fa0e92a8 16:27:09 ---> 03042ecde146 16:27:09 16:27:10 Successfully built 03042ecde146 16:27:10 Successfully tagged docker-support-scheduler-go:latest 16:27:10  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 16:27:10 (1/5) Installing ca-certificates (20191127-r5) 16:27:10 (2/5) Installing brotli-libs (1.0.9-r3) 16:27:10 (3/5) Installing nghttp2-libs (1.42.0-r1) 16:27:10 (4/5) Installing libcurl (7.74.0-r0) 16:27:10 (5/5) Installing curl (7.74.0-r0) 16:27:10 Executing busybox-1.32.1-r0.trigger 16:27:10 Executing ca-certificates-20191127-r5.trigger 16:27:10 OK: 8 MiB in 19 packages 16:27:17 Removing intermediate container 9ebf2d1363ea 16:27:17 ---> 93eb31b0a1ad 16:27:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:27:17 ---> Running in 743b993315a5 16:27:17 Removing intermediate container cdc427ba3216 16:27:17 ---> 6e887d3b4bb9 16:27:17 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:27:18 Removing intermediate container 743b993315a5 16:27:18 ---> de73cf7c4656 16:27:18 Step 22/24 : LABEL arch=x86_64 16:27:19 ---> Running in 0b9fbc70606d 16:27:21 ---> Running in a7524e957c01 16:27:23 Removing intermediate container 0b9fbc70606d 16:27:23 ---> ea441508721c 16:27:23 Step 13/20 : WORKDIR /edgex 16:27:24 Removing intermediate container a7524e957c01 16:27:24 ---> e74adaa03213 16:27:24 Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:27:25 ---> Running in 3f58dea8d25a 16:27:25 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:27:25 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:27:25 ---> aff156b6efda 16:27:25 Step 3/29 : WORKDIR /edgex-go 16:27:25 ---> Using cache 16:27:25 ---> 679b68334ee6 16:27:25 Step 4/29 : RUN apk update && apk add make git 16:27:26 ---> Running in 27f6a8d851ca 16:27:26 ---> Running in feea5b04f1e7 16:27:26 Removing intermediate container 3f58dea8d25a 16:27:26 ---> 93138bb1cc46 16:27:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:27:26 Removing intermediate container 27f6a8d851ca 16:27:26 ---> fc11fc32b897 16:27:26 Step 24/24 : LABEL version=1.3.1-dev.1 16:27:26 ---> Running in ad725d39ab4e 16:27:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:27 ---> b74b4b64a784 16:27:27 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:27:27 Removing intermediate container ad725d39ab4e 16:27:27 ---> ea2d41687c74 16:27:27 16:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:28 Successfully built ea2d41687c74 16:27:28 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:27:28 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:27:28 OK: 12752 distinct packages available 16:27:28 OK: 233 MiB in 51 packages 16:27:29 Successfully tagged docker-security-secretstore-setup-go:latest 16:27:29  Building docker-security-secretstore-setup-go ... done Removing intermediate container 196d7124c876 16:27:29 ---> 144c39153e08 16:27:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:27:29 ---> Running in 3f5432eb8069 16:27:29 ---> bc0154c09862 16:27:29 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:27:29 Removing intermediate container 89eb04cc9667 16:27:29 ---> bf0893dc3665 16:27:29 16:27:29 Step 10/22 : FROM scratch 16:27:29 ---> 16:27:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:27:30 ---> Running in 695490dc27d2 16:27:30 ---> Using cache 16:27:30 ---> 77172afc1955 16:27:30 Step 12/22 : ENV APP_PORT=48061 16:27:30 ---> Running in 7977a1e71d3c 16:27:30 Removing intermediate container feea5b04f1e7 16:27:30 ---> d74c126d314a 16:27:30 Step 5/29 : COPY go.mod . 16:27:30 Removing intermediate container 695490dc27d2 16:27:30 ---> 02fd98765415 16:27:30 Step 17/20 : CMD ["--init=true"] 16:27:30 ---> Running in ae57b139b019 16:27:30 Removing intermediate container 7977a1e71d3c 16:27:30 ---> 4784d5039814 16:27:30 Step 13/22 : EXPOSE $APP_PORT 16:27:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:27:30 ---> 013adebfc0a1 16:27:30 Step 6/29 : RUN go mod download 16:27:30 ---> Running in a9d530f7eede 16:27:30 ---> Running in e3fe79ba8d22 16:27:30 Removing intermediate container ae57b139b019 16:27:30 ---> 5ba169784d5d 16:27:30 Step 18/20 : LABEL arch=x86_64 16:27:31 ---> Running in 47b2e2f1b510 16:27:31 Removing intermediate container a9d530f7eede 16:27:31 ---> 8bc7d4e18184 16:27:31 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 16:27:31 Removing intermediate container 47b2e2f1b510 16:27:31 ---> 37af3ac1caba 16:27:31 Step 19/20 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:27:31 ---> Running in 0e72c26a4321 16:27:31 ---> f0e31af9db57 16:27:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 16:27:31 Removing intermediate container 0e72c26a4321 16:27:31 ---> 2503b645111b 16:27:31 Step 20/20 : LABEL version=1.3.1-dev.1 16:27:31 ---> a078f7477b48 16:27:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 16:27:31 ---> Running in 836c27660f16 16:27:33 ---> 4bf61c1c0a18 16:27:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 16:27:33 Removing intermediate container 836c27660f16 16:27:33 ---> a21e3502125e 16:27:33 16:27:33 Removing intermediate container 3f5432eb8069 16:27:33 ---> 1871dcc9f8bf 16:27:33 16:27:33 Step 11/27 : FROM docker:latest 16:27:33 ---> 1b003a99702a 16:27:33 Step 12/27 : RUN apk add --no-cache bash 16:27:33 Successfully built a21e3502125e 16:27:33 Successfully tagged docker-security-proxy-setup-go:latest 16:27:33  Building docker-security-proxy-setup-go ... done Removing intermediate container e3fe79ba8d22 16:27:33 ---> 8fa32b663f41 16:27:33 Step 7/29 : COPY . . 16:27:33 ---> Running in 5bdb9bc8465a 16:27:33 ---> cf9b6c2a5b06 16:27:33 Step 18/22 : ENTRYPOINT ["/support-logging"] 16:27:33 ---> Running in 6e146813e109 16:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:34 Removing intermediate container 6e146813e109 16:27:34 ---> c05c1eba6a49 16:27:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:27:34 (1/2) Installing readline (8.0.4-r0) 16:27:34 (2/2) Installing bash (5.0.17-r0) 16:27:34 Executing bash-5.0.17-r0.post-install 16:27:34 Executing busybox-1.31.1-r19.trigger 16:27:34 OK: 12 MiB in 22 packages 16:27:37 ---> Running in fbb3a19e5a50 16:27:40 Removing intermediate container fbb3a19e5a50 16:27:40 ---> 24556beeaebf 16:27:40 Step 20/22 : LABEL arch=x86_64 16:27:42 ---> Running in f0c252fb58d7 16:27:42 Removing intermediate container 5bdb9bc8465a 16:27:42 ---> 5382734d92b6 16:27:42 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:27:44 ---> Running in a2b642b5ed1a 16:27:44 Removing intermediate container f0c252fb58d7 16:27:44 ---> acbad74b7dff 16:27:44 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:27:44 ---> Running in 9e143539d9e8 16:27:45 Removing intermediate container 9e143539d9e8 16:27:45 ---> 7916ba85101a 16:27:45 Step 22/22 : LABEL version=1.3.1-dev.1 16:27:47 ---> Running in 813bf775a21f 16:27:48 Removing intermediate container 813bf775a21f 16:27:48 ---> 33df30293787 16:27:48 16:27:48 Successfully built 33df30293787 16:27:49 Successfully tagged docker-support-logging-go:latest 16:27:49  Building docker-support-logging-go ... done Removing intermediate container a2b642b5ed1a 16:27:49 ---> 285c5ec8be07 16:27:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:27:49 ---> Running in cac6652d87ae 16:27:49 ---> d42f9633a9fe 16:27:49 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:27:49 Removing intermediate container cac6652d87ae 16:27:49 ---> 33908f03f42d 16:27:49 Step 15/27 : ENV APP_PORT=48090 16:27:49 ---> Running in b78a311bb1c5 16:27:49 ---> Running in 0fd6891099e3 16:27:50 Removing intermediate container 0fd6891099e3 16:27:50 ---> 622a51dbc9ae 16:27:50 Step 16/27 : EXPOSE $APP_PORT 16:27:50 ---> Running in f61a3577e1ed 16:27:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:27:50 Removing intermediate container f61a3577e1ed 16:27:50 ---> 16ed0e250e6b 16:27:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:27:51 ---> e5bb41a987af 16:27:51 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:27:51 ---> 3bac0be6bb43 16:27:51 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:27:51 ---> de4ad0c6e417 16:27:51 Step 20/27 : RUN apk --no-cache add py3-pip 16:27:52 ---> Running in 5678aa829b34 16:27:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:53 (1/33) Installing libbz2 (1.0.8-r1) 16:27:53 (2/33) Installing expat (2.2.9-r1) 16:27:53 (3/33) Installing libffi (3.3-r2) 16:27:53 (4/33) Installing gdbm (1.13-r1) 16:27:53 (5/33) Installing xz-libs (5.2.5-r0) 16:27:53 (6/33) Installing sqlite-libs (3.32.1-r0) 16:27:53 (7/33) Installing python3 (3.8.5-r0) 16:27:54 (8/33) Installing py3-appdirs (1.4.4-r1) 16:27:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:27:54 (10/33) Installing py3-parsing (2.4.7-r0) 16:27:54 (11/33) Installing py3-six (1.15.0-r0) 16:27:54 (12/33) Installing py3-packaging (20.4-r0) 16:27:54 (13/33) Installing py3-setuptools (47.0.0-r0) 16:27:54 (14/33) Installing py3-chardet (3.0.4-r4) 16:27:54 (15/33) Installing py3-idna (2.9-r0) 16:27:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:27:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:27:54 (18/33) Installing py3-requests (2.23.0-r0) 16:27:54 (19/33) Installing py3-msgpack (1.0.0-r0) 16:27:54 (20/33) Installing py3-lockfile (0.12.2-r3) 16:27:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:27:54 (22/33) Installing py3-colorama (0.4.3-r0) 16:27:54 (23/33) Installing py3-distlib (0.3.0-r0) 16:27:54 (24/33) Installing py3-distro (1.5.0-r1) 16:27:54 (25/33) Installing py3-webencodings (0.5.1-r3) 16:27:54 (26/33) Installing py3-html5lib (1.0.1-r4) 16:27:54 (27/33) Installing py3-pytoml (0.1.21-r0) 16:27:54 (28/33) Installing py3-pep517 (0.8.2-r0) 16:27:54 (29/33) Installing py3-progress (1.5-r0) 16:27:54 (30/33) Installing py3-toml (0.10.1-r0) 16:27:54 (31/33) Installing py3-retrying (1.3.3-r0) 16:27:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:27:54 (33/33) Installing py3-pip (20.1.1-r0) 16:27:55 Executing busybox-1.31.1-r19.trigger 16:27:55 OK: 71 MiB in 55 packages 16:28:04 Removing intermediate container 36fd839870a5 16:28:04 ---> 2d6445219ab8 16:28:04 16:28:04 Step 9/29 : FROM alpine:latest 16:28:04 latest: Pulling from library/alpine 16:28:04 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 16:28:04 Status: Downloaded newer image for alpine:latest 16:28:04 ---> 1fca6fe4a1ec 16:28:04 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:28:04 ---> Running in 6d4b6f245016 16:28:04 Removing intermediate container 6d4b6f245016 16:28:04 ---> 0ce08a079628 16:28:04 Step 11/29 : USER root 16:28:04 ---> Running in 7638ca830473 16:28:05 Removing intermediate container 5678aa829b34 16:28:05 ---> ca80a99659d1 16:28:05 Step 21/27 : RUN pip install docker-compose==1.23.2 16:28:05 ---> Running in 244d0e2f7b18 16:28:05 Removing intermediate container 7638ca830473 16:28:05 ---> 5fafc64d8654 16:28:05 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:28:05 ---> Running in 583e07511228 16:28:05 Removing intermediate container b78a311bb1c5 16:28:05 ---> a5cbde41c47a 16:28:05 16:28:05 Step 9/29 : FROM alpine:latest 16:28:05 ---> 7731472c3f2a 16:28:05 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:28:05 ---> Running in 3c27187a9649 16:28:05 Collecting docker-compose==1.23.2 16:28:05 Removing intermediate container 3c27187a9649 16:28:05 ---> 545f01b526af 16:28:05 Step 11/29 : USER root 16:28:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:28:05 ---> Running in b2981cdca887 16:28:06 Removing intermediate container b2981cdca887 16:28:06 ---> 0c4b2af8f72d 16:28:06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:28:06 Collecting jsonschema<3,>=2.5.1 16:28:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:28:06 ---> Running in 780a5fa83045 16:28:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:28:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:28:06 Collecting texttable<0.10,>=0.9.0 16:28:06 Downloading texttable-0.9.1.tar.gz (11 kB) 16:28:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 16:28:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 16:28:07 Collecting dockerpty<0.5,>=0.4.1 16:28:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:28:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 16:28:07 v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 16:28:07 v3.13.0-127-g9cfb48d2a1 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 16:28:07 OK: 13881 distinct packages available 16:28:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:28:07 (1/2) Installing ca-certificates (20191127-r5) 16:28:07 Collecting docopt<0.7,>=0.6.1 16:28:07 Downloading docopt-0.6.2.tar.gz (25 kB) 16:28:07 (2/2) Installing dumb-init (1.2.5-r0) 16:28:07 Executing busybox-1.32.1-r0.trigger 16:28:07 Executing ca-certificates-20191127-r5.trigger 16:28:07 OK: 6 MiB in 16 packages 16:28:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 16:28:08 Collecting cached-property<2,>=1.2.0 16:28:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:28:09 Collecting websocket-client<1.0,>=0.32.0 16:28:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:28:09 v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 16:28:09 v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 16:28:09 OK: 13727 distinct packages available 16:28:09 Removing intermediate container 780a5fa83045 16:28:09 ---> 506943f51719 16:28:09 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:28:09 Collecting docker<4.0,>=3.6.0 16:28:09 ---> Running in 8151965080e3 16:28:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:28:09 Collecting PyYAML<4,>=3.10 16:28:09 Downloading PyYAML-3.13.tar.gz (270 kB) 16:28:10 Removing intermediate container 8151965080e3 16:28:10 ---> dfbd118560d9 16:28:10 Step 14/29 : WORKDIR $BASE_DIR 16:28:10 ---> Running in db55cd2c8c5c 16:28:10 (1/2) Installing ca-certificates (20191127-r5) 16:28:10 (2/2) Installing dumb-init (1.2.5-r0) 16:28:10 Executing busybox-1.32.1-r0.trigger 16:28:10 Executing ca-certificates-20191127-r5.trigger 16:28:10 OK: 6 MiB in 16 packages 16:28:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:28:11 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:28:11 Removing intermediate container db55cd2c8c5c 16:28:11 ---> ad1ba50cdc6b 16:28:11 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:28:11 Collecting urllib3<1.25,>=1.21.1 16:28:11 ---> Running in 927fb08b1b8d 16:28:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:28:11 Collecting idna<2.8,>=2.5 16:28:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:28:11 Collecting docker-pycreds>=0.4.0 16:28:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:28:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:28:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:28:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:28:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:28:12 Installing collected packages: jsonschema, urllib3, idna, requests, texttable, dockerpty, docopt, cached-property, websocket-client, docker-pycreds, docker, PyYAML, docker-compose 16:28:12 Attempting uninstall: urllib3 16:28:12 Found existing installation: urllib3 1.25.9 16:28:12 Uninstalling urllib3-1.25.9: 16:28:12 Successfully uninstalled urllib3-1.25.9 16:28:13 Removing intermediate container 583e07511228 16:28:13 ---> 55066bc23056 16:28:13 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:28:13 Attempting uninstall: idna 16:28:13 Found existing installation: idna 2.9 16:28:13 Uninstalling idna-2.9: 16:28:13 Successfully uninstalled idna-2.9 16:28:13 ---> Running in c442b5a3d89f 16:28:13 Attempting uninstall: requests 16:28:13 Found existing installation: requests 2.23.0 16:28:13 Removing intermediate container 927fb08b1b8d 16:28:13 ---> b462a6760b21 16:28:13 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:28:13 Uninstalling requests-2.23.0: 16:28:13 Successfully uninstalled requests-2.23.0 16:28:13 Running setup.py install for texttable: started 16:28:14 ---> e112e8cd02bb 16:28:14 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:28:14 Running setup.py install for texttable: finished with status 'done' 16:28:14 Running setup.py install for dockerpty: started 16:28:14 ---> 9a83b99147fa 16:28:14 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:28:14 ---> 000d7d1cd353 16:28:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:28:14 Removing intermediate container c442b5a3d89f 16:28:14 ---> 916f49dc8b62 16:28:14 Step 14/29 : WORKDIR $BASE_DIR 16:28:14 Running setup.py install for dockerpty: finished with status 'done' 16:28:14 Running setup.py install for docopt: started 16:28:14 ---> f9bb5890d0a1 16:28:14 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:28:15 ---> Running in cb9c85301ebc 16:28:15 ---> b7f55501bfd6 16:28:15 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:28:15 Running setup.py install for docopt: finished with status 'done' 16:28:15 ---> Running in d346b54f3c46 16:28:15 Running setup.py install for PyYAML: started 16:28:16 Running setup.py install for PyYAML: finished with status 'done' 16:28:16 Removing intermediate container cb9c85301ebc 16:28:16 ---> 1a22b51e49a8 16:28:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:28:16 ---> Running in baf68ea8c3cc 16:28:16 Removing intermediate container d346b54f3c46 16:28:16 ---> 74989fb530cf 16:28:16 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:28:17 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:28:17 ---> da5a09d63b87 16:28:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:28:17 ---> Running in 37c0ef357e8f 16:28:18 Removing intermediate container 059cac2b0268 16:28:18 ---> 6c28a2f05781 16:28:18 16:28:18 Step 10/22 : FROM scratch 16:28:18 ---> 16:28:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:28:18 ---> Running in 988637801acb 16:28:19 Removing intermediate container 988637801acb 16:28:19 ---> b63da65a6820 16:28:19 Step 12/22 : ENV APP_PORT=48061 16:28:19 Removing intermediate container 244d0e2f7b18 16:28:19 ---> 9b1437dc2456 16:28:19 Step 22/27 : RUN apk --no-cache add curl 16:28:19 Removing intermediate container 37c0ef357e8f 16:28:19 ---> 22c00a7e53be 16:28:19 Step 24/29 : RUN chmod 755 security-secrets-setup 16:28:19 ---> Running in 0f4472da3b0c 16:28:19 ---> Running in c370e20b228e 16:28:19 ---> Running in 0778152d4d50 16:28:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:28:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:28:20 Removing intermediate container c370e20b228e 16:28:20 ---> 6a5f0d2a432c 16:28:20 Step 13/22 : EXPOSE $APP_PORT 16:28:20 ---> Running in 124d49f99237 16:28:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:28:20 (2/3) Installing libcurl (7.69.1-r3) 16:28:20 (3/3) Installing curl (7.69.1-r3) 16:28:20 Executing busybox-1.31.1-r19.trigger 16:28:20 OK: 72 MiB in 58 packages 16:28:20 Removing intermediate container 0778152d4d50 16:28:20 ---> 337cacc47879 16:28:20 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:28:21 Removing intermediate container baf68ea8c3cc 16:28:21 ---> 46fab6503255 16:28:21 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:28:21 ---> Running in 39439d372389 16:28:21 Removing intermediate container 0f4472da3b0c 16:28:21 ---> 4f14f8f1fdd9 16:28:21 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:28:21 ---> Running in 421f0176065a 16:28:21 Removing intermediate container 39439d372389 16:28:21 ---> 3dfb30a02cdb 16:28:21 Step 26/29 : CMD [ "generate" ] 16:28:21 ---> Running in 275dba63b1f8 16:28:21 Removing intermediate container 421f0176065a 16:28:21 ---> b11c080d4c8d 16:28:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:28:21 ---> Running in 178f1bbb70d6 16:28:21 Removing intermediate container 124d49f99237 16:28:21 ---> 29b842247482 16:28:21 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 16:28:21 Removing intermediate container 275dba63b1f8 16:28:21 ---> 17b232ab01b1 16:28:21 Step 27/29 : LABEL arch=x86_64 16:28:21 ---> Running in d074a27bf4e1 16:28:21 Removing intermediate container 178f1bbb70d6 16:28:21 ---> 6e4448d363de 16:28:21 Step 25/27 : LABEL arch=x86_64 16:28:21 ---> Running in 406d7e41f1b7 16:28:21 Removing intermediate container d074a27bf4e1 16:28:21 ---> 0dfae4cf9fbe 16:28:21 Step 28/29 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:21 ---> Running in 4e0a1bcec6e0 16:28:21 Removing intermediate container 406d7e41f1b7 16:28:21 ---> 10e499d4cacd 16:28:21 Step 26/27 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:22 ---> Running in 897a42a643e7 16:28:22 Removing intermediate container 4e0a1bcec6e0 16:28:22 ---> 23b425e02917 16:28:22 Step 29/29 : LABEL version=1.3.1-dev.1 16:28:22 ---> Running in bd6681350418 16:28:22 Removing intermediate container 897a42a643e7 16:28:22 ---> 9bcb0379c723 16:28:22 Step 27/27 : LABEL version=1.3.1-dev.1 16:28:22 ---> Running in d9836bb30d76 16:28:22 Removing intermediate container bd6681350418 16:28:22 ---> 139a25b05545 16:28:22 16:28:22 Successfully built 139a25b05545 16:28:22 Successfully tagged docker-security-secrets-setup-go:latest 16:28:22  Building docker-security-secrets-setup-go ... done Removing intermediate container d9836bb30d76 16:28:22 ---> 92839e697f69 16:28:22 16:28:22 ---> 79e96dc857e8 16:28:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 16:28:22 Successfully built 92839e697f69 16:28:22 Successfully tagged docker-sys-mgmt-agent-go:latest 16:28:23 ---> f0de1614f85e 16:28:23 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:28:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:28:23 $ docker stop --time=1 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 16:28:24 ---> 28e749610642 16:28:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 16:28:24 ---> 3fe16ca760dd 16:28:24 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:28:24 $ docker rm -f 0d92973d701900001444654cf4398fc69d6905d3a2e07582116522b9afcc8a58 [Pipeline] // withDockerContainer [Pipeline] sh 16:28:25 + docker images 16:28:25 + grep docker 16:28:25 docker-sys-mgmt-agent-go latest 92839e697f69 3 seconds ago 313MB 16:28:25 docker-security-secrets-setup-go latest 139a25b05545 3 seconds ago 24MB 16:28:25 docker-support-logging-go latest 33df30293787 38 seconds ago 11.1MB 16:28:25 docker-security-proxy-setup-go latest a21e3502125e 53 seconds ago 16.7MB 16:28:25 docker-security-secretstore-setup-go latest ea2d41687c74 59 seconds ago 24.7MB 16:28:25 docker-support-scheduler-go latest 03042ecde146 About a minute ago 12.3MB 16:28:25 docker-core-data-go latest c4d9f4e8aa95 2 minutes ago 23.8MB 16:28:25 docker-security-bootstrap-redis-go latest b5d89450b997 2 minutes ago 15.8MB 16:28:25 docker-support-notifications-go latest b0b31ee86258 2 minutes ago 13.6MB 16:28:25 docker-core-metadata-go latest 9c4b511b08e7 2 minutes ago 14.5MB 16:28:25 docker-core-command-go latest 1f12892a6ffe 2 minutes ago 12.2MB 16:28:25 docker latest 1b003a99702a 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 16:28:26 ---> 73cfe76643f2 16:28:26 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:28:26 ---> e857f0e45674 16:28:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:28:26 provisioning config files... 16:28:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5264318044088190421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:26 ---> docker-login.sh 16:28:26 nexus3.edgexfoundry.org:10001 16:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:26 Configure a credential helper to remove this warning. See 16:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:26 16:28:26 Login Succeeded 16:28:27 nexus3.edgexfoundry.org:10002 16:28:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:27 Configure a credential helper to remove this warning. See 16:28:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:27 16:28:27 Login Succeeded 16:28:27 nexus3.edgexfoundry.org:10003 16:28:27 ---> 03bc15a9cfa7 16:28:27 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:28:27 ---> c6f2cfc5d96f 16:28:27 Step 18/22 : ENTRYPOINT ["/support-logging"] 16:28:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:27 Configure a credential helper to remove this warning. See 16:28:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:27 16:28:27 Login Succeeded 16:28:27 nexus3.edgexfoundry.org:10004 16:28:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:27 Configure a credential helper to remove this warning. See 16:28:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:27 16:28:27 Login Succeeded 16:28:27 docker.io 16:28:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:27 ---> Running in 3ceeaeaf6684 16:28:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:28 Configure a credential helper to remove this warning. See 16:28:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:28 16:28:28 Login Succeeded 16:28:28 ---> docker-login.sh ends [Pipeline] } 16:28:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:28 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 16:28:28 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:28 1.3.1-dev.1 16:28:28 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:28 hanoi 16:28:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 16:28:28 Removing intermediate container 3ceeaeaf6684 16:28:28 ---> 0db45debeaff 16:28:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:28 ---> 6de940dd2daa 16:28:28 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:28:28 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:28 ---> Running in 9cf486fbf1bc 16:28:28 ---> Running in d4b3fdd04f31 16:28:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:28:29 af0c784d54e3: Preparing 16:28:29 496243f0ed9a: Preparing 16:28:29 ca30ce2e2e7a: Preparing 16:28:29 ca30ce2e2e7a: Pushed 16:28:29 af0c784d54e3: Pushed 16:28:29 Removing intermediate container 9cf486fbf1bc 16:28:30 ---> 885771679852 16:28:30 Step 20/22 : LABEL arch=arm64 16:28:30 496243f0ed9a: Pushed 16:28:30 ---> Running in 848cf2955973 16:28:30 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:30 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 16:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:28:31 af0c784d54e3: Preparing 16:28:31 496243f0ed9a: Preparing 16:28:31 ca30ce2e2e7a: Preparing 16:28:31 ca30ce2e2e7a: Layer already exists 16:28:31 496243f0ed9a: Layer already exists 16:28:31 af0c784d54e3: Layer already exists 16:28:31 1.3.1-dev.1: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:31 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:28:31 af0c784d54e3: Preparing 16:28:31 496243f0ed9a: Preparing 16:28:31 ca30ce2e2e7a: Preparing 16:28:31 af0c784d54e3: Layer already exists 16:28:31 ca30ce2e2e7a: Layer already exists 16:28:31 496243f0ed9a: Layer already exists 16:28:31 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:32 Removing intermediate container 848cf2955973 16:28:32 ---> 4df46877474e 16:28:32 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:32 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:32 ---> Running in d2de38ce2f8f 16:28:32 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi 16:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:28:32 af0c784d54e3: Preparing 16:28:32 496243f0ed9a: Preparing 16:28:32 ca30ce2e2e7a: Preparing 16:28:32 496243f0ed9a: Layer already exists 16:28:32 ca30ce2e2e7a: Layer already exists 16:28:32 af0c784d54e3: Layer already exists 16:28:32 hanoi: digest: sha256:92c9d1ae92856adadec1c1d85648b28cf6a90e85d7c0c845a12be2f5970dfe7f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:32 ===================================================== [Pipeline] echo 16:28:32 taggedImages: 16:28:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 16:28:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:32 - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] echo 16:28:32 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 16:28:32 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:32 1.3.1-dev.1 16:28:32 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:32 hanoi 16:28:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:33 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:28:33 6c8d7227b03d: Preparing 16:28:33 e92db2854ca7: Preparing 16:28:33 1c354a81d723: Preparing 16:28:33 07b5e6ddc89d: Preparing 16:28:33 0c8076069f68: Preparing 16:28:33 c04d1437198b: Preparing 16:28:33 c04d1437198b: Waiting 16:28:33 Removing intermediate container d2de38ce2f8f 16:28:33 ---> 026774119fbe 16:28:33 Step 22/22 : LABEL version=1.3.1-dev.1 16:28:33 Removing intermediate container d4b3fdd04f31 16:28:33 ---> 48d5673cefbb 16:28:33 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:28:33 6c8d7227b03d: Pushed 16:28:33 0c8076069f68: Pushed 16:28:33 1c354a81d723: Pushed 16:28:33 c04d1437198b: Layer already exists 16:28:34 07b5e6ddc89d: Pushed 16:28:34 ---> Running in 4720e772e9f3 16:28:34 e92db2854ca7: Pushed 16:28:35 Removing intermediate container 91f5704e44d2 16:28:35 ---> e595d59570d6 16:28:35 16:28:35 Step 10/24 : FROM scratch 16:28:35 ---> 16:28:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:28:35 ---> Using cache 16:28:35 ---> b63da65a6820 16:28:35 Step 12/24 : ENV APP_PORT=48060 16:28:35 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh 16:28:35 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:35 ---> 9ca0099328ef 16:28:35 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:28:35 Removing intermediate container 4720e772e9f3 16:28:35 ---> a0b7b2e60394 16:28:35 16:28:35 ---> Running in 6529a6b81a46 16:28:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 16:28:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:28:35 6c8d7227b03d: Preparing 16:28:35 e92db2854ca7: Preparing 16:28:35 1c354a81d723: Preparing 16:28:35 07b5e6ddc89d: Preparing 16:28:35 0c8076069f68: Preparing 16:28:35 c04d1437198b: Preparing 16:28:35 c04d1437198b: Waiting 16:28:35 6c8d7227b03d: Layer already exists 16:28:35 07b5e6ddc89d: Layer already exists 16:28:35 0c8076069f68: Layer already exists 16:28:35 1c354a81d723: Layer already exists 16:28:35 e92db2854ca7: Layer already exists 16:28:35 c04d1437198b: Layer already exists 16:28:35 1.3.1-dev.1: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh 16:28:35 ---> Running in 91b1b44f4958 16:28:36 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:28:36 6c8d7227b03d: Preparing 16:28:36 e92db2854ca7: Preparing 16:28:36 1c354a81d723: Preparing 16:28:36 07b5e6ddc89d: Preparing 16:28:36 0c8076069f68: Preparing 16:28:36 c04d1437198b: Preparing 16:28:36 c04d1437198b: Waiting 16:28:36 e92db2854ca7: Layer already exists 16:28:36 6c8d7227b03d: Layer already exists 16:28:36 0c8076069f68: Layer already exists 16:28:36 07b5e6ddc89d: Layer already exists 16:28:36 1c354a81d723: Layer already exists 16:28:36 c04d1437198b: Layer already exists 16:28:36 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] isUnix [Pipeline] sh 16:28:36 Successfully built a0b7b2e60394 16:28:36 Successfully tagged docker-support-logging-go-arm64:latest 16:28:36  Building docker-support-logging-go ... done Building docker-core-command-go 16:28:36 Removing intermediate container 6529a6b81a46 16:28:36 ---> 6b8c052657c1 16:28:36 Step 13/24 : EXPOSE $APP_PORT 16:28:36 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:36 ---> Running in 6fa38687d681 16:28:37 Removing intermediate container f82afbb58d51 16:28:37 ---> fd22110a19c0 16:28:37 16:28:37 Step 10/21 : FROM scratch 16:28:37 ---> 16:28:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:28:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi 16:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:28:37 6c8d7227b03d: Preparing 16:28:37 e92db2854ca7: Preparing 16:28:37 1c354a81d723: Preparing 16:28:37 07b5e6ddc89d: Preparing 16:28:37 0c8076069f68: Preparing 16:28:37 c04d1437198b: Preparing 16:28:37 c04d1437198b: Waiting 16:28:37 6c8d7227b03d: Layer already exists 16:28:37 07b5e6ddc89d: Layer already exists 16:28:37 e92db2854ca7: Layer already exists 16:28:37 0c8076069f68: Layer already exists 16:28:37 1c354a81d723: Layer already exists 16:28:37 c04d1437198b: Layer already exists 16:28:37 hanoi: digest: sha256:faf91a345c251b90d01f82f3503cd9f3c03833f12c558df079867709fff82eff size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:37 ===================================================== [Pipeline] echo 16:28:37 taggedImages: 16:28:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 16:28:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:37 - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi 16:28:37 ---> Running in bb06f25ab637 [Pipeline] echo 16:28:37 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 16:28:37 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:37 1.3.1-dev.1 16:28:37 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:37 hanoi 16:28:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:37 Removing intermediate container 6fa38687d681 16:28:37 ---> 9cad2ac02d23 16:28:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:28:37 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:38 Removing intermediate container bb06f25ab637 16:28:38 ---> e973a2e044dd 16:28:38 Step 12/21 : ENV APP_PORT=48085 16:28:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:28:38 3accdbcb5eff: Preparing 16:28:38 ed2dec73496f: Preparing 16:28:38 834e8f2405eb: Preparing 16:28:39 ---> Running in 2eb24e993828 16:28:39 ---> 1fddb9780cac 16:28:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:28:39 Removing intermediate container 2eb24e993828 16:28:39 ---> ad9f279e8ef1 16:28:39 Step 13/21 : EXPOSE $APP_PORT 16:28:39 ---> Running in 28706ee368c2 16:28:39 Removing intermediate container 91b1b44f4958 16:28:39 ---> 27fdfb864fe9 16:28:39 Step 24/29 : RUN chmod 755 security-secrets-setup 16:28:39 3accdbcb5eff: Pushed 16:28:39 834e8f2405eb: Pushed 16:28:39 ed2dec73496f: Pushed 16:28:39 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:40 ---> Running in 1229ae39b2de 16:28:40 Removing intermediate container 28706ee368c2 16:28:40 ---> a8fa77521b66 16:28:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:28:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 16:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:28:40 3accdbcb5eff: Preparing 16:28:40 ed2dec73496f: Preparing 16:28:40 834e8f2405eb: Preparing 16:28:40 ed2dec73496f: Layer already exists 16:28:40 3accdbcb5eff: Layer already exists 16:28:40 834e8f2405eb: Layer already exists 16:28:40 1.3.1-dev.1: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:40 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:40 ---> f257b3f5b9e7 16:28:40 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:28:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:28:41 3accdbcb5eff: Preparing 16:28:41 ed2dec73496f: Preparing 16:28:41 834e8f2405eb: Preparing 16:28:41 3accdbcb5eff: Layer already exists 16:28:41 834e8f2405eb: Layer already exists 16:28:41 ed2dec73496f: Layer already exists 16:28:41 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] isUnix [Pipeline] sh 16:28:41 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:41 ---> ae49dec027a0 16:28:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:28:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi 16:28:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:28:41 3accdbcb5eff: Preparing 16:28:41 ed2dec73496f: Preparing 16:28:41 834e8f2405eb: Preparing 16:28:41 ed2dec73496f: Layer already exists 16:28:41 3accdbcb5eff: Layer already exists 16:28:41 834e8f2405eb: Layer already exists 16:28:41 hanoi: digest: sha256:3d67f013269626d03ad2f9962b64ca1b69b80ba473a5f50b54369227f46d78d9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:41 ===================================================== [Pipeline] echo 16:28:41 taggedImages: 16:28:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 16:28:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:41 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] echo 16:28:41 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 16:28:41 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:41 1.3.1-dev.1 16:28:41 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:41 hanoi 16:28:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:43 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:43 ---> 24c615a043bd 16:28:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:28:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:28:43 c625805beb84: Preparing 16:28:43 f1fbdda64e52: Preparing 16:28:43 b4248d29b8ef: Preparing 16:28:43 f42aed5c31df: Preparing 16:28:43 e22dc2dd38a7: Preparing 16:28:43 adba2c00d4f6: Preparing 16:28:43 1b3ee35aacca: Preparing 16:28:43 adba2c00d4f6: Waiting 16:28:43 1b3ee35aacca: Waiting 16:28:43 c625805beb84: Pushed 16:28:43 f1fbdda64e52: Pushed 16:28:43 e22dc2dd38a7: Pushed 16:28:43 b4248d29b8ef: Pushed 16:28:43 1b3ee35aacca: Layer already exists 16:28:44 ---> c5715d59675d 16:28:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:28:44 adba2c00d4f6: Pushed 16:28:44 ---> 177abee4114b 16:28:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:28:44 f42aed5c31df: Pushed 16:28:44 Removing intermediate container 1229ae39b2de 16:28:44 ---> ad630b57daed 16:28:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:28:44 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh 16:28:45 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:45 ---> Running in 95d5797528f1 16:28:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 16:28:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:28:45 c625805beb84: Preparing 16:28:45 f1fbdda64e52: Preparing 16:28:45 b4248d29b8ef: Preparing 16:28:45 f42aed5c31df: Preparing 16:28:45 e22dc2dd38a7: Preparing 16:28:45 adba2c00d4f6: Preparing 16:28:45 1b3ee35aacca: Preparing 16:28:45 adba2c00d4f6: Waiting 16:28:45 1b3ee35aacca: Waiting 16:28:45 f1fbdda64e52: Layer already exists 16:28:45 f42aed5c31df: Layer already exists 16:28:45 b4248d29b8ef: Layer already exists 16:28:45 c625805beb84: Layer already exists 16:28:45 e22dc2dd38a7: Layer already exists 16:28:45 adba2c00d4f6: Layer already exists 16:28:45 1b3ee35aacca: Layer already exists 16:28:45 1.3.1-dev.1: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh 16:28:45 ---> 03f191892469 16:28:45 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:28:45 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:28:46 c625805beb84: Preparing 16:28:46 f1fbdda64e52: Preparing 16:28:46 b4248d29b8ef: Preparing 16:28:46 f42aed5c31df: Preparing 16:28:46 e22dc2dd38a7: Preparing 16:28:46 adba2c00d4f6: Preparing 16:28:46 1b3ee35aacca: Preparing 16:28:46 adba2c00d4f6: Waiting 16:28:46 1b3ee35aacca: Waiting 16:28:46 b4248d29b8ef: Layer already exists 16:28:46 e22dc2dd38a7: Layer already exists 16:28:46 c625805beb84: Layer already exists 16:28:46 f42aed5c31df: Layer already exists 16:28:46 f1fbdda64e52: Layer already exists 16:28:46 adba2c00d4f6: Layer already exists 16:28:46 1b3ee35aacca: Layer already exists 16:28:46 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] isUnix [Pipeline] sh 16:28:46 ---> Running in 5cd1a29bca96 16:28:46 Removing intermediate container 95d5797528f1 16:28:46 ---> 4c064390b346 16:28:46 Step 26/29 : CMD [ "generate" ] 16:28:46 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:46 ---> 56d1834a1743 16:28:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:28:46 ---> Running in b1a455d404a7 16:28:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi 16:28:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:28:46 c625805beb84: Preparing 16:28:46 f1fbdda64e52: Preparing 16:28:46 b4248d29b8ef: Preparing 16:28:46 f42aed5c31df: Preparing 16:28:46 e22dc2dd38a7: Preparing 16:28:46 adba2c00d4f6: Preparing 16:28:46 1b3ee35aacca: Preparing 16:28:46 adba2c00d4f6: Waiting 16:28:46 1b3ee35aacca: Waiting 16:28:46 c625805beb84: Layer already exists 16:28:46 b4248d29b8ef: Layer already exists 16:28:46 f42aed5c31df: Layer already exists 16:28:46 e22dc2dd38a7: Layer already exists 16:28:46 f1fbdda64e52: Layer already exists 16:28:46 adba2c00d4f6: Layer already exists 16:28:46 1b3ee35aacca: Layer already exists 16:28:46 hanoi: digest: sha256:3903cf77e7ad9aae21660b62423b46a850fc6445fe4c39ebd9f0b486dc6f8c9a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:46 ===================================================== [Pipeline] echo 16:28:46 taggedImages: 16:28:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 16:28:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:46 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi 16:28:47 Removing intermediate container 5cd1a29bca96 16:28:47 ---> 34709416a957 16:28:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo 16:28:47 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 16:28:47 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:47 1.3.1-dev.1 16:28:47 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:47 hanoi 16:28:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:47 ---> Running in de708c897396 16:28:47 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:47 Removing intermediate container b1a455d404a7 16:28:47 ---> 33228bbe2549 16:28:47 Step 27/29 : LABEL arch=arm64 16:28:47 ---> ee283e204444 16:28:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:28:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:28:48 117a26a375a6: Preparing 16:28:48 37c223ea8daa: Preparing 16:28:48 ba7ee971cc02: Preparing 16:28:48 b12d9311fd8e: Preparing 16:28:48 c04d1437198b: Preparing 16:28:48 c04d1437198b: Layer already exists 16:28:48 37c223ea8daa: Pushed 16:28:48 ---> Running in 2d13a5582ed6 16:28:48 Removing intermediate container de708c897396 16:28:48 ---> 4a411afae6a8 16:28:48 Step 19/21 : LABEL arch=arm64 16:28:48 ---> Running in 165f6ff794b6 16:28:48 ba7ee971cc02: Pushed 16:28:48 b12d9311fd8e: Pushed 16:28:48 ---> Running in 0d9bf700e35b 16:28:48 Removing intermediate container 8bf3677818ec 16:28:48 ---> 645b32b52837 16:28:48 16:28:48 Step 10/22 : FROM scratch 16:28:48 ---> 16:28:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:28:48 ---> Using cache 16:28:48 ---> e973a2e044dd 16:28:48 Step 12/22 : ENV APP_PORT=48081 16:28:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:28:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:28:49 ---> 43395c27e74d 16:28:49 Step 3/22 : WORKDIR /edgex-go 16:28:49 ---> Using cache 16:28:49 ---> f65bb96a07de 16:28:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:28:49 ---> Using cache 16:28:49 ---> 43945372b90b 16:28:49 Step 5/22 : RUN apk update && apk add make git 16:28:49 ---> Using cache 16:28:49 ---> c8c6a2030641 16:28:49 Step 6/22 : COPY go.mod . 16:28:49 ---> Using cache 16:28:49 ---> d67fd25d1b3f 16:28:49 Step 7/22 : RUN go mod download 16:28:49 ---> Using cache 16:28:49 ---> 51ce19854fe9 16:28:49 Step 8/22 : COPY . . 16:28:49 117a26a375a6: Pushed 16:28:49 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:28:49 ---> Using cache 16:28:49 ---> 089a506b6237 16:28:49 Step 9/22 : RUN make cmd/core-command/core-command 16:28:49 Removing intermediate container 2d13a5582ed6 16:28:49 Removing intermediate container 165f6ff794b6 16:28:49 ---> dd330b6ae0e1 16:28:49 Step 28/29 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:49 ---> 97238c74d6f8 16:28:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:28:49 ---> Running in 2b25bbfd8dc4 16:28:49 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:49 ---> Running in 59be7e6c7200 16:28:49 ---> Running in 1c67bde0fe5d 16:28:49 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 16:28:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:28:49 117a26a375a6: Preparing 16:28:49 37c223ea8daa: Preparing 16:28:49 ba7ee971cc02: Preparing 16:28:49 b12d9311fd8e: Preparing 16:28:49 c04d1437198b: Preparing 16:28:49 c04d1437198b: Layer already exists 16:28:49 37c223ea8daa: Layer already exists 16:28:49 b12d9311fd8e: Layer already exists 16:28:49 117a26a375a6: Layer already exists 16:28:49 ba7ee971cc02: Layer already exists 16:28:49 1.3.1-dev.1: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:28:49 Removing intermediate container 0d9bf700e35b 16:28:49 ---> Running in 091db6b6aa7a 16:28:49 ---> ce670f89115d 16:28:49 Step 20/21 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:50 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:50 ---> Running in 4ec745a656b2 16:28:50 Removing intermediate container 2b25bbfd8dc4 16:28:50 ---> d2bf142083c7 16:28:50 Step 13/22 : EXPOSE $APP_PORT 16:28:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:28:50 117a26a375a6: Preparing 16:28:50 37c223ea8daa: Preparing 16:28:50 ba7ee971cc02: Preparing 16:28:50 b12d9311fd8e: Preparing 16:28:50 c04d1437198b: Preparing 16:28:50 117a26a375a6: Layer already exists 16:28:50 c04d1437198b: Layer already exists 16:28:50 ba7ee971cc02: Layer already exists 16:28:50 b12d9311fd8e: Layer already exists 16:28:50 37c223ea8daa: Layer already exists 16:28:50 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:28:50 ---> Running in dcbdee6aa531 16:28:50 Removing intermediate container 1c67bde0fe5d 16:28:50 ---> f03dc6a921fb 16:28:50 Step 22/24 : LABEL arch=arm64 16:28:50 Removing intermediate container 091db6b6aa7a 16:28:50 ---> 3bd22b722239 16:28:50 Step 29/29 : LABEL version=1.3.1-dev.1 16:28:50 Removing intermediate container 4ec745a656b2 16:28:50 ---> e0ad91d148b1 16:28:50 Step 21/21 : LABEL version=1.3.1-dev.1 16:28:50 ---> Running in 510e6d10aa9d 16:28:50 ---> Running in f72be3322113 16:28:50 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:51 ---> Running in 022e2831726a 16:28:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-command/core-command ./cmd/core-command 16:28:51 Removing intermediate container dcbdee6aa531 16:28:51 ---> 52108dfab7d1 16:28:51 Step 14/22 : WORKDIR / 16:28:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi 16:28:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:28:51 117a26a375a6: Preparing 16:28:51 37c223ea8daa: Preparing 16:28:51 ba7ee971cc02: Preparing 16:28:51 b12d9311fd8e: Preparing 16:28:51 c04d1437198b: Preparing 16:28:51 ba7ee971cc02: Layer already exists 16:28:51 37c223ea8daa: Layer already exists 16:28:51 c04d1437198b: Layer already exists 16:28:51 117a26a375a6: Layer already exists 16:28:51 b12d9311fd8e: Layer already exists 16:28:51 hanoi: digest: sha256:dc9e08a2693f41610f25184285a677f7d8244393a52f8405e9ecd981c88bc807 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:51 ===================================================== 16:28:51 ---> Running in 90d1b7e338df [Pipeline] echo 16:28:51 taggedImages: 16:28:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 16:28:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:51 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo 16:28:51 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 16:28:51 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:51 1.3.1-dev.1 16:28:51 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:51 hanoi 16:28:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 16:28:51 Removing intermediate container f72be3322113 16:28:51 ---> 65fda29074f0 16:28:51 16:28:51 Removing intermediate container 510e6d10aa9d 16:28:51 ---> 5a783f84db99 16:28:51 Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:51 Removing intermediate container 022e2831726a 16:28:51 ---> 96eef28af7eb 16:28:51 16:28:51 ---> Running in 85e3aee5b97b 16:28:51 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:52 Successfully built 65fda29074f0 16:28:52 Removing intermediate container 90d1b7e338df 16:28:52 ---> cef25ce5861e 16:28:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:28:52 Successfully tagged docker-security-secrets-setup-go-arm64:latest 16:28:52 Building docker-security-secretstore-setup-go 16:28:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:28:52 b334caee6901: Preparing 16:28:52 edf26fa4923b: Preparing 16:28:52 cda5920de242: Preparing 16:28:52 d874f8b2000a: Preparing 16:28:52 d874f8b2000a: Preparing 16:28:52 985df097a69e: Preparing 16:28:52 ffebb8a92529: Preparing 16:28:52 f89c810afec7: Preparing 16:28:52 b334caee6901: Preparing 16:28:52 7511c8f4af22: Preparing 16:28:52 fe9dcec5bcbb: Preparing 16:28:52 8275cafca162: Preparing 16:28:52 c04d1437198b: Preparing 16:28:52 f89c810afec7: Waiting 16:28:52 7511c8f4af22: Waiting 16:28:52 fe9dcec5bcbb: Waiting 16:28:52 8275cafca162: Waiting 16:28:52 c04d1437198b: Waiting 16:28:52 ffebb8a92529: Waiting 16:28:52  Building docker-security-secrets-setup-go ... done Successfully built 96eef28af7eb 16:28:52 Successfully tagged docker-support-scheduler-go-arm64:latest 16:28:52  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 16:28:52 d874f8b2000a: Pushed 16:28:52 edf26fa4923b: Pushed 16:28:52 cda5920de242: Pushed 16:28:52 985df097a69e: Pushed 16:28:52 ffebb8a92529: Pushed 16:28:52 Removing intermediate container 85e3aee5b97b 16:28:52 ---> 131745f9c944 16:28:52 Step 24/24 : LABEL version=1.3.1-dev.1 16:28:52 f89c810afec7: Pushed 16:28:52 fe9dcec5bcbb: Pushed 16:28:52 7511c8f4af22: Pushed 16:28:52 c04d1437198b: Layer already exists 16:28:52 8275cafca162: Pushed 16:28:53 ---> Running in ce0f7417127e 16:28:53 ---> 22a88aac5c54 16:28:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:28:53 b334caee6901: Pushed 16:28:53 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:28:53 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:53 Removing intermediate container ce0f7417127e 16:28:53 ---> e34b9f2da5f5 16:28:53 16:28:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 16:28:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:28:53 b334caee6901: Preparing 16:28:53 edf26fa4923b: Preparing 16:28:53 cda5920de242: Preparing 16:28:53 d874f8b2000a: Preparing 16:28:53 d874f8b2000a: Preparing 16:28:53 985df097a69e: Preparing 16:28:53 ffebb8a92529: Preparing 16:28:53 f89c810afec7: Preparing 16:28:53 b334caee6901: Preparing 16:28:53 7511c8f4af22: Preparing 16:28:53 fe9dcec5bcbb: Preparing 16:28:53 8275cafca162: Preparing 16:28:53 c04d1437198b: Preparing 16:28:53 ffebb8a92529: Waiting 16:28:53 f89c810afec7: Waiting 16:28:53 7511c8f4af22: Waiting 16:28:53 fe9dcec5bcbb: Waiting 16:28:53 8275cafca162: Waiting 16:28:53 c04d1437198b: Waiting 16:28:53 985df097a69e: Layer already exists 16:28:53 edf26fa4923b: Layer already exists 16:28:53 b334caee6901: Layer already exists 16:28:53 d874f8b2000a: Layer already exists 16:28:53 cda5920de242: Layer already exists 16:28:53 ffebb8a92529: Layer already exists 16:28:53 7511c8f4af22: Layer already exists 16:28:53 f89c810afec7: Layer already exists 16:28:53 8275cafca162: Layer already exists 16:28:53 fe9dcec5bcbb: Layer already exists 16:28:53 c04d1437198b: Layer already exists 16:28:54 1.3.1-dev.1: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:28:54 Successfully built e34b9f2da5f5 16:28:54 Successfully tagged docker-support-notifications-go-arm64:latest 16:28:54  Building docker-support-notifications-go ... done Building docker-core-data-go 16:28:54 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:54 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:28:54 b334caee6901: Preparing 16:28:54 edf26fa4923b: Preparing 16:28:54 cda5920de242: Preparing 16:28:54 d874f8b2000a: Preparing 16:28:54 d874f8b2000a: Preparing 16:28:54 985df097a69e: Preparing 16:28:54 ffebb8a92529: Preparing 16:28:54 f89c810afec7: Preparing 16:28:54 b334caee6901: Preparing 16:28:54 7511c8f4af22: Preparing 16:28:54 fe9dcec5bcbb: Preparing 16:28:54 8275cafca162: Preparing 16:28:54 c04d1437198b: Preparing 16:28:54 ffebb8a92529: Waiting 16:28:54 fe9dcec5bcbb: Waiting 16:28:54 f89c810afec7: Waiting 16:28:54 7511c8f4af22: Waiting 16:28:54 8275cafca162: Waiting 16:28:54 c04d1437198b: Waiting 16:28:54 985df097a69e: Layer already exists 16:28:54 edf26fa4923b: Layer already exists 16:28:54 b334caee6901: Layer already exists 16:28:54 d874f8b2000a: Layer already exists 16:28:54 cda5920de242: Layer already exists 16:28:54 7511c8f4af22: Layer already exists 16:28:54 f89c810afec7: Layer already exists 16:28:54 fe9dcec5bcbb: Layer already exists 16:28:54 ffebb8a92529: Layer already exists 16:28:54 8275cafca162: Layer already exists 16:28:54 c04d1437198b: Layer already exists 16:28:54 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:28:55 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:28:55 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi 16:28:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:28:55 b334caee6901: Preparing 16:28:55 edf26fa4923b: Preparing 16:28:55 cda5920de242: Preparing 16:28:55 d874f8b2000a: Preparing 16:28:55 d874f8b2000a: Preparing 16:28:55 985df097a69e: Preparing 16:28:55 ffebb8a92529: Preparing 16:28:55 f89c810afec7: Preparing 16:28:55 b334caee6901: Preparing 16:28:55 7511c8f4af22: Preparing 16:28:55 fe9dcec5bcbb: Preparing 16:28:55 8275cafca162: Preparing 16:28:55 c04d1437198b: Preparing 16:28:55 ffebb8a92529: Waiting 16:28:55 fe9dcec5bcbb: Waiting 16:28:55 8275cafca162: Waiting 16:28:55 c04d1437198b: Waiting 16:28:55 f89c810afec7: Waiting 16:28:55 7511c8f4af22: Waiting 16:28:55 cda5920de242: Layer already exists 16:28:55 edf26fa4923b: Layer already exists 16:28:55 b334caee6901: Layer already exists 16:28:55 985df097a69e: Layer already exists 16:28:55 d874f8b2000a: Layer already exists 16:28:55 ffebb8a92529: Layer already exists 16:28:55 8275cafca162: Layer already exists 16:28:55 fe9dcec5bcbb: Layer already exists 16:28:55 7511c8f4af22: Layer already exists 16:28:55 f89c810afec7: Layer already exists 16:28:55 c04d1437198b: Layer already exists 16:28:55 hanoi: digest: sha256:546e8b0e3e4937a61724fcf60dfab42dc8f3af7ac5f1696c314bed276b155c64 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:28:55 ===================================================== [Pipeline] echo 16:28:55 taggedImages: 16:28:55 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:55 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 16:28:55 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:55 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo 16:28:55 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 16:28:55 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:55 1.3.1-dev.1 16:28:55 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:55 hanoi 16:28:55 ===================================================== [Pipeline] withEnv [Pipeline] { 16:28:55 ---> f25e95efd9e3 16:28:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:56 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:28:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:28:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:28:56 5c4f203bd0a5: Preparing 16:28:56 4c442c4f11ea: Preparing 16:28:56 d5492da1edd8: Preparing 16:28:56 067cdd19b46a: Preparing 16:28:56 c0dd7eb71b93: Preparing 16:28:56 27d259516c1b: Preparing 16:28:56 86b3c59b415e: Preparing 16:28:56 adba2c00d4f6: Preparing 16:28:56 1b3ee35aacca: Preparing 16:28:56 27d259516c1b: Waiting 16:28:56 86b3c59b415e: Waiting 16:28:56 adba2c00d4f6: Waiting 16:28:56 1b3ee35aacca: Waiting 16:28:57 5c4f203bd0a5: Pushed 16:28:57 c0dd7eb71b93: Pushed 16:28:57 4c442c4f11ea: Pushed 16:28:57 adba2c00d4f6: Layer already exists 16:28:57 1b3ee35aacca: Layer already exists 16:28:57 86b3c59b415e: Pushed 16:28:57 27d259516c1b: Pushed 16:28:57 ---> 7bdb4adc6113 16:28:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:28:57 ---> Running in 196dafccbaed 16:28:57 067cdd19b46a: Pushed 16:28:57 d5492da1edd8: Pushed 16:28:57 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:28:58 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:58 Removing intermediate container 196dafccbaed 16:28:58 ---> 85b41c599e9a 16:28:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:28:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 16:28:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:28:58 5c4f203bd0a5: Preparing 16:28:58 4c442c4f11ea: Preparing 16:28:58 d5492da1edd8: Preparing 16:28:58 067cdd19b46a: Preparing 16:28:58 c0dd7eb71b93: Preparing 16:28:58 27d259516c1b: Preparing 16:28:58 86b3c59b415e: Preparing 16:28:58 adba2c00d4f6: Preparing 16:28:58 1b3ee35aacca: Preparing 16:28:58 27d259516c1b: Waiting 16:28:58 adba2c00d4f6: Waiting 16:28:58 1b3ee35aacca: Waiting 16:28:58 86b3c59b415e: Waiting 16:28:58 5c4f203bd0a5: Layer already exists 16:28:58 c0dd7eb71b93: Layer already exists 16:28:58 4c442c4f11ea: Layer already exists 16:28:58 d5492da1edd8: Layer already exists 16:28:58 067cdd19b46a: Layer already exists 16:28:58 adba2c00d4f6: Layer already exists 16:28:58 27d259516c1b: Layer already exists 16:28:58 86b3c59b415e: Layer already exists 16:28:58 1b3ee35aacca: Layer already exists 16:28:58 1.3.1-dev.1: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:28:59 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:28:59 ---> Running in fc273aaf52d2 16:28:59 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:28:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:28:59 5c4f203bd0a5: Preparing 16:28:59 4c442c4f11ea: Preparing 16:28:59 d5492da1edd8: Preparing 16:28:59 067cdd19b46a: Preparing 16:28:59 c0dd7eb71b93: Preparing 16:28:59 27d259516c1b: Preparing 16:28:59 86b3c59b415e: Preparing 16:28:59 adba2c00d4f6: Preparing 16:28:59 1b3ee35aacca: Preparing 16:28:59 27d259516c1b: Waiting 16:28:59 86b3c59b415e: Waiting 16:28:59 adba2c00d4f6: Waiting 16:28:59 1b3ee35aacca: Waiting 16:28:59 067cdd19b46a: Layer already exists 16:28:59 d5492da1edd8: Layer already exists 16:28:59 5c4f203bd0a5: Layer already exists 16:28:59 4c442c4f11ea: Layer already exists 16:28:59 c0dd7eb71b93: Layer already exists 16:28:59 27d259516c1b: Layer already exists 16:28:59 1b3ee35aacca: Layer already exists 16:28:59 86b3c59b415e: Layer already exists 16:28:59 adba2c00d4f6: Layer already exists 16:28:59 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:28:59 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:29:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi 16:29:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:29:00 5c4f203bd0a5: Preparing 16:29:00 4c442c4f11ea: Preparing 16:29:00 d5492da1edd8: Preparing 16:29:00 067cdd19b46a: Preparing 16:29:00 c0dd7eb71b93: Preparing 16:29:00 27d259516c1b: Preparing 16:29:00 86b3c59b415e: Preparing 16:29:00 adba2c00d4f6: Preparing 16:29:00 1b3ee35aacca: Preparing 16:29:00 27d259516c1b: Waiting 16:29:00 86b3c59b415e: Waiting 16:29:00 adba2c00d4f6: Waiting 16:29:00 d5492da1edd8: Layer already exists 16:29:00 5c4f203bd0a5: Layer already exists 16:29:00 c0dd7eb71b93: Layer already exists 16:29:00 067cdd19b46a: Layer already exists 16:29:00 4c442c4f11ea: Layer already exists 16:29:00 adba2c00d4f6: Layer already exists 16:29:00 86b3c59b415e: Layer already exists 16:29:00 27d259516c1b: Layer already exists 16:29:00 1b3ee35aacca: Layer already exists 16:29:00 hanoi: digest: sha256:8d79dadcf3ef6db1be4053f619fc16b7a19462ff3709c02ae7497e1f7871a092 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:29:00 ===================================================== [Pipeline] echo 16:29:00 taggedImages: 16:29:00 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:00 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 16:29:00 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:00 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi 16:29:00 Removing intermediate container fc273aaf52d2 16:29:00 ---> ed08c0accfce 16:29:00 Step 20/22 : LABEL arch=arm64 [Pipeline] echo 16:29:00 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 16:29:00 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:00 1.3.1-dev.1 16:29:00 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:00 hanoi 16:29:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:00 ---> Running in a41aba88a608 16:29:00 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:29:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 16:29:01 618932466657: Preparing 16:29:01 3ba50a8b9a39: Preparing 16:29:01 e773b04c9cb5: Preparing 16:29:01 446d801f65ce: Preparing 16:29:01 Removing intermediate container a41aba88a608 16:29:01 ---> a2ff96ca264d 16:29:01 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:01 446d801f65ce: Pushed 16:29:01 e773b04c9cb5: Pushed 16:29:01 618932466657: Pushed 16:29:01 ---> Running in c7fa7e653d34 16:29:02 3ba50a8b9a39: Pushed 16:29:02 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh 16:29:02 Removing intermediate container c7fa7e653d34 16:29:02 ---> a21dce364fe6 16:29:02 Step 22/22 : LABEL version=1.3.1-dev.1 16:29:02 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:02 ---> Running in e4839eece860 16:29:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 16:29:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 16:29:02 618932466657: Preparing 16:29:02 3ba50a8b9a39: Preparing 16:29:02 e773b04c9cb5: Preparing 16:29:02 446d801f65ce: Preparing 16:29:02 e773b04c9cb5: Layer already exists 16:29:02 618932466657: Layer already exists 16:29:02 446d801f65ce: Layer already exists 16:29:02 3ba50a8b9a39: Layer already exists 16:29:02 1.3.1-dev.1: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh 16:29:03 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:03 Removing intermediate container e4839eece860 16:29:03 ---> de64b6e9a297 16:29:03 16:29:03 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 16:29:03 618932466657: Preparing 16:29:03 3ba50a8b9a39: Preparing 16:29:03 e773b04c9cb5: Preparing 16:29:03 446d801f65ce: Preparing 16:29:03 618932466657: Layer already exists 16:29:03 e773b04c9cb5: Layer already exists 16:29:03 446d801f65ce: Layer already exists 16:29:03 3ba50a8b9a39: Layer already exists 16:29:03 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] isUnix [Pipeline] sh 16:29:03 Successfully built de64b6e9a297 16:29:03 Successfully tagged docker-core-metadata-go-arm64:latest 16:29:03 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:29:03  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 16:29:04 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi 16:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 16:29:04 618932466657: Preparing 16:29:04 3ba50a8b9a39: Preparing 16:29:04 e773b04c9cb5: Preparing 16:29:04 446d801f65ce: Preparing 16:29:04 3ba50a8b9a39: Layer already exists 16:29:04 446d801f65ce: Layer already exists 16:29:04 618932466657: Layer already exists 16:29:04 e773b04c9cb5: Layer already exists 16:29:04 hanoi: digest: sha256:d173f93db3e173be807b640c8ae9028fbdc34c23d8ba4e801c618322e60f5aed size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:29:04 ===================================================== [Pipeline] echo 16:29:04 taggedImages: 16:29:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 16:29:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:04 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo 16:29:04 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 16:29:04 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:04 1.3.1-dev.1 16:29:04 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:04 hanoi 16:29:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:05 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:29:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:29:05 edea504dbedc: Preparing 16:29:05 4130c58c3143: Preparing 16:29:05 fba3125e1b72: Preparing 16:29:05 b18978d1341d: Preparing 16:29:05 b83fcb292a70: Preparing 16:29:05 ac14684c2d24: Preparing 16:29:05 ac14684c2d24: Waiting 16:29:05 fba3125e1b72: Pushed 16:29:05 edea504dbedc: Pushed 16:29:05 b18978d1341d: Pushed 16:29:05 b83fcb292a70: Pushed 16:29:05 ac14684c2d24: Pushed 16:29:06 4130c58c3143: Pushed 16:29:06 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh 16:29:07 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 16:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:29:07 edea504dbedc: Preparing 16:29:07 4130c58c3143: Preparing 16:29:07 fba3125e1b72: Preparing 16:29:07 b18978d1341d: Preparing 16:29:07 b83fcb292a70: Preparing 16:29:07 ac14684c2d24: Preparing 16:29:07 ac14684c2d24: Waiting 16:29:07 edea504dbedc: Layer already exists 16:29:07 fba3125e1b72: Layer already exists 16:29:07 b83fcb292a70: Layer already exists 16:29:07 4130c58c3143: Layer already exists 16:29:07 b18978d1341d: Layer already exists 16:29:07 ac14684c2d24: Layer already exists 16:29:07 1.3.1-dev.1: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh 16:29:07 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:29:08 edea504dbedc: Preparing 16:29:08 4130c58c3143: Preparing 16:29:08 fba3125e1b72: Preparing 16:29:08 b18978d1341d: Preparing 16:29:08 b83fcb292a70: Preparing 16:29:08 ac14684c2d24: Preparing 16:29:08 ac14684c2d24: Waiting 16:29:08 fba3125e1b72: Layer already exists 16:29:08 b83fcb292a70: Layer already exists 16:29:08 b18978d1341d: Layer already exists 16:29:08 4130c58c3143: Layer already exists 16:29:08 edea504dbedc: Layer already exists 16:29:08 ac14684c2d24: Layer already exists 16:29:08 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] isUnix [Pipeline] sh 16:29:08 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:29:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi 16:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:29:08 edea504dbedc: Preparing 16:29:08 4130c58c3143: Preparing 16:29:08 fba3125e1b72: Preparing 16:29:08 b18978d1341d: Preparing 16:29:08 b83fcb292a70: Preparing 16:29:08 ac14684c2d24: Preparing 16:29:08 ac14684c2d24: Waiting 16:29:08 b83fcb292a70: Layer already exists 16:29:08 b18978d1341d: Layer already exists 16:29:08 4130c58c3143: Layer already exists 16:29:08 fba3125e1b72: Layer already exists 16:29:08 edea504dbedc: Layer already exists 16:29:08 ac14684c2d24: Layer already exists 16:29:08 hanoi: digest: sha256:a1ca0656212466f34d00ed976a129cf7ff8b3a61d3446418c813c27927000b5f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:29:08 ===================================================== [Pipeline] echo 16:29:08 taggedImages: 16:29:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 16:29:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo 16:29:09 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 16:29:09 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:09 1.3.1-dev.1 16:29:09 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:09 hanoi 16:29:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:09 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:29:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:29:09 63478c882f47: Preparing 16:29:09 2f9d4cd7b5e6: Preparing 16:29:09 839b6c7b90b6: Preparing 16:29:09 839b6c7b90b6: Pushed 16:29:09 63478c882f47: Pushed 16:29:11 2f9d4cd7b5e6: Pushed 16:29:11 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh 16:29:11 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:11 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 16:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:29:11 63478c882f47: Preparing 16:29:11 2f9d4cd7b5e6: Preparing 16:29:11 839b6c7b90b6: Preparing 16:29:11 63478c882f47: Layer already exists 16:29:11 839b6c7b90b6: Layer already exists 16:29:11 2f9d4cd7b5e6: Layer already exists 16:29:11 1.3.1-dev.1: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh 16:29:12 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:12 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:29:12 63478c882f47: Preparing 16:29:12 2f9d4cd7b5e6: Preparing 16:29:12 839b6c7b90b6: Preparing 16:29:12 2f9d4cd7b5e6: Layer already exists 16:29:12 63478c882f47: Layer already exists 16:29:12 839b6c7b90b6: Layer already exists 16:29:12 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] isUnix [Pipeline] sh 16:29:13 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:29:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi 16:29:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:29:13 63478c882f47: Preparing 16:29:13 2f9d4cd7b5e6: Preparing 16:29:13 839b6c7b90b6: Preparing 16:29:13 2f9d4cd7b5e6: Layer already exists 16:29:13 63478c882f47: Layer already exists 16:29:13 839b6c7b90b6: Layer already exists 16:29:13 hanoi: digest: sha256:64ecee1e4387cbcaa0cf3b2b1b2d1a1d5053fc6f0e1976a788aee47f5feff46d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:29:13 ===================================================== [Pipeline] echo 16:29:13 taggedImages: 16:29:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 16:29:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:13 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo 16:29:13 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 16:29:13 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:13 1.3.1-dev.1 16:29:13 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:13 hanoi 16:29:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:29:14 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:29:14 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:29:14 04d973c40bf8: Preparing 16:29:14 6fcd4cb8c7a3: Preparing 16:29:14 ac7a1bf0b12e: Preparing 16:29:14 db5542e1147b: Preparing 16:29:14 ac7f9372da5e: Preparing 16:29:14 8b206f7ed4fc: Preparing 16:29:14 f4fc314258bf: Preparing 16:29:14 c38afb359156: Preparing 16:29:14 ce8005e61ff6: Preparing 16:29:14 c0855260cb35: Preparing 16:29:14 d8ff2b8a089b: Preparing 16:29:14 fbde41d77d8c: Preparing 16:29:14 f3e26e9cc915: Preparing 16:29:14 777b2c648970: Preparing 16:29:14 8b206f7ed4fc: Waiting 16:29:14 f4fc314258bf: Waiting 16:29:14 c38afb359156: Waiting 16:29:14 ce8005e61ff6: Waiting 16:29:14 c0855260cb35: Waiting 16:29:14 d8ff2b8a089b: Waiting 16:29:14 fbde41d77d8c: Waiting 16:29:14 f3e26e9cc915: Waiting 16:29:14 777b2c648970: Waiting 16:29:14 ac7f9372da5e: Pushed 16:29:14 04d973c40bf8: Pushed 16:29:15 db5542e1147b: Pushed 16:29:15 c38afb359156: Layer already exists 16:29:15 ce8005e61ff6: Layer already exists 16:29:15 f4fc314258bf: Pushed 16:29:15 c0855260cb35: Layer already exists 16:29:15 d8ff2b8a089b: Layer already exists 16:29:15 fbde41d77d8c: Layer already exists 16:29:15 f3e26e9cc915: Layer already exists 16:29:15 777b2c648970: Layer already exists 16:29:15 6fcd4cb8c7a3: Pushed 16:29:15 8b206f7ed4fc: Pushed 16:29:19 ac7a1bf0b12e: Pushed 16:29:19 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh 16:29:19 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:19 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 16:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:29:19 04d973c40bf8: Preparing 16:29:19 6fcd4cb8c7a3: Preparing 16:29:19 ac7a1bf0b12e: Preparing 16:29:19 db5542e1147b: Preparing 16:29:19 ac7f9372da5e: Preparing 16:29:19 8b206f7ed4fc: Preparing 16:29:19 f4fc314258bf: Preparing 16:29:19 c38afb359156: Preparing 16:29:19 ce8005e61ff6: Preparing 16:29:19 c0855260cb35: Preparing 16:29:19 d8ff2b8a089b: Preparing 16:29:19 fbde41d77d8c: Preparing 16:29:19 f3e26e9cc915: Preparing 16:29:19 777b2c648970: Preparing 16:29:19 ce8005e61ff6: Waiting 16:29:19 c0855260cb35: Waiting 16:29:19 f4fc314258bf: Waiting 16:29:19 c38afb359156: Waiting 16:29:19 d8ff2b8a089b: Waiting 16:29:19 f3e26e9cc915: Waiting 16:29:19 8b206f7ed4fc: Waiting 16:29:19 777b2c648970: Waiting 16:29:19 fbde41d77d8c: Waiting 16:29:19 04d973c40bf8: Layer already exists 16:29:19 6fcd4cb8c7a3: Layer already exists 16:29:19 ac7a1bf0b12e: Layer already exists 16:29:19 db5542e1147b: Layer already exists 16:29:19 ac7f9372da5e: Layer already exists 16:29:19 8b206f7ed4fc: Layer already exists 16:29:19 f4fc314258bf: Layer already exists 16:29:19 c38afb359156: Layer already exists 16:29:19 ce8005e61ff6: Layer already exists 16:29:19 c0855260cb35: Layer already exists 16:29:19 d8ff2b8a089b: Layer already exists 16:29:19 fbde41d77d8c: Layer already exists 16:29:19 777b2c648970: Layer already exists 16:29:19 f3e26e9cc915: Layer already exists 16:29:19 1.3.1-dev.1: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh 16:29:20 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:29:20 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:29:20 04d973c40bf8: Preparing 16:29:20 6fcd4cb8c7a3: Preparing 16:29:20 ac7a1bf0b12e: Preparing 16:29:20 db5542e1147b: Preparing 16:29:20 ac7f9372da5e: Preparing 16:29:20 8b206f7ed4fc: Preparing 16:29:20 f4fc314258bf: Preparing 16:29:20 c38afb359156: Preparing 16:29:20 ce8005e61ff6: Preparing 16:29:20 c0855260cb35: Preparing 16:29:20 d8ff2b8a089b: Preparing 16:29:20 fbde41d77d8c: Preparing 16:29:20 f3e26e9cc915: Preparing 16:29:20 777b2c648970: Preparing 16:29:20 8b206f7ed4fc: Waiting 16:29:20 f4fc314258bf: Waiting 16:29:20 c38afb359156: Waiting 16:29:20 ce8005e61ff6: Waiting 16:29:20 c0855260cb35: Waiting 16:29:20 d8ff2b8a089b: Waiting 16:29:20 fbde41d77d8c: Waiting 16:29:20 f3e26e9cc915: Waiting 16:29:20 777b2c648970: Waiting 16:29:20 04d973c40bf8: Layer already exists 16:29:20 6fcd4cb8c7a3: Layer already exists 16:29:20 ac7a1bf0b12e: Layer already exists 16:29:20 db5542e1147b: Layer already exists 16:29:20 ac7f9372da5e: Layer already exists 16:29:20 8b206f7ed4fc: Layer already exists 16:29:20 c38afb359156: Layer already exists 16:29:20 f4fc314258bf: Layer already exists 16:29:20 ce8005e61ff6: Layer already exists 16:29:20 c0855260cb35: Layer already exists 16:29:20 d8ff2b8a089b: Layer already exists 16:29:20 fbde41d77d8c: Layer already exists 16:29:20 f3e26e9cc915: Layer already exists 16:29:20 777b2c648970: Layer already exists 16:29:20 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] isUnix [Pipeline] sh 16:29:20 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh 16:29:21 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi 16:29:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:29:21 04d973c40bf8: Preparing 16:29:21 6fcd4cb8c7a3: Preparing 16:29:21 ac7a1bf0b12e: Preparing 16:29:21 db5542e1147b: Preparing 16:29:21 ac7f9372da5e: Preparing 16:29:21 8b206f7ed4fc: Preparing 16:29:21 f4fc314258bf: Preparing 16:29:21 c38afb359156: Preparing 16:29:21 ce8005e61ff6: Preparing 16:29:21 c0855260cb35: Preparing 16:29:21 d8ff2b8a089b: Preparing 16:29:21 fbde41d77d8c: Preparing 16:29:21 f3e26e9cc915: Preparing 16:29:21 777b2c648970: Preparing 16:29:21 c0855260cb35: Waiting 16:29:21 d8ff2b8a089b: Waiting 16:29:21 8b206f7ed4fc: Waiting 16:29:21 fbde41d77d8c: Waiting 16:29:21 c38afb359156: Waiting 16:29:21 f3e26e9cc915: Waiting 16:29:21 ce8005e61ff6: Waiting 16:29:21 f4fc314258bf: Waiting 16:29:21 777b2c648970: Waiting 16:29:21 ac7f9372da5e: Layer already exists 16:29:21 6fcd4cb8c7a3: Layer already exists 16:29:21 04d973c40bf8: Layer already exists 16:29:21 ac7a1bf0b12e: Layer already exists 16:29:21 db5542e1147b: Layer already exists 16:29:21 8b206f7ed4fc: Layer already exists 16:29:21 f4fc314258bf: Layer already exists 16:29:21 c38afb359156: Layer already exists 16:29:21 ce8005e61ff6: Layer already exists 16:29:21 c0855260cb35: Layer already exists 16:29:21 d8ff2b8a089b: Layer already exists 16:29:21 f3e26e9cc915: Layer already exists 16:29:21 fbde41d77d8c: Layer already exists 16:29:21 777b2c648970: Layer already exists 16:29:21 hanoi: digest: sha256:a4fff7d4f60421e95e06af9085634f0332219eea1efb1d4c5c1ad9a0d304473a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:29:21 ===================================================== [Pipeline] echo 16:29:21 taggedImages: 16:29:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:29:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 16:29:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:29:21 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:29:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:29:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:29:26 ---> 43395c27e74d 16:29:26 Step 3/24 : WORKDIR /edgex-go 16:29:26 ---> Using cache 16:29:26 ---> f65bb96a07de 16:29:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:26 ---> Using cache 16:29:26 ---> 43945372b90b 16:29:26 Step 5/24 : RUN apk update && apk add make git 16:29:26 ---> Using cache 16:29:26 ---> c8c6a2030641 16:29:26 Step 6/24 : COPY go.mod . 16:29:26 ---> Using cache 16:29:26 ---> d67fd25d1b3f 16:29:26 Step 7/24 : RUN go mod download 16:29:26 ---> Using cache 16:29:26 ---> 51ce19854fe9 16:29:26 Step 8/24 : COPY . . 16:29:26 ---> Using cache 16:29:26 ---> 089a506b6237 16:29:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:29:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:29:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:29:26 ---> 43395c27e74d 16:29:26 Step 3/22 : WORKDIR /edgex-go 16:29:26 ---> Using cache 16:29:26 ---> f65bb96a07de 16:29:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:26 ---> Using cache 16:29:26 ---> 43945372b90b 16:29:26 Step 5/22 : RUN apk update && apk add make git 16:29:26 ---> Using cache 16:29:26 ---> c8c6a2030641 16:29:26 Step 6/22 : COPY go.mod . 16:29:26 ---> Using cache 16:29:26 ---> d67fd25d1b3f 16:29:26 Step 7/22 : RUN go mod download 16:29:26 ---> Using cache 16:29:26 ---> 51ce19854fe9 16:29:26 Step 8/22 : COPY . . 16:29:26 ---> Using cache 16:29:26 ---> 089a506b6237 16:29:26 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:29:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:29:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:29:28 ---> 43395c27e74d 16:29:28 Step 3/23 : WORKDIR /edgex-go 16:29:28 ---> Using cache 16:29:28 ---> f65bb96a07de 16:29:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:28 ---> Using cache 16:29:28 ---> 43945372b90b 16:29:28 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:29:28 ---> Running in 36c4c8558630 16:29:28 ---> Running in 54d65c1922b3 16:29:28 ---> Running in 5d44de237779 16:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:29:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:33 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:29:33 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:29:33 ---> 43395c27e74d 16:29:33 Step 3/27 : WORKDIR /edgex-go 16:29:33 ---> Using cache 16:29:33 ---> f65bb96a07de 16:29:33 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:29:33 ---> Using cache 16:29:33 ---> 43945372b90b 16:29:33 Step 5/27 : RUN apk update && apk add make bash git 16:29:33 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:29:33 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:29:33 OK: 12622 distinct packages available 16:29:34 ---> Running in 0b393b189546 16:29:34 OK: 217 MiB in 51 packages 16:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:29:36 Removing intermediate container 54d65c1922b3 16:29:36 ---> f0785e17bf43 16:29:36 Step 6/23 : COPY go.mod . 16:29:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:29:38 ---> c1bb22904418 16:29:38 Step 7/23 : RUN go mod download 16:29:38 ---> Running in 98c8fe3d0e4b 16:29:38 v3.12.3-81-g327ae4ffe9 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:29:38 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 16:29:38 OK: 12622 distinct packages available 16:29:39 OK: 217 MiB in 51 packages 16:29:43 Removing intermediate container 0b393b189546 16:29:43 ---> 66d3851d53c6 16:29:43 Step 6/27 : COPY go.mod . 16:29:43 Removing intermediate container 98c8fe3d0e4b 16:29:43 ---> 8339a427504c 16:29:43 Step 8/23 : COPY . . 16:29:45 ---> 56a6d4861b74 16:29:45 Step 7/27 : RUN go mod download 16:29:45 Removing intermediate container 59be7e6c7200 16:29:45 ---> eb78e55632c7 16:29:45 16:29:45 Step 10/22 : FROM scratch 16:29:45 ---> 16:29:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:29:45 ---> Using cache 16:29:45 ---> e973a2e044dd 16:29:45 Step 12/22 : ENV APP_PORT=48082 16:29:46 ---> Running in 7fbfac350d04 16:29:46 ---> Running in 64fc437852e2 16:29:48 Removing intermediate container 64fc437852e2 16:29:48 ---> d3a5dfa0b482 16:29:48 Step 13/22 : EXPOSE $APP_PORT 16:29:48 ---> Running in 32ba9a8d1089 16:29:50 Removing intermediate container 32ba9a8d1089 16:29:50 ---> 7928ce626f84 16:29:50 Step 14/22 : WORKDIR / 16:29:51 ---> Running in 488e4230783d 16:29:52 Removing intermediate container 488e4230783d 16:29:52 ---> 7becb6dbe1c1 16:29:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:29:53 Removing intermediate container 7fbfac350d04 16:29:53 ---> 2d5f881d5496 16:29:53 Step 8/27 : COPY . . 16:29:54 ---> 19074030db04 16:29:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:29:58 ---> 40db79c3902f 16:29:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:30:00 ---> 7f2e635debda 16:30:00 Step 18/22 : ENTRYPOINT ["/core-command"] 16:30:01 ---> ea575c0e214d 16:30:01 Step 9/23 : RUN make cmd/core-data/core-data 16:30:01 ---> Running in 7f05267c997c 16:30:01 ---> Running in 580b4fcb62ce 16:30:02 Removing intermediate container 7f05267c997c 16:30:02 ---> 7a3febcffddd 16:30:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:30:02 ---> Running in 5c27cbb1e9ec 16:30:03 Removing intermediate container 5c27cbb1e9ec 16:30:03 ---> ec83d922204a 16:30:03 Step 20/22 : LABEL arch=arm64 16:30:03 ---> Running in 537a796ac4e7 16:30:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/core-data/core-data ./cmd/core-data 16:30:04 Removing intermediate container 537a796ac4e7 16:30:04 ---> 44c9c6e67ded 16:30:04 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:30:05 ---> Running in fd92b93654d5 16:30:06 Removing intermediate container fd92b93654d5 16:30:06 ---> 290ab3ce97b1 16:30:06 Step 22/22 : LABEL version=1.3.1-dev.1 16:30:06 ---> Running in 71c686f4a9f1 16:30:08 Removing intermediate container 71c686f4a9f1 16:30:08 ---> 3a0eccfb4df8 16:30:08 16:30:08 Successfully built 3a0eccfb4df8 16:30:08 Successfully tagged docker-core-command-go-arm64:latest 16:30:08  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 16:30:11 ---> 26c87ad91a6e 16:30:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:30:12 ---> Running in 351198bb4e54 16:30:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:30:26 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 16:30:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:30:26 ---> 43395c27e74d 16:30:26 Step 3/20 : WORKDIR /edgex-go 16:30:26 ---> Using cache 16:30:26 ---> f65bb96a07de 16:30:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:26 ---> Using cache 16:30:26 ---> 43945372b90b 16:30:26 Step 5/20 : RUN apk update && apk add make git 16:30:26 ---> Using cache 16:30:26 ---> c8c6a2030641 16:30:26 Step 6/20 : COPY go.mod . 16:30:26 ---> Using cache 16:30:26 ---> d67fd25d1b3f 16:30:26 Step 7/20 : RUN go mod download 16:30:26 ---> Using cache 16:30:26 ---> 51ce19854fe9 16:30:26 Step 8/20 : COPY . . 16:30:26 ---> Using cache 16:30:26 ---> 089a506b6237 16:30:26 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:30:27 ---> Running in b680daddabd6 16:30:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:30:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:30:48 Removing intermediate container 5d44de237779 16:30:48 ---> c3e6f4e1aec3 16:30:48 16:30:48 Step 10/22 : FROM alpine:3.10 16:30:48 3.10: Pulling from library/alpine 16:30:50 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:30:50 Status: Downloaded newer image for alpine:3.10 16:30:50 ---> 536a684cf733 16:30:50 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:30:50 ---> Running in a06f286b2972 16:30:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 16:30:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 16:30:54 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:30:54 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:30:54 OK: 10171 distinct packages available 16:30:54 (1/5) Installing ca-certificates (20191127-r2) 16:30:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:30:55 (3/5) Installing libcurl (7.66.0-r3) 16:30:55 (4/5) Installing curl (7.66.0-r3) 16:30:55 (5/5) Installing dumb-init (1.2.2-r1) 16:30:55 Executing busybox-1.30.1-r3.trigger 16:30:55 Executing ca-certificates-20191127-r2.trigger 16:30:55 OK: 7 MiB in 19 packages 16:30:55 Removing intermediate container 36c4c8558630 16:30:55 ---> da34997f8018 16:30:55 16:30:55 Step 10/24 : FROM alpine:3.10 16:30:55 ---> 536a684cf733 16:30:55 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:30:56 ---> Running in 0ae738156589 16:30:58 Removing intermediate container a06f286b2972 16:30:58 ---> 886a10686c8c 16:30:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:30:58 ---> Running in 6a737d28c49f 16:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 16:30:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 16:30:59 Removing intermediate container 6a737d28c49f 16:30:59 ---> 86a0c428c97c 16:30:59 Step 13/22 : WORKDIR / 16:30:59 ---> Running in 56f69680efd3 16:30:59 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:30:59 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:30:59 OK: 10171 distinct packages available 16:30:59 Removing intermediate container 56f69680efd3 16:30:59 ---> 066085a00ee6 16:30:59 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:30:59 (1/5) Installing ca-certificates (20191127-r2) 16:31:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:31:00 (3/5) Installing libcurl (7.66.0-r3) 16:31:00 (4/5) Installing curl (7.66.0-r3) 16:31:00 (5/5) Installing dumb-init (1.2.2-r1) 16:31:00 Executing busybox-1.30.1-r3.trigger 16:31:00 Executing ca-certificates-20191127-r2.trigger 16:31:00 OK: 7 MiB in 19 packages 16:31:01 ---> 5a5cbec4d7cf 16:31:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:31:03 ---> a2540deb5624 16:31:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:31:03 Removing intermediate container 0ae738156589 16:31:03 ---> 5b39831102fb 16:31:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:03 ---> Running in 26c4a6bdb848 16:31:04 Removing intermediate container 26c4a6bdb848 16:31:04 ---> 244bac2d3b02 16:31:04 Step 13/24 : WORKDIR / 16:31:04 ---> 51874bd0895c 16:31:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:31:04 ---> Running in a8383ab1aebc 16:31:05 Removing intermediate container a8383ab1aebc 16:31:05 ---> 01baad6d7b5c 16:31:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:31:06 ---> ef9470b6e996 16:31:06 Step 18/22 : RUN chmod +x entrypoint.sh 16:31:06 ---> Running in 3cb3abaafba7 16:31:06 ---> b634c19230d3 16:31:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:31:08 ---> 50fece6d9290 16:31:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:31:09 ---> 5367141c056d 16:31:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:31:10 Removing intermediate container 3cb3abaafba7 16:31:10 ---> 13b7434ad9da 16:31:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:31:10 ---> Running in 0b20d254ace9 16:31:11 ---> cf92d43a9d1c 16:31:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:31:11 Removing intermediate container 0b20d254ace9 16:31:11 ---> f621c0661840 16:31:11 Step 20/22 : LABEL arch=arm64 16:31:11 ---> Running in dee3e505cb15 16:31:12 Removing intermediate container dee3e505cb15 16:31:12 ---> b3cb0bd3cd0e 16:31:12 Step 21/22 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:31:13 ---> Running in 86131c89125b 16:31:13 ---> 9b93caadd1f2 16:31:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:31:14 Removing intermediate container 86131c89125b 16:31:14 ---> 55f342af0df2 16:31:14 Step 22/22 : LABEL version=1.3.1-dev.1 16:31:14 ---> Running in 6dbd00dab4a1 16:31:14 ---> f0134696aaa3 16:31:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:31:15 ---> Running in 2e08b14df342 16:31:15 Removing intermediate container 6dbd00dab4a1 16:31:15 ---> d37d8ca7bcfe 16:31:15 16:31:15 Successfully built d37d8ca7bcfe 16:31:15 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:31:19  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2e08b14df342 16:31:19 ---> 59b0d74c7b3c 16:31:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:31:19 ---> Running in ea0f175e5adc 16:31:19 Removing intermediate container ea0f175e5adc 16:31:19 ---> 48cd1e823c7a 16:31:19 Step 22/24 : LABEL arch=arm64 16:31:19 ---> Running in 07349ca757a2 16:31:20 Removing intermediate container 07349ca757a2 16:31:20 ---> a8ac78836ce9 16:31:20 Step 23/24 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:31:20 ---> Running in bf751bfbb700 16:31:21 Removing intermediate container bf751bfbb700 16:31:21 ---> 9a8dd08bfa06 16:31:21 Step 24/24 : LABEL version=1.3.1-dev.1 16:31:21 ---> Running in bf670c31b199 16:31:22 Removing intermediate container bf670c31b199 16:31:22 ---> 831057891271 16:31:22 16:31:22 Successfully built 831057891271 16:31:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:31:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container 351198bb4e54 16:31:40 ---> 0b2c90808374 16:31:40 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:31:40 ---> Running in 7786f07b3ef7 16:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.1" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:31:42 Removing intermediate container b680daddabd6 16:31:42 ---> fb2259c2f338 16:31:42 16:31:42 Step 10/20 : FROM alpine 16:31:42 ---> 1fca6fe4a1ec 16:31:42 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:31:42 ---> Running in 5dc6443713b8 16:31:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 16:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 16:31:45 Removing intermediate container 7786f07b3ef7 16:31:45 ---> 0c8dd3267e91 16:31:45 16:31:45 Step 11/27 : FROM docker:latest 16:31:45 ---> 83ca638d8957 16:31:45 Step 12/27 : RUN apk add --no-cache bash 16:31:45 ---> Running in 7a29b2dc8f7f 16:31:47 v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 16:31:47 v3.13.0-137-gb887882d95 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 16:31:47 OK: 13727 distinct packages available 16:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:47 (1/2) Installing readline (8.0.4-r0) 16:31:47 (2/2) Installing bash (5.0.17-r0) 16:31:47 Executing bash-5.0.17-r0.post-install 16:31:47 Executing busybox-1.31.1-r19.trigger 16:31:47 OK: 12 MiB in 22 packages 16:31:48 (1/5) Installing ca-certificates (20191127-r5) 16:31:48 (2/5) Installing brotli-libs (1.0.9-r3) 16:31:48 (3/5) Installing nghttp2-libs (1.42.0-r1) 16:31:48 (4/5) Installing libcurl (7.74.0-r0) 16:31:48 (5/5) Installing curl (7.74.0-r0) 16:31:48 Executing busybox-1.32.1-r0.trigger 16:31:48 Executing ca-certificates-20191127-r5.trigger 16:31:48 OK: 8 MiB in 19 packages 16:31:49 Removing intermediate container 7a29b2dc8f7f 16:31:49 ---> 5544cc5f09e4 16:31:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:31:49 ---> Running in b97c3c2c4704 16:31:51 Removing intermediate container 5dc6443713b8 16:31:51 ---> 598999f1c958 16:31:51 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:51 ---> Running in 037d9214e20a 16:31:51 Removing intermediate container 037d9214e20a 16:31:51 ---> 36acdc0dcf46 16:31:51 Step 13/20 : WORKDIR /edgex 16:31:52 ---> Running in b9d3d45e9d48 16:31:52 Removing intermediate container b97c3c2c4704 16:31:52 ---> 21b4bc59afa5 16:31:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:31:52 ---> Running in 3cd326a9ab01 16:31:52 Removing intermediate container b9d3d45e9d48 16:31:52 ---> 687d2c549013 16:31:52 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:31:53 Removing intermediate container 3cd326a9ab01 16:31:53 ---> 2a88c3a8c14b 16:31:53 Step 15/27 : ENV APP_PORT=48090 16:31:53 ---> Running in 84d6f9a1f583 16:31:54 ---> 1ecdc29467f4 16:31:54 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:31:54 Removing intermediate container 84d6f9a1f583 16:31:54 ---> 55a4b2afb9e6 16:31:54 Step 16/27 : EXPOSE $APP_PORT 16:31:54 ---> Running in 212323a58511 16:31:55 Removing intermediate container 212323a58511 16:31:55 ---> 208b0601ea9a 16:31:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:31:55 ---> a0d87985f6e5 16:31:55 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:31:55 ---> Running in b10b3b2a3edd 16:31:56 Removing intermediate container b10b3b2a3edd 16:31:56 ---> eaeedfa529b3 16:31:56 Step 17/20 : CMD ["--init=true"] 16:31:56 ---> Running in b8a9945577ab 16:31:56 ---> ae65f62f64c5 16:31:56 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:31:56 Removing intermediate container b8a9945577ab 16:31:56 ---> e6d050f5d9de 16:31:56 Step 18/20 : LABEL arch=arm64 16:31:57 ---> Running in ca2ec6de738e 16:31:57 ---> 992b605af78e 16:31:57 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:31:57 Removing intermediate container ca2ec6de738e 16:31:57 ---> 63bd75235c7c 16:31:57 Step 19/20 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:31:58 ---> Running in 05d9f8d8c800 16:31:58 Removing intermediate container 05d9f8d8c800 16:31:58 ---> befe95278883 16:31:58 Step 20/20 : LABEL version=1.3.1-dev.1 16:31:58 ---> 531296174de2 16:31:58 Step 20/27 : RUN apk --no-cache add py3-pip 16:31:59 ---> Running in c0bb7e672c31 16:31:59 ---> Running in 9987dfbda5b3 16:31:59 Removing intermediate container c0bb7e672c31 16:31:59 ---> 27e360d2edca 16:31:59 16:32:00 Successfully built 27e360d2edca 16:32:00 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:32:00  Building docker-security-proxy-setup-go ... done Removing intermediate container 580b4fcb62ce 16:32:00 ---> 3a1703c4fd4e 16:32:00 16:32:00 Step 10/23 : FROM alpine 16:32:00 ---> 1fca6fe4a1ec 16:32:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:32:00 ---> Running in 72ef8e105af3 16:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:32:01 Removing intermediate container 72ef8e105af3 16:32:01 ---> 104b56cac30b 16:32:01 Step 12/23 : ENV APP_PORT=48080 16:32:01 ---> Running in a7f403394c32 16:32:01 (1/33) Installing libbz2 (1.0.8-r1) 16:32:01 (2/33) Installing expat (2.2.9-r1) 16:32:01 (3/33) Installing libffi (3.3-r2) 16:32:01 (4/33) Installing gdbm (1.13-r1) 16:32:01 (5/33) Installing xz-libs (5.2.5-r0) 16:32:01 (6/33) Installing sqlite-libs (3.32.1-r0) 16:32:01 (7/33) Installing python3 (3.8.5-r0) 16:32:01 Removing intermediate container a7f403394c32 16:32:01 ---> 894c2f7913f9 16:32:01 Step 13/23 : EXPOSE $APP_PORT 16:32:02 ---> Running in 8cd01ead2d80 16:32:02 Removing intermediate container 8cd01ead2d80 16:32:02 ---> 81cfa059577e 16:32:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:32:02 ---> Running in 6c8490b62998 16:32:05 (8/33) Installing py3-appdirs (1.4.4-r1) 16:32:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:32:05 (10/33) Installing py3-parsing (2.4.7-r0) 16:32:05 (11/33) Installing py3-six (1.15.0-r0) 16:32:05 (12/33) Installing py3-packaging (20.4-r0) 16:32:05 (13/33) Installing py3-setuptools (47.0.0-r0) 16:32:05 Removing intermediate container 6c8490b62998 16:32:05 (14/33) Installing py3-chardet (3.0.4-r4) 16:32:05 ---> 27ff6945969b 16:32:05 Step 15/23 : RUN apk --no-cache add zeromq 16:32:05 (15/33) Installing py3-idna (2.9-r0) 16:32:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:32:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:32:05 ---> Running in 97ef0c6124a7 16:32:05 (18/33) Installing py3-requests (2.23.0-r0) 16:32:05 (19/33) Installing py3-msgpack (1.0.0-r0) 16:32:05 (20/33) Installing py3-lockfile (0.12.2-r3) 16:32:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:32:05 (22/33) Installing py3-colorama (0.4.3-r0) 16:32:05 (23/33) Installing py3-distlib (0.3.0-r0) 16:32:05 (24/33) Installing py3-distro (1.5.0-r1) 16:32:05 (25/33) Installing py3-webencodings (0.5.1-r3) 16:32:05 (26/33) Installing py3-html5lib (1.0.1-r4) 16:32:05 (27/33) Installing py3-pytoml (0.1.21-r0) 16:32:05 (28/33) Installing py3-pep517 (0.8.2-r0) 16:32:06 (29/33) Installing py3-progress (1.5-r0) 16:32:06 (30/33) Installing py3-toml (0.10.1-r0) 16:32:06 (31/33) Installing py3-retrying (1.3.3-r0) 16:32:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:32:06 (33/33) Installing py3-pip (20.1.1-r0) 16:32:06 Executing busybox-1.31.1-r19.trigger 16:32:06 OK: 71 MiB in 55 packages 16:32:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 16:32:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 16:32:08 (1/5) Installing libgcc (10.2.1_pre1-r3) 16:32:08 (2/5) Installing libsodium (1.0.18-r0) 16:32:08 (3/5) Installing libstdc++ (10.2.1_pre1-r3) 16:32:09 (4/5) Installing libzmq (4.3.3-r1) 16:32:09 (5/5) Installing zeromq (4.3.3-r1) 16:32:09 Executing busybox-1.32.1-r0.trigger 16:32:09 OK: 8 MiB in 19 packages 16:32:11 Removing intermediate container 97ef0c6124a7 16:32:11 ---> 4b2c5fb0ba47 16:32:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:32:12 Removing intermediate container 9987dfbda5b3 16:32:12 ---> 682075445c54 16:32:12 Step 21/27 : RUN pip install docker-compose==1.23.2 16:32:12 ---> Running in 6ad47a5c23b5 16:32:12 ---> d238add41d83 16:32:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:32:13 ---> cb33203e5a3e 16:32:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:32:14 ---> c9286655ab17 16:32:14 Step 19/23 : ENTRYPOINT ["/core-data"] 16:32:14 ---> Running in f6c0e708f4d6 16:32:15 Removing intermediate container f6c0e708f4d6 16:32:15 ---> e076cf1d1bfc 16:32:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:32:15 ---> Running in b55f460ed4e6 16:32:15 Removing intermediate container b55f460ed4e6 16:32:15 ---> aa3d9c7d9d59 16:32:15 Step 21/23 : LABEL arch=arm64 16:32:15 ---> Running in 55cef166a601 16:32:16 Removing intermediate container 55cef166a601 16:32:16 ---> c70a405acb2e 16:32:16 Step 22/23 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:32:16 ---> Running in 1cb8b66f7b95 16:32:17 Removing intermediate container 1cb8b66f7b95 16:32:17 ---> 1f3ecc84da08 16:32:17 Step 23/23 : LABEL version=1.3.1-dev.1 16:32:17 ---> Running in 2a43c3887953 16:32:17 Removing intermediate container 2a43c3887953 16:32:17 ---> f3dc8cdff17b 16:32:17 16:32:17 Collecting docker-compose==1.23.2 16:32:17 Successfully built f3dc8cdff17b 16:32:18 Successfully tagged docker-core-data-go-arm64:latest 16:32:18  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:32:18 Collecting cached-property<2,>=1.2.0 16:32:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:32:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:32:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:32:20 Collecting dockerpty<0.5,>=0.4.1 16:32:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:32:22 Collecting PyYAML<4,>=3.10 16:32:22 Downloading PyYAML-3.13.tar.gz (270 kB) 16:32:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:32:25 Collecting websocket-client<1.0,>=0.32.0 16:32:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:32:26 Collecting texttable<0.10,>=0.9.0 16:32:26 Downloading texttable-0.9.1.tar.gz (11 kB) 16:32:27 Collecting jsonschema<3,>=2.5.1 16:32:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:32:28 Collecting docopt<0.7,>=0.6.1 16:32:28 Downloading docopt-0.6.2.tar.gz (25 kB) 16:32:30 Collecting docker<4.0,>=3.6.0 16:32:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:32:31 Collecting urllib3<1.25,>=1.21.1 16:32:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:32:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:32:31 Collecting idna<2.8,>=2.5 16:32:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:32:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:32:32 Collecting docker-pycreds>=0.4.0 16:32:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:32:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:32:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:32:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:32:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:32:32 Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, PyYAML, websocket-client, texttable, jsonschema, docopt, docker-pycreds, docker, docker-compose 16:32:32 Attempting uninstall: urllib3 16:32:32 Found existing installation: urllib3 1.25.9 16:32:32 Uninstalling urllib3-1.25.9: 16:32:33 Successfully uninstalled urllib3-1.25.9 16:32:33 Attempting uninstall: idna 16:32:33 Found existing installation: idna 2.9 16:32:33 Uninstalling idna-2.9: 16:32:33 Successfully uninstalled idna-2.9 16:32:34 Attempting uninstall: requests 16:32:34 Found existing installation: requests 2.23.0 16:32:34 Uninstalling requests-2.23.0: 16:32:34 Successfully uninstalled requests-2.23.0 16:32:34 Running setup.py install for dockerpty: started 16:32:36 Running setup.py install for dockerpty: finished with status 'done' 16:32:36 Running setup.py install for PyYAML: started 16:32:38 Running setup.py install for PyYAML: finished with status 'done' 16:32:39 Running setup.py install for texttable: started 16:32:41 Running setup.py install for texttable: finished with status 'done' 16:32:41 Running setup.py install for docopt: started 16:32:42 Running setup.py install for docopt: finished with status 'done' 16:32:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:32:48 Removing intermediate container 6ad47a5c23b5 16:32:48 ---> 8248cd67777d 16:32:48 Step 22/27 : RUN apk --no-cache add curl 16:32:48 ---> Running in 0dfeff43fca2 16:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:32:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:32:50 (2/3) Installing libcurl (7.69.1-r3) 16:32:50 (3/3) Installing curl (7.69.1-r3) 16:32:50 Executing busybox-1.31.1-r19.trigger 16:32:50 OK: 71 MiB in 58 packages 16:32:51 Removing intermediate container 0dfeff43fca2 16:32:51 ---> 8ad7dec29b30 16:32:51 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:32:51 ---> Running in 5f1513140ac8 16:32:52 Removing intermediate container 5f1513140ac8 16:32:52 ---> 927781ddfef6 16:32:52 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:32:52 ---> Running in e085c4d7c52b 16:32:52 Removing intermediate container e085c4d7c52b 16:32:52 ---> c45b1ff0770c 16:32:52 Step 25/27 : LABEL arch=arm64 16:32:52 ---> Running in 3cf9a7ae6655 16:32:53 Removing intermediate container 3cf9a7ae6655 16:32:53 ---> 4f7555e41d2b 16:32:53 Step 26/27 : LABEL git_sha=9a6eedb96835a64d2bad9fe97e001e25d5234329 16:32:53 ---> Running in fadd134da548 16:32:54 Removing intermediate container fadd134da548 16:32:54 ---> 646dba63d41f 16:32:54 Step 27/27 : LABEL version=1.3.1-dev.1 16:32:54 ---> Running in 1c5a1cc4b6c1 16:32:54 Removing intermediate container 1c5a1cc4b6c1 16:32:54 ---> 22465f1faecf 16:32:54 16:32:54 Successfully built 22465f1faecf 16:32:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:32:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:32:55 $ docker stop --time=1 de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 16:32:57 $ docker rm -f de3491e4e24f26f340453156cca7cb36338f97207143b5c8c0caca1c4c10f2b7 [Pipeline] // withDockerContainer [Pipeline] sh 16:32:57 + docker images 16:32:57 + grep docker 16:32:58 docker-sys-mgmt-agent-go-arm64 latest 22465f1faecf 3 seconds ago 300MB 16:32:58 docker-core-data-go-arm64 latest f3dc8cdff17b 40 seconds ago 22.4MB 16:32:58 docker-security-proxy-setup-go-arm64 latest 27e360d2edca 58 seconds ago 15.9MB 16:32:58 docker-security-secretstore-setup-go-arm64 latest 831057891271 About a minute ago 23.5MB 16:32:58 docker-security-bootstrap-redis-go-arm64 latest d37d8ca7bcfe About a minute ago 15.2MB 16:32:58 docker-core-command-go-arm64 latest 3a0eccfb4df8 2 minutes ago 11.3MB 16:32:58 docker-core-metadata-go-arm64 latest de64b6e9a297 3 minutes ago 13.5MB 16:32:58 docker-support-notifications-go-arm64 latest e34b9f2da5f5 4 minutes ago 12.9MB 16:32:58 docker-security-secrets-setup-go-arm64 latest 65fda29074f0 4 minutes ago 22.7MB 16:32:58 docker-support-scheduler-go-arm64 latest 96eef28af7eb 4 minutes ago 11.5MB 16:32:58 docker-support-logging-go-arm64 latest a0b7b2e60394 4 minutes ago 10.6MB 16:32:58 docker latest 83ca638d8957 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:32:58 provisioning config files... 16:32:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7914036834277091880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:59 ---> docker-login.sh 16:32:59 nexus3.edgexfoundry.org:10001 16:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:59 Configure a credential helper to remove this warning. See 16:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:59 16:32:59 Login Succeeded 16:32:59 nexus3.edgexfoundry.org:10002 16:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:00 Configure a credential helper to remove this warning. See 16:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:00 16:33:00 Login Succeeded 16:33:00 nexus3.edgexfoundry.org:10003 16:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:00 Configure a credential helper to remove this warning. See 16:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:00 16:33:00 Login Succeeded 16:33:00 nexus3.edgexfoundry.org:10004 16:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:01 Configure a credential helper to remove this warning. See 16:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:01 16:33:01 Login Succeeded 16:33:01 docker.io 16:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:02 Configure a credential helper to remove this warning. See 16:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:02 16:33:02 Login Succeeded 16:33:02 ---> docker-login.sh ends [Pipeline] } 16:33:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:02 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 16:33:02 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:02 1.3.1-dev.1 16:33:02 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:02 hanoi 16:33:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:02 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:33:03 71c6bf531e4a: Preparing 16:33:03 ea61a923b442: Preparing 16:33:03 0b1af0eb2265: Preparing 16:33:03 71c6bf531e4a: Pushed 16:33:03 0b1af0eb2265: Pushed 16:33:06 ea61a923b442: Pushed 16:33:06 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 16:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:33:07 71c6bf531e4a: Preparing 16:33:07 ea61a923b442: Preparing 16:33:07 0b1af0eb2265: Preparing 16:33:07 ea61a923b442: Layer already exists 16:33:07 71c6bf531e4a: Layer already exists 16:33:07 0b1af0eb2265: Layer already exists 16:33:07 1.3.1-dev.1: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:33:08 71c6bf531e4a: Preparing 16:33:08 ea61a923b442: Preparing 16:33:08 0b1af0eb2265: Preparing 16:33:08 ea61a923b442: Layer already exists 16:33:08 71c6bf531e4a: Layer already exists 16:33:08 0b1af0eb2265: Layer already exists 16:33:08 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi 16:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:33:09 71c6bf531e4a: Preparing 16:33:09 ea61a923b442: Preparing 16:33:09 0b1af0eb2265: Preparing 16:33:09 0b1af0eb2265: Layer already exists 16:33:09 ea61a923b442: Layer already exists 16:33:09 71c6bf531e4a: Layer already exists 16:33:09 hanoi: digest: sha256:a76462bfde6e24b531887becd4c4927813017abd711d242253c858dc9b609f3a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:09 ===================================================== [Pipeline] echo 16:33:09 taggedImages: 16:33:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 16:33:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo 16:33:09 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 16:33:09 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:09 1.3.1-dev.1 16:33:09 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:09 hanoi 16:33:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:33:10 085a300df98b: Preparing 16:33:10 6d8f8e72932f: Preparing 16:33:10 f69f387eed7c: Preparing 16:33:10 059ef419b748: Preparing 16:33:10 7933235b5cd0: Preparing 16:33:10 7fc22f762ef3: Preparing 16:33:10 7fc22f762ef3: Waiting 16:33:11 f69f387eed7c: Pushed 16:33:11 7933235b5cd0: Pushed 16:33:11 085a300df98b: Pushed 16:33:11 7fc22f762ef3: Layer already exists 16:33:11 059ef419b748: Pushed 16:33:14 6d8f8e72932f: Pushed 16:33:14 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh 16:33:14 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 16:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:33:15 085a300df98b: Preparing 16:33:15 6d8f8e72932f: Preparing 16:33:15 f69f387eed7c: Preparing 16:33:15 059ef419b748: Preparing 16:33:15 7933235b5cd0: Preparing 16:33:15 7fc22f762ef3: Preparing 16:33:15 7fc22f762ef3: Waiting 16:33:15 6d8f8e72932f: Layer already exists 16:33:15 f69f387eed7c: Layer already exists 16:33:15 059ef419b748: Layer already exists 16:33:15 7933235b5cd0: Layer already exists 16:33:15 085a300df98b: Layer already exists 16:33:15 7fc22f762ef3: Layer already exists 16:33:15 1.3.1-dev.1: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh 16:33:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:33:16 085a300df98b: Preparing 16:33:16 6d8f8e72932f: Preparing 16:33:16 f69f387eed7c: Preparing 16:33:16 059ef419b748: Preparing 16:33:16 7933235b5cd0: Preparing 16:33:16 7fc22f762ef3: Preparing 16:33:16 7fc22f762ef3: Waiting 16:33:16 f69f387eed7c: Layer already exists 16:33:16 085a300df98b: Layer already exists 16:33:16 7933235b5cd0: Layer already exists 16:33:16 059ef419b748: Layer already exists 16:33:16 6d8f8e72932f: Layer already exists 16:33:16 7fc22f762ef3: Layer already exists 16:33:16 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] isUnix [Pipeline] sh 16:33:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi 16:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:33:17 085a300df98b: Preparing 16:33:17 6d8f8e72932f: Preparing 16:33:17 f69f387eed7c: Preparing 16:33:17 059ef419b748: Preparing 16:33:17 7933235b5cd0: Preparing 16:33:17 7fc22f762ef3: Preparing 16:33:17 7fc22f762ef3: Waiting 16:33:17 f69f387eed7c: Layer already exists 16:33:17 059ef419b748: Layer already exists 16:33:17 6d8f8e72932f: Layer already exists 16:33:17 7933235b5cd0: Layer already exists 16:33:17 085a300df98b: Layer already exists 16:33:17 7fc22f762ef3: Layer already exists 16:33:17 hanoi: digest: sha256:9a2dad04245aab0d5efd2a5bc7cf5e5009ad6598199601d7fa72d1d77f99ddcc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:17 ===================================================== [Pipeline] echo 16:33:17 taggedImages: 16:33:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 16:33:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo 16:33:17 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 16:33:17 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:17 1.3.1-dev.1 16:33:17 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:17 hanoi 16:33:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:33:18 a90cb5901eaf: Preparing 16:33:18 b32bc97cdf14: Preparing 16:33:18 53aaca1b6281: Preparing 16:33:18 a90cb5901eaf: Pushed 16:33:18 53aaca1b6281: Pushed 16:33:23 b32bc97cdf14: Pushed 16:33:23 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 16:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:33:23 a90cb5901eaf: Preparing 16:33:23 b32bc97cdf14: Preparing 16:33:23 53aaca1b6281: Preparing 16:33:23 b32bc97cdf14: Layer already exists 16:33:23 53aaca1b6281: Layer already exists 16:33:23 a90cb5901eaf: Layer already exists 16:33:24 1.3.1-dev.1: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:33:24 a90cb5901eaf: Preparing 16:33:24 b32bc97cdf14: Preparing 16:33:24 53aaca1b6281: Preparing 16:33:24 b32bc97cdf14: Layer already exists 16:33:24 53aaca1b6281: Layer already exists 16:33:24 a90cb5901eaf: Layer already exists 16:33:25 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] isUnix [Pipeline] sh 16:33:25 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi 16:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:33:25 a90cb5901eaf: Preparing 16:33:25 b32bc97cdf14: Preparing 16:33:25 53aaca1b6281: Preparing 16:33:25 b32bc97cdf14: Layer already exists 16:33:25 53aaca1b6281: Layer already exists 16:33:25 a90cb5901eaf: Layer already exists 16:33:25 hanoi: digest: sha256:8fffec256c50329efe79623e942aba8ff657903ad181638201ea8f81b7ddd505 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:26 ===================================================== [Pipeline] echo 16:33:26 taggedImages: 16:33:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 16:33:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:26 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo 16:33:26 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 16:33:26 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:26 1.3.1-dev.1 16:33:26 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:26 hanoi 16:33:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:26 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:33:27 a15e107235b5: Preparing 16:33:27 ad7f13612ed2: Preparing 16:33:27 cd987314bfb1: Preparing 16:33:27 f239e85cb522: Preparing 16:33:27 59fab8733d65: Preparing 16:33:27 bf12215b0cbe: Preparing 16:33:27 66b385cf80cf: Preparing 16:33:27 bf12215b0cbe: Waiting 16:33:27 66b385cf80cf: Waiting 16:33:27 ad7f13612ed2: Pushed 16:33:27 a15e107235b5: Pushed 16:33:27 59fab8733d65: Pushed 16:33:28 66b385cf80cf: Layer already exists 16:33:28 bf12215b0cbe: Pushed 16:33:28 cd987314bfb1: Pushed 16:33:29 f239e85cb522: Pushed 16:33:29 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:33:30 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 16:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:33:30 a15e107235b5: Preparing 16:33:30 ad7f13612ed2: Preparing 16:33:30 cd987314bfb1: Preparing 16:33:30 f239e85cb522: Preparing 16:33:30 59fab8733d65: Preparing 16:33:30 bf12215b0cbe: Preparing 16:33:30 66b385cf80cf: Preparing 16:33:30 bf12215b0cbe: Waiting 16:33:30 66b385cf80cf: Waiting 16:33:30 f239e85cb522: Layer already exists 16:33:30 ad7f13612ed2: Layer already exists 16:33:30 59fab8733d65: Layer already exists 16:33:30 cd987314bfb1: Layer already exists 16:33:30 a15e107235b5: Layer already exists 16:33:30 bf12215b0cbe: Layer already exists 16:33:30 66b385cf80cf: Layer already exists 16:33:30 1.3.1-dev.1: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:33:31 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:33:31 a15e107235b5: Preparing 16:33:31 ad7f13612ed2: Preparing 16:33:31 cd987314bfb1: Preparing 16:33:31 f239e85cb522: Preparing 16:33:31 59fab8733d65: Preparing 16:33:31 bf12215b0cbe: Preparing 16:33:31 66b385cf80cf: Preparing 16:33:31 bf12215b0cbe: Waiting 16:33:31 66b385cf80cf: Waiting 16:33:31 cd987314bfb1: Layer already exists 16:33:31 f239e85cb522: Layer already exists 16:33:31 ad7f13612ed2: Layer already exists 16:33:31 59fab8733d65: Layer already exists 16:33:31 a15e107235b5: Layer already exists 16:33:31 66b385cf80cf: Layer already exists 16:33:31 bf12215b0cbe: Layer already exists 16:33:31 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:33:32 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi 16:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:33:32 a15e107235b5: Preparing 16:33:32 ad7f13612ed2: Preparing 16:33:32 cd987314bfb1: Preparing 16:33:32 f239e85cb522: Preparing 16:33:32 59fab8733d65: Preparing 16:33:32 bf12215b0cbe: Preparing 16:33:32 66b385cf80cf: Preparing 16:33:32 bf12215b0cbe: Waiting 16:33:32 66b385cf80cf: Waiting 16:33:32 cd987314bfb1: Layer already exists 16:33:32 59fab8733d65: Layer already exists 16:33:32 ad7f13612ed2: Layer already exists 16:33:32 a15e107235b5: Layer already exists 16:33:32 f239e85cb522: Layer already exists 16:33:32 66b385cf80cf: Layer already exists 16:33:32 bf12215b0cbe: Layer already exists 16:33:32 hanoi: digest: sha256:a0d88e5ca324cad2f98c85ce920583270bd0b9736c80162faefff981d0b74444 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:32 ===================================================== [Pipeline] echo 16:33:33 taggedImages: 16:33:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 16:33:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:33 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo 16:33:33 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 16:33:33 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:33 1.3.1-dev.1 16:33:33 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:33 hanoi 16:33:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:33:33 7a06241d3254: Preparing 16:33:33 03e7f4c6418e: Preparing 16:33:33 32cf3f591ff9: Preparing 16:33:33 0673ca4c4fcb: Preparing 16:33:33 7fc22f762ef3: Preparing 16:33:34 7fc22f762ef3: Layer already exists 16:33:34 03e7f4c6418e: Pushed 16:33:34 32cf3f591ff9: Pushed 16:33:36 0673ca4c4fcb: Pushed 16:33:36 7a06241d3254: Pushed 16:33:36 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:33:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 16:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:33:37 7a06241d3254: Preparing 16:33:37 03e7f4c6418e: Preparing 16:33:37 32cf3f591ff9: Preparing 16:33:37 0673ca4c4fcb: Preparing 16:33:37 7fc22f762ef3: Preparing 16:33:37 7a06241d3254: Layer already exists 16:33:37 03e7f4c6418e: Layer already exists 16:33:37 32cf3f591ff9: Layer already exists 16:33:37 0673ca4c4fcb: Layer already exists 16:33:37 7fc22f762ef3: Layer already exists 16:33:37 1.3.1-dev.1: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:33:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:33:38 7a06241d3254: Preparing 16:33:38 03e7f4c6418e: Preparing 16:33:38 32cf3f591ff9: Preparing 16:33:38 0673ca4c4fcb: Preparing 16:33:38 7fc22f762ef3: Preparing 16:33:38 0673ca4c4fcb: Layer already exists 16:33:38 7fc22f762ef3: Layer already exists 16:33:38 7a06241d3254: Layer already exists 16:33:38 32cf3f591ff9: Layer already exists 16:33:38 03e7f4c6418e: Layer already exists 16:33:38 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] isUnix [Pipeline] sh 16:33:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi 16:33:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:33:39 7a06241d3254: Preparing 16:33:39 03e7f4c6418e: Preparing 16:33:39 32cf3f591ff9: Preparing 16:33:39 0673ca4c4fcb: Preparing 16:33:39 7fc22f762ef3: Preparing 16:33:39 32cf3f591ff9: Layer already exists 16:33:39 7fc22f762ef3: Layer already exists 16:33:39 7a06241d3254: Layer already exists 16:33:39 03e7f4c6418e: Layer already exists 16:33:39 0673ca4c4fcb: Layer already exists 16:33:39 hanoi: digest: sha256:bde87b931d5f319629ea41e140d850d5aeff6cee687e3916b88acdd89aa7b649 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:39 ===================================================== [Pipeline] echo 16:33:39 taggedImages: 16:33:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 16:33:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo 16:33:39 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 16:33:39 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:39 1.3.1-dev.1 16:33:39 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:39 hanoi 16:33:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:40 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:33:40 e27252f16e48: Preparing 16:33:40 5ca63366d8b1: Preparing 16:33:40 6820fc029740: Preparing 16:33:40 15bb1325caff: Preparing 16:33:40 15bb1325caff: Preparing 16:33:40 dbdb441945fc: Preparing 16:33:40 8994b6a5476f: Preparing 16:33:40 6093a2a0b086: Preparing 16:33:40 e27252f16e48: Preparing 16:33:40 ee71a2b8dd6c: Preparing 16:33:40 6c812c6851f6: Preparing 16:33:40 60dc27db204d: Preparing 16:33:40 7fc22f762ef3: Preparing 16:33:40 8994b6a5476f: Waiting 16:33:40 6093a2a0b086: Waiting 16:33:40 ee71a2b8dd6c: Waiting 16:33:40 6c812c6851f6: Waiting 16:33:40 60dc27db204d: Waiting 16:33:40 7fc22f762ef3: Waiting 16:33:41 15bb1325caff: Pushed 16:33:41 6820fc029740: Pushed 16:33:41 5ca63366d8b1: Pushed 16:33:41 dbdb441945fc: Pushed 16:33:41 8994b6a5476f: Pushed 16:33:41 6c812c6851f6: Pushed 16:33:41 6093a2a0b086: Pushed 16:33:41 ee71a2b8dd6c: Pushed 16:33:41 7fc22f762ef3: Layer already exists 16:33:41 60dc27db204d: Pushed 16:33:43 e27252f16e48: Pushed 16:33:43 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh 16:33:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 16:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:33:43 e27252f16e48: Preparing 16:33:43 5ca63366d8b1: Preparing 16:33:43 6820fc029740: Preparing 16:33:43 15bb1325caff: Preparing 16:33:43 15bb1325caff: Preparing 16:33:43 dbdb441945fc: Preparing 16:33:43 8994b6a5476f: Preparing 16:33:43 6093a2a0b086: Preparing 16:33:43 e27252f16e48: Preparing 16:33:43 ee71a2b8dd6c: Preparing 16:33:43 6c812c6851f6: Preparing 16:33:43 60dc27db204d: Preparing 16:33:43 7fc22f762ef3: Preparing 16:33:43 ee71a2b8dd6c: Waiting 16:33:43 6c812c6851f6: Waiting 16:33:43 60dc27db204d: Waiting 16:33:43 7fc22f762ef3: Waiting 16:33:43 8994b6a5476f: Waiting 16:33:43 6093a2a0b086: Waiting 16:33:43 dbdb441945fc: Layer already exists 16:33:43 6820fc029740: Layer already exists 16:33:43 15bb1325caff: Layer already exists 16:33:43 e27252f16e48: Layer already exists 16:33:43 5ca63366d8b1: Layer already exists 16:33:43 ee71a2b8dd6c: Layer already exists 16:33:43 8994b6a5476f: Layer already exists 16:33:43 60dc27db204d: Layer already exists 16:33:43 6c812c6851f6: Layer already exists 16:33:43 6093a2a0b086: Layer already exists 16:33:44 7fc22f762ef3: Layer already exists 16:33:44 1.3.1-dev.1: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh 16:33:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:33:44 e27252f16e48: Preparing 16:33:44 5ca63366d8b1: Preparing 16:33:44 6820fc029740: Preparing 16:33:44 15bb1325caff: Preparing 16:33:44 15bb1325caff: Preparing 16:33:44 dbdb441945fc: Preparing 16:33:44 8994b6a5476f: Preparing 16:33:44 6093a2a0b086: Preparing 16:33:44 e27252f16e48: Preparing 16:33:44 ee71a2b8dd6c: Preparing 16:33:44 6c812c6851f6: Preparing 16:33:44 60dc27db204d: Preparing 16:33:44 7fc22f762ef3: Preparing 16:33:44 6093a2a0b086: Waiting 16:33:44 ee71a2b8dd6c: Waiting 16:33:44 6c812c6851f6: Waiting 16:33:44 60dc27db204d: Waiting 16:33:44 7fc22f762ef3: Waiting 16:33:44 8994b6a5476f: Waiting 16:33:45 5ca63366d8b1: Layer already exists 16:33:45 15bb1325caff: Layer already exists 16:33:45 e27252f16e48: Layer already exists 16:33:45 6820fc029740: Layer already exists 16:33:45 dbdb441945fc: Layer already exists 16:33:45 6093a2a0b086: Layer already exists 16:33:45 8994b6a5476f: Layer already exists 16:33:45 ee71a2b8dd6c: Layer already exists 16:33:45 60dc27db204d: Layer already exists 16:33:45 6c812c6851f6: Layer already exists 16:33:45 7fc22f762ef3: Layer already exists 16:33:45 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] isUnix [Pipeline] sh 16:33:45 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi 16:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:33:45 e27252f16e48: Preparing 16:33:45 5ca63366d8b1: Preparing 16:33:45 6820fc029740: Preparing 16:33:45 15bb1325caff: Preparing 16:33:45 15bb1325caff: Preparing 16:33:45 dbdb441945fc: Preparing 16:33:45 8994b6a5476f: Preparing 16:33:45 6093a2a0b086: Preparing 16:33:45 e27252f16e48: Preparing 16:33:45 ee71a2b8dd6c: Preparing 16:33:45 6c812c6851f6: Preparing 16:33:45 60dc27db204d: Preparing 16:33:45 7fc22f762ef3: Preparing 16:33:45 ee71a2b8dd6c: Waiting 16:33:45 6c812c6851f6: Waiting 16:33:45 8994b6a5476f: Waiting 16:33:45 6093a2a0b086: Waiting 16:33:45 60dc27db204d: Waiting 16:33:46 e27252f16e48: Layer already exists 16:33:46 dbdb441945fc: Layer already exists 16:33:46 5ca63366d8b1: Layer already exists 16:33:46 6820fc029740: Layer already exists 16:33:46 15bb1325caff: Layer already exists 16:33:46 ee71a2b8dd6c: Layer already exists 16:33:46 60dc27db204d: Layer already exists 16:33:46 8994b6a5476f: Layer already exists 16:33:46 6c812c6851f6: Layer already exists 16:33:46 6093a2a0b086: Layer already exists 16:33:46 7fc22f762ef3: Layer already exists 16:33:46 hanoi: digest: sha256:f9fd109a511e76f4b5bc2c087b45f5dfb90cc30d4da8da9f13e38d27b6eaa14f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:46 ===================================================== [Pipeline] echo 16:33:46 taggedImages: 16:33:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 16:33:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:46 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo 16:33:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 16:33:46 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:46 1.3.1-dev.1 16:33:46 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:46 hanoi 16:33:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:33:47 1517c1b461e3: Preparing 16:33:47 231561b425a1: Preparing 16:33:47 a574ec946e8f: Preparing 16:33:47 cd2499060aff: Preparing 16:33:47 7f9a8df9122b: Preparing 16:33:47 84d929cadfda: Preparing 16:33:47 04d1f2bcb3d3: Preparing 16:33:47 c0ac13208829: Preparing 16:33:47 66b385cf80cf: Preparing 16:33:47 84d929cadfda: Waiting 16:33:47 04d1f2bcb3d3: Waiting 16:33:47 c0ac13208829: Waiting 16:33:47 66b385cf80cf: Waiting 16:33:47 1517c1b461e3: Pushed 16:33:47 231561b425a1: Pushed 16:33:47 7f9a8df9122b: Pushed 16:33:47 84d929cadfda: Pushed 16:33:47 04d1f2bcb3d3: Pushed 16:33:47 66b385cf80cf: Layer already exists 16:33:48 c0ac13208829: Pushed 16:33:49 cd2499060aff: Pushed 16:33:49 a574ec946e8f: Pushed 16:33:50 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:33:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 16:33:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:33:51 1517c1b461e3: Preparing 16:33:51 231561b425a1: Preparing 16:33:51 a574ec946e8f: Preparing 16:33:51 cd2499060aff: Preparing 16:33:51 7f9a8df9122b: Preparing 16:33:51 84d929cadfda: Preparing 16:33:51 04d1f2bcb3d3: Preparing 16:33:51 c0ac13208829: Preparing 16:33:51 66b385cf80cf: Preparing 16:33:51 04d1f2bcb3d3: Waiting 16:33:51 c0ac13208829: Waiting 16:33:51 66b385cf80cf: Waiting 16:33:51 84d929cadfda: Waiting 16:33:51 7f9a8df9122b: Layer already exists 16:33:51 cd2499060aff: Layer already exists 16:33:51 a574ec946e8f: Layer already exists 16:33:51 1517c1b461e3: Layer already exists 16:33:51 84d929cadfda: Layer already exists 16:33:51 c0ac13208829: Layer already exists 16:33:51 04d1f2bcb3d3: Layer already exists 16:33:51 66b385cf80cf: Layer already exists 16:33:52 231561b425a1: Layer already exists 16:33:52 1.3.1-dev.1: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:33:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:33:53 1517c1b461e3: Preparing 16:33:53 231561b425a1: Preparing 16:33:53 a574ec946e8f: Preparing 16:33:53 cd2499060aff: Preparing 16:33:53 7f9a8df9122b: Preparing 16:33:53 84d929cadfda: Preparing 16:33:53 04d1f2bcb3d3: Preparing 16:33:53 c0ac13208829: Preparing 16:33:53 66b385cf80cf: Preparing 16:33:53 04d1f2bcb3d3: Waiting 16:33:53 c0ac13208829: Waiting 16:33:53 66b385cf80cf: Waiting 16:33:53 84d929cadfda: Waiting 16:33:53 231561b425a1: Layer already exists 16:33:53 7f9a8df9122b: Layer already exists 16:33:53 cd2499060aff: Layer already exists 16:33:53 1517c1b461e3: Layer already exists 16:33:53 a574ec946e8f: Layer already exists 16:33:53 84d929cadfda: Layer already exists 16:33:53 04d1f2bcb3d3: Layer already exists 16:33:53 c0ac13208829: Layer already exists 16:33:53 66b385cf80cf: Layer already exists 16:33:53 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:33:53 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:33:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi 16:33:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:33:53 1517c1b461e3: Preparing 16:33:53 231561b425a1: Preparing 16:33:53 a574ec946e8f: Preparing 16:33:53 cd2499060aff: Preparing 16:33:53 7f9a8df9122b: Preparing 16:33:53 84d929cadfda: Preparing 16:33:53 04d1f2bcb3d3: Preparing 16:33:53 c0ac13208829: Preparing 16:33:53 66b385cf80cf: Preparing 16:33:53 04d1f2bcb3d3: Waiting 16:33:53 c0ac13208829: Waiting 16:33:53 66b385cf80cf: Waiting 16:33:53 84d929cadfda: Waiting 16:33:54 1517c1b461e3: Layer already exists 16:33:54 a574ec946e8f: Layer already exists 16:33:54 7f9a8df9122b: Layer already exists 16:33:54 231561b425a1: Layer already exists 16:33:54 cd2499060aff: Layer already exists 16:33:54 c0ac13208829: Layer already exists 16:33:54 84d929cadfda: Layer already exists 16:33:54 66b385cf80cf: Layer already exists 16:33:54 04d1f2bcb3d3: Layer already exists 16:33:54 hanoi: digest: sha256:23a1a438b8d8f9c43e207568dfb999f04041da41c3377a116ebbeb7ab1a9f691 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:33:54 ===================================================== [Pipeline] echo 16:33:54 taggedImages: 16:33:54 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:54 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 16:33:54 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:54 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo 16:33:54 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 16:33:54 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:54 1.3.1-dev.1 16:33:54 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:54 hanoi 16:33:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:55 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:33:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 16:33:55 9cd508ff1607: Preparing 16:33:55 359174d4319e: Preparing 16:33:55 4e22105cecab: Preparing 16:33:55 7ce21ef6f4a3: Preparing 16:33:56 9cd508ff1607: Pushed 16:33:56 7ce21ef6f4a3: Pushed 16:33:56 4e22105cecab: Pushed 16:33:57 359174d4319e: Pushed 16:33:58 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh 16:33:58 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 16:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 16:33:58 9cd508ff1607: Preparing 16:33:58 359174d4319e: Preparing 16:33:58 4e22105cecab: Preparing 16:33:58 7ce21ef6f4a3: Preparing 16:33:59 7ce21ef6f4a3: Layer already exists 16:33:59 9cd508ff1607: Layer already exists 16:33:59 4e22105cecab: Layer already exists 16:33:59 359174d4319e: Layer already exists 16:33:59 1.3.1-dev.1: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh 16:33:59 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:33:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:33:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 16:33:59 9cd508ff1607: Preparing 16:33:59 359174d4319e: Preparing 16:33:59 4e22105cecab: Preparing 16:33:59 7ce21ef6f4a3: Preparing 16:33:59 9cd508ff1607: Layer already exists 16:33:59 4e22105cecab: Layer already exists 16:33:59 359174d4319e: Layer already exists 16:34:00 7ce21ef6f4a3: Layer already exists 16:34:00 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] isUnix [Pipeline] sh 16:34:00 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:34:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi 16:34:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 16:34:00 9cd508ff1607: Preparing 16:34:00 359174d4319e: Preparing 16:34:00 4e22105cecab: Preparing 16:34:00 7ce21ef6f4a3: Preparing 16:34:00 4e22105cecab: Layer already exists 16:34:00 7ce21ef6f4a3: Layer already exists 16:34:00 359174d4319e: Layer already exists 16:34:00 9cd508ff1607: Layer already exists 16:34:01 hanoi: digest: sha256:1e822e610d011b553ceae9a7cb8eb0e1c7a99697621dff70915ffa38740120de size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:34:01 ===================================================== [Pipeline] echo 16:34:01 taggedImages: 16:34:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 16:34:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:01 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo 16:34:01 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 16:34:01 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:01 1.3.1-dev.1 16:34:01 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:01 hanoi 16:34:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:01 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:34:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:34:02 06bd4874f6ec: Preparing 16:34:02 8fdafaaf40f0: Preparing 16:34:02 d0078f94708a: Preparing 16:34:02 9953acf3fbe7: Preparing 16:34:02 55545558ce30: Preparing 16:34:02 fcc6c08c6edb: Preparing 16:34:02 fcc6c08c6edb: Waiting 16:34:02 d0078f94708a: Pushed 16:34:02 06bd4874f6ec: Pushed 16:34:02 55545558ce30: Pushed 16:34:02 9953acf3fbe7: Pushed 16:34:03 fcc6c08c6edb: Pushed 16:34:05 8fdafaaf40f0: Pushed 16:34:05 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh 16:34:05 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 16:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:34:06 06bd4874f6ec: Preparing 16:34:06 8fdafaaf40f0: Preparing 16:34:06 d0078f94708a: Preparing 16:34:06 9953acf3fbe7: Preparing 16:34:06 55545558ce30: Preparing 16:34:06 fcc6c08c6edb: Preparing 16:34:06 fcc6c08c6edb: Waiting 16:34:06 55545558ce30: Layer already exists 16:34:06 06bd4874f6ec: Layer already exists 16:34:06 9953acf3fbe7: Layer already exists 16:34:06 d0078f94708a: Layer already exists 16:34:06 8fdafaaf40f0: Layer already exists 16:34:06 fcc6c08c6edb: Layer already exists 16:34:06 1.3.1-dev.1: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh 16:34:06 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:34:07 06bd4874f6ec: Preparing 16:34:07 8fdafaaf40f0: Preparing 16:34:07 d0078f94708a: Preparing 16:34:07 9953acf3fbe7: Preparing 16:34:07 55545558ce30: Preparing 16:34:07 fcc6c08c6edb: Preparing 16:34:07 fcc6c08c6edb: Waiting 16:34:07 55545558ce30: Layer already exists 16:34:07 06bd4874f6ec: Layer already exists 16:34:07 9953acf3fbe7: Layer already exists 16:34:07 8fdafaaf40f0: Layer already exists 16:34:07 d0078f94708a: Layer already exists 16:34:07 fcc6c08c6edb: Layer already exists 16:34:07 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] isUnix [Pipeline] sh 16:34:07 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:34:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi 16:34:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:34:08 06bd4874f6ec: Preparing 16:34:08 8fdafaaf40f0: Preparing 16:34:08 d0078f94708a: Preparing 16:34:08 9953acf3fbe7: Preparing 16:34:08 55545558ce30: Preparing 16:34:08 fcc6c08c6edb: Preparing 16:34:08 fcc6c08c6edb: Waiting 16:34:08 d0078f94708a: Layer already exists 16:34:08 55545558ce30: Layer already exists 16:34:08 9953acf3fbe7: Layer already exists 16:34:08 8fdafaaf40f0: Layer already exists 16:34:08 06bd4874f6ec: Layer already exists 16:34:08 fcc6c08c6edb: Layer already exists 16:34:08 hanoi: digest: sha256:94429a4602fffd3cdff327326c01faf911f09e1ae1296e530beeeb3ed4fcaa7d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:34:08 ===================================================== [Pipeline] echo 16:34:08 taggedImages: 16:34:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 16:34:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:08 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo 16:34:08 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 16:34:08 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:08 1.3.1-dev.1 16:34:08 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:08 hanoi 16:34:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:09 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:34:09 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:34:09 d239afd89fbe: Preparing 16:34:09 3c699e60adf6: Preparing 16:34:09 339ee625e894: Preparing 16:34:09 d239afd89fbe: Pushed 16:34:09 339ee625e894: Pushed 16:34:13 3c699e60adf6: Pushed 16:34:13 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh 16:34:13 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:13 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 16:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:34:13 d239afd89fbe: Preparing 16:34:13 3c699e60adf6: Preparing 16:34:13 339ee625e894: Preparing 16:34:13 339ee625e894: Layer already exists 16:34:13 3c699e60adf6: Layer already exists 16:34:13 d239afd89fbe: Layer already exists 16:34:14 1.3.1-dev.1: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh 16:34:14 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:14 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:34:14 d239afd89fbe: Preparing 16:34:14 3c699e60adf6: Preparing 16:34:14 339ee625e894: Preparing 16:34:14 339ee625e894: Layer already exists 16:34:14 3c699e60adf6: Layer already exists 16:34:14 d239afd89fbe: Layer already exists 16:34:15 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] isUnix [Pipeline] sh 16:34:15 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:34:15 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi 16:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:34:15 d239afd89fbe: Preparing 16:34:15 3c699e60adf6: Preparing 16:34:15 339ee625e894: Preparing 16:34:15 3c699e60adf6: Layer already exists 16:34:15 339ee625e894: Layer already exists 16:34:15 d239afd89fbe: Layer already exists 16:34:16 hanoi: digest: sha256:3bb9f97089b6b16c5ff3a3930cd2e1952ed171cd36256ba8ee5346a427480d74 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:34:16 ===================================================== [Pipeline] echo 16:34:16 taggedImages: 16:34:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 16:34:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:16 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo 16:34:16 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 16:34:16 9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:16 1.3.1-dev.1 16:34:16 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:16 hanoi 16:34:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] isUnix [Pipeline] sh 16:34:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:34:17 b65fbaaabdda: Preparing 16:34:17 faf5aeb1d107: Preparing 16:34:17 c0c446ef04c6: Preparing 16:34:17 8cdf2ba0d6c6: Preparing 16:34:17 dec35ccc5c81: Preparing 16:34:17 c1507be57ada: Preparing 16:34:17 7c158ac03d50: Preparing 16:34:17 ca399784ed2e: Preparing 16:34:17 6cf3b9b39d89: Preparing 16:34:17 bccc745e9046: Preparing 16:34:17 8b18bfff5541: Preparing 16:34:17 639b2dbb9529: Preparing 16:34:17 40cbbeaa4e8b: Preparing 16:34:17 379067d0cb53: Preparing 16:34:17 c1507be57ada: Waiting 16:34:17 7c158ac03d50: Waiting 16:34:17 ca399784ed2e: Waiting 16:34:17 6cf3b9b39d89: Waiting 16:34:17 bccc745e9046: Waiting 16:34:17 8b18bfff5541: Waiting 16:34:17 639b2dbb9529: Waiting 16:34:17 40cbbeaa4e8b: Waiting 16:34:17 379067d0cb53: Waiting 16:34:17 dec35ccc5c81: Pushed 16:34:18 b65fbaaabdda: Pushed 16:34:18 8cdf2ba0d6c6: Pushed 16:34:18 ca399784ed2e: Layer already exists 16:34:18 6cf3b9b39d89: Layer already exists 16:34:18 7c158ac03d50: Pushed 16:34:18 bccc745e9046: Layer already exists 16:34:18 8b18bfff5541: Layer already exists 16:34:18 639b2dbb9529: Layer already exists 16:34:18 379067d0cb53: Layer already exists 16:34:18 40cbbeaa4e8b: Layer already exists 16:34:19 faf5aeb1d107: Pushed 16:34:20 c1507be57ada: Pushed 16:34:30 c0c446ef04c6: Pushed 16:34:30 9a6eedb96835a64d2bad9fe97e001e25d5234329: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh 16:34:30 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 16:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:34:31 b65fbaaabdda: Preparing 16:34:31 faf5aeb1d107: Preparing 16:34:31 c0c446ef04c6: Preparing 16:34:31 8cdf2ba0d6c6: Preparing 16:34:31 dec35ccc5c81: Preparing 16:34:31 c1507be57ada: Preparing 16:34:31 7c158ac03d50: Preparing 16:34:31 ca399784ed2e: Preparing 16:34:31 6cf3b9b39d89: Preparing 16:34:31 bccc745e9046: Preparing 16:34:31 8b18bfff5541: Preparing 16:34:31 639b2dbb9529: Preparing 16:34:31 40cbbeaa4e8b: Preparing 16:34:31 379067d0cb53: Preparing 16:34:31 c1507be57ada: Waiting 16:34:31 7c158ac03d50: Waiting 16:34:31 ca399784ed2e: Waiting 16:34:31 639b2dbb9529: Waiting 16:34:31 40cbbeaa4e8b: Waiting 16:34:31 379067d0cb53: Waiting 16:34:31 6cf3b9b39d89: Waiting 16:34:31 8b18bfff5541: Waiting 16:34:31 bccc745e9046: Waiting 16:34:31 8cdf2ba0d6c6: Layer already exists 16:34:31 b65fbaaabdda: Layer already exists 16:34:31 faf5aeb1d107: Layer already exists 16:34:31 dec35ccc5c81: Layer already exists 16:34:31 c0c446ef04c6: Layer already exists 16:34:31 ca399784ed2e: Layer already exists 16:34:31 c1507be57ada: Layer already exists 16:34:31 7c158ac03d50: Layer already exists 16:34:31 6cf3b9b39d89: Layer already exists 16:34:31 bccc745e9046: Layer already exists 16:34:31 8b18bfff5541: Layer already exists 16:34:31 639b2dbb9529: Layer already exists 16:34:31 379067d0cb53: Layer already exists 16:34:31 40cbbeaa4e8b: Layer already exists 16:34:31 1.3.1-dev.1: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh 16:34:31 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 16:34:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:34:31 b65fbaaabdda: Preparing 16:34:31 faf5aeb1d107: Preparing 16:34:31 c0c446ef04c6: Preparing 16:34:31 8cdf2ba0d6c6: Preparing 16:34:31 dec35ccc5c81: Preparing 16:34:31 c1507be57ada: Preparing 16:34:31 7c158ac03d50: Preparing 16:34:31 ca399784ed2e: Preparing 16:34:31 6cf3b9b39d89: Preparing 16:34:31 bccc745e9046: Preparing 16:34:31 8b18bfff5541: Preparing 16:34:31 639b2dbb9529: Preparing 16:34:31 40cbbeaa4e8b: Preparing 16:34:31 379067d0cb53: Preparing 16:34:31 6cf3b9b39d89: Waiting 16:34:31 bccc745e9046: Waiting 16:34:31 8b18bfff5541: Waiting 16:34:31 639b2dbb9529: Waiting 16:34:31 40cbbeaa4e8b: Waiting 16:34:31 379067d0cb53: Waiting 16:34:31 c1507be57ada: Waiting 16:34:31 7c158ac03d50: Waiting 16:34:31 ca399784ed2e: Waiting 16:34:31 c0c446ef04c6: Layer already exists 16:34:31 8cdf2ba0d6c6: Layer already exists 16:34:31 dec35ccc5c81: Layer already exists 16:34:31 b65fbaaabdda: Layer already exists 16:34:32 faf5aeb1d107: Layer already exists 16:34:32 ca399784ed2e: Layer already exists 16:34:32 7c158ac03d50: Layer already exists 16:34:32 c1507be57ada: Layer already exists 16:34:32 6cf3b9b39d89: Layer already exists 16:34:32 bccc745e9046: Layer already exists 16:34:32 639b2dbb9529: Layer already exists 16:34:32 8b18bfff5541: Layer already exists 16:34:32 40cbbeaa4e8b: Layer already exists 16:34:32 379067d0cb53: Layer already exists 16:34:32 9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] isUnix [Pipeline] sh 16:34:32 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 16:34:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi 16:34:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:34:32 b65fbaaabdda: Preparing 16:34:32 faf5aeb1d107: Preparing 16:34:32 c0c446ef04c6: Preparing 16:34:32 8cdf2ba0d6c6: Preparing 16:34:32 dec35ccc5c81: Preparing 16:34:32 c1507be57ada: Preparing 16:34:32 7c158ac03d50: Preparing 16:34:32 ca399784ed2e: Preparing 16:34:32 6cf3b9b39d89: Preparing 16:34:32 bccc745e9046: Preparing 16:34:32 8b18bfff5541: Preparing 16:34:32 639b2dbb9529: Preparing 16:34:32 40cbbeaa4e8b: Preparing 16:34:32 379067d0cb53: Preparing 16:34:32 bccc745e9046: Waiting 16:34:32 40cbbeaa4e8b: Waiting 16:34:32 379067d0cb53: Waiting 16:34:32 8b18bfff5541: Waiting 16:34:32 639b2dbb9529: Waiting 16:34:32 c1507be57ada: Waiting 16:34:32 7c158ac03d50: Waiting 16:34:32 ca399784ed2e: Waiting 16:34:32 6cf3b9b39d89: Waiting 16:34:32 b65fbaaabdda: Layer already exists 16:34:32 dec35ccc5c81: Layer already exists 16:34:32 8cdf2ba0d6c6: Layer already exists 16:34:32 c0c446ef04c6: Layer already exists 16:34:32 faf5aeb1d107: Layer already exists 16:34:33 ca399784ed2e: Layer already exists 16:34:33 c1507be57ada: Layer already exists 16:34:33 bccc745e9046: Layer already exists 16:34:33 7c158ac03d50: Layer already exists 16:34:33 6cf3b9b39d89: Layer already exists 16:34:33 8b18bfff5541: Layer already exists 16:34:33 40cbbeaa4e8b: Layer already exists 16:34:33 379067d0cb53: Layer already exists 16:34:33 639b2dbb9529: Layer already exists 16:34:33 hanoi: digest: sha256:d0e60efa14def996ffc040044e435296a1c0d6b5f6e3edd2ced7c40b89c8e5b4 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:34:33 ===================================================== [Pipeline] echo 16:34:33 taggedImages: 16:34:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329 16:34:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 16:34:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9a6eedb96835a64d2bad9fe97e001e25d5234329-1.3.1-dev.1 16:34:33 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:34:35 provisioning config files... 16:34:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5839434524093713722tmp [Pipeline] { [Pipeline] sh 16:34:35 + set +x 16:34:35 + curl -s https://codecov.io/bash 16:34:35 + bash -s -- 16:34:36 16:34:36 _____ _ 16:34:36 / ____| | | 16:34:36 | | ___ __| | ___ ___ _____ __ 16:34:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:34:36 | |___| (_) | (_| | __/ (_| (_) \ V / 16:34:36 \_____\___/ \__,_|\___|\___\___/ \_/ 16:34:36 Bash-20210128-d4071a2 16:34:36 16:34:36 16:34:36 ==> git version 2.24.3 found 16:34:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 16:34:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:34:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:34:36 ==> Jenkins CI detected. 16:34:36 project root: . 16:34:36 --> token set from env 16:34:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:34:36 ==> Running gcov in . (disable via -X gcov) 16:34:36 ==> Python coveragepy not found 16:34:36 ==> Searching for coverage reports in: 16:34:36 + . 16:34:36 -> Found 1 reports 16:34:36 ==> Detecting git/mercurial file structure 16:34:36 ==> Reading reports 16:34:36 + ./coverage.out bytes=539650 16:34:36 ==> Appending adjustments 16:34:36 https://docs.codecov.io/docs/fixing-reports 16:34:39 + Found adjustments 16:34:39 ==> Gzipping contents 16:34:39 84K /tmp/codecov.dCRpXs.gz 16:34:39 ==> Uploading reports 16:34:39 url: https://codecov.io 16:34:39 query: branch=hanoi&commit=9a6eedb96835a64d2bad9fe97e001e25d5234329&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:34:39 -> Pinging Codecov 16:34:39 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=hanoi&commit=9a6eedb96835a64d2bad9fe97e001e25d5234329&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:34:39 -> Uploading to 16:34:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/9a6eedb96835a64d2bad9fe97e001e25d5234329/a5c0e123-fe32-41c9-bccc-f1f4d1700227.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T163439Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6167865002772e66b54f6503c9b9cdbec0ca5adc02b99cc390282dcc2bdcacfb 16:34:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:34:39 Dload Upload Total Spent Left Speed 16:34:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84948 0 0 100 84948 0 150k --:--:-- --:--:-- --:--:-- 150k 16:34:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9a6eedb96835a64d2bad9fe97e001e25d5234329 [Pipeline] } 16:34:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:34:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:34:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:34:41 16:34:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:34:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:34:42 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:34:42 188c0c94c7c5: Already exists 16:34:42 0ef7d3d256c8: Already exists 16:34:42 de9db76c5a1d: Already exists 16:34:42 0eba1c9be4d2: Pulling fs layer 16:34:42 0d57e429df01: Pulling fs layer 16:34:42 4e4be7b47b0d: Pulling fs layer 16:34:42 e1f770b5df2f: Pulling fs layer 16:34:42 85a0685a4137: Pulling fs layer 16:34:42 e1f770b5df2f: Waiting 16:34:42 85a0685a4137: Waiting 16:34:42 4e4be7b47b0d: Download complete 16:34:42 0d57e429df01: Verifying Checksum 16:34:42 0d57e429df01: Download complete 16:34:44 e1f770b5df2f: Verifying Checksum 16:34:44 e1f770b5df2f: Download complete 16:34:46 0eba1c9be4d2: Verifying Checksum 16:34:46 0eba1c9be4d2: Download complete 16:34:46 85a0685a4137: Verifying Checksum 16:34:46 85a0685a4137: Download complete 16:34:53 0eba1c9be4d2: Pull complete 16:34:53 0d57e429df01: Pull complete 16:34:53 4e4be7b47b0d: Pull complete 16:34:56 e1f770b5df2f: Pull complete 16:35:06 85a0685a4137: Pull complete 16:35:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:35:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:35:07 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:35:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:35:08 $ docker top 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 -eo pid,comm [Pipeline] { [Pipeline] echo 16:35:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:35:09 + set -o pipefail 16:35:09 + snyk monitor '--org=edgex-jenkins' 16:35:19 16:35:19 Monitoring /w/workspace/edgex-go/2 (github.com/edgexfoundry/edgex-go)... 16:35:19 16:35:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/94664fd3-5246-4c41-ac84-ae45634838ec 16:35:19 16:35:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:35:19 16:35:19 [Pipeline] } 16:35:19 $ docker stop --time=1 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 16:35:22 $ docker rm -f 467ed72e4a2dc901e7dad5e31b5967d563c29ace40c38ce1eed15f91162eeb88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:35:23 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:35:23 provisioning config files... 16:35:23 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/2@tmp/config387467628497856276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:35:24 --> edgex-publish-swagger.sh 16:35:24 === Publish openapi/v1 API === 16:35:24 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 16:35:24 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/2/openapi/v1/core-command.yaml] 16:35:24 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:24 Dload Upload Total Spent Left Speed 16:35:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8485 0:00:01 0:00:01 --:--:-- 8492 100 10522 0 0 100 10522 0 7485 0:00:01 0:00:01 --:--:-- 7494 16:35:25 16:35:25 16:35:25 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/2/openapi/v1/core-data.yaml] 16:35:25 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:25 Dload Upload Total Spent Left Speed 16:35:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27734 0:00:01 0:00:01 --:--:-- 27755 100 32557 0 0 100 32557 0 27730 0:00:01 0:00:01 --:--:-- 27755 16:35:26 16:35:26 16:35:26 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/2/openapi/v1/core-metadata.yaml] 16:35:26 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:26 Dload Upload Total Spent Left Speed 16:35:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60826 0:00:01 0:00:01 --:--:-- 60825 100 73721 0 0 100 73721 0 59788 0:00:01 0:00:01 --:--:-- 59789 16:35:27 16:35:27 16:35:27 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/2/openapi/v1/support-logging.yaml] 16:35:27 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:27 Dload Upload Total Spent Left Speed 16:35:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11697 0:00:01 0:00:01 --:--:-- 11707 100 13581 0 0 100 13581 0 11695 0:00:01 0:00:01 --:--:-- 11707 16:35:29 16:35:29 16:35:29 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/2/openapi/v1/support-notifications.yaml] 16:35:29 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:29 Dload Upload Total Spent Left Speed 16:35:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35418 0:00:01 0:00:01 --:--:-- 35451 100 38890 0 0 100 38890 0 35413 0:00:01 0:00:01 --:--:-- 35451 16:35:30 16:35:30 16:35:30 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/2/openapi/v1/support-scheduler.yaml] 16:35:30 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:30 Dload Upload Total Spent Left Speed 16:35:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12747 0:00:01 0:00:01 --:--:-- 12756 100 14249 0 0 100 14249 0 12746 0:00:01 0:00:01 --:--:-- 12756 16:35:31 16:35:31 16:35:31 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/2/openapi/v1/system-agent.yaml] 16:35:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:31 Dload Upload Total Spent Left Speed 16:35:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3562 0:00:01 0:00:01 --:--:-- 3564 100 4110 0 0 100 4110 0 3561 0:00:01 0:00:01 --:--:-- 3564 16:35:32 16:35:32 16:35:32 === Publish openapi/v2 API === 16:35:32 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:35:32 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/2/openapi/v2/core-command.yaml] 16:35:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:32 Dload Upload Total Spent Left Speed 16:35:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 27052 0:00:01 0:00:01 --:--:-- 27072 100 29536 0 0 100 29536 0 27046 0:00:01 0:00:01 --:--:-- 27072 16:35:33 16:35:33 16:35:33 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/2/openapi/v2/core-data.yaml] 16:35:33 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:33 Dload Upload Total Spent Left Speed 16:35:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 65634 0 0 24 16384 0 74634 --:--:-- --:--:-- --:--:-- 74472 100 65634 0 0 100 65634 0 55474 0:00:01 0:00:01 --:--:-- 55527 16:35:34 16:35:34 16:35:34 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/2/openapi/v2/core-metadata.yaml] 16:35:34 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:34 Dload Upload Total Spent Left Speed 16:35:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 98476 0:00:01 0:00:01 --:--:-- 98451 16:35:35 16:35:35 16:35:35 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/2/openapi/v2/support-logging.yaml] 16:35:35 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:35 Dload Upload Total Spent Left Speed 16:35:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 20546 0:00:01 0:00:01 --:--:-- 20565 100 23692 0 0 100 23692 0 20543 0:00:01 0:00:01 --:--:-- 20548 16:35:37 16:35:37 16:35:37 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/2/openapi/v2/support-notifications.yaml] 16:35:37 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:37 Dload Upload Total Spent Left Speed 16:35:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52425 0:00:01 0:00:01 --:--:-- 52461 100 62691 0 0 100 62691 0 28533 0:00:02 0:00:02 --:--:-- 28547 100 62691 0 0 100 62691 0 21378 0:00:02 0:00:02 --:--:-- 21374 100 62691 0 0 100 62691 0 21376 0:00:02 0:00:02 --:--:-- 21374 16:35:40 16:35:40 16:35:40 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/2/openapi/v2/support-scheduler.yaml] 16:35:40 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:40 Dload Upload Total Spent Left Speed 16:35:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38267 0:00:01 0:00:01 --:--:-- 38275 100 46198 0 0 100 46198 0 29274 0:00:01 0:00:01 --:--:-- 29294 16:35:41 16:35:41 16:35:41 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/2/openapi/v2/system-agent.yaml] 16:35:41 % Total % Received % Xferd Average Speed Time Time Time Current 16:35:41 Dload Upload Total Spent Left Speed 16:35:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19802 0:00:01 0:00:01 --:--:-- 19804 100 23726 0 0 100 23726 0 10787 0:00:02 0:00:02 --:--:-- 10784 100 23726 0 0 100 23726 0 10781 0:00:02 0:00:02 --:--:-- 10779 16:35:43 16:35:43 [Pipeline] } 16:35:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:35:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:35:44 . [Pipeline] withDockerContainer 16:35:44 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:35:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:35:45 $ docker top 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:35:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:35:46 [ssh-agent] Looking for ssh-agent implementation... 16:35:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:35:46 $ docker exec 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f ssh-agent 16:35:46 SSH_AUTH_SOCK=/tmp/ssh-lW48Wj9yN0fX/agent.13 16:35:46 SSH_AGENT_PID=19 16:35:46 Running ssh-add (command line suppressed) 16:35:46 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1433773175225919945.key (/w/workspace/edgex-go/2@tmp/private_key_1433773175225919945.key) 16:35:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:35:47 + git semver tag 16:35:47 # -> Open(): unable to determine branch for HEAD 16:35:47 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:35:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:35:47 # $SEMVER_REMOTE_NAME = origin 16:35:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:35:47 # $SEMVER_USER_NAME = edgex-jenkins 16:35:47 # $SEMVER_BRANCH = hanoi 16:35:47 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver 16:35:47 # 9a6eedb96835a64d2bad9fe97e001e25d5234329 HEAD 16:35:48 # -> Force: false 16:35:48 # 16:35:48 git-semver-tag: tag already exists [Pipeline] } 16:35:48 $ docker exec --env ******** --env ******** 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f ssh-agent -k 16:35:48 unset SSH_AUTH_SOCK; 16:35:48 unset SSH_AGENT_PID; 16:35:48 echo Agent pid 19 killed; 16:35:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 16:35:48 $ docker stop --time=1 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f 16:35:50 $ docker rm -f 1c5c787b269c199e155aaab0da0b80becbe307a929e2d8fc55607c77016b899f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" 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 16:35:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:35:52 ---> package-listing.sh 16:35:52 ++ facter osfamily 16:35:52 ++ tr '[:upper:]' '[:lower:]' 16:35:52 + OS_FAMILY=redhat 16:35:52 + workspace=/w/workspace/edgex-go/2 16:35:52 + START_PACKAGES=/tmp/packages_start.txt 16:35:52 + END_PACKAGES=/tmp/packages_end.txt 16:35:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:35:52 + PACKAGES=/tmp/packages_start.txt 16:35:52 + '[' /w/workspace/edgex-go/2 ']' 16:35:52 + PACKAGES=/tmp/packages_end.txt 16:35:52 + case "${OS_FAMILY}" in 16:35:52 + rpm -qa 16:35:52 + sort 16:35:57 + '[' -f /tmp/packages_start.txt ']' 16:35:57 + '[' -f /tmp/packages_end.txt ']' 16:35:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:35:57 + '[' /w/workspace/edgex-go/2 ']' 16:35:57 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:35:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:35:57 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:35:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:35:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:58 16:35:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:35:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:35:58 alpine: Pulling from edgex-lftools-log-publisher 16:35:58 df20fa9351a1: Pulling fs layer 16:35:58 36b3adc4ff6f: Pulling fs layer 16:35:58 8ad3a11d3b57: Pulling fs layer 16:35:58 46f8f816bc3b: Pulling fs layer 16:35:58 93b61091891f: Pulling fs layer 16:35:58 93b9cdb0e59b: Pulling fs layer 16:35:58 5e14af77c1be: Pulling fs layer 16:35:58 01666e4c0597: Pulling fs layer 16:35:58 aa168da1d23b: Pulling fs layer 16:35:58 46f8f816bc3b: Waiting 16:35:58 01666e4c0597: Waiting 16:35:58 93b9cdb0e59b: Waiting 16:35:58 aa168da1d23b: Waiting 16:35:58 5e14af77c1be: Waiting 16:35:58 36b3adc4ff6f: Verifying Checksum 16:35:58 36b3adc4ff6f: Download complete 16:35:58 46f8f816bc3b: Verifying Checksum 16:35:58 46f8f816bc3b: Download complete 16:35:58 df20fa9351a1: Verifying Checksum 16:35:58 df20fa9351a1: Download complete 16:35:58 93b9cdb0e59b: Verifying Checksum 16:35:58 93b9cdb0e59b: Download complete 16:35:58 5e14af77c1be: Verifying Checksum 16:35:58 5e14af77c1be: Download complete 16:35:58 01666e4c0597: Verifying Checksum 16:35:58 01666e4c0597: Download complete 16:35:58 93b61091891f: Download complete 16:35:59 8ad3a11d3b57: Verifying Checksum 16:35:59 8ad3a11d3b57: Download complete 16:35:59 df20fa9351a1: Pull complete 16:35:59 36b3adc4ff6f: Pull complete 16:36:00 8ad3a11d3b57: Pull complete 16:36:00 46f8f816bc3b: Pull complete 16:36:01 aa168da1d23b: Verifying Checksum 16:36:01 aa168da1d23b: Download complete 16:36:01 93b61091891f: Pull complete 16:36:01 93b9cdb0e59b: Pull complete 16:36:01 5e14af77c1be: Pull complete 16:36:02 01666e4c0597: Pull complete 16:36:10 aa168da1d23b: Pull complete 16:36:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:36:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:36:10 prd-centos7-docker-4c-2g-23776 does not seem to be running inside a container 16:36:10 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:36:14 $ docker top a34a01ab8a363c3243fe183390cb123572fdf4a95165042a0a9c8f6694cc9755 -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:14 + touch /tmp/pre-build-complete [Pipeline] sh 16:36:15 + mkdir -p /var/log/sa [Pipeline] sh 16:36:15 + ls /var/log/sa-host 16:36:15 + sadf -c /var/log/sa-host/sa23 16:36:15 file_magic: OK 16:36:15 HZ: Using current value: 100 16:36:15 file_header: OK 16:36:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:36:15 Statistics: 16:36:15 Hnuu...uuuununununu... 16:36:15 File successfully converted to sysstat format version 12.2.1 16:36:15 + sadf -c /var/log/sa-host/sa28 16:36:15 file_magic: OK 16:36:15 HZ: Using current value: 100 16:36:15 file_header: OK 16:36:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:36:15 Statistics: 16:36:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:36:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:36:16 provisioning config files... 16:36:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6465755427077333812tmp [Pipeline] { [Pipeline] echo 16:36:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:36:16 ---> create-netrc.sh [Pipeline] } 16:36:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:36:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:36:17 ---> python-tools-install.sh [Pipeline] echo 16:36:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:36:17 ---> sudo-logs.sh 16:36:17 Archiving 'sudo' log.. [Pipeline] echo 16:36:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:36:17 ---> job-cost.sh 16:36:17 lf-activate-venv: SKIPPING 16:36:17 INFO: No Stack... 16:36:18 INFO: Retrieving Pricing Info for: v1-standard-2 16:36:18 INFO: Archiving Costs [Pipeline] echo 16:36:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:36:19 ---> logs-deploy.sh 16:36:19 lf-activate-venv: SKIPPING 16:36:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/2 16:36:19 INFO: archiving workspace using pattern(s): 16:36:21 Archives upload complete. 16:36:21 INFO: archiving logs to Nexus 16:36:22 ---> uname -a: 16:36:22 Linux prd-centos7-docker-4c-2g-23776.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:36:22 16:36:22 16:36:22 ---> lscpu: 16:36:22 Architecture: x86_64 16:36:22 CPU op-mode(s): 32-bit, 64-bit 16:36:22 Byte Order: Little Endian 16:36:22 Address sizes: 40 bits physical, 48 bits virtual 16:36:22 CPU(s): 4 16:36:22 On-line CPU(s) list: 0-3 16:36:22 Thread(s) per core: 1 16:36:22 Core(s) per socket: 1 16:36:22 Socket(s): 4 16:36:22 NUMA node(s): 1 16:36:22 Vendor ID: GenuineIntel 16:36:22 CPU family: 6 16:36:22 Model: 44 16:36:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:36:22 Stepping: 1 16:36:22 CPU MHz: 2933.438 16:36:22 BogoMIPS: 5866.87 16:36:22 Virtualization: VT-x 16:36:22 Hypervisor vendor: KVM 16:36:22 Virtualization type: full 16:36:22 L1d cache: 128 KiB 16:36:22 L1i cache: 128 KiB 16:36:22 L2 cache: 16 MiB 16:36:22 L3 cache: 64 MiB 16:36:22 NUMA node0 CPU(s): 0-3 16:36:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:36:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:36:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:36:22 Vulnerability Meltdown: Mitigation; PTI 16:36:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:36:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:36:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:36:22 Vulnerability Srbds: Not affected 16:36:22 Vulnerability Tsx async abort: Not affected 16:36:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:36:22 16:36:22 16:36:22 ---> nproc: 16:36:22 4 16:36:22 16:36:22 16:36:22 ---> df -h: 16:36:22 Filesystem Size Used Available Use% Mounted on 16:36:22 overlay 50.0G 13.5G 36.5G 27% / 16:36:22 tmpfs 64.0M 0 64.0M 0% /dev 16:36:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:36:22 shm 64.0M 0 64.0M 0% /dev/shm 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/2@tmp 16:36:22 /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/2 16:36:22 16:36:22 16:36:22 ---> free -m: 16:36:22 total used free shared buff/cache available 16:36:22 Mem: 1837 728 146 0 962 1031 16:36:22 Swap: 1023 77 946 16:36:22 16:36:22 16:36:22 ---> ip addr: 16:36:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:36:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:36:22 inet 127.0.0.1/8 scope host lo 16:36:22 valid_lft forever preferred_lft forever 16:36:22 inet6 ::1/128 scope host 16:36:22 valid_lft forever preferred_lft forever 16:36:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:36:22 link/ether fa:16:3e:bd:62:ec brd ff:ff:ff:ff:ff:ff 16:36:22 inet 10.30.123.238/23 brd 10.30.123.255 scope global dynamic eth0 16:36:22 valid_lft 85320sec preferred_lft 85320sec 16:36:22 inet6 fe80::f816:3eff:febd:62ec/64 scope link 16:36:22 valid_lft forever preferred_lft forever 16:36:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:36:22 link/ether 02:42:ea:1b:d4:17 brd ff:ff:ff:ff:ff:ff 16:36:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:36:22 valid_lft forever preferred_lft forever 16:36:22 inet6 fe80::42:eaff:fe1b:d417/64 scope link 16:36:22 valid_lft forever preferred_lft forever 16:36:22 16:36:22 16:36:22 ---> sar -b -r -n DEV: 16:36:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 16:36:22 16:36:22 16:18:11 LINUX RESTART (4 CPU) 16:36:22 16:36:22 16:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:36:22 16:20:01 94.89 38.50 56.39 0.00 6056.31 17724.81 0.00 16:36:22 16:21:01 280.22 102.13 178.09 0.00 6543.85 59300.58 0.00 16:36:22 16:22:01 264.88 126.66 138.21 0.00 5237.63 17388.85 0.00 16:36:22 16:23:01 165.46 98.98 66.47 0.00 4149.29 9971.08 0.00 16:36:22 16:24:02 987.43 728.48 258.94 0.00 95429.73 168631.90 0.00 16:36:22 16:25:01 2360.37 2027.02 333.35 0.00 149495.02 157732.36 0.00 16:36:22 16:26:02 463.44 181.68 281.76 0.00 40561.84 98804.42 0.00 16:36:22 16:27:01 2080.00 1739.13 340.87 0.00 154517.75 158929.73 0.00 16:36:22 16:28:02 1242.24 925.52 316.71 0.00 70096.83 81696.66 0.00 16:36:22 16:29:01 155.61 49.55 106.06 0.00 7138.78 5522.21 0.00 16:36:22 16:30:01 17.54 10.50 7.04 0.00 1032.89 154.03 0.00 16:36:22 16:31:01 0.47 0.10 0.37 0.00 0.80 6.65 0.00 16:36:22 16:32:01 0.32 0.02 0.30 0.00 0.27 3.13 0.00 16:36:22 16:33:02 0.30 0.07 0.23 0.00 0.53 2.70 0.00 16:36:22 16:34:01 2.35 2.00 0.36 0.00 151.87 6.23 0.00 16:36:22 16:35:01 109.14 28.21 80.93 0.00 1401.69 24006.00 0.00 16:36:22 16:36:01 258.83 178.59 80.24 0.00 12526.63 14565.08 0.00 16:36:22 Average: 498.50 366.18 132.33 0.00 32565.70 47947.73 0.00 16:36:22 16:36:22 16:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:36:22 16:20:01 290608 0 592936 31.51 2620 995380 1196736 40.84 522180 865980 42424 16:36:22 16:21:01 109528 0 695356 36.96 1592 1075068 1317804 44.97 597724 901316 8 16:36:22 16:22:01 349908 0 809360 43.02 516 721760 1787012 60.99 649956 602092 35164 16:36:22 16:23:01 176284 0 790488 42.01 488 914284 1447456 49.40 674024 743600 40300 16:36:22 16:24:02 497788 0 670828 35.65 100 712828 1366084 46.62 464320 708284 0 16:36:22 16:25:01 258776 0 1110916 59.04 100 511752 3382852 115.45 720212 633976 24320 16:36:22 16:26:02 86904 0 797480 42.38 100 997060 2165968 73.92 735852 827740 47992 16:36:22 16:27:01 469536 0 754344 40.09 92 657572 2523476 86.12 546344 627812 500 16:36:22 16:28:02 233616 0 679464 36.11 88 968376 1598312 54.55 482856 913648 12 16:36:22 16:29:01 364032 0 646092 34.34 88 871332 1448472 49.43 456720 816760 28 16:36:22 16:30:01 366184 0 616800 32.78 88 898472 1235828 42.18 484884 789520 8 16:36:22 16:31:01 375040 0 607932 32.31 88 898484 1170836 39.96 478700 788548 8 16:36:22 16:32:01 375308 0 607660 32.30 88 898488 1170836 39.96 478704 788552 8 16:36:22 16:33:02 374348 0 608612 32.35 88 898496 1171056 39.97 479704 788572 8 16:36:22 16:34:01 367704 0 611412 32.50 88 902340 1170984 39.96 485540 788972 8 16:36:22 16:35:01 82992 0 727032 38.64 88 1071432 1598872 54.57 633724 874888 82328 16:36:22 16:36:01 75128 0 689600 36.65 88 1116728 1365432 46.60 650624 866740 103512 16:36:22 Average: 285511 0 706842 37.57 376 888815 1595177 54.44 561298 783941 22155 16:36:22 16:36:22 16:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:36:22 16:20:01 vethad03a53 885.34 763.93 83.73 2674.14 0.00 0.00 0.00 0.00 16:36:22 16:20:01 eth0 1253.21 1267.32 4700.92 147.54 0.00 0.00 0.00 0.00 16:36:22 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:20:01 docker0 885.34 763.79 71.63 2674.13 0.00 0.00 0.00 0.00 16:36:22 16:21:01 eth0 678.54 542.38 4960.56 54.62 0.00 0.00 0.00 0.00 16:36:22 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:21:01 docker0 126.05 167.32 8.75 830.29 0.00 0.00 0.00 0.00 16:36:22 16:22:01 eth0 48.50 35.27 33.36 77.25 0.00 0.00 0.00 0.00 16:36:22 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:22:01 vetha48a9bd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:23:01 eth0 28.23 15.25 24.54 12.97 0.00 0.00 0.00 0.00 16:36:22 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:23:01 vetha48a9bd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:24:02 vethef792ce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:24:02 eth0 191.60 165.25 1690.40 78.08 0.00 0.00 0.00 0.00 16:36:22 16:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:25:01 vethef792ce 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:25:01 eth0 43.20 23.18 165.06 9.10 0.00 0.00 0.00 0.00 16:36:22 16:25:01 veth9fc4eae 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:26:02 vethef792ce 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:26:02 eth0 54.49 29.98 196.18 13.80 0.00 0.00 0.00 0.00 16:36:22 16:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:26:02 docker0 1018.39 955.61 80.47 3689.38 0.00 0.00 0.00 0.00 16:36:22 16:27:01 vethef792ce 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:27:01 eth0 52.03 32.96 85.36 86.26 0.00 0.00 0.00 0.00 16:36:22 16:27:01 veth577a89f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:28:02 veth5412ed0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:28:02 vethef792ce 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 16:36:22 16:28:02 eth0 121.48 68.99 453.44 83.76 0.00 0.00 0.00 0.00 16:36:22 16:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:29:01 eth0 337.50 309.31 257.76 1021.98 0.00 0.00 0.00 0.00 16:36:22 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:29:01 docker0 1102.01 1076.42 86.07 4379.28 0.00 0.00 0.00 0.00 16:36:22 16:30:01 eth0 175.53 171.80 76.16 728.41 0.00 0.00 0.00 0.00 16:36:22 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:31:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:36:22 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:32:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:36:22 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:33:02 eth0 0.48 0.42 0.27 0.21 0.00 0.00 0.00 0.00 16:36:22 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:34:01 eth0 0.25 0.19 0.14 0.07 0.00 0.00 0.00 0.00 16:36:22 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:35:01 eth0 425.69 375.61 4020.32 32.79 0.00 0.00 0.00 0.00 16:36:22 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:36:01 eth0 311.30 271.55 2432.06 96.20 0.00 0.00 0.00 0.00 16:36:22 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 16:36:01 docker0 33.59 32.21 3.13 223.71 0.00 0.00 0.00 0.00 16:36:22 Average: eth0 219.17 194.81 1126.03 142.93 0.00 0.00 0.00 0.00 16:36:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:36:22 Average: docker0 65.80 64.24 5.17 266.82 0.00 0.00 0.00 0.00 16:36:22 16:36:22 16:36:22 ---> sar -P ALL: 16:36:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 16:36:22 16:36:22 16:18:11 LINUX RESTART (4 CPU) 16:36:22 16:36:22 16:19:01 CPU %user %nice %system %iowait %steal %idle 16:36:22 16:20:01 all 11.76 0.00 4.34 1.38 0.06 82.46 16:36:22 16:20:01 0 13.70 0.00 5.73 2.19 0.05 78.33 16:36:22 16:20:01 1 10.16 0.00 4.20 1.27 0.07 84.30 16:36:22 16:20:01 2 14.38 0.00 3.90 1.26 0.07 80.39 16:36:22 16:20:01 3 8.84 0.00 3.55 0.80 0.05 86.77 16:36:22 16:21:01 all 12.19 0.00 7.93 4.14 0.19 75.54 16:36:22 16:21:01 0 11.54 0.00 8.31 3.21 0.17 76.76 16:36:22 16:21:01 1 13.29 0.00 7.59 6.77 0.19 72.16 16:36:22 16:21:01 2 12.82 0.00 7.42 2.69 0.19 76.88 16:36:22 16:21:01 3 11.11 0.00 8.42 3.87 0.22 76.38 16:36:22 16:22:01 all 44.64 0.00 10.92 6.23 0.08 38.14 16:36:22 16:22:01 0 44.42 0.00 11.07 3.91 0.09 40.51 16:36:22 16:22:01 1 42.23 0.00 10.63 7.85 0.05 39.24 16:36:22 16:22:01 2 44.60 0.00 11.19 7.27 0.12 36.82 16:36:22 16:22:01 3 47.31 0.00 10.78 5.88 0.05 35.98 16:36:22 16:23:01 all 55.36 0.00 12.59 2.64 0.08 29.33 16:36:22 16:23:01 0 55.93 0.00 13.13 2.39 0.05 28.50 16:36:22 16:23:01 1 55.39 0.00 12.39 2.86 0.07 29.30 16:36:22 16:23:01 2 56.03 0.00 12.16 2.95 0.07 28.79 16:36:22 16:23:01 3 54.11 0.00 12.69 2.36 0.12 30.73 16:36:22 16:24:02 all 21.14 0.00 19.03 8.87 0.17 50.78 16:36:22 16:24:02 0 20.76 0.00 18.23 6.72 0.16 54.14 16:36:22 16:24:02 1 21.64 0.00 19.76 10.14 0.17 48.28 16:36:22 16:24:02 2 19.66 0.00 19.44 10.74 0.19 49.97 16:36:22 16:24:02 3 22.52 0.00 18.69 7.87 0.17 50.74 16:36:22 16:25:01 all 27.68 0.00 20.87 28.70 0.17 22.58 16:36:22 16:25:01 0 26.30 0.00 20.97 29.23 0.23 23.27 16:36:22 16:25:01 1 28.48 0.00 20.79 28.28 0.14 22.31 16:36:22 16:25:01 2 27.30 0.00 20.23 30.21 0.16 22.11 16:36:22 16:25:01 3 28.66 0.00 21.50 27.04 0.16 22.65 16:36:22 16:26:02 all 47.12 0.00 14.85 16.85 0.11 21.08 16:36:22 16:26:02 0 46.16 0.00 14.48 13.46 0.14 25.76 16:36:22 16:26:02 1 46.76 0.00 14.35 17.50 0.15 21.24 16:36:22 16:26:02 2 48.35 0.00 15.34 16.02 0.08 20.21 16:36:22 16:26:02 3 47.17 0.00 15.21 20.36 0.09 17.18 16:36:22 16:27:01 all 42.12 0.00 22.05 23.89 0.09 11.85 16:36:22 16:27:01 0 40.88 0.00 22.08 24.00 0.14 12.90 16:36:22 16:27:01 1 42.10 0.00 21.74 25.41 0.07 10.68 16:36:22 16:27:01 2 43.85 0.00 21.02 22.16 0.07 12.90 16:36:22 16:27:01 3 41.66 0.00 23.37 23.98 0.07 10.92 16:36:22 16:28:02 all 33.01 0.00 16.26 24.22 0.17 26.34 16:36:22 16:28:02 0 33.26 0.00 16.15 21.78 0.12 28.69 16:36:22 16:28:02 1 33.15 0.00 15.58 25.31 0.22 25.74 16:36:22 16:28:02 2 33.36 0.00 16.62 23.47 0.17 26.37 16:36:22 16:28:02 3 32.28 0.00 16.70 26.32 0.17 24.52 16:36:22 16:29:01 all 12.19 0.00 5.96 4.97 0.37 76.50 16:36:22 16:29:01 0 13.31 0.00 6.40 3.99 0.45 75.85 16:36:22 16:29:01 1 12.06 0.00 6.28 7.68 0.36 73.62 16:36:22 16:29:01 2 11.83 0.00 5.56 3.77 0.35 78.49 16:36:22 16:29:01 3 11.56 0.00 5.62 4.45 0.31 78.06 16:36:22 16:30:01 all 4.38 0.00 1.30 0.40 0.05 93.87 16:36:22 16:30:01 0 4.59 0.00 1.48 0.18 0.03 93.71 16:36:22 16:30:01 1 4.61 0.00 1.33 0.40 0.05 93.61 16:36:22 16:30:01 2 4.31 0.00 1.31 0.85 0.07 93.47 16:36:22 16:30:01 3 4.01 0.00 1.11 0.17 0.03 94.68 16:36:22 16:36:22 16:30:01 CPU %user %nice %system %iowait %steal %idle 16:36:22 16:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:36:22 16:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:36:22 16:31:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:36:22 16:31:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:36:22 16:31:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:36:22 16:32:01 all 0.17 0.00 0.08 0.00 0.02 99.73 16:36:22 16:32:01 0 0.05 0.00 0.07 0.00 0.02 99.87 16:36:22 16:32:01 1 0.55 0.00 0.13 0.00 0.02 99.30 16:36:22 16:32:01 2 0.07 0.00 0.08 0.00 0.03 99.82 16:36:22 16:32:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:36:22 16:33:02 all 0.17 0.00 0.03 0.00 0.01 99.79 16:36:22 16:33:02 0 0.02 0.00 0.00 0.00 0.02 99.97 16:36:22 16:33:02 1 0.52 0.00 0.02 0.00 0.00 99.47 16:36:22 16:33:02 2 0.05 0.00 0.05 0.00 0.03 99.87 16:36:22 16:33:02 3 0.10 0.00 0.03 0.00 0.00 99.87 16:36:22 16:34:01 all 0.13 0.00 0.06 0.03 0.00 99.78 16:36:22 16:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:36:22 16:34:01 1 0.19 0.00 0.10 0.08 0.00 99.63 16:36:22 16:34:01 2 0.25 0.00 0.08 0.02 0.00 99.64 16:36:22 16:34:01 3 0.05 0.00 0.05 0.00 0.02 99.88 16:36:22 16:35:01 all 7.19 0.00 4.67 1.79 0.68 85.67 16:36:22 16:35:01 0 6.74 0.00 5.43 2.55 0.61 84.66 16:36:22 16:35:01 1 8.27 0.00 4.05 1.86 0.76 85.06 16:36:22 16:35:01 2 6.74 0.00 4.51 2.46 0.61 85.69 16:36:22 16:35:01 3 7.00 0.00 4.70 0.29 0.73 87.28 16:36:22 16:36:01 all 7.34 0.00 5.07 4.50 0.48 82.60 16:36:22 16:36:01 0 7.11 0.00 5.41 3.47 0.42 83.60 16:36:22 16:36:01 1 6.39 0.00 4.88 4.17 0.56 84.00 16:36:22 16:36:01 2 8.99 0.00 5.62 5.54 0.39 79.46 16:36:22 16:36:01 3 6.90 0.00 4.39 4.83 0.53 83.36 16:36:22 Average: all 19.00 0.00 8.48 7.45 0.16 64.91 16:36:22 Average: 0 18.88 0.00 8.65 6.78 0.16 65.54 16:36:22 Average: 1 19.00 0.00 8.35 8.10 0.17 64.38 16:36:22 Average: 2 19.37 0.00 8.41 7.51 0.15 64.56 16:36:22 Average: 3 18.77 0.00 8.50 7.41 0.16 65.16 16:36:22 16:36:22 16:36:22