Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b46b7e8111e4043173f976c96fadf622ec12f3cd 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23925 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 b46b7e8111e4043173f976c96fadf622ec12f3cd (hanoi) > git config core.sparsecheckout # timeout=10 > git checkout -f b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 Commit message: "Merge pull request #3099 from weichou1229/issue-3098" > git rev-list --no-walk 9a6eedb96835a64d2bad9fe97e001e25d5234329 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:51:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:51:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:51:19 ========================================================= 07:51:19 EdgeX Global Pipelines Version Info 07:51:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:51:21 ------------------- 07:51:21 stable info: 07:51:21 ------------------- 07:51:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:51:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:51:21 Message: update stable to v1.0.179 07:51:22 ------------------- 07:51:22 experimental info: 07:51:22 ------------------- 07:51:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:51:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:51:22 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:51:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:51:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] echo 07:51:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b46b7e8 [Pipeline] echo 07:51:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:51:25 provisioning config files... 07:51:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5899112632025893776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:51:25 ---> docker-login.sh 07:51:25 nexus3.edgexfoundry.org:10001 07:51:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:51:26 Configure a credential helper to remove this warning. See 07:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:51:26 07:51:26 Login Succeeded 07:51:26 nexus3.edgexfoundry.org:10002 07:51:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:51:26 Configure a credential helper to remove this warning. See 07:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:51:26 07:51:26 Login Succeeded 07:51:26 nexus3.edgexfoundry.org:10003 07:51:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:51:26 Configure a credential helper to remove this warning. See 07:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:51:26 07:51:26 Login Succeeded 07:51:26 nexus3.edgexfoundry.org:10004 07:51:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:51:26 Configure a credential helper to remove this warning. See 07:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:51:26 07:51:26 Login Succeeded 07:51:26 docker.io 07:51:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:51:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:51:26 Configure a credential helper to remove this warning. See 07:51:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:51:26 07:51:26 Login Succeeded 07:51:26 ---> docker-login.sh ends [Pipeline] } 07:51:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:51:27 ++ 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 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/core-command/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo core-command,cmd/core-command/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/core-data/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo core-data,cmd/core-data/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/core-metadata/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo core-metadata,cmd/core-metadata/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/security-proxy-setup/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/security-secrets-setup/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/support-logging/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo support-logging,cmd/support-logging/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/support-notifications/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo support-notifications,cmd/support-notifications/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/support-scheduler/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:51:27 + for file in '`ls cmd/**/Dockerfile`' 07:51:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:51:27 ++ cut -d/ -f2 07:51:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:51:27 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 07:51:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:51:28 07:51:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:51:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:51:28 latest: Pulling from edgex-devops/git-semver 07:51:28 31603596830f: Pulling fs layer 07:51:28 2a8b12db71e7: Pulling fs layer 07:51:28 6ca5941a6612: Pulling fs layer 07:51:28 ecc8261a40a4: Pulling fs layer 07:51:28 ecc8261a40a4: Waiting 07:51:28 2a8b12db71e7: Verifying Checksum 07:51:28 2a8b12db71e7: Download complete 07:51:28 31603596830f: Verifying Checksum 07:51:28 31603596830f: Download complete 07:51:28 ecc8261a40a4: Verifying Checksum 07:51:28 ecc8261a40a4: Download complete 07:51:28 6ca5941a6612: Verifying Checksum 07:51:28 6ca5941a6612: Download complete 07:51:29 31603596830f: Pull complete 07:51:29 2a8b12db71e7: Pull complete 07:51:30 6ca5941a6612: Pull complete 07:51:30 ecc8261a40a4: Pull complete 07:51:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:51:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:51:30 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 07:51:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:51:33 $ docker top f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:51:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:51:33 [ssh-agent] Looking for ssh-agent implementation... 07:51:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:51:33 $ docker exec f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent 07:51:33 SSH_AUTH_SOCK=/tmp/ssh-8yIiJGLU7OSg/agent.12 07:51:33 SSH_AGENT_PID=17 07:51:33 Running ssh-add (command line suppressed) 07:51:34 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8085526758402850073.key (/w/workspace/edgex-go/3@tmp/private_key_8085526758402850073.key) 07:51:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:51:34 + git tag --points-at HEAD [Pipeline] } 07:51:34 $ docker exec --env ******** --env ******** f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent -k 07:51:34 unset SSH_AUTH_SOCK; 07:51:34 unset SSH_AGENT_PID; 07:51:34 echo Agent pid 17 killed; 07:51:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:51:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:51:34 [ssh-agent] Looking for ssh-agent implementation... 07:51:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:51:34 $ docker exec f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent 07:51:35 SSH_AUTH_SOCK=/tmp/ssh-oYRJPwHS6sOz/agent.47 07:51:35 SSH_AGENT_PID=53 07:51:35 Running ssh-add (command line suppressed) 07:51:35 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8047134051246549704.key (/w/workspace/edgex-go/3@tmp/private_key_8047134051246549704.key) 07:51:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:51:35 + git semver init 07:51:35 # -> Open(): unable to determine branch for HEAD 07:51:35 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:51:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:51:35 # $SEMVER_REMOTE_NAME = origin 07:51:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:51:35 # $SEMVER_USER_NAME = edgex-jenkins 07:51:35 # $SEMVER_BRANCH = hanoi 07:51:35 # $SEMVER_TEMP = /tmp/semver-804811819 07:51:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:51:53 # '/tmp/semver-804811819' -> '/w/workspace/edgex-go/3/.semver' 07:51:53 # -> Force: false 07:51:53 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:51:53 $ docker exec --env ******** --env ******** f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca ssh-agent -k 07:51:54 unset SSH_AUTH_SOCK; 07:51:54 unset SSH_AGENT_PID; 07:51:54 echo Agent pid 53 killed; 07:51:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:51:54 + git semver [Pipeline] } 07:51:54 $ docker stop --time=1 f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca 07:51:56 $ docker rm -f f8a68439315f1b5fc8c85dddd22f31a5f16346e0ae608c05dfdc83ab17fa39ca [Pipeline] // withDockerContainer [Pipeline] sh 07:51:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:51:57 Stashed 1 file(s) [Pipeline] echo 07:51:57 [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 07:51:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:51:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:51:58 + sudo service docker restart 07:51:58 + true 07:51:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:51:59 ========================================================= 07:51:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:51:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:51:59 + 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 . 07:52:05 Sending build context to Docker daemon 327.4MB 07:52:05 Step 1/7 : ARG BASE=golang:1.15-alpine 07:52:05 Step 2/7 : FROM ${BASE} 07:52:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:52:05 188c0c94c7c5: Pulling fs layer 07:52:05 0ef7d3d256c8: Pulling fs layer 07:52:05 de9db76c5a1d: Pulling fs layer 07:52:05 bca2f99d35d6: Pulling fs layer 07:52:05 93359f2a8cfa: Pulling fs layer 07:52:05 7c6f9722023f: Pulling fs layer 07:52:05 a35cf1a2eb13: Pulling fs layer 07:52:05 93359f2a8cfa: Waiting 07:52:05 7c6f9722023f: Waiting 07:52:05 a35cf1a2eb13: Waiting 07:52:05 bca2f99d35d6: Waiting 07:52:05 de9db76c5a1d: Download complete 07:52:05 0ef7d3d256c8: Verifying Checksum 07:52:05 0ef7d3d256c8: Download complete 07:52:05 93359f2a8cfa: Verifying Checksum 07:52:05 93359f2a8cfa: Download complete 07:52:05 7c6f9722023f: Verifying Checksum 07:52:05 7c6f9722023f: Download complete 07:52:05 188c0c94c7c5: Verifying Checksum 07:52:05 188c0c94c7c5: Download complete 07:52:05 188c0c94c7c5: Pull complete 07:52:05 0ef7d3d256c8: Pull complete 07:52:05 de9db76c5a1d: Pull complete 07:52:06 a35cf1a2eb13: Verifying Checksum 07:52:06 a35cf1a2eb13: Download complete 07:52:06 bca2f99d35d6: Verifying Checksum 07:52:06 bca2f99d35d6: Download complete 07:52:12 bca2f99d35d6: Pull complete 07:52:12 93359f2a8cfa: Pull complete 07:52:12 7c6f9722023f: Pull complete 07:52:12 Still waiting to schedule task 07:52:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:52:17 a35cf1a2eb13: Pull complete 07:52:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:52:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:52:17 ---> a62c8e92a672 07:52:17 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 07:52:17 ---> Running in c9cf91c40d4b 07:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:19 (1/12) Installing libmagic (5.38-r0) 07:52:20 (2/12) Installing file (5.38-r0) 07:52:20 (3/12) Installing libc-dev (0.7.2-r3) 07:52:20 (4/12) Installing g++ (9.3.0-r2) 07:52:27 (5/12) Installing fortify-headers (1.1-r0) 07:52:27 (6/12) Installing patch (2.7.6-r6) 07:52:27 (7/12) Installing build-base (0.5-r2) 07:52:27 (8/12) Installing libsodium (1.0.18-r0) 07:52:27 (9/12) Installing pkgconf (1.7.2-r0) 07:52:27 (10/12) Installing libsodium-dev (1.0.18-r0) 07:52:27 (11/12) Installing libzmq (4.3.3-r0) 07:52:27 (12/12) Installing zeromq-dev (4.3.3-r0) 07:52:27 Executing busybox-1.31.1-r19.trigger 07:52:27 OK: 233 MiB in 51 packages 07:52:31 Removing intermediate container c9cf91c40d4b 07:52:31 ---> d1646ba80f2d 07:52:31 Step 4/7 : WORKDIR /edgex-go 07:52:31 ---> Running in cf48756102e2 07:52:31 Removing intermediate container cf48756102e2 07:52:31 ---> 321d6833b097 07:52:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:52:32 latest: Pulling from library/docker 07:52:32 801bfaa63ef2: Pulling fs layer 07:52:32 4f7dc993c79e: Pulling fs layer 07:52:32 d39d95e4997f: Pulling fs layer 07:52:32 ae283de69b7d: Pulling fs layer 07:52:32 1962c7344fe5: Pulling fs layer 07:52:32 aa7a3367c785: Pulling fs layer 07:52:32 5e259227d438: Pulling fs layer 07:52:32 1962c7344fe5: Waiting 07:52:32 5e259227d438: Waiting 07:52:32 aa7a3367c785: Waiting 07:52:32 ae283de69b7d: Waiting 07:52:32 d39d95e4997f: Verifying Checksum 07:52:32 d39d95e4997f: Download complete 07:52:32 4f7dc993c79e: Download complete 07:52:32 801bfaa63ef2: Verifying Checksum 07:52:32 801bfaa63ef2: Download complete 07:52:32 1962c7344fe5: Verifying Checksum 07:52:32 1962c7344fe5: Download complete 07:52:32 aa7a3367c785: Verifying Checksum 07:52:32 aa7a3367c785: Download complete 07:52:32 5e259227d438: Verifying Checksum 07:52:32 5e259227d438: Download complete 07:52:32 801bfaa63ef2: Pull complete 07:52:32 4f7dc993c79e: Pull complete 07:52:33 d39d95e4997f: Pull complete 07:52:33 ae283de69b7d: Verifying Checksum 07:52:33 ae283de69b7d: Download complete 07:52:36 ae283de69b7d: Pull complete 07:52:36 1962c7344fe5: Pull complete 07:52:36 aa7a3367c785: Pull complete 07:52:36 5e259227d438: Pull complete 07:52:36 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 07:52:36 Status: Downloaded newer image for docker:latest 07:52:38 ---> 2079f4160e75 07:52:38 Step 6/7 : COPY go.mod . 07:52:38 ---> c590d7a1cd22 07:52:38 Step 7/7 : RUN go mod download 07:52:38 ---> Running in 9f2410090108 07:53:00 Removing intermediate container 9f2410090108 07:53:00 ---> 93cb41bdcba6 07:53:00 Successfully built 93cb41bdcba6 07:53:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:53:00 + docker inspect -f . ci-base-image-x86_64 07:53:00 . [Pipeline] withDockerContainer 07:53:00 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 07:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:53:01 $ docker top d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:02 + go version 07:53:02 go version go1.15.5 linux/amd64 [Pipeline] } 07:53:02 $ docker stop --time=1 d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 07:53:03 $ docker rm -f d9fbb0443943a3ac390cf71ebc7ca636ad4ff1c30c4774eb6f6f5bcdd7c8e6f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:53:04 + docker inspect -f . ci-base-image-x86_64 07:53:04 . [Pipeline] withDockerContainer 07:53:04 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 07:53:04 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:53:05 $ docker top 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de -eo pid,comm [Pipeline] { [Pipeline] echo 07:53:05 ========================================================= 07:53:05 [edgeXBuildGoParallel] Running Tests and Build... 07:53:05 ========================================================= [Pipeline] sh 07:53:06 + make test 07:53:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:53:14 ? github.com/edgexfoundry/edgex-go [no test files] 07:53:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:53:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:53:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:53:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:53:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:53:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:53:40 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:53:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:53:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 07:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:53:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 64.9% of statements 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 84.5% of statements 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.327s coverage: 95.7% of statements 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.0% of statements [no tests to run] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:53:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 07:53:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 07:53:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 07:53:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.370s coverage: 55.9% of statements 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:53:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.092s coverage: 86.3% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.088s coverage: 72.2% of statements 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.399s coverage: 72.1% of statements 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 36.5% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.1% of statements 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.044s coverage: 42.9% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.048s coverage: 83.8% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:54:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 07:54:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:54:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 07:54:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements 07:54:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 07:54:03 GO111MODULE=on go vet ./... 07:54:30 gofmt -l . 07:54:30 [ "`gofmt -l .`" = "" ] 07:54:30 ./bin/test-go-mod-tidy.sh 07:54:30 ./bin/test-attribution-txt.sh [Pipeline] sh 07:54:30 + ls -al . 07:54:30 total 636 07:54:30 drwxrwxr-x 10 1001 1001 4096 Jan 29 07:54 . 07:54:30 drwxr-xr-x 4 root root 28 Jan 29 07:53 .. 07:54:30 -rw-rw-r-- 1 1001 1001 11 Jan 29 07:51 .dockerignore 07:54:30 drwxrwxr-x 8 1001 1001 162 Jan 29 07:51 .git 07:54:30 drwxrwxr-x 3 1001 1001 125 Jan 29 07:51 .github 07:54:30 -rw-rw-r-- 1 1001 1001 944 Jan 29 07:51 .gitignore 07:54:30 drwx------ 3 1001 1001 45 Jan 29 07:51 .semver 07:54:30 -rw-rw-r-- 1 1001 1001 166 Jan 29 07:51 .sonarcloud.properties 07:54:30 -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:51 CONTRIBUTING.md 07:54:30 -rw-rw-r-- 1 1001 1001 1035 Jan 29 07:51 Dockerfile.build 07:54:30 -rw-rw-r-- 1 1001 1001 863 Jan 29 07:51 Jenkinsfile 07:54:30 -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:51 LICENSE 07:54:30 -rw-rw-r-- 1 1001 1001 6581 Jan 29 07:51 Makefile 07:54:30 -rw-rw-r-- 1 1001 1001 6447 Jan 29 07:51 README.md 07:54:30 -rw-rw-r-- 1 1001 1001 259 Jan 29 07:51 SECURITY.md 07:54:30 -rw-rw-r-- 1 1001 1001 11 Jan 29 07:51 VERSION 07:54:30 -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:51 ZMQWindows.md 07:54:30 drwxrwxr-x 2 1001 1001 117 Jan 29 07:51 bin 07:54:30 drwxrwxr-x 15 1001 1001 4096 Jan 29 07:51 cmd 07:54:30 -rw-r--r-- 1 root root 541382 Jan 29 07:54 coverage.out 07:54:30 -rw-r--r-- 1 root root 1041 Jan 29 07:54 go.mod 07:54:30 -rw-r--r-- 1 root root 18582 Jan 29 07:54 go.sum 07:54:30 drwxrwxr-x 8 1001 1001 127 Jan 29 07:51 internal 07:54:30 drwxrwxr-x 4 1001 1001 26 Jan 29 07:51 openapi 07:54:30 drwxrwxr-x 4 1001 1001 71 Jan 29 07:51 snap 07:54:30 -rw-rw-r-- 1 1001 1001 168 Jan 29 07:51 version.go [Pipeline] sh 07:54:31 + '[' -e coverage.out ] 07:54:31 + chown 1001:1001 coverage.out [Pipeline] stash 07:54:31 Stashed 1 file(s) [Pipeline] sh 07:54:31 + make build 07:54:31 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 07:54:41 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 07:54:43 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 07:54:45 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 07:54:46 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 07:54:47 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 07:54:48 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 07:54:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23928 in /w/workspace/edgexfoundry_edgex-go_hanoi [Pipeline] { [Pipeline] ws 07:54:49 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:54:49 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 07:54:51 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 07:54:52 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 07:54:53 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 07:54:54 using credential edgex-jenkins-ssh 07:54:54 Cloning the remote Git repository 07:54:54 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 07:54:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:54:54 > git init /w/workspace/edgex-go/3 # timeout=10 07:54:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:54:54 > git --version # timeout=10 07:54:54 > git --version # 'git version 2.17.1' 07:54:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:54:56 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] } 07:54:56 $ docker stop --time=1 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de 07:54:58 $ docker rm -f 0d31bb9d278c07ef41ac0e504c3c9675887a02721d554fc634a80a5fd47e39de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:55:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:55:01 07:55:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:55:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:55:01 latest: Pulling from edgex-devops/edgex-compose 07:55:01 cbdbe7a5bc2a: Pulling fs layer 07:55:01 ca9280d653b3: Pulling fs layer 07:55:01 7e9c9ca2126c: Pulling fs layer 07:55:02 cbdbe7a5bc2a: Verifying Checksum 07:55:02 cbdbe7a5bc2a: Download complete 07:55:02 cbdbe7a5bc2a: Pull complete 07:55:02 ca9280d653b3: Verifying Checksum 07:55:02 ca9280d653b3: Download complete 07:55:03 7e9c9ca2126c: Download complete 07:55:03 ca9280d653b3: Pull complete 07:55:11 7e9c9ca2126c: Pull complete 07:55:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:55:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:55:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:55:12 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 07:55:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 07:55:13 $ docker top 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:13 + docker-compose build --help 07:55:13 + grep parallel 07:55:14 --parallel Build images in parallel. [Pipeline] } 07:55:14 $ docker stop --time=1 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 07:55:16 $ docker rm -f 3049e4fa1f78bf12499dffa73ec361aaf369a1c64f376c55ecbfcff8e997d427 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:55:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:55:16 . [Pipeline] withDockerContainer 07:55:16 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 07:55:16 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:55:17 $ docker top 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:18 + docker-compose -f ./docker-compose-build.yml build --parallel 07:55:19 Checking out Revision b46b7e8111e4043173f976c96fadf622ec12f3cd (hanoi) 07:55:19 Building docker-core-command-go ... 07:55:19 Building docker-core-data-go ... 07:55:19 Building docker-core-metadata-go ... 07:55:19 Building docker-security-bootstrap-redis-go ... 07:55:19 Building docker-security-proxy-setup-go ... 07:55:19 Building docker-security-secrets-setup-go ... 07:55:19 Building docker-security-secretstore-setup-go ... 07:55:19 Building docker-support-logging-go ... 07:55:19 Building docker-support-notifications-go ... 07:55:19 Building docker-support-scheduler-go ... 07:55:19 Building docker-sys-mgmt-agent-go ... 07:55:19 Building docker-security-proxy-setup-go 07:55:19 Building docker-core-data-go 07:55:19 Building docker-security-secretstore-setup-go 07:55:19 Building docker-sys-mgmt-agent-go 07:55:19 Building docker-security-bootstrap-redis-go 07:55:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:55:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:55:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:55:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:55:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:55:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 07:55:19 > git config core.sparsecheckout # timeout=10 07:55:19 > git checkout -f b46b7e8111e4043173f976c96fadf622ec12f3cd # timeout=10 07:55:23 Commit message: "Merge pull request #3099 from weichou1229/issue-3098" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:55:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:55:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:55:26 + sudo service docker restart 07:55:26 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:55:28 provisioning config files... 07:55:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3772293968969139099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:55:29 ---> docker-login.sh 07:55:29 nexus3.edgexfoundry.org:10001 07:55:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:30 Configure a credential helper to remove this warning. See 07:55:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:30 07:55:30 Login Succeeded 07:55:30 nexus3.edgexfoundry.org:10002 07:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:31 Configure a credential helper to remove this warning. See 07:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:31 07:55:31 Login Succeeded 07:55:31 nexus3.edgexfoundry.org:10003 07:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:31 Configure a credential helper to remove this warning. See 07:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:31 07:55:31 Login Succeeded 07:55:31 nexus3.edgexfoundry.org:10004 07:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:32 Configure a credential helper to remove this warning. See 07:55:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:32 07:55:32 Login Succeeded 07:55:32 docker.io 07:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:55:32 Configure a credential helper to remove this warning. See 07:55:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:55:32 07:55:32 Login Succeeded 07:55:32 ---> docker-login.sh ends [Pipeline] } 07:55:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:55:33 ========================================================= 07:55:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:55:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:55:33 + 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 . 07:55:36 Sending build context to Docker daemon 166.1MB 07:55:36 Step 1/7 : ARG BASE=golang:1.15-alpine 07:55:36 Step 2/7 : FROM ${BASE} 07:55:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:55:36 5f621e34cdf4: Pulling fs layer 07:55:36 a4357932f1b6: Pulling fs layer 07:55:36 18c013af1878: Pulling fs layer 07:55:36 00ac8860ef70: Pulling fs layer 07:55:36 63d7cb157983: Pulling fs layer 07:55:36 b116817d02f9: Pulling fs layer 07:55:36 745a02a5169b: Pulling fs layer 07:55:36 00ac8860ef70: Waiting 07:55:36 63d7cb157983: Waiting 07:55:36 b116817d02f9: Waiting 07:55:36 745a02a5169b: Waiting 07:55:36 18c013af1878: Download complete 07:55:36 a4357932f1b6: Download complete 07:55:36 63d7cb157983: Download complete 07:55:36 b116817d02f9: Download complete 07:55:36 5f621e34cdf4: Download complete 07:55:36 5f621e34cdf4: Pull complete 07:55:37 a4357932f1b6: Pull complete 07:55:38 18c013af1878: Pull complete 07:55:39 745a02a5169b: Verifying Checksum 07:55:39 745a02a5169b: Download complete 07:55:40 00ac8860ef70: Verifying Checksum 07:55:40 00ac8860ef70: Download complete 07:55:50 00ac8860ef70: Pull complete 07:55:50 63d7cb157983: Pull complete 07:55:51 b116817d02f9: Pull complete 07:55:51 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:55:51 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:55:51 ---> 93cb41bdcba6 07:55:51 Step 3/27 : WORKDIR /edgex-go 07:55:51 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 07:55:51 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:55:51 ---> 93cb41bdcba6 07:55:51 Step 3/20 : WORKDIR /edgex-go 07:55:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:55:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:55:51 ---> 93cb41bdcba6 07:55:51 Step 3/22 : WORKDIR /edgex-go 07:55:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:55:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:55:51 ---> 93cb41bdcba6 07:55:51 Step 3/24 : WORKDIR /edgex-go 07:55:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:55:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:55:51 ---> 93cb41bdcba6 07:55:51 Step 3/23 : WORKDIR /edgex-go 07:55:52 ---> Running in 5ed8c02d4bc8 07:55:52 ---> Running in 38d2b32c30d3 07:55:52 ---> Running in 4302b3fb583a 07:55:52 ---> Running in a984081f82cf 07:55:52 ---> Running in 5ade6a3fc372 07:55:52 Removing intermediate container a984081f82cf 07:55:52 ---> 58f51f487958 07:55:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 4302b3fb583a 07:55:52 07:55:52 ---> bf2b314dadea 07:55:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:52 Removing intermediate container 5ade6a3fc372 07:55:52 ---> 49095408cc6c 07:55:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:52 Removing intermediate container 38d2b32c30d3 07:55:52 ---> a8730866c299 07:55:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:52 Removing intermediate container 5ed8c02d4bc8 07:55:52 ---> a7269c0df729 07:55:52 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:52 ---> Running in 4a2e3e3b4bc1 07:55:52 ---> Running in e628f73bbbc6 07:55:52 ---> Running in ec241091c48c 07:55:52 ---> Running in 08076fdaec70 07:55:52 ---> Running in 18bb0c6b9e28 07:55:54 Removing intermediate container e628f73bbbc6 07:55:54 ---> 915282cec2fb 07:55:54 Step 5/24 : RUN apk update && apk add make git 07:55:55 Removing intermediate container ec241091c48c 07:55:55 ---> 2fde9a6d71f0 07:55:55 Step 5/22 : RUN apk update && apk add make git 07:55:55 Removing intermediate container 4a2e3e3b4bc1 07:55:55 ---> 8db1fb95e679 07:55:55 Step 5/20 : RUN apk update && apk add make git 07:55:55 ---> Running in a7d467393f15 07:55:55 ---> Running in 0143bfbe1b6f 07:55:55 Removing intermediate container 08076fdaec70 07:55:55 ---> 3383f0482516 07:55:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:55:55 Removing intermediate container 18bb0c6b9e28 07:55:55 ---> ae1dd9ae6056 07:55:55 Step 5/27 : RUN apk update && apk add make bash git 07:55:55 ---> Running in eb238a326f77 07:55:55 745a02a5169b: Pull complete 07:55:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:55:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:55:55 ---> b7e6874047d6 07:55:55 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 07:55:55 ---> Running in f95ccc248ed0 07:55:55 ---> Running in 0d72bb10f000 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:57 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:57 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:57 OK: 12752 distinct packages available 07:55:57 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:57 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:57 OK: 12752 distinct packages available 07:55:57 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:57 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:57 OK: 12752 distinct packages available 07:55:57 OK: 233 MiB in 51 packages 07:55:57 OK: 233 MiB in 51 packages 07:55:57 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:57 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:57 OK: 12752 distinct packages available 07:55:57 OK: 233 MiB in 51 packages 07:55:58 OK: 233 MiB in 51 packages 07:55:58 ---> Running in 204dea2a5baa 07:55:58 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:55:58 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:55:58 OK: 12752 distinct packages available 07:55:58 OK: 233 MiB in 51 packages 07:55:58 Removing intermediate container a7d467393f15 07:55:58 ---> 68f40afa7895 07:55:58 Step 6/24 : COPY go.mod . 07:55:58 Removing intermediate container 0143bfbe1b6f 07:55:58 ---> 5e15937f28c3 07:55:58 Step 6/22 : COPY go.mod . 07:55:58 Removing intermediate container eb238a326f77 07:55:58 ---> 907c49b71e8e 07:55:58 Step 6/20 : COPY go.mod . 07:55:59 Removing intermediate container f95ccc248ed0 07:55:59 ---> 0ffe741c1e2b 07:55:59 Step 6/23 : COPY go.mod . 07:55:59 ---> 84bda60d1c31 07:55:59 Step 7/22 : RUN go mod download 07:55:59 ---> f6c958302ef8 07:55:59 Step 7/20 : RUN go mod download 07:55:59 ---> 8c5ef65a76c3 07:55:59 Step 7/24 : RUN go mod download 07:55:59 Removing intermediate container 0d72bb10f000 07:55:59 ---> 35f13955c5fa 07:55:59 Step 6/27 : COPY go.mod . 07:55:59 ---> Running in 01a80ccfd73f 07:55:59 ---> 70ab2b98590d 07:55:59 Step 7/23 : RUN go mod download 07:55:59 ---> Running in 7e4c001b5578 07:55:59 ---> Running in b0cfa86788ea 07:55:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:59 ---> Running in 3afdd9f48dbd 07:55:59 ---> a31e4171bf92 07:55:59 Step 7/27 : RUN go mod download 07:55:59 ---> Running in 6a5bcd3265ad 07:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:56:01 (1/12) Installing libmagic (5.38-r0) 07:56:01 (2/12) Installing file (5.38-r0) 07:56:01 (3/12) Installing libc-dev (0.7.2-r3) 07:56:01 (4/12) Installing g++ (9.3.0-r2) 07:56:02 Removing intermediate container 01a80ccfd73f 07:56:02 ---> 858ae6eebee0 07:56:02 Step 8/22 : COPY . . 07:56:02 Removing intermediate container 7e4c001b5578 07:56:02 ---> 7e4a521042e4 07:56:02 Step 8/20 : COPY . . 07:56:02 Removing intermediate container 6a5bcd3265ad 07:56:02 ---> 2d30470a7adc 07:56:02 Step 8/27 : COPY . . 07:56:02 Removing intermediate container b0cfa86788ea 07:56:02 ---> d9b7cf7f9be5 07:56:02 Step 8/24 : COPY . . 07:56:02 Removing intermediate container 3afdd9f48dbd 07:56:02 ---> 7f83e66bf84c 07:56:02 Step 8/23 : COPY . . 07:56:05 (5/12) Installing fortify-headers (1.1-r0) 07:56:05 (6/12) Installing patch (2.7.6-r6) 07:56:05 (7/12) Installing build-base (0.5-r2) 07:56:05 (8/12) Installing libsodium (1.0.18-r0) 07:56:05 (9/12) Installing pkgconf (1.7.2-r0) 07:56:05 (10/12) Installing libsodium-dev (1.0.18-r0) 07:56:05 (11/12) Installing libzmq (4.3.3-r0) 07:56:05 (12/12) Installing zeromq-dev (4.3.3-r0) 07:56:05 Executing busybox-1.31.1-r19.trigger 07:56:05 OK: 217 MiB in 51 packages 07:56:10 Removing intermediate container 204dea2a5baa 07:56:10 ---> 1c468f22361b 07:56:10 Step 4/7 : WORKDIR /edgex-go 07:56:10 ---> Running in 6da881982fb6 07:56:10 Removing intermediate container 6da881982fb6 07:56:10 ---> e0f630071c57 07:56:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 07:56:11 latest: Pulling from library/docker 07:56:11 159e5727ea61: Pulling fs layer 07:56:11 687389c36290: Pulling fs layer 07:56:11 94e28978939c: Pulling fs layer 07:56:11 81bd9c9fe1b1: Pulling fs layer 07:56:11 0c5a7137269a: Pulling fs layer 07:56:11 650eeba05d50: Pulling fs layer 07:56:11 283d3dba4d5b: Pulling fs layer 07:56:11 81bd9c9fe1b1: Waiting 07:56:11 0c5a7137269a: Waiting 07:56:11 650eeba05d50: Waiting 07:56:11 283d3dba4d5b: Waiting 07:56:11 94e28978939c: Verifying Checksum 07:56:11 94e28978939c: Download complete 07:56:11 159e5727ea61: Verifying Checksum 07:56:11 159e5727ea61: Download complete 07:56:11 0c5a7137269a: Download complete 07:56:11 687389c36290: Verifying Checksum 07:56:11 687389c36290: Download complete 07:56:11 283d3dba4d5b: Verifying Checksum 07:56:11 283d3dba4d5b: Download complete 07:56:11 650eeba05d50: Verifying Checksum 07:56:11 650eeba05d50: Download complete 07:56:12 159e5727ea61: Pull complete 07:56:12 687389c36290: Pull complete 07:56:12 81bd9c9fe1b1: Verifying Checksum 07:56:12 81bd9c9fe1b1: Download complete 07:56:13 94e28978939c: Pull complete 07:56:17 81bd9c9fe1b1: Pull complete 07:56:17 0c5a7137269a: Pull complete 07:56:18 650eeba05d50: Pull complete 07:56:18 283d3dba4d5b: Pull complete 07:56:18 Digest: sha256:73ca622074aa007422a60cc1bfd4e65ca3ee8842e794df54cd1c3be3069d31bf 07:56:18 Status: Downloaded newer image for docker:latest 07:56:21 ---> 7625bf8e33f5 07:56:21 Step 6/7 : COPY go.mod . 07:56:22 ---> 047c59b5d0cc 07:56:22 Step 7/7 : RUN go mod download 07:56:22 ---> Running in 925f03eb2a0b 07:56:41 ---> 04e0b8be1634 07:56:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> bb5f58b78b79 07:56:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:56:41 07:56:41 ---> Running in bc6d68076383 07:56:41 ---> Running in 96cddf353c69 07:56:41 ---> 55d04a30e478 07:56:41 Step 9/23 : RUN make cmd/core-data/core-data 07:56:41 ---> adcd58d6ee7f 07:56:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:56:41 ---> 7659d8b6b398 07:56:41 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:56:41 ---> Running in 3ecdc2c21964 07:56:41 ---> Running in 733b98d87862 07:56:41 ---> Running in 50eab5ab8369 07:56: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-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:56:41 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 07:56:41 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 07:56:41 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 07:56:41 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 07:56:49 Removing intermediate container 925f03eb2a0b 07:56:49 ---> 39180d60d985 07:56:49 Successfully built 39180d60d985 07:56:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:56:49 + docker inspect -f . ci-base-image-arm64 07:56:49 . [Pipeline] withDockerContainer 07:56:50 prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container 07:56:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:56:51 $ docker top 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b -eo pid,comm [Pipeline] { [Pipeline] sh 07:56:52 + go version 07:56:52 go version go1.15.5 linux/arm64 [Pipeline] } 07:56:52 $ docker stop --time=1 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b 07:56:54 $ docker rm -f 78e4fa446afa36126e23f937aa597d2136183fab9c453b2efdbd3367a3dffe9b [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 07:56:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:55 07:56:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:56:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:56:56 latest: Pulling from edgex-devops/edgex-compose-arm64 07:56:56 29e5d40040c1: Pulling fs layer 07:56:56 1ce36da41761: Pulling fs layer 07:56:56 25b303627fd3: Pulling fs layer 07:56:56 29e5d40040c1: Verifying Checksum 07:56:56 29e5d40040c1: Download complete 07:56:57 1ce36da41761: Verifying Checksum 07:56:57 1ce36da41761: Download complete 07:56:57 29e5d40040c1: Pull complete 07:56:58 1ce36da41761: Pull complete 07:56:59 25b303627fd3: Verifying Checksum 07:56:59 25b303627fd3: Download complete 07:57:08 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 07:57:09 25b303627fd3: Pull complete 07:57:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:57:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:57:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:57:09 prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container 07:57:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 07:57:12 $ docker top 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb -eo pid,comm [Pipeline] { 07:57:12 Removing intermediate container 50eab5ab8369 07:57:12 ---> 393ff5fb1466 07:57:12 07:57:12 Step 10/20 : FROM alpine 07:57:12 latest: Pulling from library/alpine [Pipeline] sh 07:57:13 + docker-compose build --help 07:57:13 + grep parallel 07:57:13 Removing intermediate container 96cddf353c69 07:57:13 ---> 27b485c9c21d 07:57:13 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:57:13 Removing intermediate container 733b98d87862 07:57:13 ---> 8f3dbb0451e6 07:57:13 07:57:13 Step 10/22 : FROM alpine:3.10 07:57:13 ---> Running in 5576e3853b43 07:57:13 3.10: Pulling from library/alpine 07:57:15 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 07:57:15 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 07:57:15 Status: Downloaded newer image for alpine:latest 07:57:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:57:15 ---> 7731472c3f2a 07:57:15 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:57:15 Status: Downloaded newer image for alpine:3.10 07:57:15 ---> be4e4bea2c2e 07:57:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:57:16 ---> Running in f2fa3c350187 07:57:16 ---> Running in a69c1afd7fa5 07:57:16 Removing intermediate container bc6d68076383 07:57:16 ---> c91b4f75e8fa 07:57:16 07:57:16 Step 10/24 : FROM alpine:3.10 07:57:16 ---> be4e4bea2c2e 07:57:16 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:57:16 ---> Running in 903cfa31ac1c 07:57:16 --parallel Build images in parallel. [Pipeline] } 07:57:16 $ docker stop --time=1 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb 07:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:57:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:57:17 Removing intermediate container 5576e3853b43 07:57:17 ---> ff67c5614d21 07:57:17 07:57:17 Step 11/27 : FROM docker:latest 07:57:17 ---> 1b003a99702a 07:57:17 Step 12/27 : RUN apk add --no-cache bash 07:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 07:57:17 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:57:17 v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:57:17 OK: 10350 distinct packages available 07:57:17 ---> Running in ac5fcfc7e156 07:57:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 07:57:17 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:57:17 v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:57:17 OK: 10350 distinct packages available 07:57:17 (1/5) Installing ca-certificates (20191127-r2) 07:57:17 v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 07:57:17 v3.13.0-148-gf6ffc9ee66 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 07:57:17 OK: 13881 distinct packages available 07:57:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:57:17 (3/5) Installing libcurl (7.66.0-r3) 07:57:17 (4/5) Installing curl (7.66.0-r3) 07:57:17 (5/5) Installing dumb-init (1.2.2-r1) 07:57:17 Executing busybox-1.30.1-r3.trigger 07:57:17 (1/5) Installing ca-certificates (20191127-r2) 07:57:17 Executing ca-certificates-20191127-r2.trigger 07:57:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:57:17 OK: 7 MiB in 19 packages 07:57:17 (3/5) Installing libcurl (7.66.0-r3) 07:57:17 (4/5) Installing curl (7.66.0-r3) 07:57:17 (5/5) Installing dumb-init (1.2.2-r1) 07:57:17 Executing busybox-1.30.1-r3.trigger 07:57:17 Executing ca-certificates-20191127-r2.trigger 07:57:17 OK: 7 MiB in 19 packages 07:57:18 (1/5) Installing ca-certificates (20191127-r5) 07:57:18 (2/5) Installing brotli-libs (1.0.9-r3) 07:57:18 (3/5) Installing nghttp2-libs (1.42.0-r1) 07:57:18 $ docker rm -f 04779f77a6a49e51371a480055face6d50ef0952ac4e72ba73a878da9561fddb 07:57:18 (4/5) Installing libcurl (7.74.0-r0) 07:57:18 (5/5) Installing curl (7.74.0-r0) 07:57:18 Executing busybox-1.32.1-r0.trigger 07:57:18 Executing ca-certificates-20191127-r5.trigger 07:57:18 OK: 8 MiB in 19 packages 07:57:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:57:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 07:57:19 (1/2) Installing readline (8.0.4-r0) 07:57:19 (2/2) Installing bash (5.0.17-r0) 07:57:19 Executing bash-5.0.17-r0.post-install 07:57:19 Executing busybox-1.31.1-r19.trigger 07:57:19 OK: 12 MiB in 22 packages [Pipeline] isUnix [Pipeline] sh 07:57:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:57:19 . [Pipeline] withDockerContainer 07:57:20 prd-ubuntu18.04-docker-arm64-4c-16g-23928 does not seem to be running inside a container 07:57:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:57:20 Removing intermediate container a69c1afd7fa5 07:57:20 ---> 7891a7f63656 07:57:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:57:20 ---> Running in de597e2fb781 07:57:20 Removing intermediate container 903cfa31ac1c 07:57:20 ---> c0464abb14ac 07:57:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:57:21 $ docker top 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 -eo pid,comm [Pipeline] { [Pipeline] sh 07:57:22 + docker-compose -f ./docker-compose-build.yml build --parallel 07:57:23 ---> Running in 23d721626269 07:57:23 Removing intermediate container ac5fcfc7e156 07:57:23 ---> 7ab572e6bf69 07:57:23 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:57:23 Removing intermediate container de597e2fb781 07:57:23 ---> 53cdfde30b69 07:57:23 Step 13/22 : WORKDIR / 07:57:23 Removing intermediate container f2fa3c350187 07:57:23 ---> 886a4661df44 07:57:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:57:23 Removing intermediate container 3ecdc2c21964 07:57:23 ---> 7bd9df6b0da2 07:57:23 07:57:23 Step 10/23 : FROM alpine 07:57:23 ---> 7731472c3f2a 07:57:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:57:23 ---> Running in 3ed9f2a05185 07:57:23 Removing intermediate container 23d721626269 07:57:23 ---> 0e7d56811102 07:57:23 Step 13/24 : WORKDIR / 07:57:23 ---> Running in 8645f68e9415 07:57:23 ---> Running in 87087f429770 07:57:24 ---> Running in d3709a4cf36e 07:57:24 ---> Running in d2599ae14874 07:57:24 Removing intermediate container 8645f68e9415 07:57:24 ---> b5c17c7c6421 07:57:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 07:57:24 Removing intermediate container 87087f429770 07:57:24 ---> ac136c7d1689 07:57:24 Step 13/20 : WORKDIR /edgex 07:57:24 Removing intermediate container d3709a4cf36e 07:57:24 ---> e4b3f5603d2d 07:57:24 Step 12/23 : ENV APP_PORT=48080 07:57:24 Removing intermediate container d2599ae14874 07:57:24 ---> f650e687bd89 07:57:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:57:24 ---> Running in 4f7f2a942b5c 07:57:24 ---> Running in 25dd60da14a8 07:57:25 ---> c662ee9337f1 07:57:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:57:25 Removing intermediate container 25dd60da14a8 07:57:25 ---> bc7178fec8a3 07:57:25 Step 13/23 : EXPOSE $APP_PORT 07:57:25 ---> 27ff1a61f1ca 07:57:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:57:25 Removing intermediate container 4f7f2a942b5c 07:57:25 ---> 05e1610bca0d 07:57:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:57:25 ---> Running in ba4c41a86198 07:57:25 Removing intermediate container 3ed9f2a05185 07:57:25 ---> 7fdd9bb4593b 07:57:25 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:57:25 ---> a64362416c5e 07:57:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:57:25 ---> Running in abfdd69b745b 07:57:25 ---> 54833bc2c074 07:57:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:57:25 ---> d2e2c932e095 07:57:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:57:25 Removing intermediate container ba4c41a86198 07:57:25 ---> 6fbd154f531f 07:57:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:26 ---> 23d6bf743308 07:57:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:57:26 ---> Running in 969f966e49de 07:57:26 Removing intermediate container abfdd69b745b 07:57:26 ---> e0c231adcced 07:57:26 Step 15/27 : ENV APP_PORT=48090 07:57:26 ---> e4fafd7a4827 07:57:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:57:26 ---> Running in f590e169e0c7 07:57:26 ---> 896ed6cb203e 07:57:26 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:57:26 ---> 773fa9a11aad 07:57:26 Step 18/22 : RUN chmod +x entrypoint.sh 07:57:26 Building docker-core-command-go ... 07:57:26 Building docker-core-data-go ... 07:57:26 Building docker-core-metadata-go ... 07:57:26 Building docker-security-bootstrap-redis-go ... 07:57:26 Building docker-security-proxy-setup-go ... 07:57:26 Building docker-security-secrets-setup-go ... 07:57:26 Building docker-security-secretstore-setup-go ... 07:57:26 Building docker-support-logging-go ... 07:57:26 Building docker-support-notifications-go ... 07:57:26 Building docker-support-scheduler-go ... 07:57:26 Building docker-sys-mgmt-agent-go ... 07:57:26 Building docker-security-bootstrap-redis-go 07:57:26 Building docker-sys-mgmt-agent-go 07:57:26 Building docker-core-data-go 07:57:26 Building docker-support-notifications-go 07:57:26 Building docker-security-proxy-setup-go 07:57:27 Removing intermediate container f590e169e0c7 07:57:27 ---> 4b99e950f804 07:57:27 Step 16/27 : EXPOSE $APP_PORT 07:57:27 ---> Running in c67fe3f7847a 07:57:27 ---> Running in d91941326d33 07:57:27 ---> 8962463873ea 07:57:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:57:27 ---> Running in f6ef55449e5b 07:57:27 Removing intermediate container c67fe3f7847a 07:57:27 ---> 497997d27ce8 07:57:27 Step 17/20 : CMD ["--init=true"] 07:57:27 ---> Running in a95d5a5258e7 07:57:27 Removing intermediate container f6ef55449e5b 07:57:27 ---> bed2b437a584 07:57:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:57:27 ---> 42e1a80c49ba 07:57:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:57:28 Removing intermediate container a95d5a5258e7 07:57:28 ---> f32f0c7a6ae1 07:57:28 Step 18/20 : LABEL arch=x86_64 07:57:28 Removing intermediate container 969f966e49de 07:57:28 ---> 80e67274d0a6 07:57:28 Step 15/23 : RUN apk --no-cache add zeromq 07:57:28 ---> Running in 7191a300fee5 07:57:28 ---> Running in 1a54d9d87861 07:57:29 ---> 3149a95957ce 07:57:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:57:29 ---> f581b08dba3a 07:57:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:57:29 ---> Running in 44c8f120c49e 07:57:29 Removing intermediate container 7191a300fee5 07:57:29 ---> 396bb639eb06 07:57:29 Step 19/20 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 07:57:29 Removing intermediate container d91941326d33 07:57:29 ---> be5f56f369de 07:57:29 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:57:29 ---> 4bde4b945188 07:57:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:57:30 ---> Running in f5a27c19b574 07:57:30 ---> Running in 4efb69901d45 07:57:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:57:30 Removing intermediate container f5a27c19b574 07:57:30 ---> e7548cec701a 07:57:30 Step 20/20 : LABEL version=1.3.1-dev.1 07:57:30 Removing intermediate container 4efb69901d45 07:57:30 ---> 43e32c0d20c0 07:57:30 Step 20/22 : LABEL arch=x86_64 07:57:30 ---> 76692fa4e8de 07:57:30 Step 20/27 : RUN apk --no-cache add py3-pip 07:57:30 ---> Running in b1c74dd3e48f 07:57:30 ---> Running in 9d65c523c649 07:57:30 ---> Running in 45aedf279f0e 07:57:30 Removing intermediate container b1c74dd3e48f 07:57:30 ---> cbc5287ea73f 07:57:30 07:57:30 Removing intermediate container 9d65c523c649 07:57:30 ---> c4dd0e32af56 07:57:30 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 07:57:30 Successfully built cbc5287ea73f 07:57:31 ---> Running in a96ddbbad872 07:57:31 Successfully tagged docker-security-proxy-setup-go:latest 07:57:31  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 07:57:31 Removing intermediate container 44c8f120c49e 07:57:31 ---> 2747789f5e68 07:57:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:57:31 Removing intermediate container a96ddbbad872 07:57:31 ---> f18363a47b0e 07:57:31 Step 22/22 : LABEL version=1.3.1-dev.1 07:57:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:57:31 ---> Running in 69fc6b363471 07:57:31 ---> Running in 9e73ce95e235 07:57:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:57:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:57:31 (1/33) Installing libbz2 (1.0.8-r1) 07:57:31 Removing intermediate container 9e73ce95e235 07:57:31 ---> e3a9defd7861 07:57:31 07:57:31 (2/33) Installing expat (2.2.9-r1) 07:57:31 (3/33) Installing libffi (3.3-r2) 07:57:31 Removing intermediate container 69fc6b363471 07:57:31 ---> dc308c6e6a2b 07:57:31 Step 22/24 : LABEL arch=x86_64 07:57:31 (4/33) Installing gdbm (1.13-r1) 07:57:31 (5/33) Installing xz-libs (5.2.5-r0) 07:57:31 (6/33) Installing sqlite-libs (3.32.1-r0) 07:57:31 (7/33) Installing python3 (3.8.5-r0) 07:57:31 ---> Running in 60e2d6c3e92c 07:57:31 Successfully built e3a9defd7861 07:57:31 Successfully tagged docker-security-bootstrap-redis-go:latest 07:57:31  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 07:57:32 Removing intermediate container 60e2d6c3e92c 07:57:32 ---> 39bd1f4c8960 07:57:32 Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 07:57:32 ---> Running in 2a2e7040098f 07:57:34 (1/5) Installing libgcc (10.2.1_pre1-r3) 07:57:34 (2/5) Installing libsodium (1.0.18-r0) 07:57:34 (3/5) Installing libstdc++ (10.2.1_pre1-r3) 07:57:34 (4/5) Installing libzmq (4.3.3-r1) 07:57:36 (5/5) Installing zeromq (4.3.3-r1) 07:57:36 Executing busybox-1.32.1-r0.trigger 07:57:36 OK: 8 MiB in 19 packages 07:57:41 Removing intermediate container 2a2e7040098f 07:57:41 ---> 3dcfb025a223 07:57:41 Step 24/24 : LABEL version=1.3.1-dev.1 07:57:42 (8/33) Installing py3-appdirs (1.4.4-r1) 07:57:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:57:42 (10/33) Installing py3-parsing (2.4.7-r0) 07:57:42 (11/33) Installing py3-six (1.15.0-r0) 07:57:42 (12/33) Installing py3-packaging (20.4-r0) 07:57:42 ---> Running in 0374abcb6436 07:57:42 (13/33) Installing py3-setuptools (47.0.0-r0) 07:57:42 (14/33) Installing py3-chardet (3.0.4-r4) 07:57:43 (15/33) Installing py3-idna (2.9-r0) 07:57:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:57:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:57:43 (18/33) Installing py3-requests (2.23.0-r0) 07:57:43 (19/33) Installing py3-msgpack (1.0.0-r0) 07:57:44 (20/33) Installing py3-lockfile (0.12.2-r3) 07:57:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:57:46 (22/33) Installing py3-colorama (0.4.3-r0) 07:57:47 (23/33) Installing py3-distlib (0.3.0-r0) 07:57:48 Removing intermediate container 0374abcb6436 07:57:48 ---> 55d8b4121973 07:57:48 07:57:48 (24/33) Installing py3-distro (1.5.0-r1) 07:57:48 (25/33) Installing py3-webencodings (0.5.1-r3) 07:57:48 (26/33) Installing py3-html5lib (1.0.1-r4) 07:57:49 Removing intermediate container 1a54d9d87861 07:57:49 ---> 03480a450728 07:57:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:57:49 (27/33) Installing py3-pytoml (0.1.21-r0) 07:57:49 (28/33) Installing py3-pep517 (0.8.2-r0) 07:57:49 (29/33) Installing py3-progress (1.5-r0) 07:57:49 (30/33) Installing py3-toml (0.10.1-r0) 07:57:49 Successfully built 55d8b4121973 07:57:49 Successfully tagged docker-security-secretstore-setup-go:latest 07:57:49 (31/33) Installing py3-retrying (1.3.3-r0) 07:57:49  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 07:57:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:57:49 (33/33) Installing py3-pip (20.1.1-r0) 07:57:49 Executing busybox-1.31.1-r19.trigger 07:57:49 OK: 71 MiB in 55 packages 07:57:55 ---> 855c6be81b56 07:57:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:57:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:57:58 ---> 93cb41bdcba6 07:57:58 Step 3/22 : WORKDIR /edgex-go 07:57:58 ---> Using cache 07:57:58 ---> a7269c0df729 07:57:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:58 ---> Using cache 07:57:58 ---> ae1dd9ae6056 07:57:58 Step 5/22 : RUN apk update && apk add make git 07:57:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:57:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:57:59 ---> 93cb41bdcba6 07:57:59 Step 3/22 : WORKDIR /edgex-go 07:57:59 ---> Using cache 07:57:59 ---> a7269c0df729 07:57:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:57:59 ---> Using cache 07:57:59 ---> ae1dd9ae6056 07:57:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:58:00 ---> cd84cee4ad4c 07:58:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:58:01 ---> Running in 1d2aa329d074 07:58:01 ---> Running in c23a2156ca41 07:58:03 ---> 65e9a6705929 07:58:03 Step 19/23 : ENTRYPOINT ["/core-data"] 07:58:05 ---> Running in 1e24054e8447 07:58:06 Removing intermediate container 1e24054e8447 07:58:06 ---> a7ad79a744d9 07:58:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:58:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:58:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:58:06 ---> Running in f46c87058b06 07:58:07 Removing intermediate container f46c87058b06 07:58:07 ---> 287c502c953d 07:58:07 Step 21/23 : LABEL arch=x86_64 07:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:58:07 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:07 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:07 OK: 12752 distinct packages available 07:58:07 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:07 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:07 OK: 12752 distinct packages available 07:58:07 ---> Running in fbe25c09c0b6 07:58:08 OK: 233 MiB in 51 packages 07:58:08 OK: 233 MiB in 51 packages 07:58:08 OK: 233 MiB in 51 packages 07:58:09 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:09 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:58:09 ---> 93cb41bdcba6 07:58:09 Step 3/29 : WORKDIR /edgex-go 07:58:09 ---> Using cache 07:58:09 ---> a7269c0df729 07:58:09 Step 4/29 : RUN apk update && apk add make git 07:58:09 Removing intermediate container fbe25c09c0b6 07:58:09 ---> 7561c0bf9d9d 07:58:09 Step 22/23 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 07:58:10 ---> Running in 201ad5282207 07:58:11 ---> Running in b7f5eaceaad6 07:58:12 Removing intermediate container b7f5eaceaad6 07:58:12 ---> 78bf4bf12c37 07:58:12 Step 23/23 : LABEL version=1.3.1-dev.1 07:58:12 ---> Running in e6594b845bcb 07:58:12 Removing intermediate container 1d2aa329d074 07:58:12 ---> e150799f8c08 07:58:12 Step 6/22 : COPY go.mod . 07:58:12 Removing intermediate container c23a2156ca41 07:58:12 ---> 796ea94cc59f 07:58:12 Step 6/22 : COPY go.mod . 07:58:12 Removing intermediate container 45aedf279f0e 07:58:12 ---> f7d4a71c4223 07:58:12 Step 21/27 : RUN pip install docker-compose==1.23.2 07:58:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:58:12 ---> Running in 7bb5c0e6afb5 07:58:12 Removing intermediate container e6594b845bcb 07:58:12 ---> 8c2097a3cfe6 07:58:12 07:58:12 ---> d12d8c432be9 07:58:12 Step 7/22 : RUN go mod download 07:58:13 Successfully built 8c2097a3cfe6 07:58:13 ---> 1c9af4e8fa6b 07:58:13 Step 7/22 : RUN go mod download 07:58:13 Successfully tagged docker-core-data-go:latest 07:58:13  Building docker-core-data-go ... done Building docker-core-command-go 07:58:13 ---> Running in ac8d098b8fbf 07:58:13 ---> Running in 8c425491a974 07:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:58:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> 39180d60d985 07:58:13 Step 3/27 : WORKDIR /edgex-go 07:58:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> 39180d60d985 07:58:13 Step 3/22 : WORKDIR /edgex-go 07:58:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> 39180d60d985 07:58:13 Step 3/23 : WORKDIR /edgex-go 07:58:13 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:13 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> 39180d60d985 07:58:13 Step 3/20 : WORKDIR /edgex-go 07:58:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:58:13 ---> 39180d60d985 07:58:13 Step 3/24 : WORKDIR /edgex-go 07:58:14 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:14 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:14 OK: 12752 distinct packages available 07:58:14 OK: 233 MiB in 51 packages 07:58:17 Collecting docker-compose==1.23.2 07:58:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:58:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:58:18 ---> Running in 47f888549b5a 07:58:18 ---> Running in e9ab9bc36b75 07:58:18 ---> Running in c22bba08d02e 07:58:18 ---> Running in 96d6bcea3161 07:58:18 ---> Running in 06f38c77d8b5 07:58:18 Removing intermediate container 47f888549b5a 07:58:18 ---> 6cf6cfaa0646 07:58:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:18 Removing intermediate container 96d6bcea3161 07:58:18 ---> 2b497a49a4b7 07:58:18 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:18 Removing intermediate container 06f38c77d8b5 07:58:18 ---> 620ca744b571 07:58:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:18 Removing intermediate container c22bba08d02e 07:58:18 ---> 456512c290b1 07:58:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:18 Removing intermediate container e9ab9bc36b75 07:58:18 ---> c5cec4ba153a 07:58:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:18 ---> Running in 813e8f80827c 07:58:18 ---> Running in 15b190f1ace6 07:58:18 ---> Running in 95b3460a4aa7 07:58:18 ---> Running in 4461c2eb1303 07:58:18 Removing intermediate container 201ad5282207 07:58:18 ---> 7786d5505795 07:58:18 Step 5/29 : COPY go.mod . 07:58:18 Collecting texttable<0.10,>=0.9.0 07:58:18 Downloading texttable-0.9.1.tar.gz (11 kB) 07:58:18 ---> Running in e9e5c55b8d32 07:58:20 Removing intermediate container 8c425491a974 07:58:20 ---> 61ed4798cadb 07:58:20 Step 8/22 : COPY . . 07:58:20 Collecting cached-property<2,>=1.2.0 07:58:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:58:20 Removing intermediate container ac8d098b8fbf 07:58:20 ---> 6c580e954736 07:58:20 Step 8/22 : COPY . . 07:58:20 ---> cad86fc4887a 07:58:20 Step 6/29 : RUN go mod download 07:58:20 Collecting docker<4.0,>=3.6.0 07:58:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:58:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:58:22 Removing intermediate container 813e8f80827c 07:58:22 ---> 2c06c2a38b1a 07:58:22 Step 5/27 : RUN apk update && apk add make bash git 07:58:22 ---> Running in 53041d5ce557 07:58:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:58:22 Removing intermediate container 15b190f1ace6 07:58:22 ---> 5bbe0acc13f1 07:58:22 Step 5/22 : RUN apk update && apk add make git 07:58:22 ---> Running in 3abe4150be9c 07:58:22 Removing intermediate container 95b3460a4aa7 07:58:22 ---> 211696b7b8d9 07:58:22 Step 5/20 : RUN apk update && apk add make git 07:58:23 Removing intermediate container e9e5c55b8d32 07:58:23 ---> 14a3a5ed3688 07:58:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:58:23 ---> Running in f6b3e465cd33 07:58:23 Removing intermediate container 4461c2eb1303 07:58:23 ---> 0b6a86a71042 07:58:23 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:58:23 ---> Running in c5a3e6594046 07:58:23 ---> Running in 6d144a3e80fd 07:58:23 ---> Running in 12fe7e02e301 07:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:24 Collecting docopt<0.7,>=0.6.1 07:58:24 Downloading docopt-0.6.2.tar.gz (25 kB) 07:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:25 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:25 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:25 OK: 12622 distinct packages available 07:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:26 OK: 217 MiB in 51 packages 07:58:26 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:26 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:26 OK: 12622 distinct packages available 07:58:26 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:26 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:26 OK: 12622 distinct packages available 07:58:27 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:27 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:27 OK: 12622 distinct packages available 07:58:27 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:58:27 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 07:58:27 OK: 12622 distinct packages available 07:58:27 OK: 217 MiB in 51 packages 07:58:27 OK: 217 MiB in 51 packages 07:58:28 OK: 217 MiB in 51 packages 07:58:28 Removing intermediate container 53041d5ce557 07:58:28 ---> 41e2f6e96283 07:58:28 Step 6/27 : COPY go.mod . 07:58:28 OK: 217 MiB in 51 packages 07:58:29 Collecting PyYAML<4,>=3.10 07:58:29 Downloading PyYAML-3.13.tar.gz (270 kB) 07:58:29 ---> c01bfd34b0b0 07:58:29 Step 7/27 : RUN go mod download 07:58:29 Removing intermediate container f6b3e465cd33 07:58:29 ---> fbe9639f2ac4 07:58:29 Step 6/20 : COPY go.mod . 07:58:29 Removing intermediate container 3abe4150be9c 07:58:29 ---> 7de23f68f70a 07:58:29 Step 6/22 : COPY go.mod . 07:58:29 ---> Running in 6fee32631594 07:58:29 Removing intermediate container c5a3e6594046 07:58:29 ---> 6c82a08268ac 07:58:29 Step 6/24 : COPY go.mod . 07:58:30 Removing intermediate container 12fe7e02e301 07:58:30 ---> e33a0f28af84 07:58:30 Step 6/23 : COPY go.mod . 07:58:30 ---> 0a6117f38b4a 07:58:30 Step 7/22 : RUN go mod download 07:58:30 ---> 1fd070e3c797 07:58:30 Step 7/20 : RUN go mod download 07:58:30 ---> Running in 3074307370ba 07:58:30 ---> Running in fc6814f81354 07:58:31 ---> 21793158cc11 07:58:31 Step 7/24 : RUN go mod download 07:58:31 ---> a24f216dc1da 07:58:31 Step 7/23 : RUN go mod download 07:58:31 ---> Running in 0b0ef957e059 07:58:31 ---> Running in 22682a2a6e1c 07:58:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:58:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:58:33 ---> 93cb41bdcba6 07:58:33 Step 3/22 : WORKDIR /edgex-go 07:58:33 ---> Using cache 07:58:33 ---> a7269c0df729 07:58:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:33 ---> Using cache 07:58:33 ---> ae1dd9ae6056 07:58:33 Step 5/22 : RUN apk update && apk add make git 07:58:33 ---> Using cache 07:58:33 ---> e150799f8c08 07:58:33 Step 6/22 : COPY go.mod . 07:58:33 ---> Using cache 07:58:33 ---> d12d8c432be9 07:58:33 Step 7/22 : RUN go mod download 07:58:33 ---> Using cache 07:58:33 ---> 6c580e954736 07:58:33 Step 8/22 : COPY . . 07:58:33 Collecting dockerpty<0.5,>=0.4.1 07:58:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:58:33 Removing intermediate container 6fee32631594 07:58:33 ---> 8c6db87451df 07:58:33 Step 8/27 : COPY . . 07:58:36 Removing intermediate container 3074307370ba 07:58:36 ---> a985182141df 07:58:36 Step 8/22 : COPY . . 07:58:36 Removing intermediate container fc6814f81354 07:58:36 ---> 5a0a76ed55d2 07:58:36 Step 8/20 : COPY . . 07:58:36 Collecting jsonschema<3,>=2.5.1 07:58:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:58:36 Removing intermediate container 0b0ef957e059 07:58:36 ---> 69714aca8233 07:58:36 Step 8/23 : COPY . . 07:58:37 Removing intermediate container 22682a2a6e1c 07:58:37 ---> 27f8964f3998 07:58:37 Step 8/24 : COPY . . 07:58:39 Collecting websocket-client<1.0,>=0.32.0 07:58:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:58:41 Collecting docker-pycreds>=0.4.0 07:58:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:58:42 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:58:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:58:43 Collecting idna<2.8,>=2.5 07:58:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:58:43 Collecting urllib3<1.25,>=1.21.1 07:58:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:58:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:58:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:58:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:58:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:58:43 Removing intermediate container 6d144a3e80fd 07:58:43 ---> 6bcaf0ad4a04 07:58:43 Step 7/29 : COPY . . 07:58:44 Installing collected packages: texttable, cached-property, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, dockerpty, jsonschema, docker-compose 07:58:44 Running setup.py install for texttable: started 07:58:46 Running setup.py install for texttable: finished with status 'done' 07:58:52 ---> 350c465ca984 07:58:52 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:58:52 ---> Running in 5e29cb5d540c 07:58:52 ---> 94d3d26b2418 07:58:52 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:58:52 ---> 8d55a1f76d6e 07:58:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:58:52 ---> 1e8af812719c 07:58:52 Step 9/23 : RUN make cmd/core-data/core-data 07:58:52 ---> a513c9f57f5b 07:58:52 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:58:52 ---> Running in d67da9d9415e 07:58:52 ---> Running in 5faec5be3985 07:58:52 ---> Running in 0ee627bac71b 07:58:52 ---> Running in c5744fb2319a 07:58:53 Attempting uninstall: idna 07:58:53 Found existing installation: idna 2.9 07:58:53 Uninstalling idna-2.9: 07:58:53 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 07:58:54 Successfully uninstalled idna-2.9 07:58:55 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 07:58:55 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 07:58:55 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 07:58:55 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 07:58:55 Attempting uninstall: urllib3 07:58:55 Found existing installation: urllib3 1.25.9 07:58:55 Uninstalling urllib3-1.25.9: 07:58:57 Successfully uninstalled urllib3-1.25.9 07:58:59 Attempting uninstall: requests 07:58:59 Found existing installation: requests 2.23.0 07:58:59 Uninstalling requests-2.23.0: 07:58:59 Successfully uninstalled requests-2.23.0 07:59:00 ---> f7ae3c45380b 07:59:00 Step 9/22 : RUN make cmd/support-logging/support-logging 07:59:01 ---> 7f9f99e553e2 07:59:01 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:59:01 Running setup.py install for docopt: started 07:59:03 Running setup.py install for docopt: finished with status 'done' 07:59:04 Running setup.py install for PyYAML: started 07:59:05 ---> Running in 4b1ec127de58 07:59:05 ---> Running in 1b6fb9121620 07:59:05 Running setup.py install for PyYAML: finished with status 'done' 07:59:05 Running setup.py install for dockerpty: started 07:59:06 Running setup.py install for dockerpty: finished with status 'done' 07:59:09 ---> 05159509b121 07:59:09 Step 9/22 : RUN make cmd/core-command/core-command 07:59:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:59:10 ---> Running in 097a6c73b466 07:59:10 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 07:59:10 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 07:59:11 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 07:59:14 ---> b9407194a2d3 07:59:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:59:15 ---> Running in acb1473e3339 07:59:16 Removing intermediate container 7bb5c0e6afb5 07:59:16 ---> 419b17dfcc79 07:59:16 Step 22/27 : RUN apk --no-cache add curl 07:59:17 ---> Running in d81c096bce99 07:59:17 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 07:59:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:59:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:59:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:59:18 (2/3) Installing libcurl (7.69.1-r3) 07:59:18 (3/3) Installing curl (7.69.1-r3) 07:59:18 Executing busybox-1.31.1-r19.trigger 07:59:18 OK: 72 MiB in 58 packages 07:59:21 Removing intermediate container d81c096bce99 07:59:21 ---> a17a202b5981 07:59:21 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:59:21 ---> Running in e2c2c40d3aec 07:59:21 Removing intermediate container e2c2c40d3aec 07:59:21 ---> 081177ee7fd5 07:59:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:59:21 ---> Running in d8ccbfa1df17 07:59:22 Removing intermediate container d8ccbfa1df17 07:59:22 ---> 95d941f950bf 07:59:22 Step 25/27 : LABEL arch=x86_64 07:59:22 ---> Running in 87a1cb71ccc9 07:59:23 Removing intermediate container 87a1cb71ccc9 07:59:23 ---> 054a0de6be45 07:59:23 Step 26/27 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 07:59:23 ---> Running in edfe589e61e7 07:59:23 Removing intermediate container edfe589e61e7 07:59:23 ---> f7b7f9f4b3e0 07:59:23 Step 27/27 : LABEL version=1.3.1-dev.1 07:59:24 ---> Running in 331dda7b3829 07:59:24 Removing intermediate container 331dda7b3829 07:59:24 ---> 864b7853b79e 07:59:24 07:59:24 Successfully built 864b7853b79e 07:59:24 Successfully tagged docker-sys-mgmt-agent-go:latest 07:59:24  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 07:59:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:59:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:59:47 ---> 93cb41bdcba6 07:59:47 Step 3/21 : WORKDIR /edgex-go 07:59:47 ---> Using cache 07:59:47 ---> a7269c0df729 07:59:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:59:47 ---> Using cache 07:59:47 ---> ae1dd9ae6056 07:59:47 Step 5/21 : RUN apk update && apk add make git 07:59:47 ---> Using cache 07:59:47 ---> e150799f8c08 07:59:47 Step 6/21 : COPY go.mod . 07:59:47 ---> Using cache 07:59:47 ---> d12d8c432be9 07:59:47 Step 7/21 : RUN go mod download 07:59:47 ---> Using cache 07:59:47 ---> 6c580e954736 07:59:47 Step 8/21 : COPY . . 07:59:47 ---> Using cache 07:59:47 ---> 05159509b121 07:59:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:59:47 ---> Running in 31b71e9a0bea 07:59:47 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 07:59:48 Removing intermediate container 4b1ec127de58 07:59:48 ---> 4defea1d955e 07:59:48 07:59:48 Step 10/22 : FROM scratch 07:59:48 ---> 07:59:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:59:52 ---> Running in d65448cecdc1 07:59:52 Removing intermediate container acb1473e3339 07:59:52 ---> 8389ef97fc4a 07:59:52 07:59:52 Step 9/29 : FROM alpine:latest 07:59:52 ---> 7731472c3f2a 07:59:52 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:59:53 Removing intermediate container 097a6c73b466 07:59:53 ---> f304cc50e4c7 07:59:53 07:59:53 Step 10/22 : FROM scratch 07:59:53 ---> 07:59:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:59:53 ---> Running in 4a2b4faf8214 07:59:54 Removing intermediate container d65448cecdc1 07:59:54 ---> 6ee1faeba12c 07:59:54 Step 12/22 : ENV APP_PORT=48061 07:59:54 ---> Running in 79f56c93b0eb 07:59:54 ---> Running in 0ca03de93c3b 07:59:54 Removing intermediate container 4a2b4faf8214 07:59:54 ---> 4a20089140d8 07:59:54 Step 11/29 : USER root 07:59:55 Removing intermediate container 79f56c93b0eb 07:59:55 ---> 8fabb0de25cf 07:59:55 Step 12/22 : ENV APP_PORT=48082 07:59:55 ---> Running in 7d643287f6a0 07:59:56 ---> Running in cf5f3764cbaf 07:59:56 Removing intermediate container 0ca03de93c3b 07:59:56 ---> e73daa336b25 07:59:56 Step 13/22 : EXPOSE $APP_PORT 07:59:57 ---> Running in 929ead96aa6f 07:59:57 Removing intermediate container 7d643287f6a0 07:59:57 ---> 47ea3bfbf88d 07:59:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:59:57 Removing intermediate container 1b6fb9121620 07:59:57 ---> c5266c295851 07:59:57 07:59:57 Step 10/22 : FROM scratch 07:59:57 ---> 07:59:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:59:57 ---> Running in 460c94d76cc5 07:59:57 Removing intermediate container cf5f3764cbaf 07:59:57 ---> a12494a07c84 07:59:57 Step 13/22 : EXPOSE $APP_PORT 07:59:57 ---> Using cache 07:59:57 ---> 8fabb0de25cf 07:59:57 Step 12/22 : ENV APP_PORT=48081 07:59:57 ---> Running in 1f4be98a0457 07:59:57 ---> Running in 0a2786737240 07:59:57 Removing intermediate container 929ead96aa6f 07:59:57 ---> 02370ad3238e 07:59:57 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:59:57 Removing intermediate container 1f4be98a0457 07:59:57 ---> fbc08a598b09 07:59:57 Step 14/22 : WORKDIR / 07:59:57 Removing intermediate container 0a2786737240 07:59:57 ---> 2b16f088b01d 07:59:57 Step 13/22 : EXPOSE $APP_PORT 07:59:57 ---> Running in 167eb841b4cc 07:59:57 ---> Running in 6ff8b5703fa3 07:59:57 ---> 89fc7fe72744 07:59:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:59:58 Removing intermediate container 167eb841b4cc 07:59:58 ---> 38d517c6955b 07:59:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:59:58 Removing intermediate container 6ff8b5703fa3 07:59:58 ---> 2a5c552ad604 07:59:58 Step 14/22 : WORKDIR / 07:59:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:59:58 ---> f72c167c17cd 07:59:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:59:58 ---> Running in fa0bd922b39c 07:59:58 ---> a52568d05801 07:59:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:59:58 v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 07:59:58 v3.13.0-148-gf6ffc9ee66 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 07:59:58 OK: 13881 distinct packages available 07:59:58 Removing intermediate container fa0bd922b39c 07:59:58 ---> 723d4b0e9518 07:59:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:59:59 (1/2) Installing ca-certificates (20191127-r5) 07:59:59 ---> b20b9b5f1584 07:59:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:59:59 (2/2) Installing dumb-init (1.2.5-r0) 07:59:59 Executing busybox-1.32.1-r0.trigger 07:59:59 Executing ca-certificates-20191127-r5.trigger 07:59:59 ---> 65edffc7a031 07:59:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:59:59 OK: 6 MiB in 16 packages 08:00:01 ---> bbe08f741e36 08:00:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:00:01 ---> 572bf123c117 08:00:01 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:00:01 ---> ea58bc37b27c 08:00:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:00:01 ---> Running in 22850d4c5fe6 08:00:02 ---> aab21e8e4ab2 08:00:02 Step 18/22 : ENTRYPOINT ["/core-command"] 08:00:02 ---> Running in 95f300a2a473 08:00:02 Removing intermediate container 460c94d76cc5 08:00:02 ---> 6b0305ebce0c 08:00:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:00:03 ---> c8482bda691a 08:00:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:00:03 Removing intermediate container 22850d4c5fe6 08:00:03 ---> 6fda40fce9a8 08:00:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:03 ---> Running in 6ed2a4acd380 08:00:03 ---> Running in 552a0ef5fee7 08:00:03 ---> Running in 9ce7cc6bddbb 08:00:03 Removing intermediate container 95f300a2a473 08:00:03 ---> e4300bca097c 08:00:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:03 ---> Running in 9c55afada6e7 08:00:03 Removing intermediate container 6ed2a4acd380 08:00:03 ---> f5cc65c16326 08:00:03 Step 14/29 : WORKDIR $BASE_DIR 08:00:03 ---> Running in 98b96c9287ce 08:00:03 Removing intermediate container 552a0ef5fee7 08:00:03 ---> 7a1afd41c9f1 08:00:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:03 Removing intermediate container 9ce7cc6bddbb 08:00:03 ---> e646358d550c 08:00:03 Step 20/22 : LABEL arch=x86_64 08:00:04 ---> Running in 69e66a35a70e 08:00:04 Removing intermediate container 9c55afada6e7 08:00:04 ---> 27161074c9f4 08:00:04 Step 20/22 : LABEL arch=x86_64 08:00:04 ---> Running in cdc6bc5cfba9 08:00:04 ---> Running in 311e370dec78 08:00:04 Removing intermediate container 98b96c9287ce 08:00:04 ---> 5c7201f8ec26 08:00:04 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:00:04 ---> Running in 371cd8ecb02c 08:00:04 Removing intermediate container 69e66a35a70e 08:00:04 ---> ad34514a4767 08:00:04 Step 20/22 : LABEL arch=x86_64 08:00:04 Removing intermediate container 311e370dec78 08:00:04 ---> 719d68c11417 08:00:04 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:04 Removing intermediate container cdc6bc5cfba9 08:00:04 ---> e0420cf50982 08:00:04 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:04 ---> Running in e5e4fb998a04 08:00:04 ---> Running in 2c0c2f72bffd 08:00:04 ---> Running in d4da3bcf7171 08:00:05 Removing intermediate container e5e4fb998a04 08:00:05 ---> c68e77a89f5b 08:00:05 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:05 Removing intermediate container 2c0c2f72bffd 08:00:05 ---> 6a26a54f2785 08:00:05 Step 22/22 : LABEL version=1.3.1-dev.1 08:00:05 ---> Running in d56a83e192dd 08:00:05 Removing intermediate container d4da3bcf7171 08:00:05 ---> fc02298b761e 08:00:05 Step 22/22 : LABEL version=1.3.1-dev.1 08:00:05 ---> Running in ea15b5cb37c3 08:00:07 ---> Running in 7e36ed2f83fa 08:00:07 Removing intermediate container d56a83e192dd 08:00:07 ---> 04d26d5b98de 08:00:07 Step 22/22 : LABEL version=1.3.1-dev.1 08:00:07 Removing intermediate container ea15b5cb37c3 08:00:07 ---> 759181fb9426 08:00:07 08:00:08 Successfully built 759181fb9426 08:00:08 ---> Running in 30662950102d 08:00:08 Removing intermediate container 31b71e9a0bea 08:00:08 ---> 544a85ebd8c9 08:00:08 08:00:08 Step 10/21 : FROM scratch 08:00:08 ---> 08:00:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:00:08 Successfully tagged docker-core-command-go:latest 08:00:08 Building docker-support-notifications-go 08:00:08  Building docker-core-command-go ... done Removing intermediate container 7e36ed2f83fa 08:00:08 ---> 55e94f87de7f 08:00:08 08:00:08 ---> Using cache 08:00:08 ---> 8fabb0de25cf 08:00:08 Step 12/21 : ENV APP_PORT=48085 08:00:08 Removing intermediate container 371cd8ecb02c 08:00:08 ---> 44003739c9a7 08:00:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:00:08 ---> Running in 7d1c134c2977 08:00:08 Removing intermediate container 30662950102d 08:00:08 ---> 1a5beeb1387e 08:00:08 08:00:08 Successfully built 55e94f87de7f 08:00:08 Successfully built 1a5beeb1387e 08:00:08 Successfully tagged docker-support-logging-go:latest 08:00:09  Building docker-support-logging-go ... done Successfully tagged docker-core-metadata-go:latest 08:00:09  Building docker-core-metadata-go ... done Removing intermediate container 7d1c134c2977 08:00:09 ---> 7756bffb5295 08:00:09 Step 13/21 : EXPOSE $APP_PORT 08:00:09 ---> f392b9b02985 08:00:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:00:09 ---> Running in 23c284b1a3af 08:00:11 ---> 27737328932e 08:00:11 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:00:11 Removing intermediate container 23c284b1a3af 08:00:11 ---> efc26794673a 08:00:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:00:12 ---> d22cc5ef16bb 08:00:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:00:12 ---> 976d840c31e5 08:00:12 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:00:13 ---> e34a889a7efe 08:00:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:00:13 ---> ac30a54d72e7 08:00:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:00:13 ---> 8c759e292617 08:00:13 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:00:13 ---> 433741a63196 08:00:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:00:13 ---> Running in c6260548b5ba 08:00:13 ---> Running in 21fcfc217c8a 08:00:15 Removing intermediate container c6260548b5ba 08:00:15 ---> 4248a5bdaa84 08:00:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:15 ---> Running in cc3c8c00d5d1 08:00:16 Removing intermediate container cc3c8c00d5d1 08:00:16 ---> 4f8a61bcae35 08:00:16 Step 19/21 : LABEL arch=x86_64 08:00:17 Removing intermediate container c5744fb2319a 08:00:17 ---> 438273990237 08:00:17 08:00:17 Step 10/20 : FROM alpine 08:00:17 ---> Running in e09ababb03c0 08:00:17 latest: Pulling from library/alpine 08:00:18 Removing intermediate container e09ababb03c0 08:00:18 ---> f509b36d28f0 08:00:18 Step 20/21 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:18 Removing intermediate container 21fcfc217c8a 08:00:18 ---> c2f5f41b246b 08:00:18 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:00:19 Digest: sha256:d9a7354e3845ea8466bb00b22224d9116b183e594527fb5b6c3d30bc01a20378 08:00:19 Status: Downloaded newer image for alpine:latest 08:00:19 ---> 1fca6fe4a1ec 08:00:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:00:20 ---> Running in 436abee45c4c 08:00:20 ---> Running in ad635abd1559 08:00:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:00:20 ---> 93cb41bdcba6 08:00:20 Step 3/24 : WORKDIR /edgex-go 08:00:20 ---> Using cache 08:00:20 ---> a7269c0df729 08:00:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:20 ---> Using cache 08:00:20 ---> ae1dd9ae6056 08:00:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:00:21 ---> 1c6063b0b659 08:00:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:00:21 ---> Running in 74ae2b001925 08:00:21 ---> Running in ab79cc35549b 08:00:21 Removing intermediate container 436abee45c4c 08:00:21 ---> a44f128c220f 08:00:21 Step 21/21 : LABEL version=1.3.1-dev.1 08:00:21 ---> Running in 49ea94c5bd2b 08:00:22 Removing intermediate container 49ea94c5bd2b 08:00:22 ---> a77b55f2081d 08:00:22 08:00:22 Successfully built a77b55f2081d 08:00:22 Successfully tagged docker-support-scheduler-go:latest 08:00:22  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:00:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:00:23 Removing intermediate container ab79cc35549b 08:00:23 ---> 5705ff1059df 08:00:23 Step 24/29 : RUN chmod 755 security-secrets-setup 08:00:23 ---> Running in 7956c1747bc8 08:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:00:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:00:24 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:00:24 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 08:00:24 OK: 12752 distinct packages available 08:00:24 Removing intermediate container 7956c1747bc8 08:00:24 ---> a67bfc69c607 08:00:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:00:24 OK: 233 MiB in 51 packages 08:00:24 ---> Running in 75dbbbf7046c 08:00:24 Removing intermediate container d67da9d9415e 08:00:24 ---> 52262aa31881 08:00:24 08:00:24 Step 10/22 : FROM alpine:3.10 08:00:24 v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 08:00:24 v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 08:00:24 OK: 13727 distinct packages available 08:00:24 3.10: Pulling from library/alpine 08:00:24 Removing intermediate container 75dbbbf7046c 08:00:24 ---> d9ef30e6f10e 08:00:24 Step 26/29 : CMD [ "generate" ] 08:00:24 ---> Running in 36f6383d997f 08:00:24 Removing intermediate container 74ae2b001925 08:00:24 ---> 75befdb76793 08:00:24 Step 6/24 : COPY go.mod . 08:00:24 Removing intermediate container 36f6383d997f 08:00:24 ---> 11cc191483aa 08:00:24 Step 27/29 : LABEL arch=x86_64 08:00:24 ---> Running in bc0973a6bdcb 08:00:24 ---> 41c14b1f6751 08:00:24 Step 7/24 : RUN go mod download 08:00:24 ---> Running in 4774d882430d 08:00:25 Removing intermediate container bc0973a6bdcb 08:00:25 ---> 34ce80aded5b 08:00:25 Step 28/29 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:25 ---> Running in 423e35b77fe1 08:00:25 Removing intermediate container 423e35b77fe1 08:00:25 ---> 6690d9177f59 08:00:25 Step 29/29 : LABEL version=1.3.1-dev.1 08:00:25 ---> Running in fc0ae3b8aad5 08:00:25 (1/5) Installing ca-certificates (20191127-r5) 08:00:25 (2/5) Installing brotli-libs (1.0.9-r3) 08:00:25 (3/5) Installing nghttp2-libs (1.42.0-r1) 08:00:25 (4/5) Installing libcurl (7.74.0-r0) 08:00:25 (5/5) Installing curl (7.74.0-r0) 08:00:25 Executing busybox-1.32.1-r0.trigger 08:00:25 Removing intermediate container fc0ae3b8aad5 08:00:25 ---> f841a859e4ef 08:00:25 08:00:25 Executing ca-certificates-20191127-r5.trigger 08:00:26 Successfully built f841a859e4ef 08:00:26 Successfully tagged docker-security-secrets-setup-go:latest 08:00:26 OK: 8 MiB in 19 packages 08:00:26  Building docker-security-secrets-setup-go ... done Removing intermediate container 4774d882430d 08:00:26 ---> 472f97ba3589 08:00:26 Step 8/24 : COPY . . 08:00:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:00:26 Status: Downloaded newer image for alpine:3.10 08:00:26 ---> 536a684cf733 08:00:26 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:00:26 Removing intermediate container 5e29cb5d540c 08:00:26 ---> d8d4475af59d 08:00:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:00:27 ---> Running in a36ab533e89f 08:00:27 ---> Running in 4f900e835ba3 08:00:30 Removing intermediate container ad635abd1559 08:00:30 ---> 2819de0ebdee 08:00:30 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:00: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 08:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:00:30 ---> Running in ef096b2cf7b3 08:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:00:31 Removing intermediate container ef096b2cf7b3 08:00:31 ---> aa6954bbb58d 08:00:31 Step 13/20 : WORKDIR /edgex 08:00:31 ---> Running in 331d9018e6a0 08:00:31 v3.10.5-181-ge7d73bb631 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:00:31 v3.10.5-182-g304fda73a0 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:00:31 OK: 10171 distinct packages available 08:00:31 Removing intermediate container 331d9018e6a0 08:00:31 ---> 2bad1d45b2b1 08:00:31 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:00:32 (1/5) Installing ca-certificates (20191127-r2) 08:00:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:00:32 (3/5) Installing libcurl (7.66.0-r3) 08:00:32 (4/5) Installing curl (7.66.0-r3) 08:00:32 (5/5) Installing dumb-init (1.2.2-r1) 08:00:32 Executing busybox-1.30.1-r3.trigger 08:00:32 Executing ca-certificates-20191127-r2.trigger 08:00:32 OK: 7 MiB in 19 packages 08:00:33 ---> ec7887a6c5bf 08:00:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:00:35 Removing intermediate container a36ab533e89f 08:00:35 ---> 5cc3a2768255 08:00:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:00:36 ---> a12c0ed8ff1d 08:00:36 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:00:36 ---> Running in c6c7fbaefaa7 08:00:36 ---> Running in 377994c0dfeb 08:00:36 Removing intermediate container 4f900e835ba3 08:00:36 ---> cf4505512ca1 08:00:36 08:00:36 Step 11/27 : FROM docker:latest 08:00:36 ---> 83ca638d8957 08:00:36 Step 12/27 : RUN apk add --no-cache bash 08:00:36 ---> Running in d1701632b76a 08:00:37 Removing intermediate container c6c7fbaefaa7 08:00:37 ---> e339ffd64420 08:00:37 Step 13/22 : WORKDIR / 08:00:37 Removing intermediate container 377994c0dfeb 08:00:37 ---> a9731e05bb11 08:00:37 Step 17/20 : CMD ["--init=true"] 08:00:37 ---> Running in c818d771b791 08:00:37 ---> Running in eefcd772d3b5 08:00:38 Removing intermediate container eefcd772d3b5 08:00:38 ---> a493fbcecbf1 08:00:38 Step 18/20 : LABEL arch=arm64 08:00:38 Removing intermediate container c818d771b791 08:00:38 ---> aa3c4c855f91 08:00:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:00:38 ---> Running in 58884bdddd74 08:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:00:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:00:40 (1/2) Installing readline (8.0.4-r0) 08:00:40 (2/2) Installing bash (5.0.17-r0) 08:00:40 Executing bash-5.0.17-r0.post-install 08:00:40 Executing busybox-1.31.1-r19.trigger 08:00:40 OK: 12 MiB in 22 packages 08:00:40 Removing intermediate container 58884bdddd74 08:00:40 ---> c431a4d75041 08:00:40 Step 19/20 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:40 ---> 403126ff58aa 08:00:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:00:40 ---> Running in 123b3e2704a4 08:00:41 ---> dc006f9a3708 08:00:41 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:00:41 ---> Running in 54bd8dbd4d58 08:00:41 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 08:00:42 Removing intermediate container 123b3e2704a4 08:00:42 ---> f2b1865dabb2 08:00:42 Step 20/20 : LABEL version=1.3.1-dev.1 08:00:42 ---> Running in 95d590e11b69 08:00:43 Removing intermediate container d1701632b76a 08:00:43 ---> 7270e00b7bf2 08:00:43 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:00:43 ---> Running in beebecc3b1dd 08:00:44 Removing intermediate container 95d590e11b69 08:00:44 ---> d9c30cc7475f 08:00:44 08:00:44 ---> e6bd5f46a24e 08:00:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:00:45 Successfully built d9c30cc7475f 08:00:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:00:45  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go 08:00:45 Removing intermediate container 5faec5be3985 08:00:45 ---> 00963940f27f 08:00:45 08:00:45 Step 10/24 : FROM scratch 08:00:45 ---> 08:00:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:00:46 ---> Running in 2d4874acbc05 08:00:46 ---> a90e1f8da0c4 08:00:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:00:48 Removing intermediate container 2d4874acbc05 08:00:48 ---> 380bccff69e2 08:00:48 Step 12/24 : ENV APP_PORT=48060 08:00:48 ---> b2c9f50c50a1 08:00:48 Step 18/22 : RUN chmod +x entrypoint.sh 08:00:48 ---> Running in 9098e69e6c01 08:00:48 Removing intermediate container beebecc3b1dd 08:00:48 ---> f6a8e66b4fc1 08:00:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:00:48 ---> Running in b9f46ff7dfbd 08:00:49 ---> Running in dd8a1c27708b 08:00:49 Removing intermediate container 9098e69e6c01 08:00:49 ---> a791590913d3 08:00:49 Step 13/24 : EXPOSE $APP_PORT 08:00:49 ---> Running in c44e6089fdb7 08:00:49 Removing intermediate container dd8a1c27708b 08:00:49 ---> 716cec188c51 08:00:49 Step 15/27 : ENV APP_PORT=48090 08:00:50 ---> Running in db3a859bda76 08:00:50 Removing intermediate container c44e6089fdb7 08:00:50 ---> ea0d24e5ac1b 08:00:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:00:50 Removing intermediate container db3a859bda76 08:00:50 ---> 2f1572bbc766 08:00:50 Step 16/27 : EXPOSE $APP_PORT 08:00:51 ---> Running in fc5b6221ccd3 08:00:51 ---> 3d3e5b5b9abb 08:00:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:00:52 Removing intermediate container fc5b6221ccd3 08:00:52 ---> 9e064d45e295 08:00:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:00:52 Removing intermediate container b9f46ff7dfbd 08:00:52 ---> 853a9b2f9e38 08:00:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:00:53 ---> Running in 4723fbbb696e 08:00:54 Removing intermediate container 4723fbbb696e 08:00:54 ---> 72173f5ac855 08:00:54 Step 20/22 : LABEL arch=arm64 08:00:54 ---> bdcb9f58288a 08:00:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:00:54 ---> Running in ffdfd4af06df 08:00:54 ---> e0874bd4d6f6 08:00:54 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:00:55 Removing intermediate container ffdfd4af06df 08:00:55 ---> 318d0c5e91fc 08:00:55 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:56 ---> c9869f84ea0e 08:00:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:00:56 ---> 97fdb2e0fb1f 08:00:56 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:00:56 ---> Running in 342be9e5442b 08:00:56 Removing intermediate container 54bd8dbd4d58 08:00:56 ---> 3621818b1f22 08:00:56 08:00:56 Step 10/24 : FROM scratch 08:00:56 ---> 08:00:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:00:56 ---> Using cache 08:00:56 ---> 6ee1faeba12c 08:00:56 Step 12/24 : ENV APP_PORT=48060 08:00:56 ---> Running in 60e76ce6e4f4 08:00:56 Removing intermediate container 60e76ce6e4f4 08:00:56 ---> 1fac20e947e3 08:00:56 Step 13/24 : EXPOSE $APP_PORT 08:00:56 ---> Running in 1d4effc7b06f 08:00:56 Removing intermediate container 1d4effc7b06f 08:00:56 ---> dbbddb233e3c 08:00:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:00:56 ---> 61afd2ffde30 08:00:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:00:56 ---> 53706899b6de 08:00:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:00:57 ---> f392371748db 08:00:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:00:57 ---> e231770666aa 08:00:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:00:57 Removing intermediate container 342be9e5442b 08:00:57 ---> 0aee5daf229b 08:00:57 Step 22/22 : LABEL version=1.3.1-dev.1 08:00:57 ---> 69870dabc81f 08:00:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:00:58 ---> 39180d60d985 08:00:58 ---> a6fb8c770e27 08:00:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:00:58 ---> Running in 947cf44e7d43 08:00:58 Step 3/22 : WORKDIR /edgex-go 08:00:58 ---> Using cache 08:00:58 ---> c5cec4ba153a 08:00:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:58 ---> Using cache 08:00:58 ---> 14a3a5ed3688 08:00:58 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:00:58 Removing intermediate container 947cf44e7d43 08:00:58 ---> 9a90864654a4 08:00:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:00:58 ---> Running in 3200da912d6c 08:00:58 ---> 593823d8d620 08:00:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:00:58 ---> Running in fe458ee96e32 08:00:58 ---> Running in a251401ed7a7 08:00:58 Removing intermediate container 3200da912d6c 08:00:58 ---> 01f3e2424819 08:00:58 Step 22/24 : LABEL arch=x86_64 08:00:58 ---> Running in a7922fe4f4be 08:00:58 ---> 5d46ffe1d94e 08:00:58 Step 20/27 : RUN apk --no-cache add py3-pip 08:00:59 Removing intermediate container a7922fe4f4be 08:00:59 ---> 725744c3581a 08:00:59 Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:00:59 ---> Running in f6db1328f887 08:00:59 ---> Running in e846a9710947 08:00:59 Removing intermediate container f6db1328f887 08:00:59 ---> 5714195de2b4 08:00:59 Step 24/24 : LABEL version=1.3.1-dev.1 08:00:59 ---> Running in 4969de30a48d 08:00:59 Removing intermediate container 4969de30a48d 08:00:59 ---> 04577308dd32 08:00:59 08:00:59 Successfully built 04577308dd32 08:00:59 Successfully tagged docker-support-notifications-go:latest 08:00:59 Removing intermediate container a251401ed7a7 08:00:59 ---> 87121b49932e 08:00:59 08:01:00  Building docker-support-notifications-go ... done  [Pipeline] } 08:01:00 Successfully built 87121b49932e 08:01:00 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 08:01:00 Building docker-core-metadata-go 08:01:00 $ docker stop --time=1 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 08:01:00  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:00 ---> ced2a443a631 08:01:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:01:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:02 (1/33) Installing libbz2 (1.0.8-r1) 08:01:02 $ docker rm -f 90cde44052f2f7f1c61dd5e4cc5e5b12dc680e1354b5a496cd44f5640f3232b8 08:01:02 (2/33) Installing expat (2.2.9-r1) 08:01:02 (3/33) Installing libffi (3.3-r2) 08:01:02 (4/33) Installing gdbm (1.13-r1) 08:01:02 (5/33) Installing xz-libs (5.2.5-r0) 08:01:02 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:01:02 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 08:01:02 OK: 12622 distinct packages available 08:01:02 (6/33) Installing sqlite-libs (3.32.1-r0) 08:01:02 (7/33) Installing python3 (3.8.5-r0) [Pipeline] // withDockerContainer [Pipeline] sh 08:01:02 ---> 26b83479d026 08:01:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:01:02 + docker images 08:01:02 + grep docker 08:01:02 docker-support-notifications-go latest 04577308dd32 3 seconds ago 13.6MB 08:01:02 docker-security-secrets-setup-go latest f841a859e4ef 37 seconds ago 24MB 08:01:02 docker-support-scheduler-go latest a77b55f2081d 41 seconds ago 12.3MB 08:01:02 docker-core-command-go latest 759181fb9426 55 seconds ago 12.2MB 08:01:02 docker-core-metadata-go latest 1a5beeb1387e 55 seconds ago 14.5MB 08:01:02 docker-support-logging-go latest 55e94f87de7f 55 seconds ago 11.1MB 08:01:02 docker-sys-mgmt-agent-go latest 864b7853b79e About a minute ago 313MB 08:01:02 docker-core-data-go latest 8c2097a3cfe6 2 minutes ago 23.8MB 08:01:02 docker-security-secretstore-setup-go latest 55d8b4121973 3 minutes ago 24.7MB 08:01:02 docker-security-bootstrap-redis-go latest e3a9defd7861 3 minutes ago 15.8MB 08:01:02 docker-security-proxy-setup-go latest cbc5287ea73f 3 minutes ago 16.7MB 08:01:02 docker latest 1b003a99702a 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 08:01:02 OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:01:03 provisioning config files... 08:01:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3429760621247822583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:03 ---> docker-login.sh 08:01:03 nexus3.edgexfoundry.org:10001 08:01:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:03 OK: 217 MiB in 51 packages 08:01:03 ---> Running in 480ac8246d73 08:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:04 Configure a credential helper to remove this warning. See 08:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:04 08:01:04 Login Succeeded 08:01:04 nexus3.edgexfoundry.org:10002 08:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:04 Configure a credential helper to remove this warning. See 08:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:04 08:01:04 Login Succeeded 08:01:04 nexus3.edgexfoundry.org:10003 08:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:04 Configure a credential helper to remove this warning. See 08:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:04 08:01:04 Login Succeeded 08:01:04 nexus3.edgexfoundry.org:10004 08:01:04 (8/33) Installing py3-appdirs (1.4.4-r1) 08:01:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:01:04 (10/33) Installing py3-parsing (2.4.7-r0) 08:01:04 (11/33) Installing py3-six (1.15.0-r0) 08:01:04 (12/33) Installing py3-packaging (20.4-r0) 08:01:04 (13/33) Installing py3-setuptools (47.0.0-r0) 08:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:04 Configure a credential helper to remove this warning. See 08:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:04 08:01:04 Login Succeeded 08:01:04 docker.io 08:01:04 (14/33) Installing py3-chardet (3.0.4-r4) 08:01:04 (15/33) Installing py3-idna (2.9-r0) 08:01:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:01:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:05 (18/33) Installing py3-requests (2.23.0-r0) 08:01:05 (19/33) Installing py3-msgpack (1.0.0-r0) 08:01:05 (20/33) Installing py3-lockfile (0.12.2-r3) 08:01:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:01:05 (22/33) Installing py3-colorama (0.4.3-r0) 08:01:05 (23/33) Installing py3-distlib (0.3.0-r0) 08:01:05 Removing intermediate container 480ac8246d73 08:01:05 ---> a611f5039e88 08:01:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:05 (24/33) Installing py3-distro (1.5.0-r1) 08:01:05 (25/33) Installing py3-webencodings (0.5.1-r3) 08:01:05 (26/33) Installing py3-html5lib (1.0.1-r4) 08:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:05 Configure a credential helper to remove this warning. See 08:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:05 08:01:05 Login Succeeded 08:01:05 ---> docker-login.sh ends [Pipeline] } 08:01:05 Deleting 1 temporary files [Pipeline] // wrap 08:01:05 (27/33) Installing py3-pytoml (0.1.21-r0) 08:01:05 (28/33) Installing py3-pep517 (0.8.2-r0) 08:01:05 (29/33) Installing py3-progress (1.5-r0) 08:01:05 (30/33) Installing py3-toml (0.10.1-r0) 08:01:05 (31/33) Installing py3-retrying (1.3.3-r0) 08:01:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:01:05 (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:05 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 08:01:05 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:05 1.3.1-dev.1 08:01:05 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:05 hanoi 08:01:05 ===================================================== [Pipeline] withEnv [Pipeline] { 08:01:05 Executing busybox-1.31.1-r19.trigger 08:01:05 OK: 71 MiB in 55 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:06 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:06 ---> Running in c8b8ae257063 08:01:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:01:06 a02b5f2c894d: Preparing 08:01:06 f7efe2a01d12: Preparing 08:01:06 71735406cdac: Preparing 08:01:06 Removing intermediate container fe458ee96e32 08:01:06 ---> fb512f85c6cb 08:01:06 Step 6/22 : COPY go.mod . 08:01:06 71735406cdac: Pushed 08:01:06 a02b5f2c894d: Pushed 08:01:07 f7efe2a01d12: Pushed 08:01:07 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:08 ---> 333d92704a98 08:01:08 Step 7/22 : RUN go mod download 08:01:08 Removing intermediate container c8b8ae257063 08:01:08 ---> 7dc2096cc6cc 08:01:08 Step 22/24 : LABEL arch=arm64 08:01:08 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 08:01:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:01:08 a02b5f2c894d: Preparing 08:01:08 f7efe2a01d12: Preparing 08:01:08 71735406cdac: Preparing 08:01:08 a02b5f2c894d: Layer already exists 08:01:08 f7efe2a01d12: Layer already exists 08:01:08 71735406cdac: Layer already exists 08:01:08 1.3.1-dev.1: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:08 ---> Running in 840fd9cff673 08:01:08 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:08 ---> Running in 78739bd83179 08:01:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:01:09 a02b5f2c894d: Preparing 08:01:09 f7efe2a01d12: Preparing 08:01:09 71735406cdac: Preparing 08:01:09 a02b5f2c894d: Layer already exists 08:01:09 71735406cdac: Layer already exists 08:01:09 f7efe2a01d12: Layer already exists 08:01:09 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:09 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:09 Removing intermediate container 0ee627bac71b 08:01:09 ---> 903ccfacd185 08:01:09 08:01:09 Step 10/23 : FROM alpine 08:01:09 ---> 1fca6fe4a1ec 08:01:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:01:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi 08:01:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 08:01:09 a02b5f2c894d: Preparing 08:01:09 f7efe2a01d12: Preparing 08:01:09 71735406cdac: Preparing 08:01:09 f7efe2a01d12: Layer already exists 08:01:09 a02b5f2c894d: Layer already exists 08:01:09 71735406cdac: Layer already exists 08:01:09 hanoi: digest: sha256:61b45c9fbd0dc37d0275a11c4bf015138756bdf2680ae68f29f7e222f5b9a417 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:10 ===================================================== [Pipeline] echo 08:01:10 taggedImages: 08:01:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.1 08:01:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:10 - nexus3.edgexfoundry.org:10004/docker-core-command-go:hanoi [Pipeline] echo 08:01:10 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 08:01:10 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:10 1.3.1-dev.1 08:01:10 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:10 hanoi 08:01:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 08:01:10 Removing intermediate container 78739bd83179 08:01:10 ---> e6601b8c7619 08:01:10 Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:10 ---> Running in 1060af8f672c 08:01:10 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:11 ---> Running in 4b2e319a2c0a 08:01:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:01:11 4bf942468038: Preparing 08:01:11 4e441be79177: Preparing 08:01:11 23ae25eb0e3f: Preparing 08:01:11 7a4d23cfd3c0: Preparing 08:01:11 5720d7585ed8: Preparing 08:01:11 c04d1437198b: Preparing 08:01:11 c04d1437198b: Waiting 08:01:11 23ae25eb0e3f: Pushed 08:01:11 5720d7585ed8: Pushed 08:01:11 4bf942468038: Pushed 08:01:11 c04d1437198b: Layer already exists 08:01:11 7a4d23cfd3c0: Pushed 08:01:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:01:12 ---> 39180d60d985 08:01:12 Step 3/22 : WORKDIR /edgex-go 08:01:12 ---> Using cache 08:01:12 ---> c5cec4ba153a 08:01:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:12 ---> Using cache 08:01:12 ---> 14a3a5ed3688 08:01:12 Step 5/22 : RUN apk update && apk add make git 08:01:12 Removing intermediate container 1060af8f672c 08:01:12 ---> a70850b02986 08:01:12 Step 12/23 : ENV APP_PORT=48080 08:01:12 ---> Running in 72ded67a18cb 08:01:12 Removing intermediate container 4b2e319a2c0a 08:01:12 ---> d8f1f58aeb5f 08:01:12 Step 24/24 : LABEL version=1.3.1-dev.1 08:01:12 ---> Running in d092104cf5dc 08:01:13 4e441be79177: Pushed 08:01:13 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh 08:01:13 ---> Running in b007cd60f9ef 08:01:13 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:13 Removing intermediate container 840fd9cff673 08:01:13 ---> e7d8ac6a8a60 08:01:13 Step 8/22 : COPY . . 08:01:13 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 08:01:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:01:13 4bf942468038: Preparing 08:01:13 4e441be79177: Preparing 08:01:13 23ae25eb0e3f: Preparing 08:01:13 7a4d23cfd3c0: Preparing 08:01:13 5720d7585ed8: Preparing 08:01:13 c04d1437198b: Preparing 08:01:13 c04d1437198b: Waiting 08:01:13 7a4d23cfd3c0: Layer already exists 08:01:13 23ae25eb0e3f: Layer already exists 08:01:13 4e441be79177: Layer already exists 08:01:13 5720d7585ed8: Layer already exists 08:01:13 4bf942468038: Layer already exists 08:01:13 c04d1437198b: Layer already exists 08:01:13 1.3.1-dev.1: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh 08:01:13 Removing intermediate container d092104cf5dc 08:01:13 ---> 09d2234fddd3 08:01:13 Step 13/23 : EXPOSE $APP_PORT 08:01:13 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:14 ---> Running in 4cea91e3e322 08:01:14 Removing intermediate container b007cd60f9ef 08:01:14 ---> 52e5b38e09b8 08:01:14 08:01:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:01:14 4bf942468038: Preparing 08:01:14 4e441be79177: Preparing 08:01:14 23ae25eb0e3f: Preparing 08:01:14 7a4d23cfd3c0: Preparing 08:01:14 5720d7585ed8: Preparing 08:01:14 c04d1437198b: Preparing 08:01:14 c04d1437198b: Waiting 08:01:14 7a4d23cfd3c0: Layer already exists 08:01:14 4e441be79177: Layer already exists 08:01:14 23ae25eb0e3f: Layer already exists 08:01:14 5720d7585ed8: Layer already exists 08:01:14 4bf942468038: Layer already exists 08:01:14 c04d1437198b: Layer already exists 08:01:14 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] isUnix [Pipeline] sh 08:01:14 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:14 Removing intermediate container e846a9710947 08:01:14 ---> d861b1d4d4fb 08:01:14 Step 21/27 : RUN pip install docker-compose==1.23.2 08:01:14 Successfully built 52e5b38e09b8 08:01:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi 08:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 08:01:14 4bf942468038: Preparing 08:01:14 4e441be79177: Preparing 08:01:14 23ae25eb0e3f: Preparing 08:01:14 7a4d23cfd3c0: Preparing 08:01:14 5720d7585ed8: Preparing 08:01:14 c04d1437198b: Preparing 08:01:14 c04d1437198b: Waiting 08:01:14 4bf942468038: Layer already exists 08:01:14 5720d7585ed8: Layer already exists 08:01:14 4e441be79177: Layer already exists 08:01:14 23ae25eb0e3f: Layer already exists 08:01:14 7a4d23cfd3c0: Layer already exists 08:01:14 c04d1437198b: Layer already exists 08:01:15 hanoi: digest: sha256:507fb694870a4a4327aad2ab554e4dcdd1e97d66b3d7908320a3097c108ad19f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry 08:01:15 Successfully tagged docker-support-notifications-go-arm64:latest 08:01:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 08:01:15 Removing intermediate container 4cea91e3e322 08:01:15 ---> a9f5c0297898 08:01:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:15 ===================================================== [Pipeline] echo 08:01:15 taggedImages: 08:01:15 - nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:15 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.1 08:01:15 - nexus3.edgexfoundry.org:10004/docker-core-data-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:15 - nexus3.edgexfoundry.org:10004/docker-core-data-go:hanoi 08:01:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:15 ---> Running in ba3905714b6a [Pipeline] echo 08:01:15 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 08:01:15 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:15 1.3.1-dev.1 08:01:15 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:15 hanoi 08:01:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:16 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:16 ---> Running in 306a73c6ea69 08:01:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:01:16 babdff4e10b1: Preparing 08:01:16 362549b5ba6b: Preparing 08:01:16 8dc6624189ef: Preparing 08:01:16 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:01:16 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 08:01:16 OK: 12622 distinct packages available 08:01:16 babdff4e10b1: Pushed 08:01:16 8dc6624189ef: Pushed 08:01:17 OK: 217 MiB in 51 packages 08:01:18 362549b5ba6b: Pushed 08:01:18 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:18 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 08:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:01:18 babdff4e10b1: Preparing 08:01:18 362549b5ba6b: Preparing 08:01:18 8dc6624189ef: Preparing 08:01:18 362549b5ba6b: Layer already exists 08:01:18 babdff4e10b1: Layer already exists 08:01:18 8dc6624189ef: Layer already exists 08:01:18 1.3.1-dev.1: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:18 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:01:19 babdff4e10b1: Preparing 08:01:19 362549b5ba6b: Preparing 08:01:19 8dc6624189ef: Preparing 08:01:19 babdff4e10b1: Layer already exists 08:01:19 362549b5ba6b: Layer already exists 08:01:19 8dc6624189ef: Layer already exists 08:01:19 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] isUnix [Pipeline] sh 08:01:19 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi 08:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 08:01:19 babdff4e10b1: Preparing 08:01:19 362549b5ba6b: Preparing 08:01:19 8dc6624189ef: Preparing 08:01:19 babdff4e10b1: Layer already exists 08:01:19 8dc6624189ef: Layer already exists 08:01:19 362549b5ba6b: Layer already exists 08:01:19 hanoi: digest: sha256:476f8e1fd2c6d130a5a2077f702aac690487952874a4c1b82f4612ac780b959e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:20 ===================================================== [Pipeline] echo 08:01:20 taggedImages: 08:01:20 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:20 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.1 08:01:20 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:20 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:hanoi [Pipeline] echo 08:01:20 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 08:01:20 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:20 1.3.1-dev.1 08:01:20 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:20 hanoi 08:01:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:20 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 08:01:21 1d1940ecdb60: Preparing 08:01:21 f2054c50a4ec: Preparing 08:01:21 247ce7b93a3a: Preparing 08:01:21 5569ae53107e: Preparing 08:01:21 4fba2cb5bb48: Preparing 08:01:21 dea594b6b921: Preparing 08:01:21 1b3ee35aacca: Preparing 08:01:21 dea594b6b921: Waiting 08:01:21 1b3ee35aacca: Waiting 08:01:21 f2054c50a4ec: Pushed 08:01:21 4fba2cb5bb48: Pushed 08:01:21 1d1940ecdb60: Pushed 08:01:21 247ce7b93a3a: Pushed 08:01:21 1b3ee35aacca: Layer already exists 08:01:21 Removing intermediate container 72ded67a18cb 08:01:21 ---> 70755e3754e9 08:01:21 Step 6/22 : COPY go.mod . 08:01:21 Removing intermediate container 306a73c6ea69 08:01:21 ---> df0b75f30f2f 08:01:21 Step 15/23 : RUN apk --no-cache add zeromq 08:01:22 dea594b6b921: Pushed 08:01:22 5569ae53107e: Pushed 08:01:22 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 08:01:22 ---> Running in 0a969e0180cc 08:01:22 ---> f001987d564b 08:01:22 Step 7/22 : RUN go mod download [Pipeline] isUnix [Pipeline] sh 08:01:22 ---> Running in 890161810d54 08:01:23 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 08:01:23 Collecting docker-compose==1.23.2 08:01:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [Pipeline] isUnix [Pipeline] sh 08:01:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 08:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 08:01:23 1d1940ecdb60: Preparing 08:01:23 f2054c50a4ec: Preparing 08:01:23 247ce7b93a3a: Preparing 08:01:23 5569ae53107e: Preparing 08:01:23 4fba2cb5bb48: Preparing 08:01:23 dea594b6b921: Preparing 08:01:23 1b3ee35aacca: Preparing 08:01:23 dea594b6b921: Waiting 08:01:23 1b3ee35aacca: Waiting 08:01:23 1d1940ecdb60: Layer already exists 08:01:23 247ce7b93a3a: Layer already exists 08:01:23 4fba2cb5bb48: Layer already exists 08:01:23 5569ae53107e: Layer already exists 08:01:23 f2054c50a4ec: Layer already exists 08:01:23 dea594b6b921: Layer already exists 08:01:23 1b3ee35aacca: Layer already exists 08:01:23 1.3.1-dev.1: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] isUnix [Pipeline] sh 08:01:24 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:24 Collecting dockerpty<0.5,>=0.4.1 08:01:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:01:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:01:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 08:01:24 1d1940ecdb60: Preparing 08:01:24 f2054c50a4ec: Preparing 08:01:24 247ce7b93a3a: Preparing 08:01:24 5569ae53107e: Preparing 08:01:24 4fba2cb5bb48: Preparing 08:01:24 dea594b6b921: Preparing 08:01:24 1b3ee35aacca: Preparing 08:01:24 dea594b6b921: Waiting 08:01:24 1b3ee35aacca: Waiting 08:01:24 f2054c50a4ec: Layer already exists 08:01:24 4fba2cb5bb48: Layer already exists 08:01:24 1d1940ecdb60: Layer already exists 08:01:24 247ce7b93a3a: Layer already exists 08:01:24 5569ae53107e: Layer already exists 08:01:24 1b3ee35aacca: Layer already exists 08:01:24 dea594b6b921: Layer already exists 08:01:24 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] isUnix [Pipeline] sh 08:01:24 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi 08:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 08:01:25 1d1940ecdb60: Preparing 08:01:25 f2054c50a4ec: Preparing 08:01:25 247ce7b93a3a: Preparing 08:01:25 5569ae53107e: Preparing 08:01:25 4fba2cb5bb48: Preparing 08:01:25 dea594b6b921: Preparing 08:01:25 1b3ee35aacca: Preparing 08:01:25 dea594b6b921: Waiting 08:01:25 1b3ee35aacca: Waiting 08:01:25 f2054c50a4ec: Layer already exists 08:01:25 5569ae53107e: Layer already exists 08:01:25 247ce7b93a3a: Layer already exists 08:01:25 1d1940ecdb60: Layer already exists 08:01:25 4fba2cb5bb48: Layer already exists 08:01:25 dea594b6b921: Layer already exists 08:01:25 1b3ee35aacca: Layer already exists 08:01:25 hanoi: digest: sha256:40c8a14e5f3077763e1959047fa943b4ce4ced38e482d5b78202952a3d3fbab6 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:25 ===================================================== [Pipeline] echo 08:01:25 taggedImages: 08:01:25 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:25 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.1 08:01:25 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:25 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:hanoi [Pipeline] echo 08:01:25 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 08:01:25 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:25 1.3.1-dev.1 08:01:25 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:25 hanoi 08:01:25 ===================================================== 08:01:25 ---> a7e0344ced91 08:01:25 Step 9/22 : RUN make cmd/support-logging/support-logging 08:01:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:26 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:26 ---> Running in d07b893fe2d7 08:01:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:01:26 f8e37e44cc8b: Preparing 08:01:26 2869e6cc6184: Preparing 08:01:26 91b640e173d8: Preparing 08:01:26 a57e4d2a20ee: Preparing 08:01:26 c04d1437198b: Preparing 08:01:26 c04d1437198b: Layer already exists 08:01:26 91b640e173d8: Pushed 08:01:26 2869e6cc6184: Pushed 08:01:26 a57e4d2a20ee: Pushed 08:01:27 (1/5) Installing libgcc (10.2.1_pre1-r3) 08:01:27 (2/5) Installing libsodium (1.0.18-r0) 08:01:27 (3/5) Installing libstdc++ (10.2.1_pre1-r3) 08:01:27 f8e37e44cc8b: Pushed 08:01:27 (4/5) Installing libzmq (4.3.3-r1) 08:01:27 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] isUnix [Pipeline] sh 08:01:27 (5/5) Installing zeromq (4.3.3-r1) 08:01:27 Executing busybox-1.32.1-r0.trigger 08:01:27 OK: 8 MiB in 19 packages 08:01:27 Removing intermediate container 890161810d54 08:01:27 ---> ba9021b8c202 08:01:27 Step 8/22 : COPY . . 08:01:27 + 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 08:01:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 08:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:01:28 f8e37e44cc8b: Preparing 08:01:28 2869e6cc6184: Preparing 08:01:28 91b640e173d8: Preparing 08:01:28 a57e4d2a20ee: Preparing 08:01:28 c04d1437198b: Preparing 08:01:28 f8e37e44cc8b: Layer already exists 08:01:28 c04d1437198b: Layer already exists 08:01:28 2869e6cc6184: Layer already exists 08:01:28 a57e4d2a20ee: Layer already exists 08:01:28 91b640e173d8: Layer already exists 08:01:28 1.3.1-dev.1: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 08:01:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] isUnix [Pipeline] sh 08:01:28 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 08:01:28 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:28 Collecting websocket-client<1.0,>=0.32.0 08:01:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:01:29 f8e37e44cc8b: Preparing 08:01:29 2869e6cc6184: Preparing 08:01:29 91b640e173d8: Preparing 08:01:29 a57e4d2a20ee: Preparing 08:01:29 c04d1437198b: Preparing 08:01:29 2869e6cc6184: Layer already exists 08:01:29 f8e37e44cc8b: Layer already exists 08:01:29 91b640e173d8: Layer already exists 08:01:29 a57e4d2a20ee: Layer already exists 08:01:29 c04d1437198b: Layer already exists 08:01:29 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] isUnix [Pipeline] sh 08:01:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:01:29 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi 08:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 08:01:29 f8e37e44cc8b: Preparing 08:01:29 2869e6cc6184: Preparing 08:01:29 91b640e173d8: Preparing 08:01:29 a57e4d2a20ee: Preparing 08:01:29 c04d1437198b: Preparing 08:01:29 c04d1437198b: Layer already exists 08:01:29 91b640e173d8: Layer already exists 08:01:29 2869e6cc6184: Layer already exists 08:01:29 a57e4d2a20ee: Layer already exists 08:01:29 f8e37e44cc8b: Layer already exists 08:01:29 hanoi: digest: sha256:07c9269b752e9faed48bc552eab7afcf661426a7f62bdac3bf6bd38bf505dc4c size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:29 ===================================================== [Pipeline] echo 08:01:29 taggedImages: 08:01:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.1 08:01:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:29 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:hanoi [Pipeline] echo 08:01:29 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 08:01:29 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:29 1.3.1-dev.1 08:01:29 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:29 hanoi 08:01:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 08:01:30 Collecting docopt<0.7,>=0.6.1 08:01:30 Downloading docopt-0.6.2.tar.gz (25 kB) 08:01:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:01:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:01:30 ---> 39180d60d985 08:01:30 Step 3/24 : WORKDIR /edgex-go 08:01:30 ---> Using cache 08:01:30 ---> c5cec4ba153a 08:01:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:30 ---> Using cache 08:01:30 ---> 14a3a5ed3688 08:01:30 Step 5/24 : RUN apk update && apk add make git 08:01:30 ---> Using cache 08:01:30 ---> 70755e3754e9 08:01:30 Step 6/24 : COPY go.mod . 08:01:30 ---> Using cache 08:01:30 ---> f001987d564b 08:01:30 Step 7/24 : RUN go mod download 08:01:30 ---> Using cache 08:01:30 ---> ba9021b8c202 08:01:30 Step 8/24 : COPY . . [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:30 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:01:30 37ec47bbbb68: Preparing 08:01:30 8b7eed676710: Preparing 08:01:30 34eec88704e8: Preparing 08:01:30 3ff5940a3f96: Preparing 08:01:30 3ff5940a3f96: Preparing 08:01:30 281973d667b5: Preparing 08:01:30 2a3182d01f71: Preparing 08:01:30 5d67964a1b66: Preparing 08:01:30 37ec47bbbb68: Preparing 08:01:30 cdbe2e41dea0: Preparing 08:01:30 7a32b6453114: Preparing 08:01:30 978f0fbc73f2: Preparing 08:01:30 c04d1437198b: Preparing 08:01:30 2a3182d01f71: Waiting 08:01:30 7a32b6453114: Waiting 08:01:30 978f0fbc73f2: Waiting 08:01:30 c04d1437198b: Waiting 08:01:30 5d67964a1b66: Waiting 08:01:30 cdbe2e41dea0: Waiting 08:01:31 34eec88704e8: Pushed 08:01:31 8b7eed676710: Pushed 08:01:31 3ff5940a3f96: Pushed 08:01:31 281973d667b5: Pushed 08:01:31 2a3182d01f71: Pushed 08:01:31 Removing intermediate container 0a969e0180cc 08:01:31 ---> 79ae24d71495 08:01:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:01:31 7a32b6453114: Pushed 08:01:31 cdbe2e41dea0: Pushed 08:01:31 5d67964a1b66: Pushed 08:01:31 c04d1437198b: Layer already exists 08:01:31 978f0fbc73f2: Pushed 08:01:31 37ec47bbbb68: Pushed 08:01:32 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:01:32 + 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 08:01:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 08:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:01:32 37ec47bbbb68: Preparing 08:01:32 8b7eed676710: Preparing 08:01:32 34eec88704e8: Preparing 08:01:32 3ff5940a3f96: Preparing 08:01:32 3ff5940a3f96: Preparing 08:01:32 281973d667b5: Preparing 08:01:32 2a3182d01f71: Preparing 08:01:32 5d67964a1b66: Preparing 08:01:32 37ec47bbbb68: Preparing 08:01:32 cdbe2e41dea0: Preparing 08:01:32 7a32b6453114: Preparing 08:01:32 978f0fbc73f2: Preparing 08:01:32 c04d1437198b: Preparing 08:01:32 5d67964a1b66: Waiting 08:01:32 cdbe2e41dea0: Waiting 08:01:32 7a32b6453114: Waiting 08:01:32 978f0fbc73f2: Waiting 08:01:32 2a3182d01f71: Waiting 08:01:32 c04d1437198b: Waiting 08:01:32 34eec88704e8: Layer already exists 08:01:32 281973d667b5: Layer already exists 08:01:32 37ec47bbbb68: Layer already exists 08:01:32 3ff5940a3f96: Layer already exists 08:01:32 8b7eed676710: Layer already exists 08:01:32 7a32b6453114: Layer already exists 08:01:32 cdbe2e41dea0: Layer already exists 08:01:32 5d67964a1b66: Layer already exists 08:01:32 2a3182d01f71: Layer already exists 08:01:32 978f0fbc73f2: Layer already exists 08:01:32 c04d1437198b: Layer already exists 08:01:33 1.3.1-dev.1: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:01:33 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:01:33 37ec47bbbb68: Preparing 08:01:33 8b7eed676710: Preparing 08:01:33 34eec88704e8: Preparing 08:01:33 3ff5940a3f96: Preparing 08:01:33 3ff5940a3f96: Preparing 08:01:33 281973d667b5: Preparing 08:01:33 2a3182d01f71: Preparing 08:01:33 5d67964a1b66: Preparing 08:01:33 37ec47bbbb68: Preparing 08:01:33 cdbe2e41dea0: Preparing 08:01:33 7a32b6453114: Preparing 08:01:33 978f0fbc73f2: Preparing 08:01:33 c04d1437198b: Preparing 08:01:33 5d67964a1b66: Waiting 08:01:33 2a3182d01f71: Waiting 08:01:33 cdbe2e41dea0: Waiting 08:01:33 7a32b6453114: Waiting 08:01:33 978f0fbc73f2: Waiting 08:01:33 c04d1437198b: Waiting 08:01:33 281973d667b5: Layer already exists 08:01:33 8b7eed676710: Layer already exists 08:01:33 37ec47bbbb68: Layer already exists 08:01:33 3ff5940a3f96: Layer already exists 08:01:33 34eec88704e8: Layer already exists 08:01:33 2a3182d01f71: Layer already exists 08:01:33 cdbe2e41dea0: Layer already exists 08:01:33 7a32b6453114: Layer already exists 08:01:33 5d67964a1b66: Layer already exists 08:01:33 978f0fbc73f2: Layer already exists 08:01:33 c04d1437198b: Layer already exists 08:01:33 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:01:33 ---> 286b42f7849b 08:01:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:01:33 Collecting docker<4.0,>=3.6.0 08:01:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:01:33 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi 08:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 08:01:34 37ec47bbbb68: Preparing 08:01:34 8b7eed676710: Preparing 08:01:34 34eec88704e8: Preparing 08:01:34 3ff5940a3f96: Preparing 08:01:34 3ff5940a3f96: Preparing 08:01:34 281973d667b5: Preparing 08:01:34 2a3182d01f71: Preparing 08:01:34 5d67964a1b66: Preparing 08:01:34 37ec47bbbb68: Preparing 08:01:34 cdbe2e41dea0: Preparing 08:01:34 7a32b6453114: Preparing 08:01:34 978f0fbc73f2: Preparing 08:01:34 c04d1437198b: Preparing 08:01:34 2a3182d01f71: Waiting 08:01:34 5d67964a1b66: Waiting 08:01:34 cdbe2e41dea0: Waiting 08:01:34 7a32b6453114: Waiting 08:01:34 978f0fbc73f2: Waiting 08:01:34 c04d1437198b: Waiting 08:01:34 3ff5940a3f96: Layer already exists 08:01:34 8b7eed676710: Layer already exists 08:01:34 34eec88704e8: Layer already exists 08:01:34 37ec47bbbb68: Layer already exists 08:01:34 281973d667b5: Layer already exists 08:01:34 cdbe2e41dea0: Layer already exists 08:01:34 5d67964a1b66: Layer already exists 08:01:34 2a3182d01f71: Layer already exists 08:01:34 978f0fbc73f2: Layer already exists 08:01:34 7a32b6453114: Layer already exists 08:01:34 c04d1437198b: Layer already exists 08:01:34 hanoi: digest: sha256:0fa19b905898596e01c033d7a6a59a1c8bede012476081252530a240fe354515 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:34 ===================================================== [Pipeline] echo 08:01:34 taggedImages: 08:01:34 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:34 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.1 08:01:34 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:34 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:hanoi [Pipeline] echo 08:01:34 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 08:01:34 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:34 1.3.1-dev.1 08:01:34 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:34 hanoi 08:01:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix 08:01:34 Collecting jsonschema<3,>=2.5.1 08:01:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] sh 08:01:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:01:35 139073f6f713: Preparing 08:01:35 f0cade4e0ee2: Preparing 08:01:35 f69287fba2dd: Preparing 08:01:35 4304e05d278a: Preparing 08:01:35 c28603ec147b: Preparing 08:01:35 5f7c9891d9a2: Preparing 08:01:35 9e12997d56d0: Preparing 08:01:35 dea594b6b921: Preparing 08:01:35 1b3ee35aacca: Preparing 08:01:35 5f7c9891d9a2: Waiting 08:01:35 9e12997d56d0: Waiting 08:01:35 dea594b6b921: Waiting 08:01:35 1b3ee35aacca: Waiting 08:01:35 f0cade4e0ee2: Pushed 08:01:35 c28603ec147b: Pushed 08:01:35 139073f6f713: Pushed 08:01:35 dea594b6b921: Layer already exists 08:01:35 1b3ee35aacca: Layer already exists 08:01:35 5f7c9891d9a2: Pushed 08:01:35 9e12997d56d0: Pushed 08:01:36 4304e05d278a: Pushed 08:01:36 f69287fba2dd: Pushed 08:01:36 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh 08:01:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:01:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:01:36 + 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 08:01:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 08:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:01:37 139073f6f713: Preparing 08:01:37 f0cade4e0ee2: Preparing 08:01:37 f69287fba2dd: Preparing 08:01:37 4304e05d278a: Preparing 08:01:37 c28603ec147b: Preparing 08:01:37 5f7c9891d9a2: Preparing 08:01:37 9e12997d56d0: Preparing 08:01:37 dea594b6b921: Preparing 08:01:37 1b3ee35aacca: Preparing 08:01:37 9e12997d56d0: Waiting 08:01:37 1b3ee35aacca: Waiting 08:01:37 5f7c9891d9a2: Waiting 08:01:37 dea594b6b921: Waiting 08:01:37 f69287fba2dd: Layer already exists 08:01:37 c28603ec147b: Layer already exists 08:01:37 4304e05d278a: Layer already exists 08:01:37 f0cade4e0ee2: Layer already exists 08:01:37 139073f6f713: Layer already exists 08:01:37 9e12997d56d0: Layer already exists 08:01:37 5f7c9891d9a2: Layer already exists 08:01:37 1b3ee35aacca: Layer already exists 08:01:37 dea594b6b921: Layer already exists 08:01:37 1.3.1-dev.1: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh 08:01:37 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:01:37 139073f6f713: Preparing 08:01:37 f0cade4e0ee2: Preparing 08:01:37 f69287fba2dd: Preparing 08:01:37 4304e05d278a: Preparing 08:01:37 c28603ec147b: Preparing 08:01:37 5f7c9891d9a2: Preparing 08:01:37 9e12997d56d0: Preparing 08:01:37 dea594b6b921: Preparing 08:01:37 1b3ee35aacca: Preparing 08:01:37 5f7c9891d9a2: Waiting 08:01:37 9e12997d56d0: Waiting 08:01:37 dea594b6b921: Waiting 08:01:37 1b3ee35aacca: Waiting 08:01:37 139073f6f713: Layer already exists 08:01:37 c28603ec147b: Layer already exists 08:01:37 f0cade4e0ee2: Layer already exists 08:01:37 f69287fba2dd: Layer already exists 08:01:37 4304e05d278a: Layer already exists 08:01:37 dea594b6b921: Layer already exists 08:01:37 9e12997d56d0: Layer already exists 08:01:37 1b3ee35aacca: Layer already exists 08:01:37 5f7c9891d9a2: Layer already exists 08:01:37 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] isUnix [Pipeline] sh 08:01:37 ---> 9eb7ed19cb6a 08:01:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:01:37 Collecting texttable<0.10,>=0.9.0 08:01:37 Downloading texttable-0.9.1.tar.gz (11 kB) 08:01:38 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi 08:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 08:01:38 139073f6f713: Preparing 08:01:38 f0cade4e0ee2: Preparing 08:01:38 f69287fba2dd: Preparing 08:01:38 4304e05d278a: Preparing 08:01:38 c28603ec147b: Preparing 08:01:38 5f7c9891d9a2: Preparing 08:01:38 9e12997d56d0: Preparing 08:01:38 dea594b6b921: Preparing 08:01:38 1b3ee35aacca: Preparing 08:01:38 9e12997d56d0: Waiting 08:01:38 dea594b6b921: Waiting 08:01:38 1b3ee35aacca: Waiting 08:01:38 5f7c9891d9a2: Waiting 08:01:38 f0cade4e0ee2: Layer already exists 08:01:38 4304e05d278a: Layer already exists 08:01:38 c28603ec147b: Layer already exists 08:01:38 f69287fba2dd: Layer already exists 08:01:38 139073f6f713: Layer already exists 08:01:38 5f7c9891d9a2: Layer already exists 08:01:38 9e12997d56d0: Layer already exists 08:01:38 dea594b6b921: Layer already exists 08:01:38 1b3ee35aacca: Layer already exists 08:01:38 hanoi: digest: sha256:73a36e781be3d1391bed57ef6004300789e1f485da6122ad2b15d1e05b36caaa size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:38 ===================================================== [Pipeline] echo 08:01:38 taggedImages: 08:01:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.1 08:01:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:38 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:hanoi [Pipeline] echo 08:01:38 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 08:01:38 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:38 1.3.1-dev.1 08:01:38 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:38 hanoi 08:01:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:39 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:01:39 2e9e167973f8: Preparing 08:01:39 d77eb6dead38: Preparing 08:01:39 b03f9efcc316: Preparing 08:01:39 70723742abee: Preparing 08:01:39 b03f9efcc316: Pushed 08:01:39 2e9e167973f8: Pushed 08:01:39 70723742abee: Pushed 08:01:39 ---> e2888099cee1 08:01:39 Step 19/23 : ENTRYPOINT ["/core-data"] 08:01:39 ---> Running in 457124c8c89f 08:01:40 Collecting cached-property<2,>=1.2.0 08:01:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:01:40 d77eb6dead38: Pushed 08:01:40 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh 08:01:40 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:41 Removing intermediate container 457124c8c89f 08:01:41 ---> 98f334f0ad60 08:01:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:01:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 08:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:01:41 2e9e167973f8: Preparing 08:01:41 d77eb6dead38: Preparing 08:01:41 b03f9efcc316: Preparing 08:01:41 70723742abee: Preparing 08:01:41 d77eb6dead38: Layer already exists 08:01:41 70723742abee: Layer already exists 08:01:41 b03f9efcc316: Layer already exists 08:01:41 2e9e167973f8: Layer already exists 08:01:41 1.3.1-dev.1: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh 08:01:41 Collecting PyYAML<4,>=3.10 08:01:41 Downloading PyYAML-3.13.tar.gz (270 kB) 08:01:41 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:41 ---> Running in 8c163e68abe2 [Pipeline] isUnix [Pipeline] sh 08:01:41 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:01:41 2e9e167973f8: Preparing 08:01:41 d77eb6dead38: Preparing 08:01:41 b03f9efcc316: Preparing 08:01:41 70723742abee: Preparing 08:01:41 70723742abee: Layer already exists 08:01:41 b03f9efcc316: Layer already exists 08:01:41 d77eb6dead38: Layer already exists 08:01:41 2e9e167973f8: Layer already exists 08:01:42 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] isUnix [Pipeline] sh 08:01:42 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi 08:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 08:01:42 2e9e167973f8: Preparing 08:01:42 d77eb6dead38: Preparing 08:01:42 b03f9efcc316: Preparing 08:01:42 70723742abee: Preparing 08:01:42 70723742abee: Layer already exists 08:01:42 b03f9efcc316: Layer already exists 08:01:42 d77eb6dead38: Layer already exists 08:01:42 2e9e167973f8: Layer already exists 08:01:42 hanoi: digest: sha256:4b3c0a355a9bbc96494964cd1ba63d46461e4c7e1390487b286f40ad0428701c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:42 ===================================================== [Pipeline] echo 08:01:42 taggedImages: 08:01:42 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:42 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.1 08:01:42 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:42 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:hanoi [Pipeline] echo 08:01:43 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 08:01:43 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:43 1.3.1-dev.1 08:01:43 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:43 hanoi 08:01:43 ===================================================== 08:01:43 Removing intermediate container 8c163e68abe2 08:01:43 ---> 3b35de0d627e 08:01:43 Step 21/23 : LABEL arch=arm64 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:43 ---> Running in c8ef7bd5a752 08:01:43 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:43 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:01:43 89a7ec9e51e0: Preparing 08:01:43 68ec838ce5f8: Preparing 08:01:43 facbee56f14c: Preparing 08:01:43 303c59c782c1: Preparing 08:01:43 2c9694948e4f: Preparing 08:01:43 5aacb3e57f2e: Preparing 08:01:43 5aacb3e57f2e: Waiting 08:01:44 89a7ec9e51e0: Pushed 08:01:44 303c59c782c1: Pushed 08:01:44 facbee56f14c: Pushed 08:01:44 2c9694948e4f: Pushed 08:01:44 5aacb3e57f2e: Pushed 08:01:44 Removing intermediate container c8ef7bd5a752 08:01:44 ---> 3719b093ca41 08:01:44 Step 22/23 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:45 Collecting docker-pycreds>=0.4.0 08:01:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:01:45 68ec838ce5f8: Pushed 08:01:45 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:01:45 ---> Running in 30616db80fe7 08:01:45 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:45 Collecting idna<2.8,>=2.5 08:01:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:01:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 08:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:01:45 89a7ec9e51e0: Preparing 08:01:45 68ec838ce5f8: Preparing 08:01:45 facbee56f14c: Preparing 08:01:45 303c59c782c1: Preparing 08:01:45 2c9694948e4f: Preparing 08:01:45 5aacb3e57f2e: Preparing 08:01:45 5aacb3e57f2e: Waiting 08:01:45 68ec838ce5f8: Layer already exists 08:01:45 89a7ec9e51e0: Layer already exists 08:01:45 2c9694948e4f: Layer already exists 08:01:45 303c59c782c1: Layer already exists 08:01:45 facbee56f14c: Layer already exists 08:01:45 5aacb3e57f2e: Layer already exists 08:01:45 1.3.1-dev.1: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:01:45 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) 08:01:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:46 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:01:46 89a7ec9e51e0: Preparing 08:01:46 68ec838ce5f8: Preparing 08:01:46 facbee56f14c: Preparing 08:01:46 303c59c782c1: Preparing 08:01:46 2c9694948e4f: Preparing 08:01:46 5aacb3e57f2e: Preparing 08:01:46 5aacb3e57f2e: Waiting 08:01:46 303c59c782c1: Layer already exists 08:01:46 68ec838ce5f8: Layer already exists 08:01:46 2c9694948e4f: Layer already exists 08:01:46 facbee56f14c: Layer already exists 08:01:46 89a7ec9e51e0: Layer already exists 08:01:46 5aacb3e57f2e: Layer already exists 08:01:46 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:01:46 Collecting urllib3<1.25,>=1.21.1 08:01:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:01:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:46 Removing intermediate container 30616db80fe7 08:01:46 ---> 765a761f17ec 08:01:46 Step 23/23 : LABEL version=1.3.1-dev.1 08:01:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi 08:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 08:01:47 89a7ec9e51e0: Preparing 08:01:47 68ec838ce5f8: Preparing 08:01:47 facbee56f14c: Preparing 08:01:47 303c59c782c1: Preparing 08:01:47 2c9694948e4f: Preparing 08:01:47 5aacb3e57f2e: Preparing 08:01:47 5aacb3e57f2e: Waiting 08:01:47 facbee56f14c: Layer already exists 08:01:47 89a7ec9e51e0: Layer already exists 08:01:47 2c9694948e4f: Layer already exists 08:01:47 303c59c782c1: Layer already exists 08:01:47 68ec838ce5f8: Layer already exists 08:01:47 5aacb3e57f2e: Layer already exists 08:01:47 hanoi: digest: sha256:ccbc9b4c853a46a7459d4ff2c2af315d1cbfbc1c05f9b5a7178e1d8f1fd48f48 size: 1573 [Pipeline] } 08:01:47 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) 08:01:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:01:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:01:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:01:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:01:47 ---> Running in 9c97e22b68cd [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:01:47 ===================================================== [Pipeline] echo 08:01:47 taggedImages: 08:01:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.1 08:01:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:47 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:hanoi [Pipeline] echo 08:01:47 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 08:01:47 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:47 1.3.1-dev.1 08:01:47 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:47 hanoi 08:01:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:47 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:48 ---> 3d60ff060337 08:01:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:01:48 Installing collected packages: dockerpty, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, PyYAML, docker-compose 08:01:48 Running setup.py install for dockerpty: started 08:01:48 Removing intermediate container 9c97e22b68cd 08:01:48 ---> cc65f2b5885e 08:01:48 08:01:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:01:48 75eb6351a5cf: Preparing 08:01:48 ef7f24315883: Preparing 08:01:48 1db1a4551650: Preparing 08:01:48 1db1a4551650: Pushed 08:01:48 75eb6351a5cf: Pushed 08:01:48 ---> Running in b7a21186f467 08:01:49 Successfully built cc65f2b5885e 08:01:49 ---> e2a8f771eee3 08:01:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:01:49 Successfully tagged docker-core-data-go-arm64:latest 08:01:49 Building docker-security-secrets-setup-go 08:01:49 ef7f24315883: Pushed 08:01:49 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh 08:01:49  Building docker-core-data-go ... done  ---> Running in b1548e643871 08:01:49 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 08:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:01:50 75eb6351a5cf: Preparing 08:01:50 ef7f24315883: Preparing 08:01:50 1db1a4551650: Preparing 08:01:50 ef7f24315883: Layer already exists 08:01:50 1db1a4551650: Layer already exists 08:01:50 75eb6351a5cf: Layer already exists 08:01:50 1.3.1-dev.1: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh 08:01:50 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:01:50 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 08:01:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:01:50 75eb6351a5cf: Preparing 08:01:50 ef7f24315883: Preparing 08:01:50 1db1a4551650: Preparing 08:01:50 ef7f24315883: Layer already exists 08:01:50 1db1a4551650: Layer already exists 08:01:50 75eb6351a5cf: Layer already exists 08:01:50 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] isUnix [Pipeline] sh 08:01:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:01:51 Running setup.py install for dockerpty: finished with status 'done' 08:01:51 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 08:01:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi 08:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 08:01:51 75eb6351a5cf: Preparing 08:01:51 ef7f24315883: Preparing 08:01:51 1db1a4551650: Preparing 08:01:51 75eb6351a5cf: Layer already exists 08:01:51 1db1a4551650: Layer already exists 08:01:51 ef7f24315883: Layer already exists 08:01:51 hanoi: digest: sha256:1817e34c3975af3f9a5a73807839837827fea8abf669a0092561e1452909359a size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 08:01:51 Running setup.py install for docopt: started [Pipeline] // withEnv [Pipeline] echo 08:01:51 ===================================================== [Pipeline] echo 08:01:51 taggedImages: 08:01:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.1 08:01:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:51 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:hanoi [Pipeline] echo 08:01:51 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 08:01:51 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:51 1.3.1-dev.1 08:01:51 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:01:51 hanoi 08:01:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:01:52 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:01:52 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:01:52 949a700e6640: Preparing 08:01:52 2212a96d7f7e: Preparing 08:01:52 04f91bb7f547: Preparing 08:01:52 440e20112db0: Preparing 08:01:52 9c8b1fac5a2c: Preparing 08:01:52 2737752af213: Preparing 08:01:52 7373180f96ae: Preparing 08:01:52 c38afb359156: Preparing 08:01:52 ce8005e61ff6: Preparing 08:01:52 c0855260cb35: Preparing 08:01:52 d8ff2b8a089b: Preparing 08:01:52 fbde41d77d8c: Preparing 08:01:52 f3e26e9cc915: Preparing 08:01:52 777b2c648970: Preparing 08:01:52 2737752af213: Waiting 08:01:52 7373180f96ae: Waiting 08:01:52 c38afb359156: Waiting 08:01:52 ce8005e61ff6: Waiting 08:01:52 c0855260cb35: Waiting 08:01:52 d8ff2b8a089b: Waiting 08:01:52 fbde41d77d8c: Waiting 08:01:52 f3e26e9cc915: Waiting 08:01:52 777b2c648970: Waiting 08:01:52 9c8b1fac5a2c: Pushed 08:01:53 949a700e6640: Pushed 08:01:53 440e20112db0: Pushed 08:01:53 c38afb359156: Layer already exists 08:01:53 ce8005e61ff6: Layer already exists 08:01:53 c0855260cb35: Layer already exists 08:01:53 7373180f96ae: Pushed 08:01:53 d8ff2b8a089b: Layer already exists 08:01:53 f3e26e9cc915: Layer already exists 08:01:53 fbde41d77d8c: Layer already exists 08:01:53 777b2c648970: Layer already exists 08:01:53 2737752af213: Pushed 08:01:54 2212a96d7f7e: Pushed 08:01:54 Running setup.py install for docopt: finished with status 'done' 08:01:54 Attempting uninstall: idna 08:01:54 Found existing installation: idna 2.9 08:01:54 Uninstalling idna-2.9: 08:01:54 Successfully uninstalled idna-2.9 08:01:55 Attempting uninstall: urllib3 08:01:55 Found existing installation: urllib3 1.25.9 08:01:55 Uninstalling urllib3-1.25.9: 08:01:55 Successfully uninstalled urllib3-1.25.9 08:01:57 Attempting uninstall: requests 08:01:57 Found existing installation: requests 2.23.0 08:01:57 Uninstalling requests-2.23.0: 08:01:57 Successfully uninstalled requests-2.23.0 08:02:00 Running setup.py install for texttable: started 08:02:02 04f91bb7f547: Pushed 08:02:02 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:02:02 + 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 08:02:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 08:02:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:02:03 949a700e6640: Preparing 08:02:03 2212a96d7f7e: Preparing 08:02:03 04f91bb7f547: Preparing 08:02:03 440e20112db0: Preparing 08:02:03 9c8b1fac5a2c: Preparing 08:02:03 2737752af213: Preparing 08:02:03 7373180f96ae: Preparing 08:02:03 c38afb359156: Preparing 08:02:03 ce8005e61ff6: Preparing 08:02:03 c0855260cb35: Preparing 08:02:03 d8ff2b8a089b: Preparing 08:02:03 fbde41d77d8c: Preparing 08:02:03 f3e26e9cc915: Preparing 08:02:03 777b2c648970: Preparing 08:02:03 c0855260cb35: Waiting 08:02:03 d8ff2b8a089b: Waiting 08:02:03 2737752af213: Waiting 08:02:03 7373180f96ae: Waiting 08:02:03 fbde41d77d8c: Waiting 08:02:03 f3e26e9cc915: Waiting 08:02:03 c38afb359156: Waiting 08:02:03 777b2c648970: Waiting 08:02:03 ce8005e61ff6: Waiting 08:02:03 04f91bb7f547: Layer already exists 08:02:03 949a700e6640: Layer already exists 08:02:03 2212a96d7f7e: Layer already exists 08:02:03 9c8b1fac5a2c: Layer already exists 08:02:03 440e20112db0: Layer already exists 08:02:03 2737752af213: Layer already exists 08:02:03 c38afb359156: Layer already exists 08:02:03 c0855260cb35: Layer already exists 08:02:03 ce8005e61ff6: Layer already exists 08:02:03 7373180f96ae: Layer already exists 08:02:03 f3e26e9cc915: Layer already exists 08:02:03 777b2c648970: Layer already exists 08:02:03 fbde41d77d8c: Layer already exists 08:02:03 d8ff2b8a089b: Layer already exists 08:02:03 1.3.1-dev.1: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:02:03 Running setup.py install for texttable: finished with status 'done' 08:02:03 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:02:03 Running setup.py install for PyYAML: started 08:02:03 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:02:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:02:03 949a700e6640: Preparing 08:02:03 2212a96d7f7e: Preparing 08:02:03 04f91bb7f547: Preparing 08:02:03 440e20112db0: Preparing 08:02:03 9c8b1fac5a2c: Preparing 08:02:03 2737752af213: Preparing 08:02:03 7373180f96ae: Preparing 08:02:03 c38afb359156: Preparing 08:02:03 ce8005e61ff6: Preparing 08:02:03 c0855260cb35: Preparing 08:02:03 d8ff2b8a089b: Preparing 08:02:03 fbde41d77d8c: Preparing 08:02:03 f3e26e9cc915: Preparing 08:02:03 777b2c648970: Preparing 08:02:03 2737752af213: Waiting 08:02:03 7373180f96ae: Waiting 08:02:03 c0855260cb35: Waiting 08:02:03 ce8005e61ff6: Waiting 08:02:03 d8ff2b8a089b: Waiting 08:02:03 c38afb359156: Waiting 08:02:03 fbde41d77d8c: Waiting 08:02:03 777b2c648970: Waiting 08:02:03 f3e26e9cc915: Waiting 08:02:03 949a700e6640: Layer already exists 08:02:03 04f91bb7f547: Layer already exists 08:02:03 2212a96d7f7e: Layer already exists 08:02:03 9c8b1fac5a2c: Layer already exists 08:02:03 440e20112db0: Layer already exists 08:02:03 7373180f96ae: Layer already exists 08:02:03 c38afb359156: Layer already exists 08:02:03 ce8005e61ff6: Layer already exists 08:02:03 c0855260cb35: Layer already exists 08:02:03 2737752af213: Layer already exists 08:02:03 fbde41d77d8c: Layer already exists 08:02:03 d8ff2b8a089b: Layer already exists 08:02:03 f3e26e9cc915: Layer already exists 08:02:03 777b2c648970: Layer already exists 08:02:04 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:02:04 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi [Pipeline] isUnix [Pipeline] sh 08:02:04 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:hanoi 08:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 08:02:04 949a700e6640: Preparing 08:02:04 2212a96d7f7e: Preparing 08:02:04 04f91bb7f547: Preparing 08:02:04 440e20112db0: Preparing 08:02:04 9c8b1fac5a2c: Preparing 08:02:04 2737752af213: Preparing 08:02:04 7373180f96ae: Preparing 08:02:04 c38afb359156: Preparing 08:02:04 ce8005e61ff6: Preparing 08:02:04 c0855260cb35: Preparing 08:02:04 d8ff2b8a089b: Preparing 08:02:04 fbde41d77d8c: Preparing 08:02:04 f3e26e9cc915: Preparing 08:02:04 777b2c648970: Preparing 08:02:04 c0855260cb35: Waiting 08:02:04 d8ff2b8a089b: Waiting 08:02:04 fbde41d77d8c: Waiting 08:02:04 f3e26e9cc915: Waiting 08:02:04 2737752af213: Waiting 08:02:04 c38afb359156: Waiting 08:02:04 777b2c648970: Waiting 08:02:04 ce8005e61ff6: Waiting 08:02:04 7373180f96ae: Waiting 08:02:04 949a700e6640: Layer already exists 08:02:04 2212a96d7f7e: Layer already exists 08:02:04 04f91bb7f547: Layer already exists 08:02:04 9c8b1fac5a2c: Layer already exists 08:02:04 440e20112db0: Layer already exists 08:02:04 2737752af213: Layer already exists 08:02:04 c38afb359156: Layer already exists 08:02:04 7373180f96ae: Layer already exists 08:02:04 c0855260cb35: Layer already exists 08:02:04 ce8005e61ff6: Layer already exists 08:02:04 d8ff2b8a089b: Layer already exists 08:02:04 fbde41d77d8c: Layer already exists 08:02:04 f3e26e9cc915: Layer already exists 08:02:04 777b2c648970: Layer already exists 08:02:05 hanoi: digest: sha256:b291a3bd9fb9848706b1445f61ae4728983cd5d73f1cbb171d3764652bfb7078 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:02:05 ===================================================== [Pipeline] echo 08:02:05 taggedImages: 08:02:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:02:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.1 08:02:05 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:02:05 - 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] } 08:02:05 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:05 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:02:05 ---> 39180d60d985 08:02:05 Step 3/29 : WORKDIR /edgex-go 08:02:05 ---> Using cache 08:02:05 ---> c5cec4ba153a 08:02:05 Step 4/29 : RUN apk update && apk add make git [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:02:07 Running setup.py install for PyYAML: finished with status 'done' 08:02:07 ---> Running in 9477cd231e85 08:02:08 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 08:02:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:11 v3.12.3-83-g9e25995019 [http://nl.alpinelinux.org/alpine/v3.12/main] 08:02:11 v3.12.3-77-g89584230ef [http://nl.alpinelinux.org/alpine/v3.12/community] 08:02:11 OK: 12622 distinct packages available 08:02:12 OK: 217 MiB in 51 packages 08:02:14 Removing intermediate container ba3905714b6a 08:02:14 ---> dfc8b5316190 08:02:14 Step 22/27 : RUN apk --no-cache add curl 08:02:14 ---> Running in 227a436e0aa5 08:02:14 Removing intermediate container 9477cd231e85 08:02:14 ---> 772dccf87635 08:02:14 Step 5/29 : COPY go.mod . 08:02:16 ---> 61f14ff357b0 08:02:16 Step 6/29 : RUN go mod download 08:02:16 ---> Running in 5938cafc5704 08:02:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:02:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:02:18 (2/3) Installing libcurl (7.69.1-r3) 08:02:18 (3/3) Installing curl (7.69.1-r3) 08:02:18 Executing busybox-1.31.1-r19.trigger 08:02:18 OK: 71 MiB in 58 packages 08:02:20 Removing intermediate container 227a436e0aa5 08:02:20 ---> db18ca26a1c8 08:02:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:02:20 ---> Running in e764e022bf74 08:02:21 Removing intermediate container e764e022bf74 08:02:21 ---> 520d0d775aca 08:02:21 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:02:21 ---> Running in 423e58d008df 08:02:21 Removing intermediate container 5938cafc5704 08:02:21 ---> c04585050e0e 08:02:21 Step 7/29 : COPY . . 08:02:22 Removing intermediate container 423e58d008df 08:02:22 ---> 35b89d2c684f 08:02:22 Step 25/27 : LABEL arch=arm64 08:02:22 ---> Running in f320038963fd 08:02:24 Removing intermediate container f320038963fd 08:02:24 ---> 302cb7e2211a 08:02:24 Step 26/27 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:02:24 ---> Running in 358226dc4a88 08:02:26 Removing intermediate container 358226dc4a88 08:02:26 ---> 57b80c606d08 08:02:26 Step 27/27 : LABEL version=1.3.1-dev.1 08:02:26 ---> Running in 36af3075ba7d 08:02:27 Removing intermediate container 36af3075ba7d 08:02:27 ---> f9a1429faf21 08:02:27 08:02:27 Successfully built f9a1429faf21 08:02:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:02:28 Building docker-core-command-go 08:02:36  Building docker-sys-mgmt-agent-go ... done  ---> c939c87e18e0 08:02:36 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:02:36 ---> Running in c0c8db1c0b10 08:02:38 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 08:02:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:02:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:02:44 ---> 39180d60d985 08:02:44 Step 3/22 : WORKDIR /edgex-go 08:02:44 ---> Using cache 08:02:44 ---> c5cec4ba153a 08:02:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:44 ---> Using cache 08:02:44 ---> 14a3a5ed3688 08:02:44 Step 5/22 : RUN apk update && apk add make git 08:02:44 ---> Using cache 08:02:44 ---> 70755e3754e9 08:02:44 Step 6/22 : COPY go.mod . 08:02:44 ---> Using cache 08:02:44 ---> f001987d564b 08:02:44 Step 7/22 : RUN go mod download 08:02:44 ---> Using cache 08:02:44 ---> ba9021b8c202 08:02:44 Step 8/22 : COPY . . 08:02:44 ---> Using cache 08:02:44 ---> e2a8f771eee3 08:02:44 Step 9/22 : RUN make cmd/core-command/core-command 08:02:46 ---> Running in ed0b38d39ea7 08:02:48 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 08:02:52 Removing intermediate container d07b893fe2d7 08:02:52 ---> 3620912f02fb 08:02:52 08:02:52 Step 10/22 : FROM scratch 08:02:52 ---> 08:02:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:02:52 ---> Using cache 08:02:52 ---> 380bccff69e2 08:02:52 Step 12/22 : ENV APP_PORT=48061 08:02:52 ---> Running in 7536006325a8 08:02:53 Removing intermediate container 7536006325a8 08:02:53 ---> 343f17a6bb7b 08:02:53 Step 13/22 : EXPOSE $APP_PORT 08:02:53 ---> Running in 8c8611cb74be 08:02:54 Removing intermediate container 8c8611cb74be 08:02:54 ---> bcea2591f92d 08:02:54 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:02:55 ---> 845dc94ff0bf 08:02:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:02:56 ---> cde64c10216f 08:02:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:02:58 ---> 5fdbba4026ed 08:02:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:02:59 ---> 24c0caca3a39 08:02:59 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:02:59 ---> Running in 200e45731750 08:03:00 Removing intermediate container 200e45731750 08:03:00 ---> 739ef7dac6ab 08:03:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:03:00 ---> Running in 9ae82fe0c4e3 08:03:01 Removing intermediate container 9ae82fe0c4e3 08:03:01 ---> 3fe5d3f6848a 08:03:01 Step 20/22 : LABEL arch=arm64 08:03:01 ---> Running in 1e897e38dfa0 08:03:02 Removing intermediate container 1e897e38dfa0 08:03:02 ---> 01d88ec64f38 08:03:02 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:03:02 ---> Running in 93965a6cbcb2 08:03:02 Removing intermediate container 93965a6cbcb2 08:03:02 ---> 84ed6b8adfaf 08:03:02 Step 22/22 : LABEL version=1.3.1-dev.1 08:03:02 ---> Running in e433f3854682 08:03:03 Removing intermediate container e433f3854682 08:03:03 ---> af64a2741c32 08:03:03 08:03:03 Successfully built af64a2741c32 08:03:03 Successfully tagged docker-support-logging-go-arm64:latest 08:03:03  Building docker-support-logging-go ... done Building docker-support-scheduler-go 08:03:16 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 08:03:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:03:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:03:18 ---> 39180d60d985 08:03:18 Step 3/21 : WORKDIR /edgex-go 08:03:18 ---> Using cache 08:03:18 ---> c5cec4ba153a 08:03:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:18 ---> Using cache 08:03:18 ---> 14a3a5ed3688 08:03:18 Step 5/21 : RUN apk update && apk add make git 08:03:18 ---> Using cache 08:03:18 ---> 70755e3754e9 08:03:18 Step 6/21 : COPY go.mod . 08:03:18 ---> Using cache 08:03:18 ---> f001987d564b 08:03:18 Step 7/21 : RUN go mod download 08:03:18 ---> Using cache 08:03:18 ---> ba9021b8c202 08:03:18 Step 8/21 : COPY . . 08:03:18 ---> Using cache 08:03:18 ---> e2a8f771eee3 08:03:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:03:20 ---> Running in e231a2d851e7 08:03:22 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 08:03:34 Removing intermediate container b1548e643871 08:03:34 ---> 7454b68dd829 08:03:34 08:03:34 Step 10/24 : FROM alpine:3.10 08:03:34 ---> 536a684cf733 08:03:34 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:03:34 ---> Using cache 08:03:34 ---> 5cc3a2768255 08:03:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:03:34 ---> Running in 47fbcddd2bd3 08:03:34 Removing intermediate container 47fbcddd2bd3 08:03:34 ---> a903fd7a5bc8 08:03:34 Step 13/24 : WORKDIR / 08:03:34 ---> Running in 00696e3274a7 08:03:34 Removing intermediate container 00696e3274a7 08:03:34 ---> ffeb5e278e08 08:03:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:03:35 ---> 19d06850ee48 08:03:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:03:37 ---> 224856d7c184 08:03:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:03:38 ---> b17105cc6b73 08:03:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:03:40 ---> 97f4f33cc522 08:03:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:03:41 ---> 88c58b10de1c 08:03:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:03:42 ---> 63c04980ab8d 08:03:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:03:42 ---> Running in 2d85ee460133 08:03:46 Removing intermediate container 2d85ee460133 08:03:46 ---> abfa5f98c823 08:03:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:03:46 ---> Running in c2f0843d0bb8 08:03:46 Removing intermediate container c2f0843d0bb8 08:03:46 ---> 3b0914bd43c8 08:03:46 Step 22/24 : LABEL arch=arm64 08:03:47 ---> Running in 5cd97db756a1 08:03:47 Removing intermediate container 5cd97db756a1 08:03:47 ---> 42566dc01cee 08:03:47 Step 23/24 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:03:48 ---> Running in f3b78d436f30 08:03:48 Removing intermediate container f3b78d436f30 08:03:48 ---> 0b9fd3fabd83 08:03:48 Step 24/24 : LABEL version=1.3.1-dev.1 08:03:48 ---> Running in f28abb55b9ec 08:03:49 Removing intermediate container f28abb55b9ec 08:03:49 ---> 68083b816045 08:03:49 08:03:49 Successfully built 68083b816045 08:03:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:04:02  Building docker-security-secretstore-setup-go ... done Removing intermediate container c0c8db1c0b10 08:04:02 ---> 53d52b568457 08:04:02 08:04:02 Step 9/29 : FROM alpine:latest 08:04:02 ---> 1fca6fe4a1ec 08:04:02 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:04:02 ---> Running in a5da9ad95de3 08:04:02 Removing intermediate container a5da9ad95de3 08:04:02 ---> bae014ae7983 08:04:02 Step 11/29 : USER root 08:04:02 ---> Running in 3aeb7bd07065 08:04:03 Removing intermediate container 3aeb7bd07065 08:04:03 ---> c5d0d454bd35 08:04:03 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:04:03 ---> Running in 4612116827f4 08:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:04:06 v3.13.0-150-gd0fe42c217 [https://dl-cdn.alpinelinux.org/alpine/v3.13/main] 08:04:06 v3.13.0-147-ge7819ad9b9 [https://dl-cdn.alpinelinux.org/alpine/v3.13/community] 08:04:06 OK: 13727 distinct packages available 08:04:08 (1/2) Installing ca-certificates (20191127-r5) 08:04:08 (2/2) Installing dumb-init (1.2.5-r0) 08:04:08 Executing busybox-1.32.1-r0.trigger 08:04:08 Executing ca-certificates-20191127-r5.trigger 08:04:08 OK: 6 MiB in 16 packages 08:04:12 Removing intermediate container 4612116827f4 08:04:12 ---> 7cee3c643d3f 08:04:12 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:04:12 ---> Running in b519fb213140 08:04:13 Removing intermediate container b519fb213140 08:04:13 ---> 2ce1f924f2fd 08:04:13 Step 14/29 : WORKDIR $BASE_DIR 08:04:13 ---> Running in 1d5b6a616630 08:04:14 Removing intermediate container b7a21186f467 08:04:14 ---> ac6d290d44fa 08:04:14 08:04:14 Step 10/22 : FROM scratch 08:04:14 ---> 08:04:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:04:14 Removing intermediate container 1d5b6a616630 08:04:14 ---> a3a8491f5294 08:04:14 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:04:14 ---> Running in fb5f64a2dc19 08:04:14 ---> Running in 048091fdc61b 08:04:15 Removing intermediate container fb5f64a2dc19 08:04:15 ---> 2bc30366aa02 08:04:15 Step 12/22 : ENV APP_PORT=48081 08:04:15 ---> Running in 3559a4e60dd1 08:04:16 Removing intermediate container 3559a4e60dd1 08:04:16 ---> 12d92e259350 08:04:16 Step 13/22 : EXPOSE $APP_PORT 08:04:16 ---> Running in f897cdebeaab 08:04:17 Removing intermediate container f897cdebeaab 08:04:17 ---> 2e65c81007ba 08:04:17 Step 14/22 : WORKDIR / 08:04:17 ---> Running in bb852eee3aff 08:04:18 Removing intermediate container bb852eee3aff 08:04:18 ---> 6ccaeba1ffca 08:04:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:04:18 Removing intermediate container 048091fdc61b 08:04:18 ---> 5ec0fcd04d0a 08:04:18 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:04:19 ---> 61f8e8969ef8 08:04:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:04:21 ---> e870cd34c0bd 08:04:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:04:21 ---> c2c38bed1670 08:04:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:04:22 ---> 5f2b01f28076 08:04:22 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:04:22 ---> 7f3ac051c9e8 08:04:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:04:22 ---> Running in 59c1f025d396 08:04:23 Removing intermediate container 59c1f025d396 08:04:23 ---> cb431f232eaa 08:04:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:23 ---> Running in b63aea1e8ba7 08:04:23 ---> abaebb0b70a1 08:04:23 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:04:24 Removing intermediate container b63aea1e8ba7 08:04:24 ---> d06e0e0a7769 08:04:24 Step 20/22 : LABEL arch=arm64 08:04:24 ---> Running in 250bb3e3f886 08:04:25 ---> ccc0c156044a 08:04:25 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:04:25 Removing intermediate container 250bb3e3f886 08:04:25 ---> 5a480add526c 08:04:25 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:26 ---> Running in acb2acd7735c 08:04:26 ---> 57ee02c32da2 08:04:26 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:04:26 ---> Running in 8b6123dac897 08:04:26 Removing intermediate container acb2acd7735c 08:04:26 ---> 42fcf93699dc 08:04:26 Step 22/22 : LABEL version=1.3.1-dev.1 08:04:27 ---> Running in b4d94a52ad8e 08:04:28 Removing intermediate container b4d94a52ad8e 08:04:28 ---> 00ddece08651 08:04:28 08:04:29 Successfully built 00ddece08651 08:04:29 Successfully tagged docker-core-metadata-go-arm64:latest 08:04:31  Building docker-core-metadata-go ... done Removing intermediate container 8b6123dac897 08:04:31 ---> ebc9a72d9827 08:04:31 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:04:31 Removing intermediate container ed0b38d39ea7 08:04:31 ---> ac8ebd50c558 08:04:31 08:04:31 Step 10/22 : FROM scratch 08:04:31 ---> 08:04:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:04:32 ---> Using cache 08:04:32 ---> 2bc30366aa02 08:04:32 Step 12/22 : ENV APP_PORT=48082 08:04:32 ---> Running in 89998be1c2b7 08:04:32 ---> 186278c93e5c 08:04:32 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:04:32 Removing intermediate container 89998be1c2b7 08:04:32 ---> 6017a79dbb9f 08:04:32 Step 13/22 : EXPOSE $APP_PORT 08:04:33 ---> Running in 572f48d86a20 08:04:33 ---> Running in d45d9841b215 08:04:33 Removing intermediate container d45d9841b215 08:04:33 ---> 975c5bfa76be 08:04:33 Step 14/22 : WORKDIR / 08:04:33 ---> Running in c2d0b95a3238 08:04:34 Removing intermediate container c2d0b95a3238 08:04:34 ---> 78c0cb43c6cd 08:04:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:04:35 ---> 98440c93e6be 08:04:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:04:35 Removing intermediate container 572f48d86a20 08:04:35 ---> 9859c4011d34 08:04:35 Step 24/29 : RUN chmod 755 security-secrets-setup 08:04:35 ---> Running in 2556869bed1f 08:04:36 ---> 705904df8595 08:04:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:04:38 ---> 8b80813c8fff 08:04:38 Step 18/22 : ENTRYPOINT ["/core-command"] 08:04:38 ---> Running in 87c661b763e2 08:04:38 Removing intermediate container 87c661b763e2 08:04:38 ---> 144688424672 08:04:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:39 Removing intermediate container 2556869bed1f 08:04:39 ---> 1891e2ac90c1 08:04:39 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:04:39 ---> Running in 3b2a5309c85a 08:04:39 ---> Running in 64520c040567 08:04:40 Removing intermediate container 3b2a5309c85a 08:04:40 ---> f1b1169162b5 08:04:40 Step 20/22 : LABEL arch=arm64 08:04:40 Removing intermediate container 64520c040567 08:04:40 ---> d917d4059a45 08:04:40 Step 26/29 : CMD [ "generate" ] 08:04:40 ---> Running in 27a125e7a384 08:04:40 ---> Running in 96b204552a57 08:04:40 Removing intermediate container e231a2d851e7 08:04:40 ---> 8376341552cc 08:04:40 08:04:40 Step 10/21 : FROM scratch 08:04:40 ---> 08:04:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:04:40 ---> Using cache 08:04:40 ---> 2bc30366aa02 08:04:40 Step 12/21 : ENV APP_PORT=48085 08:04:41 Removing intermediate container 27a125e7a384 08:04:41 ---> 7200029ec8ec 08:04:41 Step 21/22 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:41 ---> Running in d9ccf28532ec 08:04:41 Removing intermediate container 96b204552a57 08:04:41 ---> c5b300019ebf 08:04:41 Step 27/29 : LABEL arch=arm64 08:04:41 ---> Running in fded6e630c22 08:04:41 ---> Running in 12336c9dfe60 08:04:41 Removing intermediate container d9ccf28532ec 08:04:41 ---> c1f9f449000f 08:04:41 Step 13/21 : EXPOSE $APP_PORT 08:04:41 ---> Running in 91c95f0f2f82 08:04:41 Removing intermediate container fded6e630c22 08:04:41 ---> cb6fe416a047 08:04:41 Step 22/22 : LABEL version=1.3.1-dev.1 08:04:42 Removing intermediate container 12336c9dfe60 08:04:42 ---> ee30a6be0292 08:04:42 Step 28/29 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:42 ---> Running in 7df004387cac 08:04:42 ---> Running in 30e9dc42003c 08:04:42 Removing intermediate container 91c95f0f2f82 08:04:42 ---> 609e700345a8 08:04:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:04:42 Removing intermediate container 7df004387cac 08:04:42 ---> ea03bbc08746 08:04:42 08:04:42 Removing intermediate container 30e9dc42003c 08:04:42 ---> db91b9211b57 08:04:42 Step 29/29 : LABEL version=1.3.1-dev.1 08:04:43 Successfully built ea03bbc08746 08:04:43 Successfully tagged docker-core-command-go-arm64:latest 08:04:43  Building docker-core-command-go ... done  ---> 418020bfb9f1 08:04:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:04:43 ---> Running in fe86ddf2a9b5 08:04:43 Removing intermediate container fe86ddf2a9b5 08:04:43 ---> d960d8b3861f 08:04:43 08:04:43 Successfully built d960d8b3861f 08:04:43 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:04:44  Building docker-security-secrets-setup-go ... done  ---> 9c5c8eb16fd8 08:04:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:04:45 ---> 2e3b5b856535 08:04:45 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:04:45 ---> Running in f21d62f2ec68 08:04:45 Removing intermediate container f21d62f2ec68 08:04:45 ---> 501a4f734128 08:04:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:45 ---> Running in 1ab1c488aa97 08:04:46 Removing intermediate container 1ab1c488aa97 08:04:46 ---> 9e45206839ef 08:04:46 Step 19/21 : LABEL arch=arm64 08:04:46 ---> Running in a12efb5f3bad 08:04:46 Removing intermediate container a12efb5f3bad 08:04:46 ---> dd3288a07939 08:04:46 Step 20/21 : LABEL git_sha=b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:46 ---> Running in 103870e6cffe 08:04:47 Removing intermediate container 103870e6cffe 08:04:47 ---> 90c7d591061a 08:04:47 Step 21/21 : LABEL version=1.3.1-dev.1 08:04:47 ---> Running in b4fe77b24492 08:04:48 Removing intermediate container b4fe77b24492 08:04:48 ---> 4254d48df153 08:04:48 08:04:48 Successfully built 4254d48df153 08:04:48 Successfully tagged docker-support-scheduler-go-arm64:latest 08:04:48  Building docker-support-scheduler-go ... done  [Pipeline] } 08:04:48 $ docker stop --time=1 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 08:04:50 $ docker rm -f 0d6e8d8223f9cd32cc91971a4dd281f785aeece4d43484ecfc4268088017e200 [Pipeline] // withDockerContainer [Pipeline] sh 08:04:50 + + dockergrep images docker 08:04:50 08:04:51 docker-support-scheduler-go-arm64 latest 4254d48df153 4 seconds ago 11.5MB 08:04:51 docker-security-secrets-setup-go-arm64 latest d960d8b3861f 8 seconds ago 22.7MB 08:04:51 docker-core-command-go-arm64 latest ea03bbc08746 9 seconds ago 11.3MB 08:04:51 docker-core-metadata-go-arm64 latest 00ddece08651 23 seconds ago 13.6MB 08:04:51 docker-security-secretstore-setup-go-arm64 latest 68083b816045 About a minute ago 23.5MB 08:04:51 docker-support-logging-go-arm64 latest af64a2741c32 About a minute ago 10.6MB 08:04:51 docker-sys-mgmt-agent-go-arm64 latest f9a1429faf21 2 minutes ago 300MB 08:04:51 docker-core-data-go-arm64 latest cc65f2b5885e 3 minutes ago 22.4MB 08:04:51 docker-support-notifications-go-arm64 latest 52e5b38e09b8 3 minutes ago 12.9MB 08:04:51 docker-security-bootstrap-redis-go-arm64 latest 87121b49932e 3 minutes ago 15.2MB 08:04:51 docker-security-proxy-setup-go-arm64 latest d9c30cc7475f 4 minutes ago 15.9MB 08:04:51 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 08:04:51 provisioning config files... 08:04:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7246100608724811831tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:04:52 ---> docker-login.sh 08:04:52 nexus3.edgexfoundry.org:10001 08:04:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:52 Configure a credential helper to remove this warning. See 08:04:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:52 08:04:52 Login Succeeded 08:04:52 nexus3.edgexfoundry.org:10002 08:04:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 nexus3.edgexfoundry.org:10003 08:04:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:54 Configure a credential helper to remove this warning. See 08:04:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:54 08:04:54 Login Succeeded 08:04:54 nexus3.edgexfoundry.org:10004 08:04:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:55 Configure a credential helper to remove this warning. See 08:04:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:55 08:04:55 Login Succeeded 08:04:55 docker.io 08:04:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:04:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:04:56 Configure a credential helper to remove this warning. See 08:04:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:04:56 08:04:56 Login Succeeded 08:04:56 ---> docker-login.sh ends [Pipeline] } 08:04:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:04:56 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 08:04:56 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:56 1.3.1-dev.1 08:04:56 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:04:56 hanoi 08:04:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:04:57 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:04:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:04:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:04:57 a1d56b1022c9: Preparing 08:04:57 7b51369ea3bd: Preparing 08:04:57 05024c6da12e: Preparing 08:04:57 05024c6da12e: Pushed 08:04:57 a1d56b1022c9: Pushed 08:05:01 7b51369ea3bd: Pushed 08:05:01 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:01 + 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 08:05:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 08:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:05:01 a1d56b1022c9: Preparing 08:05:01 7b51369ea3bd: Preparing 08:05:01 05024c6da12e: Preparing 08:05:01 7b51369ea3bd: Layer already exists 08:05:01 a1d56b1022c9: Layer already exists 08:05:02 05024c6da12e: Layer already exists 08:05:02 1.3.1-dev.1: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:02 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:05:02 a1d56b1022c9: Preparing 08:05:02 7b51369ea3bd: Preparing 08:05:02 05024c6da12e: Preparing 08:05:02 a1d56b1022c9: Layer already exists 08:05:02 05024c6da12e: Layer already exists 08:05:02 7b51369ea3bd: Layer already exists 08:05:02 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:03 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:03 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi 08:05:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 08:05:03 a1d56b1022c9: Preparing 08:05:03 7b51369ea3bd: Preparing 08:05:03 05024c6da12e: Preparing 08:05:03 a1d56b1022c9: Layer already exists 08:05:03 05024c6da12e: Layer already exists 08:05:03 7b51369ea3bd: Layer already exists 08:05:03 hanoi: digest: sha256:7444bf4fd00720e5ac65af86c300b5c9e94b4dcf5ca4c810e114023cdd75d051 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:04 ===================================================== [Pipeline] echo 08:05:04 taggedImages: 08:05:04 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:04 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.1 08:05:04 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:04 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:hanoi [Pipeline] echo 08:05:04 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 08:05:04 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:04 1.3.1-dev.1 08:05:04 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:04 hanoi 08:05:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:04 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:05 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:05:05 12e948d3a1ec: Preparing 08:05:05 54af805167b9: Preparing 08:05:05 c5cd3b8176af: Preparing 08:05:05 1c631e92a3e6: Preparing 08:05:05 3219cd9e9cf8: Preparing 08:05:05 7fc22f762ef3: Preparing 08:05:05 7fc22f762ef3: Waiting 08:05:05 3219cd9e9cf8: Pushed 08:05:05 c5cd3b8176af: Pushed 08:05:05 12e948d3a1ec: Pushed 08:05:05 7fc22f762ef3: Layer already exists 08:05:06 1c631e92a3e6: Pushed 08:05:08 54af805167b9: Pushed 08:05:08 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:05:09 + 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 08:05:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 08:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:05:09 12e948d3a1ec: Preparing 08:05:09 54af805167b9: Preparing 08:05:09 c5cd3b8176af: Preparing 08:05:09 1c631e92a3e6: Preparing 08:05:09 3219cd9e9cf8: Preparing 08:05:09 7fc22f762ef3: Preparing 08:05:09 7fc22f762ef3: Waiting 08:05:09 3219cd9e9cf8: Layer already exists 08:05:09 c5cd3b8176af: Layer already exists 08:05:09 1c631e92a3e6: Layer already exists 08:05:09 54af805167b9: Layer already exists 08:05:09 12e948d3a1ec: Layer already exists 08:05:09 7fc22f762ef3: Layer already exists 08:05:09 1.3.1-dev.1: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:05:10 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:05:10 12e948d3a1ec: Preparing 08:05:10 54af805167b9: Preparing 08:05:10 c5cd3b8176af: Preparing 08:05:10 1c631e92a3e6: Preparing 08:05:10 3219cd9e9cf8: Preparing 08:05:10 7fc22f762ef3: Preparing 08:05:10 7fc22f762ef3: Waiting 08:05:10 1c631e92a3e6: Layer already exists 08:05:10 c5cd3b8176af: Layer already exists 08:05:10 54af805167b9: Layer already exists 08:05:10 3219cd9e9cf8: Layer already exists 08:05:10 12e948d3a1ec: Layer already exists 08:05:10 7fc22f762ef3: Layer already exists 08:05:10 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] isUnix [Pipeline] sh 08:05:11 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:11 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi 08:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 08:05:11 12e948d3a1ec: Preparing 08:05:11 54af805167b9: Preparing 08:05:11 c5cd3b8176af: Preparing 08:05:11 1c631e92a3e6: Preparing 08:05:11 3219cd9e9cf8: Preparing 08:05:11 7fc22f762ef3: Preparing 08:05:11 7fc22f762ef3: Waiting 08:05:11 1c631e92a3e6: Layer already exists 08:05:11 54af805167b9: Layer already exists 08:05:11 3219cd9e9cf8: Layer already exists 08:05:11 c5cd3b8176af: Layer already exists 08:05:11 12e948d3a1ec: Layer already exists 08:05:11 7fc22f762ef3: Layer already exists 08:05:11 hanoi: digest: sha256:ca50b1d3cc0846ee8bd7a94a975efd18c0630383880184c48176d6369ce71656 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:11 ===================================================== [Pipeline] echo 08:05:11 taggedImages: 08:05:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.1 08:05:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:11 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:hanoi [Pipeline] echo 08:05:12 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 08:05:12 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:12 1.3.1-dev.1 08:05:12 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:12 hanoi 08:05:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:12 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:05:12 c3d92af5cff0: Preparing 08:05:12 e2176fc85778: Preparing 08:05:12 b8b4be6e265d: Preparing 08:05:13 c3d92af5cff0: Pushed 08:05:13 b8b4be6e265d: Pushed 08:05:16 e2176fc85778: Pushed 08:05:16 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:16 + 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 08:05:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 08:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:05:17 c3d92af5cff0: Preparing 08:05:17 e2176fc85778: Preparing 08:05:17 b8b4be6e265d: Preparing 08:05:17 b8b4be6e265d: Layer already exists 08:05:17 e2176fc85778: Layer already exists 08:05:17 c3d92af5cff0: Layer already exists 08:05:17 1.3.1-dev.1: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:17 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:05:18 c3d92af5cff0: Preparing 08:05:18 e2176fc85778: Preparing 08:05:18 b8b4be6e265d: Preparing 08:05:18 e2176fc85778: Layer already exists 08:05:18 c3d92af5cff0: Layer already exists 08:05:18 b8b4be6e265d: Layer already exists 08:05:18 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] isUnix [Pipeline] sh 08:05:18 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:19 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi 08:05:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 08:05:19 c3d92af5cff0: Preparing 08:05:19 e2176fc85778: Preparing 08:05:19 b8b4be6e265d: Preparing 08:05:19 b8b4be6e265d: Layer already exists 08:05:19 e2176fc85778: Layer already exists 08:05:19 c3d92af5cff0: Layer already exists 08:05:19 hanoi: digest: sha256:9cec1ca8d4d9111446278f5696d27c2cf9ebf4215c1675a69369d5aef3babec3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:19 ===================================================== [Pipeline] echo 08:05:19 taggedImages: 08:05:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.1 08:05:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:19 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:hanoi [Pipeline] echo 08:05:19 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 08:05:19 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:19 1.3.1-dev.1 08:05:19 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:19 hanoi 08:05:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:20 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:20 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 08:05:20 d4aea242e28e: Preparing 08:05:20 69437a6c4556: Preparing 08:05:20 ccc13e386703: Preparing 08:05:20 a5225ef2d6c1: Preparing 08:05:20 a2c34608e233: Preparing 08:05:20 53591a243a82: Preparing 08:05:20 66b385cf80cf: Preparing 08:05:20 53591a243a82: Waiting 08:05:20 66b385cf80cf: Waiting 08:05:20 a2c34608e233: Pushed 08:05:20 69437a6c4556: Pushed 08:05:20 ccc13e386703: Pushed 08:05:20 d4aea242e28e: Pushed 08:05:21 66b385cf80cf: Layer already exists 08:05:21 53591a243a82: Pushed 08:05:22 a5225ef2d6c1: Pushed 08:05:23 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh 08:05:23 + 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 08:05:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 08:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 08:05:23 d4aea242e28e: Preparing 08:05:23 69437a6c4556: Preparing 08:05:23 ccc13e386703: Preparing 08:05:23 a5225ef2d6c1: Preparing 08:05:23 a2c34608e233: Preparing 08:05:23 53591a243a82: Preparing 08:05:23 66b385cf80cf: Preparing 08:05:23 53591a243a82: Waiting 08:05:23 66b385cf80cf: Waiting 08:05:23 a2c34608e233: Layer already exists 08:05:23 69437a6c4556: Layer already exists 08:05:23 d4aea242e28e: Layer already exists 08:05:23 ccc13e386703: Layer already exists 08:05:23 a5225ef2d6c1: Layer already exists 08:05:24 66b385cf80cf: Layer already exists 08:05:24 53591a243a82: Layer already exists 08:05:24 1.3.1-dev.1: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh 08:05:24 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 08:05:24 d4aea242e28e: Preparing 08:05:24 69437a6c4556: Preparing 08:05:24 ccc13e386703: Preparing 08:05:24 a5225ef2d6c1: Preparing 08:05:24 a2c34608e233: Preparing 08:05:24 53591a243a82: Preparing 08:05:24 66b385cf80cf: Preparing 08:05:24 53591a243a82: Waiting 08:05:24 a5225ef2d6c1: Layer already exists 08:05:24 a2c34608e233: Layer already exists 08:05:24 69437a6c4556: Layer already exists 08:05:25 ccc13e386703: Layer already exists 08:05:25 d4aea242e28e: Layer already exists 08:05:25 53591a243a82: Layer already exists 08:05:25 66b385cf80cf: Layer already exists 08:05:25 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] isUnix [Pipeline] sh 08:05:25 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi 08:05:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 08:05:25 d4aea242e28e: Preparing 08:05:25 69437a6c4556: Preparing 08:05:25 ccc13e386703: Preparing 08:05:25 a5225ef2d6c1: Preparing 08:05:25 a2c34608e233: Preparing 08:05:25 53591a243a82: Preparing 08:05:25 66b385cf80cf: Preparing 08:05:25 66b385cf80cf: Waiting 08:05:25 53591a243a82: Waiting 08:05:25 a5225ef2d6c1: Layer already exists 08:05:25 d4aea242e28e: Layer already exists 08:05:25 ccc13e386703: Layer already exists 08:05:26 a2c34608e233: Layer already exists 08:05:26 69437a6c4556: Layer already exists 08:05:26 53591a243a82: Layer already exists 08:05:26 66b385cf80cf: Layer already exists 08:05:26 hanoi: digest: sha256:f369a8f5654506096ae8ef5927729c693448d1fa2b0e31a792dadc03719e1430 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:26 ===================================================== [Pipeline] echo 08:05:26 taggedImages: 08:05:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.1 08:05:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:hanoi [Pipeline] echo 08:05:26 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 08:05:26 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:26 1.3.1-dev.1 08:05:26 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:26 hanoi 08:05:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:26 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:27 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:05:27 76fadc4e0ddf: Preparing 08:05:27 7ae0428d2419: Preparing 08:05:27 24e6e56d4671: Preparing 08:05:27 33d36a5524aa: Preparing 08:05:27 7fc22f762ef3: Preparing 08:05:27 7fc22f762ef3: Layer already exists 08:05:27 24e6e56d4671: Pushed 08:05:27 7ae0428d2419: Pushed 08:05:28 33d36a5524aa: Pushed 08:05:30 76fadc4e0ddf: Pushed 08:05:30 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh 08:05:30 + 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 08:05:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 08:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:05:30 76fadc4e0ddf: Preparing 08:05:30 7ae0428d2419: Preparing 08:05:30 24e6e56d4671: Preparing 08:05:30 33d36a5524aa: Preparing 08:05:30 7fc22f762ef3: Preparing 08:05:30 33d36a5524aa: Layer already exists 08:05:30 7ae0428d2419: Layer already exists 08:05:30 76fadc4e0ddf: Layer already exists 08:05:30 24e6e56d4671: Layer already exists 08:05:30 7fc22f762ef3: Layer already exists 08:05:31 1.3.1-dev.1: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh 08:05:31 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:05:31 76fadc4e0ddf: Preparing 08:05:31 7ae0428d2419: Preparing 08:05:31 24e6e56d4671: Preparing 08:05:31 33d36a5524aa: Preparing 08:05:31 7fc22f762ef3: Preparing 08:05:31 7fc22f762ef3: Layer already exists 08:05:31 76fadc4e0ddf: Layer already exists 08:05:31 33d36a5524aa: Layer already exists 08:05:31 7ae0428d2419: Layer already exists 08:05:31 24e6e56d4671: Layer already exists 08:05:32 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] isUnix [Pipeline] sh 08:05:32 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi 08:05:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 08:05:32 76fadc4e0ddf: Preparing 08:05:32 7ae0428d2419: Preparing 08:05:32 24e6e56d4671: Preparing 08:05:32 33d36a5524aa: Preparing 08:05:32 7fc22f762ef3: Preparing 08:05:32 76fadc4e0ddf: Layer already exists 08:05:32 7ae0428d2419: Layer already exists 08:05:32 7fc22f762ef3: Layer already exists 08:05:32 24e6e56d4671: Layer already exists 08:05:32 33d36a5524aa: Layer already exists 08:05:33 hanoi: digest: sha256:70ce9d4ecd3a3c878bf816c5ffdf49c60e4a5e1705ff166f60ba2c5f86227142 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:33 ===================================================== [Pipeline] echo 08:05:33 taggedImages: 08:05:33 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:33 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.1 08:05:33 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:33 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:hanoi [Pipeline] echo 08:05:33 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 08:05:33 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:33 1.3.1-dev.1 08:05:33 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:33 hanoi 08:05:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:33 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:05:34 f86ae521b905: Preparing 08:05:34 b08b427ac4ae: Preparing 08:05:34 4e05b0e5f32f: Preparing 08:05:34 7b92735f4e30: Preparing 08:05:34 7b92735f4e30: Preparing 08:05:34 350e82b21603: Preparing 08:05:34 63669a3894db: Preparing 08:05:34 0e2b2fdddaee: Preparing 08:05:34 f86ae521b905: Preparing 08:05:34 c59f30afbbaf: Preparing 08:05:34 5597428896ea: Preparing 08:05:34 c986cf7c4fb6: Preparing 08:05:34 7fc22f762ef3: Preparing 08:05:34 0e2b2fdddaee: Waiting 08:05:34 63669a3894db: Waiting 08:05:34 c59f30afbbaf: Waiting 08:05:34 5597428896ea: Waiting 08:05:34 c986cf7c4fb6: Waiting 08:05:34 7fc22f762ef3: Waiting 08:05:34 4e05b0e5f32f: Pushed 08:05:34 350e82b21603: Pushed 08:05:34 b08b427ac4ae: Pushed 08:05:34 7b92735f4e30: Pushed 08:05:34 63669a3894db: Pushed 08:05:35 5597428896ea: Pushed 08:05:35 0e2b2fdddaee: Pushed 08:05:35 c59f30afbbaf: Pushed 08:05:35 7fc22f762ef3: Layer already exists 08:05:35 c986cf7c4fb6: Pushed 08:05:36 f86ae521b905: Pushed 08:05:36 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:05:37 + 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 08:05:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 08:05:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:05:37 f86ae521b905: Preparing 08:05:37 b08b427ac4ae: Preparing 08:05:37 4e05b0e5f32f: Preparing 08:05:37 7b92735f4e30: Preparing 08:05:37 7b92735f4e30: Preparing 08:05:37 350e82b21603: Preparing 08:05:37 63669a3894db: Preparing 08:05:37 0e2b2fdddaee: Preparing 08:05:37 f86ae521b905: Preparing 08:05:37 c59f30afbbaf: Preparing 08:05:37 5597428896ea: Preparing 08:05:37 c986cf7c4fb6: Preparing 08:05:37 7fc22f762ef3: Preparing 08:05:37 63669a3894db: Waiting 08:05:37 0e2b2fdddaee: Waiting 08:05:37 c59f30afbbaf: Waiting 08:05:37 5597428896ea: Waiting 08:05:37 c986cf7c4fb6: Waiting 08:05:37 7fc22f762ef3: Waiting 08:05:37 350e82b21603: Layer already exists 08:05:37 b08b427ac4ae: Layer already exists 08:05:37 4e05b0e5f32f: Layer already exists 08:05:37 f86ae521b905: Layer already exists 08:05:37 7b92735f4e30: Layer already exists 08:05:37 63669a3894db: Layer already exists 08:05:37 c59f30afbbaf: Layer already exists 08:05:37 c986cf7c4fb6: Layer already exists 08:05:37 5597428896ea: Layer already exists 08:05:37 0e2b2fdddaee: Layer already exists 08:05:37 7fc22f762ef3: Layer already exists 08:05:37 1.3.1-dev.1: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:05:38 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:05:38 f86ae521b905: Preparing 08:05:38 b08b427ac4ae: Preparing 08:05:38 4e05b0e5f32f: Preparing 08:05:38 7b92735f4e30: Preparing 08:05:38 7b92735f4e30: Preparing 08:05:38 350e82b21603: Preparing 08:05:38 63669a3894db: Preparing 08:05:38 0e2b2fdddaee: Preparing 08:05:38 f86ae521b905: Preparing 08:05:38 c59f30afbbaf: Preparing 08:05:38 5597428896ea: Preparing 08:05:38 c986cf7c4fb6: Preparing 08:05:38 7fc22f762ef3: Preparing 08:05:38 c59f30afbbaf: Waiting 08:05:38 5597428896ea: Waiting 08:05:38 c986cf7c4fb6: Waiting 08:05:38 63669a3894db: Waiting 08:05:38 0e2b2fdddaee: Waiting 08:05:38 7fc22f762ef3: Waiting 08:05:38 7b92735f4e30: Layer already exists 08:05:38 4e05b0e5f32f: Layer already exists 08:05:38 f86ae521b905: Layer already exists 08:05:38 350e82b21603: Layer already exists 08:05:38 b08b427ac4ae: Layer already exists 08:05:38 0e2b2fdddaee: Layer already exists 08:05:38 63669a3894db: Layer already exists 08:05:38 c986cf7c4fb6: Layer already exists 08:05:38 5597428896ea: Layer already exists 08:05:38 c59f30afbbaf: Layer already exists 08:05:38 7fc22f762ef3: Layer already exists 08:05:38 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] isUnix [Pipeline] sh 08:05:38 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi 08:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 08:05:39 f86ae521b905: Preparing 08:05:39 b08b427ac4ae: Preparing 08:05:39 4e05b0e5f32f: Preparing 08:05:39 7b92735f4e30: Preparing 08:05:39 7b92735f4e30: Preparing 08:05:39 350e82b21603: Preparing 08:05:39 63669a3894db: Preparing 08:05:39 0e2b2fdddaee: Preparing 08:05:39 f86ae521b905: Preparing 08:05:39 c59f30afbbaf: Preparing 08:05:39 5597428896ea: Preparing 08:05:39 c986cf7c4fb6: Preparing 08:05:39 7fc22f762ef3: Preparing 08:05:39 63669a3894db: Waiting 08:05:39 0e2b2fdddaee: Waiting 08:05:39 c59f30afbbaf: Waiting 08:05:39 5597428896ea: Waiting 08:05:39 c986cf7c4fb6: Waiting 08:05:39 7fc22f762ef3: Waiting 08:05:39 f86ae521b905: Layer already exists 08:05:39 7b92735f4e30: Layer already exists 08:05:39 350e82b21603: Layer already exists 08:05:39 4e05b0e5f32f: Layer already exists 08:05:39 b08b427ac4ae: Layer already exists 08:05:39 63669a3894db: Layer already exists 08:05:39 5597428896ea: Layer already exists 08:05:39 c59f30afbbaf: Layer already exists 08:05:39 c986cf7c4fb6: Layer already exists 08:05:39 0e2b2fdddaee: Layer already exists 08:05:39 7fc22f762ef3: Layer already exists 08:05:39 hanoi: digest: sha256:b76d6b1ea9d4cd7370df8b344ebf1c4512b5d08669d57467a5c7ec1f1df6d9b7 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:39 ===================================================== [Pipeline] echo 08:05:39 taggedImages: 08:05:39 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:39 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.1 08:05:39 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:39 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:hanoi [Pipeline] echo 08:05:39 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 08:05:39 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:39 1.3.1-dev.1 08:05:39 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:39 hanoi 08:05:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:05:40 99205f5f59df: Preparing 08:05:40 febd0d836288: Preparing 08:05:40 ba092e5d9e93: Preparing 08:05:40 1befc2a6185c: Preparing 08:05:40 fd7baeba0681: Preparing 08:05:40 6dff924fae37: Preparing 08:05:40 1c0c879116cd: Preparing 08:05:40 53591a243a82: Preparing 08:05:40 66b385cf80cf: Preparing 08:05:40 6dff924fae37: Waiting 08:05:40 53591a243a82: Waiting 08:05:40 1c0c879116cd: Waiting 08:05:40 66b385cf80cf: Waiting 08:05:41 99205f5f59df: Pushed 08:05:41 fd7baeba0681: Pushed 08:05:41 febd0d836288: Pushed 08:05:41 53591a243a82: Layer already exists 08:05:41 66b385cf80cf: Layer already exists 08:05:41 6dff924fae37: Pushed 08:05:41 1c0c879116cd: Pushed 08:05:43 1befc2a6185c: Pushed 08:05:43 ba092e5d9e93: Pushed 08:05:43 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh 08:05:43 + 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 08:05:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 08:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:05:44 99205f5f59df: Preparing 08:05:44 febd0d836288: Preparing 08:05:44 ba092e5d9e93: Preparing 08:05:44 1befc2a6185c: Preparing 08:05:44 fd7baeba0681: Preparing 08:05:44 6dff924fae37: Preparing 08:05:44 1c0c879116cd: Preparing 08:05:44 53591a243a82: Preparing 08:05:44 66b385cf80cf: Preparing 08:05:44 1c0c879116cd: Waiting 08:05:44 6dff924fae37: Waiting 08:05:44 53591a243a82: Waiting 08:05:44 66b385cf80cf: Waiting 08:05:44 febd0d836288: Layer already exists 08:05:44 fd7baeba0681: Layer already exists 08:05:44 99205f5f59df: Layer already exists 08:05:44 1befc2a6185c: Layer already exists 08:05:44 ba092e5d9e93: Layer already exists 08:05:44 1c0c879116cd: Layer already exists 08:05:44 53591a243a82: Layer already exists 08:05:44 66b385cf80cf: Layer already exists 08:05:44 6dff924fae37: Layer already exists 08:05:44 1.3.1-dev.1: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh 08:05:44 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:05:44 99205f5f59df: Preparing 08:05:44 febd0d836288: Preparing 08:05:44 ba092e5d9e93: Preparing 08:05:44 1befc2a6185c: Preparing 08:05:44 fd7baeba0681: Preparing 08:05:44 6dff924fae37: Preparing 08:05:44 1c0c879116cd: Preparing 08:05:44 53591a243a82: Preparing 08:05:44 66b385cf80cf: Preparing 08:05:44 53591a243a82: Waiting 08:05:44 6dff924fae37: Waiting 08:05:44 1c0c879116cd: Waiting 08:05:44 66b385cf80cf: Waiting 08:05:45 99205f5f59df: Layer already exists 08:05:45 1befc2a6185c: Layer already exists 08:05:45 febd0d836288: Layer already exists 08:05:45 ba092e5d9e93: Layer already exists 08:05:45 fd7baeba0681: Layer already exists 08:05:45 6dff924fae37: Layer already exists 08:05:45 1c0c879116cd: Layer already exists 08:05:45 53591a243a82: Layer already exists 08:05:45 66b385cf80cf: Layer already exists 08:05:45 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] isUnix [Pipeline] sh 08:05:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi 08:05:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 08:05:45 99205f5f59df: Preparing 08:05:45 febd0d836288: Preparing 08:05:45 ba092e5d9e93: Preparing 08:05:45 1befc2a6185c: Preparing 08:05:45 fd7baeba0681: Preparing 08:05:45 6dff924fae37: Preparing 08:05:45 1c0c879116cd: Preparing 08:05:45 53591a243a82: Preparing 08:05:45 66b385cf80cf: Preparing 08:05:45 1c0c879116cd: Waiting 08:05:45 6dff924fae37: Waiting 08:05:45 53591a243a82: Waiting 08:05:45 66b385cf80cf: Waiting 08:05:45 99205f5f59df: Layer already exists 08:05:45 febd0d836288: Layer already exists 08:05:45 1befc2a6185c: Layer already exists 08:05:46 fd7baeba0681: Layer already exists 08:05:46 ba092e5d9e93: Layer already exists 08:05:46 1c0c879116cd: Layer already exists 08:05:46 6dff924fae37: Layer already exists 08:05:46 66b385cf80cf: Layer already exists 08:05:46 53591a243a82: Layer already exists 08:05:46 hanoi: digest: sha256:2de9cac4f3be4f31736018d8ea08aa0bbd1856307bbb9fd7684399880aa9a989 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:46 ===================================================== [Pipeline] echo 08:05:46 taggedImages: 08:05:46 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:46 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.1 08:05:46 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:46 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:hanoi [Pipeline] echo 08:05:46 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 08:05:46 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:46 1.3.1-dev.1 08:05:46 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:46 hanoi 08:05:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:47 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:05:47 1c49207f1837: Preparing 08:05:47 7d68a09119db: Preparing 08:05:47 9cf5f05dfb8d: Preparing 08:05:47 f205bbbbb353: Preparing 08:05:47 9cf5f05dfb8d: Pushed 08:05:47 1c49207f1837: Pushed 08:05:47 f205bbbbb353: Pushed 08:05:50 7d68a09119db: Pushed 08:05:50 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh 08:05:50 + 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 08:05:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 08:05:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:05:51 1c49207f1837: Preparing 08:05:51 7d68a09119db: Preparing 08:05:51 9cf5f05dfb8d: Preparing 08:05:51 f205bbbbb353: Preparing 08:05:51 1c49207f1837: Layer already exists 08:05:51 f205bbbbb353: Layer already exists 08:05:51 7d68a09119db: Layer already exists 08:05:51 9cf5f05dfb8d: Layer already exists 08:05:51 1.3.1-dev.1: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh 08:05:51 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:05:52 1c49207f1837: Preparing 08:05:52 7d68a09119db: Preparing 08:05:52 9cf5f05dfb8d: Preparing 08:05:52 f205bbbbb353: Preparing 08:05:52 9cf5f05dfb8d: Layer already exists 08:05:52 7d68a09119db: Layer already exists 08:05:52 f205bbbbb353: Layer already exists 08:05:52 1c49207f1837: Layer already exists 08:05:52 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] isUnix [Pipeline] sh 08:05:52 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:05:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi 08:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 08:05:53 1c49207f1837: Preparing 08:05:53 7d68a09119db: Preparing 08:05:53 9cf5f05dfb8d: Preparing 08:05:53 f205bbbbb353: Preparing 08:05:53 7d68a09119db: Layer already exists 08:05:53 f205bbbbb353: Layer already exists 08:05:53 1c49207f1837: Layer already exists 08:05:53 9cf5f05dfb8d: Layer already exists 08:05:53 hanoi: digest: sha256:6977af46bb7017f58361cebb4b8b8c6108d47f5a4f1853ab89852f4f5cb78423 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:05:53 ===================================================== [Pipeline] echo 08:05:53 taggedImages: 08:05:53 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:53 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.1 08:05:53 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:53 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:hanoi [Pipeline] echo 08:05:53 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 08:05:53 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:53 1.3.1-dev.1 08:05:53 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:53 hanoi 08:05:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:05:54 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:05:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:05:54 e7359ca85e6a: Preparing 08:05:54 da5affaaafbc: Preparing 08:05:54 174ab70c6ea4: Preparing 08:05:54 82fe91397e56: Preparing 08:05:54 2cac8ddf0f50: Preparing 08:05:54 dc0d05545c0c: Preparing 08:05:54 dc0d05545c0c: Waiting 08:05:54 174ab70c6ea4: Pushed 08:05:54 e7359ca85e6a: Pushed 08:05:55 2cac8ddf0f50: Pushed 08:05:55 82fe91397e56: Pushed 08:05:55 dc0d05545c0c: Pushed 08:05:57 da5affaaafbc: Pushed 08:05:58 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:05:58 + 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 08:05:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 08:05:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:05:58 e7359ca85e6a: Preparing 08:05:58 da5affaaafbc: Preparing 08:05:58 174ab70c6ea4: Preparing 08:05:58 82fe91397e56: Preparing 08:05:58 2cac8ddf0f50: Preparing 08:05:58 dc0d05545c0c: Preparing 08:05:58 dc0d05545c0c: Waiting 08:05:58 e7359ca85e6a: Layer already exists 08:05:58 da5affaaafbc: Layer already exists 08:05:58 174ab70c6ea4: Layer already exists 08:05:59 82fe91397e56: Layer already exists 08:05:59 2cac8ddf0f50: Layer already exists 08:05:59 dc0d05545c0c: Layer already exists 08:05:59 1.3.1-dev.1: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:05:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:05:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:05:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:05:59 e7359ca85e6a: Preparing 08:05:59 da5affaaafbc: Preparing 08:05:59 174ab70c6ea4: Preparing 08:05:59 82fe91397e56: Preparing 08:05:59 2cac8ddf0f50: Preparing 08:05:59 dc0d05545c0c: Preparing 08:05:59 dc0d05545c0c: Waiting 08:05:59 2cac8ddf0f50: Layer already exists 08:05:59 174ab70c6ea4: Layer already exists 08:05:59 da5affaaafbc: Layer already exists 08:05:59 e7359ca85e6a: Layer already exists 08:05:59 82fe91397e56: Layer already exists 08:06:00 dc0d05545c0c: Layer already exists 08:06:00 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] isUnix [Pipeline] sh 08:06:00 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:06:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi 08:06:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 08:06:00 e7359ca85e6a: Preparing 08:06:00 da5affaaafbc: Preparing 08:06:00 174ab70c6ea4: Preparing 08:06:00 82fe91397e56: Preparing 08:06:00 2cac8ddf0f50: Preparing 08:06:00 dc0d05545c0c: Preparing 08:06:00 dc0d05545c0c: Waiting 08:06:00 da5affaaafbc: Layer already exists 08:06:00 174ab70c6ea4: Layer already exists 08:06:01 e7359ca85e6a: Layer already exists 08:06:01 2cac8ddf0f50: Layer already exists 08:06:01 82fe91397e56: Layer already exists 08:06:01 dc0d05545c0c: Layer already exists 08:06:01 hanoi: digest: sha256:7129c66990af1631355943cde628c2c532563504af05d3b3727a7f698b166259 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:01 ===================================================== [Pipeline] echo 08:06:01 taggedImages: 08:06:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.1 08:06:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:01 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:hanoi [Pipeline] echo 08:06:01 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 08:06:01 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:01 1.3.1-dev.1 08:06:01 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:01 hanoi 08:06:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:01 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:06:02 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:06:02 c7f3a7f64551: Preparing 08:06:02 5bc37b881861: Preparing 08:06:02 b0ba243fde86: Preparing 08:06:02 c7f3a7f64551: Pushed 08:06:02 b0ba243fde86: Pushed 08:06:05 5bc37b881861: Pushed 08:06:05 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh 08:06:06 + 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 08:06:06 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 08:06:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:06:06 c7f3a7f64551: Preparing 08:06:06 5bc37b881861: Preparing 08:06:06 b0ba243fde86: Preparing 08:06:06 b0ba243fde86: Layer already exists 08:06:06 c7f3a7f64551: Layer already exists 08:06:06 5bc37b881861: Layer already exists 08:06:06 1.3.1-dev.1: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh 08:06:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:06:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:06:07 c7f3a7f64551: Preparing 08:06:07 5bc37b881861: Preparing 08:06:07 b0ba243fde86: Preparing 08:06:07 c7f3a7f64551: Layer already exists 08:06:07 b0ba243fde86: Layer already exists 08:06:07 5bc37b881861: Layer already exists 08:06:07 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] isUnix [Pipeline] sh 08:06:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:06:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi 08:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 08:06:08 c7f3a7f64551: Preparing 08:06:08 5bc37b881861: Preparing 08:06:08 b0ba243fde86: Preparing 08:06:08 b0ba243fde86: Layer already exists 08:06:08 5bc37b881861: Layer already exists 08:06:08 c7f3a7f64551: Layer already exists 08:06:08 hanoi: digest: sha256:46ec4e80cf612effabf9e1f8b1c4389e63bcb9c05a84e506c2378f3489e04bc5 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:09 ===================================================== [Pipeline] echo 08:06:09 taggedImages: 08:06:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.1 08:06:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:09 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:hanoi [Pipeline] echo 08:06:09 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 08:06:09 b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:09 1.3.1-dev.1 08:06:09 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:09 hanoi 08:06:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:09 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] isUnix [Pipeline] sh 08:06:10 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:06:10 e3f93e623f4f: Preparing 08:06:10 cb5fd734eb48: Preparing 08:06:10 af9afd407ee4: Preparing 08:06:10 473b1704ee93: Preparing 08:06:10 cf052c9398e8: Preparing 08:06:10 7d534faf3fe1: Preparing 08:06:10 9b16f6c6a7c5: Preparing 08:06:10 ca399784ed2e: Preparing 08:06:10 6cf3b9b39d89: Preparing 08:06:10 bccc745e9046: Preparing 08:06:10 8b18bfff5541: Preparing 08:06:10 639b2dbb9529: Preparing 08:06:10 40cbbeaa4e8b: Preparing 08:06:10 379067d0cb53: Preparing 08:06:10 6cf3b9b39d89: Waiting 08:06:10 bccc745e9046: Waiting 08:06:10 8b18bfff5541: Waiting 08:06:10 639b2dbb9529: Waiting 08:06:10 40cbbeaa4e8b: Waiting 08:06:10 379067d0cb53: Waiting 08:06:10 7d534faf3fe1: Waiting 08:06:10 ca399784ed2e: Waiting 08:06:10 cf052c9398e8: Pushed 08:06:10 e3f93e623f4f: Pushed 08:06:11 473b1704ee93: Pushed 08:06:11 9b16f6c6a7c5: Pushed 08:06:11 ca399784ed2e: Layer already exists 08:06:11 6cf3b9b39d89: Layer already exists 08:06:11 bccc745e9046: Layer already exists 08:06:11 8b18bfff5541: Layer already exists 08:06:11 639b2dbb9529: Layer already exists 08:06:11 40cbbeaa4e8b: Layer already exists 08:06:11 379067d0cb53: Layer already exists 08:06:12 cb5fd734eb48: Pushed 08:06:13 7d534faf3fe1: Pushed 08:06:25 af9afd407ee4: Pushed 08:06:25 b46b7e8111e4043173f976c96fadf622ec12f3cd: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:06:26 + 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 08:06:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 08:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:06:26 e3f93e623f4f: Preparing 08:06:26 cb5fd734eb48: Preparing 08:06:26 af9afd407ee4: Preparing 08:06:26 473b1704ee93: Preparing 08:06:26 cf052c9398e8: Preparing 08:06:26 7d534faf3fe1: Preparing 08:06:26 9b16f6c6a7c5: Preparing 08:06:26 ca399784ed2e: Preparing 08:06:26 6cf3b9b39d89: Preparing 08:06:26 bccc745e9046: Preparing 08:06:26 8b18bfff5541: Preparing 08:06:26 639b2dbb9529: Preparing 08:06:26 40cbbeaa4e8b: Preparing 08:06:26 379067d0cb53: Preparing 08:06:26 bccc745e9046: Waiting 08:06:26 8b18bfff5541: Waiting 08:06:26 639b2dbb9529: Waiting 08:06:26 40cbbeaa4e8b: Waiting 08:06:26 379067d0cb53: Waiting 08:06:26 7d534faf3fe1: Waiting 08:06:26 9b16f6c6a7c5: Waiting 08:06:26 ca399784ed2e: Waiting 08:06:26 6cf3b9b39d89: Waiting 08:06:26 cf052c9398e8: Layer already exists 08:06:26 473b1704ee93: Layer already exists 08:06:26 cb5fd734eb48: Layer already exists 08:06:26 af9afd407ee4: Layer already exists 08:06:26 e3f93e623f4f: Layer already exists 08:06:26 7d534faf3fe1: Layer already exists 08:06:26 9b16f6c6a7c5: Layer already exists 08:06:26 ca399784ed2e: Layer already exists 08:06:26 bccc745e9046: Layer already exists 08:06:26 6cf3b9b39d89: Layer already exists 08:06:26 639b2dbb9529: Layer already exists 08:06:26 40cbbeaa4e8b: Layer already exists 08:06:26 8b18bfff5541: Layer already exists 08:06:26 379067d0cb53: Layer already exists 08:06:26 1.3.1-dev.1: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:06:26 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh 08:06:27 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:06:27 e3f93e623f4f: Preparing 08:06:27 cb5fd734eb48: Preparing 08:06:27 af9afd407ee4: Preparing 08:06:27 473b1704ee93: Preparing 08:06:27 cf052c9398e8: Preparing 08:06:27 7d534faf3fe1: Preparing 08:06:27 9b16f6c6a7c5: Preparing 08:06:27 ca399784ed2e: Preparing 08:06:27 6cf3b9b39d89: Preparing 08:06:27 bccc745e9046: Preparing 08:06:27 8b18bfff5541: Preparing 08:06:27 639b2dbb9529: Preparing 08:06:27 40cbbeaa4e8b: Preparing 08:06:27 379067d0cb53: Preparing 08:06:27 7d534faf3fe1: Waiting 08:06:27 9b16f6c6a7c5: Waiting 08:06:27 ca399784ed2e: Waiting 08:06:27 639b2dbb9529: Waiting 08:06:27 6cf3b9b39d89: Waiting 08:06:27 40cbbeaa4e8b: Waiting 08:06:27 bccc745e9046: Waiting 08:06:27 379067d0cb53: Waiting 08:06:27 8b18bfff5541: Waiting 08:06:27 473b1704ee93: Layer already exists 08:06:27 cb5fd734eb48: Layer already exists 08:06:27 e3f93e623f4f: Layer already exists 08:06:27 cf052c9398e8: Layer already exists 08:06:27 af9afd407ee4: Layer already exists 08:06:27 ca399784ed2e: Layer already exists 08:06:27 9b16f6c6a7c5: Layer already exists 08:06:27 7d534faf3fe1: Layer already exists 08:06:27 bccc745e9046: Layer already exists 08:06:27 6cf3b9b39d89: Layer already exists 08:06:27 8b18bfff5541: Layer already exists 08:06:27 40cbbeaa4e8b: Layer already exists 08:06:27 639b2dbb9529: Layer already exists 08:06:27 379067d0cb53: Layer already exists 08:06:27 b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] isUnix [Pipeline] sh 08:06:27 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 08:06:28 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:hanoi 08:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 08:06:28 e3f93e623f4f: Preparing 08:06:28 cb5fd734eb48: Preparing 08:06:28 af9afd407ee4: Preparing 08:06:28 473b1704ee93: Preparing 08:06:28 cf052c9398e8: Preparing 08:06:28 7d534faf3fe1: Preparing 08:06:28 9b16f6c6a7c5: Preparing 08:06:28 ca399784ed2e: Preparing 08:06:28 6cf3b9b39d89: Preparing 08:06:28 bccc745e9046: Preparing 08:06:28 8b18bfff5541: Preparing 08:06:28 639b2dbb9529: Preparing 08:06:28 40cbbeaa4e8b: Preparing 08:06:28 379067d0cb53: Preparing 08:06:28 bccc745e9046: Waiting 08:06:28 8b18bfff5541: Waiting 08:06:28 639b2dbb9529: Waiting 08:06:28 40cbbeaa4e8b: Waiting 08:06:28 7d534faf3fe1: Waiting 08:06:28 9b16f6c6a7c5: Waiting 08:06:28 ca399784ed2e: Waiting 08:06:28 6cf3b9b39d89: Waiting 08:06:28 379067d0cb53: Waiting 08:06:28 473b1704ee93: Layer already exists 08:06:28 e3f93e623f4f: Layer already exists 08:06:28 af9afd407ee4: Layer already exists 08:06:28 cf052c9398e8: Layer already exists 08:06:28 cb5fd734eb48: Layer already exists 08:06:28 9b16f6c6a7c5: Layer already exists 08:06:28 7d534faf3fe1: Layer already exists 08:06:28 ca399784ed2e: Layer already exists 08:06:28 bccc745e9046: Layer already exists 08:06:28 6cf3b9b39d89: Layer already exists 08:06:28 8b18bfff5541: Layer already exists 08:06:28 40cbbeaa4e8b: Layer already exists 08:06:28 639b2dbb9529: Layer already exists 08:06:28 379067d0cb53: Layer already exists 08:06:28 hanoi: digest: sha256:5d650f4081aeb5b70abe2a529d6a94c357379082d04b97beb2ec0959607a6978 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:06:28 ===================================================== [Pipeline] echo 08:06:28 taggedImages: 08:06:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd 08:06:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.1 08:06:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b46b7e8111e4043173f976c96fadf622ec12f3cd-1.3.1-dev.1 08:06:28 - 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 08:06:30 provisioning config files... 08:06:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7329033788924899250tmp [Pipeline] { [Pipeline] sh 08:06:30 + set +x 08:06:30 + curl -s https://codecov.io/bash 08:06:30 + bash -s -- 08:06:31 08:06:31 _____ _ 08:06:31 / ____| | | 08:06:31 | | ___ __| | ___ ___ _____ __ 08:06:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:06:31 | |___| (_) | (_| | __/ (_| (_) \ V / 08:06:31 \_____\___/ \__,_|\___|\___\___/ \_/ 08:06:31 Bash-20210128-d4071a2 08:06:31 08:06:31 08:06:31 ==> git version 2.24.3 found 08:06:31 ==> 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 08:06:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:06:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:06:31 ==> Jenkins CI detected. 08:06:31 project root: . 08:06:31 --> token set from env 08:06:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:06:31 ==> Running gcov in . (disable via -X gcov) 08:06:31 ==> Python coveragepy not found 08:06:31 ==> Searching for coverage reports in: 08:06:31 + . 08:06:31 -> Found 1 reports 08:06:31 ==> Detecting git/mercurial file structure 08:06:31 ==> Reading reports 08:06:31 + ./coverage.out bytes=541382 08:06:31 ==> Appending adjustments 08:06:31 https://docs.codecov.io/docs/fixing-reports 08:06:34 + Found adjustments 08:06:34 ==> Gzipping contents 08:06:34 84K /tmp/codecov.aYmaL3.gz 08:06:34 ==> Uploading reports 08:06:34 url: https://codecov.io 08:06:34 query: branch=hanoi&commit=b46b7e8111e4043173f976c96fadf622ec12f3cd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:06:34 -> Pinging Codecov 08:06:34 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=hanoi&commit=b46b7e8111e4043173f976c96fadf622ec12f3cd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fhanoi%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:06:35 -> Uploading to 08:06:35 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/b46b7e8111e4043173f976c96fadf622ec12f3cd/dfe1f554-016f-4182-b000-400fbc9f957d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T080634Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37224470a27f360f1e2907552d8235a318601afe320d0a511dbcd1cda101df29 08:06:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:06:35 Dload Upload Total Spent Left Speed 08:06:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85162 0 0 100 85162 0 126k --:--:-- --:--:-- --:--:-- 126k 100 85162 0 0 100 85162 0 125k --:--:-- --:--:-- --:--:-- 126k 08:06:35 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b46b7e8111e4043173f976c96fadf622ec12f3cd [Pipeline] } 08:06:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 08:06:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:06:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:06:37 08:06:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 08:06:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:06:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 08:06:37 188c0c94c7c5: Already exists 08:06:37 0ef7d3d256c8: Already exists 08:06:37 de9db76c5a1d: Already exists 08:06:37 0eba1c9be4d2: Pulling fs layer 08:06:37 0d57e429df01: Pulling fs layer 08:06:37 4e4be7b47b0d: Pulling fs layer 08:06:37 e1f770b5df2f: Pulling fs layer 08:06:37 85a0685a4137: Pulling fs layer 08:06:37 e1f770b5df2f: Waiting 08:06:37 85a0685a4137: Waiting 08:06:37 0d57e429df01: Download complete 08:06:37 4e4be7b47b0d: Verifying Checksum 08:06:37 4e4be7b47b0d: Download complete 08:06:40 e1f770b5df2f: Verifying Checksum 08:06:40 e1f770b5df2f: Download complete 08:06:41 85a0685a4137: Verifying Checksum 08:06:41 85a0685a4137: Download complete 08:06:41 0eba1c9be4d2: Verifying Checksum 08:06:41 0eba1c9be4d2: Download complete 08:06:48 0eba1c9be4d2: Pull complete 08:06:48 0d57e429df01: Pull complete 08:06:48 4e4be7b47b0d: Pull complete 08:06:51 e1f770b5df2f: Pull complete 08:06:59 85a0685a4137: Pull complete 08:06:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 08:06:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 08:06:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 08:07:00 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 08:07:00 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 08:07:01 $ docker top b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 08:07:01 + set -o pipefail 08:07:01 + snyk monitor '--org=edgex-jenkins' 08:07:16 08:07:16 Monitoring /w/workspace/edgex-go/3 (github.com/edgexfoundry/edgex-go)... 08:07:16 08:07:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/34234dad-6c0d-4b9d-9b62-338f0b123e64 08:07:16 08:07:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:07:16 08:07:16 [Pipeline] } 08:07:16 $ docker stop --time=1 b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 08:07:19 $ docker rm -f b29e067d38ac3c728ddbe2dcc911a7061088085573506a0f839f0be87b7b1b60 [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 08:07:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:07:21 provisioning config files... 08:07:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/3@tmp/config771129593695966452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:07:21 --> edgex-publish-swagger.sh 08:07:21 === Publish openapi/v1 API === 08:07:21 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 08:07:21 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/3/openapi/v1/core-command.yaml] 08:07:21 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:21 Dload Upload Total Spent Left Speed 08:07:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9502 0:00:01 0:00:01 --:--:-- 9513 100 10522 0 0 100 10522 0 9500 0:00:01 0:00:01 --:--:-- 9513 08:07:22 08:07:22 08:07:22 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/3/openapi/v1/core-data.yaml] 08:07:22 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:22 Dload Upload Total Spent Left Speed 08:07:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27872 0:00:01 0:00:01 --:--:-- 27874 100 32557 0 0 100 32557 0 27867 0:00:01 0:00:01 --:--:-- 27850 08:07:23 08:07:23 08:07:23 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/3/openapi/v1/core-metadata.yaml] 08:07:23 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:23 Dload Upload Total Spent Left Speed 08:07:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60380 0:00:01 0:00:01 --:--:-- 60427 100 73721 0 0 100 73721 0 60369 0:00:01 0:00:01 --:--:-- 60427 08:07:25 08:07:25 08:07:25 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/3/openapi/v1/support-logging.yaml] 08:07:25 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:25 Dload Upload Total Spent Left Speed 08:07:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12501 0:00:01 0:00:01 --:--:-- 12505 100 13581 0 0 100 13581 0 12498 0:00:01 0:00:01 --:--:-- 12505 08:07:26 08:07:26 08:07:26 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/3/openapi/v1/support-notifications.yaml] 08:07:26 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:26 Dload Upload Total Spent Left Speed 08:07:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35794 0:00:01 0:00:01 --:--:-- 35810 100 38890 0 0 100 38890 0 35787 0:00:01 0:00:01 --:--:-- 35810 08:07:27 08:07:27 08:07:27 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/3/openapi/v1/support-scheduler.yaml] 08:07:27 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:27 Dload Upload Total Spent Left Speed 08:07:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 11642 0:00:01 0:00:01 --:--:-- 11650 100 14249 0 0 100 14249 0 11070 0:00:01 0:00:01 --:--:-- 11080 08:07:28 08:07:28 08:07:28 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/3/openapi/v1/system-agent.yaml] 08:07:28 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:28 Dload Upload Total Spent Left Speed 08:07:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3965 0:00:01 0:00:01 --:--:-- 3967 100 4110 0 0 100 4110 0 3964 0:00:01 0:00:01 --:--:-- 3967 08:07:29 08:07:29 08:07:29 === Publish openapi/v2 API === 08:07:29 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 08:07:29 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/3/openapi/v2/core-command.yaml] 08:07:29 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:29 Dload Upload Total Spent Left Speed 08:07:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 25566 0:00:01 0:00:01 --:--:-- 25572 08:07:30 08:07:30 08:07:30 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/3/openapi/v2/core-data.yaml] 08:07:30 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:30 Dload Upload Total Spent Left Speed 08:07:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65634 0 0 100 65634 0 54323 0:00:01 0:00:01 --:--:-- 54287 100 65634 0 0 100 65634 0 52229 0:00:01 0:00:01 --:--:-- 52214 08:07:32 08:07:32 08:07:32 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/3/openapi/v2/core-metadata.yaml] 08:07:32 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:32 Dload Upload Total Spent Left Speed 08:07:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 100 119k 0 0 100 119k 0 102k 0:00:01 0:00:01 --:--:-- 102k 08:07:33 08:07:33 08:07:33 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/3/openapi/v2/support-logging.yaml] 08:07:33 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:33 Dload Upload Total Spent Left Speed 08:07:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22358 0:00:01 0:00:01 --:--:-- 22372 100 23692 0 0 100 23692 0 22353 0:00:01 0:00:01 --:--:-- 22372 08:07:34 08:07:34 08:07:34 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/3/openapi/v2/support-notifications.yaml] 08:07:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:34 Dload Upload Total Spent Left Speed 08:07:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56128 0:00:01 0:00:01 --:--:-- 56174 100 62691 0 0 100 62691 0 56117 0:00:01 0:00:01 --:--:-- 56174 08:07:35 08:07:35 08:07:35 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/3/openapi/v2/support-scheduler.yaml] 08:07:35 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:35 Dload Upload Total Spent Left Speed 08:07:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 45216 0:00:01 0:00:01 --:--:-- 45247 100 46198 0 0 100 46198 0 45207 0:00:01 0:00:01 --:--:-- 45247 08:07:36 08:07:36 08:07:36 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/3/openapi/v2/system-agent.yaml] 08:07:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:07:36 Dload Upload Total Spent Left Speed 08:07:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20013 0:00:01 0:00:01 --:--:-- 20021 100 23726 0 0 100 23726 0 20010 0:00:01 0:00:01 --:--:-- 20021 08:07:37 08:07:37 [Pipeline] } 08:07:37 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 08:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:38 . [Pipeline] withDockerContainer 08:07:38 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 08:07:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:07:39 $ docker top bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:40 [ssh-agent] Looking for ssh-agent implementation... 08:07:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:40 $ docker exec bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe ssh-agent 08:07:40 SSH_AUTH_SOCK=/tmp/ssh-EI9bmbQO7IhX/agent.11 08:07:40 SSH_AGENT_PID=16 08:07:40 Running ssh-add (command line suppressed) 08:07:40 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6034716990624874212.key (/w/workspace/edgex-go/3@tmp/private_key_6034716990624874212.key) 08:07:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:41 + git semver tag 08:07:41 # -> Open(): unable to determine branch for HEAD 08:07:41 # $GIT_DIR = /w/workspace/edgex-go/3/.git 08:07:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 08:07:41 # $SEMVER_REMOTE_NAME = origin 08:07:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:07:41 # $SEMVER_USER_NAME = edgex-jenkins 08:07:41 # $SEMVER_BRANCH = hanoi 08:07:41 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver 08:07:41 # b46b7e8111e4043173f976c96fadf622ec12f3cd HEAD 08:07:41 # -> Force: false 08:07:41 # 08:07:41 git-semver-tag: tag already exists [Pipeline] } 08:07:41 $ docker exec --env ******** --env ******** bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe ssh-agent -k 08:07:42 unset SSH_AUTH_SOCK; 08:07:42 unset SSH_AGENT_PID; 08:07:42 echo Agent pid 16 killed; 08:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:07:42 $ docker stop --time=1 bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe 08:07:43 $ docker rm -f bed11474a46cdd37c5a9f8d1083668b2e33a1a957541c92d06283feb87061abe [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 08:07:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:07:45 ---> package-listing.sh 08:07:45 ++ facter osfamily 08:07:45 ++ tr '[:upper:]' '[:lower:]' 08:07:45 + OS_FAMILY=redhat 08:07:45 + workspace=/w/workspace/edgex-go/3 08:07:45 + START_PACKAGES=/tmp/packages_start.txt 08:07:45 + END_PACKAGES=/tmp/packages_end.txt 08:07:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:07:45 + PACKAGES=/tmp/packages_start.txt 08:07:45 + '[' /w/workspace/edgex-go/3 ']' 08:07:45 + PACKAGES=/tmp/packages_end.txt 08:07:45 + case "${OS_FAMILY}" in 08:07:45 + rpm -qa 08:07:45 + sort 08:07:51 + '[' -f /tmp/packages_start.txt ']' 08:07:51 + '[' -f /tmp/packages_end.txt ']' 08:07:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:07:51 + '[' /w/workspace/edgex-go/3 ']' 08:07:51 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:07:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:07:51 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:07:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:07:51 08:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:07:52 alpine: Pulling from edgex-lftools-log-publisher 08:07:52 df20fa9351a1: Pulling fs layer 08:07:52 36b3adc4ff6f: Pulling fs layer 08:07:52 8ad3a11d3b57: Pulling fs layer 08:07:52 46f8f816bc3b: Pulling fs layer 08:07:52 93b61091891f: Pulling fs layer 08:07:52 93b9cdb0e59b: Pulling fs layer 08:07:52 5e14af77c1be: Pulling fs layer 08:07:52 01666e4c0597: Pulling fs layer 08:07:52 aa168da1d23b: Pulling fs layer 08:07:52 93b9cdb0e59b: Waiting 08:07:52 5e14af77c1be: Waiting 08:07:52 01666e4c0597: Waiting 08:07:52 aa168da1d23b: Waiting 08:07:52 46f8f816bc3b: Waiting 08:07:52 93b61091891f: Waiting 08:07:52 36b3adc4ff6f: Verifying Checksum 08:07:52 36b3adc4ff6f: Download complete 08:07:52 46f8f816bc3b: Verifying Checksum 08:07:52 46f8f816bc3b: Download complete 08:07:52 df20fa9351a1: Download complete 08:07:52 93b9cdb0e59b: Verifying Checksum 08:07:52 93b9cdb0e59b: Download complete 08:07:52 93b61091891f: Verifying Checksum 08:07:52 93b61091891f: Download complete 08:07:52 5e14af77c1be: Verifying Checksum 08:07:52 5e14af77c1be: Download complete 08:07:52 01666e4c0597: Verifying Checksum 08:07:52 01666e4c0597: Download complete 08:07:52 8ad3a11d3b57: Verifying Checksum 08:07:52 8ad3a11d3b57: Download complete 08:07:52 df20fa9351a1: Pull complete 08:07:53 36b3adc4ff6f: Pull complete 08:07:54 aa168da1d23b: Verifying Checksum 08:07:54 aa168da1d23b: Download complete 08:07:54 8ad3a11d3b57: Pull complete 08:07:55 46f8f816bc3b: Pull complete 08:07:55 93b61091891f: Pull complete 08:07:55 93b9cdb0e59b: Pull complete 08:07:55 5e14af77c1be: Pull complete 08:07:55 01666e4c0597: Pull complete 08:08:04 aa168da1d23b: Pull complete 08:08:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:08:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:08:04 prd-centos7-docker-4c-2g-23925 does not seem to be running inside a container 08:08:04 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:08:07 $ docker top dbcf66dfafe7acd2cbe4d43110a5a176587b0ccedf888f7f2b51f2534ca40d52 -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:08 + touch /tmp/pre-build-complete [Pipeline] sh 08:08:08 + mkdir -p /var/log/sa [Pipeline] sh 08:08:08 + ls /var/log/sa-host 08:08:08 + sadf -c /var/log/sa-host/sa23 08:08:08 file_magic: OK 08:08:08 HZ: Using current value: 100 08:08:08 file_header: OK 08:08:08 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 08:08:08 Statistics: 08:08:08 Hnuu...uuuununununu... 08:08:08 File successfully converted to sysstat format version 12.2.1 08:08:08 + sadf -c /var/log/sa-host/sa29 08:08:08 file_magic: OK 08:08:08 HZ: Using current value: 100 08:08:08 file_header: OK 08:08:08 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 08:08:08 Statistics: 08:08:08 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... 08:08:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:08:09 provisioning config files... 08:08:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2459998027545975927tmp [Pipeline] { [Pipeline] echo 08:08:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:08:09 ---> create-netrc.sh [Pipeline] } 08:08:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:08:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:08:09 ---> python-tools-install.sh [Pipeline] echo 08:08:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:08:10 ---> sudo-logs.sh 08:08:10 Archiving 'sudo' log.. [Pipeline] echo 08:08:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:08:10 ---> job-cost.sh 08:08:10 lf-activate-venv: SKIPPING 08:08:10 INFO: No Stack... 08:08:11 INFO: Retrieving Pricing Info for: v1-standard-2 08:08:12 INFO: Archiving Costs [Pipeline] echo 08:08:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:08:12 ---> logs-deploy.sh 08:08:12 lf-activate-venv: SKIPPING 08:08:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/hanoi/3 08:08:12 INFO: archiving workspace using pattern(s): 08:08:14 Archives upload complete. 08:08:14 INFO: archiving logs to Nexus 08:08:15 ---> uname -a: 08:08:15 Linux prd-centos7-docker-4c-2g-23925.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:08:15 08:08:15 08:08:15 ---> lscpu: 08:08:15 Architecture: x86_64 08:08:15 CPU op-mode(s): 32-bit, 64-bit 08:08:15 Byte Order: Little Endian 08:08:15 Address sizes: 40 bits physical, 48 bits virtual 08:08:15 CPU(s): 4 08:08:15 On-line CPU(s) list: 0-3 08:08:15 Thread(s) per core: 1 08:08:15 Core(s) per socket: 1 08:08:15 Socket(s): 4 08:08:15 NUMA node(s): 1 08:08:15 Vendor ID: GenuineIntel 08:08:15 CPU family: 6 08:08:15 Model: 44 08:08:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:08:15 Stepping: 1 08:08:15 CPU MHz: 2933.438 08:08:15 BogoMIPS: 5866.87 08:08:15 Virtualization: VT-x 08:08:15 Hypervisor vendor: KVM 08:08:15 Virtualization type: full 08:08:15 L1d cache: 128 KiB 08:08:15 L1i cache: 128 KiB 08:08:15 L2 cache: 16 MiB 08:08:15 L3 cache: 64 MiB 08:08:15 NUMA node0 CPU(s): 0-3 08:08:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:08:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:08:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:08:15 Vulnerability Meltdown: Mitigation; PTI 08:08:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:08:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:08:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:08:15 Vulnerability Srbds: Not affected 08:08:15 Vulnerability Tsx async abort: Not affected 08:08:15 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 08:08:15 08:08:15 08:08:15 ---> nproc: 08:08:15 4 08:08:15 08:08:15 08:08:15 ---> df -h: 08:08:15 Filesystem Size Used Available Use% Mounted on 08:08:15 overlay 50.0G 13.9G 36.1G 28% / 08:08:15 tmpfs 64.0M 0 64.0M 0% /dev 08:08:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:08:15 shm 64.0M 0 64.0M 0% /dev/shm 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /facter-os 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /etc/resolv.conf 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hostname 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hosts 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /run/cloud-init/result.json 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/sa-host 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/secure 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/auth.log 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/3@tmp 08:08:15 /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/3 08:08:15 08:08:15 08:08:15 ---> free -m: 08:08:15 total used free shared buff/cache available 08:08:15 Mem: 1837 715 278 0 843 1044 08:08:15 Swap: 1023 94 929 08:08:15 08:08:15 08:08:15 ---> ip addr: 08:08:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:08:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:08:15 inet 127.0.0.1/8 scope host lo 08:08:15 valid_lft forever preferred_lft forever 08:08:15 inet6 ::1/128 scope host 08:08:15 valid_lft forever preferred_lft forever 08:08:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:08:15 link/ether fa:16:3e:f1:47:18 brd ff:ff:ff:ff:ff:ff 08:08:15 inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 08:08:15 valid_lft 85336sec preferred_lft 85336sec 08:08:15 inet6 fe80::f816:3eff:fef1:4718/64 scope link 08:08:15 valid_lft forever preferred_lft forever 08:08:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:08:15 link/ether 02:42:c0:92:f2:b0 brd ff:ff:ff:ff:ff:ff 08:08:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:08:15 valid_lft forever preferred_lft forever 08:08:15 inet6 fe80::42:c0ff:fe92:f2b0/64 scope link 08:08:15 valid_lft forever preferred_lft forever 08:08:15 08:08:15 08:08:15 ---> sar -b -r -n DEV: 08:08:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 08:08:15 08:08:15 07:50:18 LINUX RESTART (4 CPU) 08:08:15 08:08:15 07:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:08:15 07:52:01 116.27 49.20 67.07 0.00 8392.36 23923.79 0.00 08:08:15 07:53:01 302.29 89.56 212.74 0.00 4204.59 60491.80 0.00 08:08:15 07:54:01 224.87 122.76 102.11 0.00 4425.98 12781.38 0.00 08:08:15 07:55:01 154.69 88.45 66.25 0.00 3954.46 11843.87 0.00 08:08:15 07:56:02 1063.71 768.82 294.89 0.00 97021.72 167380.67 0.00 08:08:15 07:57:01 2772.41 2488.49 283.92 0.00 149562.66 161992.45 0.00 08:08:15 07:58:01 1045.97 725.88 320.10 0.00 70861.50 102895.86 0.00 08:08:15 07:59:03 2570.14 2220.87 349.28 0.00 146514.34 157161.53 0.00 08:08:15 08:00:01 1257.07 953.94 303.13 0.00 59663.94 69243.24 0.00 08:08:15 08:01:01 1163.05 920.34 242.72 0.00 57138.68 71717.36 0.00 08:08:15 08:02:02 126.51 108.98 17.53 0.00 7273.99 439.16 0.00 08:08:15 08:03:01 4.01 2.03 1.98 0.00 24.79 39.53 0.00 08:08:15 08:04:01 0.17 0.00 0.17 0.00 0.00 1.92 0.00 08:08:15 08:05:01 0.78 0.60 0.18 0.00 7.73 2.15 0.00 08:08:15 08:06:01 2.08 1.95 0.13 0.00 62.61 3.03 0.00 08:08:15 08:07:01 163.96 57.19 106.77 0.00 4377.50 33161.45 0.00 08:08:15 08:08:01 170.43 86.21 84.22 0.00 7601.40 19084.32 0.00 08:08:15 Average: 656.54 512.02 144.52 0.00 36639.86 52623.04 0.00 08:08:15 08:08:15 07:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:08:15 07:52:01 105348 0 637792 33.90 2620 1135784 1491460 50.90 669764 899664 25880 08:08:15 07:53:01 233400 0 763312 40.57 1064 883768 1922144 65.60 560276 798556 24 08:08:15 07:54:01 248180 0 851100 45.23 508 781756 1751572 59.78 723832 628872 65544 08:08:15 07:55:01 362240 0 738712 39.26 496 780096 1369016 46.72 557708 675132 7324 08:08:15 07:56:02 334384 0 684840 36.40 16 862304 1348852 46.03 535296 794472 72 08:08:15 07:57:01 274824 0 1215080 64.58 0 391640 4039428 137.86 694404 644900 4660 08:08:15 07:58:01 61456 0 728328 38.71 0 1091760 1757284 59.97 655356 934084 27412 08:08:15 07:59:03 54972 0 753544 40.05 0 1073028 1893084 64.61 628528 963396 7440 08:08:15 08:00:01 367840 0 663520 35.26 0 850184 1566640 53.47 470516 793320 784 08:08:15 08:01:01 529296 0 637100 33.86 0 715148 1676724 57.22 337756 776688 20 08:08:15 08:02:02 334408 0 622480 33.08 0 924656 1396452 47.66 357536 950344 28 08:08:15 08:03:01 362416 0 594452 31.59 0 924676 1178024 40.20 331332 949592 12 08:08:15 08:04:01 364188 0 592672 31.50 0 924684 1161648 39.65 330520 949272 12 08:08:15 08:05:01 364096 0 592772 31.50 0 924676 1161808 39.65 330784 949480 20 08:08:15 08:06:01 362524 0 593140 31.52 0 925880 1161764 39.65 331268 949844 32 08:08:15 08:07:01 150652 0 662728 35.22 0 1068164 1465076 50.00 436700 1015332 40 08:08:15 08:08:01 81076 0 733256 38.97 0 1067212 1577612 53.84 672088 817228 52644 08:08:15 Average: 270076 0 709696 37.72 277 901495 1642270 56.05 507274 852363 11291 08:08:15 08:08:15 07:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:08:15 07:52:01 eth0 1681.03 1432.51 5822.57 159.27 0.00 0.00 0.00 0.00 08:08:15 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:52:01 docker0 877.73 936.53 71.50 2731.33 0.00 0.00 0.00 0.00 08:08:15 07:53:01 veth656f3fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:53:01 vethb6c8760 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:53:01 eth0 734.52 488.93 4908.56 46.85 0.00 0.00 0.00 0.00 08:08:15 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:54:01 veth6826b86 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 07:54:01 eth0 45.62 31.28 30.70 69.15 0.00 0.00 0.00 0.00 08:08:15 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:54:01 docker0 1013.47 1113.94 81.13 3515.51 0.00 0.00 0.00 0.00 08:08:15 07:55:01 eth0 48.98 31.44 153.16 14.29 0.00 0.00 0.00 0.00 08:08:15 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:56:02 eth0 223.81 181.91 1715.51 82.94 0.00 0.00 0.00 0.00 08:08:15 07:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:56:02 veth520f88a 0.00 0.30 0.00 0.02 0.00 0.00 0.00 0.00 08:08:15 07:56:02 docker0 13.79 21.86 0.75 145.87 0.00 0.00 0.00 0.00 08:08:15 07:57:01 veth7f501f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 07:57:01 veth6465f90 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 07:57:01 veth6c5a613 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 07:57:01 vethca15c83 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 07:58:01 veth3516ce7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:58:01 veth7c0085c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:58:01 eth0 3339.03 2519.33 13853.05 503.01 0.00 0.00 0.00 0.00 08:08:15 07:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:08:15 07:59:03 vethd804473 4.77 5.23 0.56 19.89 0.00 0.00 0.00 0.00 08:08:15 07:59:03 eth0 91.32 70.78 141.86 82.89 0.00 0.00 0.00 0.00 08:08:15 07:59:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 07:59:03 veth520f88a 0.00 0.73 0.00 0.04 0.00 0.00 0.00 0.00 08:08:15 08:00:01 eth0 47.53 25.77 102.38 15.52 0.00 0.00 0.00 0.00 08:08:15 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:00:01 veth520f88a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 08:00:01 veth838cac0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:08:15 08:01:01 eth0 63.22 47.01 59.28 70.65 0.00 0.00 0.00 0.00 08:08:15 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:01:01 veth520f88a 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:01:01 docker0 1142.02 1302.69 88.77 4383.11 0.00 0.00 0.00 0.00 08:08:15 08:02:02 eth0 452.40 437.52 206.84 1702.41 0.00 0.00 0.00 0.00 08:08:15 08:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:03:01 eth0 18.32 15.50 14.47 5.19 0.00 0.00 0.00 0.00 08:08:15 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:04:01 eth0 2.35 1.32 2.52 0.09 0.00 0.00 0.00 0.00 08:08:15 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:05:01 eth0 0.68 0.48 0.29 0.21 0.00 0.00 0.00 0.00 08:08:15 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:06:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 08:08:15 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:07:01 eth0 465.65 409.04 4034.45 69.27 0.00 0.00 0.00 0.00 08:08:15 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:07:01 veth3fae9b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:08:01 eth0 319.64 252.92 2424.31 86.00 0.00 0.00 0.00 0.00 08:08:15 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 08:08:01 docker0 29.29 32.16 2.67 221.56 0.00 0.00 0.00 0.00 08:08:15 Average: eth0 257.43 207.98 1190.09 146.49 0.00 0.00 0.00 0.00 08:08:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:08:15 Average: docker0 69.12 78.77 5.40 271.72 0.00 0.00 0.00 0.00 08:08:15 08:08:15 08:08:15 ---> sar -P ALL: 08:08:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 08:08:15 08:08:15 07:50:18 LINUX RESTART (4 CPU) 08:08:15 08:08:15 07:51:02 CPU %user %nice %system %iowait %steal %idle 08:08:15 07:52:01 all 13.99 0.00 7.13 1.94 0.08 76.86 08:08:15 07:52:01 0 10.55 0.00 8.08 1.05 0.09 80.23 08:08:15 07:52:01 1 16.45 0.00 6.63 2.00 0.09 74.83 08:08:15 07:52:01 2 15.48 0.00 7.12 1.53 0.09 75.79 08:08:15 07:52:01 3 13.43 0.00 6.68 3.18 0.07 76.64 08:08:15 07:53:01 all 12.54 0.00 10.40 5.89 0.12 71.05 08:08:15 07:53:01 0 12.59 0.00 10.80 4.89 0.10 71.62 08:08:15 07:53:01 1 12.68 0.00 9.95 6.44 0.09 70.85 08:08:15 07:53:01 2 12.72 0.00 10.46 5.93 0.14 70.76 08:08:15 07:53:01 3 12.19 0.00 10.40 6.29 0.14 70.98 08:08:15 07:54:01 all 56.85 0.00 13.80 6.38 0.11 22.86 08:08:15 07:54:01 0 55.59 0.00 13.77 5.41 0.09 25.14 08:08:15 07:54:01 1 56.90 0.00 13.17 7.61 0.11 22.22 08:08:15 07:54:01 2 57.17 0.00 14.78 5.16 0.12 22.76 08:08:15 07:54:01 3 57.75 0.00 13.50 7.34 0.10 21.30 08:08:15 07:55:01 all 43.15 0.00 13.90 3.05 0.09 39.82 08:08:15 07:55:01 0 41.51 0.00 14.75 2.70 0.05 40.99 08:08:15 07:55:01 1 43.30 0.00 13.77 2.58 0.12 40.23 08:08:15 07:55:01 2 45.40 0.00 13.68 4.79 0.09 36.04 08:08:15 07:55:01 3 42.38 0.00 13.41 2.14 0.09 41.98 08:08:15 07:56:02 all 23.26 0.00 25.72 8.43 0.17 42.42 08:08:15 07:56:02 0 22.78 0.00 26.46 8.66 0.19 41.91 08:08:15 07:56:02 1 24.43 0.00 25.48 9.34 0.12 40.62 08:08:15 07:56:02 2 22.84 0.00 25.94 7.64 0.19 43.39 08:08:15 07:56:02 3 22.98 0.00 25.00 8.08 0.18 43.77 08:08:15 07:57:01 all 40.84 0.00 23.23 20.68 0.15 15.10 08:08:15 07:57:01 0 40.43 0.00 22.60 21.66 0.16 15.15 08:08:15 07:57:01 1 40.99 0.00 21.72 19.43 0.18 17.69 08:08:15 07:57:01 2 40.79 0.00 24.07 21.66 0.12 13.36 08:08:15 07:57:01 3 41.15 0.00 24.52 19.96 0.12 14.25 08:08:15 07:58:01 all 27.27 0.00 19.57 26.31 0.13 26.72 08:08:15 07:58:01 0 25.90 0.00 18.94 22.58 0.16 32.42 08:08:15 07:58:01 1 26.60 0.00 20.38 24.76 0.14 28.12 08:08:15 07:58:01 2 28.06 0.00 19.17 30.11 0.10 22.56 08:08:15 07:58:01 3 28.51 0.00 19.80 27.79 0.10 23.79 08:08:15 07:59:03 all 18.53 0.00 22.97 35.05 0.18 23.27 08:08:15 07:59:03 0 17.06 0.00 20.25 35.37 0.19 27.13 08:08:15 07:59:03 1 18.39 0.00 23.38 34.25 0.21 23.78 08:08:15 07:59:03 2 20.62 0.00 24.36 33.94 0.17 20.90 08:08:15 07:59:03 3 18.03 0.00 23.90 36.68 0.14 21.25 08:08:15 08:00:01 all 56.36 0.00 19.51 16.57 0.09 7.48 08:08:15 08:00:01 0 56.87 0.00 18.42 18.17 0.09 6.45 08:08:15 08:00:01 1 54.81 0.00 20.47 15.45 0.07 9.20 08:08:15 08:00:01 2 56.53 0.00 19.34 17.48 0.09 6.56 08:08:15 08:00:01 3 57.22 0.00 19.79 15.18 0.09 7.72 08:08:15 08:01:01 all 19.65 0.00 15.38 12.52 0.18 52.27 08:08:15 08:01:01 0 19.43 0.00 15.05 11.18 0.21 54.13 08:08:15 08:01:01 1 19.32 0.00 15.57 13.98 0.22 50.91 08:08:15 08:01:01 2 19.64 0.00 15.39 11.97 0.14 52.85 08:08:15 08:01:01 3 20.20 0.00 15.51 12.94 0.16 51.19 08:08:15 08:02:02 all 10.11 0.00 4.58 3.04 0.11 82.17 08:08:15 08:02:02 0 10.27 0.00 5.38 2.81 0.10 81.44 08:08:15 08:02:02 1 9.97 0.00 4.49 3.14 0.10 82.29 08:08:15 08:02:02 2 10.23 0.00 4.46 2.98 0.12 82.21 08:08:15 08:02:02 3 9.96 0.00 3.99 3.22 0.12 82.71 08:08:15 08:08:15 08:02:02 CPU %user %nice %system %iowait %steal %idle 08:08:15 08:03:01 all 0.32 0.00 0.28 0.06 0.00 99.34 08:08:15 08:03:01 0 0.31 0.00 0.27 0.02 0.00 99.41 08:08:15 08:03:01 1 0.27 0.00 0.22 0.03 0.02 99.46 08:08:15 08:03:01 2 0.29 0.00 0.20 0.02 0.00 99.49 08:08:15 08:03:01 3 0.41 0.00 0.43 0.17 0.00 99.00 08:08:15 08:04:01 all 0.11 0.00 0.10 0.00 0.00 99.79 08:08:15 08:04:01 0 0.10 0.00 0.20 0.00 0.00 99.70 08:08:15 08:04:01 1 0.23 0.00 0.12 0.00 0.00 99.65 08:08:15 08:04:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:08:15 08:04:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:08:15 08:05:01 all 0.23 0.00 0.12 0.01 0.01 99.63 08:08:15 08:05:01 0 0.13 0.00 0.07 0.02 0.02 99.77 08:08:15 08:05:01 1 0.30 0.00 0.10 0.00 0.02 99.58 08:08:15 08:05:01 2 0.08 0.00 0.22 0.02 0.00 99.68 08:08:15 08:05:01 3 0.42 0.00 0.10 0.00 0.00 99.48 08:08:15 08:06:01 all 0.20 0.00 0.07 0.03 0.00 99.70 08:08:15 08:06:01 0 0.07 0.00 0.03 0.00 0.00 99.90 08:08:15 08:06:01 1 0.53 0.00 0.07 0.03 0.00 99.37 08:08:15 08:06:01 2 0.05 0.00 0.13 0.08 0.00 99.73 08:08:15 08:06:01 3 0.13 0.00 0.03 0.02 0.00 99.82 08:08:15 08:07:01 all 8.19 0.00 6.23 2.04 0.05 83.50 08:08:15 08:07:01 0 8.30 0.00 6.41 1.21 0.03 84.04 08:08:15 08:07:01 1 8.24 0.00 6.10 2.81 0.03 82.81 08:08:15 08:07:01 2 7.85 0.00 6.03 2.46 0.08 83.57 08:08:15 08:07:01 3 8.38 0.00 6.36 1.66 0.03 83.56 08:08:15 08:08:01 all 8.32 0.00 6.71 3.45 0.08 81.44 08:08:15 08:08:01 0 8.49 0.00 7.26 2.16 0.07 82.02 08:08:15 08:08:01 1 8.44 0.00 6.01 4.08 0.07 81.40 08:08:15 08:08:01 2 7.27 0.00 6.96 3.22 0.08 82.46 08:08:15 08:08:01 3 9.08 0.00 6.60 4.34 0.10 79.89 08:08:15 Average: all 19.66 0.00 11.00 8.43 0.09 60.83 08:08:15 Average: 0 19.08 0.00 10.95 7.99 0.09 61.90 08:08:15 Average: 1 19.75 0.00 10.87 8.46 0.09 60.82 08:08:15 Average: 2 19.98 0.00 11.17 8.66 0.09 60.10 08:08:15 Average: 3 19.81 0.00 11.01 8.61 0.08 60.49 08:08:15 08:08:15 08:08:15