Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 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 46d5666b39059330cbbb64ab2b74cfbe1cb58626 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d5666b39059330cbbb64ab2b74cfbe1cb58626 # timeout=10 Commit message: "Merge pull request #300 from ernestojeda/fix-c-image-name" > 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-12726’ is offline Running on prd-centos7-docker-4c-2g-12729 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/226 [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/226 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 # timeout=10 Commit message: "Merge pull request #2840 from judehung/issue-2839" > git rev-list --no-walk ef0f5935d89e216213ef86d08ade71681b71b2d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:41:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:41:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:41:41 ========================================================= 10:41:41 EdgeX Global Pipelines Version Info 10:41:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:41:43 ------------------- 10:41:43 stable info: 10:41:43 ------------------- 10:41:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:41:43 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 10:41:43 Message: update stable to v1.0.166 10:41:44 ------------------- 10:41:44 experimental info: 10:41:44 ------------------- 10:41:44 Commited By: **** collab-it+edgex@linuxfoundation.org 10:41:44 Commit SHA: 46d5666b39059330cbbb64ab2b74cfbe1cb58626 10:41:44 Message: update experimental to v1.0.166 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:41:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:41:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:41:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:41:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:41:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:41:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1173b5c [Pipeline] echo 10:41:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:41:47 provisioning config files... 10:41:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config1307625880737171797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:41:48 ---> docker-login.sh 10:41:48 nexus3.edgexfoundry.org:10001 10:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:48 Configure a credential helper to remove this warning. See 10:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:48 10:41:48 Login Succeeded 10:41:48 nexus3.edgexfoundry.org:10002 10:41:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:48 Configure a credential helper to remove this warning. See 10:41:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:48 10:41:48 Login Succeeded 10:41:48 nexus3.edgexfoundry.org:10003 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 nexus3.edgexfoundry.org:10004 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 docker.io 10:41:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:41:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:41:49 Configure a credential helper to remove this warning. See 10:41:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:41:49 10:41:49 Login Succeeded 10:41:49 ---> docker-login.sh ends [Pipeline] } 10:41:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:41:50 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/core-command/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo core-command,cmd/core-command/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/core-data/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo core-data,cmd/core-data/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/core-metadata/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo core-metadata,cmd/core-metadata/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/security-bootstrap-redis/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/security-proxy-setup/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/security-secrets-setup/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/support-logging/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo support-logging,cmd/support-logging/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/support-notifications/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo support-notifications,cmd/support-notifications/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/support-scheduler/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:41:50 + for file in '`ls cmd/**/Dockerfile`' 10:41:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:41:50 ++ cut -d/ -f2 10:41:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:41:50 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:41:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:51 10:41:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:41:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:52 latest: Pulling from edgex-devops/git-semver 10:41:52 31603596830f: Pulling fs layer 10:41:52 2a8b12db71e7: Pulling fs layer 10:41:52 6ca5941a6612: Pulling fs layer 10:41:52 ecc8261a40a4: Pulling fs layer 10:41:52 ecc8261a40a4: Waiting 10:41:52 2a8b12db71e7: Verifying Checksum 10:41:52 2a8b12db71e7: Download complete 10:41:52 31603596830f: Verifying Checksum 10:41:52 31603596830f: Download complete 10:41:52 ecc8261a40a4: Verifying Checksum 10:41:52 ecc8261a40a4: Download complete 10:41:52 6ca5941a6612: Verifying Checksum 10:41:52 6ca5941a6612: Download complete 10:41:52 31603596830f: Pull complete 10:41:53 2a8b12db71e7: Pull complete 10:41:53 6ca5941a6612: Pull complete 10:41:53 ecc8261a40a4: Pull complete 10:41:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:41:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:41:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:41:53 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:41:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:41:56 $ docker top 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:41:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:41:56 [ssh-agent] Looking for ssh-agent implementation... 10:41:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:41:57 $ docker exec 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent 10:41:57 SSH_AUTH_SOCK=/tmp/ssh-uOtiJnoWpxPW/agent.12 10:41:57 SSH_AGENT_PID=18 10:41:57 Running ssh-add (command line suppressed) 10:41:57 Identity added: /w/workspace/edgex-go/226@tmp/private_key_5825570574765007013.key (/w/workspace/edgex-go/226@tmp/private_key_5825570574765007013.key) 10:41:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:41:57 + git tag --points-at HEAD [Pipeline] } 10:41:57 $ docker exec --env ******** --env ******** 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent -k 10:41:57 unset SSH_AUTH_SOCK; 10:41:57 unset SSH_AGENT_PID; 10:41:57 echo Agent pid 18 killed; 10:41:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:41:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:41:58 [ssh-agent] Looking for ssh-agent implementation... 10:41:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:41:58 $ docker exec 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent 10:41:58 SSH_AUTH_SOCK=/tmp/ssh-0o0qWpWXAMrJ/agent.47 10:41:58 SSH_AGENT_PID=52 10:41:58 Running ssh-add (command line suppressed) 10:41:58 Identity added: /w/workspace/edgex-go/226@tmp/private_key_686508931964170560.key (/w/workspace/edgex-go/226@tmp/private_key_686508931964170560.key) 10:41:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:41:59 + git semver init 10:41:59 # -> Open(): unable to determine branch for HEAD 10:41:59 # $GIT_DIR = /w/workspace/edgex-go/226/.git 10:41:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/226 10:41:59 # $SEMVER_REMOTE_NAME = origin 10:41:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:41:59 # $SEMVER_USER_NAME = edgex-jenkins 10:41:59 # $SEMVER_BRANCH = master 10:41:59 # $SEMVER_TEMP = /tmp/semver-710499098 10:41:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:42:17 # '/tmp/semver-710499098' -> '/w/workspace/edgex-go/226/.semver' 10:42:17 # -> Force: false 10:42:17 # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [Pipeline] } 10:42:17 $ docker exec --env ******** --env ******** 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 ssh-agent -k 10:42:17 unset SSH_AUTH_SOCK; 10:42:17 unset SSH_AGENT_PID; 10:42:17 echo Agent pid 52 killed; 10:42:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:42:18 + git semver [Pipeline] } 10:42:18 $ docker stop --time=1 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 10:42:19 $ docker rm -f 43f018644ad40c2af72410c6d1dfb46a3adb726fd44887d6d3206d63db4c2ed1 [Pipeline] // withDockerContainer [Pipeline] sh 10:42:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:42:20 Stashed 1 file(s) [Pipeline] echo 10:42:20 [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 10:42:21 ========================================================= 10:42:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:42:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:42:21 + 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 . 10:42:26 Sending build context to Docker daemon 325.9MB 10:42:26 Step 1/7 : ARG BASE=golang:1.15-alpine 10:42:26 Step 2/7 : FROM ${BASE} 10:42:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:42:26 df20fa9351a1: Pulling fs layer 10:42:26 ed8968b2872e: Pulling fs layer 10:42:26 a92cc7c5fd73: Pulling fs layer 10:42:26 e871e8e8d7a9: Pulling fs layer 10:42:26 e73272ec9a57: Pulling fs layer 10:42:26 1e910a182e73: Pulling fs layer 10:42:26 4e634b169226: Pulling fs layer 10:42:26 e73272ec9a57: Waiting 10:42:26 e871e8e8d7a9: Waiting 10:42:26 4e634b169226: Waiting 10:42:26 1e910a182e73: Waiting 10:42:26 a92cc7c5fd73: Verifying Checksum 10:42:26 a92cc7c5fd73: Download complete 10:42:26 ed8968b2872e: Verifying Checksum 10:42:26 ed8968b2872e: Download complete 10:42:26 e73272ec9a57: Verifying Checksum 10:42:26 e73272ec9a57: Download complete 10:42:26 1e910a182e73: Verifying Checksum 10:42:26 1e910a182e73: Download complete 10:42:26 df20fa9351a1: Download complete 10:42:26 df20fa9351a1: Pull complete 10:42:26 ed8968b2872e: Pull complete 10:42:26 a92cc7c5fd73: Pull complete 10:42:28 4e634b169226: Verifying Checksum 10:42:28 4e634b169226: Download complete 10:42:29 e871e8e8d7a9: Verifying Checksum 10:42:29 e871e8e8d7a9: Download complete 10:42:34 e871e8e8d7a9: Pull complete 10:42:34 e73272ec9a57: Pull complete 10:42:34 1e910a182e73: Pull complete 10:42:36 Still waiting to schedule task 10:42:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-12727’ is offline 10:42:40 4e634b169226: Pull complete 10:42:40 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:42:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:42:40 ---> f7629b54cfaa 10:42:40 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 10:42:40 ---> Running in 0e07ec015f90 10:42:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:41 (1/12) Installing libmagic (5.38-r0) 10:42:42 (2/12) Installing file (5.38-r0) 10:42:42 (3/12) Installing libc-dev (0.7.2-r3) 10:42:42 (4/12) Installing g++ (9.3.0-r2) 10:42:46 (5/12) Installing fortify-headers (1.1-r0) 10:42:46 (6/12) Installing patch (2.7.6-r6) 10:42:46 (7/12) Installing build-base (0.5-r2) 10:42:46 (8/12) Installing libsodium (1.0.18-r0) 10:42:46 (9/12) Installing pkgconf (1.7.2-r0) 10:42:46 (10/12) Installing libsodium-dev (1.0.18-r0) 10:42:46 (11/12) Installing libzmq (4.3.3-r0) 10:42:47 (12/12) Installing zeromq-dev (4.3.3-r0) 10:42:47 Executing busybox-1.31.1-r16.trigger 10:42:47 OK: 233 MiB in 51 packages 10:42:51 Removing intermediate container 0e07ec015f90 10:42:51 ---> 8443a9a1a1fc 10:42:51 Step 4/7 : WORKDIR /edgex-go 10:42:51 ---> Running in 3d58bb98ca3c 10:42:51 Removing intermediate container 3d58bb98ca3c 10:42:51 ---> e0dd1ae3f1f6 10:42:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:42:51 latest: Pulling from library/docker 10:42:51 188c0c94c7c5: Pulling fs layer 10:42:51 0c7c675703d6: Pulling fs layer 10:42:51 cc8c12a437cb: Pulling fs layer 10:42:51 c5dafad2182a: Pulling fs layer 10:42:51 5aa711733414: Pulling fs layer 10:42:51 058f73b55e4b: Pulling fs layer 10:42:51 8c9c664faf12: Pulling fs layer 10:42:51 5aa711733414: Waiting 10:42:51 058f73b55e4b: Waiting 10:42:51 8c9c664faf12: Waiting 10:42:51 c5dafad2182a: Waiting 10:42:51 cc8c12a437cb: Verifying Checksum 10:42:51 cc8c12a437cb: Download complete 10:42:51 0c7c675703d6: Verifying Checksum 10:42:51 0c7c675703d6: Download complete 10:42:51 188c0c94c7c5: Verifying Checksum 10:42:51 5aa711733414: Verifying Checksum 10:42:51 5aa711733414: Download complete 10:42:51 058f73b55e4b: Verifying Checksum 10:42:51 058f73b55e4b: Download complete 10:42:52 8c9c664faf12: Verifying Checksum 10:42:52 8c9c664faf12: Download complete 10:42:52 188c0c94c7c5: Pull complete 10:42:52 0c7c675703d6: Pull complete 10:42:52 cc8c12a437cb: Pull complete 10:42:52 c5dafad2182a: Verifying Checksum 10:42:52 c5dafad2182a: Download complete 10:42:55 c5dafad2182a: Pull complete 10:42:55 5aa711733414: Pull complete 10:42:55 058f73b55e4b: Pull complete 10:42:55 8c9c664faf12: Pull complete 10:42:55 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 10:42:55 Status: Downloaded newer image for docker:latest 10:42:57 ---> 2a1719d3e130 10:42:57 Step 6/7 : COPY go.mod . 10:42:57 ---> 7703a1d1c024 10:42:57 Step 7/7 : RUN go mod download 10:42:57 ---> Running in b3228100b318 10:43:19 Removing intermediate container b3228100b318 10:43:19 ---> f65d9b00e0c0 10:43:19 Successfully built f65d9b00e0c0 10:43:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:43:20 + docker inspect -f . ci-base-image-x86_64 10:43:20 . [Pipeline] withDockerContainer 10:43:20 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:43:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:43:21 $ docker top 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 -eo pid,comm [Pipeline] { [Pipeline] sh 10:43:22 + go version 10:43:22 go version go1.15.2 linux/amd64 [Pipeline] } 10:43:22 $ docker stop --time=1 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 10:43:23 $ docker rm -f 51d7f33c3a0397abc58563ed177ad9b8e738058b427c01350b54981560d61716 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:43:24 + docker inspect -f . ci-base-image-x86_64 10:43:24 . [Pipeline] withDockerContainer 10:43:24 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:43:24 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:43:25 $ docker top 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 -eo pid,comm [Pipeline] { [Pipeline] echo 10:43:26 ========================================================= 10:43:26 [edgeXBuildGoParallel] Running Tests and Build... 10:43:26 ========================================================= [Pipeline] sh 10:43:26 + make test 10:43:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:43:34 ? github.com/edgexfoundry/edgex-go [no test files] 10:43:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:43:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:43:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:43:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s 10:43:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:43:59 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 10:43:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:44:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:44:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:44:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:44:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:44:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 10:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 65.7% of statements 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:44:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 84.1% of statements 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:44:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:44:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 79.0% of statements 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.296s coverage: 95.7% of statements 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 63.5% of statements 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 10:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 10:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 10:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 10:44:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.369s coverage: 55.9% of statements 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.868s coverage: 86.3% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.072s coverage: 72.2% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.412s coverage: 72.1% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.060s coverage: 82.4% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.040s coverage: 28.8% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 36.5% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.1% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.069s coverage: 42.9% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.037s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 47.1% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.630s coverage: 29.1% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:44:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 10:44:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:44:22 GO111MODULE=on go vet ./... 10:44:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12730 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 10:44:35 Running in /w/workspace/edgex-go/226 [Pipeline] { [Pipeline] checkout 10:44:41 using credential edgex-jenkins-ssh 10:44:41 Cloning the remote Git repository 10:44:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:44:41 > git init /w/workspace/edgex-go/226 # timeout=10 10:44:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:44:41 > git --version # timeout=10 10:44:41 > git --version # 'git version 2.17.1' 10:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:49 gofmt -l . 10:44:49 [ "`gofmt -l .`" = "" ] 10:44:49 ./bin/test-go-mod-tidy.sh 10:44:49 ./bin/test-attribution-txt.sh [Pipeline] sh 10:44:50 + ls -al . 10:44:50 total 640 10:44:50 drwxrwxr-x 10 1001 1001 4096 Nov 19 10:44 . 10:44:50 drwxr-xr-x 4 root root 32 Nov 19 10:43 .. 10:44:50 -rw-rw-r-- 1 1001 1001 11 Nov 19 10:41 .dockerignore 10:44:50 drwxrwxr-x 8 1001 1001 162 Nov 19 10:41 .git 10:44:50 drwxrwxr-x 3 1001 1001 125 Nov 19 10:41 .github 10:44:50 -rw-rw-r-- 1 1001 1001 944 Nov 19 10:41 .gitignore 10:44:50 drwx------ 3 1001 1001 32 Nov 19 10:42 .semver 10:44:50 -rw-rw-r-- 1 1001 1001 166 Nov 19 10:41 .sonarcloud.properties 10:44:50 -rw-rw-r-- 1 1001 1001 3804 Nov 19 10:41 CONTRIBUTING.md 10:44:50 -rw-rw-r-- 1 1001 1001 1035 Nov 19 10:41 Dockerfile.build 10:44:50 -rw-rw-r-- 1 1001 1001 863 Nov 19 10:41 Jenkinsfile 10:44:50 -rw-rw-r-- 1 1001 1001 10775 Nov 19 10:41 LICENSE 10:44:50 -rw-rw-r-- 1 1001 1001 6581 Nov 19 10:41 Makefile 10:44:50 -rw-rw-r-- 1 1001 1001 6447 Nov 19 10:41 README.md 10:44:50 -rw-rw-r-- 1 1001 1001 259 Nov 19 10:41 SECURITY.md 10:44:50 -rw-rw-r-- 1 1001 1001 11 Nov 19 10:42 VERSION 10:44:50 -rw-rw-r-- 1 1001 1001 4131 Nov 19 10:41 ZMQWindows.md 10:44:50 drwxrwxr-x 2 1001 1001 117 Nov 19 10:41 bin 10:44:50 drwxrwxr-x 15 1001 1001 4096 Nov 19 10:41 cmd 10:44:50 -rw-r--r-- 1 root root 545934 Nov 19 10:44 coverage.out 10:44:50 -rw-r--r-- 1 root root 1041 Nov 19 10:44 go.mod 10:44:50 -rw-r--r-- 1 root root 18582 Nov 19 10:44 go.sum 10:44:50 drwxrwxr-x 8 1001 1001 127 Nov 19 10:41 internal 10:44:50 drwxrwxr-x 4 1001 1001 26 Nov 19 10:41 openapi 10:44:50 drwxrwxr-x 4 1001 1001 71 Nov 19 10:41 snap 10:44:50 -rw-rw-r-- 1 1001 1001 168 Nov 19 10:41 version.go [Pipeline] sh 10:44:50 + '[' -e coverage.out ] 10:44:50 + chown 1001:1001 coverage.out [Pipeline] stash 10:44:50 Stashed 1 file(s) [Pipeline] sh 10:44:51 + make build 10:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:44:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:44:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:44:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:44:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:44:58 using GIT_SSH to set credentials SSH Credentials for GitHub 10:44:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:44:59 Checking out Revision 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 (master) 10:44:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data 10:44:59 > git config core.sparsecheckout # timeout=10 10:44:59 > git checkout -f 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 # timeout=10 10:45:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command 10:45:03 Commit message: "Merge pull request #2840 from judehung/issue-2839" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:45:04 provisioning config files... 10:45:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config8832839722083192528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging 10:45:05 ---> docker-login.sh 10:45:05 nexus3.edgexfoundry.org:10001 10:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:06 Configure a credential helper to remove this warning. See 10:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:06 10:45:06 Login Succeeded 10:45:06 nexus3.edgexfoundry.org:10002 10:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:07 Configure a credential helper to remove this warning. See 10:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:07 10:45:07 Login Succeeded 10:45:07 nexus3.edgexfoundry.org:10003 10:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:07 Configure a credential helper to remove this warning. See 10:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:07 10:45:07 Login Succeeded 10:45:07 nexus3.edgexfoundry.org:10004 10:45:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:45:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:08 Configure a credential helper to remove this warning. See 10:45:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:08 10:45:08 Login Succeeded 10:45:08 docker.io 10:45:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:09 Configure a credential helper to remove this warning. See 10:45:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:09 10:45:09 Login Succeeded 10:45:09 ---> docker-login.sh ends 10:45:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] } 10:45:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:45:09 ========================================================= 10:45:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:45:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:45:10 + 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 . 10:45:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:45:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:45:12 Sending build context to Docker daemon 165.3MB 10:45:12 Step 1/7 : ARG BASE=golang:1.15-alpine 10:45:12 Step 2/7 : FROM ${BASE} 10:45:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:45:12 b538f80385f9: Pulling fs layer 10:45:12 74f711af9a0d: Pulling fs layer 10:45:12 99f96fe45779: Pulling fs layer 10:45:12 8529a6b9a6be: Pulling fs layer 10:45:12 45590311c82a: Pulling fs layer 10:45:12 69ca0ff8b7b3: Pulling fs layer 10:45:12 209524e5b208: Pulling fs layer 10:45:12 8529a6b9a6be: Waiting 10:45:12 45590311c82a: Waiting 10:45:12 69ca0ff8b7b3: Waiting 10:45:12 209524e5b208: Waiting 10:45:12 99f96fe45779: Download complete 10:45:12 74f711af9a0d: Download complete 10:45:12 45590311c82a: Verifying Checksum 10:45:12 45590311c82a: Download complete 10:45:12 69ca0ff8b7b3: Verifying Checksum 10:45:12 69ca0ff8b7b3: Download complete 10:45:12 b538f80385f9: Verifying Checksum 10:45:12 b538f80385f9: Download complete 10:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:45:13 b538f80385f9: Pull complete 10:45:14 74f711af9a0d: Pull complete 10:45:14 99f96fe45779: Pull complete 10:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:45:15 209524e5b208: Verifying Checksum 10:45:15 209524e5b208: Download complete 10:45:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:45:16 8529a6b9a6be: Verifying Checksum 10:45:16 8529a6b9a6be: Download complete [Pipeline] } 10:45:16 $ docker stop --time=1 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 10:45:18 $ docker rm -f 96df7fdd1c157a738f72add9f941850459e5015110f08dcbe1fa58430e6c8406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:45:21 10:45:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:45:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:45:21 latest: Pulling from edgex-devops/edgex-compose 10:45:21 cbdbe7a5bc2a: Pulling fs layer 10:45:21 ca9280d653b3: Pulling fs layer 10:45:21 7e9c9ca2126c: Pulling fs layer 10:45:22 cbdbe7a5bc2a: Verifying Checksum 10:45:22 cbdbe7a5bc2a: Download complete 10:45:22 cbdbe7a5bc2a: Pull complete 10:45:22 ca9280d653b3: Verifying Checksum 10:45:22 ca9280d653b3: Download complete 10:45:23 7e9c9ca2126c: Download complete 10:45:23 ca9280d653b3: Pull complete 10:45:26 8529a6b9a6be: Pull complete 10:45:26 45590311c82a: Pull complete 10:45:26 69ca0ff8b7b3: Pull complete 10:45:31 209524e5b208: Pull complete 10:45:31 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:45:31 ---> 5bddaf1c2fca 10:45:31 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 10:45:31 7e9c9ca2126c: Pull complete 10:45:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:45:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:45:31 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:45:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:45:32 $ docker top bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 -eo pid,comm [Pipeline] { [Pipeline] sh 10:45:33 + docker-compose build --help 10:45:33 + grep parallel 10:45:33 ---> Running in 2c6e6221b8ae 10:45:34 --parallel Build images in parallel. [Pipeline] } 10:45:34 $ docker stop --time=1 bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 10:45:35 $ docker rm -f bca23d89381483f0c8ca8edb03eb66ba441f30f075408df176e563e1135f5254 10:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:45:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:45:36 . [Pipeline] withDockerContainer 10:45:36 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:45:36 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 10:45:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:45:37 (1/12) Installing libmagic (5.38-r0) 10:45:37 $ docker top ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f -eo pid,comm 10:45:37 (2/12) Installing file (5.38-r0) 10:45:37 (3/12) Installing libc-dev (0.7.2-r3) 10:45:37 (4/12) Installing g++ (9.3.0-r2) [Pipeline] { [Pipeline] sh 10:45:38 + docker-compose -f ./docker-compose-build.yml build --parallel 10:45:39 Building docker-core-command-go ... 10:45:39 Building docker-core-data-go ... 10:45:39 Building docker-core-metadata-go ... 10:45:39 Building docker-security-bootstrap-redis-go ... 10:45:39 Building docker-security-proxy-setup-go ... 10:45:39 Building docker-security-secrets-setup-go ... 10:45:39 Building docker-security-secretstore-setup-go ... 10:45:39 Building docker-support-logging-go ... 10:45:39 Building docker-support-notifications-go ... 10:45:39 Building docker-support-scheduler-go ... 10:45:39 Building docker-sys-mgmt-agent-go ... 10:45:39 Building docker-sys-mgmt-agent-go 10:45:39 Building docker-core-command-go 10:45:39 Building docker-security-bootstrap-redis-go 10:45:39 Building docker-core-metadata-go 10:45:39 Building docker-core-data-go 10:45:43 (5/12) Installing fortify-headers (1.1-r0) 10:45:43 (6/12) Installing patch (2.7.6-r6) 10:45:43 (7/12) Installing build-base (0.5-r2) 10:45:43 (8/12) Installing libsodium (1.0.18-r0) 10:45:43 (9/12) Installing pkgconf (1.7.2-r0) 10:45:43 (10/12) Installing libsodium-dev (1.0.18-r0) 10:45:43 (11/12) Installing libzmq (4.3.3-r0) 10:45:43 (12/12) Installing zeromq-dev (4.3.3-r0) 10:45:43 Executing busybox-1.31.1-r16.trigger 10:45:43 OK: 217 MiB in 51 packages 10:45:47 Removing intermediate container 2c6e6221b8ae 10:45:47 ---> 8878fa525a36 10:45:47 Step 4/7 : WORKDIR /edgex-go 10:45:47 ---> Running in f1e0ce4f69b3 10:45:47 Removing intermediate container f1e0ce4f69b3 10:45:47 ---> 05df834d26eb 10:45:47 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 10:45:48 latest: Pulling from library/docker 10:45:48 5f621e34cdf4: Pulling fs layer 10:45:48 85db56a05063: Pulling fs layer 10:45:48 ccb67d6aeaaa: Pulling fs layer 10:45:48 a0b19fc83503: Pulling fs layer 10:45:48 8eb508b41278: Pulling fs layer 10:45:48 37236713561e: Pulling fs layer 10:45:48 07c93f2b1b56: Pulling fs layer 10:45:48 a0b19fc83503: Waiting 10:45:48 8eb508b41278: Waiting 10:45:48 37236713561e: Waiting 10:45:48 07c93f2b1b56: Waiting 10:45:48 85db56a05063: Verifying Checksum 10:45:48 85db56a05063: Download complete 10:45:48 5f621e34cdf4: Verifying Checksum 10:45:48 5f621e34cdf4: Download complete 10:45:48 ccb67d6aeaaa: Download complete 10:45:48 37236713561e: Verifying Checksum 10:45:48 37236713561e: Download complete 10:45:48 8eb508b41278: Verifying Checksum 10:45:48 8eb508b41278: Download complete 10:45:48 07c93f2b1b56: Verifying Checksum 10:45:48 07c93f2b1b56: Download complete 10:45:49 5f621e34cdf4: Pull complete 10:45:49 85db56a05063: Pull complete 10:45:49 a0b19fc83503: Verifying Checksum 10:45:49 a0b19fc83503: Download complete 10:45:50 ccb67d6aeaaa: Pull complete 10:45:53 a0b19fc83503: Pull complete 10:45:53 8eb508b41278: Pull complete 10:45:53 37236713561e: Pull complete 10:45:54 07c93f2b1b56: Pull complete 10:45:54 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 10:45:54 Status: Downloaded newer image for docker:latest 10:45:58 ---> 4eb3c7c89635 10:45:58 Step 6/7 : COPY go.mod . 10:45:58 ---> 916e5d8b7c57 10:45:58 Step 7/7 : RUN go mod download 10:45:58 ---> Running in 58893e10f30a 10:46:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:46:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:46:11 ---> f65d9b00e0c0 10:46:11 Step 3/22 : WORKDIR /edgex-go 10:46:11 ---> Running in 2d984ce1a7eb 10:46:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:46:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:46:11 ---> f65d9b00e0c0 10:46:11 Step 3/22 : WORKDIR /edgex-go 10:46:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:46:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:46:11 ---> f65d9b00e0c0 10:46:11 Step 3/27 : WORKDIR /edgex-go 10:46:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:46:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:46:11 ---> f65d9b00e0c0 10:46:11 Step 3/22 : WORKDIR /edgex-go 10:46:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:46:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:46:11 ---> f65d9b00e0c0 10:46:11 Step 3/23 : WORKDIR /edgex-go 10:46:12 ---> Running in 043529b6c1e7 10:46:12 ---> Running in a67de67aba58 10:46:12 ---> Running in 719f259e05c6 10:46:12 ---> Running in a8fdf4a36053 10:46:12 Removing intermediate container 2d984ce1a7eb 10:46:12 ---> 217dc5c36a74 10:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:12 ---> Running in 26ff2ab62e60 10:46:12 Removing intermediate container 719f259e05c6 10:46:12 ---> 4d1565fd993f 10:46:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:12 Removing intermediate container 043529b6c1e7 10:46:12 ---> 70494c8e43bf 10:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:12 Removing intermediate container a67de67aba58 10:46:12 ---> 8fadffe380dc 10:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:12 Removing intermediate container a8fdf4a36053 10:46:12 ---> 6afb09cfb5bf 10:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:46:12 ---> Running in d6117e451e25 10:46:12 ---> Running in 566807b9b830 10:46:12 ---> Running in 47c5fa170d2e 10:46:12 ---> Running in 1e9d92223e60 10:46:15 Removing intermediate container 26ff2ab62e60 10:46:15 ---> ea5561289226 10:46:15 Step 5/22 : RUN apk update && apk add make git 10:46:15 ---> Running in 3a325d3c086f 10:46:15 Removing intermediate container d6117e451e25 10:46:15 ---> 2a4d2d725f52 10:46:15 Step 5/22 : RUN apk update && apk add make git 10:46:15 Removing intermediate container 566807b9b830 10:46:15 ---> d36bb6265fde 10:46:15 Step 5/27 : RUN apk update && apk add make bash git 10:46:15 Removing intermediate container 1e9d92223e60 10:46:15 ---> 400454b9c5b8 10:46:15 Step 5/22 : RUN apk update && apk add make git 10:46:15 ---> Running in 0c669d88cfa8 10:46:15 ---> Running in ee12ea42f1de 10:46:15 ---> Running in bc561ec149ef 10:46:15 Removing intermediate container 47c5fa170d2e 10:46:15 ---> 244075d0f537 10:46:15 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:46:16 ---> Running in 0fe387e6823b 10:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:17 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:46:17 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:46:17 OK: 12752 distinct packages available 10:46:17 OK: 233 MiB in 51 packages 10:46:17 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:46:17 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:46:17 OK: 12752 distinct packages available 10:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:18 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:46:18 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:46:18 OK: 12752 distinct packages available 10:46:18 OK: 233 MiB in 51 packages 10:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:18 OK: 233 MiB in 51 packages 10:46:18 Removing intermediate container 3a325d3c086f 10:46:18 ---> c03a35381491 10:46:18 Step 6/22 : COPY go.mod . 10:46:18 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:46:18 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:46:18 OK: 12752 distinct packages available 10:46:18 Removing intermediate container 0c669d88cfa8 10:46:18 ---> d4bd0263074e 10:46:18 Step 6/22 : COPY go.mod . 10:46:19 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:46:19 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:46:19 OK: 12752 distinct packages available 10:46:19 ---> 0bc44120c949 10:46:19 Step 7/22 : RUN go mod download 10:46:19 Removing intermediate container bc561ec149ef 10:46:19 ---> a42f928f1b88 10:46:19 Step 6/22 : COPY go.mod . 10:46:19 OK: 233 MiB in 51 packages 10:46:19 ---> Running in 58c53c476a73 10:46:19 OK: 233 MiB in 51 packages 10:46:19 ---> d02d679413c7 10:46:19 Step 7/22 : RUN go mod download 10:46:19 ---> Running in b81018184881 10:46:19 ---> 6b5c7a1d857d 10:46:19 Step 7/22 : RUN go mod download 10:46:19 ---> Running in db547575aa95 10:46:20 Removing intermediate container ee12ea42f1de 10:46:20 ---> 1c0b48de30b0 10:46:20 Step 6/27 : COPY go.mod . 10:46:20 Removing intermediate container 0fe387e6823b 10:46:20 ---> defcae7e6bf4 10:46:20 Step 6/23 : COPY go.mod . 10:46:20 ---> 83892e87c3d5 10:46:20 Step 7/27 : RUN go mod download 10:46:20 ---> Running in 19312f66bfa2 10:46:20 ---> 3eb076dc2fb4 10:46:20 Step 7/23 : RUN go mod download 10:46:20 ---> Running in d642b364da93 10:46:21 Removing intermediate container 58c53c476a73 10:46:21 ---> 8f17cbb1176b 10:46:21 Step 8/22 : COPY . . 10:46:21 Removing intermediate container b81018184881 10:46:21 ---> 11578c5faada 10:46:21 Step 8/22 : COPY . . 10:46:24 Removing intermediate container db547575aa95 10:46:24 ---> 57ed2be76cbd 10:46:24 Step 8/22 : COPY . . 10:46:25 Removing intermediate container 58893e10f30a 10:46:25 ---> 15569e6ca91c 10:46:25 Successfully built 15569e6ca91c 10:46:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:46:25 + docker inspect -f . ci-base-image-arm64 10:46:25 . [Pipeline] withDockerContainer 10:46:25 prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container 10:46:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 10:46:26 Removing intermediate container 19312f66bfa2 10:46:26 ---> a617b38f546d 10:46:26 Step 8/27 : COPY . . 10:46:27 $ docker top 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:29 + go version 10:46:29 go version go1.15.2 linux/arm64 [Pipeline] } 10:46:29 $ docker stop --time=1 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a 10:46:31 $ docker rm -f 8acfc1b536aa0e16d4be00c37af0d314b41b9f7109f88316d86f5af56d7c227a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:46:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:46:32 10:46:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:46:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:46:33 latest: Pulling from edgex-devops/edgex-compose-arm64 10:46:33 29e5d40040c1: Pulling fs layer 10:46:33 1ce36da41761: Pulling fs layer 10:46:33 25b303627fd3: Pulling fs layer 10:46:34 29e5d40040c1: Verifying Checksum 10:46:34 29e5d40040c1: Download complete 10:46:34 1ce36da41761: Verifying Checksum 10:46:34 1ce36da41761: Download complete 10:46:34 29e5d40040c1: Pull complete 10:46:36 1ce36da41761: Pull complete 10:46:36 25b303627fd3: Verifying Checksum 10:46:36 25b303627fd3: Download complete 10:46:36 Removing intermediate container d642b364da93 10:46:36 ---> 88a30966b626 10:46:36 Step 8/23 : COPY . . 10:46:46 25b303627fd3: Pull complete 10:46:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:46:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:46:46 prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container 10:46:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 10:46:50 $ docker top 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:51 + docker-compose build --help 10:46:51 + grep parallel 10:46:54 --parallel Build images in parallel. [Pipeline] } 10:46:55 $ docker stop --time=1 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 10:46:57 $ docker rm -f 6548f8ea29220b5a88cffbe901e35e3380809182fba994c9a4990ef16b580da9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:46:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:46:58 . [Pipeline] withDockerContainer 10:46:58 prd-ubuntu18.04-docker-arm64-4c-16g-12730 does not seem to be running inside a container 10:46:58 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@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 10:46:59 $ docker top fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc -eo pid,comm [Pipeline] { [Pipeline] sh 10:47:01 + docker-compose -f ./docker-compose-build.yml build --parallel 10:47:03 ---> da15265086b7 10:47:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:47:03 ---> e7e961944f72 10:47:03 Step 9/22 : RUN make cmd/core-command/core-command 10:47:03 ---> 3df44c23072e 10:47:03 Step 9/22 : RUN make cmd/core-metadata/core-metadata 10:47:03 ---> 43a2bc315140 10:47:03 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:47:03 ---> Running in 2eb447325c8b 10:47:03 ---> Running in 3de839da6826 10:47:03 ---> Running in d4a4a7b60b59 10:47:03 ---> Running in 28cdb37860ca 10:47:04 Building docker-core-command-go ... 10:47:04 Building docker-core-data-go ... 10:47:04 Building docker-core-metadata-go ... 10:47:04 Building docker-security-bootstrap-redis-go ... 10:47:04 Building docker-security-proxy-setup-go ... 10:47:04 Building docker-security-secrets-setup-go ... 10:47:04 Building docker-security-secretstore-setup-go ... 10:47:04 Building docker-support-logging-go ... 10:47:04 Building docker-support-notifications-go ... 10:47:04 Building docker-support-scheduler-go ... 10:47:04 Building docker-sys-mgmt-agent-go ... 10:47:04 Building docker-core-command-go 10:47:04 Building docker-sys-mgmt-agent-go 10:47:04 Building docker-security-secretstore-setup-go 10:47:04 Building docker-core-metadata-go 10:47:04 Building docker-core-data-go 10:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command 10:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:47:06 ---> 4f42df5bbb1a 10:47:06 Step 9/23 : RUN make cmd/core-data/core-data 10:47:06 ---> Running in 15b7c452053d 10:47:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data 10:47:39 Removing intermediate container 2eb447325c8b 10:47:39 ---> 955b080c6172 10:47:39 10:47:39 Step 10/22 : FROM alpine:3.10 10:47:39 3.10: Pulling from library/alpine 10:47:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:47:41 Status: Downloaded newer image for alpine:3.10 10:47:41 ---> be4e4bea2c2e 10:47:41 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:47:43 Removing intermediate container 28cdb37860ca 10:47:43 ---> 670dacd81ad3 10:47:43 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:47:45 ---> Running in 280335f4e7dd 10:47:45 ---> Running in f0d7150deeb0 10:47:45 Removing intermediate container 3de839da6826 10:47:45 ---> 65da149e76d8 10:47:45 10:47:45 Step 10/22 : FROM scratch 10:47:45 ---> 10:47:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:47:46 ---> Running in e7f507f8fb87 10:47:46 Removing intermediate container e7f507f8fb87 10:47:46 ---> 3b42521f07ed 10:47:46 Step 12/22 : ENV APP_PORT=48082 10:47:46 ---> Running in 8800caaf54be 10:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 10:47:47 Removing intermediate container 8800caaf54be 10:47:47 ---> 2810113ed7b2 10:47:47 Step 13/22 : EXPOSE $APP_PORT 10:47:47 ---> Running in cf239013153e 10:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 10:47:47 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:47:47 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:47:47 OK: 10346 distinct packages available 10:47:47 Removing intermediate container cf239013153e 10:47:47 ---> 4c424474db58 10:47:47 Step 14/22 : WORKDIR / 10:47:47 ---> Running in a2b4fdc69d27 10:47:47 (1/5) Installing ca-certificates (20191127-r2) 10:47:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:47:47 (3/5) Installing libcurl (7.66.0-r1) 10:47:47 (4/5) Installing curl (7.66.0-r1) 10:47:47 (5/5) Installing dumb-init (1.2.2-r1) 10:47:47 Executing busybox-1.30.1-r3.trigger 10:47:47 Executing ca-certificates-20191127-r2.trigger 10:47:47 OK: 7 MiB in 19 packages 10:47:48 Removing intermediate container a2b4fdc69d27 10:47:48 ---> e7697c2373b4 10:47:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:47:49 ---> 7a208f1c2d39 10:47:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:47:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:47:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:47:51 ---> 15569e6ca91c 10:47:51 Step 3/24 : WORKDIR /edgex-go 10:47:51 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 10:47:51 Step 2/27 : FROM ${BUILDER_BASE} AS builder 10:47:51 ---> 15569e6ca91c 10:47:51 Step 3/27 : WORKDIR /edgex-go 10:47:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:47:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:47:51 ---> 15569e6ca91c 10:47:51 Step 3/22 : WORKDIR /edgex-go 10:47:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 10:47:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:47:51 ---> 15569e6ca91c 10:47:51 Step 3/23 : WORKDIR /edgex-go 10:47:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:47:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:47:51 ---> 15569e6ca91c 10:47:51 Step 3/22 : WORKDIR /edgex-go 10:47:51 ---> Running in ac900295737e 10:47:51 ---> Running in 575db75bb605 10:47:51 ---> Running in 6f117df4a057 10:47:51 ---> Running in 3e303eda505c 10:47:51 ---> Running in e298fdd65a97 10:47:51 Removing intermediate container ac900295737e 10:47:51 ---> 0339e3338951 10:47:51 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:51 Removing intermediate container 280335f4e7dd 10:47:51 ---> 477cbb07748f 10:47:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:47:51 Removing intermediate container 6f117df4a057 10:47:51 ---> 6251b33d165e 10:47:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:51 Removing intermediate container e298fdd65a97 10:47:51 ---> 8bc6b124f392 10:47:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:51 Removing intermediate container 575db75bb605 10:47:51 ---> 474f05b685a0 10:47:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:51 Removing intermediate container 3e303eda505c 10:47:51 ---> 64c1c09aad39 10:47:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:51 ---> Running in b19e45dfde57 10:47:51 ---> Running in 0610a1af3c98 10:47:52 ---> Running in 60dd543b09fd 10:47:52 ---> Running in eff1ac6480d5 10:47:52 ---> Running in 932f8121bd2d 10:47:52 ---> Running in 690d3902df2e 10:47:52 ---> 4b5f79a966b3 10:47:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:47:52 Removing intermediate container d4a4a7b60b59 10:47:52 ---> 9d8afe50a11d 10:47:52 10:47:52 Step 10/22 : FROM scratch 10:47:52 ---> 10:47:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:47:52 ---> Using cache 10:47:52 ---> 3b42521f07ed 10:47:52 Step 12/22 : ENV APP_PORT=48081 10:47:52 Removing intermediate container f0d7150deeb0 10:47:52 ---> a5bdd08da12c 10:47:52 10:47:52 Step 11/27 : FROM docker:latest 10:47:52 ---> 6972c414f322 10:47:52 Step 12/27 : RUN apk add --no-cache bash 10:47:52 ---> Running in b0ed8b3d2c7a 10:47:52 Removing intermediate container 690d3902df2e 10:47:52 ---> ad0ecd5c18e8 10:47:52 Step 13/22 : WORKDIR / 10:47:52 ---> 2716edb1994e 10:47:52 Step 18/22 : ENTRYPOINT ["/core-command"] 10:47:52 ---> Running in 99f1813e679b 10:47:52 ---> Running in dbcc73382285 10:47:53 ---> Running in fd51d9f29986 10:47:53 Removing intermediate container b0ed8b3d2c7a 10:47:53 ---> ba22fb23aca3 10:47:53 Step 13/22 : EXPOSE $APP_PORT 10:47:55 ---> Running in 0ebb8710093b 10:47:55 Removing intermediate container dbcc73382285 10:47:55 ---> 30829af85cfc 10:47:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:47:55 Removing intermediate container fd51d9f29986 10:47:55 ---> 845fb8d75619 10:47:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:55 ---> Running in d6e75b4123f9 10:47:55 Removing intermediate container 15b7c452053d 10:47:55 ---> 951cc17ff864 10:47:55 10:47:55 Step 10/23 : FROM alpine 10:47:55 Removing intermediate container 0ebb8710093b 10:47:55 ---> c51d4950da9e 10:47:55 Step 14/22 : WORKDIR / 10:47:55 ---> Running in 7b10bae45d38 10:47:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:47:55 Removing intermediate container d6e75b4123f9 10:47:55 ---> 3566d1dcff79 10:47:55 Step 20/22 : LABEL arch=x86_64 10:47:55 ---> 866cbd3062da 10:47:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:47:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:47:55 ---> Running in dced10e29db2 10:47:55 latest: Pulling from library/alpine 10:47:55 Removing intermediate container 7b10bae45d38 10:47:55 ---> d260e7eb9ae9 10:47:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:47:55 (1/2) Installing readline (8.0.4-r0) 10:47:55 (2/2) Installing bash (5.0.17-r0) 10:47:55 Executing bash-5.0.17-r0.post-install 10:47:55 Removing intermediate container dced10e29db2 10:47:55 ---> 6ad1d137ab0d 10:47:55 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:47:55 Executing busybox-1.31.1-r19.trigger 10:47:55 OK: 12 MiB in 22 packages 10:47:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 10:47:55 Status: Downloaded newer image for alpine:latest 10:47:55 ---> d6e46aa2470d 10:47:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:47:56 ---> Running in afdf0532ff2f 10:47:56 ---> Running in 124ca2c3bdbe 10:47:56 Removing intermediate container b19e45dfde57 10:47:56 ---> 23b6e38ea0aa 10:47:56 Step 5/27 : RUN apk update && apk add make bash git 10:47:56 ---> Running in 4059c0e9eeed 10:47:56 Removing intermediate container 0610a1af3c98 10:47:56 ---> da479c1de2db 10:47:56 Step 5/22 : RUN apk update && apk add make git 10:47:56 Removing intermediate container 932f8121bd2d 10:47:56 ---> 90a9290dc7cd 10:47:56 Step 5/24 : RUN apk update && apk add make git 10:47:56 ---> Running in 5538d15485a9 10:47:56 ---> e977c60c22e2 10:47:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:47:56 ---> Running in 162a1d4757f9 10:47:56 ---> cd45c35a745c 10:47:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:47:57 Removing intermediate container eff1ac6480d5 10:47:57 ---> 623c435317a6 10:47:57 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 10:47:57 Removing intermediate container 60dd543b09fd 10:47:57 ---> 65eb7c517c9a 10:47:57 Step 5/22 : RUN apk update && apk add make git 10:47:57 ---> Running in aa7fcc664cc5 10:47:57 ---> Running in ea1c4d6c71ad 10:47:57 Removing intermediate container afdf0532ff2f 10:47:57 ---> a7dc0f2c94b6 10:47:57 Step 22/22 : LABEL version=1.3.1-dev.2 10:47:57 Removing intermediate container 124ca2c3bdbe 10:47:57 ---> 41e643a68927 10:47:57 Step 12/23 : ENV APP_PORT=48080 10:47:57 ---> f04edef88210 10:47:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:47:57 Removing intermediate container 99f1813e679b 10:47:57 ---> e7c5e2dd1a81 10:47:57 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:47:57 ---> Running in 47a3ff9329b3 10:47:57 ---> a3fa3a8af02d 10:47:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:47:57 ---> Running in 82a1c0409790 10:47:57 ---> Running in 507e77dc62d2 10:47:58 ---> eedd13ea5a20 10:47:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:47:58 Removing intermediate container 47a3ff9329b3 10:47:58 ---> 4d8aa481b274 10:47:58 10:47:58 ---> 4ac872bb1ead 10:47:58 Step 18/22 : RUN chmod +x entrypoint.sh 10:47:58 ---> Running in ba607e9a0982 10:47:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:58 Successfully built 4d8aa481b274 10:47:58 Successfully tagged docker-core-command-go:latest 10:47:58  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 10:47:58 Removing intermediate container 82a1c0409790 10:47:58 ---> b4ca8b37f28a 10:47:58 Step 13/23 : EXPOSE $APP_PORT 10:47:58 ---> Running in 11272b812426 10:47:58 ---> Running in cc750a15f13e 10:47:58 Removing intermediate container ba607e9a0982 10:47:58 ---> 2391b6d0bfde 10:47:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:59 ---> Running in 923d307243e8 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:47:59 Removing intermediate container cc750a15f13e 10:47:59 ---> b8570666009a 10:47:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:59 ---> Running in b3f872e8fd03 10:47:59 Removing intermediate container 923d307243e8 10:47:59 ---> 7ae3e4cf079b 10:47:59 Step 20/22 : LABEL arch=x86_64 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:47:59 ---> Running in b9f682d3d4ef 10:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:48:00 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:48:00 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:48:00 OK: 12623 distinct packages available 10:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:48:00 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:48:00 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:48:00 OK: 12623 distinct packages available 10:48:00 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:48:00 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:48:00 OK: 12623 distinct packages available 10:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:48:01 OK: 217 MiB in 51 packages 10:48:01 OK: 217 MiB in 51 packages 10:48:01 OK: 217 MiB in 51 packages 10:48:01 Removing intermediate container b9f682d3d4ef 10:48:01 ---> c040b9cd03ed 10:48:01 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:48:02 Removing intermediate container 507e77dc62d2 10:48:02 ---> fa9881b97a79 10:48:02 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:48:02 Removing intermediate container 4059c0e9eeed 10:48:02 ---> 2888738c915b 10:48:02 Step 6/27 : COPY go.mod . 10:48:02 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:48:02 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:48:02 OK: 12623 distinct packages available 10:48:03 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:48:03 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:48:03 OK: 12623 distinct packages available 10:48:03 Removing intermediate container 5538d15485a9 10:48:03 ---> 6398d86e39f6 10:48:03 Step 6/22 : COPY go.mod . 10:48:03 Removing intermediate container 162a1d4757f9 10:48:03 ---> dfc548bc9456 10:48:03 Step 6/24 : COPY go.mod . 10:48:03 OK: 217 MiB in 51 packages 10:48:03 ---> 95d6d5bc4467 10:48:03 Step 7/27 : RUN go mod download 10:48:03 OK: 217 MiB in 51 packages 10:48:04 ---> Running in f86a1b66c607 10:48:04 ---> Running in b201210720e6 10:48:04 ---> Running in cdca3230475f 10:48:04 Removing intermediate container 11272b812426 10:48:04 ---> c60010c2946d 10:48:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:48:04 Removing intermediate container b201210720e6 10:48:04 ---> 0729ea682d6c 10:48:04 Step 15/27 : ENV APP_PORT=48090 10:48:04 Removing intermediate container f86a1b66c607 10:48:04 ---> 7104defdd5f0 10:48:04 Step 22/22 : LABEL version=1.3.1-dev.2 10:48:04 ---> 8af03f3413b5 10:48:04 Step 7/22 : RUN go mod download 10:48:04 ---> Running in 5ce757930890 10:48:04 ---> Running in f9af441eaa47 10:48:04 ---> 1ffa9fea4ea0 10:48:04 Step 7/24 : RUN go mod download 10:48:04 ---> Running in cc0aa4b16f9f 10:48:05 Removing intermediate container aa7fcc664cc5 10:48:05 ---> 97ae93939edd 10:48:05 Step 6/22 : COPY go.mod . 10:48:05 ---> Running in f9c8a19adc48 10:48:05 ---> Running in e0a81266dc32 10:48:06 Removing intermediate container ea1c4d6c71ad 10:48:06 ---> 12d8df0771a4 10:48:06 Step 6/23 : COPY go.mod . 10:48:06 Removing intermediate container b3f872e8fd03 10:48:06 ---> 7bcb7f82f794 10:48:06 Step 15/23 : RUN apk --no-cache add zeromq 10:48:06 Removing intermediate container 5ce757930890 10:48:06 ---> 38b60e0ebc40 10:48:06 Step 20/22 : LABEL arch=x86_64 10:48:06 ---> Running in cbe5c00070c7 10:48:06 ---> Running in 885f4f7c2579 10:48:06 ---> 280a23885abb 10:48:06 Step 7/22 : RUN go mod download 10:48:06 ---> Running in cd9a838ffcba 10:48:07 Removing intermediate container f9c8a19adc48 10:48:07 ---> 13ccf5da391b 10:48:07 10:48:07 Removing intermediate container e0a81266dc32 10:48:07 ---> bfdabb7c0ea5 10:48:07 Step 16/27 : EXPOSE $APP_PORT 10:48:07 ---> 4f0584967bb4 10:48:07 Step 7/23 : RUN go mod download 10:48:07 ---> Running in e32d91f761d4 10:48:08 Successfully built 13ccf5da391b 10:48:08 Successfully tagged docker-core-metadata-go:latest 10:48:08 Building docker-security-proxy-setup-go 10:48:08  Building docker-core-metadata-go ... done Removing intermediate container 885f4f7c2579 10:48:08 ---> 984f6a51ebbe 10:48:08 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:48:08 ---> Running in b2bf0bb7f90b 10:48:09 Removing intermediate container cdca3230475f 10:48:09 ---> b1107d4844ee 10:48:09 Step 8/27 : COPY . . 10:48:10 Removing intermediate container f9af441eaa47 10:48:10 ---> 4ff23dc1165c 10:48:10 Step 8/22 : COPY . . 10:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:48:11 Removing intermediate container cc0aa4b16f9f 10:48:11 ---> 598c9e3e7775 10:48:11 Step 8/24 : COPY . . 10:48:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:48:11 ---> Running in c9251b619418 10:48:12 (1/5) Installing libgcc (9.3.0-r2) 10:48:12 (2/5) Installing libsodium (1.0.18-r0) 10:48:12 (3/5) Installing libstdc++ (9.3.0-r2) 10:48:12 (4/5) Installing libzmq (4.3.3-r0) 10:48:13 Removing intermediate container cd9a838ffcba 10:48:13 ---> acb422ee184b 10:48:13 Step 8/22 : COPY . . 10:48:13 (5/5) Installing zeromq (4.3.3-r0) 10:48:13 Executing busybox-1.31.1-r19.trigger 10:48:13 OK: 8 MiB in 19 packages 10:48:13 Removing intermediate container e32d91f761d4 10:48:13 ---> 10fab9822fb2 10:48:13 Step 8/23 : COPY . . 10:48:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:48:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:48:14 ---> f65d9b00e0c0 10:48:14 Step 3/24 : WORKDIR /edgex-go 10:48:14 ---> Using cache 10:48:14 ---> 6afb09cfb5bf 10:48:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:14 ---> Using cache 10:48:14 ---> 400454b9c5b8 10:48:14 Step 5/24 : RUN apk update && apk add make git 10:48:14 ---> Using cache 10:48:14 ---> a42f928f1b88 10:48:14 Step 6/24 : COPY go.mod . 10:48:14 ---> Using cache 10:48:14 ---> 6b5c7a1d857d 10:48:14 Step 7/24 : RUN go mod download 10:48:14 ---> Using cache 10:48:14 ---> 57ed2be76cbd 10:48:14 Step 8/24 : COPY . . 10:48:14 ---> Using cache 10:48:14 ---> 3df44c23072e 10:48:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:48:14 Removing intermediate container c9251b619418 10:48:14 ---> 3a93cc73a723 10:48:14 Step 22/22 : LABEL version=1.3.1-dev.2 10:48:14 Removing intermediate container b2bf0bb7f90b 10:48:14 ---> 2c649e13edb9 10:48:14 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:48:15 ---> Running in 5fa6279a0fa4 10:48:15 ---> Running in 78ea9e3d7533 10:48:15 Removing intermediate container 78ea9e3d7533 10:48:15 ---> 6d1d6099132d 10:48:15 10:48:15 Removing intermediate container cbe5c00070c7 10:48:15 ---> 340a7cfad4be 10:48:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:48:15 ---> 9310534ee8bc 10:48:15 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:48:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:48:16 Successfully built 6d1d6099132d 10:48:16 Successfully tagged docker-security-bootstrap-redis-go:latest 10:48:16  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 10:48:16 ---> 9bb580cc6bc6 10:48:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:48:16 ---> 46dc12f5d645 10:48:16 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:48:25 ---> 654f84c42ca3 10:48:25 Step 20/27 : RUN apk --no-cache add py3-pip 10:48:25 ---> af779917e90a 10:48:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:48:25 ---> Running in c60f849b0661 10:48:25 ---> 4aeaeec471e4 10:48:25 Step 19/23 : ENTRYPOINT ["/core-data"] 10:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:48:26 ---> f2b749fba49f 10:48:26 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:48:26 ---> 38cdccdf649a 10:48:26 Step 9/22 : RUN make cmd/core-command/core-command 10:48:26 ---> 793872fa2eb8 10:48:26 ---> 4d41945935ed 10:48:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:48:26 ---> a0ba3a31dbea 10:48:26 Step 9/22 : RUN make cmd/core-metadata/core-metadataStep 9/23 : RUN make cmd/core-data/core-data 10:48:26 10:48:26 ---> Running in d41571a55fe8 10:48:26 ---> Running in 8f93afb330b4 10:48:26 ---> Running in dfc6ee309ec9 10:48:26 ---> Running in 5c46431c0f4c 10:48:26 ---> Running in e6fa85126c59 10:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:48:26 (1/33) Installing libbz2 (1.0.8-r1) 10:48:26 (2/33) Installing expat (2.2.9-r1) 10:48:26 (3/33) Installing libffi (3.3-r2) 10:48:26 (4/33) Installing gdbm (1.13-r1) 10:48:27 (5/33) Installing xz-libs (5.2.5-r0) 10:48:27 (6/33) Installing sqlite-libs (3.32.1-r0) 10:48:27 (7/33) Installing python3 (3.8.5-r0) 10:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-command/core-command ./cmd/core-command 10:48:27 ---> Running in c2cc81ddc973 10:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:48:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/core-data/core-data ./cmd/core-data 10:48:28 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 10:48:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:48:28 ---> f65d9b00e0c0 10:48:28 Step 3/20 : WORKDIR /edgex-go 10:48:28 ---> Using cache 10:48:28 ---> 6afb09cfb5bf 10:48:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:28 ---> Using cache 10:48:28 ---> 400454b9c5b8 10:48:28 Step 5/20 : RUN apk update && apk add make git 10:48:28 ---> Using cache 10:48:28 ---> a42f928f1b88 10:48:28 Step 6/20 : COPY go.mod . 10:48:28 ---> Using cache 10:48:28 ---> 6b5c7a1d857d 10:48:28 Step 7/20 : RUN go mod download 10:48:29 ---> Using cache 10:48:29 ---> 57ed2be76cbd 10:48:29 Step 8/20 : COPY . . 10:48:29 ---> Using cache 10:48:29 ---> 3df44c23072e 10:48:29 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 10:48:31 Removing intermediate container c2cc81ddc973 10:48:31 ---> 16bc1a0c369a 10:48:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:48:31 ---> Running in c03f9a9cdd8f 10:48:31 ---> Running in 741caba1d603 10:48:31 (8/33) Installing py3-appdirs (1.4.4-r1) 10:48:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:48:31 (10/33) Installing py3-parsing (2.4.7-r0) 10:48:31 (11/33) Installing py3-six (1.15.0-r0) 10:48:31 (12/33) Installing py3-packaging (20.4-r0) 10:48:31 (13/33) Installing py3-setuptools (47.0.0-r0) 10:48:31 (14/33) Installing py3-chardet (3.0.4-r4) 10:48:31 (15/33) Installing py3-idna (2.9-r0) 10:48:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:48:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:48:32 (18/33) Installing py3-requests (2.23.0-r0) 10:48:32 (19/33) Installing py3-msgpack (1.0.0-r0) 10:48:32 (20/33) Installing py3-lockfile (0.12.2-r3) 10:48:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:48:32 (22/33) Installing py3-colorama (0.4.3-r0) 10:48:32 Removing intermediate container 741caba1d603 10:48:32 ---> 0795f68a9bc2 10:48:32 Step 21/23 : LABEL arch=x86_64 10:48:32 (23/33) Installing py3-distlib (0.3.0-r0) 10:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:48:33 (24/33) Installing py3-distro (1.5.0-r1) 10:48:33 (25/33) Installing py3-webencodings (0.5.1-r3) 10:48:33 (26/33) Installing py3-html5lib (1.0.1-r4) 10:48:33 (27/33) Installing py3-pytoml (0.1.21-r0) 10:48:33 ---> Running in 7b2bba77edcd 10:48:33 (28/33) Installing py3-pep517 (0.8.2-r0) 10:48:33 (29/33) Installing py3-progress (1.5-r0) 10:48:33 (30/33) Installing py3-toml (0.10.1-r0) 10:48:33 (31/33) Installing py3-retrying (1.3.3-r0) 10:48:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:48:33 (33/33) Installing py3-pip (20.1.1-r0) 10:48:33 Executing busybox-1.31.1-r19.trigger 10:48:33 OK: 71 MiB in 55 packages 10:48:35 Removing intermediate container 7b2bba77edcd 10:48:35 ---> 2cd8b5d1b378 10:48:35 Step 22/23 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:48:38 ---> Running in 66b783bf8bdf 10:48:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:48:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:48:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:48:38 ---> f65d9b00e0c0 10:48:38 Step 3/21 : WORKDIR /edgex-go 10:48:38 ---> Using cache 10:48:38 ---> 6afb09cfb5bf 10:48:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:38 ---> Using cache 10:48:38 ---> 400454b9c5b8 10:48:38 Step 5/21 : RUN apk update && apk add make git 10:48:38 ---> Using cache 10:48:38 ---> a42f928f1b88 10:48:38 Step 6/21 : COPY go.mod . 10:48:38 ---> Using cache 10:48:38 ---> 6b5c7a1d857d 10:48:38 Step 7/21 : RUN go mod download 10:48:38 ---> Using cache 10:48:38 ---> 57ed2be76cbd 10:48:38 Step 8/21 : COPY . . 10:48:38 ---> Using cache 10:48:38 ---> 3df44c23072e 10:48:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:48:39 Removing intermediate container 66b783bf8bdf 10:48:39 ---> 8c87dfb6a3df 10:48:39 Step 23/23 : LABEL version=1.3.1-dev.2 10:48:39 ---> Running in 944b5314fce9 10:48:39 ---> Running in d015be57b78e 10:48:41 Removing intermediate container d015be57b78e 10:48:41 ---> 44bf808e189b 10:48:41 10:48:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:48:41 Successfully built 44bf808e189b 10:48:41 Successfully tagged docker-core-data-go:latest 10:48:41 Building docker-support-notifications-go 10:48:56  Building docker-core-data-go ... done Removing intermediate container 5fa6279a0fa4 10:48:56 ---> 809767f5e396 10:48:56 10:48:56 Step 10/24 : FROM alpine:3.10 10:48:56 ---> be4e4bea2c2e 10:48:56 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:48:56 ---> Using cache 10:48:56 ---> 477cbb07748f 10:48:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:48:56 ---> Running in 3d6268048b6c 10:48:56 Removing intermediate container c60f849b0661 10:48:56 ---> ff483555c3f1 10:48:56 Step 21/27 : RUN pip install docker-compose==1.23.2 10:48:56 ---> Running in 1451941ccac5 10:48:56 Removing intermediate container 3d6268048b6c 10:48:56 ---> 75b8c922dae9 10:48:56 Step 13/24 : WORKDIR / 10:48:57 ---> Running in 3e6d18a8c96e 10:48:59 Removing intermediate container 3e6d18a8c96e 10:48:59 ---> ffdd1d175018 10:48:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:49:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:49:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:49:03 ---> f65d9b00e0c0 10:49:03 Step 3/24 : WORKDIR /edgex-go 10:49:03 ---> Using cache 10:49:03 ---> 6afb09cfb5bf 10:49:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:49:03 ---> Using cache 10:49:03 ---> 400454b9c5b8 10:49:03 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:49:04 ---> 0fda0f80668e 10:49:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:49:04 Removing intermediate container c03f9a9cdd8f 10:49:04 ---> af32baa716f8 10:49:04 10:49:04 Step 10/20 : FROM alpine 10:49:04 ---> d6e46aa2470d 10:49:04 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:49:04 ---> Running in d6e8f1b62684 10:49:04 Collecting docker-compose==1.23.2 10:49:04 ---> Running in dbb1c979ea94 10:49:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:49:05 Collecting websocket-client<1.0,>=0.32.0 10:49:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:49:05 ---> d6c9b0f3c580 10:49:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:49:05 Collecting dockerpty<0.5,>=0.4.1 10:49:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:49:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:05 ---> 6812097a03b2 10:49:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:06 v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:49:06 v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:49:06 OK: 12744 distinct packages available 10:49:06 Collecting docopt<0.7,>=0.6.1 10:49:06 Downloading docopt-0.6.2.tar.gz (25 kB) 10:49:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:06 (1/4) Installing ca-certificates (20191127-r4) 10:49:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:49:06 ---> 6db29d820d25 10:49:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:49:06 (3/4) Installing libcurl (7.69.1-r1) 10:49:06 (4/4) Installing curl (7.69.1-r1) 10:49:06 Executing busybox-1.31.1-r19.trigger 10:49:06 Executing ca-certificates-20191127-r4.trigger 10:49:06 OK: 7 MiB in 18 packages 10:49:06 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:49:06 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:49:06 OK: 12752 distinct packages available 10:49:06 Collecting PyYAML<4,>=3.10 10:49:07 Downloading PyYAML-3.13.tar.gz (270 kB) 10:49:07 OK: 233 MiB in 51 packages 10:49:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:49:08 ---> 22457f3df69d 10:49:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:49:08 Collecting texttable<0.10,>=0.9.0 10:49:08 Downloading texttable-0.9.1.tar.gz (11 kB) 10:49:09 ---> 9c9c799445db 10:49:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:49:09 Collecting docker<4.0,>=3.6.0 10:49:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:49:10 ---> Running in b57cee34dafe 10:49:10 Removing intermediate container dbb1c979ea94 10:49:10 ---> 5d03074595b2 10:49:10 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:49:10 Removing intermediate container d6e8f1b62684 10:49:10 ---> 37a0c83ee68f 10:49:10 Step 6/24 : COPY go.mod . 10:49:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:49:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:49:10 Removing intermediate container 944b5314fce9 10:49:10 ---> b7815757bc67 10:49:10 10:49:10 Step 10/21 : FROM scratch 10:49:10 ---> 10:49:10 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:49:11 ---> Running in 7cf29c306f7b 10:49:11 Collecting jsonschema<3,>=2.5.1 10:49:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:49:11 Collecting cached-property<2,>=1.2.0 10:49:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:49:11 ---> Using cache 10:49:11 ---> 3b42521f07ed 10:49:11 Step 12/21 : ENV APP_PORT=48085 10:49:11 Collecting docker-pycreds>=0.4.0 10:49:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:49:11 ---> 8a8c2b724ad5 10:49:11 Step 7/24 : RUN go mod download 10:49:11 Removing intermediate container 7cf29c306f7b 10:49:11 ---> 56a62e6e66dd 10:49:11 Step 13/20 : WORKDIR /edgex 10:49:11 ---> Running in 489c530dd819 10:49:11 Collecting urllib3<1.25,>=1.21.1 10:49:11 ---> Running in b0de94dd649f 10:49:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:49:11 ---> Running in 16a7274a2cda 10:49:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:49:11 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:49:11 Collecting idna<2.8,>=2.5 10:49:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:49:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:49:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:49:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:49:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:49:11 Removing intermediate container 489c530dd819 10:49:11 ---> 24ffcb3e9431 10:49:11 Step 13/21 : EXPOSE $APP_PORT 10:49:11 Installing collected packages: websocket-client, dockerpty, docopt, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, docker-compose 10:49:12 ---> Running in ef8c164d3ea7 10:49:12 Running setup.py install for dockerpty: started 10:49:12 Removing intermediate container 16a7274a2cda 10:49:12 ---> 6bd3301f59e8 10:49:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:49:12 Running setup.py install for dockerpty: finished with status 'done' 10:49:12 Running setup.py install for docopt: started 10:49:13 Running setup.py install for docopt: finished with status 'done' 10:49:13 Running setup.py install for PyYAML: started 10:49:13 Removing intermediate container ef8c164d3ea7 10:49:13 ---> 8af37fcc2246 10:49:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:49:13 ---> 16d8167543b8 10:49:13 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:49:13 Removing intermediate container b57cee34dafe 10:49:13 ---> de74cb90a7ef 10:49:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:49:13 ---> Running in 325213d32028 10:49:13 ---> a8b3fd8c8877 10:49:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:49:13 Removing intermediate container 325213d32028 10:49:13 ---> a30584b64126 10:49:13 Step 22/24 : LABEL arch=x86_64 10:49:13 Running setup.py install for PyYAML: finished with status 'done' 10:49:13 Running setup.py install for texttable: started 10:49:15 Running setup.py install for texttable: finished with status 'done' 10:49:15 Attempting uninstall: urllib3 10:49:15 Found existing installation: urllib3 1.25.9 10:49:15 Uninstalling urllib3-1.25.9: 10:49:15 ---> Running in 29ab7b3a0d39 10:49:15 Successfully uninstalled urllib3-1.25.9 10:49:15 ---> 31ed698d895a 10:49:15 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:49:16 ---> e37f9a72ba4f 10:49:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:49:16 Attempting uninstall: idna 10:49:16 Found existing installation: idna 2.9 10:49:16 Uninstalling idna-2.9: 10:49:16 ---> Running in 78c56c17722f 10:49:16 Removing intermediate container 29ab7b3a0d39 10:49:16 ---> 271da7738d6d 10:49:16 Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:49:16 Successfully uninstalled idna-2.9 10:49:16 Attempting uninstall: requests 10:49:16 Found existing installation: requests 2.23.0 10:49:16 Uninstalling requests-2.23.0: 10:49:16 ---> Running in 4e5050b41c5d 10:49:16 Successfully uninstalled requests-2.23.0 10:49:17 Removing intermediate container 78c56c17722f 10:49:17 ---> 9cd7bb90861a 10:49:17 Step 17/20 : CMD ["--init=true"] 10:49:17 Removing intermediate container b0de94dd649f 10:49:17 ---> 3224f9856b75 10:49:17 Step 8/24 : COPY . . 10:49:17 ---> 9356fa4e3a3c 10:49:17 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:49:17 ---> Running in 3e54736f88cd 10:49:17 ---> Running in 4365275e2a7d 10:49:17 Removing intermediate container 4e5050b41c5d 10:49:17 ---> bf0466a92468 10:49:17 Step 24/24 : LABEL version=1.3.1-dev.2 10:49:18 ---> Running in d41422fa0457 10:49:20 Removing intermediate container 4365275e2a7d 10:49:20 ---> 9d9f1ba5cb34 10:49:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:49:20 Removing intermediate container 3e54736f88cd 10:49:20 ---> b04dc13b1d1f 10:49:20 Step 18/20 : LABEL arch=x86_64 10:49:22 Removing intermediate container d41422fa0457 10:49:22 ---> 08566a269d3f 10:49:22 10:49:22 ---> Running in b8b3098aae78 10:49:22 ---> Running in f37968b89175 10:49:22 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 10:49:22 Successfully built 08566a269d3f 10:49:22 Successfully tagged docker-security-secretstore-setup-go:latest 10:49:22  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go 10:49:28 Removing intermediate container b8b3098aae78 10:49:28 ---> 0396196327a4 10:49:28 Step 19/20 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:49:28 Removing intermediate container f37968b89175 10:49:28 ---> b99e11dfc31b 10:49:28 Step 19/21 : LABEL arch=x86_64 10:49:32 ---> Running in c4688f3d82bd 10:49:32 ---> Running in af87ad6d4245 10:49:39 Removing intermediate container af87ad6d4245 10:49:39 ---> 0908f41b3087 10:49:39 Step 20/20 : LABEL version=1.3.1-dev.2 10:49:39 Removing intermediate container c4688f3d82bd 10:49:39 ---> 1440d6994bfd 10:49:39 Step 20/21 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:49:41 ---> Running in 43cb013c4151 10:49:43 ---> Running in a9e2168b0e7a 10:49:43 Removing intermediate container 1451941ccac5 10:49:43 ---> 76351dabd051 10:49:43 Step 22/27 : RUN apk --no-cache add curl 10:49:44 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:49:44 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:49:44 ---> f65d9b00e0c0 10:49:44 Step 3/29 : WORKDIR /edgex-go 10:49:44 ---> Using cache 10:49:44 ---> 6afb09cfb5bf 10:49:44 Step 4/29 : RUN apk update && apk add make git 10:49:46 Removing intermediate container 43cb013c4151 10:49:46 ---> 98c1c4eafb54 10:49:46 10:49:46 Removing intermediate container a9e2168b0e7a 10:49:46 ---> 4a2b78d7b2a7 10:49:46 Step 21/21 : LABEL version=1.3.1-dev.2 10:49:46 Successfully built 98c1c4eafb54 10:49:46 ---> Running in 77036fd3a6ca 10:49:46 Successfully tagged docker-security-proxy-setup-go:latest 10:49:46 Building docker-support-logging-go 10:49:46 ---> Running in 1908ef70f551 10:49:46  Building docker-security-proxy-setup-go ... done  ---> Running in 01d0316b0b85 10:49:47 ---> 3f69b17a4c8e 10:49:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:49:47 ---> Running in 78fa01db609d 10:49:47 Removing intermediate container 01d0316b0b85 10:49:47 ---> 6f01e3ac7032 10:49:47 10:49:48 Successfully built 6f01e3ac7032 10:49:48 Successfully tagged docker-support-scheduler-go:latest 10:49:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:49:50  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:49:50 (2/3) Installing libcurl (7.69.1-r1) 10:49:50 (3/3) Installing curl (7.69.1-r1) 10:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:50 Executing busybox-1.31.1-r19.trigger 10:49:50 OK: 72 MiB in 58 packages 10:49:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:49:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:52 Removing intermediate container 1908ef70f551 10:49:52 ---> 458d28db1787 10:49:52 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:49:52 ---> Running in fc4509201c40 10:49:52 Removing intermediate container fc4509201c40 10:49:52 ---> 0d76365a3247 10:49:52 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:49:52 ---> Running in 7229719b2c7c 10:49:53 Removing intermediate container 7229719b2c7c 10:49:53 ---> 37d686a77210 10:49:53 Step 25/27 : LABEL arch=x86_64 10:49:53 ---> Running in 5ae62ec6a208 10:49:53 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:49:53 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:49:53 OK: 12752 distinct packages available 10:49:54 OK: 233 MiB in 51 packages 10:49:54 Removing intermediate container 5ae62ec6a208 10:49:54 ---> ff592a96a1f3 10:49:54 Step 26/27 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:49:54 ---> Running in ba30bac576e0 10:49:55 Removing intermediate container ba30bac576e0 10:49:55 ---> f6c10e5b04d7 10:49:55 Step 27/27 : LABEL version=1.3.1-dev.2 10:49:55 ---> Running in 3fba6937e1f4 10:49:55 Removing intermediate container 77036fd3a6ca 10:49:55 ---> 99771b0ddd85 10:49:55 Step 5/29 : COPY go.mod . 10:49:56 Removing intermediate container 3fba6937e1f4 10:49:56 ---> 81c5f4daa1fd 10:49:56 10:49:56 ---> 1a611bdf1050 10:49:56 Step 6/29 : RUN go mod download 10:49:57 Successfully built 81c5f4daa1fd 10:49:57 Successfully tagged docker-sys-mgmt-agent-go:latest 10:49:58  Building docker-sys-mgmt-agent-go ... done  ---> Running in 3bbf22a460e5 10:50:02 Removing intermediate container d41571a55fe8 10:50:02 ---> 0f73d4fbaeac 10:50:02 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:50:02 Removing intermediate container 5c46431c0f4c 10:50:02 ---> b6c5cc9422ad 10:50:02 10:50:02 Step 10/24 : FROM alpine:3.10 10:50:02 ---> Running in 40988478041a 10:50:02 3.10: Pulling from library/alpine 10:50:03 Removing intermediate container 3bbf22a460e5 10:50:03 ---> 146cdb360e81 10:50:03 Step 7/29 : COPY . . 10:50:03 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 10:50:03 Status: Downloaded newer image for alpine:3.10 10:50:03 ---> 536a684cf733 10:50:03 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:50:03 ---> Running in e7300e1a1f13 10:50:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:50:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:50:05 ---> f65d9b00e0c0 10:50:05 Step 3/22 : WORKDIR /edgex-go 10:50:05 ---> Using cache 10:50:05 ---> 6afb09cfb5bf 10:50:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:50:05 ---> Using cache 10:50:05 ---> 400454b9c5b8 10:50:05 Step 5/22 : RUN apk update && apk add make && apk add bash git 10:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 10:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 10:50:07 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 10:50:07 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 10:50:07 OK: 10167 distinct packages available 10:50:08 (1/5) Installing ca-certificates (20191127-r2) 10:50:08 (2/5) Installing nghttp2-libs (1.39.2-r1) 10:50:08 (3/5) Installing libcurl (7.66.0-r1) 10:50:08 (4/5) Installing curl (7.66.0-r1) 10:50:08 (5/5) Installing dumb-init (1.2.2-r1) 10:50:08 Executing busybox-1.30.1-r3.trigger 10:50:08 ---> Running in b721dd3a984d 10:50:08 Executing ca-certificates-20191127-r2.trigger 10:50:08 OK: 7 MiB in 19 packages 10:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:50:10 Removing intermediate container 40988478041a 10:50:10 ---> 2ea67e1c1e61 10:50:10 10:50:10 Step 11/27 : FROM docker:latest 10:50:10 ---> 5d4db4dc0692 10:50:10 Step 12/27 : RUN apk add --no-cache bash 10:50:11 ---> Running in 740fe88e6bc9 10:50:11 Removing intermediate container e7300e1a1f13 10:50:11 ---> 6a824204b5ce 10:50:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:50:12 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:50:12 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:50:12 OK: 12752 distinct packages available 10:50:12 ---> Running in fd262b1d78cd 10:50:12 OK: 233 MiB in 51 packages 10:50:12 OK: 233 MiB in 51 packages 10:50:12 Removing intermediate container fd262b1d78cd 10:50:12 ---> a9d1820bb796 10:50:12 Step 13/24 : WORKDIR / 10:50:13 ---> Running in 4e1ef4fd7402 10:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:50:14 Removing intermediate container 4e1ef4fd7402 10:50:14 ---> 8afd758af9b8 10:50:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:50:15 (1/2) Installing readline (8.0.4-r0) 10:50:15 (2/2) Installing bash (5.0.17-r0) 10:50:15 Executing bash-5.0.17-r0.post-install 10:50:15 Executing busybox-1.31.1-r19.trigger 10:50:15 OK: 12 MiB in 22 packages 10:50:15 ---> 44ae6cebe901 10:50:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:50:16 ---> 0c19374661db 10:50:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:50:16 Removing intermediate container b721dd3a984d 10:50:16 ---> 8b0034702df4 10:50:16 Step 6/22 : COPY go.mod . 10:50:17 Removing intermediate container 740fe88e6bc9 10:50:17 ---> da4e80b7e5cf 10:50:17 Step 13/27 : RUN rm -rf /var/cache/apk/* 10:50:17 ---> Running in d743e43343d0 10:50:18 ---> 1f293503beda 10:50:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:50:18 ---> 34b5dd8adc51 10:50:18 Step 7/22 : RUN go mod download 10:50:20 ---> 5900366c9dde 10:50:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:50:20 ---> Running in be6a9830af2b 10:50:20 Removing intermediate container 78fa01db609d 10:50:20 ---> a3d8ce929def 10:50:20 10:50:20 Step 10/24 : FROM scratch 10:50:20 ---> 10:50:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:50:22 ---> a6466dd31cf4 10:50:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:50:22 Removing intermediate container d743e43343d0 10:50:22 ---> d2c1cee37833 10:50:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:50:22 ---> Running in 4e49c6c7afe2 10:50:23 ---> Running in 9d850a40c664 10:50:23 ---> 2d1b243ae9a1 10:50:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:50:23 ---> Running in 62fef41dafbe 10:50:23 Removing intermediate container 9d850a40c664 10:50:23 ---> 1643759489b9 10:50:23 Step 12/24 : ENV APP_PORT=48060 10:50:23 ---> Running in 42999b488384 10:50:23 ---> 0598e1eac660 10:50:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:50:23 Removing intermediate container 4e49c6c7afe2 10:50:23 ---> 1012e5844b50 10:50:23 Step 15/27 : ENV APP_PORT=48090 10:50:23 Removing intermediate container be6a9830af2b 10:50:23 ---> 03cf46821f03 10:50:23 Step 8/22 : COPY . . 10:50:23 Removing intermediate container 42999b488384 10:50:23 ---> 298317d98c52 10:50:23 Step 13/24 : EXPOSE $APP_PORT 10:50:23 ---> Running in 0ea0fb402904 10:50:24 ---> Running in b45f20d0b04a 10:50:24 ---> Running in 876222340bff 10:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:50:24 Removing intermediate container 0ea0fb402904 10:50:24 ---> 26f904be09d2 10:50:24 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:50:25 ---> f52d2b70f168 10:50:25 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:50:26 Removing intermediate container 876222340bff 10:50:26 ---> c4bee7c6c24b 10:50:26 Step 16/27 : EXPOSE $APP_PORT 10:50:26 ---> Running in dc14979b1fdf 10:50:27 Removing intermediate container dc14979b1fdf 10:50:27 ---> 7cd376ad78ad 10:50:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:50:28 Removing intermediate container dfc6ee309ec9 10:50:28 ---> 9a0d3e24f492 10:50:28 10:50:28 Step 10/22 : FROM scratch 10:50:28 ---> 10:50:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:50:28 ---> Running in be1e7e27cf61 10:50:29 Removing intermediate container b45f20d0b04a 10:50:29 ---> d6bb74562dcd 10:50:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:50:29 ---> Running in 9d4f1bce062a 10:50:29 Removing intermediate container be1e7e27cf61 10:50:29 ---> 0b0ff05435cb 10:50:29 Step 12/22 : ENV APP_PORT=48082 10:50:29 ---> Running in d1a44f4c85ae 10:50:29 ---> d43926d172e8 10:50:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:50:30 Removing intermediate container 9d4f1bce062a 10:50:30 ---> 55d7dfef2a41 10:50:30 Step 22/24 : LABEL arch=arm64 10:50:30 ---> Running in aa17a0946130 10:50:30 Removing intermediate container d1a44f4c85ae 10:50:30 ---> b01fd1a3d62b 10:50:30 Step 13/22 : EXPOSE $APP_PORT 10:50:30 ---> Running in 1e2677bafdc4 10:50:31 ---> 61e15b3df22d 10:50:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:50:31 ---> 75cf68ef95af 10:50:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:50:31 Removing intermediate container aa17a0946130 10:50:31 ---> 3eefab19269d 10:50:31 Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:50:31 ---> Running in d4c2a675e642 10:50:31 Removing intermediate container 1e2677bafdc4 10:50:31 ---> 7a953c62159a 10:50:31 Step 14/22 : WORKDIR / 10:50:32 ---> Running in f87a2e18d756 10:50:32 Removing intermediate container d4c2a675e642 10:50:32 ---> b44a8ba38b2f 10:50:32 Step 24/24 : LABEL version=1.3.1-dev.2 10:50:32 ---> Running in f342f97fac54 10:50:32 ---> fca8af53ed56 10:50:32 Step 20/27 : RUN apk --no-cache add py3-pip 10:50:32 Removing intermediate container f87a2e18d756 10:50:32 ---> 180fbe03f8a3 10:50:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 10:50:32 ---> Running in 442c5729e87e 10:50:33 ---> 29be9f2396d9 10:50:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:50:33 Removing intermediate container f342f97fac54 10:50:33 ---> 5c193878466b 10:50:33 10:50:33 ---> 15aee37d64fc 10:50:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:50:34 Successfully built 5c193878466b 10:50:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:50:34  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 10:50:34 ---> a229e66c2556 10:50:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:50:36 ---> b462c1033f53 10:50:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:50:36 (1/33) Installing libbz2 (1.0.8-r1) 10:50:36 (2/33) Installing expat (2.2.9-r1) 10:50:36 (3/33) Installing libffi (3.3-r2) 10:50:36 (4/33) Installing gdbm (1.13-r1) 10:50:36 (5/33) Installing xz-libs (5.2.5-r0) 10:50:36 (6/33) Installing sqlite-libs (3.32.1-r0) 10:50:36 (7/33) Installing python3 (3.8.5-r0) 10:50:38 ---> 9aa4c3ca466d 10:50:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:50:38 (8/33) Installing py3-appdirs (1.4.4-r1) 10:50:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:50:38 (10/33) Installing py3-parsing (2.4.7-r0) 10:50:38 (11/33) Installing py3-six (1.15.0-r0) 10:50:38 (12/33) Installing py3-packaging (20.4-r0) 10:50:38 (13/33) Installing py3-setuptools (47.0.0-r0) 10:50:38 ---> dc2c326d67f5 10:50:38 Step 18/22 : ENTRYPOINT ["/core-command"] 10:50:38 (14/33) Installing py3-chardet (3.0.4-r4) 10:50:38 (15/33) Installing py3-idna (2.9-r0) 10:50:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:50:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:50:39 (18/33) Installing py3-requests (2.23.0-r0) 10:50:39 (19/33) Installing py3-msgpack (1.0.0-r0) 10:50:39 ---> Running in f48e9a07499a 10:50:39 (20/33) Installing py3-lockfile (0.12.2-r3) 10:50:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:50:39 (22/33) Installing py3-colorama (0.4.3-r0) 10:50:39 (23/33) Installing py3-distlib (0.3.0-r0) 10:50:39 (24/33) Installing py3-distro (1.5.0-r1) 10:50:39 (25/33) Installing py3-webencodings (0.5.1-r3) 10:50:39 (26/33) Installing py3-html5lib (1.0.1-r4) 10:50:39 ---> 83e4ccd31f32 10:50:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:50:39 (27/33) Installing py3-pytoml (0.1.21-r0) 10:50:39 (28/33) Installing py3-pep517 (0.8.2-r0) 10:50:39 (29/33) Installing py3-progress (1.5-r0) 10:50:39 (30/33) Installing py3-toml (0.10.1-r0) 10:50:39 (31/33) Installing py3-retrying (1.3.3-r0) 10:50:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:50:39 (33/33) Installing py3-pip (20.1.1-r0) 10:50:39 Executing busybox-1.31.1-r19.trigger 10:50:39 ---> Running in 7e9c2c86de3e 10:50:40 OK: 71 MiB in 55 packages 10:50:40 Removing intermediate container f48e9a07499a 10:50:40 ---> 8e5cd580c157 10:50:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:50:40 ---> Running in c06ed39a195e 10:50:41 Removing intermediate container 7e9c2c86de3e 10:50:41 ---> 8c8ec908cadd 10:50:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:50:41 Removing intermediate container c06ed39a195e 10:50:41 ---> b9348cb7fdd8 10:50:41 Step 20/22 : LABEL arch=arm64 10:50:41 ---> Running in 52f72251cede 10:50:42 ---> Running in 173a7992dbb6 10:50:42 ---> 2a40030e49f2 10:50:42 Step 9/22 : RUN make cmd/support-logging/support-logging 10:50:43 Removing intermediate container 173a7992dbb6 10:50:43 ---> b3942d2b698e 10:50:43 Step 22/24 : LABEL arch=x86_64 10:50:43 ---> Running in 60c49b191935 10:50:43 Removing intermediate container 52f72251cede 10:50:43 ---> eeaf257a11fc 10:50:43 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:50:43 Removing intermediate container 62fef41dafbe 10:50:43 ---> bedc45cc8858 10:50:43 10:50:43 Step 9/29 : FROM alpine:latest 10:50:43 ---> d6e46aa2470d 10:50:43 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:50:43 ---> Running in cf1243ad3f6c 10:50:43 ---> Running in 90dd11fae63d 10:50:43 ---> Running in 9e40440e71f8 10:50:43 Removing intermediate container cf1243ad3f6c 10:50:43 ---> 8ccf24341d43 10:50:43 Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:50:43 ---> Running in ef929c666fea 10:50:43 Removing intermediate container 90dd11fae63d 10:50:43 ---> 9f37a1d2253c 10:50:43 Step 11/29 : USER root 10:50:43 Removing intermediate container 8f93afb330b4 10:50:43 ---> 3ff823981d01 10:50:43 10:50:43 Step 10/22 : FROM scratch 10:50:43 ---> 10:50:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:50:44 ---> Running in 013c0a3f109c 10:50:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging 10:50:44 Removing intermediate container ef929c666fea 10:50:44 ---> 17d4d4fde715 10:50:44 Step 24/24 : LABEL version=1.3.1-dev.2 10:50:44 ---> Running in 46f33b72aa0d 10:50:44 ---> Using cache 10:50:44 ---> 0b0ff05435cb 10:50:44 Step 12/22 : ENV APP_PORT=48081 10:50:44 Removing intermediate container 013c0a3f109c 10:50:44 ---> a8ddedf304b8 10:50:44 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:50:44 ---> Running in da1dc883399d 10:50:44 ---> Running in 4cf54e7b0a79 10:50:44 Removing intermediate container 9e40440e71f8 10:50:44 ---> e64895be9f5b 10:50:44 Step 22/22 : LABEL version=1.3.1-dev.2 10:50:45 ---> Running in 30cb77e2c607 10:50:45 Removing intermediate container 4cf54e7b0a79 10:50:45 ---> 9f2fbfe447ab 10:50:45 Step 13/22 : EXPOSE $APP_PORT 10:50:45 ---> Running in dd351a3009f5 10:50:45 Removing intermediate container 46f33b72aa0d 10:50:45 ---> bf5620ad6d5f 10:50:45 10:50:46 Removing intermediate container 30cb77e2c607 10:50:46 ---> fb6b51e5e018 10:50:46 10:50:46 Successfully built bf5620ad6d5f 10:50:46 Successfully tagged docker-support-notifications-go:latest 10:50:46 Removing intermediate container dd351a3009f5 10:50:46 ---> 7788122a8a1a 10:50:46 Step 14/22 : WORKDIR / 10:50:46 Successfully built fb6b51e5e018 10:50:46 Successfully tagged docker-core-command-go-arm64:latest 10:50:46  Building docker-core-command-go ... done Building docker-support-notifications-go 10:50:46 ---> Running in b8c88c7ef43f 10:50:47  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:50:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:50:47 v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:50:47 v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:50:47 OK: 12744 distinct packages available 10:50:47 Removing intermediate container b8c88c7ef43f 10:50:47 ---> 7d598b389978 10:50:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 10:50:47 (1/2) Installing ca-certificates (20191127-r4) 10:50:47 (2/2) Installing dumb-init (1.2.2-r1) 10:50:47 Executing busybox-1.31.1-r19.trigger 10:50:47 Executing ca-certificates-20191127-r4.trigger 10:50:47 OK: 6 MiB in 16 packages 10:50:48 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 10:50:48 Step 2/20 : FROM ${BUILDER_BASE} AS builder 10:50:48 ---> 15569e6ca91c 10:50:48 Step 3/20 : WORKDIR /edgex-go 10:50:48 ---> Using cache 10:50:48 ---> 8bc6b124f392 10:50:48 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:50:48 ---> Using cache 10:50:48 ---> 90a9290dc7cd 10:50:48 Step 5/20 : RUN apk update && apk add make git 10:50:48 ---> Using cache 10:50:48 ---> dfc548bc9456 10:50:48 Step 6/20 : COPY go.mod . 10:50:48 ---> Using cache 10:50:48 ---> 1ffa9fea4ea0 10:50:48 Step 7/20 : RUN go mod download 10:50:48 ---> Using cache 10:50:48 ---> 598c9e3e7775 10:50:48 Step 8/20 : COPY . . 10:50:48 ---> Using cache 10:50:48 ---> 4d41945935ed 10:50:48 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 10:50:49 ---> 13cd80ce7776 10:50:49 Removing intermediate container da1dc883399d 10:50:49 ---> ce8c9e5a9cb4 10:50:49 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:50:49 ---> Running in d1fcc3401f41 10:50:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:50:49 ---> Running in 1d6bd19f4abc 10:50:49 Removing intermediate container d1fcc3401f41 10:50:49 ---> b1d0ebe55db3 10:50:49 Step 14/29 : WORKDIR $BASE_DIR 10:50:49 ---> Running in 390ceb96b144 10:50:50 Removing intermediate container 390ceb96b144 10:50:50 ---> 21a9c2aa5666 10:50:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:50:50 ---> Running in 17c2141ca3c6 10:50:51 Removing intermediate container 442c5729e87e 10:50:51 ---> e063f86a7059 10:50:51 Step 21/27 : RUN pip install docker-compose==1.23.2 10:50:51 ---> Running in 62446b6e5bc6 10:50:52 Removing intermediate container 17c2141ca3c6 10:50:52 ---> 01f35b0e003c 10:50:52 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:50:52 ---> 0cbac6a8eb5d 10:50:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:50:52 ---> fe397c6f8032 10:50:52 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:50:52 ---> 3ea41036e95b 10:50:52 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:50:53 ---> 12a72cbe2a59 10:50:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:50:53 ---> facdf125802b 10:50:53 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:50:54 ---> f86ef4324f96 10:50:54 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:50:54 ---> Running in 32eabd546fcc 10:50:54 ---> 913702c09e49 10:50:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 10:50:54 ---> Running in 8eb6340849dc 10:50:55 Removing intermediate container e6fa85126c59 10:50:55 ---> ddc756805499 10:50:55 10:50:55 Step 10/23 : FROM alpine 10:50:55 Removing intermediate container 8eb6340849dc 10:50:55 ---> 1930231349c0 10:50:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:50:55 latest: Pulling from library/alpine 10:50:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 10:50:55 Status: Downloaded newer image for alpine:latest 10:50:55 ---> 2e77e061c27f 10:50:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:50:55 ---> Running in c8f6d9f16987 10:50:55 Removing intermediate container 32eabd546fcc 10:50:55 ---> b01e5834bd3a 10:50:55 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:50:56 ---> Running in ffff41aaa669 10:50:56 Removing intermediate container 60c49b191935 10:50:56 ---> 110840d24b49 10:50:56 10:50:56 Step 10/22 : FROM scratch 10:50:56 ---> 10:50:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:50:56 ---> e16b82203e2f 10:50:56 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:50:56 ---> Running in c48e7f00637f 10:50:56 ---> Using cache 10:50:56 ---> 1643759489b9 10:50:56 Step 12/22 : ENV APP_PORT=48061 10:50:56 ---> Running in 9b822801cf8c 10:50:56 Removing intermediate container 9b822801cf8c 10:50:56 ---> ae70bc38c2c6 10:50:56 Step 13/22 : EXPOSE $APP_PORT 10:50:56 Removing intermediate container c8f6d9f16987 10:50:56 ---> 9fdc8f032c45 10:50:56 Step 20/22 : LABEL arch=arm64 10:50:57 ---> Running in 4d0fc2880878 10:50:57 Removing intermediate container 4d0fc2880878 10:50:57 ---> 783429263650 10:50:57 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 10:50:57 Removing intermediate container c48e7f00637f 10:50:57 ---> 5b316e2a6a4e 10:50:57 Step 24/29 : RUN chmod 755 security-secrets-setup 10:50:57 ---> Running in 231104cb9721 10:50:57 Removing intermediate container ffff41aaa669 10:50:57 ---> 917dc79fc018 10:50:57 Step 12/23 : ENV APP_PORT=48080 10:50:57 ---> acd65f5a4899 10:50:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 10:50:57 ---> Running in b582ef7909c4 10:50:57 ---> f7bb3d2b53f5 10:50:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 10:50:58 ---> Running in 1e5ddfcfd751 10:50:58 Removing intermediate container 231104cb9721 10:50:58 ---> db0b409760c2 10:50:58 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:50:58 ---> 2d762be470d5 10:50:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 10:50:58 ---> Running in d9344b6735df 10:50:58 ---> dddffa5e5c88 10:50:58 Step 18/22 : ENTRYPOINT ["/support-logging"] 10:50:58 Removing intermediate container 1e5ddfcfd751 10:50:58 ---> 022ae78846b4 10:50:58 Step 13/23 : EXPOSE $APP_PORT 10:50:59 Collecting docker-compose==1.23.2 10:50:59 Removing intermediate container b582ef7909c4 10:50:59 ---> 9b1863639ecf 10:50:59 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:50:59 ---> Running in d8fe22c1db83 10:50:59 ---> Running in 707f3d85e45e 10:50:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:50:59 ---> Running in 1d9ba021de1c 10:50:59 Removing intermediate container d8fe22c1db83 10:50:59 ---> 992578cf40a3 10:50:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:50:59 ---> Running in 16cdb0364817 10:50:59 Removing intermediate container 707f3d85e45e 10:50:59 ---> 84027b1e6594 10:50:59 Step 26/29 : CMD [ "generate" ] 10:50:59 ---> Running in cf19b2fafba0 10:50:59 Removing intermediate container d9344b6735df 10:50:59 ---> 66619f756895 10:50:59 Step 22/22 : LABEL version=1.3.1-dev.2 10:50:59 Removing intermediate container 16cdb0364817 10:50:59 ---> f8fb84c08a5e 10:50:59 Step 20/22 : LABEL arch=x86_64 10:50:59 ---> Running in cee077669b06 10:50:59 Removing intermediate container cf19b2fafba0 10:50:59 ---> 3b1d76992761 10:50:59 Step 27/29 : LABEL arch=x86_64 10:50:59 ---> Running in 6418bb3e0390 10:51:00 Removing intermediate container cee077669b06 10:51:00 ---> a35fe22c423e 10:51:00 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:00 ---> Running in 7d11fb40a155 10:51:00 Removing intermediate container 6418bb3e0390 10:51:00 ---> b80d0fa78158 10:51:00 Step 28/29 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:00 ---> Running in 412f6e95ab56 10:51:00 ---> Running in f1efdcf7c006 10:51:00 Removing intermediate container 1d9ba021de1c 10:51:00 ---> e71ddc1df4f3 10:51:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:00 Removing intermediate container 7d11fb40a155 10:51:00 ---> bad1cb06d9e0 10:51:00 Step 22/22 : LABEL version=1.3.1-dev.2 10:51:00 ---> Running in 8507e67abf60 10:51:00 Removing intermediate container 412f6e95ab56 10:51:00 ---> e88ccd7f8f71 10:51:00 Step 29/29 : LABEL version=1.3.1-dev.2 10:51:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 10:51:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:51:00 ---> 15569e6ca91c 10:51:00 Step 3/24 : WORKDIR /edgex-go 10:51:00 ---> Using cache 10:51:00 ---> 8bc6b124f392 10:51:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:00 ---> Using cache 10:51:00 ---> 90a9290dc7cd 10:51:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 10:51:00 ---> Running in eb4089207a71 10:51:00 ---> Running in 18866b293722 10:51:00 ---> Running in 551d1d0ada79 10:51:00 Removing intermediate container 8507e67abf60 10:51:00 ---> 657fe6260ba1 10:51:00 10:51:01 Successfully built 657fe6260ba1 10:51:01 Removing intermediate container 551d1d0ada79 10:51:01 ---> 024c89093fde 10:51:01 10:51:01 Successfully tagged docker-support-logging-go:latest 10:51:01  Building docker-support-logging-go ... done Successfully built 024c89093fde 10:51:01 Successfully tagged docker-security-secrets-setup-go:latest 10:51:01 Removing intermediate container f1efdcf7c006 10:51:01 ---> 1daf2d1d63ce 10:51:01 10:51:01  Building docker-security-secrets-setup-go ... done  [Pipeline] } 10:51:01 Successfully built 1daf2d1d63ce 10:51:01 $ docker stop --time=1 ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f 10:51:01 Successfully tagged docker-core-metadata-go-arm64:latest 10:51:01 Building docker-security-bootstrap-redis-go 10:51:01  Building docker-core-metadata-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:51:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:51:02 Collecting dockerpty<0.5,>=0.4.1 10:51:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:51:03 $ docker rm -f ef233b3c89d6c6755e46e68794a678e7461e155654fb141e1dd4550d02869f9f [Pipeline] // withDockerContainer [Pipeline] sh 10:51:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:04 + docker images 10:51:04 + grep docker 10:51:04 docker-security-secrets-setup-go latest 024c89093fde 3 seconds ago 24MB 10:51:04 docker-support-logging-go latest 657fe6260ba1 3 seconds ago 11.1MB 10:51:04 docker-support-notifications-go latest bf5620ad6d5f 19 seconds ago 13.6MB 10:51:04 docker-sys-mgmt-agent-go latest 81c5f4daa1fd About a minute ago 290MB 10:51:04 docker-support-scheduler-go latest 6f01e3ac7032 About a minute ago 12.3MB 10:51:04 docker-security-proxy-setup-go latest 98c1c4eafb54 About a minute ago 15.8MB 10:51:04 docker-security-secretstore-setup-go latest 08566a269d3f About a minute ago 24.8MB 10:51:04 docker-core-data-go latest 44bf808e189b 2 minutes ago 23.7MB 10:51:04 docker-security-bootstrap-redis-go latest 6d1d6099132d 2 minutes ago 15.9MB 10:51:04 docker-core-metadata-go latest 13ccf5da391b 2 minutes ago 14.5MB 10:51:04 docker-core-command-go latest 4d8aa481b274 3 minutes ago 12.2MB 10:51:04 docker latest 6972c414f322 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:51:04 provisioning config files... 10:51:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config2319313330887907908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:51:05 ---> docker-login.sh 10:51:05 nexus3.edgexfoundry.org:10001 10:51:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:05 Configure a credential helper to remove this warning. See 10:51:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:05 10:51:05 Login Succeeded 10:51:05 nexus3.edgexfoundry.org:10002 10:51:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:05 Configure a credential helper to remove this warning. See 10:51:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:05 10:51:05 Login Succeeded 10:51:05 nexus3.edgexfoundry.org:10003 10:51:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:05 Configure a credential helper to remove this warning. See 10:51:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:05 10:51:05 Login Succeeded 10:51:05 nexus3.edgexfoundry.org:10004 10:51:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:05 Configure a credential helper to remove this warning. See 10:51:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:05 10:51:05 Login Succeeded 10:51:05 docker.io 10:51:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:51:05 Collecting cached-property<2,>=1.2.0 10:51:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:51:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:51:06 Configure a credential helper to remove this warning. See 10:51:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:51:06 10:51:06 Login Succeeded 10:51:06 ---> docker-login.sh ends [Pipeline] } 10:51:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:06 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 10:51:06 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:06 1.3.1-dev.2 10:51:06 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:06 master 10:51:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 10:51:06 Removing intermediate container 18866b293722 10:51:06 ---> c82db432c68a 10:51:06 Step 15/23 : RUN apk --no-cache add zeromq 10:51:06 ---> Running in d9cf2ecdd278 [Pipeline] isUnix [Pipeline] sh 10:51:06 Collecting PyYAML<4,>=3.10 10:51:06 Downloading PyYAML-3.13.tar.gz (270 kB) 10:51:06 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:51:07 9a22e9e6e5fd: Preparing 10:51:07 4d32f9f6c96c: Preparing 10:51:07 490532f6e213: Preparing 10:51:07 490532f6e213: Pushed 10:51:07 9a22e9e6e5fd: Pushed 10:51:07 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:51:07 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:51:07 OK: 12623 distinct packages available 10:51:08 4d32f9f6c96c: Pushed 10:51:08 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:08 OK: 217 MiB in 51 packages 10:51:08 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 10:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:51:09 9a22e9e6e5fd: Preparing 10:51:09 4d32f9f6c96c: Preparing 10:51:09 490532f6e213: Preparing 10:51:09 9a22e9e6e5fd: Layer already exists 10:51:09 4d32f9f6c96c: Layer already exists 10:51:09 490532f6e213: Layer already exists 10:51:09 1.3.1-dev.2: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:09 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:09 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:51:09 9a22e9e6e5fd: Preparing 10:51:09 4d32f9f6c96c: Preparing 10:51:09 490532f6e213: Preparing 10:51:09 490532f6e213: Layer already exists 10:51:09 9a22e9e6e5fd: Layer already exists 10:51:09 4d32f9f6c96c: Layer already exists 10:51:09 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:10 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 10:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 10:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 10:51:10 9a22e9e6e5fd: Preparing 10:51:10 4d32f9f6c96c: Preparing 10:51:10 490532f6e213: Preparing 10:51:10 4d32f9f6c96c: Layer already exists 10:51:10 490532f6e213: Layer already exists 10:51:10 9a22e9e6e5fd: Layer already exists 10:51:10 master: digest: sha256:febb941e536c3284af0902a1fb64e92742ac2f823933519b515e7702eee2b5c6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:11 ===================================================== [Pipeline] echo 10:51:11 taggedImages: 10:51:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.3.1-dev.2 10:51:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:11 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 10:51:11 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 10:51:11 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:11 1.3.1-dev.2 10:51:11 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:11 master 10:51:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:11 Removing intermediate container eb4089207a71 10:51:11 ---> df67c96e02dd 10:51:11 Step 6/24 : COPY go.mod . 10:51:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:51:11 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:12 (1/5) Installing libgcc (9.3.0-r2) 10:51:12 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:51:12 fc320602fe7d: Preparing 10:51:12 753e24ca91b9: Preparing 10:51:12 3185f76dbb5b: Preparing 10:51:12 a23f7adcf7f6: Preparing 10:51:12 199ea4d8ddf0: Preparing 10:51:12 ace0eda3e3be: Preparing 10:51:12 ace0eda3e3be: Waiting 10:51:12 3185f76dbb5b: Pushed 10:51:12 fc320602fe7d: Pushed 10:51:12 199ea4d8ddf0: Pushed 10:51:12 ace0eda3e3be: Layer already exists 10:51:12 a23f7adcf7f6: Pushed 10:51:12 (2/5) Installing libsodium (1.0.18-r0) 10:51:12 (3/5) Installing libstdc++ (9.3.0-r2) 10:51:12 Collecting jsonschema<3,>=2.5.1 10:51:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:51:12 (4/5) Installing libzmq (4.3.3-r0) 10:51:13 (5/5) Installing zeromq (4.3.3-r0) 10:51:13 Executing busybox-1.31.1-r19.trigger 10:51:13 OK: 8 MiB in 19 packages 10:51:13 ---> 0d0b16050e89 10:51:13 Step 7/24 : RUN go mod download 10:51:13 Collecting websocket-client<1.0,>=0.32.0 10:51:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:51:13 753e24ca91b9: Pushed 10:51:13 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:51:13 ---> Running in 50b2dc1e8d0b 10:51:14 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:14 Collecting docopt<0.7,>=0.6.1 10:51:14 Downloading docopt-0.6.2.tar.gz (25 kB) 10:51:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 10:51:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:51:14 fc320602fe7d: Preparing 10:51:14 753e24ca91b9: Preparing 10:51:14 3185f76dbb5b: Preparing 10:51:14 a23f7adcf7f6: Preparing 10:51:14 199ea4d8ddf0: Preparing 10:51:14 ace0eda3e3be: Preparing 10:51:14 ace0eda3e3be: Waiting 10:51:14 199ea4d8ddf0: Layer already exists 10:51:14 fc320602fe7d: Layer already exists 10:51:14 753e24ca91b9: Layer already exists 10:51:14 a23f7adcf7f6: Layer already exists 10:51:14 3185f76dbb5b: Layer already exists 10:51:14 ace0eda3e3be: Layer already exists 10:51:14 1.3.1-dev.2: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:51:14 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:51:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:51:15 ---> 15569e6ca91c 10:51:15 Step 3/22 : WORKDIR /edgex-go 10:51:15 ---> Using cache 10:51:15 ---> 8bc6b124f392 10:51:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:15 ---> Using cache 10:51:15 ---> 90a9290dc7cd 10:51:15 Step 5/22 : RUN apk update && apk add make git 10:51:15 ---> Using cache 10:51:15 ---> dfc548bc9456 10:51:15 Step 6/22 : COPY go.mod . 10:51:15 ---> Using cache 10:51:15 ---> 1ffa9fea4ea0 10:51:15 Step 7/22 : RUN go mod download 10:51:15 ---> Using cache 10:51:15 ---> 598c9e3e7775 10:51:15 Step 8/22 : COPY . . 10:51:15 Removing intermediate container d9cf2ecdd278 10:51:15 ---> 94d226b29b5e 10:51:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 10:51:15 ---> Using cache 10:51:15 ---> 4d41945935ed 10:51:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 10:51:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:51:16 fc320602fe7d: Preparing 10:51:16 753e24ca91b9: Preparing 10:51:16 3185f76dbb5b: Preparing 10:51:16 a23f7adcf7f6: Preparing 10:51:16 199ea4d8ddf0: Preparing 10:51:16 ace0eda3e3be: Preparing 10:51:16 ace0eda3e3be: Waiting 10:51:16 fc320602fe7d: Layer already exists 10:51:16 3185f76dbb5b: Layer already exists 10:51:16 753e24ca91b9: Layer already exists 10:51:16 199ea4d8ddf0: Layer already exists 10:51:16 a23f7adcf7f6: Layer already exists 10:51:16 ace0eda3e3be: Layer already exists 10:51:16 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 10:51:16 ---> Running in 95ad0c656c18 [Pipeline] isUnix [Pipeline] sh 10:51:16 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 10:51:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 10:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 10:51:16 fc320602fe7d: Preparing 10:51:16 753e24ca91b9: Preparing 10:51:16 3185f76dbb5b: Preparing 10:51:16 a23f7adcf7f6: Preparing 10:51:16 199ea4d8ddf0: Preparing 10:51:16 ace0eda3e3be: Preparing 10:51:16 ace0eda3e3be: Waiting 10:51:16 a23f7adcf7f6: Layer already exists 10:51:16 3185f76dbb5b: Layer already exists 10:51:16 199ea4d8ddf0: Layer already exists 10:51:16 fc320602fe7d: Layer already exists 10:51:16 753e24ca91b9: Layer already exists 10:51:16 ace0eda3e3be: Layer already exists 10:51:16 master: digest: sha256:113b34ea7e1e712c89ceaf1371e9305f8b06a85edf190e1a593ec0a7a4dff43e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:16 ===================================================== [Pipeline] echo 10:51:16 taggedImages: 10:51:16 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:16 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.3.1-dev.2 10:51:16 - nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:16 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 10:51:16 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 10:51:16 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:16 1.3.1-dev.2 10:51:16 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:16 master 10:51:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:17 ---> 166254359c7d 10:51:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:51:17 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:17 Collecting docker<4.0,>=3.6.0 10:51:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:51:17 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:51:17 7b0181ab6552: Preparing 10:51:17 5c0e19ce7880: Preparing 10:51:17 291e0ca807a0: Preparing 10:51:18 7b0181ab6552: Pushed 10:51:18 291e0ca807a0: Pushed 10:51:18 Collecting texttable<0.10,>=0.9.0 10:51:18 Downloading texttable-0.9.1.tar.gz (11 kB) 10:51:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:51:19 5c0e19ce7880: Pushed 10:51:19 ---> 65a1c05deb2a 10:51:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:51:19 Removing intermediate container 50b2dc1e8d0b 10:51:19 ---> 5ad04d3326bc 10:51:19 Step 8/24 : COPY . . 10:51:19 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:20 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 10:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:51:20 7b0181ab6552: Preparing 10:51:20 5c0e19ce7880: Preparing 10:51:20 291e0ca807a0: Preparing 10:51:20 291e0ca807a0: Layer already exists 10:51:20 5c0e19ce7880: Layer already exists 10:51:20 7b0181ab6552: Layer already exists 10:51:20 1.3.1-dev.2: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:20 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:20 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:51:20 7b0181ab6552: Preparing 10:51:20 5c0e19ce7880: Preparing 10:51:20 291e0ca807a0: Preparing 10:51:20 7b0181ab6552: Layer already exists 10:51:20 291e0ca807a0: Layer already exists 10:51:20 5c0e19ce7880: Layer already exists 10:51:20 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:21 ---> b036c93f27ce 10:51:21 Step 19/23 : ENTRYPOINT ["/core-data"] 10:51:21 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) 10:51:21 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 10:51:21 Collecting idna<2.8,>=2.5 10:51:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:51:21 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 10:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 10:51:21 7b0181ab6552: Preparing 10:51:21 5c0e19ce7880: Preparing 10:51:21 291e0ca807a0: Preparing 10:51:21 5c0e19ce7880: Layer already exists 10:51:21 291e0ca807a0: Layer already exists 10:51:21 7b0181ab6552: Layer already exists 10:51:21 master: digest: sha256:a146472307ba82b07537ae9b6527514e7f375e26944f3f8dc3b70362e2fef075 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 10:51:21 ---> Running in 419bb68947c7 10:51:21 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) [Pipeline] // withEnv [Pipeline] echo 10:51:21 ===================================================== [Pipeline] echo 10:51:21 taggedImages: 10:51:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.3.1-dev.2 10:51:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:21 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 10:51:21 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: 10:51:21 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:21 1.3.1-dev.2 10:51:21 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:21 master 10:51:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:22 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:22 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:51:22 52a18392b711: Preparing 10:51:22 aba3a3d683da: Preparing 10:51:22 b1a786345ce6: Preparing 10:51:22 e5890b10ffe3: Preparing 10:51:22 8c5a86748e8b: Preparing 10:51:22 4f3ee43713ef: Preparing 10:51:22 1b3ee35aacca: Preparing 10:51:22 4f3ee43713ef: Waiting 10:51:22 1b3ee35aacca: Waiting 10:51:22 Collecting urllib3<1.25,>=1.21.1 10:51:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:51:22 aba3a3d683da: Pushed 10:51:22 b1a786345ce6: Pushed 10:51:22 52a18392b711: Pushed 10:51:22 8c5a86748e8b: Pushed 10:51:22 1b3ee35aacca: Layer already exists 10:51:22 Removing intermediate container 419bb68947c7 10:51:22 ---> a95918e29ac8 10:51:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:51:23 4f3ee43713ef: Pushed 10:51:23 Collecting docker-pycreds>=0.4.0 10:51:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:51:23 e5890b10ffe3: Pushed 10:51:23 ---> Running in ff4f96f1d940 10:51:24 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:51:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:51:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:51:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:51:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:51:24 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:24 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 10:51:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:51:24 52a18392b711: Preparing 10:51:24 aba3a3d683da: Preparing 10:51:24 b1a786345ce6: Preparing 10:51:24 e5890b10ffe3: Preparing 10:51:24 8c5a86748e8b: Preparing 10:51:24 4f3ee43713ef: Preparing 10:51:24 1b3ee35aacca: Preparing 10:51:24 4f3ee43713ef: Waiting 10:51:24 1b3ee35aacca: Waiting 10:51:24 b1a786345ce6: Layer already exists 10:51:24 52a18392b711: Layer already exists 10:51:24 aba3a3d683da: Layer already exists 10:51:24 8c5a86748e8b: Layer already exists 10:51:24 e5890b10ffe3: Layer already exists 10:51:24 1b3ee35aacca: Layer already exists 10:51:24 4f3ee43713ef: Layer already exists 10:51:24 1.3.1-dev.2: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:51:24 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:25 Removing intermediate container ff4f96f1d940 10:51:25 ---> f671a1c74cd3 10:51:25 Step 21/23 : LABEL arch=arm64 10:51:25 ---> Running in 8b33b3f0a98a 10:51:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:51:25 52a18392b711: Preparing 10:51:25 aba3a3d683da: Preparing 10:51:25 b1a786345ce6: Preparing 10:51:25 e5890b10ffe3: Preparing 10:51:25 8c5a86748e8b: Preparing 10:51:25 4f3ee43713ef: Preparing 10:51:25 1b3ee35aacca: Preparing 10:51:25 4f3ee43713ef: Waiting 10:51:25 1b3ee35aacca: Waiting 10:51:25 b1a786345ce6: Layer already exists 10:51:25 52a18392b711: Layer already exists 10:51:25 aba3a3d683da: Layer already exists 10:51:25 e5890b10ffe3: Layer already exists 10:51:25 8c5a86748e8b: Layer already exists 10:51:25 1b3ee35aacca: Layer already exists 10:51:25 4f3ee43713ef: Layer already exists 10:51:25 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] isUnix [Pipeline] sh 10:51:25 Installing collected packages: idna, urllib3, requests, dockerpty, cached-property, PyYAML, jsonschema, websocket-client, docopt, docker-pycreds, docker, texttable, docker-compose 10:51:25 Attempting uninstall: idna 10:51:25 Found existing installation: idna 2.9 10:51:25 Uninstalling idna-2.9: 10:51:25 Successfully uninstalled idna-2.9 10:51:25 + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh 10:51:25 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master 10:51:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] 10:51:25 52a18392b711: Preparing 10:51:25 aba3a3d683da: Preparing 10:51:25 b1a786345ce6: Preparing 10:51:25 e5890b10ffe3: Preparing 10:51:25 8c5a86748e8b: Preparing 10:51:25 4f3ee43713ef: Preparing 10:51:25 1b3ee35aacca: Preparing 10:51:25 1b3ee35aacca: Waiting 10:51:25 4f3ee43713ef: Waiting 10:51:25 e5890b10ffe3: Layer already exists 10:51:25 b1a786345ce6: Layer already exists 10:51:25 52a18392b711: Layer already exists 10:51:25 8c5a86748e8b: Layer already exists 10:51:25 aba3a3d683da: Layer already exists 10:51:25 4f3ee43713ef: Layer already exists 10:51:25 1b3ee35aacca: Layer already exists 10:51:25 master: digest: sha256:4ac97b9fdc84bd3a20755c47d0bf83dfff73993ef35001f281a6bf23e7ae21b9 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:26 ===================================================== [Pipeline] echo 10:51:26 taggedImages: 10:51:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1.3.1-dev.2 10:51:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:26 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo 10:51:26 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 10:51:26 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:26 1.3.1-dev.2 10:51:26 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:26 master 10:51:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:26 Attempting uninstall: urllib3 10:51:26 Found existing installation: urllib3 1.25.9 10:51:26 Removing intermediate container 8b33b3f0a98a 10:51:26 ---> 219bbe3721ba 10:51:26 Step 22/23 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:26 Uninstalling urllib3-1.25.9: 10:51:26 Successfully uninstalled urllib3-1.25.9 10:51:26 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:26 ---> Running in e3d685852cd8 10:51:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:51:26 9a4f9221f69c: Preparing 10:51:26 8ec6850277c0: Preparing 10:51:26 fcebd601d4ca: Preparing 10:51:26 2addee0ac2a8: Preparing 10:51:26 ace0eda3e3be: Preparing 10:51:26 ace0eda3e3be: Layer already exists 10:51:26 fcebd601d4ca: Pushed 10:51:27 8ec6850277c0: Pushed 10:51:27 Attempting uninstall: requests 10:51:27 Found existing installation: requests 2.23.0 10:51:27 Uninstalling requests-2.23.0: 10:51:27 2addee0ac2a8: Pushed 10:51:27 Successfully uninstalled requests-2.23.0 10:51:27 Removing intermediate container e3d685852cd8 10:51:27 ---> 071dd23e0ba1 10:51:27 Step 23/23 : LABEL version=1.3.1-dev.2 10:51:27 9a4f9221f69c: Pushed 10:51:27 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh 10:51:28 Running setup.py install for dockerpty: started 10:51:28 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:28 ---> Running in 4a35a56636d7 10:51:28 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 10:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:51:28 9a4f9221f69c: Preparing 10:51:28 8ec6850277c0: Preparing 10:51:28 fcebd601d4ca: Preparing 10:51:28 2addee0ac2a8: Preparing 10:51:28 ace0eda3e3be: Preparing 10:51:28 fcebd601d4ca: Layer already exists 10:51:28 ace0eda3e3be: Layer already exists 10:51:28 8ec6850277c0: Layer already exists 10:51:28 9a4f9221f69c: Layer already exists 10:51:28 2addee0ac2a8: Layer already exists 10:51:28 1.3.1-dev.2: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh 10:51:28 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:51:29 9a4f9221f69c: Preparing 10:51:29 8ec6850277c0: Preparing 10:51:29 fcebd601d4ca: Preparing 10:51:29 2addee0ac2a8: Preparing 10:51:29 ace0eda3e3be: Preparing 10:51:29 8ec6850277c0: Layer already exists 10:51:29 fcebd601d4ca: Layer already exists 10:51:29 2addee0ac2a8: Layer already exists 10:51:29 9a4f9221f69c: Layer already exists 10:51:29 ace0eda3e3be: Layer already exists 10:51:29 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] isUnix [Pipeline] sh 10:51:29 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:51:29 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 10:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 10:51:29 9a4f9221f69c: Preparing 10:51:29 8ec6850277c0: Preparing 10:51:29 fcebd601d4ca: Preparing 10:51:29 2addee0ac2a8: Preparing 10:51:29 ace0eda3e3be: Preparing 10:51:29 fcebd601d4ca: Layer already exists 10:51:29 2addee0ac2a8: Layer already exists 10:51:29 ace0eda3e3be: Layer already exists 10:51:29 8ec6850277c0: Layer already exists 10:51:29 9a4f9221f69c: Layer already exists 10:51:29 master: digest: sha256:0335dda030950cf1c8c67695ff136c2dacd68ee1081b7ec7af34872eda005dff size: 1364 [Pipeline] } 10:51:29 Removing intermediate container 4a35a56636d7 10:51:29 ---> 9c03f608bdbb 10:51:29 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:30 ===================================================== [Pipeline] echo 10:51:30 taggedImages: 10:51:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.3.1-dev.2 10:51:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:30 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 10:51:30 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: 10:51:30 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:30 1.3.1-dev.2 10:51:30 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:30 master 10:51:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:30 Running setup.py install for dockerpty: finished with status 'done' 10:51:30 Successfully built 9c03f608bdbb 10:51:30 Successfully tagged docker-core-data-go-arm64:latest 10:51:30 Building docker-support-scheduler-go 10:51:30 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:30 Running setup.py install for PyYAML: started 10:51:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:51:30 a63dfe3c77ba: Preparing 10:51:30 d6c44240e110: Preparing 10:51:30 1ab0de135d10: Preparing 10:51:30 34e6ab763ab1: Preparing 10:51:30 34e6ab763ab1: Preparing 10:51:30 0997611d8057: Preparing 10:51:30 69418b07801a: Preparing 10:51:30 75d8e2db5aa6: Preparing 10:51:30 a63dfe3c77ba: Preparing 10:51:30 c9e37d0e61ae: Preparing 10:51:30 59f2079039b1: Preparing 10:51:30 a593f3d81a2e: Preparing 10:51:30 ace0eda3e3be: Preparing 10:51:30 75d8e2db5aa6: Waiting 10:51:30 c9e37d0e61ae: Waiting 10:51:30 59f2079039b1: Waiting 10:51:30 a593f3d81a2e: Waiting 10:51:30 ace0eda3e3be: Waiting 10:51:30 69418b07801a: Waiting 10:51:31 34e6ab763ab1: Pushed 10:51:31 d6c44240e110: Pushed 10:51:31 1ab0de135d10: Pushed 10:51:31 0997611d8057: Pushed 10:51:31 69418b07801a: Pushed 10:51:31 59f2079039b1: Pushed 10:51:31 c9e37d0e61ae: Pushed 10:51:31 75d8e2db5aa6: Pushed 10:51:31 ace0eda3e3be: Layer already exists 10:51:31 a593f3d81a2e: Pushed 10:51:32 a63dfe3c77ba: Pushed 10:51:32 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:51:32  Building docker-core-data-go ... done  ---> a03fc069445e 10:51:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 10:51:32 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 10:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:51:33 a63dfe3c77ba: Preparing 10:51:33 d6c44240e110: Preparing 10:51:33 1ab0de135d10: Preparing 10:51:33 34e6ab763ab1: Preparing 10:51:33 34e6ab763ab1: Preparing 10:51:33 0997611d8057: Preparing 10:51:33 69418b07801a: Preparing 10:51:33 75d8e2db5aa6: Preparing 10:51:33 a63dfe3c77ba: Preparing 10:51:33 c9e37d0e61ae: Preparing 10:51:33 59f2079039b1: Preparing 10:51:33 a593f3d81a2e: Preparing 10:51:33 ace0eda3e3be: Preparing 10:51:33 69418b07801a: Waiting 10:51:33 75d8e2db5aa6: Waiting 10:51:33 a593f3d81a2e: Waiting 10:51:33 59f2079039b1: Waiting 10:51:33 ace0eda3e3be: Waiting 10:51:33 1ab0de135d10: Layer already exists 10:51:33 a63dfe3c77ba: Layer already exists 10:51:33 34e6ab763ab1: Layer already exists 10:51:33 d6c44240e110: Layer already exists 10:51:33 0997611d8057: Layer already exists 10:51:33 69418b07801a: Layer already exists 10:51:33 75d8e2db5aa6: Layer already exists 10:51:33 a593f3d81a2e: Layer already exists 10:51:33 c9e37d0e61ae: Layer already exists 10:51:33 59f2079039b1: Layer already exists 10:51:33 ace0eda3e3be: Layer already exists 10:51:33 Running setup.py install for PyYAML: finished with status 'done' 10:51:33 ---> Running in 3571595b9e3d 10:51:33 1.3.1-dev.2: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:51:33 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:51:34 a63dfe3c77ba: Preparing 10:51:34 d6c44240e110: Preparing 10:51:34 1ab0de135d10: Preparing 10:51:34 34e6ab763ab1: Preparing 10:51:34 34e6ab763ab1: Preparing 10:51:34 0997611d8057: Preparing 10:51:34 69418b07801a: Preparing 10:51:34 75d8e2db5aa6: Preparing 10:51:34 a63dfe3c77ba: Preparing 10:51:34 c9e37d0e61ae: Preparing 10:51:34 59f2079039b1: Preparing 10:51:34 a593f3d81a2e: Preparing 10:51:34 ace0eda3e3be: Preparing 10:51:34 c9e37d0e61ae: Waiting 10:51:34 59f2079039b1: Waiting 10:51:34 a593f3d81a2e: Waiting 10:51:34 ace0eda3e3be: Waiting 10:51:34 69418b07801a: Waiting 10:51:34 75d8e2db5aa6: Waiting 10:51:34 34e6ab763ab1: Layer already exists 10:51:34 0997611d8057: Layer already exists 10:51:34 a63dfe3c77ba: Layer already exists 10:51:34 1ab0de135d10: Layer already exists 10:51:34 d6c44240e110: Layer already exists 10:51:34 c9e37d0e61ae: Layer already exists 10:51:34 a593f3d81a2e: Layer already exists 10:51:34 75d8e2db5aa6: Layer already exists 10:51:34 69418b07801a: Layer already exists 10:51:34 59f2079039b1: Layer already exists 10:51:34 ace0eda3e3be: Layer already exists 10:51:34 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] isUnix [Pipeline] sh 10:51:34 + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:51:34 Running setup.py install for docopt: started 10:51:34 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master 10:51:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] 10:51:34 a63dfe3c77ba: Preparing 10:51:34 d6c44240e110: Preparing 10:51:34 1ab0de135d10: Preparing 10:51:34 34e6ab763ab1: Preparing 10:51:34 34e6ab763ab1: Preparing 10:51:34 0997611d8057: Preparing 10:51:34 69418b07801a: Preparing 10:51:34 75d8e2db5aa6: Preparing 10:51:34 a63dfe3c77ba: Preparing 10:51:34 c9e37d0e61ae: Preparing 10:51:34 59f2079039b1: Preparing 10:51:34 a593f3d81a2e: Preparing 10:51:34 ace0eda3e3be: Preparing 10:51:34 c9e37d0e61ae: Waiting 10:51:34 59f2079039b1: Waiting 10:51:34 a593f3d81a2e: Waiting 10:51:34 ace0eda3e3be: Waiting 10:51:34 69418b07801a: Waiting 10:51:34 75d8e2db5aa6: Waiting 10:51:34 d6c44240e110: Layer already exists 10:51:34 0997611d8057: Layer already exists 10:51:34 a63dfe3c77ba: Layer already exists 10:51:34 1ab0de135d10: Layer already exists 10:51:34 34e6ab763ab1: Layer already exists 10:51:34 75d8e2db5aa6: Layer already exists 10:51:34 69418b07801a: Layer already exists 10:51:34 59f2079039b1: Layer already exists 10:51:34 c9e37d0e61ae: Layer already exists 10:51:34 a593f3d81a2e: Layer already exists 10:51:34 ace0eda3e3be: Layer already exists 10:51:34 master: digest: sha256:fd9e4b478995f27b3a60c86659ae2ae568215044c7db5be818db4d1fa8386116 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:35 ===================================================== [Pipeline] echo 10:51:35 taggedImages: 10:51:35 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:35 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.3.1-dev.2 10:51:35 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:35 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo 10:51:35 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 10:51:35 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:35 1.3.1-dev.2 10:51:35 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:35 master 10:51:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:35 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:51:36 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:51:36 5b1a012d7b9f: Preparing 10:51:36 c4ce69b74ab2: Preparing 10:51:36 f894bf57b8d1: Preparing 10:51:36 7fa67411b1e4: Preparing 10:51:36 728e62a8116f: Preparing 10:51:36 d98a8aeb1988: Preparing 10:51:36 14c0bd2d9ed8: Preparing 10:51:36 4f3ee43713ef: Preparing 10:51:36 1b3ee35aacca: Preparing 10:51:36 d98a8aeb1988: Waiting 10:51:36 14c0bd2d9ed8: Waiting 10:51:36 4f3ee43713ef: Waiting 10:51:36 1b3ee35aacca: Waiting 10:51:36 728e62a8116f: Pushed 10:51:36 c4ce69b74ab2: Pushed 10:51:36 5b1a012d7b9f: Pushed 10:51:36 4f3ee43713ef: Layer already exists 10:51:36 1b3ee35aacca: Layer already exists 10:51:36 d98a8aeb1988: Pushed 10:51:36 14c0bd2d9ed8: Pushed 10:51:36 Running setup.py install for docopt: finished with status 'done' 10:51:37 f894bf57b8d1: Pushed 10:51:38 Running setup.py install for texttable: started 10:51:39 7fa67411b1e4: Pushed 10:51:39 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:51:39 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 10:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:51:40 5b1a012d7b9f: Preparing 10:51:40 c4ce69b74ab2: Preparing 10:51:40 f894bf57b8d1: Preparing 10:51:40 7fa67411b1e4: Preparing 10:51:40 728e62a8116f: Preparing 10:51:40 d98a8aeb1988: Preparing 10:51:40 14c0bd2d9ed8: Preparing 10:51:40 4f3ee43713ef: Preparing 10:51:40 1b3ee35aacca: Preparing 10:51:40 d98a8aeb1988: Waiting 10:51:40 1b3ee35aacca: Waiting 10:51:40 14c0bd2d9ed8: Waiting 10:51:40 4f3ee43713ef: Waiting 10:51:40 c4ce69b74ab2: Layer already exists 10:51:40 5b1a012d7b9f: Layer already exists 10:51:40 f894bf57b8d1: Layer already exists 10:51:40 7fa67411b1e4: Layer already exists 10:51:40 728e62a8116f: Layer already exists 10:51:40 d98a8aeb1988: Layer already exists 10:51:40 4f3ee43713ef: Layer already exists 10:51:40 14c0bd2d9ed8: Layer already exists 10:51:40 1b3ee35aacca: Layer already exists 10:51:40 1.3.1-dev.2: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:51:40 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:51:40 5b1a012d7b9f: Preparing 10:51:40 c4ce69b74ab2: Preparing 10:51:40 f894bf57b8d1: Preparing 10:51:40 7fa67411b1e4: Preparing 10:51:40 728e62a8116f: Preparing 10:51:40 d98a8aeb1988: Preparing 10:51:40 14c0bd2d9ed8: Preparing 10:51:40 4f3ee43713ef: Preparing 10:51:40 1b3ee35aacca: Preparing 10:51:40 14c0bd2d9ed8: Waiting 10:51:40 d98a8aeb1988: Waiting 10:51:40 4f3ee43713ef: Waiting 10:51:40 1b3ee35aacca: Waiting 10:51:40 c4ce69b74ab2: Layer already exists 10:51:40 5b1a012d7b9f: Layer already exists 10:51:40 f894bf57b8d1: Layer already exists 10:51:40 7fa67411b1e4: Layer already exists 10:51:40 728e62a8116f: Layer already exists 10:51:40 1b3ee35aacca: Layer already exists 10:51:40 4f3ee43713ef: Layer already exists 10:51:40 d98a8aeb1988: Layer already exists 10:51:40 14c0bd2d9ed8: Layer already exists 10:51:40 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] isUnix [Pipeline] sh 10:51:40 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 10:51:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 10:51:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 10:51:41 5b1a012d7b9f: Preparing 10:51:41 c4ce69b74ab2: Preparing 10:51:41 f894bf57b8d1: Preparing 10:51:41 7fa67411b1e4: Preparing 10:51:41 728e62a8116f: Preparing 10:51:41 d98a8aeb1988: Preparing 10:51:41 14c0bd2d9ed8: Preparing 10:51:41 4f3ee43713ef: Preparing 10:51:41 1b3ee35aacca: Preparing 10:51:41 d98a8aeb1988: Waiting 10:51:41 4f3ee43713ef: Waiting 10:51:41 14c0bd2d9ed8: Waiting 10:51:41 1b3ee35aacca: Waiting 10:51:41 f894bf57b8d1: Layer already exists 10:51:41 c4ce69b74ab2: Layer already exists 10:51:41 7fa67411b1e4: Layer already exists 10:51:41 728e62a8116f: Layer already exists 10:51:41 5b1a012d7b9f: Layer already exists 10:51:41 4f3ee43713ef: Layer already exists 10:51:41 d98a8aeb1988: Layer already exists 10:51:41 1b3ee35aacca: Layer already exists 10:51:41 14c0bd2d9ed8: Layer already exists 10:51:41 master: digest: sha256:c3297049886851cd13c4c631ae1ceb3697c16d37beeb6dddced11cff8b029de9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:41 ===================================================== [Pipeline] echo 10:51:41 taggedImages: 10:51:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.3.1-dev.2 10:51:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:41 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 10:51:41 [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: 10:51:41 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:41 1.3.1-dev.2 10:51:41 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:41 master 10:51:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:42 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:42 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 10:51:42 6cc5b85943c0: Preparing 10:51:42 0f01d09af1a8: Preparing 10:51:42 9000ae4889c7: Preparing 10:51:42 a58b6cecd887: Preparing 10:51:42 9000ae4889c7: Pushed 10:51:42 6cc5b85943c0: Pushed 10:51:42 a58b6cecd887: Pushed 10:51:43 0f01d09af1a8: Pushed 10:51:43 Running setup.py install for texttable: finished with status 'done' 10:51:43 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh 10:51:44 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:44 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 10:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 10:51:44 6cc5b85943c0: Preparing 10:51:44 0f01d09af1a8: Preparing 10:51:44 9000ae4889c7: Preparing 10:51:44 a58b6cecd887: Preparing 10:51:44 a58b6cecd887: Layer already exists 10:51:44 6cc5b85943c0: Layer already exists 10:51:44 9000ae4889c7: Layer already exists 10:51:44 0f01d09af1a8: Layer already exists 10:51:44 1.3.1-dev.2: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh 10:51:44 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [Pipeline] isUnix [Pipeline] sh 10:51:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 10:51:45 6cc5b85943c0: Preparing 10:51:45 0f01d09af1a8: Preparing 10:51:45 9000ae4889c7: Preparing 10:51:45 a58b6cecd887: Preparing 10:51:45 a58b6cecd887: Layer already exists 10:51:45 9000ae4889c7: Layer already exists 10:51:45 0f01d09af1a8: Layer already exists 10:51:45 6cc5b85943c0: Layer already exists 10:51:45 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] isUnix [Pipeline] sh 10:51:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 10:51:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:51:45 ---> 15569e6ca91c 10:51:45 Step 3/21 : WORKDIR /edgex-go 10:51:45 ---> Using cache 10:51:45 ---> 8bc6b124f392 10:51:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:45 ---> Using cache 10:51:45 ---> 90a9290dc7cd 10:51:45 Step 5/21 : RUN apk update && apk add make git 10:51:45 ---> Using cache 10:51:45 ---> dfc548bc9456 10:51:45 Step 6/21 : COPY go.mod . 10:51:45 ---> Using cache 10:51:45 ---> 1ffa9fea4ea0 10:51:45 Step 7/21 : RUN go mod download 10:51:45 ---> Using cache 10:51:45 ---> 598c9e3e7775 10:51:45 Step 8/21 : COPY . . 10:51:45 ---> Using cache 10:51:45 ---> 4d41945935ed 10:51:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 10:51:45 + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh 10:51:45 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master 10:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] 10:51:45 6cc5b85943c0: Preparing 10:51:45 0f01d09af1a8: Preparing 10:51:45 9000ae4889c7: Preparing 10:51:45 a58b6cecd887: Preparing 10:51:45 0f01d09af1a8: Layer already exists 10:51:45 6cc5b85943c0: Layer already exists 10:51:45 9000ae4889c7: Layer already exists 10:51:45 a58b6cecd887: Layer already exists 10:51:45 master: digest: sha256:95b7593e3abfe37c9027d63b6e213dea059fbbbb1182f421dff017a599200445 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:46 ===================================================== [Pipeline] echo 10:51:46 taggedImages: 10:51:46 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:46 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.3.1-dev.2 10:51:46 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:46 - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo 10:51:46 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 10:51:46 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:46 1.3.1-dev.2 10:51:46 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:46 master 10:51:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:46 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:47 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:51:47 4a922f3762a2: Preparing 10:51:47 dc1dc8c82b18: Preparing 10:51:47 530e521e6163: Preparing 10:51:47 f899d1b8ab65: Preparing 10:51:47 7d6942d834db: Preparing 10:51:47 f58d16426cae: Preparing 10:51:47 f58d16426cae: Waiting 10:51:47 530e521e6163: Pushed 10:51:47 4a922f3762a2: Pushed 10:51:47 f899d1b8ab65: Pushed 10:51:47 7d6942d834db: Pushed 10:51:47 f58d16426cae: Pushed 10:51:48 ---> Running in 9779ead601eb 10:51:48 dc1dc8c82b18: Pushed 10:51:48 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:51:48 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 10:51:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:51:49 4a922f3762a2: Preparing 10:51:49 dc1dc8c82b18: Preparing 10:51:49 530e521e6163: Preparing 10:51:49 f899d1b8ab65: Preparing 10:51:49 7d6942d834db: Preparing 10:51:49 f58d16426cae: Preparing 10:51:49 f58d16426cae: Waiting 10:51:49 7d6942d834db: Layer already exists 10:51:49 530e521e6163: Layer already exists 10:51:49 f899d1b8ab65: Layer already exists 10:51:49 dc1dc8c82b18: Layer already exists 10:51:49 4a922f3762a2: Layer already exists 10:51:49 f58d16426cae: Layer already exists 10:51:49 1.3.1-dev.2: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:51:49 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:51:49 4a922f3762a2: Preparing 10:51:49 dc1dc8c82b18: Preparing 10:51:49 530e521e6163: Preparing 10:51:49 f899d1b8ab65: Preparing 10:51:49 7d6942d834db: Preparing 10:51:49 f58d16426cae: Preparing 10:51:49 f58d16426cae: Waiting 10:51:49 dc1dc8c82b18: Layer already exists 10:51:49 530e521e6163: Layer already exists 10:51:49 4a922f3762a2: Layer already exists 10:51:49 f899d1b8ab65: Layer already exists 10:51:49 7d6942d834db: Layer already exists 10:51:49 f58d16426cae: Layer already exists 10:51:49 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:51:50 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 10:51:50 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 10:51:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 10:51:50 4a922f3762a2: Preparing 10:51:50 dc1dc8c82b18: Preparing 10:51:50 530e521e6163: Preparing 10:51:50 f899d1b8ab65: Preparing 10:51:50 7d6942d834db: Preparing 10:51:50 f58d16426cae: Preparing 10:51:50 f58d16426cae: Waiting 10:51:50 f899d1b8ab65: Layer already exists 10:51:50 7d6942d834db: Layer already exists 10:51:50 dc1dc8c82b18: Layer already exists 10:51:50 4a922f3762a2: Layer already exists 10:51:50 530e521e6163: Layer already exists 10:51:50 f58d16426cae: Layer already exists 10:51:50 master: digest: sha256:4337c3380973d3bac4d99b1b3b9bfa049f4d6d7097ee68d2bed183540a0d40d4 size: 1573 [Pipeline] } 10:51:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:50 ===================================================== 10:51:51 Removing intermediate container 62446b6e5bc6 10:51:51 ---> b82450be511c 10:51:51 Step 22/27 : RUN apk --no-cache add curl [Pipeline] echo 10:51:51 taggedImages: 10:51:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.3.1-dev.2 10:51:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:51 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 10:51:51 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 10:51:51 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:51 1.3.1-dev.2 10:51:51 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:51 master 10:51:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:51 ---> Running in 935530eea350 10:51:51 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:51:51 589ac953aa46: Preparing 10:51:51 bd64ea2a4af7: Preparing 10:51:51 c5b5f18c6656: Preparing 10:51:52 c5b5f18c6656: Pushed 10:51:52 589ac953aa46: Pushed 10:51:53 bd64ea2a4af7: Pushed 10:51:53 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:53 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 10:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:51:53 589ac953aa46: Preparing 10:51:53 bd64ea2a4af7: Preparing 10:51:53 c5b5f18c6656: Preparing 10:51:53 589ac953aa46: Layer already exists 10:51:53 c5b5f18c6656: Layer already exists 10:51:53 bd64ea2a4af7: Layer already exists 10:51:53 1.3.1-dev.2: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:54 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:51:54 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:51:54 589ac953aa46: Preparing 10:51:54 bd64ea2a4af7: Preparing 10:51:54 c5b5f18c6656: Preparing 10:51:54 c5b5f18c6656: Layer already exists 10:51:54 bd64ea2a4af7: Layer already exists 10:51:54 589ac953aa46: Layer already exists 10:51:54 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] isUnix [Pipeline] sh 10:51:54 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 10:51:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:51:54 (2/3) Installing libcurl (7.69.1-r1) 10:51:54 (3/3) Installing curl (7.69.1-r1) 10:51:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 10:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 10:51:55 589ac953aa46: Preparing 10:51:55 bd64ea2a4af7: Preparing 10:51:55 c5b5f18c6656: Preparing 10:51:55 c5b5f18c6656: Layer already exists 10:51:55 bd64ea2a4af7: Layer already exists 10:51:55 589ac953aa46: Layer already exists 10:51:55 master: digest: sha256:a1fe99bb67a5e74606e52ba35387d37bcf817f784a928a8ee1ecf21eee3f09b4 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry 10:51:55 Executing busybox-1.31.1-r19.trigger 10:51:55 OK: 71 MiB in 58 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:51:55 ===================================================== [Pipeline] echo 10:51:55 taggedImages: 10:51:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.3.1-dev.2 10:51:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:55 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 10:51:55 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 10:51:55 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:55 1.3.1-dev.2 10:51:55 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:51:55 master 10:51:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:56 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:51:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:51:56 86e1a7c26148: Preparing 10:51:56 0324ebb4d9f7: Preparing 10:51:56 02cfdeb06a5c: Preparing 10:51:56 a593decd3768: Preparing 10:51:56 348c47339744: Preparing 10:51:56 bc52cf60ab54: Preparing 10:51:56 e1f28f139202: Preparing 10:51:56 1d278c39f50a: Preparing 10:51:56 3730a0890c46: Preparing 10:51:56 383f309b5d37: Preparing 10:51:56 e1a73c32da76: Preparing 10:51:56 31b11ec6ff38: Preparing 10:51:56 911954e2fe49: Preparing 10:51:56 ace0eda3e3be: Preparing 10:51:56 e1f28f139202: Waiting 10:51:56 1d278c39f50a: Waiting 10:51:56 3730a0890c46: Waiting 10:51:56 383f309b5d37: Waiting 10:51:56 e1a73c32da76: Waiting 10:51:56 31b11ec6ff38: Waiting 10:51:56 911954e2fe49: Waiting 10:51:56 bc52cf60ab54: Waiting 10:51:56 348c47339744: Pushed 10:51:56 86e1a7c26148: Pushed 10:51:57 a593decd3768: Pushed 10:51:57 1d278c39f50a: Layer already exists 10:51:57 3730a0890c46: Layer already exists 10:51:57 e1f28f139202: Pushed 10:51:57 383f309b5d37: Layer already exists 10:51:57 e1a73c32da76: Layer already exists 10:51:57 31b11ec6ff38: Layer already exists 10:51:57 ace0eda3e3be: Layer already exists 10:51:57 911954e2fe49: Layer already exists 10:51:57 Removing intermediate container 935530eea350 10:51:57 ---> 95c347afe07a 10:51:57 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 10:51:57 ---> Running in 17dcb2fff138 10:51:57 bc52cf60ab54: Pushed 10:51:58 0324ebb4d9f7: Pushed 10:51:58 Removing intermediate container 17dcb2fff138 10:51:58 ---> 57677e463188 10:51:58 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:51:58 ---> Running in e582e6488840 10:51:59 Removing intermediate container e582e6488840 10:51:59 ---> 56f4ffe12ced 10:51:59 Step 25/27 : LABEL arch=arm64 10:51:59 ---> Running in 2ba835a84fe7 10:52:00 Removing intermediate container 1d6bd19f4abc 10:52:00 ---> 33e8726c40e9 10:52:00 10:52:00 Step 10/20 : FROM alpine 10:52:00 ---> 2e77e061c27f 10:52:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 10:52:00 Removing intermediate container 2ba835a84fe7 10:52:00 ---> 46b7dafbd573 10:52:00 Step 26/27 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:52:01 ---> Running in 0f968e56fc31 10:52:01 ---> Running in 04dc188e78ca 10:52:02 Removing intermediate container 0f968e56fc31 10:52:02 ---> 4e541ec5bba1 10:52:02 Step 27/27 : LABEL version=1.3.1-dev.2 10:52:02 ---> Running in 7a5bd963e8c6 10:52:02 Removing intermediate container 7a5bd963e8c6 10:52:02 ---> 44706196a746 10:52:02 10:52:03 Successfully built 44706196a746 10:52:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:52:03  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go 10:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:04 v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:52:04 v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:52:04 OK: 12615 distinct packages available 10:52:05 (1/4) Installing ca-certificates (20191127-r4) 10:52:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:52:05 (3/4) Installing libcurl (7.69.1-r1) 10:52:05 (4/4) Installing curl (7.69.1-r1) 10:52:05 Executing busybox-1.31.1-r19.trigger 10:52:05 Executing ca-certificates-20191127-r4.trigger 10:52:05 OK: 7 MiB in 18 packages 10:52:06 02cfdeb06a5c: Pushed 10:52:06 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh 10:52:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:52:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 10:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:52:06 86e1a7c26148: Preparing 10:52:06 0324ebb4d9f7: Preparing 10:52:06 02cfdeb06a5c: Preparing 10:52:06 a593decd3768: Preparing 10:52:06 348c47339744: Preparing 10:52:06 bc52cf60ab54: Preparing 10:52:06 e1f28f139202: Preparing 10:52:06 1d278c39f50a: Preparing 10:52:06 3730a0890c46: Preparing 10:52:06 383f309b5d37: Preparing 10:52:06 e1a73c32da76: Preparing 10:52:06 31b11ec6ff38: Preparing 10:52:06 911954e2fe49: Preparing 10:52:06 ace0eda3e3be: Preparing 10:52:06 3730a0890c46: Waiting 10:52:06 383f309b5d37: Waiting 10:52:06 e1a73c32da76: Waiting 10:52:06 31b11ec6ff38: Waiting 10:52:06 911954e2fe49: Waiting 10:52:06 ace0eda3e3be: Waiting 10:52:06 bc52cf60ab54: Waiting 10:52:06 e1f28f139202: Waiting 10:52:06 1d278c39f50a: Waiting 10:52:06 a593decd3768: Layer already exists 10:52:06 0324ebb4d9f7: Layer already exists 10:52:06 86e1a7c26148: Layer already exists 10:52:06 348c47339744: Layer already exists 10:52:06 02cfdeb06a5c: Layer already exists 10:52:06 e1f28f139202: Layer already exists 10:52:06 1d278c39f50a: Layer already exists 10:52:06 bc52cf60ab54: Layer already exists 10:52:06 3730a0890c46: Layer already exists 10:52:06 383f309b5d37: Layer already exists 10:52:06 911954e2fe49: Layer already exists 10:52:06 e1a73c32da76: Layer already exists 10:52:06 31b11ec6ff38: Layer already exists 10:52:06 ace0eda3e3be: Layer already exists 10:52:07 1.3.1-dev.2: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh 10:52:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:52:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:52:07 86e1a7c26148: Preparing 10:52:07 0324ebb4d9f7: Preparing 10:52:07 02cfdeb06a5c: Preparing 10:52:07 a593decd3768: Preparing 10:52:07 348c47339744: Preparing 10:52:07 bc52cf60ab54: Preparing 10:52:07 e1f28f139202: Preparing 10:52:07 1d278c39f50a: Preparing 10:52:07 3730a0890c46: Preparing 10:52:07 383f309b5d37: Preparing 10:52:07 e1a73c32da76: Preparing 10:52:07 31b11ec6ff38: Preparing 10:52:07 911954e2fe49: Preparing 10:52:07 ace0eda3e3be: Preparing 10:52:07 e1f28f139202: Waiting 10:52:07 1d278c39f50a: Waiting 10:52:07 bc52cf60ab54: Waiting 10:52:07 3730a0890c46: Waiting 10:52:07 31b11ec6ff38: Waiting 10:52:07 383f309b5d37: Waiting 10:52:07 911954e2fe49: Waiting 10:52:07 e1a73c32da76: Waiting 10:52:07 ace0eda3e3be: Waiting 10:52:07 86e1a7c26148: Layer already exists 10:52:07 348c47339744: Layer already exists 10:52:07 0324ebb4d9f7: Layer already exists 10:52:07 bc52cf60ab54: Layer already exists 10:52:07 02cfdeb06a5c: Layer already exists 10:52:07 a593decd3768: Layer already exists 10:52:07 e1f28f139202: Layer already exists 10:52:07 1d278c39f50a: Layer already exists 10:52:07 3730a0890c46: Layer already exists 10:52:07 e1a73c32da76: Layer already exists 10:52:07 383f309b5d37: Layer already exists 10:52:07 911954e2fe49: Layer already exists 10:52:07 31b11ec6ff38: Layer already exists 10:52:07 ace0eda3e3be: Layer already exists 10:52:07 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] isUnix [Pipeline] sh 10:52:08 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 10:52:08 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 10:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 10:52:08 86e1a7c26148: Preparing 10:52:08 0324ebb4d9f7: Preparing 10:52:08 02cfdeb06a5c: Preparing 10:52:08 a593decd3768: Preparing 10:52:08 348c47339744: Preparing 10:52:08 bc52cf60ab54: Preparing 10:52:08 e1f28f139202: Preparing 10:52:08 1d278c39f50a: Preparing 10:52:08 3730a0890c46: Preparing 10:52:08 383f309b5d37: Preparing 10:52:08 e1a73c32da76: Preparing 10:52:08 31b11ec6ff38: Preparing 10:52:08 911954e2fe49: Preparing 10:52:08 ace0eda3e3be: Preparing 10:52:08 bc52cf60ab54: Waiting 10:52:08 e1f28f139202: Waiting 10:52:08 1d278c39f50a: Waiting 10:52:08 3730a0890c46: Waiting 10:52:08 e1a73c32da76: Waiting 10:52:08 911954e2fe49: Waiting 10:52:08 31b11ec6ff38: Waiting 10:52:08 ace0eda3e3be: Waiting 10:52:08 383f309b5d37: Waiting 10:52:08 348c47339744: Layer already exists 10:52:08 86e1a7c26148: Layer already exists 10:52:08 02cfdeb06a5c: Layer already exists 10:52:08 a593decd3768: Layer already exists 10:52:08 0324ebb4d9f7: Layer already exists 10:52:08 bc52cf60ab54: Layer already exists 10:52:08 e1f28f139202: Layer already exists 10:52:08 1d278c39f50a: Layer already exists 10:52:08 383f309b5d37: Layer already exists 10:52:08 3730a0890c46: Layer already exists 10:52:08 e1a73c32da76: Layer already exists 10:52:08 31b11ec6ff38: Layer already exists 10:52:08 911954e2fe49: Layer already exists 10:52:08 ace0eda3e3be: Layer already exists 10:52:08 master: digest: sha256:c317dee095dc57f149adc001c47ed57692c1489b9b1ce63bf2b30060c13a33eb size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:08 ===================================================== 10:52:08 Removing intermediate container 04dc188e78ca 10:52:08 ---> 246550bcb466 10:52:08 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:52:08 ---> Running in 4282573385b0 [Pipeline] echo 10:52:08 taggedImages: 10:52:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:52:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.3.1-dev.2 10:52:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:52:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } 10:52:09 Removing intermediate container 4282573385b0 10:52:09 ---> c2a4e5a43a33 10:52:09 Step 13/20 : WORKDIR /edgex 10:52:09 ---> Running in 282025a05922 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:52:10 Removing intermediate container 282025a05922 10:52:10 ---> 083b09319536 10:52:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:52:12 ---> 7d79b57694b4 10:52:12 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:52:14 ---> d5c18544ca23 10:52:14 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:52:14 ---> Running in 89343fc3fe2f 10:52:15 Removing intermediate container 89343fc3fe2f 10:52:15 ---> e8a996f729c2 10:52:15 Step 17/20 : CMD ["--init=true"] 10:52:15 ---> Running in 4811b9c85c69 10:52:17 Removing intermediate container 4811b9c85c69 10:52:17 ---> cad84996e795 10:52:17 Step 18/20 : LABEL arch=arm64 10:52:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 10:52:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:52:17 ---> 15569e6ca91c 10:52:17 Step 3/22 : WORKDIR /edgex-go 10:52:17 ---> Using cache 10:52:17 ---> 8bc6b124f392 10:52:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:17 ---> Using cache 10:52:17 ---> 90a9290dc7cd 10:52:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 10:52:17 ---> Running in 7136e5990865 10:52:17 ---> Running in 4ff0bd9d16a1 10:52:18 Removing intermediate container 4ff0bd9d16a1 10:52:18 ---> 10e1224ac952 10:52:18 Step 19/20 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:52:18 ---> Running in 6d67dddb0d81 10:52:19 Removing intermediate container 6d67dddb0d81 10:52:19 ---> 9dd4110537fa 10:52:19 Step 20/20 : LABEL version=1.3.1-dev.2 10:52:19 ---> Running in c041592eea9d 10:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:20 Removing intermediate container c041592eea9d 10:52:20 ---> 1c5d90a761f3 10:52:20 10:52:20 Successfully built 1c5d90a761f3 10:52:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:52:20  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go 10:52:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:22 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:52:22 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:52:22 OK: 12623 distinct packages available 10:52:23 OK: 217 MiB in 51 packages 10:52:24 OK: 217 MiB in 51 packages 10:52:27 Removing intermediate container 7136e5990865 10:52:27 ---> 84ebea04517a 10:52:27 Step 6/22 : COPY go.mod . 10:52:28 ---> 7596733bcaef 10:52:28 Step 7/22 : RUN go mod download 10:52:29 ---> Running in 2f3a79c57221 10:52:33 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 10:52:33 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 10:52:33 ---> 15569e6ca91c 10:52:33 Step 3/29 : WORKDIR /edgex-go 10:52:33 ---> Using cache 10:52:33 ---> 8bc6b124f392 10:52:33 Step 4/29 : RUN apk update && apk add make git 10:52:33 ---> Running in 76877922a9cc 10:52:34 Removing intermediate container 2f3a79c57221 10:52:34 ---> da23fc72b0b8 10:52:34 Step 8/22 : COPY . . 10:52:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:40 v3.12.1-34-g3bbb400149 [http://nl.alpinelinux.org/alpine/v3.12/main] 10:52:40 v3.12.1-37-gb1aa03461c [http://nl.alpinelinux.org/alpine/v3.12/community] 10:52:40 OK: 12623 distinct packages available 10:52:41 OK: 217 MiB in 51 packages 10:52:45 Removing intermediate container 76877922a9cc 10:52:45 ---> 18241dbcd466 10:52:45 Step 5/29 : COPY go.mod . 10:52:46 ---> bc4660b20a7b 10:52:46 Step 9/22 : RUN make cmd/support-logging/support-logging 10:52:47 ---> ee103c513cd4 10:52:47 Step 6/29 : RUN go mod download 10:52:47 ---> Running in 08d85d540f55 10:52:47 ---> Running in 1c5dacddd909 10:52:47 Removing intermediate container 95ad0c656c18 10:52:47 ---> d45d99acb8ed 10:52:47 10:52:47 Step 10/22 : FROM alpine:3.10 10:52:47 ---> 536a684cf733 10:52:47 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 10:52:47 ---> Using cache 10:52:47 ---> 6a824204b5ce 10:52:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 10:52:47 ---> Running in 0e7bcbf9cd67 10:52:48 Removing intermediate container 0e7bcbf9cd67 10:52:48 ---> 64f6bef6895d 10:52:48 Step 13/22 : WORKDIR / 10:52:49 ---> Running in 1ad7a09519a2 10:52:50 Removing intermediate container 1ad7a09519a2 10:52:50 ---> 81c7f9438156 10:52:50 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 10:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o cmd/support-logging/support-logging ./cmd/support-logging 10:52:51 ---> 07bbb15ef1fa 10:52:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 10:52:53 ---> 865a1ba8f89d 10:52:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 10:52:53 Removing intermediate container 1c5dacddd909 10:52:53 ---> 648cdb250a7d 10:52:53 Step 7/29 : COPY . . 10:52:54 ---> 42356033ac32 10:52:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 10:52:56 ---> 4b146c923035 10:52:56 Step 18/22 : RUN chmod +x entrypoint.sh 10:52:56 ---> Running in 587bce3bc632 10:53:01 Removing intermediate container 587bce3bc632 10:53:01 ---> 82bda9e6bcda 10:53:01 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 10:53:01 ---> Running in ddc1cd7a0c14 10:53:02 Removing intermediate container ddc1cd7a0c14 10:53:02 ---> 194a5ba6bf33 10:53:02 Step 20/22 : LABEL arch=arm64 10:53:02 ---> Running in d3462091aa59 10:53:04 Removing intermediate container d3462091aa59 10:53:04 ---> be877eb58175 10:53:04 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:53:04 ---> Running in f0a8f3b618d3 10:53:05 Removing intermediate container f0a8f3b618d3 10:53:05 ---> ecb571b74c0f 10:53:05 Step 22/22 : LABEL version=1.3.1-dev.2 10:53:05 ---> Running in 72794818bf96 10:53:05 ---> 079aa026d987 10:53:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 10:53:05 ---> Running in afa32253e4ac 10:53:06 Removing intermediate container 72794818bf96 10:53:06 ---> 9426c50735d1 10:53:06 10:53:07 Successfully built 9426c50735d1 10:53:07 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 10:53:08  Building docker-security-bootstrap-redis-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.3.1-dev.2" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 10:53:21 Removing intermediate container 3571595b9e3d 10:53:21 ---> d0c6cd892859 10:53:21 10:53:21 Step 10/24 : FROM scratch 10:53:21 ---> 10:53:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:53:21 ---> Running in 47c5e8029ef3 10:53:21 Removing intermediate container 47c5e8029ef3 10:53:21 ---> 1e7972ef5725 10:53:21 Step 12/24 : ENV APP_PORT=48060 10:53:21 ---> Running in 2b1e1a0876dd 10:53:21 Removing intermediate container 2b1e1a0876dd 10:53:21 ---> a1c4082b5183 10:53:21 Step 13/24 : EXPOSE $APP_PORT 10:53:22 ---> Running in 4a69a11d6abd 10:53:22 Removing intermediate container 4a69a11d6abd 10:53:22 ---> f2d734d8403d 10:53:22 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 10:53:23 ---> 15669466abf9 10:53:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 10:53:25 ---> 41dff438e210 10:53:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 10:53:27 ---> 6740f316eb57 10:53:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 10:53:28 ---> b0ae59c5feae 10:53:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:53:29 ---> c4bfdc096c3f 10:53:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:53:31 ---> 988d1cab0113 10:53:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 10:53:32 ---> Running in 4d4bac37cd24 10:53:33 Removing intermediate container 4d4bac37cd24 10:53:33 ---> 9f33f6b8fe35 10:53:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:53:33 ---> Running in 3ce7ea566c68 10:53:34 Removing intermediate container 3ce7ea566c68 10:53:34 ---> 29d903ab5c3e 10:53:34 Step 22/24 : LABEL arch=arm64 10:53:34 Removing intermediate container 9779ead601eb 10:53:34 ---> f6f3c63bd784 10:53:34 10:53:34 Step 10/21 : FROM scratch 10:53:34 ---> 10:53:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:53:34 ---> Running in b010ef172e4d 10:53:34 ---> Using cache 10:53:34 ---> 0b0ff05435cb 10:53:34 Step 12/21 : ENV APP_PORT=48085 10:53:35 ---> Running in 74a2ce11585c 10:53:35 Removing intermediate container b010ef172e4d 10:53:35 ---> 0d91bb457a40 10:53:35 Step 23/24 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:53:35 ---> Running in dffcd28bcd77 10:53:35 Removing intermediate container 74a2ce11585c 10:53:35 ---> 15ed84af60e8 10:53:35 Step 13/21 : EXPOSE $APP_PORT 10:53:35 ---> Running in c7dfed1db97e 10:53:36 Removing intermediate container dffcd28bcd77 10:53:36 ---> 790b1c97b77f 10:53:36 Step 24/24 : LABEL version=1.3.1-dev.2 10:53:36 ---> Running in f79e24e93ade 10:53:36 Removing intermediate container c7dfed1db97e 10:53:36 ---> 9682e5d968c8 10:53:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 10:53:37 Removing intermediate container f79e24e93ade 10:53:37 ---> b94d8c597fe5 10:53:37 10:53:37 Successfully built b94d8c597fe5 10:53:37 Successfully tagged docker-support-notifications-go-arm64:latest 10:53:37  Building docker-support-notifications-go ... done  ---> 2d9445e792b1 10:53:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:53:39 ---> 1f4ce6472c3a 10:53:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:53:40 ---> 185d4afea9ab 10:53:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 10:53:40 ---> Running in 9eec703dbb13 10:53:41 Removing intermediate container 9eec703dbb13 10:53:41 ---> 598aba1e2897 10:53:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:53:41 ---> Running in 111cce9aa981 10:53:42 Removing intermediate container 111cce9aa981 10:53:42 ---> 548a3989f517 10:53:42 Step 19/21 : LABEL arch=arm64 10:53:42 ---> Running in bb43ae6831cf 10:53:43 Removing intermediate container bb43ae6831cf 10:53:43 ---> 22844e94b228 10:53:43 Step 20/21 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:53:43 ---> Running in 5197132fcc08 10:53:43 Removing intermediate container 5197132fcc08 10:53:43 ---> 71ddbf079657 10:53:43 Step 21/21 : LABEL version=1.3.1-dev.2 10:53:44 ---> Running in 2205abd89afe 10:53:44 Removing intermediate container 2205abd89afe 10:53:44 ---> b544ece599e1 10:53:44 10:53:45 Successfully built b544ece599e1 10:53:45 Successfully tagged docker-support-scheduler-go-arm64:latest 10:53:57  Building docker-support-scheduler-go ... done Removing intermediate container 08d85d540f55 10:53:57 ---> 2d13a16f43e1 10:53:57 10:53:57 Step 10/22 : FROM scratch 10:53:57 ---> 10:53:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 10:53:57 Removing intermediate container afa32253e4ac 10:53:57 ---> 1177f7a3708f 10:53:57 10:53:57 Step 9/29 : FROM alpine:latest 10:53:57 ---> 2e77e061c27f 10:53:57 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 10:53:57 ---> Using cache 10:53:57 ---> 1e7972ef5725 10:53:57 Step 12/22 : ENV APP_PORT=48061 10:53:57 ---> Running in 7a931aedf001 10:53:57 ---> Running in 31a235897e60 10:53:57 Removing intermediate container 31a235897e60 10:53:57 ---> c9a9ed5d252a 10:53:57 Step 13/22 : EXPOSE $APP_PORT 10:53:57 Removing intermediate container 7a931aedf001 10:53:57 ---> 824b2c5dd6cd 10:53:57 Step 11/29 : USER root 10:53:57 ---> Running in 068888dd7bfb 10:53:57 ---> Running in 0a1ed1f6a24e 10:53:57 Removing intermediate container 068888dd7bfb 10:53:57 ---> 69428459dcc0 10:53:57 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 10:53:57 Removing intermediate container 0a1ed1f6a24e 10:53:57 ---> c9f6e91432ec 10:53:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 10:53:57 ---> Running in fca9a899dfad 10:53:58 ---> 4091bb4e9aec 10:53:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 10:53:59 ---> 8d21a4770a3e 10:53:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 10:53:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:53:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:00 ---> 1d57126dc896 10:54:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 10:54:00 v3.12.1-34-g3bbb400149 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 10:54:00 v3.12.1-37-gb1aa03461c [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 10:54:00 OK: 12615 distinct packages available 10:54:00 ---> 7711c10f1e4b 10:54:00 Step 18/22 : ENTRYPOINT ["/support-logging"] 10:54:00 (1/2) Installing ca-certificates (20191127-r4) 10:54:00 ---> Running in da0937c32f93 10:54:01 (2/2) Installing dumb-init (1.2.2-r1) 10:54:01 Executing busybox-1.31.1-r19.trigger 10:54:01 Executing ca-certificates-20191127-r4.trigger 10:54:01 OK: 6 MiB in 16 packages 10:54:01 Removing intermediate container da0937c32f93 10:54:01 ---> d892d6908e07 10:54:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:01 ---> Running in b4186ca6d2bc 10:54:02 Removing intermediate container b4186ca6d2bc 10:54:02 ---> 8fa96dbf6aab 10:54:02 Step 20/22 : LABEL arch=arm64 10:54:02 ---> Running in a6e73769073d 10:54:02 Removing intermediate container fca9a899dfad 10:54:02 ---> dcd0ff3aa18c 10:54:02 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 10:54:02 Removing intermediate container a6e73769073d 10:54:02 ---> d71e37e071ec 10:54:02 Step 21/22 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:02 ---> Running in 4da687971111 10:54:02 ---> Running in 0d64bb0748b3 10:54:03 Removing intermediate container 4da687971111 10:54:03 ---> 344dc73df6cb 10:54:03 Step 14/29 : WORKDIR $BASE_DIR 10:54:03 Removing intermediate container 0d64bb0748b3 10:54:03 ---> e280ce4c3023 10:54:03 Step 22/22 : LABEL version=1.3.1-dev.2 10:54:03 ---> Running in dc918ed3c148 10:54:03 ---> Running in 933fd2c32d71 10:54:03 Removing intermediate container dc918ed3c148 10:54:03 ---> 72de9e9d4593 10:54:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 10:54:03 Removing intermediate container 933fd2c32d71 10:54:03 ---> 781e5f0b0016 10:54:03 10:54:04 ---> Running in 3f6183f7c3d9 10:54:04 Successfully built 781e5f0b0016 10:54:04 Successfully tagged docker-support-logging-go-arm64:latest 10:54:06  Building docker-support-logging-go ... done Removing intermediate container 3f6183f7c3d9 10:54:06 ---> f980aa288b89 10:54:06 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 10:54:07 ---> 3f676b21dfba 10:54:07 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 10:54:08 ---> 2fea2e68746c 10:54:08 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 10:54:09 ---> 71e635306b19 10:54:09 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 10:54:10 ---> cfb1452fd28b 10:54:10 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 10:54:10 ---> 59ff5740575a 10:54:10 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 10:54:10 ---> Running in 56c37f879207 10:54:13 Removing intermediate container 56c37f879207 10:54:13 ---> b1f4dcb60863 10:54:13 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 10:54:13 ---> 714151b50de9 10:54:13 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:54:14 ---> Running in 06c03e43dc27 10:54:16 Removing intermediate container 06c03e43dc27 10:54:16 ---> 083534d703f8 10:54:16 Step 24/29 : RUN chmod 755 security-secrets-setup 10:54:16 ---> Running in 73e630d81454 10:54:19 Removing intermediate container 73e630d81454 10:54:19 ---> 51fa476ddd47 10:54:19 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 10:54:19 ---> Running in a1446debfbb3 10:54:19 Removing intermediate container a1446debfbb3 10:54:19 ---> 817d95dc8a31 10:54:19 Step 26/29 : CMD [ "generate" ] 10:54:19 ---> Running in 29b29f925fb3 10:54:20 Removing intermediate container 29b29f925fb3 10:54:20 ---> dc294b8c002b 10:54:20 Step 27/29 : LABEL arch=arm64 10:54:20 ---> Running in 0b6f687a6558 10:54:20 Removing intermediate container 0b6f687a6558 10:54:20 ---> 502fb05c305c 10:54:20 Step 28/29 : LABEL git_sha=1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:21 ---> Running in cb340decd6ac 10:54:21 Removing intermediate container cb340decd6ac 10:54:21 ---> d83100b4c748 10:54:21 Step 29/29 : LABEL version=1.3.1-dev.2 10:54:21 ---> Running in e1fc0e24d71b 10:54:21 Removing intermediate container e1fc0e24d71b 10:54:21 ---> 591c728beb65 10:54:21 10:54:22 Successfully built 591c728beb65 10:54:22 Successfully tagged docker-security-secrets-setup-go-arm64:latest 10:54:22  Building docker-security-secrets-setup-go ... done  [Pipeline] } 10:54:22 $ docker stop --time=1 fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc 10:54:24 $ docker rm -f fc36541d2ea739f34e87f9700de1151cd9f9f7ab786f935d388e85c4609708fc [Pipeline] // withDockerContainer [Pipeline] sh 10:54:24 + docker images 10:54:24 + grep docker 10:54:25 docker-security-secrets-setup-go-arm64 latest 591c728beb65 4 seconds ago 22.7MB 10:54:25 docker-support-logging-go-arm64 latest 781e5f0b0016 22 seconds ago 10.6MB 10:54:25 docker-support-scheduler-go-arm64 latest b544ece599e1 41 seconds ago 11.5MB 10:54:25 docker-support-notifications-go-arm64 latest b94d8c597fe5 49 seconds ago 12.9MB 10:54:25 docker-security-bootstrap-redis-go-arm64 latest 9426c50735d1 About a minute ago 15.2MB 10:54:25 docker-security-proxy-setup-go-arm64 latest 1c5d90a761f3 2 minutes ago 15.1MB 10:54:25 docker-sys-mgmt-agent-go-arm64 latest 44706196a746 2 minutes ago 270MB 10:54:25 docker-core-data-go-arm64 latest 9c03f608bdbb 2 minutes ago 22.3MB 10:54:25 docker-core-metadata-go-arm64 latest 1daf2d1d63ce 3 minutes ago 13.6MB 10:54:25 docker-core-command-go-arm64 latest fb6b51e5e018 3 minutes ago 11.4MB 10:54:25 docker-security-secretstore-setup-go-arm64 latest 5c193878466b 3 minutes ago 23.6MB 10:54:25 docker latest 5d4db4dc0692 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:25 provisioning config files... 10:54:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/226@tmp/config3825382258418877012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:26 ---> docker-login.sh 10:54:26 nexus3.edgexfoundry.org:10001 10:54:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:26 Configure a credential helper to remove this warning. See 10:54:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:26 10:54:26 Login Succeeded 10:54:26 nexus3.edgexfoundry.org:10002 10:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:27 Configure a credential helper to remove this warning. See 10:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:27 10:54:27 Login Succeeded 10:54:27 nexus3.edgexfoundry.org:10003 10:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:27 Configure a credential helper to remove this warning. See 10:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:27 10:54:27 Login Succeeded 10:54:27 nexus3.edgexfoundry.org:10004 10:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:28 Configure a credential helper to remove this warning. See 10:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:28 10:54:28 Login Succeeded 10:54:28 docker.io 10:54:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:29 Configure a credential helper to remove this warning. See 10:54:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:29 10:54:29 Login Succeeded 10:54:29 ---> docker-login.sh ends [Pipeline] } 10:54:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:29 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 10:54:29 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:29 1.3.1-dev.2 10:54:29 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:29 master 10:54:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:30 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:54:30 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:54:30 a087739fd9b3: Preparing 10:54:30 e9a664690720: Preparing 10:54:30 2db6ce12b150: Preparing 10:54:30 2db6ce12b150: Pushed 10:54:30 a087739fd9b3: Pushed 10:54:33 e9a664690720: Pushed 10:54:33 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:34 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 10:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:54:34 a087739fd9b3: Preparing 10:54:34 e9a664690720: Preparing 10:54:34 2db6ce12b150: Preparing 10:54:34 2db6ce12b150: Layer already exists 10:54:34 e9a664690720: Layer already exists 10:54:34 a087739fd9b3: Layer already exists 10:54:34 1.3.1-dev.2: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:34 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:35 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:54:35 a087739fd9b3: Preparing 10:54:35 e9a664690720: Preparing 10:54:35 2db6ce12b150: Preparing 10:54:35 a087739fd9b3: Layer already exists 10:54:35 2db6ce12b150: Layer already exists 10:54:35 e9a664690720: Layer already exists 10:54:35 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:35 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:54:36 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 10:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 10:54:36 a087739fd9b3: Preparing 10:54:36 e9a664690720: Preparing 10:54:36 2db6ce12b150: Preparing 10:54:36 a087739fd9b3: Layer already exists 10:54:36 2db6ce12b150: Layer already exists 10:54:36 e9a664690720: Layer already exists 10:54:36 master: digest: sha256:1c11695c612821429dfa42ea7d7bb47bd09c9a719d675aa4d6e15cbe82ec0903 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:36 ===================================================== [Pipeline] echo 10:54:36 taggedImages: 10:54:36 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:36 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.3.1-dev.2 10:54:36 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:36 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 10:54:36 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 10:54:36 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:36 1.3.1-dev.2 10:54:36 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:36 master 10:54:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:37 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:54:37 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:54:37 77ddb8e75363: Preparing 10:54:37 89c2a323f708: Preparing 10:54:37 a183ff7db8d0: Preparing 10:54:37 6317c6dc8691: Preparing 10:54:37 c5b744539da9: Preparing 10:54:37 cd3761cfa1d9: Preparing 10:54:37 cd3761cfa1d9: Waiting 10:54:38 77ddb8e75363: Pushed 10:54:38 c5b744539da9: Pushed 10:54:38 a183ff7db8d0: Pushed 10:54:38 cd3761cfa1d9: Layer already exists 10:54:38 6317c6dc8691: Pushed 10:54:41 89c2a323f708: Pushed 10:54:41 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:54:42 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:42 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 10:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:54:42 77ddb8e75363: Preparing 10:54:42 89c2a323f708: Preparing 10:54:42 a183ff7db8d0: Preparing 10:54:42 6317c6dc8691: Preparing 10:54:42 c5b744539da9: Preparing 10:54:42 cd3761cfa1d9: Preparing 10:54:42 cd3761cfa1d9: Waiting 10:54:42 6317c6dc8691: Layer already exists 10:54:42 c5b744539da9: Layer already exists 10:54:42 77ddb8e75363: Layer already exists 10:54:42 a183ff7db8d0: Layer already exists 10:54:42 89c2a323f708: Layer already exists 10:54:42 cd3761cfa1d9: Layer already exists 10:54:42 1.3.1-dev.2: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:54:43 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:43 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:54:43 77ddb8e75363: Preparing 10:54:43 89c2a323f708: Preparing 10:54:43 a183ff7db8d0: Preparing 10:54:43 6317c6dc8691: Preparing 10:54:43 c5b744539da9: Preparing 10:54:43 cd3761cfa1d9: Preparing 10:54:43 cd3761cfa1d9: Waiting 10:54:43 6317c6dc8691: Layer already exists 10:54:43 77ddb8e75363: Layer already exists 10:54:43 89c2a323f708: Layer already exists 10:54:43 a183ff7db8d0: Layer already exists 10:54:43 c5b744539da9: Layer already exists 10:54:43 cd3761cfa1d9: Layer already exists 10:54:43 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] isUnix [Pipeline] sh 10:54:44 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:54:44 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 10:54:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 10:54:44 77ddb8e75363: Preparing 10:54:44 89c2a323f708: Preparing 10:54:44 a183ff7db8d0: Preparing 10:54:44 6317c6dc8691: Preparing 10:54:44 c5b744539da9: Preparing 10:54:44 cd3761cfa1d9: Preparing 10:54:44 cd3761cfa1d9: Waiting 10:54:44 77ddb8e75363: Layer already exists 10:54:44 6317c6dc8691: Layer already exists 10:54:44 c5b744539da9: Layer already exists 10:54:44 89c2a323f708: Layer already exists 10:54:44 a183ff7db8d0: Layer already exists 10:54:44 cd3761cfa1d9: Layer already exists 10:54:44 master: digest: sha256:fa811045b74af1d418f42a31c44fb7b14c147d270d0f067a1de5e0e96250ab3e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:44 ===================================================== [Pipeline] echo 10:54:44 taggedImages: 10:54:44 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:44 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.3.1-dev.2 10:54:44 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:44 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 10:54:44 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 10:54:44 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:44 1.3.1-dev.2 10:54:44 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:44 master 10:54:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:45 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:54:45 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:54:45 fc175f066579: Preparing 10:54:45 dbb2cff94a49: Preparing 10:54:45 84bb9a73bf17: Preparing 10:54:46 84bb9a73bf17: Pushed 10:54:46 fc175f066579: Pushed 10:54:49 dbb2cff94a49: Pushed 10:54:49 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:49 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:50 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 10:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:54:50 fc175f066579: Preparing 10:54:50 dbb2cff94a49: Preparing 10:54:50 84bb9a73bf17: Preparing 10:54:50 dbb2cff94a49: Layer already exists 10:54:50 fc175f066579: Layer already exists 10:54:50 84bb9a73bf17: Layer already exists 10:54:50 1.3.1-dev.2: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:50 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:54:51 fc175f066579: Preparing 10:54:51 dbb2cff94a49: Preparing 10:54:51 84bb9a73bf17: Preparing 10:54:51 fc175f066579: Layer already exists 10:54:51 84bb9a73bf17: Layer already exists 10:54:51 dbb2cff94a49: Layer already exists 10:54:51 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] isUnix [Pipeline] sh 10:54:51 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:54:51 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 10:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 10:54:51 fc175f066579: Preparing 10:54:51 dbb2cff94a49: Preparing 10:54:51 84bb9a73bf17: Preparing 10:54:52 fc175f066579: Layer already exists 10:54:52 dbb2cff94a49: Layer already exists 10:54:52 84bb9a73bf17: Layer already exists 10:54:52 master: digest: sha256:16a41dd67f67419885d5bbaa52b941d89c5b5f1046b0e8bb948a73587e61d354 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:52 ===================================================== [Pipeline] echo 10:54:52 taggedImages: 10:54:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.3.1-dev.2 10:54:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:52 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 10:54:52 [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: 10:54:52 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:52 1.3.1-dev.2 10:54:52 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:52 master 10:54:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:53 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:54:53 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:54:53 e1620f88e652: Preparing 10:54:53 42609290f2ce: Preparing 10:54:53 9bf60c4fe31d: Preparing 10:54:53 f1605d200edf: Preparing 10:54:53 6edf1712716c: Preparing 10:54:53 8fc89021be97: Preparing 10:54:53 66b385cf80cf: Preparing 10:54:53 8fc89021be97: Waiting 10:54:53 66b385cf80cf: Waiting 10:54:53 9bf60c4fe31d: Pushed 10:54:53 42609290f2ce: Pushed 10:54:53 6edf1712716c: Pushed 10:54:53 e1620f88e652: Pushed 10:54:54 66b385cf80cf: Layer already exists 10:54:54 8fc89021be97: Pushed 10:54:56 f1605d200edf: Pushed 10:54:56 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh 10:54:56 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:56 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 10:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:54:56 e1620f88e652: Preparing 10:54:56 42609290f2ce: Preparing 10:54:56 9bf60c4fe31d: Preparing 10:54:56 f1605d200edf: Preparing 10:54:56 6edf1712716c: Preparing 10:54:56 8fc89021be97: Preparing 10:54:56 66b385cf80cf: Preparing 10:54:56 66b385cf80cf: Waiting 10:54:56 8fc89021be97: Waiting 10:54:56 f1605d200edf: Layer already exists 10:54:56 42609290f2ce: Layer already exists 10:54:56 9bf60c4fe31d: Layer already exists 10:54:56 6edf1712716c: Layer already exists 10:54:56 e1620f88e652: Layer already exists 10:54:56 8fc89021be97: Layer already exists 10:54:56 66b385cf80cf: Layer already exists 10:54:57 1.3.1-dev.2: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh 10:54:57 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:54:57 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:54:57 e1620f88e652: Preparing 10:54:57 42609290f2ce: Preparing 10:54:57 9bf60c4fe31d: Preparing 10:54:57 f1605d200edf: Preparing 10:54:57 6edf1712716c: Preparing 10:54:57 8fc89021be97: Preparing 10:54:57 66b385cf80cf: Preparing 10:54:57 8fc89021be97: Waiting 10:54:57 66b385cf80cf: Waiting 10:54:57 f1605d200edf: Layer already exists 10:54:57 e1620f88e652: Layer already exists 10:54:57 9bf60c4fe31d: Layer already exists 10:54:57 6edf1712716c: Layer already exists 10:54:57 42609290f2ce: Layer already exists 10:54:57 8fc89021be97: Layer already exists 10:54:57 66b385cf80cf: Layer already exists 10:54:58 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] isUnix [Pipeline] sh 10:54:58 + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:54:58 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master 10:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] 10:54:58 e1620f88e652: Preparing 10:54:58 42609290f2ce: Preparing 10:54:58 9bf60c4fe31d: Preparing 10:54:58 f1605d200edf: Preparing 10:54:58 6edf1712716c: Preparing 10:54:58 8fc89021be97: Preparing 10:54:58 66b385cf80cf: Preparing 10:54:58 66b385cf80cf: Waiting 10:54:58 8fc89021be97: Waiting 10:54:58 6edf1712716c: Layer already exists 10:54:59 42609290f2ce: Layer already exists 10:54:59 9bf60c4fe31d: Layer already exists 10:54:59 f1605d200edf: Layer already exists 10:54:59 e1620f88e652: Layer already exists 10:54:59 66b385cf80cf: Layer already exists 10:54:59 8fc89021be97: Layer already exists 10:54:59 master: digest: sha256:4c04cdc397c6f7770b386fb80f771d12193c86dae0747063ff632ee5bf2b655f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:59 ===================================================== [Pipeline] echo 10:54:59 taggedImages: 10:54:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1.3.1-dev.2 10:54:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:59 - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo 10:54:59 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 10:54:59 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:54:59 1.3.1-dev.2 10:54:59 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:54:59 master 10:54:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:59 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:00 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:55:00 854e319fbf91: Preparing 10:55:00 ec08ff5aedba: Preparing 10:55:00 a84c620fab85: Preparing 10:55:00 b2601076ffca: Preparing 10:55:00 cd3761cfa1d9: Preparing 10:55:00 cd3761cfa1d9: Layer already exists 10:55:00 a84c620fab85: Pushed 10:55:00 ec08ff5aedba: Pushed 10:55:01 b2601076ffca: Pushed 10:55:03 854e319fbf91: Pushed 10:55:03 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:55:03 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:03 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 10:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:55:03 854e319fbf91: Preparing 10:55:03 ec08ff5aedba: Preparing 10:55:03 a84c620fab85: Preparing 10:55:03 b2601076ffca: Preparing 10:55:03 cd3761cfa1d9: Preparing 10:55:03 a84c620fab85: Layer already exists 10:55:03 854e319fbf91: Layer already exists 10:55:03 ec08ff5aedba: Layer already exists 10:55:04 b2601076ffca: Layer already exists 10:55:04 cd3761cfa1d9: Layer already exists 10:55:04 1.3.1-dev.2: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:55:04 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:04 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:55:04 854e319fbf91: Preparing 10:55:04 ec08ff5aedba: Preparing 10:55:04 a84c620fab85: Preparing 10:55:04 b2601076ffca: Preparing 10:55:04 cd3761cfa1d9: Preparing 10:55:04 b2601076ffca: Layer already exists 10:55:04 ec08ff5aedba: Layer already exists 10:55:04 a84c620fab85: Layer already exists 10:55:04 854e319fbf91: Layer already exists 10:55:04 cd3761cfa1d9: Layer already exists 10:55:05 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] isUnix [Pipeline] sh 10:55:05 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:05 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 10:55:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 10:55:05 854e319fbf91: Preparing 10:55:05 ec08ff5aedba: Preparing 10:55:05 a84c620fab85: Preparing 10:55:05 b2601076ffca: Preparing 10:55:05 cd3761cfa1d9: Preparing 10:55:05 a84c620fab85: Layer already exists 10:55:05 cd3761cfa1d9: Layer already exists 10:55:05 ec08ff5aedba: Layer already exists 10:55:05 b2601076ffca: Layer already exists 10:55:05 854e319fbf91: Layer already exists 10:55:05 master: digest: sha256:33abced6d6abd9797f843abb61c1c5064ee5e0d90b78ca460c2b03d0155abf25 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:06 ===================================================== [Pipeline] echo 10:55:06 taggedImages: 10:55:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.3.1-dev.2 10:55:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:06 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 10:55:06 [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: 10:55:06 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:06 1.3.1-dev.2 10:55:06 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:06 master 10:55:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:06 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:07 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:55:07 d6c1860164cf: Preparing 10:55:07 8bb0cca89b15: Preparing 10:55:07 3ca64373fde1: Preparing 10:55:07 13b2a97c80b0: Preparing 10:55:07 13b2a97c80b0: Preparing 10:55:07 f732a23afa8d: Preparing 10:55:07 ff223a631b8b: Preparing 10:55:07 0d1a81d752c1: Preparing 10:55:07 d6c1860164cf: Preparing 10:55:07 f070710bbad3: Preparing 10:55:07 7f7edb10c1fa: Preparing 10:55:07 3cef67f59368: Preparing 10:55:07 cd3761cfa1d9: Preparing 10:55:07 0d1a81d752c1: Waiting 10:55:07 ff223a631b8b: Waiting 10:55:07 f070710bbad3: Waiting 10:55:07 7f7edb10c1fa: Waiting 10:55:07 cd3761cfa1d9: Waiting 10:55:07 3cef67f59368: Waiting 10:55:07 f732a23afa8d: Pushed 10:55:07 8bb0cca89b15: Pushed 10:55:07 13b2a97c80b0: Pushed 10:55:07 3ca64373fde1: Pushed 10:55:07 ff223a631b8b: Pushed 10:55:07 0d1a81d752c1: Pushed 10:55:08 f070710bbad3: Pushed 10:55:08 7f7edb10c1fa: Pushed 10:55:08 cd3761cfa1d9: Layer already exists 10:55:08 3cef67f59368: Pushed 10:55:09 d6c1860164cf: Pushed 10:55:09 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh 10:55:10 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:10 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 10:55:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:55:10 d6c1860164cf: Preparing 10:55:10 8bb0cca89b15: Preparing 10:55:10 3ca64373fde1: Preparing 10:55:10 13b2a97c80b0: Preparing 10:55:10 13b2a97c80b0: Preparing 10:55:10 f732a23afa8d: Preparing 10:55:10 ff223a631b8b: Preparing 10:55:10 0d1a81d752c1: Preparing 10:55:10 d6c1860164cf: Preparing 10:55:10 f070710bbad3: Preparing 10:55:10 7f7edb10c1fa: Preparing 10:55:10 3cef67f59368: Preparing 10:55:10 cd3761cfa1d9: Preparing 10:55:10 ff223a631b8b: Waiting 10:55:10 0d1a81d752c1: Waiting 10:55:10 f070710bbad3: Waiting 10:55:10 7f7edb10c1fa: Waiting 10:55:10 3cef67f59368: Waiting 10:55:10 cd3761cfa1d9: Waiting 10:55:10 8bb0cca89b15: Layer already exists 10:55:10 f732a23afa8d: Layer already exists 10:55:10 3ca64373fde1: Layer already exists 10:55:10 d6c1860164cf: Layer already exists 10:55:10 13b2a97c80b0: Layer already exists 10:55:10 7f7edb10c1fa: Layer already exists 10:55:10 f070710bbad3: Layer already exists 10:55:10 0d1a81d752c1: Layer already exists 10:55:10 ff223a631b8b: Layer already exists 10:55:10 3cef67f59368: Layer already exists 10:55:10 cd3761cfa1d9: Layer already exists 10:55:10 1.3.1-dev.2: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh 10:55:11 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:11 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:55:11 d6c1860164cf: Preparing 10:55:11 8bb0cca89b15: Preparing 10:55:11 3ca64373fde1: Preparing 10:55:11 13b2a97c80b0: Preparing 10:55:11 13b2a97c80b0: Preparing 10:55:11 f732a23afa8d: Preparing 10:55:11 ff223a631b8b: Preparing 10:55:11 0d1a81d752c1: Preparing 10:55:11 d6c1860164cf: Preparing 10:55:11 f070710bbad3: Preparing 10:55:11 7f7edb10c1fa: Preparing 10:55:11 3cef67f59368: Preparing 10:55:11 cd3761cfa1d9: Preparing 10:55:11 f070710bbad3: Waiting 10:55:11 3cef67f59368: Waiting 10:55:11 7f7edb10c1fa: Waiting 10:55:11 ff223a631b8b: Waiting 10:55:11 0d1a81d752c1: Waiting 10:55:11 3ca64373fde1: Layer already exists 10:55:11 f732a23afa8d: Layer already exists 10:55:11 d6c1860164cf: Layer already exists 10:55:11 8bb0cca89b15: Layer already exists 10:55:11 13b2a97c80b0: Layer already exists 10:55:11 f070710bbad3: Layer already exists 10:55:11 0d1a81d752c1: Layer already exists 10:55:11 ff223a631b8b: Layer already exists 10:55:11 7f7edb10c1fa: Layer already exists 10:55:11 3cef67f59368: Layer already exists 10:55:11 cd3761cfa1d9: Layer already exists 10:55:11 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] isUnix [Pipeline] sh 10:55:12 + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:12 + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master 10:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] 10:55:12 d6c1860164cf: Preparing 10:55:12 8bb0cca89b15: Preparing 10:55:12 3ca64373fde1: Preparing 10:55:12 13b2a97c80b0: Preparing 10:55:12 13b2a97c80b0: Preparing 10:55:12 f732a23afa8d: Preparing 10:55:12 ff223a631b8b: Preparing 10:55:12 0d1a81d752c1: Preparing 10:55:12 d6c1860164cf: Preparing 10:55:12 f070710bbad3: Preparing 10:55:12 7f7edb10c1fa: Preparing 10:55:12 3cef67f59368: Preparing 10:55:12 cd3761cfa1d9: Preparing 10:55:12 0d1a81d752c1: Waiting 10:55:12 f070710bbad3: Waiting 10:55:12 7f7edb10c1fa: Waiting 10:55:12 3cef67f59368: Waiting 10:55:12 cd3761cfa1d9: Waiting 10:55:12 ff223a631b8b: Waiting 10:55:12 f732a23afa8d: Layer already exists 10:55:12 3ca64373fde1: Layer already exists 10:55:12 13b2a97c80b0: Layer already exists 10:55:12 d6c1860164cf: Layer already exists 10:55:12 8bb0cca89b15: Layer already exists 10:55:12 0d1a81d752c1: Layer already exists 10:55:12 3cef67f59368: Layer already exists 10:55:12 f070710bbad3: Layer already exists 10:55:12 ff223a631b8b: Layer already exists 10:55:12 7f7edb10c1fa: Layer already exists 10:55:12 cd3761cfa1d9: Layer already exists 10:55:12 master: digest: sha256:6824213b7118aef457bae1d61d184323bc358cfa27d26ed2fa84812dfa7c476f size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:12 ===================================================== [Pipeline] echo 10:55:12 taggedImages: 10:55:12 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:12 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.3.1-dev.2 10:55:12 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:12 - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo 10:55:12 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 10:55:12 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:12 1.3.1-dev.2 10:55:12 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:12 master 10:55:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:13 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:13 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:55:13 c94bbc2d0cb4: Preparing 10:55:13 fcb00665ddf3: Preparing 10:55:13 e7d954a60c1f: Preparing 10:55:13 aaff6b51ccfe: Preparing 10:55:13 c1c06fcbf684: Preparing 10:55:13 3b4addaec870: Preparing 10:55:13 3b554188744a: Preparing 10:55:13 8fc89021be97: Preparing 10:55:13 66b385cf80cf: Preparing 10:55:13 3b4addaec870: Waiting 10:55:13 3b554188744a: Waiting 10:55:13 8fc89021be97: Waiting 10:55:13 66b385cf80cf: Waiting 10:55:14 fcb00665ddf3: Pushed 10:55:14 c94bbc2d0cb4: Pushed 10:55:14 c1c06fcbf684: Pushed 10:55:14 8fc89021be97: Layer already exists 10:55:14 66b385cf80cf: Layer already exists 10:55:14 3b4addaec870: Pushed 10:55:14 3b554188744a: Pushed 10:55:16 aaff6b51ccfe: Pushed 10:55:16 e7d954a60c1f: Pushed 10:55:16 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh 10:55:16 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:16 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 10:55:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:55:16 c94bbc2d0cb4: Preparing 10:55:16 fcb00665ddf3: Preparing 10:55:16 e7d954a60c1f: Preparing 10:55:16 aaff6b51ccfe: Preparing 10:55:16 c1c06fcbf684: Preparing 10:55:16 3b4addaec870: Preparing 10:55:16 3b554188744a: Preparing 10:55:16 8fc89021be97: Preparing 10:55:16 66b385cf80cf: Preparing 10:55:16 3b4addaec870: Waiting 10:55:16 3b554188744a: Waiting 10:55:16 8fc89021be97: Waiting 10:55:16 66b385cf80cf: Waiting 10:55:16 aaff6b51ccfe: Layer already exists 10:55:16 e7d954a60c1f: Layer already exists 10:55:16 c94bbc2d0cb4: Layer already exists 10:55:16 fcb00665ddf3: Layer already exists 10:55:16 c1c06fcbf684: Layer already exists 10:55:16 3b4addaec870: Layer already exists 10:55:16 8fc89021be97: Layer already exists 10:55:17 3b554188744a: Layer already exists 10:55:17 66b385cf80cf: Layer already exists 10:55:17 1.3.1-dev.2: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh 10:55:17 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:17 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:55:17 c94bbc2d0cb4: Preparing 10:55:17 fcb00665ddf3: Preparing 10:55:17 e7d954a60c1f: Preparing 10:55:17 aaff6b51ccfe: Preparing 10:55:17 c1c06fcbf684: Preparing 10:55:17 3b4addaec870: Preparing 10:55:17 3b554188744a: Preparing 10:55:17 8fc89021be97: Preparing 10:55:17 66b385cf80cf: Preparing 10:55:17 3b4addaec870: Waiting 10:55:17 3b554188744a: Waiting 10:55:17 8fc89021be97: Waiting 10:55:17 66b385cf80cf: Waiting 10:55:17 aaff6b51ccfe: Layer already exists 10:55:17 fcb00665ddf3: Layer already exists 10:55:17 c94bbc2d0cb4: Layer already exists 10:55:17 e7d954a60c1f: Layer already exists 10:55:17 c1c06fcbf684: Layer already exists 10:55:17 3b554188744a: Layer already exists 10:55:17 3b4addaec870: Layer already exists 10:55:17 66b385cf80cf: Layer already exists 10:55:17 8fc89021be97: Layer already exists 10:55:18 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] isUnix [Pipeline] sh 10:55:18 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:18 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 10:55:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 10:55:18 c94bbc2d0cb4: Preparing 10:55:18 fcb00665ddf3: Preparing 10:55:18 e7d954a60c1f: Preparing 10:55:18 aaff6b51ccfe: Preparing 10:55:18 c1c06fcbf684: Preparing 10:55:18 3b4addaec870: Preparing 10:55:18 3b554188744a: Preparing 10:55:18 8fc89021be97: Preparing 10:55:18 66b385cf80cf: Preparing 10:55:18 3b4addaec870: Waiting 10:55:18 66b385cf80cf: Waiting 10:55:18 8fc89021be97: Waiting 10:55:18 3b554188744a: Waiting 10:55:18 aaff6b51ccfe: Layer already exists 10:55:18 fcb00665ddf3: Layer already exists 10:55:18 c94bbc2d0cb4: Layer already exists 10:55:18 e7d954a60c1f: Layer already exists 10:55:18 c1c06fcbf684: Layer already exists 10:55:18 3b4addaec870: Layer already exists 10:55:18 66b385cf80cf: Layer already exists 10:55:18 8fc89021be97: Layer already exists 10:55:19 3b554188744a: Layer already exists 10:55:19 master: digest: sha256:d3935897a1daf6892dec7d797e37374d9359dbcf1a638c5bcda5ae08b244f5fd size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:19 ===================================================== [Pipeline] echo 10:55:19 taggedImages: 10:55:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.3.1-dev.2 10:55:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:19 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 10:55:19 [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: 10:55:19 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:19 1.3.1-dev.2 10:55:19 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:19 master 10:55:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:19 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:20 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 10:55:20 a1796ece274b: Preparing 10:55:20 097eb09e91b7: Preparing 10:55:20 04995e7bd9e5: Preparing 10:55:20 1f77ce6d081f: Preparing 10:55:20 a1796ece274b: Pushed 10:55:20 04995e7bd9e5: Pushed 10:55:20 1f77ce6d081f: Pushed 10:55:22 097eb09e91b7: Pushed 10:55:23 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh 10:55:23 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:23 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 10:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 10:55:23 a1796ece274b: Preparing 10:55:23 097eb09e91b7: Preparing 10:55:23 04995e7bd9e5: Preparing 10:55:23 1f77ce6d081f: Preparing 10:55:24 1f77ce6d081f: Layer already exists 10:55:24 a1796ece274b: Layer already exists 10:55:24 04995e7bd9e5: Layer already exists 10:55:24 097eb09e91b7: Layer already exists 10:55:24 1.3.1-dev.2: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh 10:55:24 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:24 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 10:55:24 a1796ece274b: Preparing 10:55:24 097eb09e91b7: Preparing 10:55:24 04995e7bd9e5: Preparing 10:55:24 1f77ce6d081f: Preparing 10:55:24 1f77ce6d081f: Layer already exists 10:55:24 097eb09e91b7: Layer already exists 10:55:24 a1796ece274b: Layer already exists 10:55:24 04995e7bd9e5: Layer already exists 10:55:25 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] isUnix [Pipeline] sh 10:55:25 + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:25 + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master 10:55:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] 10:55:25 a1796ece274b: Preparing 10:55:25 097eb09e91b7: Preparing 10:55:25 04995e7bd9e5: Preparing 10:55:25 1f77ce6d081f: Preparing 10:55:25 1f77ce6d081f: Layer already exists 10:55:25 a1796ece274b: Layer already exists 10:55:25 04995e7bd9e5: Layer already exists 10:55:25 097eb09e91b7: Layer already exists 10:55:25 master: digest: sha256:8cbe76d674352c029f969f2aa0c3b537eb58f630112ef4c14f714ee8a9d3ca8d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:26 ===================================================== [Pipeline] echo 10:55:26 taggedImages: 10:55:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.3.1-dev.2 10:55:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:26 - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo 10:55:26 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 10:55:26 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:26 1.3.1-dev.2 10:55:26 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:26 master 10:55:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:26 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:27 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:55:27 23b9227db264: Preparing 10:55:27 726a920fe43f: Preparing 10:55:27 edae4a5961bf: Preparing 10:55:27 059d511dcf09: Preparing 10:55:27 99a92856ea0d: Preparing 10:55:27 b8687398778e: Preparing 10:55:27 b8687398778e: Waiting 10:55:27 23b9227db264: Pushed 10:55:27 edae4a5961bf: Pushed 10:55:27 059d511dcf09: Pushed 10:55:27 99a92856ea0d: Pushed 10:55:27 b8687398778e: Pushed 10:55:30 726a920fe43f: Pushed 10:55:30 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:55:30 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:31 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 10:55:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:55:31 23b9227db264: Preparing 10:55:31 726a920fe43f: Preparing 10:55:31 edae4a5961bf: Preparing 10:55:31 059d511dcf09: Preparing 10:55:31 99a92856ea0d: Preparing 10:55:31 b8687398778e: Preparing 10:55:31 b8687398778e: Waiting 10:55:31 23b9227db264: Layer already exists 10:55:31 726a920fe43f: Layer already exists 10:55:31 059d511dcf09: Layer already exists 10:55:31 99a92856ea0d: Layer already exists 10:55:31 edae4a5961bf: Layer already exists 10:55:31 b8687398778e: Layer already exists 10:55:31 1.3.1-dev.2: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:55:31 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:32 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:55:32 23b9227db264: Preparing 10:55:32 726a920fe43f: Preparing 10:55:32 edae4a5961bf: Preparing 10:55:32 059d511dcf09: Preparing 10:55:32 99a92856ea0d: Preparing 10:55:32 b8687398778e: Preparing 10:55:32 b8687398778e: Waiting 10:55:32 23b9227db264: Layer already exists 10:55:32 99a92856ea0d: Layer already exists 10:55:32 726a920fe43f: Layer already exists 10:55:32 edae4a5961bf: Layer already exists 10:55:32 059d511dcf09: Layer already exists 10:55:32 b8687398778e: Layer already exists 10:55:32 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] isUnix [Pipeline] sh 10:55:32 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:33 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 10:55:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 10:55:33 23b9227db264: Preparing 10:55:33 726a920fe43f: Preparing 10:55:33 edae4a5961bf: Preparing 10:55:33 059d511dcf09: Preparing 10:55:33 99a92856ea0d: Preparing 10:55:33 b8687398778e: Preparing 10:55:33 b8687398778e: Waiting 10:55:33 99a92856ea0d: Layer already exists 10:55:33 059d511dcf09: Layer already exists 10:55:33 726a920fe43f: Layer already exists 10:55:33 23b9227db264: Layer already exists 10:55:33 edae4a5961bf: Layer already exists 10:55:33 b8687398778e: Layer already exists 10:55:33 master: digest: sha256:dd32c1759bbf71ef59eb5cdfd329cd68f7aed7bb1761e74e6eaa944378859735 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:33 ===================================================== [Pipeline] echo 10:55:33 taggedImages: 10:55:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.3.1-dev.2 10:55:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:33 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 10:55:33 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 10:55:33 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:33 1.3.1-dev.2 10:55:33 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:33 master 10:55:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:34 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:34 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:55:34 041afc5e3573: Preparing 10:55:34 e5a75e8d827d: Preparing 10:55:34 c2548f5a2bf3: Preparing 10:55:34 041afc5e3573: Pushed 10:55:34 c2548f5a2bf3: Pushed 10:55:37 e5a75e8d827d: Pushed 10:55:37 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh 10:55:37 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:38 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 10:55:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:55:38 041afc5e3573: Preparing 10:55:38 e5a75e8d827d: Preparing 10:55:38 c2548f5a2bf3: Preparing 10:55:38 041afc5e3573: Layer already exists 10:55:38 c2548f5a2bf3: Layer already exists 10:55:38 e5a75e8d827d: Layer already exists 10:55:38 1.3.1-dev.2: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh 10:55:38 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:39 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:55:39 041afc5e3573: Preparing 10:55:39 e5a75e8d827d: Preparing 10:55:39 c2548f5a2bf3: Preparing 10:55:39 c2548f5a2bf3: Layer already exists 10:55:39 041afc5e3573: Layer already exists 10:55:39 e5a75e8d827d: Layer already exists 10:55:39 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] isUnix [Pipeline] sh 10:55:39 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:40 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 10:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 10:55:40 041afc5e3573: Preparing 10:55:40 e5a75e8d827d: Preparing 10:55:40 c2548f5a2bf3: Preparing 10:55:40 e5a75e8d827d: Layer already exists 10:55:40 041afc5e3573: Layer already exists 10:55:40 c2548f5a2bf3: Layer already exists 10:55:40 master: digest: sha256:41e3716520c801376cb17574f832babe297a5024eec2bcc58a9a24436ae2c9b5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:40 ===================================================== [Pipeline] echo 10:55:40 taggedImages: 10:55:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.3.1-dev.2 10:55:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:40 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 10:55:40 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 10:55:40 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:40 1.3.1-dev.2 10:55:40 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:40 master 10:55:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:41 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] isUnix [Pipeline] sh 10:55:41 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:55:41 7fc7eba2e408: Preparing 10:55:41 7f7524935b5c: Preparing 10:55:41 3c556f93a747: Preparing 10:55:41 ce5b155b73fb: Preparing 10:55:41 e16f2afd2d3d: Preparing 10:55:41 bcf673ed12ea: Preparing 10:55:41 5f80e01d3fa5: Preparing 10:55:41 52543ddb2901: Preparing 10:55:41 9f553b275599: Preparing 10:55:41 3a47579f0cd1: Preparing 10:55:41 cd6d79ebbfb6: Preparing 10:55:41 3e7dc55cab04: Preparing 10:55:41 b2e85fd0898f: Preparing 10:55:41 cd3761cfa1d9: Preparing 10:55:41 bcf673ed12ea: Waiting 10:55:41 cd6d79ebbfb6: Waiting 10:55:41 3e7dc55cab04: Waiting 10:55:41 b2e85fd0898f: Waiting 10:55:41 cd3761cfa1d9: Waiting 10:55:41 5f80e01d3fa5: Waiting 10:55:41 9f553b275599: Waiting 10:55:41 3a47579f0cd1: Waiting 10:55:41 52543ddb2901: Waiting 10:55:42 e16f2afd2d3d: Pushed 10:55:42 7fc7eba2e408: Pushed 10:55:42 ce5b155b73fb: Pushed 10:55:43 52543ddb2901: Layer already exists 10:55:43 9f553b275599: Layer already exists 10:55:43 3a47579f0cd1: Layer already exists 10:55:43 5f80e01d3fa5: Pushed 10:55:43 cd6d79ebbfb6: Layer already exists 10:55:43 3e7dc55cab04: Layer already exists 10:55:43 b2e85fd0898f: Layer already exists 10:55:43 cd3761cfa1d9: Layer already exists 10:55:43 7f7524935b5c: Pushed 10:55:44 bcf673ed12ea: Pushed 10:55:54 3c556f93a747: Pushed 10:55:54 1173b5c0fef1e23ce166a3d737bdaa79f4a94570: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh 10:55:55 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:55 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 10:55:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:55:55 7fc7eba2e408: Preparing 10:55:55 7f7524935b5c: Preparing 10:55:55 3c556f93a747: Preparing 10:55:55 ce5b155b73fb: Preparing 10:55:55 e16f2afd2d3d: Preparing 10:55:55 bcf673ed12ea: Preparing 10:55:55 5f80e01d3fa5: Preparing 10:55:55 52543ddb2901: Preparing 10:55:55 9f553b275599: Preparing 10:55:55 3a47579f0cd1: Preparing 10:55:55 cd6d79ebbfb6: Preparing 10:55:55 3e7dc55cab04: Preparing 10:55:55 b2e85fd0898f: Preparing 10:55:55 cd3761cfa1d9: Preparing 10:55:55 5f80e01d3fa5: Waiting 10:55:55 52543ddb2901: Waiting 10:55:55 bcf673ed12ea: Waiting 10:55:55 9f553b275599: Waiting 10:55:55 3e7dc55cab04: Waiting 10:55:55 3a47579f0cd1: Waiting 10:55:55 cd6d79ebbfb6: Waiting 10:55:55 b2e85fd0898f: Waiting 10:55:55 cd3761cfa1d9: Waiting 10:55:55 7f7524935b5c: Layer already exists 10:55:55 3c556f93a747: Layer already exists 10:55:55 7fc7eba2e408: Layer already exists 10:55:55 e16f2afd2d3d: Layer already exists 10:55:55 ce5b155b73fb: Layer already exists 10:55:55 52543ddb2901: Layer already exists 10:55:55 5f80e01d3fa5: Layer already exists 10:55:55 bcf673ed12ea: Layer already exists 10:55:55 3a47579f0cd1: Layer already exists 10:55:55 9f553b275599: Layer already exists 10:55:55 cd6d79ebbfb6: Layer already exists 10:55:55 3e7dc55cab04: Layer already exists 10:55:55 cd3761cfa1d9: Layer already exists 10:55:55 b2e85fd0898f: Layer already exists 10:55:55 1.3.1-dev.2: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh 10:55:56 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 [Pipeline] isUnix [Pipeline] sh 10:55:56 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:55:56 7fc7eba2e408: Preparing 10:55:56 7f7524935b5c: Preparing 10:55:56 3c556f93a747: Preparing 10:55:56 ce5b155b73fb: Preparing 10:55:56 e16f2afd2d3d: Preparing 10:55:56 bcf673ed12ea: Preparing 10:55:56 5f80e01d3fa5: Preparing 10:55:56 52543ddb2901: Preparing 10:55:56 9f553b275599: Preparing 10:55:56 3a47579f0cd1: Preparing 10:55:56 cd6d79ebbfb6: Preparing 10:55:56 3e7dc55cab04: Preparing 10:55:56 b2e85fd0898f: Preparing 10:55:56 cd3761cfa1d9: Preparing 10:55:56 3a47579f0cd1: Waiting 10:55:56 cd6d79ebbfb6: Waiting 10:55:56 3e7dc55cab04: Waiting 10:55:56 cd3761cfa1d9: Waiting 10:55:56 b2e85fd0898f: Waiting 10:55:56 bcf673ed12ea: Waiting 10:55:56 52543ddb2901: Waiting 10:55:56 5f80e01d3fa5: Waiting 10:55:56 9f553b275599: Waiting 10:55:56 ce5b155b73fb: Layer already exists 10:55:56 7f7524935b5c: Layer already exists 10:55:56 e16f2afd2d3d: Layer already exists 10:55:56 7fc7eba2e408: Layer already exists 10:55:56 3c556f93a747: Layer already exists 10:55:56 bcf673ed12ea: Layer already exists 10:55:56 5f80e01d3fa5: Layer already exists 10:55:56 9f553b275599: Layer already exists 10:55:56 52543ddb2901: Layer already exists 10:55:56 3a47579f0cd1: Layer already exists 10:55:56 3e7dc55cab04: Layer already exists 10:55:56 cd6d79ebbfb6: Layer already exists 10:55:56 cd3761cfa1d9: Layer already exists 10:55:56 b2e85fd0898f: Layer already exists 10:55:56 1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] isUnix [Pipeline] sh 10:55:57 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:55:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 10:55:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 10:55:57 7fc7eba2e408: Preparing 10:55:57 7f7524935b5c: Preparing 10:55:57 3c556f93a747: Preparing 10:55:57 ce5b155b73fb: Preparing 10:55:57 e16f2afd2d3d: Preparing 10:55:57 bcf673ed12ea: Preparing 10:55:57 5f80e01d3fa5: Preparing 10:55:57 52543ddb2901: Preparing 10:55:57 9f553b275599: Preparing 10:55:57 3a47579f0cd1: Preparing 10:55:57 cd6d79ebbfb6: Preparing 10:55:57 3e7dc55cab04: Preparing 10:55:57 b2e85fd0898f: Preparing 10:55:57 cd3761cfa1d9: Preparing 10:55:57 3a47579f0cd1: Waiting 10:55:57 cd6d79ebbfb6: Waiting 10:55:57 3e7dc55cab04: Waiting 10:55:57 bcf673ed12ea: Waiting 10:55:57 b2e85fd0898f: Waiting 10:55:57 cd3761cfa1d9: Waiting 10:55:57 5f80e01d3fa5: Waiting 10:55:57 52543ddb2901: Waiting 10:55:57 9f553b275599: Waiting 10:55:57 7f7524935b5c: Layer already exists 10:55:57 7fc7eba2e408: Layer already exists 10:55:57 3c556f93a747: Layer already exists 10:55:57 ce5b155b73fb: Layer already exists 10:55:57 e16f2afd2d3d: Layer already exists 10:55:57 bcf673ed12ea: Layer already exists 10:55:57 52543ddb2901: Layer already exists 10:55:57 9f553b275599: Layer already exists 10:55:57 5f80e01d3fa5: Layer already exists 10:55:57 3a47579f0cd1: Layer already exists 10:55:57 cd6d79ebbfb6: Layer already exists 10:55:57 3e7dc55cab04: Layer already exists 10:55:57 b2e85fd0898f: Layer already exists 10:55:57 cd3761cfa1d9: Layer already exists 10:55:57 master: digest: sha256:1e3cb9bb3f41db2f6c9d4e325a254bc6a4f423376296637b9c159237d19a5164 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:57 ===================================================== [Pipeline] echo 10:55:57 taggedImages: 10:55:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 10:55:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.3.1-dev.2 10:55:57 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1173b5c0fef1e23ce166a3d737bdaa79f4a94570-1.3.1-dev.2 10:55:57 - 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 10:55:59 provisioning config files... 10:55:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/226@tmp/config7266241244931863620tmp [Pipeline] { [Pipeline] sh 10:55:59 + set +x 10:55:59 + curl -s https://codecov.io/bash 10:55:59 + bash -s -- 10:56:00 10:56:00 _____ _ 10:56:00 / ____| | | 10:56:00 | | ___ __| | ___ ___ _____ __ 10:56:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:56:00 | |___| (_) | (_| | __/ (_| (_) \ V / 10:56:00 \_____\___/ \__,_|\___|\___\___/ \_/ 10:56:00 Bash-20201116-eea08d9 10:56:00 10:56:00 10:56:00 ==> Jenkins CI detected. 10:56:00 project root: . 10:56:00 --> token set from env 10:56:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:56:00 ==> Running gcov in . (disable via -X gcov) 10:56:00 ==> Python coveragepy not found 10:56:00 ==> Searching for coverage reports in: 10:56:00 + . 10:56:00 -> Found 1 reports 10:56:00 ==> Detecting git/mercurial file structure 10:56:00 ==> Reading reports 10:56:00 + ./coverage.out bytes=545934 10:56:00 ==> Appending adjustments 10:56:00 https://docs.codecov.io/docs/fixing-reports 10:56:03 + Found adjustments 10:56:03 ==> Gzipping contents 10:56:03 ==> Uploading reports 10:56:03 url: https://codecov.io 10:56:03 query: branch=master&commit=1173b5c0fef1e23ce166a3d737bdaa79f4a94570&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F226%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:56:03 -> Pinging Codecov 10:56:03 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=1173b5c0fef1e23ce166a3d737bdaa79f4a94570&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F226%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:56:04 -> Uploading to 10:56:04 https://storage.googleapis.com/codecov/v4/raw/2020-11-19/00271124DB129430A58F1EEE437C3FCB/1173b5c0fef1e23ce166a3d737bdaa79f4a94570/3ece7812-7451-40a3-ab7f-80a7b1d32b29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201119T105604Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66d46976ecce368e5db745f64aa70e66d99cd1b510f33f1cdf13e9b1c3da9835 10:56:04 % Total % Received % Xferd Average Speed Time Time Time Current 10:56:04 Dload Upload Total Spent Left Speed 10:56:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85604 0 0 100 85604 0 154k --:--:-- --:--:-- --:--:-- 154k 100 85604 0 0 100 85604 0 154k --:--:-- --:--:-- --:--:-- 154k 10:56:05 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1173b5c0fef1e23ce166a3d737bdaa79f4a94570 [Pipeline] } 10:56:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:56:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:56:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:56:06 10:56:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:56:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:56:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:56:06 188c0c94c7c5: Already exists 10:56:06 0ef7d3d256c8: Pulling fs layer 10:56:06 de9db76c5a1d: Pulling fs layer 10:56:06 0eba1c9be4d2: Pulling fs layer 10:56:06 0d57e429df01: Pulling fs layer 10:56:06 4e4be7b47b0d: Pulling fs layer 10:56:06 e1f770b5df2f: Pulling fs layer 10:56:06 85a0685a4137: Pulling fs layer 10:56:06 0d57e429df01: Waiting 10:56:06 4e4be7b47b0d: Waiting 10:56:06 e1f770b5df2f: Waiting 10:56:06 85a0685a4137: Waiting 10:56:06 de9db76c5a1d: Verifying Checksum 10:56:06 de9db76c5a1d: Download complete 10:56:06 0ef7d3d256c8: Download complete 10:56:06 0d57e429df01: Verifying Checksum 10:56:06 0d57e429df01: Download complete 10:56:06 4e4be7b47b0d: Verifying Checksum 10:56:06 4e4be7b47b0d: Download complete 10:56:07 0ef7d3d256c8: Pull complete 10:56:07 de9db76c5a1d: Pull complete 10:56:09 e1f770b5df2f: Verifying Checksum 10:56:09 e1f770b5df2f: Download complete 10:56:10 0eba1c9be4d2: Verifying Checksum 10:56:10 0eba1c9be4d2: Download complete 10:56:11 85a0685a4137: Verifying Checksum 10:56:11 85a0685a4137: Download complete 10:56:18 0eba1c9be4d2: Pull complete 10:56:18 0d57e429df01: Pull complete 10:56:18 4e4be7b47b0d: Pull complete 10:56:21 e1f770b5df2f: Pull complete 10:56:31 85a0685a4137: Pull complete 10:56:31 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:56:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:56:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:56:32 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:56:32 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:56:33 $ docker top 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c -eo pid,comm [Pipeline] { [Pipeline] echo 10:56:33 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:56:33 + set -o pipefail 10:56:33 + snyk monitor '--org=edgex-jenkins' 10:56:41 10:56:41 Monitoring /w/workspace/edgex-go/226 (github.com/edgexfoundry/edgex-go)... 10:56:41 10:56:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/47e32598-c1ec-46ab-a325-ce7f66787445 10:56:41 10:56:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:56:41 10:56:41 10:56:41 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 10:56:41 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:56:41 $ docker stop --time=1 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c 10:56:45 $ docker rm -f 6acc6e1bf4ae095608a4236ff1ab6a29cc3adb51668d14649b2d005e81ca995c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 10:56:46 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-command/Dockerfile [Pipeline] echo 10:56:46 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:56:46 + set -o pipefail 10:56:46 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:56:46 + tee .snyk 10:56:46 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:56:46 version: v1.14.1 10:56:46 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:56:46 ignore: 10:56:46 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:56:46 - '*': 10:56:46 reason: does not apply # justification for ignoring 10:56:46 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 10:56:46 SNYK-ALPINE312-JQ-588886: 10:56:46 - '*': 10:56:46 reason: false positive 10:56:46 expires: 2021-01-01T00:00:00 10:56:46 # patch: {} [Pipeline] withCredentials 10:56:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:56:47 . [Pipeline] withDockerContainer 10:56:47 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:56:47 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:56:48 $ docker top e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:49 + rm -f snykReport.html [Pipeline] echo 10:56:49 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-command/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:56:49 + set -o pipefail 10:56:49 + snyk-to-html -o snykReport.html 10:56:49 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-command-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-command/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:56:59 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:56:59 $ docker stop --time=1 e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb 10:57:01 $ docker rm -f e3af670052722a9c18802074b0c7f0e41ace10828b285407995d39a81b672abb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:01 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-data/Dockerfile [Pipeline] echo 10:57:01 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:57:01 + set -o pipefail 10:57:01 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:57:01 + tee .snyk 10:57:02 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:57:02 version: v1.14.1 10:57:02 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:57:02 ignore: 10:57:02 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:57:02 - '*': 10:57:02 reason: does not apply # justification for ignoring 10:57:02 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 10:57:02 SNYK-ALPINE312-JQ-588886: 10:57:02 - '*': 10:57:02 reason: false positive 10:57:02 expires: 2021-01-01T00:00:00 10:57:02 # patch: {} [Pipeline] withCredentials 10:57:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:57:02 . [Pipeline] withDockerContainer 10:57:02 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:57:02 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:57:03 $ docker top 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:04 + rm -f snykReport.html [Pipeline] echo 10:57:04 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-data/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:57:04 + set -o pipefail 10:57:04 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-data-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-data/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:57:04 + snyk-to-html -o snykReport.html 10:57:11 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:57:11 $ docker stop --time=1 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b 10:57:12 $ docker rm -f 58d3b208b575ddac0e2341f870e07a8c36a77c141b6578948e8895232e88bc8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:12 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/core-metadata/Dockerfile [Pipeline] echo 10:57:12 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:57:13 + set -o pipefail 10:57:13 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:57:13 + tee .snyk 10:57:13 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:57:13 version: v1.14.1 10:57:13 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:57:13 ignore: 10:57:13 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:57:13 - '*': 10:57:13 reason: does not apply # justification for ignoring 10:57:13 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 10:57:13 SNYK-ALPINE312-JQ-588886: 10:57:13 - '*': 10:57:13 reason: false positive 10:57:13 expires: 2021-01-01T00:00:00 10:57:13 # patch: {} [Pipeline] withCredentials 10:57:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:57:14 . [Pipeline] withDockerContainer 10:57:14 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:57:14 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:57:15 $ docker top 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:16 + rm -f snykReport.html [Pipeline] echo 10:57:16 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/core-metadata/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:57:16 + set -o pipefail 10:57:16 + snyk-to-html -o snykReport.html 10:57:16 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/core-metadata/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:57:26 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:57:26 $ docker stop --time=1 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b 10:57:28 $ docker rm -f 3972bbb426e1d2f712fa7a1a16417b179f995749814c443985946abec8b08f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:28 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-bootstrap-redis/Dockerfile [Pipeline] echo 10:57:28 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:57:28 + set -o pipefail 10:57:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:57:28 + tee .snyk 10:57:29 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:57:29 version: v1.14.1 10:57:29 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:57:29 ignore: 10:57:29 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:57:29 - '*': 10:57:29 reason: does not apply # justification for ignoring 10:57:29 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 10:57:29 SNYK-ALPINE312-JQ-588886: 10:57:29 - '*': 10:57:29 reason: false positive 10:57:29 expires: 2021-01-01T00:00:00 10:57:29 # patch: {} [Pipeline] withCredentials 10:57:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:57:29 . [Pipeline] withDockerContainer 10:57:29 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:57: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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:57:30 $ docker top eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:31 + rm -f snykReport.html [Pipeline] echo 10:57:31 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-bootstrap-redis/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:57:31 + set -o pipefail 10:57:31 + snyk-to-html -o snykReport.html 10:57:31 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-bootstrap-redis/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:57:39 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:57:39 $ docker stop --time=1 eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 10:57:41 $ docker rm -f eb55d39ea0fc9345868e436ec3f66e1104ecfac9d005ebd8159174d403782485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:41 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-proxy-setup/Dockerfile [Pipeline] echo 10:57:41 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:57:41 + set -o pipefail 10:57:41 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:57:41 + tee .snyk 10:57:41 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:57:41 version: v1.14.1 10:57:41 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:57:41 ignore: 10:57:41 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:57:41 - '*': 10:57:41 reason: does not apply # justification for ignoring 10:57:41 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 10:57:41 SNYK-ALPINE312-JQ-588886: 10:57:41 - '*': 10:57:41 reason: false positive 10:57:41 expires: 2021-01-01T00:00:00 10:57:41 # patch: {} [Pipeline] withCredentials 10:57:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:57:42 . [Pipeline] withDockerContainer 10:57:42 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:57:42 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:57:43 $ docker top 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:43 + rm -f snykReport.html [Pipeline] echo 10:57:43 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-proxy-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:57:44 + set -o pipefail 10:57:44 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-proxy-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:57:44 + snyk-to-html -o snykReport.html 10:57:52 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:57:52 $ docker stop --time=1 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd 10:57:53 $ docker rm -f 70c7ae5f071251cfc26e0b2b649d68f5cf6da28bc942dbf5191f6d55fa1ef2fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:57:54 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-secrets-setup/Dockerfile [Pipeline] echo 10:57:54 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:57:54 + set -o pipefail 10:57:54 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:57:54 + tee .snyk 10:57:54 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:57:54 version: v1.14.1 10:57:54 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:57:54 ignore: 10:57:54 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:57:54 - '*': 10:57:54 reason: does not apply # justification for ignoring 10:57: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 10:57:54 SNYK-ALPINE312-JQ-588886: 10:57:54 - '*': 10:57:54 reason: false positive 10:57:54 expires: 2021-01-01T00:00:00 10:57:54 # patch: {} [Pipeline] withCredentials 10:57:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:57:54 . [Pipeline] withDockerContainer 10:57:54 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:57: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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:57:55 $ docker top 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:56 + rm -f snykReport.html [Pipeline] echo 10:57:56 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-secrets-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:57:56 + set -o pipefail 10:57:56 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-secrets-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:57:56 + snyk-to-html -o snykReport.html 10:58:02 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:58:02 $ docker stop --time=1 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 10:58:03 $ docker rm -f 41a81ddceb6d7aa70fadfd4d291baac98c15be9cbda172e7101b3a22d6948eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:58:03 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/security-secretstore-setup/Dockerfile [Pipeline] echo 10:58:04 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:58:04 + set -o pipefail 10:58:04 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:58:04 + tee .snyk 10:58:04 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:58:04 version: v1.14.1 10:58:04 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:58:04 ignore: 10:58:04 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:58:04 - '*': 10:58:04 reason: does not apply # justification for ignoring 10:58:04 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 10:58:04 SNYK-ALPINE312-JQ-588886: 10:58:04 - '*': 10:58:04 reason: false positive 10:58:04 expires: 2021-01-01T00:00:00 10:58:04 # patch: {} [Pipeline] withCredentials 10:58:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:04 . [Pipeline] withDockerContainer 10:58:04 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:58:04 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:58:05 $ docker top b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:06 + rm -f snykReport.html [Pipeline] echo 10:58:06 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/security-secretstore-setup/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:58:06 + set -o pipefail 10:58:06 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/security-secretstore-setup/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:58:06 + snyk-to-html -o snykReport.html 10:58:13 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:58:13 $ docker stop --time=1 b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 10:58:14 $ docker rm -f b91078f037374bd7ae29b28c8df3d850c11631e9ed39267b049c8837ff4c4573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:58:14 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-logging/Dockerfile [Pipeline] echo 10:58:14 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:58:15 + set -o pipefail 10:58:15 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:58:15 + tee .snyk 10:58:15 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:58:15 version: v1.14.1 10:58:15 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:58:15 ignore: 10:58:15 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:58:15 - '*': 10:58:15 reason: does not apply # justification for ignoring 10:58:15 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 10:58:15 SNYK-ALPINE312-JQ-588886: 10:58:15 - '*': 10:58:15 reason: false positive 10:58:15 expires: 2021-01-01T00:00:00 10:58:15 # patch: {} [Pipeline] withCredentials 10:58:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:15 . [Pipeline] withDockerContainer 10:58:15 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:58:16 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:58:16 $ docker top 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:17 + rm -f snykReport.html [Pipeline] echo 10:58:17 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-logging/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:58:17 + set -o pipefail 10:58:17 + + snyk-to-htmlsnyk -o snykReport.html 10:58:17 test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-logging-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-logging/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:58:27 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:58:27 $ docker stop --time=1 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 10:58:29 $ docker rm -f 1624b41dbd9de15655db4205da851122c920c6abed9d02d6ceae7c93a5f31bd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:58:29 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-notifications/Dockerfile [Pipeline] echo 10:58:29 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:58:29 + set -o pipefail 10:58:29 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:58:29 + tee .snyk 10:58:29 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:58:29 version: v1.14.1 10:58:29 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:58:29 ignore: 10:58:29 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:58:29 - '*': 10:58:29 reason: does not apply # justification for ignoring 10:58:29 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 10:58:29 SNYK-ALPINE312-JQ-588886: 10:58:29 - '*': 10:58:29 reason: false positive 10:58:29 expires: 2021-01-01T00:00:00 10:58:29 # patch: {} [Pipeline] withCredentials 10:58:29 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:30 . [Pipeline] withDockerContainer 10:58:30 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:58:30 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:58:31 $ docker top 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:31 + rm -f snykReport.html [Pipeline] echo 10:58:31 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-notifications/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:58:32 + set -o pipefail 10:58:32 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-notifications/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:58:32 + snyk-to-html -o snykReport.html 10:58:42 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:58:42 $ docker stop --time=1 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 10:58:43 $ docker rm -f 2471123ad253acbbe711c564dce09968dafa78ba349da81f832d1f67a4d2d824 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:58:44 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/support-scheduler/Dockerfile [Pipeline] echo 10:58:44 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:58:44 + set -o pipefail 10:58:44 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:58:44 + tee .snyk 10:58:44 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:58:44 version: v1.14.1 10:58:44 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:58:44 ignore: 10:58:44 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:58:44 - '*': 10:58:44 reason: does not apply # justification for ignoring 10:58:44 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 10:58:44 SNYK-ALPINE312-JQ-588886: 10:58:44 - '*': 10:58:44 reason: false positive 10:58:44 expires: 2021-01-01T00:00:00 10:58:44 # patch: {} [Pipeline] withCredentials 10:58:44 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:44 . [Pipeline] withDockerContainer 10:58:44 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:58:45 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:58:45 $ docker top 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:46 + rm -f snykReport.html [Pipeline] echo 10:58:46 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/support-scheduler/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:58:46 + set -o pipefail 10:58:46 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/support-scheduler/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:58:46 + snyk-to-html -o snykReport.html 10:58:56 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:58:56 $ docker stop --time=1 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 10:58:58 $ docker rm -f 8d615c3c8bed31538516ba4ae42c29327ff233668994915e25750469a569c445 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:58:58 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570, dockerFile=cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:58:58 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 10:58:59 + set -o pipefail 10:58:59 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 10:58:59 + tee .snyk 10:58:59 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 10:58:59 version: v1.14.1 10:58:59 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 10:58:59 ignore: 10:58:59 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 10:58:59 - '*': 10:58:59 reason: does not apply # justification for ignoring 10:58:59 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 10:58:59 SNYK-ALPINE312-JQ-588886: 10:58:59 - '*': 10:58:59 reason: false positive 10:58:59 expires: 2021-01-01T00:00:00 10:58:59 # patch: {} [Pipeline] withCredentials 10:58:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:58:59 . [Pipeline] withDockerContainer 10:58:59 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:58:59 $ 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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:59:00 $ docker top 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:59:00 + rm -f snykReport.html [Pipeline] echo 10:59:00 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 --file=./cmd/sys-mgmt-agent/Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 10:59:01 + set -o pipefail 10:59:01 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1173b5c0fef1e23ce166a3d737bdaa79f4a94570 '--file=./cmd/sys-mgmt-agent/Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 10:59:01 + snyk-to-html -o snykReport.html 10:59:07 Vulnerability snapshot saved at snykReport.html [Pipeline] } 10:59:07 $ docker stop --time=1 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 10:59:09 $ docker rm -f 57406efd258e853959a03d3cab8edca3bf2e60865079264513eba1f9a55c24a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:59:10 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:59:10 provisioning config files... 10:59:10 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/226@tmp/config5183976465867653528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:10 --> edgex-publish-swagger.sh 10:59:10 === Publish openapi/v1 API === 10:59:10 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:59:10 [publishToSwagger] Publishing API Name [core-command] 10:59:10 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:10 Dload Upload Total Spent Left Speed 10:59:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9020 0:00:01 0:00:01 --:--:-- 9030 10:59:11 10:59:11 10:59:11 [publishToSwagger] Publishing API Name [core-data] 10:59:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:11 Dload Upload Total Spent Left Speed 10:59:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31762 0:00:01 0:00:01 --:--:-- 31761 100 32556 0 0 100 32556 0 31756 0:00:01 0:00:01 --:--:-- 31761 10:59:12 10:59:12 10:59:12 [publishToSwagger] Publishing API Name [core-metadata] 10:59:12 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:12 Dload Upload Total Spent Left Speed 10:59:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63932 0:00:01 0:00:01 --:--:-- 63993 100 73720 0 0 100 73720 0 63922 0:00:01 0:00:01 --:--:-- 63937 10:59:14 10:59:14 10:59:14 [publishToSwagger] Publishing API Name [support-logging] 10:59:14 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:14 Dload Upload Total Spent Left Speed 10:59:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12764 0:00:01 0:00:01 --:--:-- 12775 100 13580 0 0 100 13580 0 12761 0:00:01 0:00:01 --:--:-- 12775 10:59:15 10:59:15 10:59:15 [publishToSwagger] Publishing API Name [support-notifications] 10:59:15 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:15 Dload Upload Total Spent Left Speed 10:59:16 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 10:59:16 10:59:16 10:59:16 [publishToSwagger] Publishing API Name [support-scheduler] 10:59:16 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:16 Dload Upload Total Spent Left Speed 10:59:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13168 0:00:01 0:00:01 --:--:-- 13180 100 14248 0 0 100 14248 0 13166 0:00:01 0:00:01 --:--:-- 13180 10:59:17 10:59:17 10:59:17 [publishToSwagger] Publishing API Name [system-agent] 10:59:17 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:17 Dload Upload Total Spent Left Speed 10:59:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3406 0:00:01 0:00:01 --:--:-- 3407 100 4109 0 0 100 4109 0 2918 0:00:01 0:00:01 --:--:-- 2920 10:59:18 10:59:18 10:59:18 === Publish openapi/v2 API === 10:59:18 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:59:18 [publishToSwagger] Publishing API Name [core-command] 10:59:18 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:18 Dload Upload Total Spent Left Speed 10:59:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25769 0:00:01 0:00:01 --:--:-- 25794 100 29535 0 0 100 29535 0 25765 0:00:01 0:00:01 --:--:-- 25772 10:59:20 10:59:20 10:59:20 [publishToSwagger] Publishing API Name [core-data] 10:59:20 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:20 Dload Upload Total Spent Left Speed 10:59:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65640 0 0 100 65640 0 59924 0:00:01 0:00:01 --:--:-- 59945 100 65640 0 0 100 65640 0 59913 0:00:01 0:00:01 --:--:-- 59945 10:59:21 10:59:21 10:59:21 [publishToSwagger] Publishing API Name [core-metadata] 10:59:21 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:21 Dload Upload Total Spent Left Speed 10:59:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 96129 0:00:01 0:00:01 --:--:-- 96204 10:59:22 10:59:22 10:59:22 [publishToSwagger] Publishing API Name [support-logging] 10:59:22 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:22 Dload Upload Total Spent Left Speed 10:59:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20571 0:00:01 0:00:01 --:--:-- 20582 100 23691 0 0 100 23691 0 20566 0:00:01 0:00:01 --:--:-- 20582 10:59:23 10:59:23 10:59:23 [publishToSwagger] Publishing API Name [support-notifications] 10:59:23 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:23 Dload Upload Total Spent Left Speed 10:59:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 52913 0:00:01 0:00:01 --:--:-- 52948 100 62691 0 0 100 62691 0 52904 0:00:01 0:00:01 --:--:-- 52948 10:59:24 10:59:24 10:59:24 [publishToSwagger] Publishing API Name [support-scheduler] 10:59:24 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:24 Dload Upload Total Spent Left Speed 10:59:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 42209 0:00:01 0:00:01 --:--:-- 42189 100 46198 0 0 100 46198 0 42202 0:00:01 0:00:01 --:--:-- 42189 10:59:25 10:59:25 10:59:25 [publishToSwagger] Publishing API Name [system-agent] 10:59:25 % Total % Received % Xferd Average Speed Time Time Time Current 10:59:25 Dload Upload Total Spent Left Speed 10:59:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 21945 0:00:01 0:00:01 --:--:-- 21967 100 23725 0 0 100 23725 0 21941 0:00:01 0:00:01 --:--:-- 21947 10:59:27 10:59:27 [Pipeline] } 10:59:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 10:59:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:59:28 . [Pipeline] withDockerContainer 10:59:28 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:59:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:59:29 $ docker top 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:59:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:29 [ssh-agent] Looking for ssh-agent implementation... 10:59:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:29 $ docker exec 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 ssh-agent 10:59:29 SSH_AUTH_SOCK=/tmp/ssh-fM3vxajteEMq/agent.11 10:59:29 SSH_AGENT_PID=16 10:59:29 Running ssh-add (command line suppressed) 10:59:30 Identity added: /w/workspace/edgex-go/226@tmp/private_key_2947726859119911971.key (/w/workspace/edgex-go/226@tmp/private_key_2947726859119911971.key) 10:59:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:30 + git semver tag 10:59:30 # -> Open(): unable to determine branch for HEAD 10:59:30 # $GIT_DIR = /w/workspace/edgex-go/226/.git 10:59:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/226 10:59:30 # $SEMVER_REMOTE_NAME = origin 10:59:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:59:30 # $SEMVER_USER_NAME = edgex-jenkins 10:59:30 # $SEMVER_BRANCH = master 10:59:30 # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver 10:59:30 # 1173b5c0fef1e23ce166a3d737bdaa79f4a94570 HEAD 10:59:31 # -> Force: false 10:59:31 # 981abfc9cf5002d6e4881e64268eadda9abb01b9 refs/tags/v1.3.1-dev.2 [Pipeline] } 10:59:31 $ docker exec --env ******** --env ******** 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 ssh-agent -k 10:59:31 unset SSH_AUTH_SOCK; 10:59:31 unset SSH_AGENT_PID; 10:59:31 echo Agent pid 16 killed; 10:59:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:59:32 + git semver [Pipeline] } 10:59:32 $ docker stop --time=1 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 10:59:33 $ docker rm -f 2f3c98b0241c96c63ca705220b418f6ba4b2e437173fca92b811d62d626455e8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:59:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:59:34 10:59:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:59:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:59:34 0.23.1-centos7: Pulling from edgex-lftools 10:59:34 ab5ef0e58194: Pulling fs layer 10:59:34 9712f1f96733: Pulling fs layer 10:59:34 63f879dbbcfc: Pulling fs layer 10:59:34 0d9ebad4ef96: Pulling fs layer 10:59:34 e9a5061849ea: Pulling fs layer 10:59:34 d747dcd14b5f: Pulling fs layer 10:59:34 2de7ff778b66: Pulling fs layer 10:59:34 0d9ebad4ef96: Waiting 10:59:34 e9a5061849ea: Waiting 10:59:34 d747dcd14b5f: Waiting 10:59:34 2de7ff778b66: Waiting 10:59:34 9712f1f96733: Verifying Checksum 10:59:34 9712f1f96733: Download complete 10:59:37 63f879dbbcfc: Verifying Checksum 10:59:37 63f879dbbcfc: Download complete 10:59:37 e9a5061849ea: Verifying Checksum 10:59:37 e9a5061849ea: Download complete 10:59:37 d747dcd14b5f: Verifying Checksum 10:59:37 d747dcd14b5f: Download complete 10:59:37 2de7ff778b66: Verifying Checksum 10:59:37 2de7ff778b66: Download complete 10:59:38 0d9ebad4ef96: Verifying Checksum 10:59:38 0d9ebad4ef96: Download complete 10:59:38 ab5ef0e58194: Verifying Checksum 10:59:38 ab5ef0e58194: Download complete 10:59:43 ab5ef0e58194: Pull complete 10:59:43 9712f1f96733: Pull complete 10:59:46 63f879dbbcfc: Pull complete 10:59:53 0d9ebad4ef96: Pull complete 10:59:53 e9a5061849ea: Pull complete 10:59:53 d747dcd14b5f: Pull complete 10:59:57 2de7ff778b66: Pull complete 10:59:57 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:59:57 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:59:58 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 10:59:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:00:02 $ docker top 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:00:03 provisioning config files... 11:00:03 copy managed file [sigul-config] to file:/w/workspace/edgex-go/226@tmp/config6316909582885709705tmp 11:00:03 copy managed file [sigul-password] to file:/w/workspace/edgex-go/226@tmp/config3629552262732371202tmp 11:00:03 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/226@tmp/config984563473796359035tmp [Pipeline] { [Pipeline] echo 11:00:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:00:03 ---> sigul-configuration.sh 11:00:03 gpg: directory `/root/.gnupg' created 11:00:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:00:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:00:03 gpg: keyring `/root/.gnupg/secring.gpg' created 11:00:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:00:03 gpg: CAST5 encrypted data 11:00:03 gpg: encrypted with 1 passphrase 11:00:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:00:04 + mkdir /home/jenkins 11:00:04 + mkdir /home/jenkins/sigul [Pipeline] sh 11:00:04 + 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 11:00:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:00:04 ---> sigul-install.sh 11:00:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:00:10 + git tag --list 11:00:10 0.6.0 11:00:10 0.6.1 11:00:10 0.7.0 11:00:10 0.7.1 11:00:10 v1.0.0 11:00:10 v1.0.1 11:00:10 v1.1.0 11:00:10 v1.2.0 11:00:10 v1.2.1 11:00:10 v1.2.2-dev.1 11:00:10 v1.2.2-dev.10 11:00:10 v1.2.2-dev.100 11:00:10 v1.2.2-dev.101 11:00:10 v1.2.2-dev.102 11:00:10 v1.2.2-dev.103 11:00:10 v1.2.2-dev.104 11:00:10 v1.2.2-dev.105 11:00:10 v1.2.2-dev.106 11:00:10 v1.2.2-dev.107 11:00:10 v1.2.2-dev.11 11:00:10 v1.2.2-dev.12 11:00:10 v1.2.2-dev.13 11:00:10 v1.2.2-dev.14 11:00:10 v1.2.2-dev.15 11:00:10 v1.2.2-dev.16 11:00:10 v1.2.2-dev.17 11:00:10 v1.2.2-dev.18 11:00:10 v1.2.2-dev.19 11:00:10 v1.2.2-dev.2 11:00:10 v1.2.2-dev.20 11:00:10 v1.2.2-dev.21 11:00:10 v1.2.2-dev.22 11:00:10 v1.2.2-dev.23 11:00:10 v1.2.2-dev.24 11:00:10 v1.2.2-dev.25 11:00:10 v1.2.2-dev.26 11:00:10 v1.2.2-dev.27 11:00:10 v1.2.2-dev.28 11:00:10 v1.2.2-dev.29 11:00:10 v1.2.2-dev.3 11:00:10 v1.2.2-dev.30 11:00:10 v1.2.2-dev.31 11:00:10 v1.2.2-dev.32 11:00:10 v1.2.2-dev.33 11:00:10 v1.2.2-dev.34 11:00:10 v1.2.2-dev.35 11:00:10 v1.2.2-dev.36 11:00:10 v1.2.2-dev.37 11:00:10 v1.2.2-dev.38 11:00:10 v1.2.2-dev.39 11:00:10 v1.2.2-dev.4 11:00:10 v1.2.2-dev.40 11:00:10 v1.2.2-dev.41 11:00:10 v1.2.2-dev.42 11:00:10 v1.2.2-dev.43 11:00:10 v1.2.2-dev.44 11:00:10 v1.2.2-dev.45 11:00:10 v1.2.2-dev.46 11:00:10 v1.2.2-dev.47 11:00:10 v1.2.2-dev.48 11:00:10 v1.2.2-dev.49 11:00:10 v1.2.2-dev.5 11:00:10 v1.2.2-dev.50 11:00:10 v1.2.2-dev.51 11:00:10 v1.2.2-dev.52 11:00:10 v1.2.2-dev.53 11:00:10 v1.2.2-dev.54 11:00:10 v1.2.2-dev.55 11:00:10 v1.2.2-dev.56 11:00:10 v1.2.2-dev.57 11:00:10 v1.2.2-dev.58 11:00:10 v1.2.2-dev.59 11:00:10 v1.2.2-dev.6 11:00:10 v1.2.2-dev.60 11:00:10 v1.2.2-dev.61 11:00:10 v1.2.2-dev.62 11:00:10 v1.2.2-dev.63 11:00:10 v1.2.2-dev.64 11:00:10 v1.2.2-dev.65 11:00:10 v1.2.2-dev.66 11:00:10 v1.2.2-dev.67 11:00:10 v1.2.2-dev.68 11:00:10 v1.2.2-dev.69 11:00:10 v1.2.2-dev.7 11:00:10 v1.2.2-dev.70 11:00:10 v1.2.2-dev.71 11:00:10 v1.2.2-dev.72 11:00:10 v1.2.2-dev.73 11:00:10 v1.2.2-dev.74 11:00:10 v1.2.2-dev.75 11:00:10 v1.2.2-dev.76 11:00:10 v1.2.2-dev.77 11:00:10 v1.2.2-dev.78 11:00:10 v1.2.2-dev.79 11:00:10 v1.2.2-dev.8 11:00:10 v1.2.2-dev.80 11:00:10 v1.2.2-dev.81 11:00:10 v1.2.2-dev.82 11:00:10 v1.2.2-dev.83 11:00:10 v1.2.2-dev.84 11:00:10 v1.2.2-dev.85 11:00:10 v1.2.2-dev.86 11:00:10 v1.2.2-dev.87 11:00:10 v1.2.2-dev.88 11:00:10 v1.2.2-dev.89 11:00:10 v1.2.2-dev.9 11:00:10 v1.2.2-dev.90 11:00:10 v1.2.2-dev.91 11:00:10 v1.2.2-dev.92 11:00:10 v1.2.2-dev.93 11:00:10 v1.2.2-dev.94 11:00:10 v1.2.2-dev.95 11:00:10 v1.2.2-dev.96 11:00:10 v1.2.2-dev.97 11:00:10 v1.2.2-dev.98 11:00:10 v1.2.2-dev.99 11:00:10 v1.3.0 11:00:10 v1.3.1-dev.1 11:00:10 v1.3.1-dev.2 [Pipeline] sh 11:00:10 + lftools sign git-tag v1.3.1-dev.2 11:00:12 Signing Git tag with Sigul... 11:00:12 Signing v1.3.1-dev.2 [Pipeline] echo 11:00:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:00:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:00:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:00:14 $ docker stop --time=1 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 11:00:17 $ docker rm -f 8f410a16f4e9263cdbaecad13b0a02bd4e28ed0601321bdb08b43ee530d3c579 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:00:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:18 . [Pipeline] withDockerContainer 11:00:18 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 11:00:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:00:19 $ docker top 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:19 [ssh-agent] Looking for ssh-agent implementation... 11:00:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:19 $ docker exec 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 ssh-agent 11:00:19 SSH_AUTH_SOCK=/tmp/ssh-R0DKz7MWPFpo/agent.11 11:00:19 SSH_AGENT_PID=16 11:00:19 Running ssh-add (command line suppressed) 11:00:20 Identity added: /w/workspace/edgex-go/226@tmp/private_key_3222716130422741218.key (/w/workspace/edgex-go/226@tmp/private_key_3222716130422741218.key) 11:00:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:20 + git semver bump pre 11:00:20 # -> Open(): unable to determine branch for HEAD 11:00:20 # $GIT_DIR = /w/workspace/edgex-go/226/.git 11:00:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/226 11:00:20 # $SEMVER_REMOTE_NAME = origin 11:00:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:00:20 # $SEMVER_USER_NAME = edgex-jenkins 11:00:20 # $SEMVER_BRANCH = master 11:00:20 # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver 11:00:20 1.3.1-dev.3 [Pipeline] } 11:00:20 $ docker exec --env ******** --env ******** 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 ssh-agent -k 11:00:20 unset SSH_AUTH_SOCK; 11:00:20 unset SSH_AGENT_PID; 11:00:20 echo Agent pid 16 killed; 11:00:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:21 + git semver [Pipeline] } 11:00:21 $ docker stop --time=1 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 11:00:22 $ docker rm -f 356f49eddfc9ffec33dc430cfed2d73d9b42dff8434391a3a5e8446d71206a38 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:00:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:23 . [Pipeline] withDockerContainer 11:00:23 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 11:00:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:00:24 $ docker top 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:00:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:00:24 [ssh-agent] Looking for ssh-agent implementation... 11:00:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:00:24 $ docker exec 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d ssh-agent 11:00:25 SSH_AUTH_SOCK=/tmp/ssh-Kp3sARA9DvL4/agent.11 11:00:25 SSH_AGENT_PID=17 11:00:25 Running ssh-add (command line suppressed) 11:00:25 Identity added: /w/workspace/edgex-go/226@tmp/private_key_7954950273901129905.key (/w/workspace/edgex-go/226@tmp/private_key_7954950273901129905.key) 11:00:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:00:25 + git semver push 11:00:25 # -> Open(): unable to determine branch for HEAD 11:00:25 # $GIT_DIR = /w/workspace/edgex-go/226/.git 11:00:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/226 11:00:25 # $SEMVER_REMOTE_NAME = origin 11:00:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:00:25 # $SEMVER_USER_NAME = edgex-jenkins 11:00:25 # $SEMVER_BRANCH = master 11:00:25 # $SEMVER_DIR = /w/workspace/edgex-go/226/.semver [Pipeline] } 11:00:35 $ docker exec --env ******** --env ******** 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d ssh-agent -k 11:00:35 unset SSH_AUTH_SOCK; 11:00:35 unset SSH_AGENT_PID; 11:00:35 echo Agent pid 17 killed; 11:00:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:00:36 + git semver [Pipeline] } 11:00:36 $ docker stop --time=1 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d 11:00:37 $ docker rm -f 914e4e58cfda447547ab7615c25d293626f80399ee580416b65541271257fd4d [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 11:00:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:00:39 ---> package-listing.sh 11:00:39 ++ facter osfamily 11:00:39 ++ tr '[:upper:]' '[:lower:]' 11:00:39 + OS_FAMILY=redhat 11:00:39 + workspace=/w/workspace/edgex-go/226 11:00:39 + START_PACKAGES=/tmp/packages_start.txt 11:00:39 + END_PACKAGES=/tmp/packages_end.txt 11:00:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:00:39 + PACKAGES=/tmp/packages_start.txt 11:00:39 + '[' /w/workspace/edgex-go/226 ']' 11:00:39 + PACKAGES=/tmp/packages_end.txt 11:00:39 + case "${OS_FAMILY}" in 11:00:39 + rpm -qa 11:00:39 + sort 11:00:44 + '[' -f /tmp/packages_start.txt ']' 11:00:44 + '[' -f /tmp/packages_end.txt ']' 11:00:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:00:44 + '[' /w/workspace/edgex-go/226 ']' 11:00:44 + mkdir -p /w/workspace/edgex-go/226/archives/ 11:00:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/226/archives/ [Pipeline] echo 11:00:44 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/226/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:00:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:00:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:00:44 11:00:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:00:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:00:45 alpine: Pulling from edgex-lftools-log-publisher 11:00:45 df20fa9351a1: Already exists 11:00:45 36b3adc4ff6f: Pulling fs layer 11:00:45 8ad3a11d3b57: Pulling fs layer 11:00:45 46f8f816bc3b: Pulling fs layer 11:00:45 93b61091891f: Pulling fs layer 11:00:45 93b9cdb0e59b: Pulling fs layer 11:00:45 5e14af77c1be: Pulling fs layer 11:00:45 01666e4c0597: Pulling fs layer 11:00:45 aa168da1d23b: Pulling fs layer 11:00:45 93b61091891f: Waiting 11:00:45 93b9cdb0e59b: Waiting 11:00:45 5e14af77c1be: Waiting 11:00:45 01666e4c0597: Waiting 11:00:45 aa168da1d23b: Waiting 11:00:45 46f8f816bc3b: Verifying Checksum 11:00:45 46f8f816bc3b: Download complete 11:00:45 36b3adc4ff6f: Download complete 11:00:45 93b9cdb0e59b: Verifying Checksum 11:00:45 93b9cdb0e59b: Download complete 11:00:45 5e14af77c1be: Download complete 11:00:45 01666e4c0597: Verifying Checksum 11:00:45 01666e4c0597: Download complete 11:00:45 36b3adc4ff6f: Pull complete 11:00:45 93b61091891f: Verifying Checksum 11:00:45 93b61091891f: Download complete 11:00:45 8ad3a11d3b57: Verifying Checksum 11:00:45 8ad3a11d3b57: Download complete 11:00:46 8ad3a11d3b57: Pull complete 11:00:46 46f8f816bc3b: Pull complete 11:00:48 aa168da1d23b: Verifying Checksum 11:00:48 aa168da1d23b: Download complete 11:00:48 93b61091891f: Pull complete 11:00:48 93b9cdb0e59b: Pull complete 11:00:48 5e14af77c1be: Pull complete 11:00:49 01666e4c0597: Pull complete 11:00:55 aa168da1d23b: Pull complete 11:00:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:00:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:00:56 prd-centos7-docker-4c-2g-12729 does not seem to be running inside a container 11:00:56 $ 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/226/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/226 -v /w/workspace/edgex-go/226:/w/workspace/edgex-go/226:rw,z -v /w/workspace/edgex-go/226@tmp:/w/workspace/edgex-go/226@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:00:59 $ docker top 7b514a630001bf697bf04ef85ab1490f0f31ce61d5764c3b34677c431e0fbb99 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:00 + touch /tmp/pre-build-complete [Pipeline] sh 11:01:00 + mkdir -p /var/log/sa [Pipeline] sh 11:01:00 + ls /var/log/sa-host 11:01:00 + sadf -c /var/log/sa-host/sa05 11:01:00 file_magic: OK 11:01:00 HZ: Using current value: 100 11:01:00 file_header: OK 11:01:00 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 11:01:00 Statistics: 11:01:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 11:01:00 File successfully converted to sysstat format version 12.2.1 11:01:00 + sadf -c /var/log/sa-host/sa19 11:01:00 file_magic: OK 11:01:00 HZ: Using current value: 100 11:01:00 file_header: OK 11:01:00 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 11:01:00 Statistics: 11:01:00 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... 11:01:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:01:01 provisioning config files... 11:01:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/226@tmp/config2146174031809329565tmp [Pipeline] { [Pipeline] echo 11:01:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:01:01 ---> create-netrc.sh [Pipeline] } 11:01:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:01:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:01:02 ---> python-tools-install.sh [Pipeline] echo 11:01:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:01:02 ---> sudo-logs.sh 11:01:02 Archiving 'sudo' log.. [Pipeline] echo 11:01:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:01:02 ---> job-cost.sh 11:01:02 lf-activate-venv: SKIPPING 11:01:02 INFO: No Stack... 11:01:03 INFO: Retrieving Pricing Info for: v1-standard-2 11:01:03 INFO: Archiving Costs [Pipeline] echo 11:01:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:01:04 ---> logs-deploy.sh 11:01:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/226 11:01:04 INFO: archiving workspace using pattern(s): 11:01:06 Archives upload complete. 11:01:06 INFO: archiving logs to Nexus 11:01:07 ---> uname -a: 11:01:07 Linux prd-centos7-docker-4c-2g-12729.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:01:07 11:01:07 11:01:07 ---> lscpu: 11:01:07 Architecture: x86_64 11:01:07 CPU op-mode(s): 32-bit, 64-bit 11:01:07 Byte Order: Little Endian 11:01:07 Address sizes: 40 bits physical, 48 bits virtual 11:01:07 CPU(s): 4 11:01:07 On-line CPU(s) list: 0-3 11:01:07 Thread(s) per core: 1 11:01:07 Core(s) per socket: 1 11:01:07 Socket(s): 4 11:01:07 NUMA node(s): 1 11:01:07 Vendor ID: GenuineIntel 11:01:07 CPU family: 6 11:01:07 Model: 44 11:01:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:01:07 Stepping: 1 11:01:07 CPU MHz: 2933.442 11:01:07 BogoMIPS: 5866.88 11:01:07 Virtualization: VT-x 11:01:07 Hypervisor vendor: KVM 11:01:07 Virtualization type: full 11:01:07 L1d cache: 128 KiB 11:01:07 L1i cache: 128 KiB 11:01:07 L2 cache: 16 MiB 11:01:07 L3 cache: 64 MiB 11:01:07 NUMA node0 CPU(s): 0-3 11:01:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:01:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:01:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:01:07 Vulnerability Meltdown: Mitigation; PTI 11:01:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:01:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:01:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:01:07 Vulnerability Tsx async abort: Not affected 11:01:07 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 11:01:07 11:01:07 11:01:07 ---> nproc: 11:01:07 4 11:01:07 11:01:07 11:01:07 ---> df -h: 11:01:07 Filesystem Size Used Available Use% Mounted on 11:01:07 overlay 50.0G 14.0G 36.0G 28% / 11:01:07 tmpfs 64.0M 0 64.0M 0% /dev 11:01:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:01:07 shm 64.0M 0 64.0M 0% /dev/shm 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /facter-os 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/resolv.conf 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hostname 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /etc/hosts 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/auth.log 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /run/cloud-init/result.json 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/sa-host 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /var/log/secure 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/226 11:01:07 /dev/vda1 50.0G 14.0G 36.0G 28% /w/workspace/edgex-go/226@tmp 11:01:07 11:01:07 11:01:07 ---> free -m: 11:01:07 total used free shared buff/cache available 11:01:07 Mem: 1837 769 123 0 943 1034 11:01:07 Swap: 1023 94 929 11:01:07 11:01:07 11:01:07 ---> ip addr: 11:01:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:01:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:01:07 inet 127.0.0.1/8 scope host lo 11:01:07 valid_lft forever preferred_lft forever 11:01:07 inet6 ::1/128 scope host 11:01:07 valid_lft forever preferred_lft forever 11:01:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:01:07 link/ether fa:16:3e:62:2f:0d brd ff:ff:ff:ff:ff:ff 11:01:07 inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 11:01:07 valid_lft 85193sec preferred_lft 85193sec 11:01:07 inet6 fe80::f816:3eff:fe62:2f0d/64 scope link 11:01:07 valid_lft forever preferred_lft forever 11:01:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:01:07 link/ether 02:42:cf:3e:e2:f2 brd ff:ff:ff:ff:ff:ff 11:01:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:01:07 valid_lft forever preferred_lft forever 11:01:07 inet6 fe80::42:cfff:fe3e:e2f2/64 scope link 11:01:07 valid_lft forever preferred_lft forever 11:01:07 11:01:07 11:01:07 ---> sar -b -r -n DEV: 11:01:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 11:01:07 11:01:07 10:40:42 LINUX RESTART (4 CPU) 11:01:07 11:01:07 10:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:01:07 10:43:01 254.66 102.64 152.01 0.00 6600.80 62213.71 0.00 11:01:07 10:44:01 285.29 130.29 155.00 0.00 5978.59 20211.24 0.00 11:01:07 10:45:02 168.38 82.53 85.85 0.00 3418.28 9423.82 0.00 11:01:07 10:46:01 315.33 123.10 192.23 0.00 57815.67 129842.54 0.00 11:01:07 10:47:02 3291.24 2921.83 369.41 0.00 176142.33 194506.56 0.00 11:01:07 10:48:02 453.73 228.21 225.52 0.00 32534.79 43944.39 0.00 11:01:07 10:49:02 2616.02 2273.39 342.64 0.00 114970.81 125205.92 0.00 11:01:07 10:50:01 1883.17 1545.85 337.32 0.00 94588.03 103724.82 0.00 11:01:07 10:51:01 1582.34 1285.73 296.61 0.00 71681.41 80101.98 0.00 11:01:07 10:52:01 113.13 96.02 17.11 0.00 7233.15 427.71 0.00 11:01:07 10:53:01 29.19 26.34 2.85 0.00 622.04 65.65 0.00 11:01:07 10:54:01 0.42 0.20 0.22 0.00 3.73 2.71 0.00 11:01:07 10:55:02 0.28 0.00 0.28 0.00 0.00 3.53 0.00 11:01:07 10:56:01 11.11 10.78 0.32 0.00 795.67 21.70 0.00 11:01:07 10:57:01 295.79 118.47 177.32 0.00 6298.44 37081.55 0.00 11:01:07 10:58:01 134.35 30.71 103.65 0.00 1556.86 1248.07 0.00 11:01:07 10:59:01 118.24 9.98 108.25 0.00 879.47 1135.94 0.00 11:01:07 11:00:01 198.87 64.08 134.79 0.00 4455.37 29298.52 0.00 11:01:07 Average: 652.44 502.39 150.05 0.00 32495.45 46526.30 0.00 11:01:07 11:01:07 10:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:01:07 10:43:01 122096 0 690036 36.67 1492 1067932 1539612 52.54 666624 895996 1052 11:01:07 10:44:01 67560 0 839556 44.62 1352 973088 1777684 60.67 802100 773912 68184 11:01:07 10:45:02 95700 0 924332 49.13 460 861064 1624716 55.45 762136 778812 53372 11:01:07 10:46:01 68004 0 820352 43.60 0 993200 2296764 78.38 766880 883656 86840 11:01:07 10:47:02 66436 0 674324 35.84 0 1140796 1554660 53.06 719872 916108 29368 11:01:07 10:48:02 72484 0 676352 35.95 0 1132720 1748656 59.68 555524 1045188 88616 11:01:07 10:49:02 77456 0 720988 38.32 0 1083112 2137032 72.93 692292 913976 82364 11:01:07 10:50:01 103316 0 714620 37.98 0 1063620 2105560 71.86 710332 874752 22812 11:01:07 10:51:01 440152 0 573104 30.46 0 868300 1375608 46.95 406892 849584 16 11:01:07 10:52:01 212612 0 595668 31.66 0 1073276 1414624 48.28 481932 1001364 28 11:01:07 10:53:01 228888 0 561676 29.85 0 1090992 1177040 40.17 449572 1018992 16 11:01:07 10:54:01 230636 0 559908 29.76 0 1091012 1161740 39.65 448936 1018748 8 11:01:07 10:55:02 231256 0 559276 29.72 0 1091024 1161608 39.64 448484 1018748 8 11:01:07 10:56:01 197756 0 570904 30.34 0 1112896 1166456 39.81 456956 1036676 604 11:01:07 10:57:01 333148 0 650536 34.57 0 897872 1364512 46.57 619444 689260 40 11:01:07 10:58:01 308572 0 746380 39.67 0 826604 1905404 65.03 663844 643400 28 11:01:07 10:59:01 440620 0 710760 37.78 0 730176 1380072 47.10 576568 585640 36 11:01:07 11:00:01 202524 0 745848 39.64 0 933184 1377632 47.02 570748 784292 36 11:01:07 Average: 194401 0 685257 36.42 184 1001715 1570521 53.60 599952 873839 24079 11:01:07 11:01:07 10:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:01:07 10:43:01 veth07cf0ca 20.01 24.23 1.97 14.22 0.00 0.00 0.00 0.00 11:01:07 10:43:01 eth0 1048.95 1031.32 6292.28 98.91 0.00 0.00 0.00 0.00 11:01:07 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:43:01 docker0 644.69 565.72 50.13 2273.73 0.00 0.00 0.00 0.00 11:01:07 10:44:01 veth2e1f13a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:44:01 eth0 127.61 106.62 483.36 79.94 0.00 0.00 0.00 0.00 11:01:07 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:44:01 docker0 76.66 85.04 6.15 454.16 0.00 0.00 0.00 0.00 11:01:07 10:45:02 veth2e1f13a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:45:02 eth0 28.78 14.97 24.66 11.87 0.00 0.00 0.00 0.00 11:01:07 10:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:46:01 eth0 218.51 177.20 1721.91 82.18 0.00 0.00 0.00 0.00 11:01:07 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:46:01 veth953dd6a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:47:02 eth0 42.15 25.20 162.41 10.08 0.00 0.00 0.00 0.00 11:01:07 10:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:47:02 veth953dd6a 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:47:02 docker0 14.32 21.16 0.77 145.24 0.00 0.00 0.00 0.00 11:01:07 10:48:02 vethc6981f7 0.02 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:48:02 eth0 44.98 25.04 141.60 13.46 0.00 0.00 0.00 0.00 11:01:07 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:48:02 veth953dd6a 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:49:02 vethfd9216d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:49:02 eth0 93.70 54.65 385.43 94.01 0.00 0.00 0.00 0.00 11:01:07 10:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:49:02 veth953dd6a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:50:01 eth0 76.63 49.93 191.20 57.97 0.00 0.00 0.00 0.00 11:01:07 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:50:01 veth953dd6a 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:50:01 veth70decc4 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 11:01:07 10:51:01 eth0 60.74 39.46 98.81 51.66 0.00 0.00 0.00 0.00 11:01:07 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:51:01 veth953dd6a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:51:01 docker0 1045.69 980.20 82.61 4267.71 0.00 0.00 0.00 0.00 11:01:07 10:52:01 eth0 463.27 455.78 212.13 1666.46 0.00 0.00 0.00 0.00 11:01:07 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:53:01 eth0 29.80 26.91 17.07 79.07 0.00 0.00 0.00 0.00 11:01:07 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:54:01 eth0 0.72 0.45 0.32 0.21 0.00 0.00 0.00 0.00 11:01:07 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:55:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:01:07 10:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:56:01 eth0 3.83 2.57 4.54 1.21 0.00 0.00 0.00 0.00 11:01:07 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:57:01 eth0 499.53 441.11 4278.63 90.00 0.00 0.00 0.00 0.00 11:01:07 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:57:01 docker0 35.54 34.46 3.41 225.12 0.00 0.00 0.00 0.00 11:01:07 10:58:01 veth4970c64 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:58:01 eth0 83.46 63.02 68.97 61.34 0.00 0.00 0.00 0.00 11:01:07 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:58:01 docker0 1.81 1.70 0.37 0.73 0.00 0.00 0.00 0.00 11:01:07 10:59:01 veth3ef1d5a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 11:01:07 10:59:01 eth0 96.66 73.38 80.11 76.94 0.00 0.00 0.00 0.00 11:01:07 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 10:59:01 docker0 2.21 2.10 0.43 0.92 0.00 0.00 0.00 0.00 11:01:07 11:00:01 eth0 418.77 377.94 3227.42 113.79 0.00 0.00 0.00 0.00 11:01:07 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 11:00:01 docker0 0.47 0.43 0.13 0.18 0.00 0.00 0.00 0.00 11:01:07 Average: eth0 185.57 164.89 966.50 143.92 0.00 0.00 0.00 0.00 11:01:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:07 Average: docker0 46.23 44.30 3.60 207.96 0.00 0.00 0.00 0.00 11:01:07 11:01:07 11:01:07 ---> sar -P ALL: 11:01:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/19/20 _x86_64_ (4 CPU) 11:01:07 11:01:07 10:40:42 LINUX RESTART (4 CPU) 11:01:07 11:01:07 10:42:01 CPU %user %nice %system %iowait %steal %idle 11:01:07 10:43:01 all 15.90 0.00 9.02 3.37 0.04 71.66 11:01:07 10:43:01 0 18.30 0.00 10.08 3.09 0.05 68.48 11:01:07 10:43:01 1 17.51 0.00 8.76 4.54 0.03 69.15 11:01:07 10:43:01 2 15.50 0.00 8.30 2.63 0.05 73.52 11:01:07 10:43:01 3 12.29 0.00 8.93 3.24 0.03 75.50 11:01:07 10:44:01 all 38.88 0.00 12.21 7.20 0.03 41.69 11:01:07 10:44:01 0 37.27 0.00 11.95 6.51 0.03 44.24 11:01:07 10:44:01 1 38.04 0.00 12.45 6.95 0.03 42.51 11:01:07 10:44:01 2 40.92 0.00 12.58 8.77 0.02 37.71 11:01:07 10:44:01 3 39.28 0.00 11.83 6.55 0.03 42.30 11:01:07 10:45:02 all 56.62 0.00 14.49 5.01 0.03 23.85 11:01:07 10:45:02 0 56.38 0.00 14.48 4.56 0.02 24.56 11:01:07 10:45:02 1 55.63 0.00 15.27 6.32 0.02 22.76 11:01:07 10:45:02 2 57.48 0.00 14.08 4.99 0.03 23.42 11:01:07 10:45:02 3 56.99 0.00 14.12 4.20 0.03 24.65 11:01:07 10:46:01 all 21.02 0.00 17.39 8.40 0.05 53.13 11:01:07 10:46:01 0 20.77 0.00 16.24 8.57 0.05 54.36 11:01:07 10:46:01 1 19.74 0.00 17.53 9.66 0.05 53.02 11:01:07 10:46:01 2 22.05 0.00 17.66 7.66 0.05 52.59 11:01:07 10:46:01 3 21.53 0.00 18.14 7.72 0.05 52.56 11:01:07 10:47:02 all 20.94 0.00 28.32 27.20 0.08 23.46 11:01:07 10:47:02 0 20.50 0.00 27.24 25.35 0.09 26.83 11:01:07 10:47:02 1 20.30 0.00 29.24 28.84 0.09 21.54 11:01:07 10:47:02 2 21.06 0.00 28.00 25.69 0.07 25.17 11:01:07 10:47:02 3 21.91 0.00 28.80 28.95 0.07 20.27 11:01:07 10:48:02 all 55.94 0.00 17.41 14.27 0.02 12.36 11:01:07 10:48:02 0 56.25 0.00 16.75 12.34 0.02 14.65 11:01:07 10:48:02 1 55.07 0.00 18.75 14.85 0.02 11.31 11:01:07 10:48:02 2 56.80 0.00 16.18 12.31 0.02 14.69 11:01:07 10:48:02 3 55.64 0.00 17.99 17.65 0.03 8.68 11:01:07 10:49:02 all 39.86 0.00 26.31 21.86 0.08 11.89 11:01:07 10:49:02 0 41.14 0.00 23.37 22.33 0.09 13.07 11:01:07 10:49:02 1 38.09 0.00 28.02 20.98 0.07 12.83 11:01:07 10:49:02 2 39.61 0.00 26.51 22.22 0.09 11.57 11:01:07 10:49:02 3 40.58 0.00 27.37 21.92 0.07 10.06 11:01:07 10:50:01 all 24.15 0.00 20.36 26.34 0.15 29.00 11:01:07 10:50:01 0 24.93 0.00 17.83 27.64 0.21 29.39 11:01:07 10:50:01 1 22.68 0.00 21.75 27.40 0.16 28.00 11:01:07 10:50:01 2 23.97 0.00 20.04 25.54 0.11 30.35 11:01:07 10:50:01 3 25.03 0.00 21.85 24.74 0.14 28.24 11:01:07 10:51:01 all 28.71 0.00 19.50 20.29 0.16 31.35 11:01:07 10:51:01 0 28.99 0.00 18.36 17.76 0.19 34.70 11:01:07 10:51:01 1 28.93 0.00 19.60 22.91 0.17 28.39 11:01:07 10:51:01 2 28.11 0.00 19.67 23.10 0.14 28.97 11:01:07 10:51:01 3 28.79 0.00 20.37 17.38 0.12 33.35 11:01:07 10:52:01 all 10.68 0.00 4.20 2.43 0.05 82.64 11:01:07 10:52:01 0 10.40 0.00 4.52 2.46 0.07 82.55 11:01:07 10:52:01 1 10.69 0.00 4.25 2.43 0.03 82.60 11:01:07 10:52:01 2 10.69 0.00 3.88 2.16 0.05 83.22 11:01:07 10:52:01 3 10.96 0.00 4.14 2.67 0.05 82.17 11:01:07 10:53:01 all 1.16 0.00 0.52 0.76 0.00 97.56 11:01:07 10:53:01 0 1.20 0.00 0.55 0.62 0.00 97.63 11:01:07 10:53:01 1 1.08 0.00 0.50 0.78 0.00 97.63 11:01:07 10:53:01 2 0.95 0.00 0.60 0.87 0.00 97.58 11:01:07 10:53:01 3 1.39 0.00 0.43 0.75 0.02 97.41 11:01:07 11:01:07 10:53:01 CPU %user %nice %system %iowait %steal %idle 11:01:07 10:54:01 all 0.15 0.00 0.03 0.01 0.00 99.81 11:01:07 10:54:01 0 0.02 0.00 0.03 0.03 0.00 99.92 11:01:07 10:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:01:07 10:54:01 2 0.08 0.00 0.03 0.00 0.00 99.88 11:01:07 10:54:01 3 0.48 0.00 0.02 0.00 0.00 99.50 11:01:07 10:55:02 all 0.16 0.00 0.04 0.00 0.00 99.80 11:01:07 10:55:02 0 0.02 0.00 0.02 0.00 0.00 99.97 11:01:07 10:55:02 1 0.07 0.00 0.05 0.00 0.00 99.88 11:01:07 10:55:02 2 0.03 0.00 0.03 0.00 0.00 99.93 11:01:07 10:55:02 3 0.53 0.00 0.05 0.00 0.00 99.42 11:01:07 10:56:01 all 0.43 0.00 0.33 0.23 0.00 99.01 11:01:07 10:56:01 0 0.54 0.00 0.51 0.22 0.00 98.73 11:01:07 10:56:01 1 0.17 0.00 0.24 0.12 0.00 99.47 11:01:07 10:56:01 2 0.32 0.00 0.32 0.29 0.00 99.07 11:01:07 10:56:01 3 0.70 0.00 0.25 0.29 0.00 98.76 11:01:07 10:57:01 all 12.36 0.00 9.88 6.93 0.05 70.78 11:01:07 10:57:01 0 12.26 0.00 8.74 9.58 0.07 69.35 11:01:07 10:57:01 1 12.04 0.00 9.89 6.09 0.03 71.95 11:01:07 10:57:01 2 11.06 0.00 9.69 6.60 0.05 72.60 11:01:07 10:57:01 3 14.10 0.00 11.22 5.44 0.03 69.22 11:01:07 10:58:01 all 9.81 0.00 9.37 3.97 0.03 76.82 11:01:07 10:58:01 0 9.30 0.00 9.26 4.17 0.02 77.25 11:01:07 10:58:01 1 9.75 0.00 9.28 3.24 0.03 77.69 11:01:07 10:58:01 2 10.68 0.00 8.87 4.69 0.03 75.73 11:01:07 10:58:01 3 9.51 0.00 10.09 3.79 0.02 76.60 11:01:07 10:59:01 all 9.56 0.00 9.28 3.25 0.03 77.87 11:01:07 10:59:01 0 9.67 0.00 9.38 3.89 0.03 77.02 11:01:07 10:59:01 1 10.94 0.00 9.99 3.23 0.02 75.83 11:01:07 10:59:01 2 8.38 0.00 8.79 2.51 0.05 80.27 11:01:07 10:59:01 3 9.24 0.00 8.96 3.39 0.03 78.38 11:01:07 11:00:01 all 9.88 0.00 8.42 3.80 0.04 77.86 11:01:07 11:00:01 0 9.36 0.00 7.83 4.50 0.02 78.29 11:01:07 11:00:01 1 9.78 0.00 7.53 2.77 0.05 79.86 11:01:07 11:00:01 2 10.63 0.00 8.62 6.50 0.07 74.19 11:01:07 11:00:01 3 9.75 0.00 9.68 1.43 0.03 79.10 11:01:07 Average: all 19.64 0.00 11.37 8.49 0.05 60.45 11:01:07 Average: 0 19.73 0.00 10.85 8.42 0.05 60.95 11:01:07 Average: 1 19.32 0.00 11.70 8.82 0.04 60.12 11:01:07 Average: 2 19.78 0.00 11.20 8.56 0.05 60.42 11:01:07 Average: 3 19.73 0.00 11.73 8.17 0.04 60.33 11:01:07 11:01:07 11:01:07