Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0855fff343fbac9200be972646aac1464c8bdae7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a5c854593eac886f27ddeefb8920871132e8ed78 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a5c854593eac886f27ddeefb8920871132e8ed78 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14888 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/247 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/247 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0855fff343fbac9200be972646aac1464c8bdae7 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0855fff343fbac9200be972646aac1464c8bdae7 # timeout=10 Commit message: "fix: Re-merge SECURITY.md (#2688)" > git rev-list --no-walk b985b2abee46819742dbb8bb5fe7722252537d7a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:58:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:58:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:58:41 ========================================================= 15:58:41 EdgeX Global Pipelines Version Info 15:58:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:58:43 ------------------- 15:58:43 stable info: 15:58:43 ------------------- 15:58:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:58:43 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 15:58:43 Message: update stable to v1.0.169 15:58:44 ------------------- 15:58:44 experimental info: 15:58:44 ------------------- 15:58:44 Commited By: **** collab-it+edgex@linuxfoundation.org 15:58:44 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 15:58:44 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:58:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:58:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0855fff [Pipeline] echo 15:58:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:58:47 provisioning config files... 15:58:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config5323177532565056568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:58:47 ---> docker-login.sh 15:58:47 nexus3.edgexfoundry.org:10001 15:58:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:47 Configure a credential helper to remove this warning. See 15:58:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:47 15:58:47 Login Succeeded 15:58:47 nexus3.edgexfoundry.org:10002 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:48 Configure a credential helper to remove this warning. See 15:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:48 15:58:48 Login Succeeded 15:58:48 nexus3.edgexfoundry.org:10003 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:48 Configure a credential helper to remove this warning. See 15:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:48 15:58:48 Login Succeeded 15:58:48 nexus3.edgexfoundry.org:10004 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:48 Configure a credential helper to remove this warning. See 15:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:48 15:58:48 Login Succeeded 15:58:48 docker.io 15:58:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:48 Configure a credential helper to remove this warning. See 15:58:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:48 15:58:48 Login Succeeded 15:58:48 ---> docker-login.sh ends [Pipeline] } 15:58:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:58:49 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/core-command/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo core-command,cmd/core-command/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/core-data/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo core-data,cmd/core-data/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/core-metadata/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo core-metadata,cmd/core-metadata/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/security-proxy-setup/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/security-secrets-setup/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/support-notifications/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo support-notifications,cmd/support-notifications/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/support-scheduler/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:58:49 + for file in '`ls cmd/**/Dockerfile`' 15:58:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:58:49 ++ cut -d/ -f2 15:58:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:58:49 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:50 15:58:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:58:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:50 latest: Pulling from edgex-devops/git-semver 15:58:50 31603596830f: Pulling fs layer 15:58:50 2a8b12db71e7: Pulling fs layer 15:58:50 6ca5941a6612: Pulling fs layer 15:58:50 ecc8261a40a4: Pulling fs layer 15:58:50 ecc8261a40a4: Waiting 15:58:50 2a8b12db71e7: Verifying Checksum 15:58:50 31603596830f: Verifying Checksum 15:58:50 31603596830f: Download complete 15:58:51 ecc8261a40a4: Verifying Checksum 15:58:51 ecc8261a40a4: Download complete 15:58:51 6ca5941a6612: Verifying Checksum 15:58:51 6ca5941a6612: Download complete 15:58:51 31603596830f: Pull complete 15:58:51 2a8b12db71e7: Pull complete 15:58:52 6ca5941a6612: Pull complete 15:58:52 ecc8261a40a4: Pull complete 15:58:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:58:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:58:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:58:52 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 15:58:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:58:55 $ docker top bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:58:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:58:55 [ssh-agent] Looking for ssh-agent implementation... 15:58:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:58:55 $ docker exec bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent 15:58:56 SSH_AUTH_SOCK=/tmp/ssh-IuPpmdB5gUDI/agent.12 15:58:56 SSH_AGENT_PID=17 15:58:56 Running ssh-add (command line suppressed) 15:58:56 Identity added: /w/workspace/edgex-go/247@tmp/private_key_8459173236031152970.key (/w/workspace/edgex-go/247@tmp/private_key_8459173236031152970.key) 15:58:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:58:56 + git tag --points-at HEAD [Pipeline] } 15:58:56 $ docker exec --env ******** --env ******** bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent -k 15:58:56 unset SSH_AUTH_SOCK; 15:58:56 unset SSH_AGENT_PID; 15:58:56 echo Agent pid 17 killed; 15:58:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:58:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:58:56 [ssh-agent] Looking for ssh-agent implementation... 15:58:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:58:57 $ docker exec bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent 15:58:57 SSH_AUTH_SOCK=/tmp/ssh-1nauYRUECFJs/agent.47 15:58:57 SSH_AGENT_PID=52 15:58:57 Running ssh-add (command line suppressed) 15:58:57 Identity added: /w/workspace/edgex-go/247@tmp/private_key_3032699946239397081.key (/w/workspace/edgex-go/247@tmp/private_key_3032699946239397081.key) 15:58:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:58:57 + git semver init 15:58:57 # -> Open(): unable to determine branch for HEAD 15:58:57 # $GIT_DIR = /w/workspace/edgex-go/247/.git 15:58:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/247 15:58:57 # $SEMVER_REMOTE_NAME = origin 15:58:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:58:57 # $SEMVER_USER_NAME = edgex-jenkins 15:58:57 # $SEMVER_BRANCH = master 15:58:57 # $SEMVER_TEMP = /tmp/semver-050313184 15:58:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:59:15 # '/tmp/semver-050313184' -> '/w/workspace/edgex-go/247/.semver' 15:59:15 # -> Force: false 15:59:15 # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [Pipeline] } 15:59:15 $ docker exec --env ******** --env ******** bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e ssh-agent -k 15:59:16 unset SSH_AUTH_SOCK; 15:59:16 unset SSH_AGENT_PID; 15:59:16 echo Agent pid 52 killed; 15:59:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:59:16 + git semver [Pipeline] } 15:59:16 $ docker stop --time=1 bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e 15:59:18 $ docker rm -f bb6b541979813acf4d38b445892c1c2cc503fe9971530d3a1447fb157506459e [Pipeline] // withDockerContainer [Pipeline] sh 15:59:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:59:19 Stashed 1 file(s) [Pipeline] echo 15:59:19 [edgeXSemver]: initialized semver on version 2.0.0-dev.5 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:59:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:59:21 + sudo service docker restart 15:59:21 + true 15:59:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:59:21 ========================================================= 15:59:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:59:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:59:26 Sending build context to Docker daemon 326.3MB 15:59:26 Step 1/7 : ARG BASE=golang:1.15-alpine 15:59:26 Step 2/7 : FROM ${BASE} 15:59:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:59:26 188c0c94c7c5: Pulling fs layer 15:59:26 0ef7d3d256c8: Pulling fs layer 15:59:26 de9db76c5a1d: Pulling fs layer 15:59:26 bca2f99d35d6: Pulling fs layer 15:59:26 93359f2a8cfa: Pulling fs layer 15:59:26 7c6f9722023f: Pulling fs layer 15:59:26 a35cf1a2eb13: Pulling fs layer 15:59:26 bca2f99d35d6: Waiting 15:59:26 7c6f9722023f: Waiting 15:59:26 a35cf1a2eb13: Waiting 15:59:26 93359f2a8cfa: Waiting 15:59:26 de9db76c5a1d: Download complete 15:59:26 0ef7d3d256c8: Download complete 15:59:26 93359f2a8cfa: Verifying Checksum 15:59:26 93359f2a8cfa: Download complete 15:59:26 7c6f9722023f: Verifying Checksum 15:59:26 7c6f9722023f: Download complete 15:59:26 188c0c94c7c5: Verifying Checksum 15:59:26 188c0c94c7c5: Download complete 15:59:26 188c0c94c7c5: Pull complete 15:59:26 0ef7d3d256c8: Pull complete 15:59:27 de9db76c5a1d: Pull complete 15:59:28 a35cf1a2eb13: Verifying Checksum 15:59:28 a35cf1a2eb13: Download complete 15:59:28 bca2f99d35d6: Verifying Checksum 15:59:28 bca2f99d35d6: Download complete 15:59:34 bca2f99d35d6: Pull complete 15:59:34 93359f2a8cfa: Pull complete 15:59:34 7c6f9722023f: Pull complete 15:59:35 Still waiting to schedule task 15:59:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:59:39 a35cf1a2eb13: Pull complete 15:59:39 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:59:39 ---> a62c8e92a672 15:59:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:59:39 ---> Running in f5589eb5c188 15:59:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:59:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:59:41 (1/12) Installing libmagic (5.38-r0) 15:59:41 (2/12) Installing file (5.38-r0) 15:59:41 (3/12) Installing libc-dev (0.7.2-r3) 15:59:42 (4/12) Installing g++ (9.3.0-r2) 15:59:54 (5/12) Installing fortify-headers (1.1-r0) 15:59:54 (6/12) Installing patch (2.7.6-r6) 15:59:54 (7/12) Installing build-base (0.5-r2) 15:59:54 (8/12) Installing libsodium (1.0.18-r0) 15:59:54 (9/12) Installing pkgconf (1.7.2-r0) 15:59:54 (10/12) Installing libsodium-dev (1.0.18-r0) 15:59:54 (11/12) Installing libzmq (4.3.3-r0) 15:59:54 (12/12) Installing zeromq-dev (4.3.3-r0) 15:59:54 Executing busybox-1.31.1-r19.trigger 15:59:54 OK: 233 MiB in 51 packages 15:59:57 Removing intermediate container f5589eb5c188 15:59:57 ---> a13df5a2216b 15:59:57 Step 4/7 : WORKDIR /edgex-go 15:59:57 ---> Running in e7a730d8d771 15:59:57 Removing intermediate container e7a730d8d771 15:59:57 ---> 2e7826459158 15:59:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:59:59 latest: Pulling from library/docker 15:59:59 188c0c94c7c5: Already exists 15:59:59 0c7c675703d6: Pulling fs layer 15:59:59 cc8c12a437cb: Pulling fs layer 15:59:59 f092543453df: Pulling fs layer 15:59:59 65b6bc45957d: Pulling fs layer 15:59:59 4de832df471b: Pulling fs layer 15:59:59 79aa7fa92271: Pulling fs layer 15:59:59 4de832df471b: Waiting 15:59:59 79aa7fa92271: Waiting 15:59:59 65b6bc45957d: Waiting 15:59:59 cc8c12a437cb: Verifying Checksum 15:59:59 cc8c12a437cb: Download complete 15:59:59 0c7c675703d6: Download complete 15:59:59 65b6bc45957d: Verifying Checksum 15:59:59 65b6bc45957d: Download complete 15:59:59 4de832df471b: Verifying Checksum 15:59:59 4de832df471b: Download complete 15:59:59 79aa7fa92271: Verifying Checksum 15:59:59 79aa7fa92271: Download complete 15:59:59 0c7c675703d6: Pull complete 15:59:59 cc8c12a437cb: Pull complete 16:00:00 f092543453df: Verifying Checksum 16:00:00 f092543453df: Download complete 16:00:02 f092543453df: Pull complete 16:00:02 65b6bc45957d: Pull complete 16:00:03 4de832df471b: Pull complete 16:00:03 79aa7fa92271: Pull complete 16:00:03 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 16:00:03 Status: Downloaded newer image for docker:latest 16:00:04 ---> b4b4014dcec5 16:00:04 Step 6/7 : COPY go.mod . 16:00:04 ---> d695b521f9f2 16:00:04 Step 7/7 : RUN go mod download 16:00:05 ---> Running in 6725ce2aa216 16:00:27 Removing intermediate container 6725ce2aa216 16:00:27 ---> 9c43dd1acda3 16:00:27 Successfully built 9c43dd1acda3 16:00:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:00:27 + docker inspect -f . ci-base-image-x86_64 16:00:27 . [Pipeline] withDockerContainer 16:00:27 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:00:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:00:28 $ docker top 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:29 + go version 16:00:29 go version go1.15.5 linux/amd64 [Pipeline] } 16:00:29 $ docker stop --time=1 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 16:00:30 $ docker rm -f 2dc1f7a4308e0cdbd3c4bf076fed72f65231ffa6f9d4f12ef682eca92e210917 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:31 + docker inspect -f . ci-base-image-x86_64 16:00:31 . [Pipeline] withDockerContainer 16:00:31 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:00:31 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:00:32 $ docker top 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 -eo pid,comm [Pipeline] { [Pipeline] echo 16:00:32 ========================================================= 16:00:32 [edgeXBuildGoParallel] Running Tests and Build... 16:00:32 ========================================================= [Pipeline] sh 16:00:33 + make test 16:00:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:00:41 ? github.com/edgexfoundry/edgex-go [no test files] 16:01:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:01:06 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 16:01:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:01:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:01:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:01:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:01:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:01:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:01:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 46.6% of statements 16:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.1% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 68.5% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 82.3% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 16:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements 16:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:01:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 16:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:01:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 94.7% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 16:01:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.039s coverage: 100.0% of statements 16:01:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements 16:01:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:01:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 16:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 16:01:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 55.9% of statements 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:01:21 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.172s coverage: 86.3% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.125s coverage: 72.2% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.353s coverage: 72.1% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.054s coverage: 82.4% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.072s coverage: 96.8% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.2% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.0% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.646s coverage: 29.1% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:01:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 16:01:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 16:01:33 GO111MODULE=on go vet ./... 16:02:00 gofmt -l . 16:02:00 [ "`gofmt -l .`" = "" ] 16:02:00 ./bin/test-go-mod-tidy.sh 16:02:00 ./bin/test-attribution-txt.sh [Pipeline] sh 16:02:01 + ls -al . 16:02:01 total 656 16:02:01 drwxrwxr-x 10 1001 1001 4096 Dec 7 16:02 . 16:02:01 drwxr-xr-x 4 root root 32 Dec 7 16:00 .. 16:02:01 -rw-rw-r-- 1 1001 1001 11 Dec 7 15:58 .dockerignore 16:02:01 drwxrwxr-x 8 1001 1001 162 Dec 7 15:58 .git 16:02:01 drwxrwxr-x 3 1001 1001 125 Dec 7 15:58 .github 16:02:01 -rw-rw-r-- 1 1001 1001 943 Dec 7 15:58 .gitignore 16:02:01 drwx------ 3 1001 1001 32 Dec 7 15:59 .semver 16:02:01 -rw-rw-r-- 1 1001 1001 166 Dec 7 15:58 .sonarcloud.properties 16:02:01 -rw-rw-r-- 1 1001 1001 3804 Dec 7 15:58 CONTRIBUTING.md 16:02:01 -rw-rw-r-- 1 1001 1001 1035 Dec 7 15:58 Dockerfile.build 16:02:01 -rw-rw-r-- 1 1001 1001 863 Dec 7 15:58 Jenkinsfile 16:02:01 -rw-rw-r-- 1 1001 1001 10775 Dec 7 15:58 LICENSE 16:02:01 -rw-rw-r-- 1 1001 1001 6318 Dec 7 15:58 Makefile 16:02:01 -rw-rw-r-- 1 1001 1001 6447 Dec 7 15:58 README.md 16:02:01 -rw-rw-r-- 1 1001 1001 7286 Dec 7 15:58 SECURITY.md 16:02:01 -rw-rw-r-- 1 1001 1001 11 Dec 7 15:59 VERSION 16:02:01 -rw-rw-r-- 1 1001 1001 4131 Dec 7 15:58 ZMQWindows.md 16:02:01 drwxrwxr-x 2 1001 1001 117 Dec 7 15:58 bin 16:02:01 drwxrwxr-x 15 1001 1001 4096 Dec 7 15:58 cmd 16:02:01 -rw-r--r-- 1 root root 557293 Dec 7 16:01 coverage.out 16:02:01 -rw-r--r-- 1 root root 1041 Dec 7 16:01 go.mod 16:02:01 -rw-r--r-- 1 root root 18856 Dec 7 16:01 go.sum 16:02:01 drwxrwxr-x 8 1001 1001 127 Dec 7 15:58 internal 16:02:01 drwxrwxr-x 4 1001 1001 26 Dec 7 15:58 openapi 16:02:01 drwxrwxr-x 4 1001 1001 71 Dec 7 15:58 snap 16:02:01 -rw-rw-r-- 1 1001 1001 168 Dec 7 15:58 version.go [Pipeline] sh 16:02:01 + '[' -e coverage.out ] 16:02:01 + chown 1001:1001 coverage.out [Pipeline] stash 16:02:01 Stashed 1 file(s) [Pipeline] sh 16:02:02 + make build 16:02:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data 16:02:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:02:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command 16:02:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:02:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:02:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:02:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:02:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:02:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:02:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:02:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:02:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:02:26 $ docker stop --time=1 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 16:02:28 $ docker rm -f 1a72bf98dbcb35d4600490d49ee568ae053467fe4e71bcf296ce77530f054473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:30 16:02:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:02:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:30 latest: Pulling from edgex-devops/edgex-compose 16:02:30 cbdbe7a5bc2a: Pulling fs layer 16:02:30 ca9280d653b3: Pulling fs layer 16:02:30 7e9c9ca2126c: Pulling fs layer 16:02:31 cbdbe7a5bc2a: Verifying Checksum 16:02:31 cbdbe7a5bc2a: Download complete 16:02:31 cbdbe7a5bc2a: Pull complete 16:02:31 ca9280d653b3: Verifying Checksum 16:02:31 ca9280d653b3: Download complete 16:02:32 ca9280d653b3: Pull complete 16:02:33 7e9c9ca2126c: Download complete 16:02:41 7e9c9ca2126c: Pull complete 16:02:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:02:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:02:41 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:02:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:02:43 $ docker top ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:43 + docker-compose build --help 16:02:43 + grep parallel 16:02:44 --parallel Build images in parallel. [Pipeline] } 16:02:44 $ docker stop --time=1 ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 16:02:46 $ docker rm -f ac9595ccd2f158e025eec7c16726c20285c9744b1b2613ccd119eaa29fee5d77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:02:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:02:46 . [Pipeline] withDockerContainer 16:02:46 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:02:46 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:02:47 $ docker top cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 -eo pid,comm [Pipeline] { [Pipeline] sh 16:02:48 + docker-compose -f ./docker-compose-build.yml build --parallel 16:02:50 Building docker-core-command-go ... 16:02:50 Building docker-core-data-go ... 16:02:50 Building docker-core-metadata-go ... 16:02:50 Building docker-security-bootstrap-redis-go ... 16:02:50 Building docker-security-proxy-setup-go ... 16:02:50 Building docker-security-secrets-setup-go ... 16:02:50 Building docker-security-secretstore-setup-go ... 16:02:50 Building docker-support-notifications-go ... 16:02:50 Building docker-support-scheduler-go ... 16:02:50 Building docker-sys-mgmt-agent-go ... 16:02:50 Building docker-sys-mgmt-agent-go 16:02:50 Building docker-security-secretstore-setup-go 16:02:50 Building docker-security-bootstrap-redis-go 16:02:50 Building docker-core-metadata-go 16:02:50 Building docker-core-command-go 16:02:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14890 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 16:02:54 Running in /w/workspace/edgex-go/247 [Pipeline] { [Pipeline] checkout 16:02:59 using credential edgex-jenkins-ssh 16:02:59 Cloning the remote Git repository 16:02:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:02:59 > git init /w/workspace/edgex-go/247 # timeout=10 16:02:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:02:59 > git --version # timeout=10 16:02:59 > git --version # 'git version 2.17.1' 16:02:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:02:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:03:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:03:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:03:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:03:21 Checking out Revision 0855fff343fbac9200be972646aac1464c8bdae7 (master) 16:03:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:03:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:03:22 ---> 9c43dd1acda3 16:03:22 Step 3/27 : WORKDIR /edgex-go 16:03:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:03:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:22 ---> 9c43dd1acda3 16:03:22 Step 3/22 : WORKDIR /edgex-go 16:03:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:03:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:22 ---> 9c43dd1acda3 16:03:22 Step 3/22 : WORKDIR /edgex-go 16:03:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:03:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:03:22 ---> 9c43dd1acda3 16:03:22 Step 3/24 : WORKDIR /edgex-go 16:03:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:03:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:03:22 ---> 9c43dd1acda3 16:03:22 Step 3/22 : WORKDIR /edgex-go 16:03:22 ---> Running in 1b0bbfb9c920 16:03:22 ---> Running in 54cc7d6e74e1 16:03:22 ---> Running in 94cfba4299c0 16:03:22 ---> Running in 035c74baa75a 16:03:22 ---> Running in a5bf5d969c95 16:03:22 Removing intermediate container 035c74baa75a 16:03:22 ---> 25a55bcfb0b4 16:03:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:22 Removing intermediate container 54cc7d6e74e1 16:03:22 ---> 56265e50c161 16:03:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:22 Removing intermediate container 94cfba4299c0 16:03:22 ---> 2bc821e75a16 16:03:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:22 Removing intermediate container 1b0bbfb9c920 16:03:22 ---> 7185dd5d69eb 16:03:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:22 Removing intermediate container a5bf5d969c95 16:03:22 ---> 2aff43839ce1 16:03:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:22 ---> Running in 4f9fc11fcdee 16:03:22 ---> Running in 635bee9678a4 16:03:22 ---> Running in 63474efe465c 16:03:22 ---> Running in 418e387f36b9 16:03:22 ---> Running in 1a1de39344a2 16:03:21 > git config core.sparsecheckout # timeout=10 16:03:21 > git checkout -f 0855fff343fbac9200be972646aac1464c8bdae7 # timeout=10 16:03:23 Removing intermediate container 4f9fc11fcdee 16:03:23 ---> 25139b4bdac6 16:03:23 Step 5/27 : RUN apk update && apk add make bash git 16:03:23 ---> Running in 3f26ec5595db 16:03:23 Removing intermediate container 635bee9678a4 16:03:23 ---> 9a5270bb6783 16:03:23 Step 5/24 : RUN apk update && apk add make git 16:03:24 ---> Running in cf40b0a34760 16:03:24 Removing intermediate container 63474efe465c 16:03:24 ---> 97fe6114603b 16:03:24 Step 5/22 : RUN apk update && apk add make git 16:03:24 Removing intermediate container 418e387f36b9 16:03:24 ---> 0a4f576c0dab 16:03:24 Step 5/22 : RUN apk update && apk add make git 16:03:24 Removing intermediate container 1a1de39344a2 16:03:24 ---> e86ea6bcc5ca 16:03:24 Step 5/22 : RUN apk update && apk add make git 16:03:24 ---> Running in c5b59df27566 16:03:24 ---> Running in 67eb59b4b14f 16:03:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:24 ---> Running in 2681cd7ff056 16:03:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:03:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:03:25 OK: 12745 distinct packages available 16:03:25 Commit message: "fix: Re-merge SECURITY.md (#2688)" 16:03:25 OK: 233 MiB in 51 packages 16:03:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:03:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:03:25 OK: 12745 distinct packages available 16:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:26 OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 16:03:26 Removing intermediate container 3f26ec5595db 16:03:26 ---> 119b57285c1e 16:03:26 Step 6/27 : COPY go.mod . [Pipeline] sh 16:03:26 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:03:26 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:03:26 OK: 12745 distinct packages available 16:03:26 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:03:26 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:03:26 OK: 12745 distinct packages available 16:03:26 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:03:26 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:03:26 OK: 12745 distinct packages available 16:03:27 OK: 233 MiB in 51 packages 16:03:27 OK: 233 MiB in 51 packages 16:03:27 OK: 233 MiB in 51 packages 16:03:27 ---> b33ef05f4f95 16:03:27 Step 7/27 : RUN go mod download 16:03:27 Removing intermediate container cf40b0a34760 16:03:27 ---> c20623bb8cf4 16:03:27 Step 6/24 : COPY go.mod . 16:03:27 ---> Running in dca0e4adc10f 16:03:27 ---> 94fa61817719 16:03:27 Step 7/24 : RUN go mod download 16:03:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:03:27 ---> Running in 1673da92d2f8 16:03:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:03:28 Removing intermediate container 2681cd7ff056 16:03:28 ---> 9d4af4e1cd3b 16:03:28 Step 6/22 : COPY go.mod . 16:03:28 Removing intermediate container c5b59df27566 16:03:28 ---> f4fdca16638a 16:03:28 Step 6/22 : COPY go.mod . 16:03:28 + sudo service docker restart 16:03:28 + true 16:03:28 Removing intermediate container 67eb59b4b14f 16:03:28 ---> 282125b0fd8f 16:03:28 Step 6/22 : COPY go.mod . 16:03:28 ---> 403fdf5fb2a8 16:03:28 Step 7/22 : RUN go mod download 16:03:28 ---> 3ac4cf86c7f0 16:03:28 Step 7/22 : RUN go mod download 16:03:28 ---> 7e4a35bb2987 16:03:28 Step 7/22 : RUN go mod download 16:03:28 ---> Running in 2ca84eb1ce24 16:03:28 ---> Running in 9fd63c8ee8dd 16:03:28 ---> Running in d808c37e9342 16:03:29 Removing intermediate container 1673da92d2f8 16:03:29 ---> 0168482f1b3c 16:03:29 Step 8/24 : COPY . . 16:03:29 Removing intermediate container dca0e4adc10f 16:03:29 ---> c55a98659b09 16:03:29 Step 8/27 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:03:30 provisioning config files... 16:03:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config6463304858082665668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:30 ---> docker-login.sh 16:03:30 nexus3.edgexfoundry.org:10001 16:03:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:31 Removing intermediate container 2ca84eb1ce24 16:03:31 ---> 101a0142300a 16:03:31 Step 8/22 : COPY . . 16:03:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:31 Configure a credential helper to remove this warning. See 16:03:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:31 16:03:31 Login Succeeded 16:03:31 nexus3.edgexfoundry.org:10002 16:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:32 Configure a credential helper to remove this warning. See 16:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:32 16:03:32 Login Succeeded 16:03:32 nexus3.edgexfoundry.org:10003 16:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:32 Configure a credential helper to remove this warning. See 16:03:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:32 16:03:32 Login Succeeded 16:03:32 nexus3.edgexfoundry.org:10004 16:03:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:33 Configure a credential helper to remove this warning. See 16:03:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:33 16:03:33 Login Succeeded 16:03:33 docker.io 16:03:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 ---> docker-login.sh ends [Pipeline] } 16:03:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:03:34 ========================================================= 16:03:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:03:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:03:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:03:35 Removing intermediate container 9fd63c8ee8dd 16:03:35 ---> dfd337d24d57 16:03:35 Step 8/22 : COPY . . 16:03:35 Removing intermediate container d808c37e9342 16:03:35 ---> 985a486280da 16:03:35 Step 8/22 : COPY . . 16:03:37 Sending build context to Docker daemon 165.6MB 16:03:37 Step 1/7 : ARG BASE=golang:1.15-alpine 16:03:37 Step 2/7 : FROM ${BASE} 16:03:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:03:37 5f621e34cdf4: Pulling fs layer 16:03:37 a4357932f1b6: Pulling fs layer 16:03:37 18c013af1878: Pulling fs layer 16:03:37 00ac8860ef70: Pulling fs layer 16:03:37 63d7cb157983: Pulling fs layer 16:03:37 b116817d02f9: Pulling fs layer 16:03:37 745a02a5169b: Pulling fs layer 16:03:37 00ac8860ef70: Waiting 16:03:37 63d7cb157983: Waiting 16:03:37 b116817d02f9: Waiting 16:03:37 745a02a5169b: Waiting 16:03:37 18c013af1878: Download complete 16:03:37 a4357932f1b6: Verifying Checksum 16:03:37 a4357932f1b6: Download complete 16:03:37 63d7cb157983: Verifying Checksum 16:03:37 63d7cb157983: Download complete 16:03:37 b116817d02f9: Download complete 16:03:37 5f621e34cdf4: Verifying Checksum 16:03:37 5f621e34cdf4: Download complete 16:03:38 5f621e34cdf4: Pull complete 16:03:38 a4357932f1b6: Pull complete 16:03:39 18c013af1878: Pull complete 16:03:40 745a02a5169b: Verifying Checksum 16:03:40 745a02a5169b: Download complete 16:03:41 00ac8860ef70: Verifying Checksum 16:03:41 00ac8860ef70: Download complete 16:03:52 00ac8860ef70: Pull complete 16:03:52 63d7cb157983: Pull complete 16:03:52 b116817d02f9: Pull complete 16:03:55 745a02a5169b: Pull complete 16:03:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:03:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:03:55 ---> b7e6874047d6 16:03:55 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:03:58 ---> Running in 139fa2bfed05 16:04:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:01 (1/12) Installing libmagic (5.38-r0) 16:04:01 (2/12) Installing file (5.38-r0) 16:04:01 (3/12) Installing libc-dev (0.7.2-r3) 16:04:02 (4/12) Installing g++ (9.3.0-r2) 16:04:04 (5/12) Installing fortify-headers (1.1-r0) 16:04:04 (6/12) Installing patch (2.7.6-r6) 16:04:04 (7/12) Installing build-base (0.5-r2) 16:04:04 (8/12) Installing libsodium (1.0.18-r0) 16:04:05 (9/12) Installing pkgconf (1.7.2-r0) 16:04:05 (10/12) Installing libsodium-dev (1.0.18-r0) 16:04:05 (11/12) Installing libzmq (4.3.3-r0) 16:04:05 (12/12) Installing zeromq-dev (4.3.3-r0) 16:04:05 Executing busybox-1.31.1-r19.trigger 16:04:05 OK: 217 MiB in 51 packages 16:04:08 ---> af915d65c3cb 16:04:08 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:04:08 ---> Running in 8327283d5a70 16:04:08 ---> af893d14fea8 16:04:08 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:04:08 ---> 44906c5ea697 16:04:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:04:08 ---> 5d09279f1843 16:04:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:04:08 ---> 341b8d8dbe9c 16:04:08 Step 9/22 : RUN make cmd/core-command/core-command 16:04:08 ---> Running in f64b9756d296 16:04:08 ---> Running in 99f072fc7bd6 16:04:08 ---> Running in dedf08d690f2 16:04:08 ---> Running in 9b4166ee3d08 16:04:09 Removing intermediate container 139fa2bfed05 16:04:09 ---> 31fd84af6ce3 16:04:09 Step 4/7 : WORKDIR /edgex-go 16:04:09 ---> Running in cdc917f99999 16:04:09 Removing intermediate container cdc917f99999 16:04:09 ---> 3b558a2379ab 16:04:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command 16:04:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:04:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:04:10 latest: Pulling from library/docker 16:04:10 5f621e34cdf4: Already exists 16:04:10 85db56a05063: Pulling fs layer 16:04:10 ccb67d6aeaaa: Pulling fs layer 16:04:10 de930078acea: Pulling fs layer 16:04:10 d5a9d88a4785: Pulling fs layer 16:04:10 e7f15c1544d5: Pulling fs layer 16:04:10 877c515997d3: Pulling fs layer 16:04:10 e7f15c1544d5: Waiting 16:04:10 877c515997d3: Waiting 16:04:10 d5a9d88a4785: Waiting 16:04:10 ccb67d6aeaaa: Verifying Checksum 16:04:10 ccb67d6aeaaa: Download complete 16:04:10 85db56a05063: Verifying Checksum 16:04:10 85db56a05063: Download complete 16:04:11 d5a9d88a4785: Verifying Checksum 16:04:11 d5a9d88a4785: Download complete 16:04:11 e7f15c1544d5: Verifying Checksum 16:04:11 e7f15c1544d5: Download complete 16:04:11 877c515997d3: Verifying Checksum 16:04:11 877c515997d3: Download complete 16:04:11 85db56a05063: Pull complete 16:04:11 ccb67d6aeaaa: Pull complete 16:04:12 de930078acea: Verifying Checksum 16:04:12 de930078acea: Download complete 16:04:15 de930078acea: Pull complete 16:04:15 d5a9d88a4785: Pull complete 16:04:15 e7f15c1544d5: Pull complete 16:04:16 877c515997d3: Pull complete 16:04:16 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 16:04:16 Status: Downloaded newer image for docker:latest 16:04:19 ---> 0620cc7e5f30 16:04:19 Step 6/7 : COPY go.mod . 16:04:19 ---> b1c504ec9241 16:04:19 Step 7/7 : RUN go mod download 16:04:20 ---> Running in 27f0288bcb42 16:04:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:04:38 Removing intermediate container f64b9756d296 16:04:38 ---> be0ae88797ce 16:04:38 16:04:38 Step 10/22 : FROM alpine:3.10 16:04:38 3.10: Pulling from library/alpine 16:04:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:04:39 Status: Downloaded newer image for alpine:3.10 16:04:39 ---> be4e4bea2c2e 16:04:39 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:04:40 ---> Running in 43d609aafe47 16:04:43 Removing intermediate container 8327283d5a70 16:04:43 ---> cd91d5f19890 16:04:43 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:04:43 ---> Running in a2cfa2b48cbf 16:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:04:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:04:44 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:04:44 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:04:44 OK: 10348 distinct packages available 16:04:44 (1/5) Installing ca-certificates (20191127-r2) 16:04:44 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:04:44 (3/5) Installing libcurl (7.66.0-r1) 16:04:44 (4/5) Installing curl (7.66.0-r1) 16:04:44 (5/5) Installing dumb-init (1.2.2-r1) 16:04:44 Executing busybox-1.30.1-r3.trigger 16:04:44 Executing ca-certificates-20191127-r2.trigger 16:04:44 OK: 7 MiB in 19 packages 16:04:45 Removing intermediate container dedf08d690f2 16:04:45 ---> 993ba86bb56f 16:04:45 16:04:45 Step 10/24 : FROM alpine:3.10 16:04:45 ---> be4e4bea2c2e 16:04:45 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:04:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:04:46 ---> Running in 7281c57703a8 16:04:46 Removing intermediate container 99f072fc7bd6 16:04:46 ---> a7c6ae8032be 16:04:46 16:04:46 Step 10/22 : FROM scratch 16:04:46 ---> 16:04:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:04:46 Removing intermediate container 27f0288bcb42 16:04:46 ---> c308847a747a 16:04:46 Successfully built c308847a747a 16:04:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:04:47 + docker inspect -f . ci-base-image-arm64 16:04:47 . [Pipeline] withDockerContainer 16:04:47 prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container 16:04:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:04:47 Removing intermediate container 43d609aafe47 16:04:47 ---> de545f7e8d4b 16:04:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:04:47 ---> Running in 4221d7757603 16:04:47 ---> Running in 6f8e1187409b 16:04:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:04:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:04:47 Removing intermediate container 4221d7757603 16:04:47 ---> bce2606c5080 16:04:47 Step 12/22 : ENV APP_PORT=48082 16:04:48 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:04:48 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:04:48 OK: 10348 distinct packages available 16:04:48 (1/5) Installing ca-certificates (20191127-r2) 16:04:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:04:48 (3/5) Installing libcurl (7.66.0-r1) 16:04:48 (4/5) Installing curl (7.66.0-r1) 16:04:48 (5/5) Installing dumb-init (1.2.2-r1) 16:04:48 Executing busybox-1.30.1-r3.trigger 16:04:48 Executing ca-certificates-20191127-r2.trigger 16:04:48 OK: 7 MiB in 19 packages 16:04:49 $ docker top a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:50 + go version 16:04:50 go version go1.15.5 linux/arm64 [Pipeline] } 16:04:50 $ docker stop --time=1 a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 16:04:50 ---> Running in aee834f3d68e 16:04:50 Removing intermediate container 6f8e1187409b 16:04:50 ---> 0064b831e3ca 16:04:50 Step 13/22 : WORKDIR / 16:04:50 Removing intermediate container a2cfa2b48cbf 16:04:50 ---> 01e7aa7b83ca 16:04:50 16:04:50 Step 11/27 : FROM docker:latest 16:04:50 ---> b0757c55a1fd 16:04:50 Step 12/27 : RUN apk add --no-cache bash 16:04:50 ---> Running in 35264f8db0e3 16:04:50 Removing intermediate container 9b4166ee3d08 16:04:50 ---> 7709f44a73ba 16:04:50 16:04:50 Step 10/22 : FROM scratch 16:04:50 ---> 16:04:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:04:50 Removing intermediate container aee834f3d68e 16:04:50 ---> bc32f3d46a18 16:04:50 Step 13/22 : EXPOSE $APP_PORT 16:04:50 ---> Using cache 16:04:50 ---> bce2606c5080 16:04:50 Step 12/22 : ENV APP_PORT=48081 16:04:51 ---> Running in a09760593b9c 16:04:51 ---> Running in 8a7ce8d1e359 16:04:51 ---> Running in d710fb58be31 16:04:51 Removing intermediate container 35264f8db0e3 16:04:51 ---> 6d4492da77a5 16:04:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:04:51 Removing intermediate container 7281c57703a8 16:04:51 ---> 743cae99aa4d 16:04:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:04:51 Removing intermediate container 8a7ce8d1e359 16:04:51 ---> ad08e0677f96 16:04:51 Step 14/22 : WORKDIR / 16:04:51 Removing intermediate container d710fb58be31 16:04:51 ---> b8fe2504aa04 16:04:51 Step 13/22 : EXPOSE $APP_PORT 16:04:51 ---> Running in 46be256319d2 16:04:51 ---> Running in 75bfd8ae7142 16:04:52 $ docker rm -f a4ad163cc780d07823c5cc77f8052fce6886e336e1f4a2d9356f5622870222e2 16:04:52 ---> Running in 84b32b694cc1 16:04:52 ---> 12d78dd2e8eb 16:04:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:04:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:52 Removing intermediate container 46be256319d2 16:04:52 ---> 1d99d1de2cbe 16:04:52 Step 13/24 : WORKDIR / [Pipeline] // withDockerContainer 16:04:52 Removing intermediate container 84b32b694cc1 16:04:52 ---> 71d1e8dabf05 16:04:52 Step 14/22 : WORKDIR / 16:04:52 Removing intermediate container 75bfd8ae7142 16:04:52 ---> 71a5ee147cca 16:04:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:04:52 (1/2) Installing readline (8.0.4-r0) 16:04:52 (2/2) Installing bash (5.0.17-r0) 16:04:52 Executing bash-5.0.17-r0.post-install 16:04:52 Executing busybox-1.31.1-r19.trigger 16:04:52 OK: 12 MiB in 22 packages 16:04:52 ---> Running in 8ba02300d9f8 16:04:52 ---> Running in 924ef12d9787 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 16:04:52 ---> e5a118708142 16:04:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / Stage "Test" skipped due to when conditional [Pipeline] } 16:04:52 ---> c2c7b00378f2 16:04:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:04:53 Removing intermediate container 924ef12d9787 16:04:53 ---> e751d6d6177b 16:04:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:04:53 Removing intermediate container 8ba02300d9f8 16:04:53 ---> 2a2e675ca0a6 16:04:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:04:53 ---> c75f9c87fc6d 16:04:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:04:53 ---> c618dc7dc6f5 16:04:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:04:54 Removing intermediate container a09760593b9c 16:04:54 ---> 933fd0163af9 16:04:54 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:04:54 ---> cd01521b98b7 16:04:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:04:54 ---> a8b1a3198515 16:04:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:04:54 ---> Running in 0f32319f513d 16:04:54 ---> 08595042c89d 16:04:54 Step 18/22 : RUN chmod +x entrypoint.sh 16:04:54 ---> 41ae69e5c442 16:04:54 Step 18/22 : ENTRYPOINT ["/core-command"] 16:04:54 ---> Running in 3520522e1f09 16:04:54 ---> 875302fc71ff 16:04:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:04:54 ---> a24cab07c98a 16:04:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:04:54 ---> Running in e8cad5070283 16:04:55 Removing intermediate container e8cad5070283 16:04:55 ---> aff17d2a192d 16:04:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:55 ---> 93a539e2ee91 16:04:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:04:55 ---> b5e787e72562 16:04:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:04:55 ---> Running in 5386d4504966 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 16:04:55 ---> Running in 2006a54d8dc4 16:04:55 Removing intermediate container 5386d4504966 16:04:55 ---> 415174dc4ab4 16:04:55 Step 20/22 : LABEL arch=x86_64 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:55 ---> e422bfa0e4a1 16:04:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:04:55 ---> Running in 09fee3474ecd 16:04:55 Removing intermediate container 2006a54d8dc4 16:04:55 ---> ed0a72d10296 16:04:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:56 16:04:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:56 ---> Running in 54f1965e97fd 16:04:56 Removing intermediate container 0f32319f513d 16:04:56 ---> b74154ee0af3 16:04:56 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [Pipeline] isUnix [Pipeline] sh 16:04:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:56 Removing intermediate container 09fee3474ecd 16:04:56 ---> a028bb2a3d8a 16:04:56 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:04:56 latest: Pulling from edgex-devops/edgex-compose-arm64 16:04:56 29e5d40040c1: Pulling fs layer 16:04:56 1ce36da41761: Pulling fs layer 16:04:56 25b303627fd3: Pulling fs layer 16:04:56 29e5d40040c1: Verifying Checksum 16:04:56 29e5d40040c1: Download complete 16:04:56 Removing intermediate container 3520522e1f09 16:04:56 ---> 768ca52d5cdf 16:04:56 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:04:56 ---> 53d8afceacc2 16:04:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:04:56 ---> Running in 9e96aa707e3c 16:04:56 Removing intermediate container 54f1965e97fd 16:04:56 ---> 28de6c2ce4ac 16:04:56 Step 20/22 : LABEL arch=x86_64 16:04:56 ---> Running in 301e34d40d13 16:04:56 ---> Running in 774ccc780517 16:04:57 ---> Running in 0681a9c3a45e 16:04:57 Removing intermediate container 9e96aa707e3c 16:04:57 ---> 758e010b4f9d 16:04:57 Step 15/27 : ENV APP_PORT=48090 16:04:57 ---> a12680cf9306 16:04:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:04:57 Removing intermediate container 301e34d40d13 16:04:57 ---> e86b29c74741 16:04:57 Step 22/22 : LABEL version=2.0.0-dev.5 16:04:57 Removing intermediate container 774ccc780517 16:04:57 ---> 003b2e626b46 16:04:57 Step 20/22 : LABEL arch=x86_64 16:04:57 Removing intermediate container 0681a9c3a45e 16:04:57 ---> 059511c41106 16:04:57 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:04:57 1ce36da41761: Verifying Checksum 16:04:57 1ce36da41761: Download complete 16:04:57 ---> Running in 070a1f94f168 16:04:57 ---> Running in 4e6384a86219 16:04:57 ---> Running in 3215f70e5cad 16:04:57 ---> Running in 106f20b0c2f8 16:04:57 ---> Running in c8c0ebeb31a3 16:04:57 29e5d40040c1: Pull complete 16:04:58 Removing intermediate container 070a1f94f168 16:04:58 ---> c1d8d5b87a65 16:04:58 Step 16/27 : EXPOSE $APP_PORT 16:04:58 Removing intermediate container 3215f70e5cad 16:04:58 ---> 24d05ae64302 16:04:58 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:04:58 Removing intermediate container 106f20b0c2f8 16:04:58 ---> ca09e142ff0a 16:04:58 16:04:58 ---> Running in f20e7a23da96 16:04:58 Removing intermediate container c8c0ebeb31a3 16:04:58 ---> d9b97ce22bcd 16:04:58 Step 22/22 : LABEL version=2.0.0-dev.5 16:04:58 Successfully built ca09e142ff0a 16:04:58 Successfully tagged docker-core-command-go:latest 16:04:58 Building docker-support-scheduler-go 16:04:58  Building docker-core-command-go ... done  ---> Running in 05890f4e6df0 16:04:58 ---> Running in e8b405ea2dae 16:04:58 Removing intermediate container f20e7a23da96 16:04:58 ---> cd9fd4c1f3fa 16:04:58 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:04:58 1ce36da41761: Pull complete 16:04:58 Removing intermediate container 05890f4e6df0 16:04:58 ---> ed431171da37 16:04:58 Step 22/22 : LABEL version=2.0.0-dev.5 16:04:59 Removing intermediate container e8b405ea2dae 16:04:59 ---> 959f77d39165 16:04:59 16:04:59 ---> Running in 86cb11621eec 16:04:59 Successfully built 959f77d39165 16:04:59 Successfully tagged docker-core-metadata-go:latest 16:04:59  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 16:04:59 Removing intermediate container 4e6384a86219 16:04:59 ---> 49cd43f42ad8 16:04:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:04:59 25b303627fd3: Verifying Checksum 16:04:59 25b303627fd3: Download complete 16:04:59 ---> 4c8225797732 16:04:59 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:04:59 ---> Running in 3ff21c6f0920 16:04:59 Removing intermediate container 86cb11621eec 16:04:59 ---> 4901c45a6aa8 16:04:59 16:05:04 Successfully built 4901c45a6aa8 16:05:05 Successfully tagged docker-security-bootstrap-redis-go:latest 16:05:05 Building docker-security-secrets-setup-go 16:05:05  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3ff21c6f0920 16:05:05 ---> 01c29e152b00 16:05:05 Step 22/24 : LABEL arch=x86_64 16:05:06 ---> 165a63ab59f6 16:05:06 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:05:09 25b303627fd3: Pull complete 16:05:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:05:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:05:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:05:09 prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container 16:05:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:05:12 ---> Running in cea5daab0bce 16:05:13 $ docker top db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:14 + docker-compose build --help 16:05:14 + grep parallel 16:05:17 --parallel Build images in parallel. [Pipeline] } 16:05:17 $ docker stop --time=1 db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e 16:05:17 Removing intermediate container cea5daab0bce 16:05:17 ---> 72b4cd9fcc49 16:05:17 Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:05:17 ---> cb4c6aa8e934 16:05:17 Step 20/27 : RUN apk --no-cache add py3-pip 16:05:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:05:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:05:18 ---> 9c43dd1acda3 16:05:18 Step 3/21 : WORKDIR /edgex-go 16:05:18 ---> Using cache 16:05:18 ---> 2aff43839ce1 16:05:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:18 ---> Using cache 16:05:18 ---> e86ea6bcc5ca 16:05:18 Step 5/21 : RUN apk update && apk add make git 16:05:18 ---> Using cache 16:05:18 ---> 9d4af4e1cd3b 16:05:18 Step 6/21 : COPY go.mod . 16:05:18 ---> Using cache 16:05:18 ---> 403fdf5fb2a8 16:05:18 Step 7/21 : RUN go mod download 16:05:18 ---> Using cache 16:05:18 ---> 101a0142300a 16:05:18 Step 8/21 : COPY . . 16:05:18 ---> Running in 2455900430ae 16:05:18 ---> Using cache 16:05:18 ---> af893d14fea8 16:05:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:05:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:05:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:05:18 ---> 9c43dd1acda3 16:05:18 Step 3/21 : WORKDIR /edgex-go 16:05:18 ---> Using cache 16:05:18 ---> 2aff43839ce1 16:05:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:18 ---> Using cache 16:05:18 ---> e86ea6bcc5ca 16:05:18 Step 5/21 : RUN apk update && apk add make git 16:05:18 ---> Using cache 16:05:18 ---> 9d4af4e1cd3b 16:05:18 Step 6/21 : COPY go.mod . 16:05:18 ---> Using cache 16:05:18 ---> 403fdf5fb2a8 16:05:18 Step 7/21 : RUN go mod download 16:05:18 ---> Using cache 16:05:18 ---> 101a0142300a 16:05:18 Step 8/21 : COPY . . 16:05:18 ---> Using cache 16:05:18 ---> af893d14fea8 16:05:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:05:19 $ docker rm -f db02c23909ceb3d34c3aa0ece71e373a0c6bc903db63e7cb20f9b7c434a4db7e [Pipeline] // withDockerContainer 16:05:19 ---> Running in 05787d081cc7 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:20 ---> Running in 342014a47804 16:05:20 ---> Running in 353018a0e5b2 16:05:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:05:20 . [2020-12-07T16:05:20.304Z] Removing intermediate container 2455900430ae 16:05:20 ---> 784ca9b37fe9 16:05:20 Step 24/24 : LABEL version=2.0.0-dev.5 [Pipeline] withDockerContainer 16:05:20 prd-ubuntu18.04-docker-arm64-4c-16g-14890 does not seem to be running inside a container 16:05:20 ---> Running in d968f4c9bd6d 16:05:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:05:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:22 $ docker top 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 -eo pid,comm 16:05:22 (1/33) Installing libbz2 (1.0.8-r1) 16:05:22 (2/33) Installing expat (2.2.9-r1) 16:05:22 (3/33) Installing libffi (3.3-r2) 16:05:22 (4/33) Installing gdbm (1.13-r1) 16:05:22 (5/33) Installing xz-libs (5.2.5-r0) 16:05:22 Removing intermediate container d968f4c9bd6d 16:05:22 ---> d7aade742cf6 16:05:22 16:05:22 (6/33) Installing sqlite-libs (3.32.1-r0) 16:05:22 (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh 16:05:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:05:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:05:22 Successfully built d7aade742cf6 16:05:22 Successfully tagged docker-security-secretstore-setup-go:latest 16:05:22 Building docker-core-data-go 16:05:23 + docker-compose -f ./docker-compose-build.yml build --parallel 16:05:26 Building docker-core-command-go ... 16:05:26 Building docker-core-data-go ... 16:05:26 Building docker-core-metadata-go ... 16:05:26 Building docker-security-bootstrap-redis-go ... 16:05:26 Building docker-security-proxy-setup-go ... 16:05:26 Building docker-security-secrets-setup-go ... 16:05:26 Building docker-security-secretstore-setup-go ... 16:05:26 Building docker-support-notifications-go ... 16:05:26 Building docker-support-scheduler-go ... 16:05:26 Building docker-sys-mgmt-agent-go ... 16:05:26 Building docker-security-secrets-setup-go 16:05:26 Building docker-sys-mgmt-agent-go 16:05:26 Building docker-security-bootstrap-redis-go 16:05:26 Building docker-core-metadata-go 16:05:26 Building docker-support-scheduler-go 16:05:26  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 16:05:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:05:26 (10/33) Installing py3-parsing (2.4.7-r0) 16:05:26 (11/33) Installing py3-six (1.15.0-r0) 16:05:26 (12/33) Installing py3-packaging (20.4-r0) 16:05:27 (13/33) Installing py3-setuptools (47.0.0-r0) 16:05:27 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:05:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:05:27 ---> 9c43dd1acda3 16:05:27 Step 3/29 : WORKDIR /edgex-go 16:05:27 ---> Using cache 16:05:27 ---> 2aff43839ce1 16:05:27 Step 4/29 : RUN apk update && apk add make git 16:05:27 (14/33) Installing py3-chardet (3.0.4-r4) 16:05:29 (15/33) Installing py3-idna (2.9-r0) 16:05:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:05:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:05:31 (18/33) Installing py3-requests (2.23.0-r0) 16:05:31 (19/33) Installing py3-msgpack (1.0.0-r0) 16:05:31 (20/33) Installing py3-lockfile (0.12.2-r3) 16:05:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:05:32 (22/33) Installing py3-colorama (0.4.3-r0) 16:05:32 (23/33) Installing py3-distlib (0.3.0-r0) 16:05:32 ---> Running in 543984fd8a98 16:05:32 (24/33) Installing py3-distro (1.5.0-r1) 16:05:32 (25/33) Installing py3-webencodings (0.5.1-r3) 16:05:32 (26/33) Installing py3-html5lib (1.0.1-r4) 16:05:32 (27/33) Installing py3-pytoml (0.1.21-r0) 16:05:32 (28/33) Installing py3-pep517 (0.8.2-r0) 16:05:32 (29/33) Installing py3-progress (1.5-r0) 16:05:32 (30/33) Installing py3-toml (0.10.1-r0) 16:05:33 (31/33) Installing py3-retrying (1.3.3-r0) 16:05:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:05:33 (33/33) Installing py3-pip (20.1.1-r0) 16:05:33 Executing busybox-1.31.1-r19.trigger 16:05:33 OK: 71 MiB in 55 packages 16:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:35 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:05:35 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:05:35 OK: 12745 distinct packages available 16:05:35 OK: 233 MiB in 51 packages 16:05:38 Removing intermediate container 543984fd8a98 16:05:38 ---> ce35eb0d93d1 16:05:38 Step 5/29 : COPY go.mod . 16:05:38 ---> 899aa1298d2c 16:05:38 Step 6/29 : RUN go mod download 16:05:39 ---> Running in 08586e901f1b 16:05:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:05:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:05:47 ---> 9c43dd1acda3 16:05:47 Step 3/23 : WORKDIR /edgex-go 16:05:47 ---> Using cache 16:05:47 ---> 2aff43839ce1 16:05:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:47 ---> Using cache 16:05:47 ---> e86ea6bcc5ca 16:05:47 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:05:48 ---> Running in d25c5b5a4425 16:05:48 Removing intermediate container 08586e901f1b 16:05:48 ---> 10ae8c8072a9 16:05:48 Step 7/29 : COPY . . 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:50 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:05:50 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:05:50 OK: 12745 distinct packages available 16:05:50 OK: 233 MiB in 51 packages 16:05:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config 16:05:52 Removing intermediate container 05787d081cc7 16:05:52 ---> ab7fecc8c41d 16:05:52 Step 21/27 : RUN pip install docker-compose==1.23.2 16:05:56 ---> Running in fd9d16ac8798 16:05:58 Removing intermediate container d25c5b5a4425 16:05:58 ---> 8a1d908d8b75 16:05:58 Step 6/23 : COPY go.mod . 16:06:02 ---> 5be2fb84a278 16:06:02 Step 7/23 : RUN go mod download 16:06:03 Removing intermediate container 353018a0e5b2 16:06:03 ---> 2851bc35aeca 16:06:03 16:06:03 Step 10/21 : FROM scratch 16:06:03 ---> 16:06:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:06:04 ---> Using cache 16:06:04 ---> bce2606c5080 16:06:04 Step 12/21 : ENV APP_PORT=48085 16:06:05 ---> Running in 28a0a912c347 16:06:06 ---> Running in dc1b074b8779 16:06:07 Collecting docker-compose==1.23.2 16:06:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:06:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:06:09 Removing intermediate container dc1b074b8779 16:06:09 ---> fe7de3195bf5 16:06:09 Step 13/21 : EXPOSE $APP_PORT 16:06:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:06:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:06:10 Removing intermediate container 342014a47804 16:06:10 ---> ddfcb95825a8 16:06:10 16:06:10 Step 10/21 : FROM alpine 16:06:10 latest: Pulling from library/alpine 16:06:10 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:06:10 Collecting jsonschema<3,>=2.5.1 16:06:10 ---> Running in fcb209885d3a 16:06:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:06:10 Status: Downloaded newer image for alpine:latest 16:06:10 ---> d6e46aa2470d 16:06:10 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:06:10 Collecting dockerpty<0.5,>=0.4.1 16:06:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:06:10 ---> ae7a4fcbff6c 16:06:10 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:06:10 Removing intermediate container fcb209885d3a 16:06:10 ---> d99c9680d6e6 16:06:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:06:10 ---> Running in d1f0698228d2 16:06:10 ---> Running in 361f500929e2 16:06:10 Removing intermediate container 28a0a912c347 16:06:10 ---> a45aeb08163e 16:06:10 Step 8/23 : COPY . . 16:06:10 ---> 66bfa9801c4f 16:06:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:06:12 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:06:12 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:06:12 OK: 12746 distinct packages available 16:06:12 (1/4) Installing ca-certificates (20191127-r4) 16:06:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:06:12 (3/4) Installing libcurl (7.69.1-r1) 16:06:12 (4/4) Installing curl (7.69.1-r1) 16:06:12 Executing busybox-1.31.1-r19.trigger 16:06:12 Executing ca-certificates-20191127-r4.trigger 16:06:12 OK: 7 MiB in 18 packages 16:06:12 Collecting cached-property<2,>=1.2.0 16:06:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:06:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:13 ---> c308847a747a 16:06:13 Step 3/22 : WORKDIR /edgex-go 16:06:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:13 ---> c308847a747a 16:06:13 Step 3/22 : WORKDIR /edgex-go 16:06:13 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:06:13 ---> c308847a747a 16:06:13 Step 3/29 : WORKDIR /edgex-go 16:06:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:06:13 ---> c308847a747a 16:06:13 Step 3/27 : WORKDIR /edgex-go 16:06:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:06:13 ---> c308847a747a 16:06:13 Step 3/21 : WORKDIR /edgex-go 16:06:13 Collecting texttable<0.10,>=0.9.0 16:06:13 Downloading texttable-0.9.1.tar.gz (11 kB) 16:06:15 ---> Running in d960b6680563 16:06:15 ---> Running in fab25b4afc3a 16:06:15 ---> Running in 2fbe3009e9f3 16:06:15 ---> Running in 9735ef666251 16:06:15 ---> Running in 79173b2ed083 16:06:16 Removing intermediate container 79173b2ed083 16:06:16 ---> 551d137f1de2 16:06:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:16 Removing intermediate container 2fbe3009e9f3 16:06:16 ---> 3e05dbf11ea0 16:06:16 Step 4/29 : RUN apk update && apk add make git 16:06:16 Removing intermediate container fab25b4afc3a 16:06:16 ---> 9671e85afea9 16:06:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:16 Removing intermediate container d960b6680563 16:06:16 ---> 3c27cf45b5c4 16:06:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:16 Removing intermediate container 9735ef666251 16:06:16 ---> 5f9e7fa6828f 16:06:16 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:16 Collecting websocket-client<1.0,>=0.32.0 16:06:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:06:16 ---> e8cc70a0ecfd 16:06:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:06:16 ---> Running in bfa29b566081 16:06:16 ---> Running in ea78a63b120e 16:06:16 ---> Running in 7257cc2341da 16:06:16 ---> Running in d2abd1a19c85 16:06:16 ---> Running in 9ead38a3da3e 16:06:16 Collecting docopt<0.7,>=0.6.1 16:06:16 Downloading docopt-0.6.2.tar.gz (25 kB) 16:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:19 Collecting PyYAML<4,>=3.10 16:06:19 Downloading PyYAML-3.13.tar.gz (270 kB) 16:06:19 ---> 734586efa707 16:06:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:06:19 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:06:19 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:06:19 OK: 12616 distinct packages available 16:06:20 Removing intermediate container 7257cc2341da 16:06:20 ---> 2508ca9c9e8f 16:06:20 Step 5/22 : RUN apk update && apk add make git 16:06:20 ---> Running in bba7e66e7b90 16:06:20 Removing intermediate container ea78a63b120e 16:06:20 ---> ec56dd6dd501 16:06:20 Step 5/21 : RUN apk update && apk add make git 16:06:20 ---> Running in 8bf4063c6526 16:06:20 Removing intermediate container d1f0698228d2 16:06:20 ---> dfc989b48530 16:06:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:06:20 Collecting docker<4.0,>=3.6.0 16:06:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:06:20 Removing intermediate container 9ead38a3da3e 16:06:20 ---> bffdb961f6a7 16:06:20 Step 5/27 : RUN apk update && apk add make bash git 16:06:20 ---> Running in 667b8b889100 16:06:20 Removing intermediate container d2abd1a19c85 16:06:20 ---> 5e81b2233167 16:06:20 Step 5/22 : RUN apk update && apk add make git 16:06:21 OK: 217 MiB in 51 packages 16:06:21 ---> Running in 9d6b678379f9 16:06:21 ---> Running in 4e0e52b891aa 16:06:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:06:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:06:22 Removing intermediate container bfa29b566081 16:06:22 ---> e7fd8cfc7ba9 16:06:22 Step 5/29 : COPY go.mod . 16:06:22 Collecting urllib3<1.25,>=1.21.1 16:06:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:23 ---> efb1f01cffea 16:06:23 Step 6/29 : RUN go mod download 16:06:23 ---> Running in 421eba83c69a 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:23 Collecting idna<2.8,>=2.5 16:06:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:24 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:06:24 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:06:24 OK: 12616 distinct packages available 16:06:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:06:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:06:25 OK: 12616 distinct packages available 16:06:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:06:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:06:25 OK: 12616 distinct packages available 16:06:25 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:06:25 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:06:25 OK: 12616 distinct packages available 16:06:25 OK: 217 MiB in 51 packages 16:06:25 ---> Running in 27fe60babbc4 16:06:25 Collecting docker-pycreds>=0.4.0 16:06:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:06:25 Removing intermediate container 8bf4063c6526 16:06:25 ---> a61a9ab60723 16:06:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:06:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:06:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:06:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:06:25 OK: 217 MiB in 51 packages 16:06:25 OK: 217 MiB in 51 packages 16:06:26 Installing collected packages: urllib3, idna, requests, jsonschema, dockerpty, cached-property, texttable, websocket-client, docopt, PyYAML, docker-pycreds, docker, docker-compose 16:06:26 Attempting uninstall: urllib3 16:06:26 Found existing installation: urllib3 1.25.9 16:06:26 Uninstalling urllib3-1.25.9: 16:06:26 OK: 217 MiB in 51 packages 16:06:26 Successfully uninstalled urllib3-1.25.9 16:06:27 Removing intermediate container bba7e66e7b90 16:06:27 ---> edd1d66fc9c9 16:06:27 Step 6/22 : COPY go.mod . 16:06:27 Removing intermediate container 4e0e52b891aa 16:06:27 ---> d1ae91824dea 16:06:27 Step 6/22 : COPY go.mod . 16:06:28 Removing intermediate container 667b8b889100 16:06:28 ---> c28bf8e3efe3 16:06:28 Step 6/21 : COPY go.mod . 16:06:28 Removing intermediate container 421eba83c69a 16:06:28 ---> 3a3fd41b0650 16:06:28 Step 7/29 : COPY . . 16:06:28 ---> 5f036d0a3aea 16:06:28 Step 7/22 : RUN go mod download 16:06:28 ---> Running in bd9a71fbd84e 16:06:28 Removing intermediate container 9d6b678379f9 16:06:28 ---> 40d43e50d2cd 16:06:28 Step 6/27 : COPY go.mod . 16:06:28 ---> Running in 4811a24a0eff 16:06:28 ---> 1e1afc201a7c 16:06:28 Step 7/22 : RUN go mod download 16:06:28 Removing intermediate container 27fe60babbc4 16:06:28 ---> 5b8a15280a5c 16:06:28 Step 13/21 : WORKDIR /edgex 16:06:28 Attempting uninstall: idna 16:06:28 Found existing installation: idna 2.9 16:06:28 Uninstalling idna-2.9: 16:06:28 ---> Running in 5aa96461a261 16:06:28 ---> e5f5ac89f359 16:06:28 Step 7/21 : RUN go mod download 16:06:29 ---> Running in 0888d5bd1567 16:06:29 ---> 14cb8a261a0d 16:06:29 Step 7/27 : RUN go mod download 16:06:29 Successfully uninstalled idna-2.9 16:06:30 ---> Running in e41229529a33 16:06:30 Attempting uninstall: requests 16:06:30 Found existing installation: requests 2.23.0 16:06:30 ---> Running in bab504217fc1 16:06:30 Uninstalling requests-2.23.0: 16:06:30 Removing intermediate container bd9a71fbd84e 16:06:30 ---> f54a75e56ba9 16:06:30 Step 19/21 : LABEL arch=x86_64 16:06:31 Successfully uninstalled requests-2.23.0 16:06:31 ---> Running in ddba64bac93c 16:06:31 Running setup.py install for dockerpty: started 16:06:32 ---> 4fc6c01d706b 16:06:32 Step 9/23 : RUN make cmd/core-data/core-data 16:06:32 Running setup.py install for dockerpty: finished with status 'done' 16:06:33 Running setup.py install for texttable: started 16:06:33 Removing intermediate container ddba64bac93c 16:06:33 ---> f68b966a7280 16:06:33 Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:06:33 Removing intermediate container bab504217fc1 16:06:33 ---> 10c33dd9e4aa 16:06:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:06:33 ---> Running in 8610891aa52e 16:06:33 ---> Running in 5701dfc76806 16:06:33 Running setup.py install for texttable: finished with status 'done' 16:06:33 Removing intermediate container 4811a24a0eff 16:06:33 ---> f5453c7bc5ac 16:06:33 Step 8/22 : COPY . . 16:06:33 Removing intermediate container 5aa96461a261 16:06:33 ---> ee8477b8d458 16:06:33 Step 8/22 : COPY . . 16:06:33 Removing intermediate container 0888d5bd1567 16:06:33 ---> c361c587f921 16:06:33 Step 8/21 : COPY . . 16:06:34 ---> 075b01bffd0d 16:06:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:06:34 Running setup.py install for docopt: started 16:06:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data 16:06:34 Running setup.py install for docopt: finished with status 'done' 16:06:34 Running setup.py install for PyYAML: started 16:06:34 Removing intermediate container 5701dfc76806 16:06:34 ---> 7589fa4cc1a1 16:06:34 Step 21/21 : LABEL version=2.0.0-dev.5 16:06:35 Running setup.py install for PyYAML: finished with status 'done' 16:06:35 Removing intermediate container e41229529a33 16:06:35 ---> 619bf254b7a4 16:06:35 Step 8/27 : COPY . . 16:06:35 ---> 7fea667353a3 16:06:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:06:35 ---> Running in 208296a22500 16:06:35 Removing intermediate container 361f500929e2 16:06:35 ---> 9fd7c5a4562a 16:06:35 16:06:35 Step 9/29 : FROM alpine:latest 16:06:35 ---> d6e46aa2470d 16:06:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:06:36 ---> Running in e831f66bf57b 16:06:36 Removing intermediate container 208296a22500 16:06:36 ---> 563133acb55b 16:06:36 16:06:37 ---> 62578c8bbfd6 16:06:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:06:37 Successfully built 563133acb55b 16:06:37 ---> Running in b1495b8736c1 16:06:37 Successfully tagged docker-support-scheduler-go:latest 16:06:37 Building docker-support-notifications-go 16:06:37  Building docker-support-scheduler-go ... done Removing intermediate container e831f66bf57b 16:06:37 ---> 690a2501564b 16:06:37 Step 11/29 : USER root 16:06:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:06:38 ---> Running in 4d8ab754cb5c 16:06:38 Removing intermediate container b1495b8736c1 16:06:38 ---> 3b12956822f0 16:06:38 Step 18/21 : CMD ["--init=true"] 16:06:38 ---> Running in 08794c0af62a 16:06:40 Removing intermediate container 4d8ab754cb5c 16:06:40 ---> 28935411b0fc 16:06:40 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:06:43 Removing intermediate container 08794c0af62a 16:06:43 ---> ca33a17db9fe 16:06:43 Step 19/21 : LABEL arch=x86_64 16:06:44 ---> Running in 9d06f0d08cbb 16:06:44 ---> Running in ba9986afef62 16:06:45 Removing intermediate container ba9986afef62 16:06:45 ---> 1ccee175715e 16:06:45 Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:06:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:47 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:06:47 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:06:47 OK: 12746 distinct packages available 16:06:47 ---> Running in a213c905ab02 16:06:47 (1/2) Installing ca-certificates (20191127-r4) 16:06:48 (2/2) Installing dumb-init (1.2.2-r1) 16:06:48 Executing busybox-1.31.1-r19.trigger 16:06:48 Removing intermediate container fd9d16ac8798 16:06:48 ---> e7b4cf2cc4ef 16:06:48 Step 22/27 : RUN apk --no-cache add curl 16:06:48 Executing ca-certificates-20191127-r4.trigger 16:06:48 OK: 6 MiB in 16 packages 16:06:50 ---> a40c64d47d0c 16:06:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:06:50 ---> Running in 76edf9261073 16:06:50 ---> 5d67f3cde786 16:06:50 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:06:50 ---> 63bc225e620e 16:06:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:06:50 ---> 60de205acb3c 16:06:50 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:06:50 ---> 9cc5619c7a7a 16:06:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:06:50 ---> Running in e5bcffcff73e 16:06:50 ---> Running in 309eb8361f44 16:06:50 ---> Running in 002aceaf667c 16:06:50 ---> Running in 4feb2811ed92 16:06:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:06:50 Removing intermediate container a213c905ab02 16:06:50 ---> 6dc749fc84c7 16:06:50 Step 21/21 : LABEL version=2.0.0-dev.5 16:06:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:06:51 ---> Running in 479cc6479697 16:06:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:06:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:06:52 ---> Running in ac6b329fd9e2 16:06:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:06:54 Removing intermediate container ac6b329fd9e2 16:06:54 ---> 5094883d18cb 16:06:54 16:06:55 Removing intermediate container 9d06f0d08cbb 16:06:55 ---> cb53c47b011e 16:06:55 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:06:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:55 Successfully built 5094883d18cb 16:06:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:06:55 Successfully tagged docker-security-proxy-setup-go:latest 16:06:55  Building docker-security-proxy-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 16:06:55 (2/3) Installing libcurl (7.69.1-r1) 16:06:55 (3/3) Installing curl (7.69.1-r1) 16:06:55 Executing busybox-1.31.1-r19.trigger 16:06:55 OK: 72 MiB in 58 packages 16:06:56 ---> Running in a2099d21e0cf 16:06:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:06:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:06:57 ---> 9c43dd1acda3 16:06:57 Step 3/24 : WORKDIR /edgex-go 16:06:57 ---> Using cache 16:06:57 ---> 2aff43839ce1 16:06:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:57 ---> Using cache 16:06:57 ---> e86ea6bcc5ca 16:06:57 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:06:58 ---> Running in d2cfded84035 16:06:58 Removing intermediate container a2099d21e0cf 16:06:58 ---> 6d28e2673935 16:06:58 Step 14/29 : WORKDIR $BASE_DIR 16:06:58 ---> Running in b44d191627c7 16:06:58 Removing intermediate container 479cc6479697 16:06:58 ---> 4ba0ddd70456 16:06:58 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:06:58 ---> Running in 6f161d078e2f 16:06:59 Removing intermediate container b44d191627c7 16:06:59 ---> f6470e3666bc 16:06:59 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:06:59 ---> Running in 8407136c5912 16:06:59 Removing intermediate container 6f161d078e2f 16:06:59 ---> e4a18abcbc69 16:06:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:06:59 ---> Running in 599e2422e1b8 16:06:59 Removing intermediate container 599e2422e1b8 16:06:59 ---> be16eca186bc 16:06:59 Step 25/27 : LABEL arch=x86_64 16:06:59 ---> Running in 74465dc1fd5f 16:07:00 Removing intermediate container 74465dc1fd5f 16:07:00 ---> 45f51e48729a 16:07:00 Step 26/27 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:07:00 ---> Running in ca6db98c876f 16:07:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:00 Removing intermediate container ca6db98c876f 16:07:00 ---> f5735476df79 16:07:00 Step 27/27 : LABEL version=2.0.0-dev.5 16:07:00 ---> Running in 10137341f765 16:07:00 Removing intermediate container 8407136c5912 16:07:00 ---> da8bc755f2ba 16:07:00 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:07:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:00 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:00 OK: 12745 distinct packages available 16:07:00 Removing intermediate container 10137341f765 16:07:00 ---> 2dbdb09b4fac 16:07:00 16:07:01 OK: 233 MiB in 51 packages 16:07:01 Successfully built 2dbdb09b4fac 16:07:01 Successfully tagged docker-sys-mgmt-agent-go:latest 16:07:01  Building docker-sys-mgmt-agent-go ... done  ---> 180c85580464 16:07:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:07:01 Removing intermediate container d2cfded84035 16:07:01 ---> ca8c894e86e2 16:07:01 Step 6/24 : COPY go.mod . 16:07:01 ---> 0adad659b066 16:07:01 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:07:01 ---> 7827a4108933 16:07:01 Step 7/24 : RUN go mod download 16:07:02 ---> 432f3503a6d3 16:07:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:07:02 ---> Running in f1bcbcd34d43 16:07:02 ---> ba4f5fdd5f37 16:07:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:07:02 ---> da270125caf7 16:07:02 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:07:02 ---> Running in 46003554dec0 16:07:04 Removing intermediate container f1bcbcd34d43 16:07:04 ---> fbafad7e710b 16:07:04 Step 8/24 : COPY . . 16:07:06 Removing intermediate container 8610891aa52e 16:07:06 ---> 303ddc7ba2ad 16:07:06 16:07:06 Step 10/23 : FROM alpine 16:07:06 ---> d6e46aa2470d 16:07:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:07:06 Removing intermediate container 46003554dec0 16:07:06 ---> 5db10214532f 16:07:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:07:08 ---> Running in 9a706201eb83 16:07:10 ---> 508b4f2a9595 16:07:10 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:07:11 Removing intermediate container 9a706201eb83 16:07:11 ---> e0fa8d87206c 16:07:11 Step 12/23 : ENV APP_PORT=48080 16:07:12 ---> Running in 63fe14c1455e 16:07:12 ---> Running in d6cdbcc31254 16:07:15 Removing intermediate container d6cdbcc31254 16:07:15 ---> 0938cf75e997 16:07:15 Step 13/23 : EXPOSE $APP_PORT 16:07:18 ---> Running in c7223efe82a0 16:07:20 Removing intermediate container c7223efe82a0 16:07:20 ---> 7e21e95367b3 16:07:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:20 Removing intermediate container 63fe14c1455e 16:07:20 ---> bf2ce9af331f 16:07:20 Step 24/29 : RUN chmod 755 security-secrets-setup 16:07:20 ---> Running in 86d1df951b2d 16:07:21 ---> Running in 78c87b077ebd 16:07:23 ---> 4fafc4447e82 16:07:23 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:07:23 ---> Running in 7a4cb21c4d8c 16:07:23 Removing intermediate container 86d1df951b2d 16:07:23 ---> 0b7c83f51d10 16:07:23 Step 15/23 : RUN apk --no-cache add zeromq 16:07:23 ---> Running in 9ebff9f21c8b 16:07:23 Removing intermediate container 78c87b077ebd 16:07:23 ---> eb12977f4b6d 16:07:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:07:24 ---> Running in 356f888f470d 16:07:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:07:24 Removing intermediate container 356f888f470d 16:07:24 ---> 1260164a46c4 16:07:24 Step 26/29 : CMD [ "generate" ] 16:07:24 ---> Running in 5a93ea171200 16:07:24 Removing intermediate container 5a93ea171200 16:07:24 ---> 896e111c8fed 16:07:24 Step 27/29 : LABEL arch=x86_64 16:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:24 ---> Running in c32d338ec2eb 16:07:24 Removing intermediate container c32d338ec2eb 16:07:24 ---> 6df580d0772f 16:07:24 Step 28/29 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:07:24 ---> Running in 272a42d6b41a 16:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:25 Removing intermediate container 272a42d6b41a 16:07:25 ---> 3ae41d4d5e7e 16:07:25 Step 29/29 : LABEL version=2.0.0-dev.5 16:07:25 ---> Running in 03a138233028 16:07:25 Removing intermediate container 03a138233028 16:07:25 ---> a26116e7843e 16:07:25 16:07:25 (1/5) Installing libgcc (9.3.0-r2) 16:07:25 (2/5) Installing libsodium (1.0.18-r0) 16:07:25 (3/5) Installing libstdc++ (9.3.0-r2) 16:07:25 Successfully built a26116e7843e 16:07:25 Successfully tagged docker-security-secrets-setup-go:latest 16:07:26  Building docker-security-secrets-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) 16:07:26 (5/5) Installing zeromq (4.3.3-r0) 16:07:26 Executing busybox-1.31.1-r19.trigger 16:07:26 OK: 8 MiB in 19 packages 16:07:27 Removing intermediate container 9ebff9f21c8b 16:07:27 ---> 85bc3700bfa9 16:07:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:07:27 ---> e97dff456cec 16:07:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:07:28 ---> 697864972033 16:07:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:07:29 ---> 939d76b3c990 16:07:29 Step 19/23 : ENTRYPOINT ["/core-data"] 16:07:29 ---> Running in 9fbd5a2a1213 16:07:29 Removing intermediate container 9fbd5a2a1213 16:07:29 ---> 1cb41e31773b 16:07:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:29 ---> Running in 9d385a12bdcd 16:07:29 Removing intermediate container 9d385a12bdcd 16:07:29 ---> f9c0e456784c 16:07:29 Step 21/23 : LABEL arch=x86_64 16:07:29 ---> Running in 990dd65a5543 16:07:30 Removing intermediate container 990dd65a5543 16:07:30 ---> 6a33c498c6f4 16:07:30 Step 22/23 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:07:30 ---> Running in 0f2351eed52c 16:07:30 Removing intermediate container 0f2351eed52c 16:07:30 ---> 928d95c48eec 16:07:30 Step 23/23 : LABEL version=2.0.0-dev.5 16:07:30 ---> Running in 44bffba4fcc8 16:07:30 Removing intermediate container 44bffba4fcc8 16:07:30 ---> 48c3b00a6d2a 16:07:30 16:07:31 Successfully built 48c3b00a6d2a 16:07:31 Successfully tagged docker-core-data-go:latest 16:07:36  Building docker-core-data-go ... done Removing intermediate container 7a4cb21c4d8c 16:07:36 ---> ec3ebe8921b0 16:07:36 16:07:36 Step 10/24 : FROM scratch 16:07:36 ---> 16:07:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:07:36 ---> Running in bc109d6821c0 16:07:36 Removing intermediate container bc109d6821c0 16:07:36 ---> e00ca51b1be9 16:07:36 Step 12/24 : ENV APP_PORT=48060 16:07:36 ---> Running in ebe32f4537ef 16:07:37 Removing intermediate container ebe32f4537ef 16:07:37 ---> 6473cbdb0fe1 16:07:37 Step 13/24 : EXPOSE $APP_PORT 16:07:37 ---> Running in bd5a08657235 16:07:37 Removing intermediate container bd5a08657235 16:07:37 ---> be9a96744aaf 16:07:37 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:07:37 ---> 05b05fb6c916 16:07:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:07:38 ---> c7bc1660f09c 16:07:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:07:38 ---> bc95f0b44aa3 16:07:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:07:39 ---> fe8e1b1477dd 16:07:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:07:39 ---> c136f89744fa 16:07:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:07:39 ---> 896d13d9da00 16:07:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:07:40 ---> Running in 8416667df946 16:07:40 Removing intermediate container 8416667df946 16:07:40 ---> 455d4f07693e 16:07:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:40 ---> Running in 668d4885bc49 16:07:40 Removing intermediate container 668d4885bc49 16:07:40 ---> b78a64a40d8d 16:07:40 Step 22/24 : LABEL arch=x86_64 16:07:40 ---> Running in 2242c0986d3f 16:07:40 Removing intermediate container 2242c0986d3f 16:07:40 ---> a86c2fe5db56 16:07:40 Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:07:40 ---> Running in a12d2e3eb0ee 16:07:40 Removing intermediate container a12d2e3eb0ee 16:07:40 ---> 3d98a2dd5a33 16:07:40 Step 24/24 : LABEL version=2.0.0-dev.5 16:07:41 ---> Running in e679c0873489 16:07:41 Removing intermediate container e679c0873489 16:07:41 ---> 1b060d096662 16:07:41 16:07:41 Successfully built 1b060d096662 16:07:41 Successfully tagged docker-support-notifications-go:latest 16:07:42  Building docker-support-notifications-go ... done  [Pipeline] } 16:07:42 $ docker stop --time=1 cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 16:07:44 $ docker rm -f cab838a05751ffe48bc1ed340e228e59a575ba08897deb0c9470ce62ec003019 [Pipeline] // withDockerContainer [Pipeline] sh 16:07:44 + grep docker 16:07:44 + docker images 16:07:44 docker-support-notifications-go latest 1b060d096662 3 seconds ago 13.6MB 16:07:44 docker-core-data-go latest 48c3b00a6d2a 14 seconds ago 23.7MB 16:07:44 docker-security-secrets-setup-go latest a26116e7843e 19 seconds ago 23.9MB 16:07:44 docker-sys-mgmt-agent-go latest 2dbdb09b4fac 44 seconds ago 293MB 16:07:44 docker-security-proxy-setup-go latest 5094883d18cb 52 seconds ago 24.6MB 16:07:44 docker-support-scheduler-go latest 563133acb55b About a minute ago 12.3MB 16:07:44 docker-security-secretstore-setup-go latest d7aade742cf6 2 minutes ago 24.7MB 16:07:44 docker-security-bootstrap-redis-go latest 4901c45a6aa8 2 minutes ago 15.8MB 16:07:44 docker-core-metadata-go latest 959f77d39165 2 minutes ago 14.5MB 16:07:44 docker-core-command-go latest ca09e142ff0a 2 minutes ago 12.2MB 16:07:44 docker latest b0757c55a1fd 5 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:07:45 provisioning config files... 16:07:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config4248115725210206388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:45 ---> docker-login.sh 16:07:45 nexus3.edgexfoundry.org:10001 16:07:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:46 Configure a credential helper to remove this warning. See 16:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:46 16:07:46 Login Succeeded 16:07:46 nexus3.edgexfoundry.org:10002 16:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:46 Configure a credential helper to remove this warning. See 16:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:46 16:07:46 Login Succeeded 16:07:46 nexus3.edgexfoundry.org:10003 16:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:46 Configure a credential helper to remove this warning. See 16:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:46 16:07:46 Login Succeeded 16:07:46 nexus3.edgexfoundry.org:10004 16:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:46 Configure a credential helper to remove this warning. See 16:07:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:46 16:07:46 Login Succeeded 16:07:46 docker.io 16:07:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:47 Configure a credential helper to remove this warning. See 16:07:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:47 16:07:47 Login Succeeded 16:07:47 ---> docker-login.sh ends [Pipeline] } 16:07:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:48 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 16:07:48 0855fff343fbac9200be972646aac1464c8bdae7 16:07:48 2.0.0-dev.5 16:07:48 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:48 master 16:07:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:48 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:07:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 16:07:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:07:49 13542d22bf23: Preparing 16:07:49 9971348c05bf: Preparing 16:07:49 4e2b9107b9fb: Preparing 16:07:49 4e2b9107b9fb: Pushed 16:07:49 13542d22bf23: Pushed 16:07:50 9971348c05bf: Pushed 16:07:50 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh 16:07:51 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:07:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 16:07:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:07:51 13542d22bf23: Preparing 16:07:51 9971348c05bf: Preparing 16:07:51 4e2b9107b9fb: Preparing 16:07:51 4e2b9107b9fb: Layer already exists 16:07:51 9971348c05bf: Layer already exists 16:07:51 13542d22bf23: Layer already exists 16:07:51 2.0.0-dev.5: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh 16:07:51 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:07:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:07:51 13542d22bf23: Preparing 16:07:51 9971348c05bf: Preparing 16:07:51 4e2b9107b9fb: Preparing 16:07:51 4e2b9107b9fb: Layer already exists 16:07:51 13542d22bf23: Layer already exists 16:07:51 9971348c05bf: Layer already exists 16:07:51 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] isUnix [Pipeline] sh 16:07:52 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 16:07:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 16:07:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 16:07:52 13542d22bf23: Preparing 16:07:52 9971348c05bf: Preparing 16:07:52 4e2b9107b9fb: Preparing 16:07:52 4e2b9107b9fb: Layer already exists 16:07:52 13542d22bf23: Layer already exists 16:07:52 9971348c05bf: Layer already exists 16:07:52 master: digest: sha256:d6e9cb28e1e4c6de68c778c4f861615f406fe6e5c62b696cef7692ab889af633 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:52 ===================================================== [Pipeline] echo 16:07:52 taggedImages: 16:07:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 16:07:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.5 16:07:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:52 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 16:07:52 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 16:07:52 0855fff343fbac9200be972646aac1464c8bdae7 16:07:52 2.0.0-dev.5 16:07:52 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:52 master 16:07:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:53 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:07:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 16:07:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:07:53 1826f579611c: Preparing 16:07:53 bdbde1c2bd51: Preparing 16:07:53 7e6568b79cce: Preparing 16:07:53 57a4d09e1f96: Preparing 16:07:53 4fb08d9ea095: Preparing 16:07:53 ace0eda3e3be: Preparing 16:07:53 ace0eda3e3be: Waiting 16:07:53 4fb08d9ea095: Pushed 16:07:53 1826f579611c: Pushed 16:07:53 7e6568b79cce: Pushed 16:07:53 ace0eda3e3be: Layer already exists 16:07:53 57a4d09e1f96: Pushed 16:07:55 bdbde1c2bd51: Pushed 16:07:55 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:07:55 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:07:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 16:07:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:07:56 1826f579611c: Preparing 16:07:56 bdbde1c2bd51: Preparing 16:07:56 7e6568b79cce: Preparing 16:07:56 57a4d09e1f96: Preparing 16:07:56 4fb08d9ea095: Preparing 16:07:56 ace0eda3e3be: Preparing 16:07:56 ace0eda3e3be: Waiting 16:07:56 1826f579611c: Layer already exists 16:07:56 4fb08d9ea095: Layer already exists 16:07:56 bdbde1c2bd51: Layer already exists 16:07:56 7e6568b79cce: Layer already exists 16:07:56 57a4d09e1f96: Layer already exists 16:07:56 ace0eda3e3be: Layer already exists 16:07:56 2.0.0-dev.5: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:07:56 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:07:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:07:56 1826f579611c: Preparing 16:07:56 bdbde1c2bd51: Preparing 16:07:56 7e6568b79cce: Preparing 16:07:56 57a4d09e1f96: Preparing 16:07:56 4fb08d9ea095: Preparing 16:07:56 ace0eda3e3be: Preparing 16:07:56 ace0eda3e3be: Waiting 16:07:56 1826f579611c: Layer already exists 16:07:56 4fb08d9ea095: Layer already exists 16:07:56 7e6568b79cce: Layer already exists 16:07:56 57a4d09e1f96: Layer already exists 16:07:56 bdbde1c2bd51: Layer already exists 16:07:56 ace0eda3e3be: Layer already exists 16:07:56 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:07:57 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 16:07:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 16:07:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 16:07:57 1826f579611c: Preparing 16:07:57 bdbde1c2bd51: Preparing 16:07:57 7e6568b79cce: Preparing 16:07:57 57a4d09e1f96: Preparing 16:07:57 4fb08d9ea095: Preparing 16:07:57 ace0eda3e3be: Preparing 16:07:57 ace0eda3e3be: Waiting 16:07:57 7e6568b79cce: Layer already exists 16:07:57 57a4d09e1f96: Layer already exists 16:07:57 4fb08d9ea095: Layer already exists 16:07:57 bdbde1c2bd51: Layer already exists 16:07:57 1826f579611c: Layer already exists 16:07:57 ace0eda3e3be: Layer already exists 16:07:57 master: digest: sha256:d8b4a34d81f6bff20ab21f1de9a49e681e54a7711413b753e22c360f59c3e888 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:57 ===================================================== [Pipeline] echo 16:07:57 taggedImages: 16:07:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 16:07:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.5 16:07:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:57 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 16:07:57 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 16:07:57 0855fff343fbac9200be972646aac1464c8bdae7 16:07:57 2.0.0-dev.5 16:07:57 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:07:57 master 16:07:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:58 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:07:58 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 16:07:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:07:58 49b1b26be35a: Preparing 16:07:58 9231f612fbcd: Preparing 16:07:58 2403628e683e: Preparing 16:07:58 2403628e683e: Pushed 16:07:59 49b1b26be35a: Pushed 16:07:59 9231f612fbcd: Pushed 16:08:00 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:00 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:00 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 16:08:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:08:00 49b1b26be35a: Preparing 16:08:00 9231f612fbcd: Preparing 16:08:00 2403628e683e: Preparing 16:08:00 2403628e683e: Layer already exists 16:08:00 9231f612fbcd: Layer already exists 16:08:00 49b1b26be35a: Layer already exists 16:08:00 2.0.0-dev.5: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:01 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:08:01 49b1b26be35a: Preparing 16:08:01 9231f612fbcd: Preparing 16:08:01 2403628e683e: Preparing 16:08:01 9231f612fbcd: Layer already exists 16:08:01 49b1b26be35a: Layer already exists 16:08:01 2403628e683e: Layer already exists 16:08:01 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:01 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 16:08:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 16:08:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 16:08:02 49b1b26be35a: Preparing 16:08:02 9231f612fbcd: Preparing 16:08:02 2403628e683e: Preparing 16:08:02 49b1b26be35a: Layer already exists 16:08:02 9231f612fbcd: Layer already exists 16:08:02 2403628e683e: Layer already exists 16:08:02 master: digest: sha256:154363a045e8f38a7b3ca0c8e187ec733e4baaf6e5c87528a1ef3b6cde361b4a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:02 ===================================================== [Pipeline] echo 16:08:02 taggedImages: 16:08:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.5 16:08:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:02 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 16:08:02 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 16:08:02 0855fff343fbac9200be972646aac1464c8bdae7 16:08:02 2.0.0-dev.5 16:08:02 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:02 master 16:08:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:03 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:08:03 3637b21915f9: Preparing 16:08:03 a2bda21b1b5a: Preparing 16:08:03 57b496315da4: Preparing 16:08:03 175682b2d221: Preparing 16:08:03 cf730bc78b5b: Preparing 16:08:03 330fde94cc04: Preparing 16:08:03 1b3ee35aacca: Preparing 16:08:03 330fde94cc04: Waiting 16:08:03 1b3ee35aacca: Waiting 16:08:03 a2bda21b1b5a: Pushed 16:08:03 cf730bc78b5b: Pushed 16:08:03 57b496315da4: Pushed 16:08:03 3637b21915f9: Pushed 16:08:03 1b3ee35aacca: Layer already exists 16:08:04 330fde94cc04: Pushed 16:08:04 175682b2d221: Pushed 16:08:04 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh 16:08:04 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 16:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:08:05 3637b21915f9: Preparing 16:08:05 a2bda21b1b5a: Preparing 16:08:05 57b496315da4: Preparing 16:08:05 175682b2d221: Preparing 16:08:05 cf730bc78b5b: Preparing 16:08:05 330fde94cc04: Preparing 16:08:05 1b3ee35aacca: Preparing 16:08:05 330fde94cc04: Waiting 16:08:05 1b3ee35aacca: Waiting 16:08:05 3637b21915f9: Layer already exists 16:08:05 57b496315da4: Layer already exists 16:08:05 a2bda21b1b5a: Layer already exists 16:08:05 cf730bc78b5b: Layer already exists 16:08:05 175682b2d221: Layer already exists 16:08:05 330fde94cc04: Layer already exists 16:08:05 1b3ee35aacca: Layer already exists 16:08:05 2.0.0-dev.5: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh 16:08:05 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:08:05 3637b21915f9: Preparing 16:08:05 a2bda21b1b5a: Preparing 16:08:05 57b496315da4: Preparing 16:08:05 175682b2d221: Preparing 16:08:05 cf730bc78b5b: Preparing 16:08:05 330fde94cc04: Preparing 16:08:05 1b3ee35aacca: Preparing 16:08:05 330fde94cc04: Waiting 16:08:05 1b3ee35aacca: Waiting 16:08:05 3637b21915f9: Layer already exists 16:08:05 57b496315da4: Layer already exists 16:08:05 a2bda21b1b5a: Layer already exists 16:08:05 cf730bc78b5b: Layer already exists 16:08:05 175682b2d221: Layer already exists 16:08:05 1b3ee35aacca: Layer already exists 16:08:05 330fde94cc04: Layer already exists 16:08:05 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] isUnix [Pipeline] sh 16:08:06 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 16:08:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 16:08:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 16:08:06 3637b21915f9: Preparing 16:08:06 a2bda21b1b5a: Preparing 16:08:06 57b496315da4: Preparing 16:08:06 175682b2d221: Preparing 16:08:06 cf730bc78b5b: Preparing 16:08:06 330fde94cc04: Preparing 16:08:06 1b3ee35aacca: Preparing 16:08:06 330fde94cc04: Waiting 16:08:06 1b3ee35aacca: Waiting 16:08:06 3637b21915f9: Layer already exists 16:08:06 a2bda21b1b5a: Layer already exists 16:08:06 cf730bc78b5b: Layer already exists 16:08:06 175682b2d221: Layer already exists 16:08:06 57b496315da4: Layer already exists 16:08:06 1b3ee35aacca: Layer already exists 16:08:06 330fde94cc04: Layer already exists 16:08:06 master: digest: sha256:ce45d04cc3ba62587a8fc356f3198dd7a0898164c14fe03b30965edbe34f53ae size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:06 ===================================================== [Pipeline] echo 16:08:06 taggedImages: 16:08:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.5 16:08:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:06 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 16:08:06 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 16:08:06 0855fff343fbac9200be972646aac1464c8bdae7 16:08:06 2.0.0-dev.5 16:08:06 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:06 master 16:08:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:07 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:08:07 fd14c80c11aa: Preparing 16:08:07 d69d1190683d: Preparing 16:08:07 2d1db328d2e0: Preparing 16:08:07 4b78cec05c1f: Preparing 16:08:07 d345e7c3815c: Preparing 16:08:07 ace0eda3e3be: Preparing 16:08:07 ace0eda3e3be: Waiting 16:08:07 2d1db328d2e0: Pushed 16:08:07 4b78cec05c1f: Pushed 16:08:07 ace0eda3e3be: Layer already exists 16:08:08 d345e7c3815c: Pushed 16:08:08 fd14c80c11aa: Pushed 16:08:08 d69d1190683d: Pushed 16:08:08 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:08:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 16:08:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:08:09 fd14c80c11aa: Preparing 16:08:09 d69d1190683d: Preparing 16:08:09 2d1db328d2e0: Preparing 16:08:09 4b78cec05c1f: Preparing 16:08:09 d345e7c3815c: Preparing 16:08:09 ace0eda3e3be: Preparing 16:08:09 ace0eda3e3be: Waiting 16:08:09 d345e7c3815c: Layer already exists 16:08:09 fd14c80c11aa: Layer already exists 16:08:09 2d1db328d2e0: Layer already exists 16:08:09 4b78cec05c1f: Layer already exists 16:08:09 d69d1190683d: Layer already exists 16:08:09 ace0eda3e3be: Layer already exists 16:08:09 2.0.0-dev.5: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:08:09 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:08:10 fd14c80c11aa: Preparing 16:08:10 d69d1190683d: Preparing 16:08:10 2d1db328d2e0: Preparing 16:08:10 4b78cec05c1f: Preparing 16:08:10 d345e7c3815c: Preparing 16:08:10 ace0eda3e3be: Preparing 16:08:10 ace0eda3e3be: Waiting 16:08:10 d69d1190683d: Layer already exists 16:08:10 d345e7c3815c: Layer already exists 16:08:10 4b78cec05c1f: Layer already exists 16:08:10 2d1db328d2e0: Layer already exists 16:08:10 fd14c80c11aa: Layer already exists 16:08:10 ace0eda3e3be: Layer already exists 16:08:10 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:08:10 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:08:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 16:08:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 16:08:10 fd14c80c11aa: Preparing 16:08:10 d69d1190683d: Preparing 16:08:10 2d1db328d2e0: Preparing 16:08:10 4b78cec05c1f: Preparing 16:08:10 d345e7c3815c: Preparing 16:08:10 ace0eda3e3be: Preparing 16:08:10 ace0eda3e3be: Waiting 16:08:10 2d1db328d2e0: Layer already exists 16:08:10 4b78cec05c1f: Layer already exists 16:08:10 fd14c80c11aa: Layer already exists 16:08:10 d69d1190683d: Layer already exists 16:08:10 d345e7c3815c: Layer already exists 16:08:10 ace0eda3e3be: Layer already exists 16:08:10 master: digest: sha256:d5a8f23d20dae3da507cadd93618dfd2d905a0bf42a1a00ac18c77397bfd29f8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:11 ===================================================== [Pipeline] echo 16:08:11 taggedImages: 16:08:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.5 16:08:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:11 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 16:08:11 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 16:08:11 0855fff343fbac9200be972646aac1464c8bdae7 16:08:11 2.0.0-dev.5 16:08:11 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:11 master 16:08:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:11 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:08:12 e450d6753014: Preparing 16:08:12 0f8c3a0bc2ba: Preparing 16:08:12 4e3295ca94fe: Preparing 16:08:12 557cd21f27c8: Preparing 16:08:12 557cd21f27c8: Preparing 16:08:12 50b2326c10b2: Preparing 16:08:12 c44319f97ac2: Preparing 16:08:12 7d9b478a3799: Preparing 16:08:12 e450d6753014: Preparing 16:08:12 152fd9e6687b: Preparing 16:08:12 4be5430a9865: Preparing 16:08:12 ab08be9c8699: Preparing 16:08:12 ace0eda3e3be: Preparing 16:08:12 7d9b478a3799: Waiting 16:08:12 152fd9e6687b: Waiting 16:08:12 4be5430a9865: Waiting 16:08:12 ab08be9c8699: Waiting 16:08:12 ace0eda3e3be: Waiting 16:08:12 c44319f97ac2: Waiting 16:08:12 50b2326c10b2: Pushed 16:08:12 4e3295ca94fe: Pushed 16:08:12 557cd21f27c8: Pushed 16:08:12 0f8c3a0bc2ba: Pushed 16:08:12 c44319f97ac2: Pushed 16:08:12 4be5430a9865: Pushed 16:08:12 152fd9e6687b: Pushed 16:08:12 7d9b478a3799: Pushed 16:08:12 ace0eda3e3be: Layer already exists 16:08:13 ab08be9c8699: Pushed 16:08:13 e450d6753014: Pushed 16:08:13 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:08:13 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 16:08:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:08:14 e450d6753014: Preparing 16:08:14 0f8c3a0bc2ba: Preparing 16:08:14 4e3295ca94fe: Preparing 16:08:14 557cd21f27c8: Preparing 16:08:14 557cd21f27c8: Preparing 16:08:14 50b2326c10b2: Preparing 16:08:14 c44319f97ac2: Preparing 16:08:14 7d9b478a3799: Preparing 16:08:14 e450d6753014: Preparing 16:08:14 152fd9e6687b: Preparing 16:08:14 4be5430a9865: Preparing 16:08:14 ab08be9c8699: Preparing 16:08:14 ace0eda3e3be: Preparing 16:08:14 c44319f97ac2: Waiting 16:08:14 7d9b478a3799: Waiting 16:08:14 152fd9e6687b: Waiting 16:08:14 4be5430a9865: Waiting 16:08:14 ab08be9c8699: Waiting 16:08:14 ace0eda3e3be: Waiting 16:08:14 e450d6753014: Layer already exists 16:08:14 0f8c3a0bc2ba: Layer already exists 16:08:14 4e3295ca94fe: Layer already exists 16:08:14 50b2326c10b2: Layer already exists 16:08:14 557cd21f27c8: Layer already exists 16:08:14 c44319f97ac2: Layer already exists 16:08:14 152fd9e6687b: Layer already exists 16:08:14 7d9b478a3799: Layer already exists 16:08:14 ab08be9c8699: Layer already exists 16:08:14 4be5430a9865: Layer already exists 16:08:14 ace0eda3e3be: Layer already exists 16:08:14 2.0.0-dev.5: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:08:14 Removing intermediate container 76edf9261073 16:08:14 ---> 4778ffbe1b32 16:08:14 16:08:14 Step 9/29 : FROM alpine:latest 16:08:14 latest: Pulling from library/alpine 16:08:14 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:08:14 Status: Downloaded newer image for alpine:latest 16:08:14 ---> 2e77e061c27f 16:08:14 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:08:14 ---> Running in 06ad4e7b9dc3 16:08:14 Removing intermediate container 06ad4e7b9dc3 16:08:14 ---> 2c2b73fc7965 16:08:14 Step 11/29 : USER root 16:08:14 ---> Running in b31dfd893b8b 16:08:14 Removing intermediate container b31dfd893b8b 16:08:14 ---> c1abb58bfec3 16:08:14 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:08:14 ---> Running in ab0e11b16839 16:08:14 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:08:14 e450d6753014: Preparing 16:08:14 0f8c3a0bc2ba: Preparing 16:08:14 4e3295ca94fe: Preparing 16:08:14 557cd21f27c8: Preparing 16:08:14 557cd21f27c8: Preparing 16:08:14 50b2326c10b2: Preparing 16:08:14 c44319f97ac2: Preparing 16:08:14 7d9b478a3799: Preparing 16:08:14 e450d6753014: Preparing 16:08:14 152fd9e6687b: Preparing 16:08:14 4be5430a9865: Preparing 16:08:14 ab08be9c8699: Preparing 16:08:14 ace0eda3e3be: Preparing 16:08:14 c44319f97ac2: Waiting 16:08:14 7d9b478a3799: Waiting 16:08:14 152fd9e6687b: Waiting 16:08:14 4be5430a9865: Waiting 16:08:14 ace0eda3e3be: Waiting 16:08:14 ab08be9c8699: Waiting 16:08:14 557cd21f27c8: Layer already exists 16:08:14 0f8c3a0bc2ba: Layer already exists 16:08:14 e450d6753014: Layer already exists 16:08:14 4e3295ca94fe: Layer already exists 16:08:14 50b2326c10b2: Layer already exists 16:08:14 7d9b478a3799: Layer already exists 16:08:14 c44319f97ac2: Layer already exists 16:08:14 ab08be9c8699: Layer already exists 16:08:14 4be5430a9865: Layer already exists 16:08:14 152fd9e6687b: Layer already exists 16:08:14 ace0eda3e3be: Layer already exists 16:08:14 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] isUnix [Pipeline] sh 16:08:14 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 16:08:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 16:08:15 e450d6753014: Preparing 16:08:15 0f8c3a0bc2ba: Preparing 16:08:15 4e3295ca94fe: Preparing 16:08:15 557cd21f27c8: Preparing 16:08:15 557cd21f27c8: Preparing 16:08:15 50b2326c10b2: Preparing 16:08:15 c44319f97ac2: Preparing 16:08:15 7d9b478a3799: Preparing 16:08:15 e450d6753014: Preparing 16:08:15 152fd9e6687b: Preparing 16:08:15 4be5430a9865: Preparing 16:08:15 ab08be9c8699: Preparing 16:08:15 ace0eda3e3be: Preparing 16:08:15 c44319f97ac2: Waiting 16:08:15 4be5430a9865: Waiting 16:08:15 7d9b478a3799: Waiting 16:08:15 152fd9e6687b: Waiting 16:08:15 ab08be9c8699: Waiting 16:08:15 ace0eda3e3be: Waiting 16:08:15 0f8c3a0bc2ba: Layer already exists 16:08:15 e450d6753014: Layer already exists 16:08:15 50b2326c10b2: Layer already exists 16:08:15 4e3295ca94fe: Layer already exists 16:08:15 557cd21f27c8: Layer already exists 16:08:15 7d9b478a3799: Layer already exists 16:08:15 152fd9e6687b: Layer already exists 16:08:15 4be5430a9865: Layer already exists 16:08:15 ab08be9c8699: Layer already exists 16:08:15 c44319f97ac2: Layer already exists 16:08:15 ace0eda3e3be: Layer already exists 16:08:15 master: digest: sha256:78fdfb4fabfff15b4f3553e40989659a3e50d2a5cb3460a00ae031e5830ba323 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:15 ===================================================== 16:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 16:08:15 taggedImages: 16:08:15 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:15 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.5 16:08:15 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:15 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 16:08:15 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 16:08:15 0855fff343fbac9200be972646aac1464c8bdae7 16:08:15 2.0.0-dev.5 16:08:15 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:15 master 16:08:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:16 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:08:16 3ff0748ef2ce: Preparing 16:08:16 d62252085707: Preparing 16:08:16 a53efb51d1a1: Preparing 16:08:16 5093e105b3ef: Preparing 16:08:16 c1410bf87008: Preparing 16:08:16 ce9bee3479a3: Preparing 16:08:16 398d8490a1dd: Preparing 16:08:16 4b9c26d8d8bc: Preparing 16:08:16 1b3ee35aacca: Preparing 16:08:16 ce9bee3479a3: Waiting 16:08:16 398d8490a1dd: Waiting 16:08:16 4b9c26d8d8bc: Waiting 16:08:16 1b3ee35aacca: Waiting 16:08:16 d62252085707: Pushed 16:08:16 c1410bf87008: Pushed 16:08:16 3ff0748ef2ce: Pushed 16:08:16 ce9bee3479a3: Pushed 16:08:16 1b3ee35aacca: Layer already exists 16:08:16 398d8490a1dd: Pushed 16:08:16 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:08:16 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:08:16 OK: 12617 distinct packages available 16:08:17 4b9c26d8d8bc: Pushed 16:08:17 5093e105b3ef: Pushed 16:08:17 a53efb51d1a1: Pushed 16:08:17 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:08:17 (1/2) Installing ca-certificates (20191127-r4) 16:08:17 (2/2) Installing dumb-init (1.2.2-r1) 16:08:17 Executing busybox-1.31.1-r19.trigger 16:08:17 Executing ca-certificates-20191127-r4.trigger 16:08:18 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:18 OK: 6 MiB in 16 packages 16:08:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 16:08:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:08:18 3ff0748ef2ce: Preparing 16:08:18 d62252085707: Preparing 16:08:18 a53efb51d1a1: Preparing 16:08:18 5093e105b3ef: Preparing 16:08:18 c1410bf87008: Preparing 16:08:18 ce9bee3479a3: Preparing 16:08:18 398d8490a1dd: Preparing 16:08:18 4b9c26d8d8bc: Preparing 16:08:18 1b3ee35aacca: Preparing 16:08:18 1b3ee35aacca: Waiting 16:08:18 ce9bee3479a3: Waiting 16:08:18 4b9c26d8d8bc: Waiting 16:08:18 3ff0748ef2ce: Layer already exists 16:08:18 d62252085707: Layer already exists 16:08:18 a53efb51d1a1: Layer already exists 16:08:18 5093e105b3ef: Layer already exists 16:08:18 c1410bf87008: Layer already exists 16:08:18 1b3ee35aacca: Layer already exists 16:08:18 398d8490a1dd: Layer already exists 16:08:18 4b9c26d8d8bc: Layer already exists 16:08:18 ce9bee3479a3: Layer already exists 16:08:18 2.0.0-dev.5: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:08:18 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:19 Removing intermediate container 309eb8361f44 16:08:19 ---> 626de69de562 16:08:19 16:08:19 Step 10/22 : FROM alpine:3.10 16:08:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:08:19 3ff0748ef2ce: Preparing 16:08:19 d62252085707: Preparing 16:08:19 a53efb51d1a1: Preparing 16:08:19 5093e105b3ef: Preparing 16:08:19 c1410bf87008: Preparing 16:08:19 ce9bee3479a3: Preparing 16:08:19 398d8490a1dd: Preparing 16:08:19 4b9c26d8d8bc: Preparing 16:08:19 1b3ee35aacca: Preparing 16:08:19 ce9bee3479a3: Waiting 16:08:19 398d8490a1dd: Waiting 16:08:19 4b9c26d8d8bc: Waiting 16:08:19 1b3ee35aacca: Waiting 16:08:19 3ff0748ef2ce: Layer already exists 16:08:19 d62252085707: Layer already exists 16:08:19 a53efb51d1a1: Layer already exists 16:08:19 5093e105b3ef: Layer already exists 16:08:19 c1410bf87008: Layer already exists 16:08:19 398d8490a1dd: Layer already exists 16:08:19 1b3ee35aacca: Layer already exists 16:08:19 ce9bee3479a3: Layer already exists 16:08:19 4b9c26d8d8bc: Layer already exists 16:08:19 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] isUnix [Pipeline] sh 16:08:19 3.10: Pulling from library/alpine 16:08:19 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 16:08:19 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 16:08:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 16:08:19 3ff0748ef2ce: Preparing 16:08:19 d62252085707: Preparing 16:08:19 a53efb51d1a1: Preparing 16:08:19 5093e105b3ef: Preparing 16:08:19 c1410bf87008: Preparing 16:08:19 ce9bee3479a3: Preparing 16:08:19 398d8490a1dd: Preparing 16:08:19 4b9c26d8d8bc: Preparing 16:08:19 1b3ee35aacca: Preparing 16:08:19 ce9bee3479a3: Waiting 16:08:19 4b9c26d8d8bc: Waiting 16:08:19 398d8490a1dd: Waiting 16:08:19 1b3ee35aacca: Waiting 16:08:19 3ff0748ef2ce: Layer already exists 16:08:19 d62252085707: Layer already exists 16:08:19 5093e105b3ef: Layer already exists 16:08:19 c1410bf87008: Layer already exists 16:08:19 a53efb51d1a1: Layer already exists 16:08:19 4b9c26d8d8bc: Layer already exists 16:08:19 1b3ee35aacca: Layer already exists 16:08:19 ce9bee3479a3: Layer already exists 16:08:19 398d8490a1dd: Layer already exists 16:08:19 master: digest: sha256:88677b6d87187e8a3394342e6cf160919da965076d0f269eb33ed4b61c266d28 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:20 ===================================================== [Pipeline] echo 16:08:20 taggedImages: 16:08:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.5 16:08:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:20 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 16:08:20 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 16:08:20 0855fff343fbac9200be972646aac1464c8bdae7 16:08:20 2.0.0-dev.5 16:08:20 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:20 master 16:08:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:20 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:21 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:08:21 dd1328880ea6: Preparing 16:08:21 92eb6560e2a8: Preparing 16:08:21 c172850b0327: Preparing 16:08:21 73f834ac36c8: Preparing 16:08:21 deb473e30676: Preparing 16:08:21 24606bdae2dd: Preparing 16:08:21 24606bdae2dd: Waiting 16:08:21 c172850b0327: Pushed 16:08:21 73f834ac36c8: Pushed 16:08:21 dd1328880ea6: Pushed 16:08:21 deb473e30676: Pushed 16:08:21 24606bdae2dd: Pushed 16:08:22 92eb6560e2a8: Pushed 16:08:22 Removing intermediate container ab0e11b16839 16:08:22 ---> 7fb724aaa3a9 16:08:22 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:08:22 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:08:22 Status: Downloaded newer image for alpine:3.10 16:08:22 ---> 536a684cf733 16:08:22 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:08:22 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:08:22 ---> Running in 5bb3bb0de8cc 16:08:22 ---> Running in 13dca23e42f2 16:08:22 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 16:08:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:08:23 dd1328880ea6: Preparing 16:08:23 92eb6560e2a8: Preparing 16:08:23 c172850b0327: Preparing 16:08:23 73f834ac36c8: Preparing 16:08:23 deb473e30676: Preparing 16:08:23 24606bdae2dd: Preparing 16:08:23 24606bdae2dd: Waiting 16:08:23 dd1328880ea6: Layer already exists 16:08:23 deb473e30676: Layer already exists 16:08:23 c172850b0327: Layer already exists 16:08:23 92eb6560e2a8: Layer already exists 16:08:23 73f834ac36c8: Layer already exists 16:08:23 24606bdae2dd: Layer already exists 16:08:23 2.0.0-dev.5: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:08:23 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:08:23 dd1328880ea6: Preparing 16:08:23 92eb6560e2a8: Preparing 16:08:23 c172850b0327: Preparing 16:08:23 73f834ac36c8: Preparing 16:08:23 deb473e30676: Preparing 16:08:23 24606bdae2dd: Preparing 16:08:23 24606bdae2dd: Waiting 16:08:23 c172850b0327: Layer already exists 16:08:23 73f834ac36c8: Layer already exists 16:08:23 dd1328880ea6: Layer already exists 16:08:23 deb473e30676: Layer already exists 16:08:23 92eb6560e2a8: Layer already exists 16:08:23 24606bdae2dd: Layer already exists 16:08:23 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:08:24 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 16:08:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 16:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 16:08:24 dd1328880ea6: Preparing 16:08:24 92eb6560e2a8: Preparing 16:08:24 c172850b0327: Preparing 16:08:24 73f834ac36c8: Preparing 16:08:24 deb473e30676: Preparing 16:08:24 24606bdae2dd: Preparing 16:08:24 24606bdae2dd: Waiting 16:08:24 deb473e30676: Layer already exists 16:08:24 73f834ac36c8: Layer already exists 16:08:24 dd1328880ea6: Layer already exists 16:08:24 c172850b0327: Layer already exists 16:08:24 92eb6560e2a8: Layer already exists 16:08:24 24606bdae2dd: Layer already exists 16:08:24 master: digest: sha256:c5f1a63d12bcf59aae51850f0f3cf223c03d6c4434fca2976771cd18370f2410 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:24 ===================================================== [Pipeline] echo 16:08:24 taggedImages: 16:08:24 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:24 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.5 16:08:24 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:24 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 16:08:24 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 16:08:24 0855fff343fbac9200be972646aac1464c8bdae7 16:08:24 2.0.0-dev.5 16:08:24 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:24 master 16:08:24 ===================================================== [Pipeline] withEnv [Pipeline] { 16:08:24 Removing intermediate container 13dca23e42f2 16:08:24 ---> 150a67210e8d 16:08:24 Step 14/29 : WORKDIR $BASE_DIR 16:08:24 ---> Running in d6b95641ac67 16:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:25 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 16:08:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:08:25 b1944917f5c7: Preparing 16:08:25 f6475c16a298: Preparing 16:08:25 53fed202d351: Preparing 16:08:25 53fed202d351: Pushed 16:08:25 b1944917f5c7: Pushed 16:08:26 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:08:26 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:08:26 OK: 10169 distinct packages available 16:08:26 Removing intermediate container 4feb2811ed92 16:08:26 ---> c61eb3e69bf9 16:08:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:08:26 Removing intermediate container d6b95641ac67 16:08:26 ---> 16da8fb5b989 16:08:26 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:08:26 ---> Running in ff3b11d04a66 16:08:26 ---> Running in 6d7a483b273c 16:08:26 (1/5) Installing ca-certificates (20191127-r2) 16:08:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:08:26 (3/5) Installing libcurl (7.66.0-r1) 16:08:26 (4/5) Installing curl (7.66.0-r1) 16:08:26 f6475c16a298: Pushed 16:08:26 (5/5) Installing dumb-init (1.2.2-r1) 16:08:26 Executing busybox-1.30.1-r3.trigger 16:08:26 Executing ca-certificates-20191127-r2.trigger 16:08:26 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:27 OK: 7 MiB in 19 packages 16:08:27 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 16:08:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:08:27 b1944917f5c7: Preparing 16:08:27 f6475c16a298: Preparing 16:08:27 53fed202d351: Preparing 16:08:27 f6475c16a298: Layer already exists 16:08:27 b1944917f5c7: Layer already exists 16:08:27 53fed202d351: Layer already exists 16:08:27 2.0.0-dev.5: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:27 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:08:28 b1944917f5c7: Preparing 16:08:28 f6475c16a298: Preparing 16:08:28 53fed202d351: Preparing 16:08:28 b1944917f5c7: Layer already exists 16:08:28 f6475c16a298: Layer already exists 16:08:28 53fed202d351: Layer already exists 16:08:28 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] isUnix [Pipeline] sh 16:08:28 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 16:08:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:08:28 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 16:08:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 16:08:28 b1944917f5c7: Preparing 16:08:28 f6475c16a298: Preparing 16:08:28 53fed202d351: Preparing 16:08:28 b1944917f5c7: Layer already exists 16:08:28 f6475c16a298: Layer already exists 16:08:28 53fed202d351: Layer already exists 16:08:28 master: digest: sha256:000fc470aa020a7eb5d5e960958c71ca9c262961d3ee7581a7491b553fade08c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:29 ===================================================== [Pipeline] echo 16:08:29 taggedImages: 16:08:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.5 16:08:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:29 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 16:08:29 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 16:08:29 0855fff343fbac9200be972646aac1464c8bdae7 16:08:29 2.0.0-dev.5 16:08:29 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:29 master 16:08:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:29 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:08:29 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:08:29 0b7da7a9702a: Preparing 16:08:29 b585c0e1ce29: Preparing 16:08:29 754837ed39c5: Preparing 16:08:29 777e14aacf2b: Preparing 16:08:29 9305e1e8dbe6: Preparing 16:08:29 b287e1ec617a: Preparing 16:08:29 4608ada424f6: Preparing 16:08:29 3d9ce3ccee13: Preparing 16:08:29 84631c253a1d: Preparing 16:08:29 336623de938e: Preparing 16:08:29 63533b406c5a: Preparing 16:08:29 31b11ec6ff38: Preparing 16:08:29 911954e2fe49: Preparing 16:08:29 ace0eda3e3be: Preparing 16:08:29 336623de938e: Waiting 16:08:29 b287e1ec617a: Waiting 16:08:29 4608ada424f6: Waiting 16:08:29 911954e2fe49: Waiting 16:08:29 ace0eda3e3be: Waiting 16:08:29 3d9ce3ccee13: Waiting 16:08:29 63533b406c5a: Waiting 16:08:29 31b11ec6ff38: Waiting 16:08:29 84631c253a1d: Waiting 16:08:30 9305e1e8dbe6: Pushed 16:08:30 0b7da7a9702a: Pushed 16:08:30 777e14aacf2b: Pushed 16:08:30 3d9ce3ccee13: Layer already exists 16:08:30 84631c253a1d: Layer already exists 16:08:30 336623de938e: Layer already exists 16:08:30 63533b406c5a: Layer already exists 16:08:30 4608ada424f6: Pushed 16:08:30 31b11ec6ff38: Layer already exists 16:08:30 911954e2fe49: Layer already exists 16:08:30 ace0eda3e3be: Layer already exists 16:08:31 Removing intermediate container 5bb3bb0de8cc 16:08:31 ---> f8a53f7e2faf 16:08:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:08:31 ---> Running in 297194e335aa 16:08:31 Removing intermediate container ff3b11d04a66 16:08:31 ---> cb2744a59250 16:08:31 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:08:31 b287e1ec617a: Pushed 16:08:31 b585c0e1ce29: Pushed 16:08:32 Removing intermediate container 297194e335aa 16:08:32 ---> 50997b1ef5b7 16:08:32 Step 13/22 : WORKDIR / 16:08:32 ---> Running in 203b0f7309e8 16:08:33 ---> 85c2c518576e 16:08:33 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:08:33 Removing intermediate container 203b0f7309e8 16:08:33 ---> bbd72618e90f 16:08:33 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:08:35 Removing intermediate container 6d7a483b273c 16:08:35 ---> 11059f81f750 16:08:35 16:08:35 Step 11/27 : FROM docker:latest 16:08:35 ---> 84e3a507c27b 16:08:35 Step 12/27 : RUN apk add --no-cache bash 16:08:35 ---> f186600ceb23 16:08:35 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:08:35 ---> Running in cbbd098a083f 16:08:35 ---> 0b59bafe5fcc 16:08:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:08:37 ---> 2eb6c3c4af15 16:08:37 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:37 ---> b8507d9a8d68 16:08:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:08:38 754837ed39c5: Pushed 16:08:38 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh 16:08:38 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:38 (1/2) Installing readline (8.0.4-r0) 16:08:38 ---> 84ba2d16f634 16:08:38 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:08:38 (2/2) Installing bash (5.0.17-r0) 16:08:38 Executing bash-5.0.17-r0.post-install 16:08:38 Executing busybox-1.31.1-r19.trigger 16:08:38 OK: 12 MiB in 22 packages 16:08:39 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 16:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:08:39 0b7da7a9702a: Preparing 16:08:39 b585c0e1ce29: Preparing 16:08:39 754837ed39c5: Preparing 16:08:39 777e14aacf2b: Preparing 16:08:39 9305e1e8dbe6: Preparing 16:08:39 b287e1ec617a: Preparing 16:08:39 4608ada424f6: Preparing 16:08:39 3d9ce3ccee13: Preparing 16:08:39 84631c253a1d: Preparing 16:08:39 336623de938e: Preparing 16:08:39 63533b406c5a: Preparing 16:08:39 31b11ec6ff38: Preparing 16:08:39 911954e2fe49: Preparing 16:08:39 ace0eda3e3be: Preparing 16:08:39 4608ada424f6: Waiting 16:08:39 3d9ce3ccee13: Waiting 16:08:39 84631c253a1d: Waiting 16:08:39 336623de938e: Waiting 16:08:39 63533b406c5a: Waiting 16:08:39 31b11ec6ff38: Waiting 16:08:39 911954e2fe49: Waiting 16:08:39 ace0eda3e3be: Waiting 16:08:39 b287e1ec617a: Waiting 16:08:39 754837ed39c5: Layer already exists 16:08:39 b585c0e1ce29: Layer already exists 16:08:39 9305e1e8dbe6: Layer already exists 16:08:39 0b7da7a9702a: Layer already exists 16:08:39 777e14aacf2b: Layer already exists 16:08:39 4608ada424f6: Layer already exists 16:08:39 3d9ce3ccee13: Layer already exists 16:08:39 b287e1ec617a: Layer already exists 16:08:39 336623de938e: Layer already exists 16:08:39 84631c253a1d: Layer already exists 16:08:39 911954e2fe49: Layer already exists 16:08:39 31b11ec6ff38: Layer already exists 16:08:39 63533b406c5a: Layer already exists 16:08:39 ace0eda3e3be: Layer already exists 16:08:39 2.0.0-dev.5: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh 16:08:39 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:08:39 ---> 730764f0b45a 16:08:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:08:39 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:08:39 0b7da7a9702a: Preparing 16:08:39 b585c0e1ce29: Preparing 16:08:39 754837ed39c5: Preparing 16:08:39 777e14aacf2b: Preparing 16:08:39 9305e1e8dbe6: Preparing 16:08:39 b287e1ec617a: Preparing 16:08:39 4608ada424f6: Preparing 16:08:39 3d9ce3ccee13: Preparing 16:08:39 84631c253a1d: Preparing 16:08:39 336623de938e: Preparing 16:08:39 63533b406c5a: Preparing 16:08:39 31b11ec6ff38: Preparing 16:08:39 911954e2fe49: Preparing 16:08:39 ace0eda3e3be: Preparing 16:08:39 b287e1ec617a: Waiting 16:08:39 4608ada424f6: Waiting 16:08:39 3d9ce3ccee13: Waiting 16:08:39 84631c253a1d: Waiting 16:08:39 336623de938e: Waiting 16:08:39 63533b406c5a: Waiting 16:08:39 31b11ec6ff38: Waiting 16:08:39 911954e2fe49: Waiting 16:08:39 ace0eda3e3be: Waiting 16:08:39 0b7da7a9702a: Layer already exists 16:08:39 9305e1e8dbe6: Layer already exists 16:08:39 b585c0e1ce29: Layer already exists 16:08:39 754837ed39c5: Layer already exists 16:08:39 777e14aacf2b: Layer already exists 16:08:39 4608ada424f6: Layer already exists 16:08:39 3d9ce3ccee13: Layer already exists 16:08:39 b287e1ec617a: Layer already exists 16:08:39 84631c253a1d: Layer already exists 16:08:39 336623de938e: Layer already exists 16:08:39 63533b406c5a: Layer already exists 16:08:39 911954e2fe49: Layer already exists 16:08:39 31b11ec6ff38: Layer already exists 16:08:39 ace0eda3e3be: Layer already exists 16:08:39 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] isUnix [Pipeline] sh 16:08:39 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 16:08:40 ---> f7c54fc88b7f 16:08:40 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:08:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 16:08:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 16:08:40 0b7da7a9702a: Preparing 16:08:40 b585c0e1ce29: Preparing 16:08:40 754837ed39c5: Preparing 16:08:40 777e14aacf2b: Preparing 16:08:40 9305e1e8dbe6: Preparing 16:08:40 b287e1ec617a: Preparing 16:08:40 4608ada424f6: Preparing 16:08:40 3d9ce3ccee13: Preparing 16:08:40 84631c253a1d: Preparing 16:08:40 336623de938e: Preparing 16:08:40 63533b406c5a: Preparing 16:08:40 31b11ec6ff38: Preparing 16:08:40 911954e2fe49: Preparing 16:08:40 ace0eda3e3be: Preparing 16:08:40 84631c253a1d: Waiting 16:08:40 336623de938e: Waiting 16:08:40 63533b406c5a: Waiting 16:08:40 31b11ec6ff38: Waiting 16:08:40 911954e2fe49: Waiting 16:08:40 ace0eda3e3be: Waiting 16:08:40 4608ada424f6: Waiting 16:08:40 3d9ce3ccee13: Waiting 16:08:40 b287e1ec617a: Waiting 16:08:40 9305e1e8dbe6: Layer already exists 16:08:40 b585c0e1ce29: Layer already exists 16:08:40 0b7da7a9702a: Layer already exists 16:08:40 754837ed39c5: Layer already exists 16:08:40 777e14aacf2b: Layer already exists 16:08:40 b287e1ec617a: Layer already exists 16:08:40 4608ada424f6: Layer already exists 16:08:40 3d9ce3ccee13: Layer already exists 16:08:40 336623de938e: Layer already exists 16:08:40 84631c253a1d: Layer already exists 16:08:40 63533b406c5a: Layer already exists 16:08:40 31b11ec6ff38: Layer already exists 16:08:40 ace0eda3e3be: Layer already exists 16:08:40 911954e2fe49: Layer already exists 16:08:40 master: digest: sha256:3dddfd24c54510b1809db20cc3c42d32a8c7b05145540dd2ee06aaf12a65ed76 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry 16:08:40 ---> Running in 27fc599baa2f [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:08:40 ===================================================== [Pipeline] echo 16:08:40 taggedImages: 16:08:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 16:08:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.5 16:08:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:08:40 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } 16:08:41 ---> b436420bd76d 16:08:41 Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 16:08:41 Removing intermediate container cbbd098a083f 16:08:41 ---> 5dc3b4c3f5fe 16:08:41 Step 13/27 : RUN rm -rf /var/cache/apk/* [Pipeline] } 16:08:41 ---> Running in b548f0b78446 16:08:42 ---> Running in 44d90f3b6cc0 16:08:45 Removing intermediate container 27fc599baa2f 16:08:45 ---> 229df0f0a848 16:08:45 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:08:45 Removing intermediate container e5bcffcff73e 16:08:45 ---> e8945aad5f0f 16:08:45 16:08:45 Step 10/21 : FROM scratch 16:08:45 ---> 16:08:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:08:46 ---> Running in cc1edf8b807b 16:08:46 ---> 8ad8c6f56be1 16:08:46 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:08:46 ---> Running in f71c7bd09659 16:08:46 Removing intermediate container b548f0b78446 16:08:46 ---> d7a2d18fbfdb 16:08:46 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:08:46 Removing intermediate container 44d90f3b6cc0 16:08:46 ---> d295947d744e 16:08:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:08:46 Removing intermediate container cc1edf8b807b 16:08:46 ---> 9ba8232f3bb0 16:08:46 Step 12/21 : ENV APP_PORT=48085 16:08:46 ---> Running in 3d42a151fffb 16:08:47 ---> Running in 4080f7574c4b 16:08:47 ---> Running in 7817c84f08bd 16:08:47 Removing intermediate container 3d42a151fffb 16:08:47 ---> fd3ae478d1f8 16:08:47 Step 20/22 : LABEL arch=arm64 16:08:47 Removing intermediate container 7817c84f08bd 16:08:47 ---> e261ea226a3e 16:08:47 Step 13/21 : EXPOSE $APP_PORT 16:08:48 ---> Running in 56ebd4e7ce95 16:08:48 Removing intermediate container 4080f7574c4b 16:08:48 ---> ee195540f9f3 16:08:48 Step 15/27 : ENV APP_PORT=48090 16:08:48 ---> Running in b511b526c153 16:08:48 ---> Running in ee837746e2f6 16:08:48 Removing intermediate container 56ebd4e7ce95 16:08:48 ---> 4565ba743957 16:08:48 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:08:49 ---> Running in bd49ee00bcfa 16:08:49 Removing intermediate container b511b526c153 16:08:49 ---> 491a4d7077db 16:08:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:08:49 Removing intermediate container ee837746e2f6 16:08:49 ---> 297f8d9122fc 16:08:49 Step 16/27 : EXPOSE $APP_PORT 16:08:49 Removing intermediate container bd49ee00bcfa 16:08:49 ---> 5f75a4e582a1 16:08:49 Step 22/22 : LABEL version=2.0.0-dev.5 16:08:49 ---> Running in 9eda729ff7fc 16:08:50 ---> Running in 1315f8969277 16:08:50 ---> f03cc6fa122c 16:08:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:08:50 Removing intermediate container f71c7bd09659 16:08:50 ---> 907e089040c9 16:08:50 Step 24/29 : RUN chmod 755 security-secrets-setup 16:08:50 Removing intermediate container 9eda729ff7fc 16:08:50 ---> f04cfb634938 16:08:50 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:08:51 ---> Running in 867b2df8f0fa 16:08:51 Removing intermediate container 1315f8969277 16:08:51 ---> 16a0468de1ea 16:08:51 16:08:51 Successfully built 16a0468de1ea 16:08:51 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 16:08:51  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 16:08:51 ---> 2b1bb138bd1d 16:08:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:08:52 ---> 0a561e14e4f0 16:08:52 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:08:54 ---> ac05e545c7f3 16:08:54 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:08:55 ---> 26b20bec5e5c 16:08:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:08:55 ---> Running in 2b78a301123b 16:08:55 Removing intermediate container 002aceaf667c 16:08:55 ---> 51786144cbe1 16:08:55 16:08:55 Step 10/22 : FROM scratch 16:08:55 ---> 16:08:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:08:55 ---> Using cache 16:08:55 ---> 9ba8232f3bb0 16:08:55 Step 12/22 : ENV APP_PORT=48081 16:08:56 ---> Running in bc932befab20 16:08:56 Removing intermediate container 2b78a301123b 16:08:56 ---> 49cb2a641f2a 16:08:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:56 Removing intermediate container 867b2df8f0fa 16:08:56 ---> 7f3375539d6b 16:08:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:08:56 ---> Running in 85118e7d4366 16:08:56 ---> f9354002fdee 16:08:56 Step 20/27 : RUN apk --no-cache add py3-pip 16:08:56 ---> Running in 4988ab815a6b 16:08:56 Removing intermediate container bc932befab20 16:08:56 ---> 1ad24b8d1720 16:08:56 Step 13/22 : EXPOSE $APP_PORT 16:08:56 ---> Running in 04d35918f834 16:08:56 ---> Running in 1d2ca6d805a5 16:08:57 Removing intermediate container 85118e7d4366 16:08:57 ---> bc1dba20ac92 16:08:57 Step 19/21 : LABEL arch=arm64 16:08:57 ---> Running in 1471737a1df6 16:08:57 Removing intermediate container 4988ab815a6b 16:08:57 ---> c60f365aab44 16:08:57 Step 26/29 : CMD [ "generate" ] 16:08:58 Removing intermediate container 1d2ca6d805a5 16:08:58 ---> 924c2bade2fb 16:08:58 Step 14/22 : WORKDIR / 16:08:58 ---> Running in 61e560e9c373 16:08:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:58 ---> Running in 4a56d14530b8 16:08:58 Removing intermediate container 1471737a1df6 16:08:58 ---> cdc7489043a8 16:08:58 Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:08:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:58 ---> Running in a053e310aa14 16:08:59 Removing intermediate container 61e560e9c373 16:08:59 ---> 3d5020c11d11 16:08:59 Step 27/29 : LABEL arch=arm64 16:08:59 Removing intermediate container 4a56d14530b8 16:08:59 ---> 88a396e595c1 16:08:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:08:59 (1/33) Installing libbz2 (1.0.8-r1) 16:08:59 (2/33) Installing expat (2.2.9-r1) 16:08:59 (3/33) Installing libffi (3.3-r2) 16:08:59 (4/33) Installing gdbm (1.13-r1) 16:08:59 (5/33) Installing xz-libs (5.2.5-r0) 16:08:59 (6/33) Installing sqlite-libs (3.32.1-r0) 16:08:59 (7/33) Installing python3 (3.8.5-r0) 16:08:59 ---> Running in 434630245c3e 16:09:00 Removing intermediate container a053e310aa14 16:09:00 ---> d3d047dd8aa9 16:09:00 Step 21/21 : LABEL version=2.0.0-dev.5 16:09:01 ---> a2900d16cde0 16:09:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:09:01 ---> Running in b34f89f005ae 16:09:01 Removing intermediate container 434630245c3e 16:09:01 ---> 7765d3c7e097 16:09:01 Step 28/29 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:09:01 (8/33) Installing py3-appdirs (1.4.4-r1) 16:09:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:09:01 (10/33) Installing py3-parsing (2.4.7-r0) 16:09:01 (11/33) Installing py3-six (1.15.0-r0) 16:09:02 (12/33) Installing py3-packaging (20.4-r0) 16:09:02 (13/33) Installing py3-setuptools (47.0.0-r0) 16:09:02 (14/33) Installing py3-chardet (3.0.4-r4) 16:09:02 (15/33) Installing py3-idna (2.9-r0) 16:09:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:09:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:09:02 (18/33) Installing py3-requests (2.23.0-r0) 16:09:02 (19/33) Installing py3-msgpack (1.0.0-r0) 16:09:02 (20/33) Installing py3-lockfile (0.12.2-r3) 16:09:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:09:02 (22/33) Installing py3-colorama (0.4.3-r0) 16:09:02 (23/33) Installing py3-distlib (0.3.0-r0) 16:09:02 (24/33) Installing py3-distro (1.5.0-r1) 16:09:02 (25/33) Installing py3-webencodings (0.5.1-r3) 16:09:02 (26/33) Installing py3-html5lib (1.0.1-r4) 16:09:02 (27/33) Installing py3-pytoml (0.1.21-r0) 16:09:02 (28/33) Installing py3-pep517 (0.8.2-r0) 16:09:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:09:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:09:02 ---> c308847a747a 16:09:02 Step 3/21 : WORKDIR /edgex-go 16:09:02 ---> Using cache 16:09:02 ---> 5f9e7fa6828f 16:09:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:02 ---> Using cache 16:09:02 ---> bffdb961f6a7 16:09:02 Step 5/21 : RUN apk update && apk add make git(29/33) Installing py3-progress (1.5-r0) 16:09:02 16:09:02 (30/33) Installing py3-toml (0.10.1-r0) 16:09:02 (31/33) Installing py3-retrying (1.3.3-r0) 16:09:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:09:02 (33/33) Installing py3-pip (20.1.1-r0) 16:09:02 ---> Running in d88b3932eba6 16:09:02 Removing intermediate container b34f89f005ae 16:09:02 ---> dfd8cc73ca8a 16:09:02 16:09:02 Executing busybox-1.31.1-r19.trigger 16:09:02 OK: 71 MiB in 55 packages 16:09:03 ---> Running in ca77a28406e8 16:09:03 Successfully built dfd8cc73ca8a 16:09:03 Successfully tagged docker-support-scheduler-go-arm64:latest 16:09:03  Building docker-support-scheduler-go ... done Building docker-core-data-go 16:09:03 ---> 6eb787187013 16:09:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:09:03 Removing intermediate container d88b3932eba6 16:09:03 ---> 2e4d2a02612d 16:09:03 Step 29/29 : LABEL version=2.0.0-dev.5 16:09:04 ---> Running in a4afb6ee24d7 16:09:04 ---> 8fb0252e87c2 16:09:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:09:04 Removing intermediate container a4afb6ee24d7 16:09:04 ---> 296cfe93da09 16:09:04 16:09:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:05 ---> Running in fb458bd1f04f 16:09:05 Successfully built 296cfe93da09 16:09:05 Successfully tagged docker-security-secrets-setup-go-arm64:latest 16:09:05  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go 16:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:06 Removing intermediate container fb458bd1f04f 16:09:06 ---> 1a9498100b29 16:09:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:06 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:09:06 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:09:06 OK: 12616 distinct packages available 16:09:06 ---> Running in 3bf1c15a0fbd 16:09:07 OK: 217 MiB in 51 packages 16:09:08 Removing intermediate container 3bf1c15a0fbd 16:09:08 ---> 8dc5324a8153 16:09:08 Step 20/22 : LABEL arch=arm64 16:09:09 ---> Running in ce16f4d4ec3a 16:09:09 Removing intermediate container 04d35918f834 16:09:09 ---> c9466fe1aaa4 16:09:09 Step 21/27 : RUN pip install docker-compose==1.23.2 16:09:10 Removing intermediate container ce16f4d4ec3a 16:09:10 ---> db3db73a8844 16:09:10 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:09:10 Removing intermediate container ca77a28406e8 16:09:10 ---> 3475c5cadbd4 16:09:10 Step 6/21 : COPY go.mod . 16:09:10 ---> Running in 9f186dbcf747 16:09:10 ---> Running in 093ff9a57a4c 16:09:11 ---> 21cdee93e3a3 16:09:11 Step 7/21 : RUN go mod download 16:09:11 ---> Running in 02d40baf3d59 16:09:11 Removing intermediate container 093ff9a57a4c 16:09:11 ---> 8abf238537a8 16:09:11 Step 22/22 : LABEL version=2.0.0-dev.5 16:09:11 ---> Running in 54ee5204900a 16:09:12 Removing intermediate container 54ee5204900a 16:09:12 ---> 45f4efe1912b 16:09:12 16:09:13 Successfully built 45f4efe1912b 16:09:13 Successfully tagged docker-core-metadata-go-arm64:latest 16:09:13 Building docker-core-command-go 16:09:15  Building docker-core-metadata-go ... done Removing intermediate container 02d40baf3d59 16:09:15 ---> 45a1fec4c8c0 16:09:15 Step 8/21 : COPY . . 16:09:17 Collecting docker-compose==1.23.2 16:09:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:09:17 Collecting docopt<0.7,>=0.6.1 16:09:17 Downloading docopt-0.6.2.tar.gz (25 kB) 16:09:20 Collecting websocket-client<1.0,>=0.32.0 16:09:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:09:21 Collecting docker<4.0,>=3.6.0 16:09:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:09:22 Collecting texttable<0.10,>=0.9.0 16:09:22 Downloading texttable-0.9.1.tar.gz (11 kB) 16:09:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:09:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:09:22 ---> c308847a747a 16:09:22 Step 3/23 : WORKDIR /edgex-go 16:09:22 ---> Using cache 16:09:22 ---> 5f9e7fa6828f 16:09:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:22 ---> Using cache 16:09:22 ---> bffdb961f6a7 16:09:22 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:09:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:09:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:09:26 ---> c308847a747a 16:09:26 Step 3/24 : WORKDIR /edgex-go 16:09:26 ---> Using cache 16:09:26 ---> 5f9e7fa6828f 16:09:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:26 ---> Using cache 16:09:26 ---> bffdb961f6a7 16:09:26 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:09:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:09:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:09:27 ---> Running in ef564c0fa25f 16:09:27 ---> Running in 2e2a7195dc16 16:09:27 Collecting dockerpty<0.5,>=0.4.1 16:09:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:09:28 ---> 6232d1acc2b8 16:09:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:09:28 ---> Running in f9baa428bc9d 16:09:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:09:31 Collecting cached-property<2,>=1.2.0 16:09:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:09:32 Collecting PyYAML<4,>=3.10 16:09:32 Downloading PyYAML-3.13.tar.gz (270 kB) 16:09:32 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:09:32 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:09:32 OK: 12616 distinct packages available 16:09:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:09:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:09:32 ---> c308847a747a 16:09:32 Step 3/22 : WORKDIR /edgex-go 16:09:32 ---> Using cache 16:09:32 ---> 5f9e7fa6828f 16:09:32 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:09:32 v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] 16:09:32 OK: 12616 distinct packages available 16:09:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:32 ---> Using cache 16:09:32 ---> bffdb961f6a7 16:09:32 Step 5/22 : RUN apk update && apk add make git 16:09:32 ---> Using cache 16:09:32 ---> 3475c5cadbd4 16:09:32 Step 6/22 : COPY go.mod . 16:09:32 ---> Using cache 16:09:32 ---> 21cdee93e3a3 16:09:32 Step 7/22 : RUN go mod download 16:09:32 ---> Using cache 16:09:32 ---> 45a1fec4c8c0 16:09:32 Step 8/22 : COPY . . 16:09:32 ---> Using cache 16:09:32 ---> 6232d1acc2b8 16:09:32 Step 9/22 : RUN make cmd/core-command/core-command 16:09:33 OK: 217 MiB in 51 packages 16:09:33 OK: 217 MiB in 51 packages 16:09:33 ---> Running in 16dcb3d2f752 16:09:35 Removing intermediate container 2e2a7195dc16 16:09:35 ---> 67b310b2a72f 16:09:35 Step 6/24 : COPY go.mod . 16:09:35 Removing intermediate container ef564c0fa25f 16:09:35 ---> 9ee1615c79ee 16:09:35 Step 6/23 : COPY go.mod . 16:09:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-command/core-command ./cmd/core-command 16:09:36 ---> 8e4159cf00c1 16:09:36 Step 7/24 : RUN go mod download 16:09:36 ---> Running in dee444ce4b62 16:09:37 ---> b29250b0f078 16:09:37 Step 7/23 : RUN go mod download 16:09:37 Collecting jsonschema<3,>=2.5.1 16:09:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:09:37 ---> Running in 678ca3dc1cbd 16:09:38 Collecting docker-pycreds>=0.4.0 16:09:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:09:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:09:38 Collecting idna<2.8,>=2.5 16:09:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:09:39 Collecting urllib3<1.25,>=1.21.1 16:09:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:09:39 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:09:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:09:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:09:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:09:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:09:41 Removing intermediate container dee444ce4b62 16:09:41 ---> cf2249950ce6 16:09:41 Step 8/24 : COPY . . 16:09:41 Installing collected packages: docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, cached-property, PyYAML, jsonschema, docker-compose 16:09:41 Running setup.py install for docopt: started 16:09:42 Removing intermediate container 678ca3dc1cbd 16:09:42 ---> e4fed569dade 16:09:42 Step 8/23 : COPY . . 16:09:44 Running setup.py install for docopt: finished with status 'done' 16:09:45 Attempting uninstall: idna 16:09:45 Found existing installation: idna 2.9 16:09:45 Uninstalling idna-2.9: 16:09:45 Successfully uninstalled idna-2.9 16:09:46 Attempting uninstall: urllib3 16:09:46 Found existing installation: urllib3 1.25.9 16:09:46 Uninstalling urllib3-1.25.9: 16:09:47 Successfully uninstalled urllib3-1.25.9 16:09:47 Attempting uninstall: requests 16:09:47 Found existing installation: requests 2.23.0 16:09:47 Uninstalling requests-2.23.0: 16:09:48 Successfully uninstalled requests-2.23.0 16:09:50 Running setup.py install for texttable: started 16:09:52 Running setup.py install for texttable: finished with status 'done' 16:09:52 Running setup.py install for dockerpty: started 16:09:54 Running setup.py install for dockerpty: finished with status 'done' 16:09:55 Running setup.py install for PyYAML: started 16:09:57 Running setup.py install for PyYAML: finished with status 'done' 16:10:01 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:10:01 ---> 0385e51cd9e1 16:10:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:10:01 ---> 6051bbf141e1 16:10:01 Step 9/23 : RUN make cmd/core-data/core-data 16:10:01 ---> Running in e3fbcfc78c9f 16:10:01 ---> Running in 5ae0ead8ee1c 16:10:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:10:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o cmd/core-data/core-data ./cmd/core-data 16:10:06 Removing intermediate container 9f186dbcf747 16:10:06 ---> 330ca902f637 16:10:06 Step 22/27 : RUN apk --no-cache add curl 16:10:06 ---> Running in f9057333ae86 16:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:10:09 (2/3) Installing libcurl (7.69.1-r1) 16:10:09 (3/3) Installing curl (7.69.1-r1) 16:10:09 Executing busybox-1.31.1-r19.trigger 16:10:09 OK: 71 MiB in 58 packages 16:10:11 Removing intermediate container f9057333ae86 16:10:11 ---> 41c95cb91982 16:10:11 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:10:11 ---> Running in 076050191ccb 16:10:12 Removing intermediate container 076050191ccb 16:10:12 ---> d3fb182d17fe 16:10:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:12 ---> Running in a293b73d7841 16:10:12 Removing intermediate container a293b73d7841 16:10:12 ---> 4fb5f2375501 16:10:12 Step 25/27 : LABEL arch=arm64 16:10:13 ---> Running in ce0f563fafd4 16:10:13 Removing intermediate container ce0f563fafd4 16:10:13 ---> e69bb6077224 16:10:13 Step 26/27 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:10:13 ---> Running in 9815980591d5 16:10:14 Removing intermediate container 9815980591d5 16:10:14 ---> f356f08ef306 16:10:14 Step 27/27 : LABEL version=2.0.0-dev.5 16:10:14 ---> Running in dc1017085a86 16:10:15 Removing intermediate container dc1017085a86 16:10:15 ---> 20e5dae1fc69 16:10:15 16:10:15 Successfully built 20e5dae1fc69 16:10:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:10:16  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go 16:10:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:10:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:10:31 ---> c308847a747a 16:10:31 Step 3/24 : WORKDIR /edgex-go 16:10:31 ---> Using cache 16:10:31 ---> 5f9e7fa6828f 16:10:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:31 ---> Using cache 16:10:31 ---> bffdb961f6a7 16:10:31 Step 5/24 : RUN apk update && apk add make git 16:10:31 ---> Using cache 16:10:31 ---> 3475c5cadbd4 16:10:31 Step 6/24 : COPY go.mod . 16:10:31 ---> Using cache 16:10:31 ---> 21cdee93e3a3 16:10:31 Step 7/24 : RUN go mod download 16:10:31 ---> Using cache 16:10:31 ---> 45a1fec4c8c0 16:10:31 Step 8/24 : COPY . . 16:10:31 ---> Using cache 16:10:31 ---> 6232d1acc2b8 16:10:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:10:31 ---> Running in a89c23493fce 16:10:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:10:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/secrets-config ./cmd/secrets-config 16:11:06 Removing intermediate container f9baa428bc9d 16:11:06 ---> bf3d5a0204b7 16:11:06 16:11:06 Step 10/21 : FROM alpine 16:11:06 ---> 2e77e061c27f 16:11:06 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:11:06 ---> Running in b8b520b242a6 16:11:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:10 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:11:10 v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:11:10 OK: 12617 distinct packages available 16:11:11 (1/4) Installing ca-certificates (20191127-r4) 16:11:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:11:11 (3/4) Installing libcurl (7.69.1-r1) 16:11:11 (4/4) Installing curl (7.69.1-r1) 16:11:11 Executing busybox-1.31.1-r19.trigger 16:11:11 Executing ca-certificates-20191127-r4.trigger 16:11:11 OK: 7 MiB in 18 packages 16:11:14 Removing intermediate container b8b520b242a6 16:11:14 ---> c958d7d9f6fd 16:11:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:14 ---> Running in bde9bdeb373f 16:11:15 Removing intermediate container bde9bdeb373f 16:11:15 ---> 0597c39016a8 16:11:15 Step 13/21 : WORKDIR /edgex 16:11:15 ---> Running in 59e1279040c8 16:11:16 Removing intermediate container 59e1279040c8 16:11:16 ---> 6bcca9d74c18 16:11:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:11:17 ---> 0f674ae1e43b 16:11:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:11:19 ---> 9a10c2a6cd67 16:11:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:11:21 ---> cee728ac93da 16:11:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:11:21 ---> Running in bca325d4f2ac 16:11:21 Removing intermediate container bca325d4f2ac 16:11:21 ---> 804c59ef62b6 16:11:21 Step 18/21 : CMD ["--init=true"] 16:11:22 ---> Running in 2b1dc442e227 16:11:22 Removing intermediate container 2b1dc442e227 16:11:22 ---> dbe795d94a11 16:11:22 Step 19/21 : LABEL arch=arm64 16:11:22 ---> Running in 7d46455e1927 16:11:23 Removing intermediate container 7d46455e1927 16:11:23 ---> 06f4b5a7c764 16:11:23 Step 20/21 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:11:23 ---> Running in 28e6e19c6684 16:11:24 Removing intermediate container 28e6e19c6684 16:11:24 ---> 501765479c49 16:11:24 Step 21/21 : LABEL version=2.0.0-dev.5 16:11:24 ---> Running in 553a486bcb91 16:11:25 Removing intermediate container 553a486bcb91 16:11:25 ---> da5249e08b73 16:11:25 16:11:25 Successfully built da5249e08b73 16:11:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:11:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 16dcb3d2f752 16:11:31 ---> da1e46408698 16:11:31 16:11:31 Step 10/22 : FROM scratch 16:11:31 ---> 16:11:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:11:31 ---> Using cache 16:11:31 ---> 9ba8232f3bb0 16:11:31 Step 12/22 : ENV APP_PORT=48082 16:11:31 ---> Running in 686db993cf10 16:11:31 Removing intermediate container 686db993cf10 16:11:31 ---> daedf4a4ad22 16:11:31 Step 13/22 : EXPOSE $APP_PORT 16:11:32 ---> Running in 518b202be6a2 16:11:32 Removing intermediate container 518b202be6a2 16:11:32 ---> 5c0a116cf715 16:11:32 Step 14/22 : WORKDIR / 16:11:32 ---> Running in 1c5d8d138d07 16:11:33 Removing intermediate container 1c5d8d138d07 16:11:33 ---> 8a9a865c9740 16:11:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:11:34 ---> 1c4ac8d7cc59 16:11:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:11:36 ---> 06a4b11a0bc1 16:11:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:11:37 ---> 4280a95307b9 16:11:37 Step 18/22 : ENTRYPOINT ["/core-command"] 16:11:38 ---> Running in fcd1f9e6f0b6 16:11:38 Removing intermediate container fcd1f9e6f0b6 16:11:38 ---> c8b3d1e9f688 16:11:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:38 ---> Running in cd209115016f 16:11:39 Removing intermediate container cd209115016f 16:11:39 ---> e917e91f75de 16:11:39 Step 20/22 : LABEL arch=arm64 16:11:39 ---> Running in 03533c15f70f 16:11:40 Removing intermediate container 03533c15f70f 16:11:40 ---> f04f19e8096a 16:11:40 Step 21/22 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:11:40 ---> Running in 0ef94e4e299b 16:11:41 Removing intermediate container 0ef94e4e299b 16:11:41 ---> 5a0fa83570d5 16:11:41 Step 22/22 : LABEL version=2.0.0-dev.5 16:11:41 ---> Running in eaecf585cbb0 16:11:42 Removing intermediate container eaecf585cbb0 16:11:42 ---> 5f8130e0bdaa 16:11:42 16:11:42 Successfully built 5f8130e0bdaa 16:11:42 Successfully tagged docker-core-command-go-arm64:latest 16:11:46  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.5" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:11:53 Removing intermediate container e3fbcfc78c9f 16:11:53 ---> 1b771604685a 16:11:53 16:11:53 Step 10/24 : FROM scratch 16:11:53 ---> 16:11:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:11:53 ---> Running in 3d21f19c5785 16:11:53 Removing intermediate container 3d21f19c5785 16:11:53 ---> a81b78229672 16:11:53 Step 12/24 : ENV APP_PORT=48060 16:11:53 ---> Running in a368d0561a8f 16:11:54 Removing intermediate container a368d0561a8f 16:11:54 ---> 66d69c6a9ba3 16:11:54 Step 13/24 : EXPOSE $APP_PORT 16:11:54 ---> Running in 8053c25ff930 16:11:55 Removing intermediate container 8053c25ff930 16:11:55 ---> d3a69bb3a2c4 16:11:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:11:56 ---> 84b0dcf1b8ab 16:11:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:11:57 Removing intermediate container a89c23493fce 16:11:57 ---> 22616b76b554 16:11:57 16:11:57 Step 10/24 : FROM alpine:3.10 16:11:57 ---> 536a684cf733 16:11:57 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:11:57 ---> Using cache 16:11:57 ---> f8a53f7e2faf 16:11:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:57 ---> Running in 00fda8e72912 16:11:58 Removing intermediate container 00fda8e72912 16:11:58 ---> d9d3937b5581 16:11:58 Step 13/24 : WORKDIR / 16:11:58 ---> 2b7e64f913e1 16:11:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:11:58 ---> Running in f7022ec4c9bb 16:11:58 Removing intermediate container f7022ec4c9bb 16:11:58 ---> 4d2267f12918 16:11:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:11:59 ---> 559cc68c2b9d 16:11:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:11:59 ---> e215b13e7c9c 16:11:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:12:00 ---> 7da78461c628 16:12:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:12:01 ---> 6c04ff5562ff 16:12:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:12:02 ---> fd82eb2edf14 16:12:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:12:02 ---> e4e6d1550b04 16:12:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:12:03 ---> c5158e7f6382 16:12:03 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:12:03 ---> Running in 7b1029ac72e3 16:12:03 ---> 0fe79390467f 16:12:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:12:04 Removing intermediate container 7b1029ac72e3 16:12:04 ---> fdaee3b2ea55 16:12:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:04 ---> Running in d51e4457b4ba 16:12:04 ---> bc437c8b2dda 16:12:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:12:05 Removing intermediate container d51e4457b4ba 16:12:05 ---> 38df8d25344a 16:12:05 Step 22/24 : LABEL arch=arm64 16:12:05 ---> Running in a700577a5f24 16:12:05 Removing intermediate container a700577a5f24 16:12:05 ---> 33fe4b347afa 16:12:05 Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:12:05 ---> 03bb9e21b595 16:12:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:12:06 ---> Running in 2e6f11d5354a 16:12:06 ---> Running in 1865f0f5ac6e 16:12:06 Removing intermediate container 2e6f11d5354a 16:12:06 ---> 57a99b2f1d28 16:12:06 Step 24/24 : LABEL version=2.0.0-dev.5 16:12:06 ---> Running in a5d14244ef18 16:12:07 Removing intermediate container a5d14244ef18 16:12:07 ---> 0e904b1d8fb7 16:12:07 16:12:07 Successfully built 0e904b1d8fb7 16:12:07 Successfully tagged docker-support-notifications-go-arm64:latest 16:12:08  Building docker-support-notifications-go ... done Removing intermediate container 1865f0f5ac6e 16:12:08 ---> 4df90950c434 16:12:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:12:08 ---> Running in 0dd281e74bff 16:12:09 Removing intermediate container 0dd281e74bff 16:12:09 ---> 1ec89e999ff5 16:12:09 Step 22/24 : LABEL arch=arm64 16:12:10 ---> Running in 1555b6588a64 16:12:10 Removing intermediate container 1555b6588a64 16:12:10 ---> fc888bd14f83 16:12:10 Step 23/24 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:12:10 Removing intermediate container 5ae0ead8ee1c 16:12:10 ---> ed9b9f3bf433 16:12:10 16:12:10 Step 10/23 : FROM alpine 16:12:10 ---> 2e77e061c27f 16:12:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:12:10 ---> Running in e96af54c5681 16:12:11 ---> Running in 89079e2ce4c5 16:12:11 Removing intermediate container e96af54c5681 16:12:11 ---> bdd0dd9d18c2 16:12:11 Step 24/24 : LABEL version=2.0.0-dev.5 16:12:11 Removing intermediate container 89079e2ce4c5 16:12:11 ---> 82d0d1af8771 16:12:11 Step 12/23 : ENV APP_PORT=48080 16:12:11 ---> Running in 252fb53ff3f3 16:12:11 ---> Running in cd8461f4cd99 16:12:12 Removing intermediate container 252fb53ff3f3 16:12:12 ---> 6bb4229b01d1 16:12:12 16:12:12 Removing intermediate container cd8461f4cd99 16:12:12 ---> e1b6f879287a 16:12:12 Step 13/23 : EXPOSE $APP_PORT 16:12:12 Successfully built 6bb4229b01d1 16:12:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:12:12  Building docker-security-secretstore-setup-go ... done  ---> Running in 0c6cf2fe2db8 16:12:12 Removing intermediate container 0c6cf2fe2db8 16:12:12 ---> 245a126e54d8 16:12:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:13 ---> Running in 839dd9cf92a0 16:12:15 Removing intermediate container 839dd9cf92a0 16:12:15 ---> ea5f980cbccf 16:12:15 Step 15/23 : RUN apk --no-cache add zeromq 16:12:15 ---> Running in db7f58059e28 16:12:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:17 (1/5) Installing libgcc (9.3.0-r2) 16:12:17 (2/5) Installing libsodium (1.0.18-r0) 16:12:17 (3/5) Installing libstdc++ (9.3.0-r2) 16:12:18 (4/5) Installing libzmq (4.3.3-r0) 16:12:18 (5/5) Installing zeromq (4.3.3-r0) 16:12:18 Executing busybox-1.31.1-r19.trigger 16:12:18 OK: 8 MiB in 19 packages 16:12:19 Removing intermediate container db7f58059e28 16:12:19 ---> 74243149d2e6 16:12:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:12:20 ---> 357ca7381256 16:12:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:12:21 ---> 8d0fc0ae48a0 16:12:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:12:22 ---> 49aab12514bb 16:12:22 Step 19/23 : ENTRYPOINT ["/core-data"] 16:12:22 ---> Running in 54334ca1d285 16:12:22 Removing intermediate container 54334ca1d285 16:12:22 ---> 2909c095c7da 16:12:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:22 ---> Running in e1b56abf8b67 16:12:23 Removing intermediate container e1b56abf8b67 16:12:23 ---> 908bb8017ca6 16:12:23 Step 21/23 : LABEL arch=arm64 16:12:23 ---> Running in f9a0b012b125 16:12:24 Removing intermediate container f9a0b012b125 16:12:24 ---> 347f97d6223b 16:12:24 Step 22/23 : LABEL git_sha=0855fff343fbac9200be972646aac1464c8bdae7 16:12:24 ---> Running in 51d564a40214 16:12:24 Removing intermediate container 51d564a40214 16:12:24 ---> 5e4f73d3dfff 16:12:24 Step 23/23 : LABEL version=2.0.0-dev.5 16:12:24 ---> Running in f3bcb31d02c5 16:12:25 Removing intermediate container f3bcb31d02c5 16:12:25 ---> a15227646336 16:12:25 16:12:25 Successfully built a15227646336 16:12:25 Successfully tagged docker-core-data-go-arm64:latest 16:12:25  Building docker-core-data-go ... done  [Pipeline] } 16:12:25 $ docker stop --time=1 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 16:12:27 $ docker rm -f 0f45fe4561c037280475e2cfa776bba9bae42e902555e02d11e1f2fe83a6fd77 [Pipeline] // withDockerContainer [Pipeline] sh 16:12:28 + + grep docker 16:12:28 docker images 16:12:28 docker-core-data-go-arm64 latest a15227646336 4 seconds ago 22.3MB 16:12:28 docker-security-secretstore-setup-go-arm64 latest 6bb4229b01d1 17 seconds ago 23.5MB 16:12:28 docker-support-notifications-go-arm64 latest 0e904b1d8fb7 22 seconds ago 12.9MB 16:12:28 docker-core-command-go-arm64 latest 5f8130e0bdaa 47 seconds ago 11.4MB 16:12:28 docker-security-proxy-setup-go-arm64 latest da5249e08b73 About a minute ago 23.4MB 16:12:28 docker-sys-mgmt-agent-go-arm64 latest 20e5dae1fc69 2 minutes ago 273MB 16:12:28 docker-core-metadata-go-arm64 latest 45f4efe1912b 3 minutes ago 13.6MB 16:12:28 docker-security-secrets-setup-go-arm64 latest 296cfe93da09 3 minutes ago 22.7MB 16:12:28 docker-support-scheduler-go-arm64 latest dfd8cc73ca8a 3 minutes ago 11.5MB 16:12:28 docker-security-bootstrap-redis-go-arm64 latest 16a0468de1ea 3 minutes ago 15.2MB 16:12:28 docker latest 84e3a507c27b 5 days ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:12:29 provisioning config files... 16:12:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config8149712822461773360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:12:29 ---> docker-login.sh 16:12:29 nexus3.edgexfoundry.org:10001 16:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:30 Configure a credential helper to remove this warning. See 16:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:30 16:12:30 Login Succeeded 16:12:30 nexus3.edgexfoundry.org:10002 16:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:30 Configure a credential helper to remove this warning. See 16:12:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:30 16:12:30 Login Succeeded 16:12:30 nexus3.edgexfoundry.org:10003 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 nexus3.edgexfoundry.org:10004 16:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:31 Configure a credential helper to remove this warning. See 16:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:31 16:12:31 Login Succeeded 16:12:31 docker.io 16:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:12:32 Configure a credential helper to remove this warning. See 16:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:12:32 16:12:32 Login Succeeded 16:12:32 ---> docker-login.sh ends [Pipeline] } 16:12:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:12:33 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 16:12:33 0855fff343fbac9200be972646aac1464c8bdae7 16:12:33 2.0.0-dev.5 16:12:33 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:33 master 16:12:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:33 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:12:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:12:33 c03905c5e602: Preparing 16:12:33 6b3fb9e375e4: Preparing 16:12:33 ed54e71c57c3: Preparing 16:12:34 ed54e71c57c3: Pushed 16:12:34 c03905c5e602: Pushed 16:12:36 6b3fb9e375e4: Pushed 16:12:36 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:37 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 16:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:12:37 c03905c5e602: Preparing 16:12:37 6b3fb9e375e4: Preparing 16:12:37 ed54e71c57c3: Preparing 16:12:37 c03905c5e602: Layer already exists 16:12:37 ed54e71c57c3: Layer already exists 16:12:37 6b3fb9e375e4: Layer already exists 16:12:37 2.0.0-dev.5: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:38 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:38 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:12:38 c03905c5e602: Preparing 16:12:38 6b3fb9e375e4: Preparing 16:12:38 ed54e71c57c3: Preparing 16:12:38 6b3fb9e375e4: Layer already exists 16:12:38 ed54e71c57c3: Layer already exists 16:12:38 c03905c5e602: Layer already exists 16:12:38 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:39 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:12:39 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 16:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 16:12:39 c03905c5e602: Preparing 16:12:39 6b3fb9e375e4: Preparing 16:12:39 ed54e71c57c3: Preparing 16:12:39 c03905c5e602: Layer already exists 16:12:39 ed54e71c57c3: Layer already exists 16:12:39 6b3fb9e375e4: Layer already exists 16:12:39 master: digest: sha256:43d6977e8ed15f16c60a29392776494180e78867cb0361eae3ba69ef626c2755 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:12:39 ===================================================== [Pipeline] echo 16:12:39 taggedImages: 16:12:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.5 16:12:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:39 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 16:12:39 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 16:12:39 0855fff343fbac9200be972646aac1464c8bdae7 16:12:39 2.0.0-dev.5 16:12:39 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:39 master 16:12:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:40 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:12:40 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:12:40 70065a0a8128: Preparing 16:12:40 7f64546b7cf6: Preparing 16:12:40 c78ee50a2627: Preparing 16:12:40 9c0f38077524: Preparing 16:12:40 629054c4f71c: Preparing 16:12:40 cd3761cfa1d9: Preparing 16:12:40 cd3761cfa1d9: Waiting 16:12:41 c78ee50a2627: Pushed 16:12:41 70065a0a8128: Pushed 16:12:41 629054c4f71c: Pushed 16:12:41 cd3761cfa1d9: Layer already exists 16:12:42 9c0f38077524: Pushed 16:12:45 7f64546b7cf6: Pushed 16:12:45 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:12:45 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 16:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:12:46 70065a0a8128: Preparing 16:12:46 7f64546b7cf6: Preparing 16:12:46 c78ee50a2627: Preparing 16:12:46 9c0f38077524: Preparing 16:12:46 629054c4f71c: Preparing 16:12:46 cd3761cfa1d9: Preparing 16:12:46 cd3761cfa1d9: Waiting 16:12:46 c78ee50a2627: Layer already exists 16:12:46 9c0f38077524: Layer already exists 16:12:46 629054c4f71c: Layer already exists 16:12:46 7f64546b7cf6: Layer already exists 16:12:46 70065a0a8128: Layer already exists 16:12:46 cd3761cfa1d9: Layer already exists 16:12:46 2.0.0-dev.5: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:12:46 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:47 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:12:47 70065a0a8128: Preparing 16:12:47 7f64546b7cf6: Preparing 16:12:47 c78ee50a2627: Preparing 16:12:47 9c0f38077524: Preparing 16:12:47 629054c4f71c: Preparing 16:12:47 cd3761cfa1d9: Preparing 16:12:47 cd3761cfa1d9: Waiting 16:12:47 9c0f38077524: Layer already exists 16:12:47 629054c4f71c: Layer already exists 16:12:47 c78ee50a2627: Layer already exists 16:12:47 70065a0a8128: Layer already exists 16:12:47 7f64546b7cf6: Layer already exists 16:12:47 cd3761cfa1d9: Layer already exists 16:12:47 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] isUnix [Pipeline] sh 16:12:47 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:12:48 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 16:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 16:12:48 70065a0a8128: Preparing 16:12:48 7f64546b7cf6: Preparing 16:12:48 c78ee50a2627: Preparing 16:12:48 9c0f38077524: Preparing 16:12:48 629054c4f71c: Preparing 16:12:48 cd3761cfa1d9: Preparing 16:12:48 cd3761cfa1d9: Waiting 16:12:48 7f64546b7cf6: Layer already exists 16:12:48 70065a0a8128: Layer already exists 16:12:48 c78ee50a2627: Layer already exists 16:12:48 9c0f38077524: Layer already exists 16:12:48 629054c4f71c: Layer already exists 16:12:48 cd3761cfa1d9: Layer already exists 16:12:48 master: digest: sha256:70f8b51238f8f170d3b7f4feaa9ab0d86bed32b9450be1c431d8f91d38633674 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:12:48 ===================================================== [Pipeline] echo 16:12:48 taggedImages: 16:12:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.5 16:12:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:48 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 16:12:48 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 16:12:48 0855fff343fbac9200be972646aac1464c8bdae7 16:12:48 2.0.0-dev.5 16:12:48 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:48 master 16:12:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:49 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:12:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:12:49 7abba6b07474: Preparing 16:12:49 f60fc3242605: Preparing 16:12:49 f8af5a0f1e73: Preparing 16:12:49 f8af5a0f1e73: Pushed 16:12:49 7abba6b07474: Pushed 16:12:53 f60fc3242605: Pushed 16:12:53 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:53 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:54 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 16:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:12:54 7abba6b07474: Preparing 16:12:54 f60fc3242605: Preparing 16:12:54 f8af5a0f1e73: Preparing 16:12:54 7abba6b07474: Layer already exists 16:12:54 f60fc3242605: Layer already exists 16:12:54 f8af5a0f1e73: Layer already exists 16:12:54 2.0.0-dev.5: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:54 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:12:55 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:12:55 7abba6b07474: Preparing 16:12:55 f60fc3242605: Preparing 16:12:55 f8af5a0f1e73: Preparing 16:12:55 f60fc3242605: Layer already exists 16:12:55 7abba6b07474: Layer already exists 16:12:55 f8af5a0f1e73: Layer already exists 16:12:55 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] isUnix [Pipeline] sh 16:12:55 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:12:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 16:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 16:12:56 7abba6b07474: Preparing 16:12:56 f60fc3242605: Preparing 16:12:56 f8af5a0f1e73: Preparing 16:12:56 f8af5a0f1e73: Layer already exists 16:12:56 7abba6b07474: Layer already exists 16:12:56 f60fc3242605: Layer already exists 16:12:56 master: digest: sha256:d27c314e0da9336e8fa32bd345523967b2d3763be7f9270d8ac651072a176cbc size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:12:56 ===================================================== [Pipeline] echo 16:12:56 taggedImages: 16:12:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.5 16:12:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:56 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 16:12:56 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 16:12:56 0855fff343fbac9200be972646aac1464c8bdae7 16:12:56 2.0.0-dev.5 16:12:56 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:12:56 master 16:12:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:12:57 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:12:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:12:57 e2ab2e2cc688: Preparing 16:12:57 ab18feb130cd: Preparing 16:12:57 bb54b8885bfe: Preparing 16:12:57 822c8e508c44: Preparing 16:12:57 69cc911f69ca: Preparing 16:12:57 c6bbdb2fccc5: Preparing 16:12:57 66b385cf80cf: Preparing 16:12:57 c6bbdb2fccc5: Waiting 16:12:57 66b385cf80cf: Waiting 16:12:57 e2ab2e2cc688: Pushed 16:12:58 ab18feb130cd: Pushed 16:12:58 69cc911f69ca: Pushed 16:12:58 bb54b8885bfe: Pushed 16:12:58 66b385cf80cf: Layer already exists 16:12:58 c6bbdb2fccc5: Pushed 16:13:00 822c8e508c44: Pushed 16:13:00 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:13:00 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 16:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:13:00 e2ab2e2cc688: Preparing 16:13:00 ab18feb130cd: Preparing 16:13:00 bb54b8885bfe: Preparing 16:13:00 822c8e508c44: Preparing 16:13:00 69cc911f69ca: Preparing 16:13:00 c6bbdb2fccc5: Preparing 16:13:00 66b385cf80cf: Preparing 16:13:00 c6bbdb2fccc5: Waiting 16:13:00 66b385cf80cf: Waiting 16:13:00 bb54b8885bfe: Layer already exists 16:13:00 69cc911f69ca: Layer already exists 16:13:00 822c8e508c44: Layer already exists 16:13:00 ab18feb130cd: Layer already exists 16:13:00 e2ab2e2cc688: Layer already exists 16:13:00 c6bbdb2fccc5: Layer already exists 16:13:00 66b385cf80cf: Layer already exists 16:13:00 2.0.0-dev.5: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:13:01 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:13:01 e2ab2e2cc688: Preparing 16:13:01 ab18feb130cd: Preparing 16:13:01 bb54b8885bfe: Preparing 16:13:01 822c8e508c44: Preparing 16:13:01 69cc911f69ca: Preparing 16:13:01 c6bbdb2fccc5: Preparing 16:13:01 66b385cf80cf: Preparing 16:13:01 c6bbdb2fccc5: Waiting 16:13:01 66b385cf80cf: Waiting 16:13:01 e2ab2e2cc688: Layer already exists 16:13:01 69cc911f69ca: Layer already exists 16:13:01 ab18feb130cd: Layer already exists 16:13:01 bb54b8885bfe: Layer already exists 16:13:01 822c8e508c44: Layer already exists 16:13:01 66b385cf80cf: Layer already exists 16:13:01 c6bbdb2fccc5: Layer already exists 16:13:01 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] isUnix [Pipeline] sh 16:13:02 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 16:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 16:13:02 e2ab2e2cc688: Preparing 16:13:02 ab18feb130cd: Preparing 16:13:02 bb54b8885bfe: Preparing 16:13:02 822c8e508c44: Preparing 16:13:02 69cc911f69ca: Preparing 16:13:02 c6bbdb2fccc5: Preparing 16:13:02 66b385cf80cf: Preparing 16:13:02 c6bbdb2fccc5: Waiting 16:13:02 66b385cf80cf: Waiting 16:13:02 ab18feb130cd: Layer already exists 16:13:02 69cc911f69ca: Layer already exists 16:13:02 bb54b8885bfe: Layer already exists 16:13:02 822c8e508c44: Layer already exists 16:13:02 e2ab2e2cc688: Layer already exists 16:13:02 c6bbdb2fccc5: Layer already exists 16:13:02 66b385cf80cf: Layer already exists 16:13:02 master: digest: sha256:3bd38b8cdc8b4f1d40130deaf291bdf480aec905d5adfe8850e9b08e66aaa486 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:03 ===================================================== [Pipeline] echo 16:13:03 taggedImages: 16:13:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.5 16:13:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:03 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 16:13:03 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 16:13:03 0855fff343fbac9200be972646aac1464c8bdae7 16:13:03 2.0.0-dev.5 16:13:03 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:03 master 16:13:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:03 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:13:04 8a8637bed1c9: Preparing 16:13:04 2e9a01ef24eb: Preparing 16:13:04 9858b3c93ae7: Preparing 16:13:04 b6fb4b0b7e6e: Preparing 16:13:04 738e38843d9d: Preparing 16:13:04 cd3761cfa1d9: Preparing 16:13:04 cd3761cfa1d9: Waiting 16:13:04 b6fb4b0b7e6e: Pushed 16:13:04 9858b3c93ae7: Pushed 16:13:04 cd3761cfa1d9: Layer already exists 16:13:05 738e38843d9d: Pushed 16:13:07 2e9a01ef24eb: Pushed 16:13:07 8a8637bed1c9: Pushed 16:13:07 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:07 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 16:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:13:07 8a8637bed1c9: Preparing 16:13:07 2e9a01ef24eb: Preparing 16:13:07 9858b3c93ae7: Preparing 16:13:07 b6fb4b0b7e6e: Preparing 16:13:07 738e38843d9d: Preparing 16:13:07 cd3761cfa1d9: Preparing 16:13:07 cd3761cfa1d9: Waiting 16:13:08 b6fb4b0b7e6e: Layer already exists 16:13:08 9858b3c93ae7: Layer already exists 16:13:08 2e9a01ef24eb: Layer already exists 16:13:08 8a8637bed1c9: Layer already exists 16:13:08 738e38843d9d: Layer already exists 16:13:08 cd3761cfa1d9: Layer already exists 16:13:08 2.0.0-dev.5: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:08 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:08 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:13:08 8a8637bed1c9: Preparing 16:13:08 2e9a01ef24eb: Preparing 16:13:08 9858b3c93ae7: Preparing 16:13:08 b6fb4b0b7e6e: Preparing 16:13:08 738e38843d9d: Preparing 16:13:08 cd3761cfa1d9: Preparing 16:13:08 cd3761cfa1d9: Waiting 16:13:08 738e38843d9d: Layer already exists 16:13:08 9858b3c93ae7: Layer already exists 16:13:08 8a8637bed1c9: Layer already exists 16:13:08 2e9a01ef24eb: Layer already exists 16:13:08 b6fb4b0b7e6e: Layer already exists 16:13:08 cd3761cfa1d9: Layer already exists 16:13:08 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:09 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 16:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 16:13:09 8a8637bed1c9: Preparing 16:13:09 2e9a01ef24eb: Preparing 16:13:09 9858b3c93ae7: Preparing 16:13:09 b6fb4b0b7e6e: Preparing 16:13:09 738e38843d9d: Preparing 16:13:09 cd3761cfa1d9: Preparing 16:13:09 cd3761cfa1d9: Waiting 16:13:09 b6fb4b0b7e6e: Layer already exists 16:13:09 2e9a01ef24eb: Layer already exists 16:13:09 738e38843d9d: Layer already exists 16:13:09 9858b3c93ae7: Layer already exists 16:13:09 8a8637bed1c9: Layer already exists 16:13:09 cd3761cfa1d9: Layer already exists 16:13:09 master: digest: sha256:ad47075bc190d6b353b15fbaab68ed605cbbd2858183dccd85da9fd6f955f2d5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:10 ===================================================== [Pipeline] echo 16:13:10 taggedImages: 16:13:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.5 16:13:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:10 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 16:13:10 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 16:13:10 0855fff343fbac9200be972646aac1464c8bdae7 16:13:10 2.0.0-dev.5 16:13:10 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:10 master 16:13:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:10 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:13:11 6f3d016b7d1c: Preparing 16:13:11 5c3e6fa86791: Preparing 16:13:11 804ca03d08e6: Preparing 16:13:11 c1e488581f48: Preparing 16:13:11 c1e488581f48: Preparing 16:13:11 ee249d432d50: Preparing 16:13:11 651cc1685214: Preparing 16:13:11 fc793b6caa33: Preparing 16:13:11 6f3d016b7d1c: Preparing 16:13:11 8baa10646f69: Preparing 16:13:11 651cc1685214: Waiting 16:13:11 fc793b6caa33: Waiting 16:13:11 53bc78375865: Preparing 16:13:11 db46a17b645b: Preparing 16:13:11 cd3761cfa1d9: Preparing 16:13:11 8baa10646f69: Waiting 16:13:11 53bc78375865: Waiting 16:13:11 db46a17b645b: Waiting 16:13:11 cd3761cfa1d9: Waiting 16:13:11 5c3e6fa86791: Pushed 16:13:11 804ca03d08e6: Pushed 16:13:11 ee249d432d50: Pushed 16:13:11 c1e488581f48: Pushed 16:13:11 651cc1685214: Pushed 16:13:11 fc793b6caa33: Pushed 16:13:12 cd3761cfa1d9: Layer already exists 16:13:12 53bc78375865: Pushed 16:13:12 8baa10646f69: Pushed 16:13:12 db46a17b645b: Pushed 16:13:13 6f3d016b7d1c: Pushed 16:13:14 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh 16:13:14 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 16:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:13:14 6f3d016b7d1c: Preparing 16:13:14 5c3e6fa86791: Preparing 16:13:14 804ca03d08e6: Preparing 16:13:14 c1e488581f48: Preparing 16:13:14 c1e488581f48: Preparing 16:13:14 ee249d432d50: Preparing 16:13:14 651cc1685214: Preparing 16:13:14 fc793b6caa33: Preparing 16:13:14 6f3d016b7d1c: Preparing 16:13:14 8baa10646f69: Preparing 16:13:14 53bc78375865: Preparing 16:13:14 db46a17b645b: Preparing 16:13:14 cd3761cfa1d9: Preparing 16:13:14 651cc1685214: Waiting 16:13:14 fc793b6caa33: Waiting 16:13:14 8baa10646f69: Waiting 16:13:14 53bc78375865: Waiting 16:13:14 cd3761cfa1d9: Waiting 16:13:14 db46a17b645b: Waiting 16:13:14 c1e488581f48: Layer already exists 16:13:14 6f3d016b7d1c: Layer already exists 16:13:14 804ca03d08e6: Layer already exists 16:13:14 ee249d432d50: Layer already exists 16:13:14 5c3e6fa86791: Layer already exists 16:13:14 fc793b6caa33: Layer already exists 16:13:14 651cc1685214: Layer already exists 16:13:14 53bc78375865: Layer already exists 16:13:14 8baa10646f69: Layer already exists 16:13:14 db46a17b645b: Layer already exists 16:13:14 cd3761cfa1d9: Layer already exists 16:13:14 2.0.0-dev.5: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh 16:13:15 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:13:15 6f3d016b7d1c: Preparing 16:13:15 5c3e6fa86791: Preparing 16:13:15 804ca03d08e6: Preparing 16:13:15 c1e488581f48: Preparing 16:13:15 c1e488581f48: Preparing 16:13:15 ee249d432d50: Preparing 16:13:15 651cc1685214: Preparing 16:13:15 fc793b6caa33: Preparing 16:13:15 6f3d016b7d1c: Preparing 16:13:15 8baa10646f69: Preparing 16:13:15 53bc78375865: Preparing 16:13:15 db46a17b645b: Preparing 16:13:15 cd3761cfa1d9: Preparing 16:13:15 8baa10646f69: Waiting 16:13:15 db46a17b645b: Waiting 16:13:15 cd3761cfa1d9: Waiting 16:13:15 53bc78375865: Waiting 16:13:15 651cc1685214: Waiting 16:13:15 fc793b6caa33: Waiting 16:13:15 6f3d016b7d1c: Layer already exists 16:13:15 c1e488581f48: Layer already exists 16:13:15 5c3e6fa86791: Layer already exists 16:13:15 ee249d432d50: Layer already exists 16:13:15 804ca03d08e6: Layer already exists 16:13:15 8baa10646f69: Layer already exists 16:13:15 fc793b6caa33: Layer already exists 16:13:15 db46a17b645b: Layer already exists 16:13:15 651cc1685214: Layer already exists 16:13:15 53bc78375865: Layer already exists 16:13:15 cd3761cfa1d9: Layer already exists 16:13:15 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] isUnix [Pipeline] sh 16:13:16 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 16:13:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 16:13:16 6f3d016b7d1c: Preparing 16:13:16 5c3e6fa86791: Preparing 16:13:16 804ca03d08e6: Preparing 16:13:16 c1e488581f48: Preparing 16:13:16 c1e488581f48: Preparing 16:13:16 ee249d432d50: Preparing 16:13:16 651cc1685214: Preparing 16:13:16 fc793b6caa33: Preparing 16:13:16 6f3d016b7d1c: Preparing 16:13:16 8baa10646f69: Preparing 16:13:16 53bc78375865: Preparing 16:13:16 651cc1685214: Waiting 16:13:16 db46a17b645b: Preparing 16:13:16 cd3761cfa1d9: Preparing 16:13:16 fc793b6caa33: Waiting 16:13:16 db46a17b645b: Waiting 16:13:16 cd3761cfa1d9: Waiting 16:13:16 8baa10646f69: Waiting 16:13:16 53bc78375865: Waiting 16:13:16 5c3e6fa86791: Layer already exists 16:13:16 804ca03d08e6: Layer already exists 16:13:16 6f3d016b7d1c: Layer already exists 16:13:16 c1e488581f48: Layer already exists 16:13:16 ee249d432d50: Layer already exists 16:13:16 651cc1685214: Layer already exists 16:13:16 8baa10646f69: Layer already exists 16:13:16 fc793b6caa33: Layer already exists 16:13:16 db46a17b645b: Layer already exists 16:13:16 53bc78375865: Layer already exists 16:13:16 cd3761cfa1d9: Layer already exists 16:13:16 master: digest: sha256:03c00a049d962a2c499d9f29cc01d515bd7c3a33cc9f25b411212943f4ad078a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:17 ===================================================== [Pipeline] echo 16:13:17 taggedImages: 16:13:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.5 16:13:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:17 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 16:13:17 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 16:13:17 0855fff343fbac9200be972646aac1464c8bdae7 16:13:17 2.0.0-dev.5 16:13:17 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:17 master 16:13:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:17 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:13:18 5b3902ade79b: Preparing 16:13:18 c19e0ec59d23: Preparing 16:13:18 859d2b417aae: Preparing 16:13:18 f412824d426b: Preparing 16:13:18 6ee1b806b39c: Preparing 16:13:18 3045888f3776: Preparing 16:13:18 6992378dadc4: Preparing 16:13:18 c6bbdb2fccc5: Preparing 16:13:18 66b385cf80cf: Preparing 16:13:18 3045888f3776: Waiting 16:13:18 c6bbdb2fccc5: Waiting 16:13:18 66b385cf80cf: Waiting 16:13:18 6992378dadc4: Waiting 16:13:18 5b3902ade79b: Pushed 16:13:18 c19e0ec59d23: Pushed 16:13:18 6ee1b806b39c: Pushed 16:13:18 c6bbdb2fccc5: Layer already exists 16:13:18 66b385cf80cf: Layer already exists 16:13:18 3045888f3776: Pushed 16:13:18 6992378dadc4: Pushed 16:13:20 f412824d426b: Pushed 16:13:20 859d2b417aae: Pushed 16:13:20 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh 16:13:21 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:21 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 16:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:13:21 5b3902ade79b: Preparing 16:13:21 c19e0ec59d23: Preparing 16:13:21 859d2b417aae: Preparing 16:13:21 f412824d426b: Preparing 16:13:21 6ee1b806b39c: Preparing 16:13:21 3045888f3776: Preparing 16:13:21 6992378dadc4: Preparing 16:13:21 c6bbdb2fccc5: Preparing 16:13:21 66b385cf80cf: Preparing 16:13:21 6992378dadc4: Waiting 16:13:21 66b385cf80cf: Waiting 16:13:21 c6bbdb2fccc5: Waiting 16:13:21 3045888f3776: Waiting 16:13:21 6ee1b806b39c: Layer already exists 16:13:21 f412824d426b: Layer already exists 16:13:21 859d2b417aae: Layer already exists 16:13:21 c19e0ec59d23: Layer already exists 16:13:21 5b3902ade79b: Layer already exists 16:13:21 6992378dadc4: Layer already exists 16:13:21 3045888f3776: Layer already exists 16:13:21 c6bbdb2fccc5: Layer already exists 16:13:21 66b385cf80cf: Layer already exists 16:13:21 2.0.0-dev.5: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh 16:13:22 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:13:22 5b3902ade79b: Preparing 16:13:22 c19e0ec59d23: Preparing 16:13:22 859d2b417aae: Preparing 16:13:22 f412824d426b: Preparing 16:13:22 6ee1b806b39c: Preparing 16:13:22 3045888f3776: Preparing 16:13:22 6992378dadc4: Preparing 16:13:22 c6bbdb2fccc5: Preparing 16:13:22 66b385cf80cf: Preparing 16:13:22 3045888f3776: Waiting 16:13:22 6992378dadc4: Waiting 16:13:22 c6bbdb2fccc5: Waiting 16:13:22 66b385cf80cf: Waiting 16:13:22 f412824d426b: Layer already exists 16:13:22 5b3902ade79b: Layer already exists 16:13:22 c19e0ec59d23: Layer already exists 16:13:22 859d2b417aae: Layer already exists 16:13:22 6ee1b806b39c: Layer already exists 16:13:22 3045888f3776: Layer already exists 16:13:22 66b385cf80cf: Layer already exists 16:13:22 6992378dadc4: Layer already exists 16:13:22 c6bbdb2fccc5: Layer already exists 16:13:22 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] isUnix [Pipeline] sh 16:13:23 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:23 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 16:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 16:13:23 5b3902ade79b: Preparing 16:13:23 c19e0ec59d23: Preparing 16:13:23 859d2b417aae: Preparing 16:13:23 f412824d426b: Preparing 16:13:23 6ee1b806b39c: Preparing 16:13:23 3045888f3776: Preparing 16:13:23 6992378dadc4: Preparing 16:13:23 c6bbdb2fccc5: Preparing 16:13:23 66b385cf80cf: Preparing 16:13:23 6992378dadc4: Waiting 16:13:23 c6bbdb2fccc5: Waiting 16:13:23 66b385cf80cf: Waiting 16:13:23 3045888f3776: Waiting 16:13:23 c19e0ec59d23: Layer already exists 16:13:23 5b3902ade79b: Layer already exists 16:13:23 859d2b417aae: Layer already exists 16:13:23 6ee1b806b39c: Layer already exists 16:13:23 f412824d426b: Layer already exists 16:13:23 3045888f3776: Layer already exists 16:13:23 66b385cf80cf: Layer already exists 16:13:23 6992378dadc4: Layer already exists 16:13:23 c6bbdb2fccc5: Layer already exists 16:13:23 master: digest: sha256:f777234dae33f3cc0b4d58b198a371a7f637ce1c3e8b970b20e4c80df0993b5c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:23 ===================================================== [Pipeline] echo 16:13:23 taggedImages: 16:13:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.5 16:13:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:23 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 16:13:24 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 16:13:24 0855fff343fbac9200be972646aac1464c8bdae7 16:13:24 2.0.0-dev.5 16:13:24 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:24 master 16:13:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:24 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:13:24 95cccbc5044f: Preparing 16:13:24 3ede1c7effb1: Preparing 16:13:24 0d635aa304d3: Preparing 16:13:24 7bbc9da856d9: Preparing 16:13:24 6d40fc5de56d: Preparing 16:13:24 c6288b3844a0: Preparing 16:13:24 c6288b3844a0: Waiting 16:13:25 0d635aa304d3: Pushed 16:13:25 95cccbc5044f: Pushed 16:13:25 7bbc9da856d9: Pushed 16:13:25 6d40fc5de56d: Pushed 16:13:25 c6288b3844a0: Pushed 16:13:28 3ede1c7effb1: Pushed 16:13:28 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:13:28 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 16:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:13:29 95cccbc5044f: Preparing 16:13:29 3ede1c7effb1: Preparing 16:13:29 0d635aa304d3: Preparing 16:13:29 7bbc9da856d9: Preparing 16:13:29 6d40fc5de56d: Preparing 16:13:29 c6288b3844a0: Preparing 16:13:29 c6288b3844a0: Waiting 16:13:29 6d40fc5de56d: Layer already exists 16:13:29 3ede1c7effb1: Layer already exists 16:13:29 7bbc9da856d9: Layer already exists 16:13:29 95cccbc5044f: Layer already exists 16:13:29 0d635aa304d3: Layer already exists 16:13:29 c6288b3844a0: Layer already exists 16:13:29 2.0.0-dev.5: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:13:29 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:29 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:13:29 95cccbc5044f: Preparing 16:13:29 3ede1c7effb1: Preparing 16:13:29 0d635aa304d3: Preparing 16:13:29 7bbc9da856d9: Preparing 16:13:29 6d40fc5de56d: Preparing 16:13:29 c6288b3844a0: Preparing 16:13:29 c6288b3844a0: Waiting 16:13:30 95cccbc5044f: Layer already exists 16:13:30 7bbc9da856d9: Layer already exists 16:13:30 3ede1c7effb1: Layer already exists 16:13:30 0d635aa304d3: Layer already exists 16:13:30 6d40fc5de56d: Layer already exists 16:13:30 c6288b3844a0: Layer already exists 16:13:30 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] isUnix [Pipeline] sh 16:13:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:30 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 16:13:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 16:13:30 95cccbc5044f: Preparing 16:13:30 3ede1c7effb1: Preparing 16:13:30 0d635aa304d3: Preparing 16:13:30 7bbc9da856d9: Preparing 16:13:30 6d40fc5de56d: Preparing 16:13:30 c6288b3844a0: Preparing 16:13:30 c6288b3844a0: Waiting 16:13:31 6d40fc5de56d: Layer already exists 16:13:31 0d635aa304d3: Layer already exists 16:13:31 3ede1c7effb1: Layer already exists 16:13:31 7bbc9da856d9: Layer already exists 16:13:31 95cccbc5044f: Layer already exists 16:13:31 c6288b3844a0: Layer already exists 16:13:31 master: digest: sha256:8c4cb99d3c3f78e745526f82ddcf89591acd1cb71190611c118fe3b926a20da5 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:31 ===================================================== [Pipeline] echo 16:13:31 taggedImages: 16:13:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.5 16:13:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:31 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 16:13:31 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 16:13:31 0855fff343fbac9200be972646aac1464c8bdae7 16:13:31 2.0.0-dev.5 16:13:31 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:31 master 16:13:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:31 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:13:32 20e6fb84bd71: Preparing 16:13:32 2ee1296eac1b: Preparing 16:13:32 4e9e1ed2e113: Preparing 16:13:32 4e9e1ed2e113: Pushed 16:13:32 20e6fb84bd71: Pushed 16:13:35 2ee1296eac1b: Pushed 16:13:35 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh 16:13:36 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:36 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 16:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:13:36 20e6fb84bd71: Preparing 16:13:36 2ee1296eac1b: Preparing 16:13:36 4e9e1ed2e113: Preparing 16:13:36 2ee1296eac1b: Layer already exists 16:13:36 20e6fb84bd71: Layer already exists 16:13:36 4e9e1ed2e113: Layer already exists 16:13:36 2.0.0-dev.5: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh 16:13:37 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:37 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:13:37 20e6fb84bd71: Preparing 16:13:37 2ee1296eac1b: Preparing 16:13:37 4e9e1ed2e113: Preparing 16:13:37 4e9e1ed2e113: Layer already exists 16:13:37 2ee1296eac1b: Layer already exists 16:13:37 20e6fb84bd71: Layer already exists 16:13:37 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] isUnix [Pipeline] sh 16:13:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 16:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 16:13:38 20e6fb84bd71: Preparing 16:13:38 2ee1296eac1b: Preparing 16:13:38 4e9e1ed2e113: Preparing 16:13:38 4e9e1ed2e113: Layer already exists 16:13:38 2ee1296eac1b: Layer already exists 16:13:38 20e6fb84bd71: Layer already exists 16:13:38 master: digest: sha256:d1fb0b52db002781e269fbff1d3a9c1687bab27b58132422db041fd16b8a3e99 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:39 ===================================================== [Pipeline] echo 16:13:39 taggedImages: 16:13:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.5 16:13:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:39 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 16:13:39 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 16:13:39 0855fff343fbac9200be972646aac1464c8bdae7 16:13:39 2.0.0-dev.5 16:13:39 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:39 master 16:13:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:39 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] isUnix [Pipeline] sh 16:13:40 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:13:40 5355fa4b6ab8: Preparing 16:13:40 0404319caa22: Preparing 16:13:40 1d7a7a1522d5: Preparing 16:13:40 08bac69346b9: Preparing 16:13:40 26b74f93d25a: Preparing 16:13:40 8a048951c5c0: Preparing 16:13:40 ad1d012b3743: Preparing 16:13:40 2cee7541aa47: Preparing 16:13:40 b6a78175e4c9: Preparing 16:13:40 fab17a547d8c: Preparing 16:13:40 4b089f0fc7f0: Preparing 16:13:40 3e7dc55cab04: Preparing 16:13:40 b2e85fd0898f: Preparing 16:13:40 cd3761cfa1d9: Preparing 16:13:40 b6a78175e4c9: Waiting 16:13:40 fab17a547d8c: Waiting 16:13:40 4b089f0fc7f0: Waiting 16:13:40 3e7dc55cab04: Waiting 16:13:40 b2e85fd0898f: Waiting 16:13:40 8a048951c5c0: Waiting 16:13:40 ad1d012b3743: Waiting 16:13:40 2cee7541aa47: Waiting 16:13:40 cd3761cfa1d9: Waiting 16:13:40 26b74f93d25a: Pushed 16:13:40 5355fa4b6ab8: Pushed 16:13:41 08bac69346b9: Pushed 16:13:41 2cee7541aa47: Layer already exists 16:13:41 b6a78175e4c9: Layer already exists 16:13:41 fab17a547d8c: Layer already exists 16:13:41 ad1d012b3743: Pushed 16:13:41 4b089f0fc7f0: Layer already exists 16:13:41 3e7dc55cab04: Layer already exists 16:13:41 b2e85fd0898f: Layer already exists 16:13:41 cd3761cfa1d9: Layer already exists 16:13:42 0404319caa22: Pushed 16:13:43 8a048951c5c0: Pushed 16:13:55 1d7a7a1522d5: Pushed 16:13:55 0855fff343fbac9200be972646aac1464c8bdae7: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh 16:13:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 16:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:13:56 5355fa4b6ab8: Preparing 16:13:56 0404319caa22: Preparing 16:13:56 1d7a7a1522d5: Preparing 16:13:56 08bac69346b9: Preparing 16:13:56 26b74f93d25a: Preparing 16:13:56 8a048951c5c0: Preparing 16:13:56 ad1d012b3743: Preparing 16:13:56 2cee7541aa47: Preparing 16:13:56 b6a78175e4c9: Preparing 16:13:56 fab17a547d8c: Preparing 16:13:56 4b089f0fc7f0: Preparing 16:13:56 3e7dc55cab04: Preparing 16:13:56 b2e85fd0898f: Preparing 16:13:56 cd3761cfa1d9: Preparing 16:13:56 8a048951c5c0: Waiting 16:13:56 4b089f0fc7f0: Waiting 16:13:56 ad1d012b3743: Waiting 16:13:56 2cee7541aa47: Waiting 16:13:56 b6a78175e4c9: Waiting 16:13:56 fab17a547d8c: Waiting 16:13:56 3e7dc55cab04: Waiting 16:13:56 cd3761cfa1d9: Waiting 16:13:56 b2e85fd0898f: Waiting 16:13:56 08bac69346b9: Layer already exists 16:13:56 1d7a7a1522d5: Layer already exists 16:13:56 5355fa4b6ab8: Layer already exists 16:13:56 0404319caa22: Layer already exists 16:13:56 26b74f93d25a: Layer already exists 16:13:56 8a048951c5c0: Layer already exists 16:13:56 2cee7541aa47: Layer already exists 16:13:56 b6a78175e4c9: Layer already exists 16:13:56 ad1d012b3743: Layer already exists 16:13:56 fab17a547d8c: Layer already exists 16:13:56 4b089f0fc7f0: Layer already exists 16:13:56 3e7dc55cab04: Layer already exists 16:13:56 cd3761cfa1d9: Layer already exists 16:13:56 b2e85fd0898f: Layer already exists 16:13:56 2.0.0-dev.5: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh 16:13:56 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 [Pipeline] isUnix [Pipeline] sh 16:13:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:13:57 5355fa4b6ab8: Preparing 16:13:57 0404319caa22: Preparing 16:13:57 1d7a7a1522d5: Preparing 16:13:57 08bac69346b9: Preparing 16:13:57 26b74f93d25a: Preparing 16:13:57 8a048951c5c0: Preparing 16:13:57 ad1d012b3743: Preparing 16:13:57 2cee7541aa47: Preparing 16:13:57 b6a78175e4c9: Preparing 16:13:57 fab17a547d8c: Preparing 16:13:57 4b089f0fc7f0: Preparing 16:13:57 3e7dc55cab04: Preparing 16:13:57 b2e85fd0898f: Preparing 16:13:57 cd3761cfa1d9: Preparing 16:13:57 b6a78175e4c9: Waiting 16:13:57 3e7dc55cab04: Waiting 16:13:57 b2e85fd0898f: Waiting 16:13:57 cd3761cfa1d9: Waiting 16:13:57 fab17a547d8c: Waiting 16:13:57 8a048951c5c0: Waiting 16:13:57 ad1d012b3743: Waiting 16:13:57 2cee7541aa47: Waiting 16:13:57 4b089f0fc7f0: Waiting 16:13:57 0404319caa22: Layer already exists 16:13:57 26b74f93d25a: Layer already exists 16:13:57 1d7a7a1522d5: Layer already exists 16:13:57 08bac69346b9: Layer already exists 16:13:57 5355fa4b6ab8: Layer already exists 16:13:57 8a048951c5c0: Layer already exists 16:13:57 2cee7541aa47: Layer already exists 16:13:57 ad1d012b3743: Layer already exists 16:13:57 b6a78175e4c9: Layer already exists 16:13:57 fab17a547d8c: Layer already exists 16:13:57 b2e85fd0898f: Layer already exists 16:13:57 4b089f0fc7f0: Layer already exists 16:13:57 cd3761cfa1d9: Layer already exists 16:13:57 3e7dc55cab04: Layer already exists 16:13:57 0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] isUnix [Pipeline] sh 16:13:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:13:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 16:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 16:13:57 5355fa4b6ab8: Preparing 16:13:57 0404319caa22: Preparing 16:13:57 1d7a7a1522d5: Preparing 16:13:57 08bac69346b9: Preparing 16:13:57 26b74f93d25a: Preparing 16:13:57 8a048951c5c0: Preparing 16:13:57 ad1d012b3743: Preparing 16:13:57 2cee7541aa47: Preparing 16:13:57 b6a78175e4c9: Preparing 16:13:57 fab17a547d8c: Preparing 16:13:57 4b089f0fc7f0: Preparing 16:13:57 3e7dc55cab04: Preparing 16:13:57 b2e85fd0898f: Preparing 16:13:57 cd3761cfa1d9: Preparing 16:13:57 8a048951c5c0: Waiting 16:13:57 ad1d012b3743: Waiting 16:13:57 2cee7541aa47: Waiting 16:13:57 b6a78175e4c9: Waiting 16:13:57 fab17a547d8c: Waiting 16:13:57 4b089f0fc7f0: Waiting 16:13:57 3e7dc55cab04: Waiting 16:13:57 b2e85fd0898f: Waiting 16:13:57 cd3761cfa1d9: Waiting 16:13:58 1d7a7a1522d5: Layer already exists 16:13:58 0404319caa22: Layer already exists 16:13:58 26b74f93d25a: Layer already exists 16:13:58 5355fa4b6ab8: Layer already exists 16:13:58 08bac69346b9: Layer already exists 16:13:58 ad1d012b3743: Layer already exists 16:13:58 2cee7541aa47: Layer already exists 16:13:58 fab17a547d8c: Layer already exists 16:13:58 8a048951c5c0: Layer already exists 16:13:58 b6a78175e4c9: Layer already exists 16:13:58 b2e85fd0898f: Layer already exists 16:13:58 4b089f0fc7f0: Layer already exists 16:13:58 cd3761cfa1d9: Layer already exists 16:13:58 3e7dc55cab04: Layer already exists 16:13:58 master: digest: sha256:edf8b71e6507e24031bfd1c612a05556337ad36750a00eef3afe5c95f8245fdb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:58 ===================================================== [Pipeline] echo 16:13:58 taggedImages: 16:13:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7 16:13:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.5 16:13:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0855fff343fbac9200be972646aac1464c8bdae7-2.0.0-dev.5 16:13:58 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:13:59 provisioning config files... 16:13:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/247@tmp/config5118205696729872332tmp [Pipeline] { [Pipeline] sh 16:14:00 + set +x 16:14:00 + curl -s https://codecov.io/bash 16:14:00 + bash -s -- 16:14:00 16:14:00 _____ _ 16:14:00 / ____| | | 16:14:00 | | ___ __| | ___ ___ _____ __ 16:14:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:14:00 | |___| (_) | (_| | __/ (_| (_) \ V / 16:14:00 \_____\___/ \__,_|\___|\___\___/ \_/ 16:14:00 Bash-20201130-cc6d3fe 16:14:00 16:14:00 16:14:00 ==> Jenkins CI detected. 16:14:00 project root: . 16:14:00 --> token set from env 16:14:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:14:00 ==> Running gcov in . (disable via -X gcov) 16:14:00 ==> Python coveragepy not found 16:14:00 ==> Searching for coverage reports in: 16:14:00 + . 16:14:00 -> Found 1 reports 16:14:00 ==> Detecting git/mercurial file structure 16:14:00 ==> Reading reports 16:14:00 + ./coverage.out bytes=557293 16:14:00 ==> Appending adjustments 16:14:00 https://docs.codecov.io/docs/fixing-reports 16:14:04 + Found adjustments 16:14:04 ==> Gzipping contents 16:14:04 88K /tmp/codecov.n5s5HT.gz 16:14:04 ==> Uploading reports 16:14:04 url: https://codecov.io 16:14:04 query: branch=master&commit=0855fff343fbac9200be972646aac1464c8bdae7&build=247&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F247%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:14:04 -> Pinging Codecov 16:14:04 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=0855fff343fbac9200be972646aac1464c8bdae7&build=247&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F247%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:14:04 -> Uploading to 16:14:04 https://storage.googleapis.com/codecov/v4/raw/2020-12-07/00271124DB129430A58F1EEE437C3FCB/0855fff343fbac9200be972646aac1464c8bdae7/31a961db-6a05-4a1c-8292-1ade74677d50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T161404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7dd045b934e3e376eed4495a72cbd2ffa10738ed04c657d9626ee173607e4ebf 16:14:04 % Total % Received % Xferd Average Speed Time Time Time Current 16:14:04 Dload Upload Total Spent Left Speed 16:14:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86816 0 0 100 86816 0 163k --:--:-- --:--:-- --:--:-- 163k 100 86816 0 0 100 86816 0 163k --:--:-- --:--:-- --:--:-- 163k 16:14:05 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0855fff343fbac9200be972646aac1464c8bdae7 [Pipeline] } 16:14:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:14:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:14:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:06 16:14:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:14:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:14:06 188c0c94c7c5: Already exists 16:14:06 0ef7d3d256c8: Already exists 16:14:06 de9db76c5a1d: Already exists 16:14:06 0eba1c9be4d2: Pulling fs layer 16:14:06 0d57e429df01: Pulling fs layer 16:14:06 4e4be7b47b0d: Pulling fs layer 16:14:06 e1f770b5df2f: Pulling fs layer 16:14:06 85a0685a4137: Pulling fs layer 16:14:06 e1f770b5df2f: Waiting 16:14:06 85a0685a4137: Waiting 16:14:06 4e4be7b47b0d: Download complete 16:14:06 0d57e429df01: Verifying Checksum 16:14:06 0d57e429df01: Download complete 16:14:08 e1f770b5df2f: Verifying Checksum 16:14:08 e1f770b5df2f: Download complete 16:14:10 0eba1c9be4d2: Verifying Checksum 16:14:10 0eba1c9be4d2: Download complete 16:14:10 85a0685a4137: Verifying Checksum 16:14:10 85a0685a4137: Download complete 16:14:17 0eba1c9be4d2: Pull complete 16:14:17 0d57e429df01: Pull complete 16:14:17 4e4be7b47b0d: Pull complete 16:14:22 e1f770b5df2f: Pull complete 16:14:28 85a0685a4137: Pull complete 16:14:28 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:14:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:14:29 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:14:29 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:14:30 $ docker top f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f -eo pid,comm [Pipeline] { [Pipeline] echo 16:14:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:14:31 + set -o pipefail 16:14:31 + snyk monitor '--org=edgex-jenkins' 16:14:39 16:14:39 Monitoring /w/workspace/edgex-go/247 (github.com/edgexfoundry/edgex-go)... 16:14:39 16:14:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/60f26cff-cd03-45fe-b40b-57a670a2405f 16:14:39 16:14:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:14:39 16:14:39 [Pipeline] } 16:14:39 $ docker stop --time=1 f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f 16:14:42 $ docker rm -f f6d1fc3ff9b05b0d4092317e66023018c45a85ef8ddd86ff32d95acdc181697f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 16:14:43 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 16:14:43 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:14:43 + set -o pipefail 16:14:43 + tee .snyk 16:14:43 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:14:43 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:14:43 version: v1.14.1 16:14:43 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:14:43 ignore: 16:14:43 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:14:43 - '*': 16:14:43 reason: does not apply # justification for ignoring 16:14:43 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:14:43 SNYK-ALPINE312-JQ-588886: 16:14:43 - '*': 16:14:43 reason: false positive 16:14:43 expires: 2021-01-01T00:00:00 16:14:43 # patch: {} [Pipeline] withCredentials 16:14:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:44 . [Pipeline] withDockerContainer 16:14:44 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:14:44 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:14:45 $ docker top dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:45 + rm -f snykReport.html [Pipeline] echo 16:14:45 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:14:45 + set -o pipefail 16:14:45 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:14:45 + snyk-to-html -o snykReport.html 16:14:55 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:14:55 $ docker stop --time=1 dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e 16:14:57 $ docker rm -f dd3f2edf67bf9cb9b606bf949030afec5bfb0f1284f1888f3b843e26acec8c3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:14:57 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 16:14:57 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:14:58 + set -o pipefail 16:14:58 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:14:58 + tee .snyk 16:14:58 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:14:58 version: v1.14.1 16:14:58 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:14:58 ignore: 16:14:58 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:14:58 - '*': 16:14:58 reason: does not apply # justification for ignoring 16:14:58 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:14:58 SNYK-ALPINE312-JQ-588886: 16:14:58 - '*': 16:14:58 reason: false positive 16:14:58 expires: 2021-01-01T00:00:00 16:14:58 # patch: {} [Pipeline] withCredentials 16:14:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:14:58 . [Pipeline] withDockerContainer 16:14:58 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:14:58 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:14:59 $ docker top 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:59 + rm -f snykReport.html [Pipeline] echo 16:14:59 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:15:00 + set -o pipefail 16:15:00 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:15:00 + snyk-to-html -o snykReport.html 16:15:10 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:15:10 $ docker stop --time=1 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 16:15:11 $ docker rm -f 79de3a3816421dec8fb8cf852f87904b9321b351e196332262eeed0d549e8e01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:12 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 16:15:12 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:15:12 + set -o pipefail 16:15:12 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:15:12 + tee .snyk 16:15:12 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:15:12 version: v1.14.1 16:15:12 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:15:12 ignore: 16:15:12 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:15:12 - '*': 16:15:12 reason: does not apply # justification for ignoring 16:15:12 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:15:12 SNYK-ALPINE312-JQ-588886: 16:15:12 - '*': 16:15:12 reason: false positive 16:15:12 expires: 2021-01-01T00:00:00 16:15:12 # patch: {} [Pipeline] withCredentials 16:15:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:13 . [Pipeline] withDockerContainer 16:15:13 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:15:13 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:15:13 $ docker top 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:14 + rm -f snykReport.html [Pipeline] echo 16:15:14 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:15:14 + set -o pipefail 16:15:14 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:15:14 + snyk-to-html -o snykReport.html 16:15:24 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:15:24 $ docker stop --time=1 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd 16:15:26 $ docker rm -f 686cbefd6ba029f04d617cae68c7369e4120bd776ec556df9ea06616121cdbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:26 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 16:15:26 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:15:26 + set -o pipefail 16:15:26 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:15:26 + tee .snyk 16:15:26 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:15:26 version: v1.14.1 16:15:26 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:15:26 ignore: 16:15:26 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:15:26 - '*': 16:15:26 reason: does not apply # justification for ignoring 16:15:26 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:15:26 SNYK-ALPINE312-JQ-588886: 16:15:26 - '*': 16:15:26 reason: false positive 16:15:26 expires: 2021-01-01T00:00:00 16:15:26 # patch: {} [Pipeline] withCredentials 16:15:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:27 . [Pipeline] withDockerContainer 16:15:27 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:15:27 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:15:28 $ docker top 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:28 + rm -f snykReport.html [Pipeline] echo 16:15:28 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:15:28 + set -o pipefail 16:15:28 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:15:28 + snyk-to-html -o snykReport.html 16:15:34 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:15:34 $ docker stop --time=1 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 16:15:35 $ docker rm -f 15ad669925f2540195801e7b34b64d66ae5a54c55d1d2374edea3aa0a2b499c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:35 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 16:15:35 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:15:36 + set -o pipefail 16:15:36 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:15:36 + tee .snyk 16:15:36 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:15:36 version: v1.14.1 16:15:36 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:15:36 ignore: 16:15:36 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:15:36 - '*': 16:15:36 reason: does not apply # justification for ignoring 16:15:36 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:15:36 SNYK-ALPINE312-JQ-588886: 16:15:36 - '*': 16:15:36 reason: false positive 16:15:36 expires: 2021-01-01T00:00:00 16:15:36 # patch: {} [Pipeline] withCredentials 16:15:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:36 . [Pipeline] withDockerContainer 16:15:36 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:15:36 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:15:37 $ docker top f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:37 + rm -f snykReport.html [Pipeline] echo 16:15:37 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:15:38 + set -o pipefail 16:15:38 + snyk-to-html -o snykReport.html 16:15:38 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:15:48 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:15:48 $ docker stop --time=1 f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 16:15:49 $ docker rm -f f7d599ecd3e23520a3304b7d40f3b772b618fca3d905088eaf1fc13e7a73e0d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:49 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 16:15:49 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:15:50 + set -o pipefail 16:15:50 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:15:50 + tee .snyk 16:15:50 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:15:50 version: v1.14.1 16:15:50 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:15:50 ignore: 16:15:50 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:15:50 - '*': 16:15:50 reason: does not apply # justification for ignoring 16:15:50 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:15:50 SNYK-ALPINE312-JQ-588886: 16:15:50 - '*': 16:15:50 reason: false positive 16:15:50 expires: 2021-01-01T00:00:00 16:15:50 # patch: {} [Pipeline] withCredentials 16:15:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:15:50 . [Pipeline] withDockerContainer 16:15:50 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:15:51 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:15:51 $ docker top a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:52 + rm -f snykReport.html [Pipeline] echo 16:15:52 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:15:52 + set -o pipefail 16:15:52 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:15:52 + snyk-to-html -o snykReport.html 16:15:57 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:15:57 $ docker stop --time=1 a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 16:15:59 $ docker rm -f a9935edfa851205d1afe23d7ba78cfaaf5052ac9a9f1d459c42de642a5660656 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:15:59 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 16:15:59 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:15:59 + set -o pipefail 16:15:59 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:15:59 + tee .snyk 16:15:59 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:15:59 version: v1.14.1 16:15:59 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:15:59 ignore: 16:15:59 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:15:59 - '*': 16:15:59 reason: does not apply # justification for ignoring 16:15:59 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:15:59 SNYK-ALPINE312-JQ-588886: 16:15:59 - '*': 16:15:59 reason: false positive 16:15:59 expires: 2021-01-01T00:00:00 16:15:59 # patch: {} [Pipeline] withCredentials 16:16:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:00 . [Pipeline] withDockerContainer 16:16:00 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:16:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:01 $ docker top 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:01 + rm -f snykReport.html [Pipeline] echo 16:16:01 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:16:02 + set -o pipefail 16:16:02 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:16:02 + snyk-to-html -o snykReport.html 16:16:08 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:16:08 $ docker stop --time=1 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 16:16:10 $ docker rm -f 5a206674b4e8146b13db9306ef11be5417cfc10e809436b1e9394870582b8150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:16:10 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 16:16:10 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:16:10 + set -o pipefail 16:16:10 + tee .snyk 16:16:10 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:16:10 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:16:10 version: v1.14.1 16:16:10 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:16:10 ignore: 16:16:10 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:16:10 - '*': 16:16:10 reason: does not apply # justification for ignoring 16:16:10 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:16:10 SNYK-ALPINE312-JQ-588886: 16:16:10 - '*': 16:16:10 reason: false positive 16:16:10 expires: 2021-01-01T00:00:00 16:16:10 # patch: {} [Pipeline] withCredentials 16:16:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:11 . [Pipeline] withDockerContainer 16:16:11 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:16:11 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:12 $ docker top 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:12 + rm -f snykReport.html [Pipeline] echo 16:16:12 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:16:13 + set -o pipefail 16:16:13 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:16:13 + snyk-to-html -o snykReport.html 16:16:21 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:16:21 $ docker stop --time=1 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e 16:16:22 $ docker rm -f 94a3dbbf1ae20d0766536aacbe67517c7a37b46035d196840d66e6d5c811003e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:16:22 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 16:16:22 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:16:23 + set -o pipefail 16:16:23 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:16:23 + tee .snyk 16:16:23 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:16:23 version: v1.14.1 16:16:23 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:16:23 ignore: 16:16:23 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:16:23 - '*': 16:16:23 reason: does not apply # justification for ignoring 16:16:23 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:16:23 SNYK-ALPINE312-JQ-588886: 16:16:23 - '*': 16:16:23 reason: false positive 16:16:23 expires: 2021-01-01T00:00:00 16:16:23 # patch: {} [Pipeline] withCredentials 16:16:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:23 . [Pipeline] withDockerContainer 16:16:23 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:16:23 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:24 $ docker top d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:24 + rm -f snykReport.html [Pipeline] echo 16:16:24 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:16:25 + set -o pipefail 16:16:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:16:25 + snyk-to-html -o snykReport.html 16:16:33 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:16:33 $ docker stop --time=1 d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc 16:16:34 $ docker rm -f d3c4e394a1aad8fdc4b18cbe316a36731e464b88099af20d2b6cecefeb94cacc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:16:35 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:16:35 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 16:16:35 + set -o pipefail 16:16:35 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 16:16:35 + tee .snyk 16:16:35 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 16:16:35 version: v1.14.1 16:16:35 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 16:16:35 ignore: 16:16:35 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 16:16:35 - '*': 16:16:35 reason: does not apply # justification for ignoring 16:16:35 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 16:16:35 SNYK-ALPINE312-JQ-588886: 16:16:35 - '*': 16:16:35 reason: false positive 16:16:35 expires: 2021-01-01T00:00:00 16:16:35 # patch: {} [Pipeline] withCredentials 16:16:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:36 . [Pipeline] withDockerContainer 16:16:36 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:16:36 $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:36 $ docker top 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb -eo pid,comm [Pipeline] { [Pipeline] sh 16:16:37 + rm -f snykReport.html [Pipeline] echo 16:16:37 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 16:16:37 + set -o pipefail 16:16:37 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0855fff343fbac9200be972646aac1464c8bdae7 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 16:16:37 + snyk-to-html -o snykReport.html 16:16:44 Vulnerability snapshot saved at snykReport.html [Pipeline] } 16:16:44 $ docker stop --time=1 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb 16:16:45 $ docker rm -f 3e4335a122f2832cee44131f790eb7bbb2d9c0fa727e144d0edfb51ae0ba70eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:16:46 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:16:46 provisioning config files... 16:16:46 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/247@tmp/config2791950976711630352tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:47 --> edgex-publish-swagger.sh 16:16:47 === Publish openapi/v1 API === 16:16:47 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 16:16:47 [publishToSwagger] Publishing API Name [core-command] 16:16:47 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:47 Dload Upload Total Spent Left Speed 16:16:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8818 0:00:01 0:00:01 --:--:-- 8826 100 10521 0 0 100 10521 0 8817 0:00:01 0:00:01 --:--:-- 8826 16:16:48 16:16:48 16:16:48 [publishToSwagger] Publishing API Name [core-data] 16:16:48 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:48 Dload Upload Total Spent Left Speed 16:16:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28430 0:00:01 0:00:01 --:--:-- 28458 100 32556 0 0 100 32556 0 28425 0:00:01 0:00:01 --:--:-- 28433 16:16:49 16:16:49 16:16:49 [publishToSwagger] Publishing API Name [core-metadata] 16:16:49 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:49 Dload Upload Total Spent Left Speed 16:16:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61037 0:00:01 0:00:01 --:--:-- 61077 100 73720 0 0 100 73720 0 59348 0:00:01 0:00:01 --:--:-- 59403 16:16:50 16:16:50 16:16:50 [publishToSwagger] Publishing API Name [support-logging] 16:16:50 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:50 Dload Upload Total Spent Left Speed 16:16:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11246 0:00:01 0:00:01 --:--:-- 11251 100 13580 0 0 100 13580 0 11237 0:00:01 0:00:01 --:--:-- 11241 16:16:52 16:16:52 16:16:52 [publishToSwagger] Publishing API Name [support-notifications] 16:16:52 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:52 Dload Upload Total Spent Left Speed 16:16:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33388 0:00:01 0:00:01 --:--:-- 33381 100 38889 0 0 100 38889 0 33384 0:00:01 0:00:01 --:--:-- 33381 16:16:52 16:16:52 16:16:52 [publishToSwagger] Publishing API Name [support-scheduler] 16:16:52 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:52 Dload Upload Total Spent Left Speed 16:16:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12235 0:00:01 0:00:01 --:--:-- 12240 100 14248 0 0 100 14248 0 12234 0:00:01 0:00:01 --:--:-- 12240 16:16:54 16:16:54 16:16:54 [publishToSwagger] Publishing API Name [system-agent] 16:16:54 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:54 Dload Upload Total Spent Left Speed 16:16:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3549 0:00:01 0:00:01 --:--:-- 3551 100 4109 0 0 100 4109 0 3549 0:00:01 0:00:01 --:--:-- 3551 16:16:55 16:16:55 16:16:55 === Publish openapi/v2 API === 16:16:55 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:16:55 [publishToSwagger] Publishing API Name [core-command] 16:16:55 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:55 Dload Upload Total Spent Left Speed 16:16:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 26185 0:00:01 0:00:01 --:--:-- 26206 100 29535 0 0 100 29535 0 26182 0:00:01 0:00:01 --:--:-- 26206 16:16:56 16:16:56 16:16:56 [publishToSwagger] Publishing API Name [core-data] 16:16:56 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:56 Dload Upload Total Spent Left Speed 16:16:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65795 0 0 100 65795 0 54610 0:00:01 0:00:01 --:--:-- 54647 100 65795 0 0 100 65795 0 53614 0:00:01 0:00:01 --:--:-- 53622 16:16:57 16:16:57 16:16:57 [publishToSwagger] Publishing API Name [core-metadata] 16:16:57 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:57 Dload Upload Total Spent Left Speed 16:16:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 119k 0 0 100 119k 0 105k 0:00:01 0:00:01 --:--:-- 105k 16:16:58 16:16:58 16:16:58 [publishToSwagger] Publishing API Name [support-logging] 16:16:58 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:58 Dload Upload Total Spent Left Speed 16:17:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 21911 0:00:01 0:00:01 --:--:-- 21936 100 23691 0 0 100 23691 0 21908 0:00:01 0:00:01 --:--:-- 21915 16:17:00 16:17:00 16:17:00 [publishToSwagger] Publishing API Name [support-notifications] 16:17:00 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:00 Dload Upload Total Spent Left Speed 16:17:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 57338 0:00:01 0:00:01 --:--:-- 57356 100 62691 0 0 100 62691 0 57329 0:00:01 0:00:01 --:--:-- 57356 16:17:01 16:17:01 16:17:01 [publishToSwagger] Publishing API Name [support-scheduler] 16:17:01 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:01 Dload Upload Total Spent Left Speed 16:17:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38342 0:00:01 0:00:01 --:--:-- 38370 100 46198 0 0 100 46198 0 36443 0:00:01 0:00:01 --:--:-- 36462 16:17:02 16:17:02 16:17:02 [publishToSwagger] Publishing API Name [system-agent] 16:17:02 % Total % Received % Xferd Average Speed Time Time Time Current 16:17:02 Dload Upload Total Spent Left Speed 16:17:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 22523 0:00:01 0:00:01 --:--:-- 22530 100 23725 0 0 100 23725 0 22520 0:00:01 0:00:01 --:--:-- 22530 16:17:03 16:17:03 [Pipeline] } 16:17:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 16:17:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:04 . [Pipeline] withDockerContainer 16:17:04 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:17:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:05 $ docker top 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:05 [ssh-agent] Looking for ssh-agent implementation... 16:17:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:05 $ docker exec 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 ssh-agent 16:17:06 SSH_AUTH_SOCK=/tmp/ssh-pLv52XiqGa4Y/agent.12 16:17:06 SSH_AGENT_PID=17 16:17:06 Running ssh-add (command line suppressed) 16:17:06 Identity added: /w/workspace/edgex-go/247@tmp/private_key_1668607270198335946.key (/w/workspace/edgex-go/247@tmp/private_key_1668607270198335946.key) 16:17:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:06 + git semver tag 16:17:06 # -> Open(): unable to determine branch for HEAD 16:17:06 # $GIT_DIR = /w/workspace/edgex-go/247/.git 16:17:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/247 16:17:06 # $SEMVER_REMOTE_NAME = origin 16:17:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:06 # $SEMVER_USER_NAME = edgex-jenkins 16:17:06 # $SEMVER_BRANCH = master 16:17:06 # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver 16:17:06 # 0855fff343fbac9200be972646aac1464c8bdae7 HEAD 16:17:07 # -> Force: false 16:17:07 # 30d57adaa143c4ae22d7bc5ab15bdd6282044587 refs/tags/v2.0.0-dev.5 [Pipeline] } 16:17:07 $ docker exec --env ******** --env ******** 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 ssh-agent -k 16:17:07 unset SSH_AUTH_SOCK; 16:17:07 unset SSH_AGENT_PID; 16:17:07 echo Agent pid 17 killed; 16:17:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:08 + git semver [Pipeline] } 16:17:08 $ docker stop --time=1 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 16:17:09 $ docker rm -f 2df556bf986dbd271492b3e77dc96203298e9be336ad05f5298591bf157244c2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:17:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:10 16:17:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:17:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:10 0.23.1-centos7: Pulling from edgex-lftools 16:17:10 ab5ef0e58194: Pulling fs layer 16:17:10 9712f1f96733: Pulling fs layer 16:17:10 63f879dbbcfc: Pulling fs layer 16:17:10 0d9ebad4ef96: Pulling fs layer 16:17:10 e9a5061849ea: Pulling fs layer 16:17:10 d747dcd14b5f: Pulling fs layer 16:17:10 2de7ff778b66: Pulling fs layer 16:17:10 0d9ebad4ef96: Waiting 16:17:10 e9a5061849ea: Waiting 16:17:10 d747dcd14b5f: Waiting 16:17:10 2de7ff778b66: Waiting 16:17:10 9712f1f96733: Verifying Checksum 16:17:10 9712f1f96733: Download complete 16:17:13 63f879dbbcfc: Verifying Checksum 16:17:13 63f879dbbcfc: Download complete 16:17:13 e9a5061849ea: Verifying Checksum 16:17:13 e9a5061849ea: Download complete 16:17:13 0d9ebad4ef96: Verifying Checksum 16:17:13 0d9ebad4ef96: Download complete 16:17:13 d747dcd14b5f: Verifying Checksum 16:17:13 d747dcd14b5f: Download complete 16:17:13 2de7ff778b66: Verifying Checksum 16:17:13 2de7ff778b66: Download complete 16:17:13 ab5ef0e58194: Verifying Checksum 16:17:13 ab5ef0e58194: Download complete 16:17:18 ab5ef0e58194: Pull complete 16:17:18 9712f1f96733: Pull complete 16:17:21 63f879dbbcfc: Pull complete 16:17:28 0d9ebad4ef96: Pull complete 16:17:31 e9a5061849ea: Pull complete 16:17:31 d747dcd14b5f: Pull complete 16:17:33 2de7ff778b66: Pull complete 16:17:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:17:33 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:17:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:17:37 $ docker top f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:17:37 provisioning config files... 16:17:37 copy managed file [sigul-config] to file:/w/workspace/edgex-go/247@tmp/config2475738034952106897tmp 16:17:37 copy managed file [sigul-password] to file:/w/workspace/edgex-go/247@tmp/config5744374427102040298tmp 16:17:37 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/247@tmp/config700932719921823567tmp [Pipeline] { [Pipeline] echo 16:17:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:17:37 ---> sigul-configuration.sh 16:17:37 gpg: directory `/root/.gnupg' created 16:17:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:17:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:17:37 gpg: keyring `/root/.gnupg/secring.gpg' created 16:17:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:17:37 gpg: CAST5 encrypted data 16:17:38 gpg: encrypted with 1 passphrase 16:17:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:17:38 + mkdir /home/jenkins 16:17:38 + mkdir /home/jenkins/sigul [Pipeline] sh 16:17:38 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:17:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:17:39 ---> sigul-install.sh 16:17:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:17:44 + git tag --list 16:17:44 0.6.0 16:17:44 0.6.1 16:17:44 0.7.0 16:17:44 0.7.1 16:17:44 v1.0.0 16:17:44 v1.0.1 16:17:44 v1.1.0 16:17:44 v1.2.0 16:17:44 v1.2.1 16:17:44 v1.2.2-dev.1 16:17:44 v1.2.2-dev.10 16:17:44 v1.2.2-dev.100 16:17:44 v1.2.2-dev.101 16:17:44 v1.2.2-dev.102 16:17:44 v1.2.2-dev.103 16:17:44 v1.2.2-dev.104 16:17:44 v1.2.2-dev.105 16:17:44 v1.2.2-dev.106 16:17:44 v1.2.2-dev.107 16:17:44 v1.2.2-dev.11 16:17:44 v1.2.2-dev.12 16:17:44 v1.2.2-dev.13 16:17:44 v1.2.2-dev.14 16:17:44 v1.2.2-dev.15 16:17:44 v1.2.2-dev.16 16:17:44 v1.2.2-dev.17 16:17:44 v1.2.2-dev.18 16:17:44 v1.2.2-dev.19 16:17:44 v1.2.2-dev.2 16:17:44 v1.2.2-dev.20 16:17:44 v1.2.2-dev.21 16:17:44 v1.2.2-dev.22 16:17:44 v1.2.2-dev.23 16:17:44 v1.2.2-dev.24 16:17:44 v1.2.2-dev.25 16:17:44 v1.2.2-dev.26 16:17:44 v1.2.2-dev.27 16:17:44 v1.2.2-dev.28 16:17:44 v1.2.2-dev.29 16:17:44 v1.2.2-dev.3 16:17:44 v1.2.2-dev.30 16:17:44 v1.2.2-dev.31 16:17:44 v1.2.2-dev.32 16:17:44 v1.2.2-dev.33 16:17:44 v1.2.2-dev.34 16:17:44 v1.2.2-dev.35 16:17:44 v1.2.2-dev.36 16:17:44 v1.2.2-dev.37 16:17:44 v1.2.2-dev.38 16:17:44 v1.2.2-dev.39 16:17:44 v1.2.2-dev.4 16:17:44 v1.2.2-dev.40 16:17:44 v1.2.2-dev.41 16:17:44 v1.2.2-dev.42 16:17:44 v1.2.2-dev.43 16:17:44 v1.2.2-dev.44 16:17:44 v1.2.2-dev.45 16:17:44 v1.2.2-dev.46 16:17:44 v1.2.2-dev.47 16:17:44 v1.2.2-dev.48 16:17:44 v1.2.2-dev.49 16:17:44 v1.2.2-dev.5 16:17:44 v1.2.2-dev.50 16:17:44 v1.2.2-dev.51 16:17:44 v1.2.2-dev.52 16:17:44 v1.2.2-dev.53 16:17:44 v1.2.2-dev.54 16:17:44 v1.2.2-dev.55 16:17:44 v1.2.2-dev.56 16:17:44 v1.2.2-dev.57 16:17:44 v1.2.2-dev.58 16:17:44 v1.2.2-dev.59 16:17:44 v1.2.2-dev.6 16:17:44 v1.2.2-dev.60 16:17:44 v1.2.2-dev.61 16:17:44 v1.2.2-dev.62 16:17:44 v1.2.2-dev.63 16:17:44 v1.2.2-dev.64 16:17:44 v1.2.2-dev.65 16:17:44 v1.2.2-dev.66 16:17:44 v1.2.2-dev.67 16:17:44 v1.2.2-dev.68 16:17:44 v1.2.2-dev.69 16:17:44 v1.2.2-dev.7 16:17:44 v1.2.2-dev.70 16:17:44 v1.2.2-dev.71 16:17:44 v1.2.2-dev.72 16:17:44 v1.2.2-dev.73 16:17:44 v1.2.2-dev.74 16:17:44 v1.2.2-dev.75 16:17:44 v1.2.2-dev.76 16:17:44 v1.2.2-dev.77 16:17:44 v1.2.2-dev.78 16:17:44 v1.2.2-dev.79 16:17:44 v1.2.2-dev.8 16:17:44 v1.2.2-dev.80 16:17:44 v1.2.2-dev.81 16:17:44 v1.2.2-dev.82 16:17:44 v1.2.2-dev.83 16:17:44 v1.2.2-dev.84 16:17:44 v1.2.2-dev.85 16:17:44 v1.2.2-dev.86 16:17:44 v1.2.2-dev.87 16:17:44 v1.2.2-dev.88 16:17:44 v1.2.2-dev.89 16:17:44 v1.2.2-dev.9 16:17:44 v1.2.2-dev.90 16:17:44 v1.2.2-dev.91 16:17:44 v1.2.2-dev.92 16:17:44 v1.2.2-dev.93 16:17:44 v1.2.2-dev.94 16:17:44 v1.2.2-dev.95 16:17:44 v1.2.2-dev.96 16:17:44 v1.2.2-dev.97 16:17:44 v1.2.2-dev.98 16:17:44 v1.2.2-dev.99 16:17:44 v1.3.0 16:17:44 v1.3.1-dev.1 16:17:44 v1.3.1-dev.10 16:17:44 v1.3.1-dev.11 16:17:44 v1.3.1-dev.12 16:17:44 v1.3.1-dev.13 16:17:44 v1.3.1-dev.14 16:17:44 v1.3.1-dev.15 16:17:44 v1.3.1-dev.16 16:17:44 v1.3.1-dev.17 16:17:44 v1.3.1-dev.18 16:17:44 v1.3.1-dev.2 16:17:44 v1.3.1-dev.3 16:17:44 v1.3.1-dev.4 16:17:44 v1.3.1-dev.5 16:17:44 v1.3.1-dev.6 16:17:44 v1.3.1-dev.7 16:17:44 v1.3.1-dev.8 16:17:44 v1.3.1-dev.9 16:17:44 v2.0.0-dev.1 16:17:44 v2.0.0-dev.2 16:17:44 v2.0.0-dev.3 16:17:44 v2.0.0-dev.4 16:17:44 v2.0.0-dev.5 [Pipeline] sh 16:17:45 + lftools sign git-tag v2.0.0-dev.5 16:17:46 Signing Git tag with Sigul... 16:17:46 Signing v2.0.0-dev.5 [Pipeline] echo 16:17:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:17:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:17:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:17:48 $ docker stop --time=1 f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc 16:17:50 $ docker rm -f f3681f2d119b20f23634d641014c19e2fe98735a3995819bcacb2108694088cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:17:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:51 . [Pipeline] withDockerContainer 16:17:51 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:52 $ docker top 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:52 [ssh-agent] Looking for ssh-agent implementation... 16:17:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:52 $ docker exec 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 ssh-agent 16:17:52 SSH_AUTH_SOCK=/tmp/ssh-0MbR6Ud6ucBR/agent.13 16:17:52 SSH_AGENT_PID=19 16:17:52 Running ssh-add (command line suppressed) 16:17:53 Identity added: /w/workspace/edgex-go/247@tmp/private_key_5769449018493458045.key (/w/workspace/edgex-go/247@tmp/private_key_5769449018493458045.key) 16:17:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:53 + git semver bump pre 16:17:53 # -> Open(): unable to determine branch for HEAD 16:17:53 # $GIT_DIR = /w/workspace/edgex-go/247/.git 16:17:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/247 16:17:53 # $SEMVER_REMOTE_NAME = origin 16:17:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:53 # $SEMVER_USER_NAME = edgex-jenkins 16:17:53 # $SEMVER_BRANCH = master 16:17:53 # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver 16:17:53 2.0.0-dev.6 [Pipeline] } 16:17:53 $ docker exec --env ******** --env ******** 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 ssh-agent -k 16:17:53 unset SSH_AUTH_SOCK; 16:17:53 unset SSH_AGENT_PID; 16:17:53 echo Agent pid 19 killed; 16:17:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:54 + git semver [Pipeline] } 16:17:54 $ docker stop --time=1 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 16:17:55 $ docker rm -f 3ce2e240178e284198d94a6f5103a90f86d6869e72c2eef9f561f226de661140 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:56 . [Pipeline] withDockerContainer 16:17:56 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:17:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:17:57 $ docker top fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:57 [ssh-agent] Looking for ssh-agent implementation... 16:17:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:57 $ docker exec fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 ssh-agent 16:17:57 SSH_AUTH_SOCK=/tmp/ssh-rMRMVzJdiOHh/agent.11 16:17:57 SSH_AGENT_PID=16 16:17:57 Running ssh-add (command line suppressed) 16:17:58 Identity added: /w/workspace/edgex-go/247@tmp/private_key_85139001389884853.key (/w/workspace/edgex-go/247@tmp/private_key_85139001389884853.key) 16:17:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:58 + git semver push 16:17:58 # -> Open(): unable to determine branch for HEAD 16:17:58 # $GIT_DIR = /w/workspace/edgex-go/247/.git 16:17:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/247 16:17:58 # $SEMVER_REMOTE_NAME = origin 16:17:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:17:58 # $SEMVER_USER_NAME = edgex-jenkins 16:17:58 # $SEMVER_BRANCH = master 16:17:58 # $SEMVER_DIR = /w/workspace/edgex-go/247/.semver [Pipeline] } 16:18:08 $ docker exec --env ******** --env ******** fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 ssh-agent -k 16:18:08 unset SSH_AUTH_SOCK; 16:18:08 unset SSH_AGENT_PID; 16:18:08 echo Agent pid 16 killed; 16:18:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:09 + git semver [Pipeline] } 16:18:09 $ docker stop --time=1 fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 16:18:10 $ docker rm -f fe792a8417459e3305675a5ee2750ff6aa5ae14d2ce6f8b4ca060c0dd1ac7226 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:18:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:13 ---> package-listing.sh 16:18:13 ++ facter osfamily 16:18:13 ++ tr '[:upper:]' '[:lower:]' 16:18:13 + OS_FAMILY=redhat 16:18:13 + workspace=/w/workspace/edgex-go/247 16:18:13 + START_PACKAGES=/tmp/packages_start.txt 16:18:13 + END_PACKAGES=/tmp/packages_end.txt 16:18:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:13 + PACKAGES=/tmp/packages_start.txt 16:18:13 + '[' /w/workspace/edgex-go/247 ']' 16:18:13 + PACKAGES=/tmp/packages_end.txt 16:18:13 + case "${OS_FAMILY}" in 16:18:13 + rpm -qa 16:18:13 + sort 16:18:18 + '[' -f /tmp/packages_start.txt ']' 16:18:18 + '[' -f /tmp/packages_end.txt ']' 16:18:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:18 + '[' /w/workspace/edgex-go/247 ']' 16:18:18 + mkdir -p /w/workspace/edgex-go/247/archives/ 16:18:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/247/archives/ [Pipeline] echo 16:18:18 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/247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:18:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:18:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:18 16:18:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:18:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:19 alpine: Pulling from edgex-lftools-log-publisher 16:18:19 df20fa9351a1: Pulling fs layer 16:18:19 36b3adc4ff6f: Pulling fs layer 16:18:19 8ad3a11d3b57: Pulling fs layer 16:18:19 46f8f816bc3b: Pulling fs layer 16:18:19 93b61091891f: Pulling fs layer 16:18:19 93b9cdb0e59b: Pulling fs layer 16:18:19 5e14af77c1be: Pulling fs layer 16:18:19 01666e4c0597: Pulling fs layer 16:18:19 aa168da1d23b: Pulling fs layer 16:18:19 46f8f816bc3b: Waiting 16:18:19 93b61091891f: Waiting 16:18:19 01666e4c0597: Waiting 16:18:19 aa168da1d23b: Waiting 16:18:19 93b9cdb0e59b: Waiting 16:18:19 5e14af77c1be: Waiting 16:18:19 36b3adc4ff6f: Verifying Checksum 16:18:19 36b3adc4ff6f: Download complete 16:18:19 46f8f816bc3b: Verifying Checksum 16:18:19 46f8f816bc3b: Download complete 16:18:19 df20fa9351a1: Verifying Checksum 16:18:19 df20fa9351a1: Download complete 16:18:19 93b9cdb0e59b: Download complete 16:18:19 5e14af77c1be: Verifying Checksum 16:18:19 5e14af77c1be: Download complete 16:18:19 01666e4c0597: Download complete 16:18:19 93b61091891f: Verifying Checksum 16:18:19 93b61091891f: Download complete 16:18:19 8ad3a11d3b57: Verifying Checksum 16:18:19 8ad3a11d3b57: Download complete 16:18:19 df20fa9351a1: Pull complete 16:18:20 36b3adc4ff6f: Pull complete 16:18:21 aa168da1d23b: Verifying Checksum 16:18:21 aa168da1d23b: Download complete 16:18:22 8ad3a11d3b57: Pull complete 16:18:22 46f8f816bc3b: Pull complete 16:18:22 93b61091891f: Pull complete 16:18:23 93b9cdb0e59b: Pull complete 16:18:23 5e14af77c1be: Pull complete 16:18:23 01666e4c0597: Pull complete 16:18:31 aa168da1d23b: Pull complete 16:18:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:32 prd-centos7-docker-4c-2g-14888 does not seem to be running inside a container 16:18:32 $ 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/247/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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:18:35 $ docker top 84bc620bffe5b5713ab963663feefe12cca0cf3630705a73ba215011d158bd8d -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:36 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:36 + mkdir -p /var/log/sa [Pipeline] sh 16:18:36 + ls /var/log/sa-host 16:18:36 + sadf -c /var/log/sa-host/sa07 16:18:36 file_magic: OK 16:18:36 HZ: Using current value: 100 16:18:36 file_header: OK 16:18:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:18:36 Statistics: 16:18:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:36 File successfully converted to sysstat format version 12.2.1 16:18:36 + sadf -c /var/log/sa-host/sa23 16:18:36 file_magic: OK 16:18:36 HZ: Using current value: 100 16:18:36 file_header: OK 16:18:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:18:36 Statistics: 16:18:36 Hnuu...uuuununununu... 16:18:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:37 provisioning config files... 16:18:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/247@tmp/config3962008015876514384tmp [Pipeline] { [Pipeline] echo 16:18:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:37 ---> create-netrc.sh [Pipeline] } 16:18:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:18:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:38 ---> python-tools-install.sh [Pipeline] echo 16:18:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:38 ---> sudo-logs.sh 16:18:38 Archiving 'sudo' log.. [Pipeline] echo 16:18:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:38 ---> job-cost.sh 16:18:38 lf-activate-venv: SKIPPING 16:18:38 INFO: No Stack... 16:18:39 INFO: Retrieving Pricing Info for: v1-standard-2 16:18:40 INFO: Archiving Costs [Pipeline] echo 16:18:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:40 ---> logs-deploy.sh 16:18:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/247 16:18:40 INFO: archiving workspace using pattern(s): 16:18:42 Archives upload complete. 16:18:42 INFO: archiving logs to Nexus 16:18:43 ---> uname -a: 16:18:43 Linux prd-centos7-docker-4c-2g-14888.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:18:43 16:18:43 16:18:43 ---> lscpu: 16:18:43 Architecture: x86_64 16:18:43 CPU op-mode(s): 32-bit, 64-bit 16:18:43 Byte Order: Little Endian 16:18:43 Address sizes: 40 bits physical, 48 bits virtual 16:18:43 CPU(s): 4 16:18:43 On-line CPU(s) list: 0-3 16:18:43 Thread(s) per core: 1 16:18:43 Core(s) per socket: 1 16:18:43 Socket(s): 4 16:18:43 NUMA node(s): 1 16:18:43 Vendor ID: GenuineIntel 16:18:43 CPU family: 6 16:18:43 Model: 44 16:18:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:18:43 Stepping: 1 16:18:43 CPU MHz: 2933.442 16:18:43 BogoMIPS: 5866.88 16:18:43 Virtualization: VT-x 16:18:43 Hypervisor vendor: KVM 16:18:43 Virtualization type: full 16:18:43 L1d cache: 128 KiB 16:18:43 L1i cache: 128 KiB 16:18:43 L2 cache: 16 MiB 16:18:43 L3 cache: 64 MiB 16:18:43 NUMA node0 CPU(s): 0-3 16:18:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:18:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:18:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:18:43 Vulnerability Meltdown: Mitigation; PTI 16:18:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:18:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:18:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:18:43 Vulnerability Srbds: Not affected 16:18:43 Vulnerability Tsx async abort: Not affected 16:18:43 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:18:43 16:18:43 16:18:43 ---> nproc: 16:18:43 4 16:18:43 16:18:43 16:18:43 ---> df -h: 16:18:43 Filesystem Size Used Available Use% Mounted on 16:18:43 overlay 50.0G 14.0G 36.0G 28% / 16:18:43 tmpfs 64.0M 0 64.0M 0% /dev 16:18:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:18:43 shm 64.0M 0 64.0M 0% /dev/shm 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/247@tmp 16:18:43 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/247 16:18:43 16:18:43 16:18:43 ---> free -m: 16:18:43 total used free shared buff/cache available 16:18:43 Mem: 1837 813 120 0 903 990 16:18:43 Swap: 1023 73 950 16:18:43 16:18:43 16:18:43 ---> ip addr: 16:18:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:18:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:18:43 inet 127.0.0.1/8 scope host lo 16:18:43 valid_lft forever preferred_lft forever 16:18:43 inet6 ::1/128 scope host 16:18:43 valid_lft forever preferred_lft forever 16:18:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:18:43 link/ether fa:16:3e:ce:2f:03 brd ff:ff:ff:ff:ff:ff 16:18:43 inet 10.30.122.178/23 brd 10.30.123.255 scope global dynamic eth0 16:18:43 valid_lft 85149sec preferred_lft 85149sec 16:18:43 inet6 fe80::f816:3eff:fece:2f03/64 scope link 16:18:43 valid_lft forever preferred_lft forever 16:18:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:18:43 link/ether 02:42:cf:7f:6f:4f brd ff:ff:ff:ff:ff:ff 16:18:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:18:43 valid_lft forever preferred_lft forever 16:18:43 inet6 fe80::42:cfff:fe7f:6f4f/64 scope link 16:18:43 valid_lft forever preferred_lft forever 16:18:43 16:18:43 16:18:43 ---> sar -b -r -n DEV: 16:18:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 16:18:43 16:18:43 15:57:40 LINUX RESTART (4 CPU) 16:18:43 16:18:43 15:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:18:43 15:59:01 145.11 49.24 95.87 0.00 8407.45 44509.53 0.00 16:18:43 16:00:01 224.83 103.31 121.51 0.00 6208.02 52350.68 0.00 16:18:43 16:01:01 292.90 125.05 167.85 0.00 5502.48 28870.81 0.00 16:18:43 16:02:01 180.33 96.71 83.63 0.00 4277.54 9791.85 0.00 16:18:43 16:03:02 217.00 48.60 168.40 0.00 16718.55 98359.56 0.00 16:18:43 16:04:01 3000.00 2635.05 364.95 0.00 205393.51 215331.55 0.00 16:18:43 16:05:03 723.12 471.66 251.46 0.00 38278.50 62296.62 0.00 16:18:43 16:06:01 2117.69 1772.44 345.25 0.00 112279.33 138579.89 0.00 16:18:43 16:07:01 1705.80 1362.11 343.70 0.00 81415.23 91054.41 0.00 16:18:43 16:08:02 792.85 608.21 184.64 0.00 38301.83 41189.29 0.00 16:18:43 16:09:01 104.91 93.46 11.45 0.00 4977.34 236.27 0.00 16:18:43 16:10:01 0.47 0.02 0.45 0.00 0.53 6.75 0.00 16:18:43 16:11:01 0.38 0.25 0.13 0.00 2.13 2.17 0.00 16:18:43 16:12:01 0.30 0.02 0.28 0.00 0.53 4.45 0.00 16:18:43 16:13:01 1.92 1.75 0.17 0.00 58.89 1.63 0.00 16:18:43 16:14:01 6.11 5.33 0.78 0.00 724.18 32.33 0.00 16:18:43 16:15:01 304.79 132.32 172.47 0.00 6903.33 37062.87 0.00 16:18:43 16:16:01 121.40 20.03 101.37 0.00 1133.80 1175.21 0.00 16:18:43 16:17:01 99.42 3.56 95.85 0.00 267.87 1163.32 0.00 16:18:43 16:18:01 230.49 94.39 136.10 0.00 7707.59 32931.79 0.00 16:18:43 Average: 510.99 378.75 132.24 0.00 26771.80 42613.22 0.00 16:18:43 16:18:43 15:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:18:43 15:59:01 76648 0 696536 37.02 2620 1105740 1329200 45.36 571720 1028700 84408 16:18:43 16:00:01 83332 0 730900 38.85 1504 1065808 1536316 52.43 613900 944356 100108 16:18:43 16:01:01 297440 0 751616 39.95 564 831924 1381828 47.16 598532 707876 34420 16:18:43 16:02:01 288820 0 764820 40.65 328 827576 1579376 53.90 591636 712028 35072 16:18:43 16:03:02 73520 0 697508 37.07 0 1110516 1260620 43.02 740944 838928 49396 16:18:43 16:04:01 77484 0 846640 45.00 0 957420 2314148 78.98 769220 806120 26492 16:18:43 16:05:03 64128 0 740960 39.38 0 1076456 1546028 52.76 739140 827712 87748 16:18:43 16:06:01 77336 0 764884 40.65 0 1039324 2138176 72.97 663004 895520 82096 16:18:43 16:07:01 469328 0 700704 37.24 0 711512 1588996 54.23 504480 661192 0 16:18:43 16:08:02 513448 0 641764 34.11 0 726332 1391436 47.49 452004 678084 32 16:18:43 16:09:01 393460 0 616896 32.79 0 871188 1189936 40.61 448616 801172 8 16:18:43 16:10:01 399104 0 611248 32.49 0 871192 1160624 39.61 445912 799380 20 16:18:43 16:11:01 399544 0 610800 32.46 0 871200 1160756 39.61 446000 799444 20 16:18:43 16:12:01 398264 0 612088 32.53 0 871192 1160876 39.62 446572 799444 16 16:18:43 16:13:01 397268 0 611912 32.52 0 872364 1160756 39.61 446760 799764 24 16:18:43 16:14:01 369220 0 617660 32.83 0 894664 1165488 39.78 454416 818036 584 16:18:43 16:15:01 229064 0 747408 39.72 0 905072 1501976 51.26 685888 678516 48 16:18:43 16:16:01 367784 0 663264 35.25 0 850496 1272844 43.44 588720 640628 48 16:18:43 16:17:01 416032 0 660292 35.09 0 805220 1169284 39.91 565208 616564 36 16:18:43 16:18:01 157824 0 790488 42.01 0 933232 1362340 46.49 638184 714956 48 16:18:43 Average: 277452 0 693919 36.88 251 909921 1418550 48.41 570543 778421 25031 16:18:43 16:18:43 15:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:18:43 15:59:01 vethb3ba8de 492.61 436.06 47.78 1488.74 0.00 0.00 0.00 0.00 16:18:43 15:59:01 eth0 1330.34 1092.59 5224.41 158.51 0.00 0.00 0.00 0.00 16:18:43 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 15:59:01 docker0 492.61 435.94 41.04 1488.73 0.00 0.00 0.00 0.00 16:18:43 16:00:01 eth0 868.89 795.54 5479.22 76.24 0.00 0.00 0.00 0.00 16:18:43 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:00:01 docker0 422.90 386.03 31.92 1559.23 0.00 0.00 0.00 0.00 16:18:43 16:01:01 veth9537b41 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:01:01 eth0 161.25 129.52 506.07 80.91 0.00 0.00 0.00 0.00 16:18:43 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:01:01 docker0 95.88 115.43 7.47 475.61 0.00 0.00 0.00 0.00 16:18:43 16:02:01 veth9537b41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:02:01 eth0 26.99 13.59 22.41 12.02 0.00 0.00 0.00 0.00 16:18:43 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:03:02 eth0 258.53 218.97 1703.44 87.69 0.00 0.00 0.00 0.00 16:18:43 16:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:03:02 veth71db639 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:04:01 eth0 50.84 38.73 162.59 9.85 0.00 0.00 0.00 0.00 16:18:43 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:04:01 veth71db639 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:04:01 docker0 29.60 33.67 1.87 148.33 0.00 0.00 0.00 0.00 16:18:43 16:05:03 eth0 75.79 53.51 172.20 51.79 0.00 0.00 0.00 0.00 16:18:43 16:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:05:03 veth71db639 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:05:03 docker0 16.48 22.68 0.88 101.85 0.00 0.00 0.00 0.00 16:18:43 16:06:01 veth5bc0731 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:06:01 eth0 119.99 67.57 409.04 44.30 0.00 0.00 0.00 0.00 16:18:43 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:06:01 veth71db639 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:07:01 eth0 116.84 85.20 200.21 91.59 0.00 0.00 0.00 0.00 16:18:43 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:07:01 veth71db639 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:07:01 vethdd2ab97 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 16:18:43 16:08:02 eth0 195.61 168.72 133.05 480.20 0.00 0.00 0.00 0.00 16:18:43 16:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:08:02 docker0 1119.30 1099.15 86.88 4320.46 0.00 0.00 0.00 0.00 16:18:43 16:09:01 eth0 314.53 310.33 149.30 1271.31 0.00 0.00 0.00 0.00 16:18:43 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:10:01 eth0 0.10 0.12 0.01 0.02 0.00 0.00 0.00 0.00 16:18:43 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:18:43 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:12:01 eth0 1.02 0.40 0.32 0.21 0.00 0.00 0.00 0.00 16:18:43 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:18:43 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:14:01 eth0 3.61 2.53 4.52 1.14 0.00 0.00 0.00 0.00 16:18:43 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:15:01 veth88f837c 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 16:18:43 16:15:01 eth0 522.85 461.80 4287.97 122.37 0.00 0.00 0.00 0.00 16:18:43 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:15:01 docker0 32.82 32.36 3.19 224.28 0.00 0.00 0.00 0.00 16:18:43 16:16:01 veth1500e42 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:16:01 eth0 75.86 56.96 71.12 53.00 0.00 0.00 0.00 0.00 16:18:43 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:16:01 docker0 2.26 2.10 0.47 0.90 0.00 0.00 0.00 0.00 16:18:43 16:17:01 eth0 98.80 76.72 70.16 91.07 0.00 0.00 0.00 0.00 16:18:43 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:17:01 docker0 1.78 1.68 0.38 0.72 0.00 0.00 0.00 0.00 16:18:43 16:18:01 eth0 513.52 430.29 3447.06 112.81 0.00 0.00 0.00 0.00 16:18:43 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 16:18:01 vethece50bd 1.12 0.88 0.31 0.38 0.00 0.00 0.00 0.00 16:18:43 16:18:01 docker0 41.46 64.75 2.46 188.04 0.00 0.00 0.00 0.00 16:18:43 Average: eth0 236.02 199.56 1100.90 136.35 0.00 0.00 0.00 0.00 16:18:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:18:43 Average: vethece50bd 0.06 0.04 0.02 0.02 0.00 0.00 0.00 0.00 16:18:43 Average: docker0 60.05 60.17 4.68 237.37 0.00 0.00 0.00 0.00 16:18:43 16:18:43 16:18:43 ---> sar -P ALL: 16:18:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 16:18:43 16:18:43 15:57:40 LINUX RESTART (4 CPU) 16:18:43 16:18:43 15:58:02 CPU %user %nice %system %iowait %steal %idle 16:18:43 15:59:01 all 16.50 0.00 8.37 5.80 0.03 69.30 16:18:43 15:59:01 0 15.40 0.00 9.92 5.18 0.03 69.47 16:18:43 15:59:01 1 17.50 0.00 8.02 4.39 0.05 70.03 16:18:43 15:59:01 2 18.58 0.00 8.22 5.76 0.02 67.42 16:18:43 15:59:01 3 14.51 0.00 7.32 7.84 0.03 70.29 16:18:43 16:00:01 all 14.03 0.00 7.92 2.62 0.02 75.41 16:18:43 16:00:01 0 14.41 0.00 8.75 0.99 0.02 75.83 16:18:43 16:00:01 1 14.81 0.00 7.07 1.91 0.02 76.19 16:18:43 16:00:01 2 15.24 0.00 7.65 2.97 0.03 74.11 16:18:43 16:00:01 3 11.65 0.00 8.21 4.61 0.02 75.51 16:18:43 16:01:01 all 33.25 0.00 11.45 7.65 0.04 47.61 16:18:43 16:01:01 0 32.71 0.00 11.98 6.27 0.07 48.98 16:18:43 16:01:01 1 36.58 0.00 11.10 6.18 0.03 46.11 16:18:43 16:01:01 2 32.36 0.00 10.80 8.59 0.03 48.21 16:18:43 16:01:01 3 31.36 0.00 11.94 9.55 0.03 47.12 16:18:43 16:02:01 all 58.22 0.00 14.60 5.04 0.04 22.10 16:18:43 16:02:01 0 57.23 0.00 14.78 5.25 0.03 22.71 16:18:43 16:02:01 1 56.57 0.00 14.81 4.57 0.03 24.01 16:18:43 16:02:01 2 56.92 0.00 14.73 5.78 0.05 22.51 16:18:43 16:02:01 3 62.16 0.00 14.06 4.57 0.03 19.17 16:18:43 16:03:02 all 24.18 0.00 14.41 7.22 0.07 54.12 16:18:43 16:03:02 0 23.88 0.00 14.50 8.52 0.05 53.05 16:18:43 16:03:02 1 23.24 0.00 13.84 7.72 0.07 55.14 16:18:43 16:03:02 2 24.18 0.00 14.71 6.10 0.07 54.95 16:18:43 16:03:02 3 25.41 0.00 14.61 6.53 0.09 53.36 16:18:43 16:04:01 all 23.77 0.00 27.92 24.34 0.07 23.90 16:18:43 16:04:01 0 23.33 0.00 27.23 25.25 0.05 24.13 16:18:43 16:04:01 1 23.60 0.00 28.49 23.73 0.05 24.12 16:18:43 16:04:01 2 25.04 0.00 28.73 25.55 0.09 20.60 16:18:43 16:04:01 3 23.12 0.00 27.24 22.81 0.07 26.76 16:18:43 16:05:03 all 49.95 0.00 17.00 16.73 0.05 16.28 16:18:43 16:05:03 0 50.92 0.00 16.98 19.61 0.03 12.46 16:18:43 16:05:03 1 49.13 0.00 17.35 16.99 0.08 16.45 16:18:43 16:05:03 2 49.70 0.00 17.57 14.72 0.03 17.98 16:18:43 16:05:03 3 50.03 0.00 16.12 15.52 0.03 18.30 16:18:43 16:06:01 all 32.32 0.00 21.34 27.80 0.06 18.47 16:18:43 16:06:01 0 32.86 0.00 22.13 27.29 0.07 17.65 16:18:43 16:06:01 1 32.49 0.00 20.82 26.20 0.05 20.44 16:18:43 16:06:01 2 33.37 0.00 21.78 28.89 0.05 15.90 16:18:43 16:06:01 3 30.58 0.00 20.64 28.84 0.07 19.88 16:18:43 16:07:01 all 34.03 0.00 19.24 28.34 0.09 18.30 16:18:43 16:07:01 0 34.33 0.00 19.31 26.46 0.07 19.83 16:18:43 16:07:01 1 33.58 0.00 19.01 29.25 0.11 18.06 16:18:43 16:07:01 2 34.82 0.00 19.91 29.23 0.10 15.94 16:18:43 16:07:01 3 33.40 0.00 18.74 28.42 0.09 19.35 16:18:43 16:08:02 all 17.62 0.00 11.58 10.69 0.08 60.04 16:18:43 16:08:02 0 17.72 0.00 11.48 12.10 0.10 58.60 16:18:43 16:08:02 1 17.65 0.00 11.07 10.38 0.07 60.83 16:18:43 16:08:02 2 17.84 0.00 11.54 9.47 0.05 61.10 16:18:43 16:08:02 3 17.28 0.00 12.23 10.79 0.09 59.62 16:18:43 16:09:01 all 7.32 0.00 2.88 2.39 0.07 87.34 16:18:43 16:09:01 0 7.30 0.00 3.22 2.30 0.07 87.12 16:18:43 16:09:01 1 6.98 0.00 2.77 2.16 0.07 88.02 16:18:43 16:09:01 2 7.35 0.00 2.76 2.98 0.09 86.83 16:18:43 16:09:01 3 7.64 0.00 2.76 2.13 0.07 87.40 16:18:43 16:18:43 16:09:01 CPU %user %nice %system %iowait %steal %idle 16:18:43 16:10:01 all 0.17 0.00 0.04 0.00 0.00 99.79 16:18:43 16:10:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:18:43 16:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:18:43 16:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:18:43 16:10:01 3 0.08 0.00 0.07 0.00 0.00 99.85 16:18:43 16:11:01 all 0.25 0.00 0.03 0.01 0.00 99.71 16:18:43 16:11:01 0 0.13 0.00 0.03 0.02 0.00 99.82 16:18:43 16:11:01 1 0.57 0.00 0.03 0.00 0.00 99.40 16:18:43 16:11:01 2 0.23 0.00 0.03 0.02 0.00 99.72 16:18:43 16:11:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:18:43 16:12:01 all 0.07 0.00 0.04 0.00 0.00 99.89 16:18:43 16:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:18:43 16:12:01 1 0.20 0.00 0.10 0.00 0.00 99.70 16:18:43 16:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:18:43 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:18:43 16:13:01 all 0.05 0.00 0.08 0.02 0.00 99.85 16:18:43 16:13:01 0 0.05 0.00 0.07 0.00 0.02 99.87 16:18:43 16:13:01 1 0.05 0.00 0.08 0.00 0.00 99.87 16:18:43 16:13:01 2 0.03 0.00 0.12 0.08 0.00 99.77 16:18:43 16:13:01 3 0.05 0.00 0.07 0.00 0.00 99.88 16:18:43 16:14:01 all 0.36 0.00 0.24 0.14 0.00 99.26 16:18:43 16:14:01 0 0.50 0.00 0.33 0.32 0.00 98.85 16:18:43 16:14:01 1 0.52 0.00 0.28 0.20 0.00 99.00 16:18:43 16:14:01 2 0.12 0.00 0.12 0.00 0.00 99.77 16:18:43 16:14:01 3 0.30 0.00 0.23 0.05 0.00 99.42 16:18:43 16:15:01 all 12.90 0.00 9.78 7.51 0.03 69.78 16:18:43 16:15:01 0 12.85 0.00 9.43 5.86 0.02 71.83 16:18:43 16:15:01 1 12.13 0.00 9.78 9.11 0.03 68.95 16:18:43 16:15:01 2 13.24 0.00 9.73 5.87 0.03 71.14 16:18:43 16:15:01 3 13.39 0.00 10.17 9.20 0.03 67.20 16:18:43 16:16:01 all 8.50 0.00 7.96 3.23 0.03 80.28 16:18:43 16:16:01 0 7.66 0.00 7.42 3.34 0.02 81.56 16:18:43 16:16:01 1 9.36 0.00 8.78 3.95 0.03 77.89 16:18:43 16:16:01 2 7.21 0.00 7.26 2.38 0.03 83.12 16:18:43 16:16:01 3 9.79 0.00 8.37 3.25 0.03 78.55 16:18:43 16:17:01 all 7.88 0.00 7.02 2.97 0.03 82.10 16:18:43 16:17:01 0 7.18 0.00 6.76 3.35 0.02 82.69 16:18:43 16:17:01 1 8.14 0.00 7.80 2.37 0.03 81.66 16:18:43 16:17:01 2 8.17 0.00 7.13 2.67 0.02 82.02 16:18:43 16:17:01 3 8.04 0.00 6.40 3.48 0.03 82.04 16:18:43 16:18:01 all 11.62 0.00 9.51 4.00 0.03 74.84 16:18:43 16:18:01 0 9.44 0.00 8.53 3.10 0.03 78.89 16:18:43 16:18:01 1 12.67 0.00 9.20 4.16 0.02 73.96 16:18:43 16:18:01 2 11.51 0.00 10.18 5.25 0.05 73.01 16:18:43 16:18:01 3 12.87 0.00 10.13 3.49 0.03 73.48 16:18:43 Average: all 17.45 0.00 9.43 7.67 0.04 65.42 16:18:43 Average: 0 17.24 0.00 9.52 7.63 0.03 65.57 16:18:43 Average: 1 17.62 0.00 9.38 7.51 0.04 65.45 16:18:43 Average: 2 17.55 0.00 9.50 7.64 0.04 65.27 16:18:43 Average: 3 17.38 0.00 9.32 7.88 0.04 65.39 16:18:43 16:18:43 16:18:43