Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 166d79170882b6e1653a5f9367002074af0733c4 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1605367630555986133.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5204702993455021207.key > 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 db16f8292de5a0132d944c4e76ede2ca4f84da27 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1084461337986110367.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9096750371035351611.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2411038616124920579.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-459’ is offline Running on prd-centos7-docker-4c-2g-462 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/16@tmp/jenkins-gitclient-ssh5635232343042542718.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 166d79170882b6e1653a5f9367002074af0733c4 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 166d79170882b6e1653a5f9367002074af0733c4 # timeout=10 Commit message: "feat: Send notification after updating device entity (#3623)" > git rev-list --no-walk 4becaab24b5b515a1d6dfe340981534658a672e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:00:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:00:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:00:50 ========================================================= 10:00:50 EdgeX Global Pipelines Version Info 10:00:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:00:51 ------------------- 10:00:51 stable info: 10:00:51 ------------------- 10:00:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:00:51 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 10:00:51 Message: update stable to v1.0.197 10:00:52 ------------------- 10:00:52 experimental info: 10:00:52 ------------------- 10:00:52 Commited By: **** collab-it+edgex@linuxfoundation.org 10:00:52 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 10:00:52 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 10:00:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 166d791 [Pipeline] echo 10:00:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:00:53 provisioning config files... 10:00:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config5447006188431082457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:53 ---> docker-login.sh 10:00:53 nexus3.edgexfoundry.org:10001 10:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:53 Configure a credential helper to remove this warning. See 10:00:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:53 10:00:53 Login Succeeded 10:00:53 nexus3.edgexfoundry.org:10002 10:00:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:54 Configure a credential helper to remove this warning. See 10:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:54 10:00:54 Login Succeeded 10:00:54 nexus3.edgexfoundry.org:10003 10:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:54 Configure a credential helper to remove this warning. See 10:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:54 10:00:54 Login Succeeded 10:00:54 nexus3.edgexfoundry.org:10004 10:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:54 Configure a credential helper to remove this warning. See 10:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:54 10:00:54 Login Succeeded 10:00:54 docker.io 10:00:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:54 Configure a credential helper to remove this warning. See 10:00:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:54 10:00:54 Login Succeeded 10:00:54 ---> docker-login.sh ends [Pipeline] } 10:00:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:55 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ cut -d/ -f2 10:00:55 ++ dirname cmd/core-command/Dockerfile 10:00:55 + echo core-command,cmd/core-command/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/core-data/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo core-data,cmd/core-data/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/core-metadata/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo core-metadata,cmd/core-metadata/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/security-bootstrapper/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/security-proxy-setup/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/support-notifications/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo support-notifications,cmd/support-notifications/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/support-scheduler/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:00:55 + for file in '`ls cmd/**/Dockerfile`' 10:00:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:00:55 ++ cut -d/ -f2 10:00:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:00:55 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:00:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:56 10:00:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:57 latest: Pulling from edgex-devops/git-semver 10:00:57 31603596830f: Pulling fs layer 10:00:57 b6dc333f4379: Pulling fs layer 10:00:57 3d9ef1400e77: Pulling fs layer 10:00:57 fd332fbdc1db: Pulling fs layer 10:00:57 fd332fbdc1db: Waiting 10:00:57 b6dc333f4379: Download complete 10:00:57 31603596830f: Verifying Checksum 10:00:57 31603596830f: Download complete 10:00:57 31603596830f: Pull complete 10:00:57 fd332fbdc1db: Verifying Checksum 10:00:57 fd332fbdc1db: Download complete 10:00:57 b6dc333f4379: Pull complete 10:00:57 3d9ef1400e77: Verifying Checksum 10:00:57 3d9ef1400e77: Download complete 10:00:58 3d9ef1400e77: Pull complete 10:00:58 fd332fbdc1db: Pull complete 10:00:58 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 10:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:58 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:00:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 10:00:59 $ docker top 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:59 [ssh-agent] Looking for ssh-agent implementation... 10:00:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:59 $ docker exec 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent 10:00:59 SSH_AUTH_SOCK=/tmp/ssh-dsqJolBYzSBb/agent.13 10:00:59 SSH_AGENT_PID=19 10:00:59 Running ssh-add (command line suppressed) 10:00:59 Identity added: /w/workspace/edgex-go/16@tmp/private_key_3553001335718836812.key (/w/workspace/edgex-go/16@tmp/private_key_3553001335718836812.key) 10:00:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:00 + git tag --points-at HEAD [Pipeline] } 10:01:00 $ docker exec --env ******** --env ******** 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent -k 10:01:00 unset SSH_AUTH_SOCK; 10:01:00 unset SSH_AGENT_PID; 10:01:00 echo Agent pid 19 killed; 10:01:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:01:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:01:00 [ssh-agent] Looking for ssh-agent implementation... 10:01:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:01:00 $ docker exec 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent 10:01:00 SSH_AUTH_SOCK=/tmp/ssh-bJnYA688ZXST/agent.54 10:01:00 SSH_AGENT_PID=61 10:01:00 Running ssh-add (command line suppressed) 10:01:00 Identity added: /w/workspace/edgex-go/16@tmp/private_key_2001891770320356857.key (/w/workspace/edgex-go/16@tmp/private_key_2001891770320356857.key) 10:01:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:01:01 + git semver init 10:01:01 # -> Open(): unable to determine branch for HEAD 10:01:01 # $GIT_DIR = /w/workspace/edgex-go/16/.git 10:01:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 10:01:01 # $SEMVER_REMOTE_NAME = origin 10:01:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:01:01 # $SEMVER_USER_NAME = edgex-jenkins 10:01:01 # $SEMVER_BRANCH = main 10:01:01 # $SEMVER_TEMP = /tmp/semver-442802252 10:01:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:01:16 # '/tmp/semver-442802252' -> '/w/workspace/edgex-go/16/.semver' 10:01:16 # -> Force: false 10:01:16 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 10:01:16 $ docker exec --env ******** --env ******** 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent -k 10:01:16 unset SSH_AUTH_SOCK; 10:01:16 unset SSH_AGENT_PID; 10:01:16 echo Agent pid 61 killed; 10:01:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:01:16 + git semver [Pipeline] } 10:01:16 $ docker stop --time=1 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 10:01:18 $ docker rm -f 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 [Pipeline] // withDockerContainer [Pipeline] sh 10:01:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:01:19 Stashed 1 file(s) [Pipeline] echo 10:01:19 [edgeXSemver]: initialized semver on version 2.0.1-dev.16 [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] echo 10:01:19 ========================================================= 10:01:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:01:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:01:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 10:01:21 Sending build context to Docker daemon 328.5MB 10:01:21 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 10:01:21 Step 2/6 : FROM ${BASE} 10:01:21 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:01:21 540db60ca938: Pulling fs layer 10:01:21 adcc1eea9eea: Pulling fs layer 10:01:21 4c4ab2625f07: Pulling fs layer 10:01:21 0773c198feca: Pulling fs layer 10:01:21 345f892a5656: Pulling fs layer 10:01:21 4796506630df: Pulling fs layer 10:01:21 cc55df3e53f1: Pulling fs layer 10:01:21 4d027b6c602c: Pulling fs layer 10:01:21 449e75d2c14e: Pulling fs layer 10:01:21 4796506630df: Waiting 10:01:21 cc55df3e53f1: Waiting 10:01:21 4d027b6c602c: Waiting 10:01:21 449e75d2c14e: Waiting 10:01:21 0773c198feca: Waiting 10:01:21 345f892a5656: Waiting 10:01:21 4c4ab2625f07: Verifying Checksum 10:01:21 4c4ab2625f07: Download complete 10:01:21 adcc1eea9eea: Verifying Checksum 10:01:21 adcc1eea9eea: Download complete 10:01:21 345f892a5656: Verifying Checksum 10:01:21 345f892a5656: Download complete 10:01:21 540db60ca938: Verifying Checksum 10:01:21 540db60ca938: Download complete 10:01:21 4796506630df: Verifying Checksum 10:01:21 4796506630df: Download complete 10:01:21 cc55df3e53f1: Verifying Checksum 10:01:21 cc55df3e53f1: Download complete 10:01:21 540db60ca938: Pull complete 10:01:21 adcc1eea9eea: Pull complete 10:01:22 4c4ab2625f07: Pull complete 10:01:22 4d027b6c602c: Verifying Checksum 10:01:22 4d027b6c602c: Download complete 10:01:25 449e75d2c14e: Verifying Checksum 10:01:25 449e75d2c14e: Download complete 10:01:26 0773c198feca: Verifying Checksum 10:01:26 0773c198feca: Download complete 10:01:29 0773c198feca: Pull complete 10:01:29 345f892a5656: Pull complete 10:01:29 4796506630df: Pull complete 10:01:29 cc55df3e53f1: Pull complete 10:01:29 4d027b6c602c: Pull complete 10:01:31 449e75d2c14e: Pull complete 10:01:31 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 10:01:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:01:31 ---> 0d28375d9b5b 10:01:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:01:33 ---> Running in 23106c48f648 10:01:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:01:34 Still waiting to schedule task 10:01:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-460’ is offline 10:01:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:01:35 (1/12) Installing libmagic (5.39-r0) 10:01:35 (2/12) Installing file (5.39-r0) 10:01:36 (3/12) Installing libc-dev (0.7.2-r3) 10:01:36 (4/12) Installing g++ (10.2.1_pre1-r3) 10:01:41 (5/12) Installing fortify-headers (1.1-r0) 10:01:41 (6/12) Installing patch (2.7.6-r7) 10:01:41 (7/12) Installing build-base (0.5-r2) 10:01:41 (8/12) Installing libsodium (1.0.18-r0) 10:01:41 (9/12) Installing pkgconf (1.7.3-r0) 10:01:41 (10/12) Installing libsodium-dev (1.0.18-r0) 10:01:41 (11/12) Installing libzmq (4.3.3-r1) 10:01:41 (12/12) Installing zeromq-dev (4.3.3-r1) 10:01:41 Executing busybox-1.32.1-r6.trigger 10:01:41 OK: 219 MiB in 52 packages 10:01:43 Removing intermediate container 23106c48f648 10:01:43 ---> ae038c3ee3ae 10:01:43 Step 4/6 : WORKDIR /edgex-go 10:01:43 ---> Running in 457cc961af2c 10:01:43 Removing intermediate container 457cc961af2c 10:01:43 ---> d1404a03170d 10:01:43 Step 5/6 : COPY go.mod . 10:01:43 ---> 13e9b9c56a24 10:01:43 Step 6/6 : RUN go mod download 10:01:43 ---> Running in 3296ba7a1192 10:02:15 Removing intermediate container 3296ba7a1192 10:02:15 ---> 1dac4c3a23a3 10:02:15 Successfully built 1dac4c3a23a3 10:02:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:02:15 + docker inspect -f . ci-base-image-x86_64 10:02:15 . [Pipeline] withDockerContainer 10:02:16 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:02:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** ci-base-image-x86_64 cat 10:02:16 $ docker top 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:16 + go version 10:02:16 go version go1.16.5 linux/amd64 [Pipeline] } 10:02:16 $ docker stop --time=1 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 10:02:18 $ docker rm -f 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:18 + docker inspect -f . ci-base-image-x86_64 10:02:18 . [Pipeline] withDockerContainer 10:02:18 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:02:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** ci-base-image-x86_64 cat 10:02:19 $ docker top 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 -eo pid,comm [Pipeline] { [Pipeline] echo 10:02:19 ========================================================= 10:02:19 [edgeXBuildGoParallel] Running Tests and Build... 10:02:19 ========================================================= [Pipeline] sh 10:02:19 + go mod tidy [Pipeline] sh 10:02:20 + make test 10:02:20 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 10:02:20 go mod tidy 10:02:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:02:25 ? github.com/edgexfoundry/edgex-go [no test files] 10:02:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:02:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:02:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:02:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:02:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:02:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:02:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:02:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 10:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 10:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 100.0% of statements 10:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 10:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 46.3% of statements 10:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:02:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.127s coverage: 89.9% of statements 10:02:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:02:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 10:02:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.072s coverage: 78.9% of statements 10:03:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 81.2% of statements 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:03:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.267s coverage: 95.1% of statements 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:03:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:03:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.060s coverage: 0.8% of statements 10:03:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.070s coverage: 22.0% of statements 10:03:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 10:03:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 10:03:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 10:03:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 10:03:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 10:03:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 10:03:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.167s coverage: 81.8% of statements 10:03:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:03:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-463 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:03:26 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 10:03:27 The recommended git tool is: git 10:03:32 using credential edgex-jenkins-ssh 10:03:32 Cloning the remote Git repository 10:03:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:03:32 > git init /w/workspace/edgex-go/16 # timeout=10 10:03:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:03:32 > git --version # timeout=10 10:03:32 > git --version # 'git version 2.17.1' 10:03:32 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 58.8% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.0% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.2% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.4% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.204s coverage: 66.9% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 43.6% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 10:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 10:03:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 19.3% of statements 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 91.9% of statements 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.6% of statements 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 10:03:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 10:03:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements 10:03:49 GO111MODULE=on go vet ./... 10:03:49 Avoid second fetch 10:03:49 Checking out Revision 166d79170882b6e1653a5f9367002074af0733c4 (main) 10:03:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:03:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:49 > git config core.sparsecheckout # timeout=10 10:03:49 > git checkout -f 166d79170882b6e1653a5f9367002074af0733c4 # timeout=10 10:03:54 Commit message: "feat: Send notification after updating device entity (#3623)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:03:54 provisioning config files... 10:03:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config1210512619485566794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:03:55 ---> docker-login.sh 10:03:55 nexus3.edgexfoundry.org:10001 10:03:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:56 Configure a credential helper to remove this warning. See 10:03:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:56 10:03:56 Login Succeeded 10:03:56 nexus3.edgexfoundry.org:10002 10:03:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:57 Configure a credential helper to remove this warning. See 10:03:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:57 10:03:57 Login Succeeded 10:03:57 nexus3.edgexfoundry.org:10003 10:03:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 nexus3.edgexfoundry.org:10004 10:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:58 Configure a credential helper to remove this warning. See 10:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:58 10:03:58 Login Succeeded 10:03:58 docker.io 10:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:03:59 Configure a credential helper to remove this warning. See 10:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:03:59 10:03:59 Login Succeeded 10:03:59 ---> docker-login.sh ends [Pipeline] } 10:03:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:00 ========================================================= 10:04:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:04:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 10:04:02 Sending build context to Docker daemon 165.8MB 10:04:02 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 10:04:02 Step 2/6 : FROM ${BASE} 10:04:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:02 595b0fe564bb: Pulling fs layer 10:04:02 24495759ef45: Pulling fs layer 10:04:02 d148012ef14d: Pulling fs layer 10:04:02 cb65c68fc2e2: Pulling fs layer 10:04:02 093eec477d81: Pulling fs layer 10:04:02 a6d5b2bbb924: Pulling fs layer 10:04:02 2446dc1eb7d3: Pulling fs layer 10:04:02 596795e73e0f: Pulling fs layer 10:04:02 2446dc1eb7d3: Waiting 10:04:02 596795e73e0f: Waiting 10:04:02 cb65c68fc2e2: Waiting 10:04:02 a6d5b2bbb924: Waiting 10:04:02 093eec477d81: Waiting 10:04:02 d148012ef14d: Download complete 10:04:02 24495759ef45: Verifying Checksum 10:04:02 24495759ef45: Download complete 10:04:02 093eec477d81: Verifying Checksum 10:04:02 093eec477d81: Download complete 10:04:02 a6d5b2bbb924: Verifying Checksum 10:04:02 a6d5b2bbb924: Download complete 10:04:02 595b0fe564bb: Verifying Checksum 10:04:03 2446dc1eb7d3: Verifying Checksum 10:04:03 2446dc1eb7d3: Download complete 10:04:03 595b0fe564bb: Pull complete 10:04:04 24495759ef45: Pull complete 10:04:05 d148012ef14d: Pull complete 10:04:06 596795e73e0f: Verifying Checksum 10:04:06 596795e73e0f: Download complete 10:04:07 cb65c68fc2e2: Verifying Checksum 10:04:07 cb65c68fc2e2: Download complete 10:04:15 gofmt -l . 10:04:15 [ "`gofmt -l .`" = "" ] 10:04:15 ./bin/test-attribution-txt.sh [Pipeline] sh 10:04:16 + ls -al . 10:04:16 total 596 10:04:16 drwxrwxr-x 10 1001 1001 4096 Jul 29 10:04 . 10:04:16 drwxr-xr-x 4 root root 30 Jul 29 10:02 .. 10:04:16 -rw-rw-r-- 1 1001 1001 11 Jul 29 10:00 .dockerignore 10:04:16 drwxrwxr-x 8 1001 1001 162 Jul 29 10:00 .git 10:04:16 drwxrwxr-x 3 1001 1001 125 Jul 29 10:00 .github 10:04:16 -rw-rw-r-- 1 1001 1001 818 Jul 29 10:00 .gitignore 10:04:16 -rw-rw-r-- 1 1001 1001 76 Jul 29 10:00 .hadolint.yml 10:04:16 drwx------ 3 1001 1001 43 Jul 29 10:01 .semver 10:04:16 -rw-rw-r-- 1 1001 1001 166 Jul 29 10:00 .sonarcloud.properties 10:04:16 -rw-rw-r-- 1 1001 1001 8609 Jul 29 10:00 Attribution.txt 10:04:16 -rw-rw-r-- 1 1001 1001 43881 Jul 29 10:00 CHANGELOG.md 10:04:16 -rw-rw-r-- 1 1001 1001 3804 Jul 29 10:00 CONTRIBUTING.md 10:04:16 -rw-rw-r-- 1 1001 1001 931 Jul 29 10:00 Dockerfile.build 10:04:16 -rw-rw-r-- 1 1001 1001 849 Jul 29 10:00 Jenkinsfile 10:04:16 -rw-rw-r-- 1 1001 1001 10775 Jul 29 10:00 LICENSE 10:04:16 -rw-rw-r-- 1 1001 1001 5915 Jul 29 10:00 Makefile 10:04:16 -rw-rw-r-- 1 1001 1001 8649 Jul 29 10:00 README.md 10:04:16 -rw-rw-r-- 1 1001 1001 6912 Jul 29 10:00 SECURITY.md 10:04:16 -rw-rw-r-- 1 1001 1001 12 Jul 29 10:01 VERSION 10:04:16 -rw-rw-r-- 1 1001 1001 4131 Jul 29 10:00 ZMQWindows.md 10:04:16 drwxrwxr-x 2 1001 1001 37 Jul 29 10:00 bin 10:04:16 drwxrwxr-x 14 1001 1001 4096 Jul 29 10:00 cmd 10:04:16 -rw-r--r-- 1 root root 402846 Jul 29 10:03 coverage.out 10:04:16 -rw-rw-r-- 1 1001 1001 813 Jul 29 10:00 go.mod 10:04:16 -rw-r--r-- 1 root root 48847 Jul 29 10:02 go.sum 10:04:16 drwxrwxr-x 7 1001 1001 114 Jul 29 10:00 internal 10:04:16 drwxrwxr-x 3 1001 1001 16 Jul 29 10:00 openapi 10:04:16 drwxrwxr-x 4 1001 1001 71 Jul 29 10:00 snap 10:04:16 -rw-rw-r-- 1 1001 1001 204 Jul 29 10:00 version.go [Pipeline] sh 10:04:16 + '[' -e coverage.out ] 10:04:16 + chown 1001:1001 coverage.out [Pipeline] stash 10:04:16 Stashed 1 file(s) [Pipeline] sh 10:04:16 + make build 10:04:16 go mod tidy 10:04:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 10:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:04:19 cb65c68fc2e2: Pull complete 10:04:19 093eec477d81: Pull complete 10:04:19 a6d5b2bbb924: Pull complete 10:04:19 2446dc1eb7d3: Pull complete 10:04:23 596795e73e0f: Pull complete 10:04:23 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 10:04:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:04:23 ---> d9e956139c92 10:04:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 10:04:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 10:04:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:04:26 ---> Running in 36cd88d958a4 10:04:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:04:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:04:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:04:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:04:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:04:29 (1/12) Installing libmagic (5.39-r0) 10:04:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:04:30 (2/12) Installing file (5.39-r0) 10:04:30 (3/12) Installing libc-dev (0.7.2-r3) 10:04:30 (4/12) Installing g++ (10.2.1_pre1-r3) 10:04:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:04:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config 10:04:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:04:34 $ docker stop --time=1 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 10:04:36 $ docker rm -f 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:04:36 (5/12) Installing fortify-headers (1.1-r0) 10:04:36 (6/12) Installing patch (2.7.6-r7) 10:04:36 (7/12) Installing build-base (0.5-r2) 10:04:36 (8/12) Installing libsodium (1.0.18-r0) 10:04:36 (9/12) Installing pkgconf (1.7.3-r0) 10:04:36 (10/12) Installing libsodium-dev (1.0.18-r0) 10:04:36 (11/12) Installing libzmq (4.3.3-r1) 10:04:36 (12/12) Installing zeromq-dev (4.3.3-r1) 10:04:36 Executing busybox-1.32.1-r6.trigger 10:04:36 OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh 10:04:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:39 10:04:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:04:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:41 Removing intermediate container 36cd88d958a4 10:04:41 ---> 0ab4f74ba84d 10:04:41 Step 4/6 : WORKDIR /edgex-go 10:04:41 ---> Running in f7351d59f2c5 10:04:41 Removing intermediate container f7351d59f2c5 10:04:41 ---> 06c43002de02 10:04:41 Step 5/6 : COPY go.mod . 10:04:41 ---> 24ecc557a56e 10:04:41 Step 6/6 : RUN go mod download 10:04:42 ---> Running in 42afe8ede7c3 10:04:45 latest: Pulling from edgex-devops/edgex-compose 10:04:45 cbdbe7a5bc2a: Pulling fs layer 10:04:45 ca9280d653b3: Pulling fs layer 10:04:45 7e9c9ca2126c: Pulling fs layer 10:04:45 cbdbe7a5bc2a: Verifying Checksum 10:04:45 cbdbe7a5bc2a: Download complete 10:04:45 cbdbe7a5bc2a: Pull complete 10:04:46 ca9280d653b3: Verifying Checksum 10:04:46 ca9280d653b3: Download complete 10:04:47 ca9280d653b3: Pull complete 10:04:48 7e9c9ca2126c: Verifying Checksum 10:04:48 7e9c9ca2126c: Download complete 10:04:52 7e9c9ca2126c: Pull complete 10:04:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:04:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:04:52 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:04:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:04:54 $ docker top 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:55 + docker-compose build --help 10:04:55 + grep parallel 10:04:55 --parallel Build images in parallel. [Pipeline] } 10:04:56 $ docker stop --time=1 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 10:04:57 $ docker rm -f 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:57 . [Pipeline] withDockerContainer 10:04:57 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:04:57 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:04:58 $ docker top 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:58 + docker-compose -f ./docker-compose-build.yml build --parallel 10:04:59 Building core-command ... 10:04:59 Building core-data ... 10:04:59 Building core-metadata ... 10:04:59 Building security-bootstrapper ... 10:04:59 Building security-proxy-setup ... 10:04:59 Building security-secretstore-setup ... 10:04:59 Building support-notifications ... 10:04:59 Building support-scheduler ... 10:04:59 Building sys-mgmt-agent ... 10:04:59 Building core-metadata 10:04:59 Building security-bootstrapper 10:04:59 Building core-command 10:04:59 Building support-notifications 10:04:59 Building support-scheduler 10:05:09 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:05:09 Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:05:09 ---> 1dac4c3a23a3 10:05:09 Step 3/32 : WORKDIR /edgex-go 10:05:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:05:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:09 ---> 1dac4c3a23a3 10:05:09 Step 3/24 : WORKDIR /edgex-go 10:05:09 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:05:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:05:09 ---> 1dac4c3a23a3 10:05:09 Step 3/23 : WORKDIR /edgex-go 10:05:13 ---> Running in e3a2be6e2d28 10:05:13 ---> Running in 950de8eac28b 10:05:13 ---> Running in abe5b7ffa766 10:05:18 Removing intermediate container 950de8eac28b 10:05:18 ---> b9469e6221ef 10:05:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:18 Removing intermediate container e3a2be6e2d28 10:05:18 ---> 6b1f71363980 10:05:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:18 Removing intermediate container abe5b7ffa766 10:05:18 ---> e4af7f55acbb 10:05:18 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:18 ---> Running in 7dc852de28c0 10:05:19 ---> Running in a994d88c2cdc 10:05:19 ---> Running in e26ea439dfa5 10:05:25 Removing intermediate container a994d88c2cdc 10:05:25 ---> 50043fc8e974 10:05:25 Step 5/24 : RUN apk add --update --no-cache make git 10:05:25 Removing intermediate container e26ea439dfa5 10:05:25 ---> 3d4329bb758d 10:05:25 Step 5/32 : RUN apk add --update --no-cache make git 10:05:25 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:05:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:05:25 ---> 1dac4c3a23a3 10:05:25 Step 3/24 : WORKDIR /edgex-go 10:05:25 ---> Using cache 10:05:25 ---> e4af7f55acbb 10:05:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:25 ---> Using cache 10:05:25 ---> 3d4329bb758d 10:05:25 Step 5/24 : RUN apk add --update --no-cache make git 10:05:26 ---> Running in 62435cd1c536 10:05:26 Removing intermediate container 7dc852de28c0 10:05:26 ---> 4be92d0cf581 10:05:26 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 10:05:26 ---> Running in 3dd150b9de13 10:05:26 ---> Running in 15d8826665c3 10:05:26 ---> Running in c2b826d85b15 10:05:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:05:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:05:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:05:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:05:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:05:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:05:27 ---> 1dac4c3a23a3 10:05:27 Step 3/23 : WORKDIR /edgex-go 10:05:27 ---> Using cache 10:05:27 ---> e4af7f55acbb 10:05:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:27 ---> Using cache 10:05:27 ---> 3d4329bb758d 10:05:27 Step 5/23 : RUN apk add --update --no-cache make git 10:05:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:05:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:05:27 ---> Running in ba18f3d5ff0b 10:05:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:05:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:05:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:05:28 OK: 219 MiB in 52 packages 10:05:28 OK: 219 MiB in 52 packages 10:05:28 OK: 219 MiB in 52 packages 10:05:28 OK: 219 MiB in 52 packages 10:05:28 Removing intermediate container 3dd150b9de13 10:05:28 ---> b4b44098ee8f 10:05:28 Step 6/32 : COPY go.mod . 10:05:28 Removing intermediate container 62435cd1c536 10:05:28 ---> 562768376f58 10:05:28 Step 6/24 : COPY go.mod . 10:05:28 ---> 0d45c2a2bb91 10:05:28 Step 7/32 : RUN go mod download 10:05:28 ---> Running in 1c0186a065bc 10:05:28 Removing intermediate container 15d8826665c3 10:05:28 ---> ed0be3ce9a40 10:05:28 Step 6/24 : COPY go.mod . 10:05:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:05:28 ---> ac4eca78ad9e 10:05:28 Step 7/24 : RUN go mod download 10:05:28 ---> Running in 398bf712a70d 10:05:28 Removing intermediate container c2b826d85b15 10:05:28 ---> 0e8e95e1c9ff 10:05:28 Step 6/23 : COPY go.mod . 10:05:28 ---> e174bcdb9964 10:05:28 Step 7/24 : RUN go mod download 10:05:29 ---> Running in 051a13e31b27 10:05:29 ---> 424a194bd22f 10:05:29 Step 7/23 : RUN go mod download 10:05:29 ---> Running in ab28ff74a314 10:05:29 OK: 219 MiB in 52 packages 10:05:30 Removing intermediate container ba18f3d5ff0b 10:05:30 ---> 26d58e33ebd7 10:05:30 Step 6/23 : COPY go.mod . 10:05:30 Removing intermediate container 1c0186a065bc 10:05:30 ---> a23bff00d463 10:05:30 Step 8/32 : COPY . . 10:05:30 ---> 54629d53370d 10:05:30 Step 7/23 : RUN go mod download 10:05:30 ---> Running in 5a32da1b96f9 10:05:30 Removing intermediate container 398bf712a70d 10:05:30 ---> 4cca3bd6a4c1 10:05:30 Step 8/24 : COPY . . 10:05:30 Removing intermediate container 051a13e31b27 10:05:30 ---> 435593608b9d 10:05:30 Step 8/24 : COPY . . 10:05:33 Removing intermediate container ab28ff74a314 10:05:33 ---> d6a057fcf1ce 10:05:33 Step 8/23 : COPY . . 10:05:40 ---> ac369d19e4d8 10:05:40 Step 9/32 : RUN go mod tidy 10:05:40 Removing intermediate container 5a32da1b96f9 10:05:40 ---> d40fb640305e 10:05:40 Step 8/23 : COPY . . 10:05:40 ---> 9bd47e131f26 10:05:40 Step 9/24 : RUN go mod tidy 10:05:40 ---> Running in 3735afc71f92 10:05:40 ---> fa337838820f 10:05:40 Step 9/24 : RUN go mod tidy 10:05:40 ---> Running in 9735744b7bd3 10:05:40 ---> Running in 0a07cf5443b3 10:05:43 Removing intermediate container 3735afc71f92 10:05:43 ---> a261c5e1f6ee 10:05:43 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:05:44 ---> Running in 238001f4cc2b 10:05:44 Removing intermediate container 0a07cf5443b3 10:05:44 ---> dd3949cdb872 10:05:44 Step 10/24 : RUN make cmd/core-command/core-command 10:05:44 Removing intermediate container 9735744b7bd3 10:05:44 ---> aa63d5d8e41c 10:05:44 Step 10/24 : RUN make cmd/core-metadata/core-metadata 10:05:44 ---> Running in 7008acef7fdc 10:05:44 ---> Running in 3fa5e704131a 10:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:05:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 10:05:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:05:59 ---> 8c70e0cac816 10:05:59 Step 9/23 : RUN go mod tidy 10:05:59 ---> Running in 0802e5e3fc83 10:05:59 ---> 58c4afefed19 10:05:59 Step 9/23 : RUN go mod tidy 10:05:59 ---> Running in d49e73c5b013 10:06:02 Removing intermediate container d49e73c5b013 10:06:02 ---> 76b435efc236 10:06:02 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 10:06:02 ---> Running in 7c55163465ca 10:06:02 Removing intermediate container 0802e5e3fc83 10:06:02 ---> e3a4cf87cc02 10:06:02 Step 10/23 : RUN make cmd/support-notifications/support-notifications 10:06:02 ---> Running in df4c2f59de45 10:06:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:06:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:06:03 Removing intermediate container 42afe8ede7c3 10:06:03 ---> 942659c657c1 10:06:03 Successfully built 942659c657c1 10:06:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:06:04 + docker inspect -f . ci-base-image-arm64 10:06:04 . [Pipeline] withDockerContainer 10:06:04 prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container 10:06:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** ci-base-image-arm64 cat 10:06:06 $ docker top dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:07 + go version 10:06:07 go version go1.16.5 linux/arm64 [Pipeline] } 10:06:07 $ docker stop --time=1 dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 10:06:09 $ docker rm -f dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 [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 10:06:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:10 10:06:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:06:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:10 latest: Pulling from edgex-devops/edgex-compose-arm64 10:06:10 29e5d40040c1: Pulling fs layer 10:06:10 1ce36da41761: Pulling fs layer 10:06:10 25b303627fd3: Pulling fs layer 10:06:11 29e5d40040c1: Verifying Checksum 10:06:11 29e5d40040c1: Download complete 10:06:11 1ce36da41761: Verifying Checksum 10:06:11 1ce36da41761: Download complete 10:06:11 29e5d40040c1: Pull complete 10:06:13 1ce36da41761: Pull complete 10:06:13 25b303627fd3: Verifying Checksum 10:06:13 25b303627fd3: Download complete 10:06:25 Removing intermediate container 7008acef7fdc 10:06:25 ---> b7f0e3b1cb6d 10:06:25 10:06:25 Step 11/24 : FROM alpine:3.12 10:06:25 3.12: Pulling from library/alpine 10:06:26 25b303627fd3: Pull complete 10:06:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:06:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:06:26 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 10:06:26 Status: Downloaded newer image for alpine:3.12 10:06:26 ---> 13621d1b12d4 10:06:26 Step 12/24 : RUN apk add --update --no-cache dumb-init 10:06:26 prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container 10:06:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:06:26 ---> Running in 76edd81ab6b1 10:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:27 (1/1) Installing dumb-init (1.2.2-r1) 10:06:27 Executing busybox-1.31.1-r20.trigger 10:06:27 OK: 6 MiB in 15 packages 10:06:27 Removing intermediate container 76edd81ab6b1 10:06:27 ---> d07807bbf2eb 10:06:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:06:28 ---> Running in 2dee8f8ce9e6 10:06:28 Removing intermediate container 2dee8f8ce9e6 10:06:28 ---> 40b060c95b8f 10:06:28 Step 14/24 : ENV APP_PORT=59882 10:06:28 ---> Running in 4e1aed807c3d 10:06:28 Removing intermediate container 238001f4cc2b 10:06:28 ---> eaf5b51c9cd5 10:06:28 10:06:28 Step 11/32 : FROM alpine:3.12 10:06:28 ---> 13621d1b12d4 10:06:28 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:06:28 ---> Running in 681dbfd638b4 10:06:28 Removing intermediate container 4e1aed807c3d 10:06:28 ---> 878485f1220d 10:06:28 Step 15/24 : EXPOSE $APP_PORT 10:06:28 ---> Running in c0475c5afdc8 10:06:29 Removing intermediate container 681dbfd638b4 10:06:29 ---> d6c56eb05789 10:06:29 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 10:06:29 ---> Running in 66406f1255e4 10:06:29 Removing intermediate container c0475c5afdc8 10:06:29 ---> da823de54183 10:06:29 Step 16/24 : WORKDIR / 10:06:29 ---> Running in d3fa4f23613f 10:06:29 $ docker top e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f -eo pid,comm 10:06:29 Removing intermediate container d3fa4f23613f 10:06:29 ---> f93f43224803 10:06:29 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { 10:06:30 ---> 511afce1494e 10:06:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:06:30 (1/2) Installing dumb-init (1.2.2-r1) 10:06:30 (2/2) Installing su-exec (0.2-r1) 10:06:30 Executing busybox-1.31.1-r20.trigger 10:06:30 OK: 6 MiB in 16 packages [Pipeline] sh 10:06:30 ---> 7bfdeaac7eeb 10:06:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:06:30 Removing intermediate container 66406f1255e4 10:06:30 ---> e560fb641191 10:06:30 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 10:06:30 + docker-compose build --help 10:06:30 + grep parallel 10:06:30 ---> Running in d4515ef4fed5 10:06:30 ---> 7afdc40ff7b8 10:06:30 Step 20/24 : ENTRYPOINT ["/core-command"] 10:06:31 ---> Running in 1fe832f85458 10:06:31 Removing intermediate container d4515ef4fed5 10:06:31 ---> 29a55579fa85 10:06:31 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:06:31 ---> Running in 4c8dae06f7df 10:06:31 Removing intermediate container 1fe832f85458 10:06:31 ---> 9e4c4179f696 10:06:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:31 Removing intermediate container 4c8dae06f7df 10:06:31 ---> b65f1cb9ee2c 10:06:31 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:06:31 ---> Running in a5b25864e74d 10:06:31 ---> Running in d2a387aced48 10:06:31 Removing intermediate container a5b25864e74d 10:06:31 ---> 9c6e02e72c55 10:06:31 Step 22/24 : LABEL arch=x86_64 10:06:31 ---> Running in 26de890b6644 10:06:32 Removing intermediate container 26de890b6644 10:06:32 ---> 451b97841849 10:06:32 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:06:32 ---> Running in dd68e9287ad4 10:06:32 Removing intermediate container dd68e9287ad4 10:06:32 ---> 2d09498a12ad 10:06:32 Step 24/24 : LABEL version=2.0.1-dev.16 10:06:32 ---> Running in 32b5551640af 10:06:32 Removing intermediate container 32b5551640af 10:06:32 ---> 99b3bec751ce 10:06:32 10:06:33 Removing intermediate container d2a387aced48 10:06:33 ---> 58d908c172c0 10:06:33 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 10:06:33 Successfully built 99b3bec751ce 10:06:33 Successfully tagged core-command:latest 10:06:33 Building security-proxy-setup 10:06:33  Building core-command ... done  ---> Running in aa18cca955ac 10:06:34 Removing intermediate container 3fa5e704131a 10:06:34 ---> 887e1505ed74 10:06:34 10:06:34 Step 11/24 : FROM alpine:3.12 10:06:34 ---> 13621d1b12d4 10:06:34 Step 12/24 : RUN apk add --update --no-cache dumb-init 10:06:34 ---> Using cache 10:06:34 ---> d07807bbf2eb 10:06:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:06:34 ---> Using cache 10:06:34 ---> 40b060c95b8f 10:06:34 Step 14/24 : ENV APP_PORT=59881 10:06:34 --parallel Build images in parallel. [Pipeline] } 10:06:34 $ docker stop --time=1 e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f 10:06:34 Removing intermediate container aa18cca955ac 10:06:34 ---> 55b169e4129a 10:06:34 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:06:35 ---> Running in d60421357602 10:06:35 ---> e6b9ce31561e 10:06:35 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:06:35 Removing intermediate container d60421357602 10:06:35 ---> 2c36156f9dad 10:06:35 Step 15/24 : EXPOSE $APP_PORT 10:06:35 ---> Running in 6658774691c4 10:06:35 ---> Running in a081835e2f95 10:06:36 $ docker rm -f e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f 10:06:36 Removing intermediate container a081835e2f95 10:06:36 ---> fb03c8faa251 10:06:36 Step 16/24 : WORKDIR / 10:06:36 ---> Running in fdcbb0ba5a75 [Pipeline] // withDockerContainer 10:06:36 Removing intermediate container fdcbb0ba5a75 10:06:36 ---> 5e1733e2f24b 10:06:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:06:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:36 . [Pipeline] withDockerContainer 10:06:36 ---> 97ff8b0ecdf9 10:06:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:06:36 Removing intermediate container 6658774691c4 10:06:36 ---> d4daee9aff07 10:06:36 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:36 prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container 10:06:37 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:06:37 ---> 5dc759d71bcf 10:06:37 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:06:37 ---> a65a00a271e0 10:06:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:06:38 ---> 6c4926ef7cb0 10:06:38 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:06:38 ---> Running in fb10fe77f789 10:06:38 ---> e47a05d7a0fb 10:06:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:06:38 $ docker top b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 -eo pid,comm 10:06:38 Removing intermediate container fb10fe77f789 10:06:38 ---> 27d6071b3872 10:06:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:38 ---> Running in 64f6a51cd742 [Pipeline] { [Pipeline] sh 10:06:38 Removing intermediate container 64f6a51cd742 10:06:38 ---> ba7fc5f5a78b 10:06:38 Step 22/24 : LABEL arch=x86_64 10:06:38 ---> 2998a66f514d 10:06:38 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:06:39 ---> Running in 72364fdb5880 10:06:39 + docker-compose -f ./docker-compose-build.yml build --parallel 10:06:39 Removing intermediate container 72364fdb5880 10:06:39 ---> fb91d7c65186 10:06:39 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:06:39 ---> 9fbfe044c643 10:06:39 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:06:39 ---> Running in 6f5ba682bde5 10:06:40 Removing intermediate container 6f5ba682bde5 10:06:40 ---> 4917130599d2 10:06:40 Step 24/24 : LABEL version=2.0.1-dev.16 10:06:40 ---> 7a82ac1ca147 10:06:40 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 10:06:40 ---> Running in 04e0fbb632df 10:06:40 ---> Running in c079fbab0d5b 10:06:40 Removing intermediate container 04e0fbb632df 10:06:40 ---> e140c37ac1c3 10:06:40 10:06:40 Successfully built e140c37ac1c3 10:06:40 Successfully tagged core-metadata:latest 10:06:40  Building core-metadata ... done Building security-secretstore-setup 10:06:40 Removing intermediate container c079fbab0d5b 10:06:40 ---> 15b55825c2a7 10:06:40 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:06:42 ---> 15262be2325f 10:06:42 Step 27/32 : RUN chmod +x /entrypoint.sh 10:06:42 Building core-command ... 10:06:42 Building core-data ... 10:06:42 Building core-metadata ... 10:06:42 Building security-bootstrapper ... 10:06:42 Building security-proxy-setup ... 10:06:42 Building security-secretstore-setup ... 10:06:42 Building support-notifications ... 10:06:42 Building support-scheduler ... 10:06:42 Building sys-mgmt-agent ... 10:06:42 Building security-bootstrapper 10:06:42 Building core-metadata 10:06:42 Building core-command 10:06:42 Building sys-mgmt-agent 10:06:42 Building security-secretstore-setup 10:06:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:06:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:06:43 ---> 1dac4c3a23a3 10:06:43 Step 3/22 : WORKDIR /edgex-go 10:06:43 ---> Using cache 10:06:43 ---> e4af7f55acbb 10:06:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:43 ---> Using cache 10:06:43 ---> 3d4329bb758d 10:06:43 Step 5/22 : RUN apk add --update --no-cache make git 10:06:43 ---> Using cache 10:06:43 ---> 26d58e33ebd7 10:06:43 Step 6/22 : COPY go.mod . 10:06:43 ---> Using cache 10:06:43 ---> 54629d53370d 10:06:43 Step 7/22 : RUN go mod download 10:06:43 ---> Using cache 10:06:43 ---> d40fb640305e 10:06:43 Step 8/22 : COPY . . 10:06:43 ---> Using cache 10:06:43 ---> 58c4afefed19 10:06:43 Step 9/22 : RUN go mod tidy 10:06:43 ---> Using cache 10:06:43 ---> 76b435efc236 10:06:43 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:06:43 ---> Running in 17d198bae783 10:06:43 ---> Running in 8650339da4dc 10:06:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:06:45 Removing intermediate container 7c55163465ca 10:06:45 ---> 988dcc09ab04 10:06:45 10:06:45 Step 11/23 : FROM alpine:3.12 10:06:45 ---> 13621d1b12d4 10:06:45 Step 12/23 : RUN apk add --update --no-cache dumb-init 10:06:45 ---> Using cache 10:06:45 ---> d07807bbf2eb 10:06:45 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:06:45 ---> Using cache 10:06:45 ---> 40b060c95b8f 10:06:45 Step 14/23 : ENV APP_PORT=59861 10:06:45 ---> Running in c0242042d819 10:06:46 Removing intermediate container c0242042d819 10:06:46 ---> 97df443751e0 10:06:46 Step 15/23 : EXPOSE $APP_PORT 10:06:46 ---> Running in 101fd2d3c848 10:06:46 Removing intermediate container 17d198bae783 10:06:46 ---> e48d727f1e77 10:06:46 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:06:46 ---> Running in de4a2b4bfb07 10:06:46 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:06:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:06:46 ---> 1dac4c3a23a3 10:06:46 Step 3/26 : WORKDIR /edgex-go 10:06:46 ---> Using cache 10:06:46 ---> e4af7f55acbb 10:06:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:46 ---> Using cache 10:06:46 ---> 3d4329bb758d 10:06:46 Step 5/26 : RUN apk add --update --no-cache make git 10:06:46 ---> Using cache 10:06:46 ---> 26d58e33ebd7 10:06:46 Step 6/26 : COPY go.mod . 10:06:46 ---> Using cache 10:06:46 ---> 54629d53370d 10:06:46 Step 7/26 : RUN go mod download 10:06:46 ---> Using cache 10:06:46 ---> d40fb640305e 10:06:46 Step 8/26 : COPY . . 10:06:46 ---> Using cache 10:06:46 ---> 58c4afefed19 10:06:46 Step 9/26 : RUN go mod tidy 10:06:46 ---> Using cache 10:06:46 ---> 76b435efc236 10:06:46 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:06:47 Removing intermediate container 101fd2d3c848 10:06:47 ---> 7aacefcc9749 10:06:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:47 ---> Running in ba3d3604302b 10:06:47 Removing intermediate container de4a2b4bfb07 10:06:47 ---> 3fedceb66ae5 10:06:47 Step 29/32 : CMD ["gate"] 10:06:47 Removing intermediate container df4c2f59de45 10:06:47 ---> 197b7f704dc3 10:06:47 10:06:47 Step 11/23 : FROM alpine:3.12 10:06:47 ---> 13621d1b12d4 10:06:47 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 10:06:47 ---> Running in b4c7a356c150 10:06:47 ---> Running in 1e55586dffb3 10:06:47 ---> ad7407c939f0 10:06:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:06:48 Removing intermediate container b4c7a356c150 10:06:48 ---> d6453f71f15e 10:06:48 Step 30/32 : LABEL arch=x86_64 10:06:48 ---> Running in de186161471f 10:06:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:06:48 ---> c43b7fa89c49 10:06:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:06:48 Removing intermediate container de186161471f 10:06:48 ---> 99de066e7310 10:06:48 Step 31/32 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:06:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:48 ---> Running in 13f5e8d4a67d 10:06:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:48 Removing intermediate container 13f5e8d4a67d 10:06:48 ---> f7012f5d4469 10:06:48 Step 32/32 : LABEL version=2.0.1-dev.16 10:06:48 ---> f9ac4f1ab6be 10:06:48 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 10:06:49 (1/2) Installing ca-certificates (20191127-r4) 10:06:49 ---> Running in 1a0aae5aee53 10:06:49 ---> Running in 46a6154f0c58 10:06:49 (2/2) Installing dumb-init (1.2.2-r1) 10:06:49 Executing busybox-1.31.1-r20.trigger 10:06:49 Executing ca-certificates-20191127-r4.trigger 10:06:49 OK: 6 MiB in 16 packages 10:06:49 Removing intermediate container 46a6154f0c58 10:06:49 ---> eb63d9f8a7b0 10:06:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:49 Removing intermediate container 1a0aae5aee53 10:06:49 ---> f73ac3081d70 10:06:49 10:06:49 ---> Running in 6fad7fa88854 10:06:49 Successfully built f73ac3081d70 10:06:49 Successfully tagged security-bootstrapper:latest 10:06:49 Building core-data 10:06:49  Building security-bootstrapper ... done Removing intermediate container 6fad7fa88854 10:06:49 ---> 38b66ca0f9d6 10:06:49 Step 21/23 : LABEL arch=x86_64 10:06:49 ---> Running in d2c81a3af94d 10:06:49 Removing intermediate container 1e55586dffb3 10:06:49 ---> 88a453e59161 10:06:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:06:50 ---> Running in d1f1705b9dbc 10:06:50 Removing intermediate container d2c81a3af94d 10:06:50 ---> a9b1b8a66115 10:06:50 Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:06:51 Removing intermediate container d1f1705b9dbc 10:06:51 ---> c9b5b10f6d74 10:06:51 Step 14/23 : ENV APP_PORT=59860 10:06:51 ---> Running in 911a8a3a3eb3 10:06:51 ---> Running in 1b02bbbd3edc 10:06:51 Removing intermediate container 1b02bbbd3edc 10:06:51 ---> c28c2999c042 10:06:51 Step 15/23 : EXPOSE $APP_PORT 10:06:51 Removing intermediate container 911a8a3a3eb3 10:06:51 ---> 4593c35bf1a8 10:06:51 Step 23/23 : LABEL version=2.0.1-dev.16 10:06:52 ---> Running in 95416d74481b 10:06:52 ---> Running in f13afce77c3d 10:06:52 Removing intermediate container 95416d74481b 10:06:52 ---> 129328e9d603 10:06:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:52 Removing intermediate container f13afce77c3d 10:06:52 ---> 320dd9bd13a5 10:06:52 10:06:52 Successfully built 320dd9bd13a5 10:06:52 Successfully tagged support-scheduler:latest 10:06:52  Building support-scheduler ... done Building sys-mgmt-agent 10:06:52 ---> 20e90c59f8f9 10:06:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:06:56 ---> a2f255ff3259 10:06:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:06:56 ---> 1719d4efe710 10:06:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 10:06:56 ---> Running in 7955be0183f7 10:06:56 Removing intermediate container 7955be0183f7 10:06:56 ---> 556be9adec0b 10:06:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:56 ---> Running in 53d478b6a247 10:06:57 Removing intermediate container 53d478b6a247 10:06:57 ---> 3d546682582f 10:06:57 Step 21/23 : LABEL arch=x86_64 10:06:57 ---> Running in c528915474cc 10:06:57 Removing intermediate container c528915474cc 10:06:57 ---> abe611261fd5 10:06:57 Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:06:57 ---> Running in b0bda06cd9b9 10:06:58 Removing intermediate container b0bda06cd9b9 10:06:58 ---> 4aa75f815202 10:06:58 Step 23/23 : LABEL version=2.0.1-dev.16 10:06:58 ---> Running in 4b36c294c5fb 10:06:59 Removing intermediate container 4b36c294c5fb 10:06:59 ---> fa789c71df94 10:06:59 10:06:59 Successfully built fa789c71df94 10:06:59 Successfully tagged support-notifications:latest 10:07:02  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:07:02 ---> 1dac4c3a23a3 10:07:02 Step 3/24 : WORKDIR /edgex-go 10:07:02 ---> Using cache 10:07:02 ---> e4af7f55acbb 10:07:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:02 ---> Using cache 10:07:02 ---> 3d4329bb758d 10:07:02 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:07:02 ---> Running in 70bca293329b 10:07:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:07:03 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:07:03 ---> 1dac4c3a23a3 10:07:03 Step 3/24 : WORKDIR /edgex-go 10:07:03 ---> Using cache 10:07:03 ---> e4af7f55acbb 10:07:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:03 ---> Using cache 10:07:03 ---> 3d4329bb758d 10:07:03 Step 5/24 : RUN apk add --update --no-cache make bash git 10:07:03 ---> Running in c8a5ba0ef020 10:07:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:07:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:07:04 OK: 219 MiB in 52 packages 10:07:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:07:04 Removing intermediate container 70bca293329b 10:07:04 ---> 3550cd55bbf7 10:07:04 Step 6/24 : COPY go.mod . 10:07:05 ---> a8ff41003213 10:07:05 Step 7/24 : RUN go mod download 10:07:05 ---> Running in 0157a4b98f36 10:07:05 OK: 219 MiB in 52 packages 10:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config 10:07:06 Removing intermediate container c8a5ba0ef020 10:07:06 ---> a17047452a07 10:07:06 Step 6/24 : COPY go.mod . 10:07:06 ---> 3abcf71db1fe 10:07:06 Step 7/24 : RUN go mod download 10:07:06 ---> Running in 3a984385a8b8 10:07:07 Removing intermediate container 0157a4b98f36 10:07:07 ---> 3d03b1668b1e 10:07:07 Step 8/24 : COPY . . 10:07:10 Removing intermediate container 3a984385a8b8 10:07:10 ---> e0f0150615f3 10:07:10 Step 8/24 : COPY . . 10:07:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:07:12 Removing intermediate container 8650339da4dc 10:07:12 ---> 16765d63cca3 10:07:12 10:07:12 Step 11/22 : FROM alpine:3.12 10:07:12 ---> 13621d1b12d4 10:07:12 Step 12/22 : RUN apk add --update --no-cache curl 10:07:14 ---> a7327b54bd32 10:07:14 Step 9/24 : RUN go mod tidy 10:07:14 ---> Running in 0287360b5b37 10:07:14 ---> Running in f30f0a6efc2e 10:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:15 (1/4) Installing ca-certificates (20191127-r4) 10:07:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:07:15 (3/4) Installing libcurl (7.78.0-r0) 10:07:15 (4/4) Installing curl (7.78.0-r0) 10:07:15 Executing busybox-1.31.1-r20.trigger 10:07:15 Executing ca-certificates-20191127-r4.trigger 10:07:15 OK: 7 MiB in 18 packages 10:07:16 Removing intermediate container 0287360b5b37 10:07:16 ---> 0bc9e6404865 10:07:16 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:16 ---> Running in b83ff6a68723 10:07:16 ---> 0dd18c1360bc 10:07:16 Step 9/24 : RUN go mod tidy 10:07:16 Removing intermediate container ba3d3604302b 10:07:16 ---> cf7f199a26a5 10:07:16 10:07:16 Step 11/26 : FROM alpine:3.12 10:07:16 ---> 13621d1b12d4 10:07:16 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:07:16 ---> Running in 4ec2aaf58eeb 10:07:16 Removing intermediate container f30f0a6efc2e 10:07:16 ---> 8e991311bed4 10:07:16 Step 10/24 : RUN make cmd/core-data/core-data 10:07:16 ---> Running in a8b225caf248 10:07:16 Removing intermediate container b83ff6a68723 10:07:16 ---> 94c94c2db79e 10:07:16 Step 14/22 : WORKDIR /edgex 10:07:16 ---> Running in 4790546f0ea6 10:07:16 ---> Running in 5180fffa5f28 10:07:16 Removing intermediate container 5180fffa5f28 10:07:16 ---> f6bec2ef8d3b 10:07:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:07:17 ---> dd702b34513a 10:07:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:17 (1/6) Installing ca-certificates (20191127-r4) 10:07:17 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:07:17 (3/6) Installing libcurl (7.78.0-r0) 10:07:17 (4/6) Installing curl (7.78.0-r0) 10:07:17 (5/6) Installing dumb-init (1.2.2-r1) 10:07:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 10:07:17 (6/6) Installing su-exec (0.2-r1) 10:07:17 Executing busybox-1.31.1-r20.trigger 10:07:17 Executing ca-certificates-20191127-r4.trigger 10:07:17 OK: 7 MiB in 20 packages 10:07:17 ---> 33f37aa2634e 10:07:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:07:18 ---> 161fcb586a40 10:07:18 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:07:18 Removing intermediate container 4ec2aaf58eeb 10:07:18 ---> 4b00ec222254 10:07:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:07:18 ---> Running in a594446d9c1d 10:07:18 ---> Running in a4718e3f0cd4 10:07:18 Removing intermediate container a594446d9c1d 10:07:18 ---> beb5bfdd183f 10:07:18 Step 19/22 : CMD ["--init=true"] 10:07:18 Removing intermediate container a8b225caf248 10:07:18 ---> 980fa2f7c1f4 10:07:18 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:07:18 ---> Running in 9545cd8024ed 10:07:18 Removing intermediate container a4718e3f0cd4 10:07:18 ---> 19d0810dca10 10:07:18 Step 14/26 : WORKDIR / 10:07:18 ---> Running in ed7cd574a411 10:07:18 ---> Running in 90b98dd11f03 10:07:18 Removing intermediate container 9545cd8024ed 10:07:18 ---> 2820cb48573c 10:07:18 Step 20/22 : LABEL arch=x86_64 10:07:18 ---> Running in 08c10252a89f 10:07:18 Removing intermediate container 90b98dd11f03 10:07:18 ---> 2830b16b83d7 10:07:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:07:19 Removing intermediate container 08c10252a89f 10:07:19 ---> 967cc0032aed 10:07:19 Step 21/22 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:07:19 ---> Running in aeb39b2cab4d 10:07:19 Removing intermediate container aeb39b2cab4d 10:07:19 ---> 0eef4473a43b 10:07:19 Step 22/22 : LABEL version=2.0.1-dev.16 10:07:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:07:19 ---> Running in 0e7cd567f916 10:07:19 ---> 7b0cf8d40f1e 10:07:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:07:19 Removing intermediate container 0e7cd567f916 10:07:19 ---> be9072453de7 10:07:19 10:07:19 ---> cddb6c186713 10:07:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:07:20 Successfully built be9072453de7 10:07:20 Successfully tagged security-proxy-setup:latest 10:07:20  Building security-proxy-setup ... done  ---> e8ea8f2b5cc7 10:07:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:07:20 ---> 8f9de9c24846 10:07:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:07:21 ---> bbc6832bbe72 10:07:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:07:22 ---> f1547f1c55d6 10:07:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:07:22 ---> 6088c6911110 10:07:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:07:22 ---> Running in cae8ccd76ad5 10:07:23 Removing intermediate container cae8ccd76ad5 10:07:23 ---> 99b32f148b5b 10:07:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 10:07:23 ---> Running in f055e87c47c2 10:07:23 Removing intermediate container f055e87c47c2 10:07:23 ---> 3d10a4d985ee 10:07:23 Step 24/26 : LABEL arch=x86_64 10:07:23 ---> Running in 2a7b4d8d5ba4 10:07:23 Removing intermediate container 2a7b4d8d5ba4 10:07:23 ---> 094b7abe5d26 10:07:23 Step 25/26 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:07:23 ---> Running in 03d9cc48adeb 10:07:23 Removing intermediate container 03d9cc48adeb 10:07:23 ---> fa7d268aea8d 10:07:23 Step 26/26 : LABEL version=2.0.1-dev.16 10:07:23 ---> Running in 6c0633e2f454 10:07:24 Removing intermediate container 6c0633e2f454 10:07:24 ---> b482a4e2d94c 10:07:24 10:07:24 Successfully built b482a4e2d94c 10:07:24 Successfully tagged security-secretstore-setup:latest 10:07:29 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:07:29 ---> 942659c657c1 10:07:29 Step 3/26 : WORKDIR /edgex-go 10:07:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:07:29 ---> 942659c657c1 10:07:29 Step 3/24 : WORKDIR /edgex-go 10:07:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:07:29 ---> 942659c657c1 10:07:29 Step 3/24 : WORKDIR /edgex-go 10:07:29 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:07:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 2/32 : FROM ${BUILDER_BASE} AS builder 10:07:29 10:07:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 942659c657c1 10:07:29 10:07:29 Step 3/32 : WORKDIR /edgex-go 10:07:29 ---> 942659c657c1 10:07:29 Step 3/24 : WORKDIR /edgex-go 10:07:29 ---> Running in 293617b52edc 10:07:29 ---> Running in e86522e1983d 10:07:29 ---> Running in 5cf00968447c 10:07:29 ---> Running in 01d738f1d639 10:07:29 ---> Running in ddc2c795c2e1 10:07:29 Removing intermediate container 5cf00968447c 10:07:29 ---> 77bf623f045d 10:07:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:29 Removing intermediate container 293617b52edc 10:07:29 ---> de0d545bbad4 10:07:29 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:29 Removing intermediate container 01d738f1d639 10:07:29 ---> 7a6dd684e705 10:07:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:29 Removing intermediate container e86522e1983d 10:07:29 ---> 17f771aac690 10:07:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:29 Removing intermediate container ddc2c795c2e1 10:07:29 ---> 053b8460ac08 10:07:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:29 ---> Running in df4d75603fe1 10:07:29 ---> Running in d012ca8bf9b0 10:07:29 ---> Running in 6837c2446430 10:07:29 ---> Running in 93d50945bcff 10:07:29 ---> Running in c7b5be3b1c69 10:07:31 Removing intermediate container df4d75603fe1 10:07:31 ---> 67470120d1d2 10:07:31 Step 5/24 : RUN apk add --update --no-cache make git 10:07:31 ---> Running in 7050edd913b9 10:07:31 Removing intermediate container d012ca8bf9b0 10:07:31 ---> 747ed8354a06 10:07:31 Step 5/32 : RUN apk add --update --no-cache make git 10:07:32 ---> Running in 67b342d46f17 10:07:32 Removing intermediate container c7b5be3b1c69 10:07:32 ---> 086406180803 10:07:32 Step 5/26 : RUN apk add --update --no-cache make git 10:07:32 ---> Running in e1a09a95c939 10:07:32 Removing intermediate container 93d50945bcff 10:07:32 ---> 890006502fd8 10:07:32 Step 5/24 : RUN apk add --update --no-cache make git 10:07:33 Removing intermediate container 6837c2446430 10:07:33 ---> 1304a7542340 10:07:33 Step 5/24 : RUN apk add --update --no-cache make bash git 10:07:33 ---> Running in ad1af7f5a698 10:07:33 ---> Running in f9dc0a940ca7 10:07:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:07:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:07:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:07:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:07:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:07:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:07:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:07:35 OK: 218 MiB in 52 packages 10:07:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:07:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:07:36 OK: 218 MiB in 52 packages 10:07:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:07:36 OK: 218 MiB in 52 packages 10:07:37 OK: 218 MiB in 52 packages 10:07:37 Removing intermediate container 7050edd913b9 10:07:37 ---> c3cf2ce40d71 10:07:37 Step 6/24 : COPY go.mod . 10:07:37 Removing intermediate container 67b342d46f17 10:07:37 ---> 19b6203d50c7 10:07:37 Step 6/32 : COPY go.mod . 10:07:38 OK: 218 MiB in 52 packages 10:07:38 ---> 7587a0cbc315 10:07:38 Step 7/24 : RUN go mod download 10:07:38 ---> Running in 2ef8b061a6ec 10:07:38 Removing intermediate container e1a09a95c939 10:07:38 ---> ad9c2b63cf8f 10:07:38 Step 6/26 : COPY go.mod . 10:07:38 Removing intermediate container ad1af7f5a698 10:07:38 ---> a7fb23ee0224 10:07:38 Step 6/24 : COPY go.mod . 10:07:39  Building security-secretstore-setup ... done Removing intermediate container ed7cd574a411 10:07:39 ---> 49206aeb6783 10:07:39 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:07:39 ---> Running in 8af6c1124f6c 10:07:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:07:39 Removing intermediate container 8af6c1124f6c 10:07:39 ---> b2222ec681a4 10:07:39 10:07:39 Step 12/24 : FROM docker:20.10.6 10:07:39 20.10.6: Pulling from library/docker 10:07:39 ---> 4fdb4e92e333 10:07:39 Step 7/32 : RUN go mod download 10:07:39 ---> Running in 596c0bf9188f 10:07:40 Removing intermediate container f9dc0a940ca7 10:07:40 ---> 5d2a95b3edd0 10:07:40 Step 6/24 : COPY go.mod . 10:07:40 ---> e88b000651c9 10:07:40 Step 7/26 : RUN go mod download 10:07:40 ---> Running in 527b36f1ad18 10:07:40 ---> c2d9c281c89b 10:07:40 Removing intermediate container 4790546f0ea6 10:07:40 ---> ee808e685e5f 10:07:40 10:07:40 Step 11/24 : FROM alpine:3.12 10:07:40 ---> 13621d1b12d4 10:07:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:07:40 ---> Running in db1026e05afa 10:07:40 Step 7/24 : RUN go mod download 10:07:40 Removing intermediate container db1026e05afa 10:07:40 ---> e4b716b29b39 10:07:40 Step 13/24 : ENV APP_PORT=59880 10:07:40 ---> Running in be357d35a5c4 10:07:40 Removing intermediate container be357d35a5c4 10:07:40 ---> c6880933f6b1 10:07:40 Step 14/24 : EXPOSE $APP_PORT 10:07:40 ---> Running in d3e77aafce4f 10:07:41 ---> Running in 05effb7d9339 10:07:41 Removing intermediate container d3e77aafce4f 10:07:41 ---> b63935868b1a 10:07:41 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:41 ---> Running in d0aced878c6f 10:07:41 ---> 56f5f1666b23 10:07:41 Step 7/24 : RUN go mod download 10:07:41 ---> Running in b131c8fc29bb 10:07:41 Removing intermediate container d0aced878c6f 10:07:41 ---> 5206bc4ba545 10:07:41 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 10:07:41 ---> Running in 9a16c6e2f1a5 10:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:42 (1/6) Installing dumb-init (1.2.2-r1) 10:07:43 (2/6) Installing libgcc (9.3.0-r2) 10:07:43 (3/6) Installing libsodium (1.0.18-r0) 10:07:43 (4/6) Installing libstdc++ (9.3.0-r2) 10:07:44 (5/6) Installing libzmq (4.3.3-r0) 10:07:44 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 10:07:44 Status: Downloaded newer image for docker:20.10.6 10:07:44 ---> d2979b152a7d 10:07:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:07:44 (6/6) Installing zeromq (4.3.3-r0) 10:07:44 Executing busybox-1.31.1-r20.trigger 10:07:44 OK: 8 MiB in 20 packages 10:07:44 ---> Running in 08079885f3a1 10:07:45 Removing intermediate container 08079885f3a1 10:07:45 ---> 38e5c4b9e7d4 10:07:45 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 10:07:45 Removing intermediate container 9a16c6e2f1a5 10:07:45 ---> 7eee5ab78cf5 10:07:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:07:45 ---> Running in 7948011546a7 10:07:45 Removing intermediate container 2ef8b061a6ec 10:07:45 ---> c5babd15bc6a 10:07:45 Step 8/24 : COPY . . 10:07:45 ---> ac94c5d9e2fa 10:07:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:07:45 Removing intermediate container 596c0bf9188f 10:07:45 ---> 768227406387 10:07:45 Step 8/32 : COPY . . 10:07:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:07:45 ---> 0ad445cd6611 10:07:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:07:45 (1/39) Installing readline (8.1.0-r0) 10:07:45 (2/39) Installing bash (5.1.0-r0) 10:07:45 Executing bash-5.1.0-r0.post-install 10:07:45 (3/39) Installing brotli-libs (1.0.9-r3) 10:07:45 ---> 67b94999161a 10:07:45 Step 20/24 : ENTRYPOINT ["/core-data"] 10:07:45 (4/39) Installing nghttp2-libs (1.42.0-r1) 10:07:45 (5/39) Installing libcurl (7.78.0-r0) 10:07:45 (6/39) Installing curl (7.78.0-r0) 10:07:45 (7/39) Installing dumb-init (1.2.5-r0) 10:07:45 ---> Running in b1164a5be00d 10:07:45 (8/39) Installing libbz2 (1.0.8-r1) 10:07:45 (9/39) Installing expat (2.2.10-r1) 10:07:45 (10/39) Installing libffi (3.3-r2) 10:07:45 (11/39) Installing gdbm (1.19-r0) 10:07:45 (12/39) Installing xz-libs (5.2.5-r0) 10:07:45 (13/39) Installing sqlite-libs (3.34.1-r0) 10:07:45 (14/39) Installing python3 (3.8.10-r0) 10:07:45 Removing intermediate container b1164a5be00d 10:07:45 ---> 6abc2996084a 10:07:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:45 ---> Running in da56adc1e723 10:07:46 Removing intermediate container da56adc1e723 10:07:46 ---> 41f1ca98fa3b 10:07:46 Step 22/24 : LABEL arch=x86_64 10:07:46 ---> Running in bd1a9c2348b8 10:07:46 (15/39) Installing py3-appdirs (1.4.4-r1) 10:07:46 (16/39) Installing py3-ordered-set (4.0.2-r0) 10:07:46 (17/39) Installing py3-parsing (2.4.7-r1) 10:07:46 (18/39) Installing py3-six (1.15.0-r0) 10:07:46 (19/39) Installing py3-packaging (20.9-r0) 10:07:46 (20/39) Installing py3-setuptools (51.3.3-r0) 10:07:47 (21/39) Installing py3-chardet (4.0.0-r0) 10:07:47 (22/39) Installing py3-idna (3.1-r0) 10:07:47 Removing intermediate container bd1a9c2348b8 10:07:47 ---> 0eaff8edca0f 10:07:47 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:07:47 (23/39) Installing py3-urllib3 (1.26.2-r1) 10:07:47 (24/39) Installing py3-requests (2.25.1-r1) 10:07:47 (25/39) Installing py3-msgpack (1.0.2-r0) 10:07:47 (26/39) Installing py3-lockfile (0.12.2-r3) 10:07:47 ---> Running in 1e7289e4fff0 10:07:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 10:07:47 (28/39) Installing py3-colorama (0.4.4-r0) 10:07:47 (29/39) Installing py3-contextlib2 (0.6.0-r0) 10:07:47 (30/39) Installing py3-distlib (0.3.1-r1) 10:07:47 (31/39) Installing py3-distro (1.5.0-r1) 10:07:47 (32/39) Installing py3-webencodings (0.5.1-r3) 10:07:47 (33/39) Installing py3-html5lib (1.1-r0) 10:07:47 (34/39) Installing py3-pytoml (0.1.21-r0) 10:07:47 Removing intermediate container 1e7289e4fff0 10:07:47 ---> 6615cc0ef729 10:07:47 Step 24/24 : LABEL version=2.0.1-dev.16 10:07:47 (35/39) Installing py3-pep517 (0.9.1-r0) 10:07:47 (36/39) Installing py3-progress (1.5-r0) 10:07:47 (37/39) Installing py3-retrying (1.3.3-r0) 10:07:47 (38/39) Installing py3-toml (0.10.2-r0) 10:07:47 (39/39) Installing py3-pip (20.3.4-r0) 10:07:47 ---> Running in 796ff3be0e90 10:07:47 Removing intermediate container 796ff3be0e90 10:07:47 ---> 98d974310031 10:07:47 10:07:47 Executing busybox-1.32.1-r6.trigger 10:07:47 OK: 82 MiB in 59 packages 10:07:47 Successfully built 98d974310031 10:07:47 Successfully tagged core-data:latest 10:07:48 Removing intermediate container 527b36f1ad18 10:07:48 ---> 8610c69fe7dc 10:07:48 Step 8/26 : COPY . . 10:07:48 Removing intermediate container 05effb7d9339 10:07:48 ---> 9bd9d13deb7b 10:07:48 Step 8/24 : COPY . . 10:07:48 Removing intermediate container b131c8fc29bb 10:07:48 ---> 97136f559f22 10:07:48 Step 8/24 : COPY . . 10:07:49  Building core-data ... done Collecting docker-compose==1.23.2 10:07:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:07:49 Collecting PyYAML<4,>=3.10 10:07:49 Downloading PyYAML-3.13.tar.gz (270 kB) 10:07:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:07:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:07:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:07:49 Collecting cached-property<2,>=1.2.0 10:07:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:07:49 Collecting jsonschema<3,>=2.5.1 10:07:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:07:50 Collecting texttable<0.10,>=0.9.0 10:07:50 Downloading texttable-0.9.1.tar.gz (11 kB) 10:07:50 Collecting dockerpty<0.5,>=0.4.1 10:07:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:07:50 Collecting docopt<0.7,>=0.6.1 10:07:50 Downloading docopt-0.6.2.tar.gz (25 kB) 10:07:50 Collecting docker<4.0,>=3.6.0 10:07:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:07:51 Collecting websocket-client<1.0,>=0.32.0 10:07:51 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:07:51 Collecting docker-pycreds>=0.4.0 10:07:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:07:51 Collecting certifi>=2017.4.17 10:07:51 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 10:07:51 Collecting chardet<3.1.0,>=3.0.2 10:07:51 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:07:51 Collecting idna<2.8,>=2.5 10:07:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:07:51 Collecting urllib3<1.25,>=1.21.1 10:07:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:07:51 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:07:51 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:07:51 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:07:51 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:07:51 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 10:07:51 Attempting uninstall: urllib3 10:07:51 Found existing installation: urllib3 1.26.2 10:07:51 Uninstalling urllib3-1.26.2: 10:07:51 Successfully uninstalled urllib3-1.26.2 10:07:51 Attempting uninstall: idna 10:07:51 Found existing installation: idna 3.1 10:07:51 Uninstalling idna-3.1: 10:07:51 Successfully uninstalled idna-3.1 10:07:51 Attempting uninstall: chardet 10:07:51 Found existing installation: chardet 4.0.0 10:07:51 Uninstalling chardet-4.0.0: 10:07:52 Successfully uninstalled chardet-4.0.0 10:07:52 Attempting uninstall: requests 10:07:52 Found existing installation: requests 2.25.1 10:07:52 Uninstalling requests-2.25.1: 10:07:52 Successfully uninstalled requests-2.25.1 10:07:52 Running setup.py install for texttable: started 10:07:52 Running setup.py install for texttable: finished with status 'done' 10:07:52 Running setup.py install for PyYAML: started 10:07:52 Running setup.py install for PyYAML: finished with status 'done' 10:07:53 Running setup.py install for docopt: started 10:07:53 Running setup.py install for docopt: finished with status 'done' 10:07:53 Running setup.py install for dockerpty: started 10:07:53 Running setup.py install for dockerpty: finished with status 'done' 10:07:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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.59.0 10:07:57 Removing intermediate container 7948011546a7 10:07:57 ---> f112c89f3b03 10:07:57 Step 15/24 : ENV APP_PORT=58890 10:07:57 ---> Running in 1c4d39ca1f95 10:07:57 Removing intermediate container 1c4d39ca1f95 10:07:57 ---> 8870f864f538 10:07:57 Step 16/24 : EXPOSE $APP_PORT 10:07:57 ---> Running in 7612b7692d5d 10:07:57 Removing intermediate container 7612b7692d5d 10:07:57 ---> 6fa87a2bb6b9 10:07:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:07:57 ---> 7542d9adcb5f 10:07:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:07:57 ---> 6e382e1ba5ca 10:07:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:07:57 ---> 7c9397bb8b5c 10:07:57 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 10:07:57 ---> Running in 8a30ecd91670 10:07:57 Removing intermediate container 8a30ecd91670 10:07:57 ---> 211913f23f76 10:07:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:57 ---> Running in 60e7e2adc7f6 10:07:58 Removing intermediate container 60e7e2adc7f6 10:07:58 ---> 2da1a5508995 10:07:58 Step 22/24 : LABEL arch=x86_64 10:07:58 ---> Running in 15b2d7bd43fc 10:07:58 Removing intermediate container 15b2d7bd43fc 10:07:58 ---> db175ca6916a 10:07:58 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:07:58 ---> Running in 4e67767dfe31 10:07:58 Removing intermediate container 4e67767dfe31 10:07:58 ---> b8416f25596f 10:07:58 Step 24/24 : LABEL version=2.0.1-dev.16 10:07:58 ---> Running in 42469868fe17 10:07:58 Removing intermediate container 42469868fe17 10:07:58 ---> b404281c8ec0 10:07:58 10:07:58 Successfully built b404281c8ec0 10:07:58 Successfully tagged sys-mgmt-agent:latest 10:07:58  Building sys-mgmt-agent ... done  [Pipeline] } 10:07:58 $ docker stop --time=1 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 10:07:59 $ docker rm -f 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 [Pipeline] // withDockerContainer [Pipeline] sh 10:08:00 + docker images 10:08:00 REPOSITORY TAG IMAGE ID CREATED SIZE 10:08:00 sys-mgmt-agent latest b404281c8ec0 2 seconds ago 324MB 10:08:00 core-data latest 98d974310031 13 seconds ago 20.4MB 10:08:00 ee808e685e5f 20 seconds ago 1.75GB 10:08:00 b2222ec681a4 22 seconds ago 1.75GB 10:08:00 security-secretstore-setup latest b482a4e2d94c 36 seconds ago 29MB 10:08:00 security-proxy-setup latest be9072453de7 41 seconds ago 25.9MB 10:08:00 cf7f199a26a5 44 seconds ago 1.75GB 10:08:00 16765d63cca3 49 seconds ago 1.75GB 10:08:00 support-notifications latest fa789c71df94 About a minute ago 16.8MB 10:08:00 support-scheduler latest 320dd9bd13a5 About a minute ago 16.1MB 10:08:00 security-bootstrapper latest f73ac3081d70 About a minute ago 18.7MB 10:08:00 197b7f704dc3 About a minute ago 1.75GB 10:08:00 988dcc09ab04 About a minute ago 1.74GB 10:08:00 core-metadata latest e140c37ac1c3 About a minute ago 16.7MB 10:08:00 887e1505ed74 About a minute ago 1.75GB 10:08:00 core-command latest 99b3bec751ce About a minute ago 16MB 10:08:00 eaf5b51c9cd5 About a minute ago 1.75GB 10:08:00 b7f0e3b1cb6d About a minute ago 1.74GB 10:08:00 ci-base-image-x86_64 latest 1dac4c3a23a3 5 minutes ago 1.24GB 10:08:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 2 weeks ago 475MB 10:08:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 3 weeks ago 37.5MB 10:08:00 docker 20.10.6 d2979b152a7d 3 months ago 246MB 10:08:00 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 10:08:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:00 provisioning config files... 10:08:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config6325022964253628278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:00 ---> docker-login.sh 10:08:00 nexus3.edgexfoundry.org:10001 10:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:00 Configure a credential helper to remove this warning. See 10:08:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:00 10:08:00 Login Succeeded 10:08:00 nexus3.edgexfoundry.org:10002 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 nexus3.edgexfoundry.org:10003 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 nexus3.edgexfoundry.org:10004 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 docker.io 10:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:01 Configure a credential helper to remove this warning. See 10:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:01 10:08:01 Login Succeeded 10:08:01 ---> docker-login.sh ends [Pipeline] } 10:08:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:02 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:08:02 166d79170882b6e1653a5f9367002074af0733c4 10:08:02 latest 10:08:02 2.0.1-dev.16 10:08:02 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:02 main 10:08:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:02 + docker push nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 10:08:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:08:02 7f3feb531a2c: Preparing 10:08:02 ab02e23dfc19: Preparing 10:08:02 4df8f98db612: Preparing 10:08:02 4b26d2d6e5a0: Preparing 10:08:02 32f366d666a5: Preparing 10:08:02 32f366d666a5: Layer already exists 10:08:02 4df8f98db612: Pushed 10:08:02 7f3feb531a2c: Pushed 10:08:02 4b26d2d6e5a0: Pushed 10:08:04 ---> a435b22ff9f8 10:08:04 Step 9/24 : RUN go mod tidy 10:08:04 ---> 55fa31618137 10:08:04 Step 9/32 : RUN go mod tidy 10:08:04 ---> 711615b7e49b 10:08:04 Step 9/24 : RUN go mod tidy 10:08:04 ---> 463454518749 10:08:04 Step 9/24 : RUN go mod tidy 10:08:04 ---> 352e3bbec02f 10:08:04 Step 9/26 : RUN go mod tidy 10:08:04 ---> Running in b8a0f7a16618 10:08:04 ---> Running in 1e1201b601fa 10:08:04 ---> Running in c3d27b2b31bb 10:08:04 ---> Running in 4f66f86b6b87 10:08:04 ---> Running in 18330d9282dd 10:08:04 ab02e23dfc19: Pushed 10:08:04 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh 10:08:05 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:08:05 7f3feb531a2c: Preparing 10:08:05 ab02e23dfc19: Preparing 10:08:05 4df8f98db612: Preparing 10:08:05 4b26d2d6e5a0: Preparing 10:08:05 32f366d666a5: Preparing 10:08:05 4df8f98db612: Layer already exists 10:08:05 7f3feb531a2c: Layer already exists 10:08:05 32f366d666a5: Layer already exists 10:08:05 ab02e23dfc19: Layer already exists 10:08:05 4b26d2d6e5a0: Layer already exists 10:08:05 latest: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:05 + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 10:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:08:05 7f3feb531a2c: Preparing 10:08:05 ab02e23dfc19: Preparing 10:08:05 4df8f98db612: Preparing 10:08:05 4b26d2d6e5a0: Preparing 10:08:05 32f366d666a5: Preparing 10:08:05 4b26d2d6e5a0: Layer already exists 10:08:05 4df8f98db612: Layer already exists 10:08:05 32f366d666a5: Layer already exists 10:08:05 ab02e23dfc19: Layer already exists 10:08:05 7f3feb531a2c: Layer already exists 10:08:05 2.0.1-dev.16: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:06 + docker push nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:08:06 7f3feb531a2c: Preparing 10:08:06 ab02e23dfc19: Preparing 10:08:06 4df8f98db612: Preparing 10:08:06 4b26d2d6e5a0: Preparing 10:08:06 32f366d666a5: Preparing 10:08:06 ab02e23dfc19: Layer already exists 10:08:06 7f3feb531a2c: Layer already exists 10:08:06 32f366d666a5: Layer already exists 10:08:06 4b26d2d6e5a0: Layer already exists 10:08:06 4df8f98db612: Layer already exists 10:08:06 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh 10:08:07 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:08:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:08:07 7f3feb531a2c: Preparing 10:08:07 ab02e23dfc19: Preparing 10:08:07 4df8f98db612: Preparing 10:08:07 4b26d2d6e5a0: Preparing 10:08:07 32f366d666a5: Preparing 10:08:07 4df8f98db612: Layer already exists 10:08:07 4b26d2d6e5a0: Layer already exists 10:08:07 ab02e23dfc19: Layer already exists 10:08:07 32f366d666a5: Layer already exists 10:08:07 7f3feb531a2c: Layer already exists 10:08:07 main: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:07 ===================================================== [Pipeline] echo 10:08:07 taggedImages: 10:08:07 - nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 10:08:07 - nexus3.edgexfoundry.org:10004/core-command:latest 10:08:07 - nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 10:08:07 - nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:07 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:08:07 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:08:07 166d79170882b6e1653a5f9367002074af0733c4 10:08:07 latest 10:08:07 2.0.1-dev.16 10:08:07 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:07 main 10:08:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:07 + docker push nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 10:08:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:08:07 26d9a7dbf85c: Preparing 10:08:07 9f409a9ae9b6: Preparing 10:08:07 4df8f98db612: Preparing 10:08:07 0bb271e16a89: Preparing 10:08:07 e7b217084b00: Preparing 10:08:07 32f366d666a5: Preparing 10:08:07 32f366d666a5: Waiting 10:08:07 4df8f98db612: Layer already exists 10:08:08 32f366d666a5: Layer already exists 10:08:08 e7b217084b00: Pushed 10:08:08 26d9a7dbf85c: Pushed 10:08:08 0bb271e16a89: Pushed 10:08:09 9f409a9ae9b6: Pushed 10:08:09 Removing intermediate container b8a0f7a16618 10:08:09 ---> 97667d40bd03 10:08:09 Step 10/24 : RUN make cmd/core-command/core-command 10:08:09 ---> Running in bdbf2bede26d 10:08:09 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh 10:08:10 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:08:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:08:10 26d9a7dbf85c: Preparing 10:08:10 9f409a9ae9b6: Preparing 10:08:10 4df8f98db612: Preparing 10:08:10 0bb271e16a89: Preparing 10:08:10 e7b217084b00: Preparing 10:08:10 32f366d666a5: Preparing 10:08:10 32f366d666a5: Waiting 10:08:10 26d9a7dbf85c: Layer already exists 10:08:10 4df8f98db612: Layer already exists 10:08:10 0bb271e16a89: Layer already exists 10:08:10 9f409a9ae9b6: Layer already exists 10:08:10 e7b217084b00: Layer already exists 10:08:10 32f366d666a5: Layer already exists 10:08:10 Removing intermediate container 4f66f86b6b87 10:08:10 ---> dfcd0787fa75 10:08:10 Step 10/24 : RUN make cmd/core-metadata/core-metadata 10:08:10 Removing intermediate container 18330d9282dd 10:08:10 ---> d08ac18eb330 10:08:10 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:08:10 Removing intermediate container c3d27b2b31bb 10:08:10 ---> 1ab443a854be 10:08:10 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:08:10 latest: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:10 Removing intermediate container 1e1201b601fa 10:08:10 ---> 3f8854a29c7f 10:08:10 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:08:10 ---> Running in e431dfffb31c 10:08:10 ---> Running in 1b85647fa6ad 10:08:10 ---> Running in 9485167e274f 10:08:10 ---> Running in 67c2bb138629 10:08:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:11 + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 10:08:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:08:11 26d9a7dbf85c: Preparing 10:08:11 9f409a9ae9b6: Preparing 10:08:11 4df8f98db612: Preparing 10:08:11 0bb271e16a89: Preparing 10:08:11 e7b217084b00: Preparing 10:08:11 32f366d666a5: Preparing 10:08:11 32f366d666a5: Waiting 10:08:11 0bb271e16a89: Layer already exists 10:08:11 4df8f98db612: Layer already exists 10:08:11 26d9a7dbf85c: Layer already exists 10:08:11 e7b217084b00: Layer already exists 10:08:11 9f409a9ae9b6: Layer already exists 10:08:11 32f366d666a5: Layer already exists 10:08:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command 10:08:11 2.0.1-dev.16: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:12 + docker push nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:08:12 26d9a7dbf85c: Preparing 10:08:12 9f409a9ae9b6: Preparing 10:08:12 4df8f98db612: Preparing 10:08:12 0bb271e16a89: Preparing 10:08:12 e7b217084b00: Preparing 10:08:12 32f366d666a5: Preparing 10:08:12 32f366d666a5: Waiting 10:08:12 26d9a7dbf85c: Layer already exists 10:08:12 0bb271e16a89: Layer already exists 10:08:12 4df8f98db612: Layer already exists 10:08:12 9f409a9ae9b6: Layer already exists 10:08:12 e7b217084b00: Layer already exists 10:08:12 32f366d666a5: Layer already exists 10:08:12 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:08:12 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh 10:08:12 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:08:12 26d9a7dbf85c: Preparing 10:08:12 9f409a9ae9b6: Preparing 10:08:12 4df8f98db612: Preparing 10:08:12 0bb271e16a89: Preparing 10:08:12 e7b217084b00: Preparing 10:08:12 32f366d666a5: Preparing 10:08:12 32f366d666a5: Waiting 10:08:12 0bb271e16a89: Layer already exists 10:08:12 e7b217084b00: Layer already exists 10:08:12 26d9a7dbf85c: Layer already exists 10:08:12 9f409a9ae9b6: Layer already exists 10:08:12 4df8f98db612: Layer already exists 10:08:12 32f366d666a5: Layer already exists 10:08:12 main: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:13 ===================================================== [Pipeline] echo 10:08:13 taggedImages: 10:08:13 - nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 10:08:13 - nexus3.edgexfoundry.org:10004/core-data:latest 10:08:13 - nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 10:08:13 - nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:13 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:08:13 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:08:13 166d79170882b6e1653a5f9367002074af0733c4 10:08:13 latest 10:08:13 2.0.1-dev.16 10:08:13 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:13 main 10:08:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:08:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:08:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 10:08:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:08:13 b792a9c50138: Preparing 10:08:13 2909d36e336b: Preparing 10:08:13 4df8f98db612: Preparing 10:08:13 4b26d2d6e5a0: Preparing 10:08:13 32f366d666a5: Preparing 10:08:13 4b26d2d6e5a0: Layer already exists 10:08:13 32f366d666a5: Layer already exists 10:08:13 4df8f98db612: Layer already exists 10:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:08:14 b792a9c50138: Pushed 10:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:08:15 2909d36e336b: Pushed 10:08:15 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh 10:08:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:08:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:08:16 b792a9c50138: Preparing 10:08:16 2909d36e336b: Preparing 10:08:16 4df8f98db612: Preparing 10:08:16 4b26d2d6e5a0: Preparing 10:08:16 32f366d666a5: Preparing 10:08:16 32f366d666a5: Layer already exists 10:08:16 b792a9c50138: Layer already exists 10:08:16 4b26d2d6e5a0: Layer already exists 10:08:16 2909d36e336b: Layer already exists 10:08:16 4df8f98db612: Layer already exists 10:08:16 latest: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:16 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 10:08:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:08:16 b792a9c50138: Preparing 10:08:16 2909d36e336b: Preparing 10:08:16 4df8f98db612: Preparing 10:08:16 4b26d2d6e5a0: Preparing 10:08:16 32f366d666a5: Preparing 10:08:16 b792a9c50138: Layer already exists 10:08:16 4df8f98db612: Layer already exists 10:08:16 4b26d2d6e5a0: Layer already exists 10:08:16 2909d36e336b: Layer already exists 10:08:16 32f366d666a5: Layer already exists 10:08:17 2.0.1-dev.16: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:08:17 b792a9c50138: Preparing 10:08:17 2909d36e336b: Preparing 10:08:17 4df8f98db612: Preparing 10:08:17 4b26d2d6e5a0: Preparing 10:08:17 32f366d666a5: Preparing 10:08:17 32f366d666a5: Layer already exists 10:08:17 4df8f98db612: Layer already exists 10:08:17 2909d36e336b: Layer already exists 10:08:17 b792a9c50138: Layer already exists 10:08:17 4b26d2d6e5a0: Layer already exists 10:08:17 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh 10:08:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:08:18 b792a9c50138: Preparing 10:08:18 2909d36e336b: Preparing 10:08:18 4df8f98db612: Preparing 10:08:18 4b26d2d6e5a0: Preparing 10:08:18 32f366d666a5: Preparing 10:08:18 b792a9c50138: Layer already exists 10:08:18 2909d36e336b: Layer already exists 10:08:18 4df8f98db612: Layer already exists 10:08:18 4b26d2d6e5a0: Layer already exists 10:08:18 32f366d666a5: Layer already exists 10:08:18 main: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:18 ===================================================== [Pipeline] echo 10:08:18 taggedImages: 10:08:18 - nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 10:08:18 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:08:18 - nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 10:08:18 - nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:18 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:08:18 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:08:18 166d79170882b6e1653a5f9367002074af0733c4 10:08:18 latest 10:08:18 2.0.1-dev.16 10:08:18 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:18 main 10:08:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 10:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:08:19 d8e873f33a94: Preparing 10:08:19 d8e873f33a94: Preparing 10:08:19 1aaef27f6a00: Preparing 10:08:19 7404454ddbb5: Preparing 10:08:19 cd6a4bf6a3c8: Preparing 10:08:19 954b264e0af4: Preparing 10:08:19 4df8f98db612: Preparing 10:08:19 c86b6f971a93: Preparing 10:08:19 cc5c1153cef1: Preparing 10:08:19 fdd5c1f8a353: Preparing 10:08:19 9eb1c8d8bbd6: Preparing 10:08:19 32f366d666a5: Preparing 10:08:19 4df8f98db612: Waiting 10:08:19 c86b6f971a93: Waiting 10:08:19 cc5c1153cef1: Waiting 10:08:19 fdd5c1f8a353: Waiting 10:08:19 9eb1c8d8bbd6: Waiting 10:08:19 32f366d666a5: Waiting 10:08:19 7404454ddbb5: Pushed 10:08:19 1aaef27f6a00: Pushed 10:08:19 4df8f98db612: Layer already exists 10:08:19 d8e873f33a94: Pushed 10:08:19 cd6a4bf6a3c8: Pushed 10:08:20 c86b6f971a93: Pushed 10:08:20 32f366d666a5: Layer already exists 10:08:20 9eb1c8d8bbd6: Pushed 10:08:20 fdd5c1f8a353: Pushed 10:08:20 cc5c1153cef1: Pushed 10:08:21 954b264e0af4: Pushed 10:08:21 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:08:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh 10:08:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:08:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:08:22 d8e873f33a94: Preparing 10:08:22 d8e873f33a94: Preparing 10:08:22 1aaef27f6a00: Preparing 10:08:22 7404454ddbb5: Preparing 10:08:22 cd6a4bf6a3c8: Preparing 10:08:22 954b264e0af4: Preparing 10:08:22 4df8f98db612: Preparing 10:08:22 c86b6f971a93: Preparing 10:08:22 cc5c1153cef1: Preparing 10:08:22 fdd5c1f8a353: Preparing 10:08:22 9eb1c8d8bbd6: Preparing 10:08:22 32f366d666a5: Preparing 10:08:22 4df8f98db612: Waiting 10:08:22 c86b6f971a93: Waiting 10:08:22 cc5c1153cef1: Waiting 10:08:22 fdd5c1f8a353: Waiting 10:08:22 9eb1c8d8bbd6: Waiting 10:08:22 32f366d666a5: Waiting 10:08:22 cd6a4bf6a3c8: Layer already exists 10:08:22 954b264e0af4: Layer already exists 10:08:22 d8e873f33a94: Layer already exists 10:08:22 7404454ddbb5: Layer already exists 10:08:22 1aaef27f6a00: Layer already exists 10:08:22 4df8f98db612: Layer already exists 10:08:22 c86b6f971a93: Layer already exists 10:08:22 fdd5c1f8a353: Layer already exists 10:08:22 cc5c1153cef1: Layer already exists 10:08:22 9eb1c8d8bbd6: Layer already exists 10:08:22 32f366d666a5: Layer already exists 10:08:22 latest: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:08:22 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 10:08:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:08:23 d8e873f33a94: Preparing 10:08:23 d8e873f33a94: Preparing 10:08:23 1aaef27f6a00: Preparing 10:08:23 7404454ddbb5: Preparing 10:08:23 cd6a4bf6a3c8: Preparing 10:08:23 954b264e0af4: Preparing 10:08:23 4df8f98db612: Preparing 10:08:23 c86b6f971a93: Preparing 10:08:23 cc5c1153cef1: Preparing 10:08:23 fdd5c1f8a353: Preparing 10:08:23 9eb1c8d8bbd6: Preparing 10:08:23 32f366d666a5: Preparing 10:08:23 4df8f98db612: Waiting 10:08:23 c86b6f971a93: Waiting 10:08:23 cc5c1153cef1: Waiting 10:08:23 fdd5c1f8a353: Waiting 10:08:23 9eb1c8d8bbd6: Waiting 10:08:23 32f366d666a5: Waiting 10:08:23 d8e873f33a94: Layer already exists 10:08:23 cd6a4bf6a3c8: Layer already exists 10:08:23 1aaef27f6a00: Layer already exists 10:08:23 7404454ddbb5: Layer already exists 10:08:23 954b264e0af4: Layer already exists 10:08:23 4df8f98db612: Layer already exists 10:08:23 c86b6f971a93: Layer already exists 10:08:23 9eb1c8d8bbd6: Layer already exists 10:08:23 fdd5c1f8a353: Layer already exists 10:08:23 cc5c1153cef1: Layer already exists 10:08:23 32f366d666a5: Layer already exists 10:08:23 2.0.1-dev.16: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:08:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:08:24 d8e873f33a94: Preparing 10:08:24 d8e873f33a94: Preparing 10:08:24 1aaef27f6a00: Preparing 10:08:24 7404454ddbb5: Preparing 10:08:24 cd6a4bf6a3c8: Preparing 10:08:24 954b264e0af4: Preparing 10:08:24 4df8f98db612: Preparing 10:08:24 c86b6f971a93: Preparing 10:08:24 cc5c1153cef1: Preparing 10:08:24 fdd5c1f8a353: Preparing 10:08:24 9eb1c8d8bbd6: Preparing 10:08:24 32f366d666a5: Preparing 10:08:24 4df8f98db612: Waiting 10:08:24 c86b6f971a93: Waiting 10:08:24 cc5c1153cef1: Waiting 10:08:24 fdd5c1f8a353: Waiting 10:08:24 9eb1c8d8bbd6: Waiting 10:08:24 32f366d666a5: Waiting 10:08:24 7404454ddbb5: Layer already exists 10:08:24 954b264e0af4: Layer already exists 10:08:24 d8e873f33a94: Layer already exists 10:08:24 cd6a4bf6a3c8: Layer already exists 10:08:24 1aaef27f6a00: Layer already exists 10:08:24 c86b6f971a93: Layer already exists 10:08:24 4df8f98db612: Layer already exists 10:08:24 cc5c1153cef1: Layer already exists 10:08:24 9eb1c8d8bbd6: Layer already exists 10:08:24 32f366d666a5: Layer already exists 10:08:24 fdd5c1f8a353: Layer already exists 10:08:24 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:08:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh 10:08:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:08:24 d8e873f33a94: Preparing 10:08:24 d8e873f33a94: Preparing 10:08:24 1aaef27f6a00: Preparing 10:08:24 7404454ddbb5: Preparing 10:08:24 cd6a4bf6a3c8: Preparing 10:08:24 954b264e0af4: Preparing 10:08:24 4df8f98db612: Preparing 10:08:24 c86b6f971a93: Preparing 10:08:24 cc5c1153cef1: Preparing 10:08:24 fdd5c1f8a353: Preparing 10:08:24 9eb1c8d8bbd6: Preparing 10:08:24 32f366d666a5: Preparing 10:08:24 4df8f98db612: Waiting 10:08:24 c86b6f971a93: Waiting 10:08:24 cc5c1153cef1: Waiting 10:08:24 fdd5c1f8a353: Waiting 10:08:24 9eb1c8d8bbd6: Waiting 10:08:24 32f366d666a5: Waiting 10:08:24 d8e873f33a94: Layer already exists 10:08:24 cd6a4bf6a3c8: Layer already exists 10:08:24 1aaef27f6a00: Layer already exists 10:08:24 954b264e0af4: Layer already exists 10:08:24 7404454ddbb5: Layer already exists 10:08:24 cc5c1153cef1: Layer already exists 10:08:24 fdd5c1f8a353: Layer already exists 10:08:24 c86b6f971a93: Layer already exists 10:08:24 4df8f98db612: Layer already exists 10:08:24 9eb1c8d8bbd6: Layer already exists 10:08:24 32f366d666a5: Layer already exists 10:08:25 main: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:25 ===================================================== [Pipeline] echo 10:08:25 taggedImages: 10:08:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 10:08:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:08:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 10:08:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:08:25 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:08:25 166d79170882b6e1653a5f9367002074af0733c4 10:08:25 latest 10:08:25 2.0.1-dev.16 10:08:25 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:25 main 10:08:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 10:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:08:26 19d323487fec: Preparing 10:08:26 2afae20ba464: Preparing 10:08:26 5b0e37bc37ab: Preparing 10:08:26 f488fc5d60ab: Preparing 10:08:26 71045781b32a: Preparing 10:08:26 32f366d666a5: Preparing 10:08:26 32f366d666a5: Waiting 10:08:27 f488fc5d60ab: Pushed 10:08:27 32f366d666a5: Layer already exists 10:08:27 71045781b32a: Pushed 10:08:27 5b0e37bc37ab: Pushed 10:08:27 2afae20ba464: Pushed 10:08:27 19d323487fec: Pushed 10:08:27 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:08:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh 10:08:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:08:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:08:28 19d323487fec: Preparing 10:08:28 2afae20ba464: Preparing 10:08:28 5b0e37bc37ab: Preparing 10:08:28 f488fc5d60ab: Preparing 10:08:28 71045781b32a: Preparing 10:08:28 32f366d666a5: Preparing 10:08:28 32f366d666a5: Waiting 10:08:28 19d323487fec: Layer already exists 10:08:28 5b0e37bc37ab: Layer already exists 10:08:28 71045781b32a: Layer already exists 10:08:28 f488fc5d60ab: Layer already exists 10:08:28 2afae20ba464: Layer already exists 10:08:28 32f366d666a5: Layer already exists 10:08:28 latest: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:08:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 10:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:08:29 19d323487fec: Preparing 10:08:29 2afae20ba464: Preparing 10:08:29 5b0e37bc37ab: Preparing 10:08:29 f488fc5d60ab: Preparing 10:08:29 71045781b32a: Preparing 10:08:29 32f366d666a5: Preparing 10:08:29 32f366d666a5: Waiting 10:08:29 19d323487fec: Layer already exists 10:08:29 f488fc5d60ab: Layer already exists 10:08:29 2afae20ba464: Layer already exists 10:08:29 5b0e37bc37ab: Layer already exists 10:08:29 71045781b32a: Layer already exists 10:08:29 32f366d666a5: Layer already exists 10:08:29 2.0.1-dev.16: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:08:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:08:30 19d323487fec: Preparing 10:08:30 2afae20ba464: Preparing 10:08:30 5b0e37bc37ab: Preparing 10:08:30 f488fc5d60ab: Preparing 10:08:30 71045781b32a: Preparing 10:08:30 32f366d666a5: Preparing 10:08:30 32f366d666a5: Waiting 10:08:30 19d323487fec: Layer already exists 10:08:30 5b0e37bc37ab: Layer already exists 10:08:30 2afae20ba464: Layer already exists 10:08:30 f488fc5d60ab: Layer already exists 10:08:30 71045781b32a: Layer already exists 10:08:30 32f366d666a5: Layer already exists 10:08:30 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh 10:08:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:08:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:08:30 19d323487fec: Preparing 10:08:30 2afae20ba464: Preparing 10:08:30 5b0e37bc37ab: Preparing 10:08:30 f488fc5d60ab: Preparing 10:08:30 71045781b32a: Preparing 10:08:30 32f366d666a5: Preparing 10:08:30 32f366d666a5: Waiting 10:08:30 19d323487fec: Layer already exists 10:08:30 71045781b32a: Layer already exists 10:08:30 f488fc5d60ab: Layer already exists 10:08:30 2afae20ba464: Layer already exists 10:08:30 5b0e37bc37ab: Layer already exists 10:08:30 32f366d666a5: Layer already exists 10:08:30 main: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:31 ===================================================== [Pipeline] echo 10:08:31 taggedImages: 10:08:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 10:08:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:08:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 10:08:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:08:31 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:08:31 166d79170882b6e1653a5f9367002074af0733c4 10:08:31 latest 10:08:31 2.0.1-dev.16 10:08:31 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:31 main 10:08:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 10:08:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:08:31 66a1cc9cd551: Preparing 10:08:31 d7eb216bed30: Preparing 10:08:31 637cbb22cb63: Preparing 10:08:31 bae2e43181a1: Preparing 10:08:31 506206d75c8f: Preparing 10:08:31 1fbbc0412a13: Preparing 10:08:31 54b25bf66b0a: Preparing 10:08:31 5dbf0392d8fb: Preparing 10:08:31 b6a4f94c021e: Preparing 10:08:31 32f366d666a5: Preparing 10:08:31 1fbbc0412a13: Waiting 10:08:31 b6a4f94c021e: Waiting 10:08:31 54b25bf66b0a: Waiting 10:08:31 5dbf0392d8fb: Waiting 10:08:31 32f366d666a5: Waiting 10:08:32 506206d75c8f: Pushed 10:08:32 d7eb216bed30: Pushed 10:08:32 66a1cc9cd551: Pushed 10:08:32 1fbbc0412a13: Pushed 10:08:32 5dbf0392d8fb: Pushed 10:08:32 32f366d666a5: Layer already exists 10:08:33 54b25bf66b0a: Pushed 10:08:33 bae2e43181a1: Pushed 10:08:33 b6a4f94c021e: Pushed 10:08:33 637cbb22cb63: Pushed 10:08:33 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh 10:08:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh 10:08:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:08:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:08:34 66a1cc9cd551: Preparing 10:08:34 d7eb216bed30: Preparing 10:08:34 637cbb22cb63: Preparing 10:08:34 bae2e43181a1: Preparing 10:08:34 506206d75c8f: Preparing 10:08:34 1fbbc0412a13: Preparing 10:08:34 54b25bf66b0a: Preparing 10:08:34 5dbf0392d8fb: Preparing 10:08:34 b6a4f94c021e: Preparing 10:08:34 32f366d666a5: Preparing 10:08:34 1fbbc0412a13: Waiting 10:08:34 32f366d666a5: Waiting 10:08:34 54b25bf66b0a: Waiting 10:08:34 b6a4f94c021e: Waiting 10:08:34 5dbf0392d8fb: Waiting 10:08:34 66a1cc9cd551: Layer already exists 10:08:34 506206d75c8f: Layer already exists 10:08:34 d7eb216bed30: Layer already exists 10:08:34 bae2e43181a1: Layer already exists 10:08:34 637cbb22cb63: Layer already exists 10:08:34 b6a4f94c021e: Layer already exists 10:08:34 54b25bf66b0a: Layer already exists 10:08:34 1fbbc0412a13: Layer already exists 10:08:34 5dbf0392d8fb: Layer already exists 10:08:34 32f366d666a5: Layer already exists 10:08:34 latest: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh 10:08:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 10:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:08:35 66a1cc9cd551: Preparing 10:08:35 d7eb216bed30: Preparing 10:08:35 637cbb22cb63: Preparing 10:08:35 bae2e43181a1: Preparing 10:08:35 506206d75c8f: Preparing 10:08:35 1fbbc0412a13: Preparing 10:08:35 54b25bf66b0a: Preparing 10:08:35 5dbf0392d8fb: Preparing 10:08:35 b6a4f94c021e: Preparing 10:08:35 32f366d666a5: Preparing 10:08:35 5dbf0392d8fb: Waiting 10:08:35 1fbbc0412a13: Waiting 10:08:35 b6a4f94c021e: Waiting 10:08:35 32f366d666a5: Waiting 10:08:35 54b25bf66b0a: Waiting 10:08:35 637cbb22cb63: Layer already exists 10:08:35 d7eb216bed30: Layer already exists 10:08:35 bae2e43181a1: Layer already exists 10:08:35 506206d75c8f: Layer already exists 10:08:35 66a1cc9cd551: Layer already exists 10:08:35 1fbbc0412a13: Layer already exists 10:08:35 54b25bf66b0a: Layer already exists 10:08:35 32f366d666a5: Layer already exists 10:08:35 5dbf0392d8fb: Layer already exists 10:08:35 b6a4f94c021e: Layer already exists 10:08:35 2.0.1-dev.16: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:08:35 66a1cc9cd551: Preparing 10:08:35 d7eb216bed30: Preparing 10:08:35 637cbb22cb63: Preparing 10:08:35 bae2e43181a1: Preparing 10:08:35 506206d75c8f: Preparing 10:08:35 1fbbc0412a13: Preparing 10:08:35 54b25bf66b0a: Preparing 10:08:35 5dbf0392d8fb: Preparing 10:08:35 b6a4f94c021e: Preparing 10:08:35 32f366d666a5: Preparing 10:08:35 1fbbc0412a13: Waiting 10:08:35 54b25bf66b0a: Waiting 10:08:35 5dbf0392d8fb: Waiting 10:08:35 b6a4f94c021e: Waiting 10:08:35 32f366d666a5: Waiting 10:08:35 637cbb22cb63: Layer already exists 10:08:35 bae2e43181a1: Layer already exists 10:08:35 d7eb216bed30: Layer already exists 10:08:35 506206d75c8f: Layer already exists 10:08:35 66a1cc9cd551: Layer already exists 10:08:35 1fbbc0412a13: Layer already exists 10:08:35 54b25bf66b0a: Layer already exists 10:08:35 32f366d666a5: Layer already exists 10:08:35 5dbf0392d8fb: Layer already exists 10:08:35 b6a4f94c021e: Layer already exists 10:08:35 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh 10:08:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh 10:08:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:08:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:08:36 66a1cc9cd551: Preparing 10:08:36 d7eb216bed30: Preparing 10:08:36 637cbb22cb63: Preparing 10:08:36 bae2e43181a1: Preparing 10:08:36 506206d75c8f: Preparing 10:08:36 1fbbc0412a13: Preparing 10:08:36 54b25bf66b0a: Preparing 10:08:36 5dbf0392d8fb: Preparing 10:08:36 b6a4f94c021e: Preparing 10:08:36 32f366d666a5: Preparing 10:08:36 1fbbc0412a13: Waiting 10:08:36 54b25bf66b0a: Waiting 10:08:36 5dbf0392d8fb: Waiting 10:08:36 b6a4f94c021e: Waiting 10:08:36 32f366d666a5: Waiting 10:08:36 637cbb22cb63: Layer already exists 10:08:36 66a1cc9cd551: Layer already exists 10:08:36 d7eb216bed30: Layer already exists 10:08:36 506206d75c8f: Layer already exists 10:08:36 bae2e43181a1: Layer already exists 10:08:36 54b25bf66b0a: Layer already exists 10:08:36 1fbbc0412a13: Layer already exists 10:08:36 5dbf0392d8fb: Layer already exists 10:08:36 b6a4f94c021e: Layer already exists 10:08:36 32f366d666a5: Layer already exists 10:08:36 main: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:36 ===================================================== [Pipeline] echo 10:08:36 taggedImages: 10:08:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 10:08:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:08:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 10:08:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:36 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:08:36 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:08:36 166d79170882b6e1653a5f9367002074af0733c4 10:08:36 latest 10:08:36 2.0.1-dev.16 10:08:36 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:36 main 10:08:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:37 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 10:08:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:08:37 399904cd96f1: Preparing 10:08:37 2ff61a21e8fb: Preparing 10:08:37 4df8f98db612: Preparing 10:08:37 0a90702ec7db: Preparing 10:08:37 32f366d666a5: Preparing 10:08:37 4df8f98db612: Layer already exists 10:08:37 32f366d666a5: Layer already exists 10:08:37 399904cd96f1: Pushed 10:08:37 0a90702ec7db: Pushed 10:08:39 2ff61a21e8fb: Pushed 10:08:39 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:08:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh 10:08:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:08:39 399904cd96f1: Preparing 10:08:39 2ff61a21e8fb: Preparing 10:08:39 4df8f98db612: Preparing 10:08:39 0a90702ec7db: Preparing 10:08:39 32f366d666a5: Preparing 10:08:39 399904cd96f1: Layer already exists 10:08:39 4df8f98db612: Layer already exists 10:08:39 32f366d666a5: Layer already exists 10:08:39 2ff61a21e8fb: Layer already exists 10:08:39 0a90702ec7db: Layer already exists 10:08:40 latest: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:08:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 10:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:08:40 399904cd96f1: Preparing 10:08:40 2ff61a21e8fb: Preparing 10:08:40 4df8f98db612: Preparing 10:08:40 0a90702ec7db: Preparing 10:08:40 32f366d666a5: Preparing 10:08:40 32f366d666a5: Layer already exists 10:08:40 4df8f98db612: Layer already exists 10:08:40 399904cd96f1: Layer already exists 10:08:40 2ff61a21e8fb: Layer already exists 10:08:40 0a90702ec7db: Layer already exists 10:08:40 2.0.1-dev.16: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:08:41 399904cd96f1: Preparing 10:08:41 2ff61a21e8fb: Preparing 10:08:41 4df8f98db612: Preparing 10:08:41 0a90702ec7db: Preparing 10:08:41 32f366d666a5: Preparing 10:08:41 2ff61a21e8fb: Layer already exists 10:08:41 399904cd96f1: Layer already exists 10:08:41 32f366d666a5: Layer already exists 10:08:41 0a90702ec7db: Layer already exists 10:08:41 4df8f98db612: Layer already exists 10:08:41 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh 10:08:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:08:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:08:42 399904cd96f1: Preparing 10:08:42 2ff61a21e8fb: Preparing 10:08:42 4df8f98db612: Preparing 10:08:42 0a90702ec7db: Preparing 10:08:42 32f366d666a5: Preparing 10:08:42 4df8f98db612: Layer already exists 10:08:42 2ff61a21e8fb: Layer already exists 10:08:42 0a90702ec7db: Layer already exists 10:08:42 32f366d666a5: Layer already exists 10:08:42 399904cd96f1: Layer already exists 10:08:42 main: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:42 ===================================================== [Pipeline] echo 10:08:42 taggedImages: 10:08:42 - nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 10:08:42 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:08:42 - nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 10:08:42 - nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:42 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:08:42 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:08:42 166d79170882b6e1653a5f9367002074af0733c4 10:08:42 latest 10:08:42 2.0.1-dev.16 10:08:42 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:42 main 10:08:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:42 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 10:08:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:08:43 2c050e1c8fce: Preparing 10:08:43 51075ffcdd59: Preparing 10:08:43 4df8f98db612: Preparing 10:08:43 4b26d2d6e5a0: Preparing 10:08:43 32f366d666a5: Preparing 10:08:43 4b26d2d6e5a0: Layer already exists 10:08:43 4df8f98db612: Layer already exists 10:08:43 32f366d666a5: Layer already exists 10:08:43 2c050e1c8fce: Pushed 10:08:44 51075ffcdd59: Pushed 10:08:45 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh 10:08:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:08:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:08:45 2c050e1c8fce: Preparing 10:08:45 51075ffcdd59: Preparing 10:08:45 4df8f98db612: Preparing 10:08:45 4b26d2d6e5a0: Preparing 10:08:45 32f366d666a5: Preparing 10:08:45 2c050e1c8fce: Layer already exists 10:08:45 4df8f98db612: Layer already exists 10:08:45 32f366d666a5: Layer already exists 10:08:45 51075ffcdd59: Layer already exists 10:08:45 4b26d2d6e5a0: Layer already exists 10:08:45 latest: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 10:08:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:08:46 2c050e1c8fce: Preparing 10:08:46 51075ffcdd59: Preparing 10:08:46 4df8f98db612: Preparing 10:08:46 4b26d2d6e5a0: Preparing 10:08:46 32f366d666a5: Preparing 10:08:46 2c050e1c8fce: Layer already exists 10:08:46 32f366d666a5: Layer already exists 10:08:46 4b26d2d6e5a0: Layer already exists 10:08:46 51075ffcdd59: Layer already exists 10:08:46 4df8f98db612: Layer already exists 10:08:46 2.0.1-dev.16: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:08:47 2c050e1c8fce: Preparing 10:08:47 51075ffcdd59: Preparing 10:08:47 4df8f98db612: Preparing 10:08:47 4b26d2d6e5a0: Preparing 10:08:47 32f366d666a5: Preparing 10:08:47 32f366d666a5: Layer already exists 10:08:47 4df8f98db612: Layer already exists 10:08:47 4b26d2d6e5a0: Layer already exists 10:08:47 51075ffcdd59: Layer already exists 10:08:47 2c050e1c8fce: Layer already exists 10:08:47 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh 10:08:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh 10:08:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:08:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:08:48 2c050e1c8fce: Preparing 10:08:48 51075ffcdd59: Preparing 10:08:48 4df8f98db612: Preparing 10:08:48 4b26d2d6e5a0: Preparing 10:08:48 32f366d666a5: Preparing 10:08:48 32f366d666a5: Layer already exists 10:08:48 2c050e1c8fce: Layer already exists 10:08:48 4b26d2d6e5a0: Layer already exists 10:08:48 51075ffcdd59: Layer already exists 10:08:48 4df8f98db612: Layer already exists 10:08:48 main: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:48 ===================================================== [Pipeline] echo 10:08:48 taggedImages: 10:08:48 - nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 10:08:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:08:48 - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 10:08:48 - nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:08:48 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 10:08:48 166d79170882b6e1653a5f9367002074af0733c4 10:08:48 latest 10:08:48 2.0.1-dev.16 10:08:48 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:48 main 10:08:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:49 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:08:49 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 10:08:49 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:08:49 e23524f25c79: Preparing 10:08:49 3106d284afcc: Preparing 10:08:49 319795d404d5: Preparing 10:08:49 8c88eac7e84a: Preparing 10:08:49 b82f54db960b: Preparing 10:08:49 4bc13ba6e7d2: Preparing 10:08:49 241588b2373e: Preparing 10:08:49 9e9604462a57: Preparing 10:08:49 563ea45970c1: Preparing 10:08:49 91e3b9641807: Preparing 10:08:49 b2d5eeeaba3a: Preparing 10:08:49 9e9604462a57: Waiting 10:08:49 563ea45970c1: Waiting 10:08:49 91e3b9641807: Waiting 10:08:49 b2d5eeeaba3a: Waiting 10:08:49 4bc13ba6e7d2: Waiting 10:08:49 241588b2373e: Waiting 10:08:49 b82f54db960b: Layer already exists 10:08:49 4bc13ba6e7d2: Layer already exists 10:08:49 241588b2373e: Layer already exists 10:08:49 9e9604462a57: Layer already exists 10:08:50 3106d284afcc: Pushed 10:08:50 563ea45970c1: Layer already exists 10:08:50 91e3b9641807: Layer already exists 10:08:50 e23524f25c79: Pushed 10:08:50 b2d5eeeaba3a: Layer already exists 10:08:50 319795d404d5: Pushed 10:08:55 8c88eac7e84a: Pushed 10:08:56 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh 10:08:56 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh 10:08:56 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 10:08:56 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:08:56 e23524f25c79: Preparing 10:08:56 3106d284afcc: Preparing 10:08:56 319795d404d5: Preparing 10:08:56 8c88eac7e84a: Preparing 10:08:56 b82f54db960b: Preparing 10:08:56 4bc13ba6e7d2: Preparing 10:08:56 241588b2373e: Preparing 10:08:56 9e9604462a57: Preparing 10:08:56 563ea45970c1: Preparing 10:08:56 91e3b9641807: Preparing 10:08:56 b2d5eeeaba3a: Preparing 10:08:56 4bc13ba6e7d2: Waiting 10:08:56 241588b2373e: Waiting 10:08:56 9e9604462a57: Waiting 10:08:56 563ea45970c1: Waiting 10:08:56 91e3b9641807: Waiting 10:08:56 b2d5eeeaba3a: Waiting 10:08:56 8c88eac7e84a: Layer already exists 10:08:56 e23524f25c79: Layer already exists 10:08:56 319795d404d5: Layer already exists 10:08:56 3106d284afcc: Layer already exists 10:08:56 4bc13ba6e7d2: Layer already exists 10:08:56 b82f54db960b: Layer already exists 10:08:56 241588b2373e: Layer already exists 10:08:56 9e9604462a57: Layer already exists 10:08:56 563ea45970c1: Layer already exists 10:08:56 91e3b9641807: Layer already exists 10:08:56 b2d5eeeaba3a: Layer already exists 10:08:56 latest: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh 10:08:57 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:57 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 10:08:57 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:08:57 e23524f25c79: Preparing 10:08:57 3106d284afcc: Preparing 10:08:57 319795d404d5: Preparing 10:08:57 8c88eac7e84a: Preparing 10:08:57 b82f54db960b: Preparing 10:08:57 4bc13ba6e7d2: Preparing 10:08:57 241588b2373e: Preparing 10:08:57 9e9604462a57: Preparing 10:08:57 563ea45970c1: Preparing 10:08:57 91e3b9641807: Preparing 10:08:57 b2d5eeeaba3a: Preparing 10:08:57 241588b2373e: Waiting 10:08:57 9e9604462a57: Waiting 10:08:57 563ea45970c1: Waiting 10:08:57 91e3b9641807: Waiting 10:08:57 b2d5eeeaba3a: Waiting 10:08:57 4bc13ba6e7d2: Waiting 10:08:57 b82f54db960b: Layer already exists 10:08:57 3106d284afcc: Layer already exists 10:08:57 e23524f25c79: Layer already exists 10:08:57 319795d404d5: Layer already exists 10:08:57 8c88eac7e84a: Layer already exists 10:08:57 4bc13ba6e7d2: Layer already exists 10:08:57 241588b2373e: Layer already exists 10:08:57 9e9604462a57: Layer already exists 10:08:57 563ea45970c1: Layer already exists 10:08:57 b2d5eeeaba3a: Layer already exists 10:08:57 91e3b9641807: Layer already exists 10:08:57 2.0.1-dev.16: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh 10:08:57 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:08:58 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:58 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:08:58 e23524f25c79: Preparing 10:08:58 3106d284afcc: Preparing 10:08:58 319795d404d5: Preparing 10:08:58 8c88eac7e84a: Preparing 10:08:58 b82f54db960b: Preparing 10:08:58 4bc13ba6e7d2: Preparing 10:08:58 241588b2373e: Preparing 10:08:58 9e9604462a57: Preparing 10:08:58 563ea45970c1: Preparing 10:08:58 91e3b9641807: Preparing 10:08:58 b2d5eeeaba3a: Preparing 10:08:58 4bc13ba6e7d2: Waiting 10:08:58 241588b2373e: Waiting 10:08:58 9e9604462a57: Waiting 10:08:58 563ea45970c1: Waiting 10:08:58 91e3b9641807: Waiting 10:08:58 b2d5eeeaba3a: Waiting 10:08:58 8c88eac7e84a: Layer already exists 10:08:58 3106d284afcc: Layer already exists 10:08:58 e23524f25c79: Layer already exists 10:08:58 319795d404d5: Layer already exists 10:08:58 b82f54db960b: Layer already exists 10:08:58 4bc13ba6e7d2: Layer already exists 10:08:58 241588b2373e: Layer already exists 10:08:58 9e9604462a57: Layer already exists 10:08:58 563ea45970c1: Layer already exists 10:08:58 91e3b9641807: Layer already exists 10:08:58 b2d5eeeaba3a: Layer already exists 10:08:58 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh 10:08:58 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh 10:08:59 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 10:08:59 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 10:08:59 e23524f25c79: Preparing 10:08:59 3106d284afcc: Preparing 10:08:59 319795d404d5: Preparing 10:08:59 8c88eac7e84a: Preparing 10:08:59 b82f54db960b: Preparing 10:08:59 4bc13ba6e7d2: Preparing 10:08:59 241588b2373e: Preparing 10:08:59 9e9604462a57: Preparing 10:08:59 563ea45970c1: Preparing 10:08:59 91e3b9641807: Preparing 10:08:59 b2d5eeeaba3a: Preparing 10:08:59 4bc13ba6e7d2: Waiting 10:08:59 241588b2373e: Waiting 10:08:59 9e9604462a57: Waiting 10:08:59 563ea45970c1: Waiting 10:08:59 91e3b9641807: Waiting 10:08:59 b2d5eeeaba3a: Waiting 10:08:59 319795d404d5: Layer already exists 10:08:59 8c88eac7e84a: Layer already exists 10:08:59 b82f54db960b: Layer already exists 10:08:59 e23524f25c79: Layer already exists 10:08:59 3106d284afcc: Layer already exists 10:08:59 241588b2373e: Layer already exists 10:08:59 4bc13ba6e7d2: Layer already exists 10:08:59 563ea45970c1: Layer already exists 10:08:59 91e3b9641807: Layer already exists 10:08:59 9e9604462a57: Layer already exists 10:08:59 b2d5eeeaba3a: Layer already exists 10:08:59 main: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:08:59 ===================================================== [Pipeline] echo 10:08:59 taggedImages: 10:08:59 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 10:08:59 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 10:08:59 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 10:08:59 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:08:59 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:10:06 Removing intermediate container bdbf2bede26d 10:10:06 ---> e8d526febbb8 10:10:06 10:10:06 Step 11/24 : FROM alpine:3.12 10:10:06 3.12: Pulling from library/alpine 10:10:06 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 10:10:06 Status: Downloaded newer image for alpine:3.12 10:10:06 ---> c4fd0aeabfcf 10:10:06 Step 12/24 : RUN apk add --update --no-cache dumb-init 10:10:06 ---> Running in f95bd23f783a 10:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:10:08 (1/1) Installing dumb-init (1.2.2-r1) 10:10:08 Executing busybox-1.31.1-r20.trigger 10:10:08 OK: 5 MiB in 15 packages 10:10:09 Removing intermediate container 1b85647fa6ad 10:10:09 ---> d9f987eed630 10:10:09 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:10:10 ---> Running in ed7620d3b5ab 10:10:11 Removing intermediate container f95bd23f783a 10:10:11 ---> 9c33d9c4ef05 10:10:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:10:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:10:12 ---> Running in 721016ab9567 10:10:13 Removing intermediate container 67c2bb138629 10:10:13 ---> ed1400e47198 10:10:13 10:10:13 Step 11/32 : FROM alpine:3.12 10:10:13 ---> c4fd0aeabfcf 10:10:13 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:10:13 Removing intermediate container 9485167e274f 10:10:13 ---> a449fc98d748 10:10:13 10:10:13 Step 11/26 : FROM alpine:3.12 10:10:13 ---> c4fd0aeabfcf 10:10:13 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:10:13 ---> Running in 7ae4a359a1d4 10:10:13 ---> Running in 3b561e391bf4 10:10:13 Removing intermediate container 721016ab9567 10:10:13 ---> 4c2c5386eb42 10:10:13 Step 14/24 : ENV APP_PORT=59882 10:10:14 ---> Running in 84145373962b 10:10:14 Removing intermediate container 7ae4a359a1d4 10:10:14 ---> 9aa4aefeb85e 10:10:14 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 10:10:14 ---> Running in 4cab0699bd08 10:10:15 Removing intermediate container 84145373962b 10:10:15 ---> a0eae6fa1c31 10:10:15 Step 15/24 : EXPOSE $APP_PORT 10:10:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:10:15 Removing intermediate container e431dfffb31c 10:10:15 ---> 875905366f8b 10:10:15 10:10:15 Step 11/24 : FROM alpine:3.12 10:10:15 ---> c4fd0aeabfcf 10:10:15 Step 12/24 : RUN apk add --update --no-cache dumb-init 10:10:15 ---> Using cache 10:10:15 ---> 9c33d9c4ef05 10:10:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:10:15 ---> Running in beda1a8162b2 10:10:15 ---> Using cache 10:10:15 ---> 4c2c5386eb42 10:10:15 Step 14/24 : ENV APP_PORT=59881 10:10:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:10:15 ---> Running in d1c79b88f934 10:10:16 Removing intermediate container ed7620d3b5ab 10:10:16 ---> 35ab4f7bacf9 10:10:16 10:10:16 Step 12/24 : FROM docker:20.10.6 10:10:16 (1/6) Installing ca-certificates (20191127-r4) 10:10:16 Removing intermediate container beda1a8162b2 10:10:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:10:16 ---> 34603041a6e4 10:10:16 Step 16/24 : WORKDIR / 10:10:16 (3/6) Installing libcurl (7.78.0-r0) 10:10:16 (4/6) Installing curl (7.78.0-r0) 10:10:16 (5/6) Installing dumb-init (1.2.2-r1) 10:10:16 (6/6) Installing su-exec (0.2-r1) 10:10:16 Executing busybox-1.31.1-r20.trigger 10:10:16 Executing ca-certificates-20191127-r4.trigger 10:10:16 20.10.6: Pulling from library/docker 10:10:16 OK: 7 MiB in 20 packages 10:10:16 ---> Running in 38b3b4c2ae28 10:10:16 Removing intermediate container d1c79b88f934 10:10:16 ---> b0f5fba21b9a 10:10:16 Step 15/24 : EXPOSE $APP_PORT 10:10:16 ---> Running in 86521d5e1680 10:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:10:17 Removing intermediate container 38b3b4c2ae28 10:10:17 ---> e3d825566d08 10:10:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:17 (1/2) Installing dumb-init (1.2.2-r1) 10:10:17 (2/2) Installing su-exec (0.2-r1) 10:10:17 Executing busybox-1.31.1-r20.trigger 10:10:17 OK: 5 MiB in 16 packages 10:10:17 Removing intermediate container 86521d5e1680 10:10:17 ---> 566172aadc2e 10:10:17 Step 16/24 : WORKDIR / 10:10:18 ---> Running in c23d7f70208d 10:10:19 Removing intermediate container 3b561e391bf4 10:10:19 ---> c41090543aea 10:10:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:10:19 ---> d4032bd062ce 10:10:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:10:19 Removing intermediate container c23d7f70208d 10:10:19 ---> 9d82e127f99f 10:10:19 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:19 ---> Running in c3d3be7ec185 10:10:19 Removing intermediate container 4cab0699bd08 10:10:19 ---> 06049ed23086 10:10:19 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 10:10:20 ---> Running in 1d2a04e7e777 10:10:20 Removing intermediate container c3d3be7ec185 10:10:20 ---> 5f31cab37f41 10:10:20 Step 14/26 : WORKDIR / 10:10:20 ---> 146a4a9b558f 10:10:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:10:20 ---> Running in dbee3961f893 10:10:21 Removing intermediate container 1d2a04e7e777 10:10:21 ---> 65147b7d8be4 10:10:21 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:10:21 ---> 2ce256c5174a 10:10:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:10:21 ---> Running in 7c1aabd32c5d 10:10:21 Removing intermediate container dbee3961f893 10:10:21 ---> 60d448756fed 10:10:21 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:10:22 Removing intermediate container 7c1aabd32c5d 10:10:22 ---> 3be7746d7e9b 10:10:22 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:10:23 ---> 8a2645459d73 10:10:23 Step 20/24 : ENTRYPOINT ["/core-command"] 10:10:23 ---> 407d155bf84b 10:10:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:10:23 ---> Running in 9c3c79508f16 10:10:23 ---> Running in 643cf00f9295 10:10:23 ---> fbfbb0248e78 10:10:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:10:24 ---> 05508ebfc237 10:10:24 Step 20/24 : ENTRYPOINT ["/core-metadata"] 10:10:25 ---> Running in fb3ae01dd080 10:10:25 Removing intermediate container 643cf00f9295 10:10:25 ---> 7c722d2d7791 10:10:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:10:25 ---> 03ede533c765 10:10:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:10:25 ---> Running in db0094452573 10:10:25 Removing intermediate container fb3ae01dd080 10:10:25 ---> 93f25a5dfe76 10:10:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:10:26 ---> Running in 3e1e5f97f149 10:10:26 Removing intermediate container db0094452573 10:10:26 ---> 0d3bfbe92204 10:10:26 Step 22/24 : LABEL arch=arm64 10:10:26 ---> Running in 427e70ee5c22 10:10:26 ---> b61891bbcccd 10:10:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 10:10:27 Removing intermediate container 9c3c79508f16 10:10:27 ---> 4df00e0a1375 10:10:27 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 10:10:27 Removing intermediate container 3e1e5f97f149 10:10:27 ---> 23fb90333479 10:10:27 Step 22/24 : LABEL arch=arm64 10:10:27 ---> Running in 2b6f4a073957 10:10:27 ---> Running in a5b126b0fe47 10:10:27 Removing intermediate container 427e70ee5c22 10:10:27 ---> 0c534e57e660 10:10:27 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:10:27 ---> c0ea3e80a6e9 10:10:27 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:10:27 ---> Running in 39f3240d97b4 10:10:28 Removing intermediate container 2b6f4a073957 10:10:28 ---> 2d42c52b8d18 10:10:28 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:10:28 Removing intermediate container a5b126b0fe47 10:10:28 ---> edc9b5621c59 10:10:28 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:10:28 ---> Running in 19f9a53bec77 10:10:28 Removing intermediate container 39f3240d97b4 10:10:28 ---> 9b1340ebb9f1 10:10:28 Step 24/24 : LABEL version=2.0.1-dev.16 10:10:29 ---> Running in 3fdb8792bfda 10:10:29 ---> 8ec04176eec2 10:10:29 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:10:29 Removing intermediate container 19f9a53bec77 10:10:29 ---> 83bb7551cb5c 10:10:29 Step 24/24 : LABEL version=2.0.1-dev.16 10:10:29 ---> 6412765ddd89 10:10:29 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:10:29 ---> Running in fc134dacbc91 10:10:29 ---> Running in 2d115d52b95d 10:10:29 Removing intermediate container 3fdb8792bfda 10:10:30 ---> a729424647b4 10:10:30 10:10:30 Successfully built a729424647b4 10:10:30 Successfully tagged core-command-arm64:latest 10:10:30  Building core-command ... done Building core-data 10:10:30 Removing intermediate container 2d115d52b95d 10:10:30 ---> 8a15093a2277 10:10:30 10:10:31 Successfully built 8a15093a2277 10:10:31 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 10:10:31 Successfully tagged core-metadata-arm64:latest 10:10:31  Building core-metadata ... done Building support-notifications 10:10:31 Status: Downloaded newer image for docker:20.10.6 10:10:31 ---> cdf2a7733a7b 10:10:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:10:31 ---> 9bf3321d9a95 10:10:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:10:31 ---> Running in 03d1ea671946 10:10:33 Removing intermediate container 03d1ea671946 10:10:33 ---> 49891b3160d3 10:10:33 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 10:10:33 ---> 048b25ab8a85 10:10:33 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:10:34 ---> Running in e1eea51344a8 10:10:34 ---> Running in 1e9f9b1ab386 10:10:34 Removing intermediate container fc134dacbc91 10:10:34 ---> b91ea28b91e6 10:10:34 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 10:10:36 ---> b27a56e24a22 10:10:36 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:10:37 (1/39) Installing readline (8.1.0-r0) 10:10:37 (2/39) Installing bash (5.1.0-r0) 10:10:37 Executing bash-5.1.0-r0.post-install 10:10:37 (3/39) Installing brotli-libs (1.0.9-r3) 10:10:37 (4/39) Installing nghttp2-libs (1.42.0-r1) 10:10:37 (5/39) Installing libcurl (7.78.0-r0) 10:10:37 (6/39) Installing curl (7.78.0-r0) 10:10:37 (7/39) Installing dumb-init (1.2.5-r0) 10:10:37 (8/39) Installing libbz2 (1.0.8-r1) 10:10:37 (9/39) Installing expat (2.2.10-r1) 10:10:37 (10/39) Installing libffi (3.3-r2) 10:10:37 (11/39) Installing gdbm (1.19-r0) 10:10:37 (12/39) Installing xz-libs (5.2.5-r0) 10:10:37 (13/39) Installing sqlite-libs (3.34.1-r0) 10:10:37 (14/39) Installing python3 (3.8.10-r0) 10:10:38 ---> 0e1658f38b00 10:10:38 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:10:38 Removing intermediate container e1eea51344a8 10:10:38 ---> 4378e8500804 10:10:38 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 10:10:39 ---> Running in 5fc0fb348194 10:10:39 (15/39) Installing py3-appdirs (1.4.4-r1) 10:10:39 (16/39) Installing py3-ordered-set (4.0.2-r0) 10:10:39 (17/39) Installing py3-parsing (2.4.7-r1) 10:10:39 (18/39) Installing py3-six (1.15.0-r0) 10:10:39 (19/39) Installing py3-packaging (20.9-r0) 10:10:39 (20/39) Installing py3-setuptools (51.3.3-r0) 10:10:39 (21/39) Installing py3-chardet (4.0.0-r0) 10:10:39 (22/39) Installing py3-idna (3.1-r0) 10:10:40 (23/39) Installing py3-urllib3 (1.26.2-r1) 10:10:40 (24/39) Installing py3-requests (2.25.1-r1) 10:10:40 (25/39) Installing py3-msgpack (1.0.2-r0) 10:10:40 (26/39) Installing py3-lockfile (0.12.2-r3) 10:10:40 (27/39) Installing py3-cachecontrol (0.12.6-r0) 10:10:40 (28/39) Installing py3-colorama (0.4.4-r0) 10:10:40 (29/39) Installing py3-contextlib2 (0.6.0-r0) 10:10:40 (30/39) Installing py3-distlib (0.3.1-r1) 10:10:40 (31/39) Installing py3-distro (1.5.0-r1) 10:10:40 (32/39) Installing py3-webencodings (0.5.1-r3) 10:10:40 (33/39) Installing py3-html5lib (1.1-r0) 10:10:40 (34/39) Installing py3-pytoml (0.1.21-r0) 10:10:40 (35/39) Installing py3-pep517 (0.9.1-r0) 10:10:40 (36/39) Installing py3-progress (1.5-r0) 10:10:40 (37/39) Installing py3-retrying (1.3.3-r0) 10:10:40 (38/39) Installing py3-toml (0.10.2-r0) 10:10:40 (39/39) Installing py3-pip (20.3.4-r0) 10:10:40 ---> ee1be8661cc0 10:10:40 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:10:40 Removing intermediate container 5fc0fb348194 10:10:40 ---> 389dbd2d4e4f 10:10:40 Step 24/26 : LABEL arch=arm64 10:10:40 Executing busybox-1.32.1-r6.trigger 10:10:40 OK: 82 MiB in 59 packages 10:10:41 ---> Running in 72c5beeede65 10:10:42 ---> 06b3a54d473a 10:10:42 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:10:42 Removing intermediate container 72c5beeede65 10:10:42 ---> d57fd522d94b 10:10:42 Step 25/26 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:10:43 ---> Running in 6bef7798ffe9 10:10:43 ---> 10a44c192690 10:10:43 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 10:10:44 Removing intermediate container 6bef7798ffe9 10:10:44 ---> 272cd1d1106b 10:10:44 Step 26/26 : LABEL version=2.0.1-dev.16 10:10:44 ---> Running in e33849d6edef 10:10:44 ---> Running in 732544ce250d 10:10:46 Removing intermediate container e33849d6edef 10:10:46 ---> 8cd2ecfaa977 10:10:46 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:10:46 Removing intermediate container 732544ce250d 10:10:46 ---> 3bf0d54c7546 10:10:46 10:10:46 Successfully built 3bf0d54c7546 10:10:46 Successfully tagged security-secretstore-setup-arm64:latest 10:10:46 Building security-proxy-setup 10:10:47  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:10:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:10:47 ---> 942659c657c1 10:10:47 Step 3/24 : WORKDIR /edgex-go 10:10:47 ---> Using cache 10:10:47 ---> 17f771aac690 10:10:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:10:47 ---> Using cache 10:10:47 ---> 086406180803 10:10:47 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:10:47 ---> 5b147239b1a0 10:10:47 Step 27/32 : RUN chmod +x /entrypoint.sh 10:10:47 ---> Running in b0331a9b0786 10:10:48 ---> Running in ef93e475dc5e 10:10:49 Collecting docker-compose==1.23.2 10:10:49 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:10:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:10:49 ---> 942659c657c1 10:10:49 Step 3/23 : WORKDIR /edgex-go 10:10:49 ---> Using cache 10:10:49 ---> 17f771aac690 10:10:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:10:49 ---> Using cache 10:10:49 ---> 086406180803 10:10:49 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 10:10:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:10:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:10:50 Collecting PyYAML<4,>=3.10 10:10:50 Downloading PyYAML-3.13.tar.gz (270 kB) 10:10:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:10:50 ---> Running in f743225a1db0 10:10:51 OK: 218 MiB in 52 packages 10:10:52 Removing intermediate container ef93e475dc5e 10:10:52 ---> 304b8de891fb 10:10:52 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 10:10:53 ---> Running in 80e8e34a6866 10:10:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:10:54 Removing intermediate container 80e8e34a6866 10:10:54 ---> 88fcb0e870c1 10:10:54 Step 29/32 : CMD ["gate"] 10:10:54 Removing intermediate container b0331a9b0786 10:10:54 ---> 002c9d9f4dce 10:10:54 Step 6/24 : COPY go.mod . 10:10:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:10:54 Collecting cached-property<2,>=1.2.0 10:10:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:10:54 ---> Running in cd816d38dde4 10:10:54 Collecting docopt<0.7,>=0.6.1 10:10:54 Downloading docopt-0.6.2.tar.gz (25 kB) 10:10:55 OK: 218 MiB in 52 packages 10:10:56 ---> 489a0ec083e4 10:10:56 Step 7/24 : RUN go mod download 10:10:56 Removing intermediate container cd816d38dde4 10:10:56 ---> 41bd06e08e52 10:10:56 Step 30/32 : LABEL arch=arm64 10:10:56 ---> Running in fae65ba6bb92 10:10:57 ---> Running in df31d30ac461 10:10:57 Collecting jsonschema<3,>=2.5.1 10:10:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:10:57 Removing intermediate container f743225a1db0 10:10:57 ---> 1aed28e5fb1b 10:10:57 Step 6/23 : COPY go.mod . 10:10:58 Collecting websocket-client<1.0,>=0.32.0 10:10:58 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 10:10:58 Removing intermediate container df31d30ac461 10:10:58 ---> 2918a3d5d502 10:10:58 Step 31/32 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:10:59 ---> Running in f7b8c267ec1c 10:10:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:10:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:10:59 ---> 8df89ea6bf12 10:10:59 Step 7/23 : RUN go mod download 10:10:59 Collecting dockerpty<0.5,>=0.4.1 10:10:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:10:59 ---> Running in 7c0a5dde50cf 10:10:59 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:10:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:10:59 ---> 942659c657c1 10:10:59 Step 3/22 : WORKDIR /edgex-go 10:10:59 ---> Using cache 10:10:59 ---> 17f771aac690 10:10:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:10:59 ---> Using cache 10:10:59 ---> 086406180803 10:10:59 Step 5/22 : RUN apk add --update --no-cache make git 10:10:59 ---> Using cache 10:10:59 ---> ad9c2b63cf8f 10:10:59 Step 6/22 : COPY go.mod . 10:10:59 ---> Using cache 10:10:59 ---> e88b000651c9 10:10:59 Step 7/22 : RUN go mod download 10:10:59 ---> Using cache 10:10:59 ---> 8610c69fe7dc 10:10:59 Step 8/22 : COPY . . 10:10:59 ---> Using cache 10:10:59 ---> 352e3bbec02f 10:10:59 Step 9/22 : RUN go mod tidy 10:10:59 ---> Using cache 10:10:59 ---> 1ab443a854be 10:10:59 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:10:59 Removing intermediate container f7b8c267ec1c 10:10:59 ---> 62bd62caa6fb 10:10:59 Step 32/32 : LABEL version=2.0.1-dev.16 10:11:00 ---> Running in 3980aff131ab 10:11:00 ---> Running in 435b21165bc5 10:11:01 Removing intermediate container 435b21165bc5 10:11:01 ---> 88428be79de7 10:11:01 10:11:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:11:01 Removing intermediate container fae65ba6bb92 10:11:01 ---> d4896a10132d 10:11:01 Step 8/24 : COPY . . 10:11:01 Successfully built 88428be79de7 10:11:01 Successfully tagged security-bootstrapper-arm64:latest 10:11:01  Building security-bootstrapper ... done Building support-scheduler 10:11:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:11:02 Collecting docker<4.0,>=3.6.0 10:11:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:11:02 Collecting texttable<0.10,>=0.9.0 10:11:02 Downloading texttable-0.9.1.tar.gz (11 kB) 10:11:06 Collecting docker-pycreds>=0.4.0 10:11:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:11:06 Collecting idna<2.8,>=2.5 10:11:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:11:07 Collecting urllib3<1.25,>=1.21.1 10:11:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:11:07 Removing intermediate container 7c0a5dde50cf 10:11:07 ---> 33f7c5c7e7aa 10:11:07 Step 8/23 : COPY . . 10:11:08 Collecting certifi>=2017.4.17 10:11:08 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 10:11:08 Collecting chardet<3.1.0,>=3.0.2 10:11:08 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 10:11:08 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 10:11:08 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 10:11:08 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 10:11:08 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 10:11:10 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 10:11:10 Attempting uninstall: urllib3 10:11:10 Found existing installation: urllib3 1.26.2 10:11:10 Uninstalling urllib3-1.26.2: 10:11:10 Successfully uninstalled urllib3-1.26.2 10:11:10 Attempting uninstall: idna 10:11:10 Found existing installation: idna 3.1 10:11:10 Uninstalling idna-3.1: 10:11:10 Successfully uninstalled idna-3.1 10:11:11 Attempting uninstall: chardet 10:11:11 Found existing installation: chardet 4.0.0 10:11:11 Uninstalling chardet-4.0.0: 10:11:11 Successfully uninstalled chardet-4.0.0 10:11:13 Attempting uninstall: requests 10:11:13 Found existing installation: requests 2.25.1 10:11:13 Uninstalling requests-2.25.1: 10:11:13 Successfully uninstalled requests-2.25.1 10:11:13 Running setup.py install for texttable: started 10:11:15 Running setup.py install for texttable: finished with status 'done' 10:11:15 Running setup.py install for PyYAML: started 10:11:17 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 10:11:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:11:17 ---> 942659c657c1 10:11:17 Step 3/23 : WORKDIR /edgex-go 10:11:17 ---> Using cache 10:11:17 ---> 17f771aac690 10:11:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:17 ---> Using cache 10:11:17 ---> 086406180803 10:11:17 Step 5/23 : RUN apk add --update --no-cache make git 10:11:17 ---> Using cache 10:11:17 ---> ad9c2b63cf8f 10:11:17 Step 6/23 : COPY go.mod . 10:11:17 ---> Using cache 10:11:17 ---> e88b000651c9 10:11:17 Step 7/23 : RUN go mod download 10:11:17 ---> Using cache 10:11:17 ---> 8610c69fe7dc 10:11:17 Step 8/23 : COPY . . 10:11:17 ---> Using cache 10:11:17 ---> 352e3bbec02f 10:11:17 Step 9/23 : RUN go mod tidy 10:11:17 ---> Using cache 10:11:17 ---> 1ab443a854be 10:11:17 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 10:11:18 ---> Running in 0e7f44472e72 10:11:18 ---> 276b59be06be 10:11:18 Step 9/24 : RUN go mod tidy 10:11:18 ---> Running in d6d00cfeeeb0 10:11:19 Running setup.py install for PyYAML: finished with status 'done' 10:11:19 Running setup.py install for docopt: started 10:11:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:11:21 Running setup.py install for docopt: finished with status 'done' 10:11:21 Running setup.py install for dockerpty: started 10:11:25 Running setup.py install for dockerpty: finished with status 'done' 10:11:25 ---> d51fd8353796 10:11:25 Step 9/23 : RUN go mod tidy 10:11:25 ---> Running in a1f9570bd34f 10:11:27 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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.59.0 10:11:28 Removing intermediate container d6d00cfeeeb0 10:11:28 ---> dc58bc7b4d93 10:11:28 Step 10/24 : RUN make cmd/core-data/core-data 10:11:28 ---> Running in 6ce65e1d27e6 10:11:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data 10:11:37 Removing intermediate container a1f9570bd34f 10:11:37 ---> 68fac217d6a8 10:11:37 Step 10/23 : RUN make cmd/support-notifications/support-notifications 10:11:37 ---> Running in 3ddbca1f1a15 10:11:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:11:41 Removing intermediate container 1e9f9b1ab386 10:11:41 ---> f402f443ce0f 10:11:41 Step 15/24 : ENV APP_PORT=58890 10:11:41 ---> Running in 260f206510ef 10:11:42 Removing intermediate container 260f206510ef 10:11:42 ---> 7c6126314292 10:11:42 Step 16/24 : EXPOSE $APP_PORT 10:11:42 ---> Running in 67403b56d0a8 10:11:43 Removing intermediate container 67403b56d0a8 10:11:43 ---> 4638f7b15dc6 10:11:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:11:45 ---> 227af2bc4f21 10:11:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:11:46 ---> 39678b19d4eb 10:11:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:11:48 ---> 725fb88c74d4 10:11:48 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 10:11:48 ---> Running in 9c7a86d9b0db 10:11:49 Removing intermediate container 9c7a86d9b0db 10:11:49 ---> 4d58a3093c38 10:11:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:11:49 ---> Running in 17bb25af68a5 10:11:50 Removing intermediate container 17bb25af68a5 10:11:50 ---> 4094f258fd5a 10:11:50 Step 22/24 : LABEL arch=arm64 10:11:50 ---> Running in 04debe9ca8b6 10:11:51 Removing intermediate container 04debe9ca8b6 10:11:51 ---> 3ee6a4306b18 10:11:51 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:11:51 ---> Running in 189d0b3c3f3d 10:11:51 Removing intermediate container 189d0b3c3f3d 10:11:51 ---> 1d95106acfcf 10:11:51 Step 24/24 : LABEL version=2.0.1-dev.16 10:11:52 ---> Running in 2115ac67ae40 10:11:52 Removing intermediate container 2115ac67ae40 10:11:52 ---> b3bec4ddac44 10:11:52 10:11:53 Successfully built b3bec4ddac44 10:11:53 Successfully tagged sys-mgmt-agent-arm64:latest 10:12:32  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config 10:12:47 Removing intermediate container 3980aff131ab 10:12:47 ---> d64df4bb12a3 10:12:47 10:12:47 Step 11/22 : FROM alpine:3.12 10:12:47 ---> c4fd0aeabfcf 10:12:47 Step 12/22 : RUN apk add --update --no-cache curl 10:12:47 ---> Running in 2a8c67777957 10:12:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:12:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:12:49 (1/4) Installing ca-certificates (20191127-r4) 10:12:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:12:49 (3/4) Installing libcurl (7.78.0-r0) 10:12:49 (4/4) Installing curl (7.78.0-r0) 10:12:49 Executing busybox-1.31.1-r20.trigger 10:12:49 Executing ca-certificates-20191127-r4.trigger 10:12:49 OK: 7 MiB in 18 packages 10:12:52 Removing intermediate container 2a8c67777957 10:12:52 ---> 6a3f70638385 10:12:52 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:12:52 ---> Running in e57045f77c4e 10:12:52 Removing intermediate container e57045f77c4e 10:12:52 ---> a84049aa6cbd 10:12:52 Step 14/22 : WORKDIR /edgex 10:12:53 ---> Running in 32bd5a64bc84 10:12:54 Removing intermediate container 32bd5a64bc84 10:12:54 ---> c0254377b48c 10:12:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:12:55 ---> 717885e6634e 10:12:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:12:57 ---> 5827c3079ea9 10:12:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:12:59 ---> 291e93eec900 10:12:59 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:12:59 ---> Running in 66e4f7e9ffd0 10:13:00 Removing intermediate container 66e4f7e9ffd0 10:13:00 ---> cd49d4106d17 10:13:00 Step 19/22 : CMD ["--init=true"] 10:13:00 ---> Running in fa1c3a9084b0 10:13:01 Removing intermediate container fa1c3a9084b0 10:13:01 ---> a35e5257ad81 10:13:01 Step 20/22 : LABEL arch=arm64 10:13:02 ---> Running in 551880ca4d62 10:13:03 Removing intermediate container 551880ca4d62 10:13:03 ---> 4e449be52b39 10:13:03 Step 21/22 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:13:03 ---> Running in 13f13fc27316 10:13:05 Removing intermediate container 13f13fc27316 10:13:05 ---> c82b4e80989f 10:13:05 Step 22/22 : LABEL version=2.0.1-dev.16 10:13:05 ---> Running in 0ce78797b8fe 10:13:06 Removing intermediate container 0e7f44472e72 10:13:06 ---> ea7c1122ec03 10:13:06 10:13:06 Step 11/23 : FROM alpine:3.12 10:13:06 ---> c4fd0aeabfcf 10:13:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 10:13:06 ---> Using cache 10:13:06 ---> 9c33d9c4ef05 10:13:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:13:06 ---> Using cache 10:13:06 ---> 4c2c5386eb42 10:13:06 Step 14/23 : ENV APP_PORT=59861 10:13:06 Removing intermediate container 0ce78797b8fe 10:13:06 ---> c7b0dce25414 10:13:06 10:13:06 ---> Running in d150dcee2459 10:13:06 Successfully built c7b0dce25414 10:13:06 Successfully tagged security-proxy-setup-arm64:latest 10:13:07  Building security-proxy-setup ... done Removing intermediate container d150dcee2459 10:13:07 ---> 4fd10aa52d4e 10:13:07 Step 15/23 : EXPOSE $APP_PORT 10:13:07 ---> Running in a6df1d2749b9 10:13:08 Removing intermediate container a6df1d2749b9 10:13:08 ---> 49d1d656799c 10:13:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:13:09 ---> 517e51e284f3 10:13:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:13:11 ---> c3baefcba566 10:13:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:13:12 ---> 76f2baa83a10 10:13:12 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 10:13:13 ---> Running in 85219e0b43d9 10:13:14 Removing intermediate container 85219e0b43d9 10:13:14 ---> 1f0d708af781 10:13:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:13:14 ---> Running in 0aca7cb96bd6 10:13:14 Removing intermediate container 3ddbca1f1a15 10:13:14 ---> e8e30f20a4c4 10:13:14 10:13:14 Step 11/23 : FROM alpine:3.12 10:13:14 ---> c4fd0aeabfcf 10:13:14 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 10:13:15 ---> Running in a4a64bce6c78 10:13:15 Removing intermediate container 0aca7cb96bd6 10:13:15 ---> 086b4953c3aa 10:13:15 Step 21/23 : LABEL arch=arm64 10:13:15 ---> Running in 3f9992b4d500 10:13:16 Removing intermediate container 3f9992b4d500 10:13:16 ---> 9d6addf450e7 10:13:16 Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:13:16 ---> Running in 029ef6fa1fb5 10:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:17 Removing intermediate container 029ef6fa1fb5 10:13:17 ---> 4c39c20f6f67 10:13:17 Step 23/23 : LABEL version=2.0.1-dev.16 10:13:17 (1/2) Installing ca-certificates (20191127-r4) 10:13:17 (2/2) Installing dumb-init (1.2.2-r1) 10:13:17 Executing busybox-1.31.1-r20.trigger 10:13:17 Executing ca-certificates-20191127-r4.trigger 10:13:17 OK: 6 MiB in 16 packages 10:13:17 ---> Running in 0baa03a46b6a 10:13:18 Removing intermediate container 6ce65e1d27e6 10:13:18 ---> 944060de70b3 10:13:18 10:13:18 Step 11/24 : FROM alpine:3.12 10:13:18 ---> c4fd0aeabfcf 10:13:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:13:18 Removing intermediate container 0baa03a46b6a 10:13:18 ---> 7e3ef8d17f63 10:13:18 10:13:18 ---> Running in a60a94c375c1 10:13:18 Successfully built 7e3ef8d17f63 10:13:18 Successfully tagged support-scheduler-arm64:latest 10:13:19  Building support-scheduler ... done Removing intermediate container a4a64bce6c78 10:13:19 ---> 3de2048efad0 10:13:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:13:20 Removing intermediate container a60a94c375c1 10:13:20 ---> ff91936c6550 10:13:20 Step 13/24 : ENV APP_PORT=59880 10:13:20 ---> Running in b4fb8beb93e2 10:13:20 ---> Running in d1f1c9113df1 10:13:20 Removing intermediate container d1f1c9113df1 10:13:20 ---> 8c0672d05c45 10:13:20 Step 14/24 : EXPOSE $APP_PORT 10:13:20 Removing intermediate container b4fb8beb93e2 10:13:20 ---> 21c915be2c90 10:13:20 Step 14/23 : ENV APP_PORT=59860 10:13:21 ---> Running in 46470dd7368b 10:13:21 ---> Running in 31e40cdae1bb 10:13:21 Removing intermediate container 31e40cdae1bb 10:13:21 ---> 753efa4e8d2d 10:13:21 Step 15/23 : EXPOSE $APP_PORT 10:13:21 Removing intermediate container 46470dd7368b 10:13:21 ---> 8d3c8c42e2e1 10:13:21 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:21 ---> Running in 10d75e353550 10:13:21 ---> Running in 83f35a68b53f 10:13:22 Removing intermediate container 10d75e353550 10:13:22 ---> 13cb4de10628 10:13:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:13:23 ---> a73a35f32aa7 10:13:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:13:24 Removing intermediate container 83f35a68b53f 10:13:24 ---> 7cc759f77b92 10:13:24 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 10:13:24 ---> Running in 4bf1f4a909d8 10:13:24 ---> 929006e763cf 10:13:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:13:25 ---> ad11066a62b4 10:13:25 Step 19/23 : ENTRYPOINT ["/support-notifications"] 10:13:25 ---> Running in d2c6cf71dd88 10:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:26 Removing intermediate container d2c6cf71dd88 10:13:26 ---> a2465777ef3b 10:13:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:13:26 ---> Running in 42a8a09cbe89 10:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:26 Removing intermediate container 42a8a09cbe89 10:13:26 ---> 3b699c4454b1 10:13:26 Step 21/23 : LABEL arch=arm64 10:13:26 ---> Running in e9a42d12e9fb 10:13:27 (1/6) Installing dumb-init (1.2.2-r1) 10:13:27 (2/6) Installing libgcc (9.3.0-r2) 10:13:27 (3/6) Installing libsodium (1.0.18-r0) 10:13:27 (4/6) Installing libstdc++ (9.3.0-r2) 10:13:27 (5/6) Installing libzmq (4.3.3-r0) 10:13:27 (6/6) Installing zeromq (4.3.3-r0) 10:13:27 Removing intermediate container e9a42d12e9fb 10:13:27 ---> b0a20e6def9a 10:13:27 Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:13:28 Executing busybox-1.31.1-r20.trigger 10:13:28 OK: 8 MiB in 20 packages 10:13:28 ---> Running in e60d23f28081 10:13:28 Removing intermediate container e60d23f28081 10:13:28 ---> ded1d70e42d8 10:13:28 Step 23/23 : LABEL version=2.0.1-dev.16 10:13:28 ---> Running in 40921cf7a024 10:13:29 Removing intermediate container 4bf1f4a909d8 10:13:29 ---> daa681ed45b0 10:13:29 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 10:13:29 Removing intermediate container 40921cf7a024 10:13:29 ---> 1db74d1af1a9 10:13:29 10:13:29 Successfully built 1db74d1af1a9 10:13:29 Successfully tagged support-notifications-arm64:latest 10:13:30  Building support-notifications ... done  ---> e3bee0ecde7b 10:13:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:13:31 ---> efb9dc174d41 10:13:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:13:32 ---> 465c36050848 10:13:32 Step 20/24 : ENTRYPOINT ["/core-data"] 10:13:32 ---> Running in 7f2a05eabd9a 10:13:33 Removing intermediate container 7f2a05eabd9a 10:13:33 ---> 3dd3fdc10482 10:13:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:13:33 ---> Running in 0eb74c5ffc27 10:13:33 Removing intermediate container 0eb74c5ffc27 10:13:33 ---> 21c25c43517a 10:13:33 Step 22/24 : LABEL arch=arm64 10:13:33 ---> Running in 93e427a9fab3 10:13:34 Removing intermediate container 93e427a9fab3 10:13:34 ---> 51e747e208db 10:13:34 Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 10:13:34 ---> Running in 80054d9205cb 10:13:35 Removing intermediate container 80054d9205cb 10:13:35 ---> c8bea86a117c 10:13:35 Step 24/24 : LABEL version=2.0.1-dev.16 10:13:35 ---> Running in af902a14f95d 10:13:35 Removing intermediate container af902a14f95d 10:13:35 ---> ba01250d6212 10:13:35 10:13:35 Successfully built ba01250d6212 10:13:35 Successfully tagged core-data-arm64:latest 10:13:35  Building core-data ... done  [Pipeline] } 10:13:35 $ docker stop --time=1 b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 10:13:37 $ docker rm -f b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 [Pipeline] // withDockerContainer [Pipeline] sh 10:13:38 + docker images 10:13:38 REPOSITORY TAG IMAGE ID CREATED SIZE 10:13:38 core-data-arm64 latest ba01250d6212 3 seconds ago 19.3MB 10:13:38 support-notifications-arm64 latest 1db74d1af1a9 9 seconds ago 15.9MB 10:13:38 support-scheduler-arm64 latest 7e3ef8d17f63 20 seconds ago 15.2MB 10:13:38 944060de70b3 21 seconds ago 1.45GB 10:13:38 e8e30f20a4c4 24 seconds ago 1.45GB 10:13:38 security-proxy-setup-arm64 latest c7b0dce25414 32 seconds ago 24.5MB 10:13:38 ea7c1122ec03 33 seconds ago 1.45GB 10:13:38 d64df4bb12a3 53 seconds ago 1.45GB 10:13:38 sys-mgmt-agent-arm64 latest b3bec4ddac44 About a minute ago 311MB 10:13:38 security-bootstrapper-arm64 latest 88428be79de7 2 minutes ago 17.7MB 10:13:38 security-secretstore-setup-arm64 latest 3bf0d54c7546 2 minutes ago 27.4MB 10:13:38 core-metadata-arm64 latest 8a15093a2277 3 minutes ago 15.8MB 10:13:38 core-command-arm64 latest a729424647b4 3 minutes ago 15.1MB 10:13:38 35ab4f7bacf9 3 minutes ago 1.45GB 10:13:38 875905366f8b 3 minutes ago 1.45GB 10:13:38 a449fc98d748 3 minutes ago 1.45GB 10:13:38 ed1400e47198 3 minutes ago 1.45GB 10:13:38 e8d526febbb8 3 minutes ago 1.44GB 10:13:38 ci-base-image-arm64 latest 942659c657c1 7 minutes ago 1.23GB 10:13:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 2 weeks ago 451MB 10:13:38 alpine 3.12 c4fd0aeabfcf 6 weeks ago 5.32MB 10:13:38 docker 20.10.6 cdf2a7733a7b 3 months ago 234MB 10:13:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:13:39 provisioning config files... 10:13:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config3321283874436528249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:13:39 ---> docker-login.sh 10:13:39 nexus3.edgexfoundry.org:10001 10:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:40 Configure a credential helper to remove this warning. See 10:13:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:40 10:13:40 Login Succeeded 10:13:40 nexus3.edgexfoundry.org:10002 10:13:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:40 Configure a credential helper to remove this warning. See 10:13:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:40 10:13:40 Login Succeeded 10:13:40 nexus3.edgexfoundry.org:10003 10:13:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:41 Configure a credential helper to remove this warning. See 10:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:41 10:13:41 Login Succeeded 10:13:41 nexus3.edgexfoundry.org:10004 10:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:41 Configure a credential helper to remove this warning. See 10:13:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:41 10:13:41 Login Succeeded 10:13:41 docker.io 10:13:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:13:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:13:42 Configure a credential helper to remove this warning. See 10:13:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:13:42 10:13:42 Login Succeeded 10:13:42 ---> docker-login.sh ends [Pipeline] } 10:13:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:42 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:13:42 166d79170882b6e1653a5f9367002074af0733c4 10:13:42 latest 10:13:42 2.0.1-dev.16 10:13:42 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:42 main 10:13:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:43 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:13:43 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:13:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:13:43 955a050d2b9a: Preparing 10:13:43 1035e8b28ed4: Preparing 10:13:43 60f52e645ad2: Preparing 10:13:43 b275d05d083d: Preparing 10:13:43 3fbe34a1663b: Preparing 10:13:43 3fbe34a1663b: Layer already exists 10:13:43 955a050d2b9a: Pushed 10:13:43 b275d05d083d: Pushed 10:13:43 60f52e645ad2: Pushed 10:13:46 1035e8b28ed4: Pushed 10:13:46 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:13:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:13:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:13:47 955a050d2b9a: Preparing 10:13:47 1035e8b28ed4: Preparing 10:13:47 60f52e645ad2: Preparing 10:13:47 b275d05d083d: Preparing 10:13:47 3fbe34a1663b: Preparing 10:13:47 1035e8b28ed4: Layer already exists 10:13:47 955a050d2b9a: Layer already exists 10:13:47 3fbe34a1663b: Layer already exists 10:13:47 60f52e645ad2: Layer already exists 10:13:47 b275d05d083d: Layer already exists 10:13:47 latest: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:13:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:13:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 10:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:13:48 955a050d2b9a: Preparing 10:13:48 1035e8b28ed4: Preparing 10:13:48 60f52e645ad2: Preparing 10:13:48 b275d05d083d: Preparing 10:13:48 3fbe34a1663b: Preparing 10:13:48 60f52e645ad2: Layer already exists 10:13:48 3fbe34a1663b: Layer already exists 10:13:48 1035e8b28ed4: Layer already exists 10:13:48 b275d05d083d: Layer already exists 10:13:48 955a050d2b9a: Layer already exists 10:13:48 2.0.1-dev.16: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:13:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:13:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:13:49 955a050d2b9a: Preparing 10:13:49 1035e8b28ed4: Preparing 10:13:49 60f52e645ad2: Preparing 10:13:49 b275d05d083d: Preparing 10:13:49 3fbe34a1663b: Preparing 10:13:49 955a050d2b9a: Layer already exists 10:13:49 60f52e645ad2: Layer already exists 10:13:49 b275d05d083d: Layer already exists 10:13:49 1035e8b28ed4: Layer already exists 10:13:49 3fbe34a1663b: Layer already exists 10:13:49 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh 10:13:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh 10:13:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:13:50 955a050d2b9a: Preparing 10:13:50 1035e8b28ed4: Preparing 10:13:50 60f52e645ad2: Preparing 10:13:50 b275d05d083d: Preparing 10:13:50 3fbe34a1663b: Preparing 10:13:50 b275d05d083d: Layer already exists 10:13:50 60f52e645ad2: Layer already exists 10:13:50 3fbe34a1663b: Layer already exists 10:13:50 955a050d2b9a: Layer already exists 10:13:50 1035e8b28ed4: Layer already exists 10:13:50 main: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:50 ===================================================== [Pipeline] echo 10:13:50 taggedImages: 10:13:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:13:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:13:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 10:13:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:13:50 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:13:50 166d79170882b6e1653a5f9367002074af0733c4 10:13:50 latest 10:13:50 2.0.1-dev.16 10:13:50 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:50 main 10:13:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:13:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:13:51 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:13:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:13:51 4320d979531d: Preparing 10:13:51 8a5b1cb2a153: Preparing 10:13:51 60f52e645ad2: Preparing 10:13:51 cce2a88e96ea: Preparing 10:13:51 1626bd2bfddf: Preparing 10:13:51 3fbe34a1663b: Preparing 10:13:51 3fbe34a1663b: Waiting 10:13:51 60f52e645ad2: Layer already exists 10:13:51 3fbe34a1663b: Layer already exists 10:13:51 4320d979531d: Pushed 10:13:51 1626bd2bfddf: Pushed 10:13:52 cce2a88e96ea: Pushed 10:13:55 8a5b1cb2a153: Pushed 10:13:55 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:13:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:13:55 4320d979531d: Preparing 10:13:55 8a5b1cb2a153: Preparing 10:13:55 60f52e645ad2: Preparing 10:13:55 cce2a88e96ea: Preparing 10:13:55 1626bd2bfddf: Preparing 10:13:55 3fbe34a1663b: Preparing 10:13:55 3fbe34a1663b: Waiting 10:13:56 60f52e645ad2: Layer already exists 10:13:56 8a5b1cb2a153: Layer already exists 10:13:56 4320d979531d: Layer already exists 10:13:56 1626bd2bfddf: Layer already exists 10:13:56 cce2a88e96ea: Layer already exists 10:13:56 3fbe34a1663b: Layer already exists 10:13:56 latest: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:13:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 10:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:13:57 4320d979531d: Preparing 10:13:57 8a5b1cb2a153: Preparing 10:13:57 60f52e645ad2: Preparing 10:13:57 cce2a88e96ea: Preparing 10:13:57 1626bd2bfddf: Preparing 10:13:57 3fbe34a1663b: Preparing 10:13:57 3fbe34a1663b: Waiting 10:13:57 60f52e645ad2: Layer already exists 10:13:57 8a5b1cb2a153: Layer already exists 10:13:57 1626bd2bfddf: Layer already exists 10:13:57 4320d979531d: Layer already exists 10:13:57 cce2a88e96ea: Layer already exists 10:13:57 3fbe34a1663b: Layer already exists 10:13:57 2.0.1-dev.16: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:58 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:13:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:13:58 4320d979531d: Preparing 10:13:58 8a5b1cb2a153: Preparing 10:13:58 60f52e645ad2: Preparing 10:13:58 cce2a88e96ea: Preparing 10:13:58 1626bd2bfddf: Preparing 10:13:58 3fbe34a1663b: Preparing 10:13:58 3fbe34a1663b: Waiting 10:13:58 60f52e645ad2: Layer already exists 10:13:58 4320d979531d: Layer already exists 10:13:58 1626bd2bfddf: Layer already exists 10:13:58 cce2a88e96ea: Layer already exists 10:13:58 8a5b1cb2a153: Layer already exists 10:13:58 3fbe34a1663b: Layer already exists 10:13:58 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh 10:13:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh 10:13:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:13:59 4320d979531d: Preparing 10:13:59 8a5b1cb2a153: Preparing 10:13:59 60f52e645ad2: Preparing 10:13:59 cce2a88e96ea: Preparing 10:13:59 1626bd2bfddf: Preparing 10:13:59 3fbe34a1663b: Preparing 10:13:59 3fbe34a1663b: Waiting 10:13:59 cce2a88e96ea: Layer already exists 10:13:59 4320d979531d: Layer already exists 10:13:59 60f52e645ad2: Layer already exists 10:13:59 8a5b1cb2a153: Layer already exists 10:13:59 1626bd2bfddf: Layer already exists 10:13:59 3fbe34a1663b: Layer already exists 10:13:59 main: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:59 ===================================================== [Pipeline] echo 10:13:59 taggedImages: 10:13:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:13:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:13:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 10:13:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:59 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:13:59 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:13:59 166d79170882b6e1653a5f9367002074af0733c4 10:13:59 latest 10:13:59 2.0.1-dev.16 10:13:59 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:13:59 main 10:13:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:00 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:14:00 77de55b1dbd2: Preparing 10:14:00 f534d78b1078: Preparing 10:14:00 60f52e645ad2: Preparing 10:14:00 b275d05d083d: Preparing 10:14:00 3fbe34a1663b: Preparing 10:14:01 3fbe34a1663b: Layer already exists 10:14:01 b275d05d083d: Layer already exists 10:14:01 60f52e645ad2: Layer already exists 10:14:01 77de55b1dbd2: Pushed 10:14:04 f534d78b1078: Pushed 10:14:04 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:14:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:14:05 77de55b1dbd2: Preparing 10:14:05 f534d78b1078: Preparing 10:14:05 60f52e645ad2: Preparing 10:14:05 b275d05d083d: Preparing 10:14:05 3fbe34a1663b: Preparing 10:14:05 3fbe34a1663b: Layer already exists 10:14:05 f534d78b1078: Layer already exists 10:14:05 b275d05d083d: Layer already exists 10:14:05 60f52e645ad2: Layer already exists 10:14:05 77de55b1dbd2: Layer already exists 10:14:05 latest: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 10:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:14:06 77de55b1dbd2: Preparing 10:14:06 f534d78b1078: Preparing 10:14:06 60f52e645ad2: Preparing 10:14:06 b275d05d083d: Preparing 10:14:06 3fbe34a1663b: Preparing 10:14:06 3fbe34a1663b: Layer already exists 10:14:06 60f52e645ad2: Layer already exists 10:14:06 b275d05d083d: Layer already exists 10:14:06 f534d78b1078: Layer already exists 10:14:06 77de55b1dbd2: Layer already exists 10:14:06 2.0.1-dev.16: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:14:07 77de55b1dbd2: Preparing 10:14:07 f534d78b1078: Preparing 10:14:07 60f52e645ad2: Preparing 10:14:07 b275d05d083d: Preparing 10:14:07 3fbe34a1663b: Preparing 10:14:07 77de55b1dbd2: Layer already exists 10:14:07 3fbe34a1663b: Layer already exists 10:14:07 f534d78b1078: Layer already exists 10:14:07 60f52e645ad2: Layer already exists 10:14:07 b275d05d083d: Layer already exists 10:14:07 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:07 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:08 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:14:08 77de55b1dbd2: Preparing 10:14:08 f534d78b1078: Preparing 10:14:08 60f52e645ad2: Preparing 10:14:08 b275d05d083d: Preparing 10:14:08 3fbe34a1663b: Preparing 10:14:08 b275d05d083d: Layer already exists 10:14:08 77de55b1dbd2: Layer already exists 10:14:08 f534d78b1078: Layer already exists 10:14:08 60f52e645ad2: Layer already exists 10:14:08 3fbe34a1663b: Layer already exists 10:14:08 main: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:08 ===================================================== [Pipeline] echo 10:14:08 taggedImages: 10:14:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:14:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 10:14:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:08 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:14:08 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:14:08 166d79170882b6e1653a5f9367002074af0733c4 10:14:08 latest 10:14:08 2.0.1-dev.16 10:14:08 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:08 main 10:14:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:14:09 7689483a2a65: Preparing 10:14:09 7689483a2a65: Preparing 10:14:09 a7fde79218f3: Preparing 10:14:09 ed1f18c25895: Preparing 10:14:09 ab5421430efc: Preparing 10:14:09 91a656dcd863: Preparing 10:14:09 60f52e645ad2: Preparing 10:14:09 ef20d75fe887: Preparing 10:14:09 3c8b88876c65: Preparing 10:14:09 a2a926106f4d: Preparing 10:14:09 fc35c74a5366: Preparing 10:14:09 3fbe34a1663b: Preparing 10:14:09 3c8b88876c65: Waiting 10:14:09 a2a926106f4d: Waiting 10:14:09 fc35c74a5366: Waiting 10:14:09 3fbe34a1663b: Waiting 10:14:09 60f52e645ad2: Waiting 10:14:09 ef20d75fe887: Waiting 10:14:09 ed1f18c25895: Pushed 10:14:09 7689483a2a65: Pushed 10:14:09 60f52e645ad2: Layer already exists 10:14:10 ef20d75fe887: Pushed 10:14:10 3c8b88876c65: Pushed 10:14:10 a7fde79218f3: Pushed 10:14:10 ab5421430efc: Pushed 10:14:10 3fbe34a1663b: Layer already exists 10:14:10 a2a926106f4d: Pushed 10:14:10 fc35c74a5366: Pushed 10:14:13 91a656dcd863: Pushed 10:14:13 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:14:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:14:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:14:13 7689483a2a65: Preparing 10:14:13 7689483a2a65: Preparing 10:14:13 a7fde79218f3: Preparing 10:14:13 ed1f18c25895: Preparing 10:14:13 ab5421430efc: Preparing 10:14:13 91a656dcd863: Preparing 10:14:13 60f52e645ad2: Preparing 10:14:13 ef20d75fe887: Preparing 10:14:13 3c8b88876c65: Preparing 10:14:13 a2a926106f4d: Preparing 10:14:13 fc35c74a5366: Preparing 10:14:13 3fbe34a1663b: Preparing 10:14:13 3c8b88876c65: Waiting 10:14:13 a2a926106f4d: Waiting 10:14:13 fc35c74a5366: Waiting 10:14:13 60f52e645ad2: Waiting 10:14:13 ef20d75fe887: Waiting 10:14:13 3fbe34a1663b: Waiting 10:14:14 91a656dcd863: Layer already exists 10:14:14 ed1f18c25895: Layer already exists 10:14:14 7689483a2a65: Layer already exists 10:14:14 a7fde79218f3: Layer already exists 10:14:14 ab5421430efc: Layer already exists 10:14:14 60f52e645ad2: Layer already exists 10:14:14 a2a926106f4d: Layer already exists 10:14:14 fc35c74a5366: Layer already exists 10:14:14 ef20d75fe887: Layer already exists 10:14:14 3fbe34a1663b: Layer already exists 10:14:15 3c8b88876c65: Layer already exists 10:14:15 latest: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:14:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 10:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:14:15 7689483a2a65: Preparing 10:14:15 7689483a2a65: Preparing 10:14:15 a7fde79218f3: Preparing 10:14:15 ed1f18c25895: Preparing 10:14:15 ab5421430efc: Preparing 10:14:15 91a656dcd863: Preparing 10:14:15 60f52e645ad2: Preparing 10:14:15 ef20d75fe887: Preparing 10:14:15 3c8b88876c65: Preparing 10:14:15 a2a926106f4d: Preparing 10:14:15 fc35c74a5366: Preparing 10:14:15 3fbe34a1663b: Preparing 10:14:15 3c8b88876c65: Waiting 10:14:15 a2a926106f4d: Waiting 10:14:15 fc35c74a5366: Waiting 10:14:15 3fbe34a1663b: Waiting 10:14:15 60f52e645ad2: Waiting 10:14:15 ef20d75fe887: Waiting 10:14:16 91a656dcd863: Layer already exists 10:14:16 ed1f18c25895: Layer already exists 10:14:16 a7fde79218f3: Layer already exists 10:14:16 7689483a2a65: Layer already exists 10:14:16 ab5421430efc: Layer already exists 10:14:16 3c8b88876c65: Layer already exists 10:14:16 ef20d75fe887: Layer already exists 10:14:16 60f52e645ad2: Layer already exists 10:14:16 a2a926106f4d: Layer already exists 10:14:16 fc35c74a5366: Layer already exists 10:14:16 3fbe34a1663b: Layer already exists 10:14:16 2.0.1-dev.16: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:14:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:14:16 7689483a2a65: Preparing 10:14:16 7689483a2a65: Preparing 10:14:16 a7fde79218f3: Preparing 10:14:16 ed1f18c25895: Preparing 10:14:16 ab5421430efc: Preparing 10:14:16 91a656dcd863: Preparing 10:14:16 60f52e645ad2: Preparing 10:14:16 ef20d75fe887: Preparing 10:14:16 3c8b88876c65: Preparing 10:14:16 a2a926106f4d: Preparing 10:14:16 fc35c74a5366: Preparing 10:14:16 3fbe34a1663b: Preparing 10:14:16 3c8b88876c65: Waiting 10:14:16 a2a926106f4d: Waiting 10:14:16 60f52e645ad2: Waiting 10:14:16 fc35c74a5366: Waiting 10:14:16 ef20d75fe887: Waiting 10:14:16 3fbe34a1663b: Waiting 10:14:17 ab5421430efc: Layer already exists 10:14:17 a7fde79218f3: Layer already exists 10:14:17 7689483a2a65: Layer already exists 10:14:17 91a656dcd863: Layer already exists 10:14:17 ed1f18c25895: Layer already exists 10:14:17 60f52e645ad2: Layer already exists 10:14:17 fc35c74a5366: Layer already exists 10:14:17 3c8b88876c65: Layer already exists 10:14:17 ef20d75fe887: Layer already exists 10:14:17 a2a926106f4d: Layer already exists 10:14:17 3fbe34a1663b: Layer already exists 10:14:17 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh 10:14:17 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:14:17 7689483a2a65: Preparing 10:14:17 7689483a2a65: Preparing 10:14:17 a7fde79218f3: Preparing 10:14:17 ed1f18c25895: Preparing 10:14:17 ab5421430efc: Preparing 10:14:17 91a656dcd863: Preparing 10:14:17 60f52e645ad2: Preparing 10:14:17 ef20d75fe887: Preparing 10:14:17 3c8b88876c65: Preparing 10:14:17 a2a926106f4d: Preparing 10:14:17 fc35c74a5366: Preparing 10:14:17 3fbe34a1663b: Preparing 10:14:17 60f52e645ad2: Waiting 10:14:17 ef20d75fe887: Waiting 10:14:17 3c8b88876c65: Waiting 10:14:17 a2a926106f4d: Waiting 10:14:17 fc35c74a5366: Waiting 10:14:17 3fbe34a1663b: Waiting 10:14:18 91a656dcd863: Layer already exists 10:14:18 ed1f18c25895: Layer already exists 10:14:18 7689483a2a65: Layer already exists 10:14:18 a7fde79218f3: Layer already exists 10:14:18 ab5421430efc: Layer already exists 10:14:18 3c8b88876c65: Layer already exists 10:14:18 fc35c74a5366: Layer already exists 10:14:18 ef20d75fe887: Layer already exists 10:14:18 60f52e645ad2: Layer already exists 10:14:18 a2a926106f4d: Layer already exists 10:14:18 3fbe34a1663b: Layer already exists 10:14:18 main: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:18 ===================================================== [Pipeline] echo 10:14:18 taggedImages: 10:14:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:14:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 10:14:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:14:18 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:14:18 166d79170882b6e1653a5f9367002074af0733c4 10:14:18 latest 10:14:18 2.0.1-dev.16 10:14:18 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:18 main 10:14:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:14:18 fc6fa9625fef: Preparing 10:14:18 71e02534ffa5: Preparing 10:14:18 44b5c397b834: Preparing 10:14:18 8f79c4df1991: Preparing 10:14:18 b1492d91ebb3: Preparing 10:14:18 3fbe34a1663b: Preparing 10:14:18 3fbe34a1663b: Waiting 10:14:19 8f79c4df1991: Pushed 10:14:19 44b5c397b834: Pushed 10:14:19 3fbe34a1663b: Layer already exists 10:14:19 b1492d91ebb3: Pushed 10:14:21 71e02534ffa5: Pushed 10:14:21 fc6fa9625fef: Pushed 10:14:21 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:14:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:14:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:14:22 fc6fa9625fef: Preparing 10:14:22 71e02534ffa5: Preparing 10:14:22 44b5c397b834: Preparing 10:14:22 8f79c4df1991: Preparing 10:14:22 b1492d91ebb3: Preparing 10:14:22 3fbe34a1663b: Preparing 10:14:22 3fbe34a1663b: Waiting 10:14:22 b1492d91ebb3: Layer already exists 10:14:22 fc6fa9625fef: Layer already exists 10:14:22 44b5c397b834: Layer already exists 10:14:22 8f79c4df1991: Layer already exists 10:14:22 71e02534ffa5: Layer already exists 10:14:22 3fbe34a1663b: Layer already exists 10:14:22 latest: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:14:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 10:14:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:14:23 fc6fa9625fef: Preparing 10:14:23 71e02534ffa5: Preparing 10:14:23 44b5c397b834: Preparing 10:14:23 8f79c4df1991: Preparing 10:14:23 b1492d91ebb3: Preparing 10:14:23 3fbe34a1663b: Preparing 10:14:23 3fbe34a1663b: Waiting 10:14:23 b1492d91ebb3: Layer already exists 10:14:23 fc6fa9625fef: Layer already exists 10:14:23 71e02534ffa5: Layer already exists 10:14:23 8f79c4df1991: Layer already exists 10:14:23 44b5c397b834: Layer already exists 10:14:23 3fbe34a1663b: Layer already exists 10:14:23 2.0.1-dev.16: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:14:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:14:24 fc6fa9625fef: Preparing 10:14:24 71e02534ffa5: Preparing 10:14:24 44b5c397b834: Preparing 10:14:24 8f79c4df1991: Preparing 10:14:24 b1492d91ebb3: Preparing 10:14:24 3fbe34a1663b: Preparing 10:14:24 3fbe34a1663b: Waiting 10:14:24 71e02534ffa5: Layer already exists 10:14:24 b1492d91ebb3: Layer already exists 10:14:24 fc6fa9625fef: Layer already exists 10:14:24 44b5c397b834: Layer already exists 10:14:24 8f79c4df1991: Layer already exists 10:14:24 3fbe34a1663b: Layer already exists 10:14:24 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh 10:14:24 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:14:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:14:25 fc6fa9625fef: Preparing 10:14:25 71e02534ffa5: Preparing 10:14:25 44b5c397b834: Preparing 10:14:25 8f79c4df1991: Preparing 10:14:25 b1492d91ebb3: Preparing 10:14:25 3fbe34a1663b: Preparing 10:14:25 3fbe34a1663b: Waiting 10:14:25 fc6fa9625fef: Layer already exists 10:14:25 71e02534ffa5: Layer already exists 10:14:25 8f79c4df1991: Layer already exists 10:14:25 44b5c397b834: Layer already exists 10:14:25 b1492d91ebb3: Layer already exists 10:14:25 3fbe34a1663b: Layer already exists 10:14:25 main: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:25 ===================================================== [Pipeline] echo 10:14:25 taggedImages: 10:14:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:14:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 10:14:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:25 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:14:25 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:14:25 166d79170882b6e1653a5f9367002074af0733c4 10:14:25 latest 10:14:25 2.0.1-dev.16 10:14:25 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:25 main 10:14:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:14:26 74e10dea0d28: Preparing 10:14:26 22e33fe26f40: Preparing 10:14:26 1708aaa87f88: Preparing 10:14:26 5eba9123cb25: Preparing 10:14:26 0937af552b8b: Preparing 10:14:26 d4707bf76b4d: Preparing 10:14:26 d2d29f8d22b1: Preparing 10:14:26 c95dc547e08b: Preparing 10:14:26 36979e7074f7: Preparing 10:14:26 3fbe34a1663b: Preparing 10:14:26 d4707bf76b4d: Waiting 10:14:26 36979e7074f7: Waiting 10:14:26 d2d29f8d22b1: Waiting 10:14:26 3fbe34a1663b: Waiting 10:14:26 c95dc547e08b: Waiting 10:14:27 0937af552b8b: Pushed 10:14:27 74e10dea0d28: Pushed 10:14:27 22e33fe26f40: Pushed 10:14:27 d4707bf76b4d: Pushed 10:14:27 c95dc547e08b: Pushed 10:14:27 d2d29f8d22b1: Pushed 10:14:27 3fbe34a1663b: Layer already exists 10:14:27 36979e7074f7: Pushed 10:14:29 5eba9123cb25: Pushed 10:14:29 1708aaa87f88: Pushed 10:14:30 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh 10:14:30 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:14:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:14:31 74e10dea0d28: Preparing 10:14:31 22e33fe26f40: Preparing 10:14:31 1708aaa87f88: Preparing 10:14:31 5eba9123cb25: Preparing 10:14:31 0937af552b8b: Preparing 10:14:31 d4707bf76b4d: Preparing 10:14:31 d2d29f8d22b1: Preparing 10:14:31 c95dc547e08b: Preparing 10:14:31 36979e7074f7: Preparing 10:14:31 3fbe34a1663b: Preparing 10:14:31 d4707bf76b4d: Waiting 10:14:31 d2d29f8d22b1: Waiting 10:14:31 c95dc547e08b: Waiting 10:14:31 3fbe34a1663b: Waiting 10:14:31 36979e7074f7: Waiting 10:14:31 0937af552b8b: Layer already exists 10:14:31 5eba9123cb25: Layer already exists 10:14:31 1708aaa87f88: Layer already exists 10:14:31 74e10dea0d28: Layer already exists 10:14:31 22e33fe26f40: Layer already exists 10:14:31 d2d29f8d22b1: Layer already exists 10:14:31 d4707bf76b4d: Layer already exists 10:14:31 3fbe34a1663b: Layer already exists 10:14:31 36979e7074f7: Layer already exists 10:14:31 c95dc547e08b: Layer already exists 10:14:31 latest: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh 10:14:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 10:14:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:14:32 74e10dea0d28: Preparing 10:14:32 22e33fe26f40: Preparing 10:14:32 1708aaa87f88: Preparing 10:14:32 5eba9123cb25: Preparing 10:14:32 0937af552b8b: Preparing 10:14:32 d4707bf76b4d: Preparing 10:14:32 d2d29f8d22b1: Preparing 10:14:32 c95dc547e08b: Preparing 10:14:32 36979e7074f7: Preparing 10:14:32 3fbe34a1663b: Preparing 10:14:32 d4707bf76b4d: Waiting 10:14:32 d2d29f8d22b1: Waiting 10:14:32 c95dc547e08b: Waiting 10:14:32 36979e7074f7: Waiting 10:14:32 5eba9123cb25: Layer already exists 10:14:32 74e10dea0d28: Layer already exists 10:14:32 22e33fe26f40: Layer already exists 10:14:32 1708aaa87f88: Layer already exists 10:14:32 0937af552b8b: Layer already exists 10:14:32 d4707bf76b4d: Layer already exists 10:14:32 d2d29f8d22b1: Layer already exists 10:14:32 c95dc547e08b: Layer already exists 10:14:32 3fbe34a1663b: Layer already exists 10:14:32 36979e7074f7: Layer already exists 10:14:32 2.0.1-dev.16: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh 10:14:32 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:14:33 74e10dea0d28: Preparing 10:14:33 22e33fe26f40: Preparing 10:14:33 1708aaa87f88: Preparing 10:14:33 5eba9123cb25: Preparing 10:14:33 0937af552b8b: Preparing 10:14:33 d4707bf76b4d: Preparing 10:14:33 d2d29f8d22b1: Preparing 10:14:33 c95dc547e08b: Preparing 10:14:33 36979e7074f7: Preparing 10:14:33 3fbe34a1663b: Preparing 10:14:33 d4707bf76b4d: Waiting 10:14:33 d2d29f8d22b1: Waiting 10:14:33 c95dc547e08b: Waiting 10:14:33 36979e7074f7: Waiting 10:14:33 3fbe34a1663b: Waiting 10:14:33 1708aaa87f88: Layer already exists 10:14:33 74e10dea0d28: Layer already exists 10:14:33 5eba9123cb25: Layer already exists 10:14:33 0937af552b8b: Layer already exists 10:14:33 22e33fe26f40: Layer already exists 10:14:33 d4707bf76b4d: Layer already exists 10:14:33 d2d29f8d22b1: Layer already exists 10:14:33 36979e7074f7: Layer already exists 10:14:33 3fbe34a1663b: Layer already exists 10:14:33 c95dc547e08b: Layer already exists 10:14:33 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh 10:14:33 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:14:34 74e10dea0d28: Preparing 10:14:34 22e33fe26f40: Preparing 10:14:34 1708aaa87f88: Preparing 10:14:34 5eba9123cb25: Preparing 10:14:34 0937af552b8b: Preparing 10:14:34 d4707bf76b4d: Preparing 10:14:34 d2d29f8d22b1: Preparing 10:14:34 c95dc547e08b: Preparing 10:14:34 36979e7074f7: Preparing 10:14:34 3fbe34a1663b: Preparing 10:14:34 d4707bf76b4d: Waiting 10:14:34 d2d29f8d22b1: Waiting 10:14:34 c95dc547e08b: Waiting 10:14:34 36979e7074f7: Waiting 10:14:34 3fbe34a1663b: Waiting 10:14:34 22e33fe26f40: Layer already exists 10:14:34 74e10dea0d28: Layer already exists 10:14:34 0937af552b8b: Layer already exists 10:14:34 1708aaa87f88: Layer already exists 10:14:34 5eba9123cb25: Layer already exists 10:14:34 d4707bf76b4d: Layer already exists 10:14:34 36979e7074f7: Layer already exists 10:14:34 d2d29f8d22b1: Layer already exists 10:14:34 c95dc547e08b: Layer already exists 10:14:34 3fbe34a1663b: Layer already exists 10:14:34 main: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:34 ===================================================== [Pipeline] echo 10:14:34 taggedImages: 10:14:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:14:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 10:14:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:34 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:14:34 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:14:34 166d79170882b6e1653a5f9367002074af0733c4 10:14:34 latest 10:14:34 2.0.1-dev.16 10:14:34 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:34 main 10:14:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:35 28fafecabe2e: Preparing 10:14:35 bdcd8eff3c8d: Preparing 10:14:35 60f52e645ad2: Preparing 10:14:35 551781b1659c: Preparing 10:14:35 3fbe34a1663b: Preparing 10:14:35 60f52e645ad2: Layer already exists 10:14:35 3fbe34a1663b: Layer already exists 10:14:35 28fafecabe2e: Pushed 10:14:35 551781b1659c: Pushed 10:14:38 bdcd8eff3c8d: Pushed 10:14:38 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:14:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:39 28fafecabe2e: Preparing 10:14:39 bdcd8eff3c8d: Preparing 10:14:39 60f52e645ad2: Preparing 10:14:39 551781b1659c: Preparing 10:14:39 3fbe34a1663b: Preparing 10:14:39 551781b1659c: Layer already exists 10:14:39 60f52e645ad2: Layer already exists 10:14:39 3fbe34a1663b: Layer already exists 10:14:39 28fafecabe2e: Layer already exists 10:14:39 bdcd8eff3c8d: Layer already exists 10:14:39 latest: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:14:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 10:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:40 28fafecabe2e: Preparing 10:14:40 bdcd8eff3c8d: Preparing 10:14:40 60f52e645ad2: Preparing 10:14:40 551781b1659c: Preparing 10:14:40 3fbe34a1663b: Preparing 10:14:40 551781b1659c: Layer already exists 10:14:40 60f52e645ad2: Layer already exists 10:14:40 bdcd8eff3c8d: Layer already exists 10:14:40 28fafecabe2e: Layer already exists 10:14:40 3fbe34a1663b: Layer already exists 10:14:40 2.0.1-dev.16: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:14:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:41 28fafecabe2e: Preparing 10:14:41 bdcd8eff3c8d: Preparing 10:14:41 60f52e645ad2: Preparing 10:14:41 551781b1659c: Preparing 10:14:41 3fbe34a1663b: Preparing 10:14:41 60f52e645ad2: Layer already exists 10:14:41 3fbe34a1663b: Layer already exists 10:14:41 28fafecabe2e: Layer already exists 10:14:41 bdcd8eff3c8d: Layer already exists 10:14:41 551781b1659c: Layer already exists 10:14:41 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:14:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:14:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:14:42 28fafecabe2e: Preparing 10:14:42 bdcd8eff3c8d: Preparing 10:14:42 60f52e645ad2: Preparing 10:14:42 551781b1659c: Preparing 10:14:42 3fbe34a1663b: Preparing 10:14:42 28fafecabe2e: Layer already exists 10:14:42 bdcd8eff3c8d: Layer already exists 10:14:42 551781b1659c: Layer already exists 10:14:42 60f52e645ad2: Layer already exists 10:14:42 3fbe34a1663b: Layer already exists 10:14:42 main: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:42 ===================================================== [Pipeline] echo 10:14:42 taggedImages: 10:14:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:14:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 10:14:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:42 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:14:42 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:14:42 166d79170882b6e1653a5f9367002074af0733c4 10:14:42 latest 10:14:42 2.0.1-dev.16 10:14:42 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:42 main 10:14:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:43 59eb89cd1bda: Preparing 10:14:43 02bc6ebc4549: Preparing 10:14:43 60f52e645ad2: Preparing 10:14:43 b275d05d083d: Preparing 10:14:43 3fbe34a1663b: Preparing 10:14:43 b275d05d083d: Layer already exists 10:14:43 60f52e645ad2: Layer already exists 10:14:43 3fbe34a1663b: Layer already exists 10:14:43 59eb89cd1bda: Pushed 10:14:46 02bc6ebc4549: Pushed 10:14:46 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:14:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:46 59eb89cd1bda: Preparing 10:14:46 02bc6ebc4549: Preparing 10:14:46 60f52e645ad2: Preparing 10:14:46 b275d05d083d: Preparing 10:14:46 3fbe34a1663b: Preparing 10:14:47 3fbe34a1663b: Layer already exists 10:14:47 b275d05d083d: Layer already exists 10:14:47 60f52e645ad2: Layer already exists 10:14:47 59eb89cd1bda: Layer already exists 10:14:47 02bc6ebc4549: Layer already exists 10:14:47 latest: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 10:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:47 59eb89cd1bda: Preparing 10:14:47 02bc6ebc4549: Preparing 10:14:47 60f52e645ad2: Preparing 10:14:47 b275d05d083d: Preparing 10:14:47 3fbe34a1663b: Preparing 10:14:47 60f52e645ad2: Layer already exists 10:14:47 b275d05d083d: Layer already exists 10:14:47 59eb89cd1bda: Layer already exists 10:14:48 02bc6ebc4549: Layer already exists 10:14:48 3fbe34a1663b: Layer already exists 10:14:48 2.0.1-dev.16: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:14:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:48 59eb89cd1bda: Preparing 10:14:48 02bc6ebc4549: Preparing 10:14:48 60f52e645ad2: Preparing 10:14:48 b275d05d083d: Preparing 10:14:48 3fbe34a1663b: Preparing 10:14:49 60f52e645ad2: Layer already exists 10:14:49 3fbe34a1663b: Layer already exists 10:14:49 02bc6ebc4549: Layer already exists 10:14:49 59eb89cd1bda: Layer already exists 10:14:49 b275d05d083d: Layer already exists 10:14:49 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh 10:14:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh 10:14:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:14:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:14:49 59eb89cd1bda: Preparing 10:14:49 02bc6ebc4549: Preparing 10:14:49 60f52e645ad2: Preparing 10:14:49 b275d05d083d: Preparing 10:14:49 3fbe34a1663b: Preparing 10:14:50 b275d05d083d: Layer already exists 10:14:50 59eb89cd1bda: Layer already exists 10:14:50 3fbe34a1663b: Layer already exists 10:14:50 02bc6ebc4549: Layer already exists 10:14:50 60f52e645ad2: Layer already exists 10:14:50 main: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:14:50 ===================================================== [Pipeline] echo 10:14:50 taggedImages: 10:14:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:14:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 10:14:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 10:14:50 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 10:14:50 166d79170882b6e1653a5f9367002074af0733c4 10:14:50 latest 10:14:50 2.0.1-dev.16 10:14:50 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:14:50 main 10:14:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:50 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh 10:14:50 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:14:50 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 10:14:50 2611737e9ead: Preparing 10:14:50 683414ed2f8c: Preparing 10:14:50 468a1e0fc849: Preparing 10:14:50 c1237d8ea569: Preparing 10:14:50 36385507e099: Preparing 10:14:50 0f96eb6246ad: Preparing 10:14:50 c09ef504d4db: Preparing 10:14:50 c7acdc5265c6: Preparing 10:14:50 67ea5d85c628: Preparing 10:14:50 cf0781f940e6: Preparing 10:14:50 c55d5dbdab40: Preparing 10:14:50 0f96eb6246ad: Waiting 10:14:50 c09ef504d4db: Waiting 10:14:50 c7acdc5265c6: Waiting 10:14:50 c55d5dbdab40: Waiting 10:14:50 67ea5d85c628: Waiting 10:14:50 cf0781f940e6: Waiting 10:14:51 36385507e099: Layer already exists 10:14:51 0f96eb6246ad: Layer already exists 10:14:51 c09ef504d4db: Layer already exists 10:14:51 683414ed2f8c: Pushed 10:14:51 c7acdc5265c6: Layer already exists 10:14:51 67ea5d85c628: Layer already exists 10:14:51 cf0781f940e6: Layer already exists 10:14:51 c55d5dbdab40: Layer already exists 10:14:51 2611737e9ead: Pushed 10:14:54 468a1e0fc849: Pushed 10:15:09 c1237d8ea569: Pushed 10:15:09 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh 10:15:10 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:15:10 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 10:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 10:15:10 2611737e9ead: Preparing 10:15:10 683414ed2f8c: Preparing 10:15:10 468a1e0fc849: Preparing 10:15:10 c1237d8ea569: Preparing 10:15:10 36385507e099: Preparing 10:15:10 0f96eb6246ad: Preparing 10:15:10 c09ef504d4db: Preparing 10:15:10 c7acdc5265c6: Preparing 10:15:10 67ea5d85c628: Preparing 10:15:10 cf0781f940e6: Preparing 10:15:10 c55d5dbdab40: Preparing 10:15:10 0f96eb6246ad: Waiting 10:15:10 c09ef504d4db: Waiting 10:15:10 c7acdc5265c6: Waiting 10:15:10 67ea5d85c628: Waiting 10:15:10 cf0781f940e6: Waiting 10:15:10 c55d5dbdab40: Waiting 10:15:10 36385507e099: Layer already exists 10:15:10 2611737e9ead: Layer already exists 10:15:10 468a1e0fc849: Layer already exists 10:15:10 c1237d8ea569: Layer already exists 10:15:10 683414ed2f8c: Layer already exists 10:15:10 0f96eb6246ad: Layer already exists 10:15:10 c09ef504d4db: Layer already exists 10:15:10 c7acdc5265c6: Layer already exists 10:15:10 cf0781f940e6: Layer already exists 10:15:10 67ea5d85c628: Layer already exists 10:15:10 c55d5dbdab40: Layer already exists 10:15:10 latest: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh 10:15:10 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:15:11 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 10:15:11 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 10:15:11 2611737e9ead: Preparing 10:15:11 683414ed2f8c: Preparing 10:15:11 468a1e0fc849: Preparing 10:15:11 c1237d8ea569: Preparing 10:15:11 36385507e099: Preparing 10:15:11 0f96eb6246ad: Preparing 10:15:11 c09ef504d4db: Preparing 10:15:11 c7acdc5265c6: Preparing 10:15:11 67ea5d85c628: Preparing 10:15:11 cf0781f940e6: Preparing 10:15:11 c55d5dbdab40: Preparing 10:15:11 c7acdc5265c6: Waiting 10:15:11 67ea5d85c628: Waiting 10:15:11 cf0781f940e6: Waiting 10:15:11 c55d5dbdab40: Waiting 10:15:11 c1237d8ea569: Layer already exists 10:15:11 36385507e099: Layer already exists 10:15:11 683414ed2f8c: Layer already exists 10:15:11 2611737e9ead: Layer already exists 10:15:11 468a1e0fc849: Layer already exists 10:15:11 0f96eb6246ad: Layer already exists 10:15:11 c09ef504d4db: Layer already exists 10:15:11 67ea5d85c628: Layer already exists 10:15:11 c7acdc5265c6: Layer already exists 10:15:11 cf0781f940e6: Layer already exists 10:15:11 c55d5dbdab40: Layer already exists 10:15:11 2.0.1-dev.16: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh 10:15:11 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh 10:15:12 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:15:12 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 10:15:12 2611737e9ead: Preparing 10:15:12 683414ed2f8c: Preparing 10:15:12 468a1e0fc849: Preparing 10:15:12 c1237d8ea569: Preparing 10:15:12 36385507e099: Preparing 10:15:12 0f96eb6246ad: Preparing 10:15:12 c09ef504d4db: Preparing 10:15:12 c7acdc5265c6: Preparing 10:15:12 67ea5d85c628: Preparing 10:15:12 cf0781f940e6: Preparing 10:15:12 c55d5dbdab40: Preparing 10:15:12 0f96eb6246ad: Waiting 10:15:12 c09ef504d4db: Waiting 10:15:12 c7acdc5265c6: Waiting 10:15:12 67ea5d85c628: Waiting 10:15:12 cf0781f940e6: Waiting 10:15:12 c55d5dbdab40: Waiting 10:15:12 2611737e9ead: Layer already exists 10:15:12 468a1e0fc849: Layer already exists 10:15:12 c1237d8ea569: Layer already exists 10:15:12 683414ed2f8c: Layer already exists 10:15:12 36385507e099: Layer already exists 10:15:12 c09ef504d4db: Layer already exists 10:15:12 c7acdc5265c6: Layer already exists 10:15:12 0f96eb6246ad: Layer already exists 10:15:12 67ea5d85c628: Layer already exists 10:15:12 c55d5dbdab40: Layer already exists 10:15:12 cf0781f940e6: Layer already exists 10:15:12 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh 10:15:12 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh 10:15:13 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 10:15:13 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 10:15:13 2611737e9ead: Preparing 10:15:13 683414ed2f8c: Preparing 10:15:13 468a1e0fc849: Preparing 10:15:13 c1237d8ea569: Preparing 10:15:13 36385507e099: Preparing 10:15:13 0f96eb6246ad: Preparing 10:15:13 c09ef504d4db: Preparing 10:15:13 c7acdc5265c6: Preparing 10:15:13 67ea5d85c628: Preparing 10:15:13 cf0781f940e6: Preparing 10:15:13 c55d5dbdab40: Preparing 10:15:13 0f96eb6246ad: Waiting 10:15:13 c09ef504d4db: Waiting 10:15:13 c7acdc5265c6: Waiting 10:15:13 cf0781f940e6: Waiting 10:15:13 c55d5dbdab40: Waiting 10:15:13 67ea5d85c628: Waiting 10:15:13 2611737e9ead: Layer already exists 10:15:13 683414ed2f8c: Layer already exists 10:15:13 468a1e0fc849: Layer already exists 10:15:13 c1237d8ea569: Layer already exists 10:15:13 36385507e099: Layer already exists 10:15:13 c09ef504d4db: Layer already exists 10:15:13 0f96eb6246ad: Layer already exists 10:15:13 67ea5d85c628: Layer already exists 10:15:13 c7acdc5265c6: Layer already exists 10:15:13 cf0781f940e6: Layer already exists 10:15:13 c55d5dbdab40: Layer already exists 10:15:13 main: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:15:13 ===================================================== [Pipeline] echo 10:15:13 taggedImages: 10:15:13 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 10:15:13 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 10:15:13 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 10:15:13 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 10:15:13 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:15:14 10:15:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 10:15:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:15:14 arm64: Pulling from edgex-lftools-log-publisher 10:15:14 448f6bf000e3: Pulling fs layer 10:15:14 f757da607395: Pulling fs layer 10:15:14 05883995daec: Pulling fs layer 10:15:14 8603b9c90790: Pulling fs layer 10:15:14 1560dd03e051: Pulling fs layer 10:15:14 27f5ce0e4adf: Pulling fs layer 10:15:14 c2d8d7efcc4b: Pulling fs layer 10:15:14 1560dd03e051: Waiting 10:15:14 27f5ce0e4adf: Waiting 10:15:14 8603b9c90790: Waiting 10:15:15 f757da607395: Verifying Checksum 10:15:15 f757da607395: Download complete 10:15:15 8603b9c90790: Verifying Checksum 10:15:15 8603b9c90790: Download complete 10:15:15 1560dd03e051: Verifying Checksum 10:15:15 1560dd03e051: Download complete 10:15:15 27f5ce0e4adf: Verifying Checksum 10:15:15 27f5ce0e4adf: Download complete 10:15:15 05883995daec: Verifying Checksum 10:15:15 05883995daec: Download complete 10:15:16 448f6bf000e3: Verifying Checksum 10:15:16 448f6bf000e3: Download complete 10:15:18 c2d8d7efcc4b: Verifying Checksum 10:15:18 c2d8d7efcc4b: Download complete 10:15:19 448f6bf000e3: Pull complete 10:15:20 f757da607395: Pull complete 10:15:22 05883995daec: Pull complete 10:15:22 8603b9c90790: Pull complete 10:15:23 1560dd03e051: Pull complete 10:15:23 27f5ce0e4adf: Pull complete 10:15:38 c2d8d7efcc4b: Pull complete 10:15:38 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 10:15:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:15:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 10:15:39 prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container 10:15:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:15:42 $ docker top 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:15:44 ---> job-cost.sh 10:15:44 lf-activate-venv: SKIPPING 10:15:44 INFO: No Stack... 10:15:45 INFO: Retrieving Pricing Info for: v2-standard-4 10:15:45 INFO: Archiving Costs [Pipeline] sh 10:15:46 + cut -d, -f6 10:15:46 + cat /w/workspace/edgex-go/16/archives/cost.csv [Pipeline] lock 10:15:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] 10:15:46 Resource [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] did not exist. Created. 10:15:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:15:46 + echo total: 0.18000000715255737 [Pipeline] stash 10:15:47 Stashed 1 file(s) [Pipeline] } 10:15:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] [Pipeline] // lock [Pipeline] } 10:15:47 $ docker stop --time=1 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c 10:15:49 $ docker rm -f 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 10:15:50 provisioning config files... 10:15:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config7833235301736673230tmp [Pipeline] { [Pipeline] sh 10:15:50 + set +x 10:15:50 + curl -s https://codecov.io/bash 10:15:50 + bash -s -- 10:15:50 10:15:50 _____ _ 10:15:50 / ____| | | 10:15:50 | | ___ __| | ___ ___ _____ __ 10:15:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:15:50 | |___| (_) | (_| | __/ (_| (_) \ V / 10:15:50 \_____\___/ \__,_|\___|\___\___/ \_/ 10:15:50 Bash-1.0.6 10:15:50 10:15:50 10:15:50 ==> git version 2.24.4 found 10:15:50 ==> 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 10:15:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:15:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:15:51 ==> Jenkins CI detected. 10:15:51 current dir:  /w/workspace/edgex-go/16 10:15:51 project root: . 10:15:51 --> token set from env 10:15:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:15:51 ==> Running gcov in . (disable via -X gcov) 10:15:51 ==> Python coveragepy not found 10:15:51 ==> Searching for coverage reports in: 10:15:51 + . 10:15:51 -> Found 1 reports 10:15:51 ==> Detecting git/mercurial file structure 10:15:51 ==> Reading reports 10:15:51 + ./coverage.out bytes=402846 10:15:51 ==> Appending adjustments 10:15:51 https://docs.codecov.io/docs/fixing-reports 10:15:52 + Found adjustments 10:15:52 ==> Gzipping contents 10:15:52 56K /tmp/codecov.mHLcbW.gz 10:15:52 ==> Uploading reports 10:15:52 url: https://codecov.io 10:15:52 query: branch=main&commit=166d79170882b6e1653a5f9367002074af0733c4&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:52 -> Pinging Codecov 10:15:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=166d79170882b6e1653a5f9367002074af0733c4&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:15:52 -> Uploading to 10:15:52 https://storage.googleapis.com/codecov/v4/raw/2021-07-29/00271124DB129430A58F1EEE437C3FCB/166d79170882b6e1653a5f9367002074af0733c4/2a4dfa65-758e-405e-8c77-5e56ec540046.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210729%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210729T101552Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3fcf4213896b5e451c40b9bbc4ae14e44956a382b86f9544e1ff89a20e0ad055 10:15:52 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:52 Dload Upload Total Spent Left Speed 10:15:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54439 0 0 100 54439 0 128k --:--:-- --:--:-- --:--:-- 128k 100 54439 0 0 100 54439 0 128k --:--:-- --:--:-- --:--:-- 128k 10:15:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] } 10:15:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:15:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:15:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:15:54 10:15:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:15:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:15:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:15:54 188c0c94c7c5: Pulling fs layer 10:15:54 0ef7d3d256c8: Pulling fs layer 10:15:54 de9db76c5a1d: Pulling fs layer 10:15:54 0eba1c9be4d2: Pulling fs layer 10:15:54 0d57e429df01: Pulling fs layer 10:15:54 4e4be7b47b0d: Pulling fs layer 10:15:54 e1f770b5df2f: Pulling fs layer 10:15:54 85a0685a4137: Pulling fs layer 10:15:54 0d57e429df01: Waiting 10:15:54 4e4be7b47b0d: Waiting 10:15:54 e1f770b5df2f: Waiting 10:15:54 85a0685a4137: Waiting 10:15:54 de9db76c5a1d: Verifying Checksum 10:15:54 de9db76c5a1d: Download complete 10:15:54 0ef7d3d256c8: Verifying Checksum 10:15:54 0ef7d3d256c8: Download complete 10:15:54 0d57e429df01: Verifying Checksum 10:15:54 0d57e429df01: Download complete 10:15:54 4e4be7b47b0d: Verifying Checksum 10:15:54 4e4be7b47b0d: Download complete 10:15:54 188c0c94c7c5: Verifying Checksum 10:15:54 188c0c94c7c5: Download complete 10:15:54 188c0c94c7c5: Pull complete 10:15:54 0ef7d3d256c8: Pull complete 10:15:54 de9db76c5a1d: Pull complete 10:15:55 e1f770b5df2f: Verifying Checksum 10:15:55 e1f770b5df2f: Download complete 10:16:00 0eba1c9be4d2: Verifying Checksum 10:16:00 0eba1c9be4d2: Download complete 10:16:00 85a0685a4137: Verifying Checksum 10:16:00 85a0685a4137: Download complete 10:16:02 0eba1c9be4d2: Pull complete 10:16:02 0d57e429df01: Pull complete 10:16:02 4e4be7b47b0d: Pull complete 10:16:03 e1f770b5df2f: Pull complete 10:16:06 85a0685a4137: Pull complete 10:16:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:16:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:16:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:16:06 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:16:06 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:16:09 $ docker top c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe -eo pid,comm [Pipeline] { [Pipeline] echo 10:16:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:16:09 + set -o pipefail 10:16:09 + snyk monitor '--org=edgex-jenkins' 10:16:16 10:16:16 Monitoring /w/workspace/edgex-go/16 (github.com/edgexfoundry/edgex-go)... 10:16:16 10:16:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e9aa8a5a-ec3d-470b-b2b4-8630d85bf900 10:16:16 10:16:16 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 10:16:16 10:16:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:16:16 10:16:16 [Pipeline] } 10:16:16 $ docker stop --time=1 c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe 10:16:18 $ docker rm -f c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:16:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:16:19 provisioning config files... 10:16:19 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/16@tmp/config842330962009042870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:16:20 --> edgex-publish-swagger.sh 10:16:20 === Publish openapi/v2 API === 10:16:20 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:16:20 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/16/openapi/v2/core-command.yaml] 10:16:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:20 Dload Upload Total Spent Left Speed 10:16:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31867 0 0 100 31867 0 26455 0:00:01 0:00:01 --:--:-- 26489 100 31867 0 0 100 31867 0 26453 0:00:01 0:00:01 --:--:-- 26467 10:16:20 10:16:20 10:16:20 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/16/openapi/v2/core-data.yaml] 10:16:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:20 Dload Upload Total Spent Left Speed 10:16:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65452 0 0 100 65452 0 59750 0:00:01 0:00:01 --:--:-- 59773 100 65452 0 0 100 65452 0 59742 0:00:01 0:00:01 --:--:-- 59773 10:16:22 10:16:22 10:16:22 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/16/openapi/v2/core-metadata.yaml] 10:16:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:22 Dload Upload Total Spent Left Speed 10:16:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k 10:16:23 10:16:23 10:16:23 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/16/openapi/v2/support-notifications.yaml] 10:16:23 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:23 Dload Upload Total Spent Left Speed 10:16:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86007 0 0 100 86007 0 73292 0:00:01 0:00:01 --:--:-- 73322 100 86007 0 0 100 86007 0 70784 0:00:01 0:00:01 --:--:-- 70845 10:16:24 10:16:24 10:16:24 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/16/openapi/v2/support-scheduler.yaml] 10:16:24 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:24 Dload Upload Total Spent Left Speed 10:16:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38042 0 0 100 38042 0 36844 0:00:01 0:00:01 --:--:-- 36862 100 38042 0 0 100 38042 0 36838 0:00:01 0:00:01 --:--:-- 36862 10:16:25 10:16:25 10:16:25 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/16/openapi/v2/system-agent.yaml] 10:16:25 % Total % Received % Xferd Average Speed Time Time Time Current 10:16:25 Dload Upload Total Spent Left Speed 10:16:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19730 0 0 100 19730 0 16947 0:00:01 0:00:01 --:--:-- 16950 100 19730 0 0 100 19730 0 14550 0:00:01 0:00:01 --:--:-- 14560 10:16:26 10:16:26 [Pipeline] } 10:16:26 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 10:16:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:16:27 . [Pipeline] withDockerContainer 10:16:27 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:16:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 10:16:28 $ docker top 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:28 [ssh-agent] Looking for ssh-agent implementation... 10:16:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:28 $ docker exec 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff ssh-agent 10:16:28 SSH_AUTH_SOCK=/tmp/ssh-S65l7MryrT8d/agent.13 10:16:28 SSH_AGENT_PID=20 10:16:28 Running ssh-add (command line suppressed) 10:16:28 Identity added: /w/workspace/edgex-go/16@tmp/private_key_2168922296693776970.key (/w/workspace/edgex-go/16@tmp/private_key_2168922296693776970.key) 10:16:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:28 + git semver tag 10:16:28 # -> Open(): unable to determine branch for HEAD 10:16:28 # $GIT_DIR = /w/workspace/edgex-go/16/.git 10:16:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 10:16:28 # $SEMVER_REMOTE_NAME = origin 10:16:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:28 # $SEMVER_USER_NAME = edgex-jenkins 10:16:28 # $SEMVER_BRANCH = main 10:16:28 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver 10:16:28 # 166d79170882b6e1653a5f9367002074af0733c4 HEAD 10:16:28 # -> Force: false 10:16:28 # 0288cfca764c180dc15591a6f59ab654de7105c7 refs/tags/v2.0.1-dev.16 [Pipeline] } 10:16:28 $ docker exec --env ******** --env ******** 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff ssh-agent -k 10:16:29 unset SSH_AUTH_SOCK; 10:16:29 unset SSH_AGENT_PID; 10:16:29 echo Agent pid 20 killed; 10:16:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:29 + git semver [Pipeline] } 10:16:29 $ docker stop --time=1 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff 10:16:30 $ docker rm -f 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:16:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:31 10:16:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:16:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:31 0.23.1-centos7: Pulling from edgex-lftools 10:16:31 ab5ef0e58194: Pulling fs layer 10:16:31 9712f1f96733: Pulling fs layer 10:16:31 63f879dbbcfc: Pulling fs layer 10:16:31 0d9ebad4ef96: Pulling fs layer 10:16:31 e9a5061849ea: Pulling fs layer 10:16:31 d747dcd14b5f: Pulling fs layer 10:16:31 2de7ff778b66: Pulling fs layer 10:16:31 e9a5061849ea: Waiting 10:16:31 d747dcd14b5f: Waiting 10:16:31 2de7ff778b66: Waiting 10:16:31 0d9ebad4ef96: Waiting 10:16:31 9712f1f96733: Verifying Checksum 10:16:31 9712f1f96733: Download complete 10:16:33 63f879dbbcfc: Verifying Checksum 10:16:33 63f879dbbcfc: Download complete 10:16:33 e9a5061849ea: Verifying Checksum 10:16:33 e9a5061849ea: Download complete 10:16:34 d747dcd14b5f: Verifying Checksum 10:16:34 d747dcd14b5f: Download complete 10:16:34 2de7ff778b66: Verifying Checksum 10:16:34 2de7ff778b66: Download complete 10:16:35 ab5ef0e58194: Verifying Checksum 10:16:35 ab5ef0e58194: Download complete 10:16:35 0d9ebad4ef96: Verifying Checksum 10:16:35 0d9ebad4ef96: Download complete 10:16:37 ab5ef0e58194: Pull complete 10:16:37 9712f1f96733: Pull complete 10:16:38 63f879dbbcfc: Pull complete 10:16:42 0d9ebad4ef96: Pull complete 10:16:42 e9a5061849ea: Pull complete 10:16:42 d747dcd14b5f: Pull complete 10:16:43 2de7ff778b66: Pull complete 10:16:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:16:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:16:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:16:43 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:16:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-lftools:0.23.1-centos7 cat 10:16:46 $ docker top 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:16:47 provisioning config files... 10:16:47 copy managed file [sigul-config] to file:/w/workspace/edgex-go/16@tmp/config6783980025212333522tmp 10:16:47 copy managed file [sigul-password] to file:/w/workspace/edgex-go/16@tmp/config988338568871984362tmp 10:16:47 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/16@tmp/config2005693533131384248tmp [Pipeline] { [Pipeline] echo 10:16:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:16:47 ---> sigul-configuration.sh 10:16:47 gpg: directory `/root/.gnupg' created 10:16:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:16:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:16:47 gpg: keyring `/root/.gnupg/secring.gpg' created 10:16:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:16:47 gpg: CAST5 encrypted data 10:16:47 gpg: encrypted with 1 passphrase 10:16:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:16:47 + mkdir /home/jenkins 10:16:47 + mkdir /home/jenkins/sigul [Pipeline] sh 10:16:48 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 10:16:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:16:48 ---> sigul-install.sh 10:16:48 Sigul already installed; skipping installation. [Pipeline] sh 10:16:48 + git tag --list 10:16:48 0.6.0 10:16:48 0.6.1 10:16:48 0.7.0 10:16:48 0.7.1 10:16:48 v1.0.0 10:16:48 v1.0.1 10:16:48 v1.1.0 10:16:48 v1.2.0 10:16:48 v1.2.1 10:16:48 v1.3.0 10:16:48 v1.3.1 10:16:48 v2.0.0 10:16:48 v2.0.1-dev.1 10:16:48 v2.0.1-dev.10 10:16:48 v2.0.1-dev.11 10:16:48 v2.0.1-dev.12 10:16:48 v2.0.1-dev.13 10:16:48 v2.0.1-dev.14 10:16:48 v2.0.1-dev.15 10:16:48 v2.0.1-dev.16 10:16:48 v2.0.1-dev.2 10:16:48 v2.0.1-dev.3 10:16:48 v2.0.1-dev.4 10:16:48 v2.0.1-dev.5 10:16:48 v2.0.1-dev.6 10:16:48 v2.0.1-dev.7 10:16:48 v2.0.1-dev.8 10:16:48 v2.0.1-dev.9 [Pipeline] sh 10:16:49 + lftools sign git-tag v2.0.1-dev.16 10:16:49 Signing Git tag with Sigul... 10:16:49 Signing v2.0.1-dev.16 [Pipeline] echo 10:16:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:16:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:16:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:16:50 $ docker stop --time=1 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d 10:16:52 $ docker rm -f 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:16:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:16:52 . [Pipeline] withDockerContainer 10:16:52 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:16:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 10:16:53 $ docker top f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:53 [ssh-agent] Looking for ssh-agent implementation... 10:16:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:53 $ docker exec f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 ssh-agent 10:16:53 SSH_AUTH_SOCK=/tmp/ssh-7ziZsZ3EpUCZ/agent.14 10:16:53 SSH_AGENT_PID=20 10:16:53 Running ssh-add (command line suppressed) 10:16:53 Identity added: /w/workspace/edgex-go/16@tmp/private_key_1075517919700087910.key (/w/workspace/edgex-go/16@tmp/private_key_1075517919700087910.key) 10:16:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:54 + git semver bump pre 10:16:54 # -> Open(): unable to determine branch for HEAD 10:16:54 # $GIT_DIR = /w/workspace/edgex-go/16/.git 10:16:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 10:16:54 # $SEMVER_REMOTE_NAME = origin 10:16:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:54 # $SEMVER_USER_NAME = edgex-jenkins 10:16:54 # $SEMVER_BRANCH = main 10:16:54 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver 10:16:54 2.0.1-dev.17 [Pipeline] } 10:16:54 $ docker exec --env ******** --env ******** f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 ssh-agent -k 10:16:54 unset SSH_AUTH_SOCK; 10:16:54 unset SSH_AGENT_PID; 10:16:54 echo Agent pid 20 killed; 10:16:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:16:54 + git semver [Pipeline] } 10:16:54 $ docker stop --time=1 f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 10:16:55 $ docker rm -f f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:16:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:16:56 . [Pipeline] withDockerContainer 10:16:56 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:16:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 10:16:56 $ docker top 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:16:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:16:56 [ssh-agent] Looking for ssh-agent implementation... 10:16:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:16:57 $ docker exec 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 ssh-agent 10:16:57 SSH_AUTH_SOCK=/tmp/ssh-jA1iVt1ObrA0/agent.14 10:16:57 SSH_AGENT_PID=21 10:16:57 Running ssh-add (command line suppressed) 10:16:57 Identity added: /w/workspace/edgex-go/16@tmp/private_key_2805135084458019324.key (/w/workspace/edgex-go/16@tmp/private_key_2805135084458019324.key) 10:16:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:16:57 + git semver push 10:16:57 # -> Open(): unable to determine branch for HEAD 10:16:57 # $GIT_DIR = /w/workspace/edgex-go/16/.git 10:16:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 10:16:57 # $SEMVER_REMOTE_NAME = origin 10:16:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:16:57 # $SEMVER_USER_NAME = edgex-jenkins 10:16:57 # $SEMVER_BRANCH = main 10:16:57 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 10:17:05 $ docker exec --env ******** --env ******** 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 ssh-agent -k 10:17:05 unset SSH_AUTH_SOCK; 10:17:05 unset SSH_AGENT_PID; 10:17:05 echo Agent pid 21 killed; 10:17:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:17:06 + git semver [Pipeline] } 10:17:06 $ docker stop --time=1 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 10:17:07 $ docker rm -f 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:17:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:17:09 ---> package-listing.sh 10:17:09 ++ facter osfamily 10:17:09 ++ tr '[:upper:]' '[:lower:]' 10:17:09 + OS_FAMILY=redhat 10:17:09 + workspace=/w/workspace/edgex-go/16 10:17:09 + START_PACKAGES=/tmp/packages_start.txt 10:17:09 + END_PACKAGES=/tmp/packages_end.txt 10:17:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:17:09 + PACKAGES=/tmp/packages_start.txt 10:17:09 + '[' /w/workspace/edgex-go/16 ']' 10:17:09 + PACKAGES=/tmp/packages_end.txt 10:17:09 + case "${OS_FAMILY}" in 10:17:09 + rpm -qa 10:17:09 + sort 10:17:11 + '[' -f /tmp/packages_start.txt ']' 10:17:11 + '[' -f /tmp/packages_end.txt ']' 10:17:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:17:11 + '[' /w/workspace/edgex-go/16 ']' 10:17:11 + mkdir -p /w/workspace/edgex-go/16/archives/ 10:17:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 10:17:11 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:17:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:17:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:17:12 10:17:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 10:17:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:17:12 latest: Pulling from edgex-lftools-log-publisher 10:17:12 b4d181a07f80: Pulling fs layer 10:17:12 a1111a8f2ec3: Pulling fs layer 10:17:12 ed53099fbce6: Pulling fs layer 10:17:12 dc539afda2c1: Pulling fs layer 10:17:12 77bc0d833cb6: Pulling fs layer 10:17:12 9065ff56babe: Pulling fs layer 10:17:12 d287ab97295c: Pulling fs layer 10:17:12 77bc0d833cb6: Waiting 10:17:12 9065ff56babe: Waiting 10:17:12 d287ab97295c: Waiting 10:17:12 dc539afda2c1: Waiting 10:17:13 a1111a8f2ec3: Verifying Checksum 10:17:13 a1111a8f2ec3: Download complete 10:17:13 dc539afda2c1: Verifying Checksum 10:17:13 dc539afda2c1: Download complete 10:17:13 77bc0d833cb6: Verifying Checksum 10:17:13 77bc0d833cb6: Download complete 10:17:13 9065ff56babe: Verifying Checksum 10:17:13 9065ff56babe: Download complete 10:17:13 ed53099fbce6: Verifying Checksum 10:17:13 ed53099fbce6: Download complete 10:17:14 b4d181a07f80: Verifying Checksum 10:17:14 b4d181a07f80: Download complete 10:17:15 b4d181a07f80: Pull complete 10:17:15 a1111a8f2ec3: Pull complete 10:17:16 ed53099fbce6: Pull complete 10:17:16 dc539afda2c1: Pull complete 10:17:16 77bc0d833cb6: Pull complete 10:17:16 9065ff56babe: Pull complete 10:17:17 d287ab97295c: Verifying Checksum 10:17:17 d287ab97295c: Download complete 10:17:21 d287ab97295c: Pull complete 10:17:21 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 10:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:17:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 10:17:21 prd-centos7-docker-4c-2g-462 does not seem to be running inside a container 10:17:21 $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-lftools-log-publisher:latest cat 10:17:23 $ docker top e1fcb88647e3ed6d3a221eec8f5c47468cd58a438e7893fa3c64403a5fe25956 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:24 + touch /tmp/pre-build-complete [Pipeline] sh 10:17:24 + mkdir -p /var/log/sysstat [Pipeline] sh 10:17:24 + ls /var/log/sa-host 10:17:24 + sadf -c /var/log/sa-host/sa05 10:17:24 file_magic: OK 10:17:24 HZ: Using current value: 100 10:17:24 file_header: OK 10:17:24 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 10:17:24 Statistics: 10:17:24 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:17:24 File successfully converted to sysstat format version 12.0.3 10:17:24 + sadf -c /var/log/sa-host/sa29 10:17:24 file_magic: OK 10:17:24 HZ: Using current value: 100 10:17:24 file_header: OK 10:17:24 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 10:17:24 Statistics: 10:17:24 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... 10:17:24 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:17:25 provisioning config files... 10:17:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1512539397452085821tmp [Pipeline] { [Pipeline] echo 10:17:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:17:25 ---> create-netrc.sh [Pipeline] } 10:17:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:17:26 ---> python-tools-install.sh [Pipeline] echo 10:17:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:17:26 ---> sudo-logs.sh 10:17:26 Archiving 'sudo' log.. 10:17:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-462.vexxhost.local: Name or service not known 10:17:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-462.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 10:17:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:17:27 ---> job-cost.sh 10:17:27 lf-activate-venv: SKIPPING 10:17:27 DEBUG: total: 0.18000000715255737 10:17:27 INFO: Retrieving Stack Cost... 10:17:27 INFO: Retrieving Pricing Info for: v3-standard-2 10:17:28 INFO: Archiving Costs [Pipeline] echo 10:17:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:17:28 ---> logs-deploy.sh 10:17:28 lf-activate-venv: SKIPPING 10:17:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/16 10:17:28 INFO: archiving workspace using pattern(s): 10:17:29 Archives upload complete. 10:17:29 INFO: archiving logs to Nexus 10:17:30 ---> uname -a: 10:17:30 Linux prd-centos7-docker-4c-2g-462.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 10:17:30 10:17:30 10:17:30 ---> lscpu: 10:17:30 Architecture: x86_64 10:17:30 CPU op-mode(s): 32-bit, 64-bit 10:17:30 Byte Order: Little Endian 10:17:30 Address sizes: 40 bits physical, 48 bits virtual 10:17:30 CPU(s): 2 10:17:30 On-line CPU(s) list: 0,1 10:17:30 Thread(s) per core: 1 10:17:30 Core(s) per socket: 1 10:17:30 Socket(s): 2 10:17:30 NUMA node(s): 1 10:17:30 Vendor ID: AuthenticAMD 10:17:30 CPU family: 23 10:17:30 Model: 49 10:17:30 Model name: AMD EPYC-Rome Processor 10:17:30 Stepping: 0 10:17:30 CPU MHz: 2800.000 10:17:30 BogoMIPS: 5600.00 10:17:30 Virtualization: AMD-V 10:17:30 Hypervisor vendor: KVM 10:17:30 Virtualization type: full 10:17:30 L1d cache: 32K 10:17:30 L1i cache: 32K 10:17:30 L2 cache: 512K 10:17:30 L3 cache: 16384K 10:17:30 NUMA node0 CPU(s): 0,1 10:17:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 10:17:30 10:17:30 10:17:30 ---> nproc: 10:17:30 2 10:17:30 10:17:30 10:17:30 ---> df -h: 10:17:30 Filesystem Size Used Avail Use% Mounted on 10:17:30 overlay 40G 15G 26G 37% / 10:17:30 tmpfs 64M 0 64M 0% /dev 10:17:30 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 10:17:30 shm 64M 0 64M 0% /dev/shm 10:17:30 /dev/vda1 40G 15G 26G 37% /facter-os 10:17:30 10:17:30 10:17:30 ---> sar -b -r -n DEV: 10:17:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/29/21 _x86_64_ (2 CPU) 10:17:30 10:17:30 10:00:00 LINUX RESTART (2 CPU) 10:17:30 10:17:30 10:01:03 tps rtps wtps bread/s bwrtn/s 10:17:30 10:02:01 279.35 0.26 279.09 24.65 77174.78 10:17:30 10:03:01 172.51 0.00 172.51 0.00 32874.14 10:17:30 10:04:01 50.07 0.00 50.07 0.00 8386.98 10:17:30 10:05:01 125.53 0.00 125.53 0.00 39324.68 10:17:30 10:06:01 1009.52 603.94 405.58 24332.62 279396.17 10:17:30 10:07:01 380.45 35.31 345.13 3007.76 139460.19 10:17:30 10:08:01 387.99 28.16 359.83 3636.44 110494.84 10:17:30 10:09:01 16.43 0.33 16.09 83.03 429.15 10:17:30 10:10:01 1.85 0.02 1.83 0.13 42.28 10:17:30 10:11:01 0.20 0.00 0.20 0.00 3.57 10:17:30 10:12:01 0.23 0.00 0.23 0.00 3.48 10:17:30 10:13:01 0.22 0.00 0.22 0.00 3.03 10:17:30 10:14:01 0.35 0.00 0.35 0.00 4.93 10:17:30 10:15:01 0.48 0.18 0.30 5.73 4.08 10:17:30 10:16:02 11.83 2.42 9.41 249.83 4294.50 10:17:30 10:17:01 240.15 2.32 237.83 630.41 52828.07 10:17:30 Average: 167.08 42.21 124.87 2004.69 46495.59 10:17:30 10:17:30 10:01:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:17:30 10:02:01 3198140 0 1114668 13.92 2620 3693504 1473612 16.27 1161576 2998980 40 10:17:30 10:03:01 3095628 0 1219520 15.23 2620 3691164 1567360 17.30 1413920 2853668 234564 10:17:30 10:04:01 3034396 0 1360056 16.98 2620 3611860 1707396 18.85 1477312 2849600 72740 10:17:30 10:05:01 933684 0 1329456 16.60 2620 5743172 1685304 18.61 1987588 4368896 1220384 10:17:30 10:06:01 960876 0 1736584 21.68 2620 5308852 3017556 33.32 2669532 3601776 52 10:17:30 10:07:01 454060 0 1673080 20.89 2620 5879172 2674028 29.52 2494236 4277164 96616 10:17:30 10:08:01 1976668 0 1351696 16.88 2620 4677948 1608456 17.76 1525064 3727064 48 10:17:30 10:09:01 1973796 0 1351816 16.88 2620 4680700 1548416 17.10 1700772 3560252 20 10:17:30 10:10:01 1991668 0 1333940 16.66 2620 4680704 1392588 15.37 1690244 3560232 20 10:17:30 10:11:01 1992436 0 1333168 16.65 2620 4680708 1389588 15.34 1690064 3560232 8 10:17:30 10:12:01 1992356 0 1333248 16.65 2620 4680708 1389504 15.34 1689972 3560232 8 10:17:30 10:13:01 1992296 0 1333300 16.65 2620 4680716 1389504 15.34 1690096 3560232 8 10:17:30 10:14:01 1992220 0 1333372 16.65 2620 4680720 1389504 15.34 1689984 3560232 8 10:17:30 10:15:01 1992228 0 1333332 16.65 2620 4680752 1389504 15.34 1690088 3560160 16 10:17:30 10:16:02 1352124 0 1422708 17.76 2620 5231480 1787260 19.73 1923040 3949560 419160 10:17:30 10:17:01 398924 0 1594312 19.91 2620 6013076 1763932 19.47 1958516 4695260 40 10:17:30 Average: 1833219 0 1384641 17.29 2620 4788452 1698344 18.75 1778250 3640221 127733 10:17:30 10:17:30 10:01:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:17:30 10:02:01 eth0 1574.80 1426.92 7052.86 133.41 0.00 0.00 0.00 0.00 10:17:30 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:02:01 docker0 1117.42 1093.58 85.66 3999.73 0.00 0.00 0.00 0.00 10:17:30 10:03:01 vethfea0b8b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:17:30 10:03:01 eth0 42.43 23.58 34.30 14.27 0.00 0.00 0.00 0.00 10:17:30 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:04:01 vethfea0b8b 2.16 2.16 0.17 0.17 0.00 0.00 0.00 0.00 10:17:30 10:04:01 eth0 27.20 14.85 18.54 9.46 0.00 0.00 0.00 0.00 10:17:30 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:04:01 docker0 2.16 2.16 0.14 0.17 0.00 0.00 0.00 0.00 10:17:30 10:05:01 eth0 301.12 194.87 1713.07 139.79 0.00 0.00 0.00 0.00 10:17:30 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:05:01 vetha8bd5e9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:17:30 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:06:01 veth0b46e8f 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 10:17:30 10:06:01 veth4042bab 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 10:17:30 10:06:01 eth0 98.02 69.17 192.68 17.14 0.00 0.00 0.00 0.00 10:17:30 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:07:01 eth0 67.10 33.55 170.72 17.77 0.00 0.00 0.00 0.00 10:17:30 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:07:01 veth950629e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 10:17:30 10:07:01 veth5647f57 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 10:17:30 10:08:01 eth0 355.60 217.07 1816.79 138.71 0.00 0.00 0.00 0.00 10:17:30 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:08:01 docker0 1594.65 1543.36 125.43 5958.74 0.00 0.00 0.00 0.00 10:17:30 10:09:01 eth0 446.76 389.89 224.69 1581.45 0.00 0.00 0.00 0.00 10:17:30 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:10:01 eth0 0.12 0.12 0.01 0.05 0.00 0.00 0.00 0.00 10:17:30 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:11:01 eth0 0.93 0.72 1.16 0.11 0.00 0.00 0.00 0.00 10:17:30 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:17:30 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:17:30 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:17:30 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:17:30 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:16:02 eth0 592.67 391.16 4086.36 30.84 0.00 0.00 0.00 0.00 10:17:30 10:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:17:01 veth2a55e01 1.10 0.90 0.19 0.20 0.00 0.00 0.00 0.00 10:17:30 10:17:01 eth0 696.33 481.02 3752.44 146.78 0.00 0.00 0.00 0.00 10:17:30 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 10:17:01 docker0 87.50 100.44 8.32 416.82 0.00 0.00 0.00 0.00 10:17:30 Average: veth2a55e01 0.07 0.06 0.01 0.01 0.00 0.00 0.00 0.00 10:17:30 Average: eth0 259.61 199.93 1176.97 139.35 0.00 0.00 0.00 0.00 10:17:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:17:30 Average: docker0 81.78 86.18 6.29 321.42 0.00 0.00 0.00 0.00 10:17:30 10:17:30 10:17:30 ---> sar -P ALL: 10:17:30 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/29/21 _x86_64_ (2 CPU) 10:17:30 10:17:30 10:00:00 LINUX RESTART (2 CPU) 10:17:30 10:17:30 10:01:03 CPU %user %nice %system %iowait %steal %idle 10:17:30 10:02:01 all 26.55 0.00 9.17 3.06 0.10 61.11 10:17:30 10:02:01 0 31.03 0.00 9.54 2.86 0.11 56.47 10:17:30 10:02:01 1 22.16 0.00 8.81 3.26 0.09 65.68 10:17:30 10:03:01 all 63.52 0.00 10.29 1.41 0.14 24.65 10:17:30 10:03:01 0 63.25 0.00 10.80 1.37 0.15 24.43 10:17:30 10:03:01 1 63.79 0.00 9.77 1.44 0.13 24.86 10:17:30 10:04:01 all 32.93 0.00 4.37 0.51 0.11 62.07 10:17:30 10:04:01 0 33.19 0.00 4.37 0.58 0.12 61.74 10:17:30 10:04:01 1 32.67 0.00 4.38 0.44 0.11 62.41 10:17:30 10:05:01 all 44.72 0.00 9.39 1.76 0.15 43.98 10:17:30 10:05:01 0 43.85 0.00 9.29 1.31 0.16 45.38 10:17:30 10:05:01 1 45.58 0.00 9.49 2.22 0.14 42.57 10:17:30 10:06:01 all 41.68 0.00 18.18 34.34 0.33 5.47 10:17:30 10:06:01 0 42.03 0.00 18.01 33.87 0.26 5.83 10:17:30 10:06:01 1 41.32 0.00 18.35 34.82 0.40 5.11 10:17:30 10:07:01 all 81.89 0.00 15.52 2.20 0.21 0.17 10:17:30 10:07:01 0 82.13 0.00 15.44 2.04 0.22 0.17 10:17:30 10:07:01 1 81.66 0.00 15.61 2.36 0.20 0.17 10:17:30 10:08:01 all 56.76 0.00 17.11 5.34 0.18 20.61 10:17:30 10:08:01 0 59.56 0.00 16.64 5.37 0.16 18.27 10:17:30 10:08:01 1 53.97 0.00 17.58 5.31 0.20 22.94 10:17:30 10:09:01 all 16.89 0.00 3.54 0.08 0.08 79.41 10:17:30 10:09:01 0 16.91 0.00 3.67 0.07 0.09 79.27 10:17:30 10:09:01 1 16.87 0.00 3.41 0.09 0.07 79.56 10:17:30 10:10:01 all 0.39 0.00 0.10 0.00 0.02 99.49 10:17:30 10:10:01 0 0.50 0.00 0.10 0.00 0.02 99.38 10:17:30 10:10:01 1 0.28 0.00 0.10 0.00 0.02 99.60 10:17:30 10:11:01 all 0.25 0.00 0.03 0.00 0.02 99.70 10:17:30 10:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 10:17:30 10:11:01 1 0.47 0.00 0.03 0.00 0.02 99.48 10:17:30 10:12:01 all 0.10 0.00 0.03 0.00 0.02 99.86 10:17:30 10:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:17:30 10:12:01 1 0.18 0.00 0.03 0.00 0.02 99.77 10:17:30 10:17:30 10:12:01 CPU %user %nice %system %iowait %steal %idle 10:17:30 10:13:01 all 0.19 0.00 0.02 0.00 0.01 99.78 10:17:30 10:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:17:30 10:13:01 1 0.35 0.00 0.02 0.00 0.02 99.62 10:17:30 10:14:01 all 0.21 0.00 0.03 0.00 0.02 99.74 10:17:30 10:14:01 0 0.05 0.00 0.03 0.00 0.02 99.90 10:17:30 10:14:01 1 0.37 0.00 0.03 0.00 0.02 99.58 10:17:30 10:15:01 all 0.23 0.00 0.05 0.00 0.01 99.71 10:17:30 10:15:01 0 0.05 0.00 0.05 0.00 0.02 99.88 10:17:30 10:15:01 1 0.42 0.00 0.05 0.00 0.00 99.53 10:17:30 10:16:02 all 4.90 0.00 2.15 0.06 0.03 92.86 10:17:30 10:16:02 0 4.67 0.00 2.26 0.07 0.03 92.96 10:17:30 10:16:02 1 5.13 0.00 2.03 0.05 0.03 92.76 10:17:30 10:17:01 all 21.19 0.00 10.57 3.49 0.16 64.59 10:17:30 10:17:01 0 21.32 0.00 10.90 4.57 0.14 63.07 10:17:30 10:17:01 1 21.06 0.00 10.24 2.41 0.18 66.11 10:17:30 Average: all 23.56 0.00 6.03 3.11 0.10 67.21 10:17:30 Average: 0 23.92 0.00 6.07 3.10 0.09 66.82 10:17:30 Average: 1 23.20 0.00 6.00 3.12 0.10 67.59 10:17:30 10:17:30 10:17:30