Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57027b830a506e4aebc0dcaa3e3cd565868e69a4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16161 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/257 [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/257 # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 (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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 Commit message: "fix(snap): remove kong TLS config overrides (#2953)" > git rev-list --no-walk 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:34 ========================================================= 21:06:34 EdgeX Global Pipelines Version Info 21:06:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:06:35 ------------------- 21:06:35 stable info: 21:06:35 ------------------- 21:06:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:35 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:06:35 Message: update stable to v1.0.172 21:06:36 ------------------- 21:06:36 experimental info: 21:06:36 ------------------- 21:06:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:36 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 21:06:36 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:06:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:06:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:06:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:06:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:06:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:06:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:06:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:06:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] echo 21:06:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57027b8 [Pipeline] echo 21:06:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:06:39 provisioning config files... 21:06:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config2051471932892542579tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:40 ---> docker-login.sh 21:06:40 nexus3.edgexfoundry.org:10001 21:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:40 Configure a credential helper to remove this warning. See 21:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:40 21:06:40 Login Succeeded 21:06:40 nexus3.edgexfoundry.org:10002 21:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:40 Configure a credential helper to remove this warning. See 21:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:40 21:06:40 Login Succeeded 21:06:40 nexus3.edgexfoundry.org:10003 21:06:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:40 Configure a credential helper to remove this warning. See 21:06:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:40 21:06:40 Login Succeeded 21:06:40 nexus3.edgexfoundry.org:10004 21:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:41 Configure a credential helper to remove this warning. See 21:06:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:41 21:06:41 Login Succeeded 21:06:41 docker.io 21:06:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:41 Configure a credential helper to remove this warning. See 21:06:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:41 21:06:41 Login Succeeded 21:06:41 ---> docker-login.sh ends [Pipeline] } 21:06:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:42 ++ 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 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ cut -d/ -f2 21:06:42 ++ dirname cmd/core-command/Dockerfile 21:06:42 + echo core-command,cmd/core-command/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/core-data/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo core-data,cmd/core-data/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/core-metadata/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo core-metadata,cmd/core-metadata/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/security-bootstrap-redis/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/security-proxy-setup/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/security-secrets-setup/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/support-notifications/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo support-notifications,cmd/support-notifications/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/support-scheduler/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:06:42 + for file in '`ls cmd/**/Dockerfile`' 21:06:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:06:42 ++ cut -d/ -f2 21:06:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:06:42 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 21:06:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:43 21:06:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:06:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:43 latest: Pulling from edgex-devops/git-semver 21:06:43 31603596830f: Pulling fs layer 21:06:43 2a8b12db71e7: Pulling fs layer 21:06:43 6ca5941a6612: Pulling fs layer 21:06:43 ecc8261a40a4: Pulling fs layer 21:06:43 2a8b12db71e7: Verifying Checksum 21:06:43 2a8b12db71e7: Download complete 21:06:43 31603596830f: Verifying Checksum 21:06:43 31603596830f: Download complete 21:06:43 ecc8261a40a4: Verifying Checksum 21:06:43 ecc8261a40a4: Download complete 21:06:43 6ca5941a6612: Verifying Checksum 21:06:43 6ca5941a6612: Download complete 21:06:44 31603596830f: Pull complete 21:06:44 2a8b12db71e7: Pull complete 21:06:45 6ca5941a6612: Pull complete 21:06:45 ecc8261a40a4: Pull complete 21:06:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:06:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:06:45 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:06:47 $ docker top d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:06:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:48 [ssh-agent] Looking for ssh-agent implementation... 21:06:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:48 $ docker exec d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f ssh-agent 21:06:48 SSH_AUTH_SOCK=/tmp/ssh-jDVDhwcNW3Cp/agent.12 21:06:48 SSH_AGENT_PID=17 21:06:48 Running ssh-add (command line suppressed) 21:06:48 Identity added: /w/workspace/edgex-go/257@tmp/private_key_2982430434763044319.key (/w/workspace/edgex-go/257@tmp/private_key_2982430434763044319.key) 21:06:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:49 + git tag --points-at HEAD [Pipeline] } 21:06:49 $ docker exec --env ******** --env ******** d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f ssh-agent -k 21:06:49 unset SSH_AUTH_SOCK; 21:06:49 unset SSH_AGENT_PID; 21:06:49 echo Agent pid 17 killed; 21:06:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:06:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:06:49 [ssh-agent] Looking for ssh-agent implementation... 21:06:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:06:49 $ docker exec d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f ssh-agent 21:06:49 SSH_AUTH_SOCK=/tmp/ssh-ZGtJmzQH8wUg/agent.47 21:06:49 SSH_AGENT_PID=52 21:06:49 Running ssh-add (command line suppressed) 21:06:49 Identity added: /w/workspace/edgex-go/257@tmp/private_key_6095355368853472516.key (/w/workspace/edgex-go/257@tmp/private_key_6095355368853472516.key) 21:06:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:06:50 + git semver init 21:06:50 # -> Open(): unable to determine branch for HEAD 21:06:50 # $GIT_DIR = /w/workspace/edgex-go/257/.git 21:06:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/257 21:06:50 # $SEMVER_REMOTE_NAME = origin 21:06:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:06:50 # $SEMVER_USER_NAME = edgex-jenkins 21:06:50 # $SEMVER_BRANCH = master 21:06:50 # $SEMVER_TEMP = /tmp/semver-187365339 21:06:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:07:08 # '/tmp/semver-187365339' -> '/w/workspace/edgex-go/257/.semver' 21:07:08 # -> Force: false 21:07:08 # $SEMVER_DIR = /w/workspace/edgex-go/257/.semver [Pipeline] } 21:07:08 $ docker exec --env ******** --env ******** d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f ssh-agent -k 21:07:08 unset SSH_AUTH_SOCK; 21:07:08 unset SSH_AGENT_PID; 21:07:08 echo Agent pid 52 killed; 21:07:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:09 + git semver [Pipeline] } 21:07:09 $ docker stop --time=1 d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f 21:07:11 $ docker rm -f d212e5435a0b8f48797162b08facc376421349df551b7ddd8d8ebff038b4f26f [Pipeline] // withDockerContainer [Pipeline] sh 21:07:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:07:12 Stashed 1 file(s) [Pipeline] echo 21:07:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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 21:07:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:07:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:07:13 + sudo service docker restart 21:07:13 + true 21:07:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:07:14 ========================================================= 21:07:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:07:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:07:14 + 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 . 21:07:18 Sending build context to Docker daemon 326.4MB 21:07:18 Step 1/7 : ARG BASE=golang:1.15-alpine 21:07:18 Step 2/7 : FROM ${BASE} 21:07:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:07:18 188c0c94c7c5: Pulling fs layer 21:07:18 0ef7d3d256c8: Pulling fs layer 21:07:18 de9db76c5a1d: Pulling fs layer 21:07:18 bca2f99d35d6: Pulling fs layer 21:07:18 93359f2a8cfa: Pulling fs layer 21:07:18 7c6f9722023f: Pulling fs layer 21:07:18 a35cf1a2eb13: Pulling fs layer 21:07:18 93359f2a8cfa: Waiting 21:07:18 7c6f9722023f: Waiting 21:07:18 a35cf1a2eb13: Waiting 21:07:18 bca2f99d35d6: Waiting 21:07:18 de9db76c5a1d: Download complete 21:07:18 0ef7d3d256c8: Verifying Checksum 21:07:18 0ef7d3d256c8: Download complete 21:07:18 93359f2a8cfa: Download complete 21:07:18 188c0c94c7c5: Verifying Checksum 21:07:18 188c0c94c7c5: Download complete 21:07:18 7c6f9722023f: Verifying Checksum 21:07:18 7c6f9722023f: Download complete 21:07:19 188c0c94c7c5: Pull complete 21:07:19 0ef7d3d256c8: Pull complete 21:07:19 de9db76c5a1d: Pull complete 21:07:21 a35cf1a2eb13: Verifying Checksum 21:07:21 a35cf1a2eb13: Download complete 21:07:21 bca2f99d35d6: Download complete 21:07:27 bca2f99d35d6: Pull complete 21:07:27 93359f2a8cfa: Pull complete 21:07:27 7c6f9722023f: Pull complete 21:07:27 Still waiting to schedule task 21:07:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:07:32 a35cf1a2eb13: Pull complete 21:07:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:07:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:07:32 ---> a62c8e92a672 21:07:32 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 21:07:32 ---> Running in f4ab8eba3126 21:07:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:34 (1/12) Installing libmagic (5.38-r0) 21:07:34 (2/12) Installing file (5.38-r0) 21:07:34 (3/12) Installing libc-dev (0.7.2-r3) 21:07:34 (4/12) Installing g++ (9.3.0-r2) 21:07:39 (5/12) Installing fortify-headers (1.1-r0) 21:07:39 (6/12) Installing patch (2.7.6-r6) 21:07:39 (7/12) Installing build-base (0.5-r2) 21:07:39 (8/12) Installing libsodium (1.0.18-r0) 21:07:39 (9/12) Installing pkgconf (1.7.2-r0) 21:07:39 (10/12) Installing libsodium-dev (1.0.18-r0) 21:07:39 (11/12) Installing libzmq (4.3.3-r0) 21:07:40 (12/12) Installing zeromq-dev (4.3.3-r0) 21:07:40 Executing busybox-1.31.1-r19.trigger 21:07:40 OK: 233 MiB in 51 packages 21:07:44 Removing intermediate container f4ab8eba3126 21:07:44 ---> 7c7b2d909cbb 21:07:44 Step 4/7 : WORKDIR /edgex-go 21:07:44 ---> Running in eed554a4a3b1 21:07:44 Removing intermediate container eed554a4a3b1 21:07:44 ---> 3cec3b5e57c3 21:07:44 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:07:44 latest: Pulling from library/docker 21:07:45 05e7bc50f07f: Pulling fs layer 21:07:45 6db28d0fdbf6: Pulling fs layer 21:07:45 292df0bc6bf3: Pulling fs layer 21:07:45 2e060f4bd70b: Pulling fs layer 21:07:45 80e8d568a223: Pulling fs layer 21:07:45 8dc6ef1a942a: Pulling fs layer 21:07:45 2312dd95470a: Pulling fs layer 21:07:45 2312dd95470a: Waiting 21:07:45 80e8d568a223: Waiting 21:07:45 8dc6ef1a942a: Waiting 21:07:45 2e060f4bd70b: Waiting 21:07:45 292df0bc6bf3: Verifying Checksum 21:07:45 292df0bc6bf3: Download complete 21:07:45 6db28d0fdbf6: Verifying Checksum 21:07:45 6db28d0fdbf6: Download complete 21:07:45 05e7bc50f07f: Verifying Checksum 21:07:45 05e7bc50f07f: Download complete 21:07:45 80e8d568a223: Verifying Checksum 21:07:45 80e8d568a223: Download complete 21:07:45 8dc6ef1a942a: Verifying Checksum 21:07:45 8dc6ef1a942a: Download complete 21:07:45 2312dd95470a: Verifying Checksum 21:07:45 2312dd95470a: Download complete 21:07:45 05e7bc50f07f: Pull complete 21:07:45 6db28d0fdbf6: Pull complete 21:07:45 292df0bc6bf3: Pull complete 21:07:46 2e060f4bd70b: Verifying Checksum 21:07:46 2e060f4bd70b: Download complete 21:07:48 2e060f4bd70b: Pull complete 21:07:48 80e8d568a223: Pull complete 21:07:49 8dc6ef1a942a: Pull complete 21:07:49 2312dd95470a: Pull complete 21:07:49 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 21:07:49 Status: Downloaded newer image for docker:latest 21:07:50 ---> 42470d9457cf 21:07:50 Step 6/7 : COPY go.mod . 21:07:50 ---> 3dc87a089a71 21:07:50 Step 7/7 : RUN go mod download 21:07:50 ---> Running in daff3b8f6a08 21:08:13 Removing intermediate container daff3b8f6a08 21:08:13 ---> 9fce7d34cb8f 21:08:13 Successfully built 9fce7d34cb8f 21:08:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:08:13 + docker inspect -f . ci-base-image-x86_64 21:08:13 . [Pipeline] withDockerContainer 21:08:13 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:08:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:08:14 $ docker top ea2b0febc393ce552be802bf301e427615d09aa3749dde7f8bc828cdaa11d843 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:14 + go version 21:08:14 go version go1.15.5 linux/amd64 [Pipeline] } 21:08:14 $ docker stop --time=1 ea2b0febc393ce552be802bf301e427615d09aa3749dde7f8bc828cdaa11d843 21:08:16 $ docker rm -f ea2b0febc393ce552be802bf301e427615d09aa3749dde7f8bc828cdaa11d843 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:17 + docker inspect -f . ci-base-image-x86_64 21:08:17 . [Pipeline] withDockerContainer 21:08:17 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:08:17 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:08:17 $ docker top 56d272fa8620119a900884b65de743a92daed716a308e8686bca4b9c334475c1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:18 ========================================================= 21:08:18 [edgeXBuildGoParallel] Running Tests and Build... 21:08:18 ========================================================= [Pipeline] sh 21:08:18 + make test 21:08:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:08:26 ? github.com/edgexfoundry/edgex-go [no test files] 21:08:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:08:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:08:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s 21:08:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:08:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:08:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:08:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:08:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 70.5% of statements 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:08:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.423s coverage: 83.7% of statements 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:09:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:09:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:09:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 21:09:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:09:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 93.8% of statements 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 21:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 21:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 21:09:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 84.2% of statements 21:09:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:09:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 21:09:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 21:09:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 55.9% of statements 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.905s coverage: 86.3% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.118s coverage: 72.2% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.399s coverage: 72.1% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.048s coverage: 82.4% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.0% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.627s coverage: 29.1% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:09:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 21:09:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:09:15 GO111MODULE=on go vet ./... 21:09:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16162 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 21:09:17 Running in /w/workspace/edgex-go/257 [Pipeline] { [Pipeline] checkout 21:09:22 using credential edgex-jenkins-ssh 21:09:22 Cloning the remote Git repository 21:09:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:09:22 > git init /w/workspace/edgex-go/257 # timeout=10 21:09:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:23 > git --version # timeout=10 21:09:23 > git --version # 'git version 2.17.1' 21:09:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:39 Checking out Revision 57027b830a506e4aebc0dcaa3e3cd565868e69a4 (master) 21:09:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:39 > git config core.sparsecheckout # timeout=10 21:09:39 > git checkout -f 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 21:09:42 gofmt -l . 21:09:42 [ "`gofmt -l .`" = "" ] 21:09:42 ./bin/test-go-mod-tidy.sh 21:09:42 ./bin/test-attribution-txt.sh [Pipeline] sh 21:09:42 + ls -al . 21:09:42 total 664 21:09:42 drwxrwxr-x 10 1001 1001 4096 Dec 15 21:09 . 21:09:42 drwxr-xr-x 4 root root 32 Dec 15 21:08 .. 21:09:42 -rw-rw-r-- 1 1001 1001 11 Dec 15 21:06 .dockerignore 21:09:42 drwxrwxr-x 8 1001 1001 162 Dec 15 21:06 .git 21:09:42 drwxrwxr-x 3 1001 1001 125 Dec 15 21:06 .github 21:09:42 -rw-rw-r-- 1 1001 1001 943 Dec 15 21:06 .gitignore 21:09:42 drwx------ 3 1001 1001 32 Dec 15 21:07 .semver 21:09:42 -rw-rw-r-- 1 1001 1001 166 Dec 15 21:06 .sonarcloud.properties 21:09:42 -rw-rw-r-- 1 1001 1001 3804 Dec 15 21:06 CONTRIBUTING.md 21:09:42 -rw-rw-r-- 1 1001 1001 1035 Dec 15 21:06 Dockerfile.build 21:09:42 -rw-rw-r-- 1 1001 1001 863 Dec 15 21:06 Jenkinsfile 21:09:42 -rw-rw-r-- 1 1001 1001 10775 Dec 15 21:06 LICENSE 21:09:42 -rw-rw-r-- 1 1001 1001 6318 Dec 15 21:06 Makefile 21:09:42 -rw-rw-r-- 1 1001 1001 6447 Dec 15 21:06 README.md 21:09:42 -rw-rw-r-- 1 1001 1001 7286 Dec 15 21:06 SECURITY.md 21:09:42 -rw-rw-r-- 1 1001 1001 12 Dec 15 21:07 VERSION 21:09:42 -rw-rw-r-- 1 1001 1001 4131 Dec 15 21:06 ZMQWindows.md 21:09:42 drwxrwxr-x 2 1001 1001 117 Dec 15 21:06 bin 21:09:42 drwxrwxr-x 15 1001 1001 4096 Dec 15 21:06 cmd 21:09:42 -rw-r--r-- 1 root root 568194 Dec 15 21:09 coverage.out 21:09:42 -rw-r--r-- 1 root root 1041 Dec 15 21:09 go.mod 21:09:42 -rw-r--r-- 1 root root 18856 Dec 15 21:09 go.sum 21:09:42 drwxrwxr-x 8 1001 1001 127 Dec 15 21:06 internal 21:09:42 drwxrwxr-x 4 1001 1001 26 Dec 15 21:06 openapi 21:09:42 drwxrwxr-x 4 1001 1001 71 Dec 15 21:06 snap 21:09:42 -rw-rw-r-- 1 1001 1001 168 Dec 15 21:06 version.go [Pipeline] sh 21:09:43 + '[' -e coverage.out ] 21:09:43 + chown 1001:1001 coverage.out [Pipeline] stash 21:09:43 Stashed 1 file(s) [Pipeline] sh 21:09:43 + make build 21:09:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-data/core-data ./cmd/core-data 21:09:44 Commit message: "fix(snap): remove kong TLS config overrides (#2953)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:09:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:09:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:09:46 + true 21:09:46 + sudo service docker restart 21:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:09:49 provisioning config files... 21:09:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config5336693748973344160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:09:49 ---> docker-login.sh 21:09:49 nexus3.edgexfoundry.org:10001 21:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:50 Configure a credential helper to remove this warning. See 21:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:50 21:09:50 Login Succeeded 21:09:50 nexus3.edgexfoundry.org:10002 21:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:51 Configure a credential helper to remove this warning. See 21:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:51 21:09:51 Login Succeeded 21:09:51 nexus3.edgexfoundry.org:10003 21:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:51 Configure a credential helper to remove this warning. See 21:09:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:51 21:09:51 Login Succeeded 21:09:51 nexus3.edgexfoundry.org:10004 21:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:52 Configure a credential helper to remove this warning. See 21:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:52 21:09:52 Login Succeeded 21:09:52 docker.io 21:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:52 Configure a credential helper to remove this warning. See 21:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:52 21:09:52 Login Succeeded 21:09:52 ---> docker-login.sh ends [Pipeline] } 21:09:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:09:53 ========================================================= 21:09:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:09:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:09:53 + 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 . 21:09:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-command/core-command ./cmd/core-command 21:09:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:09:56 Sending build context to Docker daemon 165.7MB 21:09:56 Step 1/7 : ARG BASE=golang:1.15-alpine 21:09:56 Step 2/7 : FROM ${BASE} 21:09:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:09:56 5f621e34cdf4: Pulling fs layer 21:09:56 a4357932f1b6: Pulling fs layer 21:09:56 18c013af1878: Pulling fs layer 21:09:56 00ac8860ef70: Pulling fs layer 21:09:56 63d7cb157983: Pulling fs layer 21:09:56 b116817d02f9: Pulling fs layer 21:09:56 745a02a5169b: Pulling fs layer 21:09:56 00ac8860ef70: Waiting 21:09:56 63d7cb157983: Waiting 21:09:56 b116817d02f9: Waiting 21:09:56 745a02a5169b: Waiting 21:09:56 18c013af1878: Verifying Checksum 21:09:56 a4357932f1b6: Verifying Checksum 21:09:56 a4357932f1b6: Download complete 21:09:56 63d7cb157983: Verifying Checksum 21:09:56 63d7cb157983: Download complete 21:09:56 b116817d02f9: Verifying Checksum 21:09:56 b116817d02f9: Download complete 21:09:56 5f621e34cdf4: Download complete 21:09:57 5f621e34cdf4: Pull complete 21:09:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:09:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:09:58 a4357932f1b6: Pull complete 21:09:58 18c013af1878: Pull complete 21:09:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:09:59 745a02a5169b: Verifying Checksum 21:09:59 745a02a5169b: Download complete 21:10:00 00ac8860ef70: Verifying Checksum 21:10:00 00ac8860ef70: Download complete 21:10:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:10:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:10:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:10:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:10:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 21:10:07 $ docker stop --time=1 56d272fa8620119a900884b65de743a92daed716a308e8686bca4b9c334475c1 21:10:09 $ docker rm -f 56d272fa8620119a900884b65de743a92daed716a308e8686bca4b9c334475c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:10:10 00ac8860ef70: Pull complete 21:10:10 63d7cb157983: Pull complete 21:10:10 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 21:10:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:12 21:10:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:10:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:13 latest: Pulling from edgex-devops/edgex-compose 21:10:13 cbdbe7a5bc2a: Pulling fs layer 21:10:13 ca9280d653b3: Pulling fs layer 21:10:13 7e9c9ca2126c: Pulling fs layer 21:10:13 cbdbe7a5bc2a: Verifying Checksum 21:10:13 cbdbe7a5bc2a: Download complete 21:10:13 cbdbe7a5bc2a: Pull complete 21:10:13 ca9280d653b3: Verifying Checksum 21:10:13 ca9280d653b3: Download complete 21:10:14 7e9c9ca2126c: Verifying Checksum 21:10:14 7e9c9ca2126c: Download complete 21:10:14 ca9280d653b3: Pull complete 21:10:15 745a02a5169b: Pull complete 21:10:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:10:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:10:15 ---> b7e6874047d6 21:10:15 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 21:10:17 ---> Running in e479bfdade43 21:10:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:20 (1/12) Installing libmagic (5.38-r0) 21:10:20 (2/12) Installing file (5.38-r0) 21:10:20 (3/12) Installing libc-dev (0.7.2-r3) 21:10:20 (4/12) Installing g++ (9.3.0-r2) 21:10:22 7e9c9ca2126c: Pull complete 21:10:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:10:23 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:10:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 21:10:24 $ docker top d340833f528ea6d5c716947c1db3f9742c12a062c114e2737b4731044940ac34 -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:24 (5/12) Installing fortify-headers (1.1-r0) 21:10:24 (6/12) Installing patch (2.7.6-r6) 21:10:24 (7/12) Installing build-base (0.5-r2) 21:10:24 (8/12) Installing libsodium (1.0.18-r0) 21:10:24 (9/12) Installing pkgconf (1.7.2-r0) 21:10:24 (10/12) Installing libsodium-dev (1.0.18-r0) 21:10:24 (11/12) Installing libzmq (4.3.3-r0) 21:10:24 (12/12) Installing zeromq-dev (4.3.3-r0) 21:10:24 Executing busybox-1.31.1-r19.trigger 21:10:24 OK: 217 MiB in 51 packages 21:10:24 + docker-compose build --help 21:10:24 + grep parallel 21:10:25 --parallel Build images in parallel. [Pipeline] } 21:10:25 $ docker stop --time=1 d340833f528ea6d5c716947c1db3f9742c12a062c114e2737b4731044940ac34 21:10:27 $ docker rm -f d340833f528ea6d5c716947c1db3f9742c12a062c114e2737b4731044940ac34 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:27 . [Pipeline] withDockerContainer 21:10:27 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:10:27 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:28 $ docker top 3b330d8d9c872a987fdb7ebbb8658b9a26d1cd91f53df2b70c4e26bd9459aa9e -eo pid,comm [Pipeline] { [Pipeline] sh 21:10:28 Removing intermediate container e479bfdade43 21:10:28 ---> a3e849977850 21:10:28 Step 4/7 : WORKDIR /edgex-go 21:10:28 ---> Running in 5833f7774e8d 21:10:28 Removing intermediate container 5833f7774e8d 21:10:28 ---> c19edbbdd5c5 21:10:28 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:10:29 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:29 latest: Pulling from library/docker 21:10:29 a3cc7d3b244e: Pulling fs layer 21:10:29 02a3295e0d61: Pulling fs layer 21:10:29 0f4f2e6d8100: Pulling fs layer 21:10:29 330b718f631f: Pulling fs layer 21:10:29 a93816041522: Pulling fs layer 21:10:29 bdb6da89ff94: Pulling fs layer 21:10:29 2a70c0c122f4: Pulling fs layer 21:10:29 330b718f631f: Waiting 21:10:29 a93816041522: Waiting 21:10:29 bdb6da89ff94: Waiting 21:10:29 2a70c0c122f4: Waiting 21:10:30 Building docker-core-command-go ... 21:10:30 Building docker-core-data-go ... 21:10:30 Building docker-core-metadata-go ... 21:10:30 Building docker-security-bootstrap-redis-go ... 21:10:30 Building docker-security-proxy-setup-go ... 21:10:30 Building docker-security-secrets-setup-go ... 21:10:30 Building docker-security-secretstore-setup-go ... 21:10:30 Building docker-support-notifications-go ... 21:10:30 Building docker-support-scheduler-go ... 21:10:30 Building docker-sys-mgmt-agent-go ... 21:10:30 Building docker-core-data-go 21:10:30 Building docker-support-notifications-go 21:10:30 Building docker-support-scheduler-go 21:10:30 Building docker-security-secretstore-setup-go 21:10:30 Building docker-security-secrets-setup-go 21:10:30 0f4f2e6d8100: Verifying Checksum 21:10:30 0f4f2e6d8100: Download complete 21:10:30 02a3295e0d61: Verifying Checksum 21:10:30 02a3295e0d61: Download complete 21:10:30 a3cc7d3b244e: Verifying Checksum 21:10:30 a3cc7d3b244e: Download complete 21:10:30 a93816041522: Download complete 21:10:30 bdb6da89ff94: Download complete 21:10:30 2a70c0c122f4: Verifying Checksum 21:10:30 2a70c0c122f4: Download complete 21:10:30 a3cc7d3b244e: Pull complete 21:10:31 02a3295e0d61: Pull complete 21:10:31 0f4f2e6d8100: Pull complete 21:10:31 330b718f631f: Verifying Checksum 21:10:31 330b718f631f: Download complete 21:10:35 330b718f631f: Pull complete 21:10:35 a93816041522: Pull complete 21:10:36 bdb6da89ff94: Pull complete 21:10:36 2a70c0c122f4: Pull complete 21:10:36 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 21:10:36 Status: Downloaded newer image for docker:latest 21:10:40 ---> 7a956c06a252 21:10:40 Step 6/7 : COPY go.mod . 21:10:40 ---> 87e76e6af0f8 21:10:40 Step 7/7 : RUN go mod download 21:10:40 ---> Running in bf1055105cfd 21:11:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:11:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:11:02 ---> 9fce7d34cb8f 21:11:02 Step 3/21 : WORKDIR /edgex-go 21:11:02 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:11:02 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:11:02 ---> 9fce7d34cb8f 21:11:02 Step 3/29 : WORKDIR /edgex-go 21:11:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:11:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:11:02 ---> 9fce7d34cb8f 21:11:02 Step 3/24 : WORKDIR /edgex-go 21:11:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:11:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:11:02 ---> 9fce7d34cb8f 21:11:02 Step 3/24 : WORKDIR /edgex-go 21:11:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:11:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:02 ---> 9fce7d34cb8f 21:11:02 Step 3/23 : WORKDIR /edgex-go 21:11:03 ---> Running in 8544aa60e67d 21:11:03 ---> Running in 1a932c04b3db 21:11:03 ---> Running in 64d3e7ec7b89 21:11:03 ---> Running in 93a171bd62f9 21:11:03 ---> Running in 49a3748c4166 21:11:03 Removing intermediate container 8544aa60e67d 21:11:03 ---> 124a093840fc 21:11:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:03 Removing intermediate container 93a171bd62f9 21:11:03 ---> 25c715869a79 21:11:03 Step 4/29 : RUN apk update && apk add make git 21:11:03 Removing intermediate container 64d3e7ec7b89 21:11:03 ---> 3b12fd6e396f 21:11:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:04 Removing intermediate container 1a932c04b3db 21:11:04 ---> 146d9dab9b95 21:11:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:04 Removing intermediate container 49a3748c4166 21:11:04 ---> 3e0f56e05313 21:11:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:04 ---> Running in 535b7029200e 21:11:04 ---> Running in 34431c26a5c8 21:11:04 ---> Running in 58886750fdba 21:11:04 ---> Running in 5b3a3ea2ea87 21:11:04 ---> Running in 4c7ed36f1dde 21:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:05 Removing intermediate container 535b7029200e 21:11:05 ---> a2908c5576e6 21:11:05 Step 5/21 : RUN apk update && apk add make git 21:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:05 ---> Running in d568e2d326d8 21:11:05 Removing intermediate container 34431c26a5c8 21:11:05 ---> 25660ff30f80 21:11:05 Step 5/24 : RUN apk update && apk add make git 21:11:06 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:11:06 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:11:06 OK: 12750 distinct packages available 21:11:06 ---> Running in 4655e3dd0569 21:11:06 Removing intermediate container 4c7ed36f1dde 21:11:06 ---> 0dbff374fcfa 21:11:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:11:06 OK: 233 MiB in 51 packages 21:11:06 Removing intermediate container 5b3a3ea2ea87 21:11:06 ---> 6c4e9a5a11de 21:11:06 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:11:06 ---> Running in 0af11dcb6289 21:11:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:06 ---> Running in a0095c4b748f 21:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:07 Removing intermediate container 58886750fdba 21:11:07 ---> 6035c330dd7c 21:11:07 Step 5/29 : COPY go.mod . 21:11:07 Removing intermediate container bf1055105cfd 21:11:07 ---> 0076b347b08e 21:11:07 Successfully built 0076b347b08e 21:11:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:07 ---> fca477efe282 21:11:07 Step 6/29 : RUN go mod download 21:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:07 ---> Running in 61cfb889326b 21:11:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:07 + docker inspect -f . ci-base-image-arm64 21:11:07 . [Pipeline] withDockerContainer 21:11:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:11:08 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:11:08 OK: 12750 distinct packages available 21:11:08 prd-ubuntu18.04-docker-arm64-4c-16g-16162 does not seem to be running inside a container 21:11:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 21:11:08 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:11:08 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:11:08 OK: 12750 distinct packages available 21:11:08 OK: 233 MiB in 51 packages 21:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:08 OK: 233 MiB in 51 packages 21:11:09 Removing intermediate container d568e2d326d8 21:11:09 ---> d5e033c4d084 21:11:09 Step 6/21 : COPY go.mod . 21:11:09 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:11:09 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:11:09 OK: 12750 distinct packages available 21:11:09 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:11:09 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:11:09 OK: 12750 distinct packages available 21:11:09 Removing intermediate container 4655e3dd0569 21:11:09 ---> 50387f382e03 21:11:09 Step 6/24 : COPY go.mod . 21:11:09 Removing intermediate container 61cfb889326b 21:11:09 ---> d9f351764669 21:11:09 Step 7/29 : COPY . . 21:11:09 ---> 7f8ae6668ee7 21:11:09 Step 7/21 : RUN go mod download 21:11:09 OK: 233 MiB in 51 packages 21:11:09 OK: 233 MiB in 51 packages 21:11:09 ---> Running in 52003d2b0bcc 21:11:09 $ docker top c3489c2a76f4ee81e53c0a30aca37f4673c94a494c0de52a709ab259e56c7fdb -eo pid,comm 21:11:09 ---> 91a083356ba4 21:11:09 Step 7/24 : RUN go mod download [Pipeline] { [Pipeline] sh 21:11:10 + go version 21:11:10 go version go1.15.5 linux/arm64 [Pipeline] } 21:11:10 $ docker stop --time=1 c3489c2a76f4ee81e53c0a30aca37f4673c94a494c0de52a709ab259e56c7fdb 21:11:11 ---> Running in d0c66f60f116 21:11:12 $ docker rm -f c3489c2a76f4ee81e53c0a30aca37f4673c94a494c0de52a709ab259e56c7fdb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:13 Removing intermediate container a0095c4b748f 21:11:13 ---> c3e630b98c15 21:11:13 Step 6/23 : COPY go.mod . 21:11:14 Removing intermediate container 0af11dcb6289 21:11:14 ---> 2f1f26c76c32 21:11:14 Step 6/24 : COPY go.mod . 21:11:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:11:14 21:11:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:11:14 ---> d6830b9b55b4 21:11:14 Step 7/23 : RUN go mod download 21:11:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:11:14 latest: Pulling from edgex-devops/edgex-compose-arm64 21:11:14 29e5d40040c1: Pulling fs layer 21:11:14 1ce36da41761: Pulling fs layer 21:11:14 25b303627fd3: Pulling fs layer 21:11:14 Removing intermediate container 52003d2b0bcc 21:11:14 ---> 874a942568f3 21:11:14 Step 8/21 : COPY . . 21:11:15 29e5d40040c1: Download complete 21:11:15 ---> Running in 70b399fb7f80 21:11:15 1ce36da41761: Verifying Checksum 21:11:15 1ce36da41761: Download complete 21:11:15 29e5d40040c1: Pull complete 21:11:16 ---> e7525e17218c 21:11:16 Step 7/24 : RUN go mod download 21:11:17 1ce36da41761: Pull complete 21:11:17 25b303627fd3: Verifying Checksum 21:11:17 25b303627fd3: Download complete 21:11:22 ---> Running in 9554ea5ed2ab 21:11:22 Removing intermediate container d0c66f60f116 21:11:22 ---> 8da1b60410c4 21:11:22 Step 8/24 : COPY . . 21:11:28 25b303627fd3: Pull complete 21:11:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:11:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:11:28 prd-ubuntu18.04-docker-arm64-4c-16g-16162 does not seem to be running inside a container 21:11:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 21:11:31 $ docker top e7cab81611ac6c3c488acd982087d2842415ea85887895ed4df1d1795e0f5a81 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:32 + docker-compose build --help 21:11:32 + grep parallel 21:11:33 ---> d9656ba5c5ee 21:11:33 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:11:33 Removing intermediate container 9554ea5ed2ab 21:11:33 ---> 01b9857b051b 21:11:33 Step 8/24 : COPY . . 21:11:33 Removing intermediate container 70b399fb7f80 21:11:33 ---> 92b3fc054fd5 21:11:33 Step 8/23 : COPY . . 21:11:33 ---> Running in 66cc9f4403a9 21:11:36 --parallel Build images in parallel. [Pipeline] } 21:11:36 $ docker stop --time=1 e7cab81611ac6c3c488acd982087d2842415ea85887895ed4df1d1795e0f5a81 21:11:38 $ docker rm -f e7cab81611ac6c3c488acd982087d2842415ea85887895ed4df1d1795e0f5a81 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:11:39 . [Pipeline] withDockerContainer 21:11:39 prd-ubuntu18.04-docker-arm64-4c-16g-16162 does not seem to be running inside a container 21:11:39 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@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 21:11:40 $ docker top b88cd39c165d024ed7f1d2de6cdad9759949f3e84a9ec78caef19ab05e475ae0 -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:42 + docker-compose -f ./docker-compose-build.yml build --parallel 21:11:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:11:45 Building docker-core-command-go ... 21:11:45 Building docker-core-data-go ... 21:11:45 Building docker-core-metadata-go ... 21:11:45 Building docker-security-bootstrap-redis-go ... 21:11:45 Building docker-security-proxy-setup-go ... 21:11:45 Building docker-security-secrets-setup-go ... 21:11:45 Building docker-security-secretstore-setup-go ... 21:11:45 Building docker-support-notifications-go ... 21:11:45 Building docker-support-scheduler-go ... 21:11:45 Building docker-sys-mgmt-agent-go ... 21:11:45 Building docker-security-secretstore-setup-go 21:11:45 Building docker-security-proxy-setup-go 21:11:45 Building docker-core-command-go 21:11:45 Building docker-core-data-go 21:11:45 Building docker-support-scheduler-go 21:11:48 ---> d72c02639547 21:11:48 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:11:51 ---> Running in d47b28d18a7a 21:11:52 ---> 0f06398afd7f 21:11:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:11:52 ---> Running in 2f4e716339a2 21:11:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:11:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:12:05 ---> ea90ab28c5d1 21:12:05 Step 9/23 : RUN make cmd/core-data/core-data 21:12:05 ---> 5c0535a40fb7 21:12:05 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:12:05 ---> Running in f8829151c1ca 21:12:05 ---> Running in 26f0b57f3762 21:12:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-data/core-data ./cmd/core-data 21:12:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:12:09 Removing intermediate container 66cc9f4403a9 21:12:09 ---> c4bcc40b3352 21:12:09 21:12:09 Step 9/29 : FROM alpine:latest 21:12:09 latest: Pulling from library/alpine 21:12:09 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:12:09 Status: Downloaded newer image for alpine:latest 21:12:09 ---> b14afc6dfb98 21:12:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:12:09 ---> Running in 79c4f28851c5 21:12:10 Removing intermediate container 79c4f28851c5 21:12:10 ---> d718db2c06fd 21:12:10 Step 11/29 : USER root 21:12:10 ---> Running in 9ecdc48e04d6 21:12:10 Removing intermediate container 9ecdc48e04d6 21:12:10 ---> 0b44c1a7493e 21:12:10 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:12:11 ---> Running in 23947d3d56f9 21:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:13 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:12:13 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:12:13 OK: 12747 distinct packages available 21:12:13 (1/2) Installing ca-certificates (20191127-r4) 21:12:13 (2/2) Installing dumb-init (1.2.2-r1) 21:12:13 Executing busybox-1.31.1-r19.trigger 21:12:13 Executing ca-certificates-20191127-r4.trigger 21:12:13 OK: 6 MiB in 16 packages 21:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:12:15 Removing intermediate container 23947d3d56f9 21:12:15 ---> 5acf2e5a08a3 21:12:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:12:16 ---> Running in 49e660e9aca6 21:12:16 Removing intermediate container 49e660e9aca6 21:12:16 ---> 13a3a3e18db9 21:12:16 Step 14/29 : WORKDIR $BASE_DIR 21:12:16 ---> Running in 1cec16780040 21:12:16 Removing intermediate container 1cec16780040 21:12:16 ---> 966b86bd566d 21:12:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:12:16 ---> Running in efbea5c15690 21:12:20 Removing intermediate container efbea5c15690 21:12:20 ---> 5f994c3fc1c3 21:12:20 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:12:21 ---> 2340f9c7c6ab 21:12:21 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:12:25 ---> 38a22695a3b0 21:12:25 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:12:25 Removing intermediate container d47b28d18a7a 21:12:25 ---> af88a86b990c 21:12:25 21:12:25 Step 10/21 : FROM scratch 21:12:25 ---> 21:12:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:25 Removing intermediate container 2f4e716339a2 21:12:25 ---> 3490e4cc3a57 21:12:25 21:12:25 Step 10/24 : FROM alpine:3.10 21:12:25 3.10: Pulling from library/alpine 21:12:25 ---> Running in 878a5d36af64 21:12:25 ---> a5ad4945dd69 21:12:25 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:12:25 Removing intermediate container 878a5d36af64 21:12:25 ---> 5bb0e26047d1 21:12:25 Step 12/21 : ENV APP_PORT=48085 21:12:26 ---> Running in e379e7518d5d 21:12:26 ---> ab6df6d1fe39 21:12:26 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:12:26 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:12:26 Status: Downloaded newer image for alpine:3.10 21:12:26 ---> be4e4bea2c2e 21:12:26 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:12:26 Removing intermediate container e379e7518d5d 21:12:26 ---> b47bed97ea06 21:12:26 Step 13/21 : EXPOSE $APP_PORT 21:12:27 ---> c6cf7200be0b 21:12:27 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:12:27 ---> Running in 1564f8e9f93b 21:12:27 ---> Running in 94634a9734f1 21:12:27 ---> Running in 678261e8b973 21:12:27 Removing intermediate container 94634a9734f1 21:12:27 ---> c13de5a1e7a0 21:12:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 21:12:28 ---> 528666fddbeb 21:12:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 21:12:29 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:12:29 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:12:29 OK: 10350 distinct packages available 21:12:29 (1/5) Installing ca-certificates (20191127-r2) 21:12:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:12:29 (3/5) Installing libcurl (7.66.0-r3) 21:12:29 (4/5) Installing curl (7.66.0-r3) 21:12:29 (5/5) Installing dumb-init (1.2.2-r1) 21:12:29 Executing busybox-1.30.1-r3.trigger 21:12:29 Executing ca-certificates-20191127-r2.trigger 21:12:29 OK: 7 MiB in 19 packages 21:12:29 ---> 2cf11f607cbf 21:12:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:12:29 Removing intermediate container 678261e8b973 21:12:29 ---> 8c40958c8f02 21:12:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:12:30 ---> 1d95a41d7078 21:12:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:12:30 ---> Running in b7876fec7f98 21:12:30 ---> d37d2ae7951f 21:12:30 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:12:31 ---> Running in 124d2b09cd8b 21:12:32 Removing intermediate container 1564f8e9f93b 21:12:32 ---> 803d6a70b222 21:12:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:32 Removing intermediate container b7876fec7f98 21:12:32 ---> ba3837dd5583 21:12:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:32 ---> Running in 2667c2e7762f 21:12:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:12:32 ---> 0076b347b08e 21:12:32 Step 3/24 : WORKDIR /edgex-go 21:12:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:12:32 ---> 0076b347b08e 21:12:32 Step 3/21 : WORKDIR /edgex-go 21:12:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:12:32 ---> 0076b347b08e 21:12:32 Step 3/21 : WORKDIR /edgex-go 21:12:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:12:32 ---> 0076b347b08e 21:12:32 Step 3/22 : WORKDIR /edgex-go 21:12:32 ---> Running in dc9647439fd3 21:12:32 Removing intermediate container 2667c2e7762f 21:12:32 ---> 04d7eb40208b 21:12:32 Step 13/24 : WORKDIR / 21:12:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:12:33 ---> 0076b347b08e 21:12:33 Step 3/23 : WORKDIR /edgex-go 21:12:33 Removing intermediate container dc9647439fd3 21:12:33 ---> b8a557c51aa5 21:12:33 Step 19/21 : LABEL arch=x86_64 21:12:33 ---> Running in b261c5e47767 21:12:33 ---> Running in 4ba008036b28 21:12:35 Removing intermediate container b261c5e47767 21:12:35 ---> 6114d918f4fa 21:12:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:12:35 Removing intermediate container 4ba008036b28 21:12:35 ---> 7dc805be3c6b 21:12:35 Step 20/21 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:12:35 Removing intermediate container 26f0b57f3762 21:12:35 ---> 16744403c6dd 21:12:35 21:12:35 Step 10/24 : FROM scratch 21:12:35 ---> 21:12:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:12:35 ---> 7c2f4e19c8c4 21:12:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:12:35 ---> Running in c0d3d47507e1 21:12:35 ---> Running in 876b980b15f0 21:12:35 Removing intermediate container 124d2b09cd8b 21:12:35 ---> f0254934a0e8 21:12:35 Step 24/29 : RUN chmod 755 security-secrets-setup 21:12:35 ---> Running in 8fd2988763b6 21:12:36 Removing intermediate container c0d3d47507e1 21:12:36 ---> 29ba460d6758 21:12:36 Step 21/21 : LABEL version=2.0.0-dev.13 21:12:36 Removing intermediate container 876b980b15f0 21:12:36 ---> bdd82f5a6596 21:12:36 Step 12/24 : ENV APP_PORT=48060 21:12:36 ---> Running in 25d63536ffe7 21:12:36 ---> Running in 8749d943abac 21:12:36 ---> 446b1251c1ec 21:12:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:12:36 ---> Running in 71b4b7159a78 21:12:36 ---> Running in 2b1cdbbebf68 21:12:36 ---> Running in 2e9c216e10fc 21:12:36 ---> Running in d34c81c1bfa7 21:12:36 ---> Running in 08df7f8c162d 21:12:36 Removing intermediate container 8749d943abac 21:12:36 ---> 886f4b37fa77 21:12:36 21:12:36 Removing intermediate container 25d63536ffe7 21:12:36 ---> ef35a5fbbb51 21:12:36 Step 13/24 : EXPOSE $APP_PORT 21:12:37 Successfully built 886f4b37fa77 21:12:37 Removing intermediate container 08df7f8c162d 21:12:37 ---> 0c739591aabd 21:12:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:37 Removing intermediate container 2e9c216e10fc 21:12:37 ---> b7245af078df 21:12:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:37 Removing intermediate container 2b1cdbbebf68 21:12:37 ---> c77239c2ab16 21:12:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:37 Removing intermediate container 71b4b7159a78 21:12:37 Removing intermediate container d34c81c1bfa7 21:12:37 ---> 2ec8fd48b4f4 21:12:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:37 ---> 45e6903337ec 21:12:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:37 ---> Running in 1dadc1368066 21:12:37 ---> Running in 6e4a2d476724 21:12:37 ---> Running in dee257b6eb8e 21:12:37 ---> Running in d640a9b8a24b 21:12:37 ---> Running in 13549140af5a 21:12:38 Successfully tagged docker-support-scheduler-go:latest 21:12:38  Building docker-support-scheduler-go ... done Building docker-core-command-go 21:12:38 ---> 6499819d532b 21:12:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:12:38 ---> Running in aa2896595877 21:12:40 Removing intermediate container 1dadc1368066 21:12:40 ---> 3ac9fa7a5ca3 21:12:40 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 21:12:41 ---> Running in 51e07d650bf9 21:12:41 Removing intermediate container 6e4a2d476724 21:12:41 ---> 149ab8e38ca1 21:12:41 Step 5/21 : RUN apk update && apk add make git 21:12:41 Removing intermediate container d640a9b8a24b 21:12:41 ---> b0816cb2cc2c 21:12:41 Step 5/22 : RUN apk update && apk add make git 21:12:41 ---> Running in c61fd5a932ee 21:12:41 Removing intermediate container dee257b6eb8e 21:12:41 ---> a19c9e946cc4 21:12:41 Step 5/21 : RUN apk update && apk add make git 21:12:41 ---> Running in 552a167d1e65 21:12:41 Removing intermediate container 13549140af5a 21:12:42 ---> e61f338bf279 21:12:42 Step 5/24 : RUN apk update && apk add make git 21:12:42 ---> Running in 41110e9ee8d9 21:12:42 ---> Running in d39cd6b133a3 21:12:42 Removing intermediate container aa2896595877 21:12:42 ---> bc6a3bdf31e1 21:12:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:12:44 ---> 11178ce91c98 21:12:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:12:44 ---> a125a6af5af3 21:12:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:12:44 Removing intermediate container 8fd2988763b6 21:12:44 ---> 8105432514b7 21:12:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:12:44 ---> Running in 6651f10473e0 21:12:44 Removing intermediate container f8829151c1ca 21:12:44 ---> 10f8b0f7cd9b 21:12:44 21:12:44 Step 10/23 : FROM alpine 21:12:44 ---> b14afc6dfb98 21:12:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:12:44 ---> Running in 1b85bd27b948 21:12:44 Removing intermediate container 6651f10473e0 21:12:44 ---> 470d3653d1ad 21:12:44 Step 26/29 : CMD [ "generate" ] 21:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:45 OK: 12620 distinct packages available 21:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:45 OK: 12620 distinct packages available 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:45 OK: 12620 distinct packages available 21:12:45 OK: 217 MiB in 51 packages 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:45 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:45 OK: 12620 distinct packages available 21:12:46 OK: 217 MiB in 51 packages 21:12:46 OK: 217 MiB in 51 packages 21:12:46 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:46 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:46 OK: 12620 distinct packages available 21:12:47 OK: 217 MiB in 51 packages 21:12:47 Removing intermediate container 51e07d650bf9 21:12:47 ---> d39a4f0eb440 21:12:47 Step 6/23 : COPY go.mod . 21:12:47 OK: 217 MiB in 51 packages 21:12:48 ---> 09551e1cf8d9 21:12:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:12:48 ---> Running in 60cf45478a56 21:12:48 Removing intermediate container 1b85bd27b948 21:12:48 ---> c80bcf912b79 21:12:48 Step 12/23 : ENV APP_PORT=48080 21:12:48 ---> e0349b80954b 21:12:48 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:12:48 ---> Running in ef0cc043964a 21:12:48 Removing intermediate container 41110e9ee8d9 21:12:48 ---> 52809688b009 21:12:48 Step 6/21 : COPY go.mod . 21:12:48 ---> e492402a104e 21:12:48 Step 7/23 : RUN go mod download 21:12:48 Removing intermediate container d39cd6b133a3 21:12:48 ---> b894e9bb0234 21:12:48 Step 6/24 : COPY go.mod . 21:12:48 Removing intermediate container 552a167d1e65 21:12:48 ---> 95ce07d4c8d6 21:12:48 Step 6/22 : COPY go.mod . 21:12:49 ---> Running in 53dd220021f8 21:12:49 ---> 0ad027ff895a 21:12:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:12:49 Removing intermediate container 60cf45478a56 21:12:49 ---> 36e8ef5e36e2 21:12:49 Step 27/29 : LABEL arch=x86_64 21:12:49 Removing intermediate container c61fd5a932ee 21:12:49 ---> 169bab8be2ae 21:12:49 Step 6/21 : COPY go.mod . 21:12:49 ---> 777aabfd4979 21:12:49 Step 7/21 : RUN go mod download 21:12:50 ---> 6906200b9f5e 21:12:50 Step 7/24 : RUN go mod download 21:12:50 ---> Running in cfd18143429f 21:12:50 ---> 7d604ece50b6 21:12:50 Step 7/22 : RUN go mod download 21:12:50 ---> Running in 73dad43aea7c 21:12:50 ---> Running in 4351f1d13635 21:12:50 Removing intermediate container ef0cc043964a 21:12:50 ---> fba56f60bfd8 21:12:50 Step 13/23 : EXPOSE $APP_PORT 21:12:50 ---> Running in 84fcb62555c4 21:12:50 ---> d5ef9f21c3ef 21:12:50 Step 7/21 : RUN go mod download 21:12:50 ---> Running in 37d3767fb46d 21:12:50 ---> Running in bd1affaa912a 21:12:51 ---> cecf96b8cd98 21:12:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:12:52 ---> Running in 2edaa015d572 21:12:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:12:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:12:53 ---> 9fce7d34cb8f 21:12:53 Step 3/22 : WORKDIR /edgex-go 21:12:53 ---> Using cache 21:12:53 ---> 3e0f56e05313 21:12:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:53 ---> Using cache 21:12:53 ---> 0dbff374fcfa 21:12:53 Step 5/22 : RUN apk update && apk add make git 21:12:53 Removing intermediate container 53dd220021f8 21:12:53 ---> 2774f8d512a0 21:12:53 Step 8/23 : COPY . . 21:12:54 Removing intermediate container 84fcb62555c4 21:12:54 ---> 367b8872acd9 21:12:54 Step 28/29 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:12:54 ---> a4b08b7898bd 21:12:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:12:54 ---> Running in 22d1d0823160 21:12:54 Removing intermediate container 2edaa015d572 21:12:54 ---> 3de626591ba0 21:12:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:54 ---> Running in ae63d663bb4b 21:12:54 ---> Running in 42769a149d6e 21:12:55 Removing intermediate container ae63d663bb4b 21:12:55 ---> 9a3ae275469c 21:12:55 Step 29/29 : LABEL version=2.0.0-dev.13 21:12:55 ---> 819a272e909a 21:12:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:12:55 ---> Running in 71f11ca66718 21:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:55 Removing intermediate container cfd18143429f 21:12:55 ---> 5b32bbb655f3 21:12:55 Step 8/21 : COPY . . 21:12:55 Removing intermediate container 73dad43aea7c 21:12:55 ---> d18c850d0591 21:12:55 Step 8/24 : COPY . . 21:12:55 Removing intermediate container 71f11ca66718 21:12:55 ---> 0b30cf4f9f5b 21:12:55 21:12:55 ---> 0ad1a7d49ab4 21:12:55 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:12:55 Removing intermediate container 4351f1d13635 21:12:55 ---> 82a3b6df3737 21:12:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:12:55 Successfully built 0b30cf4f9f5b 21:12:55 Successfully tagged docker-security-secrets-setup-go:latest 21:12:55  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go 21:12:56 ---> Running in d46f394917cc 21:12:56 ---> Running in f338b6624e38 21:12:56 Removing intermediate container bd1affaa912a 21:12:56 ---> 98883f34dda9 21:12:56 Step 8/21 : COPY . . 21:12:56 Removing intermediate container 37d3767fb46d 21:12:56 ---> 1e4b9b683c09 21:12:56 Step 8/22 : COPY . . 21:12:56 Removing intermediate container d46f394917cc 21:12:56 ---> 45d6d063e84b 21:12:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:56 ---> Running in 21e071de3e95 21:12:56 Removing intermediate container f338b6624e38 21:12:56 ---> 92c3ded10673 21:12:56 Step 22/24 : LABEL arch=x86_64 21:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:56 ---> Running in eb9d8e445815 21:12:57 Removing intermediate container 42769a149d6e 21:12:57 ---> 3306fe1a31d8 21:12:57 Step 15/23 : RUN apk --no-cache add zeromq 21:12:57 Removing intermediate container 21e071de3e95 21:12:57 ---> 4dd63b6de6ce 21:12:57 Step 22/24 : LABEL arch=x86_64 21:12:57 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:12:57 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:12:57 OK: 12750 distinct packages available 21:12:58 ---> Running in 61e4781b6caf 21:12:58 OK: 233 MiB in 51 packages 21:12:58 ---> Running in a2dd6e479bd6 21:12:59 Removing intermediate container eb9d8e445815 21:12:59 ---> 2592d8b1a0a2 21:12:59 Step 23/24 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:13:01 ---> Running in 958ca7dadc0f 21:13:01 Removing intermediate container a2dd6e479bd6 21:13:01 ---> ce6c73ce34b3 21:13:01 Step 23/24 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:13:01 ---> Running in e8f9e19b39e5 21:13:02 Removing intermediate container 958ca7dadc0f 21:13:02 ---> d5a6c42b6d4c 21:13:02 Step 24/24 : LABEL version=2.0.0-dev.13 21:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:02 ---> Running in ff91e7da5101 21:13:02 Removing intermediate container 22d1d0823160 21:13:02 ---> ba5fb8e9f1c9 21:13:02 Step 6/22 : COPY go.mod . 21:13:02 Removing intermediate container e8f9e19b39e5 21:13:02 ---> d7dbc32920fd 21:13:02 Step 24/24 : LABEL version=2.0.0-dev.13 21:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:04 (1/5) Installing libgcc (9.3.0-r2) 21:13:04 (2/5) Installing libsodium (1.0.18-r0) 21:13:04 (3/5) Installing libstdc++ (9.3.0-r2) 21:13:04 Removing intermediate container ff91e7da5101 21:13:04 ---> 8d05aa2445a8 21:13:04 21:13:04 ---> Running in 4cfc10280512 21:13:04 (4/5) Installing libzmq (4.3.3-r0) 21:13:05 (5/5) Installing zeromq (4.3.3-r0) 21:13:05 ---> ae39f0e1b0f1 21:13:05 Step 7/22 : RUN go mod download 21:13:05 Executing busybox-1.31.1-r19.trigger 21:13:05 OK: 8 MiB in 19 packages 21:13:05 Successfully built 8d05aa2445a8 21:13:05 Successfully tagged docker-security-secretstore-setup-go:latest 21:13:05  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 21:13:05 Removing intermediate container 4cfc10280512 21:13:05 ---> c2e9db1af5d0 21:13:05 21:13:07 ---> Running in 4414e6eae1f9 21:13:08 Successfully built c2e9db1af5d0 21:13:08 Successfully tagged docker-support-notifications-go:latest 21:13:08  Building docker-support-notifications-go ... done Building docker-security-bootstrap-redis-go 21:13:12 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:13:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:13:12 ---> 9fce7d34cb8f 21:13:12 Step 3/27 : WORKDIR /edgex-go 21:13:12 ---> Using cache 21:13:12 ---> 3e0f56e05313 21:13:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:12 ---> Using cache 21:13:12 ---> 0dbff374fcfa 21:13:12 Step 5/27 : RUN apk update && apk add make bash git 21:13:14 ---> Running in dbb4d4632bc2 21:13:14 Removing intermediate container 61e4781b6caf 21:13:14 ---> 6aed4f4d8287 21:13:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:13:14 ---> 1555631e9f74 21:13:14 Step 9/23 : RUN make cmd/core-data/core-data 21:13:14 ---> Running in 1024d72ee8be 21:13:14 ---> 70bfbf7d5d29 21:13:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:13:14 ---> c4c2b3cbfdb2 21:13:14 Step 9/22 : RUN make cmd/core-command/core-command 21:13:14 ---> a5da1ecbf305 21:13:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:13:14 ---> fbf3a53cf6dc 21:13:14 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 21:13:14 ---> Running in fbbbf984b251 21:13:14 ---> Running in 7c2870ffd434 21:13:14 ---> Running in 9743503dd5cb 21:13:14 ---> Running in 20882c1bd897 21:13:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-data/core-data ./cmd/core-data 21:13:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-command/core-command ./cmd/core-command 21:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:13:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:16 ---> 601151df338c 21:13:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:17 Removing intermediate container 4414e6eae1f9 21:13:17 ---> ec2ce5f514d0 21:13:17 Step 8/22 : COPY . . 21:13:17 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:13:17 v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] 21:13:17 OK: 12750 distinct packages available 21:13:18 OK: 233 MiB in 51 packages 21:13:18 ---> ed53307c2834 21:13:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:13:26 ---> 1c659cd7f4ad 21:13:26 Step 19/23 : ENTRYPOINT ["/core-data"] 21:13:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:13:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:26 ---> 9fce7d34cb8f 21:13:26 Step 3/22 : WORKDIR /edgex-go 21:13:26 ---> Using cache 21:13:26 ---> 3e0f56e05313 21:13:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:26 ---> Using cache 21:13:26 ---> 0dbff374fcfa 21:13:26 Step 5/22 : RUN apk update && apk add make git 21:13:26 ---> Using cache 21:13:26 ---> ba5fb8e9f1c9 21:13:26 Step 6/22 : COPY go.mod . 21:13:26 ---> Using cache 21:13:26 ---> ae39f0e1b0f1 21:13:26 Step 7/22 : RUN go mod download 21:13:26 ---> Using cache 21:13:26 ---> ec2ce5f514d0 21:13:26 Step 8/22 : COPY . . 21:13:27 ---> Running in 082926ad6ab2 21:13:27 Removing intermediate container dbb4d4632bc2 21:13:27 ---> 2dc7d516d1f2 21:13:27 Step 6/27 : COPY go.mod . 21:13:30 Removing intermediate container 082926ad6ab2 21:13:30 ---> 3b4e409e3749 21:13:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:13:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:30 ---> 9fce7d34cb8f 21:13:30 Step 3/22 : WORKDIR /edgex-go 21:13:30 ---> Using cache 21:13:30 ---> 3e0f56e05313 21:13:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:30 ---> Using cache 21:13:30 ---> 0dbff374fcfa 21:13:30 Step 5/22 : RUN apk update && apk add make git 21:13:30 ---> Using cache 21:13:30 ---> ba5fb8e9f1c9 21:13:30 Step 6/22 : COPY go.mod . 21:13:30 ---> Using cache 21:13:30 ---> ae39f0e1b0f1 21:13:30 Step 7/22 : RUN go mod download 21:13:30 ---> Using cache 21:13:30 ---> ec2ce5f514d0 21:13:30 Step 8/22 : COPY . . 21:13:31 ---> 87812fa600fb 21:13:31 Step 7/27 : RUN go mod download 21:13:31 ---> Running in 0e8b417bf89b 21:13:36 ---> Running in 0c8a79c0d2cc 21:13:37 Removing intermediate container 0e8b417bf89b 21:13:37 ---> 4d8a0167598c 21:13:37 Step 21/23 : LABEL arch=x86_64 21:13:41 ---> Running in 402b81702c1c 21:13:47 Removing intermediate container 402b81702c1c 21:13:47 ---> d51310055b23 21:13:47 Step 22/23 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:13:50 ---> Running in 21c7588346c6 21:13:52 ---> 2b505b8a328e 21:13:52 Step 9/22 : RUN make cmd/core-command/core-command 21:13:53 Removing intermediate container 21c7588346c6 21:13:53 ---> 51ceb94e2a03 21:13:53 Step 23/23 : LABEL version=2.0.0-dev.13 21:13:53 Removing intermediate container 0c8a79c0d2cc 21:13:53 ---> 9043a2fe1b9d 21:13:53 Step 8/27 : COPY . . 21:13:54 ---> Running in a4104e9069e4 21:13:58 ---> Running in 1226ccd73d1f 21:14:04 ---> 4561ecb22b72 21:14:04 Step 9/22 : RUN make cmd/core-metadata/core-metadata 21:14:04 Removing intermediate container 1226ccd73d1f 21:14:04 ---> 9ddcfbffc746 21:14:04 21:14:04 Successfully built 9ddcfbffc746 21:14:04 Successfully tagged docker-core-data-go:latest 21:14:04  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 21:14:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-command/core-command ./cmd/core-command 21:14:06 ---> 8f887fb698f2 21:14:06 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 21:14:07 ---> Running in 550e70c77424 21:14:13 ---> Running in 4da4cfc4b619 21:14:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:14:18 ---> cec9d3a8616b 21:14:18 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:14:18 ---> Running in 0089b32968ee 21:14:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:14:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 21:14:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:14:29 ---> 9fce7d34cb8f 21:14:29 Step 3/21 : WORKDIR /edgex-go 21:14:29 ---> Using cache 21:14:29 ---> 3e0f56e05313 21:14:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:29 ---> Using cache 21:14:29 ---> 0dbff374fcfa 21:14:29 Step 5/21 : RUN apk update && apk add make git 21:14:29 ---> Using cache 21:14:29 ---> ba5fb8e9f1c9 21:14:29 Step 6/21 : COPY go.mod . 21:14:29 ---> Using cache 21:14:29 ---> ae39f0e1b0f1 21:14:29 Step 7/21 : RUN go mod download 21:14:29 ---> Using cache 21:14:29 ---> ec2ce5f514d0 21:14:29 Step 8/21 : COPY . . 21:14:29 ---> Using cache 21:14:29 ---> 8f887fb698f2 21:14:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:14:29 ---> Running in 25da380b3b77 21:14:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:14:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:14:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config 21:14:39 Removing intermediate container a4104e9069e4 21:14:39 ---> ad4097102dbe 21:14:39 21:14:39 Step 10/22 : FROM scratch 21:14:39 ---> 21:14:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:14:39 ---> Using cache 21:14:39 ---> 5bb0e26047d1 21:14:39 Step 12/22 : ENV APP_PORT=48082 21:14:40 ---> Running in 73f0e7f1b74d 21:14:40 Removing intermediate container 73f0e7f1b74d 21:14:40 ---> 5223af70bddd 21:14:40 Step 13/22 : EXPOSE $APP_PORT 21:14:40 ---> Running in 81a48fde9cf2 21:14:41 Removing intermediate container 81a48fde9cf2 21:14:41 ---> d6bc8b32a60d 21:14:41 Step 14/22 : WORKDIR / 21:14:41 ---> Running in a7c3ebce77ca 21:14:41 Removing intermediate container a7c3ebce77ca 21:14:41 ---> c7ad3b462c1b 21:14:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:14:41 ---> cbd8239df899 21:14:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:14:43 ---> ccbe5e05200e 21:14:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:14:45 ---> 1a022c840bbc 21:14:45 Step 18/22 : ENTRYPOINT ["/core-command"] 21:14:46 ---> Running in ca52a7e421e6 21:14:47 Removing intermediate container 4da4cfc4b619 21:14:47 ---> 6f4e5d9f84d5 21:14:47 21:14:47 Step 10/22 : FROM alpine:3.10 21:14:47 ---> be4e4bea2c2e 21:14:47 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:14:47 ---> Using cache 21:14:47 ---> 803d6a70b222 21:14:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:14:47 Removing intermediate container ca52a7e421e6 21:14:47 ---> 33b91506176d 21:14:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:47 ---> Running in 3c69a1a9b920 21:14:47 ---> Running in ce8103144f3c 21:14:47 Removing intermediate container 3c69a1a9b920 21:14:47 ---> 0d7e0829639b 21:14:47 Step 13/22 : WORKDIR / 21:14:48 Removing intermediate container ce8103144f3c 21:14:48 ---> 5f7e16dbe149 21:14:48 Step 20/22 : LABEL arch=x86_64 21:14:48 ---> Running in 7ae982769d27 21:14:48 ---> Running in 9700e7c8f13d 21:14:48 Removing intermediate container 7ae982769d27 21:14:48 ---> 04354e76a7b4 21:14:48 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:14:48 Removing intermediate container 9700e7c8f13d 21:14:48 ---> e774cfb24b0a 21:14:48 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:14:49 ---> Running in 4f0e64e64002 21:14:49 ---> bc67c722467f 21:14:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:14:49 Removing intermediate container 4f0e64e64002 21:14:49 ---> 2fddd4cbc60b 21:14:49 Step 22/22 : LABEL version=2.0.0-dev.13 21:14:49 ---> Running in b9e4b5e4a0a4 21:14:49 Removing intermediate container 9743503dd5cb 21:14:49 ---> 5489eef89918 21:14:49 21:14:49 Step 10/24 : FROM alpine:3.10 21:14:49 3.10: Pulling from library/alpine 21:14:49 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 21:14:49 Status: Downloaded newer image for alpine:3.10 21:14:49 ---> 536a684cf733 21:14:49 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:14:49 ---> ea1d93236529 21:14:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:14:49 Removing intermediate container b9e4b5e4a0a4 21:14:49 ---> f0760e59e5f7 21:14:49 21:14:50 Successfully built f0760e59e5f7 21:14:50 ---> Running in 98621d54b195 21:14:50 Successfully tagged docker-core-command-go:latest 21:14:51 Removing intermediate container fbbbf984b251 21:14:51 ---> 967a68ade3a9 21:14:51 21:14:51 Step 10/21 : FROM alpine 21:14:51 latest: Pulling from library/alpine 21:14:51 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 21:14:51 Status: Downloaded newer image for alpine:latest 21:14:51 ---> dd36a01c3f31 21:14:51 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:14:51  Building docker-core-command-go ... done  ---> ac102c76628e 21:14:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:14:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config 21:14:51 ---> Running in 90e9b7ba6e31 21:14:52 Removing intermediate container 0089b32968ee 21:14:52 ---> 7192460a06cb 21:14:52 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:14:53 ---> 9ef4b7bffcf8 21:14:53 Step 18/22 : RUN chmod +x entrypoint.sh 21:14:53 ---> Running in 2f9300880371 21:14:53 ---> Running in 6d8de1ce5dda 21:14:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 21:14:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 21:14:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:14:53 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 21:14:53 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 21:14:53 OK: 10171 distinct packages available 21:14:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:14:54 (1/5) Installing ca-certificates (20191127-r2) 21:14:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 21:14:54 (3/5) Installing libcurl (7.66.0-r3) 21:14:54 (4/5) Installing curl (7.66.0-r3) 21:14:54 (5/5) Installing dumb-init (1.2.2-r1) 21:14:54 Executing busybox-1.30.1-r3.trigger 21:14:54 Executing ca-certificates-20191127-r2.trigger 21:14:54 OK: 7 MiB in 19 packages 21:14:55 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:14:55 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:14:55 OK: 12617 distinct packages available 21:14:56 (1/4) Installing ca-certificates (20191127-r4) 21:14:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:14:56 (3/4) Installing libcurl (7.69.1-r3) 21:14:56 (4/4) Installing curl (7.69.1-r3) 21:14:56 Executing busybox-1.31.1-r19.trigger 21:14:56 Executing ca-certificates-20191127-r4.trigger 21:14:56 OK: 7 MiB in 18 packages 21:14:56 Removing intermediate container 550e70c77424 21:14:56 ---> 2250b4602d90 21:14:56 21:14:56 Step 10/22 : FROM scratch 21:14:56 ---> 21:14:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:14:56 ---> Using cache 21:14:56 ---> 5bb0e26047d1 21:14:56 Step 12/22 : ENV APP_PORT=48081 21:14:56 ---> Running in f2b3fa01dd15 21:14:56 Removing intermediate container 6d8de1ce5dda 21:14:56 ---> 8c693b873fc4 21:14:56 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:14:56 ---> Running in a037f158e7c4 21:14:58 Removing intermediate container 98621d54b195 21:14:58 ---> d792b7d1dd51 21:14:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:58 Removing intermediate container f2b3fa01dd15 21:14:58 ---> 582079fb7389 21:14:58 Step 13/22 : EXPOSE $APP_PORT 21:14:58 Removing intermediate container 2f9300880371 21:14:58 ---> e7dc1e255b46 21:14:58 21:14:58 Step 11/27 : FROM docker:latest 21:14:58 ---> aefe523efa57 21:14:58 Step 12/27 : RUN apk add --no-cache bash 21:14:58 ---> Running in ef656ad7d376 21:14:58 ---> Running in b1fcf33da12d 21:14:58 Removing intermediate container a037f158e7c4 21:14:58 ---> 5bcdfcb95805 21:14:58 Step 20/22 : LABEL arch=x86_64 21:14:58 ---> Running in 2b05e5297223 21:14:58 Removing intermediate container 25da380b3b77 21:14:58 ---> 48c731e2a93d 21:14:58 21:14:58 Step 10/21 : FROM alpine 21:14:58 ---> b14afc6dfb98 21:14:58 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 21:14:59 Removing intermediate container ef656ad7d376 21:14:59 ---> f20de551a24b 21:14:59 Step 13/24 : WORKDIR / 21:14:59 ---> Running in 4ec4a4a9f5dd 21:14:59 ---> Running in 83e2fd0f42fb 21:14:59 Removing intermediate container b1fcf33da12d 21:14:59 ---> 3a4f0bed35d6 21:14:59 Step 14/22 : WORKDIR / 21:14:59 ---> Running in 070f5fa9e582 21:14:59 ---> Running in 22f4fa74a8c3 21:14:59 Removing intermediate container 4ec4a4a9f5dd 21:14:59 ---> b994f48d1d58 21:14:59 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:14:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:59 ---> Running in f547baa66f3a 21:14:59 Removing intermediate container 070f5fa9e582 21:14:59 ---> c1c0feb7cde1 21:14:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:14:59 Removing intermediate container 90e9b7ba6e31 21:14:59 ---> b2f2b6eacaa3 21:14:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:00 Removing intermediate container f547baa66f3a 21:15:00 ---> 3829b95ddff9 21:15:00 Step 22/22 : LABEL version=2.0.0-dev.13 21:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:00 ---> Running in e9098dd2c9c1 21:15:00 ---> db79554c65f7 21:15:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:00 ---> Running in 844d098ec5ac 21:15:00 Removing intermediate container 22f4fa74a8c3 21:15:00 ---> cbd9b506578b 21:15:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:15:00 (1/2) Installing readline (8.0.4-r0) 21:15:00 (2/2) Installing bash (5.0.17-r0) 21:15:00 Executing bash-5.0.17-r0.post-install 21:15:00 Executing busybox-1.31.1-r19.trigger 21:15:00 Removing intermediate container e9098dd2c9c1 21:15:00 ---> ffa1dab73875 21:15:00 21:15:00 OK: 12 MiB in 22 packages 21:15:00 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:15:00 v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:15:00 OK: 12747 distinct packages available 21:15:00 Successfully built ffa1dab73875 21:15:00 Successfully tagged docker-security-bootstrap-redis-go:latest 21:15:00  Building docker-security-bootstrap-redis-go ... done (1/4) Installing ca-certificates (20191127-r4) 21:15:00 Removing intermediate container 844d098ec5ac 21:15:00 ---> 2780e66d12ea 21:15:00 Step 13/21 : WORKDIR /edgex 21:15:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:15:01 (3/4) Installing libcurl (7.69.1-r3) 21:15:01 (4/4) Installing curl (7.69.1-r3) 21:15:01 Executing busybox-1.31.1-r19.trigger 21:15:01 Executing ca-certificates-20191127-r4.trigger 21:15:01 OK: 7 MiB in 18 packages 21:15:01 ---> Running in 72d8cd9d7431 21:15:01 ---> ec7482b074fc 21:15:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:15:01 ---> bccce2958023 21:15:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:15:01 Removing intermediate container 2b05e5297223 21:15:01 ---> 246a74512286 21:15:01 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:15:01 ---> Running in 998506b5fb2e 21:15:02 Removing intermediate container 72d8cd9d7431 21:15:02 ---> b34559286308 21:15:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:15:02 ---> 2bff4ed2e3ee 21:15:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:15:02 ---> Running in a7fdb7fe3c9f 21:15:03 ---> 94e78dcdc0ae 21:15:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:15:03 Removing intermediate container 83e2fd0f42fb 21:15:03 ---> 9bb7a5d2161f 21:15:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:15:03 ---> Running in f535dcd08cda 21:15:03 Removing intermediate container a7fdb7fe3c9f 21:15:03 ---> 0b41510115f1 21:15:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:03 ---> 44a2fc1f305a 21:15:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:15:03 ---> Running in fbffcc9db1ea 21:15:03 Removing intermediate container f535dcd08cda 21:15:03 ---> e0b9459b99ff 21:15:03 Step 13/21 : WORKDIR /edgex 21:15:03 ---> Running in 3ef9c7e4ebc8 21:15:03 Removing intermediate container fbffcc9db1ea 21:15:03 ---> 7f1eb99f3a25 21:15:03 Step 20/22 : LABEL arch=x86_64 21:15:03 ---> Running in 3a2926e39119 21:15:03 Removing intermediate container 3ef9c7e4ebc8 21:15:03 ---> 9efe3c5e3001 21:15:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:15:04 Removing intermediate container 3a2926e39119 21:15:04 ---> e6fb505d313a 21:15:04 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:04 ---> Running in 93e4eb2aa844 21:15:04 ---> 07ae0774b93e 21:15:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:15:04 Removing intermediate container 998506b5fb2e 21:15:04 ---> a1238d3666a4 21:15:04 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:15:04 ---> Running in d51c5b725b2c 21:15:04 Removing intermediate container 93e4eb2aa844 21:15:04 ---> 038743169cea 21:15:04 Step 22/22 : LABEL version=2.0.0-dev.13 21:15:04 ---> Running in 9bbab12dba47 21:15:04 ---> df4168f9b49d 21:15:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:15:04 Removing intermediate container d51c5b725b2c 21:15:04 ---> 4fdedede5781 21:15:04 Step 15/27 : ENV APP_PORT=48090 21:15:04 ---> 51dff661d7f5 21:15:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:15:05 ---> Running in bf60a71570cf 21:15:05 Removing intermediate container 9bbab12dba47 21:15:05 ---> 780295cbddb1 21:15:05 21:15:05 Removing intermediate container bf60a71570cf 21:15:05 ---> 73886db71644 21:15:05 Step 16/27 : EXPOSE $APP_PORT 21:15:05 Successfully built 780295cbddb1 21:15:05 Successfully tagged docker-core-metadata-go:latest 21:15:05  Building docker-core-metadata-go ... done  ---> Running in c7686156befc 21:15:05 ---> 5fac8e6079d7 21:15:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:15:05 ---> Running in 6c714fa3f60e 21:15:05 Removing intermediate container c7686156befc 21:15:05 ---> 17cf3b42ed12 21:15:05 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:15:05 Removing intermediate container 6c714fa3f60e 21:15:05 ---> 8f739551af0c 21:15:05 Step 18/21 : CMD ["--init=true"] 21:15:05 ---> Running in a8305bad26c9 21:15:05 Removing intermediate container a8305bad26c9 21:15:05 ---> 8e525242c54e 21:15:05 Step 19/21 : LABEL arch=x86_64 21:15:06 ---> 8768d0b92f30 21:15:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:15:06 ---> Running in fbbcd9847850 21:15:06 ---> fa49617a55c9 21:15:06 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:15:06 Removing intermediate container fbbcd9847850 21:15:06 ---> 939459c310e8 21:15:06 Step 20/21 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:06 ---> Running in 8d4c29f3694d 21:15:07 ---> 0a35044ebb2e 21:15:07 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:15:07 Removing intermediate container 8d4c29f3694d 21:15:07 ---> 369d8dab6241 21:15:07 Step 21/21 : LABEL version=2.0.0-dev.13 21:15:07 ---> Running in ebf29e8ed616 21:15:07 ---> d8bc8bfcb08d 21:15:07 Step 20/27 : RUN apk --no-cache add py3-pip 21:15:07 ---> Running in a9856b02978a 21:15:07 Removing intermediate container ebf29e8ed616 21:15:07 ---> baebeeb5360c 21:15:07 21:15:07 Successfully built baebeeb5360c 21:15:07 Successfully tagged docker-security-proxy-setup-go:latest 21:15:08  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:08 ---> 6dc30113333d 21:15:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:15:08 (1/33) Installing libbz2 (1.0.8-r1) 21:15:08 (2/33) Installing expat (2.2.9-r1) 21:15:08 (3/33) Installing libffi (3.3-r2) 21:15:08 (4/33) Installing gdbm (1.13-r1) 21:15:08 (5/33) Installing xz-libs (5.2.5-r0) 21:15:08 (6/33) Installing sqlite-libs (3.32.1-r0) 21:15:08 (7/33) Installing python3 (3.8.5-r0) 21:15:09 (8/33) Installing py3-appdirs (1.4.4-r1) 21:15:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:15:09 (10/33) Installing py3-parsing (2.4.7-r0) 21:15:09 (11/33) Installing py3-six (1.15.0-r0) 21:15:09 (12/33) Installing py3-packaging (20.4-r0) 21:15:09 (13/33) Installing py3-setuptools (47.0.0-r0) 21:15:09 (14/33) Installing py3-chardet (3.0.4-r4) 21:15:09 (15/33) Installing py3-idna (2.9-r0) 21:15:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:15:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:15:09 (18/33) Installing py3-requests (2.23.0-r0) 21:15:09 (19/33) Installing py3-msgpack (1.0.0-r0) 21:15:09 (20/33) Installing py3-lockfile (0.12.2-r3) 21:15:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:15:09 ---> d2b57a51fbfd 21:15:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:15:09 (22/33) Installing py3-colorama (0.4.3-r0) 21:15:09 (23/33) Installing py3-distlib (0.3.0-r0) 21:15:09 (24/33) Installing py3-distro (1.5.0-r1) 21:15:09 (25/33) Installing py3-webencodings (0.5.1-r3) 21:15:09 (26/33) Installing py3-html5lib (1.0.1-r4) 21:15:09 (27/33) Installing py3-pytoml (0.1.21-r0) 21:15:09 (28/33) Installing py3-pep517 (0.8.2-r0) 21:15:09 (29/33) Installing py3-progress (1.5-r0) 21:15:09 (30/33) Installing py3-toml (0.10.1-r0) 21:15:09 (31/33) Installing py3-retrying (1.3.3-r0) 21:15:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:15:09 (33/33) Installing py3-pip (20.1.1-r0) 21:15:10 Executing busybox-1.31.1-r19.trigger 21:15:10 OK: 71 MiB in 55 packages 21:15:10 ---> Running in d8650709b4d7 21:15:11 ---> 99176654f04c 21:15:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:15:11 Removing intermediate container 7c2870ffd434 21:15:11 ---> 202e008e9875 21:15:11 21:15:11 Step 10/22 : FROM scratch 21:15:11 ---> 21:15:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:15:11 Removing intermediate container d8650709b4d7 21:15:11 ---> 67d86f2cdf84 21:15:11 Step 18/21 : CMD ["--init=true"] 21:15:11 ---> Running in 4d16fb7101b7 21:15:11 ---> Running in 018837c66b1c 21:15:11 Removing intermediate container 20882c1bd897 21:15:11 ---> d5252248b5e0 21:15:11 21:15:11 Step 10/21 : FROM scratch 21:15:11 ---> 21:15:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:15:12 ---> Running in ba80fe0ef1d7 21:15:12 ---> 05f2701e0d96 21:15:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Removing intermediate container 4d16fb7101b7 21:15:12 21:15:12 ---> b2e147d6255f 21:15:12 Step 19/21 : LABEL arch=arm64 21:15:12 Removing intermediate container 018837c66b1c 21:15:12 ---> cc576f3c1083 21:15:12 Step 12/22 : ENV APP_PORT=48082 21:15:12 ---> Running in 9303778ebed4 21:15:12 ---> Running in 573ac013683b 21:15:12 ---> Running in 4d9b32edcd50 21:15:12 Removing intermediate container ba80fe0ef1d7 21:15:12 ---> 77614b0dc10f 21:15:12 Step 12/21 : ENV APP_PORT=48085 21:15:13 ---> Running in 308bca4cd087 21:15:13 Removing intermediate container 9303778ebed4 21:15:13 ---> 7e3314d99472 21:15:13 Step 13/22 : EXPOSE $APP_PORT 21:15:13 ---> Running in acb471bf889b 21:15:13 Removing intermediate container 4d9b32edcd50 21:15:13 ---> 2be8a2cc1e1f 21:15:13 Step 20/21 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:13 ---> Running in 625c871affd8 21:15:14 Removing intermediate container 308bca4cd087 21:15:14 ---> 71da12833a81 21:15:14 Step 13/21 : EXPOSE $APP_PORT 21:15:14 Removing intermediate container acb471bf889b 21:15:14 ---> 0870eef7b791 21:15:14 Step 14/22 : WORKDIR / 21:15:14 ---> Running in e9235e66167b 21:15:14 ---> Running in c82b0f0b7a7f 21:15:14 Removing intermediate container 625c871affd8 21:15:14 ---> 9b01c107d384 21:15:14 Step 21/21 : LABEL version=2.0.0-dev.13 21:15:14 ---> Running in f7f59f0503f4 21:15:14 Removing intermediate container e9235e66167b 21:15:14 ---> adb19ade8b1b 21:15:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 21:15:15 Removing intermediate container c82b0f0b7a7f 21:15:15 ---> 7a6e62540f56 21:15:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 21:15:15 Removing intermediate container f7f59f0503f4 21:15:15 ---> 11299f628ba3 21:15:15 21:15:15 Removing intermediate container 573ac013683b 21:15:15 ---> 34364ac870f8 21:15:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:15:16 Successfully built 11299f628ba3 21:15:16 ---> 1f60eee907b7 21:15:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:15:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:15:16  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 21:15:16 ---> Running in 694bcaa3a83b 21:15:16 ---> bd018f55312d 21:15:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:15:20 Removing intermediate container a9856b02978a 21:15:20 ---> 0fd43124c77f 21:15:20 Step 21/27 : RUN pip install docker-compose==1.23.2 21:15:20 ---> Running in 2ac2044378aa 21:15:20 Removing intermediate container 694bcaa3a83b 21:15:20 ---> d9f9470d947a 21:15:20 Step 22/24 : LABEL arch=arm64 21:15:20 ---> Running in a98a64db2969 21:15:20 ---> 7dd332faa354 21:15:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:15:20 ---> c139e4bdd28c 21:15:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:15:21 Removing intermediate container a98a64db2969 21:15:21 ---> 52364a99a307 21:15:21 Step 23/24 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:21 ---> Running in 99189a054ba9 21:15:21 ---> fe0296c2b5bf 21:15:21 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 21:15:21 ---> ba907597b5f5 21:15:21 Step 18/22 : ENTRYPOINT ["/core-command"] 21:15:21 ---> Running in f73e5f43e3cc 21:15:21 Collecting docker-compose==1.23.2 21:15:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:15:22 ---> Running in c1c26db66e64 21:15:22 Removing intermediate container 99189a054ba9 21:15:22 ---> e7c374498255 21:15:22 Step 24/24 : LABEL version=2.0.0-dev.13 21:15:22 Collecting websocket-client<1.0,>=0.32.0 21:15:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:15:22 ---> Running in 73785bfdd269 21:15:22 Removing intermediate container f73e5f43e3cc 21:15:22 ---> b7832a590f83 21:15:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:22 Collecting jsonschema<3,>=2.5.1 21:15:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:15:22 Collecting docker<4.0,>=3.6.0 21:15:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:15:22 Removing intermediate container c1c26db66e64 21:15:22 ---> 4b4521801022 21:15:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:22 ---> Running in 4abdb4025ff1 21:15:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:15:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:15:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:15:23 ---> Running in 1183cab2f343 21:15:23 Collecting dockerpty<0.5,>=0.4.1 21:15:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:15:23 Removing intermediate container 73785bfdd269 21:15:23 ---> 1d63ef45c0d5 21:15:23 21:15:23 Removing intermediate container 4abdb4025ff1 21:15:23 ---> fd866c15d46d 21:15:23 Step 19/21 : LABEL arch=arm64 21:15:23 Successfully built 1d63ef45c0d5 21:15:23 Collecting PyYAML<4,>=3.10 21:15:23 Downloading PyYAML-3.13.tar.gz (270 kB) 21:15:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:15:23 Building docker-security-bootstrap-redis-go 21:15:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1183cab2f343 21:15:23 ---> c329dcd35274 21:15:23 Step 20/22 : LABEL arch=arm64 21:15:23 ---> Running in 61e0cb5b101a 21:15:24 ---> Running in 74e9e6309f1b 21:15:24 Collecting texttable<0.10,>=0.9.0 21:15:24 Downloading texttable-0.9.1.tar.gz (11 kB) 21:15:24 Removing intermediate container 74e9e6309f1b 21:15:24 ---> e18ac9655779 21:15:24 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:24 Removing intermediate container 61e0cb5b101a 21:15:24 ---> 6e272eba35e0 21:15:24 Step 20/21 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:25 Collecting docopt<0.7,>=0.6.1 21:15:25 Downloading docopt-0.6.2.tar.gz (25 kB) 21:15:25 ---> Running in 1ed26f95d166 21:15:25 ---> Running in bf0b6a51635a 21:15:25 Collecting cached-property<2,>=1.2.0 21:15:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:15:25 Collecting docker-pycreds>=0.4.0 21:15:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:15:25 Collecting urllib3<1.25,>=1.21.1 21:15:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:15:25 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) 21:15:25 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) 21:15:26 Removing intermediate container bf0b6a51635a 21:15:26 ---> e10d9c8f512b 21:15:26 Removing intermediate container 1ed26f95d166 21:15:26 ---> be226a999693 21:15:26 Step 22/22 : LABEL version=2.0.0-dev.13 21:15:26 Step 21/21 : LABEL version=2.0.0-dev.13 21:15:26 Collecting idna<2.8,>=2.5 21:15:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:15:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:15:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:15:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:15:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:15:26 Installing collected packages: websocket-client, jsonschema, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, texttable, docopt, cached-property, docker-compose 21:15:26 Attempting uninstall: urllib3 21:15:26 Found existing installation: urllib3 1.25.9 21:15:26 Uninstalling urllib3-1.25.9: 21:15:26 Successfully uninstalled urllib3-1.25.9 21:15:26 Attempting uninstall: idna 21:15:26 Found existing installation: idna 2.9 21:15:26 Uninstalling idna-2.9: 21:15:26 Successfully uninstalled idna-2.9 21:15:26 ---> Running in 64537af25cdd 21:15:26 ---> Running in e94cf774d4c1 21:15:27 Attempting uninstall: requests 21:15:27 Found existing installation: requests 2.23.0 21:15:27 Uninstalling requests-2.23.0: 21:15:27 Successfully uninstalled requests-2.23.0 21:15:27 Running setup.py install for dockerpty: started 21:15:27 Running setup.py install for dockerpty: finished with status 'done' 21:15:27 Running setup.py install for PyYAML: started 21:15:28 Running setup.py install for PyYAML: finished with status 'done' 21:15:28 Running setup.py install for texttable: started 21:15:28 Running setup.py install for texttable: finished with status 'done' 21:15:28 Running setup.py install for docopt: started 21:15:28 Removing intermediate container e94cf774d4c1 21:15:28 ---> c0a0a322e8c8 21:15:28 21:15:28 Removing intermediate container 64537af25cdd 21:15:28 ---> 69ce08d045c7 21:15:28 21:15:29 Successfully built 69ce08d045c7 21:15:29 Successfully built c0a0a322e8c8 21:15:29 Running setup.py install for docopt: finished with status 'done' 21:15:29 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 21:15:29 Step 2/27 : FROM ${BUILDER_BASE} AS builder 21:15:29 Successfully tagged docker-support-scheduler-go-arm64:latest 21:15:29 ---> 0076b347b08e 21:15:29 Building docker-security-secrets-setup-go 21:15:29 Step 3/27 : WORKDIR /edgex-go 21:15:29 ---> Using cache 21:15:29 ---> 45e6903337ec 21:15:29 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:29 ---> Using cache 21:15:29  Building docker-support-scheduler-go ... done  ---> b0816cb2cc2c 21:15:29 Step 5/27 : RUN apk update && apk add make bash git 21:15:29 Successfully tagged docker-core-command-go-arm64:latest 21:15:29  Building docker-core-command-go ... done Building docker-support-notifications-go 21:15:29 ---> Running in 9d9b7669c6f9 21:15:29 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 21:15:29 Removing intermediate container 1024d72ee8be 21:15:29 ---> 1b0941e35ae7 21:15:29 21:15:29 Step 10/23 : FROM alpine 21:15:29 ---> dd36a01c3f31 21:15:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:15:30 ---> Running in cc23b1852a5e 21:15:30 Removing intermediate container cc23b1852a5e 21:15:30 ---> 6478d4b11d4f 21:15:30 Step 12/23 : ENV APP_PORT=48080 21:15:30 ---> Running in a665f9379d85 21:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:31 Removing intermediate container a665f9379d85 21:15:31 ---> 274ad52ef315 21:15:31 Step 13/23 : EXPOSE $APP_PORT 21:15:31 ---> Running in ac7e6a302789 21:15:32 Removing intermediate container ac7e6a302789 21:15:32 ---> 77bb2b8e6563 21:15:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:15:32 ---> Running in 48162ee44b90 21:15:33 Removing intermediate container 2ac2044378aa 21:15:33 ---> 88a2bd55e6da 21:15:33 Step 22/27 : RUN apk --no-cache add curl 21:15:33 ---> Running in 2e1e9523ced5 21:15:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:15:34 (2/3) Installing libcurl (7.69.1-r3) 21:15:34 (3/3) Installing curl (7.69.1-r3) 21:15:34 Executing busybox-1.31.1-r19.trigger 21:15:34 OK: 72 MiB in 58 packages 21:15:34 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:15:34 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:15:34 OK: 12620 distinct packages available 21:15:34 Removing intermediate container 2e1e9523ced5 21:15:34 ---> 3f71b891b47f 21:15:34 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:15:34 ---> Running in d9f7b1988bf2 21:15:34 Removing intermediate container d9f7b1988bf2 21:15:34 ---> ea6e9eb0ef31 21:15:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:34 ---> Running in 5b5c1d9ec9c6 21:15:34 OK: 217 MiB in 51 packages 21:15:35 Removing intermediate container 5b5c1d9ec9c6 21:15:35 ---> 26fa002ec916 21:15:35 Step 25/27 : LABEL arch=x86_64 21:15:35 ---> Running in b446cc961a6a 21:15:35 Removing intermediate container b446cc961a6a 21:15:35 ---> 233cd05946f1 21:15:35 Step 26/27 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:35 ---> Running in f5a52b1962a0 21:15:35 Removing intermediate container f5a52b1962a0 21:15:35 ---> 71889d9c5b40 21:15:35 Step 27/27 : LABEL version=2.0.0-dev.13 21:15:35 ---> Running in 9e5c72e11452 21:15:35 Removing intermediate container 9e5c72e11452 21:15:35 ---> 1c61e45317ce 21:15:35 21:15:35 Successfully built 1c61e45317ce 21:15:35 Successfully tagged docker-sys-mgmt-agent-go:latest 21:15:35 Removing intermediate container 48162ee44b90 21:15:35 ---> 72de6cdb6f69 21:15:35 Step 15/23 : RUN apk --no-cache add zeromq 21:15:36 ---> Running in 6018af20feb5 21:15:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:15:36 $ docker stop --time=1 3b330d8d9c872a987fdb7ebbb8658b9a26d1cd91f53df2b70c4e26bd9459aa9e 21:15:37 Removing intermediate container 9d9b7669c6f9 21:15:37 ---> f7c282f79b79 21:15:37 Step 6/27 : COPY go.mod . 21:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:38 ---> 9713db83f02e 21:15:38 Step 7/27 : RUN go mod download 21:15:38 $ docker rm -f 3b330d8d9c872a987fdb7ebbb8658b9a26d1cd91f53df2b70c4e26bd9459aa9e [Pipeline] // withDockerContainer 21:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 21:15:38 ---> Running in af03c3c27688 21:15:38 + docker images 21:15:38 + grep docker 21:15:38 docker-sys-mgmt-agent-go latest 1c61e45317ce 3 seconds ago 313MB 21:15:38 docker-security-proxy-setup-go latest baebeeb5360c 31 seconds ago 24.6MB 21:15:38 docker-core-metadata-go latest 780295cbddb1 34 seconds ago 14.5MB 21:15:38 docker-security-bootstrap-redis-go latest ffa1dab73875 38 seconds ago 15.8MB 21:15:38 docker-core-command-go latest f0760e59e5f7 49 seconds ago 12.2MB 21:15:38 docker-core-data-go latest 9ddcfbffc746 About a minute ago 23.7MB 21:15:38 docker-support-notifications-go latest c2e9db1af5d0 2 minutes ago 13.6MB 21:15:38 docker-security-secretstore-setup-go latest 8d05aa2445a8 2 minutes ago 24.7MB 21:15:38 docker-security-secrets-setup-go latest 0b30cf4f9f5b 2 minutes ago 23.9MB 21:15:38 docker-support-scheduler-go latest 886f4b37fa77 3 minutes ago 12.3MB 21:15:38 docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { 21:15:39 (1/5) Installing libgcc (9.3.0-r2) [Pipeline] wrap 21:15:39 provisioning config files... 21:15:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config1449203994084401997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:15:39 (2/5) Installing libsodium (1.0.18-r0) 21:15:39 (3/5) Installing libstdc++ (9.3.0-r2) 21:15:39 ---> docker-login.sh 21:15:39 nexus3.edgexfoundry.org:10001 21:15:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:39 Configure a credential helper to remove this warning. See 21:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:39 21:15:39 Login Succeeded 21:15:39 nexus3.edgexfoundry.org:10002 21:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:40 Configure a credential helper to remove this warning. See 21:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:40 21:15:40 Login Succeeded 21:15:40 nexus3.edgexfoundry.org:10003 21:15:40 (4/5) Installing libzmq (4.3.3-r0) 21:15:40 (5/5) Installing zeromq (4.3.3-r0) 21:15:40 Executing busybox-1.31.1-r19.trigger 21:15:40 OK: 8 MiB in 19 packages 21:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:40 Configure a credential helper to remove this warning. See 21:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:40 21:15:40 Login Succeeded 21:15:40 nexus3.edgexfoundry.org:10004 21:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:40 Configure a credential helper to remove this warning. See 21:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:40 21:15:40 Login Succeeded 21:15:40 docker.io 21:15:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:15:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:15:40 Configure a credential helper to remove this warning. See 21:15:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:15:40 21:15:40 Login Succeeded 21:15:40 ---> docker-login.sh ends [Pipeline] } 21:15:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:41 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 21:15:41 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:41 2.0.0-dev.13 21:15:41 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:41 master 21:15:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:41 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:15:41 Removing intermediate container af03c3c27688 21:15:41 ---> 7ed8c68f7e4b 21:15:41 Step 8/27 : COPY . . 21:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:15:41 af19850b2f31: Preparing 21:15:41 0ed8257d9f1a: Preparing 21:15:41 32582de93b6f: Preparing 21:15:41 Removing intermediate container 6018af20feb5 21:15:41 ---> 1bce70adde35 21:15:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 21:15:42 af19850b2f31: Pushed 21:15:42 32582de93b6f: Pushed 21:15:43 0ed8257d9f1a: Pushed 21:15:43 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:c83ebcc758e860b42e6978ec2c81f6579009d18620767cafef30ca7db2275d65 size: 943 21:15:43 ---> c9e006173e50 21:15:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] isUnix [Pipeline] sh 21:15:43 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.13 21:15:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:15:44 af19850b2f31: Preparing 21:15:44 0ed8257d9f1a: Preparing 21:15:44 32582de93b6f: Preparing 21:15:44 32582de93b6f: Layer already exists 21:15:44 0ed8257d9f1a: Layer already exists 21:15:44 af19850b2f31: Layer already exists 21:15:44 2.0.0-dev.13: digest: sha256:c83ebcc758e860b42e6978ec2c81f6579009d18620767cafef30ca7db2275d65 size: 943 [Pipeline] isUnix [Pipeline] sh 21:15:44 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:15:45 af19850b2f31: Preparing 21:15:45 0ed8257d9f1a: Preparing 21:15:45 32582de93b6f: Preparing 21:15:45 0ed8257d9f1a: Layer already exists 21:15:45 af19850b2f31: Layer already exists 21:15:45 32582de93b6f: Layer already exists 21:15:45 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:c83ebcc758e860b42e6978ec2c81f6579009d18620767cafef30ca7db2275d65 size: 943 [Pipeline] isUnix [Pipeline] sh 21:15:45 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 21:15:46 ---> 09863439c6ff 21:15:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:15:46 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 21:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 21:15:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:15:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:15:47 ---> 0076b347b08e 21:15:47 Step 3/22 : WORKDIR /edgex-go 21:15:47 ---> Using cache 21:15:47 ---> 45e6903337ec 21:15:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:47 ---> Using cache 21:15:47 ---> b0816cb2cc2c 21:15:47 Step 5/22 : RUN apk update && apk add make git 21:15:47 ---> Using cache 21:15:47 ---> 95ce07d4c8d6 21:15:47 Step 6/22 : COPY go.mod . 21:15:47 ---> Using cache 21:15:47 ---> 7d604ece50b6 21:15:47 Step 7/22 : RUN go mod download 21:15:47 ---> Using cache 21:15:47 ---> 1e4b9b683c09 21:15:47 Step 8/22 : COPY . . 21:15:47 af19850b2f31: Preparing 21:15:47 0ed8257d9f1a: Preparing 21:15:47 32582de93b6f: Preparing 21:15:47 0ed8257d9f1a: Layer already exists 21:15:47 32582de93b6f: Layer already exists 21:15:47 af19850b2f31: Layer already exists 21:15:47 master: digest: sha256:c83ebcc758e860b42e6978ec2c81f6579009d18620767cafef30ca7db2275d65 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 21:15:47 ---> Using cache 21:15:47 ---> c4c2b3cbfdb2 21:15:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [Pipeline] echo 21:15:47 ===================================================== [Pipeline] echo 21:15:47 taggedImages: 21:15:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.13 21:15:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:47 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 21:15:47 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 21:15:47 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:47 2.0.0-dev.13 21:15:47 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:47 master 21:15:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 21:15:48 ---> 25b08d15c1e1 21:15:48 Step 19/23 : ENTRYPOINT ["/core-data"] [Pipeline] isUnix [Pipeline] sh 21:15:48 ---> Running in 0a23becd6e63 21:15:48 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:15:49 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:15:49 08870d7030f3: Preparing 21:15:49 92c0b84312b3: Preparing 21:15:49 acae2a7aca9e: Preparing 21:15:49 03cf34666e85: Preparing 21:15:49 6259aed3cf4b: Preparing 21:15:49 f4666769fca7: Preparing 21:15:49 f4666769fca7: Waiting 21:15:49 6259aed3cf4b: Pushed 21:15:49 08870d7030f3: Pushed 21:15:49 acae2a7aca9e: Pushed 21:15:49 f4666769fca7: Layer already exists 21:15:49 03cf34666e85: Pushed 21:15:49 ---> Running in f79716c1db32 21:15:50 92c0b84312b3: Pushed 21:15:50 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:7d1ced55cdf2ff8c47b58e35efe9cbd33331fe350336a95abfc215e137e5d1c5 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:15:50 Removing intermediate container f79716c1db32 21:15:50 ---> 622cf2ef9ea2 21:15:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:15:51 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.13 21:15:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:15:51 08870d7030f3: Preparing 21:15:51 92c0b84312b3: Preparing 21:15:51 acae2a7aca9e: Preparing 21:15:51 03cf34666e85: Preparing 21:15:51 6259aed3cf4b: Preparing 21:15:51 f4666769fca7: Preparing 21:15:51 f4666769fca7: Waiting 21:15:51 92c0b84312b3: Layer already exists 21:15:51 08870d7030f3: Layer already exists 21:15:51 03cf34666e85: Layer already exists 21:15:51 6259aed3cf4b: Layer already exists 21:15:51 acae2a7aca9e: Layer already exists 21:15:51 f4666769fca7: Layer already exists 21:15:51 2.0.0-dev.13: digest: sha256:7d1ced55cdf2ff8c47b58e35efe9cbd33331fe350336a95abfc215e137e5d1c5 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:15:51 ---> Running in f837425ad044 21:15:51 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:15:52 08870d7030f3: Preparing 21:15:52 92c0b84312b3: Preparing 21:15:52 acae2a7aca9e: Preparing 21:15:52 03cf34666e85: Preparing 21:15:52 6259aed3cf4b: Preparing 21:15:52 f4666769fca7: Preparing 21:15:52 f4666769fca7: Waiting 21:15:52 08870d7030f3: Layer already exists 21:15:52 92c0b84312b3: Layer already exists 21:15:52 03cf34666e85: Layer already exists 21:15:52 6259aed3cf4b: Layer already exists 21:15:52 acae2a7aca9e: Layer already exists 21:15:52 f4666769fca7: Layer already exists 21:15:52 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:7d1ced55cdf2ff8c47b58e35efe9cbd33331fe350336a95abfc215e137e5d1c5 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:15:52 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 21:15:52 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 21:15:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 21:15:52 08870d7030f3: Preparing 21:15:52 92c0b84312b3: Preparing 21:15:52 acae2a7aca9e: Preparing 21:15:52 03cf34666e85: Preparing 21:15:52 6259aed3cf4b: Preparing 21:15:52 f4666769fca7: Preparing 21:15:52 f4666769fca7: Waiting 21:15:52 03cf34666e85: Layer already exists 21:15:52 acae2a7aca9e: Layer already exists 21:15:52 6259aed3cf4b: Layer already exists 21:15:52 92c0b84312b3: Layer already exists 21:15:52 08870d7030f3: Layer already exists 21:15:52 f4666769fca7: Layer already exists 21:15:52 master: digest: sha256:7d1ced55cdf2ff8c47b58e35efe9cbd33331fe350336a95abfc215e137e5d1c5 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:52 ===================================================== 21:15:52 Removing intermediate container f837425ad044 21:15:52 ---> 2d87da2883bf 21:15:52 Step 21/23 : LABEL arch=arm64 [Pipeline] echo 21:15:52 taggedImages: 21:15:52 - nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:52 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.13 21:15:52 - nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:52 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 21:15:53 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 21:15:53 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:53 2.0.0-dev.13 21:15:53 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:53 master 21:15:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:53 ---> Running in 294fb6188d7d 21:15:53 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:15:53 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:15:53 0f77e9d96c69: Preparing 21:15:53 671cf9f1bc25: Preparing 21:15:53 f2fd1349792a: Preparing 21:15:54 0f77e9d96c69: Pushed 21:15:54 f2fd1349792a: Pushed 21:15:55 Removing intermediate container 294fb6188d7d 21:15:55 ---> 40b2671ca24d 21:15:55 Step 22/23 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:55 671cf9f1bc25: Pushed 21:15:55 ---> Running in 3f7ccd27e32d 21:15:55 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:e6f76ca8f52939d74ff70c9cf464dc1713e731be86d0838ae9a181a3692b4372 size: 943 [Pipeline] isUnix [Pipeline] sh 21:15:55 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:55 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 21:15:55 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 21:15:55 ---> 0076b347b08e 21:15:55 Step 3/29 : WORKDIR /edgex-go 21:15:55 ---> Using cache 21:15:55 ---> 45e6903337ec 21:15:55 Step 4/29 : RUN apk update && apk add make git 21:15:55 ---> Running in ebba64dcfbcc 21:15:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.13 21:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:15:56 0f77e9d96c69: Preparing 21:15:56 671cf9f1bc25: Preparing 21:15:56 f2fd1349792a: Preparing 21:15:56 0f77e9d96c69: Layer already exists 21:15:56 671cf9f1bc25: Layer already exists 21:15:56 f2fd1349792a: Layer already exists 21:15:56 2.0.0-dev.13: digest: sha256:e6f76ca8f52939d74ff70c9cf464dc1713e731be86d0838ae9a181a3692b4372 size: 943 [Pipeline] isUnix [Pipeline] sh 21:15:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 21:15:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:15:56 ---> 0076b347b08e 21:15:56 Step 3/24 : WORKDIR /edgex-go 21:15:56 ---> Using cache 21:15:56 ---> 45e6903337ec 21:15:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:15:56 ---> Using cache 21:15:56 ---> b0816cb2cc2c 21:15:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 21:15:56 ---> Running in d82346c644c9 21:15:56 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:15:56 Removing intermediate container 3f7ccd27e32d 21:15:56 ---> d55beb8be740 21:15:56 Step 23/23 : LABEL version=2.0.0-dev.13 21:15:56 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:15:56 0f77e9d96c69: Preparing 21:15:56 671cf9f1bc25: Preparing 21:15:56 f2fd1349792a: Preparing 21:15:56 f2fd1349792a: Layer already exists 21:15:56 0f77e9d96c69: Layer already exists 21:15:56 671cf9f1bc25: Layer already exists 21:15:56 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:e6f76ca8f52939d74ff70c9cf464dc1713e731be86d0838ae9a181a3692b4372 size: 943 [Pipeline] isUnix [Pipeline] sh 21:15:56 ---> Running in fdbd3765cb34 21:15:56 ---> b052cd5f31cb 21:15:56 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:15:57 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 21:15:57 ---> Running in 47c7f32882f1 21:15:57 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 21:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 21:15:57 0f77e9d96c69: Preparing 21:15:57 671cf9f1bc25: Preparing 21:15:57 f2fd1349792a: Preparing 21:15:57 f2fd1349792a: Layer already exists 21:15:57 671cf9f1bc25: Layer already exists 21:15:57 0f77e9d96c69: Layer already exists 21:15:57 master: digest: sha256:e6f76ca8f52939d74ff70c9cf464dc1713e731be86d0838ae9a181a3692b4372 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:15:57 ===================================================== [Pipeline] echo 21:15:57 taggedImages: 21:15:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.13 21:15:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:57 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 21:15:57 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 21:15:57 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:57 2.0.0-dev.13 21:15:57 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:15:57 master 21:15:57 ===================================================== [Pipeline] withEnv [Pipeline] { 21:15:57 Removing intermediate container fdbd3765cb34 21:15:57 ---> 3563883b7565 21:15:57 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:15:58 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:15:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:15:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:15:58 26588acd3596: Preparing 21:15:58 5b2da3daf3f0: Preparing 21:15:58 db6220c611ad: Preparing 21:15:58 18038a9054d0: Preparing 21:15:58 5b117a34b444: Preparing 21:15:58 abcb7679d2cc: Preparing 21:15:58 1b3ee35aacca: Preparing 21:15:58 abcb7679d2cc: Waiting 21:15:58 1b3ee35aacca: Waiting 21:15:58 26588acd3596: Pushed 21:15:58 5b117a34b444: Pushed 21:15:58 db6220c611ad: Pushed 21:15:58 5b2da3daf3f0: Pushed 21:15:58 1b3ee35aacca: Layer already exists 21:15:59 Successfully built 3563883b7565 21:15:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:15:59 Successfully tagged docker-core-data-go-arm64:latest 21:15:59 Building docker-core-metadata-go 21:15:59 abcb7679d2cc: Pushed 21:15:59 18038a9054d0: Pushed 21:16:00  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:16:00 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:74d0c458d66c0de2d1773b813906932aadb195f3c2c0d398c4a1e74d3817abe3 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:16:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:16:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:00 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.13 21:16:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:16:00 26588acd3596: Preparing 21:16:00 5b2da3daf3f0: Preparing 21:16:00 db6220c611ad: Preparing 21:16:00 18038a9054d0: Preparing 21:16:00 5b117a34b444: Preparing 21:16:00 abcb7679d2cc: Preparing 21:16:00 1b3ee35aacca: Preparing 21:16:00 abcb7679d2cc: Waiting 21:16:00 1b3ee35aacca: Waiting 21:16:00 18038a9054d0: Layer already exists 21:16:00 db6220c611ad: Layer already exists 21:16:00 5b117a34b444: Layer already exists 21:16:00 5b2da3daf3f0: Layer already exists 21:16:00 26588acd3596: Layer already exists 21:16:00 abcb7679d2cc: Layer already exists 21:16:00 1b3ee35aacca: Layer already exists 21:16:00 2.0.0-dev.13: digest: sha256:74d0c458d66c0de2d1773b813906932aadb195f3c2c0d398c4a1e74d3817abe3 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:16:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:16:01 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:01 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:16:01 26588acd3596: Preparing 21:16:01 5b2da3daf3f0: Preparing 21:16:01 db6220c611ad: Preparing 21:16:01 18038a9054d0: Preparing 21:16:01 5b117a34b444: Preparing 21:16:01 abcb7679d2cc: Preparing 21:16:01 1b3ee35aacca: Preparing 21:16:01 1b3ee35aacca: Waiting 21:16:01 abcb7679d2cc: Waiting 21:16:01 26588acd3596: Layer already exists 21:16:01 db6220c611ad: Layer already exists 21:16:01 18038a9054d0: Layer already exists 21:16:01 5b117a34b444: Layer already exists 21:16:01 5b2da3daf3f0: Layer already exists 21:16:01 abcb7679d2cc: Layer already exists 21:16:01 1b3ee35aacca: Layer already exists 21:16:01 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:74d0c458d66c0de2d1773b813906932aadb195f3c2c0d398c4a1e74d3817abe3 size: 1778 [Pipeline] isUnix [Pipeline] sh 21:16:01 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:16:01 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:16:01 OK: 12620 distinct packages available 21:16:01 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 21:16:02 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 21:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 21:16:02 26588acd3596: Preparing 21:16:02 5b2da3daf3f0: Preparing 21:16:02 db6220c611ad: Preparing 21:16:02 18038a9054d0: Preparing 21:16:02 5b117a34b444: Preparing 21:16:02 abcb7679d2cc: Preparing 21:16:02 1b3ee35aacca: Preparing 21:16:02 abcb7679d2cc: Waiting 21:16:02 1b3ee35aacca: Waiting 21:16:02 5b2da3daf3f0: Layer already exists 21:16:02 26588acd3596: Layer already exists 21:16:02 5b117a34b444: Layer already exists 21:16:02 db6220c611ad: Layer already exists 21:16:02 18038a9054d0: Layer already exists 21:16:02 1b3ee35aacca: Layer already exists 21:16:02 abcb7679d2cc: Layer already exists 21:16:02 master: digest: sha256:74d0c458d66c0de2d1773b813906932aadb195f3c2c0d398c4a1e74d3817abe3 size: 1778 21:16:02 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] 21:16:02 v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] 21:16:02 OK: 12620 distinct packages available [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:02 ===================================================== [Pipeline] echo 21:16:02 taggedImages: 21:16:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.13 21:16:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:02 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 21:16:02 OK: 217 MiB in 51 packages [Pipeline] echo 21:16:02 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 21:16:02 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:02 2.0.0-dev.13 21:16:02 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:02 master 21:16:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:03 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:03 OK: 217 MiB in 51 packages 21:16:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:16:03 aabfeb0748d1: Preparing 21:16:03 f5885a8a095d: Preparing 21:16:03 f6dd69e524bb: Preparing 21:16:03 4858d908dcbc: Preparing 21:16:03 01efd900dbaf: Preparing 21:16:03 f4666769fca7: Preparing 21:16:03 f4666769fca7: Waiting 21:16:03 f6dd69e524bb: Pushed 21:16:03 4858d908dcbc: Pushed 21:16:03 f4666769fca7: Layer already exists 21:16:03 01efd900dbaf: Pushed 21:16:04 aabfeb0748d1: Pushed 21:16:04 f5885a8a095d: Pushed 21:16:04 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:a7a47354eece7bb38d644c768744da52b66020c5375e3a053edbe4480b535de2 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:04 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.13 21:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:16:05 aabfeb0748d1: Preparing 21:16:05 f5885a8a095d: Preparing 21:16:05 f6dd69e524bb: Preparing 21:16:05 4858d908dcbc: Preparing 21:16:05 01efd900dbaf: Preparing 21:16:05 f4666769fca7: Preparing 21:16:05 f4666769fca7: Waiting 21:16:05 4858d908dcbc: Layer already exists 21:16:05 f6dd69e524bb: Layer already exists 21:16:05 aabfeb0748d1: Layer already exists 21:16:05 01efd900dbaf: Layer already exists 21:16:05 f5885a8a095d: Layer already exists 21:16:05 f4666769fca7: Layer already exists 21:16:05 2.0.0-dev.13: digest: sha256:a7a47354eece7bb38d644c768744da52b66020c5375e3a053edbe4480b535de2 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:05 Removing intermediate container ebba64dcfbcc 21:16:05 ---> f3059e6d40a9 21:16:05 Step 5/29 : COPY go.mod . 21:16:05 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:05 Removing intermediate container d82346c644c9 21:16:05 ---> 96d4bbbcb348 21:16:05 Step 6/24 : COPY go.mod . 21:16:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:16:05 aabfeb0748d1: Preparing 21:16:05 f5885a8a095d: Preparing 21:16:05 f6dd69e524bb: Preparing 21:16:05 4858d908dcbc: Preparing 21:16:05 01efd900dbaf: Preparing 21:16:05 f4666769fca7: Preparing 21:16:05 f4666769fca7: Waiting 21:16:05 01efd900dbaf: Layer already exists 21:16:05 aabfeb0748d1: Layer already exists 21:16:05 f6dd69e524bb: Layer already exists 21:16:05 4858d908dcbc: Layer already exists 21:16:05 f5885a8a095d: Layer already exists 21:16:05 f4666769fca7: Layer already exists 21:16:05 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:a7a47354eece7bb38d644c768744da52b66020c5375e3a053edbe4480b535de2 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:16:06 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:16:06 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 21:16:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 21:16:06 aabfeb0748d1: Preparing 21:16:06 f5885a8a095d: Preparing 21:16:06 f6dd69e524bb: Preparing 21:16:06 4858d908dcbc: Preparing 21:16:06 01efd900dbaf: Preparing 21:16:06 f4666769fca7: Preparing 21:16:06 f5885a8a095d: Layer already exists 21:16:06 4858d908dcbc: Layer already exists 21:16:06 aabfeb0748d1: Layer already exists 21:16:06 f6dd69e524bb: Layer already exists 21:16:06 01efd900dbaf: Layer already exists 21:16:06 f4666769fca7: Layer already exists 21:16:06 master: digest: sha256:a7a47354eece7bb38d644c768744da52b66020c5375e3a053edbe4480b535de2 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:06 ===================================================== [Pipeline] echo 21:16:06 taggedImages: 21:16:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.13 21:16:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 21:16:06 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 21:16:06 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:06 2.0.0-dev.13 21:16:06 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:06 master 21:16:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:07 ---> 631d450b6992 21:16:07 Step 6/29 : RUN go mod download 21:16:07 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:07 ---> acec08d64321 21:16:07 Step 7/24 : RUN go mod download 21:16:07 ---> Running in 59654bf19e41 21:16:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:16:07 243e2758d68b: Preparing 21:16:07 e62cad10028a: Preparing 21:16:07 0b63f571ee57: Preparing 21:16:07 c70b843b5ea7: Preparing 21:16:07 c70b843b5ea7: Preparing 21:16:07 371076ea926b: Preparing 21:16:07 687f3c865948: Preparing 21:16:07 e1cb2fd36b40: Preparing 21:16:07 243e2758d68b: Preparing 21:16:07 b9cf8c8d660d: Preparing 21:16:07 cc1a7bf5b465: Preparing 21:16:07 0fc05f51f529: Preparing 21:16:07 f4666769fca7: Preparing 21:16:07 687f3c865948: Waiting 21:16:07 e1cb2fd36b40: Waiting 21:16:07 b9cf8c8d660d: Waiting 21:16:07 0fc05f51f529: Waiting 21:16:07 cc1a7bf5b465: Waiting 21:16:07 f4666769fca7: Waiting 21:16:07 ---> Running in b451cf2452f7 21:16:07 0b63f571ee57: Pushed 21:16:07 371076ea926b: Pushed 21:16:07 c70b843b5ea7: Pushed 21:16:07 e62cad10028a: Pushed 21:16:07 b9cf8c8d660d: Pushed 21:16:08 687f3c865948: Pushed 21:16:08 cc1a7bf5b465: Pushed 21:16:08 e1cb2fd36b40: Pushed 21:16:08 f4666769fca7: Layer already exists 21:16:08 0fc05f51f529: Pushed 21:16:08 243e2758d68b: Pushed 21:16:08 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:dd4e4fe7d222a8d1422dc4cf54ec0c86875aa8e08ca09b82949e9870d39e9cf0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:16:08 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:09 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.13 21:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:16:09 243e2758d68b: Preparing 21:16:09 e62cad10028a: Preparing 21:16:09 0b63f571ee57: Preparing 21:16:09 c70b843b5ea7: Preparing 21:16:09 c70b843b5ea7: Preparing 21:16:09 371076ea926b: Preparing 21:16:09 687f3c865948: Preparing 21:16:09 e1cb2fd36b40: Preparing 21:16:09 243e2758d68b: Preparing 21:16:09 b9cf8c8d660d: Preparing 21:16:09 cc1a7bf5b465: Preparing 21:16:09 0fc05f51f529: Preparing 21:16:09 f4666769fca7: Preparing 21:16:09 b9cf8c8d660d: Waiting 21:16:09 cc1a7bf5b465: Waiting 21:16:09 687f3c865948: Waiting 21:16:09 0fc05f51f529: Waiting 21:16:09 f4666769fca7: Waiting 21:16:09 0b63f571ee57: Layer already exists 21:16:09 c70b843b5ea7: Layer already exists 21:16:09 e62cad10028a: Layer already exists 21:16:09 243e2758d68b: Layer already exists 21:16:09 371076ea926b: Layer already exists 21:16:09 b9cf8c8d660d: Layer already exists 21:16:09 e1cb2fd36b40: Layer already exists 21:16:09 cc1a7bf5b465: Layer already exists 21:16:09 687f3c865948: Layer already exists 21:16:09 0fc05f51f529: Layer already exists 21:16:09 f4666769fca7: Layer already exists 21:16:09 2.0.0-dev.13: digest: sha256:dd4e4fe7d222a8d1422dc4cf54ec0c86875aa8e08ca09b82949e9870d39e9cf0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:16:09 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:16:10 243e2758d68b: Preparing 21:16:10 e62cad10028a: Preparing 21:16:10 0b63f571ee57: Preparing 21:16:10 c70b843b5ea7: Preparing 21:16:10 c70b843b5ea7: Preparing 21:16:10 371076ea926b: Preparing 21:16:10 687f3c865948: Preparing 21:16:10 e1cb2fd36b40: Preparing 21:16:10 243e2758d68b: Preparing 21:16:10 b9cf8c8d660d: Preparing 21:16:10 cc1a7bf5b465: Preparing 21:16:10 0fc05f51f529: Preparing 21:16:10 f4666769fca7: Preparing 21:16:10 687f3c865948: Waiting 21:16:10 0fc05f51f529: Waiting 21:16:10 f4666769fca7: Waiting 21:16:10 cc1a7bf5b465: Waiting 21:16:10 e1cb2fd36b40: Waiting 21:16:10 b9cf8c8d660d: Waiting 21:16:10 371076ea926b: Layer already exists 21:16:10 243e2758d68b: Layer already exists 21:16:10 e62cad10028a: Layer already exists 21:16:10 c70b843b5ea7: Layer already exists 21:16:10 0b63f571ee57: Layer already exists 21:16:10 687f3c865948: Layer already exists 21:16:10 e1cb2fd36b40: Layer already exists 21:16:10 cc1a7bf5b465: Layer already exists 21:16:10 b9cf8c8d660d: Layer already exists 21:16:10 0fc05f51f529: Layer already exists 21:16:10 f4666769fca7: Layer already exists 21:16:10 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:dd4e4fe7d222a8d1422dc4cf54ec0c86875aa8e08ca09b82949e9870d39e9cf0 size: 3027 [Pipeline] isUnix [Pipeline] sh 21:16:10 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 21:16:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 21:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 21:16:10 243e2758d68b: Preparing 21:16:10 e62cad10028a: Preparing 21:16:10 0b63f571ee57: Preparing 21:16:10 c70b843b5ea7: Preparing 21:16:10 c70b843b5ea7: Preparing 21:16:10 371076ea926b: Preparing 21:16:10 687f3c865948: Preparing 21:16:10 e1cb2fd36b40: Preparing 21:16:10 243e2758d68b: Preparing 21:16:10 b9cf8c8d660d: Preparing 21:16:10 cc1a7bf5b465: Preparing 21:16:10 0fc05f51f529: Preparing 21:16:10 f4666769fca7: Preparing 21:16:10 e1cb2fd36b40: Waiting 21:16:10 b9cf8c8d660d: Waiting 21:16:10 cc1a7bf5b465: Waiting 21:16:10 0fc05f51f529: Waiting 21:16:10 f4666769fca7: Waiting 21:16:10 687f3c865948: Waiting 21:16:10 371076ea926b: Layer already exists 21:16:10 e62cad10028a: Layer already exists 21:16:10 243e2758d68b: Layer already exists 21:16:10 0b63f571ee57: Layer already exists 21:16:10 c70b843b5ea7: Layer already exists 21:16:10 e1cb2fd36b40: Layer already exists 21:16:10 b9cf8c8d660d: Layer already exists 21:16:10 687f3c865948: Layer already exists 21:16:10 cc1a7bf5b465: Layer already exists 21:16:10 0fc05f51f529: Layer already exists 21:16:10 f4666769fca7: Layer already exists 21:16:10 master: digest: sha256:dd4e4fe7d222a8d1422dc4cf54ec0c86875aa8e08ca09b82949e9870d39e9cf0 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:11 ===================================================== [Pipeline] echo 21:16:11 taggedImages: 21:16:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:2.0.0-dev.13 21:16:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:11 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 21:16:11 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 21:16:11 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:11 2.0.0-dev.13 21:16:11 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:11 master 21:16:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:11 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:16:12 206a158a4279: Preparing 21:16:12 ce65cc48cc20: Preparing 21:16:12 196014cadf51: Preparing 21:16:12 ab4cd3163826: Preparing 21:16:12 5392ac97be1d: Preparing 21:16:12 7306d9cb10ea: Preparing 21:16:12 98efe5d4664f: Preparing 21:16:12 abcb7679d2cc: Preparing 21:16:12 1b3ee35aacca: Preparing 21:16:12 98efe5d4664f: Waiting 21:16:12 abcb7679d2cc: Waiting 21:16:12 1b3ee35aacca: Waiting 21:16:12 7306d9cb10ea: Waiting 21:16:12 5392ac97be1d: Pushed 21:16:12 ce65cc48cc20: Pushed 21:16:12 206a158a4279: Pushed 21:16:12 abcb7679d2cc: Layer already exists 21:16:12 1b3ee35aacca: Layer already exists 21:16:12 7306d9cb10ea: Pushed 21:16:12 98efe5d4664f: Pushed 21:16:12 ab4cd3163826: Pushed 21:16:12 196014cadf51: Pushed 21:16:13 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:14dac9e630b2e8c2b25578825bdc0c732b927d46ef2f7b33ad631e44329152d5 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:16:13 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.13 21:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:16:13 206a158a4279: Preparing 21:16:13 ce65cc48cc20: Preparing 21:16:13 196014cadf51: Preparing 21:16:13 ab4cd3163826: Preparing 21:16:13 5392ac97be1d: Preparing 21:16:13 7306d9cb10ea: Preparing 21:16:13 98efe5d4664f: Preparing 21:16:13 abcb7679d2cc: Preparing 21:16:13 1b3ee35aacca: Preparing 21:16:13 7306d9cb10ea: Waiting 21:16:13 98efe5d4664f: Waiting 21:16:13 abcb7679d2cc: Waiting 21:16:13 1b3ee35aacca: Waiting 21:16:13 ce65cc48cc20: Layer already exists 21:16:13 5392ac97be1d: Layer already exists 21:16:13 ab4cd3163826: Layer already exists 21:16:13 206a158a4279: Layer already exists 21:16:13 196014cadf51: Layer already exists 21:16:13 abcb7679d2cc: Layer already exists 21:16:13 98efe5d4664f: Layer already exists 21:16:13 7306d9cb10ea: Layer already exists 21:16:13 1b3ee35aacca: Layer already exists 21:16:13 2.0.0-dev.13: digest: sha256:14dac9e630b2e8c2b25578825bdc0c732b927d46ef2f7b33ad631e44329152d5 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:16:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:14 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:16:14 206a158a4279: Preparing 21:16:14 ce65cc48cc20: Preparing 21:16:14 196014cadf51: Preparing 21:16:14 ab4cd3163826: Preparing 21:16:14 5392ac97be1d: Preparing 21:16:14 7306d9cb10ea: Preparing 21:16:14 98efe5d4664f: Preparing 21:16:14 abcb7679d2cc: Preparing 21:16:14 1b3ee35aacca: Preparing 21:16:14 7306d9cb10ea: Waiting 21:16:14 98efe5d4664f: Waiting 21:16:14 abcb7679d2cc: Waiting 21:16:14 1b3ee35aacca: Waiting 21:16:14 196014cadf51: Layer already exists 21:16:14 ce65cc48cc20: Layer already exists 21:16:14 206a158a4279: Layer already exists 21:16:14 5392ac97be1d: Layer already exists 21:16:14 ab4cd3163826: Layer already exists 21:16:14 7306d9cb10ea: Layer already exists 21:16:14 98efe5d4664f: Layer already exists 21:16:14 abcb7679d2cc: Layer already exists 21:16:14 1b3ee35aacca: Layer already exists 21:16:14 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:14dac9e630b2e8c2b25578825bdc0c732b927d46ef2f7b33ad631e44329152d5 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:16:14 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 21:16:14 Removing intermediate container 59654bf19e41 21:16:14 ---> 52612dce88cd 21:16:14 Step 7/29 : COPY . . 21:16:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 21:16:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:16:14 ---> 0076b347b08e 21:16:14 Step 3/22 : WORKDIR /edgex-go 21:16:14 ---> Using cache 21:16:14 ---> 45e6903337ec 21:16:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:16:14 ---> Using cache 21:16:14 ---> b0816cb2cc2c 21:16:14 Step 5/22 : RUN apk update && apk add make git 21:16:14 ---> Using cache 21:16:14 ---> 95ce07d4c8d6 21:16:14 Step 6/22 : COPY go.mod . 21:16:14 ---> Using cache 21:16:14 ---> 7d604ece50b6 21:16:14 Step 7/22 : RUN go mod download 21:16:14 ---> Using cache 21:16:14 ---> 1e4b9b683c09 21:16:14 Step 8/22 : COPY . . 21:16:14 Removing intermediate container b451cf2452f7 21:16:14 ---> 8ac83073d1e6 21:16:14 Step 8/24 : COPY . . 21:16:14 ---> Using cache 21:16:14 ---> c4c2b3cbfdb2 21:16:14 Step 9/22 : RUN make cmd/core-metadata/core-metadata [Pipeline] isUnix [Pipeline] sh 21:16:15 ---> Running in 172dade439fa 21:16:15 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 21:16:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 21:16:15 206a158a4279: Preparing 21:16:15 ce65cc48cc20: Preparing 21:16:15 196014cadf51: Preparing 21:16:15 ab4cd3163826: Preparing 21:16:15 5392ac97be1d: Preparing 21:16:15 7306d9cb10ea: Preparing 21:16:15 98efe5d4664f: Preparing 21:16:15 abcb7679d2cc: Preparing 21:16:15 1b3ee35aacca: Preparing 21:16:15 7306d9cb10ea: Waiting 21:16:15 98efe5d4664f: Waiting 21:16:15 abcb7679d2cc: Waiting 21:16:15 1b3ee35aacca: Waiting 21:16:15 196014cadf51: Layer already exists 21:16:15 206a158a4279: Layer already exists 21:16:15 ce65cc48cc20: Layer already exists 21:16:15 ab4cd3163826: Layer already exists 21:16:15 5392ac97be1d: Layer already exists 21:16:15 98efe5d4664f: Layer already exists 21:16:15 abcb7679d2cc: Layer already exists 21:16:15 7306d9cb10ea: Layer already exists 21:16:15 1b3ee35aacca: Layer already exists 21:16:15 master: digest: sha256:14dac9e630b2e8c2b25578825bdc0c732b927d46ef2f7b33ad631e44329152d5 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:15 ===================================================== [Pipeline] echo 21:16:15 taggedImages: 21:16:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.13 21:16:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:15 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 21:16:15 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 21:16:15 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:15 2.0.0-dev.13 21:16:15 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:15 master 21:16:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:15 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:16 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:16:16 00b1f4af7644: Preparing 21:16:16 fd05b98453ca: Preparing 21:16:16 9168b805546d: Preparing 21:16:16 e37c53559cdf: Preparing 21:16:16 0f4a721fd958: Preparing 21:16:16 cb4b80ed8979: Preparing 21:16:16 cb4b80ed8979: Waiting 21:16:16 00b1f4af7644: Pushed 21:16:16 9168b805546d: Pushed 21:16:16 e37c53559cdf: Pushed 21:16:16 cb4b80ed8979: Pushed 21:16:16 0f4a721fd958: Pushed 21:16:17 fd05b98453ca: Pushed 21:16:17 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:58180e63948e9c7814372843a3f898d8b433883b7b25542305280e26f14d5c96 size: 1573 21:16:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] isUnix [Pipeline] sh 21:16:17 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:18 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.13 21:16:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:16:18 00b1f4af7644: Preparing 21:16:18 fd05b98453ca: Preparing 21:16:18 9168b805546d: Preparing 21:16:18 e37c53559cdf: Preparing 21:16:18 0f4a721fd958: Preparing 21:16:18 cb4b80ed8979: Preparing 21:16:18 cb4b80ed8979: Waiting 21:16:18 e37c53559cdf: Layer already exists 21:16:18 0f4a721fd958: Layer already exists 21:16:18 fd05b98453ca: Layer already exists 21:16:18 00b1f4af7644: Layer already exists 21:16:18 9168b805546d: Layer already exists 21:16:18 cb4b80ed8979: Layer already exists 21:16:18 2.0.0-dev.13: digest: sha256:58180e63948e9c7814372843a3f898d8b433883b7b25542305280e26f14d5c96 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:16:18 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:16:19 00b1f4af7644: Preparing 21:16:19 fd05b98453ca: Preparing 21:16:19 9168b805546d: Preparing 21:16:19 e37c53559cdf: Preparing 21:16:19 0f4a721fd958: Preparing 21:16:19 cb4b80ed8979: Preparing 21:16:19 cb4b80ed8979: Waiting 21:16:19 9168b805546d: Layer already exists 21:16:19 00b1f4af7644: Layer already exists 21:16:19 fd05b98453ca: Layer already exists 21:16:19 0f4a721fd958: Layer already exists 21:16:19 e37c53559cdf: Layer already exists 21:16:19 cb4b80ed8979: Layer already exists 21:16:19 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:58180e63948e9c7814372843a3f898d8b433883b7b25542305280e26f14d5c96 size: 1573 [Pipeline] isUnix [Pipeline] sh 21:16:19 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 21:16:19 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 21:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 21:16:19 00b1f4af7644: Preparing 21:16:19 fd05b98453ca: Preparing 21:16:19 9168b805546d: Preparing 21:16:19 e37c53559cdf: Preparing 21:16:19 0f4a721fd958: Preparing 21:16:19 cb4b80ed8979: Preparing 21:16:19 cb4b80ed8979: Waiting 21:16:19 9168b805546d: Layer already exists 21:16:19 00b1f4af7644: Layer already exists 21:16:19 e37c53559cdf: Layer already exists 21:16:19 0f4a721fd958: Layer already exists 21:16:19 fd05b98453ca: Layer already exists 21:16:19 cb4b80ed8979: Layer already exists 21:16:19 master: digest: sha256:58180e63948e9c7814372843a3f898d8b433883b7b25542305280e26f14d5c96 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:19 ===================================================== [Pipeline] echo 21:16:19 taggedImages: 21:16:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.13 21:16:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:19 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 21:16:20 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 21:16:20 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:20 2.0.0-dev.13 21:16:20 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:20 master 21:16:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:20 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:16:20 827e5501b2a3: Preparing 21:16:20 10e5593150c6: Preparing 21:16:20 db8eb3aa3f1c: Preparing 21:16:20 827e5501b2a3: Pushed 21:16:20 db8eb3aa3f1c: Pushed 21:16:22 10e5593150c6: Pushed 21:16:22 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:79f55aff5572f308423e84663ff3ed33490714b5bd7bb857b81513aa5cf0d7e3 size: 943 [Pipeline] isUnix [Pipeline] sh 21:16:22 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:22 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.13 21:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:16:22 827e5501b2a3: Preparing 21:16:22 10e5593150c6: Preparing 21:16:22 db8eb3aa3f1c: Preparing 21:16:22 db8eb3aa3f1c: Layer already exists 21:16:22 10e5593150c6: Layer already exists 21:16:22 827e5501b2a3: Layer already exists 21:16:22 2.0.0-dev.13: digest: sha256:79f55aff5572f308423e84663ff3ed33490714b5bd7bb857b81513aa5cf0d7e3 size: 943 [Pipeline] isUnix [Pipeline] sh 21:16:23 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:16:23 827e5501b2a3: Preparing 21:16:23 10e5593150c6: Preparing 21:16:23 db8eb3aa3f1c: Preparing 21:16:23 db8eb3aa3f1c: Layer already exists 21:16:23 10e5593150c6: Layer already exists 21:16:23 827e5501b2a3: Layer already exists 21:16:23 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:79f55aff5572f308423e84663ff3ed33490714b5bd7bb857b81513aa5cf0d7e3 size: 943 [Pipeline] isUnix [Pipeline] sh 21:16:23 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 21:16:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 21:16:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 21:16:24 827e5501b2a3: Preparing 21:16:24 10e5593150c6: Preparing 21:16:24 db8eb3aa3f1c: Preparing 21:16:24 db8eb3aa3f1c: Layer already exists 21:16:24 10e5593150c6: Layer already exists 21:16:24 827e5501b2a3: Layer already exists 21:16:24 master: digest: sha256:79f55aff5572f308423e84663ff3ed33490714b5bd7bb857b81513aa5cf0d7e3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:24 ===================================================== [Pipeline] echo 21:16:24 taggedImages: 21:16:24 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:24 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.13 21:16:24 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:24 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 21:16:24 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 21:16:24 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:24 2.0.0-dev.13 21:16:24 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:24 master 21:16:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:16:25 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:16:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:16:25 c5dd36188dfa: Preparing 21:16:25 89e6e5cc0e09: Preparing 21:16:25 25e2994b5490: Preparing 21:16:25 604317c99822: Preparing 21:16:25 4e853b535c9f: Preparing 21:16:25 d4b0b63a23fa: Preparing 21:16:25 0f79ecca82d3: Preparing 21:16:25 0754057c0ad3: Preparing 21:16:25 998cdf262ab1: Preparing 21:16:25 02e56110abd2: Preparing 21:16:25 abc36efb885a: Preparing 21:16:25 b0b09059f4e1: Preparing 21:16:25 bb961f40224b: Preparing 21:16:25 f4666769fca7: Preparing 21:16:25 998cdf262ab1: Waiting 21:16:25 02e56110abd2: Waiting 21:16:25 abc36efb885a: Waiting 21:16:25 d4b0b63a23fa: Waiting 21:16:25 0f79ecca82d3: Waiting 21:16:25 0754057c0ad3: Waiting 21:16:25 b0b09059f4e1: Waiting 21:16:25 f4666769fca7: Waiting 21:16:25 bb961f40224b: Waiting 21:16:25 4e853b535c9f: Pushed 21:16:25 c5dd36188dfa: Pushed 21:16:25 604317c99822: Pushed 21:16:25 0754057c0ad3: Layer already exists 21:16:25 0f79ecca82d3: Pushed 21:16:25 998cdf262ab1: Layer already exists 21:16:25 02e56110abd2: Layer already exists 21:16:25 abc36efb885a: Layer already exists 21:16:25 b0b09059f4e1: Layer already exists 21:16:25 bb961f40224b: Layer already exists 21:16:25 f4666769fca7: Layer already exists 21:16:26 89e6e5cc0e09: Pushed 21:16:26 d4b0b63a23fa: Pushed 21:16:30 25e2994b5490: Pushed 21:16:30 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:8f346c7ec17022ca1db4c6cc762836c82b030f7f4a19640e5ac9c5282b214640 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:16:30 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:30 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.13 21:16:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:16:30 c5dd36188dfa: Preparing 21:16:30 89e6e5cc0e09: Preparing 21:16:30 25e2994b5490: Preparing 21:16:30 604317c99822: Preparing 21:16:30 4e853b535c9f: Preparing 21:16:30 d4b0b63a23fa: Preparing 21:16:30 0f79ecca82d3: Preparing 21:16:30 0754057c0ad3: Preparing 21:16:30 998cdf262ab1: Preparing 21:16:30 02e56110abd2: Preparing 21:16:30 abc36efb885a: Preparing 21:16:30 b0b09059f4e1: Preparing 21:16:30 bb961f40224b: Preparing 21:16:30 f4666769fca7: Preparing 21:16:30 0f79ecca82d3: Waiting 21:16:30 0754057c0ad3: Waiting 21:16:30 998cdf262ab1: Waiting 21:16:30 02e56110abd2: Waiting 21:16:30 abc36efb885a: Waiting 21:16:30 b0b09059f4e1: Waiting 21:16:30 bb961f40224b: Waiting 21:16:30 f4666769fca7: Waiting 21:16:30 d4b0b63a23fa: Waiting 21:16:30 89e6e5cc0e09: Layer already exists 21:16:30 c5dd36188dfa: Layer already exists 21:16:30 604317c99822: Layer already exists 21:16:30 4e853b535c9f: Layer already exists 21:16:30 25e2994b5490: Layer already exists 21:16:30 d4b0b63a23fa: Layer already exists 21:16:30 0f79ecca82d3: Layer already exists 21:16:30 0754057c0ad3: Layer already exists 21:16:30 02e56110abd2: Layer already exists 21:16:30 998cdf262ab1: Layer already exists 21:16:30 abc36efb885a: Layer already exists 21:16:30 bb961f40224b: Layer already exists 21:16:30 f4666769fca7: Layer already exists 21:16:30 b0b09059f4e1: Layer already exists 21:16:30 2.0.0-dev.13: digest: sha256:8f346c7ec17022ca1db4c6cc762836c82b030f7f4a19640e5ac9c5282b214640 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:16:31 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:16:31 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:16:31 c5dd36188dfa: Preparing 21:16:31 89e6e5cc0e09: Preparing 21:16:31 25e2994b5490: Preparing 21:16:31 604317c99822: Preparing 21:16:31 4e853b535c9f: Preparing 21:16:31 d4b0b63a23fa: Preparing 21:16:31 0f79ecca82d3: Preparing 21:16:31 0754057c0ad3: Preparing 21:16:31 998cdf262ab1: Preparing 21:16:31 02e56110abd2: Preparing 21:16:31 abc36efb885a: Preparing 21:16:31 b0b09059f4e1: Preparing 21:16:31 bb961f40224b: Preparing 21:16:31 f4666769fca7: Preparing 21:16:31 b0b09059f4e1: Waiting 21:16:31 bb961f40224b: Waiting 21:16:31 f4666769fca7: Waiting 21:16:31 998cdf262ab1: Waiting 21:16:31 02e56110abd2: Waiting 21:16:31 d4b0b63a23fa: Waiting 21:16:31 0f79ecca82d3: Waiting 21:16:31 0754057c0ad3: Waiting 21:16:31 abc36efb885a: Waiting 21:16:31 4e853b535c9f: Layer already exists 21:16:31 89e6e5cc0e09: Layer already exists 21:16:31 604317c99822: Layer already exists 21:16:31 c5dd36188dfa: Layer already exists 21:16:31 25e2994b5490: Layer already exists 21:16:31 0754057c0ad3: Layer already exists 21:16:31 d4b0b63a23fa: Layer already exists 21:16:31 02e56110abd2: Layer already exists 21:16:31 998cdf262ab1: Layer already exists 21:16:31 0f79ecca82d3: Layer already exists 21:16:31 b0b09059f4e1: Layer already exists 21:16:31 abc36efb885a: Layer already exists 21:16:31 bb961f40224b: Layer already exists 21:16:31 f4666769fca7: Layer already exists 21:16:31 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:8f346c7ec17022ca1db4c6cc762836c82b030f7f4a19640e5ac9c5282b214640 size: 3252 [Pipeline] isUnix [Pipeline] sh 21:16:31 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 21:16:32 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 21:16:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 21:16:32 c5dd36188dfa: Preparing 21:16:32 89e6e5cc0e09: Preparing 21:16:32 25e2994b5490: Preparing 21:16:32 604317c99822: Preparing 21:16:32 4e853b535c9f: Preparing 21:16:32 d4b0b63a23fa: Preparing 21:16:32 0f79ecca82d3: Preparing 21:16:32 0754057c0ad3: Preparing 21:16:32 998cdf262ab1: Preparing 21:16:32 02e56110abd2: Preparing 21:16:32 abc36efb885a: Preparing 21:16:32 b0b09059f4e1: Preparing 21:16:32 bb961f40224b: Preparing 21:16:32 f4666769fca7: Preparing 21:16:32 d4b0b63a23fa: Waiting 21:16:32 02e56110abd2: Waiting 21:16:32 0f79ecca82d3: Waiting 21:16:32 0754057c0ad3: Waiting 21:16:32 abc36efb885a: Waiting 21:16:32 f4666769fca7: Waiting 21:16:32 b0b09059f4e1: Waiting 21:16:32 bb961f40224b: Waiting 21:16:32 998cdf262ab1: Waiting 21:16:32 c5dd36188dfa: Layer already exists 21:16:32 25e2994b5490: Layer already exists 21:16:32 604317c99822: Layer already exists 21:16:32 89e6e5cc0e09: Layer already exists 21:16:32 4e853b535c9f: Layer already exists 21:16:32 0754057c0ad3: Layer already exists 21:16:32 0f79ecca82d3: Layer already exists 21:16:32 d4b0b63a23fa: Layer already exists 21:16:32 998cdf262ab1: Layer already exists 21:16:32 02e56110abd2: Layer already exists 21:16:32 abc36efb885a: Layer already exists 21:16:32 b0b09059f4e1: Layer already exists 21:16:32 f4666769fca7: Layer already exists 21:16:32 bb961f40224b: Layer already exists 21:16:32 master: digest: sha256:8f346c7ec17022ca1db4c6cc762836c82b030f7f4a19640e5ac9c5282b214640 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:16:32 ===================================================== [Pipeline] echo 21:16:32 taggedImages: 21:16:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:16:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.13 21:16:32 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:16:32 - 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:16:36 ---> fdaea7501868 21:16:36 ---> 834fa1dcd3ee 21:16:36 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 21:16:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 21:16:36 ---> Running in 4a53b45c99cc 21:16:36 ---> Running in cd90009c673e 21:16:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 21:16:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:17:04 Removing intermediate container 0a23becd6e63 21:17:04 ---> c5d71bf38a30 21:17:04 21:17:04 Step 10/22 : FROM alpine:3.10 21:17:04 ---> 536a684cf733 21:17:04 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 21:17:04 ---> Using cache 21:17:04 ---> d792b7d1dd51 21:17:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 21:17:04 ---> Running in 7f89053df32e 21:17:04 Removing intermediate container 7f89053df32e 21:17:04 ---> a3442e57decd 21:17:04 Step 13/22 : WORKDIR / 21:17:04 ---> Running in 45a05c0c43b2 21:17:04 Removing intermediate container 45a05c0c43b2 21:17:04 ---> 0a6a8d104bc2 21:17:04 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 21:17:06 ---> f78826f536b8 21:17:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 21:17:08 ---> 397e61842404 21:17:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 21:17:09 ---> af7630ceffd3 21:17:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 21:17:10 ---> 0d98c069b0b4 21:17:10 Step 18/22 : RUN chmod +x entrypoint.sh 21:17:10 ---> Running in 738aaf2663f7 21:17:14 Removing intermediate container 738aaf2663f7 21:17:14 ---> 09a8a09678d0 21:17:14 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 21:17:14 ---> Running in 25ef83151556 21:17:15 Removing intermediate container 25ef83151556 21:17:15 ---> 8c317131c3e7 21:17:15 Step 20/22 : LABEL arch=arm64 21:17:15 ---> Running in 101a19f9c52a 21:17:15 Removing intermediate container 101a19f9c52a 21:17:15 ---> 1cfcba24f762 21:17:15 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:17:16 ---> Running in 42f0192652da 21:17:16 Removing intermediate container 42f0192652da 21:17:16 ---> fcfe2e91a2b5 21:17:16 Step 22/22 : LABEL version=2.0.0-dev.13 21:17:16 ---> Running in 5c5f1ad11079 21:17:17 Removing intermediate container 5c5f1ad11079 21:17:17 ---> a7e029064949 21:17:17 21:17:17 Successfully built a7e029064949 21:17:17 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 21:17:26  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 47c7f32882f1 21:17:26 ---> aedb1a2afc0a 21:17:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:17:26 ---> Running in 25ec9bb5d098 21:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:17:32 Removing intermediate container 25ec9bb5d098 21:17:32 ---> 16375bfbe18f 21:17:32 21:17:32 Step 11/27 : FROM docker:latest 21:17:32 ---> eeaf43b92773 21:17:32 Step 12/27 : RUN apk add --no-cache bash 21:17:32 ---> Running in b1ee438adb7b 21:17:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:35 (1/2) Installing readline (8.0.4-r0) 21:17:35 (2/2) Installing bash (5.0.17-r0) 21:17:35 Executing bash-5.0.17-r0.post-install 21:17:35 Executing busybox-1.31.1-r19.trigger 21:17:35 OK: 12 MiB in 22 packages 21:17:37 Removing intermediate container b1ee438adb7b 21:17:37 ---> 2691c8e90050 21:17:37 Step 13/27 : RUN rm -rf /var/cache/apk/* 21:17:37 ---> Running in cc4a58bfbf8b 21:17:40 Removing intermediate container cc4a58bfbf8b 21:17:40 ---> 6e93f4702011 21:17:40 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:17:40 ---> Running in 23421d76054b 21:17:41 Removing intermediate container 23421d76054b 21:17:41 ---> 7924718d1807 21:17:41 Step 15/27 : ENV APP_PORT=48090 21:17:41 ---> Running in e2e7b1b2fc7a 21:17:42 Removing intermediate container e2e7b1b2fc7a 21:17:42 ---> 76dbb89f3f90 21:17:42 Step 16/27 : EXPOSE $APP_PORT 21:17:42 ---> Running in 2b0f87151e4b 21:17:43 Removing intermediate container 2b0f87151e4b 21:17:43 ---> fb99cbfd3591 21:17:43 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:17:45 ---> 419e2610d8bb 21:17:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:17:46 ---> 0fc0e15e9589 21:17:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:17:47 ---> f0f8b8833a8b 21:17:47 Step 20/27 : RUN apk --no-cache add py3-pip 21:17:47 ---> Running in 82c353f3c82c 21:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:50 (1/33) Installing libbz2 (1.0.8-r1) 21:17:50 (2/33) Installing expat (2.2.9-r1) 21:17:50 (3/33) Installing libffi (3.3-r2) 21:17:50 (4/33) Installing gdbm (1.13-r1) 21:17:50 (5/33) Installing xz-libs (5.2.5-r0) 21:17:50 (6/33) Installing sqlite-libs (3.32.1-r0) 21:17:50 (7/33) Installing python3 (3.8.5-r0) 21:17:52 Removing intermediate container 4a53b45c99cc 21:17:52 ---> ab3404a1707c 21:17:52 21:17:52 Step 9/29 : FROM alpine:latest 21:17:52 ---> dd36a01c3f31 21:17:52 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 21:17:52 ---> Running in f14ba10e721c 21:17:53 (8/33) Installing py3-appdirs (1.4.4-r1) 21:17:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:17:53 (10/33) Installing py3-parsing (2.4.7-r0) 21:17:53 (11/33) Installing py3-six (1.15.0-r0) 21:17:53 (12/33) Installing py3-packaging (20.4-r0) 21:17:53 (13/33) Installing py3-setuptools (47.0.0-r0) 21:17:53 (14/33) Installing py3-chardet (3.0.4-r4) 21:17:53 (15/33) Installing py3-idna (2.9-r0) 21:17:53 Removing intermediate container f14ba10e721c 21:17:53 ---> c2de0ad7ede9 21:17:53 Step 11/29 : USER root 21:17:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:17:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:17:53 (18/33) Installing py3-requests (2.23.0-r0) 21:17:53 (19/33) Installing py3-msgpack (1.0.0-r0) 21:17:53 (20/33) Installing py3-lockfile (0.12.2-r3) 21:17:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:17:53 (22/33) Installing py3-colorama (0.4.3-r0) 21:17:53 ---> Running in 2cd47cf57978 21:17:53 (23/33) Installing py3-distlib (0.3.0-r0) 21:17:53 (24/33) Installing py3-distro (1.5.0-r1) 21:17:54 (25/33) Installing py3-webencodings (0.5.1-r3) 21:17:54 (26/33) Installing py3-html5lib (1.0.1-r4) 21:17:54 (27/33) Installing py3-pytoml (0.1.21-r0) 21:17:54 (28/33) Installing py3-pep517 (0.8.2-r0) 21:17:54 (29/33) Installing py3-progress (1.5-r0) 21:17:54 (30/33) Installing py3-toml (0.10.1-r0) 21:17:54 (31/33) Installing py3-retrying (1.3.3-r0) 21:17:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:17:54 (33/33) Installing py3-pip (20.1.1-r0) 21:17:54 Executing busybox-1.31.1-r19.trigger 21:17:54 OK: 71 MiB in 55 packages 21:17:54 Removing intermediate container 2cd47cf57978 21:17:54 ---> 0f61de48ebfd 21:17:54 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 21:17:54 ---> Running in 7f7b26a8aa7e 21:17:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:17:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:17:57 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 21:17:57 v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 21:17:57 OK: 12617 distinct packages available 21:17:58 (1/2) Installing ca-certificates (20191127-r4) 21:17:58 (2/2) Installing dumb-init (1.2.2-r1) 21:17:59 Executing busybox-1.31.1-r19.trigger 21:17:59 Executing ca-certificates-20191127-r4.trigger 21:17:59 OK: 6 MiB in 16 packages 21:18:02 Removing intermediate container 7f7b26a8aa7e 21:18:02 ---> 07edfd17df9e 21:18:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 21:18:03 ---> Running in ff798b8e833a 21:18:03 Removing intermediate container ff798b8e833a 21:18:03 ---> f9bccccb7b32 21:18:03 Step 14/29 : WORKDIR $BASE_DIR 21:18:03 ---> Running in 31eb7bf3db9c 21:18:04 Removing intermediate container 31eb7bf3db9c 21:18:04 ---> 44cac33faaa9 21:18:04 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 21:18:04 ---> Running in 3b6db607786a 21:18:05 Removing intermediate container 82c353f3c82c 21:18:05 ---> 3e2817389151 21:18:05 Step 21/27 : RUN pip install docker-compose==1.23.2 21:18:05 ---> Running in af2c7ebb32bd 21:18:07 Removing intermediate container 3b6db607786a 21:18:07 ---> dbc3756ea88a 21:18:07 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 21:18:09 ---> e57a0d86c817 21:18:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 21:18:10 ---> 5a47e22eafef 21:18:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 21:18:11 ---> 3d543976a0bd 21:18:11 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 21:18:12 Collecting docker-compose==1.23.2 21:18:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:18:13 ---> ec89d258748a 21:18:13 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 21:18:13 Collecting websocket-client<1.0,>=0.32.0 21:18:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:18:13 Removing intermediate container cd90009c673e 21:18:13 ---> 8aac21e4c4ed 21:18:13 21:18:13 Step 10/24 : FROM scratch 21:18:13 ---> 21:18:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 21:18:14 Collecting cached-property<2,>=1.2.0 21:18:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:18:14 ---> Running in 136c19b36473 21:18:14 ---> 3a329b1e8e91 21:18:14 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 21:18:14 ---> Running in b0fabf38a097 21:18:14 Removing intermediate container 136c19b36473 21:18:14 ---> ae59a1a840d0 21:18:14 Step 12/24 : ENV APP_PORT=48060 21:18:15 Removing intermediate container 172dade439fa 21:18:15 ---> c75d16d8e79e 21:18:15 21:18:15 Step 10/22 : FROM scratch 21:18:15 ---> 21:18:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:18:15 ---> Running in ea8cf40756c8 21:18:15 Collecting PyYAML<4,>=3.10 21:18:15 Downloading PyYAML-3.13.tar.gz (270 kB) 21:18:15 ---> Using cache 21:18:15 ---> 77614b0dc10f 21:18:15 Step 12/22 : ENV APP_PORT=48081 21:18:15 ---> Running in 948b97770f51 21:18:15 Removing intermediate container ea8cf40756c8 21:18:15 ---> 3a2f10fcfda9 21:18:15 Step 13/24 : EXPOSE $APP_PORT 21:18:16 ---> Running in 6f4ad36f7ca7 21:18:16 Removing intermediate container 948b97770f51 21:18:16 ---> 3637134d7cbe 21:18:16 Step 13/22 : EXPOSE $APP_PORT 21:18:16 ---> Running in f113e03f3647 21:18:16 Removing intermediate container 6f4ad36f7ca7 21:18:16 ---> c16d7d3a358f 21:18:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 21:18:16 Removing intermediate container f113e03f3647 21:18:16 ---> 47d1a9d3b36f 21:18:16 Step 14/22 : WORKDIR / 21:18:16 ---> Running in 38e67550b92f 21:18:17 ---> 4765025c9942 21:18:17 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 21:18:17 Removing intermediate container 38e67550b92f 21:18:17 ---> 57672f0983e3 21:18:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 21:18:17 Removing intermediate container b0fabf38a097 21:18:17 ---> bacb3cdbe7c8 21:18:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 21:18:18 ---> a04c7824011f 21:18:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:18:18 ---> b7c99156b5bf 21:18:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:18:18 ---> ac5efecd340e 21:18:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 21:18:19 ---> Running in 62588f28046a 21:18:19 Collecting jsonschema<3,>=2.5.1 21:18:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:18:20 ---> 2f06b35f3e1d 21:18:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:18:20 Collecting texttable<0.10,>=0.9.0 21:18:20 Downloading texttable-0.9.1.tar.gz (11 kB) 21:18:20 ---> ecdc2a227c58 21:18:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 21:18:21 ---> f97e9934d3f0 21:18:21 Step 18/22 : ENTRYPOINT ["/core-metadata"] 21:18:21 ---> Running in a9fa06ffcfd1 21:18:21 ---> a69e5979c984 21:18:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:18:21 Removing intermediate container 62588f28046a 21:18:21 ---> 721336547ba6 21:18:21 Step 24/29 : RUN chmod 755 security-secrets-setup 21:18:22 ---> Running in 21474ce6e911 21:18:22 Removing intermediate container a9fa06ffcfd1 21:18:22 ---> 736a96a9970b 21:18:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:22 ---> Running in bcf708607031 21:18:23 Removing intermediate container bcf708607031 21:18:23 ---> 260f632e08ff 21:18:23 Step 20/22 : LABEL arch=arm64 21:18:23 ---> c3910ed0bde5 21:18:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:18:23 ---> Running in 69c014ab14c4 21:18:24 Removing intermediate container 69c014ab14c4 21:18:24 ---> 07ab34404667 21:18:24 Step 21/22 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:18:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:18:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:18:24 ---> Running in ee4e6cdb94c1 21:18:24 ---> de16f5b1898f 21:18:24 Step 20/24 : ENTRYPOINT ["/support-notifications"] 21:18:24 ---> Running in 129d505dc0bd 21:18:24 Removing intermediate container ee4e6cdb94c1 21:18:24 ---> 65a3e825ed4c 21:18:24 Step 22/22 : LABEL version=2.0.0-dev.13 21:18:25 Removing intermediate container 21474ce6e911 21:18:25 ---> 2af98390f610 21:18:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 21:18:25 ---> Running in e08c8f5596dd 21:18:25 Collecting docker<4.0,>=3.6.0 21:18:25 Removing intermediate container 129d505dc0bd 21:18:25 ---> 206348a9b182 21:18:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:18:25 ---> Running in ea436ad098f1 21:18:25 ---> Running in 79bb7329a41e 21:18:25 Removing intermediate container e08c8f5596dd 21:18:25 ---> 677520d2d694 21:18:25 21:18:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:18:25 Removing intermediate container ea436ad098f1 21:18:25 ---> 08572d801294 21:18:25 Step 26/29 : CMD [ "generate" ] 21:18:26 Successfully built 677520d2d694 21:18:26 Successfully tagged docker-core-metadata-go-arm64:latest 21:18:26  Building docker-core-metadata-go ... done Collecting dockerpty<0.5,>=0.4.1 21:18:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:18:26 ---> Running in 7725107401c1 21:18:26 Removing intermediate container 79bb7329a41e 21:18:26 ---> a7dce67e2d8d 21:18:26 Step 22/24 : LABEL arch=arm64 21:18:26 ---> Running in b87d8a052e49 21:18:26 Removing intermediate container 7725107401c1 21:18:26 ---> 195f4f3849f2 21:18:26 Step 27/29 : LABEL arch=arm64 21:18:26 ---> Running in ae06e570a1b5 21:18:26 Removing intermediate container b87d8a052e49 21:18:26 ---> 288ccb410d8a 21:18:26 Step 23/24 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:18:27 ---> Running in f982d175807c 21:18:27 Removing intermediate container ae06e570a1b5 21:18:27 ---> 35338d80d8c3 21:18:27 Step 28/29 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:18:27 ---> Running in c34223970da7 21:18:27 Removing intermediate container f982d175807c 21:18:27 ---> c5e5a08deb13 21:18:27 Step 24/24 : LABEL version=2.0.0-dev.13 21:18:27 ---> Running in b31f2fc5d1b0 21:18:27 Removing intermediate container c34223970da7 21:18:27 ---> 3b92e489f555 21:18:27 Step 29/29 : LABEL version=2.0.0-dev.13 21:18:27 ---> Running in 4d267dd4cce9 21:18:28 Removing intermediate container b31f2fc5d1b0 21:18:28 ---> a241d386bca6 21:18:28 21:18:28 Successfully built a241d386bca6 21:18:28 Collecting docopt<0.7,>=0.6.1 21:18:28 Downloading docopt-0.6.2.tar.gz (25 kB) 21:18:28 Successfully tagged docker-support-notifications-go-arm64:latest 21:18:28  Building docker-support-notifications-go ... done Removing intermediate container 4d267dd4cce9 21:18:28 ---> 17e0cd63c5a8 21:18:28 21:18:28 Successfully built 17e0cd63c5a8 21:18:28 Successfully tagged docker-security-secrets-setup-go-arm64:latest 21:18:30  Building docker-security-secrets-setup-go ... done Collecting urllib3<1.25,>=1.21.1 21:18:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:18:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:18:31 Collecting idna<2.8,>=2.5 21:18:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:18:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:18:31 Collecting docker-pycreds>=0.4.0 21:18:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:18:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:18:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:18:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:18:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:18:32 Installing collected packages: websocket-client, cached-property, PyYAML, jsonschema, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, docker-compose 21:18:32 Running setup.py install for PyYAML: started 21:18:34 Running setup.py install for PyYAML: finished with status 'done' 21:18:34 Running setup.py install for texttable: started 21:18:36 Running setup.py install for texttable: finished with status 'done' 21:18:36 Attempting uninstall: urllib3 21:18:36 Found existing installation: urllib3 1.25.9 21:18:36 Uninstalling urllib3-1.25.9: 21:18:36 Successfully uninstalled urllib3-1.25.9 21:18:37 Attempting uninstall: idna 21:18:37 Found existing installation: idna 2.9 21:18:37 Uninstalling idna-2.9: 21:18:37 Successfully uninstalled idna-2.9 21:18:38 Attempting uninstall: requests 21:18:38 Found existing installation: requests 2.23.0 21:18:38 Uninstalling requests-2.23.0: 21:18:38 Successfully uninstalled requests-2.23.0 21:18:39 Running setup.py install for dockerpty: started 21:18:41 Running setup.py install for dockerpty: finished with status 'done' 21:18:41 Running setup.py install for docopt: started 21:18:42 Running setup.py install for docopt: finished with status 'done' 21:18:43 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 21:18:48 Removing intermediate container af2c7ebb32bd 21:18:48 ---> ae455c943a13 21:18:48 Step 22/27 : RUN apk --no-cache add curl 21:18:48 ---> Running in d034852c4897 21:18:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:18:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:18:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:18:49 (2/3) Installing libcurl (7.69.1-r3) 21:18:49 (3/3) Installing curl (7.69.1-r3) 21:18:49 Executing busybox-1.31.1-r19.trigger 21:18:49 OK: 71 MiB in 58 packages 21:18:51 Removing intermediate container d034852c4897 21:18:51 ---> 5c00a1e30e20 21:18:51 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 21:18:51 ---> Running in 0a39b9078fa7 21:18:51 Removing intermediate container 0a39b9078fa7 21:18:51 ---> 22239bc6f31f 21:18:51 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:18:51 ---> Running in d0952d90ba07 21:18:51 Removing intermediate container d0952d90ba07 21:18:51 ---> 70d785978ab2 21:18:51 Step 25/27 : LABEL arch=arm64 21:18:51 ---> Running in b93ce8eba287 21:18:52 Removing intermediate container b93ce8eba287 21:18:52 ---> f36aefcf4bc4 21:18:52 Step 26/27 : LABEL git_sha=57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:18:52 ---> Running in 9502ea71f395 21:18:53 Removing intermediate container 9502ea71f395 21:18:53 ---> 1cab23a7e815 21:18:53 Step 27/27 : LABEL version=2.0.0-dev.13 21:18:53 ---> Running in 8dd1db8e4597 21:18:53 Removing intermediate container 8dd1db8e4597 21:18:53 ---> 1d03fe8c3087 21:18:53 21:18:54 Successfully built 1d03fe8c3087 21:18:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:18:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:18:54 $ docker stop --time=1 b88cd39c165d024ed7f1d2de6cdad9759949f3e84a9ec78caef19ab05e475ae0 21:18:56 $ docker rm -f b88cd39c165d024ed7f1d2de6cdad9759949f3e84a9ec78caef19ab05e475ae0 [Pipeline] // withDockerContainer [Pipeline] sh 21:18:56 + docker images 21:18:56 + grep docker 21:18:57 docker-sys-mgmt-agent-go-arm64 latest 1d03fe8c3087 4 seconds ago 300MB 21:18:57 docker-security-secrets-setup-go-arm64 latest 17e0cd63c5a8 29 seconds ago 22.7MB 21:18:57 docker-support-notifications-go-arm64 latest a241d386bca6 30 seconds ago 12.9MB 21:18:57 docker-core-metadata-go-arm64 latest 677520d2d694 32 seconds ago 13.6MB 21:18:57 docker-security-bootstrap-redis-go-arm64 latest a7e029064949 About a minute ago 15.2MB 21:18:57 docker-core-data-go-arm64 latest 3563883b7565 3 minutes ago 22.3MB 21:18:57 docker-core-command-go-arm64 latest c0a0a322e8c8 3 minutes ago 11.4MB 21:18:57 docker-support-scheduler-go-arm64 latest 69ce08d045c7 3 minutes ago 11.5MB 21:18:57 docker-security-secretstore-setup-go-arm64 latest 1d63ef45c0d5 3 minutes ago 23.5MB 21:18:57 docker-security-proxy-setup-go-arm64 latest 11299f628ba3 3 minutes ago 23.4MB 21:18:57 docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:18:57 provisioning config files... 21:18:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/257@tmp/config65669760119177868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:58 ---> docker-login.sh 21:18:58 nexus3.edgexfoundry.org:10001 21:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:58 Configure a credential helper to remove this warning. See 21:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:58 21:18:58 Login Succeeded 21:18:58 nexus3.edgexfoundry.org:10002 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 nexus3.edgexfoundry.org:10003 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 nexus3.edgexfoundry.org:10004 21:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:00 Configure a credential helper to remove this warning. See 21:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:00 21:19:00 Login Succeeded 21:19:00 docker.io 21:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:01 Configure a credential helper to remove this warning. See 21:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:01 21:19:01 Login Succeeded 21:19:01 ---> docker-login.sh ends [Pipeline] } 21:19:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:01 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 21:19:01 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:01 2.0.0-dev.13 21:19:01 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:01 master 21:19:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:02 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:19:02 72762868d813: Preparing 21:19:02 7e15c12c03ce: Preparing 21:19:02 423507931599: Preparing 21:19:02 423507931599: Pushed 21:19:02 72762868d813: Pushed 21:19:05 7e15c12c03ce: Pushed 21:19:05 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:5fd17db0c754298abc7166ed2881d8aad4538681e39201fc5dfa33aa108a6274 size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:05 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.13 21:19:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:19:06 72762868d813: Preparing 21:19:06 7e15c12c03ce: Preparing 21:19:06 423507931599: Preparing 21:19:06 72762868d813: Layer already exists 21:19:06 7e15c12c03ce: Layer already exists 21:19:06 423507931599: Layer already exists 21:19:06 2.0.0-dev.13: digest: sha256:5fd17db0c754298abc7166ed2881d8aad4538681e39201fc5dfa33aa108a6274 size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:06 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:19:07 72762868d813: Preparing 21:19:07 7e15c12c03ce: Preparing 21:19:07 423507931599: Preparing 21:19:07 7e15c12c03ce: Layer already exists 21:19:07 72762868d813: Layer already exists 21:19:07 423507931599: Layer already exists 21:19:07 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:5fd17db0c754298abc7166ed2881d8aad4538681e39201fc5dfa33aa108a6274 size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 21:19:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 21:19:08 72762868d813: Preparing 21:19:08 7e15c12c03ce: Preparing 21:19:08 423507931599: Preparing 21:19:08 7e15c12c03ce: Layer already exists 21:19:08 423507931599: Layer already exists 21:19:08 72762868d813: Layer already exists 21:19:08 master: digest: sha256:5fd17db0c754298abc7166ed2881d8aad4538681e39201fc5dfa33aa108a6274 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:08 ===================================================== [Pipeline] echo 21:19:08 taggedImages: 21:19:08 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:08 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.13 21:19:08 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:08 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 21:19:08 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 21:19:08 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:08 2.0.0-dev.13 21:19:08 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:08 master 21:19:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:09 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:19:09 b568bcdec4fa: Preparing 21:19:09 4ea10dee4f16: Preparing 21:19:09 b6f8651c4ca8: Preparing 21:19:09 5ac3950c7b7c: Preparing 21:19:09 3f0916817954: Preparing 21:19:09 e934a737d657: Preparing 21:19:09 e934a737d657: Waiting 21:19:09 b6f8651c4ca8: Pushed 21:19:09 3f0916817954: Pushed 21:19:09 b568bcdec4fa: Pushed 21:19:09 e934a737d657: Layer already exists 21:19:10 5ac3950c7b7c: Pushed 21:19:13 4ea10dee4f16: Pushed 21:19:13 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:003dae5a2b398b07555e6822caba8c1f4ce092383930527edcab8d74a1c42949 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:19:14 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.13 21:19:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:19:14 b568bcdec4fa: Preparing 21:19:14 4ea10dee4f16: Preparing 21:19:14 b6f8651c4ca8: Preparing 21:19:14 5ac3950c7b7c: Preparing 21:19:14 3f0916817954: Preparing 21:19:14 e934a737d657: Preparing 21:19:14 e934a737d657: Waiting 21:19:14 b568bcdec4fa: Layer already exists 21:19:14 b6f8651c4ca8: Layer already exists 21:19:14 5ac3950c7b7c: Layer already exists 21:19:14 4ea10dee4f16: Layer already exists 21:19:14 3f0916817954: Layer already exists 21:19:14 e934a737d657: Layer already exists 21:19:14 2.0.0-dev.13: digest: sha256:003dae5a2b398b07555e6822caba8c1f4ce092383930527edcab8d74a1c42949 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:19:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:19:15 b568bcdec4fa: Preparing 21:19:15 4ea10dee4f16: Preparing 21:19:15 b6f8651c4ca8: Preparing 21:19:15 5ac3950c7b7c: Preparing 21:19:15 3f0916817954: Preparing 21:19:15 e934a737d657: Preparing 21:19:15 e934a737d657: Waiting 21:19:15 4ea10dee4f16: Layer already exists 21:19:15 3f0916817954: Layer already exists 21:19:15 5ac3950c7b7c: Layer already exists 21:19:15 b6f8651c4ca8: Layer already exists 21:19:15 b568bcdec4fa: Layer already exists 21:19:15 e934a737d657: Layer already exists 21:19:15 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:003dae5a2b398b07555e6822caba8c1f4ce092383930527edcab8d74a1c42949 size: 1572 [Pipeline] isUnix [Pipeline] sh 21:19:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 21:19:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 21:19:16 b568bcdec4fa: Preparing 21:19:16 4ea10dee4f16: Preparing 21:19:16 b6f8651c4ca8: Preparing 21:19:16 5ac3950c7b7c: Preparing 21:19:16 3f0916817954: Preparing 21:19:16 e934a737d657: Preparing 21:19:16 e934a737d657: Waiting 21:19:16 5ac3950c7b7c: Layer already exists 21:19:16 b6f8651c4ca8: Layer already exists 21:19:16 4ea10dee4f16: Layer already exists 21:19:16 b568bcdec4fa: Layer already exists 21:19:16 3f0916817954: Layer already exists 21:19:16 e934a737d657: Layer already exists 21:19:16 master: digest: sha256:003dae5a2b398b07555e6822caba8c1f4ce092383930527edcab8d74a1c42949 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:17 ===================================================== [Pipeline] echo 21:19:17 taggedImages: 21:19:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.13 21:19:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 21:19:17 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 21:19:17 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:17 2.0.0-dev.13 21:19:17 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:17 master 21:19:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:17 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:19:18 d9f4061c59f0: Preparing 21:19:18 dd0d3da3fc68: Preparing 21:19:18 ddac25ed9304: Preparing 21:19:18 d9f4061c59f0: Pushed 21:19:18 ddac25ed9304: Pushed 21:19:21 dd0d3da3fc68: Pushed 21:19:21 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:514f5fa22d2ed94b3b897d55067c4bc4eddd3d905680aadad11bce7fa15653da size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:22 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.13 21:19:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:19:22 d9f4061c59f0: Preparing 21:19:22 dd0d3da3fc68: Preparing 21:19:22 ddac25ed9304: Preparing 21:19:22 dd0d3da3fc68: Layer already exists 21:19:22 ddac25ed9304: Layer already exists 21:19:22 d9f4061c59f0: Layer already exists 21:19:22 2.0.0-dev.13: digest: sha256:514f5fa22d2ed94b3b897d55067c4bc4eddd3d905680aadad11bce7fa15653da size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:19:23 d9f4061c59f0: Preparing 21:19:23 dd0d3da3fc68: Preparing 21:19:23 ddac25ed9304: Preparing 21:19:23 d9f4061c59f0: Layer already exists 21:19:23 ddac25ed9304: Layer already exists 21:19:23 dd0d3da3fc68: Layer already exists 21:19:23 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:514f5fa22d2ed94b3b897d55067c4bc4eddd3d905680aadad11bce7fa15653da size: 943 [Pipeline] isUnix [Pipeline] sh 21:19:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 21:19:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 21:19:24 d9f4061c59f0: Preparing 21:19:24 dd0d3da3fc68: Preparing 21:19:24 ddac25ed9304: Preparing 21:19:24 d9f4061c59f0: Layer already exists 21:19:24 ddac25ed9304: Layer already exists 21:19:24 dd0d3da3fc68: Layer already exists 21:19:24 master: digest: sha256:514f5fa22d2ed94b3b897d55067c4bc4eddd3d905680aadad11bce7fa15653da size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:24 ===================================================== [Pipeline] echo 21:19:24 taggedImages: 21:19:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.13 21:19:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:24 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 21:19:25 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 21:19:25 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:25 2.0.0-dev.13 21:19:25 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:25 master 21:19:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:25 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:19:25 d2eb65005c96: Preparing 21:19:25 c5e742f2ce5a: Preparing 21:19:25 8cb1a632f2b4: Preparing 21:19:25 3333b688ee7c: Preparing 21:19:25 7b3523b380d4: Preparing 21:19:25 07396c43449a: Preparing 21:19:25 66b385cf80cf: Preparing 21:19:25 07396c43449a: Waiting 21:19:25 66b385cf80cf: Waiting 21:19:26 8cb1a632f2b4: Pushed 21:19:26 c5e742f2ce5a: Pushed 21:19:26 7b3523b380d4: Pushed 21:19:26 d2eb65005c96: Pushed 21:19:26 66b385cf80cf: Layer already exists 21:19:26 07396c43449a: Pushed 21:19:28 3333b688ee7c: Pushed 21:19:28 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:6a6b45f2a2aa7020d104f44407317144fd370338536f439012a253d80b75e17a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:19:29 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.13 21:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:19:29 d2eb65005c96: Preparing 21:19:29 c5e742f2ce5a: Preparing 21:19:29 8cb1a632f2b4: Preparing 21:19:29 3333b688ee7c: Preparing 21:19:29 7b3523b380d4: Preparing 21:19:29 07396c43449a: Preparing 21:19:29 66b385cf80cf: Preparing 21:19:29 07396c43449a: Waiting 21:19:29 66b385cf80cf: Waiting 21:19:29 8cb1a632f2b4: Layer already exists 21:19:29 3333b688ee7c: Layer already exists 21:19:29 c5e742f2ce5a: Layer already exists 21:19:29 7b3523b380d4: Layer already exists 21:19:29 d2eb65005c96: Layer already exists 21:19:29 66b385cf80cf: Layer already exists 21:19:29 07396c43449a: Layer already exists 21:19:29 2.0.0-dev.13: digest: sha256:6a6b45f2a2aa7020d104f44407317144fd370338536f439012a253d80b75e17a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:19:30 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:19:30 d2eb65005c96: Preparing 21:19:30 c5e742f2ce5a: Preparing 21:19:30 8cb1a632f2b4: Preparing 21:19:30 3333b688ee7c: Preparing 21:19:30 7b3523b380d4: Preparing 21:19:30 07396c43449a: Preparing 21:19:30 66b385cf80cf: Preparing 21:19:30 07396c43449a: Waiting 21:19:30 66b385cf80cf: Waiting 21:19:30 d2eb65005c96: Layer already exists 21:19:30 3333b688ee7c: Layer already exists 21:19:30 c5e742f2ce5a: Layer already exists 21:19:30 7b3523b380d4: Layer already exists 21:19:30 8cb1a632f2b4: Layer already exists 21:19:30 66b385cf80cf: Layer already exists 21:19:30 07396c43449a: Layer already exists 21:19:30 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:6a6b45f2a2aa7020d104f44407317144fd370338536f439012a253d80b75e17a size: 1778 [Pipeline] isUnix [Pipeline] sh 21:19:31 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 21:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 21:19:31 d2eb65005c96: Preparing 21:19:31 c5e742f2ce5a: Preparing 21:19:31 8cb1a632f2b4: Preparing 21:19:31 3333b688ee7c: Preparing 21:19:31 7b3523b380d4: Preparing 21:19:31 07396c43449a: Preparing 21:19:31 66b385cf80cf: Preparing 21:19:31 07396c43449a: Waiting 21:19:31 66b385cf80cf: Waiting 21:19:31 c5e742f2ce5a: Layer already exists 21:19:31 d2eb65005c96: Layer already exists 21:19:31 7b3523b380d4: Layer already exists 21:19:31 3333b688ee7c: Layer already exists 21:19:31 8cb1a632f2b4: Layer already exists 21:19:31 07396c43449a: Layer already exists 21:19:31 66b385cf80cf: Layer already exists 21:19:31 master: digest: sha256:6a6b45f2a2aa7020d104f44407317144fd370338536f439012a253d80b75e17a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:32 ===================================================== [Pipeline] echo 21:19:32 taggedImages: 21:19:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.13 21:19:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 21:19:32 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 21:19:32 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:32 2.0.0-dev.13 21:19:32 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:32 master 21:19:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:32 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:19:33 465a3dc53030: Preparing 21:19:33 b68475bcf2e6: Preparing 21:19:33 3a81cb431df8: Preparing 21:19:33 85bafda757f5: Preparing 21:19:33 c0a07b0bfe20: Preparing 21:19:33 e934a737d657: Preparing 21:19:33 e934a737d657: Waiting 21:19:33 3a81cb431df8: Pushed 21:19:33 85bafda757f5: Pushed 21:19:33 e934a737d657: Layer already exists 21:19:34 c0a07b0bfe20: Pushed 21:19:35 465a3dc53030: Pushed 21:19:35 b68475bcf2e6: Pushed 21:19:35 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:fa3f6cb069b644375c9ed4ac922ff968d75146cbf0112229d5cc6babd2444c46 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:19:36 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.13 21:19:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:19:36 465a3dc53030: Preparing 21:19:36 b68475bcf2e6: Preparing 21:19:36 3a81cb431df8: Preparing 21:19:36 85bafda757f5: Preparing 21:19:36 c0a07b0bfe20: Preparing 21:19:36 e934a737d657: Preparing 21:19:36 e934a737d657: Waiting 21:19:36 465a3dc53030: Layer already exists 21:19:36 85bafda757f5: Layer already exists 21:19:36 c0a07b0bfe20: Layer already exists 21:19:36 3a81cb431df8: Layer already exists 21:19:36 b68475bcf2e6: Layer already exists 21:19:36 e934a737d657: Layer already exists 21:19:36 2.0.0-dev.13: digest: sha256:fa3f6cb069b644375c9ed4ac922ff968d75146cbf0112229d5cc6babd2444c46 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:19:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:19:37 465a3dc53030: Preparing 21:19:37 b68475bcf2e6: Preparing 21:19:37 3a81cb431df8: Preparing 21:19:37 85bafda757f5: Preparing 21:19:37 c0a07b0bfe20: Preparing 21:19:37 e934a737d657: Preparing 21:19:37 e934a737d657: Waiting 21:19:37 3a81cb431df8: Layer already exists 21:19:37 c0a07b0bfe20: Layer already exists 21:19:37 465a3dc53030: Layer already exists 21:19:37 b68475bcf2e6: Layer already exists 21:19:37 85bafda757f5: Layer already exists 21:19:37 e934a737d657: Layer already exists 21:19:37 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:fa3f6cb069b644375c9ed4ac922ff968d75146cbf0112229d5cc6babd2444c46 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:19:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 21:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 21:19:38 465a3dc53030: Preparing 21:19:38 b68475bcf2e6: Preparing 21:19:38 3a81cb431df8: Preparing 21:19:38 85bafda757f5: Preparing 21:19:38 c0a07b0bfe20: Preparing 21:19:38 e934a737d657: Preparing 21:19:38 e934a737d657: Waiting 21:19:38 85bafda757f5: Layer already exists 21:19:38 b68475bcf2e6: Layer already exists 21:19:38 c0a07b0bfe20: Layer already exists 21:19:38 3a81cb431df8: Layer already exists 21:19:38 465a3dc53030: Layer already exists 21:19:38 e934a737d657: Layer already exists 21:19:38 master: digest: sha256:fa3f6cb069b644375c9ed4ac922ff968d75146cbf0112229d5cc6babd2444c46 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:38 ===================================================== [Pipeline] echo 21:19:39 taggedImages: 21:19:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.13 21:19:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:39 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 21:19:39 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 21:19:39 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:39 2.0.0-dev.13 21:19:39 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:39 master 21:19:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:39 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:19:39 cb939777d930: Preparing 21:19:39 4bc376306aec: Preparing 21:19:39 58688ba5043c: Preparing 21:19:39 144bbd406240: Preparing 21:19:39 144bbd406240: Preparing 21:19:39 aa545da4ddab: Preparing 21:19:39 5a0b96d70fef: Preparing 21:19:39 316d6b8d640d: Preparing 21:19:39 cb939777d930: Preparing 21:19:39 81bea7adb3dd: Preparing 21:19:39 4e8cdc629025: Preparing 21:19:39 4e3176d7c772: Preparing 21:19:39 e934a737d657: Preparing 21:19:39 5a0b96d70fef: Waiting 21:19:39 316d6b8d640d: Waiting 21:19:39 81bea7adb3dd: Waiting 21:19:39 4e8cdc629025: Waiting 21:19:39 4e3176d7c772: Waiting 21:19:39 e934a737d657: Waiting 21:19:40 144bbd406240: Pushed 21:19:40 58688ba5043c: Pushed 21:19:40 aa545da4ddab: Pushed 21:19:40 4bc376306aec: Pushed 21:19:40 5a0b96d70fef: Pushed 21:19:40 81bea7adb3dd: Pushed 21:19:40 316d6b8d640d: Pushed 21:19:40 4e8cdc629025: Pushed 21:19:40 e934a737d657: Layer already exists 21:19:40 4e3176d7c772: Pushed 21:19:42 cb939777d930: Pushed 21:19:42 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:f5590aa56052969d183f75602471abc4f32e7caab4aad8e70a0eabc61cea29ef size: 3027 [Pipeline] isUnix [Pipeline] sh 21:19:43 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.13 21:19:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:19:43 cb939777d930: Preparing 21:19:43 4bc376306aec: Preparing 21:19:43 58688ba5043c: Preparing 21:19:43 144bbd406240: Preparing 21:19:43 144bbd406240: Preparing 21:19:43 aa545da4ddab: Preparing 21:19:43 5a0b96d70fef: Preparing 21:19:43 316d6b8d640d: Preparing 21:19:43 cb939777d930: Preparing 21:19:43 81bea7adb3dd: Preparing 21:19:43 4e8cdc629025: Preparing 21:19:43 4e3176d7c772: Preparing 21:19:43 e934a737d657: Preparing 21:19:43 5a0b96d70fef: Waiting 21:19:43 316d6b8d640d: Waiting 21:19:43 81bea7adb3dd: Waiting 21:19:43 e934a737d657: Waiting 21:19:43 4e3176d7c772: Waiting 21:19:43 4e8cdc629025: Waiting 21:19:43 4bc376306aec: Layer already exists 21:19:43 144bbd406240: Layer already exists 21:19:43 aa545da4ddab: Layer already exists 21:19:43 58688ba5043c: Layer already exists 21:19:43 cb939777d930: Layer already exists 21:19:43 316d6b8d640d: Layer already exists 21:19:43 5a0b96d70fef: Layer already exists 21:19:43 4e3176d7c772: Layer already exists 21:19:43 4e8cdc629025: Layer already exists 21:19:43 81bea7adb3dd: Layer already exists 21:19:43 e934a737d657: Layer already exists 21:19:43 2.0.0-dev.13: digest: sha256:f5590aa56052969d183f75602471abc4f32e7caab4aad8e70a0eabc61cea29ef size: 3027 [Pipeline] isUnix [Pipeline] sh 21:19:44 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:19:44 cb939777d930: Preparing 21:19:44 4bc376306aec: Preparing 21:19:44 58688ba5043c: Preparing 21:19:44 144bbd406240: Preparing 21:19:44 144bbd406240: Preparing 21:19:44 aa545da4ddab: Preparing 21:19:44 5a0b96d70fef: Preparing 21:19:44 316d6b8d640d: Preparing 21:19:44 cb939777d930: Preparing 21:19:44 81bea7adb3dd: Preparing 21:19:44 4e8cdc629025: Preparing 21:19:44 4e3176d7c772: Preparing 21:19:44 e934a737d657: Preparing 21:19:44 4e3176d7c772: Waiting 21:19:44 81bea7adb3dd: Waiting 21:19:44 4e8cdc629025: Waiting 21:19:44 e934a737d657: Waiting 21:19:44 5a0b96d70fef: Waiting 21:19:44 144bbd406240: Layer already exists 21:19:44 4bc376306aec: Layer already exists 21:19:44 aa545da4ddab: Layer already exists 21:19:44 58688ba5043c: Layer already exists 21:19:44 cb939777d930: Layer already exists 21:19:44 316d6b8d640d: Layer already exists 21:19:44 5a0b96d70fef: Layer already exists 21:19:44 4e3176d7c772: Layer already exists 21:19:44 81bea7adb3dd: Layer already exists 21:19:44 4e8cdc629025: Layer already exists 21:19:44 e934a737d657: Layer already exists 21:19:44 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:f5590aa56052969d183f75602471abc4f32e7caab4aad8e70a0eabc61cea29ef size: 3027 [Pipeline] isUnix [Pipeline] sh 21:19:45 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 21:19:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 21:19:45 cb939777d930: Preparing 21:19:45 4bc376306aec: Preparing 21:19:45 58688ba5043c: Preparing 21:19:45 144bbd406240: Preparing 21:19:45 144bbd406240: Preparing 21:19:45 aa545da4ddab: Preparing 21:19:45 5a0b96d70fef: Preparing 21:19:45 316d6b8d640d: Preparing 21:19:45 cb939777d930: Preparing 21:19:45 81bea7adb3dd: Preparing 21:19:45 4e8cdc629025: Preparing 21:19:45 4e3176d7c772: Preparing 21:19:45 e934a737d657: Preparing 21:19:45 5a0b96d70fef: Waiting 21:19:45 316d6b8d640d: Waiting 21:19:45 81bea7adb3dd: Waiting 21:19:45 4e8cdc629025: Waiting 21:19:45 4e3176d7c772: Waiting 21:19:45 e934a737d657: Waiting 21:19:45 58688ba5043c: Layer already exists 21:19:45 aa545da4ddab: Layer already exists 21:19:45 4bc376306aec: Layer already exists 21:19:45 cb939777d930: Layer already exists 21:19:45 144bbd406240: Layer already exists 21:19:45 5a0b96d70fef: Layer already exists 21:19:45 81bea7adb3dd: Layer already exists 21:19:45 316d6b8d640d: Layer already exists 21:19:45 4e3176d7c772: Layer already exists 21:19:45 4e8cdc629025: Layer already exists 21:19:45 e934a737d657: Layer already exists 21:19:45 master: digest: sha256:f5590aa56052969d183f75602471abc4f32e7caab4aad8e70a0eabc61cea29ef size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:45 ===================================================== [Pipeline] echo 21:19:45 taggedImages: 21:19:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:2.0.0-dev.13 21:19:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:45 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 21:19:46 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 21:19:46 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:46 2.0.0-dev.13 21:19:46 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:46 master 21:19:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:19:47 1627f1067301: Preparing 21:19:47 1cf8beace2ec: Preparing 21:19:47 ddacfca0e4f6: Preparing 21:19:47 2eee4c4aeb24: Preparing 21:19:47 5287a695d5d1: Preparing 21:19:47 589819f9c924: Preparing 21:19:47 08bf05e115ad: Preparing 21:19:47 07396c43449a: Preparing 21:19:47 66b385cf80cf: Preparing 21:19:47 589819f9c924: Waiting 21:19:47 08bf05e115ad: Waiting 21:19:47 07396c43449a: Waiting 21:19:47 66b385cf80cf: Waiting 21:19:47 5287a695d5d1: Pushed 21:19:47 1627f1067301: Pushed 21:19:47 1cf8beace2ec: Pushed 21:19:47 07396c43449a: Layer already exists 21:19:47 66b385cf80cf: Layer already exists 21:19:47 589819f9c924: Pushed 21:19:47 08bf05e115ad: Pushed 21:19:49 2eee4c4aeb24: Pushed 21:19:49 ddacfca0e4f6: Pushed 21:19:49 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:474a4fbc22acf560eeef1838c134dce10feedf9925062d85a05a1f75cbb04120 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:19:50 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:50 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.13 21:19:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:19:50 1627f1067301: Preparing 21:19:50 1cf8beace2ec: Preparing 21:19:50 ddacfca0e4f6: Preparing 21:19:50 2eee4c4aeb24: Preparing 21:19:50 5287a695d5d1: Preparing 21:19:50 589819f9c924: Preparing 21:19:50 08bf05e115ad: Preparing 21:19:50 07396c43449a: Preparing 21:19:50 66b385cf80cf: Preparing 21:19:50 589819f9c924: Waiting 21:19:50 07396c43449a: Waiting 21:19:50 66b385cf80cf: Waiting 21:19:50 08bf05e115ad: Waiting 21:19:50 2eee4c4aeb24: Layer already exists 21:19:50 ddacfca0e4f6: Layer already exists 21:19:50 5287a695d5d1: Layer already exists 21:19:50 1627f1067301: Layer already exists 21:19:50 1cf8beace2ec: Layer already exists 21:19:50 589819f9c924: Layer already exists 21:19:50 08bf05e115ad: Layer already exists 21:19:50 07396c43449a: Layer already exists 21:19:50 66b385cf80cf: Layer already exists 21:19:50 2.0.0-dev.13: digest: sha256:474a4fbc22acf560eeef1838c134dce10feedf9925062d85a05a1f75cbb04120 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:19:51 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:51 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:19:51 1627f1067301: Preparing 21:19:51 1cf8beace2ec: Preparing 21:19:51 ddacfca0e4f6: Preparing 21:19:51 2eee4c4aeb24: Preparing 21:19:51 5287a695d5d1: Preparing 21:19:51 589819f9c924: Preparing 21:19:51 08bf05e115ad: Preparing 21:19:51 07396c43449a: Preparing 21:19:51 66b385cf80cf: Preparing 21:19:51 589819f9c924: Waiting 21:19:51 08bf05e115ad: Waiting 21:19:51 07396c43449a: Waiting 21:19:51 66b385cf80cf: Waiting 21:19:51 ddacfca0e4f6: Layer already exists 21:19:51 2eee4c4aeb24: Layer already exists 21:19:51 5287a695d5d1: Layer already exists 21:19:51 1627f1067301: Layer already exists 21:19:51 1cf8beace2ec: Layer already exists 21:19:51 08bf05e115ad: Layer already exists 21:19:51 07396c43449a: Layer already exists 21:19:51 589819f9c924: Layer already exists 21:19:51 66b385cf80cf: Layer already exists 21:19:51 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:474a4fbc22acf560eeef1838c134dce10feedf9925062d85a05a1f75cbb04120 size: 2198 [Pipeline] isUnix [Pipeline] sh 21:19:52 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:52 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 21:19:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 21:19:52 1627f1067301: Preparing 21:19:52 1cf8beace2ec: Preparing 21:19:52 ddacfca0e4f6: Preparing 21:19:52 2eee4c4aeb24: Preparing 21:19:52 5287a695d5d1: Preparing 21:19:52 589819f9c924: Preparing 21:19:52 08bf05e115ad: Preparing 21:19:52 07396c43449a: Preparing 21:19:52 66b385cf80cf: Preparing 21:19:52 589819f9c924: Waiting 21:19:52 08bf05e115ad: Waiting 21:19:52 07396c43449a: Waiting 21:19:52 66b385cf80cf: Waiting 21:19:52 1627f1067301: Layer already exists 21:19:52 1cf8beace2ec: Layer already exists 21:19:52 5287a695d5d1: Layer already exists 21:19:52 ddacfca0e4f6: Layer already exists 21:19:52 2eee4c4aeb24: Layer already exists 21:19:52 08bf05e115ad: Layer already exists 21:19:52 07396c43449a: Layer already exists 21:19:52 66b385cf80cf: Layer already exists 21:19:52 589819f9c924: Layer already exists 21:19:52 master: digest: sha256:474a4fbc22acf560eeef1838c134dce10feedf9925062d85a05a1f75cbb04120 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:52 ===================================================== [Pipeline] echo 21:19:52 taggedImages: 21:19:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.13 21:19:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:52 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 21:19:53 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 21:19:53 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:53 2.0.0-dev.13 21:19:53 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:53 master 21:19:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:19:53 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:19:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:19:53 c93158729ea8: Preparing 21:19:53 d81ebeac4028: Preparing 21:19:53 cde49627b204: Preparing 21:19:53 758abc166bc7: Preparing 21:19:53 9d73d4fe81a1: Preparing 21:19:53 251c9e233a88: Preparing 21:19:53 251c9e233a88: Waiting 21:19:54 c93158729ea8: Pushed 21:19:54 cde49627b204: Pushed 21:19:54 758abc166bc7: Pushed 21:19:54 9d73d4fe81a1: Pushed 21:19:54 251c9e233a88: Pushed 21:19:57 d81ebeac4028: Pushed 21:19:57 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:b2b77d9d8ecee4e1ca9849655ffe98212dd1d59381511fea6bd97f160de02c8a size: 1573 [Pipeline] isUnix [Pipeline] sh 21:19:57 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.13 21:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:19:58 c93158729ea8: Preparing 21:19:58 d81ebeac4028: Preparing 21:19:58 cde49627b204: Preparing 21:19:58 758abc166bc7: Preparing 21:19:58 9d73d4fe81a1: Preparing 21:19:58 251c9e233a88: Preparing 21:19:58 251c9e233a88: Waiting 21:19:58 d81ebeac4028: Layer already exists 21:19:58 758abc166bc7: Layer already exists 21:19:58 cde49627b204: Layer already exists 21:19:58 9d73d4fe81a1: Layer already exists 21:19:58 c93158729ea8: Layer already exists 21:19:58 251c9e233a88: Layer already exists 21:19:58 2.0.0-dev.13: digest: sha256:b2b77d9d8ecee4e1ca9849655ffe98212dd1d59381511fea6bd97f160de02c8a size: 1573 [Pipeline] isUnix [Pipeline] sh 21:19:58 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:19:58 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:19:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:19:58 c93158729ea8: Preparing 21:19:58 d81ebeac4028: Preparing 21:19:58 cde49627b204: Preparing 21:19:58 758abc166bc7: Preparing 21:19:58 9d73d4fe81a1: Preparing 21:19:58 251c9e233a88: Preparing 21:19:58 251c9e233a88: Waiting 21:19:58 9d73d4fe81a1: Layer already exists 21:19:58 d81ebeac4028: Layer already exists 21:19:58 cde49627b204: Layer already exists 21:19:58 758abc166bc7: Layer already exists 21:19:58 c93158729ea8: Layer already exists 21:19:59 251c9e233a88: Layer already exists 21:19:59 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:b2b77d9d8ecee4e1ca9849655ffe98212dd1d59381511fea6bd97f160de02c8a size: 1573 [Pipeline] isUnix [Pipeline] sh 21:19:59 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:19:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 21:19:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 21:19:59 c93158729ea8: Preparing 21:19:59 d81ebeac4028: Preparing 21:19:59 cde49627b204: Preparing 21:19:59 758abc166bc7: Preparing 21:19:59 9d73d4fe81a1: Preparing 21:19:59 251c9e233a88: Preparing 21:19:59 251c9e233a88: Waiting 21:19:59 cde49627b204: Layer already exists 21:19:59 758abc166bc7: Layer already exists 21:19:59 c93158729ea8: Layer already exists 21:20:00 9d73d4fe81a1: Layer already exists 21:20:00 d81ebeac4028: Layer already exists 21:20:00 251c9e233a88: Layer already exists 21:20:00 master: digest: sha256:b2b77d9d8ecee4e1ca9849655ffe98212dd1d59381511fea6bd97f160de02c8a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:00 ===================================================== [Pipeline] echo 21:20:00 taggedImages: 21:20:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.13 21:20:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:00 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 21:20:00 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 21:20:00 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:00 2.0.0-dev.13 21:20:00 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:00 master 21:20:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:01 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:20:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:20:01 d6517313fed8: Preparing 21:20:01 6bcf3bf3d973: Preparing 21:20:01 61062e5da134: Preparing 21:20:01 61062e5da134: Pushed 21:20:01 d6517313fed8: Pushed 21:20:05 6bcf3bf3d973: Pushed 21:20:05 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:7dac8fe61e9ee36890c7f55dd06fd4ca718283d9ff50bdd810479eb18db7cc3c size: 943 [Pipeline] isUnix [Pipeline] sh 21:20:05 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:20:05 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.13 21:20:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:20:06 d6517313fed8: Preparing 21:20:06 6bcf3bf3d973: Preparing 21:20:06 61062e5da134: Preparing 21:20:06 61062e5da134: Layer already exists 21:20:06 d6517313fed8: Layer already exists 21:20:06 6bcf3bf3d973: Layer already exists 21:20:06 2.0.0-dev.13: digest: sha256:7dac8fe61e9ee36890c7f55dd06fd4ca718283d9ff50bdd810479eb18db7cc3c size: 943 [Pipeline] isUnix [Pipeline] sh 21:20:07 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:20:07 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:20:07 d6517313fed8: Preparing 21:20:07 6bcf3bf3d973: Preparing 21:20:07 61062e5da134: Preparing 21:20:07 61062e5da134: Layer already exists 21:20:07 6bcf3bf3d973: Layer already exists 21:20:07 d6517313fed8: Layer already exists 21:20:07 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:7dac8fe61e9ee36890c7f55dd06fd4ca718283d9ff50bdd810479eb18db7cc3c size: 943 [Pipeline] isUnix [Pipeline] sh 21:20:08 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:20:08 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 21:20:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 21:20:08 d6517313fed8: Preparing 21:20:08 6bcf3bf3d973: Preparing 21:20:08 61062e5da134: Preparing 21:20:08 61062e5da134: Layer already exists 21:20:08 d6517313fed8: Layer already exists 21:20:08 6bcf3bf3d973: Layer already exists 21:20:08 master: digest: sha256:7dac8fe61e9ee36890c7f55dd06fd4ca718283d9ff50bdd810479eb18db7cc3c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:08 ===================================================== [Pipeline] echo 21:20:08 taggedImages: 21:20:08 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:08 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.13 21:20:08 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:08 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 21:20:09 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 21:20:09 57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:09 2.0.0-dev.13 21:20:09 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:09 master 21:20:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:09 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] isUnix [Pipeline] sh 21:20:09 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:20:09 e697fe05af00: Preparing 21:20:09 717e130a8754: Preparing 21:20:09 677844616bf4: Preparing 21:20:09 ab85ed0faff4: Preparing 21:20:09 8882ebd4b606: Preparing 21:20:09 ade90c37b46c: Preparing 21:20:09 bc9fb792e63e: Preparing 21:20:09 9ded3b6bb9b5: Preparing 21:20:09 fa1afe8e6ed9: Preparing 21:20:09 87a09b4c083e: Preparing 21:20:09 0f74e9ff2a61: Preparing 21:20:09 b122376c33c6: Preparing 21:20:09 f8381ed47b22: Preparing 21:20:09 e934a737d657: Preparing 21:20:09 ade90c37b46c: Waiting 21:20:09 bc9fb792e63e: Waiting 21:20:09 9ded3b6bb9b5: Waiting 21:20:09 fa1afe8e6ed9: Waiting 21:20:09 87a09b4c083e: Waiting 21:20:09 0f74e9ff2a61: Waiting 21:20:09 b122376c33c6: Waiting 21:20:09 f8381ed47b22: Waiting 21:20:09 e934a737d657: Waiting 21:20:10 8882ebd4b606: Pushed 21:20:10 e697fe05af00: Pushed 21:20:11 ab85ed0faff4: Pushed 21:20:11 9ded3b6bb9b5: Layer already exists 21:20:11 fa1afe8e6ed9: Layer already exists 21:20:11 bc9fb792e63e: Pushed 21:20:11 87a09b4c083e: Layer already exists 21:20:11 0f74e9ff2a61: Layer already exists 21:20:11 b122376c33c6: Layer already exists 21:20:11 f8381ed47b22: Layer already exists 21:20:11 e934a737d657: Layer already exists 21:20:11 717e130a8754: Pushed 21:20:12 ade90c37b46c: Pushed 21:20:25 677844616bf4: Pushed 21:20:25 57027b830a506e4aebc0dcaa3e3cd565868e69a4: digest: sha256:a107083bada0f2ce8ed32b367f4e7ed6b372edbda1fa38ace340b8f02ddd3c7b size: 3252 [Pipeline] isUnix [Pipeline] sh 21:20:25 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:20:25 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.13 21:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:20:25 e697fe05af00: Preparing 21:20:25 717e130a8754: Preparing 21:20:25 677844616bf4: Preparing 21:20:25 ab85ed0faff4: Preparing 21:20:25 8882ebd4b606: Preparing 21:20:25 ade90c37b46c: Preparing 21:20:25 bc9fb792e63e: Preparing 21:20:25 9ded3b6bb9b5: Preparing 21:20:25 fa1afe8e6ed9: Preparing 21:20:25 87a09b4c083e: Preparing 21:20:25 0f74e9ff2a61: Preparing 21:20:25 b122376c33c6: Preparing 21:20:25 f8381ed47b22: Preparing 21:20:25 e934a737d657: Preparing 21:20:25 b122376c33c6: Waiting 21:20:25 fa1afe8e6ed9: Waiting 21:20:25 87a09b4c083e: Waiting 21:20:25 0f74e9ff2a61: Waiting 21:20:25 ade90c37b46c: Waiting 21:20:25 bc9fb792e63e: Waiting 21:20:25 9ded3b6bb9b5: Waiting 21:20:25 f8381ed47b22: Waiting 21:20:25 e934a737d657: Waiting 21:20:25 717e130a8754: Layer already exists 21:20:25 e697fe05af00: Layer already exists 21:20:25 677844616bf4: Layer already exists 21:20:25 ab85ed0faff4: Layer already exists 21:20:25 8882ebd4b606: Layer already exists 21:20:26 9ded3b6bb9b5: Layer already exists 21:20:26 bc9fb792e63e: Layer already exists 21:20:26 fa1afe8e6ed9: Layer already exists 21:20:26 ade90c37b46c: Layer already exists 21:20:26 87a09b4c083e: Layer already exists 21:20:26 b122376c33c6: Layer already exists 21:20:26 0f74e9ff2a61: Layer already exists 21:20:26 f8381ed47b22: Layer already exists 21:20:26 e934a737d657: Layer already exists 21:20:26 2.0.0-dev.13: digest: sha256:a107083bada0f2ce8ed32b367f4e7ed6b372edbda1fa38ace340b8f02ddd3c7b size: 3252 [Pipeline] isUnix [Pipeline] sh 21:20:26 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh 21:20:26 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:20:26 e697fe05af00: Preparing 21:20:26 717e130a8754: Preparing 21:20:26 677844616bf4: Preparing 21:20:26 ab85ed0faff4: Preparing 21:20:26 8882ebd4b606: Preparing 21:20:26 ade90c37b46c: Preparing 21:20:26 bc9fb792e63e: Preparing 21:20:26 9ded3b6bb9b5: Preparing 21:20:26 fa1afe8e6ed9: Preparing 21:20:26 87a09b4c083e: Preparing 21:20:26 0f74e9ff2a61: Preparing 21:20:26 b122376c33c6: Preparing 21:20:26 f8381ed47b22: Preparing 21:20:26 e934a737d657: Preparing 21:20:26 fa1afe8e6ed9: Waiting 21:20:26 87a09b4c083e: Waiting 21:20:26 0f74e9ff2a61: Waiting 21:20:26 b122376c33c6: Waiting 21:20:26 f8381ed47b22: Waiting 21:20:26 e934a737d657: Waiting 21:20:26 ade90c37b46c: Waiting 21:20:26 bc9fb792e63e: Waiting 21:20:26 9ded3b6bb9b5: Waiting 21:20:26 717e130a8754: Layer already exists 21:20:26 ab85ed0faff4: Layer already exists 21:20:26 677844616bf4: Layer already exists 21:20:26 8882ebd4b606: Layer already exists 21:20:27 e697fe05af00: Layer already exists 21:20:27 bc9fb792e63e: Layer already exists 21:20:27 ade90c37b46c: Layer already exists 21:20:27 fa1afe8e6ed9: Layer already exists 21:20:27 9ded3b6bb9b5: Layer already exists 21:20:27 87a09b4c083e: Layer already exists 21:20:27 b122376c33c6: Layer already exists 21:20:27 f8381ed47b22: Layer already exists 21:20:27 0f74e9ff2a61: Layer already exists 21:20:27 e934a737d657: Layer already exists 21:20:27 57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13: digest: sha256:a107083bada0f2ce8ed32b367f4e7ed6b372edbda1fa38ace340b8f02ddd3c7b size: 3252 [Pipeline] isUnix [Pipeline] sh 21:20:27 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:20:27 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 21:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 21:20:27 e697fe05af00: Preparing 21:20:27 717e130a8754: Preparing 21:20:27 677844616bf4: Preparing 21:20:27 ab85ed0faff4: Preparing 21:20:27 8882ebd4b606: Preparing 21:20:27 ade90c37b46c: Preparing 21:20:27 bc9fb792e63e: Preparing 21:20:27 9ded3b6bb9b5: Preparing 21:20:27 fa1afe8e6ed9: Preparing 21:20:27 87a09b4c083e: Preparing 21:20:27 0f74e9ff2a61: Preparing 21:20:27 b122376c33c6: Preparing 21:20:27 f8381ed47b22: Preparing 21:20:27 e934a737d657: Preparing 21:20:27 ade90c37b46c: Waiting 21:20:27 bc9fb792e63e: Waiting 21:20:27 9ded3b6bb9b5: Waiting 21:20:27 fa1afe8e6ed9: Waiting 21:20:27 87a09b4c083e: Waiting 21:20:27 0f74e9ff2a61: Waiting 21:20:27 b122376c33c6: Waiting 21:20:27 f8381ed47b22: Waiting 21:20:27 e934a737d657: Waiting 21:20:27 e697fe05af00: Layer already exists 21:20:27 677844616bf4: Layer already exists 21:20:27 8882ebd4b606: Layer already exists 21:20:27 ab85ed0faff4: Layer already exists 21:20:27 717e130a8754: Layer already exists 21:20:27 ade90c37b46c: Layer already exists 21:20:28 9ded3b6bb9b5: Layer already exists 21:20:28 bc9fb792e63e: Layer already exists 21:20:28 87a09b4c083e: Layer already exists 21:20:28 fa1afe8e6ed9: Layer already exists 21:20:28 0f74e9ff2a61: Layer already exists 21:20:28 f8381ed47b22: Layer already exists 21:20:28 e934a737d657: Layer already exists 21:20:28 b122376c33c6: Layer already exists 21:20:28 master: digest: sha256:a107083bada0f2ce8ed32b367f4e7ed6b372edbda1fa38ace340b8f02ddd3c7b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:28 ===================================================== [Pipeline] echo 21:20:28 taggedImages: 21:20:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4 21:20:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.13 21:20:28 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:57027b830a506e4aebc0dcaa3e3cd565868e69a4-2.0.0-dev.13 21:20:28 - 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 21:20:30 provisioning config files... 21:20:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/257@tmp/config1122254715401738332tmp [Pipeline] { [Pipeline] sh 21:20:30 + set +x 21:20:30 + curl -s https://codecov.io/bash 21:20:30 + bash -s -- 21:20:31 21:20:31 _____ _ 21:20:31 / ____| | | 21:20:31 | | ___ __| | ___ ___ _____ __ 21:20:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:20:31 | |___| (_) | (_| | __/ (_| (_) \ V / 21:20:31 \_____\___/ \__,_|\___|\___\___/ \_/ 21:20:31 Bash-20201130-cc6d3fe 21:20:31 21:20:31 21:20:31 ==> Jenkins CI detected. 21:20:31 project root: . 21:20:31 --> token set from env 21:20:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:20:31 ==> Running gcov in . (disable via -X gcov) 21:20:31 ==> Python coveragepy not found 21:20:31 ==> Searching for coverage reports in: 21:20:31 + . 21:20:31 -> Found 1 reports 21:20:31 ==> Detecting git/mercurial file structure 21:20:31 ==> Reading reports 21:20:31 + ./coverage.out bytes=568194 21:20:31 ==> Appending adjustments 21:20:31 https://docs.codecov.io/docs/fixing-reports 21:20:34 + Found adjustments 21:20:34 ==> Gzipping contents 21:20:34 88K /tmp/codecov.F13qAt.gz 21:20:34 ==> Uploading reports 21:20:34 url: https://codecov.io 21:20:34 query: branch=master&commit=57027b830a506e4aebc0dcaa3e3cd565868e69a4&build=257&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F257%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:20:34 -> Pinging Codecov 21:20:34 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=57027b830a506e4aebc0dcaa3e3cd565868e69a4&build=257&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F257%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:20:35 -> Uploading to 21:20:35 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/57027b830a506e4aebc0dcaa3e3cd565868e69a4/f5b901ad-f7e5-4458-af3b-7aef52b60b29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T212035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03e49af9ec219afde284b1760d92b0033245be3f44a092d0b5376035066f1509 21:20:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:35 Dload Upload Total Spent Left Speed 21:20:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87982 0 0 100 87982 0 116k --:--:-- --:--:-- --:--:-- 116k 100 87982 0 0 100 87982 0 116k --:--:-- --:--:-- --:--:-- 116k 21:20:35 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/57027b830a506e4aebc0dcaa3e3cd565868e69a4 [Pipeline] } 21:20:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:20:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:20:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:37 21:20:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:20:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:20:37 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:20:37 188c0c94c7c5: Already exists 21:20:37 0ef7d3d256c8: Already exists 21:20:37 de9db76c5a1d: Already exists 21:20:37 0eba1c9be4d2: Pulling fs layer 21:20:37 0d57e429df01: Pulling fs layer 21:20:37 4e4be7b47b0d: Pulling fs layer 21:20:37 e1f770b5df2f: Pulling fs layer 21:20:37 85a0685a4137: Pulling fs layer 21:20:37 e1f770b5df2f: Waiting 21:20:37 85a0685a4137: Waiting 21:20:37 0d57e429df01: Verifying Checksum 21:20:37 0d57e429df01: Download complete 21:20:37 4e4be7b47b0d: Verifying Checksum 21:20:37 4e4be7b47b0d: Download complete 21:20:38 e1f770b5df2f: Verifying Checksum 21:20:38 e1f770b5df2f: Download complete 21:20:42 0eba1c9be4d2: Verifying Checksum 21:20:42 0eba1c9be4d2: Download complete 21:20:42 85a0685a4137: Verifying Checksum 21:20:42 85a0685a4137: Download complete 21:20:49 0eba1c9be4d2: Pull complete 21:20:49 0d57e429df01: Pull complete 21:20:49 4e4be7b47b0d: Pull complete 21:20:53 e1f770b5df2f: Pull complete 21:21:03 85a0685a4137: Pull complete 21:21:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:21:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:21:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:21:03 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:21:03 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:21:05 $ docker top 6d52dd0c8335cd8c087856ee806e65aad5c367a89585e5698e3535fcc26fedb2 -eo pid,comm [Pipeline] { [Pipeline] echo 21:21:05 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:21:05 + set -o pipefail 21:21:05 + snyk monitor '--org=edgex-jenkins' 21:21:23 21:21:23 Monitoring /w/workspace/edgex-go/257 (github.com/edgexfoundry/edgex-go)... 21:21:23 21:21:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b691f688-0d7f-4731-bcda-49a644d554b4 21:21:23 21:21:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:21:23 21:21:23 21:21:23 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 21:21:23 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:21:23 $ docker stop --time=1 6d52dd0c8335cd8c087856ee806e65aad5c367a89585e5698e3535fcc26fedb2 21:21:26 $ docker rm -f 6d52dd0c8335cd8c087856ee806e65aad5c367a89585e5698e3535fcc26fedb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 21:21:27 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 21:21:27 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:21:28 + set -o pipefail 21:21:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:21:28 + tee .snyk 21:21:28 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:21:28 version: v1.14.1 21:21:28 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:21:28 ignore: 21:21:28 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:21:28 - '*': 21:21:28 reason: does not apply # justification for ignoring 21:21:28 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 21:21:28 SNYK-ALPINE312-JQ-588886: 21:21:28 - '*': 21:21:28 reason: false positive 21:21:28 expires: 2021-01-01T00:00:00 21:21:28 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:21:28 - '*': 21:21:28 reason: does not apply 21:21:28 expires: 2021-01-01T00:00:00 21:21:28 # patch: {} [Pipeline] withCredentials 21:21:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:21:28 . [Pipeline] withDockerContainer 21:21:29 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:21: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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:21:29 $ docker top 6e9cd466f9a00a3b2fd1d7a5931143a47ed44240e9046d0560bdd7d0edfbbba7 -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:30 + rm -f snykReport.html [Pipeline] echo 21:21:30 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:21:30 + set -o pipefail 21:21:30 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:21:30 + snyk-to-html -o snykReport.html 21:21:40 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:21:40 $ docker stop --time=1 6e9cd466f9a00a3b2fd1d7a5931143a47ed44240e9046d0560bdd7d0edfbbba7 21:21:42 $ docker rm -f 6e9cd466f9a00a3b2fd1d7a5931143a47ed44240e9046d0560bdd7d0edfbbba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:21:42 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 21:21:42 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:21:43 + set -o pipefail 21:21:43 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:21:43 + tee .snyk 21:21:43 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:21:43 version: v1.14.1 21:21:43 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:21:43 ignore: 21:21:43 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:21:43 - '*': 21:21:43 reason: does not apply # justification for ignoring 21:21: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 21:21:43 SNYK-ALPINE312-JQ-588886: 21:21:43 - '*': 21:21:43 reason: false positive 21:21:43 expires: 2021-01-01T00:00:00 21:21:43 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:21:43 - '*': 21:21:43 reason: does not apply 21:21:43 expires: 2021-01-01T00:00:00 21:21:43 # patch: {} [Pipeline] withCredentials 21:21:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:21:43 . [Pipeline] withDockerContainer 21:21:43 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:21:43 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:21:44 $ docker top c6575217bce1370ef764bef07aebe0deda9ed3e11abb99f027fef25d2ccba1a9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:44 + rm -f snykReport.html [Pipeline] echo 21:21:44 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:21:45 + set -o pipefail 21:21:45 + + snyk-to-html -osnyk snykReport.html test 21:21:45 '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:21:51 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:21:51 $ docker stop --time=1 c6575217bce1370ef764bef07aebe0deda9ed3e11abb99f027fef25d2ccba1a9 21:21:53 $ docker rm -f c6575217bce1370ef764bef07aebe0deda9ed3e11abb99f027fef25d2ccba1a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:21:53 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 21:21:53 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 21:21:54 Archiving artifacts [Pipeline] unstable 21:21:54 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 21:21:54 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 21:21:54 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:21:54 + set -o pipefail 21:21:54 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:21:54 + tee .snyk 21:21:54 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:21:54 version: v1.14.1 21:21:54 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:21:54 ignore: 21:21:54 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:21:54 - '*': 21:21:54 reason: does not apply # justification for ignoring 21:21:54 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 21:21:54 SNYK-ALPINE312-JQ-588886: 21:21:54 - '*': 21:21:54 reason: false positive 21:21:54 expires: 2021-01-01T00:00:00 21:21:54 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:21:54 - '*': 21:21:54 reason: does not apply 21:21:54 expires: 2021-01-01T00:00:00 21:21:54 # patch: {} [Pipeline] withCredentials 21:21:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:21:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:21:55 . [Pipeline] withDockerContainer 21:21:55 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:21:55 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:21:55 $ docker top 8c11ae62722c8a636ac91f7a2455c6d15769174461ab029418954e4532be0dcd -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:56 + rm -f snykReport.html [Pipeline] echo 21:21:56 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:21:56 + set -o pipefail 21:21:56 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:21:56 + snyk-to-html -o snykReport.html 21:22:06 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:22:06 $ docker stop --time=1 8c11ae62722c8a636ac91f7a2455c6d15769174461ab029418954e4532be0dcd 21:22:08 $ docker rm -f 8c11ae62722c8a636ac91f7a2455c6d15769174461ab029418954e4532be0dcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:08 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 21:22:08 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:22:08 + set -o pipefail 21:22:08 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:22:08 + tee .snyk 21:22:08 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:22:08 version: v1.14.1 21:22:08 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:22:08 ignore: 21:22:08 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:22:08 - '*': 21:22:08 reason: does not apply # justification for ignoring 21:22:08 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 21:22:08 SNYK-ALPINE312-JQ-588886: 21:22:08 - '*': 21:22:08 reason: false positive 21:22:08 expires: 2021-01-01T00:00:00 21:22:08 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:22:08 - '*': 21:22:08 reason: does not apply 21:22:08 expires: 2021-01-01T00:00:00 21:22:08 # patch: {} [Pipeline] withCredentials 21:22:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:09 . [Pipeline] withDockerContainer 21:22:09 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:22:09 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:22:10 $ docker top 5002c434a82405c79cbd6b2a6ff99e6be02ee5300fafc71c819506627c671af5 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:10 + rm -f snykReport.html [Pipeline] echo 21:22:10 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:22:11 + set -o pipefail 21:22:11 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:22:11 + snyk-to-html -o snykReport.html 21:22:19 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:22:19 $ docker stop --time=1 5002c434a82405c79cbd6b2a6ff99e6be02ee5300fafc71c819506627c671af5 21:22:20 $ docker rm -f 5002c434a82405c79cbd6b2a6ff99e6be02ee5300fafc71c819506627c671af5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 21:22:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:22:21 + set -o pipefail 21:22:21 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:22:21 + tee .snyk 21:22:21 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:22:21 version: v1.14.1 21:22:21 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:22:21 ignore: 21:22:21 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:22:21 - '*': 21:22:21 reason: does not apply # justification for ignoring 21:22:21 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 21:22:21 SNYK-ALPINE312-JQ-588886: 21:22:21 - '*': 21:22:21 reason: false positive 21:22:21 expires: 2021-01-01T00:00:00 21:22:21 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:22:21 - '*': 21:22:21 reason: does not apply 21:22:21 expires: 2021-01-01T00:00:00 21:22:21 # patch: {} [Pipeline] withCredentials 21:22:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:21 . [Pipeline] withDockerContainer 21:22:21 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:22:22 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:22:22 $ docker top 9a5068cec5c195bdd0139afdd9e20fd33a648d10b5c0de147c908d50075a4f40 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:23 + rm -f snykReport.html [Pipeline] echo 21:22:23 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:22:23 + set -o pipefail 21:22:23 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high'+ '--policy-path=./.snyk'snyk-to-html --json -o 21:22:23 snykReport.html 21:22:30 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:22:30 $ docker stop --time=1 9a5068cec5c195bdd0139afdd9e20fd33a648d10b5c0de147c908d50075a4f40 21:22:31 $ docker rm -f 9a5068cec5c195bdd0139afdd9e20fd33a648d10b5c0de147c908d50075a4f40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:31 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 21:22:31 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 21:22:32 Archiving artifacts [Pipeline] unstable 21:22:32 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 21:22:32 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 21:22:32 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:22:32 + set -o pipefail 21:22:32 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:22:32 + tee .snyk 21:22:32 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:22:32 version: v1.14.1 21:22:32 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:22:32 ignore: 21:22:32 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:22:32 - '*': 21:22:32 reason: does not apply # justification for ignoring 21:22:32 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 21:22:32 SNYK-ALPINE312-JQ-588886: 21:22:32 - '*': 21:22:32 reason: false positive 21:22:32 expires: 2021-01-01T00:00:00 21:22:32 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:22:32 - '*': 21:22:32 reason: does not apply 21:22:32 expires: 2021-01-01T00:00:00 21:22:32 # patch: {} [Pipeline] withCredentials 21:22:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:33 . [Pipeline] withDockerContainer 21:22:33 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:22:33 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:22:34 $ docker top 4da0fe1927c7aa516f91ceb04369b689ac086ff41c84fcbe947062e5408f9323 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:34 + rm -f snykReport.html [Pipeline] echo 21:22:34 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:22:34 + set -o pipefail 21:22:34 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:22:34 + snyk-to-html -o snykReport.html 21:22:40 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:22:40 $ docker stop --time=1 4da0fe1927c7aa516f91ceb04369b689ac086ff41c84fcbe947062e5408f9323 21:22:41 $ docker rm -f 4da0fe1927c7aa516f91ceb04369b689ac086ff41c84fcbe947062e5408f9323 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:41 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 21:22:41 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 21:22:42 Archiving artifacts [Pipeline] unstable 21:22:42 WARNING: Snyk Found Vulnerabilites [Pipeline] echo 21:22:42 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 21:22:42 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:22:42 + set -o pipefail 21:22:42 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:22:42 + tee .snyk 21:22:42 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:22:42 version: v1.14.1 21:22:42 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:22:42 ignore: 21:22:42 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:22:42 - '*': 21:22:42 reason: does not apply # justification for ignoring 21:22:42 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 21:22:42 SNYK-ALPINE312-JQ-588886: 21:22:42 - '*': 21:22:42 reason: false positive 21:22:42 expires: 2021-01-01T00:00:00 21:22:42 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:22:42 - '*': 21:22:42 reason: does not apply 21:22:42 expires: 2021-01-01T00:00:00 21:22:42 # patch: {} [Pipeline] withCredentials 21:22:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:43 . [Pipeline] withDockerContainer 21:22:43 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:22:43 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:22:44 $ docker top ea8bb1553334ac43f46801f3887b64c0b7058c14c020370352601d6a872093f2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:44 + rm -f snykReport.html [Pipeline] echo 21:22:44 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:22:44 + set -o pipefail 21:22:44 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:22:44 + snyk-to-html -o snykReport.html 21:22:51 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:22:51 $ docker stop --time=1 ea8bb1553334ac43f46801f3887b64c0b7058c14c020370352601d6a872093f2 21:22:52 $ docker rm -f ea8bb1553334ac43f46801f3887b64c0b7058c14c020370352601d6a872093f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:22:53 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 21:22:53 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:22:53 + set -o pipefail 21:22:53 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:22:53 + tee .snyk 21:22:53 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:22:53 version: v1.14.1 21:22:53 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:22:53 ignore: 21:22:53 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:22:53 - '*': 21:22:53 reason: does not apply # justification for ignoring 21:22:53 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 21:22:53 SNYK-ALPINE312-JQ-588886: 21:22:53 - '*': 21:22:53 reason: false positive 21:22:53 expires: 2021-01-01T00:00:00 21:22:53 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:22:53 - '*': 21:22:53 reason: does not apply 21:22:53 expires: 2021-01-01T00:00:00 21:22:53 # patch: {} [Pipeline] withCredentials 21:22:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:54 . [Pipeline] withDockerContainer 21:22:54 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:22:54 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:22:54 $ docker top 7a0444d834d7cbd3d82c9c57d72e6ef0aebb21512e1a645b1133acf3621cb706 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:55 + rm -f snykReport.html [Pipeline] echo 21:22:55 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:22:55 + set -o pipefail 21:22:55 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:22:55 + snyk-to-html -o snykReport.html 21:23:05 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:23:05 $ docker stop --time=1 7a0444d834d7cbd3d82c9c57d72e6ef0aebb21512e1a645b1133acf3621cb706 21:23:07 $ docker rm -f 7a0444d834d7cbd3d82c9c57d72e6ef0aebb21512e1a645b1133acf3621cb706 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:23:07 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 21:23:07 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:23:07 + set -o pipefail 21:23:07 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:23:07 + tee .snyk 21:23:07 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:23:07 version: v1.14.1 21:23:07 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:23:07 ignore: 21:23:07 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:23:07 - '*': 21:23:07 reason: does not apply # justification for ignoring 21:23:07 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 21:23:07 SNYK-ALPINE312-JQ-588886: 21:23:07 - '*': 21:23:07 reason: false positive 21:23:07 expires: 2021-01-01T00:00:00 21:23:07 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:23:07 - '*': 21:23:07 reason: does not apply 21:23:07 expires: 2021-01-01T00:00:00 21:23:07 # patch: {} [Pipeline] withCredentials 21:23:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:23:08 . [Pipeline] withDockerContainer 21:23:08 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:23:08 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:23:09 $ docker top 1b4d0f55221525ef61c33cb093114379895869b0c54bc50d25a34a0a6f3108e1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:09 + rm -f snykReport.html [Pipeline] echo 21:23:09 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:23:09 + set -o pipefail 21:23:09 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:23:09 + snyk-to-html -o snykReport.html 21:23:19 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:23:19 $ docker stop --time=1 1b4d0f55221525ef61c33cb093114379895869b0c54bc50d25a34a0a6f3108e1 21:23:21 $ docker rm -f 1b4d0f55221525ef61c33cb093114379895869b0c54bc50d25a34a0a6f3108e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:23:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:23:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 21:23:22 + set -o pipefail 21:23:22 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 21:23:22 + tee .snyk 21:23:22 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 21:23:22 version: v1.14.1 21:23:22 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 21:23:22 ignore: 21:23:22 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 21:23:22 - '*': 21:23:22 reason: does not apply # justification for ignoring 21:23:22 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 21:23:22 SNYK-ALPINE312-JQ-588886: 21:23:22 - '*': 21:23:22 reason: false positive 21:23:22 expires: 2021-01-01T00:00:00 21:23:22 SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: 21:23:22 - '*': 21:23:22 reason: does not apply 21:23:22 expires: 2021-01-01T00:00:00 21:23:22 # patch: {} [Pipeline] withCredentials 21:23:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:23:22 . [Pipeline] withDockerContainer 21:23:22 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:23:22 $ 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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:23:23 $ docker top 27b429cd9ea7bbd59e9cba1798d92737902b0b36fabaada4d8f1f660586407ff -eo pid,comm [Pipeline] { [Pipeline] sh 21:23:23 + rm -f snykReport.html [Pipeline] echo 21:23:23 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 21:23:24 + set -o pipefail 21:23:24 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:57027b830a506e4aebc0dcaa3e3cd565868e69a4 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 21:23:24 + snyk-to-html -o snykReport.html 21:23:29 Vulnerability snapshot saved at snykReport.html [Pipeline] } 21:23:29 $ docker stop --time=1 27b429cd9ea7bbd59e9cba1798d92737902b0b36fabaada4d8f1f660586407ff 21:23:30 $ docker rm -f 27b429cd9ea7bbd59e9cba1798d92737902b0b36fabaada4d8f1f660586407ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:23:31 [edgeXSnyk] Exit Code: 1 [Pipeline] echo 21:23:31 [edgeXSnyk] Possible vulnerabilities have been found in the Snyk scan. Marking as build as unstable. [Pipeline] readFile [Pipeline] mail [Pipeline] step 21:23:31 Archiving artifacts [Pipeline] unstable 21:23:31 WARNING: Snyk Found Vulnerabilites [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:23:31 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:23:31 provisioning config files... 21:23:31 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/257@tmp/config1076881541944122003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:32 --> edgex-publish-swagger.sh 21:23:32 === Publish openapi/v1 API === 21:23:32 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 21:23:32 [publishToSwagger] Publishing API Name [core-command] 21:23:32 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:32 Dload Upload Total Spent Left Speed 21:23:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8908 0:00:01 0:00:01 --:--:-- 8916 100 10521 0 0 100 10521 0 8907 0:00:01 0:00:01 --:--:-- 8916 21:23:33 21:23:33 21:23:33 [publishToSwagger] Publishing API Name [core-data] 21:23:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:33 Dload Upload Total Spent Left Speed 21:23:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27479 0:00:01 0:00:01 --:--:-- 27496 100 32556 0 0 100 32556 0 27475 0:00:01 0:00:01 --:--:-- 27496 21:23:34 21:23:34 21:23:34 [publishToSwagger] Publishing API Name [core-metadata] 21:23:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:34 Dload Upload Total Spent Left Speed 21:23:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60876 0:00:01 0:00:01 --:--:-- 60875 100 73720 0 0 100 73720 0 59272 0:00:01 0:00:01 --:--:-- 59260 21:23:36 21:23:36 21:23:36 [publishToSwagger] Publishing API Name [support-logging] 21:23:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:36 Dload Upload Total Spent Left Speed 21:23:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12271 0:00:01 0:00:01 --:--:-- 12278 100 13580 0 0 100 13580 0 12269 0:00:01 0:00:01 --:--:-- 12278 21:23:37 21:23:37 21:23:37 [publishToSwagger] Publishing API Name [support-notifications] 21:23:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:37 Dload Upload Total Spent Left Speed 21:23:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32529 0:00:01 0:00:01 --:--:-- 32543 100 38889 0 0 100 38889 0 32524 0:00:01 0:00:01 --:--:-- 32543 21:23:38 21:23:38 21:23:38 [publishToSwagger] Publishing API Name [support-scheduler] 21:23:38 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:38 Dload Upload Total Spent Left Speed 21:23:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12096 0:00:01 0:00:01 --:--:-- 12105 100 14248 0 0 100 14248 0 12094 0:00:01 0:00:01 --:--:-- 12105 21:23:39 21:23:39 21:23:39 [publishToSwagger] Publishing API Name [system-agent] 21:23:39 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:39 Dload Upload Total Spent Left Speed 21:23:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3786 0:00:01 0:00:01 --:--:-- 3790 100 4109 0 0 100 4109 0 3786 0:00:01 0:00:01 --:--:-- 3787 21:23:40 21:23:40 21:23:40 === Publish openapi/v2 API === 21:23:40 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:23:40 [publishToSwagger] Publishing API Name [core-command] 21:23:40 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:40 Dload Upload Total Spent Left Speed 21:23:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24279 0:00:01 0:00:01 --:--:-- 24288 100 29535 0 0 100 29535 0 23922 0:00:01 0:00:01 --:--:-- 23934 21:23:42 21:23:42 21:23:42 [publishToSwagger] Publishing API Name [core-data] 21:23:42 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:42 Dload Upload Total Spent Left Speed 21:23:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61192 0 0 100 61192 0 50538 0:00:01 0:00:01 --:--:-- 50530 100 61192 0 0 100 61192 0 48658 0:00:01 0:00:01 --:--:-- 48642 21:23:42 21:23:42 21:23:42 [publishToSwagger] Publishing API Name [core-metadata] 21:23:42 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:42 Dload Upload Total Spent Left Speed 21:23:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 103k 0:00:01 0:00:01 --:--:-- 103k 100 119k 0 0 100 119k 0 103k 0:00:01 0:00:01 --:--:-- 103k 21:23:44 21:23:44 21:23:44 [publishToSwagger] Publishing API Name [support-logging] 21:23:44 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:44 Dload Upload Total Spent Left Speed 21:23:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20979 0:00:01 0:00:01 --:--:-- 20984 100 23691 0 0 100 23691 0 20976 0:00:01 0:00:01 --:--:-- 20984 21:23:45 21:23:45 21:23:45 [publishToSwagger] Publishing API Name [support-notifications] 21:23:45 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:45 Dload Upload Total Spent Left Speed 21:23:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54778 0:00:01 0:00:01 --:--:-- 54799 100 62691 0 0 100 62691 0 54771 0:00:01 0:00:01 --:--:-- 54799 21:23:46 21:23:46 21:23:46 [publishToSwagger] Publishing API Name [support-scheduler] 21:23:46 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:46 Dload Upload Total Spent Left Speed 21:23:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38315 0:00:01 0:00:01 --:--:-- 38338 100 46198 0 0 100 46198 0 37024 0:00:01 0:00:01 --:--:-- 37047 21:23:47 21:23:47 21:23:47 [publishToSwagger] Publishing API Name [system-agent] 21:23:47 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:47 Dload Upload Total Spent Left Speed 21:23:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19661 0:00:01 0:00:01 --:--:-- 19656 100 23725 0 0 100 23725 0 18635 0:00:01 0:00:01 --:--:-- 18637 21:23:49 21:23:49 [Pipeline] } 21:23:49 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 21:23:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:23:49 . [Pipeline] withDockerContainer 21:23:50 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:23:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:23:51 $ docker top f76524ed6af4aadc6e5aa62d59f19d579d32cf1801b4f082502f261d749d3e99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:52 [ssh-agent] Looking for ssh-agent implementation... 21:23:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:52 $ docker exec f76524ed6af4aadc6e5aa62d59f19d579d32cf1801b4f082502f261d749d3e99 ssh-agent 21:23:52 SSH_AUTH_SOCK=/tmp/ssh-Mf2mfs68jhSX/agent.11 21:23:52 SSH_AGENT_PID=17 21:23:52 Running ssh-add (command line suppressed) 21:23:52 Identity added: /w/workspace/edgex-go/257@tmp/private_key_782827187821365544.key (/w/workspace/edgex-go/257@tmp/private_key_782827187821365544.key) 21:23:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:53 + git semver tag 21:23:53 # -> Open(): unable to determine branch for HEAD 21:23:53 # $GIT_DIR = /w/workspace/edgex-go/257/.git 21:23:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/257 21:23:53 # $SEMVER_REMOTE_NAME = origin 21:23:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:23:53 # $SEMVER_USER_NAME = edgex-jenkins 21:23:53 # $SEMVER_BRANCH = master 21:23:53 # $SEMVER_DIR = /w/workspace/edgex-go/257/.semver 21:23:53 # 57027b830a506e4aebc0dcaa3e3cd565868e69a4 HEAD 21:23:53 # -> Force: false 21:23:53 # 63e9cdabf4d7494fd22f5729f5b5df78eefd2a1c refs/tags/v2.0.0-dev.13 [Pipeline] } 21:23:53 $ docker exec --env ******** --env ******** f76524ed6af4aadc6e5aa62d59f19d579d32cf1801b4f082502f261d749d3e99 ssh-agent -k 21:23:54 unset SSH_AUTH_SOCK; 21:23:54 unset SSH_AGENT_PID; 21:23:54 echo Agent pid 17 killed; 21:23:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:23:54 + git semver [Pipeline] } 21:23:54 $ docker stop --time=1 f76524ed6af4aadc6e5aa62d59f19d579d32cf1801b4f082502f261d749d3e99 21:23:55 $ docker rm -f f76524ed6af4aadc6e5aa62d59f19d579d32cf1801b4f082502f261d749d3e99 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:23:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:23:56 21:23:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:23:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:23:56 0.23.1-centos7: Pulling from edgex-lftools 21:23:56 ab5ef0e58194: Pulling fs layer 21:23:56 9712f1f96733: Pulling fs layer 21:23:56 63f879dbbcfc: Pulling fs layer 21:23:56 0d9ebad4ef96: Pulling fs layer 21:23:56 e9a5061849ea: Pulling fs layer 21:23:56 d747dcd14b5f: Pulling fs layer 21:23:56 2de7ff778b66: Pulling fs layer 21:23:56 0d9ebad4ef96: Waiting 21:23:56 e9a5061849ea: Waiting 21:23:56 d747dcd14b5f: Waiting 21:23:56 2de7ff778b66: Waiting 21:23:56 9712f1f96733: Download complete 21:23:58 63f879dbbcfc: Download complete 21:23:59 e9a5061849ea: Verifying Checksum 21:23:59 e9a5061849ea: Download complete 21:23:59 d747dcd14b5f: Verifying Checksum 21:23:59 d747dcd14b5f: Download complete 21:23:59 2de7ff778b66: Verifying Checksum 21:23:59 2de7ff778b66: Download complete 21:23:59 0d9ebad4ef96: Verifying Checksum 21:23:59 0d9ebad4ef96: Download complete 21:23:59 ab5ef0e58194: Verifying Checksum 21:23:59 ab5ef0e58194: Download complete 21:24:05 ab5ef0e58194: Pull complete 21:24:05 9712f1f96733: Pull complete 21:24:06 63f879dbbcfc: Pull complete 21:24:13 0d9ebad4ef96: Pull complete 21:24:14 e9a5061849ea: Pull complete 21:24:14 d747dcd14b5f: Pull complete 21:24:18 2de7ff778b66: Pull complete 21:24:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:24:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:24:19 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:24:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:24:22 $ docker top 1632754fa0fae0fff2e25a0172d655eee9bd173452e489427ad6a4c6ad70a5e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:24:22 provisioning config files... 21:24:22 copy managed file [sigul-config] to file:/w/workspace/edgex-go/257@tmp/config850311044535984206tmp 21:24:22 copy managed file [sigul-password] to file:/w/workspace/edgex-go/257@tmp/config6134014183453471434tmp 21:24:22 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/257@tmp/config274702133767938213tmp [Pipeline] { [Pipeline] echo 21:24:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:24:22 ---> sigul-configuration.sh 21:24:22 gpg: directory `/root/.gnupg' created 21:24:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:24:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:24:22 gpg: keyring `/root/.gnupg/secring.gpg' created 21:24:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:24:22 gpg: CAST5 encrypted data 21:24:23 gpg: encrypted with 1 passphrase 21:24:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:24:23 + mkdir /home/jenkins 21:24:23 + mkdir /home/jenkins/sigul [Pipeline] sh 21:24:23 + 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 21:24:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:24:23 ---> sigul-install.sh 21:24:29 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:24:29 + git tag --list 21:24:29 0.6.0 21:24:29 0.6.1 21:24:29 0.7.0 21:24:29 0.7.1 21:24:29 v1.0.0 21:24:29 v1.0.1 21:24:29 v1.1.0 21:24:29 v1.2.0 21:24:29 v1.2.1 21:24:29 v1.2.2-dev.1 21:24:29 v1.2.2-dev.10 21:24:29 v1.2.2-dev.100 21:24:29 v1.2.2-dev.101 21:24:29 v1.2.2-dev.102 21:24:29 v1.2.2-dev.103 21:24:29 v1.2.2-dev.104 21:24:29 v1.2.2-dev.105 21:24:29 v1.2.2-dev.106 21:24:29 v1.2.2-dev.107 21:24:29 v1.2.2-dev.11 21:24:29 v1.2.2-dev.12 21:24:29 v1.2.2-dev.13 21:24:29 v1.2.2-dev.14 21:24:29 v1.2.2-dev.15 21:24:29 v1.2.2-dev.16 21:24:29 v1.2.2-dev.17 21:24:29 v1.2.2-dev.18 21:24:29 v1.2.2-dev.19 21:24:29 v1.2.2-dev.2 21:24:29 v1.2.2-dev.20 21:24:29 v1.2.2-dev.21 21:24:29 v1.2.2-dev.22 21:24:29 v1.2.2-dev.23 21:24:29 v1.2.2-dev.24 21:24:29 v1.2.2-dev.25 21:24:29 v1.2.2-dev.26 21:24:29 v1.2.2-dev.27 21:24:29 v1.2.2-dev.28 21:24:29 v1.2.2-dev.29 21:24:29 v1.2.2-dev.3 21:24:29 v1.2.2-dev.30 21:24:29 v1.2.2-dev.31 21:24:29 v1.2.2-dev.32 21:24:29 v1.2.2-dev.33 21:24:29 v1.2.2-dev.34 21:24:29 v1.2.2-dev.35 21:24:29 v1.2.2-dev.36 21:24:29 v1.2.2-dev.37 21:24:29 v1.2.2-dev.38 21:24:29 v1.2.2-dev.39 21:24:29 v1.2.2-dev.4 21:24:29 v1.2.2-dev.40 21:24:29 v1.2.2-dev.41 21:24:29 v1.2.2-dev.42 21:24:29 v1.2.2-dev.43 21:24:29 v1.2.2-dev.44 21:24:29 v1.2.2-dev.45 21:24:29 v1.2.2-dev.46 21:24:29 v1.2.2-dev.47 21:24:29 v1.2.2-dev.48 21:24:29 v1.2.2-dev.49 21:24:29 v1.2.2-dev.5 21:24:29 v1.2.2-dev.50 21:24:29 v1.2.2-dev.51 21:24:29 v1.2.2-dev.52 21:24:29 v1.2.2-dev.53 21:24:29 v1.2.2-dev.54 21:24:29 v1.2.2-dev.55 21:24:29 v1.2.2-dev.56 21:24:29 v1.2.2-dev.57 21:24:29 v1.2.2-dev.58 21:24:29 v1.2.2-dev.59 21:24:29 v1.2.2-dev.6 21:24:29 v1.2.2-dev.60 21:24:29 v1.2.2-dev.61 21:24:29 v1.2.2-dev.62 21:24:29 v1.2.2-dev.63 21:24:29 v1.2.2-dev.64 21:24:29 v1.2.2-dev.65 21:24:29 v1.2.2-dev.66 21:24:29 v1.2.2-dev.67 21:24:29 v1.2.2-dev.68 21:24:29 v1.2.2-dev.69 21:24:29 v1.2.2-dev.7 21:24:29 v1.2.2-dev.70 21:24:29 v1.2.2-dev.71 21:24:29 v1.2.2-dev.72 21:24:29 v1.2.2-dev.73 21:24:29 v1.2.2-dev.74 21:24:29 v1.2.2-dev.75 21:24:29 v1.2.2-dev.76 21:24:29 v1.2.2-dev.77 21:24:29 v1.2.2-dev.78 21:24:29 v1.2.2-dev.79 21:24:29 v1.2.2-dev.8 21:24:29 v1.2.2-dev.80 21:24:29 v1.2.2-dev.81 21:24:29 v1.2.2-dev.82 21:24:29 v1.2.2-dev.83 21:24:29 v1.2.2-dev.84 21:24:29 v1.2.2-dev.85 21:24:29 v1.2.2-dev.86 21:24:29 v1.2.2-dev.87 21:24:29 v1.2.2-dev.88 21:24:29 v1.2.2-dev.89 21:24:29 v1.2.2-dev.9 21:24:29 v1.2.2-dev.90 21:24:29 v1.2.2-dev.91 21:24:29 v1.2.2-dev.92 21:24:29 v1.2.2-dev.93 21:24:29 v1.2.2-dev.94 21:24:29 v1.2.2-dev.95 21:24:29 v1.2.2-dev.96 21:24:29 v1.2.2-dev.97 21:24:29 v1.2.2-dev.98 21:24:29 v1.2.2-dev.99 21:24:29 v1.3.0 21:24:29 v1.3.1-dev.1 21:24:29 v1.3.1-dev.10 21:24:29 v1.3.1-dev.11 21:24:29 v1.3.1-dev.12 21:24:29 v1.3.1-dev.13 21:24:29 v1.3.1-dev.14 21:24:29 v1.3.1-dev.15 21:24:29 v1.3.1-dev.16 21:24:29 v1.3.1-dev.17 21:24:29 v1.3.1-dev.18 21:24:29 v1.3.1-dev.2 21:24:29 v1.3.1-dev.3 21:24:29 v1.3.1-dev.4 21:24:29 v1.3.1-dev.5 21:24:29 v1.3.1-dev.6 21:24:29 v1.3.1-dev.7 21:24:29 v1.3.1-dev.8 21:24:29 v1.3.1-dev.9 21:24:29 v2.0.0-dev.1 21:24:29 v2.0.0-dev.10 21:24:29 v2.0.0-dev.11 21:24:29 v2.0.0-dev.12 21:24:29 v2.0.0-dev.13 21:24:29 v2.0.0-dev.2 21:24:29 v2.0.0-dev.3 21:24:29 v2.0.0-dev.4 21:24:29 v2.0.0-dev.5 21:24:29 v2.0.0-dev.6 21:24:29 v2.0.0-dev.7 21:24:29 v2.0.0-dev.8 21:24:29 v2.0.0-dev.9 [Pipeline] sh 21:24:30 + lftools sign git-tag v2.0.0-dev.13 21:24:31 Signing Git tag with Sigul... 21:24:31 Signing v2.0.0-dev.13 [Pipeline] echo 21:24:33 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:24:33 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:24:33 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:24:33 $ docker stop --time=1 1632754fa0fae0fff2e25a0172d655eee9bd173452e489427ad6a4c6ad70a5e4 21:24:35 $ docker rm -f 1632754fa0fae0fff2e25a0172d655eee9bd173452e489427ad6a4c6ad70a5e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:36 . [Pipeline] withDockerContainer 21:24:36 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:24:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:24:37 $ docker top f4d5a89703ad922ac227ab17403792581e5b15913c16887369feaf6633ed5aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:38 [ssh-agent] Looking for ssh-agent implementation... 21:24:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:38 $ docker exec f4d5a89703ad922ac227ab17403792581e5b15913c16887369feaf6633ed5aec ssh-agent 21:24:38 SSH_AUTH_SOCK=/tmp/ssh-sv5o6XMIapNh/agent.12 21:24:38 SSH_AGENT_PID=17 21:24:38 Running ssh-add (command line suppressed) 21:24:38 Identity added: /w/workspace/edgex-go/257@tmp/private_key_6343932566769748890.key (/w/workspace/edgex-go/257@tmp/private_key_6343932566769748890.key) 21:24:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:39 + git semver bump pre 21:24:39 # -> Open(): unable to determine branch for HEAD 21:24:39 # $GIT_DIR = /w/workspace/edgex-go/257/.git 21:24:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/257 21:24:39 # $SEMVER_REMOTE_NAME = origin 21:24:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:24:39 # $SEMVER_USER_NAME = edgex-jenkins 21:24:39 # $SEMVER_BRANCH = master 21:24:39 # $SEMVER_DIR = /w/workspace/edgex-go/257/.semver 21:24:39 2.0.0-dev.14 [Pipeline] } 21:24:39 $ docker exec --env ******** --env ******** f4d5a89703ad922ac227ab17403792581e5b15913c16887369feaf6633ed5aec ssh-agent -k 21:24:39 unset SSH_AUTH_SOCK; 21:24:39 unset SSH_AGENT_PID; 21:24:39 echo Agent pid 17 killed; 21:24:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:39 + git semver [Pipeline] } 21:24:39 $ docker stop --time=1 f4d5a89703ad922ac227ab17403792581e5b15913c16887369feaf6633ed5aec 21:24:41 $ docker rm -f f4d5a89703ad922ac227ab17403792581e5b15913c16887369feaf6633ed5aec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:24:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:24:41 . [Pipeline] withDockerContainer 21:24:41 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:24:42 $ docker top c8d555b7fcc8d2163a4dd1696afe3b021ddb328185a4044790908dc6a096730a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:24:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:24:42 [ssh-agent] Looking for ssh-agent implementation... 21:24:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:24:43 $ docker exec c8d555b7fcc8d2163a4dd1696afe3b021ddb328185a4044790908dc6a096730a ssh-agent 21:24:43 SSH_AUTH_SOCK=/tmp/ssh-xKNLfLlbTXIO/agent.11 21:24:43 SSH_AGENT_PID=16 21:24:43 Running ssh-add (command line suppressed) 21:24:43 Identity added: /w/workspace/edgex-go/257@tmp/private_key_2443032203969902942.key (/w/workspace/edgex-go/257@tmp/private_key_2443032203969902942.key) 21:24:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:24:43 + git semver push 21:24:43 # -> Open(): unable to determine branch for HEAD 21:24:43 # $GIT_DIR = /w/workspace/edgex-go/257/.git 21:24:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/257 21:24:43 # $SEMVER_REMOTE_NAME = origin 21:24:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:24:43 # $SEMVER_USER_NAME = edgex-jenkins 21:24:43 # $SEMVER_BRANCH = master 21:24:43 # $SEMVER_DIR = /w/workspace/edgex-go/257/.semver [Pipeline] } 21:24:53 $ docker exec --env ******** --env ******** c8d555b7fcc8d2163a4dd1696afe3b021ddb328185a4044790908dc6a096730a ssh-agent -k 21:24:53 unset SSH_AUTH_SOCK; 21:24:53 unset SSH_AGENT_PID; 21:24:53 echo Agent pid 16 killed; 21:24:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:24:54 + git semver [Pipeline] } 21:24:54 $ docker stop --time=1 c8d555b7fcc8d2163a4dd1696afe3b021ddb328185a4044790908dc6a096730a 21:24:55 $ docker rm -f c8d555b7fcc8d2163a4dd1696afe3b021ddb328185a4044790908dc6a096730a [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 21:24:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:24:57 ---> package-listing.sh 21:24:57 ++ facter osfamily 21:24:57 ++ tr '[:upper:]' '[:lower:]' 21:24:57 + OS_FAMILY=redhat 21:24:57 + workspace=/w/workspace/edgex-go/257 21:24:57 + START_PACKAGES=/tmp/packages_start.txt 21:24:57 + END_PACKAGES=/tmp/packages_end.txt 21:24:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:24:57 + PACKAGES=/tmp/packages_start.txt 21:24:57 + '[' /w/workspace/edgex-go/257 ']' 21:24:57 + PACKAGES=/tmp/packages_end.txt 21:24:57 + case "${OS_FAMILY}" in 21:24:57 + rpm -qa 21:24:57 + sort 21:25:03 + '[' -f /tmp/packages_start.txt ']' 21:25:03 + '[' -f /tmp/packages_end.txt ']' 21:25:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:25:03 + '[' /w/workspace/edgex-go/257 ']' 21:25:03 + mkdir -p /w/workspace/edgex-go/257/archives/ 21:25:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/257/archives/ [Pipeline] echo 21:25:03 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/257/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:25:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:03 21:25:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:25:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:04 alpine: Pulling from edgex-lftools-log-publisher 21:25:04 df20fa9351a1: Pulling fs layer 21:25:04 36b3adc4ff6f: Pulling fs layer 21:25:04 8ad3a11d3b57: Pulling fs layer 21:25:04 46f8f816bc3b: Pulling fs layer 21:25:04 93b61091891f: Pulling fs layer 21:25:04 93b9cdb0e59b: Pulling fs layer 21:25:04 5e14af77c1be: Pulling fs layer 21:25:04 01666e4c0597: Pulling fs layer 21:25:04 aa168da1d23b: Pulling fs layer 21:25:04 46f8f816bc3b: Waiting 21:25:04 93b61091891f: Waiting 21:25:04 93b9cdb0e59b: Waiting 21:25:04 5e14af77c1be: Waiting 21:25:04 01666e4c0597: Waiting 21:25:04 aa168da1d23b: Waiting 21:25:04 36b3adc4ff6f: Verifying Checksum 21:25:04 36b3adc4ff6f: Download complete 21:25:04 46f8f816bc3b: Verifying Checksum 21:25:04 46f8f816bc3b: Download complete 21:25:04 df20fa9351a1: Download complete 21:25:04 93b9cdb0e59b: Verifying Checksum 21:25:04 93b9cdb0e59b: Download complete 21:25:04 5e14af77c1be: Verifying Checksum 21:25:04 5e14af77c1be: Download complete 21:25:04 93b61091891f: Verifying Checksum 21:25:04 93b61091891f: Download complete 21:25:04 01666e4c0597: Verifying Checksum 21:25:04 01666e4c0597: Download complete 21:25:04 8ad3a11d3b57: Verifying Checksum 21:25:04 8ad3a11d3b57: Download complete 21:25:04 df20fa9351a1: Pull complete 21:25:04 36b3adc4ff6f: Pull complete 21:25:06 8ad3a11d3b57: Pull complete 21:25:06 aa168da1d23b: Verifying Checksum 21:25:06 aa168da1d23b: Download complete 21:25:06 46f8f816bc3b: Pull complete 21:25:07 93b61091891f: Pull complete 21:25:07 93b9cdb0e59b: Pull complete 21:25:07 5e14af77c1be: Pull complete 21:25:07 01666e4c0597: Pull complete 21:25:14 aa168da1d23b: Pull complete 21:25:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:25:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:25:14 prd-centos7-docker-4c-2g-16161 does not seem to be running inside a container 21:25:14 $ 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/257/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/257 -v /w/workspace/edgex-go/257:/w/workspace/edgex-go/257:rw,z -v /w/workspace/edgex-go/257@tmp:/w/workspace/edgex-go/257@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:25:18 $ docker top 39268440bbd83e359d24df38906cf294944ff92c7d4bf1e62d1eb464a9b4ffd8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:25:18 + touch /tmp/pre-build-complete [Pipeline] sh 21:25:18 + mkdir -p /var/log/sa [Pipeline] sh 21:25:19 + ls /var/log/sa-host 21:25:19 + sadf -c /var/log/sa-host/sa15 21:25:19 file_magic: OK 21:25:19 HZ: Using current value: 100 21:25:19 file_header: OK 21:25:19 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 21:25:19 Statistics: 21:25:19 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... 21:25:19 File successfully converted to sysstat format version 12.2.1 21:25:19 + sadf -c /var/log/sa-host/sa23 21:25:19 file_magic: OK 21:25:19 HZ: Using current value: 100 21:25:19 file_header: OK 21:25:19 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 21:25:19 Statistics: 21:25:19 Hnuu...uuuununununu... 21:25:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:25:19 provisioning config files... 21:25:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/257@tmp/config3359968129268263296tmp [Pipeline] { [Pipeline] echo 21:25:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:25:19 ---> create-netrc.sh [Pipeline] } 21:25:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:25:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:25:20 ---> python-tools-install.sh [Pipeline] echo 21:25:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:25:20 ---> sudo-logs.sh 21:25:20 Archiving 'sudo' log.. [Pipeline] echo 21:25:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:25:20 ---> job-cost.sh 21:25:20 lf-activate-venv: SKIPPING 21:25:20 INFO: No Stack... 21:25:21 INFO: Retrieving Pricing Info for: v1-standard-2 21:25:22 INFO: Archiving Costs [Pipeline] echo 21:25:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:25:22 ---> logs-deploy.sh 21:25:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/257 21:25:22 INFO: archiving workspace using pattern(s): 21:25:23 Archives upload complete. 21:25:23 INFO: archiving logs to Nexus 21:25:25 ---> uname -a: 21:25:25 Linux prd-centos7-docker-4c-2g-16161.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:25:25 21:25:25 21:25:25 ---> lscpu: 21:25:25 Architecture: x86_64 21:25:25 CPU op-mode(s): 32-bit, 64-bit 21:25:25 Byte Order: Little Endian 21:25:25 Address sizes: 40 bits physical, 48 bits virtual 21:25:25 CPU(s): 4 21:25:25 On-line CPU(s) list: 0-3 21:25:25 Thread(s) per core: 1 21:25:25 Core(s) per socket: 1 21:25:25 Socket(s): 4 21:25:25 NUMA node(s): 1 21:25:25 Vendor ID: GenuineIntel 21:25:25 CPU family: 6 21:25:25 Model: 44 21:25:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:25:25 Stepping: 1 21:25:25 CPU MHz: 2933.438 21:25:25 BogoMIPS: 5866.87 21:25:25 Virtualization: VT-x 21:25:25 Hypervisor vendor: KVM 21:25:25 Virtualization type: full 21:25:25 L1d cache: 128 KiB 21:25:25 L1i cache: 128 KiB 21:25:25 L2 cache: 16 MiB 21:25:25 L3 cache: 64 MiB 21:25:25 NUMA node0 CPU(s): 0-3 21:25:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:25:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:25:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:25:25 Vulnerability Meltdown: Mitigation; PTI 21:25:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:25:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:25:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:25:25 Vulnerability Srbds: Not affected 21:25:25 Vulnerability Tsx async abort: Not affected 21:25:25 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 21:25:25 21:25:25 21:25:25 ---> nproc: 21:25:25 4 21:25:25 21:25:25 21:25:25 ---> df -h: 21:25:25 Filesystem Size Used Available Use% Mounted on 21:25:25 overlay 50.0G 14.0G 36.0G 28% / 21:25:25 tmpfs 64.0M 0 64.0M 0% /dev 21:25:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:25:25 shm 64.0M 0 64.0M 0% /dev/shm 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/257 21:25:25 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/257@tmp 21:25:25 21:25:25 21:25:25 ---> free -m: 21:25:25 total used free shared buff/cache available 21:25:25 Mem: 1837 787 134 0 914 1003 21:25:25 Swap: 1023 67 956 21:25:25 21:25:25 21:25:25 ---> ip addr: 21:25:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:25:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:25:25 inet 127.0.0.1/8 scope host lo 21:25:25 valid_lft forever preferred_lft forever 21:25:25 inet6 ::1/128 scope host 21:25:25 valid_lft forever preferred_lft forever 21:25:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:25:25 link/ether fa:16:3e:5e:02:c0 brd ff:ff:ff:ff:ff:ff 21:25:25 inet 10.30.123.104/23 brd 10.30.123.255 scope global dynamic eth0 21:25:25 valid_lft 85228sec preferred_lft 85228sec 21:25:25 inet6 fe80::f816:3eff:fe5e:2c0/64 scope link 21:25:25 valid_lft forever preferred_lft forever 21:25:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:25:25 link/ether 02:42:8b:53:65:ec brd ff:ff:ff:ff:ff:ff 21:25:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:25:25 valid_lft forever preferred_lft forever 21:25:25 inet6 fe80::42:8bff:fe53:65ec/64 scope link 21:25:25 valid_lft forever preferred_lft forever 21:25:25 21:25:25 21:25:25 ---> sar -b -r -n DEV: 21:25:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 21:25:25 21:25:25 21:05:41 LINUX RESTART (4 CPU) 21:25:25 21:25:25 21:06:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:25:25 21:07:01 161.94 57.18 104.76 0.00 8740.43 50702.40 0.00 21:25:25 21:08:01 301.40 118.75 182.65 0.00 7085.66 63279.84 0.00 21:25:25 21:09:01 281.57 146.03 135.54 0.00 5597.21 17543.09 0.00 21:25:25 21:10:01 150.98 80.34 70.64 0.00 3250.07 9676.95 0.00 21:25:25 21:11:02 986.24 744.05 242.19 0.00 91289.39 167554.45 0.00 21:25:25 21:12:01 2396.58 2034.41 362.17 0.00 155784.11 158272.37 0.00 21:25:25 21:13:02 1078.88 764.71 314.16 0.00 56846.23 78352.21 0.00 21:25:25 21:14:01 2900.02 2533.17 366.85 0.00 172723.43 183160.67 0.00 21:25:25 21:15:01 1186.75 910.16 276.60 0.00 54276.06 71866.74 0.00 21:25:25 21:16:01 138.58 22.59 116.00 0.00 3841.81 8696.85 0.00 21:25:25 21:17:02 19.88 9.92 9.96 0.00 1873.59 205.81 0.00 21:25:25 21:18:01 1.59 1.27 0.32 0.00 96.49 5.12 0.00 21:25:25 21:19:01 0.32 0.03 0.28 0.00 0.53 3.43 0.00 21:25:25 21:20:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 21:25:25 21:21:01 218.17 110.02 108.15 0.00 5671.75 30082.65 0.00 21:25:25 21:22:01 251.12 136.15 114.97 0.00 8204.82 7643.42 0.00 21:25:25 21:23:01 114.06 3.69 110.37 0.00 479.28 1355.08 0.00 21:25:25 21:24:01 91.96 19.30 72.66 0.00 1907.67 7013.46 0.00 21:25:25 21:25:01 259.20 137.92 121.28 0.00 9129.85 26114.11 0.00 21:25:25 Average: 553.78 411.12 142.67 0.00 30839.25 46404.46 0.00 21:25:25 21:25:25 21:06:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:25:25 21:07:01 72704 0 786692 41.81 2620 1019528 1471224 50.21 652928 951932 20 21:25:25 21:08:01 107972 0 727648 38.67 1492 1044432 1326436 45.27 606336 895292 124 21:25:25 21:09:01 250544 0 837956 44.54 468 792576 1680244 57.34 693900 657880 34552 21:25:25 21:10:01 155492 0 804120 42.74 436 921496 1443108 49.25 698564 740528 66764 21:25:25 21:11:02 485320 0 681188 36.20 0 715036 1272316 43.42 496964 686912 136 21:25:25 21:12:01 114056 0 962648 51.16 0 804840 3426368 116.94 736332 790660 35292 21:25:25 21:13:02 97668 0 730540 38.83 0 1053336 1691492 57.73 554208 994648 14040 21:25:25 21:14:01 81592 0 702944 37.36 0 1097008 1796580 61.31 639716 937800 784 21:25:25 21:15:01 404500 0 676676 35.96 0 800368 1358300 46.36 470216 760284 1656 21:25:25 21:16:01 421776 0 660248 35.09 0 799520 1229536 41.96 523272 685724 32 21:25:25 21:17:02 389012 0 637088 33.86 0 855444 1192356 40.69 577608 665944 20 21:25:25 21:18:01 387316 0 635952 33.80 0 858276 1179044 40.24 576464 668536 12 21:25:25 21:19:01 390808 0 632456 33.61 0 858280 1153344 39.36 574440 668160 8 21:25:25 21:20:01 389732 0 633516 33.67 0 858296 1153548 39.37 575224 668168 12 21:25:25 21:21:01 186488 0 737352 39.19 0 957704 1584516 54.08 607124 798444 94856 21:25:25 21:22:01 248096 0 785312 41.74 0 848136 1812844 61.87 714500 626128 24 21:25:25 21:23:01 356268 0 750700 39.90 0 774576 1404192 47.92 642136 591392 12 21:25:25 21:24:01 76640 0 742736 39.47 0 1062168 1589208 54.24 704156 807484 81592 21:25:25 21:25:01 78644 0 767820 40.81 0 1035080 1196508 40.83 561924 873540 140 21:25:25 Average: 247086 0 731242 38.86 264 902953 1524272 52.02 610843 761550 17372 21:25:25 21:25:25 21:06:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:25:25 21:07:01 eth0 1751.70 1518.12 6453.46 198.88 0.00 0.00 0.00 0.00 21:25:25 21:07:01 veth8354e8e 855.07 772.69 81.89 2715.56 0.00 0.00 0.00 0.00 21:25:25 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:07:01 docker0 855.07 772.55 70.20 2715.55 0.00 0.00 0.00 0.00 21:25:25 21:08:01 eth0 715.69 578.86 4953.62 57.23 0.00 0.00 0.00 0.00 21:25:25 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:08:01 docker0 152.15 172.91 10.87 830.29 0.00 0.00 0.00 0.00 21:25:25 21:09:01 veth94b6aee 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:09:01 eth0 52.01 34.42 38.42 76.45 0.00 0.00 0.00 0.00 21:25:25 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:10:01 veth94b6aee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:10:01 eth0 29.46 15.50 24.90 13.37 0.00 0.00 0.00 0.00 21:25:25 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:11:02 veth6c10118 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:11:02 eth0 203.41 171.78 1672.03 77.06 0.00 0.00 0.00 0.00 21:25:25 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:12:01 vethc169459 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:12:01 veth6c10118 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:12:01 eth0 57.19 39.55 174.08 15.46 0.00 0.00 0.00 0.00 21:25:25 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:13:02 veth6c10118 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:13:02 eth0 91.03 64.58 181.63 89.25 0.00 0.00 0.00 0.00 21:25:25 21:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:13:02 vethd65647b 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:14:01 veth6c10118 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:14:01 eth0 49.76 24.97 104.69 16.27 0.00 0.00 0.00 0.00 21:25:25 21:14:01 veth30582b9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:15:01 veth6c10118 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:15:01 eth0 68.38 44.95 108.55 82.04 0.00 0.00 0.00 0.00 21:25:25 21:15:01 veth94b8f70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:16:01 eth0 280.93 217.48 464.35 580.89 0.00 0.00 0.00 0.00 21:25:25 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:16:01 docker0 1081.87 1074.80 85.29 4257.41 0.00 0.00 0.00 0.00 21:25:25 21:17:02 eth0 278.70 273.96 127.38 1144.02 0.00 0.00 0.00 0.00 21:25:25 21:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:18:01 eth0 0.49 0.32 0.27 0.20 0.00 0.00 0.00 0.00 21:25:25 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:19:01 eth0 1.20 0.08 0.10 0.01 0.00 0.00 0.00 0.00 21:25:25 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:20:01 eth0 1.07 0.55 0.55 0.36 0.00 0.00 0.00 0.00 21:25:25 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:21:01 eth0 442.45 401.50 4028.22 72.07 0.00 0.00 0.00 0.00 21:25:25 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:22:01 veth57c0120 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:22:01 eth0 97.04 82.91 279.13 60.14 0.00 0.00 0.00 0.00 21:25:25 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:22:01 docker0 31.97 30.59 3.14 223.58 0.00 0.00 0.00 0.00 21:25:25 21:23:01 eth0 81.29 62.69 74.22 58.15 0.00 0.00 0.00 0.00 21:25:25 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:23:01 veth6ed46a0 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:25:25 21:23:01 docker0 2.30 2.23 0.50 1.14 0.00 0.00 0.00 0.00 21:25:25 21:24:01 eth0 419.47 373.44 3243.36 126.06 0.00 0.00 0.00 0.00 21:25:25 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:24:01 docker0 1.36 1.31 0.30 0.64 0.00 0.00 0.00 0.00 21:25:25 21:25:01 eth0 140.03 101.90 264.65 75.13 0.00 0.00 0.00 0.00 21:25:25 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 21:25:01 docker0 32.05 43.06 2.30 186.96 0.00 0.00 0.00 0.00 21:25:25 Average: eth0 249.69 210.14 1166.17 144.50 0.00 0.00 0.00 0.00 21:25:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:25:25 Average: docker0 60.61 60.74 4.83 246.21 0.00 0.00 0.00 0.00 21:25:25 21:25:25 21:25:25 ---> sar -P ALL: 21:25:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 21:25:25 21:25:25 21:05:41 LINUX RESTART (4 CPU) 21:25:25 21:25:25 21:06:02 CPU %user %nice %system %iowait %steal %idle 21:25:25 21:07:01 all 19.65 0.00 10.58 7.15 0.03 62.59 21:25:25 21:07:01 0 17.70 0.00 13.37 6.63 0.03 62.26 21:25:25 21:07:01 1 21.96 0.00 10.07 6.67 0.03 61.26 21:25:25 21:07:01 2 20.67 0.00 10.06 8.64 0.03 60.60 21:25:25 21:07:01 3 18.23 0.00 8.87 6.64 0.02 66.25 21:25:25 21:08:01 all 14.12 0.00 9.33 5.86 0.05 70.64 21:25:25 21:08:01 0 15.80 0.00 10.07 4.00 0.03 70.10 21:25:25 21:08:01 1 11.98 0.00 9.38 7.82 0.07 70.76 21:25:25 21:08:01 2 13.69 0.00 9.21 5.42 0.07 71.61 21:25:25 21:08:01 3 15.01 0.00 8.67 6.20 0.03 70.09 21:25:25 21:09:01 all 45.04 0.00 12.56 6.84 0.04 35.52 21:25:25 21:09:01 0 45.60 0.00 11.85 6.01 0.03 36.51 21:25:25 21:09:01 1 44.24 0.00 12.66 9.27 0.03 33.79 21:25:25 21:09:01 2 44.56 0.00 12.55 5.75 0.03 37.11 21:25:25 21:09:01 3 45.78 0.00 13.18 6.32 0.07 34.65 21:25:25 21:10:01 all 54.44 0.00 14.86 2.77 0.03 27.89 21:25:25 21:10:01 0 54.14 0.00 15.22 4.37 0.03 26.24 21:25:25 21:10:01 1 52.62 0.00 15.04 2.54 0.03 29.76 21:25:25 21:10:01 2 55.05 0.00 14.11 2.31 0.02 28.52 21:25:25 21:10:01 3 55.98 0.00 15.10 1.85 0.03 27.04 21:25:25 21:11:02 all 22.10 0.00 21.72 9.05 0.04 47.08 21:25:25 21:11:02 0 22.72 0.00 21.07 7.86 0.03 48.32 21:25:25 21:11:02 1 20.96 0.00 21.69 10.53 0.03 46.78 21:25:25 21:11:02 2 22.69 0.00 21.38 8.24 0.07 47.61 21:25:25 21:11:02 3 22.03 0.00 22.75 9.57 0.03 45.62 21:25:25 21:12:01 all 27.62 0.00 24.65 28.02 0.05 19.66 21:25:25 21:12:01 0 27.27 0.00 24.38 28.79 0.04 19.53 21:25:25 21:12:01 1 28.34 0.00 24.47 30.11 0.04 17.05 21:25:25 21:12:01 2 26.59 0.00 24.88 26.78 0.05 21.70 21:25:25 21:12:01 3 28.28 0.00 24.87 26.39 0.07 20.39 21:25:25 21:13:02 all 45.65 0.00 18.57 17.67 0.04 18.07 21:25:25 21:13:02 0 46.49 0.00 17.62 13.93 0.03 21.92 21:25:25 21:13:02 1 45.05 0.00 18.26 18.76 0.03 17.89 21:25:25 21:13:02 2 46.00 0.00 18.28 18.29 0.05 17.38 21:25:25 21:13:02 3 45.06 0.00 20.12 19.68 0.03 15.11 21:25:25 21:14:01 all 16.36 0.00 23.61 34.18 0.10 25.75 21:25:25 21:14:01 0 15.59 0.00 23.00 30.87 0.12 30.42 21:25:25 21:14:01 1 15.65 0.00 24.26 32.15 0.11 27.83 21:25:25 21:14:01 2 16.43 0.00 22.50 38.75 0.09 22.24 21:25:25 21:14:01 3 17.78 0.00 24.70 34.97 0.07 22.48 21:25:25 21:15:01 all 55.24 0.00 20.30 15.09 0.06 9.32 21:25:25 21:15:01 0 54.22 0.00 20.88 17.01 0.03 7.86 21:25:25 21:15:01 1 55.81 0.00 19.23 14.78 0.09 10.09 21:25:25 21:15:01 2 55.60 0.00 20.26 15.35 0.05 8.73 21:25:25 21:15:01 3 55.32 0.00 20.81 13.18 0.05 10.63 21:25:25 21:16:01 all 9.24 0.00 6.07 6.25 0.05 78.38 21:25:25 21:16:01 0 10.41 0.00 6.81 9.10 0.05 73.63 21:25:25 21:16:01 1 9.88 0.00 6.17 4.78 0.03 79.13 21:25:25 21:16:01 2 8.78 0.00 6.07 6.10 0.05 78.99 21:25:25 21:16:01 3 7.88 0.00 5.25 5.03 0.07 81.77 21:25:25 21:17:02 all 6.45 0.00 2.26 0.17 0.03 91.10 21:25:25 21:17:02 0 6.46 0.00 2.62 0.14 0.05 90.74 21:25:25 21:17:02 1 6.99 0.00 2.22 0.20 0.03 90.56 21:25:25 21:17:02 2 6.51 0.00 2.17 0.17 0.02 91.14 21:25:25 21:17:02 3 5.83 0.00 2.04 0.17 0.00 91.96 21:25:25 21:25:25 21:17:02 CPU %user %nice %system %iowait %steal %idle 21:25:25 21:18:01 all 0.20 0.00 0.05 0.00 0.01 99.74 21:25:25 21:18:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:25:25 21:18:01 1 0.63 0.00 0.03 0.00 0.02 99.32 21:25:25 21:18:01 2 0.07 0.00 0.07 0.00 0.02 99.85 21:25:25 21:18:01 3 0.05 0.00 0.07 0.00 0.02 99.86 21:25:25 21:19:01 all 0.16 0.00 0.06 0.00 0.00 99.78 21:25:25 21:19:01 0 0.02 0.00 0.05 0.00 0.00 99.93 21:25:25 21:19:01 1 0.53 0.00 0.03 0.00 0.00 99.43 21:25:25 21:19:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:25:25 21:19:01 3 0.08 0.00 0.10 0.00 0.00 99.82 21:25:25 21:20:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:25:25 21:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:25:25 21:20:01 1 0.57 0.00 0.03 0.00 0.00 99.40 21:25:25 21:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:25:25 21:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:25:25 21:21:01 all 7.98 0.00 6.04 5.66 0.03 80.30 21:25:25 21:21:01 0 7.96 0.00 6.80 7.98 0.03 77.23 21:25:25 21:21:01 1 7.85 0.00 6.04 6.01 0.03 80.07 21:25:25 21:21:01 2 8.19 0.00 5.89 2.76 0.03 83.13 21:25:25 21:21:01 3 7.90 0.00 5.44 5.90 0.02 80.73 21:25:25 21:22:01 all 8.51 0.00 7.43 5.79 0.04 78.23 21:25:25 21:22:01 0 8.62 0.00 7.84 6.04 0.05 77.44 21:25:25 21:22:01 1 6.60 0.00 7.00 6.05 0.05 80.30 21:25:25 21:22:01 2 10.91 0.00 7.63 5.27 0.03 76.16 21:25:25 21:22:01 3 7.90 0.00 7.23 5.82 0.03 79.01 21:25:25 21:23:01 all 9.87 0.00 9.13 3.86 0.05 77.09 21:25:25 21:23:01 0 11.03 0.00 9.69 3.86 0.05 75.37 21:25:25 21:23:01 1 9.95 0.00 8.65 3.27 0.09 78.04 21:25:25 21:23:01 2 9.08 0.00 9.21 5.06 0.02 76.64 21:25:25 21:23:01 3 9.40 0.00 8.98 3.26 0.05 78.31 21:25:25 21:24:01 all 7.84 0.00 7.06 1.92 0.03 83.15 21:25:25 21:24:01 0 7.63 0.00 8.80 1.63 0.05 81.89 21:25:25 21:24:01 1 8.21 0.00 6.32 2.39 0.02 83.07 21:25:25 21:24:01 2 8.72 0.00 7.02 2.03 0.02 82.21 21:25:25 21:24:01 3 6.81 0.00 6.10 1.61 0.05 85.43 21:25:25 21:25:01 all 10.45 0.00 8.36 4.68 0.04 76.46 21:25:25 21:25:01 0 9.36 0.00 8.52 2.88 0.03 79.21 21:25:25 21:25:01 1 9.06 0.00 8.21 4.71 0.03 77.98 21:25:25 21:25:01 2 13.41 0.00 8.62 4.33 0.07 73.57 21:25:25 21:25:01 3 9.98 0.00 8.10 6.83 0.02 75.08 21:25:25 Average: all 18.90 0.00 10.57 8.03 0.04 62.46 21:25:25 Average: 0 18.92 0.00 10.90 7.85 0.04 62.30 21:25:25 Average: 1 18.68 0.00 10.42 8.30 0.04 62.56 21:25:25 Average: 2 19.23 0.00 10.44 8.05 0.04 62.25 21:25:25 Average: 3 18.78 0.00 10.53 7.93 0.04 62.72 21:25:25 21:25:25 21:25:25